/* Reset CSS */
html {
    box-sizing: border-box;
    /* 设置元素的盒模型为border-box */
  }
  
  body,
  div,
  dl,
  dt,
  dd,
  ul,
  ol,
  li,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  pre,
  code,
  form,
  fieldset,
  legend,
  input,
  textarea,
  p,
  blockquote,
  th,
  td,
  span,
  a {
    margin: 0;
    /* 清除所有元素的外边距 */
    padding: 0;
    /* 清除所有元素的内边距 */
    font-size: inherit;
    /* 字体大小继承自父元素 */
    font-weight: normal;
    /* 取消加粗效果 */
    line-height: normal;
    /* 取消行高效果 */
    color: inherit;
    /* 文本颜色继承自父元素 */
    vertical-align: baseline;
    /* 默认基线对齐 */
  }
  
  /* a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
  } */
  
  img {
    border: 0;
    /* 图片没有边框 */
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .bottom_Tit_left img{
	  height:auto;
  }
  ul,
  ol {
    list-style: none;
    /* 列表无序/有序项前面不添加任何符号 */
  }
  
  table {
    border-collapse: collapse;
    /* 合并单元格边框 */
  }
  
  input[type="text"],
  input[type="password"] {
    outline: none;
    /* 输入框获得焦点时不显示边框 */
  }
  
  button {
    background: none;
    /* 按钮背景为空白 */
    border: none;
    /* 按钮边框为空白 */
    cursor: pointer;
    /* 光标显示为手指形状 */
  }
  .webNavbar .nav:nth-child(4) {
    padding-right: 0 !important;
  }
  .connect {
    display: none;
  }
  .mobileFooter{
      display:none;
  }
  .index .content {
    width: 1200px;
    margin: 0 auto;
    position:relative;
    padding-top:28px;
   box-sizing:border-box;
  }
  
  .index .banner {
    position: relative;
    width: 100%;
    height: 723px;
  }
  
  .index .banner .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .index .banner.swiper-web {
    display: block;
  }
  
  .index .banner.swiper-app {
    display: none;
  }
  .index .banner img {
      object-fit: contain;
  }
  
  .index .banner .swiper-slide a {
    position: relative;
    width: 100%;
    height: 723px;
    display: block;
  }
  
  .index .banner .swiper-slide .h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 42px;
    color: #FFFFFF;
    line-height: 84px;
    letter-spacing: 15px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    transform: translate(-50%, -50%);
  }
  
  .index .banner .control {
    position: absolute;
    left: 50%;
    bottom: 185px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 101;
    transform: translateX(-50%);
  }
  
  .index .banner .control .prev,
  .index .banner .control .next {
    width: 18px;
    height: auto;
  }
  
  a {
    text-decoration: none;
  }
  
  .index .banner .control .num {
    padding-left: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #D9D9D9;
    line-height: 1;
  }
  
  .index .banner .control .count {
    padding-right: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #D9D9D9;
    line-height: 1;
  }
  .animate__fadeInUp{
      opacity:1
  }
  .index .banner .control .unit {
    width: 3px;
    height: 16px;
    margin-left: 5px;
    margin-right: 8px;
    background: #D9D9D9;
    border-radius: 4px 4px 4px 4px;
  }
  
  .index .trends {
    position: relative;
    margin-top: -160px;
    z-index: 100;
  }
  
  .index .trends .title {
    margin-bottom: 28px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
  }
  
  .index .trends .flexbox {
    display: flex;
    justify-content: space-between;
  }
  
  .index .trends .hotnew {
    width: 772px;
    height: 612px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    opacity:1;
  }
  
  .index .trends .hotnew .coverimg {
    width: 772px;
    height: 330px;
    overflow: hidden;
  }
  
  .index .trends .hotnew .coverimg img {
    transform: scale(1);
    transition: all 0.5s;
  }
  
  .coverimgH5 {
    display: none;
  }
  
  .index .trends .hotnew .coverimg:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  
  .index .trends .hotnew .timer {
    padding: 24px 0;
    padding-left: 34px;
    font-size: 12px;
    font-weight: 900;
    color: #004098;
    line-height: 22px;
    display: flex;
    align-items: center;
  }
  
  .index .trends .hotnew .timer .icon {
    width: 11px;
    height: 11px;
    margin-right: 7px;
  }
  
  .index .trends .hotnew .newtitle {
    width: 700px;
    margin-bottom: 50px;
    padding-left: 34px;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .link--black {
    text-transform: uppercase;
    font-weight: 900;
    overflow: hidden;
    line-height: 0.75;
    color: #bbbbbb;
  }
  .link--black::before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #000000;
    white-space: nowrap;
    width: 0%;
    transition: width 4s 0.2s;
  }
  .link--black.on::before {
    width: 100%;
  }
  .index .trends .hotnew .newtitle.link-text {
    outline: none;
      text-decoration: none;
      position: relative;
      color: #bbbbbb;
      display: inline-block;
  }
  
  .index .trends .hotnew .newtext {
    height: 78px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index .trends .hotnew .newtext.link-text {
    outline: none;
      text-decoration: none;
      position: relative;
      color: #bbbbbb;
      display: inline-bloc;
  }
  
  .index .trends .newlist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity:1;
  }
  
  .index .trends .cover {
    width: 404px;
    height: 270px;
    overflow: hidden;
  }
  
  .index .trends .cover img {
    transform: scale(1);
    transition: all 0.5s;
  }
  
  .index .trends .cover:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  
  .index .trends .myswiper2 {
    width: 404px;
    height: 338px;
  }
  .index .trends .myswiper2 .swiper-slide a {
    height: 612px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .index .trends .newitem {
    position: relative;
    width: 314px;
    height: 338px;
    padding: 0 45px;
    cursor: pointer;
    background: #046AF6;
  }
  
  .index .trends .newitem::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 202px;
    height: 249px;
    background: url('/templates/swtech/img/index_swiper2Bg.png') no-repeat;
    background-size: 100% 100%;
    z-index: 100;
  }
  
  .index .trends .newitem .timer {
    padding-top: 36px;
    font-size: 12px;
    font-weight: 900;
    color: #FFFFFF;
    line-height: 22px;
    display: flex;
    align-items: center;
  }
  
  .index .trends .newitem .timer .icon {
    width: 11px;
    height: 11px;
    margin-right: 7px;
  }
  
  .index .trends .newitem .newtitle {
    margin-top: 22px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
  }
  
  .index .trends .newitem .newtext {
    height: 78px;
    margin-top: 64px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 99.5%;
  }
  
  .index .myswiper2 .swiper-pagination {
    left: auto;
    right: 47px;
    width: auto;
  }
  
  .index .myswiper2 .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    background: #CCCCCC;
  }
  
  .index .myswiper2 .swiper-pagination-bullet-active {
    background-color: #FFFFFF;
  }
  .index .trends{
	   background: url(../img/index_bgtop.png) left bottom/100% 305px;
	   background-repeat:no-repeat;
  }
  .index .swinfo {
    margin-top: 0px;
    width: 100%;
    height: 1150px;
    /*background: url(https://img.swmob.com/swtech/index_bg1.png) no-repeat;*/
	 background: url(../img/index_bgbottom.png) left top/100% 397px;
   
	background-repeat:no-repeat;
  }
  
  .index .swinfo .flexbox {
    padding-top: 130px;
    display: flex;
    justify-content: space-between;
  }
  
  .index .swinfo .img {
    width: 459px;
    height: 748px;
    opacity: 0;
  }
  .index .swinfo .img.imgShow {
      animation-duration: 6s;
    animation-name: imgShowIn;
  }
  @keyframes imgShowIn {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
      }
  }
  
  .index .swinfo .info {
    width: 660px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .link--blue {
    text-transform: uppercase;
    font-weight: 900;
    overflow: hidden;
    line-height: 0.75;
    color: #dddddd;
  }
  .link--blue::before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #004098;
    white-space: nowrap;
    width: 0%;
    transition: width 2s 0.2s;
  }
  .link--blue.on::before {
    width: 100%;
  }
  
  .index .swinfo .h1 {
    display: inline-block;
    padding-top: 59px;
    font-size: 55px;
    font-weight: bold;
    color: #dddddd;
    line-height: 55px;
    text-align: right;
    animation-duration: 1s;
  }
  
  .index .swinfo .h1.link-text {
    outline: none;
      text-decoration: none;
      position: relative;
      color: #dddddd;
      display: inline-block;
  }
  
  .link--gray {
    text-transform: uppercase;
    font-weight: 900;
    overflow: hidden;
    line-height: 0.75;
    color: #dddddd;
  }
  .link--gray::before {
    content: attr(data-letters);
    position: absolute;
    z-index: 2;
    overflow: hidden;
    color: #545454;
    white-space: nowrap;
    width: 0%;
    transition: width 2s 0.2s;
  }
  .link--gray.on::before {
    width: 100%;
  }
  
  .index .swinfo .h3 {
    display: inline-block;
    margin-top: 34px;
    font-size: 43px;
    font-weight: bold;
    color: #545454;
    line-height: 43px;
    text-align: right;
    animation-duration: 1.2s;
  }
  
  .index .swinfo .h3.link-text {
    outline: none;
      text-decoration: none;
      position: relative;
      color: #dddddd;
      display: inline-block;
  }
  
  .index .swinfo .h4 {
    margin-top: 74px;
    font-size: 20px;
    font-weight: 400;
    color: #004098;
    line-height: 20px;
    text-align: right;
    animation-duration: 1.4s;
  }
  
  .index .swinfo .flexrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .index .swinfo .h5 {
    width: 556px;
    margin-top: 33px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    text-align: justify;
    animation-duration: 1.6s;
  }
  
  .index .swinfo .swinfo-more {
    margin-top: 31px;
      display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .index .swinfo .swinfo-more .icon-more {
    width: 31px;
    height: 13px;
    background: url(https://img.swmob.com/swtech/index_swinfoMore.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .index .swinfo .swinfo-more .text-more {
    padding-left: 8px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 22px;
    font-style: normal;
    text-transform: none;
  }
  
  .index .swinfo .swinfo-more:hover .icon-more {
    background: url(https://img.swmob.com/swtech/index_swinfoMoreHL.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .index .swinfo .swinfo-more:hover .text-more {
    color: #046AF6;
  }
  
  .index .swinfo .count {
    width: 660px;
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
  }
  
  .index .swinfo .count .item {
    text-align: center;
  }
  
  .index .swinfo .count .number {
    font-size: 52px;
    font-weight: 800;
    color: #FFBD06;
    line-height: 52px;
    display: flex;
    align-items: flex-start;
  }
  
  .index .swinfo .count span {
    display: inline-block;
    font-size: 31px;
    font-weight: 400;
    color: #FFBD06;
    line-height: 25px;
    margin-top: 4px;
  }
  .index .swinfo .count span.rockNum {
    display: inline-block;
    font-size: 52px;
    font-weight: 800;
    color: #FFBD06;
    line-height: 52px;
  }
  
  .index .swinfo .count .txt {
    font-size: 21px;
    line-height: 24px;
    margin-top: 8px;
    padding-left: 4px;
  }
  
  .index .swinfo .count .text {
    padding-top: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
  }
  
  .index .business {
    width: 100%;
    height: 995px;
    margin-top: -140px;
    background: #1B1F25;
  }
  .index .business .content{
      width:1450px;
	  margin:0 auto;
  } 
  .index .warp {
    position: relative;
    padding-top: 136px;
    display:flex;
    flex-wrap:wrap;
  }
  .index .warp .left{
      width:250px;
  }
  .index .warp .left .title {
    position: relative;
    padding-top: 10px;
    padding-bottom: 29px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
  }
  
  .index .warp .left .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 73px;
    height: 4px;
    border-radius: 4px;
    background-color: #FFBD06;
  }
  
  .index .warp .tabs {
    margin-top: 50px;
  }
  
  .index .warp .tab {
    margin-bottom: 50px;
    display: flex;
    cursor: pointer;
  }
  
  .index .warp .tab:last-child {
    margin-bottom: 0;
  }
  
  .index .warp .tab .line {
    width: 5px;
    height: 38px;
    margin-top: 2px;
    background: #046AF6;
    border-radius: 4px 4px 4px 4px;
    opacity: 0;
  }
  
  .index .warp .tab .h3 {
    font-size: 32px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 36px;
    display: flex;
    align-items: center;
  }
  
  .index .warp .tab .h5 {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 22px;
  }
  
  .index .warp .tab .icon {
    width: 58px;
    height: 19px;
    margin-top: 6px;
    opacity: 0;
  }
  
  .index .warp .tab.on .line {
    margin-right: 20px;
    opacity: 1;
  }


  
  .index .warp .tab.on .h3,
  .index .warp .tab.on .h5 {
    color: #FFFFFF;
  }
  
  .index .warp .tab.on .icon {
    opacity: 1;
  }
  
  .index .warp .right {
    width:1200px;
    height: 754px;
  }
  
  .index .warp .right .box {
    height: 754px;
    display: none;
    /* background-color: red; */
  }
  
  .index .accorGroup {
    display: flex;
    transform: skewX(-10deg);
  }
  
  .index .accorGroup .item {
    position: relative;
    width: 260px;
    height: 654px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  
  .index .accorGroup .item a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
  }
  .accorGroup .item .webPicture,
  .accorGroup .item .webPicture img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .accorGroup .item .appPicture,
  .accorGroup .item .appPicture img {
    width: 100%;
    height: 100%;
    display: none;
  }
  /* .index .accorGroup .item.item11 {
    background: url(https://img.swmob.com/swtech/index_accor11.png);
  } 
  
  .index .accorGroup .item.item12 {
    background: url(https://img.swmob.com/swtech/index_accor12.png);
  }
  
  .index .accorGroup .item.item13 {
    background: url(https://img.swmob.com/swtech/index_accor13.png);
  }
  
  .index .accorGroup .item.item14 {
    background: url(https://img.swmob.com/swtech/index_accor14.png);
  }
  
  .index .accorGroup .item.item21 {
    background: url(https://img.swmob.com/swtech/index_accor21.png);
  }
  
  .index .accorGroup .item.item22 {
    background: url(https://img.swmob.com/swtech/index_accor22.png);
  }
  
  .index .accorGroup .item.item23 {
    background: url(https://img.swmob.com/swtech/index_accor23.png);
  }
  
  .index .accorGroup .item.item24 {
    background: url(https://img.swmob.com/swtech/index_accor24.png);
  }
  
  .index .accorGroup .item.item31 {
    background: url(https://img.swmob.com/swtech/index_accor31.png);
  }
  
  .index .accorGroup .item.item32 {
    background: url(https://img.swmob.com/swtech/index_accor32.png);
  }
  
  .index .accorGroup .item.item33 {
    background: url(https://img.swmob.com/swtech/index_accor33.png);
  }
  
  .index .accorGroup .item.item34 {
    background: url(https://img.swmob.com/swtech/index_accor34.png);
  }
  */
  
  .animate__fadeInBottomLeft{
      opacity:1;
  }
  .animate__fadeInBottomRight{
      opacity:1;
  }
  .index .accorGroup .group {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px;
  }
  
  .index .accorGroup .title {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .index .accorGroup .title .text {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
  }
  
  .index .accorGroup .title .arrow {
    width: 0;
    height: 0;
    opacity: 0;
  }
  
  .index .accorGroup .info {
    width: 210px;
    margin-top: 23px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
    display: none;
  }
  
  .index .accorGroup .item.on {
    position: relative;
    width: 350px;
  }
  .index .accorGroup .item.on a:before {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      display: block;
      height: 500px;
      /* background: linear-gradient( 180deg, rgba(176,42,11,0) 0%, rgba(176,42,11,0.6) 52%, #B02A0B 100%);
      background: linear-gradient( 180deg, rgba(18,62,89,0) 0%, rgba(4,106,246,0.6) 53%, #123E59 100%); */
      background: linear-gradient( 180deg, rgba(18,62,89,0) 0%, rgba(0, 64, 152, 0.6) 53%, #004098 100%);
    z-index: 0;
  }
  
  .index .accorGroup .item.on .title {
    justify-content: space-between;
  }
  
  .index .accorGroup .item.on .arrow {
    opacity: 1;
    width: 34px;
    height: 13px;
  }
  
  .index .accorGroup .item.on .info {
    display: block;
  }
  
  .index .wonderful {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    background-color: #F6F6F6;
  }
  
  .index .wonderful::before {
    position: absolute;
    right: 0;
    bottom: 11px;
    content: '';
    display: block;
    width: 677px;
    height: 508px;
    background: url(https://img.swmob.com/swtech/wonderful_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
  
  .index .wonderful .title {
    position: relative;
    padding: 57px 0;
    padding-top: 120px;
    font-size: 32px;
    font-weight: bold;
    color: #004098;
    line-height: 54px;
    text-align: center;
  }
  
  .index .wonderful .title::before {
    position: absolute;
    left: 50%;
    bottom: 36px;
    content: '';
    display: block;
    width: 73px;
    height: 4px;
    background: #FFBD06;
    border-radius: 4px 4px 4px 4px;
    transform: translateX(-50%);
  }
  
  .index .wonderful .tips {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: center;
  }
  
  .index .wonderful .myswiper3 {
    position: relative;
    margin-top: 38px;
    margin-bottom: 15px;
    width: 1200px;
    height: 426px;
  }
  
  .index .wonderful .myswiper3 .swiperNew {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 96px;
    height: 95px;
    z-index: 100;
  }
  
  .index .myswiper3 .swiper-pagination {
    left: 184px;
    bottom: 20px;
    width: auto;
  }
  
  .index .myswiper3 .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
    opacity: 1;
    border-radius: 0px;
    background: #FFFFFF;
  }
  
  .index .myswiper3 .swiper-pagination-bullet-active {
    background-color: #046AF6;
  }
  
  .index .myswiper3 .control {
    position: absolute;
    left: 58px;
    bottom: 14px;
    display: flex;
    align-items: center;
    z-index: 100;
  }
  
  .index .myswiper3 .prev,
  .index .myswiper3 .next {
    width: 27px;
    height: 27px;
    margin: 0 3px;
  }
  
  .index .caseCell {
    display: flex;
    align-items: center;
  }
  
  .index .caseCell .item,
  .index .caseCell .item a {
    position: relative;
    width: 400px;
    height: 268px;
    overflow: hidden;
    cursor: pointer;
  }
  
  .index .caseCell .item a {
    display: block;
  }
  
  .index .caseCell .item .h3 {
    position: absolute;
    left: 0;
    right: 35px;
    bottom: 70px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    z-index: 101;
  }
   .index .caseCell .item .iconLogo {
    position: absolute;
    left: 35px;
    right: 0;
    top: 60px;
     width:50px;
    font-style: normal;
    text-transform: none;
    z-index: 101;
  }
  
  .index .caseCell .item .h5 {
    position: absolute;
    left: 0;
    right: 35px;
    bottom: 0;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    opacity: 0;
    z-index: 101;
  }
  
  .index .caseCell .item:hover .h5 {
    animation: caseH5Up 1.2s forwards;
  }
  
  .caseGroup {
    width: 400px;
    height: 300px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  
  .caseGroup .item,
  .caseGroup .item a {
    position: relative;
    display: block;
    width: 400px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
  }
  
  .caseGroup .item .h3 {
    position: absolute;
    left: 0;
    right: 35px;
    bottom: 20px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    z-index: 101;
  }
   .caseGroup .item .iconLogo {
    position: absolute;
    left: 35px;
    right: 0;
    top: 22px;
     width:50px;
    font-style: normal;
    text-transform: none;
    z-index: 101;
  }
  
  /* .index .caseCell .item.effect-apollo::before,
  .index .caseCell .item.effect-apollo::after,
  .index .caseGroup .item.effect-apollo::before,
  .index .caseGroup .item.effect-apollo::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 102%;
    content: '';
    -webkit-transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.58) 10%, rgba(0,0,0,0.58) 90%, rgba(0,0,0,0) 100%);
    z-index: 100;
  }
  
  .index .caseCell .item.effect-apollo::before,
  .index .caseGroup .item.effect-apollo::before {
      transition:all 1s;
      opacity: 0;
      -webkit-transform: scale3d(2,1,1) rotate3d(0,1,0,10deg) translate3d(100%,0,0);
      transform: scale3d(2,1,1) rotate3d(0,1,0,10deg) translate3d(100%,0,0);
  }
  
  .index .caseCell .item.effect-apollo:hover::before,
  .index .caseGroup .item.effect-apollo:hover::before {
      opacity: 1;
      -webkit-transform: scale3d(2,1,1) rotate3d(0,1,0,0deg) translate3d(0,0,0);
      transform: scale3d(2,1,1) rotate3d(0,1,0,0deg) translate3d(0,0,0);
  }
  
  .index .caseCell .item.effect-apollo::after,
  .index .caseGroup .item.effect-apollo::after {
      -webkit-transform: scale3d(2,1,1) rotate3d(0,1,0,0deg) translate3d(-100%,0,0);
      transform: scale3d(2,1,1) rotate3d(0,1,0,0deg) translate3d(-100%,0,0);
      opacity: 1;
  }
  
  .index .caseCell .item.effect-apollo:hover::after,
  .index .caseGroup .item.effect-apollo:hover::after {
      opacity: 0;
      -webkit-transform: scale3d(2,1,1) rotate3d(0,1,0,10deg) translate3d(0,0,0);
      transform: scale3d(2,1,1) rotate3d(0,1,0,10deg) translate3d(0,0,0);
  } */
  
  @keyframes caseH5Up {
    0% {
      bottom: 0;
      opacity: 0;
    }
    100% {
      bottom: 35px;
      opacity: 1;
    }
  }
  
  .index .wonderful .row1 {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
  }
  
  .index .wonderful .row1 .box1 {
    position: relative;
    width: 800px;
    height: 300px;
    background: url(https://img.swmob.com/swtech/ccxmt.jpg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }

  .index .wonderful .caseCell .hoveImg1::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    background: url(https://img.swmob.com/swtech/index_case11.png?v1) no-repeat;
    background-size: cover;
    z-index: 100;
    transition: all 1s;
  }
  .index .wonderful .caseCell .hoveImg2::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    background: url(https://img.swmob.com/swtech/index_case22.png?v1) no-repeat;
    background-size: cover;
    z-index: 100;
    transition: all 1s;
  }
  .index .wonderful .caseCell .hoveImg3::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    background: url(https://img.swmob.com/swtech/index_case33.png?v1) no-repeat;
    background-size: cover;
    z-index: 100;
    transition: all 1s;
  }
  .index .wonderful .caseGroup .hoveImg4::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    background: url(https://img.swmob.com/swtech/index_case44.png?v1) no-repeat;
    background-size: cover;
    z-index: 100;
    transition: all 1s;
  }
  .index .wonderful .caseGroup .hoveImg5::before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 0;
    height: 100%;
    background: url(https://img.swmob.com/swtech/index_case55.png?v1) no-repeat;
    background-size: cover;
    z-index: 100;
    transition: all 1s;
  }
  .index .wonderful .caseCell .hoveImg1.active::before,
  .index .wonderful .caseCell .hoveImg2.active::before,
  .index .wonderful .caseCell .hoveImg3.active::before,
  .index .wonderful .caseGroup .hoveImg4.active::before,
  .index .wonderful .caseGroup .hoveImg5.active::before {
    width: 100%;
    opacity: 1;
  }
  
  /* Radial Out */
  div.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, 0.3);
    ;
    color: #fff;
  }
  
  div.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  div.hvr-radial-out:hover,
  div.hvr-radial-out:focus,
  div.hvr-radial-out:active {
    color: white;
  }
  
  div.hvr-radial-out:hover:before,
  div.hvr-radial-out:focus:before,
  div.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
  
  .index .wonderful .row1 .box1 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 147px;
    transform: translate(-50%, -50%);
  }
  
  .index .wonderful .row1 .box2 {
    position: relative;
    width: 400px;
    height: 300px;
    background: url(https://img.swmob.com/swtech/sjzgaj.jpg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  
  div.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: rgba(255, 255, 255, 0.3);
    ;
    color: #fff;
  }
  
  div.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  div.hvr-shutter-out-horizontal:hover,
  div.hvr-shutter-out-horizontal:focus,
  div.hvr-shutter-out-horizontal:active {
    color: white;
  }
  
  div.hvr-shutter-out-horizontal:hover:before,
  div.hvr-shutter-out-horizontal:focus:before,
  div.hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .index .wonderful .row1 .box2 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 371px;
    height: 148px;
    transform: translate(-50%, -50%);
  }
  
  .index .wonderful .row2 {
    display: flex;
    justify-content: space-between;
    opacity:0
  }
  
  .index .wonderful .row2 .box1 {
    width: 400px;
    height: 300px;
    display: flex;
    flex-direction: column;
  }
  
  .index .wonderful .row2 .box1 .case {
    position: relative;
    width: 100%;
    height: 150px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  div.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
  }
  
  div.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  
  div.hvr-bounce-to-right:hover,
  div.hvr-bounce-to-right:focus,
  div.hvr-bounce-to-right:active {
    color: white;
  }
  
  div.hvr-bounce-to-right:hover:before,
  div.hvr-bounce-to-right:focus:before,
  div.hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  }
  
  .index .wonderful .row2 .box1 .case1 {
    background-color: #D40808;
  }
  
  .index .wonderful .row2 .box1 .case1 .icon {
    transform: rotate(-360deg);
    transition: all 0.5s;
  }
  
  .index .wonderful .row2 .box1 .case1:hover .icon {
    transform: rotate(360deg);
    transition: all 0.5s;
  }
  
  .index .wonderful .row2 .box1 .case2 {
    background-color: #55B6A5;
  }
  
  .index .wonderful .row2 .box1 .case2 .icon {
    transform: rotate(-360deg);
    transition: all 0.5s;
  }
  
  .index .wonderful .row2 .box1 .case2:hover .icon {
    transform: rotate(360deg);
    transition: all 0.5s;
  }
  
  .index .wonderful .row2 .box1 .case .icon {
    width: 38px;
    height: 38px;
    margin-left: 11px;
  }
  
  .index .wonderful .row2 .box2 {
    position: relative;
    width: 400px;
    height: 300px;
    background: url(https://img.swmob.com/swtech/ct.jpg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  
  .index .wonderful .row2 .box2 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 329px;
    height: 182px;
    transform: translate(-50%, -50%);
  }
  
  .index .wonderful .row2 .box3 {
    width: 360px;
    height: 300px;
    padding-left: 40px;
    background-color: #004098;
  }
  
  .index .wonderful .row2 .box3 .ves1 {
    width: 144px;
    padding-top: 40px;
    text-align: center;
  }
  
  .index .wonderful .row2 .box3 .ves1 .num,
  .index .wonderful .row2 .box3 .ves2 .num {
    font-size: 48px;
    font-weight: 400;
    color: #FFBD06;
    line-height: 48px;
  }
  
  .index .wonderful .row2 .box3 .ves3 .icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 4px;
    transform: rotate(-360deg);
    transition: all 0.5s;
  }
  
  .index .wonderful .row2 .box3:hover .ves3 .icon {
    transform: rotate(360deg);
    transition: all 0.5s;
  }
  
  .index .wonderful .row2 .box3 .ves1 .text,
  .index .wonderful .row2 .box3 .ves2 .text,
  .index .wonderful .row2 .box3 .ves3 .text {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding-top: 5px;
  }
  
  .index .wonderful .row2 .box3 .flexbox {
    display: flex;
  }
  
  .index .wonderful .row2 .box3 .ves2,
  .index .wonderful .row2 .box3 .ves3 {
    padding-top: 40px;
    text-align: center;
  }
  
  .index .wonderful .row2 .box3 .ves2 {
    margin-right: 44px;
  }
  
  .index .eval {
    padding-top: 66px;
    display: flex;
    justify-content: space-between;
  }
  
  .index .eval .box1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .index .eval .box1 .h1 {
    font-size: 48px;
    font-weight: 400;
    color: #FFBD06;
    line-height: 63px;
  }
  
  .index .eval .box1 .h3 {
    margin-top: 7px;
    font-size: 24px;
    font-weight: bold;
    color: #004098;
    line-height: 30px;
  }
  
  .index .eval .box1 .tips {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #004098;
    line-height: 16px;
  }
  
  .index .eval .box1 .tips .icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  
  .index .eval .box2 {
    padding-top: 20px;
    width: 3px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  
  .index .eval .box2 .item {
    width: 3px;
    height: 24px;
    margin: 2px 0;
    border-radius: 4px;
    background-color: #CCCCCC;
    cursor: pointer;
  }
  
  .index .eval .box2 .item.on {
    background-color: #046AF6;
  }
  
  .index .eval .box3 {
    width: 730px;
    height: 380px;
  }
  
  .index .eval .myswiper4 {
    width: 730px;
    height: 380px;
    overflow: hidden;
  }
  
  .index .eval .myswiper4 .item {
    margin-bottom: 40px;
  }
  
  .index .eval .myswiper4 .item:last-child {
    margin-bottom: 0;
  }
  
  .index .eval .myswiper4 .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .index .eval .myswiper4 .header-box .logo {
    width: 182px;
    height: auto;
  }
  
  .index .eval .myswiper4 .header-box .titles {
    width: 515px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
  }
  
  .index .eval .myswiper4 .header-box .name {
    width: 440px;
    height: 54px;
    font-size: 20px;
    font-weight: 400;
    color: #004098;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .index .eval .myswiper4 .header-box .more {
    width: 51px;
    height: 22px;
  }
  
  .index .eval .myswiper4 .item .text {
    height: 84px;
    padding-top: 23px;
    font-size: 18px;
    font-weight: 400;
    color: #545454;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .index .client {
    position: relative;
    margin-top: 30px;
    z-index: 101;
  }
  
  .index .client .cheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .index .client .cheader .ntitle {
    width: 300px;
    padding: 20px 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 32px;
    color: #046AF6;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #999999;
  }
  
  .index .client .cheader .client-more {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 22px;
  }
  
  .index .client .cheader .icon-more {
    width: 31px;
    height: 13px;
    background: url(https://img.swmob.com/swtech/index_swinfoMore.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .index .client .cheader .text-more {
    padding-left: 8px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    line-height: 22px;
    font-style: normal;
    text-transform: none;
  }
  
  .index .client .client-more:hover .icon-more {
    background: url(https://img.swmob.com/swtech/index_swinfoMoreHL.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .index .client .client-more:hover .text-more {
    color: #046AF6;
  }
  
  .index .client .cContainer {
    display: flex;
    justify-content: space-between;
  }
  
  .index .client .cTabs {
    width: 336px;
  }
  
  .blackTop{
      position:fixed;
      right:3%;
      bottom:5vh;
      width:50px;
      height:50px;
      cursor: pointer;
      z-index: 3;
      border: 1px solid #0052D9;
      background: #FFF;
      border-radius: 50%;
      transition:all 0.5s;
  }
  .blackTop:after{
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      position: absolute;
      top: calc(50% - 3px);
      left: calc(50% - 6px);
      transform: rotate(-135deg);
      border-bottom: 1px solid #0052D9;
      border-right: 1px solid #0052D9;
  }
  
  .blackTop:hover{
      background: #0052D9;
  }
  .blackTop:hover:after {
      border-bottom: 1px solid #FFF;
      border-right: 1px solid #FFF;
  }
   .swiper-button-prev{
      left:18%;
      top:70%;
      width: 54px;
      height: 54px;
      background:url('https://img.swmob.com/swtech/icon_arrow_r.png') no-repeat;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center left;
      transform: scaleX(-1);
      z-index: 3;
  }
  
  .swiper-pagination-bullet{
      border-radius: 0px;
      background: #FFF;
      opacity: 1;
      margin-left: 12px;
      width: 10px;
      height: 10px;
      transition: ease all 0.3s;
      cursor: pointer;
  }
  
  .swiper-pagination-bullet-active {
      width: 30px;
      background: #0052D9;
  }
  
  
  .swiper_btn{
      width: 1200px;
      margin: 0 auto;
  }
  
  .swiper-button-next{
      left:22%;
      top:70%;
      right:unset;
      background:url('https://img.swmob.com/swtech/icon_arrow_r.png') no-repeat;
      width: 54px;
      height: 54px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center left;
      z-index: 3;
  }
  
  .index .client .cTab {
    position: relative;
    width: 300px;
    height: auto;
    padding: 24px 18px 13px 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #545454;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
  }
  
  .index .client .cTab::before {
    position: absolute;
    left: 6px;
    bottom: 17px;
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #CCCCCC;
  }
  
  .index .client .cTab.on {
    color: #046AF6;
  }
  .index .client .cTab.on::before {
    width: 2px;
    background-color: #FF7206;
  }
  
  .index .client .aside .moreButton {
    display: block;
    padding: 24px 18px 13px 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FF7206;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
  }
  
  .index .client .aside .moreButton:hover {
    color: #046AF6;
  }
  
  .index .client .tips {
    margin-top: 26px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #004098;
    line-height: 16px;
  }
  
  .index .client .tips .icon {
    width: 188px;
    height: 55px;
  }
  
  .index .client .cTabcontent {
    width: 800px;
    height: auto;
  }
  
  .index .client .cTabves {
    display: none;
  }
  
  .index .client .cTabves.on {
    display: block;
    animation: cTabvesShow 0.6s forwards;
  }
  
  @keyframes cTabvesShow {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  .index .client .cflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .index .client .cflex::after {
    content: '';
    display: block;
    width: 231px;
    height: 0.5px;
  }
  
  .index .client .cflex .item {
    width: 231px;
    height: 145px;
    border-bottom: 1px solid #CCCCCC;
  }
  
  .index .client .cflex .item a {
    position: relative;
    width: 231px;
    height: 145px;
    display: block;
  }
  
  .index .client .cflex .item:nth-child(1) {
    border-top: 1px solid #CCCCCC;
  }
  .index .client .cflex .item:nth-child(2) {
    border-top: 1px solid #CCCCCC;
  }
  .index .client .cflex .item:nth-child(3) {
    border-top: 1px solid #CCCCCC;
  }
  
  .index .client .cflex .item .name {
    position: absolute;
    left: 7px;
    top: 19px;
    width: 224px;
    height: 60px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #545454;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .index .client .cflex .item .logo {
    position: absolute;
    left: 3px;
    bottom: 21px;
    width: 120px;
    height: auto;
  }
  
  .index .client .cflex .item:hover .logo {
    animation: clientLogoUp 0.5s forwards;
  }
  
  @keyframes clientLogoUp {
    0% {
      bottom: 21px;
    }
    100% {
      bottom: 35px;
    }
  }
  
  .index .news {
    padding-bottom: 115px;
  }
  
  .index .news .title {
    position: relative;
    padding-top: 120px;
    padding-bottom: 23px;
    margin-bottom: 42px;
    font-size: 32px;
    font-weight: bold;
    color: #004098;
    line-height: 32px;
    text-align: center;
  }
  
  .index .news .title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    display: block;
    width: 44px;
    height: 2px;
    background-color: #004098;
    transform: translateX(-50%);
  }
  
  .index .news .webNavbar {
    display: flex;
    justify-content:center;
  }
  .index .news .appNavbar {
    display: none;
  }
  .index .news .navbar {
    position: relative;
    margin-left: 6px;
    display: flex;
    align-items: center;
  margin:auto
  }
  .index .news .navbar .nav {
    position: relative;
	width:120px;
    padding: 8px 0px;
    /*padding-right: 47px;*/
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
    cursor: pointer;
	box-sizing:border-box;
  }
  
  .index .news .navbar .nav::before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '/';
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    line-height: 20px;
    transform: translateY(-50%);
  }
  
  .index .news .navbar .nav:last-of-type::before {
    display: none;
  }
  
  .index .news .menus-level .line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 44px !important;
    transition: all .3s;
  }
  
  .index .news .myswiper5 {
    margin-top: 27px;
  }
  
  .index .news .newsitem {
    width: 1200px;
    height: 650px;
    display: flex;
    justify-content: space-between;
  }
  
  .index .news .newsitem .left {
    width: 375px;
    height: 617px;
    padding: 0 35px;
    padding-top: 33px;
    background: #F7F7F7;
    opacity:1;
  }
  
  .index .news .left .newname {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .index .news .left .timer {
    padding-top: 41px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .index .news .left .timer .txt {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    line-height: 18px;
  }
  
  .index .news .left .timer .icon {
    width: 36px;
    height: 17px;
  }
  
  .index .news .left .coverimg {
    width: 375px;
    height: 470px;
    overflow: hidden;
  }
  
  .index .news .left .coverimg img {
    transform: scale(1);
    transition: all .5s;
  }
  
  .index .news .left .coverimg:hover img {
    transform: scale(1.1);
    transition: all .5s;
  }
  
  .index .news .newsitem .right {
    width: 636px;
    height: 650px;
    padding: 0 54px 0 52px;
    background: #F7F7F7;
    opacity:1;
  }
  
  .index .news .right .groups .cell {
    margin-bottom: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #CCCCCC;
  }
  .index .news .right .groups .cell:hover .newname {
      color: #046AF6;
  }
  
  .index .news .right .groups .cell:last-child {
    margin-bottom: 0;
    border: 0;
  }
  
  .index .news .right .newname {
    padding-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .index .news .right .text {
    height: 44px;
    margin-top: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .index .news .right .rows {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .index .news .right .timer {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
  }
  
  .index .news .right .icon {
    width: 36px;
    height: 17px;
  }
  
  .index .adimg {
    width: 100%;
      position:relative;
    height: 580px;
    overflow:hidden;
    background-size: 100% 100%;
  }
  
  .index .adimg>img{
      position:absolute;
      left:0;
      top:0;
      object-fit: cover;
      height: 100%;
  }
  
  .index .adimg>img.animate{
          animation: ani 20s forwards;
  }
  .index .adimg .h3 {
    padding-top: 116px;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    text-align: right;
  }
  
  .index .adimg .h5 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 23px;
    text-align: right;
  }
  
  .index .getprice {
    width: 100%;
    height: 320px;
    background: url(https://img.swmob.com/swtech/index_bg2.png) no-repeat;
    background-size: 100% 100%;
  }
  
  .index .getprice .h3 {
    padding-top: 60px;
    font-size: 30px;
    font-weight: 400;
    color: #004098;
    line-height: 30px;
    text-align: center;
  }
  
  .index .getprice .askbutton {
    width: 146px;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 45px;
    background-color: #046AF6;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    cursor: pointer;
    animation: 2s fdsx linear infinite;
  }
  
  @keyframes ani {
      0% {
          transform: scale(1);
          transform-origin: 0% 0% 0px;
      }
  
      50% {
          transform: scale(1.03);
          transform-origin: 0% 0% 0px;
  
      }
  
      100% {
          transform: scale(1);
          transform-origin: 0% 0% 0px;
  
      }
  }
  
  @keyframes fdsx {
      0% {
          transform: scale(0.9);
      }
  
      50% {
          transform: scale(1.1);
      }
  
      100% {
          transform: scale(0.9);
      }
  }
  
  .index .getprice .h2 {
    margin-top: 39px;
    font-size: 32px;
    font-weight: bold;
    color: #004098;
    line-height: 32px;
    text-align: center;
  }
  
  .index .getprice .h5 {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #545454;
    line-height: 22px;
    text-align: center;
  }
  .box_shadow_index{
      display:none;
  }
  @media (max-width:1919px) {
      .index .banner img{
          object-fit:cover;
      }
  }
  
  @media (max-width:1600px) {
      .index .business .content{
          margin-left:0;
          margin:0 auto;
          width:90%;
      }
      .index .warp .right{
          width:calc(100% - 280px)
      }
      
  }
  
  .hxyw_btn2{
      display:none;
  }
  @media (max-width:800px) {
	.index .warp .tab.on .line{
		display:none !important;
	}
	.index .warp .tab .line{
			display:none !important;
	}
	.index .warp .tab{
		padding: 0 10px;
	}
    .index .warp .tab.on{
        background: #046AF6;
        padding: 0 10px;
        border-radius: 15px;
      }
      
      .swiper-button-prev{
              left: 5%;
              top: 70%;
      }
      .swiper-button-next{
          right: 5%;
      left: unset;
      top: 70%;
      }
      .blackTop{
          bottom:20vh;
          width: 40px;
          height: 40px;
          z-index:999;
      }
      
      .box_shadow_index{
          background:rgba(0,0,0,.8);
          position:fixed;
          bottom:0;
          left:0;
          width:100%;
          height:70px;
          display:flex;
          z-index: 999;
          color: #fff;
          transition:all 1s ease;
          align-items: center;
          justify-content: space-around;
      }
      .box_shadow_index_active{
          bottom:70px;
          height:100px;
      }
      .box_shadow_index  img{
          width:40px;
          height:40px;
      }
      
      .box_shadow_index a{
          display:flex;
          align-items:center;
          justify-content:center;
          flex-direction: column;
      }
      
      .active_color{
          color:#FF7206 !important;
      }
      .active_color span{
          color:#FF7206 !important;
      }
      
      .index .trends{
          margin-top:-140px;
      }
    .index .banner {
      height: 510px;
      margin-top: 50px;
    }
  
    .index .banner .swiper-slide a {
      height: 510px;
    }
  
    .index .banner.swiper-web {
      display: none;
    }
  
    .index .banner.swiper-app {
      display: block;
    }
  
    .index .banner .control {
      display: none;
    }
  
    .hotnew div {
      padding: 0 20px !important;
    }
  
    .index .trends .hotnew .coverimg {
      width: 100%;
      padding: 0 !important;
      height: 300px;
      margin: auto;
    }
  
    .index .trends .flexbox {
      display: block;
    }
  
    .index .trends .hotnew {
      width: 100%;
      height: unset;
      margin-bottom: 20px;
      opacity:1;
      padding-bottom: 20px;
    }
    .index .trends .newlist{
        opacity:1;
    }
  
    .index .trends .myswiper2 {
      width: 100%;
    }
  
    .index .trends .cover {
      width: 100%;
      height: auto;
    }
  
    .index .trends .newitem .newtext {
      width: auto;
      height: 66px;
      padding: 0 20px;
      margin-top: 15px;
      font-size: 14px;
      line-height: 22px;
    }
  
    .index .trends .newitem .newtitle {
      padding: 0 20px;
      font-size: 22px;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
  
    .index .trends .newitem .timer {
      padding: 20px 20px 0;
      margin: 0 0;
    }
  
    .index .trends .newitem {
      width: 100%;
      padding: 0;
    }
  
    .index .trends .myswiper2 {
      height: unset;
      padding-bottom: 20px;
    }
    .index .trends .myswiper2 .swiper-slide a {
      display: block;
      height: auto;
    }
    .index .trends .myswiper2 .swiper-slide .cover {
      margin-bottom: 4px;
    }
    .index .trends .newitem {
      height: 180px;
    }
  
    .index .business .content {
      width: 90%;
      margin-left:0;
      margin:0 auto;
    }
        .index .business .content  .left{
            width:100%;
        }
    .index .myswiper2 .swiper-pagination {
      bottom: 10px;
    }
  
    .index .trends .hotnew .newtitle {
      width: 90%;
      margin-bottom: 10px;
      font-size: 22px;
    }
    .index .trends .hotnew .newtitle.link-text {
      color: #000000;
    }
  
    .index .trends .hotnew .newtext {
      height: auto;
      max-height: 66px;
      font-size: 14px;
      line-height: 22px;
    }
  
    .index .trends .hotnew .timer {
      margin: 20px 0;
      margin-bottom: 0;
    }
      .index .banner img{
          object-fit:cover;
      }
    .index .swinfo .flexbox {
      display: block;
      padding-top: 10px;
    }
  
    .index .swinfo .h1 {
      font-size: 40px;
      padding-top: 20px;
    }
    .index .swinfo .h1.link-text {
      color: #004098;
    }
    .index .swinfo .h3 {
      font-size: 30px;
      margin-top: 20px;
    }
    .index .swinfo .h3.linktext {
      color: #1B1F25;
    }
  
    .index .swinfo .h4 {
      font-size: 16px;
      margin-top: 20px;
    }
  
    .index .swinfo .img {
      width: 100%;
      height: auto;
      border-radius: 20px;
      overflow: hidden;
      opacity: 1;
    }
  
    .index .swinfo .info {
      width: 100%;
    }
  
    .index .swinfo .h5 {
      width: 100%;
      margin-top: 20px;
    }
  
    .index .swinfo .count {
      margin-top: 20px;
      flex-wrap: wrap;
      width: 100%;
    }
  
    .index .swinfo {
      height: unset;
    }
  
    .index .swinfo .count .number {
      font-size: 40px;
    }
    .index .swinfo .count span.rockNum {
        font-size: 38px;
        font-weight: 600;
    }
  
    .index .swinfo .count .txt {
      font-size: 18px;
    }
  
    .index .swinfo .count .text {
      font-size: 16px;
      line-height: unset;
      padding-top: 10px;
    }
  
    .index .business {
      height: unset;
      margin-top: 40px;
      padding-bottom: 20px;
      height: unset;
    }
  
    .index .warp .right {
      position: unset;
    }
  
    .index .wonderful .row1 {
      display: block;
    }
  
    .index .wonderful .row2 .box2 {
      background-size: cover !important;
    }
  
    .index .wonderful .title::before {
      bottom: 10px;
    }
  
    .index .wonderful .row2 .box1 {
      width: 100%;
      display: block;
      height: unset;
    }
  
    .index .wonderful .row2 .box2 {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .index .wonderful .row2 .box3 {
      width: 100%;
      padding: 0;
    }
  
    .index .wonderful .row2 {
      display: block;
      opacity:1;
    }
  
    .index .wonderful .row1>div {
      width: 100% !important;
      margin-bottom: 20px;
      background-size: cover !important;
    }
  
    .index .myswiper3 .control {
      left: 20px;
    }
  
    .index .wonderful .row1 {
      margin-top: 20px;
    }
  
    .index .myswiper3 .swiper-pagination {
      left: unset;
      right: 20px;
    }
  
    .index .wonderful .myswiper3 {
      width: 100%;
      height: unset;
    }
  
    .index .wonderful .title {
      padding-top: 40px;
      font-size: 28px;
      padding-bottom: 20px;
    }
  
    .index .wonderful .tips {
      font-size: 16px;
    }
  
    .index .warp .tab {
      margin-bottom: 20px !important;
    }
  
    .index .warp {
      padding-top: 30px;
    }
  
    .index .getprice .h3 {
      font-size: 22px;
    }
  
    .index .warp .tabs {
      margin-top: 20px;
      display: flex;
      justify-content: space-between;
    }
  
    .index .warp .tab .h5 {
      display: none;
    }
  
    .index .warp .right .box {
      height: unset;
    }
  
    .index .warp .tab .h3 {
      font-size: 18px;
    }
  
    .index .warp .tab .icon {
      width: 30px;
      height: auto;
      margin-top: 0;
      display:none;
    }
  
    .index .warp .tab .line {
      height: 24px;
      margin-top: 6.5px;
      margin-right: 20px;
    }
  
    .index .warp .left .title {
      font-size: 30px;
      padding-bottom: 20px;
    }
  
    .index .accorGroup {
      transform: unset;
      flex-wrap: wrap;
    }
  
    .index .accorGroup .item {
      width: 100% !important;
      height: 300px;
    }
    .index .accorGroup .item  img{
    
    object-fit:cover
    }
  
    .index .accorGroup .info {
      margin-top: 20px;
      display: block !important;
	  line-height:24px;
    }
  
    .index .accorGroup .item .title {
      justify-content: space-between !important;
    }
  
    .index .warp .right {
      height: unset;
      width:100%;
    }
  
    .index .accorGroup .group {
      bottom: 20px;
    }
  
    .index .accorGroup .item {
      margin-bottom: 20px;
      background-size: cover !important;
    }
    .index .accorGroup .item.on a:before {
        height: 200px;
    }
    .accorGroup .item .webPicture,
    .accorGroup .item .webPicture img {
      width: 100%;
      height: 100%;
      display: none;
    }
    .accorGroup .item .appPicture,
    .accorGroup .item .appPicture img {
      width: 100%;
      height: 100%;
      display: block;
    }
    /* .index .accorGroup .item.item11 {
      background: url(https://img.swmob.com/swtech/index_accorApp11.png);
    }
  
    .index .accorGroup .item.item12 {
      background: url(https://img.swmob.com/swtech/index_accorApp12.png);
    }
  
    .index .accorGroup .item.item13 {
      background: url(https://img.swmob.com/swtech/index_accorApp13.png);
    }
  
    .index .accorGroup .item.item14 {
      background: url(https://img.swmob.com/swtech/index_accorApp14.png);
    }
  
    .index .accorGroup .item.item21 {
      background: url(https://img.swmob.com/swtech/index_accorApp21.png);
    }
  
    .index .accorGroup .item.item22 {
      background: url(https://img.swmob.com/swtech/index_accorApp22.png);
    }
  
    .index .accorGroup .item.item23 {
      background: url(https://img.swmob.com/swtech/index_accorApp23.png);
    }
  
    .index .accorGroup .item.item24 {
      background: url(https://img.swmob.com/swtech/index_accorApp24.png);
    }
  
    .index .accorGroup .item.item31 {
      background: url(https://img.swmob.com/swtech/index_accorApp31.png);
    }
  
    .index .accorGroup .item.item32 {
      background: url(https://img.swmob.com/swtech/index_accorApp32.png);
    }
  
    .index .accorGroup .item.item33 {
      background: url(https://img.swmob.com/swtech/index_accorApp33.png);
    }
  
    .index .accorGroup .item.item34 {
      background: url(https://img.swmob.com/swtech/index_accorApp34.png);
    } */
  
    .index .accorGroup .item .arrow {
      opacity: 1 !important;
      width: 34px !important;
      height: 13px !important;
    }
  
    .index .wonderful .row2 .box3 .flexbox {
      justify-content: space-between;
    }
  
    .index .wonderful .row2 .box3 .ves1 .num,
    .index .wonderful .row2 .box3 .ves2 .num {
      font-size: 30px;
    }
  
    .index .wonderful .row2 .box3 .ves1 .text,
    .index .wonderful .row2 .box3 .ves2 .text,
    .index .wonderful .row2 .box3 .ves3 .text {
      font-size: 20px;
    }
  
    .index .wonderful .row2 .box3 .ves2 {
      margin: 0;
    }
  
    .index .wonderful .row2 .box3 .ves2,
    .index .wonderful .row2 .box3 .ves3 {
      width: 144px;
    }
  
    .index .eval {
      display: block;
    }
  
    .index .eval .box2 {
      width: unset;
      flex-direction: row;
    }
  
    .index .eval .box2 .item {
      width: 24px;
      height: 3px;
      margin: 0 2px;
    }
  
    .index .eval .myswiper4 .header .logo {
      width: 100px;
    }
  
    .index .eval .myswiper4 {
      width: 100%;
    }
  
    .index .eval .box3 {
      width: 100%;
      margin-top: 20px;
      height: unset;
    }
  
   
    .index .eval .myswiper4 .header .titles {
      flex: 1;
      width: unset;
      margin-left: 20px;
    }
  
    .index .eval .box1 .h1 {
      font-size: 30px;
      line-height: unset;
    }
  
    .index .eval .box1 .h3,
    .index .eval .box1 .tips {
      margin-top: 20px;
    }
  
    .index .eval .myswiper4 .item {
      margin-bottom: 20px;
    }
  
    .index .eval .myswiper4 .header-box .logo {
      width: 122px;
      height: auto;
    }
  
    .index .eval .myswiper4 .header-box .titles {
      width: 60%;
    }
  
    .index .eval .myswiper4 .header-box .name {
      font-size: 18px;
    }
  
    .index .eval .myswiper4 .header-box .more {
      width: 32px;
      height: auto;
    }
  
    .index .eval .myswiper4 .item .text {
      padding-top: 20px;
      font-size: 14px;
      line-height: 26px;
      height: unset;
    }
  
    .index .eval .myswiper4 .header .name {
      margin-right: 20px;
      flex: 1;
      width: unset;
      font-size: 16px;
    }
  
    .index .eval .myswiper4 .header .more {
      width: 32px;
      height: unset;
    }
  
    .index .wonderful {
      height: unset;
      padding-bottom: 40px;
    }
    .index .wonderful::before {
      width: 330px;
      height: 248px;
    }
  
    .index .eval {
      padding-top: 20px;
    }
  
    .index .news .webNavbar {
      display: none;
    }
    .index .news .appNavbar {
      display: block;
    }
    .index .news .navbar {
      overflow-x: auto;
    }
    .index .news .navbar .nav {
      white-space: nowrap;
    }
    .index .news .navbar .nav.on *{
      color: #004098;
	  font-weight:bold
    }
    .index .news .navbar .nav.on::after {
      position: absolute;
      left: 0;
      bottom: 0;
      content: '';
      display: block;
      height: 2px;
      width: 44px;
      background-color: #004098;
    }
  
    .index .news .newsitem .left {
      width: 100%;
      padding: 0;
      height: unset;
      padding-bottom: 20px;
      margin-bottom: 20px;
      opacity:1;
    }
  
    .index .news .newsitem {
      display: block;
      width: 100%;
      height: unset;
    }
  
    .index .news .title {
      padding-top: 40px;
      margin-bottom: 20px;
      font-size: 28px;
    }
  
    .index .news .left .coverimg {
      width: 90%;
      height: 370px !important;
      margin: 20px auto 0;
    }
  
    .index .news .left .coverimg img {
      width: 100%;
      height: 100%;
	  object-fit:cover
    }
  
    .index .news .left .timer {
      padding: 0;
      margin: 20px auto;
      width: 90%;
    }
  
    .index .news .left .newname {
      padding-top: 20px;
      font-size: 20px;
      width: 90%;
      margin: auto;
    }
  
    .index .news .newsitem .right {
      padding: 0;
      width: 100%;
      padding-top: 20px;
      height: unset;
      padding-bottom: 20px;
      margin: auto;
      opacity:1;
    }
  
    .index .news .newsitem .right .cell a>div {
      padding: 0 20px;
      margin-top: 15px;
    }
  
    .index .news .right .groups .cell {
      padding-bottom: 15px;
    }
  
    .index .adimg {
      background-size: cover;
      padding-bottom: 40px;
      height: unset;
    }
  
    .index .adimg .h3 {
      line-height: unset;
      font-size: 22px;
      padding-top: 40px;
      padding-bottom: 10px;
      font-weight:bold;
    }
  
    .box1 a {
      margin-bottom: 20px;
    }
  
    .index .news {
      padding-bottom: 40px;
    }
  
    .index .wonderful .myswiper3 {
      margin-top: 20px;
    }
  
    .index .caseCell {
      display: block;
    }
  
    .index .caseCell .item, 
    .index .caseCell .item a {
      width: 100%;
      height: auto;
    }
  
    .caseGroup {
      width: 100%;
      height: auto;
    }
  
    .caseGroup .item, 
    .caseGroup .item a {
      width: 100%;
      height: auto;
    }
  
    .index .getprice .h3 {
      padding-top: 40px;
    }
  
    .index .getprice .h2 {
      font-size: 20px;
      margin-top: 20px;
    }
  
    .index .getprice {
      height: 300px;
      background-size: cover;
      background: url(https://img.swmob.com/swtech/walk_bottomBg_H5.png) no-repeat;
      background-size: 100% 100%;
    }
  
    .flexbox .coverimg{
      display: none;
    }
  
    .hotnew .coverimgH5 {
      display: block;
      padding-top: 20px !important;
    }
  
    .index .client {
      margin-top: 20px;
    }
  
    .index .client .cheader .ntitle {
      width: auto;
      border: none;
      font-size: 24px;
      padding: 0;
      padding-top: 10px;
    }
  
    .index .client .cheader .client-more {
      margin-right: 0;
    }
  
    .index .client .cContainer {
      display: block;
    }
  
    .index .client .tips {
      display: none;
    }
  
    .index .client .cTabs {
      margin-top: 25px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
  
    .index .client .cTab {
      width: auto;
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 10px;
      padding: 0;
      border: 0;
      margin-right: 16px;
    }
    .index .client .cTab::before {
      width: 0;
      height: 0;
    }
    .index .client .aside .moreButton {
      display: none;
    }
    .index .client .cTabcontent {
      width: auto;
      margin-top: 0px;
    }
  
    .index .client .cflex .item {
      width: 48%;
    }
  .index .news .navbar .nav{
	  flex:1
  }
  .line{
  display:none;}
  .index .news .navbar{
	  justify-content:space-between
  }
    .index .client .cflex .item a {
      width: 108%;
    }
  
    .index .client .cflex .item .name {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 85%;
    }
    .index .content {
      width: 90%;
    }
    .index .client .cflex .item:nth-child(3) {
      border-top: 0;
    }
    
    .mobileFooter{
      display:flex;
      width:100%;
      height:60px;
      background-color:#ffffff;
      padding:10px 0;
      position:fixed;
      left:0;
      bottom:0;
      padding-top:5px;
      z-index:1001;
    }
    .mobileFooter a{
        display:block;
        width:25%;
        text-align:center;
    }
     .mobileFooter a img{
         width:40px;
         height:40px;
         margin:0 auto;
     }
     .mobileFooter a span{
         font-size:14px;
         display:block;
         color:#2d68ed;
         
     }
     body{
         padding-bottom:90px;
     }
     .index .trends .title{
         color:#ffffff;
     }
     #newBridge .nb-icon-right-center{
         top:70% !important;
     }
     .index .trends .newitem::before{
         width: 101px;
      height: 125px;
     }
     .index .myswiper2 .swiper-pagination-bullet{
         border-radius:2px;
     }
     .index .wonderful .myswiper3 .swiperNew{
         top: 9px;
      right: 10px;
      width: 40px;
      height: 40px;
     }
     .index .caseCell .item .h3{
         top:90px;
     }
     .index .caseCell .item .h5{
         font-size: 16px;
     }
     
    @keyframes caseH5Up {
      0% {
        bottom: 0;
        opacity: 0;
      }
      100% {
        bottom: 35px;
        opacity: 1;
      }
    }
    
    
    .index .wonderful .row2 .box3 .ves1 .num, .index .wonderful .row2 .box3 .ves2 .num{
        font-weight:bold;
    }
    
    
  }