

/*# sourceMappingURL=style.css.map */

.comnews,.enginee,.video,.ninfor{
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}
.comnews.on,.enginee.on,.video.on,.ninfor.on{}
.comnews .list a{
	display: block;
	width: 100%;
	height: 100%;
}
.comnews .row .mian a{
	display:block;
	width:100%;
	height:100%;
	cursor:pointer;
}
.comnews .row .mian{
	background-color: #fcfcfc;
	cursor: pointer;
	position: relative;
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.comnews .row .mian .pic{
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.comnews .row .mian .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.comnews .row .mian .box{
	padding: 25px 5% 30px;
}
.comnews .row .mian .box h2{
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 34px;
	color: #333333;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.comnews .row .mian .box .time{
	color: #999;
	height: 30px;
	line-height: 30px;
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: relative;
}
.comnews .row .mian .box .time i{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	color: #fff;
	top: 0;
	font-size:20px;
	text-align: center;
	line-height: 30px;
	background-color: #e7e7e7;
	border-radius: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-family: '宋体';
	font-style: normal;
}
.enginee .row .left{
	padding-right: 50px;
	font-size: 16px;
	line-height: 30px;
	color: #888888;
}
.enginee .row .left h2,.enginee .row .right .box h2{
	font-size: 24px;
	line-height: 30px;
	color: #006cb8;
	margin: 0 0 20px;
}
.enginee .row .left .details,.enginee .row .left .details p,.enginee .row .right .box,.enginee .row .right .box p{
	font-size: 16px;
	line-height: 30px;
	color: #888888;
}
.enginee .row .left .details p,.enginee .row .right .box p{margin-bottom: 0;}
.enginee .row .right .pic{
	width: 45%;
	float: left;
	position: relative;
	left: -30px;
}
.enginee .row .right .pic img{
	display: block;
	width: 100%;
}
.enginee .row .right .box{
	width: 50%;
	float: right;
}
.enginee .mtt{
	padding-bottom: 80px;
	margin-bottom: 100px;
	border-bottom: 1px solid #e9e9e9
}
.enginee .row .right .box .details:nth-child(1){
	padding-bottom: 45px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 45px;
}
.video .row .videobox,.video .row .list .pic{
	width: 100%;
	overflow: hidden;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.video .row .list{
	background-color: #fcfcfc;
	height: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.video .row .list .pic i{
	display: block;
	width: 37px;
	height: 37px;
	position: absolute;
	bottom: 20px;
	right: 5%;
	background: url(../../img/img21.png) center no-repeat;
}
.video .row .list .box{
	width: 90%;
	margin: 0 auto;
}
.video .row .list .box span{
	display: inline-block;
	color: #888888;
	padding-right: 18px;
	background: url(../../img/img22.png) right top no-repeat;
}
.video .row .mt30:hover .videobox{
	background-color: #000;
}
.video .row .mt30:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);

}
.video .row .list:hover{
	box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.video .row .list:hover .pic{
	background-color: #000;
}
.video .row .list:hover .box span{color: #006cb8}

.video-tip{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}
.video-tip .warp{
	width: 900px;
	height: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -475px;
}
.video-tip .warp i{
	display: block;
	width: 37px;
	height: 37px;
	background: url(../../img/ico_116.png) center no-repeat;
	position: absolute;
	top: -50px;
	right: -50px;
	cursor: pointer;
}
.video-tip .warp .viddeo{
	display: block;
	width:900px;
	height: 500px;
}

@media (min-width:320px){
	.comnews .row .mian:hover .pic img{
		opacity:1;
		filter: alpha(opacity=100);
		transform:scale(1);
	    -webkit-transform:scale(1);
	    -moz-transform:scale(1);
	    -o-transform:scale(1);
	    -ms-transform:scale(1);
	}
	.comnews .row .mian:hover{
		top: 0px;
		box-shadow: 0 0px 0px rgba(0,0,0,0.2);
	}
	.comnews .row .mian:hover .pic{
		background-color: transparent;
	}
	.comnews .row .mian:hover .box .time i{
		background-color: #e7e7e7;
	}
	.video .row .mt30 .phone-video{
		width: 100%;
	}
	.video .row .mt30 .phone-video video{
		display: block;
		width: 100%;
	}
	.video .row .videobox img, .video .row .list .pic img,.video .row .videobox i{
		display: none;
	}
	.video .row .videobox p{
		bottom:50px;
		font-size: 16px;
		padding-right: 0;
		display: block;
		width: 90%;
		line-height: 37px;
		color: #fff;
		position: absolute;
		left:5%;
		white-space:nowrap; 
		overflow:hidden; 
		text-overflow:ellipsis;
		margin-bottom: 0;
	}
	.video .row .list .box h2{
		font-size:16px;
		line-height:24px;
		color: #333333;
		margin:10px 0 20px;
	}
	.video .row .mt30{margin-bottom:20px;}
	.video .row .list{padding-bottom: 25px;}
	.video .row .list .box span{font-size: 14px;line-height: 16px;}
	.mt30{margin-bottom: 20px;}
	.comnews .row .mian .box .details,.comnews .row .mian .box .details p{
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}
	.comnews .row .mian .box .details{margin-bottom: 20px}

	.ninfor .row .title{text-align: center;}
	.ninfor .row .title h2{
		font-size: 24px;
    	line-height: 30px;
		color: #333;
		margin: 0;
		font-weight: bold;
	}
	.ninfor .row .title p{
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0 30px;
	}
	.ninfor .row .details{
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
		margin-bottom: 30px;
	}
	.ninfor .row .details,.ninfor .row .details p{
		font-size: 16px;
		line-height: 26px;
		color: #666;
		
	}
	.ninfor .row .details p{margin-bottom: 0;}
	.ninfor .row .details img{
		max-width: 100%;
	}
	.ninfor .row .box .left{
		width: 100%;
	}
	.ninfor .row .box .left p,.ninfor .row .box .left{
		font-size: 16px;
		line-height: 24px;
		color: #333;
	}
	.ninfor .row .box .left p a{
		color: #666;
	}
	.ninfor .row .box .btns{
		width: 150px;
		border-radius: 5px;
		display: block;
		background-color: #006cb8;
		text-align: center;
		font-size: 16px;
		color: #fff;
		height: 38px;
		line-height: 38px;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		margin-top: 30px;
	}

}

@media (min-width:320px) and (max-width:767px){
	.comnews,.enginee, .video,.ninfor.on{
		padding-left:4.5%;
    	padding-right:4.5%;
	}
	.comnews.on,.enginee.on,.video.on,.ninfor.on{margin-top:30px;}
	.enginee .row .left{padding-right: 0;}
	.enginee .row .left{margin-bottom: 30px;}
	.enginee .row .right .pic{width: 100%;left: 0;float: none;margin-bottom: 20px;}
	.enginee .row .right .box{float: none;width: 100%;}
	.enginee .row .right .box .details:nth-child(1){
		padding-bottom:20px;
	    border-bottom: 1px solid #e9e9e9;
	    margin-bottom: 20px;
	}
	.enginee .mtt{
		padding-bottom: 30px;
    	margin-bottom: 30px;
	}
	.enginee .row .left h2, .enginee .row .right .box h2{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 10px;
	}
	.enginee .row .left .details, .enginee .row .left .details p, .enginee .row .right .box, .enginee .row .right .box p{
		font-size: 14px;
		line-height: 24px;
	}
	.comnews .row .mian .box h2{
		font-size: 18px;
		line-height: 26px;
	}

}
@media (min-width:768px) and (max-width:992px){
	.comnews,.enginee,.ninfor{
		padding-left: 30px;
    	padding-right: 30px;
	}
	.comnews.on,.enginee.on,.video.on,.ninfor.on{margin-top:30px;}
	.enginee .row .right .pic{
		width: 45%;
		float: left;
		position: relative;
		left:0px;
	}
	.enginee .row .left{margin-bottom: 30px;}
	.enginee .mtt{
		padding-bottom:60px;
    	margin-bottom:60px;
	}
	.enginee .row .right .box .details:nth-child(1){
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.enginee .row .left{padding-right: 0;}
	.video .row .mt30{margin-bottom: 30px;cursor: pointer;}
	.video .row .list .box h2{
		font-size: 18px;
		line-height: 30px;
		height: 60px;
	}
	.video .row .videobox p{
		font-size: 20px;
		bottom:60px;
		padding-right: 60px;
		line-height: 37px;
	}
	.comnews .row .mian .box .details{
		height: 47px;
		overflow: hidden;
	}
	.ninfor .row .title p{
		margin: 20px 0 4
		0px;
	}
	.ninfor .row .details,.ninfor .row .details p{
		line-height: 30px;
	}
	.ninfor .row .title h2{
		font-size: 30px;
		line-height: 36px;
	}
	.ninfor .row .box .btns{
		width: 180px;
		height: 46px;
		line-height: 46px;
	}
}
@media (min-width:992px){
	.comnews .row .mian:hover .box .time i{
		background-color: #006cb8;
	}
	.comnews .row .mian:hover .pic img{
		opacity: 0.8;
		filter: alpha(opacity=0.8);
		transform:scale(1.05);
	    -webkit-transform:scale(1.05);
	    -moz-transform:scale(1.05);
	    -o-transform:scale(1.05);
	    -ms-transform:scale(1.05);
	}
	.comnews .row .mian:hover .pic{
		background-color: #000;
	}
	.comnews .row .mian:hover{
		top: -10px;
		box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	}
	.video .row .list .box h2{
		font-size: 18px;
	    line-height: 26px;
	    height: 53px;
	    overflow: hidden;
	}
	.video .row .mt30{margin-bottom: 30px;cursor: pointer;}
	.video .row .list{padding-bottom:0px;}
	.video .row .list .box span{font-size: 16px;line-height: 20px;}
	.video .row .mt30 .phone-video{
		display: none;
	}
	.video .row .videobox img,.video .row .list .pic img{
		display: block;
		width: 100%;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}
	.video .row .videobox i{
		display: block;
		width: 37px;
		height: 37px;
		position: absolute;
		right: 5%;
		bottom: 20px;
		background: url(../../img/img21.png) center no-repeat;
	}
	.video .row .videobox p{
		padding-right: 60px;
		font-size: 20px;
		line-height: 37px;
		bottom: 20px;
		font-size: 18px;
	}
	.mt30{margin-bottom: 30px;}
	.comnews .row .mian .box .details{
		height: 47px;
		overflow: hidden;
	}

	.ninfor .row .title h2{
		font-size: 36px;
		line-height: 40px;
	}
	.ninfor .row .title p{
		margin: 20px 0 50px;
	}
	.ninfor .row .details,.ninfor .row .details p{
		font-size: 16px;
		line-height: 30px;
	}
	.ninfor .row .details img{
		max-width: 100%;
	}
	.ninfor .row .box .left{
		width: 70%;
		float: left;
	}
	.ninfor .row .box .left p a{
		color: #666;
	}
	.ninfor .row .box .left p a:hover{color: #006cb8;}
	.ninfor .row .box .btns{
		width: 180px;
		float: right;
		height: 46px;
		line-height: 46px;
		margin-top: 0;
	}
	.ninfor .row .box .btns:hover{
		background-color:#0d81d2
	}
}
@media (min-width:1200px){
	.video .row .list .box h2{
		font-size: 20px;
		line-height: 36px;
		color: #333333;
		margin-bottom: 35px;
		height: 70px;
	}


}

