@charset "UTF-8";
/*@font-face { font-family: "lovelo"; src: url("../font/lovelo/lovelo.woff2") format("woff2"), url("../font/lovelo/lovelo.woff") format("woff"), url("../font/lovelo/lovelo.ttf") format("truetype"), url("../font/lovelo/lovelo.eot") format("embedded-opentype"), url("../font/lovelo/lovelo.svg") format("svg"); font-weight: normal; font-style: normal;
}*/
body { --theme-red:#eb4d53; --theme-blue:#054988; --theme-main:#00aea4; --theme-green:#00aea4; color: #666666; }

.iconfont { font-size: initial; }

.nobg { background: none !important; backdrop-filter: unset !important; }

.bg1 { background-color: #f5f6f8; }

.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; }

a:hover { color: var(--theme-green); }

/*自定义分页样式*/
.w-page { margin-bottom: 20px; }
.w-page li.active span { z-index: 3; color: #fff; background-color: var(--theme-green); }
.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; }

.header { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 99; }
.header .logo .logo-wrap { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.header .logo .logo-wrap .logo-info { color: #666666; }
.header .logo .logo-wrap .logo-info .bold { color: #333333; font-weight: bold; }
.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 a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.header .nav ul li::after { content: ''; display: block; position: absolute; width: 100%; height: 2px; left: 0; right: 0; bottom: 0; background-color: var(--theme-main); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .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: right center; }
.header .nav ul li:hover::after, .header .nav ul li.on::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: left center; }
.header .nav ul li:hover a, .header .nav ul li.on a { color: var(--theme-main); }
.header .header-tel .tel-info { margin-left: .625rem; flex: 1; }
.header .header-tel p.tel-desc { color: #999999; }
.header .header-tel p.tel-num { margin-top: 4px; line-height: 1; color: var(--theme-main); font-size: 1.375rem; position: relative; }
.header .header-tel p.tel-num strong { position: relative; z-index: 2; }
.header .header-tel p.tel-num::after { content: ''; position: absolute; width: 100%; height: 8px; background-color: #e8e8e8; bottom: 0; left: 0; }
.header .header-tel .tel-icon img { margin-left: 3px; }
.header .menu-icon { width: 80px; height: 80px; background-color: var(--theme-main); color: #ffffff; position: relative; cursor: pointer; }
.header .menu-icon span { position: absolute; width: 50%; 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: 575.98px) { .header { height: 60px; position: fixed; width: 100%; background: #fff; }
  .header .logo img { width: 80%; }
  .header .logo .logo-brief { font-size: 12px !important; }
  .header .menu-icon { width: 60px; height: 60px; } }

.mask { top: 100px; display: none; position: fixed; height: 100vh; width: 100vw; background-color: rgba(0, 0, 0, 0.4); z-index: 88; }

.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: 80px; left: 0; -webkit-transform: translate(100%, 0); -moz-transform: translate(100%, 0); -ms-transform: translate(100%, 0); -o-transform: translate(100%, 0); transform: translate(100%, 0); }
.mobile-nav .nav-wrap { padding: 2.2rem 2rem; }
.mobile-nav dl { margin-bottom: 0; }
.mobile-nav dl.active dt::before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dl.active dt::after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.mobile-nav dt { border-bottom: 1px dashed #4e4e4e; position: relative; padding: .3rem .5rem; }
.mobile-nav dt a { line-height: 2; display: block; width: 80%; margin-right: 2rem; font-weight: normal; }
.mobile-nav dt.has-child::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.mobile-nav dd { display: none; padding-left: 1rem; }
.mobile-nav dd ul { margin-bottom: 0; line-height: 2; margin-top: 5px; list-style: inside circle; color: #fff; }
.mobile-nav dd ul a { font-size: 14px; }
.mobile-nav a { color: #f8f8f8; }

.mobile-nav dt.has-child::before, .mobile-nav dt.has-child::after { content: ''; position: absolute; width: 1rem; height: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; border-bottom: 1px solid #d3d3d3; right: .5rem; margin: auto; top: 0; bottom: 0; }

.open-menu .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.border-white-01 { border-color: rgba(255, 255, 255, 0.1) !important; }

.footer { background-color: #232323; color: #666666; }
@media (min-width: 1680px) { .footer .container { max-width: 91%; } }
.footer .footer-top .footer-logo .logo-wrap img { filter: grayscale(100%) brightness(100); }
.footer .footer-top .footer-logo .logo-info { border-left: 1px solid #656565; color: #ffffff; }
@media (max-width: 575.98px) { .footer .footer-top .footer-logo .logo-info p:nth-child(2) { font-size: 12px; } }
@media (max-width: 991.98px) { .footer .footer-top .footer-logo .logo-info p:nth-child(2) { font-size: 14px; } }
.footer .footer-top .ym-word { font-family: Impact; font-size: 24px; color: #e5e5e5; }
@media (min-width: 992px) { .footer .footer-top .ym-word { font-size: 30px; } }
@media (min-width: 992px) { .footer .footer-contact { border-left: 1px solid rgba(255, 255, 255, 0.1); } }
.footer .footer-contact .contact-item .label { color: #ffffff; }
.footer .footer-contact .qrcode-box .wx-qrcode .qrcode-wrap { padding: 14px; }
.footer .footer-contact .qrcode-box .wx-qrcode .qrcode-wrap p { font-size: 12px; padding-top: .5rem; }
.footer .footer-nav { margin-top: 2rem; padding-bottom: 3rem; }
.footer .footer-nav dl { position: relative; flex: 1; }
.footer .footer-nav dl a { color: #ffffff; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.footer .footer-nav dl a:hover { opacity: .8; }
.footer .footer-nav dl dd a { font-size: .875rem; opacity: .3; }
.footer .footer-nav dl dt { margin-bottom: .5rem; }
.footer .footer-nav dl dt a { display: block; padding-bottom: 1rem; }
.footer .footer-nav dl dt::after { -webkit-transition: width .3s linear; -moz-transition: width .3s linear; -ms-transition: width .3s linear; -o-transition: width .3s linear; transition: width .3s linear; content: ''; width: 1rem; height: 2px; background-color: #ffffff; display: block; margin: 1rem 0 1.5rem; }
.footer .footer-nav dl:hover dt::after { width: 1.5rem; }
.footer .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.05); font-size: .875rem; }
.footer .footer-bottom a { color: #666666; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.footer .footer-bottom a:hover { color: #efefef; }
@media (min-width: 1400px) { .footer .col-xxl-95 { width: 79.7%; }
  .footer .col-xxl-15 { width: 20.3%; } }

.sbanner { height: 350px; overflow: hidden; position: relative; z-index: 1; background-position: center; }
.sbanner .sbanner-warp { color: #ffffff; }
.sbanner .sbanner-warp .sbanner-title-box { border-style: solid; border-width: 1px 0 0; padding: 0 3%; }
.sbanner .sbanner-warp .sbanner-name { font-size: 30px; margin-bottom: 0; }
.sbanner .sbanner-warp .sbanner-desc { font-size: 1.125rem; }
@media (max-width: 575.98px) { .sbanner { height: 200px; }
  .sbanner .sbanner-warp .sbanner-name { font-size: 1.5rem; } }

.channel-nav-wrap { position: absolute; width: 100%; bottom: 0; z-index: 1; }
.channel-nav-wrap li { background: var(--theme-green); border-radius: 5px 5px 0 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.channel-nav-wrap li a { color: #ffffff; }
.channel-nav-wrap li.active, .channel-nav-wrap li:hover { background: #ffffff; }
.channel-nav-wrap li.active a, .channel-nav-wrap li:hover a { color: #333333; }

.location-box { background-color: #f7f7f7; line-height: 32px; color: #999999; font-size: .875rem; }
.location-box a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; color: #666666; }
.location-box a:hover { color: var(--theme-green); }
.location-box .crumbs svg { display: inline-block; vertical-align: middle; width: 18px; height: 16px; }
.location-box .crumbs svg path { fill: #666666; }
.location-box span { display: inline-block; vertical-align: middle; position: relative; }
.location-box span .head-name { position: relative; }
.location-box span .head-name::before { content: ''; display: inline-block; height: 18px; widht: 0; border-left: 1px solid #f4f4f4; margin-right: 10px; position: absolute; margin: auto; left: 0; top: 0; bottom: 0; }

.free-service-bar { border-top: 1px solid #e9e9e9; border-bottom: none; }
.free-service-bar .service-item:not(:last-child) .item-wrap { border-right: 1px solid #e8e8e8; }
.free-service-bar .service-item .item-icon { width: 55px; height: 55px; position: relative; margin-right: 16px; }
.free-service-bar .service-item .item-icon::after { content: ''; display: block; width: 30px; height: 30px; border-radius: 50%; background-color: var(--theme-green); position: absolute; opacity: .8; right: 0; bottom: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translate(-20px, -20px); -moz-transform: translate(-20px, -20px); -ms-transform: translate(-20px, -20px); -o-transform: translate(-20px, -20px); transform: translate(-20px, -20px); opacity: 0; }
.free-service-bar .service-item .item-icon img { position: absolute; max-width: 90%; max-width: 90%; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; }
.free-service-bar .service-item .item-name { font-size: 20px; color: #333333; }
.free-service-bar .service-item .item-desc { color: #999999; }
.free-service-bar .service-item:hover .item-icon::after { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); opacity: 1; }
@media (max-width: 991.98px) { .free-service-bar .service-item:nth-child(2n) .item-wrap { border-right: none; } }
@media (max-width: 575.98px) { .free-service-bar .service-item .item-wrap { border-right: none !important; }
  .free-service-bar .service-item .item-wrap .item-icon { width: 40px; height: 40px; flex: 0 0 40px; }
  .free-service-bar .service-item .item-wrap .item-icon::after { width: 20px; height: 20px; }
  .free-service-bar .service-item .item-wrap .item-name { font-size: 16px; }
  .free-service-bar .service-item .item-wrap .item-desc { font-size: 12px; } }

.index-page .free-service-bar { border-top: none; border-bottom: 1px solid #e9e9e9; }

.section .sec-head { text-align: center; }
.section .sec-head .sec-name { font-size: 36px; color: #222222; position: relative; }
@media (max-width: 575.98px) { .section .sec-head .sec-name { font-size: 24px; } }
@media (min-width: 992px) { .section .sec-head .sec-name { font-size: 28px; } }
@media (min-width: 1200px) { .section .sec-head .sec-name { font-size: 32px; } }
.section .sec-head .sec-name span { position: relative; z-index: 2; }
.section .sec-head .sec-desc { line-height: 2; border-bottom: 1px solid #eaebed; position: relative; color: #9a9999; }
.section .sec-head .sec-desc::after { content: ''; display: block; width: 40%; height: 3px; background: var(--theme-red); position: absolute; margin: auto; bottom: -2px; left: 0; right: 0; }
@media (max-width: 575.98px) { .section .sec-head .sec-desc { font-size: 14px; } }
@media (min-width: 992px) { .section .sec-head .sec-desc { width: 65%; margin: 0 auto; } }
.section .sec-head .sec-line { width: 28px; position: relative; margin: 6px auto 0; height: 2px; }
.section .sec-head .sec-line::before, .section .sec-head .sec-line::after { content: ''; width: 11px; height: 2px; display: block; background-color: var(--theme-red); position: absolute; }
.section .sec-head .sec-line::before { left: 0; }
.section .sec-head .sec-line::after { right: 0; }
.section.bg1 .sec-name::before { color: rgba(27, 27, 27, 0.04); }

.category-swiper .cate-item .item-img { position: relative; }
.category-swiper .cate-item .item-img > img { position: relative; z-index: 1; }
.category-swiper .cate-item .overlay { display: none; top: 0; bottom: 0; left: 0; right: 0; position: absolute; z-index: 2; color: #ffffff; }
.category-swiper .cate-item .overlay .overlay-wrap { opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; }
.category-swiper .cate-item .overlay .overlay-wrap::before { position: absolute; top: 0; left: 0; content: ''; background: rgba(0, 174, 164, 0.8); width: 100%; height: 100%; z-index: 0; }
.category-swiper .cate-item .overlay .overlay-wrap .icon { -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%); padding-bottom: 2%; }
.category-swiper .cate-item .overlay .overlay-wrap .o-item-name { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%); line-height: 2; font-size: 18px; }
.category-swiper .cate-item .overlay .overlay-wrap .o-btns { width: 80%; height: 34px; border-radius: 17px; border: 1px solid #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(20%); -moz-transform: translateY(20%); -ms-transform: translateY(20%); -o-transform: translateY(20%); transform: translateY(20%); }
.category-swiper .cate-item .overlay .overlay-wrap .o-btns a { font-size: 14px; color: #ffffff; display: block; }
.category-swiper .cate-item .overlay .overlay-wrap .o-btns a:first-child { border-right: 1px solid rgba(255, 255, 255, 0.3); }
.category-swiper .cate-item .item-name { color: #333333; font-size: 18px; }
@media (max-width: 575.98px) { .category-swiper .cate-item .item-name { font-size: 14px; line-height: 2; } }
@media (min-width: 992px) { .category-swiper .cate-item .overlay { display: block; }
  .category-swiper .cate-item:hover .overlay .overlay-wrap { opacity: 1; }
  .category-swiper .cate-item:hover .overlay .overlay-wrap > * { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); } }

.pro-floor .floor-con .floor-con-head h3 { color: #333333; font-weight: bold; }
.pro-floor .floor-con .floor-con-head p { color: #7c7c7c; }
.pro-floor .floor-con .floor-btn-group { position: relative; display: inline-flex; vertical-align: middle; }
.pro-floor .floor-con .floor-btn-group a { border-radius: 1.25rem; position: relative; flex: 1 1 auto; display: block; background: #00aea4; border: 1px solid #00aea4; padding: .3rem 1rem; color: #ffffff; font-size: .875rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-floor .floor-con .floor-btn-group a: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); }
.pro-floor .floor-con .floor-btn-group a:not(:last-child) { margin-left: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.pro-floor .floor-con .floor-btn-group a:hover { background: transparent; color: #00aea4; }

.floor-swiper { position: relative; --swiper-navigation-size: 30px; /* 设置按钮大小 */ }
.floor-swiper .item .item-wrap { position: relative; overflow: hidden; }
.floor-swiper .item .item-wrap .item-name { position: absolute; width: 100%; left: 0; bottom: 0; z-index: 2; font-size: 14px; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; }
.floor-swiper .item .item-wrap .overlay { position: absolute; z-index: 3; width: 100%; height: 100%; background: url("../Image/pro-border.png") center/cover no-repeat; 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; opacity: 0; display: block; visibility: visible; }
@media (max-width: 991.98px) { .floor-swiper .item .item-wrap .overlay { display: none; visibility: hidden; } }
.floor-swiper .item:hover .item-wrap .item-name { -webkit-transform: translateY(40px); -moz-transform: translateY(40px); -ms-transform: translateY(40px); -o-transform: translateY(40px); transform: translateY(40px); opacity: 0; }
.floor-swiper .item:hover .item-wrap .overlay { opacity: 1; }
.floor-swiper .floor-prev, .floor-swiper .floor-next { position: absolute; margin: auto; top: 0; bottom: 0; width: 44px; height: 44px; background-color: #fff; border-radius: 50%; z-index: 2; -webkit-box-shadow: 0 5px 5px rgba(165, 165, 165, 0.2); -moz-box-shadow: 0 5px 5px rgba(165, 165, 165, 0.2); box-shadow: 0 5px 5px rgba(165, 165, 165, 0.2); }
.floor-swiper .floor-prev svg, .floor-swiper .floor-next svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }
.floor-swiper .floor-prev.swiper-button-disabled, .floor-swiper .floor-next.swiper-button-disabled { opacity: .8; }
.floor-swiper .floor-prev.swiper-button-disabled svg path, .floor-swiper .floor-next.swiper-button-disabled svg path { fill: #999; }
.floor-swiper .floor-prev { left: -8px; }
.floor-swiper .floor-next { right: -8px; }

.sec-scheme { background: url("../Image/scheme-bg.jpg") center/cover no-repeat #ffffff; }

.tab-box .tab-nav ul li { font-size: 18px; padding: 12.5% 15%; background-color: #f1f4f6; color: #303030; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.tab-box .tab-nav ul li .nav-icon { width: 54px; }
.tab-box .tab-nav ul li .nav-icon img { filter: contrast(0.1); }
.tab-box .tab-nav ul li:not(:last-child) { border-bottom: 1px solid #d7dfe5; }
.tab-box .tab-nav ul li:hover, .tab-box .tab-nav ul li.on { background: url("../Image/tab-nav-bg.jpg") center/cover no-repeat #19b5ac; color: #ffffff; }
.tab-box .tab-nav ul li:hover .nav-icon img, .tab-box .tab-nav ul li.on .nav-icon img { filter: contrast(0) brightness(100); }
@media (max-width: 575.98px) { .tab-box .tab-nav ul li { padding: 1% 2%; font-size: 14px; text-align: center; }
  .tab-box .tab-nav ul li .nav-icon { text-align: center; margin: .5rem auto; width: 32px; } }
@media (max-width: 991.98px) { .tab-box .tab-nav ul li { padding: 1% 2%; font-size: 14px; text-align: center; }
  .tab-box .tab-nav ul li .nav-icon { text-align: center; margin: .5rem auto; width: 32px; } }
.tab-box .tab-bd .tab-con-head .head-name { font-size: 30px; color: #333333; position: relative; }
.tab-box .tab-bd .tab-con-head .head-name::after { content: ''; display: block; width: 30%; height: 2px; background-color: #dde0e6; margin-top: 1rem; }
.tab-box .tab-bd .tab-con-head .head-contact p { color: #595959; }
.tab-box .tab-bd .tab-con-head .head-contact p.tel-num { margin-top: 4px; line-height: 1; color: #cb3434; font-size: 1.375rem; position: relative; }
.tab-box .tab-bd .tab-con-head .head-contact p.tel-num strong { position: relative; z-index: 2; }
.tab-box .tab-bd .tab-con-head .head-contact p.tel-num::after { content: ''; position: absolute; width: 100%; height: 8px; background-color: #e8e8e8; bottom: 0; left: 0; }
.tab-box .tab-bd .tab-con-con p { color: #6d6d6d; font-size: 14px; line-height: 28px; }
@media (min-width: 1200px) { .tab-box .tab-bd .tab-con-con p { padding: 1rem 2.135rem; } }
.tab-box .tab-bd .btn-group { position: relative; display: inline-flex; vertical-align: middle; }
.tab-box .tab-bd .btn-group a { border-radius: 1.25rem; position: relative; flex: 1 1 auto; display: block; background: #00aea4; border: 1px solid #00aea4; padding: .3rem 1rem; color: #ffffff; font-size: .875rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.tab-box .tab-bd .btn-group a: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); }
.tab-box .tab-bd .btn-group a:not(:last-child) { margin-left: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.tab-box .tab-bd .btn-group a:hover { background: transparent; color: #00aea4; }

.scheme-param .item .item-icon { width: 60%; margin: 0 auto; background: url("../Image/scheme-icon-bg.png") center/contain no-repeat; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding: 10%; }
.scheme-param .item .item-icon .icon-wrap img { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 80%; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -ms-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; filter: grayscale(100%) brightness(1.2); }
.scheme-param .item .item-name { text-align: center; }
.scheme-param .item:hover .item-icon { background-image: url("../Image/scheme-icon-hover-bg.png"); }
.scheme-param .item:hover .item-icon .icon-wrap img { -webkit-animation: swing 1 1s linear; -o-animation: swing 1 1s linear; animation: swing 1 1s linear; filter: grayscale(100) contrast(0) brightness(100); }
@media (min-width: 1200px) { .scheme-param .item .item-icon { width: 40%; padding: 5%; } }
@media (min-width: 1200px) { .scheme-param.scheme-line .item:not(:last-child) .item-icon { position: relative; }
  .scheme-param.scheme-line .item:not(:last-child) .item-icon::after { content: ''; position: absolute; width: 100%; height: 1px; background-color: #999999; margin: auto; top: 0; bottom: 0; right: -120%; }
  .scheme-param.scheme-line .item:not(:last-child) .item-icon.white-line::after { background-color: #ffffff; } }

@media (min-width: 1200px) { .section .scheme-param .item .item-icon { width: 58%; padding: 5%; } }

.wave { height: 27px; }
.wave.wave_1 { background: url("../Image/wave_1.png") top center no-repeat #f5f6fa; }
.wave.wave_2 { background: url("../Image/wave_2.png") top center no-repeat #e9e9e9; }
.wave.wave_3 { background: url("../Image/wave_3.png") top center no-repeat #232323; }

.section.sec-about { background-color: #f5f6fa; }
.section.sec-about .about-box { position: relative; }
.section.sec-about .about-box .about-right-tips { position: absolute; transform: rotate(90deg); transform-origin: top left; left: 25px; top: -10px; width: 450px; }
.section.sec-about .about-box .about-right-tips::after { content: ''; width: 100px; border-bottom: 1px solid #eeeeee; }
.section.sec-about .about-box .about-right-tips i { position: relative; display: inline-block; width: 12px; height: 12px; background: var(--theme-green); margin-right: 2rem; }
.section.sec-about .about-box .about-right-tips span { color: #cbcbcb; text-transform: uppercase; font-family: Arial; line-height: 1; }
.section.sec-about .about-box .about-info .about-name { font-size: 24px; position: relative; }
.section.sec-about .about-box .about-info .about-name::after { position: absolute; bottom: 0; left: 0; content: ''; display: block; border-bottom: 1px solid #dbdbdb; width: 80%; }
.section.sec-about .about-box .about-info .about-desc .p1 { color: #222222; font-size: 36px; }
.section.sec-about .about-box .about-info .about-desc .p1 strong { color: var(--theme-green); }
.section.sec-about .about-box .about-info .about-desc .p2 { font-size: 20px; }
.section.sec-about .about-box .about-info .about-content { font-size: .875rem; line-height: 2.5; text-indent: 2rem; }
.section.sec-about .about-box .btn-group { position: relative; display: inline-flex; vertical-align: middle; }
.section.sec-about .about-box .btn-group a { border-radius: 1.25rem; position: relative; flex: 1 1 auto; display: block; background: #00aea4; border: 1px solid #00aea4; padding: .469rem 1.625rem; color: #ffffff; font-size: .875rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-about .about-box .btn-group a: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); }
.section.sec-about .about-box .btn-group a:not(:last-child) { margin-left: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; }
.section.sec-about .about-box .btn-group a:hover { background: transparent; color: #00aea4; }
@media (min-width: 1440px) { .section.sec-about .about-box .col-xxl-8 { width: 62.8%; }
  .section.sec-about .about-box .col-xxl-4 { width: 37.2%; } }

.more-jt { color: #cfcfcf; }
.more-jt i { display: block; width: 1.5rem; position: relative; height: 2px; background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.more-jt i::before, .more-jt i::after { content: ''; display: block; width: 9px; height: 100%; background-color: CurrentColor; transform-origin: right; position: absolute; right: 0; margin: auto; }
.more-jt i::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.more-jt i::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.section.sec-news { background-color: #e9e9e9; }
.section.sec-news .news-box-list .item .item-wrap { background-color: #f2f2f2; padding: .78rem 1rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.section.sec-news .news-box-list .item .item-wrap .item-date { text-align: center; }
.section.sec-news .news-box-list .item .item-wrap .item-date .date { font-size: 36px; color: #1d1812; }
.section.sec-news .news-box-list .item .item-wrap .item-date .year-month { border-top: 1px solid #d5d5d5; color: #999999; font-size: 18px; }
.section.sec-news .news-box-list .item .item-wrap .item-info { position: relative; }
.section.sec-news .news-box-list .item .item-wrap .item-info .item-title { font-size: 1.125rem; }
.section.sec-news .news-box-list .item .item-wrap .item-info .more-jt { display: inline-block; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; }
.section.sec-news .news-box-list .item .item-wrap .item-info .more-jt::before { content: attr(data-title); text-transform: uppercase; font-size: 12px; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; letter-spacing: 3px; width: 100%; padding-left: 5px; display: block; }
.section.sec-news .news-box-list .item:hover .item-wrap { background: url("../Image/news-bg.jpg") center/cover no-repeat; box-shadow: 0px 0px 25px 0px rgba(0, 47, 49, 0.19); }
.section.sec-news .news-box-list .item:hover .item-wrap .item-info .item-more .more-jt { right: 0; color: #21b8af; }
.section.sec-news .news-box-list .item:hover .item-wrap .item-info .item-more .more-jt::before { letter-spacing: 1px; opacity: 1; }
.section.sec-news .news-box-list .item:hover .item-wrap .item-info .item-more .more-jt i { width: 3.5rem; }

.inner-section .sec-head-box { border-color: #e5e5e5; }
.inner-section .sec-name { color: #333333; font-size: 30px; }
.inner-section .sec-desc { color: #999999; }
@media (min-width: 1200px) { .inner-section .sec-desc { width: 44%; margin: 0 auto; } }
.inner-section.bg1 { background-color: #f4f4f4; }
.inner-section.sec-about .about-desc { border-bottom: 1px solid #eee; padding-bottom: .5rem; }
.inner-section.sec-about .about-desc .p1 { color: #222222; font-size: 36px; }
.inner-section.sec-about .about-desc .p1 strong { color: var(--theme-green); }
.inner-section.sec-about .about-desc .p2 { font-size: 20px; }
.inner-section.sec-about .about-content { font-size: .875rem; line-height: 2.5; text-indent: 2rem; }
.inner-section.sec-about .about-adv { color: #333333; font-size: 24px; text-align: center; }
.inner-section.sec-about .about-tips { text-align: center; color: #999999; }

.honor-swiper .item .item-img { padding: 10px; background-color: #fff; }
.honor-swiper .item .item-img .img-wrap { overflow: hidden; padding: 10px; background-color: #fff; }
.honor-swiper .item .item-img .img-wrap img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.honor-swiper .item .item-name { background-color: #e9e9e9; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.honor-swiper .item:hover .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.honor-swiper .item:hover .item-name { background: var(--theme-green); color: #ffffff; }

.env-swiper .item { text-align: center; font-size: 18px; transition: 300ms; transform: scale(0.8); }
.env-swiper .item.swiper-slide-active, .env-swiper .item.swiper-slide-duplicate-active { transform: scale(1.2); z-index: 9; }

.param-list { margin: 10% auto; }
@media (min-width: 1400px) { .param-list { width: 80%; margin: 10% auto; } }
.param-list .param-item .item-wrap { color: #ffffff; }
.param-list .param-item .item-wrap .item-name { font-size: 24px; }
.param-list .param-item .item-wrap .item-desc { font-size: 16px; }
.param-list .param-item:nth-child(1) .rounded-circle { background-image: -moz-linear-gradient(90deg, #ff9f00 0%, #ffb800 100%); background-image: -webkit-linear-gradient(90deg, #ff9f00 0%, #ffb800 100%); background-image: -ms-linear-gradient(90deg, #ff9f00 0%, #ffb800 100%); }
.param-list .param-item:nth-child(2) .rounded-circle { background-image: -moz-linear-gradient(90deg, #00c1ab 0%, #00dca0 99%); background-image: -webkit-linear-gradient(90deg, #00c1ab 0%, #00dca0 99%); background-image: -ms-linear-gradient(90deg, #00c1ab 0%, #00dca0 99%); }
.param-list .param-item:nth-child(3) .rounded-circle { background-image: -moz-linear-gradient(90deg, #156edd 0%, #00ddff 100%); background-image: -webkit-linear-gradient(90deg, #156edd 0%, #00ddff 100%); background-image: -ms-linear-gradient(90deg, #156edd 0%, #00ddff 100%); }
.param-list .param-item:nth-child(4) .rounded-circle { background-image: -moz-linear-gradient(90deg, #ff7b4c 0%, #ffa713 99%); background-image: -webkit-linear-gradient(90deg, #ff7b4c 0%, #ffa713 99%); background-image: -ms-linear-gradient(90deg, #ff7b4c 0%, #ffa713 99%); }
.param-list .param-item:nth-child(5) .rounded-circle { background-image: -moz-linear-gradient(90deg, #535cec 0%, #ff5e8d 100%); background-image: -webkit-linear-gradient(90deg, #535cec 0%, #ff5e8d 100%); background-image: -ms-linear-gradient(90deg, #535cec 0%, #ff5e8d 100%); }
.param-list .param-item:nth-child(6) .rounded-circle { background-image: -moz-linear-gradient(90deg, #ff365c 0%, #ff5f7e 99%); background-image: -webkit-linear-gradient(90deg, #ff365c 0%, #ff5f7e 99%); background-image: -ms-linear-gradient(90deg, #ff365c 0%, #ff5f7e 99%); }
.param-list .param-item:nth-child(even) { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.param-list .param-item:nth-child(odd) { -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); }

.news-list .news-item .item-wrap { background-color: #ffffff; padding-bottom: 2rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-img { padding-bottom: 60.526%; }
.news-list .news-item .item-caption { padding: 0 2rem; }
.news-list .news-item .item-caption .item-name { color: #666666; font-size: 1.125rem; line-height: 32px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-name::before { content: ''; display: block; width: 40px; height: 2px; background-color: var(--theme-red); margin: 1.5rem 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-desc { margin-top: 1rem; color: #999999; font-size: .875rem; line-height: 30px; }
.news-list .news-item .item-caption .item-more { display: block; padding-top: 1.5rem; color: #6b6b6b; font-size: 12px; }
.news-list .news-item .item-caption .item-more span { margin-right: 10px; display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-caption .item-more i { display: inline-block; vertical-align: middle; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item:hover .item-wrap { -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05); }
.news-list .news-item:hover .item-name { color: var(--theme-red); }
.news-list .news-item:hover .item-name::before { width: 60px; }
.news-list .news-item:hover .item-more { color: var(--theme-red); }
.news-list .news-item:hover .item-more span { letter-spacing: 1px; }
.news-list .news-item:hover .item-more i { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.news-list-2 .news-item { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; }
.news-list-2 .news-item .news-img { overflow: hidden; }
.news-list-2 .news-item .news-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.news-list-2 .news-item .news-info .news-title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 18px; }
.news-list-2 .news-item .news-info .news-desc { color: #999999; }
.news-list-2 .news-item .news-info .news-more { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; color: #999999; }
.news-list-2 .news-item .news-info .news-more span { font-size: 14px; }
.news-list-2 .news-item .news-info .news-time { color: #999999; font-size: 12px; }
.news-list-2 .news-item:hover { background: #ffffff; -webkit-box-shadow: 0px 5px 15px rgba(32, 33, 38, 0.1); -moz-box-shadow: 0px 5px 15px rgba(32, 33, 38, 0.1); box-shadow: 0px 5px 15px rgba(32, 33, 38, 0.1); }
.news-list-2 .news-item:hover .news-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.news-list-2 .news-item:hover .news-title { color: var(--theme-green); }
.news-list-2 .news-item:hover .news-more { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.news-list-2 .news-item:hover .news-more span { color: var(--theme-green); }
.news-list-2 .news-item:hover .news-more .more-jt i { width: 2rem; }

.news-page .inner-section-box .inner-section { padding-top: 0; }
.news-page .news-container { background-color: #fff; }
.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 .newsPage { font-size: 1rem; line-height: 36px; }
.news-page .news-right > p { padding-left: 5%; font-size: 16px; color: #000; line-height: 70px; position: relative; }
.news-page .news-right > p::before { position: absolute; content: ""; background: var(--theme-red); width: 4px; height: 30%; left: 0; top: 0; bottom: 0; margin: auto; }
.news-page .news-right .hot_news { width: 90%; margin: 0 auto; padding: 5% 0; }
.news-page .news-right .hot_news:not(:last-child) { border-bottom: 1px solid #ededed; }
.news-page .news-right .hot_news a { color: #333; font-size: 14px; line-height: 25px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-page .news-right .hot_news a:hover { color: var(--theme-red); }

.wiget-box .head { border-bottom: 1px solid #eeeeee; }
.wiget-box .head .head-name { font-size: 18px; }
.wiget-box .head .head-name span { font-size: 12px; color: #999999; }

.category-list li { position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #f8f8f8; }
.category-list li::before { content: ''; width: 6px; height: 6px; border: 1px solid #444444; display: inline-block; vertical-align: middle; margin-right: .5rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.category-list li a { display: inline-block; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.category-list li:hover::before { border-radius: 50%; border-color: var(--theme-green); }
.category-list li:hover a { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); }

.related-list { line-height: 2; }

.news-page { background: #f8f8f8; }
.news-page .location-box { background-color: #ffffff; }

.inner-floor-box .floor .floor-head { position: relative; }
.inner-floor-box .floor .floor-head::after { content: ''; position: absolute; display: block; z-index: 0; width: 100%; height: 0; border-bottom: 1px solid #6a6a6a; margin: auto; top: 0; bottom: 0; }
.inner-floor-box .floor .floor-head .head-name { color: #333333; font-size: 24px; position: relative; z-index: 2; background: #ffffff; padding-right: .5rem; }
.inner-floor-box .floor .floor-head .head-more { background-color: #fff; padding-left: 1rem; position: relative; z-index: 2; }
.inner-floor-box .floor .floor-head .head-more a { background: var(--theme-green); border: 1px solid var(--theme-green); color: #fff; display: inline-block; padding: 0.4rem 1.3rem; position: relative; z-index: 2; border-radius: 2rem; font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.inner-floor-box .floor .floor-head .head-more a span { display: block; line-height: 1.4; margin-right: .4rem; }
.inner-floor-box .floor .floor-head .head-more a svg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 12px; height: 12px; fill: CurrentColor; }
.inner-floor-box .floor .floor-head .head-more a:hover { color: var(--theme-green); background-color: #fff; }
.inner-floor-box .floor .floor-head .head-more a:hover svg { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.pro-top .pro-info .pro-title { font-size: 24px; color: #333333; background: #fff; padding-bottom: 0.6rem; }
.pro-top .pro-info .info-wrap { background-color: #f8f8f8; }
.pro-top .pro-info .info-wrap .pro-breif { color: #e52128; font-size: 14px; line-height: 2; }
.pro-top .pro-info .info-wrap .pro-param-list { border-bottom: 1px dashed #dddddd; }
.pro-top .pro-info .info-wrap .pro-param-list .param-item .value span { display: block; margin-right: 5px; font-size: 12px; padding: 4px 8px; border: 1px solid #d0d0d0; line-height: 1; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.pro-top .pro-info .info-wrap .pro-param-list .param-item .value span::after { position: absolute; content: ''; display: block; width: 0; height: 0; bottom: 0; right: 0; border: 3px solid transparent; border-right-color: #e52128; border-bottom-color: #e52128; opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-top .pro-info .info-wrap .pro-param-list .param-item .value span:hover { border-color: #e52128; }
.pro-top .pro-info .info-wrap .pro-param-list .param-item .value span:hover:after { opacity: 1; }
.pro-top .pro-info .info-wrap .service-tips-bar .label { font-size: 14px; }
.pro-top .pro-info .info-wrap .service-tips-bar .value { display: inline-block; border: 1px solid #d0d0d0; padding: 3px 8px; line-height: 1; margin-right: 5px; color: var(--theme-green); font-size: 14px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-top .pro-info .info-wrap .service-tips-bar .value:hover { border-color: CurrentColor; }
.pro-top .pro-info .info-wrap .qrcode-contact .qrcode-item p { font-size: 14px; }
.pro-top .pro-info .info-wrap .pro-tips { border: 1px dashed #e7e7e7; }
.pro-top .pro-info .info-wrap .tips-box .tips-item { text-align: center; }
.pro-top .pro-info .info-wrap .tips-box .tips-item .item-icon { width: 60px; height: 60px; margin: 0 auto; }
.pro-top .pro-info .info-wrap .tips-box .tips-item .item-icon img { opacity: .7; }
.pro-top .pro-info .info-wrap .btn-group { position: relative; display: inline-flex; vertical-align: middle; }
.pro-top .pro-info .info-wrap .btn-group a { border-radius: 1.25rem; position: relative; flex: 1 1 auto; display: block; background: #00aea4; border: 1px solid #00aea4; padding: .469rem 1.625rem; color: #ffffff; font-size: .875rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-top .pro-info .info-wrap .btn-group a: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); }
.pro-top .pro-info .info-wrap .btn-group a:not(:last-child) { border-color: #e62129; margin-left: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-color: #e62129; }
.pro-top .pro-info .info-wrap .btn-group a:hover { background: transparent; color: #00aea4; }
.pro-top .pro-info .info-wrap .btn-group a:hover:nth-child(1) { color: #e62129; }
@media (min-width: 1200px) { .pro-top .pro-info .info-wrap .btn-group a { border-radius: 2.25rem; padding: 0.869rem 3.825rem; } }
.pro-top .pro-info .info-wrap .pro-contact-tel .tel-title { line-height: 1; }
.pro-top .pro-info .info-wrap .pro-contact-tel .tel-num { color: var(--theme-green); font-weight: bold; font-size: 18px; }

.pro-gallery .pro-thumb .thumb-item .item-wrap { border: 2px solid var(--theme-green); }
.pro-gallery .pro-thumb .thumb-item .item-wrap img { display: block; height: 100%; object-fit: cover; }

.leftbar .box .box-head { background-color: var(--theme-green); color: #ffffff; font-size: 24px; }
@media (max-width: 991.98px) { .leftbar .box .box-head { font-size: 20px; } }
.leftbar .box .box-head svg { fill: #ffffff; }
.leftbar .box-category-list li { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding-left: 10%; position: relative; }
.leftbar .box-category-list li a { color: #666666; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 2; }
.leftbar .box-category-list li::after { content: ''; position: absolute; display: block; width: 100%; height: 100%; z-index: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; -o-transform-origin: top; transform-origin: top; background: var(--theme-green); left: 0; bottom: 0; }
.leftbar .box-category-list li:hover, .leftbar .box-category-list li.on { padding-left: 14%; }
.leftbar .box-category-list li:hover a, .leftbar .box-category-list li.on a { color: #ffffff; -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.leftbar .box-category-list li:hover::after, .leftbar .box-category-list li.on::after { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); -o-transform: scaleY(1); transform: scaleY(1); }

.relate-goods .goods-img::before { background: url("../Image/pro-border.png") center/cover no-repeat; z-index: 2; position: relative; }
.relate-goods .goods-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; background-color: #f8f8f8; }

.goods-page .detail-content .content-box .head { border-bottom: 1px solid #edeeee; }
.goods-page .detail-content .content-box .head .head-name { font-size: 18px; display: inline-block; border-bottom: 2px solid var(--theme-green); }
.goods-page .detail-content .content-box .content img { max-width: 100%; vertical-align: bottom; }
.goods-page .detail-content .content-box .content h3 { text-align: center; padding: 2rem 0; color: #333333; font-size: 36px; }
.goods-page .detail-content .content-box .content h3 strong { color: var(--theme-green); font-style: italic; font-size: 43px; margin-left: .5rem; }
.goods-page .detail-content .content-box .content h3 strong em { line-height: 1; margin: 0 5px; font-size: 120%; font-family: Impact; }
@media (max-width: 575.98px) { .goods-page .detail-content .content-box .content h3 { font-size: 26px; padding: 1rem 0; }
  .goods-page .detail-content .content-box .content h3 strong { font-size: 32px; } }
.goods-page .detail-content .content-bar { background-color: #fafafa; padding-top: 20px; }

.pro-list .pro-item .item-wrap { position: relative; overflow: hidden; }
.pro-list .pro-item .item-wrap .item-img::before { background: url("../Image/pro-border.png") center/cover no-repeat; z-index: 2; position: relative; }
.pro-list .pro-item .item-wrap .item-overlay { position: absolute; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); opacity: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; visibility: hidden; display: none; }
@media (min-width: 992px) { .pro-list .pro-item .item-wrap .item-overlay { visibility: visible; display: block; } }
.pro-list .pro-item .item-wrap .item-overlay .overlay-title { color: #ffffff; }
.pro-list .pro-item .item-wrap .item-overlay .btn-group { position: relative; display: inline-flex; vertical-align: middle; width: 75%; margin: 0 auto; text-align: center; }
.pro-list .pro-item .item-wrap .item-overlay .btn-group a { border-radius: 2rem; position: relative; flex: 1 1 auto; display: block; background: #00aea4; border: 1px solid #00aea4; padding: 4%; color: #ffffff; font-size: .875rem; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.pro-list .pro-item .item-wrap .item-overlay .btn-group a: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); }
.pro-list .pro-item .item-wrap .item-overlay .btn-group a:not(:last-child) { border-color: #e62129; margin-left: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; background-color: #e62129; }
.pro-list .pro-item .item-wrap .item-overlay .btn-group a:hover { background: transparent; color: #00aea4; }
.pro-list .pro-item .item-wrap .item-overlay .btn-group a:hover:nth-child(1) { color: #e62129; }
@media (min-width: 1200px) { .pro-list .pro-item .item-wrap .item-overlay .btn-group a { border-radius: 2.25rem; padding: 4%; text-align: center; } }
.pro-list .pro-item .item-wrap .item-title { color: #ffffff; background: #90dadd; }
@media (min-width: 992px) { .pro-list .pro-item:hover .item-wrap .item-overlay { opacity: 1; } }

.pro-adv-box .item { background-color: #f9f9f9; border-top-left-radius: 3rem; border-bottom-right-radius: 3rem; overflow: hidden; }
.pro-adv-box .item .item-num { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #10bab9; color: #ffffff; display: block; width: 55px; height: 53px; text-align: center; line-height: 55px; font-size: 24px; border-bottom-left-radius: 50%; border-top-right-radius: 50%; }
.pro-adv-box .item .item-title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 24px; color: #333333; font-weight: bold; position: relative; line-height: 53px; }
.pro-adv-box .item .item-title::after { content: ''; display: block; width: 30%; height: 2px; background-color: var(--theme-green); position: absolute; left: 0; bottom: 0; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; }
.pro-adv-box .item .item-content { color: #9f9f9f; line-height: 1.8; }
@media (max-width: 1199.98px) { .pro-adv-box .item .item-img { flex: 0 0 auto; width: 100%; }
  .pro-adv-box .item .item-img img { width: 100%; height: 100%; object-fit: cover; }
  .pro-adv-box .item .item-content { line-height: 1.5; } }
.pro-adv-box .item:hover .item-num { border-top-left-radius: 50%; border-bottom-right-radius: 50%; }
.pro-adv-box .item:hover .item-title { color: var(--theme-green); }
.pro-adv-box .item:hover .item-title::after { width: 45%; }

.factory-param .item:not(:first-child) { border-left: 1px solid #e7e7e7; }
.factory-param .item .item-icon svg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; width: 80px; height: 80px; }
.factory-param .item .item-icon svg path { fill: #10bab9; }
.factory-param .item .item-desc { padding: .5rem 0; }
@media (max-width: 991.98px) { .factory-param .item .item-icon svg { width: 60px; height: 60px; } }
@media (max-width: 575.98px) { .factory-param .item .item-icon svg { width: 50px; height: 50px; } }

.choose-reason-box { background-color: var(--theme-green); color: #ffffff; text-align: center; }
.choose-reason-box .choose-title { font-size: 36px; font-weight: bold; line-height: 2; }
.choose-reason-box .choose-content { font-size: 18px; padding: 0 15%; }
@media (max-width: 575.98px) { .choose-reason-box .choose-title { font-size: 26px; }
  .choose-reason-box .choose-content { font-size: 14px; padding: 0 5% 5%; } }

/*团体定制*/
.pzbz-box .item { background-color: #f9f9f9; }
.pzbz-box .item .item-name { font-size: 18px; font-weight: bold; color: #333333; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.pzbz-box .item .item-desc { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 14px; color: #999999; }
.pzbz-box .item:hover .item-name { color: var(--theme-green); }
.pzbz-box .item:hover .item-desc { color: #666666; }

.custom-box .item .item-img { position: relative; }
.custom-box .item .item-img::after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; background: rgba(0, 0, 0, 0.5); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.custom-box .item .item-caption { border: 1px solid #e8e8e8; }
.custom-box .item .item-caption .item-name { font-size: 24px; color: #333333; text-align: center; }
.custom-box .item .item-caption .item-desc { line-height: 26px; font-size: 14px; color: #999999; }
.custom-box .item .item-caption .item-more a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: inline-block; padding: .5rem 2rem; border: 1px solid var(--theme-green); border-radius: 5rem; font-size: 14px; }
.custom-box .item .item-caption .item-more:hover a { letter-spacing: 2px; }
.custom-box .item:hover .item-caption .item-name { color: var(--theme-green); }
.custom-box .item:hover .item-img::after { -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; }

.scheme-box { background-color: #10bab9; color: #ffffff; }
.scheme-box .box-head .head-name { font-size: 30px; }
.scheme-box .scheme-param .item .item-icon { position: relative; filter: unset; background: none; }
.scheme-box .scheme-param .item .item-icon .icon-wrap { position: relative; z-index: 3; }
.scheme-box .scheme-param .item .item-icon img { filter: grayscale(100%) brightness(100); }
.scheme-box .scheme-param .item .item-icon::before { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; filter: grayscale(100%) brightness(100); content: ''; background: url("../Image/scheme-icon-bg.png") center/contain no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; }
.scheme-box .scheme-param .item:hover .item-icon { background: none; }
.scheme-box .scheme-param .item:hover .item-icon:before { background-image: url(../Image/scheme-icon-hover-bg.png); }
.scheme-box .scheme-param .item:hover .item-icon img { filter: unset; }

.custom-contact { background-color: #f6f6f6; }
.custom-contact .quick-form .form-title { font-size: 36px; color: #333333; }
@media (min-width: 1400px) { .custom-contact .add_wxqrcode .wx-qrcode { width: 45%; margin: 0 auto; } }

/*联系方式*/
.contact-box .contact-item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; height: 100%; padding: 2rem; -webkit-box-shadow: 0 2px 8px 0 rgba(97, 131, 155, 0.2); -moz-box-shadow: 0 2px 8px 0 rgba(97, 131, 155, 0.2); box-shadow: 0 2px 8px 0 rgba(97, 131, 155, 0.2); position: relative; }
.contact-box .contact-item .item-wrap::after { content: ''; display: block; position: absolute; width: 100%; 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: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; border-bottom: 2px solid var(--theme-green); }
.contact-box .contact-item .item-icon { margin-bottom: 1rem; }
.contact-box .contact-item .item-icon .icon { width: 3rem; height: 3rem; }
.contact-box .contact-item .item-icon .icon path { fill: #666; }
.contact-box .contact-item .item-name { font-size: 18px; color: #333333; margin-bottom: .5rem; }
.contact-box .contact-item .item-bd { color: #666666; line-height: 1.8; }
@media (max-width: 575.98px) { .contact-box .contact-item .item-wrap { padding: 1.5rem 1rem; } }
.contact-box .contact-item:hover .item-wrap { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }
.contact-box .contact-item:hover .item-wrap::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; }
.contact-box .contact-item:hover .item-wrap ~ .contact-box .contact-item .item-wrap::after { -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left center; }

#dituContent { height: 50vw; }
@media (min-width: 992px) { #dituContent { height: 30vw; } }
@media (min-width: 1200px) { #dituContent { height: 25vw; } }
.footnav{right: 0;bottom: 0;float: left;width: 100%;position: fixed;background:#00aea4;color:#fff;z-index: 888;}
.footnav li{float: left;text-align: center; width: 100%;text-align: center;color: #fff;}

.footnav li i{font-size: 20px;}
.footnav li span{display: block;line-height: 50px;}
.footnav li a{display: block; color: #fff !important;padding-top:0%;}
.footnav li a:hover{color: #ffb40b}