.header-top{height: 80px;}
.inx-title{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 30px;
	color: #003d8c;
	font-weight: bold;
	margin: 50px 0;
}
.masonry-grid {
	position: relative;
	/* margin: 0 -2px; */
	
	width: 1440px;
	margin: 0 auto;
	margin-top: 40px;
	overflow: hidden;
}
.masonry-grid:after {
	clear: both
}

.masonry-grid .masonry-grid-item {
	display: block;
	float: left;
	vertical-align: top;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 20px;
	overflow: hidden;
	/* width: 330px; */
	/* height: 440px; */
	/* width: 216px;
	height: 288px; */
	width: 220px;
	height: 293px;
	position: relative;
	background-color: #002A80;
}
.masonry-grid .masonry-grid-item:first-child,.masonry-grid .masonry-grid-item:nth-child(7){
	margin-left: 0px;
}

.masonry-grid .masonry-grid-item img{
	width: 100%;
	height: 100%;
}
.masonry-grid .masonry-grid-item .color-white{
	font-size: 18px;
	line-height: 22px;
	height: 36px;
}

.work,
.work .work-overlay {
	position: relative
}

.work .work-overlay:before {
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	content: " "
}

.work .work-content,
.work .work-overlay:before {
	position: absolute;
	left: 0;
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

.work .work-content {
	bottom: 0;
	padding: 20px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.work .work-description {
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	word-break: break-all;
	display: -webkit-box;
	display: -moz-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
}

.work .work-description,
.work:hover .work-overlay:before {
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.work:hover .work-overlay:before {
	background: rgba(0, 0, 0, .5)
}

.work:hover .work-description {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	transition-duration: .3s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.7, 1, .7, 1)
	bottom:2;
}

/* zhiwanjia-box */
.zhiwanjia-box .zwj-left{
	float: left;
	/* width: 44%; */
	width: 54%;
}
.zhiwanjia-box .zwj-left img{
	/* width: 635px;
	height: 557px; */
	width: 746px;
	height: 478px;
}
.zhiwanjia-box .zwj-right{
	float: right;
	/* width: 56%; */
	width: 46%;
	box-sizing: border-box;
	padding-left: 70px;
}
.zhiwanjia-box .zwj-right h2{
	font-size: 30px;
	line-height: 56px;
	font-weight: bold;
	color: #333333;
	border-bottom: 3px solid #003d8c;
	float: left;
}
.zwj-content{
	clear: left;
	
}
.zwj-content p{
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
	/* padding-top: 40px; */
	padding-top: 30px;
}
.zwj-nav{
	/* padding-top: 60px; */
	padding-top: 30px;
}
.zwj-nav li{
	text-align: center;
	float: left;
	background-color: #FFFFFF;
	/* padding:16px 46px; */
	padding:16px 30px;
	margin-left: 20px;
	box-shadow:0 4px 20px rgba(3,14,54,.2);
}
.zwj-nav li:first-child{
	margin-left: 0;
}
.zwj-nav li p{line-height: 30px;}
/* news */
.news{ 
	/* background: #31afdf; */
	padding: 30px;
	padding-top: 10px;
}

.news .news-item{
	width: 49%;
	box-shadow: 0 4px 20px rgba(3,14,54,.2);
	padding: 30px;
	padding-bottom: 0;
	float: left;
}
.news .news-item:last-child{
	float: right;
}
.news .news-title{
	font-size: 24px;
	color: #003d8c;
	font-weight: normal;
	padding-bottom: 20px;
}

.news-list li{line-height:39px;}
.news-list li .title {
	font-size: 16px;
	font-weight:normal;
	color: #333333;
	width: 100%;
	/* width: 540px; */
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list li .desription {
	clear: left;
	margin-top: 7px;
	padding-top: 7px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
	color: #888888;
	
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.news-list2 li{
	overflow: hidden;
	margin-bottom: 27px;
}
.news-list2 .news-img{
	width: 118px;
	height: 88px;
	float: left;
}
.news-list2 .news-rgt{
	float: right;
	width: 470px;
}
.news-list2 .title {
	font-size: 16px;
	font-weight:normal;
	color: #333333;
	width: 100%;
	/* width: 540px; */
	float: left;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list2 .desription {
	clear: left;
	margin-top: 7px;
	padding-top: 7px;
    line-height: 30px;
    color: #666;
    font-size: 16px;
	color: #888888;
	
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
/* development */
.service-ul{
	border-left:1px solid #ddd;
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 60px;
	}
.service-li{ 
	margin:0;
	padding:0; 
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	}
.service-li:hover{ 
	background-color: #F5F5F5;
	cursor:pointer;
}
.title-comm-01{ padding:60px 0 40px;}
.col-div-01 {
	padding:40px 25px;
	overflow:hidden;
	text-align:center;
}
.col-div-01 h4 {
	margin-top:15%;
	margin-bottom:5%;
	font-size: 24px;
}
.col-div-01 p {
	margin-top:8%;
	font-size: 14px;
	line-height: 28px;
	min-height: 56px;
	color: #8c8c8c;
}
.linian-div-01 {
	padding:15px 0 30px;
}
.case{ width:100%; background:#fff; margin:0; padding:0;}
.about-logo-icon{
	padding: 30px 0;
}
.carousel.slide .item img{
max-width: auto;
width: 100%;
}



@media (max-width:768px) {
	.inx-title{
		font-size: 24px;
		margin: 20px 0;
	}
	.masonry-grid .masonry-grid-item{
		width: 92%;
		height: auto;
		margin: 0 4%;
		margin-bottom: 20px;
		/* font-size: 20px; */
	}
	
	.masonry-grid .masonry-grid-item:first-child,.masonry-grid .masonry-grid-item:nth-child(7){
		margin-left: 4%;
	}
	.masonry-grid .masonry-grid-item img{
	}
	.masonry-grid .masonry-grid-item .color-white{
		font-size: 24px;
		/* line-height: 22px;
		height: 36px; */
	}
	.work .work-content{
	}
	.content-center{
		width: 100%;
	}
	.zhiwanjia-box .zwj-left{
		float: none;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.zhiwanjia-box .zwj-left img{
		width: 100%;
		height: auto;
	}
	.zhiwanjia-box .zwj-right{
		float: none;
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.zhiwanjia-box .zwj-right h2{
		font-size: 18px;
	}
	.zwj-nav,.zwj-content p{padding-top: 20px;}
	.zwj-nav li{
		width: 48%;
		margin: 0;
		padding: 10px;
		margin-bottom: 10px;
		/* box-sizing: border-box; */
	}
	.zwj-nav li:nth-child(2n){
		float: right;
	}
	.news{
		padding: 10px;
	}
	.news .news-item{
		width: 100%;
		padding: 10px;
		box-shadow: 0 2px 10px rgba(3,14,54,.2);
		margin-bottom: 20px;
	}
	.news-list{
		padding: 0;
	}
	.news-list li .title{
		float: none;
		padding: 0;
		
	}
	.news-list2 .news-rgt{
		float: none;
		width: auto;
	}
	.news-list2 .news-img{
		width: 80px;
		height: 60px;
		float: left;
		margin-right: 10px;
	}
	.news-list2 .title{
		float: none;
		width:auto;
		font-size:14px;
	}
	.news-list2 .desription{
		clear: none;
		font-size:14px;
		line-height: 20px;
		margin-top: 0;
		padding-top: 0;
	}
	/* service-ul */
	.service-ul{
		width: 100%;
	}
	.col-div-01{
		padding: 20px;
	}
	.about-logo-icon{
		padding: 0;
	}
	.col-div-01 h4{
		margin-top: 20px;
		font-size: 18px;
	}
	.col-div-01 p{
		margin-top: 10px;
	}
	
}
