﻿@charset "utf-8";

/************* Reset CSS *************/
/* 清除内外边距 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset,iframe, label, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    font-size: 14px;
}

h1 ,h2 ,h3 ,h4, h5, h6 { font-size: 100%; }

address, cite, dfn, var { font-style: normal; } /* 将斜体扶正 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

html,body{
    font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial;
}

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; color: #ffffff}

/* 重置表单元素 */
fieldset, img, button{ border: none;}
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

img, iframe, table, form{ vertical-align: top;}

.w1000{
    width: 1000px;
    margin: 0 auto;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clearfix:after {       
    content: ".";     
    display: block;   
    clear: both;     
    visibility: hidden;/
}
.clearfix { *zoom:1;}

/*title*/
#title div.w1000{
    width: 1000px;
    height: 70px;
    line-height: 70px;
    min-width: 1000px;
}

#title div .logo{
	margin-top:10px;
}

#title div h1{
    color: #de2252;
    font-size: 22px;
    font-weight: normal;
}

#title div ul li{
    float: left;
    padding: 0 10px;
}

#title div ul li a{
    padding:0 5px 8px 5px;
    color: #7f7f7f;
}

#title div ul li a.cur{
    color: #de2252;
    border-bottom: 2px solid #de2252;
}

#title div ul li a:hover{
    color: #de2252;
    border-bottom: 2px solid #de2252;
	position: relative;
}

#title div ul li span{
	display:none;
	}
	
#title div ul li a:hover span{
	display:block;
	position:absolute;
	top:27px;
	left:-3px;
}

#title div ul li a:hover dt a{
	float:left;
	background:#de2252;
	margin-top:1px;
	line-height:20px;
	width:150px;
	text-align:center;
	text-decoration:none;
	padding: 10px 0;
	color:#ddd;
}
#title div ul li a:hover dt a:hover{
	color: #fff;
    border-bottom: none;
}

#title .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


#content1{
    width: 100%;
    height: 680px;
    background: url("../images/banner2-en.jpg") no-repeat center center;
    text-align: center;
}

#content1 p{
    margin: 0 auto;
    line-height: 87px;
    border-top: 216px solid transparent;
}

#content1 p a{
    font-size: 56px;
    margin: auto;
    line-height: 87px;
}

#content1 p a.red{
    color: #db2450;
}

#list{
    overflow: hidden;
    margin-top: 86px;
}

#list li{
    width: 233px;
    height: 118px;
    border: 1px solid #cccccc;
    margin-right: 20px;
    float: left;
}

#list p{
    float: left;
    width: 235px;
    text-align: center;
    margin: 20px 20px 77px 0;
    font-size: 16px;
}

#list .last{
    margin-right: 0;
}

#profile{
    padding-top: 55px;
    height: 400px;
    color: #323232;
    font-size: 28px;
    background: #efefef;
}

#profile h3{
    font-weight: normal;
}

#profile h3.second{
    color: #616161;
}

#profile span{
    display: block;
    width: 100px;
    height: 4px;
    background: #dd244e;
    margin-top: 5px;
    margin-bottom:50px;
}

#profile p{
    color: #343434; font-size:16px; margin-top:5px; line-height:30px;
}

#footer{
    background: #2d313d;
    color: #a5a8b7;
    text-align: center;
}

#footer .english{
	color: #a5a8b7;
	border:1px solid #a5a8b7;
	padding:4px 16px;
	margin-left:50px;
	}
	
#footer .english:hover{
	color: #fff;
	border:1px solid #fff;
}

#footer .china{
	margin-left:5px;
}

#footer .active{
	color: #fff;
	border:1px solid #fff;
}

#footer .w1000{
	/*text-align:right;*/
	padding-top:40px;
	padding-bottom:20px;
}

#footer .footerlink{
	padding:20px 0;
}

#footer .footerlink a{
	color:#a5a8b7;
}

#footer .footerlink a:hover{
	color:#fff;
	text-decoration:underline;
}


/*我们的项目*/
.content_project{
    width: 100%;
    height: 420px;
    background: url("../images/banner3.jpg") no-repeat center center;
    text-align: center;
}

.content_project p{
    margin: 0 auto;
    line-height: 87px;
    border-top: 216px solid transparent;
}

.content_project p a{
    font-size: 56px;
    margin: auto;
    line-height: 87px;
}

.content_project p a.red{
    color: #db2450;
}

.project_item{
	background-color:#EFEFEF;
	}

.project_item .left .project_menu{
	background-color:#fff;
	width:200px;
	margin:30px 10px 30px 0;
	}

.project_item .left .project_menu a{
	color:#7f7f7f;
	line-height:50px;
	text-align:center;
	display:block;
	width:200px;
}

.project_item .left .project_menu a:hover{
	color:#de2252;
	border-right:2px solid #de2252;
	background-color:#FCE8ED;
}

.project_item .left .project_menu a.active{
	color:#de2252;
	line-height:50px;
	text-align:center;
	border-right:2px solid #de2252;
	background-color:#FCE8ED;
}

.project_item .left .project_detail{
	background-color:#fff;
	width:940px;
	margin:-25px 0 20px 0;
	padding:30px;
	}

.project_item .left .project_detail p{
	margin:20px 0;
	line-height: 30px;
	text-indent: 2em;
}

.project_item .left .project_detail .detail-titel{
	color:#de2252;
	font-size:18px;
	margin-top:0;
	text-align:center;
}

.project_item .left .project_detail .detail_text{
	margin-top:0;
}

.project_item .left .project_detail img{
	width:940px;
	margin:5px 0;
}

/*关于我们*/
.aboutus{
	background-color:#EFEFEF;
	color:#343434;
	text-align:center;
	width: 100%;
	text-align: center;
	margin-bottom: -20px;
}

.aboutus h2{
	padding-top:40px;
	font-size:24px;
	margin-bottom:20px;
}


.aboutus p{
	font-size: 14px;
	text-align: justify;
	line-height: 46px;
	text-indent: 2em;
}

.aboutus .top{
	margin-top:40px;
	font-weight:bold;
}

/*我们的伙伴*/

.content_ourpartner{
		height: 170px;
		background: url("../images/ourpartner02.png") no-repeat center center;
}

.content_ourpartner .w1000{
	color:#fff;
	font-size:36px;
	text-align:center;
	padding-top:50px;
}

.ourpartner_item {
	background-color:#EFEFEF;
	padding-top:50px;
}

.ourpartner_item .w1000{
	padding:20px 20px;
	background-color:#fff;
	margin-bottom:40px;
}

.ourpartner_item .left{
	width:28%;
	float:left;
}

.ourpartner_item .left .project_detail{
	margin-top:24px;
}

.ourpartner_item .left a{
	width:250px;
	height:150px;
	border:1px solid #ccc;
	display:block;
	text-align: center;
}

.ourpartner_item .left a img{
	margin-top:16px;
}

.ourpartner_item .right{
	width:72%;
	float:left;
	text-align:left;
	line-height:20px;
	line-height: 30px;
	text-indent: 2em;
}

.ourpartner_item .right .project_detail{
	margin-top:14px;
}

.ourpartner_item .right .light{
	margin-top:64px;
}

.ourpartner_item .right .taiyiyun{
	margin-top:14px;
}

/*.ourpartner_item .right .chinapartners{
	margin-top:34px;
}*/

/*货币指数*/
.currencyindex{
	background-color:#efefef;
	padding:30px 0;
}

.currencyindex .item1{
	background-color:#fff;
	padding:0 15px 30px;
}

.currencyindex .item1 .kline-btn{
	padding-top:30px;
	}

.currencyindex .item1 .kline-btn .btn{
	background-color:#999;
	padding:3px 15px;
	color:#fff;
	cursor:pointer;
}

.currencyindex .item1 .kline-btn .active{
	background-color:#DE2252;
	padding:3px 15px;
	color:#fff;
	cursor:pointer;
}

.currencyindex .item1 .right .border-box .text{
	font-size:48px;
	/*color:#de2252;*/
	line-height:100px;
	font-weight:bold;
	float:left;
	width:174px;
}

.currencyindex .item1 .text span{
	font-size:20px;
	font-weight:bold;
}

.currencyindex .item1 .right .border-box .currencyindex-img{
	width:22px;
	float:left;
	margin-top: 55px;
	margin-left:4px
}

.currencyindex .item1 .text .bott{
	margin-left:20px;
}

.currencyindex .item1 .text i{
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	text-align:justify;
	vertical-align:super;
}

.currencyindex .item1 .left .kline{
	width:730px;
	height:410px;
	border:1px solid #ddd;
	margin-top:-1px;
}

.currencyindex .item1 .right .border-box{
	width:222px;
	height:50px;
	border:none;
	margin-left:15px;
	margin-top:-1px;
}

.currencyindex .item1 .right .border-box-height{
	height:22px;
}

.currencyindex .item1 .right .border-box-none{
	border:none;
	height:140px;
}


.currencyindex .item1 .right .border-box-hi{
	height:245px;
}

.currencyindex .item1 .right .texesm{
	padding-left:10px;
	margin-top:16px;
}

.currencyindex .item1 .right .texebig{
	padding: 0 10px;
	font-size:14px;
	margin-top:16px;
}

.currencyindex .item1 .right .texebig .price{
	width: 110px;
}

.currencyindex .item1 .right .texebig span{
	margin-right: 6px;
	width: 72px;
	display: block;
	float: left;
	text-align: left;
	overflow:hidden;
}

.currencyindex .item1 .right .red{
	color:#de2252;
}

.currencyindex .item1 .right .green{
	color:#669900;
	font-weight:normal;
}

.currencyindex .item2{
	 background-color:#fff;
	 padding:50px 60px;
}

.currencyindex .item2 p{
	line-height:24px;
	color:#333;
	text-indent:2em;
	margin-bottom:5px;
}

.currencyindex .item2 strong{
	line-height:50px;
}

/*区块链专家*/

.expertsgroup_item{
	background-color:#efefef;
	padding-top:50px;
}

.expertsgroup_item .left{
	overflow:hidden;
	width:290px;
	min-height:400px;
	position: relative;
	background-color: #fff;
	padding: 0 16px 30px;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.expertsgroup_item .left:hover{
	min-height:660px;
	transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
}

.expertsgroup_item .left-gh:hover{
	min-height:734px;
	transform: translateY(-15px);
	-o-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
}

.expertsgroup_item .left:before{
	content: '';
	position: absolute;
	z-index: 10;
	bottom: 0;
	height: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.expertsgroup_item .leftgap{
	margin-left:15px;
}
.expertsgroup_item .topgap{
	margin-top:30px;
}

.expertsgroup_item .project_detail{
	position: relative;
    z-index: 10;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.expertsgroup_item .left:hover .project_detail{
	transform: scale(0);
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
}

.expertsgroup_item .member_descr .brief{
	text-align:center;
	line-height:26px;
	display:block;
	height: 0;
	font-size: 14px;
	opacity: 0;
	color: #666;
	-o-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.expertsgroup_item .left:hover .brief{
	opacity: 1;
	height: auto;
	color: #666;
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
}

.expertsgroup_item .member_descr .name{
	font-size:24px;
	text-align:center;
	line-height:26px;
	color:#333;
}

.expertsgroup_item .member_descr .redbottom{
	height:2px;
	width:50px;
	background-color:#de2252;
	margin:10px 0 20px 120px;
}

.expertsgroup_item .member_descr .red{
	color:#de2252;
	text-align:center;
	line-height:26px;
}

.expertsgroup_item .member_descr .expertlink{
	display:block;
	margin-bottom:14px;
	text-decoration:underline;
	text-align:center;
	color:#de2252;
}

.expertsgroup_item .member_descr .expertlink:hover{
	color:#b01139;
}

.expertsgroup_item .member_descr{
	position: absolute;
    z-index: 1;
	left: 15px;
	right: 15px;
	top:200px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.expertsgroup_item .left:hover .member_descr{
	top:30px;
}


.up {
     color: #de2252;
   
}

.down {
    color: #669900;
}

.changeanimate {
    animation: alertchange 0.3s;
    -moz-animation: alertchange 0.3s;
    -webkit-animation: alertchange 0.3s;
    -o-animation: alertchange 0.3s;
}

@keyframes alertchange {
    from {
        background-color: lightblue;
    }

    to {
        background-color: transparent;
    }
}

/*参加全球区块链标杆研究*/
.content2{
	height: 350px;
    margin-top: 50px;
}

.content2 h3{
	font-size:27px;
	margin-bottom:30px;
	font-weight:normal;
}

.content2 img{
	width:235px;
}

.content_gbbs{
    background: url("../images/gbbs.jpg") no-repeat center center;
}
.content_gbbs02{
    background: url("../images/gbbs02.jpg") no-repeat center center;
}
.project_gbbs .left .project_detail p {
    padding: 0 30px;
	text-indent: 0em;
}


.content_gcbs{
    background: url("../images/gcbs-en.png") no-repeat center center;
}

 @-webkit-keyframes chgRow {
  10% {
    background-color: #bcd2d2; }
  100% {
    background-color: inherit; } }
@keyframes chgRow {
  10% {
    background-color: #bcd2d2; }
  100% {
    background-color: inherit; } }
.chgRow {
  -webkit-animation: chgRow 0.8s ease-out 0s;
  animation: chgRow 0.8s ease-out 0s; }









