body{
	background-color: #F9F9F9;
}
.cooperation-partners-section {
	display: flex;
	flex-direction:column;
	align-items:center;	
	margin-bottom: 60px;
}

.cooperation-tenet-header {
	text-align: center;
	margin: 70px auto 0px auto;
}
.cooperation-tenet-header span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 38px;
	color: #1D1D1D;
	line-height: 55px;
	letter-spacing: 1px;
	text-align: center;	
	display: block;
}

.cooperation-tenet-main {
	display: flex;
	flex-direction: row;
	margin-top: 50px;
}

.cooperation-tenet-img {
	width: 700px;
	height: 580px;
	border-radius: 20px 0px 0px 20px;
	background-image: url("../images/cooperationteneImg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.cooperation-tenet-content {
	width: 700px;
/*	height: 460px;*/
	background-color: #fff;
	border-radius: 0px 20px 20px 0px;
	padding:40px 27px 27px 40px;
}

.cooperation-tenet-title {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 36px;
	color: #565CA8;
	line-height: 52px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.cooperation-tenet-text {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #69696F;
	line-height: 36px;
	text-align: justify;
	text-align-last: left;
	font-style: normal;
	text-transform: none;
	text-indent: 2em;
}

.supply-chain-cooperation-section {
	width: 100%;
	max-width:1900px;
	background-image: url("../images/supplychaincooperationbg.png");
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	margin: auto;
}
.supply-chain-cooperation-section::before {
	content: "";
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*  height: 100%;*/
	height: 390px;
	background: rgba(0, 0, 0, 0.6); /* 0.6=60%暗度，值越大越暗（0-1） */
	z-index: 0; /* 遮罩在背景之上、内容之下 */
}
/* 提升内容层级，避免被遮罩遮挡 */
.supply-chain-cooperation-section > * {
	position: relative;
	z-index: 1;
}
.supply-chain-cooperation-header {
	text-align: center;
	margin: 70px auto 50px auto;
}
.supply-chain-cooperation-header span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 38px;
	color: #fff;
	line-height: 55px;
	letter-spacing: 1px;
	text-align: center;	
	display: block;
}
.supply-chain-cooperation-list {
	display: flex;
	flex-direction: row;
	gap:20px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	min-height: 450px;
}
.supply-chain-cooperation-item{
	width: 335px;
	height: 450px;
	display: flex;
	flex-direction: column;		
}
.supply-chain-cooperation-item-content{
	width: 335px;
	height: 230px;
	background-image: url("../images/supply-chain-cooperationitembg.png");
	padding:10px 20px;
	position: relative;
}
.supply-chain-cooperation-item-title {
	width: 293px;
}
.supply-chain-cooperation-item-title a{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 22px;
	color: #3C3638;
	line-height: 32px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.supply-chain-cooperation-item-title a:hover{
	color:#0418F4;
}

.supply-chain-cooperation-item-type span {
	display: inline-block;
	background: rgba(86,92,168,0.1);
	border-radius: 10px 10px 10px 10px;
	margin-top: 19px;
	padding: 5px 14px;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 16px;
	color: #565CA8;
	line-height: 23px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	border:1px solid;
}
.supply-chain-cooperation-item-type span:nth-child(n+2){
	margin-left:10px;
}
.cooperation-show-urgent {
	padding: 5px 14px !important;
	background: rgba(255,64,64,0.1) !important;
	box-shadow: inset 0px 0px 4px 0px rgba(255,64,64,0.6) !important;
	border-radius: 10px 10px 10px 10px !important;
	border: 1px solid #FF4040 !important;
	font-family: Source Han Sans, Source Han Sans !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: #FF4040 !important;
	line-height: 23px !important;
	text-align: center !important;
	font-style: normal;
	text-transform: none;
}
.supply-chain-cooperationitem-line {
	background-image: url("../images/supply-chain-cooperationitem-line.png");
	width: 304px;
	height: 1px;
	background-repeat: repeat-x;
	position: absolute;
	top:140px;
	left:16px;
}

.supply-chain-cooperationitem-count {
	font-family: MiSans, MiSans;
	font-weight: 500;
	font-size: 28px;
	color: #1D1D1D;
	line-height: 39px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	position: absolute;
	top:150px;
	width: 295px;
}

.supply-chain-cooperationitem-countdesc {
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 20px;
	color: #AEAEAE;
	line-height: 29px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	position: absolute;
	top:191px;
	width: 295px;
}

.supply-chain-cooperation-more {
	width: 280px;
	height: 112px;
	background-image: url("../images/supply-chain-cooperation-more.png");
	background-repeat: no-repeat;
	border-radius: 26px;
	cursor: pointer;
	margin:50px auto 52px auto;
	display: block;
/*	-webkit-transition:background-image 0.4s ease;*/
/*	transition:background-image 0.4s ease-in-out;*/
}
.supply-chain-cooperation-more:hover{
	background-image:url("../images/supply-chain-cooperation-more-hover.png");	
}
.cooperation-partners-header {
	text-align: center;
	margin: 70px auto 57px auto;
}
.cooperation-partners-header span{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 38px;
	color: #1D1D1D;
	line-height: 55px;
	letter-spacing: 1px;
	text-align: center;	
	display: block;
	margin-top:10px;
}
.cooperation-partners-list {
	display: flex;
	flex-direction: row;
	gap:8px;
	flex-wrap: wrap;
}

.cooperation-tenet-section {
	display: flex;
	flex-direction:column;
	align-items:center;	
	margin-bottom:60px;
}
