body {
	padding-top: 0 !important;
}

.bannerSwiper {
	height: 80vh;
}

/* .bannerSwiper .swiper-pagination{
	
} */
.bannerSwiper .swiper-pagination-bullet {
	width: 40px;
	height: 3px;
	border-radius: 6px;
	background: #FFF;
}

/* .bannerSwiper {
	--swiper-theme-color: #D83C23;

} */
/* 模块上下边距 */
.module-padding {
	padding-top: 80px;
}

/* 模块头部样式 */
.module-header {
	text-align: center;
	margin-bottom: 40px !important;
}


.module-header .mh-title {
	position: relative;
}

.module-header .mh-h1 {
	font-size: 36px;
	font-weight: bold;
	color: #292929;
	z-index: 10;
	position: relative;
}

.module-header .mh-h2 {
	font-size: 36px;
	color: rgba(41, 41, 41, 0.1);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	text-transform: uppercase;
}

.module-header .mh-desc {
	font-size: 16px;
	margin-top: 8px;
	color: #525252;
}

.winnow .winnow-cn {}

.winnow-cn .wc-item {
	width: calc((100% - 120px)/6);
	height: 376px;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
	transition: all 0.2s;

}

.winnow-cn .wc-item:last-child {
	margin-right: 0;
}

.winnow-cn .wc-item .wi-text {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(180deg, #aadc21 0%, #aadc21 31%, rgba(32, 181, 99, 0) 100%);
	padding: 60px 30px;
	display: flex;
	flex-direction: column;
	transition: 0.3s;

}

.winnow-cn .wc-item:nth-child(2) .wi-text {
	background: linear-gradient(180deg, #E5A15C 0%, #E5A15C 31%, rgba(229, 161, 92, 0) 100%);

}

.winnow-cn .wc-item .wi-text:nth-child(3) {

	/* 	background: linear-gradient(180deg, #aadc21 0%, #aadc21 31%, rgba(32, 181, 99, 0) 100%); */
}

.winnow-cn .wc-item:nth-child(4) .wi-text {

	background: linear-gradient(180deg, #E58E73 0%, #E58E73 31%, rgba(229, 142, 115, 0) 100%);
}

.winnow-cn .wc-item:nth-child(5) .wi-text {

	background: linear-gradient(180deg, #2083B5 0%, #2083B5 31%, rgba(32, 131, 181, 0) 100%);
}

.winnow-cn .wi-text .sequence {
	font-size: 48px;
	font-weight: bold;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.5s;
}

.winnow-cn .wi-text .wt-title {
	font-size: 20px;

	color: #FFFFFF;
}

.winnow-cn .wt-desc-cn {
	padding-top: 10px;
	flex: 1;
	opacity: 0;
	transition: all 0.8s;
	margin-top: 50px;
	display: flex;
	flex-direction: column;
}

.winnow-cn .wt-desc-cn {
	/* width: 400rpx; */
}

.winnow-cn .wt-desc-cn .wt-butt {
	margin-top: auto;
	width: 160px;
	height: 50px;
	background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
	border-radius: 48px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

/* .winnow-cn .wc-item:hover {
	width: calc(((100% - 120px)/6)*2);

	transition: all 0.5s;
}

.winnow-cn .wc-item:hover .wi-text {
	padding: 45px 30px;

	background: linear-gradient(90deg, rgba(207, 244, 224, 0.75) 0%, #E5FAEE 50%, #C8F3DB 100%);
}

.winnow-cn .wc-item:hover .sequence {
	transition: all 0.3s;
	background: linear-gradient(180deg, #aadc21 0%, rgba(32, 181, 99, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.winnow-cn .wc-item:hover .wi-text .wt-title {
	color: #292929;
}

.winnow-cn .wc-item:hover .wt-desc-cn {
	opacity: 1;
	margin-top: 0;
} */

.winnow-cn .wc-item-avtive {
	width: calc(((100% - 120px)/6)*2);

	transition: all 0.5s;
}

.winnow-cn .wc-item-avtive .wi-text {
	padding: 45px 30px;

	background: linear-gradient(90deg, rgba(207, 244, 224, 0.75) 0%, #E5FAEE 50%, #C8F3DB 100%) !important;
}

.winnow-cn .wc-item-avtive .sequence {
	transition: all 0.3s;
	background: linear-gradient(180deg, #aadc21 0%, rgba(32, 181, 99, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.winnow-cn .wc-item-avtive .wi-text .wt-title {
	color: #292929; 
	overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
}

.winnow-cn .wc-item-avtive .wt-desc-cn {
	opacity: 1;
	margin-top: 0;
}
.wt-desc-cn .wt-desc{
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5; 
}

/* 跨境服务 */
.cross-border {
	background: url('../img/cross-border-bg.png') no-repeat;
	background-size: 100% 100%;
}

.cb-step {}

.cb-step .cs-item {
	background: #fff linear-gradient(180deg, #D4F0E0 0%, rgba(32, 181, 99, 0) 100%);
	border-radius: 100px;
	padding: 20px 70px;
	font-size: 24px;
	color: #292929;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

/* .cb-step .cs-item2{
	padding: 15px 50px;
	color: #fff;
	font-size: 18px;
} */


.cb-step .cs-item::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	left: -10%;
	top: -140%;
	width: 140px;
	height: 140px;
	z-index: 9;
	transition: all 0.3s;
	background: linear-gradient(180deg, rgba(32, 181, 99, 0.3) 0%, rgba(32, 181, 99, 0) 100%);
}

.cb-step .cs-item::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	right: -10%;
	bottom: -140%;
	width: 140px;
	height: 140px;
	transition: all 0.3s;
	z-index: 9;
	background: linear-gradient(180deg, rgba(32, 181, 99, 0.05) 0%, rgba(32, 181, 99, 0.3) 100%);
}

.cb-step .cs-item-avtive::after,
.cb-step .cs-item:hover::after {
	right: -10%;
	bottom: -120%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.cb-step .cs-item-avtive::before,
.cb-step .cs-item:hover::before {

	left: -10%;
	top: -120%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.cb-step .cs-item-avtive,
.cb-step .cs-item:hover {
	background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
}

.cb-step .cs-item-avtive .sx,
.cb-step .cs-item:hover .sx {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cb-step .cs-item-avtive .fl,
.cb-step .cs-item:hover .fl {
	color: #fff;
}




.cb-step .cs-item:nth-child(2) {
	margin: 0 20px;
}

.cb-step .sx {
	color: #aadc21;
	margin-right: 5px;
	font-weight: bold;
}

.cb-step span {
	transition: all 0.3s;
}

.transborder-cn {
	padding-top: 40px;
	display: flex;
}

.transborder-cn .tc-text {
	flex: 1;
}

.transborder-cn .circle {
	width: 100%;
	height: 100%;
	padding: 30px;
	border-radius: 50%;
	border: 1px solid #aadc21;
	box-sizing: border-box;
}


.transborder-cn .tc-middle {
	width: 500px;
	height: 500px;
	border: 1px solid rgba(32, 181, 99, 0.3);
}

.transborder-cn .circle2 {
	border: 1px solid rgba(32, 181, 99, 0.5);
}

.transborder-cn .circle3 {
	border: 1px solid rgba(32, 181, 99, 0.7);
}

.transborder-cn .circle4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #aadc21;
	border: 1px solid rgba(32, 181, 99, 0.9);

}

.transborder-cn .circle4 .fw-num {
	font-size: 36px;
	font-weight: bold;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}



.transborder-cn .circle4 .fw-title {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;

}

.transborder-cn .circle4::after {
	position: absolute;
	content: '';
	left: 30px;
	top: 30px;
	right: 30px;
	bottom: 30px;
	border-radius: 50%;
	border: 2px dashed #fff;
	animation: circle 15s linear infinite;

}

.transborder-cn .circle4::before {
	position: absolute;
	content: '';
	left: 60px;
	top: 60px;
	right: 60px;
	bottom: 60px;
	border-radius: 50%;
	border: 2px dotted #fff;
	animation: circle2 15s linear infinite;
}

@keyframes circle {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes circle2 {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}

.transborder-cn .tc-text {}

.transborder-cn .tc-text .tt-item {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	/* padding-top: 10%; */
	justify-content: center;
	height: 50%;
}

.transborder-cn .dwsd {
	display: flex;
	align-items: center;
}

.dwsd .tt-wb {
	display: flex;
	flex-direction: column;
	margin-right: 15px;

}

.dwsd .tt-wb .tt-upper {
	display: flex;
	align-items: center;
}

.dwsd .tt-wb .jt {

	display: block;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	width: 8px;
	height: 8px;
	/* margin-bottom: 2px; */
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}

.dwsd .tt-wb .subtitle {
	font-size: 18px;
	font-weight: bold;
	margin-left: 5px;
}

.dwsd .tt-wb .yw {
	font-size: 18px;
	color: #A3A3A3;
}

.tag-list {
	display: flex;
	margin: 25px 0;
}

.tag-list .tag-item {
	border: 1px solid #aadc21;
	color: #aadc21;
	margin-left: 15px;
	padding: 4px 10px;
	border-radius: 20px;
	background: #fff;
}

.tag-list .tag-item:hover {
	color: #fff;
	background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
}

.tt-item .line {
	/* margin-top: 25px; */
	width: 100%;
	height: 1px;
	background: linear-gradient(270deg, #aadc21 0%, rgba(32, 181, 99, 0) 100%);
	margin-right: -42px;
	position: relative;
}

.tt-item .line::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #aadc21;
	border-radius: 50%;

}

.transborder-cn .tc-text .tt-item-under {
	flex-direction: column-reverse;
}

.transborder-cn .tc-text-tight .tt-item {
	align-items: inherit;
}

.tc-text-tight .dwsd .tt-wb .subtitle {

	margin-left: 0px;
	margin-right: 0px;
}

.tc-text-tight .dwsd .tt-wb .jt {
	display: block;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;

}

.tc-text-tight .dwsd .tt-wb {
	margin-left: 15px;
}

.tc-text-tight .tag-list .tag-item {
	margin-left: 0;
	margin-right: 15px;
}

.tt-item .line2 {
	/* margin-top: 25px; */
	width: 100%;
	height: 1px;
	background: linear-gradient(-270deg, #aadc21 0%, rgba(32, 181, 99, 0) 100%);
	margin-left: -42px;
	position: relative;
}

.tt-item .line2::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #aadc21;
	border-radius: 50%;

}

/* 外贸服务 */
.foreign-trade .winnow-cn .wc-item {
	width: calc((100% - 90px)/5);

}

/* .foreign-trade .winnow-cn .wc-item:hover {
	width: calc(((100% - 120px)/5)*2);
} */
.foreign-trade .winnow-cn .wc-item-avtive {
	width: calc(((100% - 120px)/5)*2);
}

.winnow-cn .wc-tag-list {
	/* flex-wrap: wrap; */
}

.winnow-cn .wc-tag-list .wl-item {
	font-size: 18px;
	color: #aadc21;
	padding: 8px 16px;
	background: #FFFFFF;
	border-radius: 38px;
	border: 1px solid #aadc21;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}

.full-link {
	background: url('../img/full-link-bg.png') no-repeat;
	background-size: 100% 100%;
}

.full-link .fl-box {
	padding: 50px 0;
}

.full-link .fl-cn {
	width: 80%;
	height: 516px;
	border-radius: 1000px;
	opacity: 1;
	border: 2px solid #aadc21;
	margin: 50px auto;
	position: relative
}

.full-link .fl-cn .fc-middle {

	width: 50%;
	height: 140px;
	border-radius: 100px;
	background: url('../img/fm-bg.png') no-repeat;
	background-size: 100% 100%;
	/* background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%); */

}

.full-link .fl-cn .fc-middle img {
	width: 50px;
	height: 50px;
}

.full-link .fl-cn .fc-middle .h4 {
	margin-left: 16px;
	font-size: 28px;
	/* font-weight: bold; */
	color: #FFFFFF;
}

.full-link .fl-cn .option-box {
	width: calc(((120% / 5) + 100%) / 5);
	aspect-ratio: 1/1;

	position: absolute;
	/* left: 0; */

	display: flex;
	justify-content: center;
	align-items: center;
}

.full-link .fl-cn .option-box:nth-child(-n+5) {
	top: 0;
	transform: translate(-50%, -50%);
}

.full-link .fl-cn .option-box:nth-child(n+6) {
	bottom: 0;
	transform: translate(-50%, 50%);

}

.full-link .fl-cn .option-box:nth-child(1),
.full-link .fl-cn .option-box:nth-child(5) {
	top: 22%;
}

.full-link .fl-cn .option-box:nth-child(6),
.full-link .fl-cn .option-box:nth-child(10) {
	bottom: 22%;
}

.full-link .fl-cn .option-item {
	width: 140px;
	height: 140px;
	box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.08);
	border: 2px solid #aadc21;
	border-radius: 50%;
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 10;
	transition: all 0.3s;
	cursor: pointer;
	/* position: absolute;
	left: 0;
	top: 0; 
	transform: translate(-50%,-50%);*/
}


/* .full-link .fl-cn  .option-item:nth-child(2){
	
	left: calc(140px + ((100% - (5 * 40px))) / 4);
	top: 0;
	
} */


.full-link .fl-cn .option-box:nth-child(2),
.full-link .fl-cn .option-box:nth-child(7) {

	left: calc(((120% / 5) + 100%) /5);


}

.full-link .fl-cn .option-box:nth-child(3),
.full-link .fl-cn .option-box:nth-child(8) {
	left: calc(((120% / 5) + 100%) /5 * 2);



}

.full-link .fl-cn .option-box:nth-child(4),
.full-link .fl-cn .option-box:nth-child(9) {
	left: calc(((120% / 5) + 100%)/5 * 3);


}

.full-link .fl-cn .option-box:nth-child(5),
.full-link .fl-cn .option-box:nth-child(10) {
	left: calc((((120% / 5) + 100%)/5 * 4) - 40px);

}

.full-link .fl-cn .option-box:nth-child(1),
.full-link .fl-cn .option-box:nth-child(6) {
	left: 50px;
}

.full-link .fl-cn .option-box .oi-img {
	width: 55px;
	height: 55px;
	background: #aadc21;
	border-radius: 50%;
	margin-bottom: 5px;
}

.full-link .fl-cn .option-box .oi-img img {
	width: 35px;
	height: 35px;
	-webkit-filter: grayscale(100%) brightness(200%);
	filter: grayscale(100%) brightness(200%);
}

.full-link .fl-cn .option-item::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	left: -45%;
	top: -40%;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all 0.3s;
	background: linear-gradient(180deg, rgba(32, 181, 99, 0.3) 0%, rgba(32, 181, 99, 0) 100%);
}

.full-link .fl-cn .option-item::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	right: -58%;
	bottom: -58%;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
	z-index: 9;
	background: linear-gradient(180deg, rgba(32, 181, 99, 0.05) 0%, rgba(32, 181, 99, 0.3) 100%);
}

.full-link .fl-cn .option-item:hover::after {
	right: -50%;
	bottom: -50%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.full-link .fl-cn .option-item:hover::before {
	left: -35%;
	top: -35%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.full-link .fl-cn .option-item:hover {
	background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
}

.full-link .fl-cn .option-item:hover .oi-img {
	background: #fff;
	transition: all 0.3s;
}

.full-link .fl-cn .option-item .oi-title {

	font-size: 18px;
	color: #292929;
	transition: all 0.3s;
	text-align: center;
}

.full-link .fl-cn .option-item:hover .oi-img img {
	-webkit-filter: none;
	filter: none;
	transition: all 0.3s;
}


.full-link .fl-cn .option-item:hover .oi-title {
	color: #fff;
}



/* 公开课程 */
.open-course {
	background: linear-gradient(180deg, #F1F7F9 0%, rgba(247, 247, 247, 0.5) 50%, #FFFFFF 100%);
}

/* .winnow-cn .wc-item:first-child .wi-text{
background: linear-gradient(270deg, #C2EBD4 0%, #F0FFF7 0.01%, #C2EBD4 50%, rgba(194, 235, 212, 0.80) 100%);
} */


/* 公开课程 */
.open-course .swiper-wrapper {
	align-items: center;
	padding: 30px 0;
}

.open-course .swiper-slide {
	height: 380px;
	transition: 300ms;
	/*padding: 40px 10px;*/
	padding: 0px 15px 0px 15px;
}

.open-course .swiper-slide-prev {
	/*padding: 20px 20px 20px 10px;*/
	padding: 0px 15px 0px 15px;
}

.open-course .swiper-slide-next {
    padding: 0px 15px 0px 15px;
	/*padding: 20px 10px 20px 20px;*/
}

/*.open-course .swiper-slide-active,*/
/*.swiper-slide-duplicate-active {*/


/*	padding: 0px;*/
/*}*/

.open-course .course-item {
	width: 100%;
	height: 100%;
}

.open-course .course-img {
	/*flex: 1;*/
    height: 240px;

}

.open-course .course-img img {
	width: 100%;
	height: 100%;
	 object-fit: fill; 
	/* aspect-ratio: 116/50; */
}

/* 企业动态 */
.trends {}

.tsc-left {
	position: relative;
	width: calc(50% - 10px);
	/* display: inline-block; */
	float: left;
	overflow: hidden;
	border-radius: 20px;
}


.tsc-left .tl-img {
	width: 100%;
	transition: all 0.3s;
    min-height: 260px;
    max-height: 420px;
}

.tsc-left .tcl-text {
	padding: 16px;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #fff;
	border-radius: 12px;
}

.tsc-left .tl-h3 {
	font-size: 24px;
	font-weight: bold;
}

.tsc-left .tcl-desc {
	font-size: 16px;
	color: #333;
	margin: 10px 0;
}

.tsc-left .tcl-time {
	font-size: 16px;
	color: #333;
}

.tsc-left:hover .tl-img {
	transform: scale(1.1);
}

.tsc-left:hover .tcl-time,
.tsc-left:hover .tcl-desc,
.tsc-left:hover .tl-h3 {
	color: #aadc21;
}

.trends-cn::after {
	display: block;
	content: '';
	clear: both;
}

.trends-cn .tsc-item {
	float: left;
	margin-left: 20px;
	width: calc((100% - 60px)/4);
	background: #F7F7F7 linear-gradient(180deg, #E4F1EA 0%, #E5FAEE 50%, #F6F6F6 100%);

	margin-bottom: 20px;
	border-radius: 20px;
	padding: 2%;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 10;
	transition: all 0.3s;
}

.trends-cn .tsc-item::before {
	z-index: 9;
	content: '';
	width: 240px;
	height: 240px;
	border-radius: 50%;
	position: absolute;
	z-index: 9;
	left: -10%;
	top: -75%;
	background: linear-gradient(180deg, rgba(32, 181, 99, 0.4) 0%, rgba(32, 181, 99, 0.05) 100%);
	transition: all 0.5s;
}

.trends-cn .tsc-item::after {
	/* opacity: 0; */
	z-index: 9;
	content: '';
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	right: -20%;
	bottom: -40%;
	/* background: linear-gradient(180deg, rgba(32, 181, 99, 0.05) 0%, rgba(32, 181, 99, 0.3) 100%); */
	transition: all 0.5s;
}

.trends-cn .tsc-item:nth-child(6) {
	margin-left: 0;
}

.trends-cn .tsc-item .ti-time {
	position: relative;
	z-index: 10;
	color: #292929;
}

.trends-cn .tsc-item .ti-time span {
	background: #FFFFFF;
	border-radius: 44px;
	padding: 4px 10px;
}

.trends-cn .tsc-item .ti-h3 {
	font-size: 16px;
	font-weight: bold;
	color: #292929;
	margin: 8% 0;
	height: 42px;
	/* padding-bottom: 16px; */
	transition: all 0.3s;
}

.trends-cn .tsc-item .detail {
	border-top: 1px solid #E0E0E0;
	padding-top: 16px; 
	color: #A3A3A3;
	font-size: 16px;
	transition: all 0.3s;
}

.trends-cn .tsc-item:hover {
	/* background: #aadc21; */
	background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
}

.trends-cn .tsc-item:hover::before {
	left: -12%;
	top: -80%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 100%);

}

.trends-cn .tsc-item:hover::after {
	/* opacity: 1; */
	right: -30%;
	bottom: -45%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 72%);
}

.trends-cn .tsc-item:hover .ti-h3,
.trends-cn .tsc-item:hover .detail {
	color: #fff;
}

.trends-cn .tsc-item:hover .right-arrow {
	border-color: #fff;
}

/* 东南亚投资资讯 */
.information {
	padding-bottom: 50px;
}

.information .information-cn {
	flex-wrap: wrap;
}

.information .im-step {}

.information .im-item {
	padding: 15px 50px;
	color: #fff;
	font-size: 18px;
	/* background: #aadc21; */
	background: #fff linear-gradient(180deg, #D4F0E0 0%, rgba(32, 181, 99, 0) 100%);
	border-radius: 50px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.information .im-item:nth-child(2) {
	margin: 0 30px;
}

.information .im-item:hover {
	background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
}

.information .im-item::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	left: -25%;
	bottom: 40%;
	width: 125px;
	height: 125px;
	z-index: 9;
	transition: all 0.3s;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.information .im-item::after {
	content: '';
	position: absolute;
	border-radius: 50%;
	right: -10%;
	top: 45%;
	width: 70px;
	height: 70px;
	transition: all 0.3s;
	z-index: 9;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
}

.information .im-item:hover::after {

	right: -15%;
	top: 60%;
}

.information .im-item:hover::before {

	left: -30%;
	bottom: 50%;

}



.information .information-cn .tsc-item:nth-child(4n-3) {
	margin-left: 0;
}

.information .information-cn .tsc-item:nth-child(6) {
	margin-left: 20px;
}

.information .it-main {
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	display: flex;
	justify-content: space-between;

}

.information .it-main>div {
	width: calc((100% - 20px) / 2);
	/* flex: 1; */
	border-radius: 12px;
	overflow: hidden;
	height: 320px;

}

.information .it-main .it-main-left img {
	transition: all 0.3s;
	width: 100%;
}

.information .it-main .it-main-left:hover img {
	transform: scale(1.05);
}

.it-main-right {
	padding: 2%;
	background: #aadc21;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;

}

.it-main-right:hover {
	background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
}

.it-main-right .imr-h3 {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;

}

.it-main-right .imr-desc {
	margin: 15px 0;
	font-size: 16px;
	color: #FFFFFF;
}

.it-main-right .operate {
	color: #fff;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.it-main-right .operate .ckxq {
	margin-left: auto;
}

.it-main-right .operate .right-arrow {
	border-color: #fff;
	width: 10px;
	height: 10px;
}

.it-main-right::before {
	z-index: 9;
	content: '';
	width: 240px;
	height: 240px;
	border-radius: 50%;
	position: absolute;
	z-index: 9;
	left: -1%;
	top: -35%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.15) 100%);
	transition: all 0.3s;
}

.it-main-right::after {
	/* opacity: 0; */
	z-index: 9;
	content: '';
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	right: -10%;
	bottom: -25%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 72%);
	transition: all 0.3s;
}

.it-main-right:hover:before {
	top: -40%;
	left: -5%;
}

.it-main-right:hover:after {
	right: -12%;
	bottom: -28%;
}

@media screen and (max-width: 1280px) {
	.module-padding {
		padding-top: 50px;
	}

	.module-header .mh-h2,
	.module-header .mh-h1 {
		font-size: 26px;

	}

	.module-header .mh-desc {
		font-size: 14px;
	}

	.module-header {

		margin-bottom: 30px;
	}

	.winnow-cn .wc-item .wi-text {


		padding: 30px 15px;
		display: flex;
		flex-direction: column;
		transition: 0.3s;
	}

	.winnow-cn .wi-text .sequence {
		font-size: 32px;
	}

	.winnow-cn .wi-text .wt-title {
		font-size: 16px;
	}

	.wt-desc {
		font-size: 14px;
	}

	.winnow-cn .wt-desc-cn .wt-butt {

		width: 120px;
		height: 35px;
		font-size: 16px;
	}

	.winnow-cn .wc-item {
		height: 300px;
		border-radius: 16px;
		width: calc((100% - 80px)/6);
		margin-right: 20px;
	}

	.winnow-cn .wc-item-avtive {
		width: calc(((100% - 80px)/6)*2);

	}

	.foreign-trade .winnow-cn .wc-item {
		width: calc((100% - 60px) / 5);
	}

	.foreign-trade .winnow-cn .wc-item-avtive {
		width: calc(((100% - 60px)/5)*2);
	}

	.cb-step .cs-item {
		background: #fff linear-gradient(180deg, #D4F0E0 0%, rgba(32, 181, 99, 0) 100%);
		border-radius: 100px;
		padding: 12px 35px;
		font-size: 16px;

	}

	.cb-step .cs-item::before {

		left: -40px;
		top: -65px;
		width: 100px;
		height: 100px;
	}

	.cb-step .cs-item::after {
		right: -30%;
		bottom: -140%;
		width: 100px;
		height: 100px;
	}

	.cb-step .cs-item:hover::after {
		right: -20%;
		bottom: -150%;
	}

	.cb-step .cs-item:hover::before {
		left: -30px;
		top: -65px;

	}

	.cb-step .cs-item-avtive::after {

		background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
	}

	.cb-step .cs-item-avtive::before {

		background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
	}

	.cb-step .cs-item-avtive {
		background: linear-gradient(90deg, #aadc21 0%, #2EA2D3 100%);
	}

	.cb-step .cs-item-avtive .sx {
		background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.cb-step .cs-item-avtive .fl {
		color: #fff;
	}

	.transborder-cn {
		padding-top: 30px;

	}
.it-main-right::before {
    
    width: 160px;
    height: 160px;
 

}
.it-main-right::after {

    width: 120px;
    height: 120px;
 

}
	.transborder-cn .tc-middle {
		width: 300px;
		height: 300px;
		border: 1px solid rgba(32, 181, 99, 0.3);
	}

	.transborder-cn .circle {
		padding: 15px;
	}

	.transborder-cn .circle4::after {

		left: 15px;
		top: 15px;
		right: 15px;
		bottom: 15px;

	}

	.transborder-cn .circle4::before {

		left: 30px;
		top: 30px;
		right: 30px;
		bottom: 30px;

	}


	.dwsd .tt-wb .subtitle,
	.dwsd .tt-wb .yw {
		font-size: 15px;
	}

	.tc-icon img {
		width: 40px;
	}

	.tag-list {

		margin: 20px 0;
		font-size: 12px;
	}

	.tag-list .tag-item {

		margin-left: 10px;
		padding: 4px 8px;

	}

	.tt-item .line2 {
		margin-left: -18px;

	}

	.tt-item .line {
		margin-right: -18px;

	}

	.transborder-cn .circle4 .fw-num {
		font-size: 32px;

	}

	.transborder-cn .circle4 .fw-title {
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.tc-text-tight .tag-list .tag-item {
		margin-right: 10px;
	}

	.winnow-cn .wc-tag-list .wl-item {
		font-size: 14px;
		padding: 6px 10px;
		border-radius: 38px;

	}

	.full-link .fl-cn .option-item {
		width: 100px;
		height: 100px;


	}

	.full-link .fl-cn .option-box .oi-img {
		width: 45px;
		height: 45px;

	}

	.full-link .fl-cn .option-box .oi-img img {
		width: 25px;
		height: 25px;

	}

	.full-link .fl-cn .option-item .oi-title {
		font-size: 14px;

	}

	.full-link .fl-cn {

		height: 350px;

	}

	.full-link .fl-box {
		padding: 30px 0;
	}

	.full-link .fl-cn .fc-middle {
		height: 90px;
	}

	.full-link .fl-cn .fc-middle img {
		width: 40px;
		height: 40px;
	}

	.full-link .fl-cn .fc-middle .h4 {
		margin-left: 16px;
		font-size: 22px;

	}

	.open-course .swiper-slide {
		height: 280px;
		transition: 300ms;
		padding: 30px 10px;
	}

	.open-course .swiper-slide-prev {
		padding: 15px 15px 15px 5px;
	}

	.open-course .swiper-slide-next {
		padding: 15px 5px 15px 15px;
	}

	/*.open-course .swiper-slide-active,*/
	/*.swiper-slide-duplicate-active {*/


	/*	padding: 0px;*/
	/*}*/

	.tsc-left .tcl-text {
		padding: 12px;
		left: 10px;
		right: 10px;
		bottom: 10px;

	}

	.tsc-left .tl-h3 {
		font-size: 18px;
	}

	.tsc-left .tcl-time,
	.tsc-left .tcl-desc {
		font-size: 14px;

	}

	.trends-cn .tsc-item .ti-h3 {
		font-size: 15px;
		margin: 5% 0;
		padding-bottom: 10px;
	}

	.trends-cn .tsc-item .ti-time span,
	.trends-cn .tsc-item .detail {
		font-size: 14px;
	}

	.trends-cn .tsc-item::before {
		width: 180px;
		height: 180px;
	}

	.trends-cn .tsc-item::after {
		width: 120px;
		height: 120px;
	}

	.trends-cn .tsc-item {

		padding: 1.5%;
		float: left;
		margin-left: 15px;
		width: calc((100% - 45px)/4);

		margin-bottom: 15px;
		border-radius: 16px;

	}

	.tsc-item:nth-child(6) {
		margin-left: 0;
	}

	.information .im-item {
		padding: 10px 35px;
		font-size: 16px;

	}

	.information .im-item::before {
		width: 100px;
		height: 100px;
	}

	.information .im-item::after {

		width: 50px;
		height: 50px;

	}

	.information .information-cn .tsc-item:nth-child(6) {
		margin-left: 15px;
	}

	.information .it-main {
		margin-top: 30px;
		margin-bottom: 15px;
		padding: 15px;

	}

	.it-main-right {
		margin-left: 15px;
	}

	.information .it-main>div {
		width: calc((100% - 15px) / 2);


	}

	.it-main-right .imr-h3 {
		font-size: 20px;

	}

	.it-main-right .operate,
	.it-main-right .imr-desc {

		font-size: 14px;

	}
}

@media screen and (max-width: 1024px) {
	.trends-cn .tsc-item {
		padding: 1%;
	}
	.trends-cn .tsc-item .ti-h3 {
		
		padding-bottom: 0px;
	}
	.trends-cn .tsc-item .detail{
		padding-top: 10px;
	}
}
