.welcome-block{
	width:710px;
	margin:0 auto;
	z-index: 52; position:relative;
}
.welcome{
	margin-top: -198px;
	margin-bottom:40px;
}
.welcome-top{
	height: 200px;
	text-align: center;
	width:80%;
	margin:0 auto;
	position:relative;
	background:url('../images/welcome-bg-top.png?v=495') center top no-repeat;
	background-size: 100%;
}
.welcome-top h1{
	margin:0;
	//height: 200px;
	color: #2f2f2f;
	text-transform: uppercase;
	font-size: 26px;
	font-weight: lighter;
	line-height: 32px;
	position:absolute;
	bottom:5px;
	width: 100%;

}
.welcome-top h1:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background
}
.welcome-top h1 strong{
	display:block;
	font-size: 32px;
	line-height: 50px;
}
.welcome-item {
	float: left;
	width: calc(100%/3);
	padding: 20px 30px;
}
.welcome-item .icon {
	border: 1px solid #ececec;
	border-radius: 0 20px 0 20px;
	padding:40px 30px;
	text-align:center;
	margin-bottom:10px;
	position:relative;
}
.welcome-item .icon:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	z-index: 0;
	border-right: 5px solid #14377d;
	border-bottom: 5px solid #14377d;
	border-radius: 0 12px 0 12px;
}
.welcome-item .icon img{
	width:50px;
	max-width:100%;
}
.welcome-item .icon img.hover{
	display:none;
}
.welcome-item .welcome-title{
	font-weight:bold;
	color:#2f2f2f;
	text-transform: uppercase;
	text-align: center;
	display: block;
	line-height: 20px;
	margin-bottom: 15px;
}
.welcome-item:hover .icon{
	background: #ed1c24;
	border-color: #ed1c24;
	box-shadow: 0px 0px 20px #7b7878;
}
.welcome-item:hover .icon:after{
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.welcome-item:hover .icon img.hover{
	display:block;
	margin:0 auto;
}
.welcome-item:hover .icon img.no-hover{
	display:none;
}
.welcome-item:hover .welcome-title {
	color: #14377d;
}
.welcome-bottom{
	background: url('../images/welcome-bg-bottom.png?v=500') bottom center no-repeat;
	height: 194px;
	margin-top: -30px;
}
/*----------------------Project------------------------*/
.project{
	background: url('../images/duan-bg.jpg?v=317') center center no-repeat;
	background-size: 100%;
	margin-bottom:40px;
}
.project .header {
	font-size: 32px;
	font-weight: bold;
	color: #2f2f2f;
	text-transform: uppercase;
	background: url('../images/duan-title-bg.png?v=317') center bottom no-repeat;
	padding-bottom: 30px;
}
.project .project-des{
	padding: 0 5px;
	color:#2f2f2f;
	font-size:16px;
	line-height:26px;
	margin: 0 0 10px 0;
}
.project-item{
	position:relative;
	margin-bottom: 30px;
	display:block;
}
.project-item img, .service-item img{
	max-width:100%;
	width:100%;
}
.project-item .project-info{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:0 20px;
	color: #fff;
}

.project-item .project-info h2{
	margin:0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	display:block;
	margin-bottom:5px;
}

.project-item .project-info h2 a{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	display:block;
	margin-bottom:5px;
}
.project-item .project-info p{
	color: #fff;
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
}

.project-item .project-info .district {
	white-space: pre;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1.8;
}

.project-item .project-info .price {
	font-size: 14px;
	margin: 0 0 10px 0;
	display: none;
}

.project-item .project-info .description {
	white-space: normal;
	text-overflow: initial;
	overflow: initial;
	line-height: 20px;
	display: none;	
}

.project-item .project-info .project-arrow {
	display:none;
}
.project-item:hover{
	box-shadow: 8px 8px 0 #ed1c24;
}
.project-item:hover img {
	transform: translate(-5px, -5px);
	transition: all 0.3s ease 0s;
}
.project-item:hover .project-info {
	background: rgba(20, 55, 125, 0.68) none repeat scroll 0 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 20;
	transform: translate(-5px, -5px);
}
.project-item:hover .project-info:after{
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 100%;
	height: 100%;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.project-item:hover .project-info h2, 
.project-item:hover .project-info .district, 
.project-item:hover .project-info .price, 
.project-item:hover .project-info .description, 
.project-item:hover .project-info .project-arrow {
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	z-index: 21;
}
.project-item:hover .project-info h2{
	top:20%;
	animation-name: opa;
	animation-duration: 3s;
}
.project-item:hover .project-info .district{
	top:calc(20% + 20px);
	animation-name: opa;
	animation-duration: 3s;
}

.project-item:hover .project-info .price{
	top:calc(20% + 50px);
	animation-name: opa;
	animation-duration: 3s;
	display: block;
}

.project-item:hover .project-info .description {
	top:calc(20% + 65px);
	animation-name: opa;
	animation-duration: 3s;
	display: block;
	padding:0 10px;
}

.project-item:hover .project-info .project-arrow{
	top:calc(20% + 175px);
	display:block;
	animation-name: opa;
	animation-duration: 3s;
}
.project-arrow img {
    width: 26px;
    height: 16px;
}
a.viewmore {
	color: #404040;
	display: inline-block;
	padding: 5px 30px;
	border: 1px solid #ddd;
	border-radius: 0 10px 0 10px;
}
a.viewmore i{
	margin-left: 10px;
	font-size: 24px;
	float: right;
	margin-top: 0px;
	color: #656565;
}
/*------------------Service---------------------*/
.service-item{
	margin-bottom:40px
}
.service-item h2{
	font-size: 17px;
	font-weight: bold;
	color: #14377d;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #e4e4e4;
	position:relative;
}
.service .col-xs-12.col-sm-4:nth-child(3n + 1) h2:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 15px;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}
.service .col-xs-12.col-sm-4:nth-child(3n + 2) h2:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: -15px;
	width: calc(100% + 30px);
	height: 1px;
	background: #e4e4e4;
}
.service .col-xs-12.col-sm-4:nth-child(3n + 3) h2:after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: -15px;
	width: 100%;
	height: 1px;
	background: #e4e4e4;
}

.service-item p{
	color:#2f2f2f;
	text-align:center;
	padding: 5px 10px;
	line-height: 24px;
	font-size:14px;
}
.service-item:hover h2{
	color:#ed1c24;
}
.service-item:hover h2:before{
	content: "";
	position: absolute;
	bottom: -3px;
	left: calc((100% - 100px)/2);
	width: 100px;
	height: 3px;
	background: #ed1c24;
	z-index:999;
}
.service-item:hover .service-info{
	box-shadow: 0 0 20px #616161;
}
/*-----------------------News------------------*/
.news {
	margin-bottom: 40px;
}
.border-top{
	border-top:1px solid #ccc
}
.news-left {
	/*background: url('../images/business.png?v=464') right bottom no-repeat;*/
}
.news-left .header{
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
	color: #ed1c24;
	margin-bottom:30px;
}
.news-left .header:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width: 95%;
	height:2px;
	background:#ed1c24;
}
.news-left .header a{color: #616161;}
.news-left .header a:hover{color:#292828 ;}

.news-left-img{
	max-width:100%;
	margin-top:35px;
	margin-bottom:30px;
}
p.news-left-info {
	clear: both;
	width: 55%;
	margin-bottom: 30px;
	font-size:16px;
}
.news-left-more {
	padding-bottom: 20px;
}
.news-right{
	background: #e9eef6;
	margin-left:-30px;
	padding-left:30px;
	height: auto;
	padding-bottom: 1px;
	/*height:569px !important;*/
}
.news-right .header{
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	text-transform: capitalize;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
	color: #ed1c24;
	margin-bottom:30px;
}
.news-right .header a{
	color: #ed1c24;
}
.news-right .header a:hover{color:#14377d ;}
.news-right .header:before{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:2px;
	background:#14377d;
}
.news-item{
	margin-bottom:20px;
}
.news-item img.pull-left{
	width:40%;
}
.news-item .news-item-info{
	width:calc(100% - 40% - 10px);
	padding-right: 10px;
}

.news-item .news-item-info h3 {
	margin: 0;
	font-size: 14px;
}

.news-item .news-item-info .date{
	font-size:13px;
	color:#848484;
	font-style:italic;
	line-height: initial;
	margin-bottom: 5px;
}
.news-item .news-item-info a{
	color: #14377d;
	font-weight: 600;
	line-height: 22px;
	display: block;
	font-size: 15px;
}

.news-item .news-item-info h3 a {
	font-size: 18px;
}

.news-item .news-item-info p {
	font-size: 15px;
}

.news-item .news-item-info a:hover{
	color: #ed1c24;
}

.news-left .news-item img.pull-left {
	width: 20%;
}
.news-left .news-item .news-item-info{ 
	width:calc(100% - 20% - 10px);
}

@keyframes opa {
	from {opacity: 0;}
	to {opacity: 1}
}
/*-----------------------Media-----------------*/
@media screen and (max-width:767px){
	.service .col-xs-12.col-sm-4 h2:after{
		display:none;
	}
	.project-item{
		margin-bottom:10px;	
	}
	.service-item {
		margin-bottom: 20px;
	}
	.news-right{
		height:auto !important;
		margin-right: -15px;
		margin-left: -15px;
		padding-left: 15px;
		padding-bottom:15px;
	}
	.news-left{height:570px;}
	p.news-left-info{width:100%;margin-top:10px}
	.news-item .news-item-info a{
		/*height: 66px;*/
		overflow: hidden;
	}
	.welcome-block{
		width:320px;
		margin:0 auto;
	}
	.welcome{margin-top:-89px;margin-bottom:20px;}
	.welcome-top{width:80%;height:90px;}
	.welcome-top h1{font-size:12px;line-height:18px;}
	.welcome-top h1 strong{font-size:14px;line-height:18px;}
	.welcome-item{padding:20px 15px;}
	.welcome-item .icon{padding:20px;}
	.welcome-item .welcome-title{font-size:9px;line-height:14px;}
	.welcome-bottom{
		height:80px;
		background-size: 100%;
		width: 80%;
		margin: -40px auto 0;
	}

	.news-left .news-item img.pull-left {
		width: 40%;
	}
	.news-left .news-item .news-item-info{ 
		width:calc(100% - 40% - 10px);
	}
}
@media screen and (max-width:320px){
	.welcome-block{margin:-15px;}
}
@media screen and (min-width:768px) and (max-width:991px){
	.service-item h2:after{
		display:none;
	}
	.news-left{ background-size: 50%;}
	.news-right{padding-left:20px;}
	.news-item img.pull-left{width:30%;}
	.news-item .news-item-info{width:calc(100% - 30% - 10px);padding-right: 10px;	}
}
