@charset "utf-8";

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

* {
	font-family: Arial, Helvetica, sans-serif !important;
}

.item3 {
	display: flex;
	flex-wrap: wrap;
}

.item3>.item {
	width: 32%;
	margin-right: 2%;
}

.item3>.item:nth-child(3n) {
	margin-right: 0;
}

.item3>.item:nth-child(n+4) {
	margin-top: 2%;
}

header {
	position: sticky;
	left: 0;
	top: 0;
	z-index: 9999;
	width: 100%;
}

header .top {
	height: 6.25rem;
	background: #000000;
	line-height: 6.25rem;
	font-size: 2.25rem;
	padding: 0px !important;
}

header .top>div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .logo {
	color: #fff;
	font-size: 36px;
}


.language{
  display: flex;
  align-items: center
}
.language span{
  height: 1em;
  width: 1px;
  background: #fff;
  margin: 0 10px
}
.language a{
  color: #666
}
.language a.focus{
  color: #fff
}

header .History {
	font-size: 14px;
	color: #fff;
}

header .History a {
	color: #fff;
	opacity: .78;
	transition: .5s;
}

header .History a:hover {
	opacity: 1;
}

header .History a~a {
	margin-left: .5em;
}

nav {
	background-color: #393d49;
	line-height: 80px;
}

nav ul {
	background: none;
	display: flex;
}

nav .layui-nav .layui-nav-item~.layui-nav-item {
	margin-left: 5px;
}

nav .layui-nav .layui-nav-item>a {
	font-weight: normal;
	font-size: 16px;
	padding: 0 25px;
}

nav ul li dl a {
	line-height: 36px !important;
}

.banner {
	position: relative;
}


.Button-2026 {
	position: absolute;
	z-index: 999;
	top: 65%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18em;
	font-size: 16px;
	left: 50%;
	margin-left: -9em;
}

.Button-2026 a {
	color: #fff;
	display: block;
	width: 8em;
	line-height: 2.7em;
	border: solid 1px #fff;
	text-align: center;
	margin: 0 5px;
	transition: .5s;
}

.Button-2026 a:hover {
	background: #fff;
	color: #053e89;
}

.Button-2026 a img {
	display: block;
	width: 100%;
}

.Button-2026 a span {
	background: #fff;
	padding: 0;
	width: 0;
	display: block;
	position: absolute;
}

.Button-2026 a:hover span {
	width: 180px;
	padding: 10px;
	top: 0;
	left: 100%;
}

.Button-2026 a:hover span::before {
	content: '';
	border-top: solid 10px transparent;
	border-left: solid 10px transparent;
	border-bottom: solid 10px transparent;
	border-right: solid 10px #fff;
	position: absolute;
	width: 0;
	left: -20px;
}

.c_name {
	position: absolute !important;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 25%;
	padding: 0 !important;
}

.res {
	font-size: 1.75rem !important;
	color: #fff !important;
	line-height: 4.25rem !important;
	height: 4.25rem !important;
	padding: 0 3.125rem !important;
}


.footer {
	background: #000000;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #009688;
}

.footer p {
	margin: 0 !important;
}

.footer .contacts {
	margin-top: 1.5em;
}

.typename {
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 20px;
}

.page_bg {
	background-size: cover;
	width: 100%;
	height: 16.875rem;
	line-height: 16rem;
}

.more-in {
	border: none !important;
}

.div-block {
	min-height: 42vh;
}

a.Submission,
a.Submissionbtn,
.cfp-cont .SubmissionBtn {
	display: inline-block;
	color: #fff !important;
	padding: 0 1em;
	border-radius: 1.8rem;
	background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

.detail a:not(class),
.cfp-cont a:not(class) {
	color: #21bcd9;
}

.index_about .text {
	font-size: 16px;
}

.index_about .text>*~* {
	margin-top: 1em;
}


.index_speaker .item {
	border: 1px solid #EFEFEF;
	padding-bottom: 1.25rem;
	display: block;
	color: #333;
}

.index_speaker .s-name {
	height: 5rem;
	width: 100%;
	line-height: 5rem;
	background: #F5F9FC;
	font-size: 1.5rem;
}

.index_speaker .item:hover .s-name {
	color: #009688;
}

.index_speaker .box {
	display: flex;
	align-items: flex-start;
	padding: 1.25rem;
}

.index_speaker .pic {
	width: 200px;
	flex-shrink: 0;
	margin-right: 1.25rem;
}
.index_speaker img{
		width: 100%;
	display: block
}
.index_speaker .text p~p {
	margin-top: 1em;
}

.important_information {
	background: #F5F9FC;
	padding: 50px 0;
	margin-top: 30px;
	font-size: 16px;
}

.important_information h3 {
	font-size: 20px;
}

.index-Important-Dates>*~*,
.cfp-cont>*~*,
.cfp-text>*~* {
	margin-top: 1em;
}

.index-news li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1em;
}

.index-news li p {
	max-width: 80%;
}

.cfp-text ol.list-paddingleft-2,
.cfp-cont ol.list-paddingleft-2 {
	display: flex;
	flex-wrap: wrap;
	font-weight: bold;
}

.cfp-text ol.list-paddingleft-2 li,
.cfp-cont ol.list-paddingleft-2 li {
	width: 48%;
	list-style: none;
	line-height: 2em;
}

.cfp-text ol.list-paddingleft-2 li:nth-child(n+3),
.cfp-cont ol.list-paddingleft-2 li:nth-child(n+3) {
	margin-top: 1em;
}

.cfp-text ol.list-paddingleft-2 li p,
.cfp-cont ol.list-paddingleft-2 li p {
	font-weight: normal;
	line-height: 1.5em;
}

.cfp-text ol.list-paddingleft-2 li p~p,
.cfp-cont ol.list-paddingleft-2 li p~p {
	margin-top: 1em;
}

.cfp-text ol.list-paddingleft-2 li:nth-child(2n),
.cfp-cont ol.list-paddingleft-2 li:nth-child(2n) {
	margin-left: 4%;
}

.venue-cont ul {
	display: flex;
	justify-content: space-between;
	list-style: none !important;
}

.venue-cont ul li {
	width: 31%;
}

.venue-cont ul li img {
	display: block;
	width: 100%;
}

.Sponsors {
	display: flex;
	flex-wrap: wrap;
}

.Sponsors li {
	margin-right: 20px;
	margin-bottom: 20px;
}

.Sponsors li img {
	display: block;
	width: auto;
	height: 65px;
}

.Sponsors-list ul {
	display: flex;
	flex-wrap: wrap;
}

.Sponsors-list li {
	line-height: 1.4;
	margin-right: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.Sponsors-list li img {
	height: 65px;
	margin-bottom: 10px;
}

.page_pro a {
	color: #009688;
}

table {
	border-collapse: collapse;
}

table td {
	border: solid 1px #ccc;
	padding: 15px;
}

.SubmissionBtn {
	display: inline-block;
	color: #fff !important;
	padding: 0 1em;
	border-radius: 1.8rem;
	line-height: 2.2;
	background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

table p {
	text-align: inherit;
}

.news-list li {
	display: flex;
	align-items: center;
}

.news-list li p {
	margin-left: 10px;
}

.layui-container {
	font-size: 16px;
	text-align: justify;
}

.layui-container p {
	line-height: 2em;
}

.layui-colla-content p {
	line-height: 2
}

.layui-container .list-paddingleft-2 li {
	list-style: inherit;
}

.Article-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.detail>p {
	line-height: 1.7
}

.detail>*~* {
	margin-top: 1em;
}

.detail img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.Speakers-item {
	margin-top: 1em;
}

.Speakers-item .info>h2,
.Speakers-item .info>p {
	margin-bottom: 1em;
}

/* 面包屑 */
.layui-breadcrumb>* {
	font-size: 18px;
}

/* 内页正文主体 */
.page-main {
	min-height: 500px;
}