@charset "UTF-8";
@font-face {
  font-family: "Intertight";
  font-weight: 500;
  src: url("../fonts/intertight-bold.otf") format("opentype"); }

@font-face {
  font-family: "Intertight";
  font-weight: 400;
  src: url("../fonts/intertight-regular.otf") format("opentype"); }

@font-face {
  font-family: "Intertight";
  font-weight: 300;
  src: url("../fonts/intertight-light.otf") format("opentype"); }


body{
	font-family: 'Intertight',  Helvetica, Microsoft YaHei, Simsun, SimHei, sans-serif !important;
}
.col-xs-12 {
    width: 100%;
}
* {
  outline: none;
}
a{
	transition: ease-in-out 0.5s;	
}
a:hover {
    text-decoration: none;
}
.index-root {
    overflow: hidden;
    position: relative;
    z-index: 10;
	background-color: #F2F5FA;
}
@media (min-width: 1200px){
	.container{
		max-width: 1230px;
	}
}

header{
	width:100%;
	margin:0 auto;
	position: fixed;
	z-index:100;
	transition: ease-in-out 0.5s;
}
header .navbar{
	padding:0px;
}
header .container{
	max-width:100%;
	padding:0px 6.5%;
}

header .d-flex{
	padding: 0px;
	transition: ease-in-out 0.5s;
	width:100%;
}
header a.logo{
	width:200px;
	height: 80px;
	margin-right:2rem;
	display: block;
}
header a.logo .svg{
	width:100%;
	display: block;
	height: 80px;
	transition: ease-in-out 0.5s;
}
header .navbar-collapse{
}
header ul{
	transition: ease-in-out 0.5s;
}
header ul li{
    padding: 0px 1.5rem;
    font-size: 1.0625rem;
}
header ul li a{
	color:#fff;   
}

header ul li a:hover{
	color:#fff;   
}
header ul li a.cur{
	color:#fff;   
}

header a.btn{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 2.35rem;
	width:100px;
	outline-style:none; 
	-moz-outline-style: none;
	border:none;
	border-radius: 0px;
	 color:#fff;   
	 background: #1f91ff;
	 -webkit-tap-highlight-color: transparent; 
	 outline: none;
}
header a.btn:hover{
	background-color:#36B439!important;
}
header a.btn:link{
	background-color:#1f91ff!important;	
}
header a.btn:focus{
	outline-style:none!important;; -moz-outline-style: none!important;;
}
header .navbar-nav{
	margin-left: auto;
}
.head-container{
	width:100%;
	margin:0 6%;
	padding-top:1.2%;
	transition: ease-in-out 0.5s;
}
header a.logo .svg{
    height: 60px; 
}
header.bgfixed{
	height: 80px;
	position: fixed;
	z-index:100;
	background-color:#000;
}
header.bgfixed .navbar-collapse {
    height: 80px;
}
header.bgfixed .flex-column{
}
header.bgfixed .navbar-brand{
	transition: ease-in-out 0.5s;
	padding-top:5px;
	padding-bottom:0px;
}

header.bgfixed a.logo .svg{
	height:55px;
}
header.bgfixed .head-container{
	padding-top:0px;
}


/**/
.index-banner{
	width: 100%;
	height: calc(64vh + 0px);
	background: #17103c url(../images/index_banner1.png) top center no-repeat;
	position: relative;
	background-size: cover;
	z-index:99;
}

.index-banner .container{
	height: 100%;
	color:#fff;
	display: block;
	max-width:100%;
	padding:0px 6.5%;
}
.index-banner .bannerBox{
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.index-banner h1{
	font-size:48px;
	line-height: 1.5;
	font-weight:700;
	margin-top:-80px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom:20px;
	text-align: center;
}
.index-banner h3{
	font-size:1.625rem;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	width:60%;
	margin:0 auto;
	text-transform: capitalize;
}
.index-banner p.lead{
    font-size: 1.2rem;
    margin-top: 3.5rem;
    font-weight: 400;
    line-height: 36px;
}
.index-banner .scroll-arrow span{
	background: url(../images/banner-scrool.png) no-repeat;
	height: 40px;
    line-height: 25px;
    padding-left: 30px;
	text-align: center;
	position: absolute;
	bottom: 10%;
	color: #fff;
}
.index-banner .mouse {
    bottom: 10%;
    display: block;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
    z-index: 20;
}
.index-banner .link-btn{
	background: url(../images/whitepaper_btn_ico.png) 90% center no-repeat;
	border:2px solid #fff;
	border-radius:10px;
	color:#fff;
	padding:10px 40px;
	font-weight: bold;
	padding-right: 60px;
    display: inline-block;
	margin-top:2rem;
}
.index-banner .link-btn:hover{
	background:#fff url(../images/whitepaper_btn_ico_hover.png) 90% center no-repeat;
	color:#000;
}


.pageanchor {
    margin-top: -100px;
    height: 100px;
    display: block;
}

/**/
.aboutus{
	background:#fff url(../images/aboutus_bg.jpg) center center no-repeat;
	padding:6% 0px 8% 0px;
}
.aboutus h2{
	color:#325DF3;
	font-size:56px;
	font-weight: bold;
}
.aboutus h5{
	font-size:24px;
	line-height: 2.25rem;
	color:#000000;
	margin-bottom:40px;
	font-weight: 500;
}
.aboutus h6{
	color:#000000;
	font-size:21px;
	line-height: 30px;
}

/*advantage*/
.advantage{
	border-top:1px solid #F0F0F0;
	padding:6% 0px 8% 0px;
}
.advantage h1{
	font-size:56px;
	color:#325DF3;
	text-align: center;
	font-weight: bold;
}
.advantage .adv_list{
	margin-top:5rem;
}
.advantage .container {
    max-width: 72%;
}

.advantage .card{
	height:480px;
	border:none;
	display: block;
	border-radius: 0px;
	border:1px solid #e0e0e0;
	 text-align: center;
}

.advantage .imgBox{
	padding:0 8%;
	display: flex;
	align-items: center;
	justify-content: center;
	height:240px;
	margin-top:20px;
}
.advantage img{
	max-width: 100%;
	height:100%;
	object-fit: contain;
	padding-bottom: 0rem;
}

.advantage .card-body{
    
}

.advantage .card h2{ 
	font-size:32px;
	font-weight: 600;
	color:#000;
	margin: 1rem 0px;
}
.advantage .card p{
	font-size: 18px;
    line-height: 1.5;
	text-align: center;
	padding:0px 1rem;
}

/*Product*/
.mission{
	padding:6% 0px 6% 0px;
	background: #000 url(../images/missionbg.webp) center center no-repeat;
	background-size: cover;
}
.mission .protxt{
	text-align: center;
}
.mission .protxt h1{
	font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: bold;
	margin-bottom:30px;
}
.mission .protxt p{
	line-height: 1.8;
	margin:0 auto;
	margin-bottom:60px;
	color: #fff;
	font-size:21px;
	text-transform: capitalize;
}

.mission .protxt p b{
	text-decoration: underline;
}


/*Footer*/
footer {
    font-size: 1rem;
    background: #011A44;
	padding-top:4rem;
	padding-bottom:6rem;
	overflow: hidden;
}

footer .footer-link-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .row{
	justify-content: space-between;
}
footer .footer-link-wrap>li {
	margin-bottom: .875rem;
	display: inline-block;
	padding-right: 20px;
}
footer .footer-link-wrap>li>a {
    color: #0062cb;
	font-size: 16px;
}
footer .footer-location{
	width:88px;
}

footer .container{
	max-width:76%;
}

footer .social-link {
	clear:both;
	display: block;
	
}
footer .social-link.social-link-dark {
   display: flex;
   justify-content: flex-end;
}
footer .social-link>div {
    font-size: 14px;
	width:60px;
    float: left;
}
footer a.social-link-item,footer div.social-share {
	color: #fff;
    white-space: nowrap;
    border-radius: 5px;
    width: 60px;
    text-align: center;
    display: block;
    padding: 12px 12px;
}
footer .social-link.social-link-dark .social-link-item {
    border:1px solid #1C88F8;
}
footer .icon {
    display: inline-block;
    background-size: contain;
}
footer .social-link-text {
    vertical-align: top;
}
footer .icon1,footer .icon2,footer .icon3 {
    width: 25px;
    height: 25px;
    vertical-align: text-top;
}
footer .icon1 {
    background-image: url(../images/footer_ico1.png);
}
footer .icon2 {
    background-image: url(../images/footer_ico2.png);
}
footer .icon3 {
    background-image: url(../images/footer_ico3.png);
}




@media only screen and (max-width: 2560px){
	
}

@media only screen and (max-width: 1920px){
	
}

@media only screen and (max-width: 1680px){
	
	.index-banner {
	    height: calc(76vh + 0px);
	}
	.index-banner h1 {
	    font-size: 45px;
		margin-top:-40px;
	}
	
}

@media only screen and (max-width: 1480px){
	.advantage .container {
	    max-width: 76%;
	}
	.advantage .card p {
	    font-size: 15px;
		line-height: 1.3;
	}
	.advantage .card h2 {
	    font-size: 28px;
	}
	
}
	
@media only screen and (max-width:1360px){
	
}
@media only screen and (max-width:1280px){
	header ul li {
	    padding: 0px 0.5rem;
	    font-size: 1rem;
	}
	
	.index-banner h1 {
	    font-size: 42px;
	    margin-top: -30px;
	    width: 80%;
	}
	.index-banner h3 {
	    font-size: 1.25rem;
	    width: 80%;
	}
	
	.aboutus h2 {
	    font-size: 42px;
	}
	.aboutus h5 {
	    font-size: 21px;
	    line-height: 1.4;
	}
	
	
	.advantage .imgBox {
	    height: 180px;
	}
	
	.advantage h1 {
	    font-size: 42px;
	}
	.advantage .adv_list {
	    margin-top: 3rem;
	}
	
	.mission .protxt h1 {
	    font-size: 42px;
	}
	.mission .protxt p {
	    line-height: 1.5;
	    width: 90%;
	    font-size: 18px;
	    text-transform: capitalize;
	}

}
@media only screen and (max-width: 1024px){
	.pc-block{
		display: none;
	}
	.app-block{
		display: block;
	}
	.navbar-dark .navbar-toggler{
		position: absolute;
		margin-left: auto;
		right: 20px;
		top: 20px;
	}
	
	
}
@media only screen and (max-width: 966px){
	

}
@media only screen and (max-width: 800px){
	header a.logo {
		width: 150px;
		height: 80px;
		margin-left: 1rem;
		margin-right:0px;
		display: inline-block;
	}
	header .navbar-collapse {
	    background: #fff;
	    padding-bottom: 2.5rem;
	    margin-top: 70px;
	    padding-top: 1rem;
	}
	header ul.navbar-nav a{
		color:#000;
	}
	header.bgfixed .navbar-collapse{
		height:auto;
	}
	.atoken_locale_selector > .current_locale{
		color: #000;
		border: 1px solid #000;
	}
	.atoken_locale_selector{
		right:30px;
	}
	.atoken_locale_selector .current_locale span{
		color:#000;
	}
	.atoken_locale_selector > .current_locale img{
		display: none;
	}
	.navbar-dark .navbar-toggler{
		position: absolute;
		margin-left: auto;
		right: 20px;
		top: 20px;
	}
	.index-banner h1 {
		width:90%;
		font-size: 32px;
		line-height: 1.2;
		font-weight: 700;
		padding-top: 0%;
		margin-top: 0px;
	}
	.index-banner h3 {
		font-size: 1rem;
		font-weight: 400;
		width: 100%;
	}
	.index-banner .link-btn {
		padding: 10px 20px;
		font-size: 14px;
		background:none;
	}
	.aboutus {
		padding: 80px 0px 100px 0px;
	}
	.aboutus .container{
		max-width: 84%;
	}
	.aboutus h5 {
		font-size: 18px;
		line-height: 1.5rem;
		color: #000000;
		margin-bottom: 40px;
		font-weight: 500;
	}
	.aboutus h2,.advantage h1 {
		font-size:36px;
	}
	
	.advantage .container {
	    max-width: 84%;
	}
	.advantage .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 2%;
	}
	.advantage .card p {
		font-size: 13px;
		line-height: 21px;
		text-align: center;
		font-weight: 300;
		padding: 0px;
	}
	
	.mission .card{
		height:23rem;
	}
	
	.mission .protxt p,.drfpro p {
		line-height: 1.5;
		margin-bottom: 20px;
		font-size: 14px;
	}
	
	footer .social-link>div{
		margin-bottom:1rem;
	}
	
	footer .social-link.social-link-dark {
	    display: flex;
		gap:12px;
		margin-top:30px;
	    justify-content: flex-start;
	}
	


}
@media only screen and (max-width: 640px){
	
	
}
@media only screen and (max-width: 576px){
	header a.logo {
	    width: 150px;
	    height: 60px;
	}
	header ul li {
	    padding: .5rem 1.5rem;
	}
	header .navbar-collapse{
		margin-top:0px;
	}
	.navbar-dark .navbar-brand {
	    height: 65px;
	}
	
	
}
@media only screen and (max-width: 480px){

	.his_li {
		padding-top: 60px;
		margin-left: 2%;
		    background-position: left;
	}
	
	.his_li .his_inx:nth-child(odd) {
		float: right;
		text-align: left;
		padding-left: 0%; 
	}
	.his_li .his_inx:nth-child(even) i {
		right: inherit;
		float: left;
		margin-left: -30px;
	}
	.his_li .his_inx:nth-child(odd) i {
		left: 5%;
		margin-left: -50px;
	}
	.his_li .his_inx:nth-child(even) {
		float: left;
		text-align: left;
		padding-right: 0%;
	}
	.his_li .his_inx_n{
		width:100%;
	}
	footer .footer-location {
		width: 88px;
		margin-top: 20px;
		margin-left: 20px!important;
	}
}
