/*
 ****--- 1.公共样式 --- *****
 ****--- 2.logo--- *****
 ****--- 3.banner --- *****
 ****--- 4.星河公链技术特点 --- *****
 ****--- 5.区块链应用 --- *****
 ****--- 6.区块链规划 --- *****
  
 */
 /* 公共样式 */
*{padding: 0;margin: 0;}
body{
    font-family:MicrosoftYaHei,Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
ul li{
    float: left;
    list-style: none;
}
img{
    max-width: 100%;
}
.bg{
    width:100%;
    height: auto;
}
.align-center{
    text-align: center
}
/*---------logo---------*/
.headerLogo{
    height: 82px;
    position: fixed;
    width: 100%;  
      z-index: 7;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    background-color:rgba(32, 32, 32, 1);
}
.container{
    width: 67%;
    margin: 0 auto
}
.headerLogo img{
    margin-top: 10px;
    height: 60px
}
.conect{
    float: right;
    line-height: 78px;
    color: #e1dfdf;
    text-decoration: none;
}
.conect:hover{
  color:rgba(0, 127, 255, 1)
}
.active{
    background-color: f3f3f3;
    box-shadow: 0px 0px 21px 1px #d9dddf;
    border: none;
}
.active .conect{
    color: #666666
}
.active .conect:hover{
  color:rgba(0, 127, 255, 1)
}
/*-------- banner -------*/
.bannerInfo{
    position: relative;
    overflow: hidden;
    background: rgba(32, 32, 32, 1)
}
.bannerText{
    position: absolute;
    top: 50%;
    left: 15%;
    z-index: 6;
    width: 70%;
    text-align: center;
}
/* ------星河公链技术特点-------- */
.cTitle{
    color: #666666;font-size: 22pt;
    font-weight: 500;
}
.eTiltle{
    color: #999999;font-size: 11pt;font-family: ArialMT;margin-top: 6px;
    font-weight: 500;
}
.content{
    min-height: 370px;
}
.content li{
    width: 32.9%;
    border: 1px solid rgba(243, 243, 243, 1);
    height: 260px;
    color: #666666;
}
.content li:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fff;
    box-shadow:0px 2px 20px 4px rgba(243, 243, 243, 1)
}
.content li img{
    margin-top: 70px;
}
.hideImg{
    display:none
}
.content li:hover .hideImg{display:inline-block}
.content li:hover .showImg{display:none}
.content li p{
    margin-top: 15px;
}
/* ---------- 区块链应用 ------------ */
.contentP li{
    width: 24%;
    height:auto;
    padding: 0 12px 12px 0;
}
.contentP li img{
    width: 100%;
    max-height: 100%;
}
.contentP li:nth-child(4n){
    padding-right: 0
}
.contentP li:hover .hideImg{display:inline-block}
.contentP li:hover .showImg{display:none}
/* ---------- 区块链规划 -------------- */
.planContent {
    width: 96%;
    margin: 0 auto;
  }
.planContent::after {
    content: '';
    display: table;
    clear: both;
}
#planTimeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
  }
#planTimeline::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    background: rgba(179, 187, 192, 1);
}
.planTimeline-block:hover .hideImg{
    display:inline-block;
}
.planTimeline-block .cd-timeline-content:hover{
    color: rgba(0, 127, 255, 1);
    border: 2px solid rgba(0, 127, 255, 1);
}
.planTimeline-block:hover .cd-timeline-content{
    color: rgba(0, 127, 255, 1);
    border: 2px solid rgba(0, 127, 255, 1);
}
.planTimeline-block:hover .bot{
    border-color: transparent transparent transparent rgba(0, 127, 255, 1);
}
.planTimeline-block .cd-timeline-content:hover .bot{
    border-color: transparent transparent transparent rgba(0, 127, 255, 1);
}
.planTimeline-block:hover .showImg{
    display:none
}
.planTimeline-img {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 30%;
}
.cd-timeline-content {
    position: relative;
    color: rgba(102, 102, 102, 1);
    background: #fff;
    border-radius: 0.25em;
    margin-left: 100px;
    padding: 0.6em;
    border: 2px solid rgba(179, 187, 192, 1)
}
.cd-timeline-content h2{
    font-weight: 100;
    font-size: 16pt;
    text-align: left;
}
.cd-timeline-content .bot{ 
    position: absolute;
    border-width: 14px;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent rgba(179, 187, 192, 1);
    left: 100%;
    top: 4px;
  }  
  .cd-timeline-content .top{ 
    position: absolute;
    border-width: 11px;
    border-style: solid dashed dashed;
    border-color: transparent transparent transparent #fff;
    left: 100%;
    top: 7px;  
  } 
.cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 119%;
    top: 6px;
    color: rgba(179, 187, 192, 1);
    font-size: 18px;
}
.planTimeline-block1 .cd-timeline-content{
    left: 60%;
    margin-left: 0;
} 
.planTimeline-block1 .cd-timeline-content .bot{
    left: -28px;
    border-color: transparent rgba(179, 187, 192, 1) transparent transparent;
}
.planTimeline-block1 .cd-timeline-content .top{
    left: -22px;
    border-color: transparent #fff transparent transparent;
}
.planTimeline-block1 .cd-timeline-content .cd-date {
    left: -119%;
}
.planTimeline-block1:hover .bot{
    border-color: transparent rgba(0, 127, 255, 1) transparent transparent;
}
.planTimeline-block1 .cd-timeline-content:hover .bot{
    border-color: transparent rgba(0, 127, 255, 1) transparent transparent;
}
/* ------footer------ */
footer{
    height: 190pt;background: #B3BBC0;bottom: 0;width: 100%;
    background: url('../image/bottom.png') no-repeat 69% 25%
}
.linkUl{
    padding:107px 0 15px;
    padding-left: 0%;
    font-size: 13pt;
    color:#666666;
    width: 62%;
    margin: 0 auto;
}
.linkUl li{
    margin-right: 50px;
}
.linkUl li:nth-child(6){
    margin-right: 67px;
}
.linkUl li:last-child{
    margin-right:0
}
.linkUl li:last-child img{
    margin-top: -66px;width:80%
}
.linkUl li a{
    padding-top: 27px;
}
.linkUl li a:hover .hideImg{display:inline-block}
.linkUl li a:hover .showImg{display:none}
.rights{
    padding-bottom: 12pt;
    padding-top: 12pt;
    clear: both;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.rights > a{
    display: inline-block;
}

/* ------- 上边距 -------- */
.padding-75{
    padding-top: 75px
}
.margin-50{
    margin-top: 50px;
}
.margin-100{
    margin-top: 100px;
}
/* -------- 自适应 ---------------  */
@media only screen and (max-width: 1700px) {
    .linkUl{
        width: 87%;
    }
}
@media only screen and (max-width: 1500px) {
    .container{
        width: 76%;
    }
    .cd-timeline-content{
        margin-left: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .container{
        width: 90%;
    }
    .cd-timeline-content{
        width: 45%;
    }
    #planTimeline::before,.planTimeline-img{
        left:8%;
    }
    .planTimeline-block .cd-timeline-content{
        left: 28%;
    } 
    .planTimeline-block .cd-timeline-content .bot{
        left: -28px;
        border-color: transparent rgba(179, 187, 192, 1) transparent transparent;
    }
    .planTimeline-block .cd-timeline-content:hover .bot{
        border-color: transparent rgba(0, 127, 255, 1) transparent transparent;
    }
    .planTimeline-block .cd-timeline-content .top{
        left: -21px;
        border-color: transparent #fff transparent transparent;
    }
    .planTimeline-block .cd-timeline-content .cd-date {
        left: -88%;
    }
    .planTimeline-block1 .cd-timeline-content{
        left: 39%;
    }
    .planTimeline-block:hover .bot{
        border-color: transparent rgba(0, 127, 255, 1) transparent transparent;
    }
    .linkUl {
        width: 90%;
    }
}
@media only screen and (max-width: 992px) {
    
    .contentP li{
        width: 23%;
    }
    .linkUl{
        width: 100%;
        padding: 90px 0 15px;
    }
    .linkUl li{
        margin-right: 41px;
    }
    .linkUl li:nth-child(6){
        margin-right: 41px;
    }
    .linkUl li:last-child{
        display: block;
    }
}
@media only screen and (max-width: 768px) {
    .planTimeline-block .cd-timeline-content{
        left: 26%;
    }
    .planTimeline-block1 .cd-timeline-content .cd-date{
        left: -87%;
    }
    .planTimeline-block1 .cd-timeline-content{
        left: 41%;
    }
    .linkUl {
        padding-left: 80px;
    }
    .linkUl li:nth-child(6){
        margin-right: 0px;
    }
    .linkUl li:last-child{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .linkUl {
        padding-left: 17px;
    }
}
@media (max-width: 575px) {
    .content li {
        width: 49%;
        height: 160px;
    }
    .linkUl{
        padding-left: 35px;
        width: 100%;
    }
    .content li img{
        margin-top: 30px;
    }
    .linkUl li:nth-child(6){
        margin-right:70px
    }
    .linkUl li:last-child{
        width: 80px;
    }
    .linkUl li:last-child img {
        margin-top: -40px;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #mydiv{
        height: 340px!important;
    }
    .cd-timeline-content h2{
        font-size: 14pt
    }
    .contentP li{
        width: 48%;
    }
    .contentP li:nth-child(2n){
        padding-right: 0
    }
    .linkUl{
        padding-left: 0;
    }
    .linkUl li{
        width: 35px;
        margin-right: 30px;
    }
    .planTimeline-block1 .cd-timeline-content .cd-date{
        left: -87%;
    }
    .planTimeline-block .cd-timeline-content{
        left: 23%;
    }
    .planTimeline-block1 .cd-timeline-content{
        left: 50%;
    }
    .linkUl li:nth-child(6){
        margin-right: 0;
    }
}
@media only screen and (max-width: 380px) {
    .headerLogo{
        height: 60px;
    }
    .headerLogo img{
        width: 46%;
    }
    .conect{
        line-height: 65px
    }
    .bannerText{
        top: 58%;
    }
    .planTimeline-block .cd-timeline-content {
        left: 18%;
    }
    .planTimeline-block1 .cd-timeline-content{
        left: 49%;
    }
    footer{
        background: url('../image/bottom.png') no-repeat 57% 25%
    }
    .linkUl{
        padding:90px 0 15px 0px
    }
    .linkUl li{
        margin-right: 22px;
    }
    .linkUl li:nth-child(6){
        margin-right: 0px;
    }
    .linkUl li:last-child img{
        margin-top: 0;
    }
    .linkUl li:last-child{
        margin-top: 10px;
        margin-left: 28%;
    }
}
@media only screen and (max-width: 320px) {
    .planTimeline-block .cd-timeline-content{
        left: 13%;
    }
    .planTimeline-block1 .cd-timeline-content{
        left: 49%;
    }
    .content li{
        width: 49%;
    }
    .contentP li{
        width: 47%;
    }
    .contentP li:nth-child(2n){
        padding-right: 0
    }
    .linkUl li{
        margin-right: 15px;
    }
}