.cont {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cont .btn .btn_solid {
  transition: all 0.3s;
}
.cont .btn .btn_solid:hover {
  background-color: #1268ec !important;
}
.cont .btn .btn_hollow {
  transition: all 0.3s;
}
.cont .btn .btn_hollow:hover {
  color: #fff !important;
  background-color: #3682f7 !important;
}
.cont .btn .btn_gradient {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.cont .btn .btn_gradient::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #9de866 0%, #46d2b6 30%, #46d2b6 70%, #9de866 100%);
  transition: all 0.5s;
  z-index: -1;
}
.cont .btn .btn_gradient:hover::after {
  right: -100%;
}
.cont .cont_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.cont img {
  display: block;
  width: 100%;
  line-height: 0;
  font-size: 0;
}
.cont .banner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cont .banner .txt {
  position: absolute;
  top: 39%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.cont .banner .txt .tit {
  font-style: italic;
  color: #3682f7;
  font-weight: bold;
  margin-top: 1%;
}
.cont .banner .txt .subtit {
  font-style: italic;
  color: #0c1634;
}
.cont .banner .txt span {
  color: #3682f7;
  font-style: italic;
  display: block;
}
.cont .banner .txt .btn {
  margin-top: 4.1%;
}
.cont .banner .txt .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 16px 50px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.cont .banner .txt .btn a:nth-child(1) {
  background-color: #3682f7;
  margin-right: 17px;
  transition: all 0.3s;
}
.cont .subnav {
  height: 75px;
  width: 100%;
  position: relative;
  z-index: 8;
  margin-top: -12%;
}
.cont .subnav .subnavbg {
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 999;
}
.cont .subnav .subnavbg.on {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 0 8px #e1eaf9;
  height: 75px;
}
.cont .subnav .subnavbg.on .nav_box .subnav_bar {
  box-shadow: none;
  padding: 0;
}
.cont .subnav .subnavbg .nav_box {
  width: 100%;
  height: 100%;
}
.cont .subnav .subnavbg .nav_box .app_nav {
  width: calc(100% - 150px);
}
.cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt {
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar {
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  border-radius: 10px;
  box-shadow: 0 0 31px #e1eaf9;
  box-sizing: border-box;
}
.cont .subnav .subnavbg .nav_box .subnav_bar > div {
  width: calc(100% - 350px);
  display: flex;
  align-items: center;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic {
  display: flex;
  align-items: center;
  color: #0c1634;
  width: 150px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img {
  width: 41px;
  margin-right: 12px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 2%;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li {
  display: inline-block;
  cursor: pointer;
  line-height: 75px;
  margin-left: 5%;
  position: relative;
  padding: 0 5px;
  color: #0c1634;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li:hover {
  color: #3682f7;
  font-weight: bold;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 3px;
  background-color: #3682f7;
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li.on {
  color: #3682f7;
  font-weight: bold;
}
.cont .subnav .subnavbg .nav_box .subnav_bar ul li.on::after {
  display: block;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn {
  width: 350px;
  display: flex;
  justify-content: space-between;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a {
  width: 46%;
  padding: 8px 0;
  border-radius: 100px;
  border: 1px solid #3682f7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a img {
  width: 36px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(1) {
  color: #3682f7;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(1) img {
  width: 33px;
  margin-right: 10px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(1) .c2 {
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(1):hover .c1 {
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(1):hover .c2 {
  display: block;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(2) {
  background-color: #3682f7;
  color: #fff;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p {
  padding: 8px 0;
  border-radius: 100px;
  border: 1px solid #3682f7;
  background-color: #3682f7;
  display: flex;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p img {
  width: 36px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p:nth-child(1) {
  color: #3682f7;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p:nth-child(1) img {
  width: 33px;
  margin-right: 10px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p:nth-child(1) .c2 {
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p:nth-child(1):hover .c1 {
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p:nth-child(1):hover .c2 {
  display: block;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn p:nth-child(2) {
  background-color: #3682f7;
  color: #fff;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn .dow {
  width: 46%;
  position: relative;
  cursor: pointer;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn .dow a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 8px 0;
  background-color: #3682f7;
  border-radius: 100px;
  border: 1px solid #3682f7;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn .dow svg {
  width: 25px;
  height: 25px;
  margin-right: 12px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn .dow img {
  width: 36px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn .link_box {
  position: absolute;
  border-radius: 10px;
  background: #fff;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 10px;
  box-shadow: 0 0 8px #e1eaf9;
  display: none;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn .link_box a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #0c1634;
  border: 0;
  text-align: center;
  padding: 11px 0;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn .link_box a:hover {
  color: #3682f7;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn.page1 a:nth-child(1) {
  color: #fff;
  background-color: #3682f7;
  border-radius: 100px;
  border: 1px solid #3682f7;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn.page1 a {
  transition: all 0.3s;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .btn.page1 a:hover {
  background-color: #1268ec !important;
  border: 1px solid #1268ec !important;
}
.cont .overview {
  margin-top: 6.5%;
  position: relative;
  z-index: 3;
}
.cont .overview .overview_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cont .overview .overview_box .img {
  width: 44.23%;
  box-sizing: border-box;
  border: 14px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.cont .overview .overview_box .img .pic {
  border-radius: 10px;
  overflow: hidden;
}
.cont .overview .overview_box .img .swiper-slide {
  padding-top: 70%;
}
.cont .overview .overview_box .img img {
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}
.cont .overview .overview_box .img .arr {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  right: 8%;
  bottom: 10%;
  backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.45);
}
.cont .overview .overview_box .img .arr svg {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont .overview .overview_box .img .swiper-pagination {
  bottom: -59px;
  left: 0;
  width: 100%;
  text-align: center;
}
.cont .overview .overview_box .img .swiper-pagination span {
  width: auto;
  height: auto;
  white-space: nowrap;
  position: relative;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  margin: 0 4px;
  opacity: 1;
  border-radius: 100px;
  padding: 3px 15px;
  color: #fff;
}
.cont .overview .overview_box .img .swiper-pagination span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 2px;
  background: #fff;
}
.cont .overview .overview_box .img .swiper-pagination span i {
  opacity: 0;
}
.cont .overview .overview_box .img .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #9de866 0%, #46d2b6 30%, #46d2b6 70%, #9de866 100%);
  transition: all 0.5s;
  z-index: -1;
}
.cont .overview .overview_box .img .swiper-pagination span.swiper-pagination-bullet-active:hover::before {
  right: -100%;
}
.cont .overview .overview_box .img .swiper-pagination span.swiper-pagination-bullet-active i {
  opacity: 1;
}
.cont .overview .overview_box .img .swiper-pagination span.swiper-pagination-bullet-active::after {
  display: none;
}
.cont .overview .overview_box .txt {
  width: 50%;
}
.cont .overview .overview_box .txt .tit {
  color: #0c1634;
  font-weight: bold;
  margin-top: 1%;
}
.cont .overview .overview_box .txt .subtit {
  color: #3682f7;
  margin-top: 5%;
  font-weight: bold;
}
.cont .overview .overview_box .txt .des {
  color: #0c1634;
  margin-top: 2.5%;
  line-height: 1.8;
  padding-right: 18% ;
}
.cont .overview .overview_box .txt .btn {
  margin-top: 5%;
}
.cont .overview .overview_box .txt .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 14px 40px;
  border: 1px solid #3682f7;
  color: #3682f7;
}
.cont .overview .overview_box .txt .btn a:nth-child(1) {
  background: #3682f7;
  color: #fff;
  margin-right: 17px;
}
.cont .overview .overview_box .txt ul {
  display: flex;
  color: #0c1634;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 13%;
}
.cont .overview .overview_box .txt ul .txt {
  white-space: nowrap;
  color: #0c1634;
}
.cont .overview .overview_box .txt ul li .num {
  display: flex;
  align-items: center;
  color: #3682f7;
}
.cont .overview .overview_box .txt ul li .num p {
  line-height: 1.1;
}
.cont .overview .overview_box .txt ul li .num span {
  display: inline-block;
  vertical-align: middle;
  color: #70daa0;
  margin-left: 8px;
}
.cont .overview .overview_box .txt ul li .num span i {
  display: inline-block;
  font-style: normal;
}
.cont .worth {
  position: relative;
  z-index: 3;
  padding-top: 10%;
  padding-bottom: 2%;
}
.cont .worth .tit {
  text-align: center;
  font-weight: bold;
  color: #0c1634;
}
.cont .worth .tab_box {
  border-radius: 100px;
  background: #f3f6fa;
  padding: 5px 8px;
  width: 60%;
  box-sizing: border-box;
  margin: 3% auto;
}
.cont .worth .tab {
  width: 100%;
  border-radius: 100px;
  display: flex;
  position: relative;
}
.cont .worth .tab p {
  display: inline-block;
  width: 25%;
  text-align: center;
  border-radius: 100px;
  line-height: 50px;
  cursor: pointer;
  color: #0c1634;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.cont .worth .tab p.on {
  color: #fff;
}
.cont .worth .tab .active {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 100px;
  background-color: #3682f7;
  transition: ease-in-out 0.5s;
  z-index: 1;
}
.cont .worth .item_box {
  position: relative;
  padding-top: 50.5%;
}
.cont .worth .item_box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.cont .worth .item_box .item:nth-child(1) {
  display: block;
}
.cont .worth .item_box .item:nth-child(1) .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cont .worth .item_box .item:nth-child(1) .img .worth_bg3 {
  z-index: 5;
  pointer-events: none;
}
.cont .worth .item_box .item:nth-child(1) .img .worth_bg1 {
  transform-origin: 50% 40%;
  transform: scale(0);
  transition-duration: 1s;
  transition-delay: 0.2s;
  transition-timing-function: ease-out;
}
.cont .worth .item_box .item:nth-child(1) .img .worth_bg2 {
  transform-origin: 50% 45%;
  transform: scale(0);
  transition-duration: 1s;
  transition-delay: 0.5s;
  transition-timing-function: ease-out;
}
.cont .worth .item_box .item:nth-child(1) .img li {
  position: absolute;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  top: 25%;
  left: 47%;
  transition-duration: 1.2s;
  transition-timing-function: ease-out;
  overflow: hidden;
}
.cont .worth .item_box .item:nth-child(1) .img li span {
  position: relative;
  z-index: 2;
}
.cont .worth .item_box .item:nth-child(1) .img li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s;
  background: #3682f7;
}
.cont .worth .item_box .item:nth-child(1) .img li:hover::after {
  background: #1268ec;
}
.cont .worth .item_box .item:nth-child(1) .img li.gradient::after {
  content: '';
  position: absolute;
  display: block;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  background: transparent;
  background-image: linear-gradient(to right, #9de866 0%, #46d2b6 30%, #46d2b6 70%, #9de866 100%);
  transition: all 0.5s;
  z-index: -1;
}
.cont .worth .item_box .item:nth-child(1) .img li.gradient:hover::after {
  right: -100%;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(1) {
  font-size: 13.5px;
  width: 52px;
  line-height: 52px;
  transition-delay: 1.2s;
  animation: float 4s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(2) {
  font-size: 23px;
  width: 92px;
  line-height: 92px;
  transition-delay: 1.3s;
  animation: float 4.5s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(3) {
  font-size: 12px;
  width: 48px;
  line-height: 48px;
  transition-delay: 1.4s;
  animation: float 3.6s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(4) {
  font-size: 14px;
  width: 58px;
  line-height: 58px;
  transition-delay: 1.5s;
  animation: float 4s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(5) {
  font-size: 23px;
  width: 84px;
  line-height: 84px;
  transition-delay: 1.6s;
  animation: float 3.8s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(6) {
  font-size: 13px;
  width: 54px;
  line-height: 54px;
  transition-delay: 1.7s;
  animation: float 4.2s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(7) {
  font-size: 12px;
  width: 48px;
  line-height: 48px;
  transition-delay: 1.8s;
  animation: float 4.5s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(8) {
  font-size: 23px;
  width: 92px;
  line-height: 92px;
  transition-delay: 1.9s;
  animation: float 4s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(9) {
  font-size: 23px;
  width: 92px;
  line-height: 92px;
  transition-delay: 2s;
  animation: float 3.7s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(10) {
  font-size: 13px;
  width: 54px;
  line-height: 54px;
  transition-delay: 2.1s;
  animation: float 3.6s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(11) {
  font-size: 23px;
  width: 92px;
  line-height: 92px;
  transition-delay: 2.2s;
  animation: float 4s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1) .img li:nth-child(12) {
  font-size: 13px;
  width: 54px;
  line-height: 54px;
  transition-delay: 2.3s;
  animation: float 4.2s ease-in-out 0s infinite;
}
.cont .worth .item_box .item:nth-child(1).on .img .worth_bg1 {
  transform: scale(1);
}
.cont .worth .item_box .item:nth-child(1).on .img .worth_bg2 {
  transform: scale(1);
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(1) {
  top: 21%;
  left: 15%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(2) {
  top: 46%;
  left: 14%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(3) {
  top: 15%;
  left: 38%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(4) {
  top: 26%;
  left: 30%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(5) {
  top: 39%;
  left: 33%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(6) {
  top: 60%;
  left: 34%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(7) {
  top: 16%;
  left: 63%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(8) {
  top: 38%;
  left: 62%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(9) {
  top: 57%;
  left: 51%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(10) {
  top: 57%;
  left: 67%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(11) {
  top: 47%;
  left: 77%;
}
.cont .worth .item_box .item:nth-child(1).on .img li:nth-child(12) {
  top: 30%;
  left: 88%;
}
.cont .worth .item_box .item:nth-child(2) .img .video_bg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
}
.cont .worth .item_box .item:nth-child(2) .img .video_box {
  position: absolute;
  top: 10%;
  left: 25.5%;
  right: 25.75%;
  bottom: 38.3%;
  background-color: #0c1634;
  border-radius: 7px;
  overflow: hidden;
  cursor: pointer;
}
.cont .worth .item_box .item:nth-child(2) .img .video_box video {
  width: 100%;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 9%;
  box-shadow: 0 0 12px #e8f0ff;
  right: 76%;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.1s;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li {
  padding: 4px 0;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li i {
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  color: #0c1634;
  padding: 2px 25px 2px 11px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li i svg {
  width: 20px;
  height: 20px;
  padding: 6px 10px;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li:nth-child(3) i {
  background: #f0f0f0;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li:nth-child(3) i::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  bottom: 0;
  background: #3682f7;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li:nth-child(3) i svg path {
  fill: #3682f7;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li:nth-child(3) span {
  display: block;
  color: #88898b;
  padding: 5px 0 5px 80px;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_l li:nth-child(3) span.on {
  color: #3682f7;
  font-weight: bold;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  bottom: 21%;
  left: 77%;
  width: 318px;
  box-shadow: 0 0 12px #e8f0ff;
  padding: 37px 15px;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.8s;
  transition-delay: 0.1s;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .t1 {
  text-align: center;
  color: #3682f7;
  font-weight: bold;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .t2 {
  text-align: center;
  color: #88898b;
  margin-top: 5px;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r img {
  width: auto;
  padding: 10px 15px;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab {
  width: 48%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 8px #e8f0ff;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .svg_ic {
  position: relative;
  z-index: 1;
  padding: 15px;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .svg_ic svg {
  width: 22px;
  height: 22px;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .des {
  width: calc(100% - 52px);
  color: #fff;
  position: relative;
  z-index: 1;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .des i {
  font-weight: bold;
  display: block;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .des span {
  font-size: 12px;
  display: block;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab:nth-child(1) {
  background-color: #3682f7;
  transition: all 0.3s;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab:nth-child(1):hover {
  background-color: #1268ec;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab:nth-child(2)::after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-image: linear-gradient(to right, #9de866 0%, #46d2b6 30%, #46d2b6 70%, #9de866 100%);
  transition: all 0.5s;
  z-index: 0;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab:nth-child(2):hover::after {
  right: -100%;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ms {
  width: 95%;
  margin: 30px auto 0;
  color: #88898b;
  display: flex;
  font-size: 12px;
  line-height: 1.5;
  height: 1.5em;
  cursor: pointer;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .ms.on {
  display: block;
  height: auto;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .arr {
  width: 100%;
  text-align: center;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .arr svg {
  width: 20px;
  height: 20px;
}
.cont .worth .item_box .item:nth-child(2) .img .txt_r .arr.on svg {
  transform: rotateZ(180deg);
}
.cont .worth .item_box .item:nth-child(2).on .img .txt_l {
  transform: translateX(0);
  opacity: 1;
}
.cont .worth .item_box .item:nth-child(2).on .img .txt_r {
  transform: translateX(0);
  opacity: 1;
}
.cont .worth .item_box .item:nth-child(3) .img img {
  position: absolute;
  top: 0;
  left: 0;
}
.cont .worth .item_box .item:nth-child(3) .img li {
  position: absolute;
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.cont .worth .item_box .item:nth-child(3) .img li span {
  color: #0c1634;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 100px;
  background: #f1f1f1;
  transition: all 0.3s;
  display: inline-block;
}
.cont .worth .item_box .item:nth-child(3) .img li:hover span {
  background: #1268ec;
  color: #fff;
}
.cont .worth .item_box .item:nth-child(3) .img li:nth-child(1) {
  left: 20.5%;
  top: 71%;
  transition-delay: 0.1s;
}
.cont .worth .item_box .item:nth-child(3) .img li:nth-child(2) {
  left: 40.5%;
  top: 71%;
  transition-delay: 0.3s;
}
.cont .worth .item_box .item:nth-child(3) .img li:nth-child(3) {
  left: 59.5%;
  top: 71%;
  transition-delay: 0.5s;
}
.cont .worth .item_box .item:nth-child(3) .img li:nth-child(4) {
  left: 71%;
  top: 71%;
  transition-delay: 0.7s;
}
.cont .worth .item_box .item:nth-child(3) .img li:nth-child(5) {
  left: 82%;
  top: 71%;
  transition-delay: 0.9s;
}
.cont .worth .item_box .item:nth-child(3).on .img li {
  opacity: 1;
  transform: translateY(0);
}
.cont .worth .item_box .item:nth-child(4) .img {
  overflow: hidden;
}
.cont .worth .item_box .item:nth-child(4) .img img {
  position: absolute;
  top: 0;
  left: 0;
}
.cont .worth .item_box .item:nth-child(4) .img .bg_pic1 {
  z-index: 3;
  transform: scale(0.7);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1.3);
  transition-duration: 1s;
  transform-origin: 45% 35%;
}
.cont .worth .item_box .item:nth-child(4) .img .bg_pic2 {
  z-index: 2;
}
.cont .worth .item_box .item:nth-child(4) .img .bg_pic3 {
  z-index: 1;
}
.cont .worth .item_box .item:nth-child(4).on .img .bg_pic1 {
  transform: scale(1);
  opacity: 1;
}
.cont .worth .item_box .item p {
  text-align: center;
  color: #0c1634;
  display: block;
  width: 50%;
  margin: 0 auto;
}
.cont .worth .item_box .item .img {
  width: 100%;
  position: relative;
  padding-top: 53%;
}
.cont .ability {
  position: relative;
  z-index: 3;
  background: url(https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/ability_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 4% 0 5%;
}
.cont .ability .tit {
  text-align: center;
  font-weight: bold;
  color: #0c1634;
}
.cont .ability .tab_box {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.4);
  padding: 5px 8px;
  width: 79%;
  box-sizing: border-box;
  margin: 3% auto;
}
.cont .ability .tab {
  width: 100%;
  border-radius: 100px;
  display: flex;
  position: relative;
}
.cont .ability .tab p {
  display: inline-block;
  width: 25%;
  text-align: center;
  border-radius: 100px;
  line-height: 50px;
  cursor: pointer;
  color: #0c1634;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.cont .ability .tab p.on {
  color: #fff;
}
.cont .ability .tab .active {
  width: 25%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 100px;
  background-color: #3682f7;
  transition: ease-in-out 0.5s;
  z-index: 1;
}
.cont .ability .item_box {
  position: relative;
  padding-top: 48%;
}
.cont .ability .item_box .item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cont .ability .item_box .item:nth-child(1) {
  display: block;
}
.cont .ability .item_box .item .ctn_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cont .ability .item_box .item .txt {
  width: 38%;
}
.cont .ability .item_box .item .txt .subtit {
  font-weight: bold;
  margin-bottom: 7%;
  color: #0c1634;
}
.cont .ability .item_box .item .txt ul li {
  padding-left: 20px;
}
.cont .ability .item_box .item .txt ul li p {
  display: block;
  position: relative;
  color: #0c1634;
  margin-bottom: 4%;
  cursor: pointer;
}
.cont .ability .item_box .item .txt ul li p::after {
  content: '';
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  left: -20px;
  width: 10px;
  height: 10px;
  border: 2px solid #3682f7;
  border-radius: 100%;
  box-sizing: border-box;
}
.cont .ability .item_box .item .txt ul li span {
  color: #0c1634;
  display: none;
}
.cont .ability .item_box .item .txt ul li.on p {
  color: #3682f7;
  margin-bottom: 2.5%;
  font-weight: bold;
}
.cont .ability .item_box .item .txt ul li.on p::after {
  background-color: #3682f7;
}
.cont .ability .item_box .item .txt ul li.on span {
  display: block;
  padding-bottom: 7%;
  line-height: 1.87;
  width: 82%;
  text-align: justify;
}
.cont .ability .item_box .item .txt .btn {
  padding-top: 6%;
  display: flex;
  align-items: center;
}
.cont .ability .item_box .item .txt .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 10px 40px;
  border: 1px solid #3682f7;
  color: #3682f7;
}
.cont .ability .item_box .item .txt .btn a:nth-child(1) {
  background: #3682f7;
  color: #fff;
  margin-right: 17px;
}
.cont .ability .item_box .item .txt .btn .dow {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.cont .ability .item_box .item .txt .btn .dow p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3682f7;
  position: relative;
  z-index: 2;
  padding: 8px 40px;
  border-radius: 100px;
  border: 1px solid #3682f7;
  transition: all 0.3s;
}
.cont .ability .item_box .item .txt .btn .dow svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.cont .ability .item_box .item .txt .btn .dow img {
  width: 36px;
}
.cont .ability .item_box .item .txt .btn .dow .link_box {
  position: absolute;
  border-radius: 10px;
  background: #fff;
  top: 40%;
  left: 0;
  width: 100%;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 10px;
  box-shadow: 0 0 31px #e1eaf9;
  display: none;
}
.cont .ability .item_box .item .txt .btn .dow .link_box a {
  display: block;
  width: 100%;
  background-color: #fff;
  color: #0c1634;
  border: 0;
  text-align: center;
  padding: 11px 0;
}
.cont .ability .item_box .item .txt .btn .dow .link_box a:hover {
  color: #3682f7;
}
.cont .ability .item_box .item .txt .btn .dow:hover p {
  color: #fff;
  border: 1px solid #1268ec;
  background-color: #1268ec;
}
.cont .ability .item_box .item .img {
  width: 62%;
  position: relative;
  padding-top: 43.5%;
  /* .pagination{//线
                        text-align: center;
                        position: absolute;
                        bottom:-6%;
                        right: 0;
                        width: 92%;
                        z-index: 2;
                        span{
                            display: inline-block;
                            width: 80px;
                            height: 5px;
                            border-radius: 100px;
                            background-color: #dceffe;
                            margin: 0 8px;
                            cursor: pointer;
                            &.on{
                                background-color: @blue;
                            }
                        }
                    } */
}
.cont .ability .item_box .item .img .bgsw .ability_pic {
  width: 100%;
  padding-top: 69%;
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s;
  position: absolute;
  top: 0;
  left: 0;
  /* &:nth-child(1){
                                transform: translateY(0px);
                            }
                            &:nth-child(2){
                                transform: translateY(15px);
                            }
                            &:nth-child(3){
                                transform: translateY(30px);
                            }
                            &:nth-child(4){
                                transform: translateY(45px);
                            } */
}
.cont .ability .item_box .item .img .bgsw .ability_pic.active .ability_img {
  opacity: 1;
}
.cont .ability .item_box .item .img .bgsw .ability_pic.on {
  opacity: 0;
  transform: translateY(-15%) !important;
  pointer-events: none;
}
.cont .ability .item_box .item .img .bgsw .ability_pic .ability_img {
  position: absolute;
  bottom: 5.4%;
  right: 0%;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
.cont .ability .item_box .item .img .bgsw .ability_pic .video_bg {
  position: absolute;
  bottom: 5%;
  right: 0;
  width: 92%;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}
.cont .ability .item_box .item .img .bgsw .ability_pic .video_bg video {
  width: 100%;
}
.cont .ability .item_box .item .img .bgsw .ability_pic .ability_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.cont .ability .item_box .item .img .pagination {
  text-align: center;
  position: absolute;
  bottom: -9%;
  right: 0;
  width: 92%;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.cont .ability .item_box .item .img .pagination svg {
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin: 0 15px;
}
.cont .ability .item_box .item .img .pagination svg:nth-child(1) {
  transform: rotate(180deg);
}
.cont .ability .item_box .item .img .pagination svg path {
  transition: all 0.3s;
}
.cont .ability .item_box .item .img .pagination svg:hover path {
  fill: #3682f7;
}
.cont .ability .item_box .item .img .pagination svg:hover path:nth-child(2) {
  fill: #fff;
}
.cont .ability .item_box .item .img .pagination svg:hover path:nth-child(3) {
  fill: #fff;
}
.cont .ability .item_box .item .img .btm_bg {
  width: 100%;
  padding-top: 69%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.cont .ability .item_box .item .img .btm_bg .ability_bg {
  position: absolute;
  right: 1px;
  bottom: 0;
}
.cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(1) {
  transform: translateY(0px);
  z-index: 5;
}
.cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(2) {
  transform: translateY(15px);
  z-index: 4;
}
.cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(3) {
  transform: translateY(30px);
  z-index: 3;
}
.cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(4) {
  transform: translateY(45px);
  z-index: 2;
}
.cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(5) {
  transform: translateY(60px);
  z-index: 1;
}
.cont .application {
  position: relative;
  background-color: #0c1634;
  z-index: 3;
}
.cont .application .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.cont .application .bg img {
  height: 100%;
  object-fit: cover;
  display: none;
}
.cont .application .bg img:nth-child(1) {
  display: block;
}
.cont .application .w1440 {
  padding: 7% 0;
  position: relative;
  z-index: 2;
}
.cont .application .tit {
  font-weight: bold;
  color: #fff;
}
.cont .application .application_box {
  margin-top: 4%;
  display: flex;
  align-items: flex-start;
}
.cont .application .application_box ul {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 1% 0;
}
.cont .application .application_box ul li,
.cont .application .application_box ul a {
  padding: 20px 40px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cont .application .application_box ul li::after,
.cont .application .application_box ul a::after {
  content: '';
  width: 3px;
  position: absolute;
  top: 30%;
  bottom: 30%;
  left: 0;
  background: #3682f7;
  display: none;
}
.cont .application .application_box ul li.on,
.cont .application .application_box ul a.on {
  color: #3682f7;
}
.cont .application .application_box ul li.on::after,
.cont .application .application_box ul a.on::after {
  display: block;
}
.cont .application .application_box ul li:hover,
.cont .application .application_box ul a:hover {
  color: #3682f7;
}
.cont .application .application_box .item_box {
  margin-left: 5%;
  position: relative;
  padding-top: 33%;
  width: 100%;
}
.cont .application .application_box .item_box .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.cont .application .application_box .item_box .item:nth-child(1) {
  display: block;
}
.cont .application .application_box .item_box .item .img {
  margin-top: 1%;
}
.cont .application .application_box .item_box .item .img img {
  width: auto;
  height: 65px;
}
.cont .application .application_box .item_box .item .txt {
  line-height: 1.68;
  color: #fff;
  margin-top: 3%;
  width: 56%;
}
.cont .application .application_box .item_box .item .btn {
  display: flex;
  margin-top: 4%;
}
.cont .application .application_box .item_box .item .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 0 40px;
  color: #fff;
  background: #3682f7;
  line-height: 52px;
  box-sizing: border-box;
}
.cont .application .application_box .item_box .item .btn .video_pic {
  cursor: pointer;
  position: relative;
  width: 52px;
  height: 52px;
  display: none;
}
.cont .application .application_box .item_box .item .btn .video_pic img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.cont .application .application_box .item_box .item .btn .video_pic .video_ic1 {
  opacity: 1;
}
.cont .application .application_box .item_box .item .btn .video_pic .video_ic2 {
  opacity: 0;
}
.cont .application .application_box .item_box .item .btn .video_pic:hover .video_ic1 {
  opacity: 0;
}
.cont .application .application_box .item_box .item .btn .video_pic:hover .video_ic2 {
  opacity: 1;
}
.cont .application .application_box .item_box .item .btn img {
  width: 52px;
  margin-left: 17px;
}
.cont .application .application_box .item_box .item .other_cases {
  margin-top: 7%;
}
.cont .application .application_box .item_box .item .other_cases p {
  color: #fff;
}
.cont .application .application_box .item_box .item .other_cases .other_img {
  display: flex;
}
.cont .application .application_box .item_box .item .other_cases .other_img a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 6px 5px;
  border-radius: 4px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-right: 10px;
}
.cont .application .application_box .item_box .item .other_cases .other_img a img {
  width: auto;
  height: 40PX;
}
.cont .application .application_box .item_box .item .other_cases .other_img a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.cont .application .application_box .item_box .item:nth-child(1) .btn .video_pic {
  display: block;
}
.cont .explore_more {
  background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg1.jpg') center center no-repeat;
  background-size: cover;
  padding: 4% 0 6%;
  position: relative;
  z-index: 3;
}
.cont .explore_more .tit {
  font-weight: bold;
  color: #0c1634;
  text-align: center;
}
.cont .explore_more .explore_box {
  background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg2.jpg') center center no-repeat;
  background-size: cover;
  padding: 5% 7%;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 5%;
}
.cont .explore_more .explore_box .explore_t {
  display: flex;
}
.cont .explore_more .explore_box .explore_t li {
  display: flex;
}
.cont .explore_more .explore_box .explore_t li .img {
  border-radius: 10px;
  overflow: hidden;
  width: 112px;
}
.cont .explore_more .explore_box .explore_t li .txt {
  margin-left: 25px;
  width: calc(100% - 137px);
}
.cont .explore_more .explore_box .explore_t li .txt p {
  white-space: nowrap;
  color: #0c1634;
  font-weight: bold;
  display: block;
  line-height: 1.3;
}
.cont .explore_more .explore_box .explore_t li .txt span {
  color: #0c1634;
  margin-top: 1%;
  display: block;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_t {
  display: flex;
  margin-top: 1%;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_t a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #0c1634;
  transition: all 0.3s;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_t a svg {
  width: 20px;
  height: 20px;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_t a svg path {
  fill: #0c1634;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_t a:nth-child(1) {
  margin-right: 30px;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_t a:hover {
  color: #3682f7;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_t a:hover svg path {
  fill: #3682f7;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_b {
  margin-top: 7%;
  display: flex;
  justify-content: flex-start;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_b a {
  display: inline-block;
  border-radius: 100px;
  padding: 8px 25px;
  color: #fff;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_b a:nth-child(1) {
  background-color: #3682f7;
  margin-right: 11px;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_c {
  margin-top: 8%;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_c a {
  display: inline-block;
  border-radius: 100px;
  padding: 7px 25px;
  border: 1px solid #3682f7;
  color: #3682f7;
}
.cont .explore_more .explore_box .explore_t li .txt .btn_c a:nth-child(1) {
  margin-right: 11px;
}
.cont .explore_more .explore_box .explore_t li:nth-child(2) {
  margin-left: 6%;
}
.cont .explore_more .explore_box .explore_t li:nth-child(2) .txt {
  width: auto;
}
.cont .explore_more .explore_box .explore_b {
  margin-top: 6%;
}
.cont .explore_more .explore_box .explore_b p {
  font-weight: bold;
  color: #0c1634;
}
.cont .explore_more .explore_box .explore_b div {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
}
.cont .explore_more .explore_box .explore_b div a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3%;
  transition: all 0.3s;
}
.cont .explore_more .explore_box .explore_b div a img {
  width: 36px;
  overflow: hidden;
}
.cont .explore_more .explore_box .explore_b div a span {
  width: calc(100% - 60px);
  display: block;
}
.cont .explore_more .explore_box .explore_b div a:hover span {
  color: #3682f7;
}
.cont .explore_more .app_list_t {
  display: flex;
  justify-content: space-between;
  margin-top: 2.5%;
}
.cont .explore_more .app_list_t li {
  width: 32.33%;
  overflow: hidden;
  border-radius: 10px;
}
.cont .explore_more .app_list_t li:nth-child(1) {
  background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg3.png') center center no-repeat;
  background-size: cover;
}
.cont .explore_more .app_list_t li:nth-child(2) {
  background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg4.jpg') center center no-repeat;
  background-size: cover;
}
.cont .explore_more .app_list_t li:nth-child(3) {
  background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg5.jpg') center center no-repeat;
  background-size: cover;
}
.cont .explore_more .app_list_t li:nth-child(3) .txt .btn a:nth-child(1) {
  border: 1px solid #3682f7;
  color: #3682f7;
  background-color: transparent;
}
.cont .explore_more .app_list_t li .txt {
  padding: 11% 7%;
}
.cont .explore_more .app_list_t li .txt p {
  color: #0c1634;
  display: block;
  font-weight: bold;
}
.cont .explore_more .app_list_t li .txt .btn {
  display: flex;
  align-items: center;
  margin-top: 5%;
}
.cont .explore_more .app_list_t li .txt .btn a {
  display: inline-block;
  border-radius: 100px;
  padding: 8px 25px;
  border: 1px solid #3682f7;
  color: #3682f7;
}
.cont .explore_more .app_list_t li .txt .btn a:nth-child(1) {
  margin-right: 11px;
  background-color: #3682f7;
  color: #fff;
}
.cont .explore_more .app_list_t li .txt .btn a.svg_ic {
  width: 37px;
  height: 37px;
  border: 0;
  padding: 0;
  border: 1px solid transparent;
  transition: all 0.3s;
  cursor: auto;
  /* &:hover{
                                    border: 1px solid @blue;
                                }
                                &:nth-last-child(1){
                                    &:hover{
                                        border: 1px solid #94c047;
                                    }
                                } */
}
.cont .explore_more .app_list_t li .txt .btn a.svg_ic svg {
  width: 100%;
  height: 100%;
}
.cont .explore_more .app_list_b {
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
  height: 217px;
}
.cont .explore_more .app_list_b li {
  height: 100%;
  width: 24%;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /* &:nth-child(2){
                    background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg7.png') center center no-repeat;
                    background-size: cover;
                }
                &:nth-child(3){
                    background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg8.png') center center no-repeat;
                    background-size: cover;
                } */
}
.cont .explore_more .app_list_b li .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cont .explore_more .app_list_b li .img img {
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  transform: scale(1.05);
}
.cont .explore_more .app_list_b li:nth-child(1) {
  /* background: url('https://www.zwsoft.cn/statics/shuipf/style2020/images/zwcad-overview/explore_bg6.png') center center no-repeat;
                    background-size: cover; */
  width: 49%;
}
.cont .explore_more .app_list_b li .txt {
  position: relative;
  z-index: 2;
  color: #fff;
}
.cont .explore_more .app_list_b li .txt p {
  font-weight: bold;
  text-align: center;
  display: block;
}
.cont .explore_more .app_list_b li .txt span {
  display: block;
  text-align: center;
  margin-top: 2.5%;
}
.cont .explore_more .app_list_b li .txt .btn {
  display: flex;
  justify-content: center;
  margin-top: 11%;
}
.cont .explore_more .app_list_b li .txt .btn a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cont .explore_more .app_list_b li .txt .btn a:nth-child(2) {
  margin-left: 30px;
}
.cont .explore_more .app_list_b li .txt .btn a:hover {
  border-bottom: 1px solid #fff;
}
.cont .explore_more .app_list_b li .txt .btn a svg {
  width: 20px;
  height: 20px;
}
.cont .explore_more .app_list_b li:hover .img img {
  transform: scale(1.15);
}
@keyframes float {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
@media screen and (max-width: 1600px) {
  .cont .ability .item_box .item .ctn_box {
    width: 92%;
    margin: 0 auto;
  }
}
/* 125% */
@media screen and (max-width: 1280px) {
  .cont .banner .txt .btn a {
    padding: 8px 35px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn {
    width: 240px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar > div {
    width: calc(100% - 240px);
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li {
    font-size: 14px;
    margin-left: 3%;
    white-space: nowrap;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img {
    width: 28px;
    margin-right: 9px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar {
    padding: 0 20px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic {
    width: 100px;
    font-size: 14px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(1) img {
    width: 25px;
    margin-right: 5px;
    font-size: 14px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn .dow svg {
    width: 18px;
    height: 18px;
    margin-right: 9px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn a {
    padding: 5px 0;
    width: 49%;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn .dow p {
    padding: 3px 0;
    font-size: 14px;
  }
  .cont .overview .overview_box .txt .btn a {
    margin-bottom: 15px;
    padding: 8px 35px;
  }
  .cont .overview .overview_box .txt ul {
    margin-top: 5%;
  }
  .cont .overview .overview_box .txt ul .txt {
    white-space: initial;
    width: 80%;
  }
  .cont .worth .tab p {
    white-space: nowrap;
    line-height: 40px;
  }
  .cont .worth .item_box {
    padding-top: 61.5%;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(1) {
    font-size: 10px;
    width: 36px;
    line-height: 36px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(2) {
    font-size: 16px;
    width: 59px;
    line-height: 59px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(3) {
    font-size: 9px;
    width: 36px;
    line-height: 36px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(4) {
    font-size: 10px;
    width: 40px;
    line-height: 40px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(5) {
    font-size: 16px;
    width: 65px;
    line-height: 65px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(6) {
    font-size: 10px;
    width: 54px;
    line-height: 54px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(7) {
    font-size: 9px;
    width: 36px;
    line-height: 36px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(8) {
    font-size: 16px;
    width: 59px;
    line-height: 59px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(9) {
    font-size: 16px;
    width: 59px;
    line-height: 59px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(10) {
    font-size: 9px;
    width: 54px;
    line-height: 54px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(11) {
    font-size: 16px;
    width: 59px;
    line-height: 59px;
  }
  .cont .worth .item_box .item:nth-child(1) .img li:nth-child(12) {
    font-size: 9px;
    width: 54px;
    line-height: 54px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_l li i {
    font-size: 14px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_l li:nth-child(3) span {
    font-size: 12px;
  }
  .cont .worth .item_box .item:nth-child(3) .img li span {
    font-size: 12px;
    padding: 5px 24px;
  }
  .cont .worth .item_box .item:nth-child(3) .img li:nth-child(1) {
    left: 17.5%;
  }
  .cont .worth .item_box .item:nth-child(3) .img li:nth-child(4) {
    left: 68%;
  }
  .cont .worth .item_box .item:nth-child(3) .img li:nth-child(3) {
    left: 56.5%;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r {
    width: 256px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r img {
    width: 200px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .svg_ic {
    padding: 10px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .svg_ic svg {
    width: 19px;
    height: 19px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r {
    padding: 23px 13px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab .des {
    width: calc(100% - 40px);
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r .ic .lab {
    width: 49%;
    border-radius: 5px;
  }
  .cont .worth .item_box .item:nth-child(2) .img .txt_r .ms {
    font-size: 12px;
    margin: 16px auto 0;
  }
}
/* 150 */
@media screen and (max-width: 992px) {
  .cont .worth .item_box .item:nth-child(2) .img .video_box {
    bottom: 26.3%;
    top: 11%;
  }
  .cont .worth .item_box {
    padding-top: 68%;
  }
  .cont .banner .txt .btn {
    display: none;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar {
    padding: 0 12px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn {
    width: auto;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn.page1 {
    display: none;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn a {
    width: auto;
    white-space: nowrap;
    padding: 4px 12px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn .dow {
    display: none;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li {
    line-height: 53px;
  }
  .cont .subnav .subnavbg.on {
    height: 53px;
  }
  .cont .subnav {
    height: 53px;
  }
  .cont .ability .item_box .item .txt ul li span {
    display: block;
    padding-bottom: 3.5%;
  }
  .cont .ability .item_box .item .txt .btn {
    margin: 3% 0;
  }
  .cont .ability .item_box .item .txt ul li p {
    margin-bottom: 1.5%;
  }
  .cont .overview .overview_box .txt .btn {
    display: none;
  }
  .cont .overview .overview_box .img {
    width: 100%;
    border: 6px solid rgba(255, 255, 255, 0.3);
  }
  .cont .overview .overview_box .txt {
    width: 100%;
    margin-top: 15%;
    margin: 15% 0 0;
  }
  .cont .overview .overview_box .txt ul li .txt {
    margin-top: 0;
  }
  .cont .overview .overview_box .txt ul li .num p {
    font-size: 36px;
  }
  .cont .worth .tab_box {
    width: 100%;
  }
  .cont .worth .item_box .item p {
    width: 90%;
    display: block;
    height: auto;
  }
  .cont .worth .item_box .item:nth-child(1) .img li {
    font-size: 6px!important;
    width: 26px!important;
    line-height: 26px!important;
  }
  .cont .ability .tab_box {
    width: 100%;
  }
  .cont .worth .tab p {
    white-space: nowrap;
    line-height: 35px;
    font-size: 12px;
  }
  .cont .ability .tab p {
    white-space: nowrap;
    line-height: 35px;
    font-size: 12px;
  }
  .cont .ability .item_box .item .txt {
    width: 100%;
  }
  .cont .ability .item_box .item .img {
    width: 100%;
    padding-top: 85.5%;
    margin-left: -4%;
  }
  .cont .ability .item_box .item .ctn_box {
    flex-wrap: wrap;
  }
  .cont .ability .item_box .item .txt .subtit {
    margin-bottom: 3%;
  }
  .cont .ability .item_box .item .txt ul li.on p {
    margin-bottom: 1.5%;
  }
  .cont .ability .item_box .item .txt ul li.on span {
    padding-bottom: 3.5%;
    line-height: 1.5;
    width: 100%;
  }
  .cont .ability .item_box .item .txt .btn {
    padding-top: 0;
  }
  .cont .ability .item_box .item .txt .btn a {
    padding: 6px 27px;
  }
  .cont .ability .item_box .item .txt .btn .dow {
    display: none;
  }
  .cont .ability .item_box {
    padding-top: 138%;
  }
  .cont .ability .item_box .item .img .pagination svg {
    width: 40px;
    height: 40px;
  }
  .cont .ability .item_box .item .img .pagination {
    bottom: 8%;
  }
  .cont .application .application_box {
    flex-wrap: wrap;
  }
  .cont .application .application_box ul {
    width: 100%;
    display: flex;
    overflow: overlay;
  }
  .cont .application .application_box ul li::after,
  .cont .application .application_box ul a::after {
    top: auto;
    height: 2px;
    width: 80%;
    bottom: 0;
    left: 10%;
  }
  .cont .application .application_box ul li,
  .cont .application .application_box ul a {
    padding: 12px 0px;
    margin: 0 20px;
  }
  .cont .application .application_box ul li::after,
  .cont .application .application_box ul a::after {
    width: 100%;
    left: 0;
  }
  .cont .application .application_box .item_box .item .img {
    margin-top: 4%;
  }
  .cont .application .application_box .item_box .item .img img {
    height: 57px;
  }
  .cont .application .application_box .item_box .item .txt {
    width: 100%;
    margin-top: 2%;
  }
  .cont .application .application_box .item_box .item .btn a {
    line-height: 35px;
    padding: 0 30px;
  }
  .cont .application .application_box .item_box .item .btn .video_pic {
    width: 35px;
    height: 35px;
  }
  .cont .application .application_box .item_box .item .btn .video_pic img {
    width: 100%;
  }
  .cont .application .application_box ul li:hover,
  .cont .application .application_box ul a:hover {
    color: #fff;
  }
  .cont .application .application_box .item_box {
    padding-top: 62%;
  }
  .cont .application .application_box .item_box .item .other_cases .other_img a {
    margin-right: 1%;
  }
  .cont .application .application_box .item_box .item .other_cases .other_img a img {
    height: 30px;
  }
  .cont .explore_more .explore_box .explore_t {
    flex-wrap: wrap;
  }
  .cont .explore_more .explore_box .explore_t li {
    width: 100%;
  }
  .cont .explore_more .explore_box .explore_t li .txt .btn_b {
    display: none;
  }
  .cont .explore_more .explore_box .explore_t li .img {
    width: 40px;
  }
  .cont .explore_more .explore_box .explore_t li .txt {
    margin-left: 15px;
    width: calc(100% - 55px);
  }
  .cont .explore_more .explore_box .explore_t li:nth-child(2) {
    display: none;
  }
  .cont .explore_more .explore_box .explore_b div {
    width: 100%;
  }
  .cont .explore_more .explore_box .explore_b div a {
    width: 50%;
    display: flex;
    margin-bottom: 5%;
  }
  .cont .explore_more .explore_box .explore_b div a img {
    width: 40px;
    margin-right: 10px;
  }
  .cont .explore_more .explore_box .explore_b div a span {
    width: 100%;
    text-align: left;
    font-size: 14px;
  }
  .cont .explore_more .app_list_t {
    flex-wrap: wrap;
  }
  .cont .explore_more .app_list_t li {
    width: 100%;
    margin-bottom: 2%;
  }
  .cont .explore_more .app_list_b {
    margin: 0;
    flex-wrap: wrap;
  }
  .cont .explore_more .app_list_b li {
    width: 49%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
    margin-bottom: 2%;
    padding: 6% 0;
  }
  .cont .explore_more .app_list_b li .txt {
    padding: 0 20px;
  }
  .cont .explore_more .app_list_b li:nth-child(1) {
    width: 100%;
  }
  .cont .explore_more .app_list_b {
    height: auto;
  }
  .cont .worth .item_box .item:nth-child(2).on .img .txt_l {
    display: none;
  }
  .cont .worth .item_box .item:nth-child(2).on .img .txt_r {
    display: none;
  }
  .cont .worth .item_box .item:nth-child(3) .img li span {
    font-size: 9px;
    padding: 3px 15px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic {
    white-space: nowrap;
  }
  .cont .explore_more .explore_box .explore_t {
    display: none;
  }
  .cont .explore_more .explore_box .explore_b {
    margin-top: 0;
  }
  .cont .overview .overview_box .txt .des {
    width: 100%;
  }
  .cont .worth .item_box .item:nth-child(1) .img {
    margin-top: 3%;
  }
  .cont .worth .item_box .item:nth-child(2) .img {
    margin-top: 6%;
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .cont .subnav .subnavbg .nav_box .subnav_bar.page1_box {
    padding: 0px 20px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar.page1_box > div {
    width: 100%;
    justify-content: space-between;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar.page1_box ul {
    margin-left: 0;
  }
  .cont .explore_more .app_list_b li {
    height: 180px;
  }
  .cont .worth .item_box {
    padding-top: 75.5%;
  }
  .cont .worth {
    padding-top: 15%;
  }
  .cont .ability {
    padding: 13% 0 5%;
  }
  .cont .ability .item_box {
    padding-top: 210%;
  }
  .cont .ability .item_box .item .img .pagination {
    bottom: -8%;
  }
  .cont .application .application_box .item_box {
    padding-top: 105%;
  }
  .cont .overview .overview_box .img .swiper-pagination {
    bottom: -18%;
  }
  .cont .overview .overview_box .img .swiper-pagination span {
    padding: 3px 12px;
    font-size: 12px;
  }
  .cont .ability .item_box .item .txt .btn a {
    padding: 5px 25px;
  }
  .cont .explore_more .app_list_t li .txt .btn a {
    padding: 5px 25px;
  }
  .cont .ability .item_box .item .txt ul li p::after {
    width: 8px;
    height: 8px;
  }
  .cont .worth .tab_box {
    margin: 6% auto;
  }
  .cont .ability .tab_box {
    margin: 6% auto;
  }
  .cont .application .application_box .item_box .item .img img {
    height: auto;
    width: 70%;
  }
  .cont .application .application_box .item_box .item .txt {
    margin-top: 3%;
  }
  .cont .application .application_box .item_box .item .other_cases .other_img a img {
    height: 20px;
  }
  .cont .banner .img img {
    width: 140%;
    margin-left: -25%;
  }
  .cont .subnav .subnavbg .nav_box .app_nav {
    width: auto;
    position: relative;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt {
    display: flex;
    margin-left: 20px;
    align-items: center;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt p {
    display: inline-block;
    font-size: 14px;
    line-height: 53px;
    white-space: nowrap;
    margin-right: 8px;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt svg {
    width: 13px;
    height: 13px;
    vertical-align: middle;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 85px;
    flex-direction: column;
    background-color: #fff;
    margin-left: 12px;
    box-shadow: 0 7px 7px #e1eaf9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0;
    overflow: hidden;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li {
    width: 100%;
    line-height: 38px;
    padding-left: 8px;
    margin-left: 0;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li.on {
    color: #3682f7;
    font-weight: normal;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li.on::after {
    display: none;
  }
  .cont .application .w1440 {
    padding: 17% 0 10%;
  }
  .cont .explore_more {
    padding-top: 8%;
  }
  .cont .explore_more .app_list_t li:nth-child(1) .txt .btn a:nth-child(1) {
    display: none;
  }
  .cont .explore_more .app_list_t li .txt {
    padding: 9% 7%;
  }
  .cont .banner .txt {
    top: 44%;
  }
  .cont .worth .item_box .item p {
    width: 90%;
  }
}
@media screen and (max-width: 414px) {
  .cont .worth .item_box .item:nth-child(3) .img ul {
    position: absolute;
    top: 77%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-evenly;
  }
  .cont .worth .item_box .item:nth-child(3) .img ul li {
    position: static;
  }
}
@media screen and (max-width: 375px) {
  .cont .application .application_box .item_box {
    padding-top: 115%;
  }
  .cont .worth .item_box .item:nth-child(3) .img li span {
    padding: 2px 12px;
  }
  .cont .ability .item_box {
    padding-top: 230%;
  }
  /* .cont .worth .item_box .item:nth-child(3) .img li:nth-child(1) {
        left: 7.5%;
    }
    .cont .worth .item_box .item:nth-child(3) .img li:nth-child(2){
        left: 30.5%;
    }
    .cont .worth .item_box .item:nth-child(3) .img li:nth-child(3) {
        left: 47.5%;
    }
    .cont .worth .item_box .item:nth-child(3) .img li:nth-child(4) {
        left: 62%;
    }
    .cont .worth .item_box .item:nth-child(3) .img li:nth-child(5) {
        left: 81%;
    } */
  .cont .explore_more .app_list_b li {
    height: 160px;
  }
}
@media screen and (max-width: 360px) {
  .cont .subnav .subnavbg.on {
    height: 40px;
  }
  .cont .ability .tab p,
  .cont .worth .tab p {
    font-size: 8px;
    line-height: 24px;
  }
  .cont .worth .tab_box,
  .cont .ability .tab_box {
    padding: 3px 4px;
  }
  .cont .application .application_box .item_box {
    padding-top: 140%;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic,
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt p {
    font-size: 12px;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt p {
    line-height: 40px;
  }
  .cont .subnav .subnavbg .nav_box .app_nav .app_nav_txt svg {
    width: 11px;
    height: 11px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar ul li {
    font-size: 12px;
    line-height: 30px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn a {
    font-size: 12px;
    padding: 2px 10px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .btn a:nth-child(1) img {
    width: 22px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img {
    width: 22px;
  }
  .cont .overview .overview_box .txt .des {
    font-size: 12px;
  }
  .cont .overview .overview_box .txt ul li .txt {
    font-size: 11px;
    width: 90%;
  }
  .cont .worth .item_box .item p,
  .cont .ability .item_box .item .txt ul li span {
    font-size: 12px;
  }
  .cont .ability .item_box .item .txt .btn a {
    padding: 4px 20px;
  }
  .cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(2) {
    transform: translateY(5px);
  }
  .cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(3) {
    transform: translateY(10px);
  }
  .cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(4) {
    transform: translateY(15px);
  }
  .cont .ability .item_box .item .img .btm_bg .ability_bg:nth-child(5) {
    transform: translateY(20px);
  }
  .cont .ability .item_box .item .img .pagination svg {
    width: 30px;
    height: 30px;
  }
  .cont .ability .item_box .item .img .pagination {
    bottom: -2%;
  }
  .cont .ability .item_box {
    padding-top: 217%;
  }
  .cont .application .application_box ul li,
  .cont .application .application_box ul a {
    padding: 8px 20px;
  }
  .cont .explore_more .explore_box .explore_b div a img {
    width: 35px;
  }
  .cont .explore_more .explore_box .explore_b div a span {
    font-size: 12px;
  }
  .cont .explore_more .app_list_b li:nth-child(1) .txt span {
    height: auto;
  }
  .cont .explore_more .app_list_b li .txt span {
    line-height: 1.5;
    height: 4.5em;
  }
  .cont .ability .tab {
    justify-content: space-evenly;
  }
}
/*# sourceMappingURL=./index.css.map */