/*================首页形状及公共部门形状================*/
body {
    padding-top: 0;
  }
  .banner {
    position: relative;
    z-index: 2;
  }
  .apple-banner {
    position: relative;
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
  }
  .apple-banner .swiper-container {
    width: 100%;
    height: 100%;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    width: 52px;
    height: 52px;
  }
  /* .banner .swiper-button-next{
      background-image: url(/themes/mobile/public/assets/images/icon/bannerRights.png);
      background-size: cover;
      right: 0;
  }
  .banner .swiper-button-prev{
      background-image: url(/themes/mobile/public/assets/images/icon/bannerLefts.png);
      background-size: cover;
      left: 0;
  } */
  /* .banner .swiper-button-prev:hover{
      background-image: url(/themes/mobile/public/assets/images/icon/bannerLeft.png);
  }
  .banner .swiper-button-next:hover{
      background-image: url(/themes/mobile/public/assets/images/icon/bannerRight.png);
  } */
  .banner .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
  }
  .banner .swiper-button-next.swiper-button-disabled {
    opacity: 1;
  }
  .banner .swiper-button-prev:after,
  .banner .swiper-button-next:after {
    content: none !important;
  }
  .swiperArrow {
    width: 90%;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: calc((100% - 90%) / 2);
    transition: all 0.5s;
    display: none;
  }
  .banner .apple-banner:hover .swiperArrow {
    display: block;
  }
  .banner .number {
    position: absolute;
    bottom: 19%;
    right: 40px;
    width: 88px;
  }
  .banner .number .page {
    z-index: 10;
    position: relative;
    margin-bottom: 30px;
  }
  .banner .number .page p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .banner .number .page .lie {
    margin: 23px auto;
    width: 2px;
    height: 253px;
    background: rgba(255, 255, 255, 0.6);
  }
  .banner .number .page .lie i {
    width: 2px;
    height: 0px;
    background: #1b4e9a;
    -webkit-animation: lieA 5s ease-in-out 0.3s infinite;
    -moz-animation: lieA 5s ease-in-out 0.3s infinite;
    -ms-animation: lieA 5s ease-in-out 0.3s infinite;
    animation: lieA 5s ease-in-out 0.3s infinite;
  }
  .banner_page {
    margin-top: 1rem;
  }
  .banner_page .bigimg {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .banner_page .bigimg .pic {
    width: 100%;
    height: 10.8rem;
  }
  .banner_page .bigimg .pic img {
    width: 100%;
    height: 100%;
  }
  .banner_page .bigimg .swiper-pagination {
    width: 30%;
    display: flex;
    align-items: baseline;
    color: #fff;
    font-size: 0.18rem;
    margin-left: 0.39rem;
    bottom: 0.63rem;
  }
  .banner_page .bigimg .swiper-pagination .swiper-pagination-current {
    font-size: 0.3rem;
    margin-right: 0.14rem;
  }
  .banner_page .bigimg .swiper-pagination .swiper-pagination-total {
    margin-left: 0.06rem;
  }
  .banner_page .bigimg .swiper-button-next {
    height: auto;
    bottom: 0.47rem;
    right: 0.31rem;
    top: auto;
    width: 0.47rem;
    height: 0.55rem;
    background: #0b4da2 url(../images/page/right.png) center no-repeat;
    background-size: 0.1rem auto;
  }
  .banner_page .bigimg .swiper-button-prev {
    height: auto;
    bottom: 0.47rem;
    right: 0.88rem;
    left: auto;
    top: auto;
    width: 0.47rem;
    height: 0.55rem;
    background: #0b4da2 url(../images/page/left.png) center no-repeat;
    background-size: 0.1rem auto;
  }
  .banner_page .bigimg .swiper-button-prev:after {
    content: '';
  }
  .banner_page .bigimg .swiper-button-next::after {
    content: '';
  }
  .banner_page .bigimg .swiper-button-prev:hover {
    background: #8ec31f url(../images/page/left.png) center no-repeat;
    background-size: 0.1rem auto;
  }
  .banner_page .bigimg .swiper-button-next:hover {
    background: #8ec31f url(../images/page/right.png) center no-repeat;
    background-size: 0.1rem auto;
  }
  /*线条长度*/
  @keyframes lieA {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @-webkit-keyframes lieA {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  @-moz-keyframes lieA {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  /*分页器*/
  .apple-banner .autoplay .swiper-pagination-bullet {
    display: block;
    width: 24px;
    height: 24px;
    margin: 2px 0;
    cursor: pointer;
    background: url(/themes/mobile/public/assets/images/icon/icon_1.png) center no-repeat;
    opacity: 1;
  }
  .apple-banner .autoplay .swiper-pagination-bullet-active {
    background: url(/themes/mobile/public/assets/images/icon/icon_2.png) center no-repeat;
  }
  .apple-banner .autoplay .current {
    background: url(/themes/mobile/public/assets/images/icon/icon_2.png) center no-repeat;
  }
  /*内容形状*/
  .banner .swiper-slide {
    overflow: hidden;
  }
  .banner .swiper-slide .big {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition-duration: 5s;
  }
  .banner .pos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
  }
  .banner .slide1 .pos .text03 .over {
    transition: all 2.6s 0.1s;
    width: 0px;
    height: 126px;
  }
  .banner .slide1.swiper-slide-active .pos .text03 .over {
    transition: all 2.6s 0.1s;
    width: 100%;
  }
  .banner .slide1.swiper-slide-active .pos {
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .banner .slide2 .bw {
    position: absolute;
    top: 30%;
    left: 0;
    top: 34%;
    left: -20px;
    width: 100%;
    height: 243px;
  }
  .banner .slide2 .bw img {
    display: block;
    margin: 0 auto;
  }
  .banner .slide2 .build {
    transform: scale(1.05);
    transition-duration: 5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .banner .swiper-slide.swiper-slide-active .big,
  .banner .slide2.swiper-slide-active .build {
    transform: scale(1);
    transition-duration: 5s;
  }
  .banner .headline {
    /* position: absolute;left: 0;bottom: 0;z-index: 9; */
    transition: all 0.5s;
    width: 100%;
    height: 1.56rem;
    background: rgba(242, 245, 254, 0.84);
    overflow: hidden;
  }
  .banner .headline.cur {
    transition: all 0.5s;
    height: 0px;
  }
  .banner .headline .w1400 {
    position: relative;
    width: 100%;
  }
  .banner .headline dt img {
    width: 1.8rem;
    height: 1.56rem;
  }
  .banner .headline dd {
    margin-left: 0.2rem;
    width: calc(100% - 2.5rem);
  }
  .banner .headline dd b {
    padding: 0.28rem 0 0 0;
    line-height: 0.5rem;
    font-size: 0.32rem;
    color: #1b4e9a;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .banner .headline dd p {
    display: none;
    font-size: 16px;
    color: #333;
  }
  .banner .headline .delete {
    position: absolute;
    right: 0.1rem;
    top: 14px;
    padding-right: 16px;
    height: 20px;
    font-size: 0px;
    color: #0b4da2;
    background: url(/themes/mobile/public/assets/images/zimages/icon_18.png) right center no-repeat;
    cursor: pointer;
  }
  .scroll {
    display: none;
    opacity: 1;
    position: absolute;
    width: 30px;
    height: 50px;
    background: url(/themes/mobile/public/assets/images/index/ind34.png) center no-repeat;
    bottom: 3%;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: scrolls;
    animation-name: scrolls;
  }
  .scroll.scroll_fixed {
    opacity: 0;
  }
  @-webkit-keyframes scrolls {
    from {
      padding-bottom: 5px;
    }
    50% {
      padding-bottom: 15px;
    }
    100% {
      padding-bottom: 5px;
    }
  }
  .pos_nav {
    position: absolute;
    right: 40px;
    top: 28px;
    z-index: 20;
    width: 86px;
    height: 86px;
    border: #fff 1px solid;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 86px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .pos_nav:hover {
    opacity: 0.8;
    transition: all 0.5s;
  }
  .pos_nav .lie {
    position: relative;
    margin: 38px auto 0;
    width: 28px;
    height: 14px;
  }
  .pos_nav .lie::after,
  .pos_nav .lie::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 6px 0;
    transition: all 0.5s;
  }
  .pos_nav .lie.is-active::after,
  .pos_nav .lie.is-active::before {
    position: absolute;
    top: 0px;
    transition: all 0.5s;
    background-color: #343b40;
  }
  .pos_nav .lie.is-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .pos_nav .lie.is-active::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /*宽度*/
  @keyframes widthA {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @-webkit-keyframes widthA {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @-moz-keyframes widthA {
    0% {
      width: 0;
    }
    100% {
      width: 100%;
    }
  }
  @keyframes widthB {
    0% {
      width: 100%;
    }
    100% {
      width: 0;
    }
  }
  @-webkit-keyframes widthB {
    0% {
      width: 100%;
    }
    100% {
      width: 0;
    }
  }
  @-moz-keyframes widthB {
    0% {
      width: 100%;
    }
    100% {
      width: 0;
    }
  }
  .index {
    position: relative;
    z-index: 2;
    padding: 1px 0;
    overflow: hidden;
  }
  .ind01,
  .ind02,
  .ind03,
  .ind04,
  .ind05 {
    background: #fff;
  }
  .index .swiper-container {
    width: 100%;
  }
  .index .swiper-slide {
    /*width: 100px;*/
  }
  .title {
    position: relative;
    z-index: 3;
    height: 0.5rem;
    overflow: hidden;
  }
  .title span {
    float: left;
    margin: 0.08rem 0.12rem 0 0;
    width: 0.06rem;
    height: 0.37rem;
    background: #0b4da2;
  }
  .title b {
    float: left;
    font-size: 0.36rem;
    color: #0b4da2;
    font-weight: bold;
  }
  .title b em {
    display: initial;
    color: #333;
    font-weight: bold;
  }
  .title i {
    float: left;
    margin-left: 0.04rem;
    line-height: 0.7rem;
    font-size: 0.2rem;
    color: #666;
    font-family: Arial;
  }
  .title .line {
    position: absolute;
    left: 50%;
    top: 24px;
    margin-left: -191px;
    width: 383px;
    opacity: 0.2;
  }
  .title .line em {
    transition: all 0.5s;
    margin: 0 auto;
    width: 0px;
    height: 1px;
    background: #000;
  }
  .title .more {
    transition: all 0.5s;
    float: right;
    position: relative;
    padding-right: 0.65rem;
    line-height: 0.5rem;
    font-size: 0.26rem;
    color: #333;
    font-family: Arial;
  }
  .title .more::after {
    transition: all 0.5s;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 0.5rem;
    height: 1px;
    background: #666;
    content: '';
  }
  .ind_more {
    position: relative;
    z-index: 9;
    margin-top: 18px;
  }
  .ind_more i {
    transition: all 0.5s;
    float: left;
    margin-top: 8px;
    height: 1px;
    background: #333;
  }
  .ind_more p {
    float: left;
    padding: 0 12px;
    font-size: 16px;
    color: #333;
    font-family: "Arial";
  }
  .ind_more .i1 {
    width: 0px;
  }
  .ind_more .i2 {
    width: 60px;
  }
  .ind_more:hover .i1 {
    transition: all 0.5s;
    width: 28px;
  }
  .ind_more:hover .i2 {
    transition: all 0.5s;
    width: 28px;
  }
  @keyframes icon_zhuan {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes icon_zhuan {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes icon_zhuan {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @-ms-keyframes icon_zhuan {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes icon_zhuans {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  @-webkit-keyframes icon_zhuans {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  @-moz-keyframes icon_zhuans {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  @-ms-keyframes icon_zhuans {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .seeAll {
    position: absolute;
    bottom: 60px;
    z-index: 11;
    left: calc((100% - 72.91%) / 2);
    cursor: pointer;
  }
  .banner-w1400 {
    position: relative;
    width: 72.91%;
    margin: 0px auto;
  }
  .banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .banner .swiper-pagination-bullet-active {
    background: #0b4da2;
    width: 20px !important;
    border-radius: 25px;
  }
  /* .banner .swiper-slide video{width: 100%;height: 100%;object-fit: cover;} */
  .banner .video_ves {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    height: 0%;
    opacity: 1;
  }
  .banner .video_ves video {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .bannerPage {
      display: flex;
     justify-content: center;
    bottom: 0.4rem;
    left: 0;
  }
  .bannerPage .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
  .pc-slide {
    margin: 0 auto;
  }
  .ind03 .pc-slide .boxes {
    display: none;
  }
  .ind03 .pc-slide .on {
    display: block;
  }
  .pc-slide .text_box {
    /* display: flex;
    justify-content: space-between; */
    
    margin: 0.5rem 0 0.65rem;
    width: 100%;
    overflow-x: auto;
  }
  .pc-slide .text_box .overAuto{
    display: flex;
    
  }
  .pc-slide .text_box .text_p {

    line-height: 0.74rem;
    padding: 0 0.3rem;
    font-size: 0.26rem;
    color: #919191;
    position: relative;
    white-space: nowrap;
  }
  .pc-slide .text_box .text_p::after {
    content: '';
    width: 1px;
    height: 0.2rem;
    background: #808080;
    position: absolute;
    right: -0.06rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .pc-slide .text_box .text_p:last-child::after {
    width: 0;
    height: 0;
  }
  .pc-slide .text_box .cur {
    background: url(/themes/mobile/public/assets/images/index/text_ban.png) center no-repeat;
    background-size: contain;
    color: #fff;
  }
  .pc-slide .text_box .cur::after {
    width: 0;
    height: 0;
  }
  .ind03 .list_page {
    padding-bottom: 0.58rem;
  }
  .ind03 .list_page .swiper-container .swiper-slide {
    padding-bottom: 0.76rem;
  }
  .ind03 .list_page .swiper-container .trade_t {
    margin-bottom: 0.31rem;
  }
  .ind03 .list_page .swiper-container .trade_t a {
    padding: 0.36rem 0.27rem;
    display: flex;
    background: #fafafa;
  }
  .ind03 .list_page .swiper-container .trade_t a .tr_img {
    width: 2.66rem;
    height: 1.51rem;
  }
  .ind03 .list_page .swiper-container .trade_t a .tr_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ind03 .list_page .swiper-container .trade_t a .text {
    width: 54.55%;
    margin-left: 0.26rem;
  }
  .ind03 .list_page .swiper-container .trade_t a .text p {
    font-size: 0.28rem;
    color: #444444;
    font-weight: bold;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ind03 .list_page .swiper-container .trade_t a .text i {
    font-size: 0.28rem;
    color: #444444;
    padding-top: 0.45rem;
    text-align: right;
  }
  .ind03 .list_page .swiper-container .trade_b a {
    padding: 0.36rem 0.27rem;
    display: flex;
    background: #fafafa;
    margin-bottom: 0.31rem;
  }
  .ind03 .list_page .swiper-container .trade_b a .time {
    width: 18%;
  }
  .ind03 .list_page .swiper-container .trade_b a .time p {
    font-size: 0.28rem;
    color: #21529d;
    font-weight: bold;
  }
  .ind03 .list_page .swiper-container .trade_b a .time i {
    font-size: 0.22rem;
    color: #21529d;
  }
  .ind03 .list_page .swiper-container .trade_b a p {
    width: 82%;
    font-size: 0.28rem;
    color: #444444;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ind03 .list_page .swiper-container .trade_b a:last-child {
    margin-bottom: 0;
  }
  .ind03 .list_page .swiper-container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    text-align: left;
  }
  .ind03 .list_page .swiper-container .swiper-pagination-bullet {
    transition: all 0.5s;
    position: relative;
    margin: 0 0.07rem;
    padding-right: 0px;
    width: auto;
    height: auto;
    font-size: 0.24rem;
    color: #666;
    font-family: Arial;
    background: none;
    border: initial;
    opacity: 1;
  }
  .ind03 .list_page .swiper-container .swiper-pagination-bullet::after {
    transition: all 0.5s;
    position: absolute;
    left: 0.44rem;
    top: 0.14rem;
    width: 0px;
    height: 1px;
    background: #0b4da2;
    content: " ";
  }
  .ind03 .list_page .swiper-container .swiper-pagination-bullet-active {
    transition: all 0.5s;
    padding-right: 38px;
    color: #0b4da2;
  }
  .ind03 .list_page .swiper-container .swiper-pagination-bullet-active::after {
    transition: all 0.5s;
    width: 26px;
  }
  .ind03 .list_page .swiper-container .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    padding-right: 0;
  }
  .ind03 .list_page .swiper-container .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after {
    display: none;
  }
  .ind03 .narrate {
    padding-bottom: 0.58rem;
  }
  .ind03 .narrate .swiper-container .swiper-slide {
    padding-bottom: 0.76rem;
  }
  .ind03 .narrate .swiper-container .swiper-slide a {
    padding: 0.38rem 0.27rem;
    display: flex;
    background: #fafafa;
    margin-bottom: 0.22rem;
  }
  .ind03 .narrate .swiper-container .swiper-slide a:last-child {
    margin-bottom: 0;
  }
  .ind03 .narrate .swiper-container .swiper-slide a .nav_img {
    width: 30%;
  }
  .ind03 .narrate .swiper-container .swiper-slide a .nav_img img {
    width: 100%;
  }
  .ind03 .narrate .swiper-container .swiper-slide a .nav_text {
    width:100%;
  
  }
  .ind03 .narrate .swiper-container .swiper-slide a .nav_text b {
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;
  }
  .ind03 .narrate .swiper-container .swiper-slide a .nav_text i {
    font-size: 0.24rem;
    color: #999999;
    padding-top: 0.1rem;
  }
  .ind03 .narrate .swiper-container .swiper-slide a .nav_text p {
    font-size: 0.24rem;
    color: #666666;
    padding-top: 0.1rem;
    line-height: 0.4rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ind03 .narrate .swiper-container .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    text-align: left;
  }
  .ind03 .narrate .swiper-container .swiper-pagination-bullet {
    transition: all 0.5s;
    position: relative;
    margin: 0 0.07rem;
    padding-right: 0px;
    width: auto;
    height: auto;
    font-size: 0.24rem;
    color: #666;
    font-family: Arial;
    background: none;
    border: initial;
    opacity: 1;
  }
  .ind03 .narrate .swiper-container .swiper-pagination-bullet::after {
    transition: all 0.5s;
    position: absolute;
    left: 0.44rem;
    top: 0.14rem;
    width: 0px;
    height: 1px;
    background: #0b4da2;
    content: " ";
  }
  .ind03 .narrate .swiper-container .swiper-pagination-bullet-active {
    transition: all 0.5s;
    padding-right: 38px;
    color: #0b4da2;
  }
  .ind03 .narrate .swiper-container .swiper-pagination-bullet-active::after {
    transition: all 0.5s;
    width: 26px;
  }
  .ind03 .narrate .swiper-container .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    padding-right: 0;
  }
  .ind03 .narrate .swiper-container .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after {
    display: none;
  }
  .view {
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .view .swiper-container {
    padding-bottom: 0.7rem;
    width: 100%;
  }
  .view .swiper-slide {
    position: relative;
    background: #fff;
  }
  .view .swiper-slide .bac {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 58.95%;
    height: 100%;
    background: #21529c;
  }
  .view .swiper-slide .bac_fff {
    z-index: 2;
    background: #fff;
  }
  .view .swiper-slide .next {
    position: relative;
  }
  .view .swiper-slide .next .right {
    position: relative;
    z-index: 4;
    padding: 0.84rem 0 0.7rem;
    margin: 0 auto;
    width: 92%;
  }
  .view .swiper-slide .right i {
    width: 1.23rem;
    height: 1.14rem;
    position: absolute;
    left: 0;
    top: 0.28rem;
  }
  .view .swiper-slide .right i img {
    width: 100%;
    height: 100%;
  }
  .view .swiper-slide .right b {
    margin-bottom: 0.1rem;
    width: 100%;
    font-size: 0.38rem;
    color: #fff;
  }
  .view .swiper-slide .right em {
    margin-bottom: 0.46rem;
    font-size: 0.3rem;
    color: #fff;
    font-family: Arial;
    opacity: 0.35;
  }
  .view .swiper-slide .right .text {
    margin-bottom: 0.5rem;
    font-size: 0.28rem;
    color: #fff;
  }
  .view .swiper-slide .right .text a {
    transition: all 0.5s;
    color: #fff;
    height:2.25rem;
    line-height: 0.45rem;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .view .swiper-slide .right .text a:hover {
    transition: all 0.5s;
  }
  /* .view .swiper-slide .right .more{font-size: 0.24rem;color: #fefdfd;} */
  .view .swiper-slide .right .more span {
    transition: all 0.5s;
    position: relative;
    padding-right: 0.5rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 0px;
  }
  .view .swiper-slide .pic {
    display: none;
    height: 4.8rem;
    overflow: hidden;
  }
  .view .swiper-slide .pic i {
    width: 100%;
    height: 100%;
  }
  .view .swiper-slide .num {
    display: none;
    position: absolute;
    left: 0%;
    top: -22px;
    z-index: 2;
    width: 100%;
    height: 1px;
  }
  .view .ann {
    display: none;
    position: absolute;
    left: 29.17%;
    bottom: 0%;
    margin-left: -156px;
    width: 116px;
    z-index: 10;
  }
  .view .ann i {
    margin: 0 auto;
    width: 1px;
    height: 14px;
    background: #c6dbe6;
  }
  .view .arrow-left {
    background: url(/themes/mobile/public/assets/images/icon/icon_7.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 15px;
    z-index: 10;
  }
  .view .arrow-right {
    background: url(/themes/mobile/public/assets/images/icon/icon_8.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 15px;
    z-index: 10;
  }
  .view .arrow-left:hover {
    background: url(/themes/mobile/public/assets/images/icon/icon_7s.png) no-repeat center;
  }
  .view .arrow-right:hover {
    background: url(/themes/mobile/public/assets/images/icon/icon_8s.png) no-repeat center;
  }
  .view .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    font-size: 0;
  }
  .view .swiper-pagination-bullet {
    transition: all 0.5s;
    width: 8px;
    height: 8px;
    border-radius: 0.12rem;
  }
  .view .swiper-pagination-bullet-active {
    transition: all 0.5s;
     background: #0b4da2;
    width: 20px !important;
    border-radius: 25px;
  }
  .preview {
    position: relative;
    margin: 0.6rem auto 0.7rem;
  }
  .preview .swiper-container {
    width: 100%;
  }
  .preview .swiper-slide {
    width: 2.4rem;
    /* height:160px; */
    cursor: pointer;
  }
  .preview .swiper-slide .icon {
    margin-bottom: 0.18rem;
    width: 100%;
    height: 0.45rem;
  }
  .preview .swiper-slide b {
    margin-bottom: 0.2rem;
    font-size: 0.28rem;
    color: #000;
    text-align: center;
  }
  .preview .swiper-slide i {
    margin: 0 auto;
    width: 0.22rem;
    height: 0.21rem;
    background: url(/themes/mobile/public/assets/images/icon/icon_14.png) center no-repeat;
    background-size: 0.12rem auto;
  }
  .preview .swiper-slide .lie {
    position: absolute;
    left: 1.52rem;
    bottom: 0.1rem;
    width: 1.81rem;
    height: 1px;
    background: #cfdee6;
  }
  .preview .swiper-slide .lies {
    position: absolute;
    right: 1.52rem;
    bottom: 0.1rem;
    width: 1.81rem;
    height: 1px;
    background: #cfdee6;
  }
  .preview .swiper-slide .lie em {
    transition: all 4s;
    width: 0px;
    height: 1px;
    background: #40b3ec;
  }
  .preview .active-nav i {
    background: url(/themes/mobile/public/assets/images/icon/icon_14s.png) center no-repeat;
    background-size: 0.22rem auto;
  }
  .preview .active-nav .lie em {
    transition: all 4s;
    width: 100%;
  }
  .preview .arrow-left {
    /* background:url(/themes/mobile/public/assets/css/images/feel3.png) no-repeat left top; */
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
  }
  .preview .arrow-right {
    /* background:url(/themes/mobile/public/assets/css/images/feel4.png) no-repeat left bottom; */
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
  }
  .ind04 .bot {
    margin-top: 17px;
    padding: 53px 0 70px;
    background: #f8fafb;
  }
  .ind04 .tab_title {
    float: left;
    width: 372px;
  }
  .ind04 .tab_title b {
    margin-bottom: 35px;
    height: 132px;
    line-height: 44px;
    font-size: 24px;
    color: #2c3139;
    font-weight: bold;
  }
  .ind04 .tab_title a {
    position: relative;
    margin-bottom: 16px;
    width: 154px;
    line-height: 55px;
    cursor: pointer;
  }
  .ind04 .tab_title a p {
    float: left;
    font-size: 16px;
    color: #9094a0;
  }
  .ind04 .tab_title a i {
    transition: all 0.7s;
    opacity: 0;
    float: right;
    margin-right: 34px;
    width: 10px;
    height: 55px;
    background: url(/themes/mobile/public/assets/images/icon/icon_13s.png) center no-repeat;
  }
  .ind04 .tab_title a em {
    transition: all 0.7s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 1px;
    background: #21529c;
  }
  .ind04 .tab_title a.cur p,
  .ind04 .tab_title a:hover p {
    color: #21529c;
  }
  .ind04 .tab_title a.cur i,
  .ind04 .tab_title a:hover i {
    transition: all 0.7s;
    opacity: 1;
    margin-right: 0px;
  }
  .ind04 .tab_title a.cur em,
  .ind04 .tab_title a:hover em {
    transition: all 0.7s;
    width: 100%;
  }
  .ind04 .tab_next {
    float: left;
    position: relative;
    height: 500px;
  }
  .ind04 .tab_next .next {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .ind04 .swiper-container {
    margin-left: auto;
    margin-right: auto;
  }
  .ind04 .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .ind04 .gallery-top {
    margin-left: 159px;
    height: 500px;
  }
  .ind04 .gallery-top .swiper-slide {
    width: 81.7%;
  }
  .ind04 .gallery-top .pic {
    width: 656px;
    height: 427px;
    overflow: hidden;
  }
  .ind04 .gallery-top .pic i {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition-duration: 0.8s;
  }
  /* .ind04 .gallery-top .pic:hover i{transform: scale(1.05);transition-duration: 0.8s;} */
  .ind04 .gallery-thumbs {
    position: absolute;
    left: 0px;
    top: 168px;
    z-index: 3;
    width: 334px;
    height: 340px;
  }
  .ind04 .gallery-thumbs .swiper-slide {
    position: relative;
    margin-top: 7px;
    width: 334px;
    height: 333px;
    font-size: 19px;
    color: #999;
    background: #4c5a64;
    cursor: pointer;
  }
  .ind04 .gallery-thumbs .swiper-slide a {
    padding: 52px 47px 0;
    color: #fff;
  }
  .ind04 .gallery-thumbs .swiper-slide a .text {
    height: 176px;
  }
  .ind04 .gallery-thumbs .swiper-slide b {
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 18px;
    /* font-weight: bold; */
  }
  .ind04 .gallery-thumbs .swiper-slide span {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .ind04 .gallery-thumbs .swiper-slide em {
    font-family: "Arial";
    font-size: 18px;
  }
  .ind04 .gallery-thumbs .swiper-slide .ind_more {
    margin-top: 26px;
  }
  .ind04 .gallery-thumbs .swiper-slide .ind_more i {
    background: #fff;
  }
  .ind04 .gallery-thumbs .swiper-slide .ind_more p {
    transition: all 0.5s;
    padding-left: 0;
    color: #fff;
    font-size: 14px;
  }
  .ind04 .gallery-thumbs .swiper-slide:hover .ind_more p {
    transition: all 0.5s;
    padding-left: 12px;
  }
  .ind04 .gallery-thumbs .swiper-slide:hover .ind_more .i1 {
    transition: all 0.5s;
    width: 28px;
  }
  .ind04 .gallery-thumbs .swiper-slide:hover .ind_more .i2 {
    transition: all 0.5s;
    width: 28px;
  }
  .ind04 .ann {
    position: absolute;
    left: 418px;
    bottom: 0px;
  }
  .ind04 .ann .w1400 {
    position: relative;
    min-width: 0;
    width: 116px;
  }
  .ind04 .ann i {
    margin: 0 auto;
    width: 1px;
    height: 14px;
    background: #c6dbe6;
  }
  .ind04 .ann .swiper-button-next,
  .ind04 .ann .swiper-button-prev {
    top: 0;
    margin-top: 0;
    width: 10px;
    height: 15px;
    opacity: 1;
  }
  .ind04 .ann .swiper-button-prev {
    left: 0px;
    background: url(/themes/mobile/public/assets/images/icon/icon_7.png) center no-repeat;
  }
  .ind04 .ann .swiper-button-next {
    right: 0px;
    background: url(/themes/mobile/public/assets/images/icon/icon_8.png) center no-repeat;
  }
  .ind04 .ann .swiper-button-prev:hover {
    background: url(/themes/mobile/public/assets/images/icon/icon_7s.png) center no-repeat;
  }
  .ind04 .ann .swiper-button-next:hover {
    background: url(/themes/mobile/public/assets/images/icon/icon_8s.png) center no-repeat;
  }
  .ind04 .gallery-thumbs-next {
    right: initial;
    left: 753px;
    top: 189px;
    z-index: 9;
    padding-left: 30px;
    width: 102px;
    height: 50px;
    line-height: 50px;
    background: #21529d;
  }
  .ind04 .gallery-thumbs-next i {
    transition: all 0.5s;
    float: left;
    margin-top: 25px;
    height: 1px;
    background: #fff;
  }
  .ind04 .gallery-thumbs-next p {
    float: left;
    padding: 0 5px;
    font-size: 20px;
    color: #fff;
    font-family: "Arial";
  }
  .ind04 .gallery-thumbs-next .i1 {
    width: 0px;
  }
  .ind04 .gallery-thumbs-next .i2 {
    width: 30px;
  }
  .ind04 .gallery-thumbs-next:hover .i1 {
    transition: all 0.5s;
    width: 30px;
  }
  .ind04 .gallery-thumbs-next:hover .i2 {
    transition: all 0.5s;
    width: 10px;
  }
  .ind05 {
    padding-bottom: 102px;
  }
  .ind05 .next .swiper-container {
    padding-left: 83px;
  }
  .ind05 .next .swiper-slide {
    position: relative;
    width: 304px;
    height: 212px;
    border: #eee 1px solid;
    border-right: 0px;
    cursor: pointer;
  }
  .ind05 .next .swiper-slide .icon {
    position: relative;
    padding: 1px;
    margin: 40px auto 36px;
    height: 58px;
    overflow: hidden;
  }
  .ind05 .next .swiper-slide .over {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 116px;
  }
  .ind05 .next .swiper-slide .img {
    width: 100%;
    height: 58px;
  }
  .ind05 .next .swiper-slide p {
    margin: 0 auto;
    width: 270px;
    font-size: 18px;
    color: #666;
    text-align: center;
  }
  .ind05 .next .swiper-slide .lie {
    transition: all 0.5s;
    position: absolute;
    z-index: 3;
    background: #40b3ec;
  }
  .ind05 .next .swiper-slide .lie_1 {
    right: 0;
    top: -1px;
    width: 0px;
    height: 1px;
  }
  .ind05 .next .swiper-slide .lie_2 {
    right: 0;
    top: 0;
    width: 1px;
    height: 0px;
  }
  .ind05 .next .swiper-slide .lie_3 {
    left: 0;
    bottom: 0;
    width: 1px;
    height: 0px;
  }
  .ind05 .next .swiper-slide .lie_4 {
    left: 0;
    bottom: 0px;
    height: 1px;
    width: 0px;
  }
  .ind05 .next .swiper-slide:hover .lie_1 {
    transition: all 0.5s;
    width: 100%;
  }
  .ind05 .next .swiper-slide:hover .lie_2 {
    transition: all 0.5s;
    height: 100%;
  }
  .ind05 .next .swiper-slide:hover .lie_3 {
    transition: all 0.5s;
    height: 100%;
  }
  .ind05 .next .swiper-slide:hover .lie_4 {
    transition: all 0.5s;
    width: 100%;
  }
  .ind05 .next .swiper-slide:hover .over {
    transition: all 0.5s;
    top: -58px;
  }
  .ind05 .next .ann {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    padding: 1px 0;
    width: 83px;
    height: 212px;
    background: #fff;
  }
  .ind05 .next .ann .ws {
    position: relative;
    width: 50px;
    height: 100%;
    background: #40b3ec;
  }
  .ind05 .next .ann i {
    position: absolute;
    left: 17px;
    top: 105px;
    width: 14px;
    height: 1px;
    background: #fff;
  }
  .ind05 .swiper-button-next,
  .ind05 .swiper-button-prev {
    margin-top: 0;
    width: 50px;
    height: 60px;
    opacity: 1;
  }
  .ind05 .swiper-button-prev {
    top: 43px;
    left: 0px;
    background: url(/themes/mobile/public/assets/images/icon/icon_11.png) center no-repeat;
  }
  .ind05 .swiper-button-next {
    top: 109px;
    right: 0px;
    background: url(/themes/mobile/public/assets/images/icon/icon_12.png) center no-repeat;
  }
  .ind05 .swiper-button-prev:hover {
    background: url(/themes/mobile/public/assets/images/icon/icon_11s.png) center no-repeat;
  }
  .ind05 .swiper-button-next:hover {
    background: url(/themes/mobile/public/assets/images/icon/icon_12s.png) center no-repeat;
  }
  .brand {
    position: relative;
    padding-bottom: 30px;
  }
  .brand .cards .card .content .content-box .text {
    font-size: 16px;
    color: #5f636a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    top: 166px;
    bottom: 0;
  }
  .brand section.advantages {
    height: 422px;
  }
  .brand section.advantages .cards {
    top: 40px;
  }
  .brand section.advantages .floating-layer-1 {
    background-color: #f2f0f0;
  }
  .brand .snews {
    padding-top: 46px;
  }
  .brand .snews .hd li {
    font-size: 20px;
    color: #333333;
    float: left;
    margin-right: 38px;
    border-bottom: 1px solid transparent;
    padding: 0;
    cursor: pointer;
  }
  .brand .snews .hd li.on {
    color: #d20a10;
    border-color: #d20a10;
  }
  ul li:before {
    display: none;
  }
  .brand .bd li {
    width: 48%;
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .brand .bd li:nth-child(2n) {
    float: right;
  }
  .brand .bd a {
    display: block;
    line-height: 78px;
    border-bottom: 1px solid #dddddd;
  }
  .brand .bd a p {
    font-size: 16px;
    color: #333333;
    float: left;
    line-height: 78px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .brand .bd a p em {
    display: inline;
    color: #d20a10;
  }
  .brand .bd a span {
    font-size: 16px;
    color: #b5b5b5;
    float: right;
    display: block;
  }
  .brand .bd a:hover p {
    color: #21529c;
  }
  .brand .bd a:hover p em {
    color: #d20a10;
  }
  .poster__fake-headings .card .l1 .letter {
    font-size: 48px;
    color: #ffffff;
    font-weight: 400;
    max-width: 1200px;
  }
  .poster__fake-headings .card .l2 .letter {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    max-width: 1200px;
  }
  .poster__fake-headings .card .l3 .letter {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    max-width: 1200px;
  }
  .slider-nav .card__name,
  .slider-nav .item__name {
    padding-right: 60px;
    box-sizing: border-box;
    height: 40px;
    display: block;
  }
  /* .poster__list .card__h2 .l1 .letter{font-size: 48px;} */
  /* .poster__list .card__mask{font-size: 48px;height: 300px;} */
  .status {
    top: calc(88.7% - -5px);
  }
  .poster__scroll::before {
    background-color: #d20a10;
  }
  .scroll {
    height: 200px;
    bottom: -78px;
  }
  .brand .scroll {
    height: 80px;
    bottom: -17px;
  }
  .featured-categories-container .slide-inner,
  .cards .card .arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .serviceIn {
    margin-top: 0.5rem;
  }
  .serviceIn .swiper-container {
    padding-bottom: 0.85rem;
  }
  .serviceIn .next {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .serviceIn .pic {
    width: 100%;
    height: 6.57rem;
    overflow: hidden;
  }
  .serviceIn .pic i {
    transform: scale(1);
    transition: all 0.5s;
    width: 100%;
    height: 100%;
  }
  .serviceIn .pic:hover i {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  .serviceIn .pos {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    height: 0.86rem;
    line-height: 0.86rem;
    background: url(/themes/mobile/public/assets/images/icon/icon_46.png) left bottom repeat-x;
    background-size: auto 0.86rem;
  }
  .serviceIn .pos div {
    padding: 0 0.2rem;
  }
  .serviceIn .pos div p {
    width: 100%;
    font-size: 0.26rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .serviceIn .swiper-pagination {
    position: absolute;
    bottom: 0rem;
    z-index: 5;
    font-size: 0.28rem;
    color: #0b4da2;
    text-align: center;
  }
  .serviceIn .swiper-pagination span {
    display: inline-block;
  }
  .serviceIn .swiper-pagination .swiper-pagination-current {
    font-size: 0.36rem;
    font-weight: bold;
  }
  .serviceIn .swiper-pagination .swiper-pagination-total {
    font-size: 0.28rem;
    color: #333;
  }
  .ind07 {
    padding: 0.58rem 0 0.52rem;
    background: #fff;
  }
  .ind07 .anm_top .swiper-slide {
    padding-bottom: 0.59rem;
  }
  .ind07 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
  .ind07 .swiper-pagination-bullet-active {
    background: #0b4da2;
    width: 20px !important;
    border-radius: 25px;
  }
  .indePage {
    bottom: 0 !important;
    left: 50%;
    transform: translateX(-50%);
  }
  .ind07 .tab_title {
    margin: 0.4rem 0;
  }
  .ind07 .tab_title a {
    padding: 0 0.3rem;
    line-height: 0.7rem;
    cursor: pointer;
  }
  .ind07 .tab_title p {
    font-size: 0.28rem;
    color: #666;
  }
  .ind07 .tab_title i {
    transition: all 0.5s;
    float: initial;
    margin: 0 auto;
    width: 0px;
    height: 2px;
    background: #0b4da2;
  }
  .ind07 .tab_title a.cur p,
  .ind07 .tab_title a:hover p {
    color: #0b4da2;
  }
  .ind07 .tab_title a.cur i,
  .ind07 .tab_title a:hover i {
    transition: all 0.5s;
    width: 0.24rem;
  }
  .ind07 .top .pic {
    width: 100%;
    height: 3.95rem;
    overflow: hidden;
  }
  .ind07 .top .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .ind07 .top .text {
    width: 100%;
  }
  .ind07 .top .text .time {
    margin: 0.15rem 0 0.4rem;
    font-size: 0.28rem;
    color: #0b4da2;
    font-family: Arial;
    font-weight: bold;
  }
  .ind07 .top .text p {
    padding-top: 0.4rem;
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ind07 .top .text b {
    margin-bottom: 0.46rem;
    font-size: 0.24rem;
    line-height: 0.4rem;
    color: #807f7f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
  }
  .ind07 .top .text span {
    transition: all 0.5s;
    position: relative;
    padding-right: 0.5rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #282828;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: 0px;
    background: url(/themes/mobile/public/assets/images/icon/icon_38.png) right center no-repeat;
    background-size: 0.32rem auto;
  }
  .ind07 .top .text span::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 0.5rem);
    height: 2px;
    background: #282828;
    content: " ";
  }
  .videos {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
  }
  .videos .bac {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(/themes/mobile/public/assets/images/index/video_bac.png) center repeat;
  }
  .videos .text {
    display: block;
    position: absolute;
    left: 50%;
    top: 140px;
    z-index: 3;
    margin: 0px 0 0 -570px;
    width: 1140px;
  }
  .videos .text .next {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    text-align: center;
  }
  .videos .text .but {
    position: relative;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border: rgba(255, 255, 255, 0.43) 1px solid;
    background: rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }
  .videos .text .but::after {
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f7fcff;
    content: "";
  }
  .videos .text .but p {
    position: relative;
    z-index: 2;
  }
  .videos .text .but:hover {
    color: #0b4da2;
  }
  .videos .text .but:hover::after {
    transition: all 0.5s;
    width: 100%;
  }
  .videos .lie {
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -640px;
    width: 1280px;
    height: 100%;
  }
  .videos .lie div {
    position: relative;
    width: 1px;
    height: 100%;
    background: url(/themes/mobile/public/assets/images/index/banner/lie.png) center repeat;
  }
  .videos .lie div span {
    display: block;
    position: absolute;
    left: 0px;
  }
  .videos .lie div.fl span {
    left: -3px;
    width: 3px;
    height: 43px;
    background: url(/themes/mobile/public/assets/images/index/ind02_lie.png) center repeat;
  }
  .videos .lie div.fl span.s1 {
    bottom: -10%;
    -webkit-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
  }
  .videos .lie div.fl span.s2 {
    bottom: -10%;
    -webkit-transition: all 0.3s 0.6s;
    -o-transition: all 0.3s 0.6s;
    -moz-transition: all 0.3s 0.6s;
    transition: all 0.3s 0.6s;
  }
  .videos .lie div.fr span {
    left: 1px;
    bottom: 20%;
    width: 3px;
    height: 30px;
    background: url(/themes/mobile/public/assets/images/index/banner/lie_span.png) center repeat;
  }
  .videos .lie div.fr span.s1 {
    bottom: -10%;
    -webkit-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
  }
  .videos .lie div.fr span.s2 {
    bottom: -10%;
    -webkit-transition: all 0.3s 0.6s;
    -o-transition: all 0.3s 0.6s;
    -moz-transition: all 0.3s 0.6s;
    transition: all 0.3s 0.6s;
  }
  .videos .lie.active div.fl span.s1 {
    bottom: 100%;
    -webkit-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
  }
  .videos .lie.active div.fl span.s2 {
    bottom: 84.23%;
    -webkit-transition: all 0.3s 0.6s;
    -o-transition: all 0.3s 0.6s;
    -moz-transition: all 0.3s 0.6s;
    transition: all 0.3s 0.6s;
  }
  .videos .lie.active div.fr span.s1 {
    bottom: 100%;
    -webkit-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
  }
  .videos .lie.active div.fr span.s2 {
    bottom: 20%;
    -webkit-transition: all 0.3s 0.6s;
    -o-transition: all 0.3s 0.6s;
    -moz-transition: all 0.3s 0.6s;
    transition: all 0.3s 0.6s;
  }
  .videos .v_img {
    width: 100%;
  }
  .videos .v_img img {
    display: block;
    width: 100%;
  }
  .videos video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ind08 {
    padding: 0.5rem 0 0.55rem;
    background: #fff;
  }
  .ind08 .tab_title {
    margin: 0.4rem 0;
  }
  .ind08 .tab_title a {
    padding: 0 0.36rem;
    line-height: 0.7rem;
    cursor: pointer;
  }
  .ind08 .tab_title p {
    font-size: 0.28rem;
    color: #666;
  }
  .ind08 .tab_title i {
    transition: all 0.5s;
    float: initial;
    margin: 0 auto;
    width: 0px;
    height: 2px;
    background: #0b4da2;
  }
  .ind08 .tab_title a.cur p,
  .ind08 .tab_title a:hover p {
    color: #0b4da2;
    font-weight: bold;
  }
  .ind08 .tab_title a.cur i,
  .ind08 .tab_title a:hover i {
    transition: all 0.5s;
    width: 0.24rem;
  }
  .ind08 .tab_next {
    position: relative;
    width: 100%;
  }
  .ind08 .next {
    background: #fff;
  }
  .ind08 .next.vis .anm {
    transition: all 0.6s;
    margin-top: 300px;
  }
  .ind08 .next.vis_block {
    visibility: visible;
    z-index: 3;
  }
  .ind08 .next.vis_block .anm {
    transition: all 0.6s;
    margin-top: 0;
  }
  .ind08Bg {
    background: #fff;
  }
  .ind08 .left {
    width: 100%;
  }
  .ind08 .swiper-slide .pic {
    display: block;
    position: relative;
    width: 100%;
    height: 3.93rem;
    overflow: hidden;
  }
  .ind08 .swiper-slide .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
  }
  .ind08 .swiper-container-horizontal > .swiper-pagination-bullets {
    left: inherit;
    right: 0.42rem;
    bottom: 0.2rem;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 0.5rem);
    text-align: right;
  }
  .ind08 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.04rem;
  }
  .ind08 .swiper-pagination-bullet {
    transition: all 0.3s;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
  }
  .ind08 .swiper-pagination-bullet-active {
    transition: all 0.3s;
    background: #0b4da2;
    width: 20px !important;
    border-radius: 25px;
  }
  .ind08 .left .text {
    padding: 0.4rem 0 0.2rem;
  }
  .ind08 .left .text b {
    margin-bottom: 0.2rem;
    max-height: 1.1rem;
    line-height: 0.45rem;
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .ind08 .left .text i {
    font-size: 0.3rem;
    color: #0b4da2;
    font-weight: bold;
    font-family: Arial;
  }
  .ind08 .left .text p {
    max-height: 0.88rem;
    line-height: 0.44rem;
    font-size: 0.26rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .ind08 a:hover .swiper-slide .pic i {
    transition: all 0.5s;
    transform: scale(1.1);
  }
  .ind08 a:hover .text b {
    color: #0b4da2;
  }
  .ind08 .right {
    width: 100%;
  }
  .ind08 .right .bottom a {
    padding: 0.35rem 0;
    border-bottom: #e5e5e5 1px solid;
    display: flex;
    justify-content: space-between;
  }
  .ind08 .right .bottom a .time {
    width:1.2rem;
  }
  .ind08 .right .bottom a .time p {
      width: 100%;
    font-size: 0.28rem;
    color: #21529d;
  }
  .ind08 .right .bottom a .time i {
    font-size: 0.22rem;
    color: #21529d;
  }
  .ind08 .right .bottom p {
    width:calc(100% - 1.2rem);
    line-height: 0.45rem;
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
  }
  .ind08 .right .bottom em {
    display: none;
    margin-bottom: 0.16rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #807f7f;
    /* overflow: hidden;
      text-overflow: ellipsis;
      display: -ms-box;
      -ms-line-clamp: 2;
      -ms-box-orient: vertical;
      display: -moz-box;
      -moz-line-clamp: 2;
      -moz-box-orient: vertical;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -o-box;
      -o-line-clamp: 2;
      -o-box-orient: vertical; */
  }
  .ind08 .right .bottom i {
    font-size: 0.26rem;
    color: #333;
    font-family: Arial;
  }
  .banes_1 {
    width: 100%;
    height: 1.82rem;
    padding-bottom: 0.58rem;
    background: #fff;
  }
  .banes_1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ind09 {
    padding: 86px 0 90px;
    background: #fafafa;
  }
  .ind09 .left {
    width: 51%;
  }
  .ind09 .left .top {
    padding-top: 30px;
  }
  .ind09 .left .top b {
    margin-bottom: 10px;
    position: relative;
    display: flex;
    font-size: 40px;
    color: #333;
    font-weight: bold;
  }
  .ind09 .left .top b::after {
    position: absolute;
    left: -13px;
    top: 9px;
    width: 3px;
    height: 37px;
    background: #0b4da2;
    content: " ";
  }
  .ind09 .left .top b em {
    color: #0b4da2;
    font-weight: bold;
  }
  .ind09 .left .top p {
    font-size: 30px;
    color: #151515;
  }
  .ind09 .left .top i {
    margin: 36px 0 30px;
    width: 53px;
    height: 1px;
    background: #303030;
  }
  .ind09 .left .bottom b {
    margin-bottom: 36px;
    font-size: 30px;
    color: #151515;
  }
  .ind09 .left .bottom .text {
    height: 190px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-align: justify;
  }
  .ind09 .left .bottom .text i {
    display: inline;
    font-weight: bold;
    color: #0b4da2;
  }
  .ind09 .left .bottom a {
    transition: all 0.5s;
    position: relative;
    padding-right: 35px;
    line-height: 34px;
    font-size: 14px;
    color: #282828;
    font-weight: bold;
    letter-spacing: 0px;
    background: url(/themes/mobile/public/assets/images/icon/icon_38.png) right 13px no-repeat;
  }
  .ind09 .left .bottom a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: calc(100% - 35px);
    height: 2px;
    background: #282828;
    content: " ";
  }
  .ind09 .left .bottom a:hover {
    transition: all 0.5s;
    margin-left: 16px;
    letter-spacing: 2px;
  }
  .ind09 .right {
    position: relative;
    width: 43.57%;
    height: 527px;
    background: url(/themes/mobile/public/assets/images/index/ind09_1.jpg) center no-repeat;
    background-size: cover;
  }
  .ind09 .right i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    background: url(/themes/mobile/public/assets/images/icon/icon_39.png) center no-repeat;
    cursor: pointer;
  }
  .ind09 .number {
    margin-top: 60px;
    height: 168px;
    border: #efecec 1px solid;
    border-right: 0px;
    background: #fff;
  }
  .ind09 .number div.fl {
    padding: 42px 0;
    width: calc(25% - 1px);
    border-right: #efecec 1px solid;
  }
  .ind09 .number div.fl div.clearfix {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 63px;
    overflow: hidden;
    color: #282828;
  }
  .ind09 .number i {
    line-height: 63px;
    font-size: 52px;
    font-weight: 900;
    font-family: "Arial";
  }
  .ind09 .number em {
    line-height: 80px;
    font-size: 32px;
    color: #282828;
  }
  .ind09 .number span {
    margin-left: 3px;
    width: 18px;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    background: url(/themes/mobile/public/assets/images/icon/icon_40.png) center no-repeat;
  }
  .ind09 .number p {
    font-size: 16px;
    color: #666;
    text-align: center;
  }
  .ind09 .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ind10 .tab_title {
    position: relative;
  }
  .ind10 .tab_title .bac div {
    width: calc(50% - 1px);
    height: 1.4rem;
    background: #2a78dd;
  }
  .ind10 .tab_title .text a {
    padding: 0.26rem 0 0;
    width: 100%;
  }
  .ind10 .tab_title .text a p {
    transition: all 0.5s;
    position: relative;
    margin-left: 0.3rem;
    width: calc(100% - 0.5rem);
    font-size: 0.3rem;
    color: #fff;
    padding-top: 0.19rem;
  }
  .ind10 .tab_title .text div a p::before {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 0.42rem;
    color: #fff;
    font-weight: bold;
    font-family: Arial;
    opacity: 0.14;
    content: "ENTERPRISES";
  }
  .ind10 .tab_title .text div:last-child a p::before {
    content: "ORGANIZATION";
  }
  .ind10 .tab_title .bac div:hover,
  .ind10 .tab_title .bac div.cur {
    background: #0b4da2;
  }
  .ind10 .tab_title .text div:hover a p::after,
  .ind10 .tab_title .text div.cur a p::after {
    transition: all 0.5s;
    transform: rotate(180deg);
  }
  .ind10 .tab_title_box {
    padding: 0.3rem 0 30px;
  }
  .ind10 .tab_title_box a {
    margin: 0 0.68rem 0 0;
    line-height: 0.77rem;
    cursor: pointer;
  }
  .ind10 .tab_title_box p {
    font-size: 0.3rem;
    color: #666;
  }
  .ind10 .tab_title_box i {
    transition: all 0.5s;
    margin: 0 auto;
    width: 0px;
    height: 1px;
    background: #0b4da2;
  }
  .ind10 .tab_title_box a.cur p,
  .ind10 .tab_title_box a:hover p {
    color: #0b4da2;
  }
  .ind10 .tab_title_box a.cur i,
  .ind10 .tab_title_box a:hover i {
    transition: all 0.5s;
    width: 100%;
  }
  .ind10 .tab_next {
    transition: all 0.8s;
    position: relative;
  }
  .ind10 .tab_next_box {
    position: relative;
  }
  .ind10 .tab_next_box .swiper-slide {
    padding-bottom: 1.8rem;
  }
  .ind10 .tab_next_box a {
    transition: all 0.5s;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.19rem;
    margin-bottom: 0.2rem;
    padding: 0 0.1rem;
    width: calc(50% - 0.295rem - 2px);
    height: 1.14rem;
    line-height: 0.36rem;
    font-size: 0.26rem;
    color: #333;
    text-align: center;
    border: #dfe0e1 1px solid;
    background: #fafafa url(../images/index/ind10_3.png) bottom center no-repeat;
  }
  .ind10 .tab_next_box a:nth-child(2n) {
    margin-right: 0;
  }
  .ind10 .tab_next_box a:hover {
    transition: all 0.5s;
    color: #fff;
    background: #0b4da2 url(../images/index/ind10_3.png) bottom center no-repeat;
  }
  .ind10 .tab_next .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.9rem;
    text-align: left;
  }
  .ind10 .tab_next .swiper-pagination-bullet {
    transition: all 0.5s;
    position: relative;
    margin: 0 0.07rem;
    padding-right: 0px;
    width: auto;
    height: auto;
    font-size: 0.24rem;
    color: #666;
    font-family: Arial;
    background: none;
    border: initial;
    opacity: 1;
  }
  .ind10 .tab_next .swiper-pagination-bullet::after {
    transition: all 0.5s;
    position: absolute;
    left: 0.44rem;
    top: 0.14rem;
    width: 0px;
    height: 1px;
    background: #0b4da2;
    content: " ";
  }
  .ind10 .tab_next .swiper-pagination-bullet-active {
    transition: all 0.5s;
    padding-right: 38px;
    color: #0b4da2;
  }
  .ind10 .tab_next .swiper-pagination-bullet-active::after {
    transition: all 0.5s;
    width: 26px;
  }
  .ind10 .tab_next .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    padding-right: 0;
  }
  .ind10 .tab_next .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active::after {
    display: none;
  }
  .ind10 .next_box.vis .swiper-container {
    transition: all 0.6s;
    margin-top: 300px;
  }
  .ind10 .next_box.vis_block_box {
    visibility: visible;
    z-index: 3;
  }
  .ind10 .next_box.vis_block_box .swiper-container {
    transition: all 0.6s;
    margin-top: 0;
  }
  .ind10 .next.two .bor {
    position: relative;
    margin: 0.7rem 0.125rem 1.8rem;
    border: none;
    border-bottom: #ededed 1px dashed;
  }
  .ind10 .next.two a {
    position: relative;
    float: left;
    width: calc(50% - 1px);
    border-top: #ededed 1px dashed;
    border-left: #ededed 1px dashed;
  }
  .ind10 .next.two a:nth-child(2n-1) {
    border-left: none;
  }
  .ind10 .next.two a div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem;
    height: 1.05rem;
  }
  .ind10 .next.two a div img {
    max-width: 100%;
    max-height: 100%;
  }
  .ind10 .next.two a:hover div img {
    transition: all 0.5s;
    transform: rotateX(360deg);
  }
  .ind10 .next.two a::after,
  .ind10 .next.two a:nth-child(2n-1)::before,
  .ind10 .next.two a:nth-child(6)::before,
  .ind10 .next.two .bor::after,
  .ind10 .next.two .bor::before {
    position: absolute;
    z-index: 2;
    width: 0.25rem;
    height: 0.25rem;
    background: url(/themes/mobile/public/assets/images/icon/icon_43.png) center no-repeat;
    background-size: 0.25rem auto;
    content: " ";
  }
  .ind10 .next.two a::after {
    right: -0.125rem;
    top: -0.125rem;
  }
  .ind10 .next.two a:nth-child(2n-1)::before {
    left: -0.125rem;
    top: -0.125rem;
  }
  .ind10 .next.two a:nth-child(6)::before {
    left: -0.125rem;
    bottom: -0.125rem;
  }
  .ind10 .next.two .bor::after {
    right: -0.125rem;
    bottom: -0.125rem;
  }
  .ind10 .next.two .bor::before {
    left: -0.125rem;
    bottom: -0.125rem;
  }
  .interest-card .img-container {
    margin-bottom: 0;
  }
  .ind11 {
    padding: 0 0 1rem;
    background: #fff;
  }
  .ind11 .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .ind11 .next .left {
    position: relative;
    margin-top: 36px;
    width: 100%;
  }
  .ind11 .left .sha_tra {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ffffff), color-stop(0.25, rgba(255, 255, 255, 0)), color-stop(0.75, rgba(228, 233, 237, 0)), color-stop(1, #e4e9ed));
    background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 75%, #ffffff 100%);
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .ind11 .left .gallery-top .swiper-slide {
    opacity: 0.6;
    width: 67.8%;
  }
  .ind11 .left .gallery-top .swiper-slide .pic {
    display: flex;
    justify-content: right;
    align-items: center;
    height: 3.3rem;
  }
  .ind11 .left .gallery-top .swiper-slide-next .pic {
    align-items: left;
  }
  .ind11 .left .gallery-top .swiper-slide .pic img {
    transition: all 0.5s;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
    transform: scale(0.82);
  }
  .ind11 .left .gallery-top .swiper-slide p {
    transition: all 0.5s;
    margin: 0.35rem auto 0;
    width: 82%;
    font-size: 0.3rem;
    color: #333;
    text-align: center;
    opacity: 1;
  }
  .ind11 .left .gallery-top .swiper-slide-next .pic {
    justify-content: left;
  }
  .ind11 .left .gallery-top .swiper-slide-active {
    opacity: 1;
  }
  .ind11 .left .gallery-top .swiper-slide-active .pic {
    justify-content: center;
  }
  .ind11 .left .gallery-top .swiper-slide-active .pic img {
    transition: all 0.5s;
    transform: scale(1);
  }
  .ind11 .left .gallery-top .swiper-slide-active p {
    transition: all 0.5s;
    opacity: 1;
  }
  .ind08 .title,
  .ind08 .tab_next,
  .ind09 .left,
  .ind09 .right,
  .ind09 .number,
  .ind03 .title,
  .ind03 .preview,
  .ind03 .view,
  .service .title,
  .service .serviceIn,
  .ind07 .title,
  .ind07 .tab_title,
  .ind07 .anm_top,
  .ind11,
  .ind10 {
    visibility: hidden;
  }
  .ind08 .title.active,
  .ind08 .tab_next.active,
  .ind09 .left.active,
  .ind09 .right.active,
  .ind09 .number.active,
  .ind03 .title.active,
  .ind03 .preview.active,
  .ind03 .view.active,
  .service .title.active,
  .service .serviceIn.active,
  .ind07 .title.active,
  .ind07 .tab_title.active,
  .ind11.active,
  .ind10.active {
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .ind07 .anm_top.active {
    visibility: visible;
    animation-delay: 0.2s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  .ind03 .view .swiper-slide .bac,
  .ind03 .view .swiper-slide .pic {
    transition: all 1s 0.2s;
    width: 0px;
  }
  .ind03 .view .swiper-slide .num img {
    width: 300px;
    visibility: hidden;
  }
  .ind03 .view .swiper-slide .right .more div {
    transition: all 0.5s 1s;
    opacity: 0;
  }
  .ind03 .view .swiper-slide .pic i {
    transition: all 3s ease 1.5s;
    transform: scale(1.1);
  }
  .ind03 .view.active .swiper-slide-active .bac {
    transition: all 1s 0.2s;
    width: 100%;
  }
  .ind03 .view.active .swiper-slide-active .pic {
    transition: all 1s 0.2s;
    width: 100%;
  }
  .ind03 .view.active .swiper-slide-active .num img {
    visibility: visible;
    -webkit-animation: ind03unm 5s linear 0s forwards;
    -moz-animation: ind03unm 5s linear 0s forwards;
    -ms-animation: ind03unm 5s linear 0s forwards;
    animation: ind03unm 5s linear 0s forwards;
  }
  .ind03 .view.active .swiper-slide-active .right .more div {
    transition: all 0.5s 1s;
    opacity: 1;
  }
  .ind03 .view.active .swiper-slide-active .pic i {
    transition: all 3s ease 1.5s;
    transform: scale(1);
  }
  @keyframes ind03unm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
    4% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-webkit-keyframes ind03unm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
    4% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-moz-keyframes ind03unm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
    4% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  @-ms-keyframes ind03unm {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 20%, 0);
      transform: translate3d(0, 20%, 0);
    }
    4% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  /*视频播放弹窗*/
.pop_video {
display: none;
position: fixed;
left: 50%;
top: 50%;
z-index: 31;
transform: translate(-50%, -50%);
width: 80%;
max-width: 1341px;
background: #000;
}
.pop_video video {
width: 100%;
}
.pop_video i {
position: absolute;
right: 30px;
top: 30px;
width: 18px;
height: 18px;
background: url(/themes/mobile/public/assets/images/icon/icon_25.png) center no-repeat;
cursor: pointer;
}
.pop_video_bac {
display: none;
position: fixed;
left: 0;
top: 0;
z-index: 30;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
}



.fashionListBox {
    position: relative;
    width: 100%;
}
.fashionListBox .pic {
    width: 100%;
    height: 7rem;
    overflow: hidden;
}
.fashionListBox .pic i {
    transition: all 0.5s;
    transform: scale(1);
    width: 100%;
    height: 100%;
}
.fashionListBox .bor {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    width: 92%;
    color: #fff;
    border: none;
}
.fashionListBox .bor .icon {
    margin-bottom:0.4rem;
    width:0.66rem;
}
.fashionListBox .bor .icon img {
    width: 100%;
}
.fashionListBox .bor .t {
    margin-bottom:0.5rem;
    font-size:0.38rem;
}
.fashionListBox .bor .text {
    line-height: 0.45rem;
    font-size:0.28rem;
}
<!--耗时1767648778.575秒-->