.layL-banner {
	width: 100%;
	color: #fff;
	font-size: 36px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/coreBusiness/_Copy%20173.png) no-repeat;
	background-position: center;
	background-size: cover;
}

.justify-space-between {
	justify-content: space-between;
}

.lh-24 {
	line-height: 1.5rem;
}

.d-table {
	display: table;
}

.d-tablecell {
	display: table-cell;
}

.vertical-middle {
	vertical-align: middle;
}

.flex-column-start {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.mt-0 {
	margin-top: 0 !important;
}

.storage_info,
.supply-info,
.merchants-info,
.stock-info,
.customs-info,
.freight-info,
.informatization-info {
	color: #555555;
	font-size: 16px;
}

.food_process_info {
	font-size: 1rem;
	color: #000;
	margin: 30px 0 50px 0;
}

.supply-info {
	max-width: 900px;
	margin: 0 auto;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-55 {
	margin-top: 55px;
}

@media screen and (min-width:1400px) {
	.layui-container {
		width: 1320px;
	}
}

@media screen and (min-width:1200px) and (max-width:1400px) {
	.layui-container {
		width: 1170px;
	}
}

.col-item1 {
	display: flex!important;
	align-items: flex-start;
	padding: 34px 25px 0 24px!important;
	margin-top: 28px;
	min-height: 136px;
	margin-left: 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 5px 5px 20px rgb(100 149 196 / 20%);
}

.colItem1-data {
	color: #0059CF;
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 2.125rem;
}

.colItem1-data span {
	font-weight: normal;
	font-size: 0.8rem;
}

.colItem1-data+p {
	color: #555;
	line-height: 22px;
	text-align: initial;
}

section.supply,
section.merchants {
	padding: 40px 0 57px;
	margin-top: 53px;
	background: rgba(244, 244, 244, 0.8);
}

.supply-item {
	height: 220px;
	font-size: 1.25rem;
}

.supply-item:nth-child(1) {
	color: #fff;
	background: url(../images/coreBusiness/finanaceImg1.png) no-repeat;
	background-position: center;
    background-size: cover;
}

.supply-item:nth-child(2) {
	color: #333;
	background: url(../images/coreBusiness/finanaceImg2.png) no-repeat;
	background-position: center;
    background-size: cover;
}

.supply-item:nth-child(3) {
	color: #333;
	background: url(../images/coreBusiness/finanaceImg3.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.supply-item:nth-child(4) {
	color: #fff;
	background: url(../images/coreBusiness/finanaceImg4.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.supply-item p:first-of-type {
	line-height: 31px;
}

section.frozen_food_process {
	margin-top: 40px;
}

.col-item-content {
	margin-left: 25px;
}


.food_process_item {
	color: #555;
	height: 195px;
	padding: 58px 30px 44px;
}

.food_process_item p {
	font-size: 0.875rem;
	margin-top: 22px;
	line-height: 24px;
}

.food_process_item h3 {
	font-size: 1.25rem;
	font-weight: 500;
}

/* 冻品加工-灰色背景style */
.food_process_item.item-gray {
	background: #F4F4F4;
}

.food_process_item.item-gray h3 {
	color: #333;
}

/* 冻品加工-灰色背景style */

/* 冻品加工-蓝色,黑色背景style */
.food_process_item.item-blue {
	background: #137FEC;
}

.food_process_item.item-black {
	background: #171B2B;
}

.food_process_item.item-blue,
.food_process_item.item-black {
	color: #fff;
}

/* 冻品加工-蓝色,黑色背景style */

.merchants-item .zhaoshang1 {
	background: url(../images/coreBusiness/zhaoshang1.png) no-repeat;
	background-position: center;
	background-size: cover;
  height: 220px;
    position: relative;
}

.merchants-item .zhaoshang2 {
	background: url(../images/coreBusiness/zhaoshang2.png) no-repeat;
	background-position: center;
	background-size: cover;
  height: 220px;
    position: relative;
}

.merchants-item .zhaoshang3 {
	background: url(../images/coreBusiness/zhaoshang3.png) no-repeat;
	background-position: center;
	background-size: cover;
  height: 220px;
    position: relative;
}

.merchants-item .zhaoshang4 {
	background: url(../images/coreBusiness/zhaoshang4.png) no-repeat;
	background-position: center;
	background-size: cover;
  height: 220px;
    position: relative;
}
.merchants-bg-text {
	left: 20px;
	bottom: 20px;
	font-size: 1.25rem;
	position: absolute;
  color: #fff;
}

.zhaoshang-item-info {
	color: #555;
	font-size: 15px;
	line-height: 1.5rem;
	margin-top: 25px;
}

section.stock-dump {
	margin-top: 48px;
}

section.freight {
	margin-top: 43px;
}

section.freight h5 {
	text-align: center;
	color: #137FEC;
	font-size: 25px;
}

.merit-list {
	height: 68px;
	display: flex;
	margin-top: 12px;
	padding-right: 20px;
	align-items: center;
    background: #f0f8ff;
    border-radius: 10px;
}

.merit-list:first-child {
	margin-top: 0;
}

.merit-list i {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background: #137FEC;
	text-align: center;
	line-height: 39px;
	margin-right: 20px;
	margin-left: 12px;
}

.merit-list-info {
	font-size: 1rem;
}

.merit-list .m-highlight {
	color: #76B5F4;
}

.l-babel-text {
	font-size: 20px;
}

.disinfection_chat_left_bg {
	width: 100%;
	background: #fff;
	position: relative;
}

.disinfection_chat_left_bg:before {
	content: '';
	width: 50vw;
	height: 756px;
	top: 0;
	left: 0;
	background: #F1F6FB;
	position: absolute;
}

.disinfection_chat_left_content img {
	margin-top: 76px;
}

/* .disinfection_chat_left_content .chat-detail::before{
	content: "";
	position: absolute;
	left: -54px;
	bottom: -100px;
	width: 80px;
	height: 80px;
	background: url(../images/coreBusiness/chat1.png) no-repeat;
	background-color: initial;
} */

.disinfection_chat_left_content,
.disinfection_chat_right_content {
	position: relative;
}

.disinfection_chat_left_content .chat-detail,
.disinfection_chat_right_content .chat-detail {
	position: relative;
	padding: 21px;
	color: #333333;
	font-size: 15px;
	margin-left: 25px;
	border-radius: 20px;
	line-height: 24px;
}

.disinfection_chat_left_content .chat-detail .triangle {
	position: absolute;
	left: -40px;
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 10px 20px;
	transform: matrix(2, -0.6, 0.2, 1, -3, 0);
}

.disinfection_chat_right_content .chat-detail .triangle {
	position: absolute;
	right: -23px;
	bottom: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #C8EEFF transparent transparent;
	border-width: 5px 30px;
	transform: matrix(0, 1, 3, 2, 5, -7);
}

.disinfection_chat_left_content .chat-detail {
	border: 1px solid #DCDDDE;
	background-color: #fff;
}

.disinfection_chat_right_content .chat-detail {
	max-width: 520px;
	background-color: #C8EEFF;
	display: inline-block;
}

.disinfection_chat_right_content .chat-detail::before {
	top: 10px;
	bottom: -40px;
	width: 80px;
	height: 80px;
	position: absolute;
	background: url(../images/coreBusiness/chat2.png) no-repeat;
}

/* .disinfection_chat_right_content .chat-detail+img {
	float: left;
} */

.disinfection_chat_left_content .chat-detail::before {
	padding: 21px;
	border: 1px solid #DCDDDE;
	border-radius: 20px;
	background-color: #fff;
}

.chat_elicitation {
	height: 360px;
	display: flex;
	padding-inline: 50px;
	border-radius: 8px;
	padding-top: 40px;
	box-shadow: 3px 3px 10px rgb(0 0 0 / 10%);
	flex-direction: column;
}

.chat_elicitation p {
	color: #555;
	margin-top: 25px;
	font-size: 0.9375rem;
	line-height: 24px;
}

.chat_elicitation_bg1 {
	background-color: #fff;
}

.chat_elicitation_bg2 {
	background-color: #FFFAE7;
}

.chat_elicitation h1 {
	font-weight: bold;
	text-align: center;
}

.left_layout,
.right_layout {
	height: 756px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.left_layout-pb,
.right_layout-pb {
	padding-bottom: 55px;
}

.right_layout-pt {
	padding-top: 170px;
}

.padding-toLeft {
	padding: 0 104px 0 53px;
}

.padding-toRight {
	padding: 0 88px 0 70px;
}

.tocare {
	color: #333;
	font-size: 1.25rem;
	line-height: 23px;
	margin-top: 40px!important;
}

#care-key {
	font-weight: bold;
}

#care-info {
	font-size: 1rem;
	margin-top: 20px;
}

/* section.freight i.serv_line {
	width: 10px;
	height: 50px;
} */

section.Industrial_Internet {
	display: table;
	height: 450px;
	padding-left: 0;
	/* margin-top: 60px!important; */
	background: url(../images/coreBusiness/_Copy%203.png) no-repeat;
}

.Industrial_Internet_wrap {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 50px;
}

.internet_platform {
	width: 60.6%;
	padding-bottom: 54px;
	background: #fff;
	padding-left: 90px;
	padding-top: 36px;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
	padding-right: 154px;
}

.industry-info {
	color: #333;
	font-size: 15px;
}

section.informatization {
	margin-top: 80px;
}

.inform_list {
	margin-top: 80px;
}

.inform_list_info {
	margin-left: 1.25rem;
}
.inform_list_info p:first-child{
	color: #555;
	font-size: 16px;
}


.inform_item {
	display: flex;
	align-items: center;
}
.inform_list_info p:last-child {
	font-size: 12px;
	color: #797979;
}

.agency_key {
	width: 115px;
	height: 87px;
}

.agency_key.normal-layout {
	text-align: center;
}
.serviceBox{
	margin-top: 30px;
}
.serviceItem{
	display: inline-block;
	vertical-align: top;
	width: 152px;
	height: 128px;
	line-height: 18px;
	background-color: #e8f2fc;
 	border-radius: 10px;
	text-align: center;
	margin-right: 10px;
}
.serviceItem:last-child{
	margin-right: 0;
}
.serviceItem img{
	margin-top: 35px;
	width: 32px;
	height: 32px;
}
.serviceItem p{
	margin-top: 10px;
}
