/* 轮播效果 */
.bannerSwipperBox{width: 100%;
	/* background-color: darkkhaki; */
height:calc(100vw / 1.88 );
/* margin-top: 0.9rem; */
}
.banner_conference,.banner_sponsor{
	height: calc(100vw / 2.53);
}
.domo-slides {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	zoom: 1;
	position: relative;
}

.domo-slides .conts {
	width: 100%;
	height: 100%;
	/* border-radius: 8px; */
	position: relative;
	overflow: hidden;
	/* box-shadow: 0px 10px 30px 0px rgba(16, 124, 195, 1);
	-webkit-box-shadow: 0px 10px 30px 0px rgba(16, 124, 195, 1);
	-moz-box-shadow: 0px 10px 30px 0px rgba(16, 124, 195, 1); */
}
.domo-slides .conts ul {
    width: 100%;
    height: 100%;
}

.domo-slides .conts li {
    width: 100%;
	height: 1024px;
    overflow: hidden;
    position: relative;
}

.sectionVideo{
    width: 100%;
    height: 100%;
	text-align: center;
}
.sectionVideo video{height: 100% !important;max-width: none; /* 禁止视频缩放 */object-fit: fill;filter: brightness(0.8);}
.sectionVideo .text,.confGathSwiper .swiper-slide .text{
    position: relative;
    top: 190px;
    transform: translateY(0);
	max-width: 1738px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #fff;
	line-height: normal;
    text-align: left;
}
.sectionVideo .text h3{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.4px;
	/* text-transform: capitalize; */
}
.sectionVideo .text h1{
	font-size: 1.04rem;
	font-weight: 400;
	letter-spacing: -0.4px;
}
.knowMoreButton{
	display: inline-block;
	margin: 110px 0;
	color: #38424C;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	width: 422px;
	height: 67px;
	padding: 5px 8px 5px 30px;
	line-height: 57px;
	border-radius: 50px;
	background-color: #FBBC04;	
	transition: background-color 0.5s ease;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.knowMoreButton:hover{color: #38424C;background-color: #FB9C04;}

.exhMoreButt{
	background-color: #38424C;
	margin: 0;
	color: #fff;
}
.exhMoreButt:hover{color: #38424C;background-color: #A1AEB7;}

.kmArrRight{
	width: 57px;
	height: 57px;
	padding: 5px;
	border-radius: 30px;
	background: #38424C;
	position: relative;
}
.kmArrRight:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 13px;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-image: url(/images/Arrow_forward_white.svg);
	transition: transform 0.8s;
}
.orange:after{
	background-image: url(/images/Arrow_forward.svg);
}
.knowMoreButton:hover .kmArrRight:after{
	/* right: 2px; */
	transform: translateX(9px);
}



.achvKmButt{
    height: 68px;
    padding: 5px 5px 5px 24px;
    margin: 40px 0;
	background-color: #38424C;
	transition: background-color 0.5s ease;
    color: #fff;
}
.achvKmButt:after{
    width: 26px;
    height: 26px;
}
.exhMoreButt:hover,.achvKmButt:hover{color: #38424C;background-color: #A1AEB7;}

.exhMoreButt .kmArrRight,.achvKmButt .kmArrRight{
	background-color: #FBBC04;
}
.eventButt{
    width: 150px;
    height: 30px;
    padding: 16px;
	/* transition: padding-right 0.3s ease-out;  */
    font-size: 14px;
	align-items: center;
	background-color: #FBBC04;
	/* transition: background-color 0.5s ease; */
    margin: 0;
	cursor: pointer;
	transition: width 0.3s ease-out,padding-right 0.3s ease-out,background-color 0.5s ease;
}
.eventButt:hover{width:180px;padding-right: 8px;background-color: #FB9C04;}
.eventButt .kmArrRight{
	width: 18px;
    height: 18px;
}
.eventButt .kmArrRight:after{
	width: 12px;
	height: 12px;
	top: 3px;
    left: 4px;
}
.eventButt:hover .kmArrRight:after{
	transform: translateX(0px);
}

.exhibitiorSection{
	position: relative;
	width: 100%;
	height: calc(100vw / 1.88); /*根据设计图 1920 * 1024 比例设置 */
	overflow: hidden;
	/* padding-top: 53.333%; 根据设计图 1920 * 1024 比例设置 */
	
	/* background: #fff; */
}
.brandsSection{
	height: calc(100vw / 2.4); /*根据设计图 1920 * 800 比例设置 */
}
.exhibitiorSection .exhSecWrapper{
	position: relative;
	width: 100%;
    height: 100%;
	transform: scale(0,0);
	transition: transform 4s ease;
    transform-origin: 50% 50%;
	opacity: 0;
}
.exhSecWrapper.sponsorVideo{
	opacity: 1;
	transform: unset;
}
.exhibitiorSection video{height: 100% !important;max-width: none; /* 禁止视频缩放 */object-fit: fill;filter: opacity(0.5);}
.sponsorSection video{filter: brightness(0.8);}
.sponsorSection .sponsorSecWrapper{
	position: relative;
    width: 100%;
    height: 100%;
	opacity: 0;
}
.exhibitiorSection .text{
	position: absolute;
	top: calc((100% - 347px) / 2);
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1006px;
	width: 100%;
	max-height: 347px;
	height: 100%;
	display: flex;
	padding: 0px 40px;
	flex-direction: column;
	align-items: center;
	color: #38424C;
}
.sponsorSection .text{color: #fff;}
.exhibitiorSection .text h2{
	font-size: 0.66rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 32px 0 8px;
}
.exhibitiorSection .text h5{
	padding: 10px 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.4px;
	/* text-transform: capitalize; */
	margin-bottom: 79px;
}
/* .knowMore{cursor: pointer;} */

/* conference sponsor聚合页 */
.confGathSwiper .swiper-slide .text h3{
	font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.4px;
}
.confGathSwiper .swiper-slide .text h1{
	font-size: 1.04rem;
    font-weight: 400;
    letter-spacing: -0.4px;
}
.brandsSection{
    background: url(/images/brandsBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.brandsWrapper{
	display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
	opacity: 1 !important;
    transform: unset !important;
}
.brandsWrapper h2{
    font-size: 0.66rem;
	margin: 0 0 80px;
	color: #000;
	text-align: center;
	font-weight: normal;
}
.brandsBox{
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 40px;
	width: 90%;
    margin: 0 auto;
}
.brandsBox a{
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 362px;
	width: 100%;
	padding: 16px 16px 74px;
	transition: transform .4s ease;
    transform-origin: 50% 50%;
	background: #fff;
}
.brandsBox a:hover{
	transform: scale(1.1);
	box-shadow: 10px 10px 40px 0px #CCDCF7;
}
.brandImg{
	width: 100%;
}
.brandTitle{
	font-size: 21px;
	font-weight: bold;
	color: #505D68;
	margin: 26px 0;
	text-align: left;
}
.brandIntro{
	font-size: 16px;
	color: #A1AEB7;

}

/* .domo-slides .conts li a {
    display: block;
    width: 540px;
    height: 300px;
    color: #317bac;
    background: #f9fdff;
    overflow: hidden;
} */

/* .domo-slides .conts li a:hover {
    color: #fff;
    background: #4ad585;
    border-radius: 8px;
    text-decoration: none;
} */

.domo-slides .tabs {
    width: 100%;
    height: 3px;
    line-height: 3px;
    position: absolute;
    z-index: 1;
    bottom: 75px;
    left: 0;
    /* font-family: "Comic Sans MS", cursive; */
    overflow: hidden;
}

.domo-slides .tabs ul {
    text-align: center;
    height: 3px;
}

.domo-slides .tabs ul li {
    /* color: #0c91e8;
    font-size: 12px; */
    width: 28px;
    height: 3px;
    line-height: 999px;
    border-radius: 18px;
    /* font-style: italic; */
    margin: 0 10px;
    background: #A1AEB7;
    cursor: pointer;
    display: inline-block;
    zoom:1; 
	/* overflow: hidden; */
}

.domo-slides .tabs ul .current {
    /* color: #fff; */
    background: #fff !important;
}

.domo-slides .prev,
.domo-slides .next {
	z-index: 1;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 42px;
	height: 42px;
	line-height: 40px;
	font-size: 0.24rem;
	color: #fff;
	/* box-shadow: 0px 4px 10px 0px rgba(16, 124, 195, 1);
	-webkit-box-shadow: 0px 4px 10px 0px rgba(16, 124, 195, 1);
	-moz-box-shadow: 0px 4px 10px 0px rgba(16, 124, 195, 1); */
	border-radius: 50px;
	/* background: #b2d5ed; */
	text-align: center;
	font-family: Helvetica Neue, Space Grotesk, -apple-system, linkMacSystemFont, Segoe UI, Roboto, Arial, sans-serif;
	font-weight: 400;
	cursor: pointer;
}

.domo-slides .prev {
	left: -80px;
	background: #212121;
}

.domo-slides .prev:hover,
.domo-slides .next:hover {
	/* background: #3dc878; */
	/* background-image: linear-gradient(57deg, #40db5c, #03c7fd 50%, #40db5c); */
	background-image: linear-gradient(57deg, #1651b0, #00c8ff 50%, #2a90e7);
	color: #fff;
}

.domo-slides .next {
	right: -80px;
	background: #212121;
}

.domo-slides .play,
.domo-slides .pause {
	right: 50%;
	margin-right: -24px;
	top: 65%;
	font-size: 0.14rem;
	position: absolute;
	cursor: pointer;
	width: 60px;
	height: 48px;
	margin-top: -34px;
	z-index: 4;
}

.demo-scroll-marquee {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.spCards{
    width: 1480px;
}

.demo-scroll-marquee .textCont {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
}

.demo-scroll-marquee .textCont ul {
	float: left;
	padding-right: 10px;
}

.demo-scroll-marquee .textCont li {
	height: 30px;
	line-height: 30px;
	font-size: 0.14rem;
	/* padding-right: 25px; */
	overflow: hidden;
}

.demo-scroll-marquee .textCont .logosSlide {
	/* width: 100%; */
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.spCards .logosSlide{
	max-width: 320px;
    width: 100%;
	padding: 0 20px 40px;
}
.spCards .textCont ul{padding-right: 0;}

.demo-scroll-marquee .textCont .logosSlide a {
	display: inline-block;
	width: 500px;
	/* height: 100px; */
	text-align: center;
	padding: 0 40px;
}

.spCards .textCont .logosSlide .cardButton{
	display: flex;
	width: 100%;
	height: auto;
	padding: 15px 30px 15px 15px;
	text-align: unset;
	margin-top: 20px;
}

.sponsayContent{
	display: flex;
	flex-direction: row;
	padding: 14px 13px;
	background: #fff;
	max-height: 214px;
    height: 100% !important;
	max-width: 905px;
    width: 100%;
	margin-right: 30px;
}
.sponsayContent .companyLogo{
	width: 310px;
	height: 186px;
	/* height: 100%; */
	overflow: hidden;
}
.sponsayContent .companyLogo>img{
	width: 100%;
	height: 100%;
}
.sponsayContent .sponsayText{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 0.4rem;
	width: 569px;
	height: 186px;
}
.sponsayContent .sponsayText>div{
	font-size: 16px;
	line-height: 24px;
	color: #505D68;
	margin-left: 13px;
	display: flex;
    flex-direction: row;
}
.sponsayContent .sponsayText .quotMark{
	font-size: 0.64rem;
	line-height: 24px;
	color: #3071B7;
}
.sponsayContent .sponsayText>p{
	font-size: 24px;
	line-height: 30px;
	color: #505D68;
	align-self: flex-end;
	padding-right: 22px;
}
.sponsayBox .demo-scroll-marquee .textCont ul{padding-right: 0;}

.exCfBox,.yearBox { 
	width: 100%;
	position: relative;
 }
.exCftitList,.yeartitList{
	position: relative;
	width: 100%;
	height: 37px;
	margin-bottom: 40px;
}
.yeartitList{
	height: 24px;
	margin-bottom: 90px;
}
.exCftitList ul,.yeartitList ul{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.exCftitList ul li,.yeartitList ul li{
	font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: #38424C;
	margin-right: 40px;
	cursor: pointer;
}
.exCftitList ul li.on,.yeartitList ul li.on{
	font-weight: 700;
	position: relative;
}
.exCftitList ul li.on:after,.yeartitList ul li.on:after{
	content: "";
    position: absolute;
	left: 0;
    bottom: -8px;
    width: 100%;
    height: 6px;
	background-color: #FBBC04;
	border-radius: 4px;
}
.yearCont{
	position: relative;
}
.blurMask{
	display: none;
	width: 651px;
	height: 560px;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(271deg, rgba(245, 250, 255, 0.00) 0.66%, #F5FAFF 89.21%);
}
.blmRight{
	right: 0;
	background: linear-gradient(90deg, rgba(245, 250, 255, 0.00) 0.66%, #F5FAFF 89.21%);
}

.yearBox-marquee-left,.yearBox-marquee-right{
	margin: 0 auto;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
	mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}
.yearBox-marquee-right{
	margin-top: -94px;
}
.marqueeCont{
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    /* overflow: hidden; */
}
.marqueeCont ul{
	margin-right: 32px;
}
.yearBox-marquee-left .marqueeCont .sTempWrap{
	height: 160px;
}
.yearBox-marquee-right .marqueeCont .sTempWrap{
	height: 220px;
}
.galleryImgs{
	width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	gap: 32px;
}
.galleryImgs .imgItem{
	width: 100px;
	height: 100px;
	flex-shrink: 0;
	border-radius: 20px;
	background: lightgray -67.6px -30.483px / 235.2% 156.8% no-repeat;
	box-shadow: 20px 22px 40px 0px #d0daea;
	cursor: pointer;
}
.galleryImgs .imgItem>img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

.yearBox-marquee-right .galleryImgs .imgItem{
	width: 150px;
	height: 150px;
}


.demo-navigation {
	/* line-height: 45px; */
	z-index: 1;
	position: relative;
	padding: 11px;
    border: 1px solid #38424C;
}

/* .demo-navigation .area li.ibox {
	position: relative;
} */

.demo-navigation .area li.ibox a {
	color: #38424C;
}

.demo-navigation .area .ibox h3 {
	cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    display: block;
    line-height: 30.3px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}
.demo-navigation .area li.ibox h3 em {
	float: right;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    text-indent: -999px;
    background: url(/images/chevronDown.svg) center center no-repeat;
    overflow: hidden;
}

.demo-navigation .area li.on h3 em {
	float: right;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-top: 5px;
    text-indent: -999px;
	background: url(/images/chevronDown.svg) center center no-repeat;
    background-origin: border-box; /* 确保旋转是相对于元素边界进行的 */
    transform: rotate(180deg);
	overflow: hidden;
}

.demo-navigation .area li.ibox .menus {
	position: absolute;
	left: 0;
	top: 54px;
	float: left;
	padding: 10px 0;
	width: 100%;
	line-height: 28px;
	background: #fff;
	border: 1px solid #38424C;
	display: none;
	z-index: 99;
}

.demo-navigation .area li.ibox .menus li a {
	padding: 7px 15px;
	color: #38424C;
	font-size: 14px;
	line-height: 28px;
	display: block;
}

.headLanguage .demo-navigation{
	border: none;
}
.headLanguage .demo-navigation .area .ibox h3{
	font-size: 18px;
	line-height: normal;
	color: #fff;
}
.headLanguage .demo-navigation .area .ibox h3>img{
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.headLanguage .demo-navigation .area li.ibox h3 em{
	filter: invert(1);
}
.headLanguage .demo-navigation .area li.ibox .menus{
	background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 0px;
    top: 60px;
    width: 70%;
    right: 18px;
    left: unset;
}
.headLanguage .demo-navigation .area li.ibox .menus li a{
	color: #fff;
	text-align: center;
	padding: 5px;
}

@media (max-width: 1736px) {
	.domo-slides,
	.domo-slides .conts {
		width: 100%;
		height: auto;
	}

	.domo-slides .prev {
		left: 0;
	}

	.domo-slides .next {
		right: 0;
	}

	

}

@media (max-width: 760px) {
	
}