@font-face {
  font-family: 'gothicb';
  src: url('../fonts/gothic.ttf'), url('../fonts/gothicb.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.5;
  font-family: 'gothicb';
}

/* Common */
.main-container {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-title {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  color: #333;
}

.main-title::before {
  content: '';
  width: 4px;
  background-color: #12A0A5;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
}

.main-title a {
  float: right;
  font-size: 14px;
  color: #4062FF;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding: 16px;
  color: #808080;
  border-bottom: 1px solid #F2F6F9;
}

.header-logo {
  width: 168px;
}

/* Nav */
.nav-container {
  text-align: center;
  font-size: 18px;
  /*font-weight: 400;*/
  font-weight: bold;
}

.nav-container:first-child {
  border-bottom: 1px solid #fff;
}

.nav-container .first-nav {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.nav-container .first-nav:hover .second-nav {
  display: block;
}

.nav-container .first-nav-link {
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  border-bottom: 4px solid #fff;
  color: inherit;
}

.nav-container .first-nav-link:hover {
  color: #0d7844;
  border-color: #0d7844;
  transition: all 0.5s;
}

.nav-container .second-nav {
  position: absolute;
  display: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  left: 0;
  top: 100%;
  z-index: 100;
  background-color: #fff;
}

.nav-container .second-nav-link {
  line-height: 40px;
  width: 220px;
  border-left: 4px solid #fff;
  display: block;
  font-size: 14px;
  text-indent: 20px;
  color: inherit;
  text-align: left;
  border-bottom: 1px solid rgba(112, 112, 112, 0.149);
}

.nav-container .second-nav-link:hover {
  border-left-color: #0d7844;
  transition: all 0.5s;
}

/* BannerArea */
.banner-wrapper {
  height: 700px;
  position: relative;
}

.banner-container {
  position: absolute;
  top: 0;
  /*left: 0;*/
  /*width: 100%;*/
  left: 50%;
  width: calc(100% - 200px);
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
      transform: translateX(-50%);
}

.company-detail {
  width: 900px;
  margin: auto;
  text-align: left;
  color: #fff;
  /*padding-top: 130px;*/
  padding-top: 370px;
}

.company-name {
  font-size: 40px;
}

.company-abstract {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.date-location img {
  width: 26px;
  vertical-align: text-bottom;
}

.date-location {
  font-size: 24px;
  padding-top: 24px;
}

.date-location span {
  padding: 0 15px;
}

/*Link*/
.link {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 80px;
  justify-content: center;
}

.link li a {
  min-width: 150px;
  line-height: 50px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  display: block;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}

.link li a:hover {
  background-color: #0d7844;
  border-color: #0d7844;
  color: #fff;
}

/*Meet*/
.meet-date {
  margin-top: 60px
}

.meet-date ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.meet-date .meet-date-num span {
  width: 66px;
  height: 66px;
  display: block;
  line-height: 66px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 23px;
  border-radius: 8px;
}

.meet-date .meet-date-num p {
  text-align: center;
  color: #fff;
  margin-top: 7px;
  font-size: 17px;
}

.meet-date-sperator {
  padding: 0 20px;
  height: 66px;
  line-height: 66px;
  color: #fff;
  font-size: 23px;
}

/*Company*/
.company-title {
  font-size: 32px;
  font-weight: bold;
  /*color: #0d7844;*/
  padding: 60px 0 20px 0;
  color: #15436D;
}

/*news-dates-wrapper*/
.news-dates-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap:wrap;
}

.news,
.dates {
  max-width: 560px;
  width: 100%;
  border: 1px solid #0d7844;
  margin-top: 40px;
}

.news-title,
.dates-title {
  border-top: 10px solid #0d7844;
  color: #0d7844;
  padding: 20px 20px 0 20px;
}

.news-title::before,
.dates-title::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-right: 10px;
  border: 8px solid transparent;
  border-left: 12px solid #0d7844;
}

.news-list,
.dates-list {
  padding: 0 20px;
  box-sizing: border-box;
  height: 210px;
  overflow: auto;
  background-color: #fff;
}

.news-list li,
.dates-list li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.149);
  line-height: 24px;
}

.news-list li:last-child,
.dates-list li:last-child {
  border: none;
}

.news-list li a h4 {
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.news-list li a p {
  color: #666;
  font-size: 14px;
}

.dates-list li h4 {
  color: #666;
  font-weight: bold;
  font-size: 16px;
}

.dates-list li p {
  color: #0d7844;
  font-weight: bold;
  font-size: 14px;
}

.dates-list li .dates-item-2 {
  text-decoration: line-through;
}

.dates-list li .dates-item-3 {
  color: #CE0707;
}

/*Footer*/
.footer {
  padding: 40px 0 70px 0;
  background-color: #F1F1F1;
}

.footer-company-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
}

.footer-company-left h3 {
  font-size: 29px;
  font-weight: bold;
  color: #333333;
}

.footer-company-left h4 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.footer-company-right h3 img {
  width: 28px;
  vertical-align: text-bottom;
  margin-right: 12px;
}

.footer-company-right h3 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}

.footer-contact-download {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer-contact p {
  white-space: pre-line;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #515151;
  padding-top: 15px;
}

/* Downloads */
.downloads {
  width: 480px;
}

.footer-title,
.download-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.149);
}

.downloads-list {
  box-sizing: border-box;
  overflow: auto;
  padding-top: 5px;
  height: 120px;
}

.downloads-list li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.149);
  line-height: 24px;
}

.downloads-list li a {
  color: #666;
  font-size: 14px;
}


/*Copyright*/
.company-copyright {
  font-size: 11px;
  padding: 8px 0;
  text-align: center;
  background-color: #202020;
  color: #EEEEEE;
}


/*Sponsors*/

.sponsors {
  padding-bottom: 10px;
  padding-top: 40px;
}

.sponsors h3 {
  color: #333;
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 16px;
}

.sponsors h3 span {
  font-size: 14px;
  color: #333333;
  opacity: 0.15;
}

.sponsors h3::before {
  content: '';
  display: inline-block;
  width: 10px;
  margin-top: -2px;
  vertical-align: middle;
  height: 10px;
  border: 4px solid #0d7844;
  margin-right: 5px;
  border-radius: 50%;
}

.sponsors-img {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: center;
}

.sponsors-img li {
  margin-right: 16px;
  margin-bottom: 16px;
}

.sponsors-img a {
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 100px;
  background-color: #fff;
  overflow: hidden;
}

.sponsors-img img {
  max-width: 100%;
}

.sponsors-img p {
  padding-top: 10px;
  color: #666666;
  font-size: 14px;
  width: 180px;
}

/*GoTop*/
.goTop {
  width: 120px;
  height: 40px;
  background: #0d7844;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 180px;
  display: none;
}

.goTop::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  margin-right: 10px;
  vertical-align: middle;
  border-style: solid;
  border-color: transparent transparent #FFF;
}

/* Talks */

.talks {
  /*min-height: 440px;*/
}

.talks-tabs {
  border-bottom: 1px solid rgba(112, 112, 112, 0.149);
  margin-bottom: 20px;
}

.talks-tabs span {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  border-bottom: 6px solid #fff;
  padding: 10px 0;
  cursor: pointer;
  color: #333;
  /*margin-right: 40px;*/
  /*margin-right: 2%;*/
  margin-right: 1%;
  width: 18%;
  text-align: center;
  overflow: hidden;    
text-overflow:ellipsis;    
white-space: nowrap;
}
.talks-tabs span:last-child{
    margin-right: 0;
}
.talks-tabs span.active {
  /*font-size: 24px;*/
  /*border-color: #0d7844;*/
  /*color: #0d7844;*/
  border-color: #333;
  color: #333;
  font-weight： bold;
}


.talks-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.talks-list-item {
  width: 240px;
  padding: 15px;
  box-sizing: border-box;
  height: 310px;
  text-align: center;
  border-radius: 4px;
  position: relative;
}

.talks-list-item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.talks-img {
  display: flex;
  /*width: 140px;*/
  /*height: 166px;*/
  width: 160px;
  height: 185px;
  margin: auto;
  align-items: center;
  justify-content: center;
}
.talks-img img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.talks-list-item h3 {
  padding-top: 10px;
  font-size: 16px;
  font-weight: bold;
  /*color: #0d7844;*/
  color: #15436D;
}

.talks-list-item h4 {
  font-size: 14px;
  font-weight: 400;
  /*color: #515151;*/
  color: #666666;
  /*opacity: 0.5;*/
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.talks-list-item h5 {
  font-size: 13px;
  cursor: pointer;
  visibility: hidden;
  /*color: #0d7844;*/
  color: #15436D;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.talks-list-item h5 img {
  margin-left: 5px;
  display: inline-block;
  width: 24px;
  vertical-align: middle;
}

.talks-list-item:hover h5 {
  visibility: visible;
}

.talks-detail {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
}

.talks-detail.active {
  display: flex;
}

.talks-detail-container {
  padding: 10px 25px 25px 25px;
  box-sizing: border-box;
  width: 580px;
  height: 750px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}

.talks-detail-title {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.149);
  justify-content: space-between;
}

.talks-detail-title b {
  /*color: #0d7844;*/
  color: #15436D;
  font-size: 18px;
}

.talks-detail-title span {
  color: #515151;
  opacity: 0.5;
  font-size: 14px;
}

.talks-info {
  flex: 1;
  padding-left: 10px;
}

.talks-detail-info {
  padding: 20px 0;
  text-align: left;
}

.talks-detail-info h2 {
  font-size: 14px;
  height: 125px;
  overflow: hidden;
  font-weight: bold;
  color: #515151;
}

.talks-detail-info h3 {
  font-size: 14px;
  font-weight: bold;
  /*color: #0d7844;*/
  color: #15436D;
  padding: 0;
}

.talks-detail-info h6 {
  font-size: 14px;
  font-weight: bold;
  color: #515151;
  opacity: 0.5;
}

.talks-detail-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.talks-detail-container .talks-img {
  margin: 0;
}

.talks-content-wrapper {
  margin-top: 10px;
  color: #515151;
  height: 400px;
  line-height: 20px;
  font-size: 13px;
  text-align: justify;
  overflow-y: scroll;
}

.close-btn {
  text-align: right;
}

.close-btn span {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.29);
  font-size: 18px;
  font-weight: 600;
}

/* Detail */
.detail-content {
  padding-top: 57px;
  display: flex;
  min-height: calc(100vh - 521.5px);
  align-items: flex-start;
  justify-content: space-between;
}

.detail-content .dates {
  max-width: 400px;
  width: 100%;
}

.detail-content .subbmission {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 20px;
  color: #0d7844;
}

.detail-content .content-left {
  flex: 1;
  padding-right: 60px;
}

.awards-groups{
  width: 280px;
  background-color: #EFEFEF;
  text-align: center;
  color: #333;
  font-size: 16px;
  margin-right:30px;
}
.awards-groups p{
  line-height: 1.5;
  padding: 12px 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(112,112,112,0.2);
}
.awards-groups p:hover{
  color:#fff;
  background-color: #666666;
}
.awards-groups p.active{
  background-color: #0d7844;
  color: #fff;
}

.detail-content .sponsors{
  max-width: 400px;
}
.banner-contt {
	width: 100%;
	margin-top: 65px;
	display: inline-block;
	text-align: center;
}

.banner-contt_1 {
	width: 18.2%;
	height: 50px;
	border-radius: 4px;
	border: 1px solid #FFFFFF;
	/*float: left;*/
	margin-right: 1.5%;
	margin-top: 20px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	/*display: block;*/
	display: inline-block;
}

.banner-contt_1:nth-child(5n) {
	margin-right: 0;
}

.banner-contt_1:hover {
	border: 1px solid #0d7844;
	background: #0d7844;
}
.banner-contt_1.on {
	border: 1px solid #0d7844;
	background: #0d7844;
}
.all-lef {
	width: 100%;
	margin-top: 20px;
	display: flex;
}

.all-lef1 {
    border: 1px solid #15436D;
    border-top: 10px solid #15436D;
	width: 47.5%;
	float: left;
	margin-right: 5%;
}

.all-lef1:nth-child(2n) {
	margin-right: 0;
}

.all-lef2 {
	/*border-bottom: 1px solid #00B8DE;*/
	font-size: 20px;
	font-weight: bold;
	color: #15436D;
	padding: 10px 20px;
}

.all-lef2_1{
	width: 11px;
height: 11px;
background: linear-gradient(115deg, #15436D 0%, rgba(171,193,255,0.22) 100%);
border-radius: 11px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.all-lef2_2{
	max-width: calc(100% - 40px);
	display: inline-block;
	vertical-align: middle;
}

.all-lef3 {
	width: 100%;
	margin-top: 10px;
	height: 190px;
	padding: 0 20px;
	padding-right: 30px;
	box-sizing: border-box;
	overflow: hidden;
	overflow-y: scroll;
}

.all-lef3::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.all-lef3::-webkit-scrollbar-thumb {
	/* border-radius: 8px; */
	background-color: rgba(21, 67, 109, 1);
}

.all-lef3::-webkit-scrollbar-track {
	/* border-radius: 8px; */
	background-color: rgba(0, 109, 227, .1);
}

/*.all-lef3_1 {*/
/*	border-bottom: 1px solid rgba(112, 112, 112, 0.15);*/
/*	width: 100%;*/
/*	display: block;*/
/*	padding: 10px 0;*/
/*	font-size: 15px;*/
/*	font-weight: 400;*/
/*	color: #666666;*/
/*	display: block;*/
/*	overflow: hidden;*/
/*	text-overflow: ellipsis;*/
/*	white-space: nowrap;*/
/*}*/

.all-lef3_2 {
	border-bottom: 1px solid rgba(112, 112, 112, 0.15);
	width: 100%;
	display: block;
	padding: 10px 0;
}

.all-lef3_3 {
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.all-lef3_4 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #15436D;
}
.detail-bo{
	    width: 100%;
	    margin: 60px auto;
		display: inline-block;
}
.detail-right{
	    width: 380px;
	    float: right;
	    margin-left: 30px;
}
.detail-ri{
    border: 1px solid #15436D;
    border-top: 10px solid #15436D;
	width: 100%;
	margin-bottom: 30px;
}
.detail-left{
	/*width: calc(100% - 410px);*/
	width: 100%;
	    float: left;
}
.detail-le1{
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	/*color: #00B8DE;*/
	color: #15436D;
}
.detail-le2{
	width: 100%;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}
.detail-le3{
	width: 100%;
	margin-top: 20px;
}
.detail-le3 img{
    max-width: 100%;
}
.detail-le4{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
}
.detail-le4:last-child{
	margin-bottom: 0;
}
.detail-le4_1{
	width: 140px;
	height: 165px;
	display: block;
	margin-right: 20px;
	object-fit: cover;
	object-position: center;
}
.detail-le4_2{
	width: calc(100% - 160px);
}
.detail-le4_3{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}
.detail-le4_4{
	width: 100%;
	margin-top: 30px;
}
.detail-le4_4_1{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #515151;
}
.detail-le4_4_2{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #515151;
	opacity: 0.5;
}
.all-ri {
	width: 100%;
	margin-bottom: 20px;
}

.all-ri:last-child {
	margin-bottom: 0;
}

.all-rif {
	border-bottom: 1px solid rgba(112, 112, 112, 0.15);
	width: 100%;
	padding: 10px 0;
	/*display: inline-block;*/
}

.all-rif1 {
	/*float: left;*/
	/*padding: 0 20px;*/
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	position: relative;
	display: inline-block;
vertical-align: middle;
}

.all-rif1 span {
display: inline-block;
vertical-align: middle;
}

.all-rif1 div {
        width: 11px;
    height: 11px;
    background: linear-gradient(115deg, #15436D 0%, rgba(171,193,255,0.22) 100%);
    border-radius: 11px;
    margin-right: 10px;
display: inline-block;
vertical-align: middle;
}

.all-rif2 {
	/*float: left;*/
	font-size: 14px;
	font-weight: 400;
	color: rgba(112, 112, 112, 0.3);
	display: inline-block;
vertical-align: middle;
}

.all-rit {
	width: 100%;
	display: inline-block;
}

.all-rit1 {
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	display: block;
}

.all-rit1:nth-child(2n) {
	margin-right: 0;
}

.all-rit1_1 {
	border: 1px solid rgba(112, 112, 112, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
}

.all-rit1_1 img {
	max-width: 100%;
	max-height: 100%;
}

.all-rit1_2 {
	width: 100%;
	height: 63px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.footer-contact a {
    border-bottom: 1px solid rgba(112, 112, 112, 0.149);
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}