    /* 轮播图 */
    .swiper-container {
      width: 100%;
      height: 100%;
      height: 47.5rem;
      /* min-width: 75rem; */
    }

    .swiper-wrapper {
      width: 100%;
      height: 100%;
    }

    .swiper-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-wrapper .swiper-slide{
      height: 100%;
      margin: 0;
      padding: 0;
    }
     .swiper-wrapper .swiper-slide div{
      /* opacity: 0; */
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
         display: flex;flex-direction: column;justify-content: center;align-items: center;
    }
    .swiper-wrapper .swiper-slide h3{
        color: rgba(255, 255, 255, 1);
        font-size: 3.13rem;
        position: absolute;
        left: 50%;
        top: 42%;
        text-align: center;
        font-weight: bold;
        width: 100%;
        transform: translateX(-50%);
        
        font-weight:600;
    }
    .swiper-wrapper .swiper-slide p {
      position: absolute;
      left: 50%;
      top: 55%;
      font-size: 2rem;
      
      font-weight: bold;
      color: rgba(255, 255, 255, 1);
      transform: translate(-50%, -50%);
      text-align: center;
        width: 100%;
    }

    /* .swiper-pagination {
      margin-bottom: 7rem;
    } */

    .swiper-pagination-bullet {
      background: rgba(255, 255, 255, 0.5);
      width: 1.13rem;
      height: 1.13rem;
      border-radius: 50%;
    }

    .swiper-pagination-bullet-active {
      background: #ffffff;
      width: 1.13rem;
      height: 1.13rem;
      border-radius: 50%;
    }

    .banner-arrow {
      height: 7rem;
      background: rgba(0, 0, 0, 1);
    }

    .banner-arrow a {
	  line-height:7rem;
      transform: translateY(-50%);
      width: 100%;
      font-size:1.25rem;
	  
	  font-weight:600;
	  color:rgba(49,193,223,1);
    }

    .banner-arrow a i {
      font-size: 5px;
      font-weight: 100;
    }

    .about-us-module {
      /* max-width: 75rem; */
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 0 auto;
      /* height: 50rem; */
      width: 100%;
      flex-wrap: wrap;
      overflow: hidden;
    }

    .about-us-module .first-item {
      width: 45%;
      height: 100%;
      height: 50rem;
      background: rgba(60, 56, 62, 1);
      font-size: 1rem;
      
      font-weight: 400;
      color: rgba(153, 153, 153, 1);
      display: flex;
      justify-content: center;
      align-items: flex-start;
      box-sizing: border-box;
      padding-left: 15%;
      flex-direction: column;
      padding-top: 12rem;
      padding-bottom: 13.6rem;
      position: relative;
      padding-right: 5%;
    }

   .first-item .background-text {
      font-size: 9.63rem;
      
      font-weight: bold;
      color: rgba(153, 153, 153, 0.1);
      position: absolute;
      left: 0rem;
      bottom: 11rem;
    } 

    .about-us-module .first-item img {
      margin-bottom: 4rem;
    }


    .about-us-module .second-item div {
      background-color: #ffffff;
      width: 100%;
      /* height: 23.88rem; */
      background: linear-gradient(180deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 1) 100%);
      border: 0.06rem solid rgba(151, 151, 151, 1);
      position: absolute;
      left: -2rem;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: flex-start;
      padding: 2rem 3rem;
      box-sizing: border-box;
      max-width: 46.44rem;
    }

    .about-us-module .second-item div p,
    .about-us-module .first-item p.summary  {
      font-size: 1rem;
      
      font-weight: 400;
      color: rgba(153, 153, 153, 1);
      line-height: 1.5rem;
      
      font-weight:400;
      color:rgba(153,153,153,1);
    }

    .about-us-module .second-item h3::before {
      content: "";
      width: 2.75rem;
      height: 0.31rem;
      background: rgba(228, 59, 66, 1);
      border-radius: 0.31rem;
      display: block;
      position: absolute;
      bottom: -1rem;
      left: 0;
    }

    .about-us-module .second-item h3::after {
      content: "";
      width: 1.19rem;
      height: 0.31rem;
      background: rgba(49, 193, 223, 1);
      border-radius: 0.31rem;
      position: absolute;
      bottom: -1rem;
      left: 3rem;
    }

    .about-us-module .second-item h3 {
      font-size: 1.38rem;
      
      font-weight: bold;
      color: rgba(102, 102, 102, 1);
      position: relative;
      margin-bottom: 3rem;
    }

    .main-content-module {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      max-width: 75rem;
      margin: 0 auto;
      padding: 7rem 0;
    }

    .main-content-module h3 {
      font-size: 2.81rem;
      
      font-weight: 500;
      color: rgba(51, 51, 51, 1);
    }

    .main-content-module h3::after {
      content: "";
      width: 5rem;
      height: 0.13rem;
      background: rgba(49, 193, 223, 1);
      border-radius: 0.25rem;
      display: block;
      position: relative;
      left: 50%;
      transform: translate(-50%);
      margin: 2rem 0 5rem 0;
    }
    .our-services ul{
    	height:auto;
    	position:relative;
    	padding-bottom:5rem;
    }
     .our-services li {
      width: 30%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      height: 100%;
    }

    .our-services li i {
      font-size: 2rem;
      width: 5rem;
      height: 5rem;
      line-height: 5rem;
      text-align: center;
      border-radius: 50%;
      margin-bottom: 2rem;
      border: 0.06rem solid rgba(49, 193, 223, 1);
    }

    .our-services li h5 {
      font-size: 1.25rem;
      
      font-weight: bold;
      color: rgba(51, 51, 51, 1);
    }

    .our-services li p {
      font-size: 1rem;
      font-family: Helvetica;
      color: rgba(102, 102, 102, 1);
      line-height: 1.31rem;
      margin: 1rem 0;
      width:100%;
      word-wrap:break-word;
    }

    .our-services li a {
      font-size: 0.88rem;
      font-family: Helvetica;
      color: rgba(49, 193, 223, 1);
      line-height: 1.19rem;
      width: 8rem;
      line-height: 3.13rem;
      text-align: center;
      height: 3.13rem;
      border: 0.06rem solid rgba(49, 193, 223, 1);
    }
	.our-services li a:hover{
		color:#fff;
		border: 0.06rem solid #fff;
		background:rgba(49, 193, 223, 1);
	}
    .data-module {
      width: 100%;
      max-width: 75rem;
      padding: 5rem calc((100% - 75rem) / 2);
      background: rgba(49, 193, 223, 1);
    }

    .data-module ul {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      z-index:100;
    }

    .data-module ul li {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .data-module ul li>span:nth-child(1) {
      font-size: 1.25rem;
      
      font-weight: 600;
      color: rgba(255, 255, 255, 1);
      margin-bottom: 1rem;
    }

    .data-module ul li>span:nth-child(2) {
      font-size: 3.5rem;
      font-family: Arial-Black, Arial;
      font-weight: 900;
      color: rgba(255, 255, 255, 1);
    }
    .version-infomation-module .content{
      position: relative;
      max-width: 75rem;
      margin: 0 auto;
      padding: 8rem 0;
      overflow-x:hidden;
      overflow:hidden;
    }
    .version-infomation-module .version-img{
      /*width:23rem;*/height: 7.06rem;
      margin-left: 4rem;
      margin-bottom: 2rem;
    }
    .version-infomation-module ul.ul-content {
      width: 100%;
      background: rgba(255, 255, 255, 1);
      box-shadow: 0rem 0.06rem 0.38rem 0rem rgba(0, 0, 0, 0.06);
      border-radius: 0.19rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      padding: 3rem 2rem;
      box-sizing: border-box;
      max-width: 63rem;
      max-height: 33rem;
    }
    .version-infomation-module .float-right-img{
      width: 37rem;
      height: 42rem;
    }

    .version-infomation-module ul.ul-content li {
      flex: 1;
      min-width: 40%;
      text-align: center;
      margin-bottom: 2rem;
    }
    .version-infomation-module ul.ul-content h4 {
      font-size: 1.56rem;
      font-weight: bold;
      color: rgba(49, 193, 223, 1);
      margin-bottom: 2rem;
    }
    .version-infomation-module ul.ul-content li p {
      font-size: 1rem;
      
      font-weight: 400;
      color: rgba(153, 153, 153, 1);
    }
    .version-infomation-module ul.ul-content li:not(:last-child){
      max-width: 22rem;
    }
    .version-infomation-module .float-right-img{
      position: absolute;
      right:0;
      max-height: 90%;
      z-index:-1;
      top:50%;
      transform:translateY(-50%);
    }
	

    .search-stock-module {
      width: 100%;
      height: 29.44rem;
      background: rgba(1, 1, 1, 1);
     /*  opacity: 0.6; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative;
    }

    .search-stock-module h3 {
      font-size: 1.88rem;
      
      font-weight: 600;
      color: rgba(255, 255, 255, 1);
      z-index: 43;
    }

    .search-stock-module ul {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 2rem auto;
      z-index: 43;
      width:100%;
      box-sizing:border-box;
    }

    .search-stock-module ul li input {
      border: none;
      background: none;
      outline: none;
        width:70%;
    }

    .search-stock-module ul li i {
      font-size: 1.5rem;
      color: #626161;
      line-height: 3rem;
      padding: 0 0.5rem;
      position: relative;
    }
	 body{
	 	width:100%;
	 	overflow-x: hidden;
	 }
	 .search-stock-module ul li a{
	 	color:#fff;
	 }
    .search-stock-module ul li:first-child {
      width: 15rem;
      height: 3rem;
      line-height:3rem;
      font-size:1.06rem;
	  
	  font-weight:400;
	  color:#fff;
      background: #31C1DF;
      text-align:center;
    }

    .search-stock-module ul li:first-child input {
      font-size: 0.88rem;
      
      font-weight: 400;
      color: rgba(153, 153, 153, 1);
    }

    .search-stock-module ul li:nth-child(2) {
      width: 20.19rem;
      height: 3rem;
      background: rgba(255, 255, 255, 1);
      margin: 0 3rem;
      border: 0.09rem solid rgba(255, 255, 255, 1); display: flex;justify-content: flex-start;align-items: center;
    }

    .search-stock-module ul li:last-child {
      width: 15rem;
      background: #31C1DF;
      height: 3rem;
    }
    .search-stock-module ul li:last-child div{
      width:3rem;
      height: 3rem;
      background-color: #29AAC5;
      display: flex;
      justify-content: center;
      align-items: center;
      float: right;
    }
    .search-stock-module ul li:last-child div img{
      width: 1rem;
      height: 1rem;
    }
    .search-stock-module ul li:last-child span {
      font-size: 1.06rem;
      
      font-weight: 400;
      color: rgba(255, 255, 255, 1) !important;
      line-height: 3rem;
      flex: 1;
      display: inline-block;
      text-align: center;
    }
    .search-stock-module>img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
    }
    .search-stock-module .font-088.font-bold {
      font-size: 0.88rem;
      
      font-weight: bold;
      color: rgba(255, 255, 255, 1);
      z-index: 200;
    }

    .search-stock-module .font-088 {
      font-size: 0.88rem;
      
      font-weight: 400;
      color: rgba(255, 255, 255, 1);
      margin-bottom: 1rem;
      z-index: 200;
    }

    .market-information-module {
      display: flex;
      justify-content: center;
      align-items: center;
      width:100%;
      box-sizing: border-box;
      position:relative;
    }

    .market-information-module>div {
      width: 100%;
      box-sizing: border-box;
    }
    .market-information-module .second-item img.background-hidden{
      position: absolute;
      width: 110%;
      top: 50%;
      left:-10%;
      transform: translateY(-50%);
      right: 0;
      z-index: -1;
      max-height:5.38rem;
    }
    .market-information-module .first-item img.background-hidden {
      /* width: 6rem; */
      width: 78%;
      /* height: 12rem; */
      position: absolute;
      left: 0rem;
      bottom: 26%;
      z-index: inherit;
      overflow:hidden;
      /* margin-left: 8rem; */
    }
    .market-information-module .first-item .background-hidden p{
      font-size:10.63rem;
      
      font-weight:bold;
      color:rgba(153,153,153,0.1);
      position: relative;
      left: -2em;
      /* position: absolute;
      left: -8rem; */
    }
    .market-information-module .first-item {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column;
      padding: 8rem 2rem;
      position:relative;
    }

    .market-information-module .first-item p {
      font-size: 1.25rem;
      
      font-weight: 500;
      color: rgba(51, 51, 51, 1);
      margin: 11rem 0 7rem 0;
      width: 80%;
      display: block;
      z-index: 500;
      text-align:right;
    }

    .market-information-module .first-item a {
      font-size: 1.125rem;
      font-weight: 400;
      color: rgba(49, 193, 223, 1);
      align-self: flex-end;
    }

    .market-information-module .second-item {
      position: relative;
      /* margin-left: 10%; */
    }

    .market-information-module .second-item ul li:nth-child(3) .date{
      color: #ffffff !important;
    }
    .market-information-module .second-item ul li:not(:last-child) {
	 /*  margin-bottom: 2rem;  */
      z-index: 5;
    }

    .market-information-module .second-item ul li .date {
      font-size: 0.88rem;
      
      font-weight: 400;
      color: rgba(102, 102, 102, 1);
      margin-bottom: 1rem;
      z-index: 500 !important;
    }

    .market-information-module .second-item ul li p {
      font-size: 1.125rem;
      
      font-weight: bold;
      color: rgba(51, 51, 51, 1);
      line-height: 1.38rem;
      z-index: 500 !important;
    }
    .market-information-module .second-item ul li:nth-child(3) p{
    	color:#fff;
    }
    
    .market-information-module .second-item ul li p .blue-text{
    	font-size: 1.2rem;
    	color:rgba(49, 193, 223, 1);
    	margin-left:1rem;
    	font-weight:bold;
    }
    .select-container{
      width:86%;
      height:2.5rem;
      background:rgba(255,255,255,1);
      border:0.09rem solid rgba(255,255,255,1);
      border: none;
      line-height: 3rem;
      outline: none;
    }
    .select-container option{
      line-height: 3rem;
      font-size:0.88rem;
      
      font-weight:400;
      color:rgba(153,153,153,1);
      height: 3rem;
      width: 100%;
    }
      .market-information-module .second-item ul li{
    		height:5.38rem;
    		display:flex;
    		flex-direction: column;
    		justify-content: center;
      		align-items: flex-start;
      		width:110%;
      		padding-left:10%;
      		position:relative;
      		left:-10%;
    	}
 	@media screen and (max-width:768px){
        .swiper-button-prev, .swiper-container-rtl .swiper-button-next,
        .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
            display: none;
        }

        .market-information-module .second-item img.background-hidden{
            top: 44% !important;
        }
        .go-more {
            text-align: right;
            font-size:1.25rem;
            
            font-weight:400;
            color:#31C1DF !important;
            padding-right: 1rem;
            line-height: 2rem;
           float: right;
            padding-bottom: 2rem;
        }
        .market-information-module .first-item a{

            display: none;
        }
        .market-information-module .first-item p,
        .market-information-module .first-item img.background-hidden{
            display: none;
        }
        .version-infomation-module ul.ul-content li:last-child>div{
            display: flex;justify-content: center;align-items: center;flex-direction: column;
            background: #fff;
            z-index: 20;
            padding: 1rem;
        }
        .version-infomation-module ul.ul-content li:last-child{
            height: 40.75rem;
            display: flex;justify-content: center;align-items: center;flex-direction: column;
            background: #fff;
            position: relative;
        }

        .version-infomation-module ul.ul-content{
            padding: 0 !important;
            box-shadow: none;
        }
        .version-infomation-module ul.ul-content li{
            max-width: 100% !important;
            min-width:100%;
            margin-bottom: 3rem;
            box-sizing: border-box;
            padding: 0 1rem;
        }
        .search-stock-module ul li:nth-child(2){
            width:15rem;
        }
        .search-stock-module .font-088,
        .search-stock-module .font-088.font-bold{
            display: none;
        }
        .about-us-module .second-item div {
            left: 50%;
            transform: translate(-50%, -50%);
            box-sizing: border-box;
            margin: 0 auto;
            /*margin: 0 1rem;*/
            width: 90%;
        }


 	 	.market-information-module .second-item ul li{
 	 		 box-sizing: border-box;
 	 		 position:relative;
      		 left:0%;
      		 width:100%;
 	 	}
        .swiper-wrapper .swiper-slide h3{
            top:40%;
            font-size:2.5rem !important;
        }
        .swiper-wrapper .swiper-slide p{
            top:63%;
            font-size:1.8rem;
        }


 		.version-infomation-module ul.ul-content{
 			max-height:50rem !important;
 		}
 		/*.version-infomation-module .version-img{
 			margin-bottom:15rem;
 		}*/
        .version-infomation-module .float-right-img{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            z-index: -1;
            height: 40.75rem;
        }
 	}
    @media screen and (min-width:768px) {
        .go-more{
            display: none;
        }
        .version-infomation-module ul.ul-content li:last-child img{
            display: none;
        }
     .our-services li a {
      position:absolute;
      bottom:0; 
    }
      .our-services ul {
        opacity: 0;
        bottom: -7rem;
      }
      .market-information-module .second-item {
        right: -9rem;
        opacity: 0;
        margin-left: 10%;
      }

      .market-information-module .first-item {
        left: -9rem;
        opacity: 0;
      }
      .about-us-module .first-item {
        left: -8rem;
        opacity: 0;
      }
      .about-us-module .second-item {
        right: -9rem;
        opacity: 0;
      }
    }


    .swiper-wrapper .swiper-slide-active div{
      animation: move 3s cubic-bezier(0.05, 0.95, 0.18, 0.95) 1;
      -webkit-animation:move 3s cubic-bezier(0.05, 0.95, 0.18, 0.95) 1;
    }

    @keyframes move {
      0% {
        transform:translateX(10000px);
        opacity: 0;
      }
      30%{
        transform: translateX(100%);
        opacity: 0.5;
      }
      100%{
        opacity: 1;
        transform: translateX(0);
      }
    }