@import url("loading.css");

body{
	overflow: hidden;
}

.item{
	position: relative;
	background: center/cover no-repeat;
}
.item:after{
	content: '';
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.08);
	z-index: 1;
}
.text-box{
	width: 5.2rem;
	height: 6rem;
	padding-left: .7rem;
	padding-right: .7rem;
	padding-top: 1rem;
	background-color: rgba(255,255,255,.8);
	text-align: left;
	/*border: 1px solid #C0C0C0;*/
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
}
.text-box p{
	line-height: 1;
}
.text-box .title{
	font-size: .24rem;
	font-weight: bold;
	color: #008BCF;
}
.text-box .title span{
	font-family: 'Helvetica Neue',Helvetica,Arial,'苹方-简','微软雅黑',sans-serif;
}
.text-box .name{
	display: block;
	padding-top: .13rem;
	font-size: .36rem;
	line-height: .4rem;
	font-weight: bold;
	color: #666666;

	
}
.text-box .summary{
	font-size: .24rem;
	line-height: .36rem;
	
	color: #666666;

	/*display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;*/
}
.text-box .more{
	line-height: 1;
	font-size: .36rem;
	font-weight: bold;
	color: #666666;
	position: absolute;
	bottom: 40px;
	padding-left: .47rem;
	background: url(../img/liaojiemore.png) left/.3rem no-repeat;
}



.about{
	
	text-align: right;
}
.about img{
	width: 66.41025641025641%;
	/*float: right;*/
	vertical-align: top;
}
.about:after{
	display: none;
}
.about .text-box{
	padding-top: 2rem;
	padding-right: 1.28rem;
	width: 33.333333%;
	height: auto;
}
.about .text-box .more{
	bottom: 1.4rem;
}
.about .text-box .summary{
	padding-top: .82rem;
}
@media only screen and (max-width: 1024px) {
	.about{
		margin-bottom: 30px;
	}
	.about img{
		width: 100%;
	}
	.about .text-box{
		position: static;
		width: auto;
		margin: 0;
		bottom: auto;
		height: auto;
		right: 0;
		padding: 15px;
		background-color: rgba(255,255,255,.9);
	}
	.about .text-box .summary{
		padding: .2rem 0;
	}
	.about .text-box .more{
		position: static;
		float: right;
	}
}




.project{
	display: block;
}
.project .o-hide{
	width: 5.2rem;
	height: 6rem;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}
.project .o-hide .text-box{
	position: static;
	background: rgba(255,255,255,.9);
}
.project .o-hide{
	position: absolute;
	margin: auto;
}
.project:nth-child(odd) .o-hide{
	top: 0;
	left: 0;
	bottom: 0;
}
.project:nth-child(even) .o-hide{
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
}
.project img{
	display: block;
	width: 100%;
}
.project .text-box{
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
	transition: all .4s linear;
}
.project:hover .text-box{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.project .text-box .name{
	font-size: .36rem;
	font-weight: bold;
	line-height: .4rem;
	color: #605F5F;
	/*min-height: 1.28rem;*/
	/*max-height: 1.28rem;*/
	padding-top: .18rem;
	 
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
}
.project .text-box .summary{
	font-size: .24rem;
	line-height: .36rem;
	padding-top: .7rem;
	
	color: #666666;

/*	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;*/
}


@media only screen and (max-width: 1024px) {
	.project{
		margin-bottom: 30px;
	}

	.project .o-hide{
		width: auto;
		margin: 0;
		position: relative;
		z-index: 2;
		height: auto;
	}
	.project .text-box{
		margin: 0;
		width: auto;
		transform: none;
		height: auto;
		padding: 15px;
	}
	
	.project .text-box .summary{
		/*white-space: nowrap;*/
		overflow: hidden;
		text-overflow: ellipsis;
		padding-top: .4rem;

	}
	
	.project .o-hide .text-box{
		position: static;
		background: rgba(255,255,255,1);
	}
	
}



/*公司新闻*/
.item.news:after{
	display: none;
}
.news > div{
	float: left;
}
.news .first{
	float: left;
	display: block;
	width: 66.66666666666666%;
	background: center/cover no-repeat;
	position: relative;
}
.news .first .o-hide{
	width: 5.2rem;
	height: 6rem;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}
.news .first .o-hide .text-box{
	position: static;
	background: rgba(255,255,255,.9);
}
.news .first .o-hide{
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
}

.news .first .text-box .name{
	font-size: .36rem;
	font-weight: bold;
	line-height: .4rem;
	color: #605F5F;
	
	min-height: 1.6rem;
	padding-top: .18rem;
	 
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 3;
	 overflow: hidden;
}
.news .first img{
	vertical-align: top;
	width: 100%;
}
.news .first .text-box{
	width: 100%;
	height: 100%;
	
	background: none;
	
	bottom: auto;
	
	background: rgba(255,255,255,.8);
}
.news .first .text-box{
	-webkit-transform: translateY(101%);
	transform: translateY(101%);
	transition: all .4s linear;
}
.news .first:hover .text-box{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.news .first .text-box .summary{

}
.news .title{
	color: #1DD2AF;
}

.news .title .date{
	font-family: 'Helvetica Neue',Helvetica,Arial,'苹方-简','微软雅黑',sans-serif;
	font-weight: normal;
	float: right;
	color: #7E7E7E;
}

.news .h400{
	width: 33.3333333333333%;
	display: block;
	float: left;
}
.news .h400:nth-of-type(odd){
	background-color: #F2F2F2;
}
.news .h400:nth-of-type(even){
	background-color: #FFFFFF;
}
.news .h400 .text-box{
	background: none;
	position: static;
	height: auto;
	padding-top: .82rem;
}
.news .h400 .name{
	font-size: .36rem;
	font-weight: bold;
	line-height: .4rem;
	color: #605F5F;
	height: 1.28rem;
	min-height: 1.28rem;
	
	padding-top: .18rem;
	 
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	.news .h400:nth-of-type(even){
		background-color: #F2F2F2;
	}
	.news .h400:nth-of-type(odd){
		background-color: #FFFFFF;
	}

	.news .first{
		width: 100%;
		background: center/cover no-repeat;
	}

	.news .first .o-hide{
		width: auto;
		margin: 0;
		position: relative;
		z-index: 2;
		height: auto;
	}
	.news .first .text-box{
		height: auto;
		background: #FFFFFF;
		width: auto;
		position: relative;
		z-index: 2;
		padding: 15px;
		margin: 0;
		-webkit-transform: none;
		transform: none;
	}
	.news .first .text-box .name{
		height: 1.28rem;
		min-height: 1.28rem;
	}


	.news .h400{
		width: 100%;
		position: static;
		margin: 0;
		padding: 15px;
		height: auto;
	}
	
	.news .h400 .text-box {
		width: auto;
		padding: 0;
		margin: 0;
	}
	.news .h400 .text-box .summary{
		
		
		overflow: hidden;
		text-overflow: ellipsis;

	
	 overflow: hidden;
	}
}





/*项目团队*/
.team{
	
	padding-bottom: .77rem;
	font-size: 0;
}
.team .text-box{
	position: relative;
	float: left;
	padding-top: 2.04rem;
	padding-right: 1.28rem;
	width: 33.3333%;
	height: 7.2rem;
}
.team .text-box .name{
	padding-top: .3rem;
}
.team .text-box .summary{
	padding-top: .86rem;
}
.team .text-box .more{
	position: absolute;
	left: 0;
	bottom: .6rem;
	left: .7rem;
}


.team > a{
	display: inline-block;
	float: left;
	width: 33.333333%;
	height: 7.2rem;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	z-index: 2;
}
.team > a .img{
	position: relative;
	width: 100%;
	font-size: 0;
}
.team > a .img:after{
	content: '';
	visibility: hidden;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all .4s; 
}
.team > a .img:hover:after{
	visibility: visible;
	box-shadow: 0 0 0 3px #008BCF inset;
}
.team > a .img img{
	vertical-align: top;
	width: 100%;
}
.team a .name{
	font-size: 0;
	color: #666666;
	padding-left: .28rem;
	position: absolute;
	left: 0;
	bottom: .6rem;
}
.team a .name span{
	display: inline-block;
	font-size: .24rem;
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1;
}
.team a .name span:first-child{
	font-size: .36rem;
	margin-right: .48rem;
}


.team .img .info{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 2;
	background: rgba(255,255,255,0.8);
	
	visibility: hidden;
	opacity: 0;
	transition: all .6s; 
}
.team .info > p{
	padding: 0 .6rem;
	font-size: .24rem;
	line-height: .36rem;
	color: #666666;
	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	
	-ms-transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
	.team{
		margin-top: 30px;
	}

	.team > a .img:hover:after{
		display: none;
	}

	.team .img:hover .info {
		visibility: visible;
		opacity: 1;
	}
}
@media only screen and (max-width: 832px) {
	.team .text-box{
		width: 100%;
		height: auto;
		padding: 15px;
	}
	.team .text-box .summary{
		padding: .43rem 0;
	}
	.team .text-box .more{
		position: static;
		float: right;
	}
	.team a{
		height: auto;
	}
	.team a .name{
		position: static;
		height: 1.2rem;
	}
	.team a .name span{
		display: block;
		padding-top: .26rem;
	}
	.team a .name span:last-child{
		padding-top: .13rem;
	}
	.team .info > p{
		padding: 15px;
	}
}
@media only screen and (max-width: 480px) {
	.team > a{
		width: 50%;
	}
}


.about2{
	text-align: right;
	margin-bottom: 1.62rem;
}
.about2:after{
	display: none;
}
.about2 .o-hide{
	width: 33.333333%;
	height: 6rem;
	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
}
.about2:hover .text-box{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.about2 .text-box{
	position: static;
	padding-top: 1.1rem;
	padding-right: 1.28rem;
	width: 100%;
	height: 100%;

	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);

	transition:all .4s;
	-webkit-transition:all .4s;
}
.about2 .text-box .more{
	bottom: .35rem;
}
.about2 .text-box .summary{
	padding-top: .86rem;
}
.about2 img{
	width: 100%;
}

@media only screen and (max-width: 1024px) {
	.about2 {
		height: auto;
		margin-bottom: 30px;
	}
	.about2 img{
		width: 100%;
	}
	.about2 .o-hide{
		width: 100%;
		height: auto;
		position: static;
	    
	}
	.about2 .text-box{
		position: static;
		width: auto;
		margin: 0;
		bottom: auto;
		height: auto;
		right: 0;
		padding: 15px;
		background-color: rgba(255,255,255,.9);

		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.about2 .text-box .summary{
		padding: .2rem 0;
	}
	.about2 .text-box .more{
		position: static;
		float: right;
	}
}

.text-box .share{
 position: absolute;
 bottom: .62rem;
 font-size: 0;
 
    padding-left: .47rem;
}
.text-box .share img{
 vertical-align: top;
 width: .38rem;
 margin-right: .52rem;
}
@media only screen and (max-width: 1024px) {
 .text-box .share{
  position: static;
     padding-left: 0;
 }
}


