@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_ifybwue8oxh.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_ifybwue8oxh.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_ifybwue8oxh.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_ifybwue8oxh.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_ifybwue8oxh.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_ifybwue8oxh.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}
.topBar{
	width: 100%;
	height: 80px;
	/* background: linear-gradient(135deg, #8cffeb 0%, #d286eb 100%); */
	border: 0px;
}
.nav_logo_div{
	height: 80px;
	margin-left: 18%;
	margin-right: 0.78%;
}
.nav_name_div{
	height: 80px;
	margin-right: 34%;
}
.nav_tab_txt{
	font-size:17px;
	/*font-weight: bold;*/
	color: #fff;
	margin-right: 5%;
	font-family:"webfont" !important;
	/*font-weight: bold;*/
}
.div_bg1{
	background-image: url('banner.png');
	background-size: cover;
	display: flex;
	flex-direction: column;
}
.org_txt{
	font-size:26px;
	color: #fff;
	font-family:"webfont" !important;
}
.columnLast{
	/* display: flex; */
	flex-direction: column-reverse;
}
.down_btn{
	background: #FFFFFF;
	color:#F16497;
	font-size: 19px;
}
.bg_txt{
	font-size:20px;
	color: #000;
	/*font-family: Regular!important;*/
	font-family:"webfont" !important;
	font-weight: bold;
}
.rowDiv{
	display: flex;
	flex-direction: row;
}
.columnCenter{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}