<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	font-family: arial;
	color: #101010;
	font-size: 14px;
	background: #1a98c7 url(../img/bg-1.jpg) no-repeat left top;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	padding: 0;
	margin: 0;
}

ul,
li,
ol,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #101010;
}

a:hover {
	color: #0077AA;
}

/* pubilc_css */
.w-1200 {
	width: 1200px;
}

.auto {
	margin: 0 auto;
}

.pl-10 {
	padding-left: 10px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-30 {
	padding-left: 30px;
}

.pr-5 {
	padding-right: 5px;
}

.pr-10 {
	padding-right: 10px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-10 {
	margin-right: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.md-10 {
	margin-bottom: 10px;
}

.fz-16 {
	font-size: 16px;
}

.fz-14 {
	font-size: 14px;
}

.fz-18 {
	font-size: 18px;
}

.fz-20 {
	font-size: 20px;
}

.fw-600 {
	font-weight: 600;
}

.col_white {
	color: #FFFFFF;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clear {
	clear: both;
}

/* Page_css */

.page {
	background: linear-gradient(to right, rgba(8, 43, 65, 0) 0%, #082b41 60%);
	min-height: 100vh;
}

/* .header_bg{
	background-color: #23085A;
} */
.page .header .top {
	color: #fff;
	text-align: right;
}

.page .header .logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page .header .logo h1 {
	font-size: 60px;
}

.page .header .logo a {
	width: 65%;
	display: flex;
	align-items: center;
}

.page .header .logo img {
	display: block;
}


.timecounter span {
	width: 80px;
	height: 80px;
	border: 3px solid;
	border-color: #00A7E6;
	border-radius: 100%;
	display: inline-block;
	color: #FFFFFF;
	font-size: 35px;
	font-weight: 600;
	text-align: center;
	line-height: 70px;
	position: relative;
	margin-left: 10px;
}

.timecounter span p {
	color: #7B7979;
	font-size: 16px;
	display: inline;
	position: absolute;
	top: 35%;
	left: 45%;
}

#tcr {
	font-size: 35px;
	color: #E94F49;
	padding-top: 50px;
}

.nav {
	margin-top: 100px;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.nav .ul-list {
	display: flex;
}

.nav .ul-list&gt;li {
	position: relative;
	margin-right: 1px;
}

.nav .ul-list&gt;li .cur {
	background: #00A7E6;
	color: #FFFFFF;
}

.nav .ul-list&gt;li&gt;a {
	line-height: 60px;
	display: block;
	height: 60px;
	padding: 0px 20px;
	align-items: center;
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
}


.nav .ul-list&gt;li:hover .ol-list {
	display: block;
}

.nav .ol-list {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 999;
	color: #FFFFFF;
	background: #00A7E6;
	padding: 15px;
	list-style: none;
	width: max-content;
}

.nav .ol-list&gt;li&gt;a {
	text-decoration: none;
	color: #fff;
	display: block;
	line-height: 2;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;

}

.nav .ol-list&gt;li&gt;a:hover {
	background: #00A7E6;
	color: #111f67;
}

.o_nav {
	position: absolute;
	bottom: 0;
	right: 0px;

}

.o_nav a {
	display: inline-block;
	padding: 30px 20px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	margin-left: -4px;

}

.o_nav a:hover {
	opacity: .8;
	transition: .2;
}

.o_nav .register {
	background: #00A7E6;
}

.o_nav .downloads {
	background: #94C93C;
}

.banner {
	background: url(../img/banner.jpg) no-repeat center;
	height: 650px;
}

.banner .banner_title {
	width: 450px;
	min-height: 320px;
	background: #FFFFFF;
	border-top-right-radius: 50px;
	border-bottom-left-radius: 50px;
	position: relative;
	top: 80px;
	left: 100px;
	display: flex;
	align-items: center;
}

.banner_title h2 {
	font-size: 24px;
}

.banner_title hr {
	display: inline-block;
	height: 4px;
	width: 50px;
	background: #00A7E6;
	border: none;
}

.banner_title p {
	line-height: 25px;
}

.banner_title span {
	display: block;
	line-height: 24px;
}

.banner_title .red {
	position: absolute;
	top: 35%;
	right: 15%;
}

.about {
	background: #00A7E6;
	text-align: center;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
	color: #FFFFFF;
	padding: 40px;
}

.about&gt;*~* {
	margin-top: 1em;
}

.about p {
	text-align: justify;
	line-height: 24px;
}

.about strong {
	display: inline-block;
	padding: 20px;
}

.dates h2 {
	display: block;
	line-height: 70px;
	padding-left: 20px;
	font-size: 28px;
	color: #FFFFFF;
	background: #94C93C;
}

.dates .dates_a {
	height: 70px;
	width: 100%;
	line-height: 70px;
	color: #494949;
	border-top: 2px solid #FFFFFF;
	font-weight: 600;
	display: flex;
}

.dates .bg_a {
	background: #D8E3C6;
}

.dates .bg_b {
	background: #8DD5F0;
}

.dates .dates_a .time {
	font-size: 20px;
	padding: 0 30px;
	margin-right: 30px;
}

.dates .dates_a .event {
	font-size: 18px;
}

.speakes h2 {
	display: block;
	line-height: 50px;
	font-size: 28px;
	color: #E94F49;
	text-align: center;
}
.speakes ul{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
}
.speakes ul li {
	width: 20%;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
}

.speakes ul li:nth-child(n+6) {
}

.speakes ul li:nth-child(5n) {
}

.speakes ul li img {
	width: 100%;
  display: block;
}

.speakes ul li strong {
	display: inline-block;
	font-size: 18px;
}

.speakes ul li a {
	float: right;
	margin-right: 5%;
  margin-top: 10px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
}

.keynote ul li a:hover {
	color: #0077AA;
}

.new {
	background: url(../img/news.jpg) no-repeat left top/cover;
	height: 476px;
	padding: 30px;
	position: relative;
}

.new ul {
	width: 100%;
	display: flex;
	padding-top: 210px;
}

.new ul li {
	width: 32%;
	height: 140px;
	background: #00A7E6;
	border-radius: 50px 0 50px 0;
	color: #FFFFFF;
	text-align: center;
	display: flex;
	align-items: center;
	padding: 0 20px;
	margin-right: 2%;
}

.new ul li:nth-child(3) {
	margin-right: 0;
}

.new ul li p {
	color: #FFFFFF;
}

.new ul li p~p {
	margin-top: 15px;
}

.new ul li a {
	color: #FFFFFF;
	display: block;
	width: 100%;
}

.new ul li:hover {
	background: #94C93C;
	cursor: pointer;
}

.sponsor {
	background: url(../img/SPONSOR_bg.png) no-repeat;
}

.sponsor h2 {
	color: #E94F49;
	text-align: center;
	font-size: 28px;
	line-height: 150px;
}

.sponsor ul li {
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.sponsor ul li img {
	width: 120px;
	height: 120px;
}

.contact ul {
	display: flex;
	justify-content: center;
}

.contact ul li {
	width: 45%;
	background: #00A7E6;
	padding: 20px;
	border-bottom: 3px solid #94C93C;
}

.contact ul li .tt {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	border: 2px solid #FFFFFF;
	margin: 20px auto;
}

.contact ul li p {
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0px;
}

.contact ul li .tt span {
	text-align: center;
	display: inline-block;
	padding: 12px;
}

.contact ul li p a {
	color: #FFFFFF;
}

.contact ul li:hover p a {
	text-decoration: underline;
}

.footer {
	background: #0077AA;
	padding-bottom: 50px;
	color: #fff;
}

.footer hr {
	display: block;
	height: 1px;
	background: #FFFFFF;
	border: none;
}

.footer .footer_logo {
	display: flex;
	align-items: center;
	padding: 10px 0;
	line-height: 70px;
}

.footer .footer_logo img {
	display: block;
	margin-right: 10px;
}

.footer .footer_nav ul {
	text-align: center;
	width: 25%;
	float: left;
}

.footer .footer_nav ul h4 {
	padding: 10px 0px 10px 0px;
}

.footer .footer_nav ul li a {
	color: rgba(255, 255, 255, .7);
	line-height: 30px;
	transition: .5s;
}

.footer .footer_nav ul li a:hover {
	color: #fff;
}

.footer_intro {
	padding-top: 20px;
	text-align: justify;
	width: 50%;
	margin: 0 auto;
	line-height: 24px;
}

/* Other-page */
.public_bg {
	box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.5);
}

.public_bg_white {
	background: #FFFFFF;
	padding-bottom: 1px;
}

.keynote h2 {
	font-size: 28px;
	color: #494949;
	line-height: 50px;
	padding-left: 20px;
	padding-bottom: 20px;
}

.keynote hr {
	display: block;
	height: 1px;
	background: #CCCCCC;
	border: none;
}

.keynote h3 {
	font-size: 20px;
	color: #494949;
	text-align: center;
	line-height: 60px;
}

.keynote ul {
	display: flex;
	flex-wrap: wrap;
}

.keynote ul li {
	width: 20%;
	border: #CCCCCC;
	color: #494949;
	text-align: center;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position: relative;
  padding-bottom: 50px;
}

.keynote ul li:nth-child(5n) {
	border-right: none;
}

.keynote ul li:nth-child(n+6) {
	border-bottom: none;
}

.keynote ul li img {
	width: 100%;
}

.keynote ul li p {
	padding: 0 15px;
}

.keynote ul li strong {
	display: inline-block;
	font-size: 18px;
}

.keynote ul li a {
	color: #494949;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -48px;
}

.keynote_pro {
	text-align: justify;
}

.keynote ul li a:hover {
	color: #0077AA;
}

.keynote_pro h3 {
	text-align: left;
}

.keynote_pro img {
	width: 300px;
	float: left;
	padding-right: 20px;
}

.keynote_pro p {
	padding: 10px;
	line-height: 2;
	text-align: justify;
}

.postion {
	padding: 20px;
}

.postion a {
	color: #fff;
}

.public_bg_white .postion,
.public_bg_white .postion a {
	color: #333;
}

.postion a:hover {
	text-decoration: underline;
}

.public_bg_white .postion a:hover {
	color: #00A7E6;
	text-decoration: underline;
}

.public_page {
	min-height: 400px;
}

.public_page p {
	color: #FFFFFF;
	line-height: 2.5em;
}

.page-cont {
	padding: 0 20px 20px;
	text-align: justify;
	line-height: 1.7em;
}

.page-cont p {
	line-height: inherit;
}

.page-cont&gt;*~* {
	margin-top: 1em;
}

.page-cont img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.page-cont a[href^='mailto'] {
	color: #fff;
}

.page-cont td {
	border-color: #fff;
	line-height: 1.2;
	padding: 10px;
}

.submissionBtn {
	display: inline-block;
	color: #fff !important;
	padding: 0 1.2em;
	border-radius: 1.8rem;
	background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}

.news-datail {
	padding: 20px;
	color: #fff;
	text-align: justify;
}

.news-datail .title {
	text-align: center;
	margin-bottom: 1em;
}

.news-datail img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto !important;
}

.submissionsBtn {
	display: inline-block;
	color: #fff !important;
	padding: 0 1.2em;
	line-height: 2em;
	border-radius: 2em;
	background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}</pre></body></html>