@charset "UTF-8";
@font-face {
  font-family: "TC";
  src: url(../fonts/TCM____.TTF) format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "TC";
  src: url(../fonts/TCB_____.TTF) format("truetype");
  font-weight: bold;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    right: -396px;
  }
  to {
    opacity: 1;
    right: 0;
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
    right: 0;
  }
  to {
    opacity: 0;
    right: -396px;
  }
}
@keyframes shadowShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes shadowHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@font-face {
  font-family: 'iconfont';  /* Project id 604879 */
  src: url('//at.alicdn.com/t/font_604879_ea6v07masfe.woff2?t=1635744371701') format('woff2'),
       url('//at.alicdn.com/t/font_604879_ea6v07masfe.woff?t=1635744371701') format('woff'),
       url('//at.alicdn.com/t/font_604879_ea6v07masfe.ttf?t=1635744371701') format('truetype');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.p-1 {padding-top: 10px!important}
.right{float: right!important}
.arrow{font-size: 24px;color:#BBBBBB!important}
.white {color: #fff!important}
.white-bg {background-color: #fff!important}
.font-14{font-size: 14px!important;font-weight:normal!important}
.down img{width: 180px!important;padding: 20px;border-radius:32px;}
.down span{width: 180px!important;text-align: center;float: left;font-size: 14px;}
.class-i{
  padding: 5px 8px;
  font-size: 12px;
  color: #101010;
  line-height: 28px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  background-color:#f2f2f2;border: 1px #edeeee solid;
}
.cc{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrapper .topbar .sub-menu-w {
  width: 100%;
  height: 56px;
  background-color: #F9F9F9;
  position: fixed;
  left: 0;
  top: 56px;
  z-index: 10;
  padding-left: 222px;
  display: none;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1);
}
.wrapper .topbar .sub-menu-w .sub-w a {
  display: inline-block;
  width: auto;
  line-height: 56px;
  color: #a3a3a3;
  font-size: 12px;
  position: relative;
  text-align: center;
  margin-right: 14px;
}
.wrapper .topbar .sub-menu-w .sub-w a .plus {
  position: absolute;
  left: calc(50% + 4px);
  top: 20px;
  font-size: 9px;
  line-height: 1;
}
.wrapper .topbar .sub-menu-w .sub-w a:hover {
  color: #009DE0;
}
.wrapper .topbar .sub-menu-w .sub-w a:hover:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #009DE0;
  left: 0;
  bottom: 0;
}
.wrapper .topbar .link-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 56px;
  background-color: #9a834c;
  overflow: hidden;
  transition: all 0.5s;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
}
.wrapper .topbar .link-w .link-ww {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 50px;
  width: 100%;
  height: 100%;
}
.wrapper .topbar .link-w .link-ww .close-w {
  width: 56px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.wrapper .topbar .link-w .link-ww .close-w img {
  height: 10px;
}
.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  margin: 0;
  padding: 0;
}

a, a:hover, a:visited {
  color: #000;
  text-decoration: none;
}

.slide, .slide2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
}
.mov-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-color: #333;
  z-index: -10;
}

body {
  color: #000;
  font-family: "TC", "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #F7F7F7;
  font-size: 18px;
  line-height: 22px;
}
.wht {background-color: #fff!important;}
.font-not-tc {
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
}

.hide {
  display: none !important;
}

img, video {
  vertical-align: middle;
}

.flash-move {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all 0.8s;
}

.flash-move.move-on {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
  transition: all 0.7s;
}

.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
}
.shadow.open {
  display: block;
  -webkit-animation-name: shadowShow;
  animation-name: shadowShow;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.shadow.close {
  display: block;
  -webkit-animation-name: shadowHide;
  animation-name: shadowHide;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



.display-pc {
  display: block;
  width: 100%
}

.not-display-pc {
  display: none;
}

.wrapper .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .btn-more.solid {
  background-color: #3774C4;
  color: #fff;
}
.wrapper .btn-more {
  height: 40px;
  color: #3774C4;
  padding: 0 16px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #3774C4 solid;
  background-color: #fff;
  cursor: pointer;
}
.wrapper .col60 .movable-b .htt {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #009DE0;
}
.H-aout {
  height: auto;
  width: 100%;
  position: relative;
}

.lbox {
  width: 500px;
}
.list_l {
  padding-top: 35px;
}
.list_l .date {
  font-size: 22px;
  color: #9f9f9f;
}
.list_l .title {
  display: block;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-top: 15px;
}
.clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list_l .img {
  width: 100%;
  height: 180px;
}
.list_l .more {
  width: 135px;
  height: 36px;
  display: block;
  margin-top: 35px;
  background: url(../images/lens_13.png) no-repeat center #00488e;
  background-size: 20px;
}

.list_l .brief {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
  height: 44px;
  -webkit-line-clamp: 2;
  margin-top: 15px;
  margin-bottom: 20px;
}
.rbox {
  width:calc(100% - 180px);
}
.fr {
  float: right;
}
.list_r li {
  padding: 35px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  padding-left: 65px;
}
.list_r .tt {
  position: relative;
}
.list_r .title {
  font-size: 18px;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  font-weight: bold;
}


/**首页五维图**/

.wrapper .home-box .home-dimensions .info.col-4 {
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.wrapper .home-box .home-dimensions .info.col-6 {
  position: absolute;
    width: 60%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.wrapper .home-box .home-dimensions .d-k .info .m-title {
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
}
.wrapper .home-box .home-dimensions .d-k .info .v-title {
  font-size: 18px;
  line-height: 50px;
}

.wrapper .col-f .info .tt {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.wrapper .col-f .info .tt span {
  font-size: 40px;
  vertical-align: bottom;
}


.wrapper .col-f .info {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.wrapper .col-f .info .tt {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}
.wrapper .col-f .info .tt span {
  font-size: 40px;
  vertical-align: bottom;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}
.wrapper .topbar .logo-w {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 198px;
  height: 56px;
  background-color: #fff;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .topbar .logo-w .logo-ww .wht {
  display: none;
}

.wrapper .topbar .logo-w .logo-ww {
  width: 210px;
  height: 56px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .topbar .logo-w .logo-ww img {
  height: 36px;
}
.wrapper .topbar .logo-w .logo-more {
  width: 56px;
  height: 56px;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
/**传播理念**/
.video-bg-area {
  padding: 200px 0;
}
.video-bg-area h1{line-height: 50px;font-size: 38px;color: #ffffff;}
.video-bg-area span{
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}
.mask {
  position: relative;
  z-index: 1;
}

.text-center {
  text-align: center;
}
.mask.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.mask2.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/**传播理念 结束**/
.wrapper .topbar .logo-w .logo-more img {
  width: 13px;
}
.wrapper .topbar .navs-w {
  position: fixed;
    top: 0;
    right: 0;
    padding-right: 56px;
    z-index: 11;
    width: calc(100px * 2);
    height: 56px;
    background-color: #fff;
    color: rgba(0, 0, 0, 0.650);
    line-height: 56px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .navs-w.clearfix .iconfont{margin-right: 5px;font-size: 21px;}
.wrapper .home-slides .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .home-slides .info .htt {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
}
.wrapper .home-slides .info .tt {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.t-left {
  align-items: flex-start!important;
  text-align: left!important;
}
.l-p10 {
  padding-left: 10%;
}

.wrapper .topbar .navs-w .item {
  display: none;
}

.wrapper .topbar .menu-w {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  height: 56px;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  opacity: 1;
  width: calc(100% - 198px);
}
.wrapper .topbar .menu-w .menu-ww {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 25px;
  width: 100%;
  height: 100%;
}
.wrapper .topbar .menu-w .menu-ww .menus .item {
  padding: 0 20px;
  line-height: 56px;
  font-size: 12px;
  color: #a3a3a3;
  cursor: pointer;
  font-weight: bold;
}
.wrapper .topbar .menu-w .menu-ww .menus .item.active {
  color: #009DE0;
}
ul, ol, li {
  list-style-type: none;
}

/**产品**/
.xm-product-box {
  position: relative;
  z-index: 4;
  background: #fff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.07);
  box-shadow: 0 5px 5px rgba(0,0,0,.07);
}
.xm-product-box .nav-bar {
  position: relative;
  height: 63px;
  width: 100%;
  margin-top: 0;
  color: #616161;
}
.xm-product-box .nav-bar .container {
  width: calc(100% - 396px);
  margin-right: auto;
  margin-left: auto;
}
.xm-product-box .nav-bar h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 60px;
  color: #424242;
  float: left;
  padding-left: 45px
}
.xm-product-box .nav-bar .left, .xm-product-box .nav-bar .right {
  float: right;
  margin: 17px 0 0 0;
}
.xm-product-box .nav-bar .left {
  float: left;
  margin-left: 5px;
  font-size: 12px;
  margin-top: 21px;
}
.xm-product-box .nav-bar .left .separator, .xm-product-box .nav-bar .right .separator {
  margin: 0 .5em;
  color: #424242;
}
.xm-product-box .nav-bar .left a, .xm-product-box .nav-bar .right a {
  color: #616161;
}
.xm-product-box .nav-bar .left, .xm-product-box .nav-bar .right {
  float: right;
  margin: 17px 0 0 0;
}
.xm-product-box .nav-bar .left a, .xm-product-box .nav-bar .right a {
  color: #616161;
  font-size: 14px;
}
.xm-product-box .nav-bar .right .separator {
  color: #e0e0e0;
}


/**产品 结束**/
.wrapper .col60 {
  width: 60%;
  height: 100%;
  position: relative;
  float: left;
  background-color: #F7F7F7;
}
.wrapper .col40 {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
}

.wrapper .row2 {
  width: 100%;
  height: 50%;
  position: relative;
  background-color: #fff;
}
.wrapper .movable-b.fadeIn {
  left: 0;
}
.wrapper .filter {
  height: 4px;
  margin: 23px 0;
}

.wrapper .col60 .movable-b .tt {
  font-size: 50px;
  line-height: 55px;
  font-weight: bold;
}
.wrapper .col60 .movable-b .stt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin: 20px 0 30px;
}
.wrapper .movable-b {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 180px;
  transition: all 0.6s;
}
/**关于我们**/
.team_list {
  margin: 0 auto;
  width: 1400px;
}
.wrapper .team {
  width: 100%;
  margin-bottom: 50px;
}
.team .team_list .item {
  position: relative;
  float: left;
  margin: 0 0.5% 1% 0.5%;
  width: 24%;
  height: auto;
}
.team .team_list .item img {
  display: block;
  width: 100%;
}
.team .team_list .mask {
  position: absolute;
  background: #2a2b2f;
  opacity: .85;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: top .3s cubic-bezier(.4, 0, .2, 1);
  transition: top .3s cubic-bezier(.4, 0, .2, 1);
}
.team .team_list .txt {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  margin-top: -32px;
  width: 100%;
  text-align: center;
}
.team .team_list .txt .name {
  font-size: 18px;
}
.team .team_list .txt p {
  line-height: 2;
  font-size: 14px;
  color: #fff;
  letter-spacing: 5px;
  opacity: 0;
  -webkit-transform: translate(0, 125%);
  -ms-transform: translate(0, 125%);
  transform: translate(0, 125%);
  -webkit-transition: -webkit-transform .6s,opacity .4s;
  transition: transform .6s,opacity .4s;
}
.team .team_list .txt p {
  line-height: 2;
  font-size: 14px;
  color: #fff;
  letter-spacing: 5px;
  opacity: 0;
  -webkit-transform: translate(0, 125%);
  -ms-transform: translate(0, 125%);
  transform: translate(0, 125%);
  -webkit-transition: -webkit-transform .6s,opacity .4s;
  transition: transform .6s,opacity .4s;
}
.team .team_list .item:hover .mask {
  top: 0;
}
.team .team_list .item:hover .txt p{opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}


.wrapper .home-about {
  height: 600px;
  width: 100%;
  position: relative;
}
.wrapper .home-about .col-6 {
  width: 60%;
  height: 100%;
  position: relative;
  float: left;
  background-color: #F7F7F7;
}
.wrapper .home-about .col-4 {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
}

.wrapper .home-about .video-box video {
  width: 75%; 
  vertical-align: middle;
  border: 10px rgba(255, 255, 255, 0.25) solid;
  border-radius: 8px;
}

.wrapper .home-about .video-box .info {
  background-color: rgba(0, 0, 0, 0.0);
}

.wrapper .home-about .video-box .info.bg-shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.wrapper .home-about .video-box .info.bg-shadow .op{
  text-align: center;
  font-size: 11px;
  line-height: 21px;
  cursor: pointer;
}

.wrapper .home-about .recom-w {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 60px 0;
}
.wrapper .home-about .recom-w .re-w {
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}

.wrapper .home-about .bbw-n {
  height: 100%;
  width: 100%;
}

.wrapper .home-about .col-6 .movable-b .tt {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 35px;
}
.wrapper .home-about .recom-w .re-w .col .rtt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .home-about .recom-w .re-w .col .icon {
  font-size: 50px;
  line-height: 60px;
  color: #009DE0;
}
.wrapper .home-about .bbw-n .col-6 .movable-b.P-top {
  left: 0;
  padding-top: 50px;
}
.wrapper .home-about .bbw-n .col-6 .movable-b.P-bot {
  left: 0;
  padding-bottom: 25px;
}

.wrapper .home-about .bbw-n .col-6 .movable-b {
  position: absolute;
  left: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 180px;
  transition: all 0.6s;
}
.open-imgs{display: block !important;}
.wrapper .home-about .col-6 .movable-b .stt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin: 5px 0 5px;
}
.wrapper .home-about .filter {
  height: 4px;
  margin: 12px 0 18px 0;
}

/**首页关于我们 结束**/
.info-w.left {
  padding-left: 180px;
}
.info-w {
  width: 45%;
  height: 100%;
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

/**底部版权**/
.wrapper .footer.blk {
  background-color: #191919;
}
.wrapper .tp-w {
  width: 55%;
  height: 100%;
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.wrapper .footer {
  background-color: #fff;
  padding: 54px 50px 50px;
}
.wrapper .footer .footer-w {
  max-width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .footer .footer-w .fo-w {
  width: 100%;
  padding-bottom: 20px;
}
.wrapper .footer .footer-w .fo-w .l-fo {
  float: left;
}
.wrapper .footer .footer-w .fo-w .l-fo .col {
  width: auto;
  margin-right: 55px;
  float: left
}
.wrapper .footer .footer-w .fo-w .l-fo .col .ftt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.wrapper .footer .footer-w .fo-w .l-fo .col .fstt {
  font-size: 11px;
  line-height: 25px;
  color: #a3a3a3;
  display: block;
  font-weight: bold;
}
.wrapper .footer .footer-w .fo-w .r-fo {
  float: right;
}
.wrapper .footer .footer-w .fo-w .r-fo .col {
  text-align: right;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .ftt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 20px;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .fstt {
  font-size: 12px;
  line-height: 25px;
  color: #a3a3a3;
  display: block;
}
.wrapper .footer .footer-w .fo-w .r-fo .col .fstt span {
  display: inline-block;
  width: 105px;
}
.wrapper .footer .footer-w .fo-bw {
  padding-top: 28px;
}
.wrapper .footer .footer-w .fo-bw .fo-info {
  float: left;
}
.wrapper .footer .footer-w .fo-bw .fo-info p {
  font-size: 11px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .footer .footer-w .fo-bw .fo-info p span {
  color: #3774C4;
  margin: 0 6px 0 0;
  font-weight: bold;
}
.wrapper .footer .footer-w .fo-bw .fo-info p a {
  color: #a3a3a3;
}
.wrapper .footer .footer-w .fo-bw .social {
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrapper .footer .footer-w .fo-bw .social img {
  height: 14px;
  margin-left: 8px;
  vertical-align: text-bottom;
}
/**底部版权 结束**/

.wrapper .menu {
  position: fixed;
  top: 0;
  right: -396px;
  width: 396px;
  height: 100%;
  background-color: #000;
  z-index: 11;
  padding-right: 150px;
  text-align: right;
  padding-top: 150px;
  transition: all ease-in 0.4s;
}
.wrapper .menu .close-w {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
}
.wrapper .menu .close-w img {
  width: 10px;
}
.wrapper .menu .icon-w {
  margin-bottom: 54px;
  height: 56px;
}
.wrapper .menu .icon-w img {
  zoom: 0.5;
}
.wrapper .menu .menu-items .item {
  color: #fff;
  margin-bottom: 20px;
}
.wrapper .menu .menu-items .item .filter {
  display: none;
  height: 4px;
  margin: 0 0 20px;
}
.wrapper .menu .menu-items .item .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .menu .menu-items .item .tt {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
.wrapper .menu .menu-items .item .tt a {
  color: #fff;
}
.wrapper .menu .menu-items .item .tt.active a {
  color: #009DE0;
}
.wrapper .menu .menu-items .item .sub-w {
  display: none;
  margin-top: 12px;
}
.wrapper .menu .menu-items .item .sub-w .fstt {
  display: block;
  font-size: 12px;
  line-height: 2;
  font-weight: bold;
}
.wrapper .menu .menu-items .item.active {
  color: #fff;
}
.wrapper .menu .menu-items .item.active .filter {
  display: block;
}
.wrapper .menu .menu-items .item.active .sub-w {
  display: block;
}
.wrapper .menu .menu-items .item.active .sub-w .fstt {
  color: #fff;
}
.wrapper .menu .menu-items .item.no-active {
  color: rgba(255, 255, 255, 0.2);
}
.wrapper .menu.fadeInRight {
  right: 0;
}
.wrapper .cookie-w {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #000;
  z-index: 10;
  padding: 30px 40px 0;
}
.wrapper .cookie-w .tt {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.wrapper .cookie-w .stt {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 8px;
}
.wrapper .cookie-w .close {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 12px;
  line-height: 1;
  color: #3774C4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.wrapper .cookie-w .close img {
  height: 10px;
  margin-left: 10px;
}
/**首页栏目标题 开始**/
.wrapper .l-title .title-box{
  text-align: center;
  padding: 50px 0;
}
.wrapper .l-title .title-box .into {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .l-title .title-box .bfilter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .l-title .title-box .bfilter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .l-title .title-box .name {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .l-title .more-h {
  padding: 70px 0;
  text-align: center;
}
.wrapper .l-title .more-h2 {
  padding: 50px 0;
  text-align: center;
}
.wrapper .l-title .more-h .more {
  height: 40px;
  color: #3774C4;
  padding: 0 16px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #3774C4 solid;
}
/***首页栏目标题 结束*/

.wrapper .main-bg {
  position: relative;
}
.wrapper .main-bg img {
  width: 100%;
}
.wrapper .main-bg .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.wrapper .main-bg .info .tt {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}
.wrapper .main-bg .info .htt {
  font-size: 20px;
  line-height: 32px;
}
.wrapper .main-bg .info .filter {
  height: 4px;
  margin: 23px 0;
  color: #000;
}
.wrapper .main-bg .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .main-bg .info .stt {
  font-size: 16px;
  line-height: 26px;
}
.wrapper .main-bg .info.blk {
  color: #000;
}
.wrapper .stories {
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  position: relative;
  background-color: #FFF;
  overflow: hidden;
}
.wrapper .stories .col-s {
  width: 50%;
  height: 50%;
  position: relative;
  float: left;
}
.wrapper .stories .col-s .info-s {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 52px 50px;
  color: #000;
  height: 100%;
}
.wrapper .stories .col-s .info-s .tp .tt {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
.wrapper .stories .col-s .info-s .tp .stt {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .stories .col-s .info-s .tp .filter {
  height: 4px;
  margin: 20px 0;
}
.wrapper .stories .col-s .info-s .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .stories .col-s .info-s .tp .htt {
  font-size: 12px;
  line-height: 21px;
  color: #a3a3a3;
  margin-top: 20px;
  font-weight: bold;
}
.wrapper .stories .col-s .info-s .more img {
  height: 3px;
}
.wrapper .stories .stories-w {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 64.28%;
}
.wrapper .stories .stories-w .ss-ww {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wrapper .stories .stories-w .ss-ww .col {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.wrapper .stories .stories-w .ss-ww .col .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 70px 60px;
  color: #fff;
}
.wrapper .stories .stories-w .ss-ww .col .info .tt {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
}
.wrapper .stories .stories-w .ss-ww .col .info .stt {
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.wrapper .stories .stories-w .ss-ww .col .info .filter {
  height: 4px;
  margin: 20px 0;
}
.wrapper .stories .stories-w .ss-ww .col .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .stories .stories-w .ss-ww .col .info .htt {
  font-size: 12px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
  font-weight: bold;
}
.wrapper .stories .stories-w .ss-ww .col .info .more {
  margin-top: 130px;
}
.wrapper .stories .stories-w .ss-ww .col .info .more img {
  height: 3px;
}
.wrapper .stories .row {
  width: 100%;
}
.wrapper .stories .row .col-s {
  width: 25%;
  padding-top: 32.14%;
  position: relative;
}
.wrapper .stories .row .col-s .info-s {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrapper .home-box .index-slides {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.wrapper .home-box .index-slides .swiper-slide {
  position: relative;
}
.wrapper .home-box .index-slides .swiper-slide .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .home-box .index-slides .swiper-slide .info .tt {
  font-size: 75px;
  line-height: 64px;
  font-weight: bold;
}
.wrapper .home-box .index-slides .swiper-slide .info .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .home-box .index-slides .swiper-slide .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .home-box .index-slides .swiper-slide .info .stt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.wrapper .home-box .index-slides .swiper-slide .info .more {
  height: 40px;
  width: 96px;
  color: #3774C4;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
}
.wrapper .home-box .index-slides .swiper-slide .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
}
.wrapper .home-box .index-slides .swiper-pagination {
  bottom: 40px;
  width: 100%;
  z-index: 7;
}
.wrapper .home-box .index-slides .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
  width: 35px;
  height: 4px;
  margin: 0 2px;
}
.wrapper .home-box .index-slides .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

/**首页应用优势**/
.wrapper .home-box .home-advantage .box {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.wrapper .home-box .home-advantage .box .col {
  width: 33.333%;
  height: 395px;
  position: relative;
  cursor: pointer;
}
.wrapper .home-box .home-advantage .box .col:hover .back {
  display: block;
  -webkit-animation-name: shadowShow;
  animation-name: shadowShow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrapper .home-box .home-advantage .box .col:last-child .front {
  border-right: none;
}
.wrapper .home-box .home-advantage .box .col .front {
  width: 100%;
  height: 325px;
  position: relative;
  background-color: #fff;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 40px;
}
.wrapper .home-box .home-advantage .box .col .front .dtt {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
}
.wrapper .home-box .home-advantage .box .col .front .filter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .home-box .home-advantage .box .col .front .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .home-box .home-advantage .box .col .front .dstt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .home-box .home-advantage .box .col .front .f-img {
  position: absolute;
  right: 104px;
  bottom: 80px;
  zoom: 0.5;
}
.wrapper .home-box .home-advantage .box .col .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.wrapper .home-box .home-advantage .box .col .back .back-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 38px 40px 43px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  color: #fff;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-t .dtt {
  font-size: 30px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-t .filter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-t .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #fff;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-t .dstt {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-b .dstt {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-b .filter {
  height: 2px;
  margin: 14px 0;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-b .filter span {
  display: inline-block;
  width: 15px;
  height: 2px;
  vertical-align: top;
  background-color: #fff;
}
.wrapper .home-box .home-advantage .box .col .back .back-info .back-b .dsstt {
  font-size: 12px;
  line-height: 23px;
}
/**首页应用优势 结束**/

/**首页理念**/
.wrapper .home-box .home-idea {
  background-color: #fff;
}
.function{width: 765px;}
.wrapper .home-box .home-idea .function li:first-child{border:none;background-color: rgba(255, 255, 255, 0);height: 1px;padding: 0;}
.wrapper .home-box .home-idea .function li:nth-child(2){border-bottom:none;border-right:none;}
.wrapper .home-box .home-idea .function li:nth-child(3){border-bottom:none;}
.wrapper .home-box .home-idea .function li:nth-child(4){border-right:none;}
.wrapper .home-box .home-idea .function li:nth-child(5){border-right:none;}
.wrapper .home-box .home-idea .function li:hover {box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.651);}
.wrapper .home-box .home-idea .function .f-box{
  border: 1px rgba(255, 255, 255, 0.20) solid;
  padding: 40px 30px;
  width: 255px;
  float: left;
  background-color: rgba(15, 129, 255, 0.05);
}
.wrapper .home-box .home-idea .function .f-box .f-t{display: inline-block;}
.wrapper .home-box .home-idea .function .f-box .f-t .icon.iconfont{font-size: 32px;vertical-align: -4.5px; margin-right: 5px;}
.wrapper .home-box .home-idea .function .f-box .f-bfilter{
  width: 32px;
  background-color: #fff;
  height: 2px;
  max-height: 2px;
  margin: 15px 0;
}
.wrapper .home-box .home-idea .function .f-box .f-t .ft-span-img{line-height: 22px;float: left;}
.wrapper .home-box .home-idea .function .f-box .f-t .ft-span-img img{width: 22px;margin-right: 5px;}
.wrapper .home-box .home-idea .function .f-box .f-t .ft-span-txt{float: left;margin-top: 2px;}
.wrapper .home-box .home-idea .function .f-box .f-into{font-size: 14px;color: rgba(255, 255, 255, 0.85);}
.wrapper .home-box .home-idea .idea-k .info.col-4 {
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding-bottom: 175px;
}
.wrapper .home-box .home-idea .idea-k .info.col-6 {
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.wrapper .home-box .home-idea .idea-k .info .m-title {
  font-size: 30px;
  line-height: 60px;
  font-weight: bold;
}
.wrapper .home-box .home-idea .idea-k .info .v-title {
  font-size: 18px;
  line-height: 50px;
}

.wrapper .home-box .home-idea .idea-k .info .m-title span {
  font-size: 40px;
  vertical-align: bottom;
}
/**首页理念 结束**/

.wrapper .home-box .index-02 .pnavs {
  width: 100%;
  border-top: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wrapper .home-box .index-02 .pnavs .col {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .home-box .index-02 .pnavs .col .nav-w {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .home-box .index-02 .pnavs .col .nav-w .ntt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .home-box .index-02 .pnavs .col .nav-w .nstt {
  font-size: 12px;
  line-height: 25px;
}
.wrapper .home-box .index-02 .pnavs .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #3774C4;
  display: none;
}
.wrapper .home-box .index-02 .pnavs .col.active .nav-w, .wrapper .home-box .index-02 .pnavs .col:hover .nav-w {
  color: #000;
}
.wrapper .home-box .index-02 .pnavs .col.active .nav-w .bline, .wrapper .home-box .index-02 .pnavs .col:hover .nav-w .bline {
  display: block;
}

.wrapper .home-box .index-02 .pages {
  width: 100%;
  height: 900px;
  position: relative;
}
.wrapper .home-box .index-02 .pages .page-w {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.wrapper .home-box .index-02 .pages .page-w .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  color: #fff;
}
.wrapper .home-box .index-02 .pages .page-w .info.right {
  left: 50%;
}
.wrapper .home-box .index-02 .pages .page-w .info .tt {
  font-size: 45px;
  line-height: 64px;
  font-weight: bold;
}
.wrapper .home-box .index-02 .pages .page-w .info .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .home-box .index-02 .pages .page-w .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .home-box .index-02 .pages .page-w .info .stt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .home-box .index-02 .pages .page-w .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  line-height: 14px;
}
.wrapper .home-box .index-02 .pages .page-w.split-2 .col {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.wrapper .home-box .index-02 .pages .page-w.split-2 .col .info {
  width: 100%;
  justify-content: flex-start;
  padding-top: 60px;
}
.wrapper .home-box .index-02 .pages .page-w.split-2 .col .info .tt {
  font-size: 35px;
  line-height: 30px;
}
.wrapper .home-box .index-02 .pages .page-w.split-2 .col .info .filter {
  margin: 14px 0;
}
.wrapper .home-box .index-02 .pages .page-w .resp-w {
  position: relative;
  width: 100%;
  height: 100%;
}
.wrapper .home-box .index-02 .pages .page-w .resp-w .swiper-pagination-index02 {
  bottom: 40px;
  width: 100%;
  z-index: 7;
}
.wrapper .home-box .index-02 .pages .page-w .resp-w .swiper-pagination-index02 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.3;
  border-radius: 0;
  width: 80px;
  height: 2px;
  margin: 0;
}
.wrapper .home-box .index-02 .pages .page-w .resp-w .swiper-pagination-index02 .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.wrapper .home-box .index-04 {
  background-color: #fff;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide {
  position: relative;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .slide-img {
  width: 100%;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .info .tt {
  font-size: 75px;
  line-height: 65px;
  font-weight: bold;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .info .filter {
  height: 4px;
  margin: 20px 0;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .info .stt {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .info .more {
  height: 40px;
  width: 96px;
  color: #fff;
  font-size: 12px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;
  background-color: #3774C4;
  margin-top: 40px;
}
.wrapper .home-box .index-04 .tech-slides .swiper-slide .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
}
.wrapper .home-box .index-04 .tech-slides .swiper-pagination {
  display: none;
}
.wrapper .home-box .index-05 .pnavs {
  width: 100%;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wrapper .home-box .index-05 .pnavs .col {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
}
.wrapper .home-box .index-05 .pnavs .col .nav-w {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .home-box .index-05 .pnavs .col .nav-w .ntt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .home-box .index-05 .pnavs .col .nav-w .nstt {
  font-size: 12px;
  line-height: 25px;
}
.wrapper .home-box .index-05 .pnavs .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #3774C4;
  display: none;
}
.wrapper .home-box .index-05 .pnavs .col.active .nav-w, .wrapper .home-box .index-05 .pnavs .col:hover .nav-w {
  color: #000;
}
.wrapper .home-box .index-05 .pnavs .col.active .nav-w .bline, .wrapper .home-box .index-05 .pnavs .col:hover .nav-w .bline {
  display: block;
}
.wrapper .home-box .index-05 .pages .page-w {
  max-width: 1336px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

/**合作伙伴**/
.wrapper .home-cooperative .pages .page-w {
  max-width: 1400px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}

.wrapper .home-cooperative .pages .page-w.active {
  display: block;
}
.wrapper .home-cooperative .pages .page-w .btb .bfilter span {
  height: 2px;
}
.wrapper .home-cooperative .pages .page-w .items .col {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 22px;
  width: 25%;
  height: 150px;
  float: left;
  position: relative;
  border: 1px rgba(0, 0, 0, 0.02) solid;
}
.wrapper .home-cooperative .pages .page-w .items .col img {
  zoom: 0.5;
}
.wrapper .home-cooperative .pages .page-w .items .col .h {
  display: none;
}
.wrapper .home-cooperative .pages .page-w .items .col p {
  color: #c7c7c7;
  position: absolute;
  bottom: 12px;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "冬青黑体", "Microsoft YaHei", "微软雅黑", Helvetica, Arial, sans-serif;
}
.wrapper .home-cooperative .pages .page-w .items .col:hover {
  background-color: #3774C4;
}
.wrapper .home-cooperative .pages .page-w .items .col:hover .o {
  display: none;
}
.wrapper .home-cooperative .pages .page-w .items .col:hover .h {
  display: inline;
}
.wrapper .home-cooperative .pages .page-w .items .col:hover p {
  color: #fff;
}
/**合伙品牌 结束**/

.wrapper .brand-w {
  position: relative;
}
.wrapper .brand-w .b-bb {
  min-height: 600px;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.wrapper .brand-w .b-bb .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
.wrapper .brand-w .b-bb .info.right {
  left: 50%;
}
.wrapper .brand-w .b-bb .info .tt {
  font-size: 75px;
  line-height: 64px;
  font-weight: bold;
}
.wrapper .brand-w .b-bb .info .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .brand-w .b-bb .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .brand-w .b-bb .info .stt {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.wrapper .brand-w .b-bb .info .hopener {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  line-height: 32px;
  font-weight: bold;
  color: #3774C4;
  cursor: pointer;
  border: 1px #3774C4 solid;
}
.wrapper .brand-w .b-bb .info .hint {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  opacity: 0.5;
}
.wrapper .brand-w .b-bb .hinfo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 13;
  padding: 160px 100px 40px;
  overflow: hidden;
}
.wrapper .brand-w .b-bb .hinfo .close-w {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 70px;
  right: 70px;
  background-color: #3774C4;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.wrapper .brand-w .b-bb .hinfo .close-w img {
  height: 5px;
}
.wrapper .brand-w .b-bb .hinfo .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .brand-w .b-bb .hinfo .filter {
  height: 4px;
  margin: 23px 0;
}
.wrapper .brand-w .b-bb .hinfo .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .brand-w .b-bb .hinfo .tt {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w {
  width: 100%;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col {
  width: 50%;
  float: left;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .txt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin-bottom: 40px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .more {
  height: 40px;
  color: #3774C4;
  padding: 0 16px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #3774C4 solid;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides {
  padding: 0 60px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 30px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides .swiper-pagination-bb {
  right: 0;
  bottom: -20px;
  text-align: right;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides .b-slides .swiper-pagination-bb .swiper-pagination-bullet {
  height: 2px;
  width: 35px;
  background-color: #000;
  margin: 0 3px;
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .col-cust {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .col-cust img {
  width: 100px;
}
.wrapper .brand-w .b-bb .hinfo .hinfo-w .col .col-cust span {
  font-size: 12px;
  font-weight: bold;
  margin-left: 20px;
}
.wrapper .brand-w .b-bb .col2 {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.wrapper .brand-w .b-bb .col2 .info {
  width: 100%;
  justify-content: flex-start;
  padding-top: 60px;
}
.wrapper .brand-w .b-bb .col2 .info .tt {
  font-size: 35px;
  line-height: 30px;
}
.wrapper .brand-w .b-bb .col2 .info .filter {
  margin: 14px 0;
}
.wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w {
  width: 100%;
}
.wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w .col {
  width: 100%;
}
.wrapper .brand-w .paginations {
  position: fixed;
  right: 0;
  top: 46%;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.wrapper .brand-w .paginations.pagination-m {
  display: none;
}
.wrapper .brand-w .paginations span {
  display: inline-block;
  right: 0;
  height: 4px;
  width: 6px;
  background-color: #3774C4;
  margin: 1px 0;
  transition: width 0.4s;
}
.wrapper .brand-w .paginations span.active {
  width: 110px;
}
/**视界动态**/

.c-news{
  max-width: 1540px;
  left: 0;
  right: 0;
  margin: 50px auto;
}

.news-box{
  max-width: 1400px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 50px auto;
}
.news-box .news-k {
  padding: 0 20px;
  display: none;
}
.news-box .news-k.active {
  display: block;
}
.news-box .news-k .row {
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 18px;
}
.news-box .news-k .row .col-2 {
  float: left;
  width: 50%;
  height: 450px;
  position: relative;
}
.news-box .news-k .row .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 60px 50px;
  background-color: #fff;
}
.news-box .news-k .row .txt .tp .tt {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.news-box .news-k .row .txt.lg .tp .tt {
  font-size: 40px;
  line-height: 50px;
}
.news-box .news-k .row .txt .tp .stt {
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
}
.news-box .news-k .row .txt .tp .htt {
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
  color: #a3a3a3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-k .row .txt.lg .tp .htt {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-k .row .txt .more {
  height: 3px;
}
.news-box .news-k .row .col-4 {
  float: left;
  width: 25%;
  height: 450px;
  position: relative;
}
/**视界动态 结束**/

/**解决方案 开始**/
.wrapper .solution .pnavs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}
.wrapper .solution .pnavs .col {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
}
.wrapper .solution .pnavs .col.active .nav-w, .wrapper .solution .pnavs .col:hover .nav-w {
  color: #000;
}
.wrapper .solution .pnavs .col .nav-w {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .solution .pnavs .col .nav-w .nstt {
  font-size: 12px;
  line-height: 25px;
}
.wrapper .solution .pnavs .col.active .nav-w .bline, .wrapper .solution .pnavs .col:hover .nav-w .bline {
  display: block;
}
.wrapper .solution .pnavs .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #3774C4;
  display: none;
}
.wrapper .solution .c-class{margin-bottom: 50px;}
.wrapper .solution .c-class .pages {
  padding: 0;
  text-align: center;
}
.wrapper .solution .c-class .pages .page-w {
  position: relative;
}
.wrapper .solution .c-class .pages .page-w .slide-w {
  width: 800px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}
.wrapper .solution .c-class .pages .page-w .slide-w .swiper-wrapper .swiper-slide {
  width: 800px;
  height: 450px;
  background-color: #fff;
  position: relative;
}
.wrapper .solution .c-class .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info {
  color: #3774C4;
}
.wrapper .solution .c-class .pages .page-w .slide-w .swiper-wrapper .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrapper .solution .c-class .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .year {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .solution .c-class .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter {
  height: 2px;
  margin: 16px 0 24px;
}
.wrapper .solution .c-class .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .solution .c-class .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .s-stt {
  font-size: 14px;
  line-height: 24px;
  color: #a3a5a8;
}
.wrapper .solution .c-class .pages .page-w .swiper-button-prev {
  left: calc(50% - 580px);
}
.wrapper .solution .c-class .pages .page-w .swiper-button-next {
  right: calc(50% - 580px);
}
.wrapper .solution .c-class .pages .page-w .swiper-button-next, .wrapper .solution .c-class .pages .page-w .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  line-height: 54px;
  text-align: center;
  background-image: none;
  font-size: 18px;
  z-index: 1;
  margin-top: 54px;
}
.wrapper .solution .c-class .pages .page-w .swiper-button-next:hover, .wrapper .solution .c-class .pages .page-w .swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
p.so-img{margin-bottom: 30px;}
p.so-img img{width: 120px;border-radius:60px;}
.wrapper .solution .c-class .pages .page-w.book {
  max-width: 1440px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .solution .c-class .pages .page-w.book {
  display: block;
}
.wrapper .solution .c-class .pages .page-w .row:last-child {
  margin-bottom: 0;
}

.wrapper .solution .c-class .pages .page-w .row {
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 18px;
}
.wrapper .solution .c-class .pages .page-w .row .col-4 {
  float: left;
  width: 25%;
  height: 450px;
  position: relative;
}
.wrapper .solution .c-class .pages .page-w .row .star .info {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 157, 224, 0.902);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 50px 50px;
  color: #fff;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.wrapper .solution .c-class .pages .page-w .row .star .info .tp {
  text-align: left;
}
.wrapper .solution .c-class .pages .page-w .row .star .info .tp .tt {
  font-size: 22px;
  line-height: 32px;
}
.wrapper .solution .c-class .pages .page-w .row .star .info .tp .hstt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}
.wrapper .solution .c-class .pages .page-w .row .star .info .tp .htt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
/**解决方案 结束**/
.wrapper .history-w .pnavs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}
.wrapper .history-w .pnavs .col {
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 60px;
}
.wrapper .history-w .pnavs .col .nav-w {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .history-w .pnavs .col .nav-w .ntt {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .pnavs .col .nav-w .nstt {
  font-size: 12px;
  line-height: 25px;
}
.wrapper .history-w .pnavs .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #3774C4;
  display: none;
}
.wrapper .history-w .pnavs .col.active .nav-w, .wrapper .history-w .pnavs .col:hover .nav-w {
  color: #000;
}
.wrapper .history-w .pnavs .col.active .nav-w .bline, .wrapper .history-w .pnavs .col:hover .nav-w .bline {
  display: block;
}
.wrapper .history-w .h-bb {
  width: 100%;
}
.wrapper .history-w .h-bb.bg-wht {
  background-color: #fff;
}
.wrapper .history-w .h-bb .col {
  width: 50%;
  float: left;
}
.wrapper .history-w .h-bb .col img {
  width: 100%;
  filter: grayscale(1);
}
.wrapper .history-w .h-bb .col .hint {
  font-size: 12px;
  line-height: 23px;
  color: #a3a3a3;
  margin-top: 20px;
}
.wrapper .history-w .h-bb .col .hint.right {
  text-align: right;
}
.wrapper .history-w .h-bb .col.col-txt {
  padding: 96px 106px 0;
}
.wrapper .history-w .h-bb .col.col-txt .tt {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .h-bb .col.col-txt .filter {
  height: 4px;
  margin: 16px 0 24px;
}
.wrapper .history-w .h-bb .col.col-txt .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .history-w .h-bb .col.col-txt .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .h-bb .col.col-txt .cc {
  margin-top: 36px;
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  text-align: left;
}
.wrapper .history-w .sec-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 900px;
  width: 100%;
}
.wrapper .history-w .sec-bg img {
  width: 100%;
}
.wrapper .history-w .sec-bg .c-info {
  width: 800px;
  height: 450px;
  background-color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .history-w .sec-bg .c-info .tt {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .sec-bg .c-info .filter {
  height: 4px;
  margin: 16px 0 24px;
}
.wrapper .history-w .sec-bg .c-info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .history-w .sec-bg .c-info .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .sec-bg .c-info .slogans {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 64px;
  padding-left: 64px;
}
.wrapper .history-w .sec-bg .c-info .slogans .col {
  width: 130px;
  font-size: 16px;
  line-height: 25px;
  color: #a3a3a3;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages {
  padding: 0;
  text-align: center;
}
.wrapper .history-w .h-slides .pages .page-w {
  position: relative;
}
.wrapper .history-w .h-slides .pages .page-w.active {
  display: block;
}
.wrapper .history-w .h-slides .pages .page-w .tt {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .filter {
  height: 4px;
  margin: 10px 0 10px;
}
.wrapper .history-w .h-slides .pages .page-w .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .history-w .h-slides .pages .page-w .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w {
  width: 800px;
  left: 0;
  right: 0;
  margin: 50px auto;
  overflow-x: hidden;
  position: relative;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w .swiper-wrapper .swiper-slide {
  width: 800px;
  height: 450px;
  background-color: #fff;
  position: relative;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w .swiper-wrapper .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info {
  color: #3774C4;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .year {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter {
  height: 2px;
  margin: 16px 0 24px;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .s-stt {
  font-size: 14px;
  line-height: 24px;
  color: #a3a5a8;

}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide {
  height: auto;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info {
  position: relative;
  height: 150px;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .year {
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .s-stt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin-top: 15px;
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-next, .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  line-height: 54px;
  text-align: center;
  background-image: none;
  font-size: 18px;
  z-index: 1;
  margin-top: 0;
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-next:hover, .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
.wrapper .history-w .h-slides .pages .page-w .swiper-button-next {
  right: calc(50% - 580px);
}

.wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
  left: calc(50% - 580px);
}

.wrapper .history-w .h-slides .pages .page-w .nav-pages span {
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  color: #a3a3a3;
  margin: 0 30px 20px;
  cursor: pointer;
}
.wrapper .history-w .h-slides .pages .page-w .nav-pages span.active, .wrapper .history-w .h-slides .pages .page-w .nav-pages span:hover {
  color: #3774C4;
}
.wrapper .history-w .h-slides .pages .page-w .nav-pages.smll span {
  font-size: 12px;
  margin: 0 6px 20px;
}
.wrapper .history-w .h2-bb {
  width: 100%;
  height: 900px;
  background-color: #fff;
}
.wrapper .history-w .h2-bb .col {
  width: 50%;
  position: relative;
  height: 100%;
  float: left;
}
.wrapper .history-w .h2-bb .col.col-info {
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.wrapper .history-w .h2-bb .col.col-info .tp .tt {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .history-w .h2-bb .col.col-info .tp .tt.gld {
  color: #3774C4;
  margin-top: 30px;
}
.wrapper .history-w .h2-bb .col.col-info .tp .filter {
  height: 4px;
  margin: 16px 0 24px;
}
.wrapper .history-w .h2-bb .col.col-info .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .history-w .h2-bb .col.col-info .tp .stt {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row {
  margin-bottom: 50px;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row:last-child {
  margin-bottom: 0;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item {
  float: left;
  width: 100px;
  text-align: center;
  margin-right: 90px;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item:last-child {
  margin-right: 0;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item .img-w {
  height: 60px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item .img-w img {
  zoom: 0.5;
}
.wrapper .history-w .h2-bb .col.col-info .bp .row .item p {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .history-w .core {
  width: 100%;
}
.wrapper .history-w .core .c-hh {
  height: 105px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
.wrapper .history-w .core .core-slides .swiper-wrapper .swiper-slide {
  position: relative;
}
.wrapper .history-w .core .core-slides .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.wrapper .history-w .core .core-slides .swiper-button-next, .wrapper .history-w .core .core-slides .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: #fff;
  color: #000;
  line-height: 54px;
  text-align: center;
  background-image: none;
  font-size: 18px;
  z-index: 1;
  margin-top: 25px;
}
.wrapper .history-w .core .core-slides .swiper-button-next:hover, .wrapper .history-w .core .core-slides .swiper-button-prev:hover {
  background-color: #3774C4;
  color: #fff;
}
.wrapper .history-w .core .core-slides .swiper-button-next {
  right: 0;
}
.wrapper .history-w .core .core-slides .swiper-button-next:after {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.wrapper .history-w .core .core-slides .swiper-button-prev {
  left: 0;
}
.wrapper .history-w .core .core-slides .swiper-button-prev:after {
  display: inline-block;
  text-align: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.wrapper .history-w .core .core-slides .swiper-pagination {
  display: none;
}
.wrapper .pnavs-s {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #fff;
}
.wrapper .pnavs-s .col {
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
.wrapper .pnavs-s .col .nav-w {
  padding: 33px 0;
  width: 100%;
  text-align: center;
  float: left;
  cursor: pointer;
  color: #a3a3a3;
  position: relative;
}
.wrapper .pnavs-s .col .nav-w .ntt {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .pnavs-s .col .nav-w .bline {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #3774C4;
  display: none;
}
.wrapper .pnavs-s .col.active .nav-w, .wrapper .pnavs-s .col:hover .nav-w {
  color: #000;
}
.wrapper .pnavs-s .col.active .nav-w .bline, .wrapper .pnavs-s .col:hover .nav-w .bline {
  display: block;
}
.wrapper .pnavs-s.slim {
  margin-top: 55px;
}
.wrapper .pnavs-s.slim .pnavs-sw {
  width: 100%;
}
.wrapper .pnavs-s.slim .pnavs-sw .pnavs-w {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.wrapper .pnavs-s.slim .pnavs-sw .col {
  width: 108px;
}

/**首页产品**/
.wrapper .home-product .product .pro-k {
  zoom: 1;
}
.wrapper .home-product .product .pro-k a {
  width: 24%;
  float: left;
  margin: 0 0.5%;
  overflow: hidden;
  display: block;
}

.wrapper .home-product .product .pro-k li img {
  width: 100%;
  height: auto;
  display: block;
}

.wrapper .home-product .product .pro-k li .imgbig {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block !important;
}
.imgbig:hover{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1)}


.wrapper .home-product .product {
  width: 100%;
}
.wrapper .home-product .product .box {
  max-width: 1400px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 50px auto;
}
.wrapper .home-product .product .box.active {
  display: block;
}
.wrapper .home-product .product .box .row {
  width: 100%;
  height: 450px;
  position: relative;
  margin-bottom: 18px;
}
.wrapper .home-product .product .box .row.row-k {
  height: auto;
  margin: 0 -0.5%!important;
}
.wrapper .home-product .product .box .row:last-child {
  margin-bottom: 0;
}
.wrapper .home-product .product .box .row .col-2 {
  float: left;
  width: 50%;
  height: 450px;
  position: relative;
}
.wrapper .home-product .product .box .row .col-4 {
  float: left;
  width: 25%;
  height: 500px;
  position: relative;
}
.wrapper .home-product .product .box .row .col-4.star {
  width: 24%;
  margin: 0 0.5%;
}

/**首页产品 结束**/

.wrapper .explore-w .pages .page-w .row .cover .tag {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #3774C4;
  color: #fff;
  font-size: 14px;
  line-height: 56px;
  text-align: center;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .cover .tag.tag-c {
  line-height: 1;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wrapper .explore-w .pages .page-w .row .cover .tag.tag-1 {
  width: 110px;
}
.wrapper .explore-w .pages .page-w .row .cover .tag.tag-2 {
  width: 82px;
}
.wrapper .explore-w .pages .page-w .row .cover .slogan {
  position: absolute;
  left: 60px;
  bottom: 45px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.wrapper .explore-w .pages .page-w .row .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 60px 50px;
  background-color: #fff;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .tt {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .tt.slim {
  font-size: 21px;
  line-height: 30px;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .stt {
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .hstt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .explore-w .pages .page-w .row .txt .tp .htt {
  font-size: 12px;
  line-height: 21px;
  margin-top: 10px;
  color: #a3a3a3;
}
.wrapper .explore-w .pages .page-w .row .txt .more {
  height: 3px;
}
.wrapper .explore-w .pages .page-w .row .txt .play {
  width: 18px;
  margin-left: 15px;
}
.wrapper .explore-w .pages .page-w .row .txt .bp {
  cursor: pointer;
}
.wrapper .explore-w .pages .page-w .row .txt .bp .hint {
  font-size: 12px;
  line-height: 21px;
  margin-top: 10px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .txt.lg .tp .tt {
  font-size: 40px;
  line-height: 50px;
}
.wrapper .explore-w .pages .page-w .row .txt.lg .tp .htt {
  font-size: 14px;
  line-height: 23px;
}
.wrapper .explore-w .pages .page-w .row .star .info {
  width: 100%;
  height: 100%;
  background-color: rgba(55, 116, 196, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 50px 50px;
  color: #fff;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .tt {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .hstt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #fff;
}
.wrapper .explore-w .pages .page-w .row .star .info .tp .htt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}
.wrapper .explore-w .pages .page-w .row .star .info .more {
  height: 3px;
}

/**首页知识推荐**/

.wrapper .knowledge{width: 100%;}
.wrapper .knowledge .knowledge-box {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}

/**首页知识推荐 结束**/

/***知识*/
.wrapper .c-knowledge {
  max-width: 1400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: auto;
  position: relative;
  overflow: hidden;
}
.wrapper .know-w .c-knowledge {
  margin: 50px auto;
  display: none;
}

/**翻页 开始**/
.tab-pane{margin-top: 50px;font-size: 12px;}
.tab-content>.active {
  display: block;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #313a46;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover{color: #009DE0;}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #009DE0;
  border-color: #009DE0;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
/**翻页 结束**/

/**知识**/

.wrapper .know-w .c-knowledge.active {
  display: block;
}

.wrapper .knowledge .knowledge-box .list li, .wrapper .c-knowledge .list li {
  background: #fff;
  float: left;
  width: calc(33.3333% - 10px);
  margin-bottom: 20px;
  margin: 0 5px 10px 5px;
}
.wrapper .knowledge .knowledge-box .list li a, .wrapper .c-knowledge .list li a {
  display: block;
}
.wrapper .knowledge .knowledge-box .list li .tbox, .wrapper .c-knowledge .list li .box {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  transition: all ease .3s;
}

.wrapper .knowledge .knowledge-box .list li .tbox .time, .wrapper .c-knowledge .list li .tbox .time {
  transition: all ease .3s;
  height: 260px;
  overflow :hidden;
}
.wrapper .knowledge .knowledge-box .list li .tbox .time img, .wrapper .c-knowledge .list li .tbox .time img {
  width: 100%;
}
.wrapper .knowledge .knowledge-box .list li .tbox .time span, .wrapper .c-knowledge .list li .time span {
  font-size: 16px;
  line-height: 20px;
  display: block;
}
.wrapper .knowledge .knowledge-box .list li .tbox .titles, .wrapper .c-knowledge .list li .tbox .titles {
  font-size: 16px;
  line-height: 36px;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper .knowledge .knowledge-box .list li .tbox:hover, .wrapper .c-knowledge .list li .tbox:hover {
	box-shadow:0 0 10px 0 rgba(0,0,0,.1);
}
.wrapper .knowledge .knowledge-box .list li .tbox .txts, .wrapper .c-knowledge .list li .tbox .txts {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrapper .knowledge .knowledge-box .list li .tbox:hover .time, .wrapper .c-knowledge .list li .tbox:hover .time {
	color:#222;
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.wrapper .knowledge .knowledge-k .k-k .row.row-h {
  height: 900px;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 {
  float: left;
  width: 50%;
  height: 100%;
  position: relative;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .row-2 {
  width: 100%;
  height: 50%;
  position: relative;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .row-4 {
  width: 100%;
  height: 25%;
  position: relative;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 25px;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info .tt {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
  text-align: left;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info .stt {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info .htt {
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  color: #a3a3a3;
  margin-top: 14px;
  text-align: left;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info .more {
  height: 3px;
  margin-top: 20px;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info.wht {
  color: #fff;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info.wht .htt {
  color: rgba(255, 255, 255, 0.5);
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info.lg .tt {
  font-size: 40px;
  line-height: 50px;
}
.wrapper .knowledge .knowledge-k .k-k .row .col2 .info.bg-gld {
  background-color: #3774C4;
}
.wrapper .video-w {
  padding-top: 80px;
  width: 100%;
}
.wrapper .video-w .vvw {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.wrapper .video-w .vvw .tt {
  font-size: 21px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .video-w .vvw .stt {
  font-size: 12px;
  line-height: 21px;
  color: #a3a3a3;
}
.wrapper .video-w .vvw .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .video-w .vvw .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .video-w .vvw .video-c {
  max-width: 1000px;
  left: 0;
  right: 0;
  margin: 30px auto;
  position: relative;
}
.wrapper .video-w .vvw .video-c img, .wrapper .video-w .vvw .video-c video {
  width: 100%;
}
.wrapper .video-w .vvw .video-c .op {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.wrapper .video-w .vvw .video-c .op img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
.wrapper .video-w .vvw .more-h {
  padding: 30px 0 60px;
  text-align: center;
}
.wrapper .video-w .vvw .more-h .more {
  height: 40px;
  color: #3774C4;
  padding: 0 32px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #3774C4 solid;
}
.wrapper .recom-w {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 60px 0;
}
.wrapper .recom-w .stt {
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .recom-w .filter {
  height: 2px;
  margin: 14px 0;
}
.wrapper .recom-w .filter span {
  display: inline-block;
  width: 15px;
  height: 2px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .recom-w .re-w {
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.wrapper .recom-w .re-w .col {
  width: 33.33%;
  padding: 0 5%;
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .recom-w .re-w .col:last-child {
  border-right: none;
}
.wrapper .recom-w .re-w .col .rtt {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .recom-w .re-w .col .rstt {
  font-size: 12px;
  line-height: 21px;
  color: #a3a3a3;
  margin-top: 10px;
}
.wrapper .news-w .stories {
  margin: 50px auto;
  display: none;
}
.wrapper .news-w .stories.active {
  display: block;
}
.wrapper .news-dw .content {
  max-width: 1040px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .news-dw .content .tt {
  padding-top: 45px;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.wrapper .news-dw .content .dt {
  text-align: center;
  padding: 0 0 45px;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;
  color: #a3a3a3;
  margin-bottom: 0;
}
.wrapper .news-dw .content p {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  margin-bottom: 30px;
}
.wrapper .news-dw .content p img {
  width: 100%;
}
.wrapper .news-dw .more-h {
  padding: 30px 0 60px;
  text-align: center;
}
.wrapper .news-dw .more-h .more {
  height: 40px;
  color: #3774C4;
  padding: 0 32px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  border: 1px #3774C4 solid;
}
.wrapper .network-w .nt-ww {
  display: none;
  padding-top: 60px;
  text-align: center;
}
.wrapper .network-w .nt-ww.active {
  display: block;
}
.wrapper .network-w .nt-ww .tt {
  font-size: 30px;
  line-height: 55px;
  font-weight: bold;
}
.wrapper .network-w .nt-ww .filter {
  height: 4px;
  margin: 14px 0;
}
.wrapper .network-w .nt-ww .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .network-w .nt-ww .poss {
  padding: 60px 0 180px;
}
.wrapper .network-w .nt-ww .poss .poss-w {
  max-width: 1240px;
  padding: 0 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .network-w .nt-ww .poss .poss-w .col {
  float: left;
  width: 33.33%;
  text-align: left;
  min-height: 180px;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .pname {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .ll {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .ll img {
  zoom: 0.5;
  margin-right: 20px;
  margin-top: 8px;
}
.wrapper .network-w .nt-ww .poss .poss-w .col .ll span {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .network-w .nt-ww .search-w {
  width: 100%;
}
.wrapper .network-w .nt-ww .search-w .search-ww {
  max-width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
}
.wrapper .network-w .nt-ww .search-w .search-ww input {
  width: 100%;
  height: 44px;
  background-color: #3774C4;
  border: none;
  outline: none;
  color: #fff;
  padding: 0 17px;
  font-size: 12px;
}
.wrapper .network-w .nt-ww .search-w .search-ww input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.wrapper .network-w .nt-ww .search-w .search-ww .btn-search {
  position: absolute;
  width: 12px;
  top: 16px;
  right: 18px;
  cursor: pointer;
}
.wrapper .network-w .nt-ww .search-w .res-w {
  padding: 60px 0 120px;
}
.wrapper .network-w .nt-ww .search-w .res-w .stt {
  font-size: 12px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress {
  background-color: #fff;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.03);
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 60px auto 0;
  padding: 26px 50px 0;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col {
  float: left;
  width: 33.33%;
  text-align: left;
  padding: 30px 20px 30px 0;
  height: 200px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .pname {
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll {
  margin-top: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll img {
  zoom: 0.5;
  margin-right: 20px;
  margin-top: 8px;
}
.wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll span {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
}
.wrapper .tech-w .filter {
  height: 4px;
  margin: 18px 0;
}
.wrapper .tech-w .filter span {
  display: inline-block;
  width: 15px;
  height: 4px;
  vertical-align: top;
  background-color: #3774C4;
}
.wrapper .tech-w .tech-c {
  background-color: #f7f7f7;
}
.wrapper .tech-w .tech-c .intro {
  width: 100%;
  padding: 120px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tech-w .tech-c .intro .tt {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .intro .stt {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #a3a3a3;
  text-align: center;
}
.wrapper .tech-w .tech-c .intro .stt span {
  color: #000;
}
.wrapper .tech-w .tech-c .nf-img-w {
  width: 100%;
  padding: 0 20px;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w {
  max-width: 1500px;
  height: 450px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info.wht {
  color: #fff;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info .tt {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .nf-img-w .img-w .info .stt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .f-img-w {
  width: 100%;
}
.wrapper .tech-w .tech-c .f-img-w .img-w {
  width: 100%;
  position: relative;
}
.wrapper .tech-w .tech-c .f-img-w .img-w img {
  width: 100%;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info.wht {
  color: #fff;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info .tt {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .f-img-w .img-w .info .stt {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .feature-w {
  padding: 30px 20px;
}
.wrapper .tech-w .tech-c .feature-w .ffw {
  max-width: 1500px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col {
  height: 450px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 70px;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col:nth-child(1), .wrapper .tech-w .tech-c .feature-w .ffw .col:nth-child(2) {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col img {
  width: 150px;
  margin-bottom: 40px;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col .tt {
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .feature-w .ffw .col .stt {
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  text-align: center;
}
.wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col {
  width: 33.33%;
}
.wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(1), .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(2) {
  border-bottom: none;
}
.wrapper .tech-w .tech-c .faq-w {
  background-color: #fff;
}
.wrapper .tech-w .tech-c .faq-w .tt {
  padding-top: 70px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .faq-w .filter {
  text-align: center;
}
/**常见问题**/
.wrapper .faq-box .faqs {
  max-width: 1440px;
  padding: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.wrapper .faq-box .faqs .faq:last-child .qq {
  border-bottom: none;
}
.wrapper .faq-box .faqs .faq .qq {
  padding: 0 20px;
  font-size: 14px;
  line-height: 50px;
  border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
  color: #a3a3a3;
  position: relative;
  cursor: pointer;
  text-align: left;
}
.wrapper .faq-box .faqs .faq .qq img {
  position: absolute;
  right: 20px;
  top: 24px;
  width: 9px;
}
.wrapper .faq-box .faqs .faq .aa-w {
  padding: 12px 20px 35px;
  background-color: #fff;
  display: none;
}
.wrapper .faq-box .faqs .faq .aa-w .q {
  font-size: 14px;
  line-height: 40px;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.wrapper .faq-box .faqs .faq .aa-w .q .tk {
  width: 15px;
  margin-right: 13px;
  vertical-align: text-bottom;
  margin-top: 13px;
}
.wrapper .faq-box .faqs .faq .aa-w .q .pls {
  position: absolute;
  right: 0;
  top: 15px;
  width: 9px;
}
.wrapper .faq-box .faqs .faq .aa-w .a {
  margin-top: 14px;
  font-size: 14px;
  line-height: 23px;
  color: #a3a3a3;
  text-align: left;
}
.wrapper .faq-box .t-video-w {
  padding: 100px 0;
}
.wrapper .faq-box .t-video-w .tt {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}
.wrapper .faq-box .t-video-w .filter {
  text-align: center;
}
.wrapper .tech-w .tech-c .t-video-w .pnavs-s {
  background-color: #f7f7f7;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .tech-w .tech-c .t-video-w .video-c {
  padding: 76px 20px 0;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv video {
  width: 100%;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv .op {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv .op img {
  width: 18px;
  margin-bottom: 16px;
}
.wrapper .tech-w .tech-c .t-video-w .video-c .vv .op span {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
.wrapper .tech-w .tech-c .compare-w {
  padding: 100px 0;
  background-color: #fff;
}
.wrapper .tech-w .tech-c .compare-w .tt {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  text-align: center;
}
.wrapper .tech-w .tech-c .compare-w .filter {
  text-align: center;
}
.wrapper .tech-w .tech-c .compare-w .pnavs-s {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.wrapper .tech-w .tech-c .compare-w .img-w {
  padding: 76px 20px 0;
}
.wrapper .tech-w .tech-c .compare-w .img-w .vv {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1000px;
}
.wrapper .tech-w .tech-c .compare-w .img-w .vv img {
  width: 100%;
}



.edgtf-team-holder,.edgtf-team-holder .edgtf-team-image{position:relative;display:inline-block;vertical-align:middle}
.edgtf-tabs.edgtf-vertical-tab .edgtf-tabs-nav li:not(:last-child){margin:0 0 25px}
.edgtf-tabs.edgtf-vertical-tab .edgtf-tab-container{float:left;width:75%;padding:10px 30px}
.edgtf-team-holder{width:100%}
.edgtf-team-holder:hover .edgtf-team-social-holder{height:45px}
.edgtf-team-holder .edgtf-team-image{max-width:100%;overflow:hidden}
.edgtf-team-holder .edgtf-team-image img{display:block}
.edgtf-team-holder .edgtf-team-social-holder{
  position:absolute;
  bottom:0;left:0;
  display:block;
  width:100%;height:0;
  line-height:45px;text-align:center;
  background-color:#00bbb3;
  -webkit-transition:height .3s ease;
  -moz-transition:height .3s ease;
  transition:height .3s ease}
  .edgtf-team-holder .edgtf-team-social-holder .edgtf-team-social-inner{position:relative;display:inline-block;vertical-align:middle}
  .edgtf-team-holder .edgtf-team-social-holder .edgtf-team-social-inner a{color:#fff;font-size:14px;line-height:1;margin:0 12px}
  .edgtf-team-holder .edgtf-team-info{text-align:center}
  .edgtf-team-holder .edgtf-team-name{margin:0}
  .edgtf-team-holder .edgtf-team-position{margin:5px 0 0;line-height:1.2em}
  .edgtf-team-holder.main-info-on-hover .edgtf-team-image:hover .edgtf-team-info{opacity:1}
  .edgtf-team-holder.main-info-on-hover .edgtf-team-image:hover .edgtf-team-info-holder{
    opacity:1;
    -webkit-transition:.2s ease-in-out .15s;
    -moz-transition:.2s ease-in-out .15s;
    transition:.2s ease-in-out .15s}
    .edgtf-team-holder.main-info-on-hover .edgtf-team-image:hover .edgtf-team-name{
      top:0;opacity:1;-webkit-transition:top .3s ease .1s,opacity .2s ease;
      -moz-transition:top .3s ease .1s,opacity .2s ease;
      transition:top .3s ease .1s,opacity .2s ease}
      .edgtf-team-holder.main-info-on-hover .edgtf-team-image:hover .edgtf-team-position{
        top:0;opacity:1;-webkit-transition:top .25s ease .25s,opacity .3s ease .3s;
        -moz-transition:top .25s ease .25s,opacity .3s ease .3s;
        transition:top .25s ease .25s,opacity .3s ease .3s}
        .edgtf-team-holder.main-info-on-hover .edgtf-team-info{
          position:absolute;display:block;top:0;
          left:0;width:100%;height:100%;padding:15px 15px 50px;
          background-color:rgba(32,32,32,.4);opacity:0;
          -webkit-box-sizing:border-box;
          -moz-box-sizing:border-box;
          box-sizing:border-box;-webkit-transition:opacity .2s ease-in-out;
          -moz-transition:opacity .2s ease-in-out;
          transition:opacity .2s ease-in-out}
  
  .edgtf-team-holder.main-info-on-hover .edgtf-team-info-holder{
    position:relative;display:table;width:100%;height:100%;overflow:hidden;opacity:0;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}
  .edgtf-team-holder.main-info-on-hover .edgtf-team-info-inner{display:table-cell;width:100%;height:100%;vertical-align:middle}
  .edgtf-team-holder.main-info-on-hover .edgtf-team-name{
    position:relative;top:50px;opacity:0;
    -webkit-transition:top .2s ease-in-out,opacity .2s ease;
    -moz-transition:top .2s ease-in-out,opacity .2s ease;transition:top .2s ease-in-out,opacity .2s ease}
    .edgtf-team-holder.main-info-on-hover .edgtf-team-position{
      position:relative;top:30px;opacity:0;
      -webkit-transition:top .2s ease-in-out,opacity .2s ease;
      -moz-transition:top .2s ease-in-out,opacity .2s ease;
      transition:top .2s ease-in-out,opacity .2s ease}
    .edgtf-team-holder.main-info-on-hover .edgtf-team-social-inner{cursor:default}
    .edgtf-team-holder.main-info-on-hover .edgtf-team-name,.edgtf-team-holder.main-info-on-hover .edgtf-team-position{color:#fff}
    .edgtf-team-holder.main-info-below-image img{
      -webkit-transform:translateZ(0) rotate(0);
      -moz-transform:translateZ(0) rotate(0);transform:translateZ(0) rotate(0);
      -wekbit-transition:-webkit-transform .2s ease;transition:transform .2s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden}
    
    .edgtf-team-holder.main-info-below-image .edgtf-team-info{position:relative;display:inline-block;width:100%;vertical-align:middle;margin:28px 0 0}
    .edgtf-team-holder.main-info-below-image .edgtf-team-info .edgtf-team-position{margin:10px 0 0}
    .edgtf-team-holder.main-info-below-image:hover img{
      -webkit-transition:-webkit-transform .25s ease-in-out;
      transition:transform .25s ease-in-out;
      -webkit-transform:translateY(-15px) translateZ(0) rotate(0);
      -moz-transform:translateY(-15px) translateZ(0) rotate(0);
      transform:translateY(-15px) translateZ(0) rotate(0)}
      
      .touch .edgtf-team-holder .edgtf-team-image{cursor:pointer}
      .edgtf-team-carousel-holder{position:relative;display:inline-block;width:100%;vertical-align:middle}
      .edgtf-team-carousel-holder .edgtf-team-carousel-inner{visibility:hidden;opacity:0}
      .edgtf-team-carousel-holder .edgtf-tc-nav{z-index:2}
      .edgtf-team-carousel-holder .edgtf-tc-nav>*{position:absolute;top:50%;height:52px;line-height:52px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}
      .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-next .edgtf-icon-mark:before,.edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-prev .edgtf-icon-mark:before{
        -webkit-transform-origin:0 100%;-moz-transform-origin:0 100%;-ms-transform-origin:0 100%;
        -webkit-transform:translate3d(0,0,0) rotate(0) scaleY(1);
        -moz-transform:translate3d(0,0,0) rotate(0) scaleY(1);
        -ms-transform:translate3d(0,0,0) rotate(0) scaleY(1);
        transform:translate3d(0,0,0) rotate(0) scaleY(1);
        transition-duration:.35s}
        
        .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-next .edgtf-icon-mark:after,.edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-prev .edgtf-icon-mark:after{
          -webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;
          -webkit-transform:translate3d(0,26px,0) rotate(0) scaleY(1);
          -moz-transform:translate3d(0,26px,0) rotate(0) scaleY(1);
          -ms-transform:translate3d(0,26px,0) rotate(0) scaleY(1);
          transform:translate3d(0,26px,0) rotate(0) scaleY(1);transition-duration:.35s}
          
          .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-prev{left:-98px;padding:0 0 0 25px}
          .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-prev .edgtf-nav-label{margin:0 0 0 14px}
          .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-prev:hover .edgtf-icon-mark:before{
            -webkit-transform:translate3d(-23px,0,0) rotate(45deg) scaleY(1.3);
            -moz-transform:translate3d(-23px,0,0) rotate(45deg) scaleY(1.3);transform:translate3d(-23px,0,0) rotate(45deg) scaleY(1.3);transition-duration:.35s}
            
            .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-prev:hover .edgtf-icon-mark:after{
              -webkit-transform:translate3d(-23px,26px,0) rotate(-45deg) scaleY(1.3);
              -moz-transform:translate3d(-23px,26px,0) rotate(-45deg) scaleY(1.3);
              transform:translate3d(-23px,26px,0) rotate(-45deg) scaleY(1.3);transition-duration:.35s}
              
      .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-next{right:-98px;padding:0 25px 0 0}
      .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-next .edgtf-nav-label{margin:0 14px 0 0}
      .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-next:hover .edgtf-icon-mark:before{
        -webkit-transform:translate3d(23px,0,0) rotate(-45deg) scaleY(1.2);
        -moz-transform:translate3d(23px,0,0) rotate(-45deg) scaleY(1.2);
        transform:translate3d(23px,0,0) rotate(-45deg) scaleY(1.2);transition-duration:.35s}
        
      .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-next:hover .edgtf-icon-mark:after{
        -webkit-transform:translate3d(23px,26px,0) rotate(45deg) scaleY(1.2);
        -moz-transform:translate3d(23px,26px,0) rotate(45deg) scaleY(1.2);
        transform:translate3d(23px,26px,0) rotate(45deg) scaleY(1.2);transition-duration:.35s}
        
      .edgtf-team-carousel-holder .edgtf-tc-nav>* .edgtf-icon-mark{position:relative;height:100%;width:1px;display:inline-block;vertical-align:middle}
      .edgtf-team-carousel-holder .edgtf-tc-nav>* .edgtf-icon-mark:after,.edgtf-team-carousel-holder .edgtf-tc-nav>* .edgtf-icon-mark:before{
        content:'';position:absolute;display:block;
        left:0;top:0;width:1px;height:26px;background-color:#797979;outline:transparent solid 1px;
        -webkit-transition-property:-webkit-transform;-webkit-transition-timing-function:cubic-bezier(.6,0,.2,1);
        -moz-transition-property:-moz-transform;-moz-transition-timing-function:cubic-bezier(.6,0,.2,1);
        -ms-transition-property:-ms-transform;-ms-transition-timing-function:cubic-bezier(.6,0,.2,1)}
        
        .edgtf-team-carousel-holder .edgtf-tc-nav>* .edgtf-nav-label{font-family:'microsoft yahei',sans-serif;font-size:12px;color:#797979;font-weight:700;letter-spacing:.5px}
        .edgtf-team-carousel-holder .owl-dots{display:none!important}
        .edgtf-team-carousel-holder .edgtf-tc-dots{position:absolute;top:50%;right:23px;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);transform:translateY(-50%)}
        .edgtf-team-carousel-holder .edgtf-tc-dots .edgtf-tc-dot{display:block;text-align:center;cursor:pointer}
        .edgtf-team-carousel-holder .edgtf-tc-dots .edgtf-tc-dot span{
          position:relative;display:inline-block;vertical-align:middle;width:12px;height:12px;margin:7px;border-radius:4em;background-color:#797979;
          -webkit-transition:-webkit-transform .2s ease;-moz-transition:-moz-transform .2s ease;-ms-transition:-ms-transform .2s ease;transition:transform .2s ease;
          -webkit-transform:scale(.5);-moz-transform:scale(.5);transform:scale(.5)}
          
      .edgtf-team-carousel-holder.edgtf-tc-light .edgtf-tc-dots .edgtf-tc-dot span,.edgtf-team-carousel-holder.edgtf-tc-light .edgtf-tc-nav>* .edgtf-icon-mark:after,.edgtf-team-carousel-holder.edgtf-tc-light .edgtf-tc-nav>* .edgtf-icon-mark:before{background-color:#fff}.edgtf-team-carousel-holder .edgtf-tc-dots .edgtf-tc-dot.active span{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}.edgtf-team-carousel-holder.edgtf-tc-light .edgtf-tc-nav>* .edgtf-nav-label{color:#fff}.edgtf-team-carousel-holder.edgtf-tc-dark .edgtf-tc-dots .edgtf-tc-dot span,.edgtf-team-carousel-holder.edgtf-tc-dark .edgtf-tc-nav>* .edgtf-icon-mark:after,.edgtf-team-carousel-holder.edgtf-tc-dark .edgtf-tc-nav>* .edgtf-icon-mark:before{background-color:#202020}.edgtf-team-carousel-holder.edgtf-tc-dark .edgtf-tc-nav>* .edgtf-nav-label{color:#202020}
      .edgtf-team-carousel-holder .edgtf-team-image,.edgtf-team-carousel-holder .edgtf-team-info{-webkit-transform:translateZ(0)}.edgtf-full-width .edgtf-team-carousel-holder .edgtf-tc-nav>.edgtf-tc-nav-prev{left:30px}

@media screen and (max-width: 1600px){
        .wrapper .home-about .bbw-n .col-6 .movable-b {
                padding-left: 90px
      }
@media screen and (max-width: 1400px){
    .wrapper .home-about .bbw-n .col-6 .movable-b {
        padding-left: 35px;
    }
@media screen and (max-width: 1200px) {
        .wrapper .home-about .bbw-n .col-6 .movable-b {
          padding-left: 35px;
      }
      
      .wrapper .home-news .news-box .news-k .row .txt.lg .tp .tt {
        font-size: 24px;
        line-height: 34px;
      }
      .wrapper .home-news .news-box .news-k .row .txt .tp .tt {
        font-size: 24px;
        line-height: 34px;
        font-weight: bold;
      }
        .wrapper .home-box .home-advantage .box .col .front {
          padding: 30px;
        }
        .wrapper .home-box .home-advantage .box .col .front .f-img {
          right: 84px;
          bottom: 60px;
        }
        .wrapper .home-box .home-advantage .box .col .back .back-info {
          padding: 28px 30px 33px;
        }
        .wrapper .brand-w .b-bb .hinfo {
          padding: 40px;
        }
        .wrapper .brand-w .b-bb .hinfo .close-w {
          top: 40px;
          right: 40px;
        }
        .wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides {
          padding: 0 20px;
        }
        .wrapper .history-w .h-bb {
          padding-bottom: 80px;
        }
        .wrapper .history-w .h-bb .col.col-txt {
          padding: 40px 26px 0;
        }
        .wrapper .history-w .sec-bg {
          height: 700px;
        }
        .wrapper .history-w .h-slides .pages {
          padding: 40px 0;
        }
        .wrapper .history-w .h-slides .pages .page-w .swiper-button-next {
          right: 0;
        }
        .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
          left: 0;
        }
        .wrapper .history-w .h-slides .pages .page-w .nav-pages span {
          margin: 0 15px;
        }
        .wrapper .history-w .h2-bb {
          height: 700px;
        }
        .wrapper .history-w .h2-bb .col.col-info {
          padding: 40px;
        }
        .wrapper .history-w .h2-bb .col.col-info .tp .tt {
          font-size: 26px;
          line-height: 32px;
        }
        .wrapper .history-w .h2-bb .col.col-info .tp .tt.gld {
          margin-top: 20px;
        }
        .wrapper .history-w .h2-bb .col.col-info .bp .row {
          margin-bottom: 30px;
        }
        .wrapper .history-w .h2-bb .col.col-info .bp .row .item {
          width: 100px;
          margin-right: 40px;
        }
        .wrapper .stories .col-s .info-s {
          padding: 26px 20px;
        }
        .wrapper .stories .col-s .info-s .tp .tt {
          font-size: 18px;
          line-height: 24px;
        }
        .wrapper .stories .col-s .info-s .tp .filter {
          margin: 10px 0;
        }
        .wrapper .stories .stories-w .ss-ww .col .info {
          padding: 0 35px 30px;
        }
        .wrapper .explore-w .pages .page-w {
          margin: 20px auto;
        }
        .wrapper .explore-w .pages .page-w .row {
          height: 350px;
        }
        .wrapper .explore-w .pages .page-w .row .col2 {
          height: 350px;
        }
        .wrapper .explore-w .pages .page-w .row .col4 {
          height: 350px;
        }
        .wrapper .explore-w .pages .page-w .row .cover .slogan {
          left: 20px;
          bottom: 15px;
          font-size: 24px;
        }
        .wrapper .explore-w .pages .page-w .row .txt {
          padding: 30px 30px 20px;
        }
        .wrapper .explore-w .pages .page-w .row .txt .tp .tt {
          font-size: 20px;
          line-height: 28px;
        }
        .wrapper .explore-w .pages .page-w .row .txt .tp .htt {
          height: 64px;
          overflow: hidden;
        }
        .wrapper .explore-w .pages .page-w .row .txt .bp {
          cursor: pointer;
        }
        .wrapper .explore-w .pages .page-w .row .txt .bp .hint {
          font-size: 12px;
          line-height: 21px;
          margin-top: 10px;
          font-weight: bold;
        }
        .wrapper .explore-w .pages .page-w .row .txt.lg .tp .tt {
          font-size: 30px;
          line-height: 35px;
        }
        .wrapper .explore-w .pages .page-w .row .star .info {
          padding: 30px 25px;
        }
        .wrapper .box .pages .page-w {
          max-width: 100%;
          margin: 20px auto;
        }
        .wrapper .box .pages .page-w .row {
          width: 100%;
          height: auto;
          position: relative;
          background-color: #fff;
        }
        .wrapper .box .pages .page-w .row.row-h {
          height: auto;
        }
        .wrapper .box .pages .page-w .row.row-h .col2:first-child {
          height: 350px;
        }
        .wrapper .box .pages .page-w .row.row-h .col2 {
          width: 100%;
          height: auto;
        }
        .wrapper .box .pages .page-w .row.row-h .col2 .row-2 {
          width: 100%;
          height: 350px;
          position: relative;
        }
        .wrapper .box .pages .page-w .row.row-h .col2 .row-2 .col2 {
          width: 50%;
          height: 350px;
        }
        .wrapper .box .pages .page-w .row.row-h .col2 .row-4 {
          height: 250px;
        }
        .wrapper .box .pages .page-w .row.row-h .col2 .row-4 .col2 {
          width: 50%;
          height: 250px;
        }
        .wrapper .box .pages .page-w .row .col2 {
          width: 100%;
          height: auto;
        }
        .wrapper .box .pages .page-w .row .col2 .row-2 {
          width: 100%;
          height: 250px;
          position: relative;
        }
        .wrapper .box .pages .page-w .row .col2 .row-2 .col2 {
          width: 50%;
          height: 250px;
        }
        .wrapper .box .pages .page-w .row .col2 > .col2 {
          width: 50%;
          height: 500px;
        }
        .wrapper .box .pages .page-w .row .col2 .info .tt {
          font-size: 12px;
          line-height: 18px;
        }
        .wrapper .box .pages .page-w .row .col2 .info .stt {
          font-size: 9px;
        }
        .wrapper .box .pages .page-w .row .col2 .info .filter {
          height: 3px;
          margin: 10px 0;
        }
        .wrapper .box .pages .page-w .row .col2 .info .filter span {
          width: 12px;
          height: 3px;
        }
        .wrapper .box .pages .page-w .row .col2 .info .htt {
          font-size: 9px;
          line-height: 16px;
          margin-top: 4px;
        }
        .wrapper .box .pages .page-w .row .col2 .info .more {
          height: 2px;
          margin-top: 16px;
        }
        .wrapper .box .pages .page-w .row .col2 .info.lg .tt {
          font-size: 24px;
          line-height: 40px;
        }
        .wrapper .box .pages .page-w .row .col2 .info.bg-gld {
          background-color: #3774C4;
        }
        .wrapper .box .pages .page-w .row .col2 .info.bg-gld .tt {
          font-size: 16px;
          line-height: 24px;
        }
        .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .filter span {
          background-color: #fff;
        }
      
        /**首页知识推荐 结束**/
      
        /**底部版权**/
        .wrapper .footer {
          padding: 54px 20px 50px;
        }
        .wrapper .footer .footer-w .fo-w .l-fo .col {
          width: 100px;
        }
        /**底部版权 结束**/
}
@media screen and (max-width: 960px) {
        .wrapper .explore-w .pages .page-w .row.row-f .col4 {
          width: 33.33%;
        }
        .wrapper .network-w .nt-ww .poss .poss-w .col {
          width: 50%;
        }
        .wrapper .network-w .nt-ww .search-w .res-w .ress .col {
          width: 50%;
        }
}
@media screen and (max-width: 768px) {
  .wrapper .solution .c-class .pages .page-w .row .col-4 {
    float: left;
    width: 50%;
    height: 450px;
    position: relative;
}
.wrapper .solution .c-class .pages .page-w .row {
  min-height: 900px;
}
.wrapper .solution .c-class .pages .page-w .slide-w {
  width: 80%;

}
.wrapper .solution .c-class .pages .page-w .swiper-button-prev {
  left:15px ;
}
.wrapper .solution .c-class .pages .page-w .swiper-button-next {
  right: 15px;
}
.wrapper .solution .c-class .pages .page-w .slide-w .swiper-wrapper .swiper-slide {
  height: 350px;
}
.wrapper .solution .c-class .pages .page-w .swiper-button-next, .wrapper .solution .c-class .pages .page-w .swiper-button-prev {

  margin-top: 54px;
}

  .mask2 {
    z-index: 1;
}
.wrapper .main-bg .info {
  z-index: 2;
}
  .wrapper .home-box .home-idea .f-box .ft-span-img{line-height:70px;}
  .wrapper .home-box .home-idea .f-box .ft-span-img img{width:70px;margin-bottom: 15px}
  .wrapper .home-box .home-idea .f-box .f-t{line-height: 38px;font-size: 20px;color:#fff;}
  .wrapper .home-box .home-idea .f-box .f-into{line-height: 22px;font-size: 14px;color: rgba(255, 255, 255, 0.80);}
  .team_list {
    margin: 0;
    padding: 0 20px;
    max-width:100%;
}
.team .team_list .item {
  margin: 0 0.5% 1% 0.5%;
  width: 49%;
}
  .news-box .news-k .row .txt.lg .tp .tt {
    font-size: 24px;
    line-height: 32px;
}
.news-box .news-k .row .txt .tp .tt {
  font-size: 24px;
  line-height: 32px;
}
  .wrapper .home-slides .info{
    top: 15%;
    flex-direction: column;
    justify-content: initial;}
  
  .wrapper .home-idea {
    height: auto;
    width: 100%;
    position: relative;
}
.wrapper .home-dimensions {
  height: auto;
  width: 100%;
  position: relative;
}

.wrapper .home-box .home-dimensions .info.col-4 {
  width: 100%;
  padding-top: 15px;
}
.wrapper .home-box .home-dimensions .info.col-6 {
  display: none!important;
}
.wrapper .home-box .home-idea .idea-k .info.col-4 {
  display: none; 
}
.wrapper .home-box .home-idea .idea-k .info.col-6 {
  width:100%!important;
  top:auto;
  height: auto;
  display:initial;
}

  .wrapper .topbar .menu-w{display: none;}
  .wrapper .topbar .navs-w .item {
    width: 56px;
    height: 56px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .wrapper .topbar .navs-w .item img {
    width: 12px;
  }
  .wrapper .home-about {
    height: auto;

}
.wrapper .home-about .bbw-n .col-6 .movable-b.P-top{padding: 15px!important}
.wrapper .home-about .bbw-n .col-6 .movable-b.P-bot {padding: 15px!important}
.wrapper .home-about .recom-w {padding:0!important}
.wrapper .recom-w .re-w .col {border-right:none!important}
.wrapper .recom-w .re-w .col {
  width: 100%;
  padding: 0 20px 20px;
}
  .wrapper .home-about .col-6 {
    width: 100%;
}
.wrapper .home-about .col-6 .row2 {
  height: 365px;
}
.wrapper .home-about .col-6 .row2.move {
  height: 185px!important
}
.wrapper .home-about .col-4 {
  width:100%;
  height: 385px;
}
.wrapper .row2 {
float: left;
}
  .wrapper .home-news .news-box .news-k .row .txt.lg .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .filter {
    height: 4px;
    margin: 10px 0;
}
.news-box .news-k .row .txt .tp .htt{margin-top: 0;}
  .wrapper .home-product .product {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}
.wrapper .home-product .product .box {
  margin: 0 auto;
}

.wrapper .home-product .product .pro-k a {
  width: 49%;
  margin: 0 0.5%;
  padding-bottom: 10px;
}
.idea-k{
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
}

.video-bg-area h1 {
  line-height: 32px;
  font-size: 22px;
  color: #ffffff;
  margin: 0 20px;
}
.video-bg-area span {
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}
.home-knowledge .more-h{display: none;}
.home-product .more-h2{display: none;}
.home-advantage .more-h2{display: none;}

.wrapper .knowledge .knowledge-box .list li .tbox .time {
  height: 160px;
}


.wrapper .knowledge .knowledge-box .list li, .wrapper .c-knowledge .list li {
  width: 48%;
  margin: 0 0.5% 20px 0.5%;
}

  .display-pc {
    display: none;
  }
  .news-box{max-width: 100%;margin: 0 auto;}
  .display-600 {
    display: block;
  }

  .news-box .news-k .row {
    height: auto;
}
.news-box .news-k .row .col-2 {
  width: 100%;
  height: 225px
}

.news-box .news-k .row .txt {
  padding: 15px 15px 15px;
}
.news-box .news-k .row .col-4 {
  
  width: 50%;
  height: 225px;
}

.wrapper .home-news .news-box .news-k .row .txt .tp .tt {
  font-size: 16px;
    line-height: 22px;
}

.news-box .news-k {
  padding: 0;
}
  .not-display-600 {
    display: none;
  }

  .wrapper .topbar .logo-w {
    width: 158px;
    height: 44px;
    background-color:initial;
    border-bottom:none;
  }
  .wrapper .topbar .logo-w .logo-ww {
    width: 114px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-ww img {
    height: 26px;
  }
  .wrapper .topbar .logo-w .logo-more {
    width: 44px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-more img {
    width: 10px;
  }
  .wrapper .topbar .navs-w {
    width: 44px;
    height: 44px;
    padding-right: 0;
  }
  .wrapper .topbar .navs-w .item {
    width: 44px;
    height: 44px;
  }
  .wrapper .topbar .navs-w .item img {
    width: 9px;
  }
  .wrapper .footer {
    background-color: #fff;
    padding: 40px 20px 35px;
  }
  .wrapper .footer .footer-w {
    width: 100%;
    padding: 0;
  }
  .wrapper .footer .footer-w .fo-w {
    padding-bottom: 0;
    border-bottom: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo {
    float: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col {
    width: 100%;
    float: none;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt {
    font-size: 9px;
    line-height: 23px;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt img {
    width: 8px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt .minus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .sub-w {
    display: none;
    padding: 0 0 18px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt {
    font-size: 9px;
    line-height: 24px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt span {
    display: inline-block;
    width: 80px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .plus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .minus {
    display: inline-block;
  }
  .wrapper .footer .footer-w .fo-bw {
    padding-top: 20px;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info {
    float: left;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p {
    font-size: 9px;
    line-height: 18px;
    color: #a3a3a3;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p span {
    margin-left: 0 !important;
    font-size: 9px !important;
  }
  .wrapper .footer .footer-w .fo-bw .social img {
    height: 10px;
    margin-left: 8px;
  }
  .wrapper .menu {
    right: -100%;
    width: 100%;
    padding-right: 20px;
    padding-top: 100px;
  }
  .wrapper .menu .icon-w {
    margin-bottom: 22px;
  }
  .wrapper .menu .icon-w img {
    zoom: 0.4;
  }
  .wrapper .menu .menu-items .item {
    margin-bottom: 16px;
  }
  .wrapper .menu .menu-items .item .filter {
    height: 3px;
    margin: 0 0 16px;
  }
  .wrapper .menu .menu-items .item .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .menu .menu-items .item .tt {
    font-size: 16px;
  }
  .wrapper .menu .menu-items .item .sub-w .fstt {
    font-size: 11px;
  }
  .wrapper .bb .btb {
    padding: 34px 0 8px;
  }
  .wrapper .bb .btb .btt {
    font-size: 10px;
  }
  .wrapper .bb .btb .bfilter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .bb .btb .bfilter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .bb .btb .bstt {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .bb .more-h {
    padding: 35px 0;
  }
  .wrapper .bb .more-h .more {
    height: 32px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .main-bg {
    height: 280px;
    position: relative;
  }
  .wrapper .main-bg .info .tt {
    font-size: 24px;
    line-height: 26px;
    padding-top: 20px;
  }
  .wrapper .main-bg .info .filter {
    height: 3px;
    margin: 16px 0;
  }
  .wrapper .main-bg .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .main-bg .info .stt {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .main-bg.no-pdt {
    height: auto;
  }
  .wrapper .main-bg.no-pdt .info .tt {
    padding-top: 0;
  }
  .wrapper .stories {
    max-width: 100%;
    padding: 0 20px;
    background-color: transparent;
  }
  .wrapper .stories .col-s {
    height: 0;
    padding-top: 60%;
  }
  .wrapper .stories .col-s .info-s {
    padding: 28px 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wrapper .stories .col-s .info-s .tp .tt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .wrapper .stories .col-s .info-s .tp .stt {
    font-size: 9px;
  }
  .wrapper .stories .col-s .info-s .tp .filter {
    height: 2px;
    margin: 12px 0;
  }
  .wrapper .stories .col-s .info-s .tp .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .stories .col-s .info-s .tp .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 6px;
    height: 64px;
    overflow: hidden;
  }
  .wrapper .stories .col-s .info-s .more img {
    height: 2px;
  }
  .wrapper .stories .stories-w {
    height: auto;
    padding-top: 0;
    background-color: #FFF;
  }
  .wrapper .stories .stories-w .ss-ww {
    height: auto;
    position: relative;
  }
  .wrapper .stories .stories-w .ss-ww .col {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrapper .stories .stories-w .ss-ww .col:first-child {
    padding-top: 60%;
    height: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info {
    padding: 28px 20px 20px;
    justify-content: space-between;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .tt {
    font-size: 22px;
    line-height: 30px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .stt {
    font-size: 9px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .filter {
    height: 2px;
    margin: 8px 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .more {
    margin-top: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .more img {
    height: 2px;
  }
  .wrapper .stories .row {
    width: 100%;
    background-color: #fff;
  }
  .wrapper .stories .row .col-s {
    width: 50%;
    padding-top: 64.28%;
    position: relative;
  }
  .wrapper .stories .row .col-s .info-s {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wrapper .home-box .index-slides .swiper-slide .info {
    width: 100%;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .tt {
    font-size: 38px;
    line-height: 38px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .filter {
    height: 2px;
    margin: 10px 0;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .filter span {
    height: 3px;
    width: 12px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .more {
    height: 34px;
    width: 84px;
    font-size: 10px;
    line-height: 34px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .hint {
    bottom: 64px;
    font-size: 9px;
  }
  .wrapper .home-box .index-slides .swiper-pagination {
    bottom: 28px;
    text-align: center;
    padding-right: 0;
  }
  .wrapper .home-box .index-slides .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 1px;
  }

  /**首页应用优势**/
  .wrapper .home-box .home-advantage .box {
    max-width: 100%;
    display:table;
    height: 530px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .wrapper .home-box .home-advantage .box .col {
    width: 49%;
    height: 251px;
    margin: 0 0.5% 10px 0.5%;
    float: left;
  }
  .wrapper .home-box .home-advantage .box .col .front {
    height: 250px;
    padding: 26px;
    border-right: none;
  }
  .wrapper .home-box .home-advantage .box .col .front .dtt {
    font-size: 16px;
  }
  .wrapper .home-box .home-advantage .box .col .front .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .home-box .home-advantage .box .col .front .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .home-advantage .box .col .front .dstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .home-box .home-advantage .box .col .front .f-img {
    right: 74px;
    bottom: 68px;
    zoom: 0.4;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info {
    padding: 26px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .dtt {
    font-size: 20px;
    line-height: 16px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .dstt {
    font-size: 14px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .dstt {
    font-size: 10px;
    line-height: 14px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .filter {
    height: 2px;
    margin: 10px 0;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .dsstt {
    font-size: 9px;
    line-height: 17px;
  }
/**首页应用优势 结束**/

  .wrapper .home-box .index-02 .pnavs {
    padding: 0 20px;
  }
  .wrapper .home-box .index-02 .pnavs .col {
    width: 25%;
  }
  .wrapper .home-box .index-02 .pnavs .col .nav-w {
    width: 100%;
    padding: 20px 0;
  }
  .wrapper .home-box .index-02 .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper .home-box .index-02 .pages {
    height: 660px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info.right {
    left: 0;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .filter {
    height: 3px;
    margin: 16px 0;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .hint {
    bottom: 20px;
    font-size: 8px;
    opacity: 0.5;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col {
    width: 100%;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col .info .filter {
    margin: 16px 0;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .stt {
    font-size: 12px;
    line-height: 22px;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .filter {
    height: 3px;
    margin: 12px 0;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .tt {
    font-size: 26px;
    line-height: 24px;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .hint {
    display: none;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-pagination {
    display: block;
    bottom: 28px;
    width: 100%;
    z-index: 7;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0;
    width: 80px;
    height: 2px;
    margin: 0;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .wrapper .home-box .home-cooperative .pnavs .col {
    width: 50%;
    margin: 0;
  }
  .wrapper .home-box .home-cooperative .pnavs .col .nav-w {
    padding: 10px 0;
    width: 100%;
  }
  .wrapper .home-box .home-cooperative .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 22px;
  }
  .wrapper .home-box .home-cooperative .pnavs .col .nav-w .nstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .home-box .home-cooperative .pages .page-w {
    max-width: 100%;
  }
  .wrapper .home-box .home-cooperative .pages .page-w .items .col {
    justify-content: center;
    align-items: center;
    padding-bottom: 22px;
    width: 33.33%;
    height: 88px;
  }
  .wrapper .home-box .home-cooperative .pages .page-w .items .col img {
    zoom: 0.3;
  }
  .wrapper .home-box .home-cooperative .pages .page-w .items .col p {
    bottom: 8px;
    font-size: 9px;
  }
  .wrapper .brand-w .b-bb {
    width: 100%;
    position: relative;
  }
  .wrapper .brand-w .b-bb .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 80px;
  }
  .wrapper .brand-w .b-bb .info.right {
    left: 0;
  }
  .wrapper .brand-w .b-bb .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .brand-w .b-bb .info .filter {
    height: 3px;
    margin: 9px 0;
  }
  .wrapper .brand-w .b-bb .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .brand-w .b-bb .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .brand-w .b-bb .info .hint {
    bottom: 20px;
    font-size: 8px;
    opacity: 0.5;
  }
  .wrapper .brand-w .b-bb .info .hopener {
    bottom: 40px;
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    width: 60px;
  }
  .wrapper .brand-w .b-bb .hinfo {
    padding: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .close-w {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 32px;
    right: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .close-w img {
    height: 4px;
  }
  .wrapper .brand-w .b-bb .hinfo .stt {
    font-size: 10px;
    line-height: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .brand-w .b-bb .hinfo .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .brand-w .b-bb .hinfo .tt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w {
    width: 100%;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col {
    width: 100%;
    text-align: center;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col .txt {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col .more {
    height: 32px;
    padding: 0 20px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides {
    display: none;
  }
  .wrapper .brand-w .b-bb .col2 {
    width: 100%;
    height: 50%;
    float: left;
    position: relative;
  }
  .wrapper .brand-w .b-bb .col2 .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 60px;
  }
  .wrapper .brand-w .b-bb .col2 .info .tt {
    font-size: 35px;
    line-height: 30px;
  }
  .wrapper .brand-w .b-bb .col2 .info .filter {
    margin: 14px 0;
  }
  .wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w {
    width: 100%;
  }
  .wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w .col {
    width: 100%;
  }
  .wrapper .brand-w .paginations.pagination-pc {
    display: none;
  }
  .wrapper .brand-w .paginations.pagination-m {
    display: flex;
  }
  .wrapper .brand-w .paginations span.active {
    width: 40px;
  }
  .wrapper .history-w .pnavs .col {
    width: 50%;
    margin: 0;
  }
  .wrapper .history-w .pnavs .col .nav-w {
    width: 100%;
    padding: 20px 0;
  }
  .wrapper .history-w .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 22px;
  }
  .wrapper .history-w .pnavs .col .nav-w .nstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .h-bb {
    padding-bottom: 30px;
  }
  .wrapper .history-w .h-bb .col {
    width: 100%;
  }
  .wrapper .history-w .h-bb .col .hint {
    font-size: 12px;
    line-height: 23px;
    color: #a3a3a3;
    margin-top: 20px;
    padding-left: 20px;
  }
  .wrapper .history-w .h-bb .col .hint.right {
    text-align: left;
  }
  .wrapper .history-w .h-bb .col.col-txt {
    padding: 32px 20px 10px;
  }
  .wrapper .history-w .h-bb .col.col-txt .tt {
    font-size: 22px;
  }
  .wrapper .history-w .h-bb .col.col-txt .filter {
    height: 3px;
    margin: 10px 0 16px;
  }
  .wrapper .history-w .h-bb .col.col-txt .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h-bb .col.col-txt .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .history-w .h-bb .col.col-txt .cc {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
  }
  .wrapper .history-w .sec-bg {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .wrapper .history-w .sec-bg img {
    width: 100%;
  }
  .wrapper .history-w .sec-bg .c-info {
    padding: 30px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrapper .history-w .sec-bg .c-info .tt {
    font-size: 24px;
  }
  .wrapper .history-w .sec-bg .c-info .filter {
    height: 3px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .sec-bg .c-info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .sec-bg .c-info .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .sec-bg .c-info .slogans {
    margin-top: 44px;
    width: 100%;
  }
  .wrapper .history-w .sec-bg .c-info .slogans .col {
    width: 28%;
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .history-w .h-slides .pages {
    padding: 30px 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .tt {
    font-size: 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .filter {
    height: 3px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h-slides .pages .page-w .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w {
    width: calc(100% - 180px);
    margin: 0 auto 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w .swiper-wrapper .swiper-slide {
    width: 100%;
    max-height: 265px;
    background-color:initial;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info {
    padding: 0 20px;
    background-color: #fff;
  }
  .wrapper .home-idea .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info {
    padding: 0 20px;
    background-color: rgba(0, 0, 0, 0.50);
  }
 
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .year {
    font-size: 28px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter {
    height: 2px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .s-stt {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide {
    height: auto;
    overflow: hidden;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide img {
    width: 120%;
    margin-left: -10%;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info {
    position: relative;
    height: 120px;
    padding: 20px 20px;
    overflow: hidden;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .year {
    font-size: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .s-stt {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-next, .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-next {
    right: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
    left: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .nav-pages {
    display: none;
  }
  .wrapper .history-w .h2-bb {
    height: auto;
  }
  .wrapper .history-w .h2-bb .col {
    width: 100%;
    height: auto;
  }
  .wrapper .history-w .h2-bb .col.cover img {
    width: 100%;
  }
  .wrapper .history-w .h2-bb .col.col-info {
    padding: 32px 20px 10px;
    justify-content: center;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt.gld {
    font-size: 16px;
    margin-top: 10px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .filter {
    height: 3px;
    margin: 14px 0 18px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item {
    float: left;
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item .img-w img {
    zoom: 0.3;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item p {
    font-size: 10px;
    line-height: 16px;
  }
  .wrapper .history-w .core .c-hh {
    height: 74px;
    font-size: 14px;
  }
  .wrapper .history-w .core .core-slides .swiper-button-next, .wrapper .history-w .core .core-slides .swiper-button-prev {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination {
    display: block;
    bottom: 28px;
    width: 100%;
    z-index: 7;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0;
    width: 80px;
    height: 2px;
    margin: 0;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .wrapper .pnavs-s {
    padding: 0 20px;
  }
  .wrapper .pnavs-s .col {
    width: 25%;
    margin: 0;
  }
  .wrapper .pnavs-s .col .nav-w {
    padding: 24px 0;
    width: 100%;
  }
  .wrapper .pnavs-s .col .nav-w .ntt {
    font-size: 10px;
  }
  .wrapper .pnavs-s.slim {
    justify-content: flex-start;
    padding: 0;
  }
  .wrapper .pnavs-s.slim {
    margin-top: 44px;
}
  .wrapper .pnavs-s.slim .nav {
    position: absolute;
    top: 0;
    height: 60px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper .pnavs-s.slim .nav img {
    width: 8px;
  }
  .wrapper .pnavs-s.slim .nav.nav-l {
    left: 0;
  }
  .wrapper .pnavs-s.slim .nav.nav-r {
    right: 0;
  }
  .wrapper .pnavs-s.slim .pnavs-sw {
    overflow-x: scroll;
  }
  .wrapper .pnavs-s.slim .pnavs-sw::-webkit-scrollbar {
    display: none;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .pnavs-w {
    width: 540px;
    justify-content: flex-start;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col {
    width: auto;
    float: left;
    margin: 0 10px;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col .nav-w {
    padding: 24px 10px;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col .nav-w .ntt {
    white-space: nowrap;
  }
  .wrapper .pnavs-s.lg .col {
    width: 150px;
  }
  .wrapper .explore-w .pages .page-w {
    max-width: 100%;
    margin: 20px auto;
  }
  .wrapper .explore-w .pages .page-w .row {
    height: auto;
    margin-bottom: 18px;
  }
  .wrapper .explore-w .pages .page-w .row.row-f {
    height: auto;
  }
  .wrapper .explore-w .pages .page-w .row.row-f .col4 {
    width: 50%;
  }
  .wrapper .explore-w .pages .page-w .row .col2 {
    width: 100%;
    height: 250px;
  }
  .wrapper .explore-w .pages .page-w .row .col4 {
    width: 50%;
    height: 250px;
  }
  .wrapper .explore-w .pages .page-w .row .col4.mb {
    margin-bottom: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag {
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 44px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag.tag-1 {
    width: 86px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag.tag-2 {
    width: 64px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .slogan {
    font-size: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .txt {
    padding: 20px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .hstt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .htt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .more {
    height: 2px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .play {
    width: 18px;
    margin-left: 15px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp {
    cursor: pointer;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp .hint {
    font-size: 12px;
    line-height: 21px;
    margin-top: 10px;
    font-weight: bold;
  }
  .wrapper .explore-w .pages .page-w .row .txt.lg .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .explore-w .pages .page-w .row .txt.lg .tp .htt {
    font-size: 11px;
    line-height: 18px;
    max-height: 90px;
    overflow: hidden;
  }

  .wrapper .explore-w .pages .page-w .row .star .info {
    padding: 20px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .tt {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .hstt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .more {
    height: 2px;
  }
  .wrapper .videos-w .pages .page-w {
    max-width: 100%;
    margin: 20px auto;
  }
  .wrapper .videos-w .pages .page-w .row {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
  }
  .wrapper .videos-w .pages .page-w .row.row-h {
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2:first-child {
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 {
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 .col2 {
    width: 50%;
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 {
    width: 100%;
    height: 125px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 .col2 {
    width: 50%;
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 > .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .tt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .stt {
    font-size: 9px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 4px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .more {
    height: 2px;
    margin-top: 16px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.lg .tt {
    font-size: 24px;
    line-height: 40px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld {
    background-color: #3774C4;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .tt {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .filter span {
    background-color: #fff;
  }
  .wrapper .video-w .vvw .tt {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .video-w .vvw .stt {
    font-size: 10px;
    line-height: 16px;
  }
  .wrapper .video-w .vvw .filter {
    height: 3px;
  }
  .wrapper .video-w .vvw .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .video-w .vvw .more-h {
    padding: 10px 0 40px;
  }
  .wrapper .video-w .vvw .more-h .more {
    height: 32px;
    padding: 0 26px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .recom-w {
    padding: 30px 0;
  }
  .wrapper .recom-w .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .recom-w .filter {
    margin: 10px 0;
  }
  .wrapper .recom-w .filter span {
    width: 12px;
  }
  .wrapper .recom-w .re-w {
    max-width: 75%;
    margin: 40px auto 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .wrapper .recom-w .re-w .col:last-child {
    border-right: none;
    border-bottom: none;
  }
  .wrapper .recom-w .re-w .col .rtt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .recom-w .re-w .col .rstt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 4px;
  }
  .wrapper .news-w .stories {
    margin: 20px auto;
  }
  .wrapper .news-dw .content .tt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .wrapper .news-dw .content .dt {
    padding: 0 0 24px;
    font-size: 10px;
  }
  .wrapper .news-dw .content p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .wrapper .news-dw .more-h {
    padding: 10px 0 40px;
  }
  .wrapper .news-dw .more-h .more {
    height: 32px;
    padding: 0 26px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .network-w .pnavs-s {
    width: 100%;
    padding: 0;
  }
  .wrapper .network-w .pnavs-s .col {
    width: 50%;
  }
  .wrapper .network-w .nt-ww {
    padding-top: 40px;
  }
  .wrapper .network-w .nt-ww .tt {
    font-size: 24px;
    line-height: 36px;
  }
  .wrapper .network-w .nt-ww .filter {
    height: 3px;
  }
  .wrapper .network-w .nt-ww .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .network-w .nt-ww .poss {
    padding: 20px 0 60px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col {
    float: left;
    width: 100%;
    min-height: 0;
    padding: 0 20%;
    margin-bottom: 30px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .pname {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll {
    margin-top: 12px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll img {
    zoom: 0.4;
    margin-right: 20px;
    margin-top: 8px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll span {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww {
    padding: 0 40px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww input {
    height: 36px;
    padding: 0 20px;
    font-size: 10px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww .btn-search {
    width: 10px;
    top: 14px;
    right: 58px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w {
    padding: 50px 0 60px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 26px 40px 0;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col {
    float: left;
    width: 100%;
    min-height: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col:last-child {
    border-bottom: none;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .pname {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll {
    margin-top: 12px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll img {
    zoom: 0.4;
    margin-right: 20px;
    margin-top: 8px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll span {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .filter {
    height: 3px;
    margin: 15px 0;
  }
  .wrapper .tech-w .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .tech-w .tech-c .intro {
    padding: 40px 10px;
  }
  .wrapper .tech-w .tech-c .intro .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .intro .stt {
    font-size: 10px;
    line-height: 19px;
  }
  .wrapper .tech-w .tech-c .nf-img-w {
    padding: 0 0;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w {
    height: 250px;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w .info .tt {
    font-size: 24px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w .info .stt {
    font-size: 15px;
  }
  .wrapper .tech-w .tech-c .f-img-w .img-w .info .tt {
    font-size: 16px;
  }
  .wrapper .tech-w .tech-c .f-img-w .img-w .info .stt {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
  }
  .wrapper .tech-w .tech-c .feature-w {
    padding: 30px 20px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col {
    height: 300px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col img {
    width: 80px;
    margin-bottom: 20px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col .tt {
    font-size: 14px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col .stt {
    font-size: 9px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col {
    width: 50%;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(1), .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(2) {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .tech-w .tech-c .t-video-w {
    padding: 40px 0;
  }
  .wrapper .tech-w .tech-c .t-video-w .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c {
    padding: 32px 20px;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c .vv .op img {
    width: 16px;
    margin-bottom: 12px;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c .vv .op span {
    font-size: 9px;
  }
  .wrapper .tech-w .tech-c .faq-w .tt {
    padding-top: 40px;
    font-size: 20px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .qq {
    padding: 10px 26px 10px 30px;
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .qq img {
    right: 10px;
    top: 18px;
    width: 7px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w {
    padding: 12px 10px 20px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .tk {
    width: 13px;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: 3px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .pls {
    top: 5px;
    width: 7px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .a {
    margin-top: 10px;
    font-size: 10px;
    line-height: 18px;
    padding-left: 22px;
  }
  .wrapper .tech-w .tech-c .compare-w {
    padding: 40px 0;
  }
  .wrapper .tech-w .tech-c .compare-w .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .compare-w .img-w {
    padding: 32px 20px;
  }
  .wrapper .topbar .navs-w {
      background-color: #009DE0;
      border-bottom:none;
  }
.home-idea .idea-k .slide-w{width: 100vw;}
}
@media screen and (max-width: 414px) {
  .wrapper .solution .pnavs .col .nav-w {
    padding: 15px 0;
    width: 100%;
}

  .wrapper .solution .pnavs .col {
    width: 33.3333%;
    margin: 0;
}
  .wrapper .home-slides .info {
    top: 15%;
    flex-direction: column;
    justify-content:initial;
    align-items: center;
    text-align: center;
}
.wrapper .home-slides .info .tt {
  font-size: 35px;
  line-height: 35px;
  font-weight: bold;
}
  .wrapper .home-idea {
    height: auto;
    width: 100%;
    position: relative;
}
.wrapper .home-dimensions {
  height: auto;
  width: 100%;
  position: relative;
}

.wrapper .home-box .home-dimensions .info.col-4 {
  width: 100%;
  padding-top: 15px;
}
.wrapper .home-box .home-dimensions .info.col-6 {
  display: none!important;
}
.wrapper .home-box .home-idea .idea-k .info.col-4 {
  display: none; 
}
.wrapper .home-box .home-idea .idea-k .info.col-6 {
  width:100%!important;
  height: auto;
  display:initial;
}

  .wrapper .topbar .menu-w{display: none;}
  .wrapper .topbar .navs-w .item {
    width: 56px;
    height: 56px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .wrapper .topbar .navs-w .item img {
    width: 12px;
  }
  .wrapper .home-about {
    height: auto;

}
.wrapper .home-about .bbw-n .col-6 .movable-b.P-top{padding: 15px!important}
.wrapper .home-about .bbw-n .col-6 .movable-b.P-bot {padding: 15px!important}
.wrapper .home-about .recom-w {padding:0!important}
.wrapper .recom-w .re-w .col {border-right:none!important}
.wrapper .recom-w .re-w .col {
  width: 100%;
  padding: 0 20px 20px;
}
  .wrapper .home-about .col-6 {
    width: 100%;
}
.wrapper .home-about .col-6 .row2 {
  height: 365px;
}
.wrapper .home-about .col-6 .row2.move {
  height: 185px!important
}
.wrapper .home-about .col-4 {
  width:100%;
  height: 265px;
}
.wrapper .row2 {
float: left;
}
  .wrapper .home-news .news-box .news-k .row .txt.lg .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .filter {
    height: 4px;
    margin: 10px 0;
}
.news-box .news-k .row .txt .tp .htt{margin-top: 0;}
  .wrapper .home-product .product {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}
.wrapper .home-product .product .box {
  margin: 0 auto;
}

.wrapper .home-product .product .pro-k a {
  width: 100%;
  margin-bottom: 15px;
}
.idea-k{
  max-width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
}

.video-bg-area h1 {
  line-height: 32px;
  font-size: 22px;
  color: #ffffff;
  margin: 0 20px;
}
.video-bg-area span {
  line-height: 24px;
  font-size: 14px;
  color: #ffffff;
}
.home-knowledge .more-h{display: none;}
.home-product .more-h2{display: none;}
.home-advantage .more-h2{display: none;}

.wrapper .knowledge .knowledge-box .list li .tbox .time {
  height: auto;
}


.wrapper .knowledge .knowledge-box .list li, .wrapper .c-knowledge .list li {
  width: 100%;
  margin: 0 0 20px 0;
}

  .display-pc {
    display: none;
  }
  .news-box{max-width: 100%;margin: 0 auto;}
  .display-600 {
    display: block;
  }

  .news-box .news-k .row {
    height: auto;
}
.news-box .news-k .row .col-2 {
  width: 100%;
  height: 225px
}

.news-box .news-k .row .txt {
  padding: 15px 15px 15px;
}
.news-box .news-k .row .col-4 {
  
  width: 50%;
  height: 225px;
}

.wrapper .home-news .news-box .news-k .row .txt .tp .tt {
  font-size: 16px;
    line-height: 22px;
}

.news-box .news-k {
  padding: 0;
}
  .not-display-600 {
    display: none;
  }

  .wrapper .topbar .logo-w {
    width: 158px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-ww {
    width: 90px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-ww img {
    height: 26px;
  }
  .wrapper .topbar .logo-w .logo-more {
    width: 44px;
    height: 44px;
  }
  .wrapper .topbar .logo-w .logo-more img {
    width: 10px;
  }
  .wrapper .topbar .navs-w {
    width: 44px;
    height: 44px;
    padding-right: 0;
  }
  .wrapper .topbar .navs-w .item {
    width: 44px;
    height: 44px;
  }
  .wrapper .topbar .navs-w .item img {
    width: 9px;
  }
  .wrapper .footer {
    background-color: #fff;
    padding: 40px 20px 35px;
  }
  .wrapper .footer .footer-w {
    width: 100%;
    padding: 0;
  }
  .wrapper .footer .footer-w .fo-w {
    padding-bottom: 0;
    border-bottom: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo {
    float: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col {
    width: 100%;
    float: none;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt {
    font-size: 9px;
    line-height: 23px;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt img {
    width: 8px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .ftt .minus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .sub-w {
    display: none;
    padding: 0 0 18px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt {
    font-size: 9px;
    line-height: 24px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col .fstt span {
    display: inline-block;
    width: 80px;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .plus {
    display: none;
  }
  .wrapper .footer .footer-w .fo-w .l-fo .col.active .ftt .minus {
    display: inline-block;
  }
  .wrapper .footer .footer-w .fo-bw {
    padding-top: 20px;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info {
    float: left;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p {
    font-size: 9px;
    line-height: 18px;
    color: #a3a3a3;
  }
  .wrapper .footer .footer-w .fo-bw .fo-info p span {
    margin-left: 0 !important;
    font-size: 9px !important;
  }
  .wrapper .footer .footer-w .fo-bw .social img {
    height: 10px;
    margin-left: 8px;
  }
  .wrapper .menu {
    right: -100%;
    width: 100%;
    padding-right: 20px;
    padding-top: 100px;
  }
  .wrapper .menu .icon-w {
    margin-bottom: 22px;
  }
  .wrapper .menu .icon-w img {
    zoom: 0.4;
  }
  .wrapper .menu .menu-items .item {
    margin-bottom: 16px;
  }
  .wrapper .menu .menu-items .item .filter {
    height: 3px;
    margin: 0 0 16px;
  }
  .wrapper .menu .menu-items .item .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .menu .menu-items .item .tt {
    font-size: 16px;
  }
  .wrapper .menu .menu-items .item .sub-w .fstt {
    font-size: 11px;
  }
  .wrapper .bb .btb {
    padding: 34px 0 8px;
  }
  .wrapper .bb .btb .btt {
    font-size: 10px;
  }
  .wrapper .bb .btb .bfilter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .bb .btb .bfilter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .bb .btb .bstt {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .bb .more-h {
    padding: 35px 0;
  }
  .wrapper .bb .more-h .more {
    height: 32px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .main-bg {
    height: 280px;
    position: relative;
  }
  .wrapper .main-bg .info .tt {
    font-size: 24px;
    line-height: 26px;
    padding-top: 20px;
  }
  .wrapper .main-bg .info .filter {
    height: 3px;
    margin: 16px 0;
  }
  .wrapper .main-bg .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .main-bg .info .stt {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .main-bg.no-pdt {
    height: auto;
  }
  .wrapper .main-bg.no-pdt .info .tt {
    padding-top: 0;
  }
  .wrapper .stories {
    max-width: 100%;
    padding: 0 20px;
    background-color: transparent;
  }
  .wrapper .stories .col-s {
    height: 0;
    padding-top: 60%;
  }
  .wrapper .stories .col-s .info-s {
    padding: 28px 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wrapper .stories .col-s .info-s .tp .tt {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .wrapper .stories .col-s .info-s .tp .stt {
    font-size: 9px;
  }
  .wrapper .stories .col-s .info-s .tp .filter {
    height: 2px;
    margin: 12px 0;
  }
  .wrapper .stories .col-s .info-s .tp .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .stories .col-s .info-s .tp .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 6px;
    height: 64px;
    overflow: hidden;
  }
  .wrapper .stories .col-s .info-s .more img {
    height: 2px;
  }
  .wrapper .stories .stories-w {
    height: auto;
    padding-top: 0;
    background-color: #FFF;
  }
  .wrapper .stories .stories-w .ss-ww {
    height: auto;
    position: relative;
  }
  .wrapper .stories .stories-w .ss-ww .col {
    width: 100%;
    height: auto;
    position: relative;
  }
  .wrapper .stories .stories-w .ss-ww .col:first-child {
    padding-top: 60%;
    height: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info {
    padding: 28px 20px 20px;
    justify-content: space-between;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .tt {
    font-size: 22px;
    line-height: 30px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .stt {
    font-size: 9px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .filter {
    height: 2px;
    margin: 8px 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .more {
    margin-top: 0;
  }
  .wrapper .stories .stories-w .ss-ww .col .info .more img {
    height: 2px;
  }
  .wrapper .stories .row {
    width: 100%;
    background-color: #fff;
  }
  .wrapper .stories .row .col-s {
    width: 50%;
    padding-top: 64.28%;
    position: relative;
  }
  .wrapper .stories .row .col-s .info-s {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .wrapper .home-box .index-slides .swiper-slide .info {
    width: 100%;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .tt {
    font-size: 38px;
    line-height: 38px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .filter {
    height: 2px;
    margin: 10px 0;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .filter span {
    height: 3px;
    width: 12px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .more {
    height: 34px;
    width: 84px;
    font-size: 10px;
    line-height: 34px;
  }
  .wrapper .home-box .index-slides .swiper-slide .info .hint {
    bottom: 64px;
    font-size: 9px;
  }
  .wrapper .home-box .index-slides .swiper-pagination {
    bottom: 28px;
    text-align: center;
    padding-right: 0;
  }
  .wrapper .home-box .index-slides .swiper-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 1px;
  }

  /**首页应用优势**/
  .wrapper .home-box .home-advantage .box {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .wrapper .home-box .home-advantage .box .col {
    width: 100%;
    height: 251px;
    margin-bottom: 15px;
  }
  .wrapper .home-box .home-advantage .box .col .front {
    height: 250px;
    padding: 26px;
    border-right: none;
  }
  .wrapper .home-box .home-advantage .box .col .front .dtt {
    font-size: 16px;
  }
  .wrapper .home-box .home-advantage .box .col .front .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .home-box .home-advantage .box .col .front .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .home-advantage .box .col .front .dstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .home-box .home-advantage .box .col .front .f-img {
    right: 74px;
    bottom: 68px;
    zoom: 0.4;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info {
    padding: 26px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .dtt {
    font-size: 20px;
    line-height: 16px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-t .dstt {
    font-size: 14px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .dstt {
    font-size: 10px;
    line-height: 14px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .filter {
    height: 2px;
    margin: 10px 0;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .home-box .home-advantage .box .col .back .back-info .back-b .dsstt {
    font-size: 9px;
    line-height: 17px;
  }
/**首页应用优势 结束**/

  .wrapper .home-box .index-02 .pnavs {
    padding: 0 20px;
  }
  .wrapper .home-box .index-02 .pnavs .col {
    width: 25%;
  }
  .wrapper .home-box .index-02 .pnavs .col .nav-w {
    width: 100%;
    padding: 20px 0;
  }
  .wrapper .home-box .index-02 .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 20px;
  }
  .wrapper .home-box .index-02 .pages {
    height: 660px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info.right {
    left: 0;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .filter {
    height: 3px;
    margin: 16px 0;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .home-box .index-02 .pages .page-w .info .hint {
    bottom: 20px;
    font-size: 8px;
    opacity: 0.5;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col {
    width: 100%;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 40px;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .home-box .index-02 .pages .page-w.split-2 .col .info .filter {
    margin: 16px 0;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .stt {
    font-size: 12px;
    line-height: 22px;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .filter {
    height: 3px;
    margin: 12px 0;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .tt {
    font-size: 26px;
    line-height: 24px;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-slide .info .hint {
    display: none;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-pagination {
    display: block;
    bottom: 28px;
    width: 100%;
    z-index: 7;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0;
    width: 80px;
    height: 2px;
    margin: 0;
  }
  .wrapper .home-box .index-04 .tech-slides .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .wrapper .home-box .home-cooperative .pnavs .col {
    width: 50%;
    margin: 0;
  }
  .wrapper .home-box .home-cooperative .pnavs .col .nav-w {
    padding: 10px 0;
    width: 100%;
  }
  .wrapper .home-box .home-cooperative .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 22px;
  }
  .wrapper .home-box .home-cooperative .pnavs .col .nav-w .nstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .home-box .home-cooperative .pages .page-w {
    max-width: 100%;
  }
  .wrapper .home-box .home-cooperative .pages .page-w .items .col {
    justify-content: center;
    align-items: center;
    padding-bottom: 22px;
    width: 33.33%;
    height: 88px;
  }
  .wrapper .home-box .home-cooperative .pages .page-w .items .col img {
    zoom: 0.3;
  }
  .wrapper .home-box .home-cooperative .pages .page-w .items .col p {
    bottom: 8px;
    font-size: 9px;
  }
  .wrapper .brand-w .b-bb {
    width: 100%;
    position: relative;
  }
  .wrapper .brand-w .b-bb .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 80px;
  }
  .wrapper .brand-w .b-bb .info.right {
    left: 0;
  }
  .wrapper .brand-w .b-bb .info .tt {
    font-size: 28px;
    line-height: 26px;
  }
  .wrapper .brand-w .b-bb .info .filter {
    height: 3px;
    margin: 9px 0;
  }
  .wrapper .brand-w .b-bb .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .brand-w .b-bb .info .stt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .brand-w .b-bb .info .hint {
    bottom: 20px;
    font-size: 8px;
    opacity: 0.5;
  }
  .wrapper .brand-w .b-bb .info .hopener {
    bottom: 40px;
    font-size: 10px;
    line-height: 24px;
    height: 24px;
    width: 60px;
  }
  .wrapper .brand-w .b-bb .hinfo {
    padding: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .close-w {
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: 32px;
    right: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .close-w img {
    height: 4px;
  }
  .wrapper .brand-w .b-bb .hinfo .stt {
    font-size: 10px;
    line-height: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .filter {
    height: 3px;
    margin: 14px 0;
  }
  .wrapper .brand-w .b-bb .hinfo .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .brand-w .b-bb .hinfo .tt {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w {
    width: 100%;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col {
    width: 100%;
    text-align: center;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col .txt {
    font-size: 11px;
    line-height: 18px;
    text-align: left;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col .more {
    height: 32px;
    padding: 0 20px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .brand-w .b-bb .hinfo .hinfo-w .col.col-slides {
    display: none;
  }
  .wrapper .brand-w .b-bb .col2 {
    width: 100%;
    height: 50%;
    float: left;
    position: relative;
  }
  .wrapper .brand-w .b-bb .col2 .info {
    width: 100%;
    justify-content: flex-start;
    padding-top: 60px;
  }
  .wrapper .brand-w .b-bb .col2 .info .tt {
    font-size: 35px;
    line-height: 30px;
  }
  .wrapper .brand-w .b-bb .col2 .info .filter {
    margin: 14px 0;
  }
  .wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w {
    width: 100%;
  }
  .wrapper .brand-w .b-bb .col2 .hinfo .hinfo-w .col {
    width: 100%;
  }
  .wrapper .brand-w .paginations.pagination-pc {
    display: none;
  }
  .wrapper .brand-w .paginations.pagination-m {
    display: flex;
  }
  .wrapper .brand-w .paginations span.active {
    width: 40px;
  }
  .wrapper .history-w .pnavs .col {
    width: 50%;
    margin: 0;
  }
  .wrapper .history-w .pnavs .col .nav-w {
    width: 100%;
    padding: 20px 0;
  }
  .wrapper .history-w .pnavs .col .nav-w .ntt {
    font-size: 14px;
    line-height: 22px;
  }
  .wrapper .history-w .pnavs .col .nav-w .nstt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .h-bb {
    padding-bottom: 30px;
  }
  .wrapper .history-w .h-bb .col {
    width: 100%;
  }
  .wrapper .history-w .h-bb .col .hint {
    font-size: 12px;
    line-height: 23px;
    color: #a3a3a3;
    margin-top: 20px;
    padding-left: 20px;
  }
  .wrapper .history-w .h-bb .col .hint.right {
    text-align: left;
  }
  .wrapper .history-w .h-bb .col.col-txt {
    padding: 32px 20px 10px;
  }
  .wrapper .history-w .h-bb .col.col-txt .tt {
    font-size: 18px;
  }
  .wrapper .history-w .h-bb .col.col-txt .filter {
    height: 3px;
    margin: 10px 0 16px;
  }
  .wrapper .history-w .h-bb .col.col-txt .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h-bb .col.col-txt .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .history-w .h-bb .col.col-txt .cc {
    margin-top: 10px;
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .history-w .sec-bg {
    padding: 0 20px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .wrapper .history-w .sec-bg img {
    width: 100%;
  }
  .wrapper .history-w .sec-bg .c-info {
    padding: 30px 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .wrapper .history-w .sec-bg .c-info .tt {
    font-size: 24px;
  }
  .wrapper .history-w .sec-bg .c-info .filter {
    height: 3px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .sec-bg .c-info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .sec-bg .c-info .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .sec-bg .c-info .slogans {
    margin-top: 44px;
    width: 100%;
  }
  .wrapper .history-w .sec-bg .c-info .slogans .col {
    width: 28%;
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .history-w .h-slides .pages {
    padding: 30px 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .tt {
    font-size: 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .filter {
    height: 3px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h-slides .pages .page-w .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w {
    width: calc(100% - 40px);
    margin: 0 auto 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w .swiper-wrapper .swiper-slide {
    width: 100%;
    max-height: 265px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info {
    padding: 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .year {
    font-size: 28px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter {
    height: 2px;
    margin: 12px 0 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .filter span {
    width: 12px;
    height: 2px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.prize .swiper-wrapper .swiper-slide .info .s-stt {
    font-size: 12px;
    line-height: 20px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide {
    height: auto;
    overflow: hidden;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide img, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide img {
    width: 120%;
    margin-left: -10%;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info {
    position: relative;
    height: 120px;
    padding: 20px 20px;
    overflow: hidden;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .year, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .year {
    font-size: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .slide-w.step .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.equip .swiper-wrapper .swiper-slide .info .s-stt, .wrapper .history-w .h-slides .pages .page-w .slide-w.line .swiper-wrapper .swiper-slide .info .s-stt {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-next, .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-next {
    right: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .swiper-button-prev {
    left: 0;
  }
  .wrapper .history-w .h-slides .pages .page-w .nav-pages {
    display: none;
  }
  .wrapper .history-w .h2-bb {
    height: auto;
  }
  .wrapper .history-w .h2-bb .col {
    width: 100%;
    height: auto;
  }
  .wrapper .history-w .h2-bb .col.cover img {
    width: 100%;
  }
  .wrapper .history-w .h2-bb .col.col-info {
    padding: 32px 20px 10px;
    justify-content: center;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt {
    font-size: 20px;
    line-height: 24px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .tt.gld {
    font-size: 16px;
    margin-top: 10px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .filter {
    height: 3px;
    margin: 14px 0 18px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .history-w .h2-bb .col.col-info .tp .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row {
    margin-bottom: 0;
    width: 50%;
    float: left;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item {
    float: left;
    width: 50%;
    text-align: center;
    margin-right: 0;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item .img-w img {
    zoom: 0.3;
  }
  .wrapper .history-w .h2-bb .col.col-info .bp .row .item p {
    font-size: 10px;
    line-height: 16px;
  }
  .wrapper .history-w .core .c-hh {
    height: 74px;
    font-size: 14px;
  }
  .wrapper .history-w .core .core-slides .swiper-button-next, .wrapper .history-w .core .core-slides .swiper-button-prev {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination {
    display: block;
    bottom: 28px;
    width: 100%;
    z-index: 7;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.3;
    border-radius: 0;
    width: 80px;
    height: 2px;
    margin: 0;
  }
  .wrapper .history-w .core .core-slides .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .wrapper .pnavs-s {
    padding: 0 20px;
  }
  .wrapper .pnavs-s .col {
    width: 25%;
    margin: 0;
  }
  .wrapper .pnavs-s .col .nav-w {
    padding: 24px 0;
    width: 100%;
  }
  .wrapper .pnavs-s .col .nav-w .ntt {
    font-size: 10px;
  }
  .wrapper .pnavs-s.slim {
    justify-content: flex-start;
    padding: 0 32px;
  }
  .wrapper .pnavs-s.slim .nav {
    position: absolute;
    top: 0;
    height: 60px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .wrapper .pnavs-s.slim .nav img {
    width: 8px;
  }
  .wrapper .pnavs-s.slim .nav.nav-l {
    left: 0;
  }
  .wrapper .pnavs-s.slim .nav.nav-r {
    right: 0;
  }
  .wrapper .pnavs-s.slim .pnavs-sw {
    overflow-x: scroll;
  }
  .wrapper .pnavs-s.slim .pnavs-sw::-webkit-scrollbar {
    display: none;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .pnavs-w {
    width: 540px;
    justify-content: flex-start;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col {
    width: auto;
    float: left;
    margin: 0 10px;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col .nav-w {
    padding: 24px 10px;
  }
  .wrapper .pnavs-s.slim .pnavs-sw .col .nav-w .ntt {
    white-space: nowrap;
  }
  .wrapper .pnavs-s.lg .col {
    width: 150px;
  }
  .wrapper .explore-w .pages .page-w {
    max-width: 100%;
    margin: 20px auto;
  }
  .wrapper .explore-w .pages .page-w .row {
    height: auto;
    margin-bottom: 18px;
  }
  .wrapper .explore-w .pages .page-w .row.row-f {
    height: auto;
  }
  .wrapper .explore-w .pages .page-w .row.row-f .col4 {
    width: 50%;
  }
  .wrapper .explore-w .pages .page-w .row .col2 {
    width: 100%;
    height: 250px;
  }
  .wrapper .explore-w .pages .page-w .row .col4 {
    width: 50%;
    height: 250px;
  }
  .wrapper .explore-w .pages .page-w .row .col4.mb {
    margin-bottom: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag {
    width: 44px;
    height: 44px;
    font-size: 11px;
    line-height: 44px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag.tag-1 {
    width: 86px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .tag.tag-2 {
    width: 64px;
  }
  .wrapper .explore-w .pages .page-w .row .cover .slogan {
    font-size: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .txt {
    padding: 20px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .hstt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .tp .htt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .more {
    height: 2px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .play {
    width: 18px;
    margin-left: 15px;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp {
    cursor: pointer;
  }
  .wrapper .explore-w .pages .page-w .row .txt .bp .hint {
    font-size: 12px;
    line-height: 21px;
    margin-top: 10px;
    font-weight: bold;
  }
  .wrapper .explore-w .pages .page-w .row .txt.lg .tp .tt {
    font-size: 16px;
    line-height: 22px;
  }
  .wrapper .explore-w .pages .page-w .row .txt.lg .tp .htt {
    font-size: 11px;
    line-height: 18px;
    max-height: 90px;
    overflow: hidden;
  }

  .wrapper .explore-w .pages .page-w .row .star .info {
    padding: 20px 20px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .tt {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .hstt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .tp .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
  }
  .wrapper .explore-w .pages .page-w .row .star .info .more {
    height: 2px;
  }
  .wrapper .videos-w .pages .page-w {
    max-width: 100%;
    margin: 20px auto;
  }
  .wrapper .videos-w .pages .page-w .row {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
  }
  .wrapper .videos-w .pages .page-w .row.row-h {
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2:first-child {
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-2 .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 {
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row.row-h .col2 .row-4 .col2 {
    width: 50%;
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 {
    width: 100%;
    height: auto;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 {
    width: 100%;
    height: 125px;
    position: relative;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .row-2 .col2 {
    width: 50%;
    height: 125px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 > .col2 {
    width: 50%;
    height: 250px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .tt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .stt {
    font-size: 9px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter {
    height: 3px;
    margin: 10px 0;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .htt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 4px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info .more {
    height: 2px;
    margin-top: 16px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.lg .tt {
    font-size: 24px;
    line-height: 40px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld {
    background-color: #3774C4;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .tt {
    font-size: 16px;
    line-height: 24px;
  }
  .wrapper .videos-w .pages .page-w .row .col2 .info.bg-gld .filter span {
    background-color: #fff;
  }
  .wrapper .video-w .vvw .tt {
    font-size: 16px;
    line-height: 20px;
  }
  .wrapper .video-w .vvw .stt {
    font-size: 10px;
    line-height: 16px;
  }
  .wrapper .video-w .vvw .filter {
    height: 3px;
  }
  .wrapper .video-w .vvw .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .video-w .vvw .more-h {
    padding: 10px 0 40px;
  }
  .wrapper .video-w .vvw .more-h .more {
    height: 32px;
    padding: 0 26px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .recom-w {
    padding: 30px 0;
  }
  .wrapper .recom-w .stt {
    font-size: 10px;
    line-height: 18px;
  }
  .wrapper .recom-w .filter {
    margin: 10px 0;
  }
  .wrapper .recom-w .filter span {
    width: 12px;
  }
  .wrapper .recom-w .re-w {
    max-width: 75%;
    margin: 40px auto 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .wrapper .recom-w .re-w .col:last-child {
    border-right: none;
    border-bottom: none;
  }
  .wrapper .recom-w .re-w .col .rtt {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .recom-w .re-w .col .rstt {
    font-size: 9px;
    line-height: 16px;
    margin-top: 4px;
  }
  .wrapper .news-w .stories {
    margin: 20px auto;
  }
  .wrapper .news-dw .content .tt {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .wrapper .news-dw .content .dt {
    padding: 0 0 24px;
    font-size: 10px;
  }
  .wrapper .news-dw .content p {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .wrapper .news-dw .more-h {
    padding: 10px 0 40px;
  }
  .wrapper .news-dw .more-h .more {
    height: 32px;
    padding: 0 26px;
    font-size: 10px;
    line-height: 32px;
  }
  .wrapper .network-w .pnavs-s {
    width: 100%;
    padding: 0;
  }
  .wrapper .network-w .pnavs-s .col {
    width: 50%;
  }
  .wrapper .network-w .nt-ww {
    padding-top: 40px;
  }
  .wrapper .network-w .nt-ww .tt {
    font-size: 24px;
    line-height: 36px;
  }
  .wrapper .network-w .nt-ww .filter {
    height: 3px;
  }
  .wrapper .network-w .nt-ww .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .network-w .nt-ww .poss {
    padding: 20px 0 60px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col {
    float: left;
    width: 100%;
    min-height: 0;
    padding: 0 20%;
    margin-bottom: 30px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .pname {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll {
    margin-top: 12px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll img {
    zoom: 0.4;
    margin-right: 20px;
    margin-top: 8px;
  }
  .wrapper .network-w .nt-ww .poss .poss-w .col .ll span {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww {
    padding: 0 40px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww input {
    height: 36px;
    padding: 0 20px;
    font-size: 10px;
  }
  .wrapper .network-w .nt-ww .search-w .search-ww .btn-search {
    width: 10px;
    top: 14px;
    right: 58px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w {
    padding: 50px 0 60px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .stt {
    font-size: 9px;
    line-height: 16px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress {
    width: calc(100% - 40px);
    margin: 30px auto 0;
    padding: 26px 40px 0;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col {
    float: left;
    width: 100%;
    min-height: 0;
    padding: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    height: auto;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col:last-child {
    border-bottom: none;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .pname {
    font-size: 12px;
    line-height: 18px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll {
    margin-top: 12px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll img {
    zoom: 0.4;
    margin-right: 20px;
    margin-top: 8px;
  }
  .wrapper .network-w .nt-ww .search-w .res-w .ress .col .ll span {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .filter {
    height: 3px;
    margin: 15px 0;
  }
  .wrapper .tech-w .filter span {
    width: 12px;
    height: 3px;
  }
  .wrapper .tech-w .tech-c .intro {
    padding: 40px 10px;
  }
  .wrapper .tech-w .tech-c .intro .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .intro .stt {
    font-size: 10px;
    line-height: 19px;
  }
  .wrapper .tech-w .tech-c .nf-img-w {
    padding: 0 0;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w {
    height: 250px;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w .info .tt {
    font-size: 24px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .nf-img-w .img-w .info .stt {
    font-size: 15px;
  }
  .wrapper .tech-w .tech-c .f-img-w .img-w .info .tt {
    font-size: 16px;
  }
  .wrapper .tech-w .tech-c .f-img-w .img-w .info .stt {
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
  }
  .wrapper .tech-w .tech-c .feature-w {
    padding: 30px 20px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col {
    height: 300px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 32px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col img {
    width: 80px;
    margin-bottom: 20px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col .tt {
    font-size: 14px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw .col .stt {
    font-size: 9px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col {
    width: 50%;
  }
  .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(1), .wrapper .tech-w .tech-c .feature-w .ffw.col-3 .col:nth-child(2) {
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  }
  .wrapper .tech-w .tech-c .t-video-w {
    padding: 40px 0;
  }
  .wrapper .tech-w .tech-c .t-video-w .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c {
    padding: 32px 20px;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c .vv .op img {
    width: 16px;
    margin-bottom: 12px;
  }
  .wrapper .tech-w .tech-c .t-video-w .video-c .vv .op span {
    font-size: 9px;
  }
  .wrapper .tech-w .tech-c .faq-w .tt {
    padding-top: 40px;
    font-size: 20px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .qq {
    padding: 10px 26px 10px 30px;
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .qq img {
    right: 10px;
    top: 18px;
    width: 7px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w {
    padding: 12px 10px 20px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q {
    font-size: 11px;
    line-height: 18px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .tk {
    width: 13px;
    margin-right: 9px;
    vertical-align: middle;
    margin-top: 3px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .q .pls {
    top: 5px;
    width: 7px;
  }
  .wrapper .tech-w .tech-c .faq-w .faqs .faq .aa-w .a {
    margin-top: 10px;
    font-size: 10px;
    line-height: 18px;
    padding-left: 22px;
  }
  .wrapper .tech-w .tech-c .compare-w {
    padding: 40px 0;
  }
  .wrapper .tech-w .tech-c .compare-w .tt {
    font-size: 20px;
    line-height: 1;
  }
  .wrapper .tech-w .tech-c .compare-w .img-w {
    padding: 32px 20px;
  }
  .wrapper .topbar .navs-w {
      background-color: #009DE0;
      border-bottom:none;
  }
.home-idea .idea-k .slide-w{width: 100vw;}
}

