@charset "utf-8";

/* 方案内容区 */
.content {
	padding-bottom: 30px;
}

.fanrq {
	margin-top: 60px;
}

.fanrqbox {
	display: flex;
}

.fanrqbox_l {
	width: 28%;
}

.fanrqbox_ltitle {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 55px;
	background-color: #0d418f;
	cursor: pointer;
}

.fanrqbox_ltitle span {
	font-size: 24px;
	color: #ffffff;
}

.fanrqbox_ltitle i {
	font-size: 26px;
	color: #ffffff;
	cursor: pointer;
}

.fanrqbox_lbox {
	padding: 35px 0;
	background-color: #f5f5f5;
}

.fanrqbox_lbox .fanrqbox_lbox_item {
	position: relative;
	display: flex;
	align-items: center;
	height: 72px;
	padding-left: 40px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.fanrqbox_lbox_item i {
	font-size: 30px;
	color: #c1c1c1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.fanrqbox_lbox_item span {
	margin-left: 12px;
	font-size: 18px;
	color: #333333;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #0d418f;
	display: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover {
	background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover i {
	color: #0d418f;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover span {
	color: #0d418f;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover::before {
	display: block;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on {
	background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on i {
	color: #0d418f;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on span {
	color: #0d418f;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on::before {
	display: block;
}

.fanrqbox_r {
	width: 72%;
	padding-left: 80px;
}

.fanrqbox_rtitle {
	font-size: 30px;
	color: #333333;
}

.fanrqbox_rsm {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

.fanrqbox_rsm_l {
	display: flex;
}

.fanrqbox_rsm_litem {
	margin-right: 40px;
}

.fanrqbox_rsm_litem span {
	font-size: 15px;
	color: #999999;
}

.fanrqbox_rsm_litem b {
	margin-left: 8px;
	font-size: 15px;
	color: #999999;
}

.fanrqbox_rbox {
	margin-top: 20px;
}

.fanrqbox_rbox .content p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.fanrqbox_rbox .pic {
	margin-bottom: 15px;
}

.fanrqbox_rbox .content img {
	/* margin : 10px 0; */
	display: inline-block;
}

.fanrqbox_rbox .content table {
	width: 100%;
}

.fanrqbox_rbox .content table td {
	padding: 5px 10px !important;
	border: 1px solid #e1e1e1 !important;
}

.fanrqbox_sxy {
	margin-top: 20px;
	display: flex;
}

.fanrqbox_sxy .fanrqbox_sxyitem {
	width: 50%;
	display: flex;
	align-items: center;
	padding: 15px 30px;
	background-color: #f5f5f5;
	border-right: 1px solid #d9d9d9;
}

.fanrqbox_sxy .fanrqbox_sxyitem:last-child {
	border-right: 0;
}

.fanrqbox_sxyitem span {
	font-size: 18px;
	color: #0d418f;
	text-transform: uppercase;
	font-family: 'BEBAS';
}

.fanrqbox_sxyitem b {
	font-size: 15px;
	color: #333333;
	margin: 0 10px;
}

.fanrqbox_sxyitem em {
	font-size: 15px;
	color: #333333;
	flex: 1;
}

.fanrqbox_sxyitem:hover em {
	color: #0d418f;
}

/* 相关行业合作案例 */

.xghyal {
	margin-top: 70px;
}

.xghyal_t {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 30px 0;
}

.xghyal_t::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 26px;
	background-color: #0d418f;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.xghyal_tl {
	padding-left: 25px;
	font-size: 24px;
	color: #333333;
}

.xghyal_tmore {
	display: flex;
	align-items: center;
}

.xghyal_tmore span {
	font-size: 18px;
	color: #0d418f;
	text-transform: uppercase;
	font-family: 'BEBAS';
}

.xghyal_tmore i {
	margin-left: 10px;
	margin-top: 2px;
	color: #0d418f;
}

.xghyal_b {
	/* margin-top: 25px; */
}

.xghyal_slide .xghyal_slide_item {
	display: block;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	padding: 10px;

}

.xghyal_slide .xghyal_slide_item img {
	width: 100%;
	padding: 0 10%;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.xghyal_slide .xghyal_slide_item:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.video {
	width: 100%;
	height: 560px;
}

.posi-r {
	position: relative;
}

.content .duibit {
	position: relative;
	/* margin-top: 25px; */
}

.content .duibit .pic {
	overflow: hidden;
	margin-bottom: 0;
}

.content .duibit .pic img {
	margin: 0;
}

.content .duibit p {
	text-align: center;
	line-height: 30px;
	padding: 10px;
}

.content .duibit .duibi {
	position: absolute;
	right: 0;
	top: 50%;
	font-size: 50px;
	color: #0d418f;
	text-transform: uppercase;
	font-family: 'BEBAS';
	margin: -50px -65px 0 0;
	z-index: 9;
	background: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50px;
}


.shipin .falbbox_item {
	width: 100%;
	margin-bottom: 45px;
}


.falbbox_item_img {
	/* height: 230px; */
	overflow: hidden;
	position: relative;
}

.shipin .falbbox_item_img img {
	margin: 0;
	width: 100%;
	/* height: 100%; */
	/* object-fit: cover; */
}

.falbbox_item_img i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
	font-size: 60px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.shipin .falbbox_item:hover .falbbox_item_img i {
	color: #fff;
}

.falbbox_item_txt {
	padding: 16px;
	text-align: center;
	background-color: #f9f9f9;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.shipin .falbbox_item:hover {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.shipin .falbbox_item:hover .falbbox_item_txth {
	color: #0d418f;
}

.chanpin .falbbox_item_img {
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	border-bottom: none;
}




@media screen and (max-width: 1600px) {
	.fanrqbox_r {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.fanrqbox_lbox .fanrqbox_lbox_item {
		padding-left: 20px;
	}

	.fanrqbox_r {
		padding-left: 30px;
	}

	.video {
		width: 100%;
		height: 350px;
	}
}

@media screen and (max-width: 992px) {
	.fanrq {
		margin-top: 50px;
	}

	.fanrqbox_rbox {
		margin-top: 30px;
	}

	.fanrqbox_rbox .content p {
		font-size: 14px;
		line-height: 26px;
	}

	.fanrqbox {
		flex-wrap: wrap;
	}

	.fanrqbox_l {
		/* display: none; */
		width: 100%;
		margin-bottom: 50px;
	}

	.fanrqbox_ltitle {
		height: 50px;
		padding: 0 32px;
	}

	.fanrqbox_ltitle span {
		font-size: 20px;
	}

	.fanrqbox_ltitle i {
		font-size: 22px;
	}

	.fanrqbox_lbox {
		padding: 0;
		display: none;
	}

	.fanrqbox_lbox .fanrqbox_lbox_item {
		height: auto;
		line-height: 1.5;
		padding: 10px 0;
		padding-left: 20px;
	}

	.fanrqbox_lbox_item span {
		font-size: 15px;
	}



	.fanrqbox_r {
		width: 100%;
		padding-left: 0;
	}

	.fanrqbox_rtitle {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 5px;
	}

	.fanrqbox_rsm_litem span {
		font-size: 13px;
	}

	.fanrqbox_rsm_litem b {
		font-size: 13px;
	}

	.fanrqbox_rsm_r {
		display: none;
	}

	.xghyal {
		margin-top: 60px;
	}

	.xghyal_tl {
		font-size: 20px;
	}

	.xghyal_tmore span {
		font-size: 14px;
	}

	.xghyal_tmore i {
		font-size: 12px;
	}

	.fanrqbox_sxyitem b,
	.fanrqbox_sxyitem em {
		font-size: 14px;
	}

	.fanrqbox_sxyitem span {
		font-size: 14px;
	}

}

@media screen and (max-width: 768px) {
	.fanrqbox_sxy {
		flex-wrap: wrap;
	}

	.fanrqbox_sxy .fanrqbox_sxyitem {
		width: 100%;
		margin-bottom: 5px;
		border-right: 0;
		padding: 10px;
	}

	.xghyal_tl {
		padding-left: 15px;
	}

	.video {
		width: 100%;
		height: 280px;
	}
}