/*start*/

.banner {
	height: 568px;
	width: 100%;
	margin-bottom: 130px;
}

.bannerBg {
	position: absolute;
	top: 81px;
	width: 100%;
	height: 626px;
	background-image: url(../imgs/home/banner.png);
	/*background-size: 100% 100%;*/
	background-repeat: no-repeat;
}

/*@media screen and (min-width: 1440px) {*/
	/*.banner {*/
		/*height: 900px;*/
		/*margin-bottom: 30px !important;*/
	/*}*/
	/*.bannerBg {*/
		/*height: 900px;*/
	/*}*/
	/*.projectType {*/
		/*width: 475px !important;*/
		/*margin-right: 120px !important;*/
	/*}*/
	/*.projectType>a>img {*/
		/*width: 475px !important;*/
		/*height: 320px !important;*/
	/*}*/
	/*.projectType:nth-child(3n) {*/
		/*margin-right: 0px !important;*/
	/*}*/
/*}*/

.bannerTwo {
	height: 366px;
}

.bannerBgTwo {
	position: absolute;
	top: 81px;
	width: 100%;
	height: 366px;
	background-image: url(../imgs/home/banner.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.navBarContent {
	font-size: 20px;
	margin-top: 24px;
}

.activeProject {
	color: #005BAC;
	font-weight: bold;
}

.iconfont {
	font-size: 24px !important;
	vertical-align: middle;
}


/*end*/


/*start*/

.typeContent {
	height: 150px;
	line-height: 150px;
	background: #005BAC;
	display: flex;
	color: #fff;
	font-size: 24px;
}

.category {
	flex: 1;
	text-align: center;
}

.category>img {
	vertical-align: middle;
	margin-top: -6px;
}


/*end*/


/*start*/

.popularItems {
	margin-top: 85px;
}

.popular {
	font-size: 28px;
	font-weight: bolder;
	color: #555454;
}

.allProject {
	font-size: 19px;
	background: rgba(0, 0, 0, 0.2);
	padding: 8px 40px;
	cursor: pointer;
}

.allProject>a {
	color: #000100;
}

.projectContent {
	margin-top: 52px;
	/*display: flex;*/
	display: flex;
	flex-wrap: wrap;
}

.projectType {
	border: 1px solid #EDEDED;
	width: 475px;
	display: inline-block;
	height: 480px;
	position: relative;
	margin-right: 125px;
	margin-bottom: 67px;
}

.projectType>a>img {
	width: 475px;
	height: 270px;
}

.projectType:nth-child(3n) {
	margin-right: 0px;
}

.projectName {
	color: #005BAC;
	font-size: 26px;
	font-weight: 200;
	display: inline-block;
	margin-bottom: 20px;
}

.projectPadding {
	padding: 21px 25px 25px 21px;
}

.projectDescrip {
	font-size: 16px;
	line-height: 26px;
	color: #101010;
	display: -webkit-box;
	overflow: hidden;
	white-space: normal!important;
	text-overflow: ellipsis;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.features {
	font-size: 16px;
	margin-top: 35px;
}

.more {
	color: #005BAC;
	float: right;
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 25px;
}


/*合作伙伴*/

.partnerBg {
	height: 470px;
	margin-top: 51px;
	text-align: center;
}

.partnerName {
	background: #005BAC;
	font-size: 23px;
	/* text-align: center; */
	color: #fff;
	height: 68px;
	line-height: 68px;
	letter-spacing: 3px;
	margin-bottom: 50px;
}

.partnerLogo,
.partnerName,
.partnerLogoSecond,
.partnerLogoThird {
	text-align: center;
}

.partnerLogo>img {
	margin-right: 80px;
	vertical-align: top;
}

.partnerLogoSecond>img {
	margin-right: 93px;
	margin-top: 14px;
	margin-bottom: 49px;
}

.partnerLogoThird>img,
.partnerLogoSecond>img {
	vertical-align: middle;
}

.partnerLogoThird>img {
	margin-right: 120px;
}