/* 头 导航 */
.zhanwei {
	height: 3.8125rem;
}

.header_second {
	width: 100%;
	height: 3.8125rem;
	line-height: 3.8125rem;
	background: #21468C;
	position: fixed;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F2F5FF;
	z-index: 199;
}

.header_second_center {
	display: flex;
	justify-content: space-between;
}

.header_second_center a {
	color: #fff;
}

.banner1 {
	width: 100%;
	overflow: hidden;
}

.banner1 img {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.bannerimgbox {
	background-image: url('http://cdn.lamifeng.net/bayuquan/by/1720159839-eegghcfhjdgikeiecccg.png?1720159840');
	width: 100%;
	height: 400px;
	overflow: hidden;
	/* position: absolute; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	backgroundColor: red;
	transform: scale(1);
	transition: all 6000ms linear;
	background-size: 100% 100%;
}

.bannerimg {
	transform: scale(1.15);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.banner1_search {
	width: 100%;
	position: absolute;
	font-family: PingFangSC, PingFang SC;
	margin: auto;
	top: 11.5625rem;
}

.banner1_search_top {
	text-align: center;
	width: 38.75rem;
	margin: auto;
}

.banner1_search_top img {
	width: 50px;
	height: 50px;

}

.banner1_search_center {
	width: auto;
	height: 45px;
	margin: auto;
	font-size: 32px;
	text-align: center;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	margin-top: 0.4375rem;
	margin-bottom: 0.75rem;
	color: #FFFFFF;
	line-height: 45px;
}

.banner1_search_bottom {
	width: 620px;
	height: 54px;
	line-height: 3.375rem;
	margin: auto;
	background: #FFFFFF;
	border-radius: 30px;
}

.banner1_search_bottom select {
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #D43130;
	margin-left: 2rem;
}

.header-search {
	position: relative;
	/* width: 100%; */
	margin: 0 auto;
	padding: 0 88px 0 162px;
	border-radius: 35px;
	background: rgba(255, 255, 255, 0.8);
}

.header-search-txt {
	width: 100%;
	padding: 0;
	height: 54px;
	line-height: 54px;
	border: 0;
	color: #333;
	outline: none;
	background: none;
	font-size: 1.25em;
}

.header-search-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
	width: 48px;
	height: 48px;
	color: #fff;
	border: 0;
	cursor: pointer;
	border-radius: 50%;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header-search-btn img {
	width: 38px;
	height: 38px;
}

.header-search-btn:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.header-search-txt::-webkit-input-placeholder {
	color: #808080;
}

.header-search-option label {
	width: 132px;
	position: absolute;
	left: 30px;
	font-size: 1.375rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #D43130;
	padding-left: 20px;
	line-height: 54px;
	cursor: pointer;
}

.header-search-option label:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	height: 36px;
	background: #668CA3;
	opacity: 0.54;
}

.header-search-option label:before {
	content: "";
	position: absolute;
	right: 3.0625rem;
	top: 44%;
	margin-top: 0;
	border: 7px solid transparent;
	border-bottom-color: #D43030;
	transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	-webkit-transition: all .2s ease-in 0s;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header-search-option label.open:before {
	margin-top: -10px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.header-search-option ul {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 25px;
	width: 122px;
	top: 100%;
	padding: 10px 0;
	line-height: 1.5;
	border-radius: 0 0 10px 10px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 1px 5px 13px #e2e2e4;
}

.header-search-option ul li {
	padding: 5px 10px 5px 20px;

	cursor: pointer;
}

.header-search-option ul li:hover a {
	color: #D43030;
}


.shui img {
	width: 76px;
	position: absolute;
	left: -61px;
	top: 8px;
}

/* 其他 */
.rotation_box {
	width: 100%;
	/* position: relative; */
	/* z-index: 1; */
	margin-top: 3.125rem;
	background-color: #fff;
	height: auto;
}

.rotation_box_slider {
	width: 45%;
	/* width: 40.875rem; */
	height: 100%;
	/* width: 40.75rem; */
	/* height: 24.75rem; */
}


.rotation_box_top {
	text-align: right;
	margin-bottom: 0.625rem;
}

.rotation_box_top span {
	width: 66px;
	height: 21px;
	display: inline-block;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5A8DC6;
	line-height: 21px;
}

.news_more {
	position: absolute;
	right: 4%;
	text-align: center;
	top: 4px;
}

/* #dangList ul li{
										height: 4.425rem;
									} */
.am-slider-c2 .am-control-nav li a {
	width: 12px;
	height: 12px;
	background: #D8D8D8;
	border-radius: 50%;
}

.am-slider-c2 .am-slider-desc {
	/* width: 652px; */
	height: 54px;
	line-height: 54px;
	background: rgba(0, 0, 0, 0.4);
	padding: 0%;
	padding-left: 1.25rem;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}

.am-slider-c2 .am-control-nav {
	bottom: 1.6875rem;
	right: 1.25rem;
}

.rotation_box_bottom {
	display: flex;
	width: 99%;
	/* justify-content: space-between; */
}

/* 轮播图旁边的新闻 */
.rotation_box_news {
	width: 50%;
	margin-left: 1.25rem;
}

.am-tabs-default .am-tabs-nav {
	background-color: #fff;

}

.rotation_box_bottom_line {
	height: 0.0625rem;
	width: 100%;
	margin: auto;
	border-bottom: #1078E2 solid 1px;
}

.rotation_box_news [data-am-widget='tabs'] {
	margin-top: 0%;
}

.rotation_box_news [data-am-widget='tabs'] .am-tabs-nav li {
	display: inline-block;
}

.rotation_box_news .am-tabs-nav li {
	width: 4.5rem !important;
	margin-right: 2.625rem;
}

.rotation_box_news .am-tabs-default .am-tabs-nav a {
	width: 72px;
	height: 25px;
	font-size: 1.1rem;
	margin: auto;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5E5E5E;
	line-height: 25px;
	background-color: #fff;
}

.rotation_box_news .am-tabs-default .am-tabs-nav>.am-active a {
	/* width: auto; */
	height: 25px;
	font-size: 1.1rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 25px;
	background-color: #fff;
	border-bottom: 1px solid #1078E2;
	padding-bottom: 35px;
}

.rotation_box_news [data-am-widget='tabs'] .am-tabs-nav {
	width: 74%;
	margin-left: 0px;
}

.rotation_box_news .am-tabs-bd .am-tab-panel {
	padding: 0% !important;
}

#dangList ul {
	height: 100%;
}

.rotation_box_news .am-list {
	height: 100%;
}

.rotation_box_news .am-list>li {
	border: none;
	margin-bottom: 0%;
	height: 20%;
	/* line-height: 2.625rem; */
	display: flex;
	/* border-bottom: 1px dotted #D8D8D8; */
	justify-content: space-between;

}

.rotation_box_news .am-list li a {
	margin-left: 20px;
	width: 80%;
	height: 3.375rem;
	line-height: 37px;
	font-size: 1rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-top: -20px; */
	-webkit-box-orient: vertical;
	white-space: nowrap;
	display: block;
	-webkit-line-clamp: 1;
}

#supplyNeed li {
	width: 94%;
	height: auto;
	margin: auto;
	/* padding-top: 0.625rem; */
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}

#supplyNeed li:first-child {
	padding-top: 0.625rem;
}

#supplyNeed li a {
	height: 1.875rem;
	line-height: 14px;
	/* line-height: 37px; */
	font-size: 1rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-top: -20px; */
	-webkit-box-orient: vertical;
	white-space: nowrap;
	display: block;
	margin-left: 0%;

	-webkit-line-clamp: 1;
}

.rotation_box_news .am-list .new_time {
	width: 25%;
	font-size: 0.75rem !important;
	text-align: center;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #A9A9A9;
	text-align: right;
}

.rotation_box_news .am-list li a:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #A8C1D8;
	border-radius: 1px;
}

.rotation_box_news .am-list li:hover a:before {
	background: #21468C;
}

.rotation_box_news .am-list li:hover a {
	color: #21468C;
}

/* 互贸服务流程指引 */
.service {
	background-image: url("./img/index_service.png");
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 1.625rem;
	/* height: 567px; */
	padding-top: 2.5rem;
}

.service_title {
	width: 176px;
	height: 30px;
	font-size: 22px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #21468C;
	line-height: 30px;
	margin: auto;
}

.service_title_line {
	width: 30px;
	height: 2px;
	margin: auto;
	margin-bottom: 0;
	text-align: center;
	margin-top: 0.75rem;
	background: #D8D8D8;
}

.service_content {}

.service_content_center {
	background: #fff;
	margin-top: 10px;
}

.service_content_center ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service_content_center ul li {
	width: 16rem;
	height: 16rem;
	/* line-height: 200px; */
	text-align: center;
	background: #FFFFFF;
}


.service_content_center ul li span {
	display: block;
	position: absolute;
	width: 16rem;
	height: 16rem;

	opacity: 0;
}

.service_content_center ul li .line {
	width: 30px;
	height: 2px;
	position: relative;
	margin: auto;
	margin-bottom: 2.9375rem;
	text-align: center;
	margin-top: 2.85rem;
	opacity: 1;
	background: #D8D8D8;
}


.service_content_center ul li span:hover {
	opacity: 1;
	cursor: pointer;
}

.service_content_center ul li a {
	display: inline-block;
	width: 18rem;
	height: 18rem;
	/* line-height: 200px; */
	text-align: center;
}

.service_content_center ul li a:hover {
	box-shadow: 0px 0px 30px 10px rgba(239, 239, 239, 0.5);
}

.service_content_center ul img {
	width: 5.125rem;
	height: 5.125rem;
	margin-top: 4.1875rem;
	margin-bottom: 0.5625rem;
}

@media screen and (max-width:2300px) {
	.service_content_center ul li {
		height: 18rem;
		width: 18rem;
	}

	.service_content_center ul li span {
		display: block;
		position: absolute;
		width: 18rem;
		height: 18rem;
		opacity: 0;
	}
}

@media screen and (max-width:1900px) {
	.service_content_center ul li {
		height: 16rem;
		width: 16rem;
	}

	.service_content_center ul li a {
		display: inline-block;
		width: 16rem;
		height: 16rem;
		/* line-height: 200px; */
		text-align: center;
	}

	.service_content_center ul li span {
		display: block;
		position: absolute;
		width: 16rem;
		height: 16rem;
		opacity: 0;
	}
}

#supplyGoods .am-list>li>a {
	padding: 1rem 0 !important;
	margin: 1px;

}

/* 1700px */
@media screen and (max-width:1700px) {
	.supply .supply_right_top_part1 .am-list {
		padding-bottom: 0rem !important;
	}

	.supply_left_bottom {
		padding-bottom: 1px !important;

	}

	.supply_left_bottom li {
		padding-bottom: 22px !important;
	}

	.owl-carousel .owl-stage-outer {
		height: 268px !important;
	}

	.image-wrapper_1 {
		margin-right: 0px !important;
	}

	.service_content_center ul li {
		height: 14rem;
		width: 14rem;
	}

	.service_content_center ul li span {
		display: block;
		position: absolute;
		width: 14rem;
		height: 14rem;
		opacity: 0;
	}

	.service_content_center ul li a {
		display: inline-block;
		width: 14rem;
		height: 14rem;
		/* line-height: 200px; */
		text-align: center;
	}

	.news_more {
		position: absolute;
		right: 0%;
		top: 0.125rem;
		text-align: center;
	}

	.rotation_box_news .am-tabs-nav li {
		margin-right: 1.625rem;

	}

	.rotation_box_slider {
		/* height: 17rem; */
		/* margin-top: 21px; */
	}

	.dangList ul li {
		/* height: auto !important; */
	}

	.rotation_box_news .am-list li a:before {
		margin-top: -9px !important;
	}

	.dangList ul li a {
		/* height: 41px !important;
		line-height: 59px !important; */
		height: auto !important;
		line-height: 29px !important;
	}

	/* 	#zhengList ul li {
		height: 4.6rem !important;
	}

	#zhengList ul li a {
		height: 41px !important;
		line-height: 59px !important;
	}

	#tongList ul li {
		height: 4.6rem !important;
	}

	#tongList ul li a {
		height: 41px !important;
		line-height: 59px !important;
	}

	#huiList ul li {
		height: 4.6rem !important;
	}

	#huiList ul li a {
		height: 41px !important;
		line-height: 59px !important;
	} */

	.rotation_box_news .am-list li a {
		line-height: 33px !important;
	}

	.supply_right_top_part1 .am-list li {
		padding-top: 0px !important;
	}

	.supply_left_bottom li {
		width: 15rem !important;

	}

	.supply_left_bottom li img {
		/* height: 9.9rem !important; */
	}

	.thoroughfare_content ul li {
		/* height: 15.375rem !important; */
	}

	.service_content_center ul li {
		height: 13rem;
		width: 13rem;
	}

	.service_content_center ul li span {
		display: block;
		position: absolute;
		width: 13rem;
		height: 13rem;

		opacity: 0;
	}

	.service_content_center ul li a {
		display: inline-block;
		width: 13rem;
		height: 13rem;
		/* line-height: 200px; */
		text-align: center;
	}

	.nav3 div {
		margin-right: 0.5625rem;
	}

}




/* 关于我们 */
.policy {
	width: 100%;
	height: 492px;

}

.policy_box_news {
	width: 100%;
	margin: auto;
}

.policy .policy_title {
	width: 88px;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.newbusinessmodel {
	background-image: url('../img/city/新业态线条bg@1x.png');
}

.policy_content .level_time {
	background: url(./img/时间icon@2x.png);
	background-size: 14px 14px;
	background-position-y: center;
	background-repeat: no-repeat;

	margin-left: 0.625rem;
}

.level_time span {
	margin-left: 1.6625rem;
	margin-right: 1.125rem;
}

.level_enterprise {
	background: url(./img/单位icon@2x.png);
	background-size: 14px 14px;
	background-position-y: center;
	background-repeat: no-repeat;

	margin-left: 0.625rem;
}

.level_enterprise span {
	margin-left: 1.6625rem;
}

.policy_box_bottom {
	width: 100%;
}

.policy_box_bottom .am-list {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
}

.policy_box_bottom .am-tabs-bd .am-tab-panel {
	padding: 0% !important;
}

.policy_box_bottom .am-tabs-default .am-tabs-nav a {
	width: 106px;
}

.policy_box_bottom .am-list li .am-list_icon {
	display: block;
}

.policy_box_bottom .am-list li div {
	display: flex;
	justify-content: space-between;
}

.policy_box_bottom .am-list>li {
	border: none;
	width: 48%;
	margin-bottom: 0%;
	height: auto;
	line-height: 1.625rem;
	padding-bottom: 20px;
	padding-top: 20px;
	display: block;
	justify-content: space-between;
	border-bottom: 1px dotted #D8D8D8;
}

.policy_box_bottom .am-list li a {
	padding-left: 20px;
	width: 80%;
	display: inline-block;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}

.policy_box_bottom .am-list .new_time {
	width: 19%;
	font-size: 0.75rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #A9A9A9;
}

.policy_box_bottom .am-list li a:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 50%;
	margin-top: -21px;
	width: 6px;
	height: 6px;
	background: #A8C1D8;
	border-radius: 1px;
}

.policy_box_bottom .am-list .detal {
	width: 12%;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
}

.policy_box_bottom .am-list li:hover .div_a {
	color: red;
}

.div_b {
	justify-content: flex-start !important;
	margin-top: 0;

}

.policy_box_bottom .am-list li:hover a:before {
	background: #21468C;
}

/* .div_a a */
.policy_box_bottom .am-list li:hover a {
	color: #21468C;
}

.pro-title {
	position: absolute;
	width: 96%;
	margin: auto;
	text-align: center;
}

.pro-title .title {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1E1E1E;
	overflow: hidden;
	text-overflow: ellipsis;
	/* width: 60%; */
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-top: 1.25rem;
	margin-bottom: 0.5625rem;
}

.pro-text {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #5E5E5E;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 85%;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	margin-left: 1.75rem;
}

.pro-bottom {
	width: 17.1875rem;
	height: 38px;
	background: #F5F5F6;
	margin: auto;
	margin-top: 1.3125rem;
	line-height: 38px;
	text-align: center;
}

.pro-title a:hover .pro-bottom {
	color: #fff;
	background: #2B83E4;
}


/* 新业态样式 */
.xinytImg {
	width: 100%;
	/* height: 28vh; */
	object-fit: cover;
	/* 
	/* height: 10rem; */
}

/* 	.image_3 {
	
		width: 16.25rem;
		height: 10rem;
	} */

.formats {
	/* background-image: url(../img/新业态线条bg@2x.png); */
	width: 100%;
	/* background-size: 100% 100%;
		background-repeat: no-repeat;
		height: 58.75rem; */
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	background-color: #F5F5F6;
}

.owl-carousel {
	width: 90%;
	margin: auto;
}

.owl-carousel .owl-stage-outer {
	height: 350px;
}

.formats_title {
	width: 68px;
}

.formats_content {
	width: 100%;
}

.formats_content li {
	background-color: #fff;
	margin-bottom: 1.25rem;
}

.formats_content_top img {
	width: 140px;
	height: 94px;
	margin-right: 0.75rem;
}

.formats_content_top {
	display: flex;
	align-items: center;
	height: 138px;
	width: 100%;
	margin: auto;
	justify-content: space-between;
}

.formats_content_top_part1 {
	display: flex;
	/* height: 94px; */
}

.formats_content_top_part2 {
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1E1E1E;
	margin-top: 20px;
}

.formats_content_top_part3 {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	margin-top: 0.6875rem;
}

.formats_content_top_part4 {
	width: 100px;
	height: 32px;
	align-items: baseline;
	line-height: 32px;
	text-align: center;
	border: 1px solid #ECECEC;
	position: relative;
	top: -30px;
	right: 22px;
}

.formats_content_top_part5 {
	width: 64px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	display: inline-block;
	background: #FFF5EA;
	border-radius: 12px 0px 12px 0px;
	border: 1px solid #FFEDD6;
	font-size: 11px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ED8600;

}

.formats_content_top_part4:hover {

	background: #2B83E4;
}

.formats_content_top_part4 a {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #8C8C8C;
}

.formats_content_top_part4:hover a {
	color: #fff;
}

.formats_content_center {
	display: flex;
}

.formats_content_center_part1 {
	width: 63px;
	height: 138px;
	text-align: center;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 25px;
	border: #F5F5F6 solid 1px;
}

.formats_content_center_part1 span {
	display: inline-block;
	width: 18px;
	height: 138px;
	margin-top: 3.0625rem;
}

.formats_content_center_part2 {
	height: auto;
	/* height: 8.625rem; */
	width: 100%;
}

.formats_content_center_part2 ul {
	display: flex;

}

.formats_content_center_part2 ul li {
	/* width: 33%; */
	width: auto;
	/* background-color: ; */
	height: auto;
	/* height: 255px; */
	cursor: pointer;
	border-top: none;
	border-bottom: none;
	border-right: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 21px;
}

.formats_content_center_part2 ul li:hover img {
	transform: scale(1.13);
	transition: transform 0.5s ease-in-out;
}

.formats_content_center_part2 ul li:hover .pro-title div {
	color: #2B83E4;
}


.image-text_6 {
	overflow: hidden;
	transition: all 0.6s ease-in-out 0s;
}

.am-icon-angle-right {
	margin-left: 5px;
}

/* 	.formats_content_center_part2 ul li a {
		display: flex;
		height: auto;
	
		align-items: center;
	} */

.formats_content_center_part2_top_img {
	display: block;
	position: absolute;
	width: 100%;
	height: 138px;
	opacity: 1;
}

.formats_content_center_part2_top_img img {
	width: 34px;
	height: 34px;
	margin-left: 2.1875rem;
	margin-right: 1.0625rem;
}

.formats_content_center_part2 ul li .formats_content_center_part2_top_bottom span {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1E1E1E;
}

.formats_content_center_part2 ul li .formats_content_center_part2_top_bottom div {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 92%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
	margin-top: 0.5625rem;
	-webkit-box-orient: vertical;
}

.formats_content_center_part2_top img {
	width: 34px;
	height: 34px;
	margin-left: 2.1875rem;
	margin-right: 1.0625rem;
}

/* 需求 */
.formats_content_bottom_part1 {
	border-top: none;
}

/* 
	.formats_content_center_part2 li a:hover {
		background: #2B83E4;
		color: #fff;
	} */


.formats_content_center_part2 li a:hover .formats_content_center_part2_top_img {
	opacity: 1;
	top: 52px;
}

.formats_content_center_part2 li a:hover .formats_content_center_part2_top_bottom span {
	color: #fff;
}

.formats_content_center_part2 li a:hover .formats_content_center_part2_top_bottom div {
	color: #fff;
}

.formats_title_line {
	margin-top: 13px;
	margin-bottom: 2.1875rem;
}

.policy_box_top {
	margin-top: -31px;
	1268 right: 0%;
}

.owl-theme .owl-controls {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 110%;
	top: 21%;
	left: -4%;
}

.owl-nav {
	display: flex;
	justify-content: space-between;
	width: 98%;
}

/* 左右图片 */
.industry .owl-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: auto;
}

.image-wrapper_1 {
	width: 30px;
	height: 30px;
	margin-right: 0.25rem;
}


.owl-item {
	/* width: 380px !important; */
	/* width: 262px !important; */
	/* border: black 2px solid; */
	margin-top: 0.625rem;
	margin-right: 20px !important;
	/* margin-left: 10px !important; */
	/* box-shadow: 0px 2px 16px 0px rgba(233, 233, 233, 0.5); */
	/* margin-right: 0% !important; */
}

/* 新业态样式 */

/* 供需撮合样式 */
.supply {
	background-image: url("../img/供需市场-bg@2x.png");
	width: 100%;
	height: 753px;

	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	padding-bottom: 3.125rem;
	margin-top: 0%;
}

.supply_left {
	width: 57%;
}

.supply_left_top {
	background-image: url("../img/热门供应背景@2x.png");
	width: 100%;
	/* width: 40.625rem; */
	height: 65px;
	line-height: 65px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
}

.supply_right_top {
	background-image: url("../img/热门需求背景@2x.png");
	width: 100%;
	/* width: 650px; */
	height: 65px;
	line-height: 65px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #fff;
}

.supply_left_top_part1 {
	width: 92%;
	display: flex;
	margin: auto;

	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	justify-content: space-between;
}

.supply_left_top_part1 div {
	font-size: 18px;
}

.supply_left_top_part1 a {
	color: #fff;
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 400;
}

.supply_left_bottom {
	background-color: #fff;
	padding-bottom: 20px;
}

.supply_left_bottom ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	margin: auto;
}

.supply_left_bottom li {
	/* width: 21.625rem; */
	width: 21.625rem;
	height: auto;
	/* background: #FFFFFF; */
	border: none;
	overflow: hidden;
	margin-top: 1.25rem;
	/* padding-bottom: 28px; */
}

.supply_left_bottom_part1 {
	height: 4.8125rem;
	line-height: 1.95rem;
}

.supply_left_bottom_part1 span {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1E1E1E;
	height: 1.75rem;
	padding-left: 1.25rem;
	margin-top: 0.9375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	width: 92%;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	display: inline-block;
}

.supply_left_bottom_part1 div {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #868686;
	padding-left: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	width: 92%;
	margin-top: -8px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
}


.supply_left_bottom li:hover .supply_left_bottom_part1 span {
	color: #21468C;
}

.supply_left_bottom li:hover .supply_left_bottom_part1 div {
	color: #21468C;
}

.supply_left_bottom li:hover img {

	transform: scale(1.03);
	transition: transform 0.3s ease-in-out;
}

.supply_left_bottom li img {
	width: 96%;
	/* height: 20.5rem; */
	transition: all 0.3s ease-in-out 0s;
}

/* .supply_left_bottom li div {
		text-align: center;
	} */

.supply_right_top_part1 {}

.supply .supply_right_top_part1 .am-list {
	margin-bottom: 0%;
	padding-bottom: 1.8125rem;
	background-color: #fff;
}

.supply_right_top_part1 ul {
	padding-bottom: 0.5rem;
	background-color: #fff;
}

.supply_right_top_part1 .am-list li {
	display: block !important;
	/* padding-top: 14px; */
	padding-bottom: 0;
	height: auto;
}

.supply_right_top_part2 {
	display: flex;
	justify-content: space-between;
}



.supply .supply_c {
	font-size: 14px !important;
	width: 91% !important;
	font-size: 12px;
	text-align: left !important;
	/* border-bottom: 1px dotted #D8D8D8; */
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #A9A9A9;
}

.supply .rotation_box_news .am-list li a:before {
	background: #fff;
	content: none;
}


.supply_title {
	width: 88px;
	padding-top: 40px;
}

.supply_title_line {
	margin-top: 3.5rem;
	margin-bottom: 25px;
}

/* 供需撮合样式 */

/* 外贸服务-头 */
.Foreigntrade {
	width: 100%;
	height: 382px;
	background: url(../img/index_foreign.png);
	background-size: 100% 100%;
}

.Foreigntrade_title {
	color: #fff;
	width: 6.35rem;
	padding-top: 2.5rem;
}

.Foreigntrade_title_line {
	margin-top: 3.3rem;
	margin-bottom: 2.5rem;
}

.Foreigntrade_content ul {
	display: flex;
	justify-content: space-between;

}

.Foreigntrade_text {
	width: 6rem;
	margin: auto;
	margin-top: 3.3125rem;
	margin-bottom: 2.125rem;
	font-size: 18px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #1E1E1E;
}

.Foreigntrade_next {
	width: 28px;
	height: 1.75rem;
	margin: auto;
}

.flip-box {
	width: 32%;
	height: 12.5rem !important;
	/* width: 23.75rem; */
	/* height: 12.5rem; */
	text-align: center;
	position: relative;
	perspective: 1000px;
	transition: transform 0.6s;
}

.flip-box-inner_left {
	width: 180px;
	height: 100%;
}

.flip-box-inner_right {
	width: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.flip-box-inner_right img {
	width: 12.5rem;
	height: 100%;

}

.flip-box-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
}

.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.flip-box-front {
	display: flex;
	background-color: #fff;
	color: black;
	justify-content: space-between;
}

.flip-box-back {
	background-color: #fff;
	color: #1E1E1E;
	display: flex;
	justify-content: space-between;
	backface-visibility: hidden;
	transform: rotateY(180deg);
}



.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);

}

.flip-box:hover .flip-box-back {
	animation: change-color 0.3s linear 0.3s forwards;
}

.Foreigntrade_content .flip-box-back img {
	/* width: 10rem;
		height: 10rem; */
	width: 8rem;
	height: 8rem;
	margin-top: 0.25rem;

}

/* 定义动画 */
@keyframes change-color {
	to {
		backface-visibility: visible;
		transform: rotateY(0deg);

	}
}

.Foreigntrade_content .line {
	width: 36px;
	height: 2px;
	margin: auto;
	background: #ECECEC;
	margin-bottom: 1.25rem;
}

.Foreigntrade_content .flip-box-back .text {
	margin-top: 27px;
	margin-bottom: 23px;
}

.Foreigntrade_content .flip-box-back .enter {
	width: 100px;
	height: 26px;
	line-height: 26px;
	border-radius: 18px;
	border: 1px solid #8C8C8C;
	margin: auto;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #8C8C8C;
}

.Foreigntrade_content .flip-box-back:hover .enter {
	background: #21468C;

}

.Foreigntrade_content .flip-box-back:hover .enter a {
	color: #FFFFFF;
}

/* 轮播图 */
.carousel {
	width: 100%;
	height: 100%;
}

.carousel-images {
	height: 100%;
	overflow: hidden;
}

.carousel-images div {
	width: 100%;
	height: 100%;
	/* height: 550px; */
	display: none;
	overflow: hidden;
}

.carousel-images div.active {
	display: block;
}

.spanbox {
	display: block;
	width: 100% !important;
	height: 54px;
	background: rgba(0, 0, 0, 0.4);
	margin-top: -54px;
	position: relative;
	line-height: 54px;

	/* 确保文本在一行内显示 */
	/* 使用省略号表示文本溢出 */
}

.carousel-images div.active .spanbox span {
	display: block;
	font-family: PingFangSC, PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	font-style: normal;
	/* position: absolute; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 74%;
	padding-left: 1.25rem;
}

.carousel-images img {
	width: 100%;
	height: 100%;
	/* width: 40.75rem;
	height: 24.75rem; */
	/* height: 550px; */
	/* display: none; */
	overflow: hidden;
}

.carousel-images img.active {
	display: block;
}

.carousel-buttons {
	display: flex;
	position: absolute;
	/* top: 617px; */
	margin: auto;
	text-align: center;
	left: 38%;
	margin-top: -27px;
}

.carousel-buttons span {
	/* display: none; */
	width: 10px;
	height: 10px;
	cursor: pointer;
	background: #D8D8D8;
	margin: 0% auto;
	margin-right: 0.75rem;
	border-radius: 50%;
}

.carousel-buttons span.active {
	background: #2B83E4;
}

/* 外贸服务-尾 */


@media screen and (max-width:1300px) {
	.Foreigntrade_text {
		margin-top: 2.3125rem !important;
	}

	.rotation_box_news .am-tabs-nav li {
		margin-right: 1.225rem;
	}

	#supplyGoods .am-list>li>a {
		padding: 0% !important;
	}

	.supply_left_bottom {
		padding-bottom: 0.9375rem !important;
	}

	.supply_left_bottom li {
		/* width: 13rem !important; */
		padding-bottom: 0% !important;
		/* padding-top: 0.27rem !important; */
	}

	.Foreigntrade_content .flip-box-back .enter {
		width: 5.1875rem !important;
	}


	.linebg_b {
		padding-bottom: 0% !important;
	}

	.supply_left_bottom_part1 span {
		margin-top: 0% !important;
	}

	.supply_right_top_part1 .am-list li {
		/* padding-top: 6px !important; */
	}

	#dangList ul li {
		/* height: auto !important; */
	}

	#dangList ul li a {
		height: auto !important;
		line-height: 22px !important;
	}

	.rotation_box_news .am-list li a {
		height: auto !important;
	}

	.rotation_box_news .am-list li a:before {
		margin-top: -10px !important;
	}

	.carousel-buttons {
		left: 37% !important;
	}

	#supplyNeed li {
		padding-bottom: 0% !important;
	}
}