 

/* CSS Reset */
html{-webkit-text-size-adjust:none;}
body{color: #1a1a1a;overflow-x:hidden;margin:0; padding:0;}
input,select,textarea {border-radius: 0;outline: none;font-family:PingFang SC,'Microsoft YaHei',Arial,sans-serif;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"],input[type="password"] {-webkit-appearance: none;}
a,*::before,*::after {text-decoration:none;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;color: #1a1a1a;;} 
a * {-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;}
a:hover {color: #000;}
.fullscreen,.fullscreen body {width: 100%;height: 100%;overflow: hidden}
.pcshow { display:block;}
.mbshow { display:none!important;}
.clear { clear:both;}
.left {float: left;}
.right {float: right;}
.img {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color:#ccc;}
.pic {position: relative;overflow: hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.img img,.pic img {max-width: 100%;max-height:100%;margin: auto;padding: 0;border: 0;width: 100%;height: auto;border: none;}
.img-center {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;display: block;width: auto!important;height: auto!important;z-index: 1;max-width: 100%;max-height:100%;}
.img-block {display: block;width: 100%;height: auto;}
.img-inline {display: inline-block;width: auto;height: auto;}
.clamp1 {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.clamp2 {display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.clamp3 {display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
::-webkit-scrollbar{height:4px; width:10px;background: #ccc;}
::-webkit-scrollbar-button{height:0; width:5px;background: #ccc;}
::-webkit-scrollbar-thumb{background-color:#666666;box-shadow:inset 1px 1px 0 #666666,inset 0 -1px 0 #666666;}



 /* 基础表格样式 */
table {width:100%;border-collapse:collapse;margin:15px 0;border-top:1px solid #e8e8e8;border-left:1px solid #e8e8e8;}
/* 表头样式 */
table thead th{background-color:#f8f9fa;font-weight:600;padding:8px 15px;text-align:left;border-bottom:1px solid #e8e8e8; border-right:1px solid #e8e8e8;}
/* 表格内容样式 */
table tbody td{padding:8px 15px;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;vertical-align:middle;}
/* 隔行变色 - 浅色交替 */
table tbody tr:nth-child(odd){background-color:#ffffff;/* 白色 */
}
table tbody tr:nth-child(even){background-color:#f8f9fa;/* 浅灰色 */
}
/* 鼠标悬停效果 */
table tbody tr:hover{background-color:#f1f3f5;transition:background-color 0.2s ease;}
/* 最后一行的底部边框去除 */


/* header */
.header {position:fixed;left:0;top: 0px;z-index: 500;width: 100%;transition:all .4s ease; }
.header * {transition:all .4s ease;}
.header-content {width:90%; max-width:1600px;height:80px;margin: auto;position: relative;z-index: 500;}
.header-content::after {content:'';width: 100%;height: 1px;background: #fff;position: absolute;left: 0;bottom:0px;z-index: 1;opacity: 0;}
.header-logo {width:15.4%;height: auto;position: absolute;top:50%;transform: translateY(-50%);left:0;z-index: 11;}
.header-logo a {display: block;}
.header-logo img {display: block;width: 100%;height: auto;max-width: 100%;}
.header-logo svg * {fill: #fff!important;}
.header-logo svg .st0 rect{opacity: .8;}
.header-logo svg .st3 rect{opacity: .5;}
.header-nav {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 11;text-align: center;width: 70%;transition:all .4s ease;}
.header-nav ul {position: relative;list-style: none;margin: 0;padding: 0;font-size: 0;text-align: right;}
.header-nav ul li {display: inline-block;vertical-align: middle;position: relative;transition:none;margin-left:50px;}
.header-nav ul li a{position: relative;overflow: hidden;color: #fff;}
.header-nav ul li a.nav {line-height: 80px;position: relative;}
.header-nav ul li a.nav::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: -13px;background: #fff;z-index: 11;transition:all .4s ease;opacity: 0;}
.header-nav ul li.cur a.nav::after {opacity: 1;}
 
.header.scroll-down{top: -80px;}
.header.scroll-top{background: #fff;border-bottom: 1px solid #e6e6e6;}
.header.scroll-top .header-logo svg * {fill: #0a2c95!important;}
.header.scroll-top .header-logo svg .st6 {fill: #686e70!important;}
.header.scroll-top .header-logo svg .st3 rect{fill: #8400d2!important;opacity: 1;}
.header.scroll-top .header-logo svg .st0 rect{fill: #0058d3!important;opacity: 1;}
.header.scroll-top .header-nav ul li a.nav{color: #666;}
.header.scroll-top .header-nav ul li.cur a.nav {color: #e60012;}
.header.scroll-top .header-nav ul li a.nav::after {background: #e60012;}

 
.detail .header{background: #fff;border-bottom: 1px solid #e6e6e6;} 
.detail .header .header-logo svg * {fill: #0a2c95!important;}
.detail .header .header-logo svg .st6 {fill: #686e70!important;}
.detail .header .header-logo svg .st3 rect{fill: #8400d2!important;opacity: 1;}
.detail .header .header-logo svg .st0 rect{fill: #0058d3!important;opacity: 1;}
.detail .header .header-nav ul li a.nav{color: #666;}
.detail .header .header-nav ul li.cur a.nav {color: #e60012;}
.detail .header .header-nav ul li a.nav::after {background: #e60012;}


.header.black {background: #fff;border-bottom: 1px solid #e6e6e6;} 
.header.black .header-nav ul li a.nav{color: #666;}
.header.black .header-nav ul li.on a.nav {color: #e60012;}
.header.black .header-nav ul li.on a.nav::after {background: #e60012;opacity: 1;}
.header.black .header-logo svg * {fill: #0a2c95!important;}
.header.black .header-logo svg .st6 {fill: #686e70!important;}
.header.black .header-logo svg .st3 rect{fill: #8400d2!important;opacity: 1;}
.header.black .header-logo svg .st0 rect{fill: #0058d3!important;opacity: 1;}


.header-nav-show-mark {width: 100%;height: 100%;position: fixed;left: 0;top: 0px;z-index:-1;opacity: 0;transition:all .4s ease;background: #000f33;}
.header-nav-show-mark.cur  {z-index: 20;opacity: .3;}
.header-nav-show {position: fixed;left: 0;top: 80px;width: 100%;z-index:511;overflow: hidden;transition:all .4s ease;border-top: 1px solid #e6e6e6;}
.header-nav-show.Hide {opacity:0;height: 0;z-index:-1;}
.header-nav-show-content {width:100%;position: relative;overflow: hidden;transition:all .4s ease;overflow: hidden;text-align: center;}
.nav-product-show-list {background: #fff;min-width: 60%;margin: auto;padding: 2% 3%;box-sizing: border-box;overflow: hidden;border-bottom: 4px solid #e60012;text-align: left;display: inline-block;}
.nav-product-show-list .nav-item {float: left;text-align: left;position: relative;padding: 0 40px;}
.nav-product-show-list .nav-item:first-child {padding: 0 40px 0 0px;}
.nav-product-show-list .nav-item:last-child {padding: 0 0 0 40px;}
.nav-product-show-list .nav-item::after {content: '';width: 1px;height: 100%;background: #e8e8e8;position: absolute;right: 0;top: 0;}
.nav-product-show-list .nav-item:last-child::after {display: none;}
.nav-product-show-list .nav-item .title-1{position: relative;margin-bottom: 2%;}
.nav-product-show-list .nav-item .title-1::before {content: '';width: 10px;height: 10px;position: absolute;left: -15px;top: 50%;margin-top: -5px;}
.nav-product-show-list .nav-item .item-1 {overflow: hidden;padding-bottom: 3%;}
.nav-product-show-list .nav-item .item-1 ul{list-style: none;padding: 0;margin: 0;display: inline-block;vertical-align: top;margin-right: 40px;}
.nav-product-show-list .nav-item .item-1 ul:last-child {margin-right: 0;}
.nav-product-show-list .nav-item .item-1 .class-1{margin-bottom: 5px;color: #1a1a1a;min-height: 5px;}
.nav-product-show-list .nav-item .item-1 li{list-style: none;padding: 0;margin: 0;}
.nav-product-show-list .nav-item .item-1 a{display: block;padding: 2% 0;color: #666666;}
.nav-product-show-list .nav-item .item-1 a:hover {color: #e60012;}
.nav-product-show-list .nav-item .item-2 {overflow: hidden;padding: 15% 0;}
.nav-product-show-list .nav-item .item-2 a{display: block;padding: 5% 0;color: #666666;}
.nav-product-show-list .nav-item .item-2 a:hover {color: #e60012;}

.header-xiala-show {position: absolute;left: -50px;top: 80px;width: 200px;background: #fff;border-top: 1px solid #e6e6e6;border-bottom: 4px solid #e60012;padding: 0 3%;display: none;z-index: 1111;text-align: left;}
.header-xiala-show a {display: block;padding: 8% 0;overflow: hidden;border-bottom: 1px solid #e6e6e6;color: #000!important;width: 70%;margin: auto;}
.header-xiala-show a:hover {color: #e60012!important;border-bottom: 1px solid #e60012;}
.header-xiala-show a:last-child {border-bottom:none;}




/* menu */
.menu-toggle {display: none;width: 40px;height: 40px;position: absolute;overflow: hidden;right: 0%;top: 10px;display: none;z-index: 111;}
.cd-nav-trigger {display: block;width: 40px;height: 40px;}
.menu-toggle span.hamburger,
.menu-toggle span.hamburger:after,
.menu-toggle span.hamburger:before {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s;}
.menu-toggle span.hamburger:after {margin-top:-7px;top:0;transition-delay:0.27s;}
.menu-toggle span.hamburger:before {margin-top:7px;top:0;transition-delay:0.2s;}
.menu-toggle span.cross:before,
.menu-toggle span.cross:after {content:"";display:block;width:24px;height:2px;background:#fff;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s;}
.menu-toggle span.cross:after {transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg);}
.menu-toggle span.cross:after {-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg);}
.no-touch .menu-toggle span.hamburger,
.no-touch .menu-toggle span.hamburger:after,
.no-touch .menu-toggle span.hamburger:before {-webkit-transform:translateX(70px);transform:translateX(70px);transition-delay:0.12s;}
.no-touch .menu-toggle span.hamburger:after {transition-delay:0s;}
.no-touch .menu-toggle span.hamburger:before {transition-delay:0.07s;}
.no-touch .menu-toggle span.cross:before {transition-delay:0.12s;-webkit-transform:rotate(45deg);transform:rotate(45deg);background: #000;}
.no-touch .menu-toggle span.cross:after {transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important;background: #000;}

.mbheader-nav{position: fixed;right: 0;top: 0;width: 80%;height: 100%;z-index: 9111;background: #fff;overflow: hidden;overflow-y: auto;padding: 10%;transition:all .4s ease;box-sizing: border-box;transform: translateX(100%);}
.mbheader-nav::-webkit-scrollbar{height:4px; width:2px;background: #ccc;}
.mbheader-nav ul {list-style: none;margin: 0;padding: 0;overflow: hidden;}
.mbheader-nav ul li{list-style: none;margin: 0;padding: 0;border-bottom: 1px solid #ccc;padding: 4% 0;}
.mbheader-nav ul li a.nav{display: block;padding: 4% 0;font-weight: bold;position: relative;}
.mbheader-nav ul li a.xiala::after {content: '';width: 10px;height: 2px;background: #000;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.mbheader-nav ul li a.xiala::before {content: '';width: 2px;height: 10px;background: #000;position: absolute;right: 4px;top: 50%;transform: translateY(-50%);}
.mbheader-nav ul li a.on.xiala::before {display: none;}
.mbheader-nav-show {display: none;}
.mbheader-nav-show a{display: block;padding: 4% 5%;}
.mbheader-nav .close-1{transform: scale(.8) rotate(45deg);}
.no-touch .header-nav-show-mark  {z-index: 8990;opacity: .5;}
.no-touch .mbheader-nav {transform: translateX(0);}





/* footer */ 
.footer {background:#141414;position: relative;clear: both;padding: 3% 0 0 0;overflow: hidden;}
.footer-content-top  {width:90%; max-width:1600px;margin: auto;padding-bottom: 5%;overflow: hidden;}
.footer-content-left {float: left;width: 30%;}
.footer-logo {width: 100%;}
.footer-logo img{max-width:80%;}
.footer-logo svg * {fill: #fff!important;}
.footer-logo svg .st6 {fill: #fff!important;}
.footer-logo svg .st3 rect{fill: #8400d2!important;}
.footer-logo svg .st0 rect{fill: #7dcbf1!important;}
.footer-contact {margin-top: 10%;color: #fff;}
.footer-contact-item {margin-top: 4%;}
.footer-contact-item .title-1{color: #8b8b8b;}
.footer-contact-item .tel-1{font-family: 'Manrope-Bold';}
.footer-contact-item .add-1{margin-top: 2%; line-height:1.8}
.footer-content-middle{float: left;width: 30%; margin:0 2% 0 3%;  display: grid; grid-template-columns: repeat(3, 1fr); gap:40px; text-align:center;}
.footer-content-middle .mcode{ margin-bottom:4%;}
.footer-content-middle .mcode img{max-width:100%;}
.footer-content-middle .mcode span{color:rgba(255,255,255,0.8); font-size:14px;}
.footer-content-right {float: right;width: 35%;}
.footer-nav {text-align: right;}
.footer-nav ul{list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: top;text-align: left;margin-left: 10%;}	
.footer-nav ul:first-child {margin-left: 0;}
.footer-nav ul strong {font-weight: normal;margin: 0;padding: 0;padding-bottom:20px;display: block;}
.footer-nav ul strong a {color: #fff;}
.footer-nav ul li {list-style: none;margin: 0;padding: 0;}
.footer-nav ul li a{color: #8b8b8b;display: block;padding: 7% 0;}
.footer-nav ul li a:hover {color: #fff;}
.footer-content-bottom {padding: 1.3% 0;overflow: hidden;clear: both;color: #8b8b8b;width:90%; max-width:1600px;margin: auto;position: relative;border-top: 1px solid rgba(255, 255, 255, 0.2);}
.footer-content-bottom a {color: #8b8b8b;}
.footer-content-bottom a:hover {color: #fff;}
.footer-content-bottom .copy-1{overflow: hidden;}
.footer-content-bottom .niego-1{position: absolute;right: 0;top: 50%;transform: translateY(-50%);}






/* index */
.index-banner-swiper {width: 100%;height: 100%;position: relative;} 
.index-banner-item {position: relative;overflow: hidden;}
.index-banner-item .text {position: absolute;width: 100%;top: 50%;transform: translateY(-50%);z-index: 11;color: #fff;text-align: center;}
.index-banner-item .title-1{font-family: 'Manrope-Bold';line-height: 70px;}
.index-banner-item .title-2 { margin-top: 1%;}
.index-banner-swiper .swiper-slide .title-1,
.index-banner-swiper .swiper-slide .title-2 {opacity: 0;transform:translateY(-60px);transition: opacity .8s linear,transform .8s cubic-bezier(.215,.61,.355,1);}
.index-banner-swiper .swiper-slide .title-2 {transition-delay: .4s;}
.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2 {transform: translateY(0px);opacity: 1;}


.index-banner-swiper .banner-pagination {bottom: 5%;}
.index-banner-swiper .banner-pagination span{width: 50px;height: 4px;border-radius: 0;background: #fff;opacity: .5;}
.swiper-ctrl {position: absolute;width: 100%;left: 0;bottom: 5%;z-index: 11;font-size: 0;text-align: center;}
.scroll-center {margin: auto;text-align: center;position: relative;display: inline-block;vertical-align: middle;}
.scroll-center::after {content: '';width: 640%;height: 1px;position: absolute;left: 120%;top: 50%;opacity: .4;background: #fff;}
.scroll-center .scroll-1 {font-family: 'Manrope-Bold';text-transform: uppercase;color: #fff;position: relative;}
.scroll-center .scroll-1::before {content: '';width: 1px;height: 40px;background: #fff;position: absolute;left: 50%;top: -55px;opacity: .5;}
.scroll-center .scroll-1::after {content: '';width: 1px;height: 20px;background: #fff;position: absolute;left: 50%;top: -55px;opacity: 1;z-index: 11;}
.number-prevnext {text-align: center;position: absolute;font-size: 0;right: 9%;top: 50%;margin-top: -12.5px;}
.number-prevnext::before {content: '';width: 200%;height: 1px;position: absolute;left: 110%;top: 50%;opacity: .4;background: #fff;}
.number-prevnext .number-1 {display: inline-block;vertical-align: middle;font-family: 'Manrope-Bold';text-transform: uppercase;color: #fff;margin-right: 10px;}
.swiper-banner-prev,.swiper-banner-next {width: 10px;height: 17px;display: inline-block;vertical-align: middle;margin-left: 28px;cursor: pointer;}
.swiper-banner-prev:hover ,.swiper-banner-next:hover {opacity: .5;}
.swiper-banner-prev {background: url('../images/l1.png') center no-repeat;background-size: 100%;}
.swiper-banner-next {background: url('../images/r1.png') center no-repeat;background-size: 100%;}
.left-pagination {position: absolute;left: 9%;top: 50%;transform: translateY(-50%);z-index: 11;}
.left-pagination::before {content: '';width: 250%;height: 1px;position: absolute;right: 105%;top: 50%;opacity: .4;background: #fff;}
.left-pagination .rline {height: 1px;position: absolute;left: 105%;top: 50%;opacity: .4;background: #fff;width: 0;transition:all .4s ease;}
.index-banner-swiper .banner-pagination {text-align: center;left: auto;bottom:auto!important;right:auto!important;left:auto!important;width: auto;color: #fff;width:auto;transform:none;position: relative}
.index-banner-swiper .banner-pagination span{opacity: 1;margin: 0 3px!important;position: relative;width: 32px;height: 32px;background: transparent;display: inline-block;vertical-align: middle;}
.index-banner-swiper .banner-pagination span::before {content: '';width:5px;height:5px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);background: #fff;transition:all .4s ease;opacity: .5;}
.index-banner-swiper .banner-pagination span::after {content: '';width:27px;height:27px;position: absolute;left:50%;top:50%;border-radius: 100%;transform: translate(-50%,-50%);z-index: 1;border: 2px solid rgba(255,255,255,.5);opacity: 0;transition:all .4s ease;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {background: #fff!important;opacity: 1;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::after {opacity: 1;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .content {opacity: 1;}
.index-banner-swiper .banner-pagination span .content {position: absolute;top: 0;width: 50%;height:100%;margin: 0;padding: 0;overflow: hidden;opacity: 0;transition:all .4s ease;z-index: 11;}
.index-banner-swiper .banner-pagination span .left {left: 0;}
.index-banner-swiper .banner-pagination span .right {right: 0;}
.index-banner-swiper .banner-pagination span .circle {position: absolute;margin: 0;width: 32px;height: 32px;border-radius: 50%;border: 2px solid transparent;transform: rotate(135deg);box-sizing: border-box;}
.index-banner-swiper .banner-pagination span .left-circle {left: 0;border-top-color: #fff;border-left-color: #fff;}
.index-banner-swiper .banner-pagination span .right-circle {right: 0;border-bottom-color: #fff;border-right-color: #fff;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .left-circle {animation: circleleft 4s linear forwards;}
.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .right-circle {animation:circleright 4s linear forwards;}
@keyframes circleright {0% {transform: rotate(135deg);}50%,100% {transform: rotate(315deg);}}
@keyframes circleleft {0%,50% {transform: rotate(135deg);}100% {transform: rotate(315deg);}}


.index-scope-business {padding: 5% 0 0 0;overflow: hidden;}
.index-scope-business .title-1{text-align: center;}
.index-scope-business-list {padding: 3% 0 0 0;overflow: hidden;}
.scope-business-item {float: left;width: 49.7%;margin-right: .6%;margin-bottom: .6%;}
.scope-business-item.mr0 {margin-right: 0;}
.scope-business-item a{display: block;position: relative;}
.scope-business-item .img{overflow: hidden;}
.scope-business-item .text{position: absolute;text-align: center;bottom: 5%;left: 5%;z-index: 11;width: 90%;color: #fff;}
.scope-business-item .title-2{font-weight: bold;}
.scope-business-item .text-1{margin-top: 1%;}
.scope-business-item a:hover .pic {transform: scale(1.05);}

.index-customer-stories {overflow: hidden;background: #f7f8fa;padding: 5% 0;}
.index-customer-stories-top {width:90%; max-width:1600px;margin: auto;position: relative;}
.index-customer-stories-top .title{overflow: hidden;}
.index-customer-stories-top .class-1{color: #969798;}
.index-customer-stories-top .text-1{margin-top: 1%;}
.more-1 {position: absolute;right: 0;bottom: 0;z-index: 11;}
.more-1 a{display: block;width: 150px;height: 45px;line-height: 45px;background: #e60012;padding-left: 5%;position: relative;color: #fff;box-sizing: border-box;}
.more-1 a::after {content: '';width: 6px;height: 10px;position: absolute;right: 8.5%;top: 50%;margin-top: -5px;background: url('../images/r2.png');}
.more-1 a::before {content: '';width: 1px;height: 100%;position: absolute;right: 20%;top:0;background: #fff;opacity: .5;}
.more-1 a:hover {background: #85bc40;}
.index-customer-stories-bottom {width:90%; max-width:1600px;margin: auto;padding-top: 5%;}
.customer-stories-item {float: left;width: 24%;position: relative;margin-right: 1%;margin-bottom: 1%;}
.customer-stories-item.mr0 {margin-right: 0;}
.customer-stories-item a{display: block;overflow: hidden;background: #fff;}
.customer-stories-item .text{padding: 7%;overflow: hidden;}
.customer-stories-item .icon-1{width: 16px;height: 16px;background: url('../images/fz1.png') center no-repeat;background-size: 100%;}
.customer-stories-item .text-1{color: #999999;margin-top: 6%;}
.customer-stories-item .text-2{margin-top: 1%;color: #000;}
.customer-stories-item .more-2{border: 1px solid #d1d1d1;width: 30px;height: 30px;position: absolute;right: 6%;bottom: 6%;background: url('../images/r3.png') center no-repeat;filter: grayscale(100%);}
.customer-stories-item a:hover {transform: translateY(-10px);}
.customer-stories-item a:hover .pic {transform: scale(1.05);}
.customer-stories-item a:hover {background: #e60012;}
.customer-stories-item a:hover .text-1 {color: #fff;opacity: .6;}
.customer-stories-item a:hover .text-1,.customer-stories-item a:hover .text-2 {color: #fff;}
.customer-stories-item a:hover .icon-1{background: url('../images/fz2.png') center no-repeat;background-size: 100%;}
.customer-stories-item a:hover .more-2 {background: url('../images/r3.png') center no-repeat #fff;filter:grayscale(0);border: 1px solid #e60012;}
.customer-stories-item a:hover {box-shadow: 0px 23px 70px 0px rgba(169,177,195,1);}

.index-industry-trends {padding: 5% 0;overflow: hidden;}
.index-industry-trends-top {width:90%; max-width:1600px;margin: auto;position: relative;padding-bottom: 3%;overflow: hidden;border-bottom: 1px solid #e6e6e6;}
.index-industry-trends-top .more-1{top: 0;}
.index-industry-trends-center {padding: 2% 0;overflow: hidden;width:90%; max-width:1600px;margin: auto;position: relative;}
.index-industry-trends-item {overflow: hidden;}
.index-industry-trends-item a{display: block;}
.index-industry-trends-item .img{float: right;width: 32%;}
.index-industry-trends-item .text{float: left;width: 57%;}
.index-industry-trends-item .date-1{color: #999999;font-family: 'Manrope-Regular';}
.index-industry-trends-item .title-1{font-weight: bold;margin-top: 2%;color: #000;}
.index-industry-trends-item .text-1{margin-top: 2%;color: #666666;}
.index-industry-trends-item a:hover .more-3 span{background: #e60012;color: #fff;}
.index-industry-trends-item a:hover .more-3 span::after {background: url('../images/r2.png');}	 
.index-industry-trends-item a:hover .more-3 span::before {background: #fff;opacity: .5;}
.index-industry-trends-item a:hover .pic {transform: scale(1.05);}
.more-3 {position: relative;margin-top: 5%;}
.more-3 span{display: block;width: 160px;height: 45px;line-height: 45px;background: #fff;padding-left: 20px;position: relative;color: #85bc40;box-sizing: border-box;border: 1px solid #e60012;}
.more-3 span::after {content: '';width: 6px;height: 10px;position: absolute;right: 9.5%;top: 50%;margin-top: -5px;background: url('../images/r3.png');}
.more-3 span::before {content: '';width: 1px;height: 100%;position: absolute;right: 24%;top:0;background: #85bc40;}
.more-3 span:hover {background: #85bc40;color: #fff;}
.more-3 span:hover::after {background: url('../images/r2.png');}	 
.more-3 span:hover::before {background: #fff;opacity: .5;}

.index-industry-trends-bottom {margin-top: 3%;overflow: hidden;border-top: 1px solid #e6e6e6;width:90%; max-width:1600px;margin: auto;}
.industry-trends-item {float: left;width: 50%;overflow: hidden;border-bottom: 1px solid #e6e6e6;}
.industry-trends-item a{display: block;position: relative;padding: 4% 0;overflow: hidden;}
.industry-trends-item .title-1{width: 80%;overflow: hidden;font-weight: bold;color: #1a1a1a;}
.industry-trends-item .date-1{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);color: #999999;z-index: 11;font-family: 'Manrope-Regular';}
.industry-trends-item.mr0 .title-1 {padding-left: 5%;width: 75%;}
.industry-trends-item.mr0 .date-1{right: 0;}
.industry-trends-item a::after {content: '';width: 1px;height: 50%;position: absolute;right: 0;top: 25%;background: #e5e5e5;}
.industry-trends-item.mr0 a::after {display: none;}
.industry-trends-item a:hover {background: #e60012;}
.industry-trends-item a:hover::after {display: none;}
.industry-trends-item a:hover .title-1,.industry-trends-item a:hover .date-1 {color: #fff;}
.industry-trends-item a:hover .title-1 {padding-left: 3%;width: 77%;}
.industry-trends-item a:hover .date-1 {right: 5%;}
.industry-trends-item.mr0 a:hover .title-1 {padding-left: 5%;width: 75%;}

.index-industry-trends-logo {margin-top: 1%;}
.industry-logo-swiper {position: relative;width:90%; max-width:1600px;margin: auto;}
.industry-trends-logo {overflow: hidden;}
.industry-trends-logo a{display: block;text-align: center;}
.industry-trends-logo .logo-1 {position: relative;width: 100px;height: 100px;margin: auto;}
.industry-trends-logo .title-1 {color: #666666;margin-top: 1%;}
.industry-logo-swiper.swiper-container-free-mode > .swiper-wrapper{transition-timing-function:linear;}
:root {
    --green-dark: #2D5016;
    --green-mid: #5A8C3A;
    --green-light: #8BC34A;
    --beige: #F5F0E8;
    --gold: #C8A84B;
    --gray-dark: #333;
    --gray-mid: #666;
    --gray-light: #999;
    --white: #fff;
    --bg-section: #FAFAF5;
  }
 /* ===== HERO COVER ===== */
 .hero{position:relative;min-height:calc(100vh - 120px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(160deg,#1a3008 0%,#2D5016 40%,#3a6820 100%);color:var(--white);overflow:hidden;padding:60px 20px;}
.hero::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 30% 20%,rgba(139,195,74,0.15) 0%,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(200,168,75,0.1) 0%,transparent 60%);animation:heroPulse 8s ease-in-out infinite;}
@keyframes heroPulse{0%,100%{opacity:0.6;transform:scale(1);}
50%{opacity:1;transform:scale(1.05);}
}
.hero > *{position:relative;z-index:1;}
.hero .brand-tag{font-size:13px;letter-spacing:6px;text-transform:uppercase;color:rgba(255,255,255,0.7);margin-bottom:20px;}
.hero .main-title{font-size:clamp(36px,6vw,64px);font-weight:700;margin-bottom:8px;letter-spacing:4px; color: #fff;}
.hero .sub-title{font-size:clamp(14px,2vw,20px);font-weight:300;color:rgba(255,255,255,0.8);margin-bottom:24px;}
.hero .divider-line{width:60px;height:3px;background:var(--green-light);margin:0 auto 20px;}
.hero .motto{font-size:15px;color:rgba(255,255,255,0.6);font-style:italic;margin-bottom:40px;}
.hero .scroll-hint{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);animation:bounce 2s infinite;}
.hero .scroll-hint .arrow{width:24px;height:24px;border-right:2px solid rgba(255,255,255,0.5);border-bottom:2px solid rgba(255,255,255,0.5);transform:rotate(45deg);}
@keyframes bounce{0%,20%,50%,80%,100%{transform:translateX(-50%) translateY(0);}
40%{transform:translateX(-50%) translateY(-10px);}
60%{transform:translateX(-50%) translateY(-5px);}
}
/* ===== NAV STICKY ===== */
 .sticky-nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);border-bottom:1px solid #eee;padding:10px 0;}
.sticky-nav .nav-inner{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;max-width:900px;margin:0 auto;}
.sticky-nav a{text-decoration:none;color:var(--gray-mid);font-size:13px;padding:4px 2px;border-bottom:2px solid transparent;transition:all 0.3s;}
.sticky-nav a:hover,.sticky-nav a.active{color:var(--green-mid);border-bottom-color:var(--green-light);}
/* ===== SHARED SECTION ===== */
 .section{max-width:1280px;margin:0 auto;padding:80px 5%;}
.section.alt-bg{background:var(--bg-section);max-width:none;padding:80px 0;}
.section.alt-bg .section-inner{max-width:1280px;margin:0 auto;padding:0 5%;}
.section .section-label{font-size:11px;letter-spacing:4px;color:var(--green-mid);text-transform:uppercase;margin-bottom:8px;}
.section .section-title{font-size:clamp(22px,3vw,30px);font-weight:700;color:var(--green-dark);margin-bottom:10px;}
.section .section-desc{font-size:14px;color:var(--gray-light);margin-bottom:40px;}
/* ===== OVERVIEW STATS ===== */
 .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin:32px 0;}
.stat-card{background:var(--white);border:1px solid #e8e4db;border-radius:8px;padding:20px 12px;text-align:center;transition:transform 0.3s,box-shadow 0.3s;}
.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(45,80,22,0.1);}
.stat-card .num{font-size:clamp(22px,3vw,28px);font-weight:700;color:var(--green-mid);}
.stat-card .label{font-size:12px;color:var(--gray-light);margin-top:4px;}
.honors{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;}
.honor-tag{font-size:12px;padding:5px 14px;border-radius:20px;background:#eef6e6;color:var(--green-mid);border:1px solid #d4e8c4;}
/* ===== TIMELINE ===== */
 .timeline{position:relative;padding-left:40px;}
.timeline::before{content:'';position:absolute;left:18px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,var(--green-light),var(--green-dark) 80%,transparent);}
.tl-item{position:relative;margin-bottom:28px;padding-left:20px;}
.tl-item::before{content:'';position:absolute;left:-30px;top:6px;width:14px;height:14px;border-radius:50%;background:var(--white);border:3px solid var(--green-mid);}
.tl-item.milestone::before{background:var(--green-light);border-color:var(--green-dark);box-shadow:0 0 0 4px rgba(139,195,74,0.3);}
.tl-item .tl-year{font-size:18px;font-weight:700;color:var(--green-mid);margin-bottom:2px;}
.tl-item .tl-text{font-size:16px;color:var(--gray-mid);}
.tl-item.milestone .tl-text{color:var(--gray-dark);font-weight:500;}
.tl-item.milestone .tl-text img{max-width:100%;}
/* ===== THREE-STAGE CARDS ===== */
 .stage-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;}
.stage-card{background:var(--white);border-radius:12px;padding:28px 24px;border-top:4px solid;box-shadow:0 2px 12px rgba(0,0,0,0.04);transition:transform 0.3s,box-shadow 0.3s;}
.stage-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,0.08);}
.stage-card.s1{border-top-color:#7CB342;}
.stage-card.s2{border-top-color:#43A047;}
.stage-card.s3{border-top-color:#1B5E20;}
.stage-card .stage-badge{display:inline-block;font-size:11px;padding:3px 10px;border-radius:12px;margin-bottom:10px;color:var(--white);}
.stage-card.s1 .stage-badge{background:#7CB342;}
.stage-card.s2 .stage-badge{background:#43A047;}
.stage-card.s3 .stage-badge{background:#1B5E20;}
.stage-card .stage-title{font-size:20px;font-weight:700;color:var(--green-dark);margin-bottom:8px;}
.stage-card .stage-desc{font-size:16px;color:var(--gray-mid);line-height:1.7;margin-bottom:12px;}
.stage-card .stage-kr{font-size:14px;color:var(--green-mid);padding-top:10px;border-top:1px solid #eee;}
/* ===== TECH + PRODUCT GRID ===== */
 .tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin-bottom:30px;}
.tech-card{background:var(--white);border-radius:8px;padding:22px 18px;border-left:3px solid var(--green-light);}
.tech-card .tech-name{font-size:15px;font-weight:700;color:var(--green-dark);margin-bottom:6px;}
.tech-card .tech-detail{font-size:14px;color:var(--gray-mid);line-height:1.6;}
.patent-list{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px;}
.patent-item{font-size:14px;padding:8px 16px;background:var(--bg-section);border:1px solid #e8e4db;border-radius:6px;color:var(--gray-dark);}
.patent-item .year{font-weight:700;color:var(--green-mid);}
/* Product table */
 .product-table{width:100%;border-collapse:collapse;font-size:16px;}
.product-table thead{background:var(--green-dark);color:var(--white);}
.product-table th{padding:12px 16px;text-align:left;font-weight:500;font-size:14px;letter-spacing:1px;}
.product-table td{padding:12px 16px;border-bottom:1px solid #eee;}
.product-table tbody tr{transition:background 0.2s;}
.product-table tbody tr:hover{background:#f8f6f0;}
.badge{display:inline-block;padding:2px 10px;border-radius:10px;font-size:14px;font-weight:600;}
.badge.plus{background:#e8f5e9;color:#388e3c;}
.badge.pro{background:#e3f2fd;color:#1976d2;}
.badge.ultra{background:#f3e5f5;color:#7b1fa2;}
.badge.max{background:#fff3e0;color:#e65100;}
.badge.x9{background:#fce4ec;color:#c62828;}
/* ===== SMART ECOSYSTEM ===== */
 .eco-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;}
.eco-card{padding:20px;border-radius:8px;border:1px solid #e8e4db;background:var(--white);}
.eco-card .eco-icon{font-size:28px;margin-bottom:8px;}
.eco-card .eco-name{font-weight:700;font-size:16px;color:var(--green-dark);margin-bottom:4px;}
.eco-card .eco-desc{font-size:14px;color:var(--gray-mid);}
/* ===== VISION ===== */
 .vision-quote{text-align:center;padding:40px 20px;background:linear-gradient(135deg,var(--bg-section),#edf5e6);border-radius:12px;margin-top:20px;}
.vision-quote .q-text{font-size:clamp(16px,2.5vw,20px);color:var(--green-dark);font-weight:300;line-height:1.8;margin-bottom:10px;}
.vision-quote .q-author{font-size:14px;color:var(--gray-light);}
/* Footer */
 .site-footer{background:#1a3008;color:rgba(255,255,255,0.7);text-align:center;padding:40px 20px;font-size:13px;}
.site-footer .footer-brand{font-size:18px;font-weight:700;color:var(--white);margin-bottom:6px;}
.site-footer .footer-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:12px 0;font-size:12px;color:rgba(255,255,255,0.4);}
/* Smooth scroll */
 html{scroll-behavior:smooth;}
@media (max-width:600px){.section{padding:50px 16px;}
.sticky-nav .nav-inner{gap:12px;font-size:11px;}
.timeline{padding-left:30px;}
}


/* about */
.div-banner-top {position: relative;overflow: hidden;}
.div-banner-top .text{position: absolute;left: 0;bottom: 44%;z-index: 11;width: 40%;color: #fff;}
.div-banner-top .text2{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%); text-align:center;    width: 80%; z-index: 11; color: #fff}
.div-banner-top .absolute {position: absolute;left: 15%;top:0%;z-index: 12;width: 100%;transform: translateY(-50%);}
.div-banner-top .title-1{position: relative;}
.div-banner-top .title-2{font-family: 'Manrope-Bold';}	
.div-banner-top .kuaitiao-1{position: absolute;right: -100px;top:-50px;z-index: 15;width: 50%;}
.div-banner-top .kuai-1{height: 50px;background: rgba(140,0,210,.9);width: 100%;}
.div-banner-top .tiao-2{height: 50px;background: rgba(35,130,255,.9);width: 50px;float: right;margin-right: -50px;}
.div-banner-top .bg-1{overflow: hidden;}
.div-banner-top .bg-2{position: absolute;left: 0;top:0;z-index: 1;width: 100%;height: 100%;background: rgba(0,43,140,.9);}
.div-banner-top .pic{overflow: hidden;animation: bigimgani 3000ms 1 ease forwards;} 
.text-center{text-align:center; margin-bottom:30px;}
/* 弹出搜索 begin */
.form-group {width:70%;max-width:720px; background:rgba(255,255,255,0.95); border-radius:14px; margin: 0 auto; display: inline-block;}
.form-group .input{width:calc(90% - 20px);background:transparent;border:0;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0 10px;}
.form-group .button {width:8%;height:60px;line-height:60px;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px;border:0px;}
.form-group .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */

.faqbox{width:80%; max-width:1600px;  display:flex; justify-content:space-between; gap:20px;  margin:5% auto 0; border-top:1px solid #ccc; padding-top:5%;}
.faqbox_left .title-1{margin-bottom:20px;}
.faqbox_left .text-1{ display: flex; flex-direction: column;}
.faqbox_left a{width:100%; margin-bottom:10px; color:#000;}
.faqbox_left a:hover{color:#e60012;}
.faqbox_right a,.red,.faqbox_left a.red{color:#e60012;}
.faqbox_right a:hover,.red:hover{color:#85bc40;}

.faqlist{width:100%;margin: 2% 0; display: flex;}
.faqlist_left{width:30%; float:left; margin-right:2%; background:#fff; padding:5% 3% 5% 0; display:flex; flex-direction:column; gap:20px; text-align:right;}
.faqlist_right{width:59%; float:right; background:#fff;padding:5% 3%; }
.faqlist_right .faq{display:flex; flex-direction:column; gap:20px;}
.faqlist a:hover,.faqlist .active{color:#e60012;}

select { font-size: 18px; border:0px;}

.dropdown{margin:10px auto;text-align: center; width:140px; border:1px solid #e8e8e8; padding:10px;}



.div-aboutus {padding: 6% 0 0 0;overflow: hidden;position: relative; text-align:center;}
.div-aboutus p{margin-bottom:0px; margin-top:0px;}
.div-aboutus p img{margin-top:-5px;}
.div-aboutus-left {float: left;width: 35%;margin-left: 10%;position: relative;}
.div-aboutus-left .text{margin-top: 20%;}
.div-aboutus-left .class-1{color: #e60012;}
.div-aboutus-left .title-1{margin-top: 3%;}
.div-aboutus-left .text-1{margin-top: 8%;}
.div-aboutus-right {float: right;width: 50%;position: relative;overflow: hidden;text-align: justify;}
.div-animation-bar {overflow: hidden;position: relative;margin-top: -56px;}
.div-animation-bar .anibar-1 {width: 8%;clear: both;transform: translateY(5%);}
.div-animation-bar .anibar-1 i{display: block;height: 56px;background: #0b069d;}
.div-animation-bar .anibar-2 {width: 28%;float: right;clear: both;}
.div-animation-bar .anibar-2 i{display: block;height: 56px;background: #0500d7;}
.div-animation-bar .anibar-3 {width: 22%;clear: both;margin: 5% auto auto;}
.div-animation-bar .anibar-3 i{display: block;height: 56px;background: #0062ff;}
.div-animation-bar .anibar-4 {width: 56px;clear: both;margin-left: 77%;}
.div-animation-bar .anibar-4 i{display: block;height: 56px;background: #963fff;}

.div-enterprise-concept {padding: 3% 0;overflow: hidden;background: url('../images/bg1.png') right 26% no-repeat;}
.enterprise-concept-top {width:90%; max-width:1600px;margin: auto;}
.enterprise-concept-bottom{padding: 3% 0 6% 0;overflow: hidden;position: relative;}
.enterprise-concept-left {float: left;width: 50%;}
.enterprise-concept-left .pic{position: relative;}
.enterprise-concept-right {float: left;width: 35%;margin-left: 5%;}
.enterprise-concept-text {padding-top: 16%;overflow: hidden;position: relative;} 
.enterprise-concept-item {padding: 4% 0;overflow: hidden;border-bottom: 1px solid #e7e7e7;position: relative;}
.enterprise-concept-item .title-1{color: #999999;}
.enterprise-concept-item .text-1{margin-top: 2%;}
.enterprise-concept-item .icon-1 {width: 24px;height: 24px;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.enterprise-concept-item:last-child {border: none;}
.enterprise-concept-text-bg {position: absolute;right: 10%;bottom: 0;z-index: 1;width: 44%;}
.enterprise-concept-text-bg img {max-width: 100%;display: inline-block;}

.div-corporate-culture {padding: 0 0 4% 0;overflow: hidden;}
.div-corporate-culture .class-1{text-align: center;}
.corporate-culture-bottom{overflow: hidden;padding: 2.5% 0;text-align: center;}
.corporate-culture-item{width: 27.8%;position: relative;display: inline-block;vertical-align: top;margin: .2%;}
.corporate-culture-item a{display: block;position: relative;background: #45654d;}
.corporate-culture-item .pic img{opacity: .07;}
.corporate-culture-item .text {position: absolute;width: 100%; z-index: 11;left: 0;top: 50%;color: #fff;transform: translateY(-50%);}
.corporate-culture-item .icon-1 {position: relative;width: 140px;height: 140px;margin: auto;margin-top: 15%;}
.corporate-culture-item .title-1 {margin-top: 25%;}
.corporate-culture-item .text-1 {margin-top: 1%;}
.corporate-culture-item.cci2 a{background: #e60012;}
.corporate-culture-item.cci3 a{background: #45654d;}
.corporate-culture-item a:hover {transform: translateY(-10px);}

.div-cooperative-partner {overflow: hidden;position: relative;}
.cooperative-partner-top {text-align: center;}
.cooperative-partner-bottom {padding: 4% 0;overflow: hidden;position: relative;z-index: 400;}
.cooperative-partner-list {display: flex;justify-content: space-around;width: 90%;margin: auto;margin-bottom: 2%;}
.cooperative-partner-list .industry-trends-logo .logo-1 img{filter: grayscale(100%);opacity: .4;}
.cooperative-partner-list .industry-trends-logo a:hover .logo-1 img{filter: grayscale(0);opacity: 1;}
.cooperative-partner-list .industry-trends-logo a:hover .title-1 {color: #e60012;}

.div-honors-qualifications {padding: 6% 0;overflow: hidden;background: #f7f8fa;}
.honors-qualifications-top {text-align: center;}
.honors-qualifications-list {width:90%; max-width:1600px;margin: auto;padding-top: 3%;}
.honors-qualifications-item {float: left;width: 32.7%;margin-right: .8%;margin-bottom: .8%;}
.honors-qualifications-item.mr0 {margin-right: 0;}
.honors-qualifications-item a{display: block;position: relative;}
.honors-qualifications-item .text{position: absolute;left: 10%;top: 10%;width: 80%;z-index: 11;height:80%;}
.honors-qualifications-item .type-1{color: #1a1a1a;}
.honors-qualifications-item .type-1 span{display: inline-block;vertical-align: middle;}
.honors-qualifications-item .type-1 span:first-child::after {content: '';width: 1px;height: 14px;display: inline-block;vertical-align: middle;margin: 0 5px 0 10px;background: #ccc;}
.honors-qualifications-item .type-1 span:last-child {color: #999999;font-family: 'Manrope-Regular';}
.honors-qualifications-item .title-1{margin-top: 3%;}
.honors-qualifications-item .honors-1{position:absolute;left:0;bottom:0;}
.honors-qualifications-item .pic{background: #fff;}
.honors-qualifications-item a:hover {box-shadow: 0px 20px 100px 0px rgba(0, 23, 77, 0.2);z-index: 11;}	 

.return-page {text-align: center;}
.return-page li{display:inline-block; list-style:none;}
.return-page a {display: inline-block;vertical-align: middle;color: #999;margin: 0 5px;line-height: 56px;padding: 0 10px;}
.return-page a.prev,.return-page a.next {width: 56px;height: 56px;border: 1px solid #e60012;padding: 0;}
.return-page a.prev {background: url('../images/l3.png') center no-repeat;}
.return-page a.next {background: url('../images/r3.png') center no-repeat;}
.return-page a.prev:hover {background: url('../images/l2.png') center no-repeat #e60012;}
.return-page a.next:hover {background: url('../images/r2.png') center no-repeat #e60012;}
.return-page .active a,.return-page a:hover {color: #e60012;}

.ablewise-content { width: 90%; max-width:1600px; margin: auto;  position: relative;}
.page-recruitment-list {background:#f7f7f7;overflow: hidden;}
.page-recruitment-list .ablewise-content {display: flex;justify-content: space-between;}
.page-recruitment-list-left {padding: 5% 3% 5% 0;position: relative;overflow: hidden;width: 20%;}
.page-recruitment-list-left::after {content: '';width: 1px;height: 100%;position: absolute;top: 0;right: 0;background: #e1e3e3;}
.recruitment-filter {overflow: hidden;}
.recruitment-filter-top {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #e1e3e3;padding-bottom: 2rem;    margin-bottom: 2rem;}
.recruitment-filter-top .title-1 {display: flex;align-items: center;}
.recruitment-filter-top .title-1 i {width: 1.8rem;height: 1.2rem;display: block;background: url('../upload/sxx.png') center no-repeat;background-size: 100%;}
.recruitment-filter-top .title-1 span{display: block;margin-left: 1rem;font-weight: bold;}
.recruitment-filter-top .title-1 strong{color: #009bb4;}
.recruitment-filter-top .reset-2 {overflow: hidden;}
.recruitment-filter-top .reset-2 a {display: flex;align-items: center;opacity: .5;}
.recruitment-filter-top .reset-2 span{font-weight: bold;margin-right: .5rem;color: #0d262b;}
.recruitment-filter-top .reset-2 i{width: 1.4rem;height: 1.3rem;display: block;background: url('../upload/sx.png') center no-repeat;background-size: 100%;}
.recruitment-filter-top .reset-2 a:hover {opacity: 1;}
.recruitment-filter-center {margin-top: 1%;}
.recruitment-filter-item {margin-bottom: 2%;padding-bottom: 5%;border-bottom: 1px solid #e1e3e3;overflow: hidden;}
.recruitment-filter-item .title-1{padding: 2rem 0;position: relative;cursor: pointer;}
.recruitment-filter-item .title-1 strong{color: #0d262b;}
.recruitment-filter-item .title-1 i {width: 2rem;height: 2rem;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.recruitment-filter-item .title-1 i::after,.recruitment-filter-item .title-1 i::before {content: '';width: 100%;height: 2px;background: #ccc;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.recruitment-filter-item .title-1 i::after {transform: translate(-50%,-50%) rotate(90deg);}
.recruitment-filter-item.cur .title-1 i::after {display: none;}
.recruitment-filter-item ul {list-style: none;margin: 0;padding: 0;}
.recruitment-filter-item li {list-style: none;margin: 0;padding: 0;margin-bottom: 1rem;}
.recruitment-filter-item li.cur i {border: 1px solid #00b1cc;}
.recruitment-filter-item li.cur i::before {opacity: 1;}
.recruitment-filter-item a {display: flex;align-items: center;}
.recruitment-filter-item a i {width: 1.8rem;height: 1.8rem;position: relative;display: block;border: 1px solid #0d262b;box-sizing: border-box;}
.recruitment-filter-item a i::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #00b1cc url('../images/gou.png') center no-repeat;background-size: 50%;opacity: 0;}
.recruitment-filter-item a span {color: #384649;margin-left: 1rem;}

.page-recruitment-list-right {padding: 5% 0;width: 70%;overflow: hidden;}
.recruitment-search {position: relative;}
.recruitment-search .input-1 {border: 2px solid #e1e3e3;overflow: hidden;}
.recruitment-search .input-1 input {border: none;box-sizing: border-box;width: 100%;background: none;padding: 1.5rem 2rem;}
.recruitment-search .search-1 {position: absolute;right: 0;top: 0;height: 100%;width: 6rem;z-index: 1;}
.recruitment-search .search-1 a {display: block;width: 100%;height: 100%;position: relative;opacity: 0.5;cursor: pointer;} 
.recruitment-search .search-1 a::after {content: '';width: 2rem;height: 2rem;position: absolute;left: 50%;top: 50%;background: url('../images/search.svg') center no-repeat;background-size: 100%;transform: translate(-50%,-50%);}
.recruitment-search .search-1 a:hover {opacity: 1;}
.recruitment-right-list {}
.recruitment-item {margin-bottom: 2%;overflow: hidden;}
.recruitment-item a {display: block;background: #fff;padding: 3%;box-sizing: border-box;color: #93989a;position: relative;}
.recruitment-item a::before {content: '';width:0;height: 3px;position: absolute;left: 0;top: 0;background: #e60012;z-index: 1;}
.recruitment-item .top-1 {position: relative;}
.recruitment-item .title-1 {font-weight: bold;color: #0d262b;}
.recruitment-item .text-1 {margin-top: 1rem;}
.recruitment-item .bottom-1 {margin-top: 2rem;display: none;transition:none;}
.recruitment-item .text-2 {overflow: hidden;}
.recruitment-item .viewjob-1  {position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.recruitment-item a:hover .title-1 {color: #e60012;}
.recruitment-item a:hover::before  {width: 100%;}
.viewjob-1 {display: flex;align-items: center;}
.viewjob-1 span {color: #0d262b;}
.viewjob-1 i{margin-left: .5rem;width: 6px;height: 10px;background: url('../images/r3.png') center no-repeat;background-size: 100%;}
.page-recruitment-list-right .page-pageturn {margin-top: 5%;text-align: left;}
.page-recruitment-list-right .page-pageturn a {text-align: center;}    

.page-recruitment-faq {padding: 5% 0;overflow: hidden;}
.page-recruitment-faq .ablewise-content {display: flex;justify-content: space-between;}
.page-recruitment-faq-left {width: 20%;} 
.page-recruitment-faq-left .title-1 {font-weight: bold;} 
.page-recruitment-faq-right {width: 70%;} 
.recruitment-faq-item {overflow: hidden;position: relative;padding: 3% 0;border-top: 1px solid #ccc;}
.recruitment-faq-item:last-child {border-bottom: 1px solid #ccc;}
.recruitment-faq-item .title-1 {display: flex;align-items: center;position: relative;cursor: pointer;}
.recruitment-faq-item .title-1 i {font-style: normal;margin-right: 1rem;width: 4rem;height: 4rem;line-height: 4rem;text-align: center;background: #f7f7f7;display: block;}
.recruitment-faq-item .title-1 span {display: block;}
.recruitment-faq-item .title-1 em {position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 2rem;height: 2rem;}
.recruitment-faq-item .title-1 em::after,.recruitment-faq-item .title-1 em::before {content: '';width: 100%;height: 2px;background: #ccc;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.recruitment-faq-item .title-1 em::after {transform: translate(-50%,-50%) rotate(90deg);}
.recruitment-faq-item .text-2 {margin-top: 2rem;overflow: hidden;position: relative;display: none;}
.recruitment-faq-item.cur .title-1 span {color: #e60012;}
.recruitment-faq-item.cur .title-1 em::after {display: none;}
.recruitment-faq-item.cur .title-1 i {background: #f0fafc;color: #e60012;}

 

/* product */
.div-product {padding: 4% 0 1.5% 0;overflow: hidden;}
.div-product-top {width:90%; max-width:1600px;margin: auto;}
.div-product-list {width:90%; max-width:1600px;margin: auto; display:flex; gap:2%; flex-wrap:wrap; justify-content:space-between;}
.div-product-swiper {margin-top: 3%;}
.div-product-item {overflow: hidden; width:32%; margin-bottom:2%;}
.div-product-item a{display: block;position: relative;}
.div-product-item .product{width: 90%;z-index: 11;mix-blend-mode:multiply;}
.div-product-item .product img{max-width:100%;}
.div-product-item .text{width: 80%;z-index: 12;}
.div-product-item .title-1 {font-weight: bold;font-family: 'Manrope-Bold'; color:#000}
.div-product-item .text-1 {margin-top: 3%;color: #666;}
.div-product-item .text-1 li{list-style: none;margin: 0;padding: .5% 0;padding-left: 20px;color: #666;position: relative;}
.div-product-item .text-1 li::before {content: '';width: 5px;height: 5px;position: absolute;left: 0;top: 13px;background: #999999;}
.div-product-item .text-1 p,.div-product-item .text-1 ul {margin:0;padding:0;}
.div-product-item .pic{background: #f7f8fa;}
.div-product-item a:hover .product img {transform: scale(1.05);}
.div-supporting-facilities {padding: 4% 0 1.5% 0;overflow: hidden;}
.supporting-facilities-top {width:90%; max-width:1600px;margin: auto;}
.supporting-facilities-list {width:90%; max-width:1600px;margin: auto;}
.supporting-facilities-swiper {margin-top: 3%;}



.div-consulting-service {position: relative;margin-top: 4%;}
.div-consulting-service .title-1{position: absolute;left: 9%;top: 50%;color: #fff;transform: translateY(-50%);z-index: 11;}
.div-consulting-service .text{position: absolute;right: 9%;top: 50%;color: #fff;transform: translateY(-50%);z-index: 11;text-align: right;}
.div-consulting-service .text * {display: inline-block;vertical-align: middle;}
.div-consulting-service .text-1{color: #fff;}
.div-consulting-service .tel-1{margin-left: 20px;border: 1px dashed rgba(255,255,255,.3);padding: 0px 20px;line-height: 55px;}
.div-consulting-service .text-2{border: 1px dashed rgba(255,255,255,.3);margin-left: 5px;line-height: 55px;}
.div-consulting-service .text-2 a{padding: 0 25px;display: block;}
.div-consulting-service .text-2 i{width: 26px;height: 21px;}
.div-consulting-service .text-2 i img {display: block;}
.div-consulting-service .text-2 span{ margin-left: 10px;color: #fff;}
.div-consulting-service .text-2 a:hover{background: #fff;}
.div-consulting-service .text-2 a:hover span{color: #e60012;}
.div-consulting-service .text-2 a:hover i img {opacity: 0;}
.div-consulting-service .text-2 a:hover i {background: url('../images/wx2.png') center no-repeat;}
.wxewm-show {width: 150px;height: 158px;background: url('../images/ewmbg.png') center no-repeat;position: absolute;right: 0;bottom: 60px;box-shadow: 0px 12px 60px 0px rgba(0, 0, 0, 0.24);display: none;opacity: 0;z-index: -1;}
.wxewm-show.cur {opacity: 1;z-index: 11;}
 

.div-solution {overflow: hidden;padding: 2% 0;}
.div-solution-top {width: 94%;margin: auto;}
.div-solution-nav {text-align: left;padding: 1% 0;overflow: hidden;}
.div-solution-nav a{display: inline-block;vertical-align: middle;width: 13%;position: relative;margin-bottom:4%;text-align: center;}
.div-solution-nav a::after {content: '';width: 1px;height: 100%; position: absolute;right: 4%;top: 0;background: #e5e5e5;}
.div-solution-nav a:last-child::after {display: none;}
.div-solution-nav .icon-1{width: 65px;height: 65px;margin: auto;position: relative;}
.div-solution-nav .icon-1 img {filter: grayscale(100%);opacity: .5;}
.div-solution-nav .title-1{color: #999999;font-weight: bold;margin-top: 8%;}
.div-solution-nav a.cur .title-1{color: #e60012;}
.div-solution-nav a.cur .icon-1 img {filter: grayscale(0);opacity: 1;}
.div-solution-pic {position: relative;margin-top: 2%;}
.div-solution-pic-swiper {position: relative;}
.div-solution-item {position: relative;}
.div-solution-item .text{position: absolute;top: 50%;transform: translateY(-50%);width: 50%;z-index: 11;left: 10%;color: #fff;}
.div-solution-item .title-1{padding-bottom: 2%;}
.div-solution-item .text-2 {opacity: .8;}
.div-solution-item .pic{overflow: hidden;}
      
.solution-animation-bar {overflow: hidden;position: relative;margin-top:0px;width: 94%;margin: auto;margin-top: -2%;}
.solution-animation-bar .anibar-1 {width: 7%;clear: both;position: absolute;left: 0;}
.solution-animation-bar .anibar-1 i{display: block;height: 56px;background: #8f00d2;}
.solution-animation-bar .anibar-2 {width: 28%;float: right;clear: both;}
.solution-animation-bar .anibar-2 i{display: block;height: 56px;background: #0500d7;}
.solution-animation-bar .anibar-3 {width: 56px;clear: both;margin-right: 28%;float: right;}
.solution-animation-bar .anibar-3 i{display: block;height: 56px;background: #963fff;}
.solution-animation-bar .anibar-4 {width: 22%;clear: both;margin-left: 36%;}
.solution-animation-bar .anibar-4 i{display: block;height: 56px;background: #0b069d;}

.div-system-architecture {padding: 4% 0;overflow: hidden;}
.system-architecture-top {text-align: center;margin-top: 3%;}
.system-architecture-bottom {margin-top: 3%;text-align: center;}

.left{float:left; width:48%;}
.right{float:right; width:48%;}
 
.div-system-solution {overflow: hidden;width: 90%; max-width:1600px; margin:5% auto ;}
.div-system-solution img{max-width:100%;}
.system-solution-top {text-align: center;}
.system-solution-bottom {margin:0 auto 5%; overflow: hidden; width:90%; max-width:1600px;}
.system-solution-item {overflow: hidden;float: left;width: 49.7%;margin-right: .6%;margin-bottom: .6%;}
.system-solution-item.mr0 {margin-right: 0;}
.system-solution-item a{display: block;position: relative;}
.system-solution-item .text {position: absolute;left: 10%;top: 10%;width: 54%;z-index: 11;color: #fff;}
.system-solution-item .title-1 {font-weight: 900;}
.system-solution-item .text-2{margin-top: 2.5%;opacity: .8;}
.system-solution-item .more-3{position: absolute;left: 10%;bottom:10%;z-index: 12;}
.system-solution-item .more-3 span{color: #fff;border: 1px solid #fff;background: none;}
.system-solution-item .more-3 span::before {background: #fff;}
.system-solution-item .more-3 span::after {background: url('../images/r2.png');}
.system-solution-item .pic img{overflow: hidden;opacity: .4;}
.system-solution-item a:hover .pic{transform: scale(1.05);}
.system-solution-item a:hover .pic img{opacity: .6;}
.system-solution-item a:hover .more-3 span{color: #fff;border: 1px solid #e60012;background: #e60012;}
.system-solution-item a:hover .more-3 span::before {opacity: .2;}

.system-solution-bottom table{width:100%;}
.system-solution-bottom table img{max-width:100%;}



.div-scheme-advantages {padding: 5% 0;overflow: hidden;}
.scheme-advantages-top {text-align: center;}
.scheme-advantages-bottom {padding-top: 3%;font-size: 0;width: 86%;margin: auto;}
.scheme-advantages-item {display: inline-block;vertical-align: top;width: 27%;position: relative;padding: 0 3%;text-align:center;margin-bottom:5%;}
.scheme-advantages-item.mr0::after {display: none;} 
.scheme-advantages-item::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #e6e6e6;}
.scheme-advantages-item .icon-3{width: 80px;height: 80px;margin: auto;position: relative;}
.scheme-advantages-item .pic-3 {position: relative;width:100%;background-size: cover;background-position: center;background-repeat: no-repeat;}
.scheme-advantages-item .title-1{margin-top: 5%;font-weight: bold;}
.scheme-advantages-item .text-2{margin-top: 5%;}
 
.div-application-scenario{width:90%; max-width:1600px;margin: auto;padding: 1% 0;}
.div-application-scenario .class-1{overflow: hidden;}
.application-scenario-top {padding-bottom: 1.5%;position: relative;border-bottom: 1px solid #e6e6e6;}
.application-scenario-nav {position: absolute;right: 0;bottom: 0;z-index: 11;}
.application-scenario-nav a{color: #999999;position: relative;display: inline-block;vertical-align: middle;}
.application-scenario-nav a::before {content: '';width: 4px;height: 4px;display: inline-block;vertical-align: middle;background: #ccc;margin: 0 20px;}
.application-scenario-nav a.cur span{color: #e60012;}
.application-scenario-nav a:first-child::before {display: none;}
.application-scenario-nav span {display: inline-block;vertical-align: middle;position: relative;padding:20px 0;}
.application-scenario-nav span::after {content: '';width: 100%;height: 3px;background: #e60012;position: absolute;left: 0;bottom: 0;z-index: 1;display: none;}
.application-scenario-nav a.cur span::after {display: block;}
.application-scenario-bottom {margin-top: 3%;margin-bottom: 5%;  display: flex; flex-wrap:wrap; gap: 2%;}
.application-scenario-item {background: #fff;box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);width:calc(96% / 3); margin-bottom: 2%;}
.application-scenario-item .img{overflow: hidden;}
.application-scenario-item .title-1 {text-align: center;padding: 6% 0; color:#000;display: block;}
.application-scenario-item:hover .title-1{color: #e60012;}
.application-scenario-swiper {overflow: visible;}
.application-scenario-swiper .swiper-slide.swiper-slide-active {opacity: 1!important;}
.application-scenario-swiper .swiper-slide {opacity: 0!important;}

.layout{}
.bg-gray { background: #F7F7F7;}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*/


/* 路径 */
.nav-bread{padding:0;height:70px;line-height:70px;font-size:0}
.nav-bread h2{font-size:24px;font-weight:600}
.nav-bread i{color:#888888;}
.nav-bread a{color:#888888;font-size:14px;display:inline-block;}
.nav-bread a:hover{color:#ff9600}
.nav-bread a:after {content:"";padding:0 10px;background:url(../images/nav-bread.png) no-repeat center 50%;}
.nav-bread a:last-child:after {content:"";background:none;}
/* 路径 */
/* 产品详细页begin */
.product-description .padding-large{padding:0px 0 0 30px}
.product-description .padding-large-top{padding:0}
.product-description p{line-height:24px}
.product-description .zoomimg{width:100%}/* PC端独有 */

/* 产品详情TAB begin */
.product-overview .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;border-bottom:1px solid #EFEFEF}
.product-overview .tab .tab-nav li {display:inline-block;width:12%;}
.product-overview .tab .tab-nav li a {margin-bottom:-1px;color:#6E6E6E;padding:20px 0;display:block;line-height:24px;border:0;border-radius:0;font-size:18px;text-align:center;}
.product-overview .tab .tab-nav .active {border-radius:0px;}
.product-overview .tab .tab-nav .active a {cursor:default;color:#e60012;background:#FFF;border-bottom:3px solid #e60012;}
.product-overview .tab .tab-nav li a,.product-overview .tab .tab-nav .active a:focus {outline:none;}
.product-overview .tab .tab-body {padding:0;border-radius:0;border-top:solid 0px #ebebeb;}
/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg{cursor:pointer;display:block}
.pro-thumb .item img{border:1px solid #ececec}
.pro-thumb .item:hover img{border:1px solid #ff9600}
.pro-thumb:hover .owl-nav .owl-prev,.pro-thumb:hover .owl-nav .owl-next {opacity:.6;}
/* 放大镜 end */

/* 商品参数 */
.attribute li {position:relative;color:#666;line-height:32px;}
/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {color:#999}
/* 商品参数 end */

/* 商品详情 */
.content img{max-width: 100% !important;height: auto !important;}
/* 商品详情 end */

/* 首页产品 */
.carousel-pro .media{position:relative;-webkit-transition:.5s;transition:.5s;}
.carousel-pro .media:hover {-webkit-transition:.5s;transition:.5s;box-shadow:0px 5px 15px 0px rgba(0,0,0,.05);}
.carousel-pro .button {background-color:#FFD100;transition: all .5s ease;box-shadow: 0 3px 8px 0px rgba(39,39,39,0.26);}
.carousel-pro .media:hover .button{color:#FFF;background-color:#ff9600;transition: all .5s ease;}
.carousel-pro .media-body {padding:10px 0 0 0}
/* .carousel-pro:hover .owl-nav .owl-next,.carousel-pro:hover .owl-nav .owl-prev{opacity:.6} */
.carousel-pro.dot-center .owl-dots{position:relative;top:30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页产品 */

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots{position:absolute;top:50%;padding:0;text-align:left;width:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.owl-carousel .owl-dots .owl-dot{display:inline-block;position:relative;vertical-align:middle}
.owl-carousel .owl-dots .owl-dot span{width:8px;height:8px;margin:0 5px;border-radius:50%;background:#d3d3d3;display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
.owl-carousel .owl-dots .owl-dot.active span{width:16px;height:8px;background:#e60012;border-radius:20px}
.owl-carousel .owl-nav i{font-size:23px;color:#fff}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{background:#e60012;width:42px;height:42px;line-height:42px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;text-align:center;border-radius:50%;opacity:0}
.owl-carousel .owl-nav .owl-prev{background:#000;left:20px;right:auto}
.owl-carousel .owl-nav .owl-prev i{position:absolute;left: 8px;}
.owl-carousel .owl-nav .owl-next{right:20px}
.owl-carousel .owl-nav .owl-next i{position:absolute;right:8px}
/* owl-carousel轮播插件 */




.div-test-account-application {overflow: hidden;background: #f7f8fa;}
.test-account-application-top {position: relative;}
.test-account-application-top .class-1{position: absolute;left: 0;top: 30%;text-align: center;color: #fff;z-index: 11;width: 100%;}
.test-account-application-top .pic{overflow: hidden;}
.test-account-application-bottom {overflow: hidden;position: relative;margin-top: -10%;padding-bottom: 5%;}
.test-account-application-from {width: 72%;margin: auto;padding: 4% 4% 1% 4%;overflow: hidden;background: #fff;position: relative;}
.from-item-3{overflow: hidden;margin-bottom: 2%;}
.from-item-3 .item-3{float: left;width: 32%;margin-right: 1%;}     
.from-item-3 .item-3:last-child {margin-right: 0;}
.from-item-3 .title-1{overflow: hidden;padding-bottom: 1%;}     
.from-item-3 .input-1{margin-top: 1%;}  
.input1,.textarea1{display: block;border: 1px solid #ccc;padding: 16px 20px;box-sizing: border-box;background: #fff;width: 100%;outline: none;color: #e60012;}  
.input1:focus,.textarea1:focus {border: 1px solid #e60012;}
.from-item-1 {overflow: hidden;margin-bottom: 2%;}
.from-item-1 .textarea-1{margin-top: .8%;}
.textarea1 {min-height: 120px;}
.test-account-application-from .more-1 {position: relative;left: auto;top: auto;right: auto;}
.test-account-application-from .more-1 a { padding-left: 50px;}

.div-solution-detail {margin-top: 90px;padding: 5% 0 0 0;overflow: hidden;}
.solution-detail-top {width: 100%;margin: auto;}
.solution-detail-top .class-1{text-align: center;}
.solution-detail-pic {text-align: center;position: relative;padding: 3% 0;overflow: hidden;margin-top: 4%;font-size: 0;}
.solution-detail-pic::after {content: '';width: 50%;height: 100%;right: 0;top: 0;z-index: 1;background-image: -webkit-linear-gradient( 0deg, rgb(247,248,250) 0%, rgba(247,248,250,0) 100%);position: absolute;}
.solution-detail-pic img{max-width: 100%;display: inline-block;position: relative;z-index: 11;}
.solution-detail-center {overflow: hidden;position: relative;}
.solution-detail-center .class-1{position: absolute;left: 9%;top: 10%;color: #fff;z-index: 11;}
.solution-detail-li {position: absolute;right: 9%;top: 10%;z-index: 11;width: 44%;}
.solution-detail-li .item-1:first-child {padding: 0 0 3% 0;margin-top: -2%;}
.solution-detail-li .item-1 {padding: 3% 0;border-bottom: 1px solid rgba(255,255,255,.2);}
.solution-detail-li .item-1 a{display: block;padding: 3% 0;overflow: hidden;color: #fff;opacity: .8;}
.solution-detail-li .item-1 a:hover {opacity: 1;}
.solution-detail-li .item-1 a * {transition:none;}


.div-data-management-subsystem {padding: 7% 0 4% 0;overflow: hidden;}
.div-data-management-subsystem .class-1{text-align: center;}
.data-management-subsystem-list{overflow: hidden;padding: 2.5% 0;text-align: center;margin-top: 2%;}
.data-management-subsystem{width: 24.8%;position: relative;display: inline-block;vertical-align: top;margin: 1%;}
.data-management-subsystem a{display: block;position: relative;background: #e60012;text-align: left;}
.data-management-subsystem .pic img{opacity: .07;}
.data-management-subsystem .text {position: absolute;width: 80%;z-index: 11;left: 10%;top: 50%;color: #fff;transform: translateY(-50%);}
.data-management-subsystem .icon-1 {position: relative;width: 100px;height: 100px;margin-top: 15%;}
.data-management-subsystem .title-1 {margin-top: 5%;}
.data-management-subsystem .text-1 {margin-top: 5%;opacity: .6;}
.data-management-subsystem.cci2 a{background: #8400d2;}
.data-management-subsystem.cci3 a{background: #0561e6;}
.data-management-subsystem a:hover {transform: translateY(-10px);}

.ai-auxiliary-analysis-subsystem {background: url('../images/bg4.jpg') center no-repeat;background-size: cover;padding: 2% 0 6% 0;overflow: hidden;}
.auxiliary-analysis-subsystem-center {overflow: hidden;width:90%; max-width:1600px;margin: auto;position: relative;}
.auxiliary-analysis-subsystem-center .class-1{text-align: center;margin-top: 2%;}
.auxiliary-analysis-box {margin: auto;position: relative;width: 40%;margin-top: 3%;}
.auxiliary-analysis-box .yuan {position: absolute;width: 50%;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 1;}
.auxiliary-analysis-box .huan {position: absolute;width: 70%;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;animation:turnrotate 8000ms linear infinite;}
.auxiliary-analysis-box .text-1 {position: absolute;width: 50%;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 3;color: #e60012;font-weight: bold;}
.auxiliary-analysis-box .auxiliary{position: absolute;z-index: 4;}
.auxiliary-analysis-box .auxiliary span{display: block;font-weight: bold;padding: 10px 20px;border: 2px solid #e60012;border-radius: 50px;color: #e60012;}
.auxiliary-analysis-box .auxiliary i{display: block;width: 10px;height: 10px;margin: auto;border: 2px solid #e60012;border-radius: 100%;margin-top: 15%;}
.auxiliary-analysis-box .auxiliary.item-1 {top: 7%;left: 50%;transform: translateX(-50%);} 
.auxiliary-analysis-box .auxiliary.item-2 {left: 5%;bottom: 25%;} 
.auxiliary-analysis-box .auxiliary.item-3 {right: 5%;bottom: 25%;} 
.auxiliary-analysis-box .auxiliary.item-4 {right: 5%;top: 25%;} 
.auxiliary-analysis-box .auxiliary.item-5 {left: 5%;top: 25%;} 
.auxiliary-analysis-box .auxiliary.item-6 {left: 50%;bottom: 5%;transform: translateX(-50%);} 
.auxiliary-analysis-box .auxiliary.item-2 i {position: absolute;right: -30px;top: 50%;transform: translateY(-50%);margin: 0;}
.auxiliary-analysis-box .auxiliary.item-3 i {position: absolute;left: -30px;top: 50%;transform: translateY(-50%);margin: 0;}
.auxiliary-analysis-box .auxiliary.item-4 i {position: absolute;left: -30px;top: 50%;transform: translateY(-50%);margin: 0;}
.auxiliary-analysis-box .auxiliary.item-5 i {position: absolute;right: -30px;top: 50%;transform: translateY(-50%);margin: 0;}
.auxiliary-analysis-box .auxiliary.item-6 i {position: absolute;left: 50%;top: -60%;margin: 0;transform: translateX(-50%);}




.auxiliary-analysis-left {position: absolute;left: 0;top: 0;width: 20%;z-index: 11;}
.auxiliary-analysis-right {position: absolute;right: 0;top: 0;width: 20%;z-index: 11;}
.auxiliary-analysis-item {display: block;position: relative;overflow: hidden;margin-bottom: 3%;}
.auxiliary-analysis-item .img::before{content:'';width:100%;height:100px;position:absolute;left:0;bottom:0;z-index:1;background-image: -webkit-linear-gradient(90deg, rgb(0,43,140) 0%, rgba(0,43,140,0) 100%);opacity: .8;transition:all .4s ease;}
.auxiliary-analysis-item .title-1 {position: absolute;text-align: center;left: 0;bottom: 10%;width: 100%;z-index: 11;color: #fff;font-weight: bold;}
.auxiliary-analysis-item:hover .pic{transform: scale(1.05);}
.auxiliary-analysis-item:hover .img::before {height: 160px;}

.div-solution-faq {overflow: hidden;padding-bottom: 6%;position: relative;}
.solution-faq-top {position: relative;}
.solution-faq-top .class-1{position: absolute;left: 0;top: 40%;color: #fff;z-index: 11;width: 100%;text-align: center;}
.solution-faq-list {width:90%; max-width:1600px;margin: auto;margin-top: -5%;z-index: 11;position: relative;}
.solution-faq-item {display: block;overflow: hidden;position: relative;float: left;width: 23%;margin-right: 2%;margin-bottom: 1%;box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.06);}
.solution-faq-item .title-1 {text-align: center;padding:5% 0;font-weight: bold;}
.solution-faq-item:hover .pic {transform: scale(1.05);}
.solution-faq-item:hover {transform: translateY(-10px);}


.div-service-process {padding: 5% 0;overflow: hidden;width:90%; max-width:1600px;margin: auto;}
.div-service-process-top {text-align: left;}
.div-service-process-bottom {padding-top: 3%;overflow: hidden;position: relative;}
.service-process-lou {position: absolute;right: 5%;top: 0;width: 25%;z-index: 11;}
.service-process-pic {background: #f7f8fa;padding: 5% 3%;overflow: hidden;font-size: 0;}
.service-process-pic img{max-width: 100%;}

.div-service-content {padding: 3% 0 0 0;overflow: hidden;}
.div-service-content-top {text-align: left;overflow: hidden;width:90%; max-width:1600px;margin: auto;}
.div-service-content-top .class-1 {float: left;}
.service-content-right {float: right;width: 70%;}
.service-content-right li {list-style: none;margin: 0;padding: 0;float: left;width: 43%;border-bottom: 1px solid #ccc;padding: 2.5% 0;margin-right: 5%;}
.service-content-right li span {display:block ;}
.service-content-right li p {display: block;color: #666666;}

.digital-achievements-display {padding: 6% 0 0 0;background: #f7f8fa;}
.digital-achievements-display-top {overflow: hidden;width:90%; max-width:1600px;margin: auto;position: relative;}
.digital-achievements-display-ctrl {position: absolute;right: 0;top: 0;z-index: 11;}
.swiper-achievements-prev,.swiper-achievements-next {display: inline-block;vertical-align: middle;position: relative;left: auto;right: auto;top: auto;bottom: auto;margin: auto;opacity: 1;width: 53px;height: 53px;border: 1px solid #e60012;}
.swiper-achievements-prev::after,.swiper-achievements-next::after {display: none;}
.swiper-achievements-prev {background: url('../images/l3.png') center no-repeat;}
.swiper-achievements-next {background: url('../images/r3.png') center no-repeat;}
.swiper-achievements-prev:hover {background: url('../images/l2.png') center no-repeat #e60012;}
.swiper-achievements-next:hover {background: url('../images/r2.png') center no-repeat #e60012;}
.achievements-pagination {display: inline-block;vertical-align: middle;position: relative;left: auto;right: auto;top: auto;bottom: auto;margin: auto;width: auto;padding: 0 20px;}
.digital-achievements-display-bottom {width:90%; max-width:1600px;margin: auto;}
.digital-achievements-display-swiper {position: relative;padding: 5% 0 9% 0;} 
.achievements-display-item {display: block;position: relative;background: #fff;}
.achievements-display-item .title-1  {padding: 5% 0;text-align: center;font-weight: bold;}
.achievements-display-item:hover .pic {transform: scale(1.00);}
.achievements-display-item:hover {background: #e60012;transform: translateY(-10px);box-shadow: 0px 20px 60px 0px rgba(0, 23, 77, 0.4);}
.achievements-display-item:hover .title-1 {color: #fff;}
.achievements-display-item .fbig {width: 55px;height: 55px;position: absolute;left: 50%;top: 50%;transform: translateX(-50%);z-index: 11;background: #fff url('../images/big.png') center no-repeat;margin-top: -25px;opacity: 0;}
.achievements-display-item:hover .fbig  {opacity: 1;}
  
.div-utc-training {overflow: hidden;}
.utc-training-banner {position: relative;overflow: hidden;}
.utc-training-banner .title-1 {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 11;color: #fff;mix-blend-mode: screen;}
.utc-training-banner .title-1 strong{display: block;margin: 0;padding: 0;font-size: 120px;font-weight: 900;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-repeat: no-repeat;background-position:  center center;background-attachment: fixed;}
.utc-training-banner .text-2 {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 13;text-align: center;}
.utc-training-banner .text-2 span{display: block;color: #fff;opacity: 0;}
.utc-training-banner .img {opacity: 0;}

.utc-course-content {padding: 5% 0 0;overflow: hidden;}
.utc-course-content-top {text-align: center;}
.utc-course-content-list {width: 90%; max-width:1600px; margin: auto;margin-top: 3%;}
.course-content-item {overflow: hidden;position: relative; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; margin-bottom:50px;}
.course-content-item .pic{float: left;width: 40%;position: relative;}
.course-content-item .absolute {position: absolute;right: 5%;width: 50%;top: 0;height: 100%;}
.course-content-item .text{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.course-content-item .title-1{font-weight: bold;}
.course-content-item .text-2{color:#e60012;}
.course-content-item .text-2:hover{color:#85bc40;}
.course-content-item .text-1{margin-top: 2%;color: #666666;}
.course-content-item .more-1{position:relative; margin-top:30px;}
.course-content-item.fr .pic{float: right;}
.course-content-item.fr .absolute{right:auto;left: 5%;}


.enrollment-process {padding: 3% 0 5% 0;overflow: hidden;background: url('../images/bg5.jpg') center top no-repeat;background-size: cover;}
.enrollment-process-top {text-align: center;}
.enrollment-process-top .class-1{text-align: center;}
.enrollment-process-bottom{margin-top: 5%;padding-bottom:4%;overflow: hidden;}
.enrollment-process-list {overflow: hidden;text-align: center;}
.enrollment-process-item {display: inline-block;vertical-align: middle;width: 8%;position: relative;}
.enrollment-process-item .absolute {width: 100%;border: 2px dashed #c2cbe0;height: 100px;position: relative;margin:40px auto;}
.enrollment-process-item .absolute.opacity1 {opacity: 1;}
.enrollment-process-item .absolute.opacity0 {opacity: 0;}
.enrollment-process-item .text{position: absolute;width: 100%;top: 50%;transform: translateY(-50%);left: 0;z-index: 1;}
.enrollment-process-item .icon-1{position: relative;height: 40px;}
.enrollment-process-item .title-1{margin-top: 5%;color: #e60012;}
.enrollment-process-item .yuan-1 {position: relative;margin: auto;}
.enrollment-process-item .yuan-1 span{display: block;border: 2px solid #e60012;border-radius: 100%;width: 22px;height: 22px;line-height: 22px;text-align: center;font-family: 'Manrope-Bold';color: #e60012;margin: auto;position: relative;z-index: 11;}
.enrollment-process-item .yuan-1 span::before {content: '';width: 2px;height: 15px;position: absolute;left: 50%;top: -15px;background: #e60012;margin-left: -1px;}
.enrollment-process-item .yuan-1::after {content: '';width: 88%;height: 2px;position: absolute;left: 58%;top: 50%;margin-top: -1px;background: #e60012;opacity: .2;}
.enrollment-process-item:hover .absolute {border: 2px dashed transparent;background: #fff;box-shadow: 0px 10px 80px 0px rgba(0, 24, 77, 0.12);}
.enrollment-process-item:nth-child(2) .yuan-1 span::before,.enrollment-process-item:nth-child(4) .yuan-1 span::before,
.enrollment-process-item:nth-child(6) .yuan-1 span::before,.enrollment-process-item:nth-child(8) .yuan-1 span::before{top: auto;bottom: -15px;opacity: 1;}
.enrollment-process-item:last-child .yuan-1::after{display: none;}
 
.certificate-style {position: relative;overflow: hidden;padding: 0 0 5% 0;}
.certificate-style .class-1{position: absolute;left: 0;top: 20%;width: 100%;text-align: center;color: #000;z-index: 11;}
.registration-conditions {overflow: hidden;padding: 2% 0;}
.registration-conditions .class-1{text-align: center;}
.registration-conditions-bottom {margin-top: 4%;text-align: center;}
.registration-conditions-item {display: inline-block;vertical-align: middle;position: relative;width: 22%;padding: 0 5%;}
.registration-conditions-item::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #000;opacity: .1;}
.registration-conditions-item:last-child::after {display: none;}
.registration-conditions-item .icon-1{position: relative;width: 100px;height: 100px;margin: auto;}
.registration-conditions-item .title-1{margin-top: 10%;}

.div-sheji-dynamics {padding: 0 0 4%;overflow: hidden; margin:5% auto; width:90%; max-width:1600px;}
.sheji_left {width: 65.777%; float:left;}
.sheji_right {width: 31.11%;margin-right: 0;float:right;}
.sheji-dynamics-list {overflow: hidden;}
.sheji-dynamics-item {float: left;width: 100%;margin-bottom: 3%;}
.sheji-dynamics-item a{display: block;position: relative;}
.sheji-dynamics-item .img {overflow: hidden;}
.sheji-dynamics-item .text {padding: 2% 0;overflow: hidden;}
.sheji-dynamics-item .title-1 {overflow: hidden;font-weight: bold; margin-top:10px; margin-bottom:20px;}
.sheji-dynamics-item .text-1 {color: #666666;min-height: 50px;}
.sheji-dynamics-item .detail-1,.tuijian a .detail-1{margin-top: 8%;color: #e60012;position: relative;display: inline-block;}
.sheji-dynamics-item .detail-1::after,.tuijian a .detail-1::after {content: '';width: 6px;height: 10px;position: absolute;right: -15px;top: 50%;margin-top: -5px;background: url('../images/r3.png') center no-repeat;}
.sheji-dynamics-item a:hover .img .pic{transform: scale(1.05);}
.sheji-dynamics-item a:hover .title-1 {color: #e60012;}
.sheji-dynamics-item .tuji{margin:10px auto; display:flex; gap:10px;}
.linex-1 {width: 100%;height: 1px;clear: both;background: #ccc;opacity: .5;margin: 3% 0;}
.sheji-dynamics-item .return-page{margin-top: 1%;}
.sheji_right .title-1 {overflow: hidden;font-weight: bold; margin-top:10px; margin-bottom:20px;}
.tuijian{width:100%;}
.tuijian a{display:flex; flex-wrap:nowrap; gap:10px; margin-bottom:20px;}
.tuijian a .img{width:40%;}
.tuijian a .text{width:55%;}
.tuijian a:hover .text-1{color:#e60012;}



/* news */
.div-industry-dynamics {padding: 0 0 4%;overflow: hidden;}
.industry-dynamics-list {overflow: hidden;width:90%; max-width:1600px;margin: auto;}
.industry-dynamics-item {float: left;width: 31.333%;margin-right: 3%;margin-bottom: 3%;}
.industry-dynamics-item:nth-child(3n+3) {margin-right: 0;}
.industry-dynamics-item2{width: 46%;margin:2%; background:#fff; border-radius:20px; overflow: hidden;}
.industry-dynamics-item2:nth-child(3n+3){margin-right: 2%;}
.industry-dynamics-item a{display: block;position: relative;}
.industry-dynamics-item .img {overflow: hidden;}
.industry-dynamics-item .text {padding: 5% 0;overflow: hidden;}
.industry-dynamics-item2 .text {padding: 5%;overflow: hidden;}
.industry-dynamics-item .title-1 {overflow: hidden;font-weight: bold; margin-top:10px; color:#000}
.industry-dynamics-item .text-1 {margin-top: 3%;color: #666666;}
.industry-dynamics-item .text-2 {margin-top: 2%;color: #666666;}
.industry-dynamics-item .detail-1 {margin-top: 8%;color: #e60012;position: relative;display: inline-block;}
.industry-dynamics-item .detail-1::after {content: '';width: 6px;height: 10px;position: absolute;right: -15px;top: 50%;margin-top: -5px;background: url('../images/r3.png') center no-repeat;}
.industry-dynamics-item a:hover .pic{transform: scale(1.05);}
.industry-dynamics-item a:hover .title-1 {color: #e60012;}
.industry-dynamics-item.idi1 {width: 65.777%;}
.industry-dynamics-item.idi1 .text {position:absolute ;left: 5%;bottom: 0;width: 80%;z-index: 11;color: #fff;}
.industry-dynamics-item.idi1 .text .text-1 {margin-top: 1.5%;color: #fff;}
.industry-dynamics-item.idi1 .text .detail-1 {display: none;}
.industry-dynamics-item.idi1 a:hover .title-1 {color: #fff;}
.industry-dynamics-item.idi2 {width: 31.11%;margin-right: 0;}
.linex-1 {width: 100%;height: 1px;clear: both;background: #ccc;opacity: .5;margin: 3% 0;}
.div-industry-dynamics .return-page{margin-top: 1%;}
.x9{margin:3% auto;}
.x9 .red{color:#e60012;}

.div-customer-cases {overflow: hidden;}
.customer-cases-nav {position: relative;overflow: hidden;border-bottom: 1px solid #e7e7e7;text-align: center;}
.customer-cases-nav a{color: #999999;position: relative;display: inline-block;vertical-align: middle;}
.customer-cases-nav a::before {content: '';width: 4px;height: 4px;display: inline-block;vertical-align: middle;background: #ccc;margin: 0 20px;}
.customer-cases-nav a.cur span{color: #e60012;}
.customer-cases-nav a:first-child::before {display: none;}
.customer-cases-nav span {display: inline-block;vertical-align: middle;position: relative;padding:25px 0;}
.customer-cases-nav span::after {content: '';width: 100%;height: 3px;background: #e60012;position: absolute;left: 0;bottom: 0;z-index: 1;display: none;}
.customer-cases-nav a.cur span::after {display: block;}
.customer-cases-nav a:hover span{color: #e60012;}
.customer-cases-nav a:hover span::after {display: block;}
.customer-cases-bottom {overflow: hidden;padding: 4% 0;background: #f7f8fa;}
.customer-cases-list {width:90%; max-width:1600px;margin: auto;}
.customer-cases-list .customer-stories-item {width: 31.333%;float: left;margin-right: 3%;margin-bottom: 3%;}
.customer-cases-list .customer-stories-item.mr0 {margin-right: 0;}
.customer-cases-list .customer-stories-item .more-2 { width: 40px;height: 40px;}

.div-news-detail {margin-top: 80px;padding: 5% 0 0 0;background: #f7f8fa;}
.news-detail-top {width: 60%;margin: auto;position: relative;}
.news-detail-top .title-2{font-weight: bold;padding-bottom: 2%;border-bottom: 1px solid #dee3ef;}
.news-detail-top .title-bottom-1{padding: 2% 0;position: relative;}
.news-detail-top .title-bottom-1 span {color: #999;}
.news-detail-center {padding: 0;overflow: hidden;position: relative;width: 60%;margin: auto;}
.news-detail-center a{color: #e60012;}
.news-detail-center img {max-width: 100%;}
.news-detail-bottom {border-top: 1px solid #dedfe1;clear: both;padding: 1.5% 0;overflow: hidden;position: relative;width: 60%;margin: auto;margin-top: 3%;}
.news-detail-bottom a {display: block;}
.news-detail-bottom a i {width: 40px;height: 40px;display: inline-block;vertical-align: middle;border: #e60012 1px solid;}
.news-detail-bottom a span {display: inline-block;vertical-align: middle;margin: 0 15px;color: #e60012;}
.news-detail-bottom a.news-prev {float: left;text-align: left;}
.news-detail-bottom a.news-next {float: right;text-align: right;}
.news-detail-bottom a.news-prev i {background: url('../images/l3.png') center no-repeat;}
.news-detail-bottom a.news-next i {background: url('../images/r3.png') center no-repeat;}
.news-detail-bottom a.news-return {position: absolute;left: 50%;top: 50%;text-align: center;transform: translate(-50%,-50%);}
.news-detail-bottom a.news-prev:hover i {background: url('../images/l2.png') center no-repeat #e60012;}
.news-detail-bottom a.news-next:hover i {background: url('../images/r2.png') center no-repeat #e60012;}
.div-news-detail-other {padding: 4% 0 2% 0;overflow: hidden;border-top: 1px solid #dedfe1;background: #f7f8fa;}
.news-detail-other-top {overflow: hidden;width:90%; max-width:1600px;margin: auto;}
.news-detail-other-bottom {width:90%; max-width:1600px;margin: auto;margin-top: 3%;}
.title-bottom-1 .share-1 {position: absolute;right: 0;top: 50%;transform: translateY(-50%);z-index: 111;}
.social-share{display: block;position: relative;z-index: 1111;}
.social-share a{position:relative;text-decoration:none;margin:3px;display:inline-block;outline:none}
.social-share .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:1111;top:30px;left:-84px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.social-share .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.social-share .icon-wechat .wechat-qrcode.bottom:after{display:none}
.social-share .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.social-share .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:10px auto}
.social-share .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.social-share .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.social-share .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.social-share .icon-wechat:hover .wechat-qrcode{display:block}
.social-share-icon {display: block;width: 32px;height: 32px;position: relative;opacity: .2;}
.social-share-icon:hover {opacity: 1;}
.return-1 {position: absolute;left: 10%;top: 18%;z-index: 11;}
.return-1 a{display: block;width: 80px;height: 80px;border-radius: 100%;background: url('../images/l5.png') center no-repeat;box-shadow: 0px 10px 60px 0px rgba(9, 19, 45, 0.08);}
.return-1 a:hover {background: url('../images/l4.png') center no-repeat #e60012;}


.div-cases-windows {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 2111;transform: scale(0);transition:all .4s ease;}
.div-cases-windows.cur {transform: scale(1);}
.cases-windows-show {width: 66%;left: 50%;top: 50%;background: #fff;padding: 1.5% 3% 2% 3%;box-sizing: border-box;z-index: 11;position: absolute;transform: translate(-50%,-50%);}
.cases-windows-show.cur {display: block;}
.div-cases-mark {background: #000f33;opacity: .3;width: 100%;height: 100%;z-index: 1;left: 0;top: 0;}
.cases-windows-detail {position: relative;padding-top: 40px;overflow: hidden;}
.cases-windows-detail-left {float: left;width: 50%;position: relative;}
.cases-windows-detail-right {float: left;padding-left: 5%;width: 45%;}
.cases-windows-detail-right .text-1 {color: #999;margin-top: 15%;}
.cases-windows-detail-right .title-1 {position: relative;padding-top: 3%;}
.cases-windows-detail-right .title-1::after {content: '';width: 100%;height: 2px;background: #e6e6e6;position: absolute;left: 0;bottom: 0;}
.cases-windows-detail-right .title-1 strong {display: inline-block;position: relative;padding-bottom: 5%;}
.cases-windows-detail-right .title-1 strong::before {content: '';width: 100%;height: 2px;background: #e60012;position: absolute;left: 0;bottom: 0;z-index: 11;}
.cases-windows-detail-right .text-2  {color: #666666;padding-top: 3%;}
.cases-ctrl {position: absolute;right: 0;bottom: 0;z-index: 111;background: #002f93;text-align: right;padding-left: 5%;}
.cases-ctrl * {user-select:none;outline: none;}
.swiper-cases-prev,.swiper-cases-next {display: inline-block;vertical-align: middle;position: relative;left: auto;right: auto;top: auto;bottom: auto;margin: auto;opacity: 1;width: 60px;height: 60px;}
.swiper-cases-prev::after,.swiper-cases-next::after {display: none;}
.cases-pagination {display: inline-block;vertical-align: middle;left: auto;right: auto;top: auto;bottom: auto;margin: auto;opacity: 1;width: auto;position: relative;color: #fff;margin-right: 20px;}
.swiper-cases-prev {background: url('../images/l2.png') center no-repeat;}
.swiper-cases-next {background: url('../images/r2.png') center no-repeat;}
.swiper-cases-prev::before,.swiper-cases-next::before {content: '';width: 1px;height: 60%;position: absolute;left: 0;top: 20%;background: #fff;opacity: .1;}
.cases-anibar {position: absolute;width: 100%;left: 0;top: 0;z-index: 11;}
.cases-anibar .anibar-1{clear: both;position: relative;left: auto;width: 28%;margin-left: 35%;}
.cases-anibar .anibar-1 i{background: #8f00d2;display: block;width: 100%;height: 40px;}
.cases-anibar .anibar-2{width: 40px;float: right;clear: both;margin-right: 33.5%;margin-left: 40px;}
.cases-anibar .anibar-2 i{display: block;width:100%;height:40px;background: #2380ff;}

 



/* contact */
.div-contact-us {padding: 3% 0 0 0;overflow: anibar-1;}
.contact-us-top {width:90%; max-width:1600px;margin: auto;}
.contact-us-top .title-1 {font-weight: bold;border-bottom: 2px solid #000;padding: 2% 0;overflow: hidden;}
.contact-us-center {width:90%; max-width:1600px;margin: auto;padding: 3% 0;overflow: hidden;}
.contact-us-item {float: left;width: 28%;margin-right: 8%;margin-bottom: 3%;}
.contact-us-item.mr0 {margin-right: 0;}
.contact-us-item .icon-1{position: relative;width: 80px;height: 90px;}
.contact-us-item .icon-1 img {right: auto;}
.contact-us-item .text{padding: 25px 0;border-top: 2px solid #e5e5e5;margin-top: 10px;}
.contact-us-item .text-1 {font-family: 'Manrope-Bold';}
.contact-us-item .text-2 {margin-top: 10px;color: #999999;}
.contact-us-item .item-2 {float: left;width: 50%;position: relative;}
.contact-us-item .item-2::after {content: '';width: 1px;height: 100%;position: absolute;right: 15%;top: 0;background: #ccc;opacity: .3;}
.contact-us-item .item-2:last-child::after {display: none;}
.contact-us-item:last-child {width: 100%;}
.div-feedback {width: 50%;margin: auto;padding: 5% 0;overflow: hidden;}
.feedback-top {text-align: center;}
.feedback-top a{position: relative;}
.feedback-top a::after {content: '';width: 100%;height: 1px;background: #000;position: absolute;left: 0;bottom: 3px;}
.feedback-center {padding: 5% 0;overflow: hidden;width: 75%;margin: auto;}
.feedback-from {overflow: hidden;}
.feedback-from .item-1 {margin-bottom: 4%;}
.feedback-from .item-1 .title-1{padding-bottom: 1%;}
.feedback-from .more-1{clear: both;position: relative;left: auto;right: auto;top: auto;margin: auto;}
.feedback-from .more-1 a {padding-left: 50px;margin: auto;}

.div-careers {overflow: hidden;background: #f7f8fa;}
.div-careers .customer-cases-nav {background: #fff;}
.div-careers-list {padding: 4% 0;width:90%; max-width:1600px;margin: auto;}
.div-careers-item {float: left;width: 31.333%;margin-right: 3%;margin-bottom: 3%;}
.div-careers-item.mr0 {margin-right: 0;}
.div-careers-item a{display: block;background: #fff;position: relative;overflow: hidden;}
.div-careers-item .pic {overflow: hidden;}
.div-careers-item .text {position: absolute;left: 10%;top: 10%;width:80%;z-index: 11;color: #000;}
.div-careers-item .title-1 {overflow: hidden;background: url('../images/rt1.png') right center no-repeat;font-weight: bold;}
.div-careers-item .text-1 {margin-top: 5%;color: #999999;}
.div-careers-item .detail-1 {position: absolute;left: 10%;bottom: 2%;width: 80%;z-index: 11;border-top: 1px solid #e8e8e8;padding: 4% 0;}
.div-careers-item .detail-1 span{display: block;}
.div-careers-item .detail-1 i{display: block;width: 6px;height: 17px;background: url('../images/r3.png') center no-repeat;position: absolute;right:0;top: 50%;margin-top: -8px;filter: grayscale(100%);}
.div-careers-item a:hover {background: #e60012;box-shadow: 0px 40px 100px 0px rgba(0, 23, 77, 0.4);}
.div-careers-item a:hover .title-1 {background: url('../images/fz2.png') right center no-repeat;color: #fff;}
.div-careers-item a:hover .detail-1 span {color: #fff;}
.div-careers-item a:hover .detail-1 i{background: url('../images/r2.png') center no-repeat;}

.div-careers-windows {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 2111;transform: scale(0);transition:all .4s ease;} 
.div-careers-windows.cur {transform: scale(1);}
.div-careers-mark {background: #000f33;opacity: .3;width: 100%;height: 100%;z-index: 1;position: absolute;left: 0;top: 0;}
.careers-windows-show {width: 31%;left: 50%;top: 50%;background: #fff;padding: 3% 3% 2% 3%;box-sizing: border-box;z-index: 11;position: absolute;transform: translate(-50%,-50%);}
.careers-windows-show.cur {display: block;}
.careers-windows-show .title-1{text-align: center;padding-bottom: 3%;}
.careers-windows-show .text-1{text-align: center;color: #999999;padding-bottom: 6%;}
.careers-windows-show .input-2 {margin-bottom: 2%;}
.careers-windows-show .input-2 .input1{background: #f7f8fa;border: none;}
.careers-windows-show .upload-2 {position: relative;}
.careers-windows-show .upload-2 .text-1{text-align: left;padding-bottom: 2%;margin-top: 4%;}
.careers-windows-show .upload-2 .text-1 strong{color: #1a1a1a;margin: 0;padding: 0;}
.careers-windows-show .upload-2 .text-1 span{margin-left: 10px;}
.careers-windows-show .upload-2 .input-1{position: relative;}
.careers-windows-show .upload-2 .input-1 .button1{position: absolute;right: 1%;top: 10%;width:100px;height:80%;z-index: 11;border: none;background: #e60012;color: #fff;cursor: pointer;}
.careers-windows-show .upload-2 .input-1 .button1:hover {background: #0058d3;}
.careers-windows-show .input-2 a {display: block;background: #e60012;color: #fff;text-align: center;margin-top: 3%;padding: 3% 0;}
.careers-windows-show .input-2 a:hover {background: #0058d3;}
.close-1 {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;transform: rotate(45deg);z-index: 20;}
.close-1::after,.close-1::before {content: '';background: #000;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.close-1:hover {opacity: 0.5;}
.close-1::after {width: 26px;height: 2px;}
.close-1::before {width: 2px;height: 26px;}
.careers-detail-center {color: #666666;width: 60%;margin: auto;position: relative;overflow: hidden;padding: 3% 0;}
.careers-detail-center ul{list-style: none;margin: 0;padding: 0;}
.careers-detail-center ul li{color: #666666;list-style: none;margin: 0;padding: 0;padding-left: 20px;position: relative;}
.careers-detail-center ul li::before {content: '';width: 6px;height: 6px;position: absolute;left: 0;top: 12px;background: #999999;}
.careers-title {font-weight: bold;color: #000;display: block;padding-bottom: 1%;}
.news-detail-top .more-1{bottom: auto;top: 50%;transform: translateY(-50%);}
.div-news-detail.careers-detail {position: relative;}
.div-news-detail.careers-detail .news-detail-top {padding-bottom: 1.5%;}
.div-news-detail.careers-detail .news-detail-top .title-2 { padding-bottom: 0;border-bottom: none;}
.div-news-detail.careers-detail .news-detail-top::after {content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #dedfe1;}
.div-news-detail.careers-detail .news-detail-top::before {content: '';width: 47%;height: 2px;position: absolute;left: 0;bottom: 0;background: #e60012;z-index: 11;}



/* service */
.div-service-network {padding: 2%;overflow: hidden;}
.service-network-map{position: relative;overflow: hidden;}
.service-network-add-list {position: absolute;z-index: 111;width: 20%;overflow: hidden;left: 8%;top: 50%;transform: translateY(-50%);}
.service-network-add-list .title-1{overflow: hidden;}
.service-network-add-list .add-list{margin-top: 10%;height: 345px;overflow: auto;padding-right: 10%;}
.service-network-add-list .add-list::-webkit-scrollbar{height:4px; width:3px; }
.service-network-add-list .add-list-item{overflow: hidden;padding: 8% 0;border-bottom: 1px solid #e5e5e5;display: block;margin-top: 3%;}
.service-network-add-list .add-list-item:last-child {border: none;}
.service-network-add-list .icon-1{overflow: hidden;}
.service-network-add-list .icon-1 img {filter: grayscale(100%);}
.service-network-add-list .title-2{font-weight: bold;margin-top: 1%;}
.service-network-add-list .text-1{color: #999999;margin-top: 3%;}
.service-network-add-list .add-list-item.cur .icon-1 img {filter:none;}
.service-network-add-list .add-list-item.cur .title-2 {color: #e60012;}
.service-network-add-list .add-list-item.cur .text-1{color: #e60012;}
.network-add-list {background: #fff;padding:15% 5% 10% 15% ;}

.div-service-cooperation {padding: 4% 0 6% 0;overflow: hidden;}
.cooperation-from {width: 62%;margin: auto;text-align: center;}
.cooperation-from .title-1 {overflow: hidden;}
.cooperation-from-list {margin-top: 5%;text-align: left;}
.cooperation-from-list .item-1{text-align: left;}
.cooperation-from-list .item-1 .title-1 {padding-bottom: 1%;}
.cooperation-from-list .list-2 {overflow: hidden;margin-bottom: 2%;}
.cooperation-from-list .list-2 .item-1{float: left;width: 49.5%;}
.cooperation-from-list .list-2 .item-1:last-child {float: right;}
.cooperation-from-list .more-1 {position: relative;clear: both;left: auto;top: auto;bottom: auto;right: auto;margin-top: 3%;}
.cooperation-from-list .more-1 a {margin: auto;padding-left: 50px;}
.cooperation-from-list .select-1 {width: 100%;position: relative;}
.select1 {display: block;width: 100%;border: 1px solid #ccc;padding: 16px 20px;box-sizing: border-box;background: none;-webkit-appearance:none;position: relative;color: #999999;}
.select-1::after {content: '';width: 6px;height: 17px;position: absolute;right: 5%;top: 50%;background: url('../images/r3.png') center no-repeat;transform: translateY(-50%) rotate(90deg);filter: grayscale(100%);}
.eyou_form_attr{margin-bottom:15px;}
.eyou_form_text,.eyou_form_textarea,.eyou_form_select{display: block; border: 1px solid #ccc;padding: 16px 20px; box-sizing: border-box; background: #fff; width: 100%; outline: none;}
.eyou_form_btn{display: block; width: 200px; height: 55px; line-height: 55px; background: #e60012;position: relative;color: #fff; box-sizing: border-box;    font-size: 20px; border:0px; margin-top:20px;}
.eyou_form_btn:hover{background:#85bc40;}
/*.eyou_form_btn:before { content: '';  width: 1px; height: 100%; position: absolute; right: 20%;  top: 0; background: #fff; opacity: .5;}
.eyou_form_btn:after { content: ''; width: 6px; height: 10px; position: absolute; right: 8.5%; top: 50%; margin-top: -5px;  background: url(../images/r2.png);}*/


.galleryOverlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; z-index: 100000; background-color: rgba(0,0,0,.7);  overflow: hidden; display: none; -moz-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.galleryOverlay.visible { opacity: 1; }
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url("../images/loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;transform: rotate(45deg);}
.closed::after,.closed::before {content: '';background: #fff;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.closed:hover {opacity: 0.5;}
.closed::after {width: 26px;height: 2px;}
.closed::before {width: 2px;height: 26px;}




@keyframes bigimgani{0%{transform:scale(1.1);} 100%{transform:scale(1.0);}}
@keyframes fadesandan{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{width: 0;}100%{width: 100%;}}
.fadesandan{-webkit-animation-name:fadesandan;animation-name:fadesandan;-webkit-animation-duration:.9s;animation-duration:.9s}
@keyframes turnrotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);}25%{-webkit-transform:translate(-50%,-50%) rotate(90deg);}50%{-webkit-transform:translate(-50%,-50%) rotate(180deg);}75%{-webkit-transform:translate(-50%,-50%) rotate(270deg);}100%{-webkit-transform:translate(-50%,-50%) rotate(360deg);}}
 


@media screen and (max-width: 5120px) {
	.honors-qualifications-item .honors-1 img {max-width: 100%;max-height: 220px;}
}
@media screen and (max-width: 3840px) { 
	
}
@media screen and (max-width: 2560px) {
	
}
@media screen and (max-width: 2048px) {
	
}
@media screen and (max-width: 1920px) {	
	 
}
@media screen and (max-width: 1680px) {
	.honors-qualifications-item .honors-1 img {max-height: 140px;}
}
@media screen and (max-width: 1440px) {
	.index-banner-item .title-1 {line-height: 40px;}
	.scroll-center::after {width: 420%;}
	.number-prevnext {margin-top: -11.5px;}
	.header-content {height: 60px;}
	.header-nav-show {top: 60px;}
	.header-nav ul li a.nav {line-height: 60px;}
	.header-logo {transform: translateY(-40%);}
	.header-xiala-show {top: 60px;width: 160px;left: -25px;} 
	.nav-product-show-list {width: 70%;}
	.header-xiala-show a {padding: 6% 0;}
	.more-1 a {width: 160px;height: 45px;line-height: 45px;padding-left:30px;}
	.div-banner-top .text {width: 35%;}
	.div-banner-top .kuai-1,.div-banner-top .tiao-2 {height: 40px;}
	.div-banner-top .tiao-2 {margin-right: -40px;width: 40px;}
	.div-banner-top .kuaitiao-1 {right: -100px;top: -40px;}
	.div-animation-bar .anibar-1 i,.div-animation-bar .anibar-2 i,.div-animation-bar .anibar-3 i,.div-animation-bar .anibar-4 i,.solution-animation-bar .anibar-1 i,.solution-animation-bar .anibar-2 i,.solution-animation-bar .anibar-3 i,.solution-animation-bar .anibar-4 i {height: 46px;}
	.div-animation-bar { margin-top: -46px;}
	.enterprise-concept-text {padding-top: 10%;}
	.corporate-culture-item .icon-1 {width: 90px;height: 90px;}
	.corporate-culture-item .text-1 {width: 80%;margin: 3% auto;}
	.corporate-culture-item .title-1 {margin-top: 20%;}
	.honors-qualifications-item .honors-1 img {max-height: 140px;}
	.return-page a.prev, .return-page a.next {width: 46px;height: 46px;}
	/*.div-product-item .product img{max-height: 50%;}
	.div-product-item .product {height: 55%;}*/
	.div-product-item .text {width: 90%;}
	.div-product-item .text-1 li {font-size: 14px;}
	.div-product-item .text-1 li::before {top: 9px;}
	.div-consulting-service .tel-1,.div-consulting-service .text-2 {line-height: 45px;}
	.wxewm-show {width: 140px;height: 148px;background-size: 100%;}
	.div-solution-nav .icon-1 {width:45px;height: 45px;}
	.scheme-advantages-item .icon-3 {width:65px;height: 65px;}
	.system-architecture-bottom img{max-width: 100%;}
	.input1, .textarea1 {padding: 12px 15px;}
	.test-account-application-from .more-1 a,.feedback-from .more-1 a,.cooperation-from-list .more-1 a {padding-left: 40px;}
	.solution-detail-pic {width: 80%;margin: auto;margin-top: 5%;}
	.solution-detail-li {width: 50%;}
	.solution-detail-li .item-1 a {padding: 1% 0;}
	.solution-detail-li .item-1:first-child {margin-top: 0;}
	.data-management-subsystem {width: 25.5%;}
	.data-management-subsystem .icon-1 {width: 70px;height: 70px;margin-top: 10%;}
	.swiper-achievements-prev, .swiper-achievements-next {width: 43px;height: 43px;}
	.digital-achievements-display-top {padding-bottom: 3%;}
	.digital-achievements-display-swiper {padding: 1% 0 9% 0;}
	.utc-training-banner .title-1 strong {font-size: 100px;}
	.return-1 a {width: 60px;height: 60px;}
	.div-news-detail {margin-top: 60px;}
	.contact-us-item .icon-1 {width: 60px;height: 70px;}
	.contact-us-item .item-2::after {display: none;}
	.network-add-list {padding: 10%;}
	.header-nav ul li {margin-left: 40px;}
	.cases-windows-show {width: 80%;}
	.swiper-cases-prev, .swiper-cases-next {width: 40px;height: 40px;}
	.service-network-add-list .add-list{margin-top: 5%;height: 300px;}
	
}
@media screen and (max-width: 1366px) {
	.nav-product-show-list {width: 80%;}
	.scroll-center::after {width: 390%;}
	.header-nav ul li {margin-left: 30px;} 
}
@media screen and (max-width: 1280px) {
	.nav-product-show-list {width: 90%;}
	.scroll-center::after {width: 360%;}
	.div-aboutus-left .text {margin-top: 10%;}
	.div-aboutus-left {width: 40%;margin-left: 5%;}
	.honors-qualifications-item .honors-1 img {max-height: 100px;}
	.system-architecture-bottom {width: 90%;margin: auto;margin-top: 5%;}
	.scheme-advantages-item {width: 29%;padding: 0 2%;}
	.return-1 {left: 5%;}
	.careers-windows-show {width: 40%;}
	.blank-large{height:60px;}
	.footer-content-middle{gap:20px;}
}
@media screen and (max-width: 1152px) {
	.nav-product-show-list,.feedback-center {width: 100%;}
	.scroll-center::after {width: 300%;}
	.service-network-add-list {left: 5%;}
	.header-content,.index-customer-stories-top,.index-customer-stories-bottom,.index-industry-trends-top,.index-industry-trends-center,.index-industry-trends-bottom,.industry-logo-swiper,.footer-content-top,.footer-content-bottom ,.enterprise-concept-top,.honors-qualifications-list,.div-product-list,.div-product-top,.supporting-facilities-top,.supporting-facilities-list,.div-application-scenario,.div-service-process,.div-service-content-top,.digital-achievements-display-top,.digital-achievements-display-bottom,.industry-dynamics-list,.news-detail-other-bottom,.news-detail-other-top,.customer-cases-list,.contact-us-top,.contact-us-center,.div-careers-list{width: 90%;}
	.course-content-item .text-1{margin-top: 2%;color: #666666; max-height:90px; overflow:hidden;}
}
@media screen and (max-width: 1024px) {
	.scroll-center::after {width: 230%;}
	.footer-nav ul{margin-left:5%;}
}
@media screen and (max-width: 980px) {
	.header-nav,.number-prevnext,.scroll-center,.left-pagination::before,.index-customer-stories-top .more-1,.industry-trends-item a::after,.div-product-item .pic,.div-consulting-service .img,.scheme-advantages-item::after,.achievements-pagination,.customer-cases-nav a::before,.return-1{display: none;}
	.header-logo {  width: 30%; transform: translateY(-20%);  top: 25%; }

	.left-pagination {left: 0;width: 100%;}
	.index-scope-business,.index-customer-stories ,.index-industry-trends,.div-enterprise-concept,.div-cooperative-partner,.div-honors-qualifications,.div-product,.digital-achievements-display{padding: 10% 0;}
	.index-scope-business .title-1,.index-customer-stories-top .text-1 {font-size: 20px;line-height:30px;}
	.scope-business-item,.customer-stories-item,.index-industry-trends-item .text,.index-industry-trends-item .img,.industry-trends-item,.div-aboutus-right,.enterprise-concept-left,.corporate-culture-item,.honors-qualifications-item ,.system-solution-item,.application-scenario-item,.from-item-3 .item-3,.service-content-right,.div-service-content-top .class-1,.service-content-right li,.data-management-subsystem,.solution-faq-item,.customer-cases-list .customer-stories-item,.industry-dynamics-item,.contact-us-item,.div-careers-item,.cooperation-from-list .list-2 .item-1{float: none;width:100%;margin-right: 0;}
	.footer,.div-system-architecture,.div-application-scenario,.div-contact-us,.div-careers-list,.div-feedback {padding: 10% 0 ;}
	.div-solution-nav,.news-detail-top .title-bottom-1 ,.news-detail-bottom{padding: 5% 0 ;}
	.footer-content-bottom .niego-1 {position: relative;right: auto;top: auto;transform: none;}
	.customer-stories-item,.application-scenario-item,.from-item-3 .item-3,.div-service-content-top .class-1{margin-bottom: 4%;}
	.div-aboutus-right .pic,.corporate-culture-item,.cooperation-from-list .list-2 .item-1{margin-top: 5%;}
	.industry-trends-item.mr0 .title-1 {padding-left: 0;width: 80%;}
	.industry-trends-item a:hover .date-1,.industry-trends-item a .date-1 {right: 0;}
	.div-banner-top .pic img{max-width: 200%;width: 200%;}
	.div-solution-item .pic img{max-width: 300%;width: 300%;}
	.contact-us-item {overflow: hidden;}
	.solution-detail-center .pic img{max-width: 300%;width: 300%;}
	.div-consulting-service .img img{max-width: 500%;width: 500%;}
	.div-banner-top .text {width: 70%;}
	.system-solution-top ,.scheme-advantages-item ,.solution-detail-top .class-1{width: 80%;margin: auto;}
	.scheme-advantages-item,.digital-achievements-display-bottom {margin-top: 15%;}
	.div-aboutus-left,.news-detail-top,.news-detail-center,.news-detail-bottom ,.div-feedback{width: 90%;overflow: hidden;}
	.div-banner-top .title-2 {font-size: 20px;}
	.div-banner-top .kuai-1, .div-banner-top .tiao-2 {height: 30px;}
	.div-banner-top .kuaitiao-1 {top: -30px;width:50%;right: -50px;}
	.div-animation-bar {margin-top: -2px;}
	.div-animation-bar .anibar-1 {width: 30%;}
	.cooperative-partner-list {display: block;}
	.solution-detail-li {right: 5%;top: 30%;width: 90%;}
	.solution-detail-center .class-1 {left: 5%;}
	.enterprise-concept-right{float: none;width: 90%;margin-left: 5%;}
	.div-animation-bar .anibar-1 i ,.div-animation-bar .anibar-2 i,.div-animation-bar .anibar-3 i,.div-animation-bar .anibar-4 i,.solution-animation-bar .anibar-1 i,.solution-animation-bar .anibar-2 i,.solution-animation-bar .anibar-3 i,.solution-animation-bar .anibar-4 i{height: 30px;}
	.industry-trends-logo {width: 30%;display: inline-block;vertical-align: top;}
	.header.scroll-top .menu-toggle span.hamburger, .detail .header .menu-toggle span.hamburger,
	.header.scroll-top .menu-toggle span.hamburger:after,.detail .header .menu-toggle span.hamburger:after,
	.header.scroll-top .menu-toggle span.hamburger:before,.detail .header .menu-toggle span.hamburger:before{background: #000;}
	.div-product-item .text {position: relative;left: auto;bottom: auto;padding: 5% 0;width: 100%;}
	.div-product-item .product {position: relative;left: auto;top: auto;width: 100%;background: #f7f8fa;}
	.div-consulting-service .title-1 {text-align: center;width: 90%;left:auto;transform: none;top:auto;margin: auto;}
	.div-consulting-service .text,.div-consulting-service .title-1 {right: auto;top: auto;transform: none;text-align: center;width: 90%;position: relative;margin: auto;}
	.div-consulting-service .text * {clear: both;}
	.div-consulting-service .text .text-1{display: block;}
	.div-consulting-service .text-2 {margin-left: auto;margin-top: 5%;}
	.div-consulting-service .tel-1 {margin-left: auto;margin-top: 5%;clear: both;}
	.div-consulting-service {background: url('../images/bg2.jpg') center; background-size: cover;padding: 20% 0;}
	.wxewm-show {right: auto;left: 50%;transform: translateX(-50%);}
	.div-solution-nav .icon-1 {width: 35px;height: 35px;}
	.div-solution-nav a {width: 18%;}
	.div-solution-item .text {width: 90%;left: 5%;}
	.system-solution-item .text {left: 5%;top: 10%;width: 90%;}
	.system-solution-item .more-3 {left: 5%;}
	.test-account-application-bottom {margin-top: 0;width: 100%;}
	.auxiliary-analysis-box,.auxiliary-analysis-left,.auxiliary-analysis-right,.auxiliary-analysis-subsystem-center,.solution-faq-list,.industry-dynamics-item.idi1,.industry-dynamics-item.idi2,.careers-windows-show,.network-add-list,.cooperation-from{width: 100%;}
	.test-account-application-from {width: 100%;box-sizing: border-box;}
	.auxiliary-analysis-left,.auxiliary-analysis-right {position: relative;left: auto;top: auto;right: auto;bottom: auto;transform: none;}
	.solution-faq-item {margin-top: 5%;}
	.industry-dynamics-item .text-1 {min-height: auto;}
	.customer-cases-nav a {padding: 0 5px;}
	.service-network-map,.div-service-cooperation,.registration-conditions,.enrollment-process {padding: 15% 0;}
	.service-network-add-list .add-list {margin-top: auto;}
	.div-service-cooperation {width: 90%;margin: auto;}
	.network-add-list,.service-network-add-list {position: relative;left: auto;padding: 0;width: 100%;transform: none;}
	.industry-logo-swiper .industry-trends-logo,.course-content-item .pic {width: 100%;overflow: hidden;}
	.course-content-item.fr .absolute{left:0px;}
	.course-content-item .absolute {position: relative;right: auto;width: 100%;top:auto;height: 100%;overflow: hidden;}
	.course-content-item .text {position: relative;left: auto;top: auto;transform:none;width: 90%;padding: 5%;overflow: hidden;}
	.utc-training-banner .title-1 {width: 100%;text-align: center;}
	.registration-conditions-item .icon-1 {width: 50px;height: 50px;}
	.utc-training-banner .title-1 strong {font-size: 80px;}
	.registration-conditions-item {width: 30%;}
	.certificate-style .class-1 {top: 5%;}
	.enrollment-process-item {width: 42%;margin: 0 3%;}
	.enrollment-process-item .yuan-1 {position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);}
	.enrollment-process-item:nth-child(2) .yuan-1 span::before, .enrollment-process-item:nth-child(4) .yuan-1 span::before, .enrollment-process-item:nth-child(6) .yuan-1 span::before, .enrollment-process-item:nth-child(8) .yuan-1 span::before {top: -15px;bottom: auto;opacity: 1;}
	.enrollment-process-item .absolute.opacity0,.enrollment-process-item .yuan-1::after {display: none;}
	.auxiliary-analysis-item {width: 48%;margin: 1%;float: left;}
	.solution-faq-list {margin-top: 10%;overflow: hidden;padding-bottom: 10%;}
	.solution-faq-item {float: left;width: 48%;margin: 1%;}
	.utc-training-banner .text-2 ,.cases-windows-detail-left,.cases-windows-detail-right{width: 100%;}
	.cases-windows-show {width: 100%;height: 100%;left: 0;top: 0;transform: none;}
	.cases-windows-detail-right {padding: 5% 0 ; }
	.cases-anibar {display: none;}
	.close-1 {top: 1%;}
	.cases-windows-detail-right .text-1 {margin-top: 1%;}
	.service-network-add-list .add-list {height: auto;}
	.service-networkmap {position: relative!important;left: auto!important;top: auto!important;}
	.mapshow {height: 400px!important;}
	.service-network-map .img-block {display: none;}
	.scheme-advantages-item {width:100%;}
	.div-product-item{width:48%;}
	.application-scenario-item {width:calc(96% / 2); margin-bottom: 2%;}
	.footer-content-middle{gap:20px;}
	
}
@media screen and (max-width: 860px) {
	.pcshow{display: none!important;}
	.mbshow{display: block!important;}
    /*.system-solution-bottom table td{width:100%; display:block;}*/
    .left{float:left; width:100%;}
.right{float:right; width:100%;}

.page-recruitment-list .ablewise-content{flex-direction: column;}
.page-recruitment-list-left{width:100%;}
.page-recruitment-list-right{width:100%;}

.faqbox{flex-direction:column; width:90%;}
.footer-content-middle{width:60%; margin:0 0 20px 0; float:right;}
.footer-content-right{width:100%;}
.footer-nav ul{margin-left:8%;}
	
}

@media screen and (max-width: 640px) {
    .footer-content-left,.footer-content-right{width:100%; text-align:left;}
    .footer-nav{text-align:left; margin-top:5%;display: flex; justify-content: space-between;}
    .tl-item::before{left: -20px;}
    .header-logo { width: 40%; transform: translateY(-20%); top: 30%;}
    .div-product-item{width:100%;}
    .application-scenario-bottom{display:flex; flex-wrap:wrap; flex-direction:space-between; gap:2%;}
    .application-scenario-item {width:100%; margin-bottom: 2%;}
    .x5{width:100%;}
    .x7{width:100%;}
    .product-description .padding-large{padding: 30px 0 0 0px;}
    .product-overview .tab .tab-nav li{width:25%;}
    .sheji_left,.sheji_right{width:100%;}
    .faqlist{flex-wrap:wrap;}
    .faqlist_left{width: 100%;  padding: 5% 3% 5% 3%; margin-right:0px; margin-bottom:2%; text-align:left;}
    .faqlist_right{width: 100%;}
    .footer-content-middle{width:100%; margin:20px 0 20px 0;}
}





/* iPad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
	
}

/* iPad x*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}
/* iPad y */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}











