@font-face{
	font-family:segoeui;
	src: url('../img/fonts/segoeui.woff.ttf');
}
body {
	font-family:segoeui;
	background: url('../img/hy202511/bg.png') 100% 100%;
	/* background: url("../img/hy202511/banner.png") no-repeat top center; */
	background-size: 100% auto;
}
.banner{
	width: 100%;
}
.hy-container{
	padding-bottom: 10%;
}
.inner {
	width: 70%;
	margin: 0 auto;
}
.hy-footer {
	margin-top: 120px;
	padding-top: 330px;
	height: 1602px;
	background: url("../img/hy202511/bg3.png") no-repeat bottom center;
	background-size: 100% 1602px;
}
.hy-title {
	/* display: flex; */
	text-align: center;
	color: #FFFFFFE5;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 40px;
	position: relative;
	width: fit-content;
	margin: 0 auto;
}
.hy-title::after{
	content: url(../img/hy202511/title-bg.png);
	width: 100%;
	/* height: 20px; */
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: -5px;
	right: -5px;
	z-index: 1;
}
.hy-title .title-icon{
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 6px;
	margin-top: 6.5px;
}
.hy-title span.zh {
	position: relative;
	z-index: 2;
}
.hy-title span.en {
	opacity: 0.7;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
}

.detail{
	border-radius: 4px;
	/* background: linear-gradient(-36.8deg, #393672 0%, #1F2E61 100%); */
	background: url("../img/hy202511/detail-bg.png");
	background-size: 100% 100%;
	padding: 25px;
	color: #ffffff;
	margin-top: 25px;
}


/* 大会介绍 */
.hy-intro {
	/* background: #FFFFFF; */
	/* box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16); */
	/* padding: 20px 0 33px 20px; */
	/* margin-top: 43%; */
}
.hy-intro .intro-detail {
	color: #FFFFFFCC;
	font-family: PingFang SC;
	font-size: 20px;
	line-height: 30px;
	text-indent: 2em;
	background: url('../img/hy202511/detail-bg2.png');
}

/* 活动主题 */
.hy-topic {
	margin-top: 80px;
}
.hy-topic .topic-detail{
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 30px;
}
.hy-topic .topic-detail ul li {
	max-width: 48%;
	display: flex;
	align-items: flex-end;
	margin-bottom: 50px;
}
.hy-topic .topic-detail ul li .number {
	width: 50px;
	height: 90px;
}
.hy-topic .topic-detail ul li img{
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.hy-topic .topic-detail ul li p {
	width: 545px;
	margin-left: 14px;
	font-size: 28px;
	color: #2D46EE;
	background-color: rgba(0,106,255,0.1);
	padding: 9px 24px;
	border-radius: 10px;
	border: 1px solid #48D3FF;
}
/* 活动议题 */
.hy-discussion {
	margin-top: 80px;
}
.hy-discussion .discussion-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.hy-discussion .discussion-detail .discussion-item {
	width: 49%;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.hy-discussion .discussion-detail .discussion-item .num{
	color: #FFFFFFE5;
	font-family: DIN Alternate;
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
}
.hy-discussion .discussion-detail .discussion-item .line{
	width: 1px;
	height: 70%;
	background: linear-gradient(0deg, #00000000 0%, #FFFFFF 50%, #00000000 100%);
}
.hy-discussion .discussion-detail .discussion-item .content{
	display: flex;
	flex-direction: column;
	width: 70%;
}
.hy-discussion .discussion-detail .discussion-item .content .name{
	color: #FFFFFFE5;
	font-family: Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}
.hy-discussion .discussion-detail .discussion-item .content .text{
	color: #FFFFFF99;
	font-family: PingFang SC;
	font-size: 16px;
	margin-top: 5px;
}
/* 参会人员 */
.hy-member{
	margin-top: 80px;
}
.hy-member .member-detail{
	color: #FFFFFFCC;
	font-family: PingFang SC;
	font-size: 18px;
	text-indent: 2em;
}

/* 参会方式 */
.hy-application {
	margin-top: 80px;
	position: relative;
}
.hy-application .map-sec {
	margin-top: 25px;
	width: 100%;
	height: 600px;
}
#allmap {
	width: 100%;
	height: 100%;
}
.hy-application .application-detail {
	position: absolute;
	/* background: #FFFFFF; */
	box-shadow: 0 -4px 30px 0 rgba(133,133,133,0.2);
	width: 500px;
	/* height: 508px; */
	/* min-height: 502px; */
	display: flex;
	flex-direction: column;
	gap: 25px;
	left: 30px;
	top: 110px;
	padding: 40px;
	box-sizing: border-box;
	z-index: 99;
	background-color: #212a46;
}
.hy-application .application-detail h3 {
	color: #FFFFFFE5;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 28px;
}
.hy-application .application-detail h4 {
	color: #FFFFFFE5;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 24px;
}
.hy-application .application-detail .horizontal-line {
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #00000000 0%, #FFFFFF 50%, #00000000 100%);
}
.hy-application .application-detail label {
	margin-bottom: 0;
}
.hy-application .application-detail .info {
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}

.hy-application .application-detail .info .info-item {
	display: flex;
	gap: 10px;
	margin: 12px 0;
}

.hy-application .application-detail .info .info-item .line{
	width: 1px;
	height: auto;
	background: linear-gradient(to bottom, #00000000 0%, #FFFFFF 50%, #00000000 100%);
}

.hy-application .application-detail .info .info-item .text .t1 {
	color: #FFFFFFE5;
}
.hy-application .application-detail .info .info-item .text .t2 {
	color: #FFFFFF7F;
}

.hy-application .attend {
	/* margin-top: 48px; */
	background: url("../img//hy202511/detail-bg3.png");
}
.hy-application .attend .title {
	color: #FFFFFF;
	font-weight: medium;
	font-size: 24px;
	line-height: 36px;

}
.hy-application .attend ul {
	margin-right: 37px;
}
.hy-application .attend ul li {
	/* color: #343434; */
	font-size: 16px;
	line-height: 32px;
	color: #ffffffb2;
}
.hy-application .attend .code {
	text-align: center;
}
.hy-application .attend .code img {
	width: 126px;
	height: 126px;
}
/* 联系方式 */
.hy-contact{
	margin-top: 80px;
}
.hy-contact .contact-detail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.hy-contact .contact-detail .label{
	display: inline-block;
	width: fit-content;
}
.hy-contact .contact-detail .label p{
	color: #FFFFFFE5;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
}
.hy-contact .contact-detail .label .horizontal-line{
	height: 1px;
	background: linear-gradient(to right, #00000000 0%, #FFFFFF 50%, #00000000 100%);
	margin-top: 20px;
	margin-bottom: 15px;
}
.hy-contact .contact-detail .contact-detail-item {
	width: 48%;
	color: #FFFFFFE5;
	font-size: 16px;
}
.hy-contact .contact-detail .contact-detail-item.p1{
	background: url("../img/hy202511/detail-bg4.png");
	background-size: 100%;
	background-position: right bottom;
}
.hy-contact .contact-detail .contact-detail-item.p2{
	background: url("../img/hy202511/detail-bg5.png");
	background-size: 100%;
	background-position: right bottom;
}
.hy-contact .contact-detail .contact-detail-item .phone{
	display: flex;
	gap: 15px;
	margin-left: 10px;
	color: #FFFFFFa1;
	font-family: PingFang SC;
	font-weight: lighter;
	line-height: 24px;
}
.hy-contact .contact-detail .contact-detail-item .phone .number{
	display: flex;
	flex-direction: column;
}

/* 往期精彩 */
.hy-previous {
	margin-top: 80px;
}
.hy-previous .previous-detail {
	margin-top: 20px;
}
.mr_frbox{
	margin:0 auto;
	position:relative;
	width:100%;
}
.mr_frUl{
	width:100%;
	height:300px;
}
.mr_frUl ul li{
	display:inline;
	float:left;
	width:calc(33.3% - 20px);
	height: 100%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:0 10px;
}
.mr_frUl ul li img{
	transition:all 0.5s;
	width:100%;
	height: 300px;
	display: block;
}
.mr_frUl ul li p{
	width:100%;
	background-color: rgba(255, 255, 255, 0.4);
	color: rgba(255,255,255,1);
	font-size: 24px;
	letter-spacing: 2.4px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:left;
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	height: 69px;
}
.mr_frUl ul li p:before {
	content: '';
	display: block;
	width: 5px;
	height: 23px;
	background: #2D46EE;
	margin-left: 50px;
	margin-right: 15px;
}
.mr_frUl ul li img:hover{
	transform:scale(1.05);
}
.mr_frbox .prev{
	left:-30px;
}
.mr_frbox .next{
	right:-30px;
}
.mr_frbox .prev, .mr_frbox .next{
	position:absolute;
	top:50%;
	margin-top:-25px;
	overflow:hidden;
	font-size:50px;
	height:50px;
	line-height:50px;
	width:20px;
	text-align:center;
	color: #ffffff;
	cursor:pointer;
}
/* 合作媒体 */
.hy-media {
	margin-top: 80px;
}
.hy-media .media-img {
	width: 1126px;
	max-width: 100%;
	display: block;
	margin: 20px auto 0;
}
@media (max-width: 1024px) {
	.inner {
		width: 90%;
	}
	.hy-title p span.zh {
		font-size: 16px;
		line-height: 26px;
	}
	.hy-title p span.en {
		font-size: 12px;
		line-height: 12px;
	}
	/* 活动介绍 */
	.hy-intro .intro-detail {
		font-size: 14px;
		padding: 0 20px 0 0;
		margin-top: 10px;
	}
	/* 活动主题 */
	.hy-topic {
		margin-top: 40px;
	}
	.hy-topic .topic-detail ul {
		flex-wrap: wrap;
	}
	.hy-topic .topic-detail ul li {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.hy-topic .topic-detail ul li .number {
		width: 35px;
		height: 50px;
		flex-basis: 35px;
	}
	.hy-topic .topic-detail ul li p {
		font-size: 16px;
		flex: 1;
	}
	/* 活动议题 */
	.hy-discussion {
		margin-top: 40px;
	}
	.hy-discussion .discussion-detail {
		margin-top: 16px;
		padding: 27px 19px 0 40px;
	}
	.hy-discussion .discussion-detail p {
		font-size: 14px;
		line-height: 21px;
	}
	/* 参会方式 */
	.hy-application {
		margin-top: 40px;
	}
	.hy-application .application-detail {
		width: 100%;
		padding: 20px;
		height: auto;
		bottom: unset;
		top: 380px;
	}
	.hy-application .application-detail h3 {
		font-size: 20px;
		line-height: 37px;
	}
	.hy-application .application-detail h3:before {
		width: 55px;
	}
	.hy-application .application-detail .info {
		margin-top: 10px;
		line-height: 30px;
	}
	.hy-application .application-detail .attend {
		margin-top: 20px;
		flex-direction: column;
	}
	.hy-application .application-detail .attend ul {
		margin-right: 0;
	}
	.hy-application .map-sec {
		height: 500px;
	}
	/* 联系方式 */
	.hy-contact ul {
		flex-wrap: wrap;
	}
	.hy-contact ul li {
		width: 100%;
		height: auto;
		padding: 10px;
		font-size: 14px;
		line-height: 25px;
	}
	.hy-contact ul li + li {
		margin-top: 15px;
	}
	/* 往期精彩 */
	.hy-previous {
		margin-top: 40px;
	}
	.mr_frUl {
		height: 150px;
	}
	.hy-previous .previous-detail {
		padding: 0 27px;
	}
	.mr_frUl ul li p:before {
		margin-left: 5px;
	}
	.mr_frUl ul li img {
		height: 150px;
	}
	.mr_frUl ul li p {
		font-size: 16px;
		height: auto;
		padding: 10px 0 10px;
	}
	/* 合作媒体 */
	.hy-footer {
		margin-top: 390px;
		padding-top: 200px;
		height: auto;
		padding-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.mr_frUl ul li {
		width: calc(50% - 20px);
	}
}
