/*首页*/


/*区块链首页*/
.index-bg{
  background: url('../../image/index/indexbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height:600px;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
}
.index-box{
  padding-left:28px
}

.index-top-en{

}

.index-top-cn{
  font-size: 36px;
  font-family: SourceHanSansSC, SourceHanSansSC-Bold;
  font-weight: 700;
  color: #ff7700;
  letter-spacing: 15px;
}

.index-center{
  padding-top: 10px;
  padding-bottom:32px
}

.index-center-top,.index-center-center,.index-center-bottom{
  opacity: 0.8;
  font-size: 14px;
  font-family: SourceHanSansSC, SourceHanSansSC-Regular;
  font-weight: 400;
  color: #381f0a;
  line-height: 20px;
  letter-spacing: 3px;
}

.index-bottom{
  font-size: 16px;
  font-family: SourceHanSansSC, SourceHanSansSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 6px 14px;
  background: #ff7700;
  cursor: pointer;
}

.index-bottom a{
  color: #ffffff;
}


/*内容*/
.content{
  background:rgb(255, 119, 0) ;
  min-height: 600px;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
}
.contentbg{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url('../../image/index/index-contentbg02.png'),url('../../image/index/index-contentbg01.png');
   background-repeat: no-repeat,no-repeat;
   background-position: -500px -657px, 100% 30px;
}
.content .container{
  z-index: 1;
}

.content-left-item{
  opacity: 0.6;
  font-size: 24px;
  font-family: SourceHanSansSC, SourceHanSansSC-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: -1px;
  padding-bottom:30px;
  cursor: pointer;
}
.content-left-item-current{
  opacity: 1;
  color: #ffffff;
}

.content-right-item-inner{
  position: relative;
  cursor: pointer;
  display: block;
}
.content-right-item-info{
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 40px;
  }
  .content-right-item-info a{
    color: #ffffff;
  }

.content-right-item{
  display: none;
}
.content-right-item-current{
  display: block;
}




/*关于我们*/
.aboutus{
  background: url('../../image/index/company-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
}


.aboutus-en{
  opacity: 0.17;
  font-size: 50px;
  font-family: SourceHanSansSC, SourceHanSansSC-Bold;
  font-weight: 700;
  text-align: left;
  color: #ff7700;
  line-height: 107px;
  letter-spacing: -2px;
}

.aboutus-cn{
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  color: #ff7700;
  letter-spacing: 7px;
  position: absolute;
  bottom: 24px;
  left: 0;
}
.aboutus-center-info p{
  opacity: 0.8;
  font-size: 14px;
  font-family: SourceHanSansSC, SourceHanSansSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: 3px;
}

.aboutus-bottom{
  font-size: 16px;
  font-family: SourceHanSansSC, SourceHanSansSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 6px 14px;
  background: #ff7700;
  cursor: pointer;
}

.aboutus-bottom a{
  color: #ffffff;
}


/*最新资讯*/

.newslist{
  height: 600px;
  /* background: url('../../image/index/newsbg.png') no-repeat; */
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}




/*页脚*/




@media (min-width:768px){

/*导航栏*/
.header-two{
  position: fixed;
  z-index: 99;
  width: 100%;
}


/*左侧导航*/
.slide-nav-box{
  position: fixed;
  top: 50%;
  left: 10%;
  z-index:99;
}


.slide-nav-item{
  width: 14px;
  height: 14px;
  list-style: none;
  margin-bottom: 14px;
  cursor: pointer;
  opacity: 0.3;
  background: #ff7700;
}

/* .slide-nav-item-inactive1{
  background: #ff7700;
} */
.slide-nav-item-active1{
  opacity: 1;
}

.slide-nav-item-inactive2{
  background: #ffffff;
}
.slide-nav-item-active2{
  opacity: 1;
  background: #ffffff;
}




/*区块链首页*/

.common-title-en{
  font-size: 48px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  line-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.common-title-en:after{
  content: '';
  display: block;
  width: 48px;
  height: 4px;
  opacity: 1;
  background: #ffffff;
  margin-top: 40px;
  margin-bottom: 30px;
}


.common-title-cn{
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ff7700;
}

.common-button{
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  /* line-height: 27px; */
  letter-spacing: 3px;
  display: inline-block;
  background: rgb(255, 119, 0);
  line-height: 16px;
  padding: 12px 21px 12px 32px;
  cursor: pointer;
  border-radius: 20px;
}

.common-button:hover{
  opacity: 0.8;
  color: #ffffff;
}





.index-bg{
  background: url('../../image/index/indexbg.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height:980px;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
  font-family: SourceHanSansSC, SourceHanSansSC-Bold;
}

.index-top-en{
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ff7700;
  line-height: 20px;
  letter-spacing: 8px;
}


.index-top-cn{
  font-size: 80px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  color: #ff7700;
  line-height: 80px;
  letter-spacing: 32px;
  padding-top: 30px;
  padding-bottom: 43px;
  }

.index-center{
  padding-bottom:41px
}

.index-center-top,.index-center-center{
  font-size: 20px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 36px;
  letter-spacing: 4px;
}


/*内容*/
.content{
  background:rgb(255, 119, 0) ;
  min-height: 980px;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
}

.content-info{
  width: 100%;
}

.contentbg{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-image: url('../../image/index/index-contentbg02.png'),url('../../image/index/index-contentbg01.png');
   background-repeat: no-repeat,no-repeat;
   background-position: -500px -657px, 100% 30px;
}
.content .container{
  z-index: 1;
}

.content .common-title-en:after{
  margin-bottom: 88px;
}

.content-swiper{
  /* padding-left: 100px; */
}

.content .swiper-container{
  height: 460px;
}



.content .swiper-slide{
  height: 400px;
  width: 290px !important;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.content .swiper-slide-img{
   height: 100%;
   overflow: hidden;
   border-radius: 10px;
}
.content .swiper-slide:hover .swiper-slide-img img{
   transform: scale(1.03);
   transition: all 0.3s ease;
}


.content .swiper-slide-img img{
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.content .swiper-slide-info{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(51, 51, 51,0.8);
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  border-radius: 0 0 10px 10px;
}

.swiper-slide:hover .swiper-slide-info{
  width: 240px;
  height: 360px;
  background: rgba(255, 119, 0, 0.72);
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 360px;
  /* transition: all 0.8s ease ; */
  /* animation: swiperAnimation 0.5s; */
}

@keyframes swiperAnimation{
   0%{
     width: 100%;
     height: 40px;
     background: rgba(51, 51, 51,0.8);
   }
   

   30%{
    width: 240px;
    height: 140px;    
   }

   60%{
    width: 240px;
    height: 240px;    
   }

   100%{
    width: 240px;
    height: 360px; 
    background: rgba(255, 119, 0, 0.72);
   }
  
}

.content .swiper-pagination-bullet{
  opacity: 0.5;
  background: #fff;
}

.content .swiper-pagination-bullet-active{
   opacity:1;
}



/*关于我们*/
.aboutus{
  background: url('../../image/index/company-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  display:flex;
  justify-content: center;
  align-items: center;
}

.aboutus-top{
  /* height: 200px;
  position: relative */
}

.aboutus-en{
opacity: 0.17;
font-size: 200px;
line-height: 200px;
font-weight: 700;
text-align: center;
color: #ff7700;
letter-spacing: -5px;
}

.aboutus-cn{
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  color: #ff7700;
  letter-spacing: 7px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.aboutus-center{
  padding: 111px 140px 88px 140px;
}

.aboutus-center-info{
    font-size: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN-Regular;
    font-weight: 400;
    text-align: justify;
    /* text-indent: 2em; */
    color: #ffffff;
    line-height: 40px;
}

.aboutus-bottom{
  font-size: 18px;
  font-family: SourceHanSansSC, SourceHanSansSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 27px;
  letter-spacing: 3px;
  display: inline-block;
  background: #ff7700;
  padding: 7px 21px;
  cursor: pointer;
}

.aboutus-bottom a{
  color: #ffffff;
}



/*最新资讯*/
.newslist{
  height: 980px;
  background: url('../../image/index/newsbg.png') no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newslist .common-title-en{
  align-items: flex-start;
}
.newslist .common-title-en:after{
  background: #ff7700;
}

.newslist-img{
  width: 300px;
  height: 200px;
  flex-shrink: 0;
}

.newslist-img img{
   border-radius: 10px;
}

.newslist-img:hover{
   transform: scale(1.05);
   transition: all 0.5s ease;
}


.newslist-detail{
  padding-left: 30px;
}

.newslist-detail-title{
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 16px;
}

.newslist-detail-time{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  padding: 20px 0;
}

.newslist-detail-info{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 24px;
}

.newslist-detail:hover .newslist-detail-title {
  color: #ff7700;
}

.newslist-detail:hover .newslist-detail-info{
  opacity: 0.8;
}



.newslist-detail-more{
   padding-top: 35px;
}

.newslist-detail-more-inner{
  background: #ffffff;
  border: 1px solid #ff7700;
  border-radius: 13px;
  display: inline-block;
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ff7700;
  padding: 5px 10px 5px 16px;
  line-height: 12px;
}

.newslist-detail-more-inner i{
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  margin-left: 8px;
}

.newslist-detail-more-inner:hover{
   background: #ff7700;
   color: #fff;
}


.newslist-item{
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
}

.newslist-item:last-child{
  margin-bottom: 0;
}

.newslist-item-time{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
  padding-right: 20px;
}

.newslist-item-title{
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #333333;
  line-height: 16px;
}

.newslist-item:hover  .newslist-item-title{
  color: #ff7700;
}






/*页脚*/
.footer{
  background:rgb(255, 119, 0);
  padding-top: 38px;
  padding-bottom: 20px;
}

.footer-info{
  margin: 40px 0;
}

.footer-right{
  padding-top: 21px;
}

.footer-phone,.footer-redline,.footer-address{
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 20px;
}

.footer-beian a, .footer-beian a:hover{
  height: 14px;
  opacity: 0.6;
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}


.footer-maintitle a,.footer-maintitle a:hover{
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
}


.footer-right-left{
  margin-right: 54px;
}


.footer-subtitle a{
  font-size: 12px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: left;
  color: rgba(255,255,255,0.6);
  line-height: 20px;
}

.footer-subtitle a:hover{
  color: rgba(255, 255, 255, 1);
}

}

















