@font-face{
	font-family:segoeui;
	src: url('../img/fonts/segoeui.woff.ttf');
}
body {
	font-family:segoeui;
	background: url("../img/hy202505/banner.jpeg") no-repeat top center;
	background-size: 100% auto;
}
.inner {
	width: 70%;
	margin: 0 auto;
}
.hy-footer {
	margin-top: 120px;
    padding-top: 330px;
	height: 1602px;
	background: url("../img/hy202505/bg3.png") no-repeat bottom center;
	background-size: 100% 1602px;
}
.hy-title {
	display: flex;
}
.hy-title .title-icon{
	width: 16px;
	height: 16px;
	display: block;
	margin-right: 6px;
	margin-top: 6.5px;
}
.hy-title p span {
	display: block;
	color: #343434;
}
.hy-title p span.zh {
	font-size: 20px;
	line-height: 29px;
}
.hy-title p span.en {
	opacity: 0.7;
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
}

/* 大会介绍 */
.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 {
	padding: 0 48px;
	margin-top: 20px;
	color: #343434;
	font-weight: normal;
	font-size: 18px;
	line-height: 34px;
	letter-spacing: 0;
	text-align: left;
	text-indent: 4rem;
}

/* 会议议题 */
.hy-topic {
	margin-top: 80px;
}
.hy-topic .topic-detail ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: space-between;
}
.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-member {
	margin-top: 80px;
}
.hy-member .member-detail {
	margin-top: 30px;
	height: 213px;
	background: url(../img/hy202505/bg2.png) no-repeat top center;
	background-size: 100% 100%;
	padding: 30px 58px 0 90px;
	display: flex;
	align-items: center;
	text-align: justify;
}
.hy-member .member-detail p {
	color: #333333;
	font-size: 18px;
	line-height: 34px;
	text-indent: 4rem;
}
/* 嘉宾阵容 */
.hy-part {
	margin-top: 80px;
}
.hy-part ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.hy-part ul li {
	width: 20%;
	margin-bottom: 10px;
}
.hy-part ul li .tx {
	position: relative;
	width: 178px;
	height: 232px;
	margin: 0 auto 9px;
}
.hy-part ul li .tx img {
	width: 100%;
	height: 100%;
	display: block;
}
.hy-part ul li .tx .cover {
	display: none;
}
.hy-part ul li p {
	min-height: 104px;
}
.hy-part ul li p span {
	display: block;
	color: #343434;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}
.hy-part .tips{
	color: #1F28C9;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	text-align: center;
}
/* 参会方式 */
.hy-application {
	margin-top: 80px;
	position: relative;
}
.hy-application .map-sec {
	margin-top: 20px;
	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: 878px;
	min-height: 502px;
	left: 50%;
	top: 480px;
	transform: translateX(-50%);
	padding: 40px 50px;
	z-index: 99;
}
.hy-application .application-detail h3 {
	position: relative;
	text-align: center;
	color: rgba(44,64,88,1);
	font-size: 52px;
	line-height: 88px;
}
.hy-application .application-detail h3:before {
	position: absolute;
	content: '';
	width: 120px;
	height: 1px;
	background: #2C4058;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.hy-application .application-detail label {
	margin-bottom: 0;
}
.hy-application .application-detail .info {
	margin-top: 18px;
	color: #343434;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
}
.hy-application .application-detail .attend {
	margin-top: 48px;
	display: flex;
	align-items: flex-start;
}
.hy-application .application-detail .attend ul {
	margin-right: 37px;
}
.hy-application .application-detail .attend ul li {
	color: #343434;
	font-size: 16px;
	line-height: 32px;
}
.hy-application .application-detail .attend ul li span {
	font-weight: 700;
}
.hy-application .application-detail .attend .code img {
	width: 126px;
	height: 126px;
}
.hy-application .application-detail .attend .code p {
	color: #343434;
	font-size: 16px;
	margin-top: 8px;
	line-height: 24px;
	text-align: center;
}
/* 联系方式 */
.hy-contact ul {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hy-contact ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 48%;
	height: 125px;
	background-color: #ffffff;
	padding: 15px 20px;
	color: #444444;
	font-size: 16px;
	line-height: 32px;
}
.hy-contact ul li a {
	color: inherit;
	text-decoration: none;
}
/* 往期精彩 */
.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: #333333;
	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-member {
		margin-top: 40px;
	}
	.hy-member .member-detail {
		margin-top: 16px;
		padding: 27px 19px 0 40px;
	}
	.hy-member .member-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);
	}
}
