/****************/

.clean-blurb-round-icon .clean-icon {
	width: 130px;
	height: 130px;
	margin: 0px auto 30px;
	text-align: center;
	line-height: 0;
	padding: 10px;
	background: transparent url("../img/3.png") no-repeat scroll center center / 123px auto;
}

.clean-blurb-round-icon .clean-icon i {
	height: 110px;
	width: 110px;
	display: block;
}

.clean-blurb-round-icon .clean-icon {
	-webkit-transition: all .35s linear;
	-moz-transition: all .35s linear;
	-ms-transition: all .35s linear;
	-o-transition: all .35s linear;
	transition: all .35s linear;
}
.clean-blurb-round-icon h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.clean-blurb-round-icon p {
	margin-bottom: 0;
	text-align: center;
}

.clean-custom-sec-img{
	overflow:hidden;
	padding: 0;
}

/* .imgSection {
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
	transition: .5s all;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.imgSectionRow:hover img.imgSection {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}  */

/*产品推荐*/
.team-w3ls>h3{
	text-align: center;
	margin-top: 16px;
    margin-bottom: 16px;
}
.view {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	-webkit-box-shadow: 1px 1px 2px #e6e6e6;
	-moz-box-shadow: 1px 1px 2px #e6e6e6;
	box-shadow: 1px 1px 2px #e6e6e6;
}

.view .mask,
.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}

.view img {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.view p.info {
	display: inline-block;
	padding: 0px 5px;
	background: #000;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	margin-top: 20px;
	color: #fff;
}

.view p.info:hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}


/*客户案列*/

.alazea-portfolio-filter {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}

.alazea-portfolio-filter .btnDiv {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	padding: 0 20px 10px 20px;
	border: 1px solid transparent;
	border-radius: 0;
	/* font-family: 'Raleway', sans-serif; */
	display: inline-block;
	color: #666666;
}
.div_line{
	border-bottom: 1px solid transparent;
	width: 40%;
	margin: auto;
	margin-top: 10px;
}
.alazea-portfolio-filter .btnDiv.select{
	color: #013B5D;
}
.alazea-portfolio-filter .btnDiv.select>.div_line{
	border-bottom: 1px solid #013B5D;
}
@media only screen and (max-width: 767px) {
	.alazea-portfolio-filter .btnDiv {
		font-size: 16px;
		padding: 0 5px;
	}
}

/* .alazea-portfolio-filter .btnDiv:hover,
.alazea-portfolio-filter .btnDiv:focus {
	border-bottom: 1px solid #003B5C;
} */

.single_portfolio_item {
	position: relative;
	z-index: 10;
	margin-top: 20px;
	overflow: hidden;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	display: none;
}
/* .single_portfolio_item.education {
	display: block;
} */
.single_portfolio_item>img{
	width: 100%;
	height: auto;
}
.portfolio-hover-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	left: 15px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: rgba(0, 59, 92, 0.7);
	z-index: 10;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}
.single_portfolio_item .portfolio-hover-overlay .port-hover-content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 30;
}
.single_portfolio_item .portfolio-hover-overlay .port-hover-text {
	position: absolute;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.single_portfolio_item .portfolio-hover-overlay .port-hover-content .port-hover-text h3 {
	font-size: 28px;
	color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_portfolio_item .portfolio-hover-overlay .port-hover-content .port-hover-text h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.single_portfolio_item .portfolio-hover-overlay .port-hover-content .port-hover-text h3 {
		font-size: 18px;
	}
}
.single_portfolio_item:hover {
	top:-15px;
	cursor: pointer;
}
.single_portfolio_item:hover .portfolio-hover-overlay {
	opacity: 1;
	visibility: visible;
}

/*-- /news section --*/
.list-news-div{
	padding: 15px;
	margin-bottom: 12px;
	border: 1px solid #fff;
	transition: transform 0.25s ease;
	display: none;
}

.list-news-div:hover{
	box-sizing: border-box;
	background-color: #fff;
	transform: scale(1.2,1.2);
	box-shadow: 0 0 10px #0000ff;
	cursor: pointer;
}
.list-news-img{
	height: 140px;
	overflow: hidden;
}
.list-news-img>img{
	width: 100%;
	display: block;
}
.list-news-div .list-news-text h3{
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-news-div .list-news-text .list-news-details{
    height: 98px;
    overflow: hidden;
    word-break:break-all;
}
.list-news-div .list-news-text .list-news-time{
	color: #000;
	text-align: right;
}
/* 更多按钮 */

.row_hedo,.row_hedo_news{
	margin-top:50px;
	border: 0;
	font-size: 14px;
    font-weight: 400;
}
.row_hedo>a,.row_hedo_news>a{
	/* font-family: 'Raleway', sans-serif; */
	color: #888888;
	text-decoration: none;
	display:none;
	text-align: center;
	width: 100px;
	margin: auto;
	padding: 0;
}
.row_hedo>a>span,.row_hedo_news>a>span{
	line-height: 30px;
	height: 30px;
	padding: 0;
}
.icon.icon_back{
	padding: 0 10px;
	background-image: url(../img/1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* .thisMargin-B25{
	font-size: 14px;
    font-weight: 400;
}

.thisMargin-B25>a{
	color: #888888;
	text-decoration: none;
	display:block;
	width: 100px;
	padding: 0;
}
.thisMargin-B25>a>span{
	line-height: 30px;
	height: 30px;
	padding: 0;
} */
.backgroundImg{
	background-image: url(../img/bac.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 70px 0;
}
.imgSectionRow h1,.imgSectionRow p,.imgSectionRow span{
	color: #fff;
}
.imgSectionRow p{
	font-size: 17px;
	line-height: 35px;
}
.imgSectionRow .clean-line{
	background-color: #fff;
}
.imgSectionRow .clean-section-header{
	background-image: url(../img/shang.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 10px 0;
	margin-bottom: 20px;
}
.imgSectionRow .clean-custom-sec-text{
	background-image: url(../img/xia.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	text-align: center;
	padding: 10px 0;
}
.imgSectionRow .addDiv{
}
.imgSectionRow .addDiv img{
	display: block;
	margin: auto;
    width: 12%;
}
