@charset "UTF-8";
body {
	background-color: #f7f8fa;
}

/*解决方案列表-------------------------------------*/
#jiejuefa_page {
	padding-top: 0;
}

/*头部介绍=====================*/
#jiejuefa_page .headIntro .introCell {
	padding: 88px 0 110px;
	text-align: center;
}

#jiejuefa_page .headIntro .introCell .title {
	background-image: url("../_img/jiejue/title_bg.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	padding: 11px 0;
	margin-bottom: 72px;
}

#jiejuefa_page .headIntro .introCell .title .titleText {
	position: relative;
}

#jiejuefa_page .headIntro .introCell .title .titleText:before {
	content: "";
	width: 12px;
	height: 21px;
	display: inline-block;
	background-image: url("../_img/jiejue/triangle_white.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	left: -28px;
	top: 21%;
}

#jiejuefa_page .headIntro .introCell .introContent p {
	line-height: 3.5;
	padding-left: 38px;
	position: relative;
}

#jiejuefa_page .headIntro .introCell .introContent p > img {
	position: absolute;
	left: 0;
	top: 18%;
}

#jiejuefa_page .headIntro .introCell.intro2 {
	padding-bottom: 42px;
	color: #fff;
	background-image: url("../_img/jiejue/quancyl_bg.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: cover;
}

#jiejuefa_page .headIntro .introCell.intro2 h3 {
	margin-bottom: 70px;
}

#jiejuefa_page .headIntro .introCell.intro2 .img100Box {
	margin-top: 50px;
}

#jiejuefa_page .headIntro .introCell.intro3 .img100Box {
	margin-top: 100px;
}

/*列表=====================*/
#jiejuefa_page .titleBox {
	margin-top: 88px;
}

#jiejuefa_page .contentBox .cell {
	width: 32%;
	/*background: #F7F8FA;*/
	margin: 0 .5% 20px;
	cursor: pointer;
}

#jiejuefa_page .contentBox .cell:hover {
	box-shadow: 0 0 10px rgba(80, 120, 150, .5);
}

#jiejuefa_page .contentBox .cell .imgBox {
	height: 226px;
}

#jiejuefa_page .contentBox .cell .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#jiejuefa_page .contentBox .cell .bottom {
	padding: 38px 20px 32px 20px;
	position: relative;
}

#jiejuefa_page .contentBox .cell .bottom > * {
	display: inline-block;
}

#jiejuefa_page .contentBox .cell .bottom > .title:before {
	content: "";
	display: block;
	width: 57px;
	height: 2px;
	background: #999;
	margin-bottom: 16px;
}

#jiejuefa_page .contentBox .cell .bottom > img {
	float: right;
	position: absolute;
	right: 20px;
	top: 48%;
}

/*箭头*/
#jiejuefa_page .contentBox .cell:hover .arrow {
	animation: 2s opacity2 0s;
	-webkit-animation: 2s opacity2 0s;
	-moz-animation: 2s opacity2 0s;
}

@keyframes opacity2 {
	0% {
		opacity: 0;
		right: 40px;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes opacity2 {
	0% {
		opacity: 0
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes opacity2 {
	0% {
		opacity: 0
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

/*解决方案详情-------------------------------------*/
#jiejuefa_detail {
	padding-top: 35px;
}

#jiejuefa_detail .box {
	position: relative;
	min-height: 842px;
}

#jiejuefa_detail .box .introBox {
	float: left;
	/*width: calc(100% - 314px);*/
	width: 886px;
	background: #fff;
	padding: 20px 30px 65px;
}

/*#jiejuefa_detail .box .introBox .intro {
	text-align: left;
}*/

#jiejuefa_detail .weinitj {
	/*float: right;*/
	width: 294px;
	min-height: 842px;
	position: absolute;
	right: 0;
	border: 1px #f1f2f3 solid;
}

#jiejuefa_detail .weinitj .title {
	border-bottom: 1px #E2E2E2 solid;
}

#jiejuefa_detail .weinitj .recommend .cell {
	margin-bottom: 20px;
	border: 1px solid #F2F2F2;
}

#jiejuefa_detail .weinitj .recommend .cell .imgBox {
	height: 158px;
}

#jiejuefa_detail .weinitj .recommend .cell .bottom {
	padding: 19px;
}

#jiejuefa_detail .weinitj .recommend .cell .contentText {
	margin-top: 11px;
}


/*768以上---------------------------------------*/
@media (min-width: 768px) {
	#jiejuefa_page .contentBox .cell .bottom > .title {
		padding-right: 20px;
	}
}

/*768以下---------------------------------------*/
@media (max-width: 768px) {
	#jiejuefa_page .headIntro .introCell .introContent p {
		line-height: 1.5;
		margin-bottom: 15px;
	}

	#jiejuefa_page .contentBox .cell {
		width: 48%;
		vertical-align: top;
	}

	#jiejuefa_page .contentBox .cell .imgBox {
		height: 102px
	}

	#jiejuefa_page .contentBox .cell .bottom {
		padding: 10px;
	}

	#jiejuefa_page .contentBox .cell .bottom .title {
		font-size: 14px;
	}

	#jiejuefa_page .contentBox .cell .bottom > .title:before {
		margin-bottom: 6px;
	}

	#jiejuefa_page .contentBox .cell .bottom .title > div {
		min-height: 22px;
	}


	#jiejuefa_page .contentBox .cell .bottom .arrow {
		display: none;
	}

	#jiejuefa_detail .box .introBox {
		width: 100%;
	}
}
