html, body {
	background-color: #041b3b;
}
.displayNone {
	display: none !important
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.flex {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
}
.grid {
	display: grid;
	display: -webkit-grid;
	display: -moz-grid;
	display: -ms-grid;
	display: -o-grid;
	grid-template-rows: auto;
}
.justify-start {
	justify-content: flex-start
}
.justify-between {
	justify-content: space-between
}
.justify-center {
	justify-content: center;
}
.align-center {
	align-items: center;
}
.align-start {
	align-items: flex-start;
}
.textCenter {
	text-align: center !important
}
.textRight {
	text-align: right;
}
.textLeft {
	text-align: left;
}
.textBold600 {
	font-weight: 600;
}
.textBold {
	font-weight: bold
}
.pcBlock {
	display: block !important
}
.phBlock {
	display: none !important
}
.phinlineBlock {
	display: none !important
}
.s_page {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative
}
.warp {
	padding-left: 120px;
	padding-right: 120px;
	width: 100%;
}
.s_topArea {
	width: 100%;
	position: relative;
}
.topNavNone {
	width: 100%;
	height: 70px;
	background-color: transparent;
	position: relative
}
.s_navListBox {
	width: 100%;
	position: fixed;
	top: 10px;
	left: 0px;
	padding-left: 50px;
	padding-right: 50px;
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9999;
}
.s_navListBox_scroll {
	background: rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	top: 0px;
}
.s_topLogo {
	width: 138px;
	margin-right: 50px;
}
.s_topNavList {
	width: calc(100% - 138px - 50px - 30%);
}
.s_topNavList a {
	display: inline-block;
	color: #ffffff;
	margin-right: 30px;
	cursor: pointer
}
.s_topNavList a:hover {
	color: #ffc926;
	font-weight: bold;
	transform: scale(1.1);
}
.s_topNavList a.Activehover {
	color: #ffc926;
	font-weight: bold;
	transform: scale(1.1);
}
.s_topBanner {
	width: 100%;
	position: relative;
	top: -70px;
	margin-bottom: -70px;
}
/*.secondary-menu__spacer {
	margin-top: -100px;
	padding-top: 100px;
}*/
.s_topWarp {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 99;
	width: 100%;
}
.s_topTitle {
	width: 750px;
	margin-right: calc(100% - 750px - 464px);
	color: #ffffff;
}
.s_topInfo {
	margin-top: 30px;
	margin-bottom: 50px;
	width: 100%;
	flex-wrap: nowrap;
}
.s_topInfo img {
	max-width: 30px;
	margin-right: 10px;
}
.s_topInfo h4 {
	margin-right: 50px;
}
.timeBox {
	text-align: left;
	margin-bottom: 50px;
}
.s_topTitle .timeBox .num {
	display: inline-block;
	width: 84px;
	height: 84px;
	line-height: 84px;
	color: #fff;
	text-align: center;
	background: #454FF0;
	margin: 0px;
}
.s_topTitle .timeBox .name {
	color: #fff;
	display: inline-block;
	height: 84px;
	line-height: 84px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.s_topBtBox {
	display: inline-flex;
	width: 200px;
	text-align: center;
	height: 60px;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px rgba(255, 255, 255, 0) solid inset;
}
.s_topBtBox a {
	display: inline-flex;
	width: 196px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-size: 24px;
	color: #ffffff;
	border-radius: 30px;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
}
.s_topBtBox:hover {
	background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -moz-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}
.s_topBtBox:hover a:hover {
	background-color: transparent;
	border-radius: 30px;
	border: 2px #ffffff solid;
}
.s_topBtBox a img {
	max-width: 30px;
	margin-left: 10px;
}
.s_topBtBox a:hover img {
	transform: skewX(10px)
}
.s_topBtBox_white {
	display: block;
	width: 200px;
	text-align: center;
	height: 60px;
	line-height: 56px;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -moz-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
	padding: 0px;
	border: 2px #ffffff solid;
	font-size: 1.5rem;
	font-size: 24px;
}
.s_topBtBox_white_DisNone {
	display: none;
	visibility: hidden
}
.s_topBtBox_white_DisBlo {
	display: block;
	visibility: visible
}
.s_topSwipeVideoBanner {
	width: 464px;
}
.topRightBanner {
	position: relative;
}
.topRightBanner .swiper-slide {
	border: 1px #FFC926 solid;
}
.topRightBanner .swiper-slide a {
	display: inline-block;
	width: 100%;
}
.topRightBanner .swiper-slide img {
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.topRightBannerPagination {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	z-index: 999;
	width: 56px;
}
.topRightBannerPagination .swiper-button-next {
	z-index: 11;
	display: inline-block;
	width: 23px;
	height: 18px;
	margin: 0px;
	color: inherit;
	content: url("../images/TOP_arrowRight.png");
	right: 0;
	left: auto;
	position: inherit;
}
.topRightBannerPagination .swiper-button-next:hover {
	transform: translateX(5px); /* 鼠标悬停时滑动到左侧 */
}
.topRightBannerPagination .swiper-button-prev {
	z-index: 11;
	display: inline-block;
	width: 23px;
	height: 18px;
	margin: 0px;
	color: inherit;
	content: url("../images/TOP_arrowLeft.png");
	left: 0;
	right: auto;
	position: inherit;
}
.topRightBannerPagination .swiper-button-prev:hover {
	transform: translateX(-5px); /* 鼠标悬停时滑动到左侧 */
}
.s_topBanner video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	margin: 0px auto;
	z-index: 1;
	max-height: 700px;
}
/*主要内容*/
.conWarp {
	width: 100%;
	margin: 0;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: cover;
}
.conWarp_rel {
	position: relative;
	z-index: 2
}
.address {
	width: 100%;
	padding: 10px 0px;
}
.address a {
	color: #2F8FDB;
}
.address img {
	max-width: 24px;
	margin-right: 5px;
}
#sparklestitle {
	margin-left: 5px;
}
.s_Part1Warp {
	width: 100%;
	grid-template-columns: 30% calc(100% - 30%);
	grid-template-rows: auto;
	position: relative;
	z-index: 99
}
.s_Part1Left {
	background: url(../images/W.png) no-repeat left top;
	background-size: 100% 100%;
	width: 100%;
	max-width: 568px;
	color: #ffffff;
	padding-left: 80px;
	padding-right: 80px;
	position: relative;
}
.s_Part1Left h2 {
	white-space: nowrap;
	letter-spacing: -2px;
}
.why {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.s_Part1Right {
	width: 100%;
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 100px;
}
.s_Part1Title {
	width: 100%;
	margin: 0px auto 50px auto
}
.s_Part1Title h2 img {
	max-width: 171px;
	margin: 0px 20px;
}
.s_Part1ConHighlight_button .swiper-button-next, .s_Part3MoreActive_button .swiper-button-next {
	z-index: 11;
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0px;
	color: inherit;
	content: url("../images/swiperArrowRight.png");
	right: 0;
	left: auto;
	position: inherit;
}
.s_Part1ConHighlight_button .swiper-button-next:hover, .s_Part3MoreActive_button .swiper-button-next:hover {
	transform: translateX(5px); /* 鼠标悬停时滑动到左侧 */
	transform: scale(1.1)
}
.s_Part1ConHighlight_button .swiper-button-prev, .s_Part3MoreActive_button .swiper-button-prev {
	z-index: 11;
	display: inline-block;
	width: 46px;
	height: 46px;
	margin: 0px;
	color: inherit;
	content: url("../images/swiperArrowLeft.png");
	left: 0;
	right: auto;
	position: inherit;
}
.s_Part1ConHighlight_button .swiper-button-prev:hover, .s_Part3MoreActive_button .swiper-button-prev:hover {
	transform: translateX(-5px); /* 鼠标悬停时滑动到左侧 */
	transform: scale(1.1)
}
.s_Part1ConHighlight_button .swiper-button-next.swiper-button-disabled, .s_Part3MoreActive_button .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	content: url("../images/swiperArrowRightGray.png");
}
.s_Part1ConHighlight_button .swiper-button-prev.swiper-button-disabled, .s_Part3MoreActive_button .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	content: url("../images/swiperArrowLeftGray.png");
}
.ConHighlight h4 {
	min-height: auto;
}
.ConHighlightText {
	display: -webkit-box; /* Safari */
	max-height: 80px;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ConHighlightText p {
	max-height: 50px;
	display: -webkit-box; /* Safari */
	-webkit-line-clamp: 2; /* number of lines to show */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.expanded {
	max-height: none; /* 展开时去除最大高度限制 */
}
.ConHighlightText.expanded .read-more-btn {
	position: relative;
	bottom: 0px;
	right: 0px;
	z-index: 99
}
.ConHighlightText.expanded p {
	max-height: none;
	-webkit-line-clamp: 100; /* number of lines to show */
}
.read-more-btn {
	padding: 3px 0px;
	font-size: 0.875rem;
	text-align: center;
	font-size: 14px;
	color: #2b8fd4;
	border-radius: 20px;
	z-index: 99
}
.read-more-btn:hover {
	color: #2b8fd4;
}
.read-more-btn::after {
	content: '\f078';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit
}
.ConHighlightText.expanded .read-more-btn::after {
	content: '\f077';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit
}
.text {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s_Part2Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 100px 0px
}
.s_Part3Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 100px 0px
}
.s_Part3MoreActive_button {
	width: calc(100% - 100px);
	position: absolute;
	top: 50%;
	left: 50px;
	right: auto;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	padding-left: 50px;
	padding-right: 50px;
	z-index: 999;
}
/* 导航 */
.NavBox {
	width: 100%;
	background-color: transparent;
	position: relative;
	margin-top: 50px;
}
/*赞助商*/
.sectionHide {
	display: none;
}
.sectionShow {
	display: block;
}
.sponsorWrap {
	min-height: 220px;
}
#sponsornav {
	overflow-x: hidden;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	max-width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#sponsornav li {
	float: left;
	margin: 0;
	padding: 0px;
	display: inline-block;
	width: auto;
	height: 60px;
	text-align: center;
	overflow: hidden;
	margin-right: 30px;
	background-image: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	padding: 2px;
	border-radius: 30px;
}
#sponsornav a {
	width: 100%;
	height: 56px;
	display: inline-block;
	background: #042f5c;
	text-align: center;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
#sponsornav a:hover {
	background-color: transparent
}
#sponsornav li:hover a, #sponsornav li:focus a {
	background-color: transparent
}
#sponsornav #current a {
	background-color: transparent
}
#sponsornav #current a {
	background-color: transparent;
	height: 56px;
}
#sponsorscontent {
	width: 100%;
	margin: 30px auto;
	padding: 0px;
	overflow: hidden;
}
.sponsorList {
	width: 100%;
	grid-template-columns: repeat(5, 16%);
	grid-template-rows: auto;
}
.sponsorList li {
	list-style-type: none;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0px 0px 20px 0px;
	display: flex;
	align-items: flex-end;
	background: #ffffff;
}
.sponsorList li img {
	width: 100%;
}
.sponsorInfo {
	position: absolute;
	width: 420px;
	margin-bottom: 90px;
	margin-left: -90px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .5);
	display: none;
	background: #ffffff;
	border-radius: 5px;
	padding: 20px;
	color: #333;
	transition: height 1s;
	z-index: 999;
}
.sponsorInfo p {
	color: #333333;
	text-align: left;
	margin-bottom: 10px;
}
.sponsorInfo span {
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0px 10px;
	border-style: solid;
	border-color: #cccccc transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 210px; /* 三角形居中显示 */
	margin-left: -10px; /* 三角形居中显示 */
}
.sponsorInfo em {
	display: block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0px 10px;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	bottom: 1px;
	left: -10px;
}
.sponsorList li:hover .sponsorInfo {
	display: block;
}
/*最新资讯*/
.s_newsListWarp {
	margin: 0px auto;
	position: relative;
	width: 100%;
}
.s_newsListWarp video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	margin: 0px auto;
	z-index: 1;
	max-height: 700px;
}
.s_newsListInfoBox {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	z-index: 99;
	max-height: 500px;
	padding-left: 120px;
	padding-right: 120px;
}
.s_newsListInfoLeft {
	width: 30%;
	margin-right: 50%;
}
.s_newsListInfoRight {
	width: 20%;
	max-height: 500px;
	position: relative;
}
.s_Part4Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 100px 0px
}
.s_Part5Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 100px 0px
}
.s_Part6Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 100px 0px
}
.s_newsListInfoRight .swiper {
	max-height: 600px;
}
.s_newsListBannerPagination {
	position: absolute;
	right: -120px;
	top: 50%;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	width: 92px;
}
.s_newsListBannerPagination .swiper-button-next {
	z-index: 11;
	display: block;
	width: 46px;
	height: 46px;
	margin-top: 55px;
	color: inherit;
	content: url("../images/swiperArrowBottom.png");
	left: 0;
	right: auto;
	position: inherit;
}
.s_newsListBannerPagination .swiper-button-next:hover {
	transform: translateX(5px); /* 鼠标悬停时滑动到左侧 */
	transform: scale(1.1)
}
.s_newsListBannerPagination .swiper-button-prev {
	z-index: 11;
	display: block;
	width: 46px;
	height: 46px;
	margin: 0px;
	color: inherit;
	content: url("../images/swiperArrowTop.png");
	left: 0;
	right: auto;
	position: inherit;
}
.s_newsListBannerPagination .swiper-button-prev:hover {
	transform: translateX(-5px); /* 鼠标悬停时滑动到左侧 */
	transform: scale(1.1)
}
.s_newsListBannerPagination .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	content: url("../images/swiperArrowBottomGray.png");
}
.s_newsListBannerPagination .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	content: url("../images/swiperArrowTopGray.png");
}
.s_AttendingGuidelinesWarp {
	width: 100%;
	grid-template-columns: 63% 35%;
	grid-template-rows: 100%;
}
.s_AttendingGuidelinesLeft {
	width: 100%;
	position: relative;
}
.s_AttendingGuidelinesInfoBox {
	width: 100%;
	background-image: -webkit-linear-gradient(to right, #8E00FF 0%, #0050E4 49%, #00D7EC 100%);
	background-image: -moz-linear-gradient(to right, #8E00FF 0%, #0050E4 49%, #00D7EC 100%);
	background-image: -ms-linear-gradient(to right, #8E00FF 0%, #0050E4 49%, #00D7EC 100%);
	background-image: linear-gradient(to right, #8E00FF 0%, #0050E4 49%, #00D7EC 100%);
	padding: 30px 50px;
}
.s_AttendingGuidelinesInfoBox img {
	max-width: 30px;
	margin-right: 10px;
}
.s_AttendingGuidelinesInfoBox h4 {
	width: calc( 100% - 40px);
}
.s_AttendingGuidelinesInfoBox p {
	width: calc( 100% - 40px);
	margin-left: 40px;
}
.s_AttendingGuidelinesLeft i {
	margin-left: 10px;
}
.s_Map {
	width: 100%
}
.s_Map img {
	width: 100%;
}
.downloadBtBox {
	background: #0072D2;
	border-radius: 8px;
	padding: 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
}
.downloadBtBox a {
	display: inline-block;
	padding: 15px 50px;
	text-decoration: none;
	flex-wrap: nowrap;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0px;
}
.downloadBtBox a img {
	max-width: 30px;
	margin-right: 10px;
}
.s_Part7Warp {
	width: 100%;
	margin: 100px auto;
	background-image: -webkit-linear-gradient(to right, #041B3A 20%, #023A93 100%);
	background-image: -moz-linear-gradient(to right, #041B3A 20%, #023A93 100%);
	background-image: -ms-linear-gradient(to right, #041B3A 20%, #023A93 100%);
	background-image: linear-gradient(to right, #041B3A 20%, #023A93 100%);
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative
}
.laaQuestions {
	margin-top: 50px;
}
.laaQuestionsHr {
	width: 180px;
	height: 3px;
	background: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	margin-top: 10px;
	border: 0px ;
}
.s_Part7Warp .s_Part1Title {
	width: 35%;
	margin: 0px;
}
.qa_box {
	padding: 10px 0px;
	margin: 0px !important;
	background-color: transparent;
	width: 65%;
}
/*底部亚马逊注册*/
.footer_AWS_register {
	background: url(../images/footer_AWS_register.png) no-repeat left top;
	background-size: cover;
	padding: 30px 0px;
	position: relative
}
.footer_AWS_registerBox {
	width: 50%;
}
.baseBt {
	display: inline-block;
	width: 260px;
	text-align: center;
	background: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	line-height: 50px;
	border-radius: 25px;
	padding: 0px;
	color: #ffffff;
	-webkit-appearance: none;
	border: 0px;
}
.footerWrap {
	width: 100%;
	background: #242f3e;
	padding: 70px 0px;
}
.footerLinkList {
	width: calc(100% - 510px);
	padding: 0px 30px 0px 0px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.footerLinkList a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.75rem;
	font-size: 12px;
}
.footerXC {
	text-align: left;
	width: 510px
}
.footerXC img {
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto
}
.f_List {
	margin-right: 50px;
}
.footerWrap h5 {
	margin-bottom: 15px;
}
.footerXC_List {
	margin-left: 50px;
}
.footerBottom {
	background: #fff;
	line-height: 60px;
	text-align: center;
	color: #232f3e;
	font-size: 14px;
}
.footerBottom a {
	color: #232f3e;
}
.footerBottom a:hover {
	color: #FF9900;
}
/*右侧浮动窗口*/

.suspension {
	position: fixed;
	z-index: 9999999;
	right: 0px;
	top: 50%;
	width: auto;
	background-color: rgba(0,0,0,0);
	text-align: center;
	width: 110px;
	padding-left: 30px
}
.fixRightBox {
	background: rgba(255,255,255,0.29);
	border-radius: 8px;
	position: relative;
	width: 59px;
	height: 270px;
	text-align: center;
	padding: 20px 0px 10px 0px;
}
.fixRightBox a, .fixRightBox a:hover {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	padding: 0px;
}
.fixRightBox img {
	width: 44px;
	margin: 0px auto;
	vertical-align: middle;
}
.topBt {
	display: none
}
.kefuHover, .appHover, .moreHover, .callHover, .codeHover, .topHover {
	display: none;
}
.kefuBt:hover .kefuHover, .appBt:hover .appHover, .moreBt:hover .moreHover, .callBt:hover .callHover, .codeBt:hover .codeHover, .topBt:hover .topHover {
	display: inline-block;
}
.kefuBt:hover .kefu, .appBt:hover .app, .moreBt:hover .more, .callBt:hover .call, .codeBt:hover .code, .topBt:hover .top {
	display: none;
}
.suspension .d {
	display: none;
	width: 300px;
	position: absolute;
	right: 75px;
	min-height: 90px;
	border-radius: 10px;
	color: #000000;
	text-align: left;
	padding: 10px;
}
.suspension .d.d_codeBt {
	width: 360px;
	font-size: 0.875rem;
}
.orangeColor {
	color: #FF8B01
}
.suspension .d_appBt {
	top: 40px;
	background: url(../images/d_appBtBg.png) no-repeat right top;
	background-size: 100% 100%;
	padding: 20px !important;
}
.suspension .d_moreBt {
	top: 64px;
}
.suspension .d_callBt {
	top: 70px !important;
	background: url(../images/d_callBtBg.png) no-repeat right top;
	background-size: 100% 100%;
	padding: 5px 0px 0px 0px !important;
}
.d_callBt h6 {
	background: url(../images/hotlineBg.png) no-repeat left top;
	background-size: cover;
	width: 253px;
	height: 52px;
	padding-left: 70px;
	display: inline-block;
	line-height: 65px;
	color: #ffffff;
}
.d_callBt .d_moreBox:last-of-type {
	margin: 0px auto
}
.suspension .d_codeBt {
	top: 170px;
}
.d_appBtImgBox {
	background: url(../images/alertEWM_Box@2x.png) no-repeat center center;
	background-size: 200px 200px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	margin: 0px auto;
	padding: 12px 10px;
}
.d_appBtImgBox img {
	width: 180px !important;
	max-width: 180px !important;
	height: 180px !important;
	border-radius: 50%;
	visibility: visible;
}
.d_moreBox {
	width: 100%;
	margin: 0px auto 10px auto
}
.d_moreBox div:first-of-type {
	width: 40px;
	text-align: left;
}
.d_moreBox div:first-of-type img {
	width: 30px;
}
.d_moreBox div:last-of-type {
	width: calc(100% - 40px);
	text-align: left;
	font-size: 0.875rem;
	font-size: 14px;
}
.d_moreBox div:last-of-type a {
	display: inline-block;
	margin: 10px 0px 0px 0px;
	color: #333333;
	text-decoration: none;
	text-align: left
}
.d_moreBox div:last-of-type img {
	width: 20px;
	display: inline-block;
}
.d_codeList div {
	width: 33%;
	text-align: center;
}
.d_codeList div img {
	width: 120px;
}
.s_shareBtBox {
	display: inline-flex;
	width: 130px;
	text-align: center;
	height: 40px;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 10px;
}
.s_shareBtBox button {
	display: inline-flex;
	width: 126px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-size: 1rem;
	font-size: 16px;
	color: #ffffff;
	border-radius: 30px;
	text-decoration: none;
	background-color: transparent;
	border: 0px;
	white-space: nowrap;
}
.s_shareBtBox button:hover {
	background-color: transparent;
	border-radius: 30px;
	color: #ffffff !important;
}
.s_shareBtBox button img {
	max-width: 16px;
	margin-right: 5px;
}
.s_shareBtBox button:hover img {
	transform: skewX(10px)
}
.success_alert {
	width: 400px;
	padding: 10px 20px;
	background: rgba(0,0,0,1);
	position: fixed;
	top: 50%;
	left: 50%;
	display: inline-block;
	display: none;
	z-index: 99999999;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	line-height: 1.5;
	color: #ffffff
}
.error_alert {
	width: 400px;
	padding: 10px 20px;
	background: rgba(0,0,0,1);
	position: fixed;
	top: 50%;
	left: 50%;
	display: inline-block;
	display: none;
	z-index: 99999999;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	line-height: 1.5;
	color: #ffffff
}
/*注册成功弹窗*/
.dial_alert {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	position: fixed;
	top: 0;
	left: 0;
	display: inline-block;
	display: none;
	z-index: 99998;
}
.close_btBox {
	text-align: right;
	margin: 0px auto;
	width: 100%;
}
.close_bt {
	background-color: transparent;
	color: #ffffff;
	margin: 0px auto;
	display: block;
	width: 100%;
	text-align: right;
	border: 0px;
	text-decoration: none;
}
.close_bt img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	vertical-align: top
}
.reg_xcxBox {
	background: url(../images/alertEWM_Box@2x.png) no-repeat center center;
	background-size: 242px 242px;
	width: 242px;
	height: 242px;
	border-radius: 50%;
	text-align: center;
	margin: 0px auto;
	padding: 13px;
}
.reg_xcxBox img {
	width: 216px !important;
	max-width: 216px !important;
	height: 216px !important;
	border-radius: 50%;
}
.qidai_alertBox {
	background-image: -webkit-linear-gradient(to right, #9B2AED 0%, #FB6DA7 30%, #FCAA70 100%);
	background-image: -moz-linear-gradient(to right, #9B2AED 0%, #FB6DA7 30%, #FCAA70 100%);
	background-image: -ms-linear-gradient(to right, #9B2AED 0%, #FB6DA7 30%, #FCAA70 100%);
	background-image: linear-gradient(to right, #9B2AED 0%, #FB6DA7 30%, #FCAA70 100%);
	width: 100%;
	max-width: 510px;
	position: relative;
	top: 50%;
	left: 50%;
	overflow-x: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 16px;
}
.qidai_alertBox h3 {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
.qidai_Box {
	background: url(../images/alertBoxBg.png) no-repeat center bottom;
	background-size: 100% 100%;
	border-radius: 16px;
	text-align: center;
	padding: 20px 0px;
	color: #333333;
	overflow: hidden;
	font-size: 1.125rem;
}
.qidai_Box img {
	max-width: 264px;
	width: 100%;
}
.qidai_alertBox .close_btBox {
	text-align: right;
	margin: 0px auto;
	width: 100%;
	position: absolute;
	top: 20px;
	right: 10px;
}
.newqidai_alertBox {
	background: url(../images/noneImg@2x.png) no-repeat left top;
	background-size: 100%;
	width: 501px;
	height: 512px;
	position: relative;
	top: 50%;
	left: 50%;
	overflow-x: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	border-radius: 16px;
}
.newqidai_alertBox h3 {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
.newqidai_Box {
	margin-top: 52%;
	border-radius: 16px;
	text-align: center;
	padding: 20px 0px;
	color: #FF8B01;
	overflow: hidden;
}
.newqidai_Box img {
	max-width: 27px;
	width: 100%;
	margin-right: 3px;
}
.newqidai_alertBox .close_btBox {
	text-align: right;
	margin: 0px auto;
	width: 100%;
	position: absolute;
	top: 23%;
	right: 30px;
}
.aSummitQa {
	display: inline-block;
	margin: 10px 10px;
	background-image: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	width: 180px;
	height: 49px;
	line-height: 49px;
	border-radius: 30px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border: 0px;
}
.aProductQa {
	display: inline-block;
	margin: 10px 10px;
	background-image: -webkit-linear-gradient(to right, #9A1CFF 0%, #F77244 100%);
	background-image: -moz-linear-gradient(to right, #9A1CFF 0%, #F77244 100%);
	background-image: -ms-linear-gradient(to right, #9A1CFF 0%, #F77244 100%);
	background-image: linear-gradient(to right, #9A1CFF 0%, #F77244 100%);
	width: 180px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	border: 0px;
	border-radius: 30px;
}
.aSummitQa:hover, .aProductQa:hover {
	color: #ffffff;
}
/*登录后*/
.user {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	padding: 5px;
	display: inline-block;
	margin: 0px 10px;
}
.user img {
	width: 100%;
	max-width: 20px;
	vertical-align: top;
}
.topRightArea {
	width: 30%;
	text-align: right;
}
.topRightArea span {
	display: inline-block;
}
.gotoBaoming {
	display: inline-block;
	width: auto;
	text-align: center;
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	background-image: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	margin: 0px 10px;
}
.index_logined, .index_baominged {
	display: inline-block;
}
.s_navListBox_scroll .xidingNone {
	display: none;
}
.Default .gotoBaoming {
	display: none;
}
.s_navListBox_scroll .Default .gotoBaoming {
	display: inline-block !important;
}
.s_navListBox_scroll .Default .xidingNone {
	display: none;
}
.s_navListBox_scroll .index_baominged {
	display: inline-block;
}
/*老用户进入页面之前的问候弹窗*/
.wenhou_warp {
	width: 100%;
	max-width: 500px;
	position: relative;
	top: 50%;
	left: 50%;
	overflow-x: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.wenhou_alertBox {
	background: url(../images/alertBg@2x.png) no-repeat left top;
	background-size: 465px 460px;
	width: 465px;
	height: 460px;
	padding: 55px 65px;
	color: #333333;
}
.wenhou_alertBox p {
	margin-bottom: 15px;
	font-size: 1.125rem;
	font-size: 18px;
	line-height: 1.75
}
.wenhouInfo {
	display: none
}
.wenhou_warp .close_btBox {
	text-align: center;
	margin: 20px auto 0px auto;
	width: 100%;
}
.wenhou_warp .close_bt {
	background-color: rgba(255,255,255,0.5);
	border: 2px #ffffff solid;
	color: #ffffff;
	margin: 0px auto;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	padding: 10px;
}
.wenhou_warp .close_bt img {
	width: 30px;
	height: 30px;
}
.s_regtopBanner .s_topInfo {
	margin-bottom: 0px !important;
}
.agendaSectionImg {
	width: 100%;
	margin: 0px auto;
}
/*详情*/
.infoDetailCon {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	max-width: 1200px;
	margin: 0px auto
}
.infoDetailCon p {
	margin-bottom: 20px;
}
/*speaker*/
.s_Part8Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 100px 0px
}
.speakerWarp {
	position: relative;
	width: 100%;
}
.speakerSwiper {
	min-height: 342px;
}
.speakerSwiper .swiper-wrapper {
	justify-content: flex-start;
	align-content: flex-end;
	align-items: flex-end;
}
.speakerSwiper .swiper-slide {
	transform: scale(0.9) !important;
}
.speakerSwiper .swiper-slide img{
	width:100%;
	max-width: auto;
}
.speaderInfoBox {
	width: calc(100% - 30px);
	position: absolute;
	bottom: 10px;
	left: 15px;
}
.speaderInfoBox h4 hr {
	width: 40px;
	height: 4px;
	background: #FFC926;
	border: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.speakerSwiper .swiper-slide:hover {
	transform: scale(1.05) !important;
	object-fit: contain;
	object-position: bottom;
}
.speakerSwiper .swiper-slide:hover .speaderInfoBox {
	transform: scale(0.9) !important;
}
/*agenda*/
.agendaPart1Box {
	width: 100%;
	background: url(../images/agenda_1@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaColor1 {
	color: #20F1CE
}
.agendaPart2Box {
	width: 100%;
	background-image: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, #8c00ff 100%);
	background-image: -moz-linear-gradient(to bottom, rgba(0,0,0,0) 0%, #8c00ff 100%);
	background-image: -ms-linear-gradient(to bottom, rgba(0,0,0,0) 0%, #8c00ff 100%);
	background-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #8c00ff 100%);
	padding: 20px 20px;
	margin-bottom: 30px;
}
.agendaColor2 {
	color: #ff40b5
}
.agendaColor3 {
	color: #13e9da
}
.agendaListBox {
	width: 100%;
	grid-template-columns: repeat(3, 32%);
	grid-template-rows: auto;
}
.agendaPart3Box {
	width: 100%;
	background: url(../images/agenda_2@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart4Box {
	width: 100%;
	background: url(../images/agenda_3@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart5Box {
	width: 100%;
	background: url(../images/agenda_4@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart6Box {
	width: 100%;
	background: url(../images/agenda_5@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.agendaPart7Box {
	width: 100%;
	background: url(../images/agenda_6@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart8Box {
	width: 100%;
	background: url(../images/agenda_7@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaList2Box {
	width: 100%;
	grid-template-columns: repeat(2, 49%);
	grid-template-rows: auto;
}
.agendaPart9Box {
	width: 100%;
	background: url(../images/agenda_8@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart10Box {
	width: 100%;
	background: url(../images/agenda_9@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart11Box {
	width: 100%;
	background: url(../images/agenda_10@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart12Box {
	width: 100%;
	background: url(../images/agenda_11@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.agendaPart13Box {
	width: 100%;
	background: url(../images/agenda_12@2x.png) no-repeat right top;
	background-size: cover;
	padding: 30px 20px;
	margin-bottom: 30px;
	cursor: pointer
}
.amD1 {
	visibility: visible;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 50, 0, 1);
}
.amD {
	visibility: visible;
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transition: transform 1s ease 1s;
}
.s_ProductServicesWarp {
	width: 100%;
	position: relative;
}
.s_ProductServicesWarpLeft {
	width: 50%;
	background-image: -webkit-linear-gradient(to right, #015DB8 20%, #031E5B 100%);
	background-image: -moz-linear-gradient(to right, #015DB8 20%, #031E5B 100%);
	background-image: -ms-linear-gradient(to right, #015DB8 20%, #031E5B 100%);
	background-image: linear-gradient(to right, #015DB8 20%, #031E5B 100%);
	padding: 50px 80px;
	z-index: 99;
	position: absolute;
	top: 50%;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	left: 120px;
}
.s_ProductServicesWarpLeft a {
	color: #FF9900;
	cursor: pointer
}
.viewJc {
	margin-top: 30px;
}
.viewJc hr {
	width: 165px;
	height: 3px;
	background: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	margin-top: 10px;
	border: 0px;
}
.viewJc a {
	color: #ffffff;
}
.viewJc i {
	margin-left: 10px;
}
.s_ProductServicesWarpLeftRight {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 0;
	padding-right: 120px;
	text-align: right
}
.s_ProductServicesWarpLeftRight img {
	width: 100%;
	max-width: 855px;
}
/*了解更多*/
.gotoMoreInfoBt {
	display: inline-block;
	max-width: 100px;
	cursor: pointer;
	white-space: nowrap
}
.gotoMoreInfo {
	background-color: transparent;
	position: absolute;
	top: -10px;
	padding-top: 70px;
	width: 200px;
	margin-left: 0px
}
.gotoMoreInfo ul {
	background: rgba(255,255,255,0.95);
	border-radius: 5px;
	position: absolute;
	text-align: left;
	padding: 10px;
	display: inline-block;
	width: 100%;
	box-shadow: 0 2px 4px rgba(0,0,0,.13);
}
.gotoMoreInfo ul li {
	text-align: left;
	width: 100%;
	padding: 0px 5px;
}
.gotoMoreInfo a {
	color: #333333;
	font-size: 1rem;
	display: block;
	margin: 5px 0px;
	text-align: left !important;
	font-weight: normal!important;
	transform: scale(1)!important;
}
.gotoMoreInfo a i {
	display: inline-block;
	margin-left: 5px;
}
.gotoMoreInfo a:hover {
	color: #e47911;
	text-align: left !important;
	font-weight: normal!important;
	transform: scale(1)!important;
}
.gotoMoreInfo em {
	display: block;
	width: 0;
	height: 0;
	border: 10px solid;
	border-color: transparent transparent rgba(255,255,255,0.95) transparent;
	position: absolute;
	top: -19.5px;
	left: 30px;
}
/*20240524*/

.s_jztopInfo {
	margin-top: -35px !important;
}
/*20240528*/

.over_topBtBox {
	background:#cccccc !important;
}
.over_topBtBox a {
	color: #333333 !important;
	cursor:default !important
}
.over_topBtBox:hover {
	background:#cccccc !important;
	cursor:default !important
}
.over_topBtBox:hover a:hover {
	border: 0px #ffffff solid !important;
	cursor:default !important
}

@media screen and (max-width:1900px) {
.ConHighlight h4 {
	font-size: 22px;
}
}

@media screen and (max-width:1600px) {
.s_page {
	font-size: 14px
}
.s_topWarp {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-0);
	-moz-transform: translateX(-50%) translateY(-0);
	-ms-transform: translateX(-50%) translateY(-0);
	transform: translateX(-50%) translateY(-0);
	z-index: 99;
	width: 100%;
	margin-top: 100px;
}
.warp {
	padding-left: 90px;
	padding-right: 90px;
	width: 100%;
}
.s_topBanner video {
	max-height: 525px;
}
.s_topNavList a {
	font-size: 16px;
}
.textRight.pcBlock {
	font-size: 16px;
}
.s_Part1Right {
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 38px;
}
.s_newsListWarp video {
	max-height: 525px;
}
.s_newsListInfoRight {
	max-height: 400px;
}
.s_newsListInfoRight .swiper {
	max-height: 500px;
}
.text-xxl, h1 {
	font-size: 3.375rem;
	font-size: 54px;
}
.text-xl, h2 {
	font-size: 2.25rem;
	font-size: 36px;
}
.text-l, h3 {
	font-size: 1.3125rem;
	font-size: 21px;
}
.text-m, h4 {
	font-size: 1.125rem;
	font-size: 18px;
}
.text-s, h5 {
	font-size: 1rem;
	font-size: 16px;
}
.text-xs, h6 {
	font-size: 0.875rem;
	font-size: 14px;
}
.text-xxs, h7 {
	font-size: 0.875rem;
	font-size: 14px;
}
.text-xxss, h8 {
	font-size: 0.75rem;
	font-size: 12px;
}
.s_topSwipeVideoBanner {
	width: 348px;
}
.s_topTitle {
	width: 563px;
	margin-right: calc(100% - 563px - 348px);
	color: #ffffff;
}
.s_topBtBox {
	width: 150px;
	height: 45px;
}
.s_topBtBox a {
	width: 146px;
	height: 41px;
	line-height: 41px;
	font-size: 1.125rem;
	font-size: 18px;
}
.s_topBtBox_white {
	font-size: 1.125rem;
	font-size: 18px;
	width: 150px;
	height: 45px;
	line-height: 45px;
}
.s_topInfo {
	margin-top: 22px;
	margin-bottom: 38px;
	width: 100%;
	flex-wrap: nowrap;
}
.s_topInfo h4 {
	margin-right: 38px;
}
.timeBox {
	margin-bottom: 38px;
}
.s_topTitle .timeBox .num {
	width: 63px;
	height: 63px;
	line-height: 63px;
}
.s_topTitle .timeBox .name {
	height: 63px;
	line-height: 63px;
}
.s_Part1Left {
	color: #ffffff;
	padding-left: 60px;
	padding-right: 60px;
}
.s_Part2Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 75px 0px
}
.s_Part3Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 75px 0px
}
.s_Part4Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 75px 0px
}
.s_Part5Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 75px 0px
}
.s_Part6Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 75px 0px
}
.s_Part7Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 75px 0px
}
.s_Part8Warp {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 75px 0px
}
.sponsorInfo {
	width: 320px;
	margin-left: -60px;
}
.sponsorInfo span {
	left: 160px; /* 三角形居中显示 */
}
.qidai_alertBox {
	max-width: 390px;
}
.aSummitQa {
	width: 135px;
	height: 38px;
	line-height: 38px;
	border-radius: 30px;
}
.aProductQa {
	width: 135px;
	height: 38px;
	line-height: 38px;
	border-radius: 30px;
}
.ConHighlight h4 {
	min-height: auto;
}
.laaQuestionsHr {
	width: 160px;
}
.s_AttendingGuidelinesInfoBox {
	padding: 50px;
}
.s_AttendingGuidelinesInfoBox .mb-20 {
	margin-bottom: 10px;
}
.downloadBtBox a {
	padding: 10px 20px;
}
.s_Part3MoreActive_button {
	width: calc(100% - 60px);
	position: absolute;
	top: 50%;
	left: 30px;
	right: auto;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	padding-left: 30px;
	padding-right: 30px;
	z-index: 999;
}
.s_ProductServicesWarpLeft {
	padding: 30px 50px;
}
.s_ProductServicesWarpLeftRight img {
	width: 100%;
	max-width: 605px;
}
}

@media screen and (max-width:1500px) {
.s_AttendingGuidelinesInfoBox {
	padding: 30px;
}
.s_ProductServicesWarpLeft .mb-30 {
	margin-bottom: 10px;
}
.s_ProductServicesWarpLeftRight img {
	width: 100%;
	max-width: 655px;
}
.s_Part2Warp, .s_Part3Warp, .s_Part4Warp, .s_Part5Warp, .s_Part6Warp, .s_Part7Warp, .s_Part8Warp {
	padding: 50px 0px
}
}

@media screen and (max-width:1367px) {
.warp {
	padding-left: 86px;
	padding-right: 86px;
	width: 100%;
}
.s_topBanner video {
	max-height: 525px;
}
.s_topNavList a {
	font-size: 16px;
}
.textRight.pcBlock {
	font-size: 16px;
}
.s_Part1Right {
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 70px;
}
.s_newsListWarp video {
	max-height: 525px;
}
.s_newsListInfoRight {
	max-height: 400px;
}
.s_newsListInfoRight .swiper {
	max-height: 500px;
}
.text-xxl, h1 {
	font-size: 3.125rem;
	font-size: 50px;
}
.text-xl, h2 {
	font-size: 2.125rem;
	font-size: 34px;
}
.text-l, h3 {
	font-size: 1.125rem;
	font-size: 18px;
}
.text-m, h4 {
	font-size: 1rem;
	font-size: 16px;
}
.text-s, h5 {
	font-size: 0.875rem;
	font-size: 14px;
}
.s_topSwipeVideoBanner {
	width: 334px;
}
.s_topTitle {
	width: 540px;
	margin-right: calc(100% - 540px - 334px);
	color: #ffffff;
}
.s_topInfo {
	margin-top: 20px;
	margin-bottom: 35px;
	width: 100%;
	flex-wrap: nowrap;
}
.s_topInfo h4 {
	margin-right: 35px;
}
.timeBox {
	margin-bottom: 35px;
}
.s_topTitle .timeBox .num {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.s_topTitle .timeBox .name {
	height: 60px;
	line-height: 60px;
}
.s_Part1Left {
	color: #ffffff;
	padding-left: 57px;
	padding-right: 57px;
}
.s_AttendingGuidelinesInfoBox {
	padding: 30px;
}
.s_ProductServicesWarpLeftRight img {
	width: 100%;
	max-width: 555px;
}
.viewJc hr {
	width: 115px;
	height: 3px;
}
}

@media screen and (max-width:1281px) {
.s_page {
	font-size: 12px;
}
.s_topWarp {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-0);
	-moz-transform: translateX(-50%) translateY(-0);
	-ms-transform: translateX(-50%) translateY(-0);
	transform: translateX(-50%) translateY(-0);
	z-index: 99;
	width: 100%;
	margin-top: 100px;
}
.warp {
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}
.footerXC_List {
	margin-left: 20px;
}
.f_List {
	margin-right: 20px;
}
.footerXC {
	text-align: left;
	width: 420px;
}
.footerLinkList {
	width: calc(100% - 420px);
}
.s_topBanner video {
	max-height: 462px;
}
.s_Part1Right {
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 38px;
}
.s_newsListWarp video {
	max-height: 462px;
}
.s_newsListInfoRight {
	max-height: 400px;
}
.s_newsListInfoRight .swiper {
	max-height: 500px;
}
.text-xxl, h1 {
	font-size: 2.625rem;
	font-size: 42px;
}
.text-xl, h2 {
	font-size: 1.875rem;
	font-size: 30px;
}
.text-l, h3 {
	font-size: 1rem;
	font-size: 16px;
}
.text-m, h4 {
	font-size: 0.875rem;
	font-size: 14px;
}
.s_topSwipeVideoBanner {
	width: 306px;
}
.s_topTitle {
	width: 495px;
	margin-right: calc(100% - 495px - 306px);
	color: #ffffff;
}
.s_topInfo {
	margin-top: 20px;
	margin-bottom: 30px;
	width: 100%;
	flex-wrap: nowrap;
}
.s_topInfo h4 {
	margin-right: 30px;
}
.timeBox {
	margin-bottom: 30px;
}
.s_topTitle .timeBox .num {
	width: 55px;
	height: 55px;
	line-height: 55px;
}
.s_topTitle .timeBox .name {
	height: 55px;
	line-height: 55px;
}
.s_Part1Left {
	color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
}
	.s_topNavList {
    width: calc(100% - 120px - 20px - 150px);
}
	.topRightArea {
    width: 150px;
}
	.s_topLogo {
    width: 120px;
    margin-right: 20px;
}
}

@media screen and (max-width:1100px) {
.s_topTitle .timeBox .num {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.s_topInfo {
	margin-top: 20px;
	margin-bottom: 30px;
}
}

@media screen and (max-width:1099px) {
.pcBlock {
	display: none !important
}
.phBlock {
	display: block !important
}
.phinlineBlock {
	display: inline-block !important
}
.s_topBanner {
	background: url(../images/W.png) no-repeat left top;
	background-size: cover;
	width: 100%;
	position: relative;
	height: 100%;
	padding-bottom: 50px;
}
.s_topBanner2 {
	padding-bottom: 0px !important;
}
.s_topWarp {
	position: relative;
	margin-top: 0px;
	padding-top: 100px;
	flex-wrap: wrap
}
.s_topTitle .timeBox .num {
	width: 54px;
	height: 54px;
	line-height: 54px;
}
.s_topInfo {
	margin-top: 20px;
	margin-bottom: 30px;
}
.s_navListBox {
	padding-left: 15px;
	padding-right: 15px;
	height: 80px;
}
.menu_alert .s_navListBox {
	position: relative;
}
.s_topLogo {
	width: 98px;
}
.menu-button {
	pointer-events: auto;
	cursor: pointer;
	color: #ffffff;
	margin: 0;
	padding: 10px;
	background-image: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background-image: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	border: none;
	outline: none;
}
.menu-button.close {
	background-color: #000000;
}
.menu-button .icon {
	width: 4rem;
	fill: currentColor;
	overflow: visible
}
.menu_alert {
	background: #000000;
	width: 100%;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.menu_bar {
	width: 100%;
	position: relative;
	border-top: 1px #32343a solid;
	margin-top: 20px;
}
.menu_bar_reg {
	width: 90%;
	border: 2px #ffffff solid;
	background: #000000;
	border-radius: 50px;
	margin: 10px auto;
	text-align: center;
	padding: 10px 0px;
}
.menu_bar_reg:hover {
	width: 90%;
	border: 0px #ffffff solid;
	background: -webkit-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -moz-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: -ms-linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
	background: linear-gradient(to right, #F40088 0%, #FFCB4F 100%);
}
.menu_bar_reg a {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	background-color: transparent
}
.menu_bar_reg a:hover {
	background-color: transparent
}
.menu_bar .s_topNavList {
	width: 100%;
}
.menu_bar .s_topNavList a {
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	display: inline-block;
	border-bottom: 1px #32343a solid;
	font-size: 16px;
}
.s_topTitle {
	width: 100%;
	margin-right: 0px;
	color: #ffffff;
}
.warp {
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
.s_topInfo img {
	max-width: 15px;
	margin-right: 5px;
}
.footer_AWS_register .flex {
	flex-wrap: wrap
}
.footer_AWS_register {
	background: url(../images/footer_AWS_register.png) no-repeat 60% center;
	background-size: cover;
	padding: 10px 0px;
	margin-top: 50px;
}
.footer_AWS_registerBox {
	width: 100%;
	margin: 20px auto;
	padding-bottom: 20px;
}
.footer_AWS_registerBox:first-of-type {
	border-bottom: 1px rgba(255,255,255,0.15) dashed
}
.footerWrap .flex {
	flex-wrap: wrap
}
.footerWrap {
	width: 100%;
	background: #242f3e;
	padding: 30px 0px;
}
.footerLinkList {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0px;
}
.f_List {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	text-align: center
}
.footerWrap h5 {
	margin-bottom: 15px;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.footerXC {
	text-align: center;
	width: 100%;
}
.footerXC_List {
	margin-left: 0px;
	width: 33.33%;
}
.footerXC .flex {
	flex-wrap: nowrap;
	justify-content: space-between !important
}
.footerXC img {
	width: 100%;
	max-width: 100px;
	height: auto
}
.s_topSwipeVideoBanner {
	width: 100%;
	margin: 30px auto;
}
.s_topSwipeVideoBanner img {
	width: 100%;
}
#heroVideo {
	display: none
}
.s_Part1Warp {
	width: 100%;
	grid-template-columns: 100%;
	grid-template-rows: auto;
	z-index: 99;
	position: inherit;
}
.s_Part1Left {
	background: url(../images/W.png) no-repeat left bottom;
	background-size: cover;
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	height: 100%;
	position:inherit;
}
.why {
	position:inherit;
	top: 0%;
	left: 0%;
	-webkit-transform: translateX(-0%) translateY(-0%);
	-moz-transform: translateX(-0%) translateY(-0%);
	-ms-transform: translateX(-0%) translateY(-0%);
	transform: translateX(-0%) translateY(-0%);
	padding-top: 50px;
	padding-bottom: 50px;
}
.s_Part1Right {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}
.s_Part1Title h2 img {
	max-width: 85px;
	margin: 0px 10px;
}
.s_Part3MoreActive_button {
	width: calc(100% - 30px);
	position: absolute;
	top: 50%;
	left: 15px;
	right: auto;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	padding-left: 15px;
	padding-right: 15px;
	z-index: 999
}
.sponsorList {
	width: 100%;
	grid-template-columns: repeat(3, 32%);
	grid-template-rows: auto;
}
#sponsornav li {
	height: 40px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#sponsornav a {
	height: 36px;
	line-height: 36px;
}
.s_newsListInfoBox {
	max-height: 100%;
	padding-left: 0px;
	padding-right: 0px;
	flex-wrap: wrap;
	position: inherit;
	top: 0%;
	left: 0px;
	-webkit-transform: translateX(-0%) translateY(-0%);
	-moz-transform: translateX(-0%) translateY(-0%);
	-ms-transform: translateX(-0%) translateY(-0%);
	transform: translateX(-0%) translateY(-0%);
	z-index: 99;
}
.s_newsListInfoLeft {
	width: 100%;
	margin-right: 0%;
}
.s_newsListInfoRight {
	width: 100%;
	max-height: 100%;
	position: relative;
	margin-top: 30px;
}
.s_newsListInfoRight img {
	width: 100%;
}
.s_newsListBannerPagination {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateX(-0%) translateY(-50%);
	-moz-transform: translateX(-0%) translateY(-50%);
	-ms-transform: translateX(-0%) translateY(-50%);
	transform: translateX(-0%) translateY(-50%);
	width: 100%;
	z-index: 999
}
.s_newsListBannerPagination .swiper-button-next {
	z-index: 11;
	display: block;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	color: inherit;
	content: url("../images/swiperArrowRight.png");
	left: auto;
	right: 0;
	position: inherit;
}
.s_newsListBannerPagination .swiper-button-prev {
	z-index: 11;
	display: block;
	width: 46px;
	height: 46px;
	margin-top: -23px;
	color: inherit;
	content: url("../images/swiperArrowLeft.png");
	left: 15px;
	right: auto;
	position: inherit;
}
.s_newsListBannerPagination .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	content: url("../images/swiperArrowRightGray.png");
}
.s_newsListBannerPagination .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	content: url("../images/swiperArrowLeftGray.png");
}
#newsVideo {
	display: none
}
.s_Part7Warp {
	width: 100%;
	margin: 50px auto;
	background-image: -webkit-linear-gradient(to bottom, #041B3A 20%, #023A93 100%);
	background-image: -moz-linear-gradient(to bottom, #041B3A 20%, #023A93 100%);
	background-image: -ms-linear-gradient(to bottom, #041B3A 20%, #023A93 100%);
	background-image: linear-gradient(to bottom, #041B3A 20%, #023A93 100%);
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative
}
.laaQuestionsHr {
	margin: 0px auto;
	text-align: center;
	width: 135px;
	margin-top: 5px;
}
.s_Part7Warp .flex {
	flex-wrap: wrap;
}
.s_Part7Warp .s_Part1Title {
	width: 100%;
	margin: 0px auto;
	text-align: center
}
.s_Part7Warp .s_Part1Title h2 {
	width: 100%;
	margin: 0px auto;
	text-align: center
}
.qa_box {
	width: 100%;
}
.index_logined, .index_baominged {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
}
.s_AttendingGuidelinesWarp {
	width: 100%;
	grid-template-columns: 100%;
	grid-template-rows: auto;
}
.s_AttendingGuidelinesLeft {
	width: 100%;
	position: inherit;
}
.downloadBtBox {
	background: #0072D2;
	border-radius: 0px;
	padding: 0px;
	position: inherit;
	bottom: 0px;
	right: 0px;
	width: 100%;
}
.s_topLogo {
	width: 100px;
	margin-right: 30px;
}
.s_topNavList {
	width: calc(100% - 120px - 30px - 30%);
}
.s_topNavList a {
	margin-right: 10px;
}
	
.agendaListBox {
	grid-template-columns: repeat(1, 100%);
}
	
.agendaPart1Box,.agendaPart2Box, .agendaPart3Box, .agendaPart4Box, .agendaPart5Box, .agendaPart6Box, .agendaPart7Box, .agendaPart8Box .agendaList2Box, .agendaPart9Box, .agendaPart10Box, .agendaPart11Box, .agendaPart12Box, .agendaPart13Box {
	margin-bottom: 10px;
}
	
#sponsornav {
	flex-wrap: wrap;
}
	.footerBottom {
		padding: 15px 0px;
    line-height: 24px;
}
	.footerBottom span{
		width:100%;
		display: inline-block;
	}
	
.qidai_alertBox {
	width: 96%;
}
	
.wenhou_warp {
	width: 96%;
}
.newqidai_alertBox{
	width: 96%;
}
}

@media screen and (min-width:1921px) {
.s_Part1Warp {
	width: 100%;
	grid-template-columns: 30% calc(100% - 30%);
	grid-template-rows: auto;
}
.s_Part1Left {
	max-width: 100%;
}
.ConHighlight img {
	width: 100%;
}
.agendaSectionImg {
	width: 100%;
	max-width: 200%;
	margin: 0px auto;
}
.MoreActive img {
	width: 100%;
}
.warp {
	padding-left: 200px;
	padding-right: 200px;
}
.ConHighlightText {
	max-height: 100%;
}
.ConHighlightText p {
	max-height: 100%;
}
.s_AttendingGuidelinesWarp {
	width: 100%;
	grid-template-columns: auto auto;
	grid-template-rows: 100%;
}
.text-m, h4 {
	font-size: 1.5rem;/* font-size: 24px; */
}
.text-xxss, h8 {
	font-size: 0.75rem;
}
.text-xxs, h7 {
	font-size: 0.875rem;
}
.text-xs, h6 {
	font-size: 1rem;
}
.text-s, h5 {
	font-size: 1.125rem;
}
.text-m, h4 {
	font-size: 1.25rem;
}
.text-l, h3 {
	font-size: 1.5rem;
}
.text-xl, h2 {
	font-size: 2rem;
}
.text-xxl, h1 {
	font-size: 3rem;
}
.text-xxss p {
	font-size: 0.75rem
}
.text-xxs p {
	font-size: 0.875rem
}
.read-more-btn {
	font-size: 0.875rem;
}
.gotoBaoming {
	padding: 0px 20px;
	height: 50px;
	line-height: 50px;
}
.topNavNone {
	height: 100px;
}
.s_topBanner {
	top: -100px;
	margin-bottom: -100px;
}
.s_navListBox {
	height: 100px;
}
.footerLinkList a {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.75rem;
}
.baseBt {
	width: 460px;
	line-height: 80px;
	border-radius: 80px;
}
.footerXC img {
	width: 180px;
	height: 180px;
	max-width: 150%;
}
.footerXC {
	text-align: left;
	width: 700px;
}
.footerXC_List p {
	font-size: 0.75rem;
}
.s_AttendingGuidelinesInfoBox {
	width: 100%;
	;
	padding: 70px;
}
.s_topTitle {
	width: 1024px;
	margin-right: calc(100% - 1024px - 464px);
	color: #ffffff;
}
	.suspension .d_callBt {
    top: 70px !important;
    background: url(../images/d_callBtBg.png) no-repeat right top;
    background-size: cover;
    padding: 5px 0px 0px 0px !important;
		width: 420px
}
.d_callBt h6 {
	width: 300px;
	height: 62px;
	white-space: nowrap;
	line-height: 75px;
	font-size: 20px;
}
	
.suspension .d_appBt {
		width: 420px
}
	p{
		font-size:18px;
	}
}

@media screen and (min-width:2900px) {
.s_AttendingGuidelinesInfoBox {
	width: 100%;
	padding: 90px;
}
	
}
