@charset "UTF-8";
body { --theme-red:#b02d35; --theme-red2:#d42c2c; --theme-color: #cc0707; --theme-bgcolor:#f5f7fa; --theme-orange:#ea5412; --color-nomarl:#666666; --color-primary:#333333; }

@media (min-width: 1680px) { .container-xxl { max-width: 1420px; } }
@keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@-o-keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@-moz-keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@-ms-keyframes scaleOut { from { -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.9); opacity: 1; }
  to { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.5); opacity: 0; } }
@keyframes changeColor { from { color: var(--theme-color); }
  to { color: #ffffff; } }
@keyframes scrollBack { 0% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); }
  50% { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  100% { -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } }
@keyframes btnWave { 0% { -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; opacity: 0; }
  75% { -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scaleX(0.9); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; opacity: 0.8; }
  100% { /*-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(0); -webkit-transform-origin: center; -moz-transform-origin: center; -ms-transform-origin: center; -o-transform-origin: center; transform-origin: center;*/
opacity: 0; } }
.red { color: var(--theme-color); }

.header .logo { position: relative; z-index: 20; }
.header .logo .logo-img { max-width: 360px; }
.header .logo .logo-img img { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; max-height: 46px; }
@media (max-width: 991.98px) { .header .logo .logo-img img { max-height: 43px; } }
@media (max-width: 767.98px) { .header .logo .logo-img img { max-height: 38px; } }
@media (max-width: 767.98px) { .header .logo .logo-img img { max-height: 32px; } }
.header .logo .logo-txt p:nth-child(1) { color: var(--theme-color); line-height: 1; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 1600px) { .header .logo .logo-txt p:nth-child(1) { font-size: 20px; } }
.header .logo .logo-txt p:nth-child(2) { color: var(--color-nomarl); line-height: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 1600px) { .header .logo .logo-txt p:nth-child(2) { letter-spacing: 4px; } }
.header .nav { flex: 1; }
.header .nav li { position: relative; flex: 1; }
.header .nav li > a { display: block; position: relative; overflow: hidden; }
@media (min-width: 1440px) { .header .nav li > a { padding: 0 1rem; } }
.header .nav li .sub-nav { position: absolute; width: 140px; left: -50%; right: -50%; margin: auto; text-align: center; top: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); backdrop-filter: blur(3px); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.header .nav li .sub-nav dl { display: none; padding: 1rem 0; background: rgba(255, 255, 255, 0.5); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .nav li .sub-nav dl dd { margin: 0; font-size: 14px; position: relative; padding: 10px; }
.header .nav li .sub-nav dl dd::before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -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); background-color: var(--theme-color); -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
.header .nav li .sub-nav dl dd a { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; position: relative; z-index: 2; }
.header .nav li .sub-nav.fullscreen .item-icon { width: 60px; height: 60px; position: relative; margin: 0 auto; }
.header .nav li .sub-nav.fullscreen .item-icon img { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; max-width: 100%; max-height: 100%; }
.header .nav li::before { content: ''; position: absolute; display: block; margin: auto; bottom: 0; width: 50%; left: 0; right: 0; height: 2px; background-color: var(--theme-color); -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.header .nav li:hover::before, .header .nav li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); }
.header .nav li:hover > a { color: var(--theme-color); }
.header .nav li:hover .sub-nav { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); opacity: 1; }
.header .nav li:hover .sub-nav dl { background-color: rgba(255, 255, 255, 0.8); display: block; }
.header .nav li:hover .sub-nav dl dd:hover::before { -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; }
.header .nav li:hover .sub-nav dl dd:hover a { color: #ffffff; }
.header .header-tel .tel-info .tel-txt { color: var(--color-nomarl); }
.header .header-tel .tel-info .tel-num { color: var(--theme-color); font-size: 26px; line-height: 1; }
@media (max-width: 1199.98px) { .header .header-tel .tel-info .tel-num { font-size: 20px; } }
.header .header-wrap { min-height: 60px; }

.menu-icon { width: 60px; height: 60px; color: var(--theme-color); position: relative; cursor: pointer; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { position: absolute; right: 0; width: 56px; height: 56px; margin: auto; top: 0; bottom: 0; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { position: fixed; width: 100vw; height: 100vh; z-index: 10; background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(20px); top: 0; left: 0; padding: 60px; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
@media (max-width: 575.98px) { .mobile-nav { padding: 30px; } }
.mobile-nav ul { margin-top: 3rem; }
.mobile-nav ul li { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); padding: .5rem; }
.mobile-nav ul li a { font-size: 24px; color: #333333; line-height: 2.5; display: block; width: 100%; /*background: linear-gradient(#333333 50%, var(--theme-color) 50%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;*/ }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.sbanner { height: 450px; -webkit-transition: height .3s; -moz-transition: height .3s; -ms-transition: height .3s; -o-transition: height .3s; transition: height .3s; }
@media (max-width: 991.98px) { .sbanner { height: 360px; } }
@media (max-width: 767.98px) { .sbanner { height: 320px; } }
@media (max-width: 575.98px) { .sbanner { height: 260px; } }
.sbanner .sbanner-wrap { color: #ffffff; }
.sbanner .sbanner-wrap h3 { font-size: 42px; font-weight: normal; }
@media (max-width: 1199.98px) { .sbanner .sbanner-wrap h3 { font-size: 36px; } }
@media (max-width: 991.98px) { .sbanner .sbanner-wrap h3 { font-size: 34px; } }
@media (max-width: 767.98px) { .sbanner .sbanner-wrap h3 { font-size: 30px; } }
@media (max-width: 575.98px) { .sbanner .sbanner-wrap h3 { font-size: 26px; } }
.sbanner .sbanner-wrap p { font-size: 18px; }

.location-box { height: 0; }
.location-box-wrap { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); background-color: rgba(0, 0, 0, 0.5); }
.location-box-wrap .wrap { height: 60px; }
.location-box-wrap .location { color: #ffffff; font-family: serif; }
.location-box-wrap .location svg { width: 22px; height: 22px; }
.location-box-wrap .location svg path { fill: #ffffff; }
.location-box-wrap .location a { color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-family: "Microsoft YaHei"; }
.location-box-wrap .location a:hover { color: var(--theme-color); }
.location-box-wrap .location span { display: inline-block; vertical-align: middle; }
.location-box-wrap .sub_nav li a { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.location-box-wrap .sub_nav li a:hover { color: var(--theme-color); }

.footer { border-top: 6px solid var(--theme-color); background: url("../Image/footer-bg.jpg") center/cover no-repeat; }
.footer .f-box { padding-left: 30px; position: relative; }
.footer .f-box .box-head { position: relative; color: #ffffff; }
.footer .f-box .box-head::before { content: ''; display: block; width: 9px; height: 9px; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; left: -26px; bottom: 0; }
.footer .f-box .box-head .head-name { font-size: 24px; }
.footer .f-box .box-head .head-en { padding-left: 5px; font-size: 14px; opacity: .3; text-transform: uppercase; }
.footer .footer-nav::before, .footer .footer-goods::before { content: ''; display: block; width: 1rem; height: 2px; background-color: var(--theme-color); margin: 1rem 0; }
.footer .footer-nav li, .footer .footer-goods li { padding: .5rem 0; }
.footer .footer-nav a, .footer .footer-goods a { color: #ffffff; opacity: .6; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-nav a:hover, .footer .footer-goods a:hover { opacity: .8; }
.footer .footer-contact { color: #ffffff; }
.footer .footer-contact .contact-top .contact-qrcode { width: 117px; }
.footer .footer-contact .contact-top .contact-qrcode .qrcode-wrap { background: url("../Image/qrcode-bg.png") center/contain no-repeat; padding: 5px; }
.footer .footer-contact .contact-top .contact-message { display: block; width: 70%; padding: 8px; background-color: var(--theme-color); color: #ffffff; text-align: center; max-width: 160px; }
.footer .footer-contact .contact-top .contact-message svg { margin-right: 5px; width: 20px; height: 20px; }
.footer .footer-contact .contact-top .contact-tel p.tel-num { font-size: 36px; line-height: 1; color: var(--theme-color); font-family: Bahnschrift; }
@media (max-width: 1399.98px) { .footer .footer-contact .contact-top .contact-tel p.tel-num { font-size: 32px; } }
@media (max-width: 1199.98px) { .footer .footer-contact .contact-top .contact-tel p.tel-num { font-size: 30px; } }
@media (max-width: 767.98px) { .footer .footer-contact .contact-top .contact-tel p.tel-num { font-size: 24px; } }
.footer .footer-contact .contact-con p { opacity: .6; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .footer-contact .contact-con p:hover { opacity: .8; }
.footer .copyright { border-top: 1px solid rgba(255, 255, 255, 0.1); }
.footer .copyright span, .footer .copyright a { color: #ffffff; opacity:1; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.footer .copyright span:hover, .footer .copyright a:hover { opacity: .8; }

.theme-head .head-left .head-top .head-dot { width: 5px; height: 5px; display: inline-block; margin-right: 10px; position: relative; }
.theme-head .head-left .head-top .head-dot::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background: var(--theme-color); z-index: 2; }
.theme-head .head-left .head-top .head-dot::after { content: ''; display: block; position: absolute; margin: auto; right: 0; top: 0; bottom: 0; height: 1px; background-color: #ebebeb; width: 30vw; }
.theme-head .head-left .head-top .head-en-name { color: #999999; }
@media (max-width: 575.98px) { .theme-head .head-left .head-top .head-en-name { font-size: 14px; } }
.theme-head .head-left .head-name { font-size: 32px; }
@media (max-width: 1399.98px) { .theme-head .head-left .head-name { font-size: 28px; } }
@media (max-width: 767.98px) { .theme-head .head-left .head-name { font-size: 26px; } }
@media (max-width: 575.98px) { .theme-head .head-left .head-name { font-size: 22px; } }

.theme-btn { display: inline-block; background-color: var(--theme-color); padding-right: 20px; position: relative; }
.theme-btn::before, .theme-btn::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); top: 0; bottom: 0; left: 0; margin: auto; }
.theme-btn::before { -webkit-animation: btnWave 1s infinite; -o-animation: btnWave 1s infinite; animation: btnWave 2s infinite; }
.theme-btn::after { width: 90%; -webkit-animation: btnWave 1s infinite; -o-animation: btnWave 1s infinite; animation: btnWave 1.5s infinite; -webkit-animation-delay: .5s; -moz-animation-delay: .5s; -o-animation-delay: .5s; animation-delay: .5s; }
.theme-btn a { display: block; background-color: rgba(255, 255, 255, 0.1); padding: 8px 15px; color: #ffffff; position: relative; z-index: 2; }
@media (max-width: 575.98px) { .theme-btn { padding-right: 15px; }
  .theme-btn a { font-size: 14px; padding: 6px 10px; } }

.w-form .form-item { position: relative; }
.w-form .form-item .input-txt, .w-form .form-item .input-textarea { display: block; height: 46px; border: none; background-color: #f6f6f6; padding: 10px; }
.w-form .form-item .input-txt:focus, .w-form .form-item .input-txt.active, .w-form .form-item .input-textarea:focus, .w-form .form-item .input-textarea.active { outline: none; }
.w-form .form-item .input-textarea { height: 130px; }
.w-form .form-item .input-icon { width: 46px; height: 46px; position: absolute; right: 0; top: 0; }
.w-form .form-item .input-icon svg { position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; width: 60%; height: auto; }
.w-form .form-item .input-icon svg path { fill: #9e9e9e; }
.w-form .verifyImg { height: 46px; cursor: pointer; }
.w-form .submit-btn { display: block; background-color: var(--theme-color); color: #ffffff; text-align: center; line-height: 46px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.w-form .submit-btn:hover { opacity: .8; }

.bg { background-color: #f5f5f5; }

/*index product*/
.sec-pro-wrapper { background: url("../Image/bg.jpg"); }
.sec-pro-wrapper .category-box { background: url("../Image/category-box-bg.jpg") center/cover no-repeat; }
@media (min-width: 1400px) { .sec-pro-wrapper .category-box .box-wrap { width: 60%; } }
@media (min-width: 1600px) { .sec-pro-wrapper .category-box .box-wrap { width: 50%; } }
.sec-pro-wrapper .category-box .category-list li { border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
.sec-pro-wrapper .category-box .category-list li .cate-icon svg { width: 32px; height: 32px; }
.sec-pro-wrapper .category-box .category-list li .cate-icon svg path { fill: #ffffff; }
.sec-pro-wrapper .category-box .category-list li a { color: #ffffff; }
.sec-pro-wrapper .category-box .category-list li .more svg { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; width: 20px; height: 20px; opacity: .3; }
.sec-pro-wrapper .category-box .category-list li:hover .more svg { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
.sec-pro-wrapper .product-box .box-top .box-title { font-size: 30px; }
@media (max-width: 1199.98px) { .sec-pro-wrapper .product-box .box-top .box-title { font-size: 28px; } }
@media (max-width: 991.98px) { .sec-pro-wrapper .product-box .box-top .box-title { font-size: 24px; } }
@media (max-width: 767.98px) { .sec-pro-wrapper .product-box .box-top .box-title { font-size: 18px; } }
@media (max-width: 575.98px) { .sec-pro-wrapper .product-box .box-top .box-title { font-size: 16px; } }
.sec-pro-wrapper .product-box .box-top .box-desc { color: var(--color-nomarl); }
@media (max-width: 575.98px) { .sec-pro-wrapper .product-box .box-top .box-desc { font-size: 14px; } }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap { position: relative; overflow: hidden; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .item-img { overflow: hidden; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .item-name { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #eeeeee; color: var(--color-nomarl); text-align: center; line-height: 46px; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 42, 81, 0.9); top: 0; left: 0; color: #ffffff; text-align: center; opacity: 0; -webkit-transform: translateY(50%); -moz-transform: translateY(50%); -ms-transform: translateY(50%); -o-transform: translateY(50%); transform: translateY(50%); -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; /* -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -ms-transition-delay: 1s; -o-transition-delay: 1s; transition-delay: .5s;*/ }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-title { font-size: 24px; -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; -webkit-transform: translateY(4%); -moz-transform: translateY(4%); -ms-transform: translateY(4%); -o-transform: translateY(4%); transform: translateY(4%); opacity: 0; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-icon { text-align: center; position: relative; -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; -webkit-transform: translateY(4%); -moz-transform: translateY(4%); -ms-transform: translateY(4%); -o-transform: translateY(4%); transform: translateY(4%); opacity: 0; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-icon i { -webkit-animation: changeColor 1.5s infinite; -o-animation: changeColor 1.5s infinite; animation: changeColor 1s infinite; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-icon i:nth-child(1) { -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -o-animation-delay: 0s; animation-delay: 0s; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-icon i:nth-child(2) { -webkit-animation-delay: .15s; -moz-animation-delay: .15s; -o-animation-delay: .15s; animation-delay: .15s; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-icon i:nth-child(3) { -webkit-animation-delay: .25s; -moz-animation-delay: .25s; -o-animation-delay: .25s; animation-delay: .25s; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-icon svg { width: 14px; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-icon svg path { fill: CurrentColor; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-desc { -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -ms-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; -webkit-transform: translateY(4%); -moz-transform: translateY(4%); -ms-transform: translateY(4%); -o-transform: translateY(4%); transform: translateY(4%); opacity: 0; }
@media (max-width: 991.98px) { .sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-desc { font-size: 14px; } }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-link-icon { -webkit-transition: transform .5s,opacity .3s; -moz-transition: transform .5s,opacity .3s; -ms-transition: transform .5s,opacity .3s; -o-transition: transform .5s,opacity .3s; transition: transform .5s,opacity .3s; -webkit-transform: translateY(4%); -moz-transform: translateY(4%); -ms-transform: translateY(4%); -o-transform: translateY(4%); transform: translateY(4%); opacity: 0; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -ms-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-link-icon .icon-wrap { width: 55px; height: 55px; background-color: var(--theme-color); border-radius: 50%; position: relative; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-link-icon .icon-wrap::before { content: ''; display: block; width: 100%; height: 100%; background-color: var(--theme-color); position: absolute; top: 0; left: 0; border-radius: 50%; animation: 2s scaleOut infinite; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-link-icon .icon-wrap svg { z-index: 2; width: 50%; height: 50%; }
.sec-pro-wrapper .product-box .box-pro-list .item .item-wrap .overlay .overlay-wrap .o-link-icon .icon-wrap svg path { fill: #ffffff; }
@media (min-width: 992px) { .sec-pro-wrapper .product-box .box-pro-list .item:hover .overlay { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; }
  .sec-pro-wrapper .product-box .box-pro-list .item:hover .overlay .overlay-wrap { opacity: 1; }
  .sec-pro-wrapper .product-box .box-pro-list .item:hover .overlay .overlay-wrap .o-title { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .5s; -moz-transition-delay: .5s; -ms-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .4s; }
  .sec-pro-wrapper .product-box .box-pro-list .item:hover .overlay .overlay-wrap .o-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .4s; -moz-transition-delay: .4s; -ms-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; }
  .sec-pro-wrapper .product-box .box-pro-list .item:hover .overlay .overlay-wrap .o-desc { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }
  .sec-pro-wrapper .product-box .box-pro-list .item:hover .overlay .overlay-wrap .o-link-icon { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1; -webkit-transition-delay: .2s; -moz-transition-delay: .2s; -ms-transition-delay: .2s; -o-transition-delay: .2s; transition-delay: .2s; } }
@media (max-width: 991.98px) { .sec-pro-wrapper .product-box .box-pro-list .item:hover .item-name { background-color: var(--theme-color); color: #ffffff; } }
.sec-pro-wrapper .theme-head .head-left .head-top .head-dot::after { background-color: #ebebeb; opacity: .2; }
.sec-pro-wrapper .theme-head .head-left .head-top .head-en-name { color: #ffffff; }

@media (min-width: 1600px) { .sec-service { padding: 3% 0 !important; } }
.sec-service .service-top .top-title { font-size: 36px; color: var(--color-primary); }
@media (max-width: 1399.98px) { .sec-service .service-top .top-title { font-size: 34px; } }
@media (max-width: 991.98px) { .sec-service .service-top .top-title { font-size: 32px; } }
@media (max-width: 767.98px) { .sec-service .service-top .top-title { font-size: 28px; } }
@media (max-width: 575.98px) { .sec-service .service-top .top-title { font-size: 26px; } }
.sec-service .service-top .top-desc { color: var(--color-nomarl); }
.sec-service .service-top .top-desc svg path { fill: var(--theme-color); }
.sec-service .service-box .item .item-wrap .item-icon { width: 74px; height: 74px; margin: 0 auto 1rem; position: relative; }
.sec-service .service-box .item .item-wrap .item-icon .icon-dot { width: 100%; height: 100%; z-index: 2; animation: scrollBack 3s infinite; }
.sec-service .service-box .item .item-wrap .item-icon .icon-dot::after { content: ''; display: block; position: absolute; margin: auto; width: 7px; height: 7px; background-color: var(--theme-color); border-radius: 50%; left: 0; bottom: -3px; right: 0; z-index: 2; }
.sec-service .service-box .item .item-wrap .item-icon .icon-wrap { border-radius: 50%; border: 1px solid #bbbbbb; }
.sec-service .service-box .item .item-wrap .item-icon .icon-wrap svg { max-width: 55%; margin: auto; position: absolute; 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; }
.sec-service .service-box .item .item-wrap .item-icon .icon-wrap svg path { fill: #999999; }
.sec-service .service-box .item .item-wrap .item-bottom { text-align: center; }
.sec-service .service-box .item .item-wrap .item-bottom .item-name { color: var(--color-primary); font-size: 18px; }
.sec-service .service-box .item .item-wrap .item-bottom .item-desc { color: var(--color-nomarl); }
.sec-service .service-box .item .item-wrap:hover .item-icon .icon-dot { -webkit-animation-play-state: paused; -moz-animation-play-state: paused; -o-animation-play-state: paused; animation-play-state: paused; }
.sec-service .service-box .item .item-wrap:hover .item-icon svg path { fill: var(--theme-color); }
.sec-service .service-box .item .item-wrap:hover .item-bottom .item-name { color: var(--theme-color); }
.sec-service .service-tel { font-size: 24px; color: var(--theme-color); }
.sec-service .service-tel svg { width: 32px; height: 32px; }
@media (max-width: 575.98px) { .sec-service .service-tel { font-size: 14px; }
  .sec-service .service-tel svg { width: 18px; height: 18px; } }

.sec-cases { position: relative; }
.sec-cases .theme-head .head-left .head-top .head-dot::after { background-color: #ebebeb; opacity: .2; }
.sec-cases .theme-head .head-left .head-top .head-en-name { color: #ffffff; }
.sec-cases::before { content: ''; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; background: url("../Image/case-bg.jpg") center no-repeat fixed; }
.sec-cases .section-wrap { background-color: rgba(0, 38, 80, 0.9); backdrop-filter: blur(2px); }
.sec-cases .case-swiper .item .item-wrap .item-img { overflow: hidden; }
.sec-cases .case-swiper .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.sec-cases .case-swiper .item .item-wrap .item-bottom { background-color: #f5f5f5; position: relative; }
.sec-cases .case-swiper .item .item-wrap .item-bottom::before { content: ''; position: absolute; left: 0; height: 100%; width: 100%; top: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; }
.sec-cases .case-swiper .item .item-wrap .item-bottom .item-name { margin-right: 5px; }
.sec-cases .case-swiper .item:hover .item-wrap .item-img img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.sec-cases .case-swiper .item:hover .item-wrap .item-bottom { color: #ffffff; }
.sec-cases .case-swiper .item:hover .item-wrap .item-bottom::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.sec-about { background: url("../Image/bg.jpg"); }
@media (min-width: 1600px) { .sec-about { padding: 3% 0; } }
.sec-about .about-top .about-en { font-family: Bahnschrift; font-size: 50px; text-transform: uppercase; color: var(--theme-color); line-height: 1; }
.sec-about .about-top .about-cn { font-size: 32px; color: var(--color-primary); }
@media (max-width: 1199.98px) { .sec-about .about-top .about-en { font-size: 42px; } }
@media (max-width: 991.98px) { .sec-about .about-top .about-en { font-size: 38px; }
  .sec-about .about-top .about-cn { font-size: 28px; } }
@media (max-width: 767.98px) { .sec-about .about-top .about-en { font-size: 34px; }
  .sec-about .about-top .about-cn { font-size: 26px; } }
@media (max-width: 575.98px) { .sec-about .about-top .about-en { font-size: 28px; }
  .sec-about .about-top .about-cn { font-size: 26px; } }
.sec-about .about-content {
  margin-top: 6%;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-align: justify;
}
.sec-about .theme-btn{
  margin-top: 6%;
}
.sec-about .about-param-box { margin-top: 2rem; }
.sec-about .about-param-box .param-item { border-left: 4px solid var(--theme-color); background-color: #fff; }
.sec-about .about-param-box .param-item .item-wrap { padding: 15px 25px; }
.sec-about .about-param-box .param-item .item-wrap .item-name { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; font-size: 24px; color: var(--color-primary); }
.sec-about .about-param-box .param-item .item-wrap .item-name .item-icon svg { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform 1s; width: 32px; height: 32px; }
.sec-about .about-param-box .param-item .item-wrap .item-name .item-icon svg path { fill: var(--theme-color); }
.sec-about .about-param-box .param-item .item-wrap .item-desc { color: #666666; opacity: .7; line-height: 2; }
.sec-about .about-param-box .param-item:hover .item-wrap .item-name { color: var(--theme-color); }
.sec-about .about-param-box .param-item:hover .item-wrap .item-name .item-icon svg { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); }
@media (min-width: 1200px) { .sec-about .about-param-box { margin-top: 0; height: 50px; }
  .sec-about .about-param-box .box-wrap { -webkit-transform: translateY(-40%); -moz-transform: translateY(-40%); -ms-transform: translateY(-40%); -o-transform: translateY(-40%); transform: translateY(-40%); } }
@media (min-width: 1600px) { .sec-about .about-param-box { height: 0; } }
@media (max-width: 1199.98px) { .sec-about .about-param-box .param-item { width: 33%; }
  .sec-about .about-param-box .param-item .item-wrap { padding: 15px 25px; }
  .sec-about .about-param-box .param-item .item-wrap .item-name { font-size: 22px; }
  .sec-about .about-param-box .param-item .item-wrap .item-name .item-icon svg { width: 30px; height: 30px; } }
@media (max-width: 767.98px) { .sec-about .about-param-box { margin-top: 1rem; } }

@media (min-width: 1600px) { .sec-news { padding: 3% 0; } }

.news-swiper .item .item-wrap { position: relative; }
.news-swiper .item .item-wrap .item-bottom { position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; background-color: rgba(0, 0, 0, 0.5); }
.news-swiper .item .item-wrap .item-title { width: 80%; color: #ffffff; font-size: 14px; padding: 12px 20px; }

.news-box .item .item-wrap { background-color: #fafafa; border: 1px solid #e9e9e9; padding: 15px 20px; }
.news-box .item .item-wrap .item-title { font-size: 18px; font-weight: bold; }
@media (max-width: 991.98px) { .news-box .item .item-wrap .item-title { line-height: 2; } }
.news-box .item .item-wrap .item-desc { color: #999999; }
.news-box .item .item-wrap .item-bottom { border-top: 1px dashed #ebebeb; padding-top: 1rem; }
.news-box .item .item-wrap .item-time { text-align: center; color: #d9d9d9; }
.news-box .item .item-wrap .item-time .date { font-family: Impact; font-size: 32px; line-height: 1; }
.news-box .item .item-wrap .item-time .year-month { line-height: 2; font-size: 14px; }
.news-box .item .item-wrap .item-more svg { width: 32px; height: 32px; }

@media (min-width: 1600px) { .inner-section { padding: 3% 0 !important; } }
.inner-section .sec-head .head-name { font-size: 32px; }
@media (max-width: 991.98px) { .inner-section .sec-head .head-name { font-size: 28px; } }
@media (max-width: 575.98px) { .inner-section .sec-head .head-name { font-size: 24px; } }
.inner-section .sec-head .head-desc { color: #999999; }
.inner-section .sec-head .head-desc i.dot-line { display: inline-block; position: relative; width: 5px; height: 5px; }
.inner-section .sec-head .head-desc i.dot-line::after { content: ''; display: block; width: 5px; height: 5px; background-color: var(--theme-color); position: absolute; left: 0; top: 0; z-index: 2; }
.inner-section .sec-head .head-desc i.dot-line::before { content: ''; display: block; position: absolute; width: 100px; height: 1px; background-color: #ebebeb; margin: auto; top: 0; bottom: 0; }
@media (max-width: 575.98px) { .inner-section .sec-head .head-desc i.dot-line::before { width: 60px; } }
.inner-section .sec-head .head-desc i.dot-line.dot-left::before { right: 0; }
.inner-section .sec-head .head-desc i.dot-line.dot-right::before { left: 0; }
.inner-section .sec-head .head-desc span { padding: 0 10px; }
.inner-section .sec-head.head-white .head-name { color: #ffffff; }
.inner-section .sec-head.head-white .head-desc i.dot-line::before { opacity: .2; }
.inner-section.sec-in-about { background: url("../Image/in-sec-about-bg.jpg") center/cover fixed; }
.inner-section.sec-in-about .about-content { color: #666666; line-height: 28px; }
.inner-section.sec-in-about .about-content img { max-width: 100%; display: inline-block; vertical-align: bottom; }
.inner-section.sec-in-about .about-content p { margin-bottom: 10px; }
.inner-section.sec-in-about .about-saleoff-service { margin: 2rem auto; }
@media (min-width: 1200px) { .inner-section.sec-in-about .about-saleoff-service { width: 90%; } }
@media (min-width: 1400px) { .inner-section.sec-in-about .about-saleoff-service { width: 85%; } }
.inner-section.sec-in-about .about-saleoff-service .item { color: #ffffff; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #ffffff; }
.inner-section.sec-in-about .about-saleoff-service .item .item-wrap { padding: 10%; }
.inner-section.sec-in-about .about-saleoff-service .item .item-wrap .item-icon svg { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.inner-section.sec-in-about .about-saleoff-service .item .item-wrap .item-icon svg path { fill: #333333; }
.inner-section.sec-in-about .about-saleoff-service .item .item-wrap .item-name { font-size: 20px; font-weight: bold; color: #333333; line-height: 2; }
.inner-section.sec-in-about .about-saleoff-service .item .item-wrap .item-desc { color: #666666; line-height: 1.8; }
.inner-section.sec-in-about .about-saleoff-service .item:hover, .inner-section.sec-in-about .about-saleoff-service .item.swiper-slide-active { background-color: var(--theme-color); }
.inner-section.sec-in-about .about-saleoff-service .item:hover .item-wrap .item-icon svg path, .inner-section.sec-in-about .about-saleoff-service .item.swiper-slide-active .item-wrap .item-icon svg path { fill: #ffffff; }
.inner-section.sec-in-about .about-saleoff-service .item:hover .item-wrap .item-name, .inner-section.sec-in-about .about-saleoff-service .item.swiper-slide-active .item-wrap .item-name { color: #ffffff; }
.inner-section.sec-in-about .about-saleoff-service .item:hover .item-wrap .item-desc, .inner-section.sec-in-about .about-saleoff-service .item.swiper-slide-active .item-wrap .item-desc { color: #ffffff; }
.inner-section.sec-in-about .about-param-box .param-head .head-name { font-size: 32px; }
.inner-section.sec-in-about .about-param-box .param-head .head-desc { color: #666666; }
@media (max-width: 767.98px) { .inner-section.sec-in-about .about-param-box .param-head .head-name { font-size: 28px; } }
@media (max-width: 575.98px) { .inner-section.sec-in-about .about-param-box .param-head .head-name { font-size: 20px; }
  .inner-section.sec-in-about .about-param-box .param-head .head-desc { font-size: 14px; } }
.inner-section.sec-in-about .about-param-box .param-box .param-item .item-wrap .item-top { background: linear-gradient(#333333 50%, var(--theme-color) 50%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: Bahnschrift; font-size: 48px; line-height: 1; }
@media (max-width: 991.98px) { .inner-section.sec-in-about .about-param-box .param-box .param-item .item-wrap .item-top { font-size: 38px; } }
@media (max-width: 767.98px) { .inner-section.sec-in-about .about-param-box .param-box .param-item .item-wrap .item-top { font-size: 34px; } }
@media (max-width: 575.98px) { .inner-section.sec-in-about .about-param-box .param-box .param-item .item-wrap .item-top { font-size: 32px; } }
.inner-section.sec-in-cultrue { background: url("../Image/in-sec-cultrue-bg.jpg") center/cover fixed; }
.inner-section.sec-in-cultrue .cultrue-swiper .item { background-color: rgba(255, 255, 255, 0.96); position: relative; overflow: hidden; }
.inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap { position: relative; z-index: 2; padding: 10%; }
@media (max-width: 1680px) { .inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap { padding: 8%; } }
.inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-en { opacity: .06; color: var(--theme-color); text-transform: uppercase; font-size: 30px; font-weight: bold; }
@media (max-width: 1399.98px) { .inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-en { font-size: 24px; } }
@media (max-width: 991.98px) { .inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-en { font-size: 24px; } }
@media (max-width: 767.98px) { .inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-en { font-size: 20px; } }
@media (max-width: 575.98px) { .inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-en { font-size: 20px; } }
.inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-bottom .item-icon svg { width: 42px; height: 42px; }
.inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-bottom .item-icon svg path { fill: var(--theme-color); }
.inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-bottom .item-name { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 26px; color: #333333; line-height: 2; }
.inner-section.sec-in-cultrue .cultrue-swiper .item .item-wrap .item-bottom .item-desc { color: #666666; }
.inner-section.sec-in-cultrue .cultrue-swiper .item::after { display: block; content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url("../Image/cultrue-param-bg.png") center/cover no-repeat; -webkit-transition: transform .5s, opacity .3s; -moz-transition: transform .5s, opacity .3s; -ms-transition: transform .5s, opacity .3s; -o-transition: transform .5s, opacity .3s; transition: transform .5s, opacity .3s; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); opacity: 0; }
.inner-section.sec-in-cultrue .cultrue-swiper .item:hover::after { opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.inner-section.sec-in-cultrue .cultrue-swiper .item:hover .item-bottom .item-name { color: var(--theme-color); }

/*产品列表*/
.product-page-title .title { font-size: 36px; color: var(--color-primary); }
@media (max-width: 1199.98px) { .product-page-title .title { font-size: 32px; } }
@media (max-width: 991.98px) { .product-page-title .title { font-size: 28px; } }
@media (max-width: 767.98px) { .product-page-title .title { font-size: 24px; } }
@media (max-width: 575.98px) { .product-page-title .title { font-size: 22px; } }
.product-page-title .desc { color: var(--color-nomarl); }

.pro-category-list .item .item-wrap { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; background-color: #f8f8f8; border: 1px solid #e6e6e6; }
.pro-category-list .item .item-wrap .item-icon .icon-wrap { width: 18px; height: 18px; background-color: var(--theme-color); border-radius: 50%; color: #ffffff; text-align: center; line-height: 18px; }
.pro-category-list .item:hover .item-wrap, .pro-category-list .item.on .item-wrap { border-right-color: var(--theme-color); background-color: var(--theme-color); }
.pro-category-list .item:hover .item-wrap .item-name, .pro-category-list .item.on .item-wrap .item-name { color: #ffffff; }
.pro-category-list .item:hover .item-wrap .item-icon .icon-wrap, .pro-category-list .item.on .item-wrap .item-icon .icon-wrap { background-color: #ffffff; color: var(--theme-color); }

.product-list .item .item-wrap { position: relative; }
.product-list .item .item-wrap::before { content: ''; display: block; position: absolute; height: 50%; width: 100%; bottom: 0; left: 0; background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%); z-index: 1; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.product-list .item .item-wrap .item-img { overflow: hidden; }
.product-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.product-list .item .item-wrap .item-bottom { position: absolute; z-index: 2; bottom: 0; width: 100%; color: #fff; }
.product-list .item .item-wrap .item-bottom .item-title { color: #ffffff; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.product-list .item .item-wrap .item-bottom .item-title:hover { color: var(--theme-color); }
.product-list .item .item-wrap .item-bottom .item-more svg { width: 32px; height: 32px; }
.product-list .item:hover .item-wrap::before { height: 20%; }
.product-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

/*产品详情*/
.product-info .info-crumbs .location { padding: 1rem 0; color: #ffffff; }
@media (min-width: 1400px) { .product-info .info-crumbs .location { padding: 2rem 0; } }
.product-info .info-crumbs .location svg { width: 22px; height: 22px; }
.product-info .info-crumbs .location svg path { fill: #ffffff; }
.product-info .info-crumbs .location a { color: #ffffff; }
.product-info .info-crumbs .location a:hover { color: var(--theme-color); }
.product-info .info-top .goods-title { font-size: 32px; font-weight: bold; color: var(--theme-color); line-height: 2; }
@media (max-width: 1199.98px) { .product-info .info-top .goods-title { font-size: 26px; } }
@media (max-width: 767.98px) { .product-info .info-top .goods-title { font-size: 22px; } }
.product-info .info-top .goods-desc { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.product-info .info-top .goods-desc:hover { color: #666666; }
.product-info .info-top .goods-specs { border-top: 1px solid #ebebeb; }
.product-info .info-top .goods-specs .spec-item { background-color: #fcf2f2; border-right: 3px; color: var(--theme-color); padding: 5px 12px; margin-right: 10px; }
.product-info .info-top .goods-specs .spec-item .item-icon { margin-right: 5px; }
.product-info .info-top .goods-specs .spec-item svg { display: block; width: 26px; height: 26px; }
.product-info .info-top .goods-specs .spec-item svg path { fill: currentColor; }
@media (min-width: 1400px) { .product-info .info-top .goods-specs .spec-item { padding: 7px 15px; } }
@media (max-width: 575.98px) { .product-info .info-top .goods-specs .spec-item .item-name { font-size: 14px; line-height: 20px; }
  .product-info .info-top .goods-specs .spec-item svg { width: 20px; height: 20px; } }
.product-info .info-top .goods-tel .tel-info { padding-left: 10px; }
.product-info .info-top .goods-tel .tel-info .tel-tips { color: #999999; }
.product-info .info-top .goods-tel .tel-info .tel-num { color: var(--theme-color); line-height: 1; font-size: 26px; }
.product-info .info-top .goods-ext-info .ext-item { color: #ffffff; }
.product-info .info-top .goods-ext-info .ext-item .item-wrap { overflow: hidden; }
@media (min-width: 1600px) { .product-info .info-top .goods-ext-info .ext-item .item-wrap { padding: 35px 40px !important; } }
.product-info .info-top .goods-ext-info .ext-item .item-wrap .item-top .item-name { position: relative; font-size: 26px; }
.product-info .info-top .goods-ext-info .ext-item .item-wrap .item-top .item-name::before { content: ''; display: block; position: absolute; width: 24px; height: 7px; background-color: #ffffff; margin: auto; top: 0; bottom: 0; left: -40px; }
@media (max-width: 1399.98px) { .product-info .info-top .goods-ext-info .ext-item .item-wrap .item-top .item-name { font-size: 22px; }
  .product-info .info-top .goods-ext-info .ext-item .item-wrap .item-top .item-name::before { height: 4px; left: -36px; } }
@media (max-width: 1399.98px) { .product-info .info-top .goods-ext-info .ext-item .item-wrap .item-top .item-desc { font-size: 14px; } }
.product-info .info-top .goods-ext-info .ext-item .item-wrap .item-tag { position: absolute; right: 0; bottom: 0; border: 1px solid #ffffff; border-radius: 5rem; font-size: 14px; padding: 3px 12px; }
.product-info .info-top .goods-ext-info .ext-item.custom .item-wrap { background: url("../Image/ext-dz-bg.png") left bottom no-repeat #c40000; }
.product-info .info-top .goods-ext-info .ext-item.product .item-wrap { background: url("../Image/ext-pro-bg.png") left bottom no-repeat #141d44; }
.product-info .goods-detail { color: #666666; line-height: 28px; }
.product-info .goods-detail img { max-width: 100%; display: inline-block; vertical-align: bottom; }
@media (min-width: 1200px) { .product-info .goods-detail .detail-img { width: 75%; margin: 0 auto; } }
@media (min-width: 1600px) { .product-info .goods-detail .detail-img { width: 50%; margin: 0 auto; } }
.product-info .info-order { background: url("../Image/order-bg.jpg") center/cover no-repeat fixed; }
.product-info .info-order .order-box { background-color: #ffffff; padding: 3rem; -webkit-transition: width .3s; -moz-transition: width .3s; -ms-transition: width .3s; -o-transition: width .3s; transition: width .3s; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07); }
@media (min-width: 1600px) { .product-info .info-order .order-box { width: 70%; margin: 0 auto; } }
@media (min-width: 1400px) { .product-info .info-order .order-box { width: 70%; margin: 0 auto; } }
@media (min-width: 1200px) { .product-info .info-order .order-box { width: 80%; margin: 0 auto; } }
.product-info .info-order .order-box .order-wrap .box-head .head-name { color: var(--theme-color); font-size: 32px; }
@media (max-width: 1199.98px) { .product-info .info-order .order-box .order-wrap .box-head .head-name { font-size: 28px; } }
@media (max-width: 991.98px) { .product-info .info-order .order-box .order-wrap .box-head .head-name { font-size: 26px; } }
@media (max-width: 767.98px) { .product-info .info-order .order-box .order-wrap .box-head .head-name { font-size: 20px; } }
.product-info .info-order .order-box .order-wrap .box-head .head-desc { color: #666666; }
.product-info .sec-info-relate { background-color: #f5f5f5; }

.cases-list .item .item-wrap .item-img { overflow: hidden; }
.cases-list .item .item-wrap .item-img img { -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.cases-list .item .item-wrap .item-bottom { background-color: #f5f5f5; position: relative; }
.cases-list .item .item-wrap .item-bottom > * { position: relative; z-index: 2; }
.cases-list .item .item-wrap .item-bottom::before { content: ''; position: absolute; left: 0; height: 100%; width: 100%; top: 0; bottom: 0; background-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); -o-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom center; -moz-transform-origin: bottom center; -ms-transform-origin: bottom center; -o-transform-origin: bottom center; transform-origin: bottom center; }
.cases-list .item .item-wrap .item-bottom .item-name { margin-right: 5px; }
.cases-list .item:hover .item-wrap .item-img img { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.cases-list .item:hover .item-wrap .item-bottom { color: #ffffff; }
.cases-list .item:hover .item-wrap .item-bottom::before { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

.service-box .service-title { color: #333333; font-size: 32px; line-height: 2; font-weight: bold; }
@media (max-width: 991.98px) { .service-box .service-title { font-size: 28px; } }
@media (max-width: 767.98px) { .service-box .service-title { font-size: 24px; } }
@media (max-width: 575.98px) { .service-box .service-title { font-size: 22px; } }
.service-box .service-desc { color: #666666; line-height: 2; }
.service-box .service-list .service-item .item-wrap .item-num { width: 95px; height: 95px; border-radius: 50%; border: 1px solid #e4e4e4; margin: 0 auto; color: var(--theme-color); font-size: 36px; font-family: Impact; }
@media (max-width: 1199.98px) { .service-box .service-list .service-item .item-wrap .item-num { font-size: 32px; width: 80px; height: 80px; } }
@media (max-width: 991.98px) { .service-box .service-list .service-item .item-wrap .item-num { font-size: 26px; width: 80px; height: 80px; } }
@media (max-width: 575.98px) { .service-box .service-list .service-item .item-wrap .item-num { width: 60px; height: 60px; font-size: 20px; } }
.service-box .service-list .service-item .item-wrap .item-name { font-weight: bold; font-size: 18px; color: #333333; line-height: 2; }
.service-box .service-list .service-item .item-wrap .item-desc { color: #666666; }
@media (max-width: 575.98px) { .service-box .service-list .service-item .item-wrap .item-desc { font-size: 14px; } }

.relate-news-swiper .item .item-wrap .item-bottom .item-title { font-size: 20px; color: #333333; }
.relate-news-swiper .item .item-wrap .item-bottom .item-desc { color: #999999; }
