@charset "utf-8";

body {
  font-family: arial;
  color: #101010;
  font-size: 14px;
  background: #1a98c7 url(../img/bg-1.jpg) no-repeat left top;
}

table {
  border-collapse: collapse;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 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: #ccc;
  text-align: right;
}

.page .header .top p a {
  text-decoration: underline;
}

.page .header .top p a~a {
  margin-left: 10px;
}

.page .header .logo h1 {
  font-size: 60px;
}
.page .header .logo{
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .header .logo a {
  display: flex;
  align-items: center;
}

.page .header .logo img {
  display: block;
  width: 120px;
}

.timecounter {
  float: right;
  display: flex;
  justify-content: flex-end;
}

.timecounter span {
  width: 80px;
  height: 80px;
  border: 3px solid;
  border-color: #00A7E6;
  /* rgba(219,219,219,0.35); */
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  line-height: 75px;
  position: relative;
  margin-left: 10px;
}

.timecounter span p {
  color: #7B7979;
  font-size: 16px;
  display: inline;
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  left: 0%;
}

#tcr {
  font-size: 35px;
  color: #E94F49;
}

.nav {
  margin-top: 40px;
  position: relative;
}

.nav .ul-list {
  display: flex;
}

.nav .ul-list>li {
  position: relative;
  list-style: none;
  margin-right: 2px;
}

.nav .ul-list>li .cur {
  background: #00A7E6;
  color: #FFFFFF;
}

/* .ul-list > li > a:hover {
	background-color: #FFFFFF;
	color: #FFFFFF;
} */

.nav .ul-list>li>a {
  line-height: 60px;
  display: inline-block;
  height: 60px;
  padding: 0px 20px 0px 20px;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 600;
}


.nav .ul-list>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: 0px;
  list-style: none;
  width: 250px;
}

.nav .ol-list>li>a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;

}

.nav .ol-list>li>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 {
  background: #c1e4ec;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.o_nav .register {
  background: #00A7E6;
}

.o_nav .downloads {
  background: #94C93C;
}

.banner {
  background: url(../img/banner.jpg) no-repeat center;
  height: 650px;
  po
}

.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 .banner_title .fz-20.fw-600{
  margin-top: 10px;
}
.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>*~* {
  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;
}

.dates .bg_a {
  background: #D8E3C6;
}

.dates .bg_b {
  background: #8DD5F0;
}

.dates .dates_a .time {
  width: 30%;
  float: left;
  font-size: 20px;
  font-weight: 600;
  padding-left: 5%;
}

.dates .dates_a .event {
  width: 70%;
  float: right;
  font-size: 18px;
  font-weight: 600;
}

.speakes h2 {
  display: block;
  line-height: 50px;
  font-size: 28px;
  color: #E94F49;
  text-align: center;
}

.speakes ul {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

.speakes ul li {
  width: 20%;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  padding-bottom: 30px;
}
.speakes ul li a{
  color: #FFFFFF;
}
.speakes ul li:first-child {}

.speakes ul li img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.speakes ul li strong {
  display: inline-block;
  font-size: 18px;
}

.speakes ul li .more {
  position: absolute;
  right: 5%;
  color: #FFFFFF;
  bottom: 0px;
}

.new {
  background: url(../img/news.jpg) no-repeat left top/cover;
  height: 450px;
  padding: 30px;
  position: relative;
}

.new ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.new ul li {
  padding: 20px;
  height: 150px;
  width: 32%;
  background: #00A7E6;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  align-items: center;
}

.new ul li p {
  color: #FFFFFF;
}

.new ul li a p:first-child {
  line-height: 1.5em;
  height: 3em;
}

.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;
}

.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;
  position: relative;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-bottom: 50px;
}

.keynote ul li img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.keynote ul li strong {
  display: inline-block;
  font-size: 18px;
}

.keynote ul li .more {
  position: absolute;
  right: 5%;
  color: #494949;
  bottom: 0px;
}

.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 15px 0;
  line-height: 24px;
  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;
  padding-bottom: 30px;
}

.public_page p {
  color: #FFFFFF;
  line-height: 2em;
}

.page-cont {
  padding: 0 20px 20px;
  text-align: justify;
}

.page-cont td {
  border: solid 1px #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);
}


.datail-box {
  padding: 0 20px;
  color: #fff;
  text-align: justify;
}

.datail-box .title {
  text-align: center;
  margin-bottom: 1em;
}

.datail-box .cont>*~* {
  margin-top: 1em;

}

.datail-box .cont img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}

.datail-box .cont table {
  border-collapse: collapse;
  border-color: #fff;
}

.datail-box .cont td {
  border:1px solid #fff;
  padding: 5px;
}
.datail-box .cont ul,
.datail-box .cont ol{
  padding-left: 1em;
}
.datail-box .cont li{
  list-style: decimal;
}
.datail-box .cont a{
  color: #00A7E6;
}
.news-list {
  color: #fff;
}

.news-list li a {
  color: #fff;
}

.news-list li a:hover {
  text-decoration: underline;
}

.news-list li a span {
  margin-right: 10px;
}

.news-list li~li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: dashed 1px rgba(255, 255, 255, .5);
}

.submissionsBtn {
  display: inline-block;
  color: #fff !important;
  padding: 0 1.2em;
  border-radius: 1.8rem;
  background-image: linear-gradient(to bottom, #21bcd9, #0b599d);
}