@import 'iconfont.css';
.clearfix {
  *zoom: 1;
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/*清除浮动兼容*/
.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 .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: 52px;
  margin-right: 12px;
}
.cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img.cad {
  width: 45px;
}
.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;
}
.index-body.active .header {
  box-shadow: none;
}
.trade_1 {
  margin-top: 1vw;
  border-top: none!important;
}
@keyframes bounce {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    top: 0;
  }
  30%,
  32% {
    top: -4px;
  }
  60% {
    top: -3px;
  }
  82% {
    top: -2px;
  }
  94% {
    top: -1px;
  }
}
.cont .subnav .subnavbg .nav_box .app_nav {
  position: relative;
}
.back_product {
  color: #0c1634;
}
.back_product svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.back_product svg path {
  fill: #0c1634;
}
.back_product:hover {
  color: #3682f7;
  font-weight: bold;
}
.back_product:hover svg path {
  fill: #3682f7;
}
.mores {
  width: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 3.5vw auto 0;
  cursor: pointer;
}
.mores span {
  color: #3681f7;
}
.mores img {
  margin-top: 5px;
  animation-name: bounce;
  animation-iteration-count: infinite;
  transform-origin: center bottom;
  animation-duration: 2s;
  animation-fill-mode: both;
}
.mores svg {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  animation-name: bounce;
  animation-iteration-count: infinite;
  transform-origin: center center;
  animation-duration: 2s;
  animation-fill-mode: both;
  position: relative;
}
.mores svg path {
  fill: #3681f7;
}
.ctn1 {
  margin-top: 140px;
  padding-bottom: 6.5vw;
}
.ctn1 .title {
  text-align: center;
  padding-top: 5.2vw;
}
.ctn1 .title h2 {
  font-weight: bold;
  color: #0c1634;
}
.ctn1 .title.t_left {
  text-align: left;
}
.ctn1 .tab_box {
  border-radius: 100px;
  background: #f3f6fa;
  padding: 5px 8px;
  width: 42%;
  box-sizing: border-box;
  margin: 3% auto;
}
.ctn1 .tab {
  width: 100%;
  border-radius: 100px;
  display: flex;
  position: relative;
}
.ctn1 .tab p {
  display: inline-block;
  width: 33.333%;
  text-align: center;
  border-radius: 100px;
  line-height: 50px;
  cursor: pointer;
  color: #0c1634;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.ctn1 .tab p.on {
  color: #fff;
}
.ctn1 .tab .active {
  width: 33.333%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 100px;
  background-color: #3682f7;
  transition: ease-in-out 0.5s;
  z-index: 1;
}
.ctn1 .item_box .item {
  display: none;
}
.ctn1 .item_box .item.on {
  display: block;
}
.ctn1 .item_box .item .item-list {
  border-top: 1px solid #dfdfdf;
}
.ctn1 .item_box .item .item-list .i-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5vw;
  cursor: pointer;
}
.ctn1 .item_box .item .item-list .i-title h2 {
  font-weight: bold;
  color: #0c1634;
}
.ctn1 .item_box .item .item-list .i-title svg {
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.ctn1 .item_box .item .item-list .i-title svg path {
  fill: #333;
}
.ctn1 .item_box .item .item-list .i-title.active svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.ctn1 .item_box .item .item-list ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn1 .item_box .item .item-list ul li {
  margin-top: 2.5vw;
  width: 28.2%;
  border: 1px solid #efefef;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transform: translateY(0px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ctn1 .item_box .item .item-list ul li:not(:nth-child(3n)) {
  margin-right: 7.7%;
}
.ctn1 .item_box .item .item-list ul li .tu {
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}
.ctn1 .item_box .item .item-list ul li .tu img {
  width: 100%;
}
.ctn1 .item_box .item .item-list ul li .tu.video {
  cursor: pointer;
}
.ctn1 .item_box .item .item-list ul li .tu .arr {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #3682f7;
}
.ctn1 .item_box .item .item-list ul li .tu .arr svg {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ctn1 .item_box .item .item-list ul li .text {
  padding: 1.3vw 1.8vw 1.5vw;
}
.ctn1 .item_box .item .item-list ul li .text h2 {
  color: #0c1634;
}
.ctn1 .item_box .item .item-list ul li .text p {
  color: #0c1634;
  margin-top: 1vw;
  text-align: justify;
}
.ctn1 .item_box .item .item-list ul li:hover {
  transform: translateY(-20px);
  box-shadow: 0px 5px 8px 0px #eef2f9;
}
.ctn1 .item_box .item .item-list:not(:first-child) {
  margin-top: 2.5vw;
}
.ctn2 {
  background: #f9f9f9;
  padding: 5vw 0 6.5vw;
}
.ctn2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn2 .title h2 {
  font-weight: bold;
  color: #0c1634;
}
.ctn2 .title a {
  color: #0c1634;
  display: flex;
  align-items: center;
}
.ctn2 .title a svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.ctn2 .title a svg path {
  fill: #0c1634;
}
.ctn2 .title a:hover {
  color: #3681f7;
}
.ctn2 .title a:hover svg path {
  fill: #3682f7;
}
.ctn2 .s-big {
  background: #f9f9f9;
  width: 100%;
  left: 0;
  position: relative;
  z-index: 1;
  margin-top: 3vw;
}
.ctn2 .s-big.fixed {
  position: fixed;
  margin-top: 0;
  box-shadow: 0 0 8px #e1eaf9;
  z-index: 10;
}
.ctn2 .s-big.fixed .swiper-top .swiper-container {
  padding: 6px 0 20px;
}
.ctn2 .s-big.fixed .swiper-top .swiper-slide h2 {
  padding-bottom: 12px;
}
.ctn2 .swiper-top {
  position: relative;
  padding: 0 80px;
}
.ctn2 .swiper-top .swiper-container {
  padding: 20px 0;
}
.ctn2 .swiper-top .swiper-container:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #dce6f6;
  position: absolute;
  left: 0;
  bottom: 19px;
}
.ctn2 .swiper-top .swiper-container .swiper-wrapper.center {
  display: flex;
  justify-content: center;
}
.ctn2 .swiper-top .swiper-slide {
  cursor: pointer;
}
.ctn2 .swiper-top .swiper-slide:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dededf;
  position: absolute;
  left: 1px;
  bottom: -5px;
}
.ctn2 .swiper-top .swiper-slide h2 {
  color: #dededf;
  font-weight: bold;
  padding-bottom: 1vw;
  position: relative;
}
.ctn2 .swiper-top .swiper-slide.active:before {
  background: #3681f7;
}
.ctn2 .swiper-top .swiper-slide.active h2 {
  transform-origin: left center;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  color: #3681f7;
}
.ctn2 .swiper-top .wd-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3681f7;
  margin-top: 0;
  top: auto;
  bottom: 4px;
  left: 0;
  cursor: pointer;
}
.ctn2 .swiper-top .wd-prev:before {
  content: '\e601';
  font-family: iconfont;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn2 .swiper-top .wd-next {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3681f7;
  margin-top: 0;
  top: auto;
  bottom: 4px;
  right: 0;
  cursor: pointer;
}
.ctn2 .swiper-top .wd-next:before {
  content: '\e683';
  font-family: iconfont;
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.ctn2 .swiper-top .wd-next.swiper-button-disabled {
  background: #dededf;
  cursor: not-allowed;
}
.ctn2 .swiper-top .wd-prev.swiper-button-disabled {
  background: #dededf;
  cursor: not-allowed;
}
.ctn2 .swiper-bottom {
  margin-top: 2vw;
}
.ctn2 .swiper-bottom .box {
  height: 1px;
}
.ctn2 .swiper-bottom .box ul {
  display: flex;
  flex-wrap: wrap;
}
.ctn2 .swiper-bottom .box ul li {
  margin-top: 2.5vw;
  width: 28.2%;
  border: 1px solid #efefef;
  border-radius: 12px;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  transform: translateY(0px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.ctn2 .swiper-bottom .box ul li:not(:nth-child(3n)) {
  margin-right: 7.7%;
}
.ctn2 .swiper-bottom .box ul li .tu {
  height: 0;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}
.ctn2 .swiper-bottom .box ul li .tu img {
  width: 100%;
}
.ctn2 .swiper-bottom .box ul li .text {
  padding: 1.3vw 1.8vw 1.5vw;
}
.ctn2 .swiper-bottom .box ul li .text h2 {
  color: #0c1634;
}
.ctn2 .swiper-bottom .box ul li .text p {
  color: #0c1634;
  margin-top: 1vw;
  text-align: justify;
}
.ctn2 .swiper-bottom .box ul li:hover {
  transform: translateY(-20px);
  box-shadow: 0px 5px 8px 0px #eef2f9;
}
.ctn2 .swiper-bottom .swiper-slide-active {
  height: auto;
}
.ctn3 {
  padding: 5vw 0;
}
.ctn3 .title h2 {
  font-weight: bold;
  color: #0c1634;
}
.ctn3 .ctn-list {
  margin-top: 2.5vw;
}
.ctn3 .ctn-list .list {
  padding: 2vw 0 3vw 2.5vw;
  border-top: 1px solid #dfdfdf;
}
.ctn3 .ctn-list .list .left {
  float: left;
  width: 18%;
  display: flex;
  align-items: center;
}
.ctn3 .ctn-list .list .left .icons {
  width: 28px;
  margin-right: 18px;
}
.ctn3 .ctn-list .list .left .icons img {
  max-width: 100%;
}
.ctn3 .ctn-list .list .left h2 {
  color: #0c1634;
}
.ctn3 .ctn-list .list .right {
  float: right;
  width: 82%;
  margin-top: 6px;
}
.ctn3 .ctn-list .list .right ul {
  width: 100%;
}
.ctn3 .ctn-list .list .right ul li {
  float: left;
  width: 20%;
  padding-left: 22px;
  position: relative;
  box-sizing: border-box;
}
.ctn3 .ctn-list .list .right ul li:before {
  content: '\ebe6';
  font-family: iconfont;
  color: #0c1634;
  position: absolute;
  left: 0;
  top: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn3 .ctn-list .list .right ul li span {
  color: #0c1634;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.ctn3 .ctn-list .list .right ul li:nth-child(n+6) {
  margin-top: 1.5vw;
}
.ctn3 .ctn-list .list .right ul li:hover:before {
  color: #3681f7;
}
.ctn3 .ctn-list .list .right ul li:hover span {
  color: #3681f7;
}
@media screen and (max-width: 1600px) {
  .ctn3 .ctn-list .list .right {
    margin-top: 4px;
  }
  .ctn3 .ctn-list .list .right ul li:before {
    top: 3px;
  }
}
/* 125% */
@media screen and (max-width: 1280px) {
  .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: 32px;
    margin-right: 9px;
  }
  .cont .subnav .subnavbg .nav_box .subnav_bar .nav_ic img.cad {
    width: 28px;
  }
  .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;
  }
}
/* 150 */
@media screen and (max-width: 992px) {
  .back_product svg {
    width: 16px;
    height: 16px;
  }
  .ctn1 {
    margin-top: 110px;
  }
  .cont .subnav {
    margin-top: -60px;
  }
  .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;
  }
  .ctn1 .item_box .item .item-list ul li .tu .arr {
    width: 50px;
    height: 50px;
  }
  .ctn1 .item_box .item .item-list ul li .tu .arr svg {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .back_product svg {
    display: none;
  }
  .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 .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 .subnav .subnavbg .nav_box .subnav_bar > div {
    width: calc(100% - 100px);
  }
  .mores {
    margin: 30px auto 0;
  }
  .trade_1 {
    margin-top: 10px;
  }
  .ctn1 {
    padding-bottom: 30px;
  }
  .ctn1 .title {
    padding-top: 50px;
  }
  .ctn1 .tab_box {
    width: 100%;
    margin: 20px auto;
  }
  .ctn1 .tab p {
    line-height: 36px;
  }
  .ctn1 .item_box .item .item-list .i-title {
    margin-top: 14px;
  }
  .ctn1 .item_box .item .item-list ul li {
    margin-top: 14px;
    width: 100%;
    margin-right: 0!important;
  }
  .ctn1 .item_box .item .item-list ul li:hover {
    transform: translateY(0px);
  }
  .ctn1 .item_box .item .item-list ul li .text {
    padding: 20px;
  }
  .ctn1 .item_box .item .item-list ul li .text p {
    margin-top: 10px;
  }
  .ctn1 .item_box .item .item-list:not(:first-child) {
    margin-top: 14px;
  }
  .ctn2 {
    padding: 30px 0;
  }
  .ctn2 .title a {
    display: none;
  }
  .ctn2 .title a svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .ctn2 .s-big {
    margin-top: 16px;
  }
  .ctn2 .s-big.fixed {
    padding-bottom: 2px;
  }
  .ctn2 .swiper-top {
    padding: 0 50px;
  }
  .ctn2 .swiper-top .swiper-slide h2 {
    padding-bottom: 20px;
  }
  .ctn2 .swiper-top .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .ctn2 .swiper-top .swiper-button-next {
    width: 32px;
    height: 32px;
  }
  .ctn2 .swiper-bottom {
    margin-top: 20px;
  }
  .ctn2 .swiper-bottom .box ul li {
    margin-top: 14px;
    width: 100%;
    margin-right: 0!important;
  }
  .ctn2 .swiper-bottom .box ul li:hover {
    transform: translateY(0px);
  }
  .ctn2 .swiper-bottom .box ul li .text {
    padding: 20px;
  }
  .ctn2 .swiper-bottom .box ul li .text p {
    margin-top: 10px;
  }
  .ctn3 {
    padding: 30px 0 30px;
  }
  .ctn3 .ctn-list {
    margin-top: 20px;
  }
  .ctn3 .ctn-list .list {
    padding: 20px 0;
  }
  .ctn3 .ctn-list .list .left {
    width: 100%;
  }
  .ctn3 .ctn-list .list .left .icons {
    width: 20px;
    margin-right: 10px;
  }
  .ctn3 .ctn-list .list .right {
    width: 100%;
  }
  .ctn3 .ctn-list .list .right ul li {
    width: 50%;
    margin-top: 14px!important;
  }
}
@media screen and (max-width: 360px) {
  .cont .subnav .subnavbg.on {
    height: 40px;
  }
  .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;
  }
}
/*# sourceMappingURL=ability.css.map */