.banner {
	width: 100%;
	height: 430px;
	background-image: linear-gradient(90deg, #a30a0a 0%, #ca1c1d 81%);
}
.slide6 .img {
	width: 610px;
	height: 376px;
	background: url("../img/index/shouyetitu2.png") no-repeat;
	background-size: 100% 100%;
}

.card_list {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 150px;
}

.card {
	width: 390px;
	margin-left: 20px;
	border: 1px solid rgba(151, 151, 151, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.09);
	border-radius: 5px;
}

.card:first-child {
	margin-left: 0;
}

.card_head {
	width: 100%;
	height: 177px;
	background-color: #f8f8f8;
}

.card_icon,
.card_word {
	display: inline-block;
	margin: 20px 0 0 5px;
	vertical-align: middle;
}

.card_icon {
	width: 120px;
    height: 130px;
}

.card_icon1 {
	background: url(../img/solution/yinhangji.png) no-repeat;
	background-size: 100% 100%;
}

.card_icon2 {
	background: url(../img/solution/feiyinhangji.png) no-repeat;
	background-size: 100% 100%;
}

.card_icon3 {
	background: url(../img/solution/fengkongjiyewuzixun.png) no-repeat;
	background-size: 100% 100%;
}

.card_word .item_tit {
	margin-bottom: 12px;
}

.card_word .item_ins {
	width: 180px;
	line-height: 20px;
}

.card_nav {
	width: 100%;
	height: 60px;
	background-color: #d8d8d8;
	display: flex;
	text-align: center;
}

.card_nav div {
	flex: 1;
	height: 30px;
	border-left: 1px solid #c4c4c4;
	font-size: 18px;
	color: #333;
	margin-top: 17px;
}

.card_nav div:first-child {
	border: none;
}

.card_body {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}

.card_body_item {
	padding: 15px 10px;
	border-top: 1px solid #eaeaea;
}

.card_body_item:first-child {
	border: none;
}

.card_body_item_tit {
	font-size: 18px;
	color: #051633;
	line-height: 28px;
}

.card_body_item_con {
	color: #979797;
	line-height: 20px;
}
