/*
 ****--- 1.公共样式 --- *****
 ****--- 2.logo--- *****
 ****--- 3.banner --- *****
 ****--- 4.银河公链技术特点 --- *****
 ****--- 5.区块链应用 --- *****
 ****--- 6.区块链规划 --- *****
  
 */
 /* 公共样式 */
*{padding: 0;margin: 0;}
body{
    font-family:MicrosoftYaHei,Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}
a {
	text-decoration: none;
	outline: none; color:#666;
}
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;
}
.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;
	    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
}
.hideImg{
    display:none
}
.content li:hover .hideImg{display:inline-block;}
.content li:hover .showImg{display:none}
.content li:hover img{    transform: scale(1.2, 1.2)
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);}
.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%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
}
.contentP li:nth-child(4n){
    padding-right: 0
}
.contentP li:hover .hideImg{display:inline-block}
.contentP li:hover .showImg{display:none}

.contentP li:hover img{    transform: scale(1.2, 1.2)
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);}

/* ---------- 区块链规划 -------------- */
.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{ margin-bottom:50px;}
.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%;
}
.planTimeline-img img{	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);}
.planTimeline-img:hover img{    transform: scale(1.2, 1.2)
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    
    filter: grayscale(0%);}
	
.cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 30%;
}
.planTimeline-block:nth-child(2n) .cd-timeline-content{left: 60%;
    margin-left: 0;}
	.planTimeline-block:nth-child(2n) .cd-timeline-content .bot{      left: -28px;
    border-color: transparent rgba(179, 187, 192, 1) transparent transparent;}
.planTimeline-block:nth-child(2n) .cd-timeline-content .top{left: -22px;
    border-color: transparent #fff transparent transparent;}
	
		.planTimeline-block:nth-child(2n) .cd-timeline-content .cd-date{left: -119%;}
.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;
}


.container .aricle{ line-height:1.8; text-align:left; font-size:14px;}
.container .aricle img{ max-width:1017px;}
/* ------footer------ */
footer{
    height: 190pt;background: #B3BBC0;bottom: 0;width: 100%;
    background: url('../images/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:nth-child(4) img{
    margin-top: -66px;width:80%
}
.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;
}

#s_news{padding-left: 105px; position: relative; height: 40px; line-height: 40px; overflow: hidden; border-radius: 4px; border: 1px solid #e3e3e4;}
#s_news .title{ position: absolute; left: 0; top: 0; overflow: hidden; text-align: center;}
#s_news .title a{ color: #fff; display: block;  background: #8faadc; width: 95px; height: 40px; line-height: 40px;  font-size: 14px; font-weight: 700;}
#s_news .title a:hover{background: -moz-linear-gradient(left, rgba(28,92,217,1)0,  rgba(118,26,187,1)100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(118,26,187,1)), color-stop(100%, rgba(28,92,217,1)));
background: -webkit-linear-gradient(left, rgba(28,92,217,1)0, rgba(118,26,1871)100%);
background: -o-linear-gradient(left, rgba(28,92,217,1)0, rgba(118,26,1871)100%);}
#s_news .bd{ width: 320px;}
#s_news .bd li{ display: block; position: relative; width: 320px;}
#s_news .bd li a{ font-size: 14px; display: block; width: 240px; white-space: nowrap;overflow:hidden;text-overflow: ellipsis; color: #666667;}
#s_news .bd li span{ position: absolute; right: 0; top: 0; font-size: 12px; color: #666667;}
#s_news .bd li a:hover{color: #082463;}
#s_news .hd{ position: absolute; right: 20px; top: 0; line-height: 40px;}
#s_news .hd a{ display:  block; float: left; width: 10px; text-align: center; font-size: 12px; color: #666667; font-family: "SimSun";}
#s_news .hd a:hover{ color: #6652f9;}


.arlic_list{ margin:30px 0 0 0;}

.arlic_list li {
  margin:0 0 20px; float:none; overflow:hidden;
}
.arlic_list li .box {
  display: block;
  padding: 10px;
  border: 1px solid #c7c7c7; overflow:hidden;
}
.arlic_list li:hover .box{
  border-color: #005fc2
}
.arlic_list li .date {
  width: 120px;
  height: 90px;
  padding-top: 30px;
  background: #ececec;
  color: #666;
  transition: all .3s; float:left;
}
.arlic_list li:hover .date{
  background: #005fc2
}
.arlic_list li .date span {
  font-size: 36px;
}
.arlic_list li .date p {
  margin-top: -5px;
}
.arlic_list li:hover .date {
  color: #fff;
}
.arlic_list li:hover .date:after,
.arlic_list li:hover .date:before {
  height: 50%;
}
.arlic_list li .txt {
  width:78%;
  padding-left: 1.5vw;
  padding-top: 20px;
  padding-right: 4vw;
  text-align: left; float:left;
}
.arlic_list li .txt h4 {
  height: 20px;
  font-size: 18px;
  font-weight: 700;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.arlic_list li .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

.Downloads{ text-align:center;}
.Downloads li img{ width:auto;}
.Downloads li p{ padding-top:10px;}



/*分页代码*/
.scott{height:36px; overflow:hidden; text-align:center; line-height:36px; padding:40px 0 80px; }
.scott A{BORDER:#3f3f3f 1px solid; PADDING:8px 10px; MARGIN-RIGHT: 5px;  TEXT-DECORATION: none; background:#fff; color:#3f3f3f;}
.scott A:hover{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f; color:#FFF;}
.scott A:active{border:1px solid #3f3f3f; text-decoration:none; BACKGROUND-COLOR:#3f3f3f;}
.scott SPAN.current{BORDER: #3f3f3f 1px solid; PADDING:8px 10px;  FONT-WEIGHT: bold;  COLOR: #fff; MARGIN-RIGHT: 2px; BACKGROUND-COLOR: #3f3f3f;MARGIN-RIGHT: 5px;}
.scott SPAN.disabled{BORDER:#3f3f3f 1px solid; PADDING:2px 5px; COLOR:#3f3f3f; MARGIN-RIGHT: 5px; background:#d8f1ff;}

/* -------- 自适应 ---------------  */
@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%;
    }
			.planTimeline-block:nth-child(2n) .cd-timeline-content{left: 39.1%;
    margin-left: 0;}
	.planTimeline-block:nth-child(2n) .cd-timeline-content  .cd-date{left: -88%;
    margin-left: 0;}
}
@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;
    }
		.container .aricle img{ width:100%;}
		#s_news .bd li span{ display:none}
}
@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:nth-child(4) img{
    margin-top: 0;width:100%
}
.linkUl li:last-child img{
    margin-top: 0;width:100%
}
		.planTimeline-block:nth-child(2n) .cd-timeline-content{left: 41%;
    margin-left: 0;}
	.planTimeline-block:nth-child(2n) .cd-timeline-content  .cd-date{left: -88%;
    margin-left: 0;}

}
@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:nth-child(4){ width:50px;}
	  .linkUl li:nth-child(4) img{   width: 100%;}
    .linkUl li:last-child{
        width: 50px;
    }
    .linkUl li:last-child img {
 
        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;
    }
	.planTimeline-block:nth-child(2n) .cd-timeline-content{left: 51%;
    margin-left: 0;}
	.planTimeline-block:nth-child(2n) .cd-timeline-content  .cd-date{left: -88%;
    margin-left: 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%;
    }
	
	.planTimeline-block:nth-child(2n) .cd-timeline-content{ left: 49%;}
	.planTimeline-block:nth-child(2n) .cd-timeline-content .cd-date{left:-88%;}
    footer{
        background: url('../images/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: 0px;
        margin-left: 0px;
    }
}
@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;
    }
}