.section-box{
	padding: 0 10%;
}
.crumbs-box{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #000;
}
.solutions-container{
	margin-top: 40px;
	padding: 0 5%;
}
.solutions-title{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.solutions-description{
	margin: 40px 0 82px;
	font-size: 18px;
	line-height: 36px;
	word-break: break-all;
}
.solutions-item{
	width: 100%;
	height: 400px;
	border-radius: 12px;
	position: relative;
	background: #000;
	margin-bottom: 70px;
	transition: 0.4s;
}

.solutions-item:hover {
   opacity: 0.85;
}
.solutions-item img{
	border-radius: 12px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solutions-item-description{
	position: absolute;
	color: #fff;
	width: 30%;
	right: 70px;
	bottom: 33px;
}
.solutions-item:nth-child(2n-1) .solutions-item-description{
	left: 70px;
	right: 0;
}
.solutions-item-description-title{
	font-size: 24px;
	font-weight: bold;
}
.solutions-item-description-text{
	line-height: 28px;
	font-size: 16px;
	margin: 16px 0 52px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solutions-item-description-btn{
	color: #fff;
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	word-wrap: break-word;
	display: inline-block;
	transition: 0.4s;
	font-size: 16px;
}
.solutions-item-description-btn:hover {
	color: #f0f0f0;
}

.second-page{
	margin: 70px 0;
	height: 335px;
	width: auto;
}
.second-page .solutions-item-description-title{
	font-size: 36px;
}
.second-page .solutions-item-description{
	width: 70%;
	right: 15%;
	bottom: 0;
	top: 80px;
	text-align: center;
}
.second-page .solutions-item-description-text{
	text-align: left;
	font-size: 20px;
	word-break: break-word;
}

.section-second-page-box{
	padding: 0 15%;
	margin-bottom: 80px;
}
.second-tit{
	font-size: 23px;
	font-weight: bold;
	color: #000;
	margin-bottom: 34px;
}
.three-flex-items{
	 display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -9px;
}

.three-flex-item{
	width: calc(100%/3 - 20px);
	/* height: 344px; */
	background-color: #ffffff;
	border-radius: 12px;
	margin: 0 9px;
	padding-bottom: 34px;
	margin-bottom: 18px;
	text-align: center;
	overflow: hidden;
	border: solid 2px transparent;
}

.three-flex-item-imgbox{
	overflow: hidden;
}
.three-flex-item-img{
	transition: all .3s linear
}


.three-flex-item-tit{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin: 18px 0;
	padding: 0 12px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.three-flex-item-btn {
	font-size: 12px;
	font-weight: bold;
	color: #003787;
}
.three-flex-item-btn .arrow{
	border-color: #003787;
	padding: 2px;
}

.four-flex-items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -6px;
}

.four-flex-item {
	width: calc(100% / 4 - 12px);
	margin: 0 6px 12px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	border: solid 2px transparent;
}

.four-flex-item .item-inner {
	box-sizing: border-box;
	background-color: #ffffff;
	text-align: center;
	padding: 40px 0 30px 0;
}

.four-flex-item .item-img {
	width: 125px;
	height: auto;
	margin: 0 auto;
	transition: all .3s linear
}

.four-flex-item .item-tit {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-bottom: 16px;
}

.four-flex-item .item-explain {
	width: 100%;
	font-size: 12px;
	color: #999;
	line-height: 24px;
	height: 48px;
	padding: 0 15%;
	text-align: left;
	/*word-break: break-all;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.four-flex-item .item-btns {
	font-size: 12px;
	font-weight: bold;
	color: #003787;
	margin-top: 30px;
	width: 100%;
	text-align: center;
}
.four-flex-item .item-btns a{
	color: #003787;
}

.four-flex-item .item-btn:first-child {
	margin-right: 28px;
}

.four-flex-item .item-btns .arrow {
	border-color: #003787;
	padding: 2px;
}

.three-flex-item:hover .three-flex-item-img,
.four-flex-item:hover .item-img {
	transform: scale(1.1, 1.1);

}
.three-flex-item:hover,
.four-flex-item:hover {
  box-shadow: 0px 4px 8px 0px rgba(145,152,165,0.24);
}