@charset "utf-8";
/* 字号 */
.tab-content .con_h1{
	font-size: 24px;
}
.tab-content .content_cooperate .con_list .con_item .item_h1,
.tab-content .content_process .con_list .con_item .item_title{
	font-size: 22px;
}
.tab-content .con_title,
.tab-content .content_platform .con_text .text_p,
.tab-content .content_cooperate .con_list .con_item .item_text,
.tab-content .content_supplier .con_list .con_item .con_text,
.tab-content .content_process .con_list .con_item .con_text{
	font-size: 18px;
}
.tab-content .content_process .con_list .con_item .con_num{
	font-size: 48px;
	font-weight:bold;
}



.tab-content {
	padding-top: 3.125vw;
}
.tab-content .con_title {
	/*font-size: 1.2vw;*/
	color: #f2221d;
}
.tab-content .con_h1 {
	/*font-size: 2.2vw;*/
	padding: 0 0 20px 0;
	font-weight: bold;
}
.tab-content .content_platform {
	padding: 20px 5% 60px;
}
.tab-content .content_platform .con_text {
/*padding: 2.604vw 6.771vw;
  background-color: #f5f5f5;*/
}
.tab-content .content_platform .con_text .text_p {
	line-height: 1.8;
	color: #707070;
}
.tab-content .content_platform .con_text .text_liner {
	/*font-size: 6.2vw;*/
	opacity: 0.2;
	line-height: 1.8vw;
	margin-top: -1.3vw;
}
.tab-content .content_cooperate {
	padding-top: 5vw;
	padding: 60px 5%;
	width: 100%;
	height: auto;
	position: relative;
	background: #b5cee5;
    background-image: url(/images/cooperate/background.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
}
.tab-content .content_cooperate .con_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.tab-content .content_cooperate .con_list .con_item {
	width: 41.667vw;
	/*height: 15vw;*/
	background-color: #fff;
	padding: 30px 20px;
	margin-bottom: 1.927vw;
	justify-content: flex-start;
}
.tab-content .content_cooperate .con_list .con_item img {
	width: 5.8vw;
	height: 5.8vw;
	margin-right: 1vw;
	opacity: 0.2;

}
.tab-content .content_cooperate .con_list .con_item .item_h1 {
	color: #f2221d;
}
.tab-content .content_cooperate .con_list .con_item .item_text {
	color: #707070;
	line-height: 1.6;
	margin-top: 10px;
}
.tab-content .content_supplier {
	padding-top: 5.208vw;
	padding: 60px 5%;
}

.tab-content .content_supplier .con_list .con_item .con_title {
	margin-top: 1.771vw;
	width: 14.583vw;
	height: 3.906vw;
	padding-left: 2.344vw;
	line-height: 3.906vw;
	color: #fff;
	background-color: #F2221DFF;
	position: relative;
}
.tab-content .content_supplier .con_list .con_item .con_title::after {
	content: '';
	position: absolute;
	right: -2.604vw;
	top: -0.625vw;
	width: 4.5vw;
	height: 4vw;
	background: #f5f5f5;
	transform: rotate(70deg);
}

.tab-content .content_supplier .con_list .con_item .con_text p {
	line-height: 1.8;	
	color: #707070;
}
.tab-content .content_process {
	padding: 60px 5%;
	background-color: #f5f5f5;
	overflow-x: hidden;
}
.tab-content .content_process .slide_pc {
	display: block;
}
.tab-content .content_process .slide_mb {
	display: none!important;
}
.tab-content .content_process .con_list .con_slide {
	display: flex;
	align-items: center;
	width: auto;
}
.tab-content .content_process .con_list .con_slide .slide_img {
	width: 2vw;
}
.tab-content .content_process .con_list .con_item {
	width: 20vw;
	height: 25vw;
	padding: 3vw 1.8vw;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
.tab-content .content_process .con_list .partner_item {
	width: 15vw;
}
.tab-content .content_process .con_list .con_item img {
	width: 4vw;
	height: 4vw;
}
.tab-content .content_process .con_list .con_item .item_title {
	padding: 1vw 0 1vw 0;
}
.tab-content .content_process .con_list .con_item .con_text {
	color: #707070;
	text-align: center;
	line-height: 1.6;
}
.tab-content .content_process .con_list .con_item .con_num {
	position: absolute;
	bottom: 20px;
	left: 50%;
	font-weight: bold;
	transform: translate(-50%, 0);
	color: rgba(242, 34, 29, 0.1);
}
.tab-content .footer_img {
	width: 100%;
	height: 16.667vw;
	color: #fff;
	position: relative;
}
.tab-content .footer_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tab-content .footer_img .footer_box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tab-content .footer_img .footer_box .footer_btn {
	width: 13.5vw;
	height: 4vw;
	line-height: 4vw;
	text-align: center;
	border: 0.1vw solid #fff;
	border-radius: 0.5vw;
	margin-top: 1.2vw;
	cursor: pointer;
	color: #fff;
}
.tab-content .footer_btn_mb {
	display: none;
}
.tab-content .footer_btn_pc {
	display: block;
}


/* 1800px - 1920px 大屏适配 */
@media (min-width: 1800px) and (max-width: 1920px) {
	/* 字号 */
	.tab-content .con_h1{
		font-size: 26px;
	}
	.tab-content .content_cooperate .con_list .con_item .item_h1,
	.tab-content .content_process .con_list .con_item .item_title{
		font-size: 22px;
	}
	.tab-content .con_title,
	.tab-content .content_platform .con_text .text_p,
	.tab-content .content_cooperate .con_list .con_item .item_text,
	.tab-content .content_supplier .con_list .con_item .con_text,
	.tab-content .content_process .con_list .con_item .con_text{
		font-size: 18px;
	}
	.tab-content .content_process .con_list .con_item .con_num{
		font-size: 60px;
		font-weight:bold;
	}
	
	.tab-content .content_cooperate {
		height: 100%;
	}
	.tab-content .content_process .con_list .con_item {
		height: 20vw;
	}
	.tab-content .content_cooperate .con_list .con_item {
		height: 10vw;
	}
}

/* 大于 1920px 超大屏适配 */
@media (min-width: 1921px) {
	/* 字号 */
	.tab-content .con_h1{
		font-size: 28px;
	}
	.tab-content .content_cooperate .con_list .con_item .item_h1,
	.tab-content .content_process .con_list .con_item .item_title{
		font-size: 24px;
	}
	.tab-content .con_title,
	.tab-content .content_platform .con_text .text_p,
	.tab-content .content_cooperate .con_list .con_item .item_text,
	.tab-content .content_supplier .con_list .con_item .con_text,
	.tab-content .content_process .con_list .con_item .con_text{
		font-size: 20px;
	}
	.tab-content .content_process .con_list .con_item .con_num{
		font-size: 60px;
		font-weight:bold;
	}
	
	.tab-content .content_cooperate {
		height: 40vw;
	}
	.tab-content .content_process .con_list .con_item {
		height: 23vw;
	}
	.tab-content .content_cooperate .con_list .con_item {
		height: 10vw;
	}
	
}



@media screen and (max-width: 960px) {
	
	/* 字号 */
	.tab-content .con_h1{
		font-size: 0.65rem;
	}
	.tab-content .content_cooperate .con_list .con_item .item_h1,
	.tab-content .content_process .con_list .con_item .item_title{
		font-size: 0.5rem;
	}
	.tab-content .con_title,
	.tab-content .content_platform .con_text .text_p,
	.tab-content .content_cooperate .con_list .con_item .item_text,
	.tab-content .content_supplier .con_list .con_item .con_text,
	.tab-content .content_process .con_list .con_item .con_text,
	.container .tabs div{
		font-size: 0.42rem;
	}
	.tab-content .content_process .con_list .con_item .con_num{
		font-size: 0.75rem;
		font-weight:bold;
	}

	

	
	.container .tabs {
		width: 100%;
		height: 1.0667rem;
		margin-top: 0.9333rem;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding-left: 0.64rem;
		padding-top: 0.1333rem;
		position: sticky;
		position: -webkit-sticky;
		top: 1.2rem;
		background: #fff;
		z-index: 100;
	}
	.container .tabs div {
		height: 100%;
		/*font-size: 0.4rem;*/
		color: #333;
		margin-right: 0.9067rem;
		border-bottom: 0.1rem solid transparent;
		border-radius: 0.0267rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.container .tabs div.active {
		color: #f2221d;
		font-weight: bold;
		border-bottom: 0.1rem solid #f2221d;
	}
	.tab-content {
		padding-top: 0.8rem;
	}
	/*.tab-content .con_title {
		font-size: 0.4rem;
	}*/
	.tab-content .con_h1 {
		/*font-size: 0.56rem;*/
		padding: 0.1rem 0 0.2rem 0;
	}
	.tab-content .content_platform {
		padding: 0.5rem 0.3rem 1rem 0.3333rem;
	}
	.tab-content .content_platform .con_text {
		padding: 0.5rem 0.3rem;
		align-items: flex-start;
	}
	.tab-content .content_platform .con_text .text_p {
		/*font-size: 0.35rem;*/
		padding: 0;
		line-height: 0.7rem;
		text-indent: 2em;
	}
	.tab-content .content_platform .con_text .text_liner {
		/*font-size: 1.6rem;*/
		opacity: 0.2;
		line-height: 0.4667rem;
		margin-top: 0.4rem;
	}
	.tab-content .content_cooperate {
		height: 100%;
		padding: 1.3333rem 0.3333rem 1.0667rem 0.3333rem;
	}
	.tab-content .content_cooperate .con_list {
		margin-top: 0.2rem;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.tab-content .content_cooperate .con_list .con_item {
		width: 100%;
		height: auto;
		padding: 0.5rem 0.4rem 0.5rem 0.2667rem;
		margin-bottom: 0.2667rem;
	}
	.tab-content .content_cooperate .con_list .con_item img {
		width: 1.4rem;
        height: 1.4rem;
        margin-right: 0.4rem;
	}
	/*.tab-content .content_cooperate .con_list .con_item .item_h1 {
		font-size: 0.4rem;
	}*/
	.tab-content .content_cooperate .con_list .con_item .item_text {
		/*font-size: 0.35rem;*/
		line-height: 0.65rem;
		/*margin-top: 0.1333rem;*/
		text-align: justify;
	}
	.tab-content .content_supplier {
		padding: 1.3333rem 0.3333rem 0.8rem 0.3333rem;
	}
	.tab-content .content_supplier .con_list {
		display: block;
	}
	.tab-content .content_supplier .con_list .con_item {
		width: 100%;
		height: auto;
		padding-top: 0.4533rem;
		padding-bottom: 0.6rem;
		margin-bottom: 0.2667rem;
	}
	.tab-content .content_supplier .con_list .con_item .con_title {
		margin-top: 0;
		width: 3.7333rem;
		height: 1rem;
		padding-left: 0.5333rem;
		line-height: 1rem;
		/*font-size: 0.4533rem;*/
	}
	.tab-content .content_supplier .con_list .con_item .con_title::after {
		right: -0.7667rem;
		top: -0.16rem;
		width: 1.152rem;
		height: 1.024rem;
	}
	.tab-content .content_supplier .con_list .con_item .con_text {
		/*font-size: 0.35rem;*/
		padding: 0 0.2rem;
	}
	.tab-content .content_supplier .con_list .con_item .con_text p {
		line-height: 0.65rem;
	}
	.tab-content .content_process {
		padding: 1.3333rem 0.3333rem 0.8rem 0.3333rem;
	}
	.tab-content .content_process .slide_pc {
		display: none;
	}
	.tab-content .content_process .slide_mb {
		display: block!important;
		overflow-x: auto;
		margin-top: 0.2rem;
	}
	.tab-content .content_process .con_list .con_slide .slide_img {
		width: 0.6667rem;
		height: 1.4667rem;
	}
	.tab-content .content_process .con_list .con_item {
		width: 3.8667rem;
		height: 5.8667rem;
		padding: 0.5rem 0.4rem 0 0.4rem;
	}
	.tab-content .content_process .con_list .con_item img {
		width: 1.0667rem;
		height: 1.0667rem;
	}
	.tab-content .content_process .con_list .con_item .item_title {
		/*font-size: 0.3733rem;*/
		padding: 0.25rem 0 0.3rem 0;
	}
	.tab-content .content_process .con_list .con_item .con_text {
		/*font-size: 0.32rem;*/
		line-height: 0.65rem;
	}
	.tab-content .content_process .con_list .con_item .con_num {
		position: absolute;
		bottom: 0.2rem;
		left: 50%;
		font-weight: bold;
		transform: translate(-50%, 0);
		/*font-size: 0.8rem;*/
		color: rgba(242, 34, 29, 0.1);
	}
	.tab-content .footer_img {
		height: 4.2667rem;
	}
	/*.tab-content .footer_img .footer_box .footer_title {
		font-size: 0.8rem;
	}*/
	.tab-content .footer_img .footer_box .footer_btn {
		width: 2.9333rem;
		height: 0.9067rem;
		line-height: 0.9067rem;
		/*font-size: 0.4rem;*/
		border: 0.0267rem solid #fff;
		border-radius: 0.1333rem;
		margin-top: 0.4rem;
	}
	.tab-content .footer_btn_mb {
		display: block;
	}
	.tab-content .footer_btn_pc {
		display: none;
	}
}
