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

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

@font-face {
  font-family: "Aileron";
  font-weight: 300;
  src: url("../fonts/aileron-light.otf") format("opentype"); }


body{
	font-family: Aileron, Helvetica, Tahoma, Arial, DengXian, 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: #ffffff;
}

.pageanchor {
    margin-top: -100px;
    height: 100px;
    display: block;
}


header{
	width:100%;
	padding: 6px 0px;
	margin:0 auto;
	position: relative;
	z-index:100;
	background: #1a2241;
	transition: ease-in-out 0.5s;
}

header .container{
	max-width: 76%;
}
header .navbar{
	padding:0px;
}

header .d-flex{
	padding: 0px;
	transition: ease-in-out 0.5s;
	width:100%;
}
header a.logo{
	width:180px;
	background: url(../img/logo.png) top center no-repeat;
	display: block;
	height: 56px;
	background-size: contain;
	margin-right:2rem;
	  transition: ease-in-out 0.5s;
}
header .navbar-collapse{
	flex: inherit;
}
header ul{
	  transition: ease-in-out 0.5s;
}
header ul li{
	padding-right: 2rem;
	font-size: 1rem;
}
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.bgfixed{
	position: fixed;
	z-index:100;
	border-bottom: 1px solid rgba(181, 181, 181, 0.24);
}
header.bgfixed .flex-column{
	padding:0px!important;
	margin:0px!important;
}
header.bgfixed a.logo{
	width:180px;
	height: 56px;
}

header.bgfixed a.logo{
	background: url(../img/logo.png) center center no-repeat;
	background-size: contain;
}




/**/
.index-banner{
	background: #1c306d url(../img/index_banner.jpg) top center no-repeat;
	height:80vh;
	position: relative;
	background-size: cover;
	z-index:99;
}

.index-banner .container{
	height:100%;
	max-width: 76%;
	display: flex;
	justify-content:space-between;
}

.index-banner .row{
	height:100%;
	display: flex;
	align-items: center;
}

.index-banner h1{
	font-size:2.8rem;
	line-height: 4rem;
	font-weight:bold;
}
.index-banner h1 strong{
	font-weight:bold;
	font-size: 4rem;
}
.index-banner h5{
	font-size:2.8rem;
	line-height: 1.4;
	color:#fff;
	font-weight:400;
	text-transform: capitalize;
}

.index-banner p.lead{
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 36px;
	text-align: center;
	color:#fff;
}

.index-banner .imgBox{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0px;
}

.index-banner .imgBox img{
	width:90%;
}


.index-banner a.btn{
    display: flex;
	justify-content: center;
	padding:12px 30px;
	border:2px solid #fff;
	color:#fff;
	width:240px;
	margin-top:40px;
	font-weight: 500;
	border-radius: 30px;
}


.index-banner a.btn:hover{
	background: #fff;
	color:#0B84FF;
}


/**/
.wrapTitleBox{
	text-align:center;
	margin-bottom:5rem;
}

.wrapTitleBox h1{
	font-size:56px;
	color:#0B84FF;
	margin-bottom:20px;
	font-weight:bold;
}

.wrapTitleBox h4{
	font-size:24px;
	color:#2b2b2b;
	margin-bottom:20px;
	font-weight:400;
}

.wrapTitleBox p{
	font-size:18px;
	color:#2b2b2b;
	text-transform: capitalize;
	width:800px;
	text-align: center;
	margin:0 auto;
}


/**/
.index-why{
	height:640px;
}
.index-why .whyleft {
    padding: 100px 6%;
    background-color: #1a2241;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.index-why .whyleft h1{
	color:#fff;
	font-size:42px;
	margin-bottom:2rem;
}
.index-why .whyleft p{
	font-size:24px;
	line-height: 1.8;
	color:#a5b2cb;
	text-transform: capitalize;
}
.index-why .whyright{
	padding:0 6%;
	background-color: #212948;
	display: flex;
	align-items: center;
}
.index-why .whyright img{
	max-width:100%;
}

/**/
.index-choose{
	padding-top:8%;
	padding-bottom:8%;
	background-color: #f7f7f7;
}

.index-choose .col-md-4{
	text-align: center;
	color:#2b2b2b;
}
.index-choose .col-md-4 h3{
	font-size:24px;
	font-weight: bold;
	text-transform: capitalize;
	margin:20px 0px;
}

.index-choose .cinner-ico img{
	width:130px;
	height:130px;
}
.index-choose .col-md-4 p{
	font-size:18px;
	text-transform: capitalize;
	color:#2b2b2b;
}


/**/
.index-data{
	background: #1E3A8A url("../img/nav_bg_1440.svg") left center no-repeat;
	padding-top:5%;
}
.index-data .container{
	max-width: 76%;
	padding:0px 6%;
}
.index-data .col-md-7{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.index-data .col-md-5 img{
	width: 100%;
}

.index-data h1{
	font-size:48px;
	line-height: 1.2;
	color:#fff;
	text-transform: capitalize;
}

.index-data p{
	font-size:21px;
	line-height: 1.5;
	color:#fff;
	opacity: .8;
	margin-top:40px;
	max-width: 80%;
	text-transform: capitalize;
}



/**/
.index-app{
	padding:2% 0% 4% 0px;
	background: #DEEDFF;
}

.index-app .wrapTitleBox{
	text-align: center;
}

.index-app .page-banner-title {
    font-size: 43px;
	text-transform:uppercase;
	font-weight: 600;
	line-height: 3.5rem;
}
.index-app .page-banner-title strong{
	color:#1cb023;
}
.index-app .page-banner-txt {
	line-height: 1.2rem;
}
.index-app .page-banner-text-wrap {
    margin-top: 35px;
    margin-left: 0;
    list-style: none;
    padding-left: 0;
	font-size:24px;
	color:#393939;
	line-height:1.5;
}

.index-app .app-intro{
	padding-top:8%;
}

.index-app .app-intro img {
    max-width: 100%;
    margin: 0 0 1.45rem;
    padding: 0;
}
.index-app .app-pic img {
	position: relative;
	width:100%;
}


footer {
    font-size: 1rem;
    color: #9b9b9b;
    background: #1a2241;
	padding-top:4rem;
	padding-bottom:6rem;
	overflow: hidden;
}

footer .footer-link-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .footer-link-wrap>li {
	display: inline-block;
    margin-bottom: .875rem;
	padding-right:2rem
}
footer .footer-link-wrap>li>a {
    color: #b4b4b4;
}
footer .footer-location{
	width:88px;
	    margin-right: 10%;
}

footer .social-link {
	clear:both;
	display: block;
	
}
footer .social-link.social-link-dark {
    margin-top: 16px;
}
footer .social-link>div {
    font-size: 14px;
    float: right;
}
footer a.social-link-item,footer div.social-share {
    color: #b4b4b4;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 18px;
    line-height: 45px;
    width: 100%;
    margin: 8px auto;
    text-align: center;
    display: block;
}
footer .social-link.social-link-dark .social-link-item {
    border:1px solid #006410;
}
footer .icon {
    display: inline-block;
    background-size: contain;
}
footer .social-link-text {
    vertical-align: top;
}
footer .icon-github,footer .icon-telegram {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: text-top;
}
footer .icon-github {
    background-image: url(../img/icon-github.png);
}
footer .icon-telegram {
    background-image: url(../img/icon-telegram.png);
}
footer .icon-weibo,footer .icon-wechat{
    width: 25px;
    height: 25px;
    margin-right: 8px;
    vertical-align: text-top;
}
footer .icon-weibo {
    background-image: url(../img/icon-weibo.png);
}

footer .icon-wechat {
    background-image: url(../img/icon-wechat.png);
}


@media only screen and (max-width:1680px){
	
	.wrapTitleBox {
	    margin-bottom:4rem;
	}
	.wrapTitleBox h4 {
	    font-size: 21px;
	    margin-bottom: 8px;
	}
	.index-banner .container {
	    max-width: 88%;
	}
	.index-banner h5 {
	    font-size: 2.5rem;
	}
	.index-why .whyleft p {
	    font-size: 21px;
	    line-height: 1.5;
	}
}

@media only screen and (max-width:1480px){
	
	.wrapTitleBox {
	    margin-bottom: 3rem;
	}
	.wrapTitleBox h1 {
	    font-size: 48px;
	    margin-bottom: 12px;
	}
	.wrapTitleBox p {
	    font-size: 16px;
	}
	
	.index-banner h5 {
	    font-size: 2.1rem;
	    line-height: 1.2;
	}
	
	.index-why .whyleft p {
	    font-size: 18px;
		line-height: 1.5;
	}
	.index-data h1 {
	    font-size: 32px;
	}
	.index-data p {
	    font-size: 15px;
		margin-top:20px;
		max-width:100%;
	}
	
	.index-app .page-banner-title {
	    font-size: 36px;
	    line-height: 1.2;
	}
}

@media only screen and (max-width: 1360px){
	.wrapTitleBox {
	    margin-bottom: 2rem;
	}
	.index-banner h1 strong {
	    font-size: 3.6rem;
	}
}


@media only screen and (max-width: 1280px){
	header .container {
		max-width: 90%;
	}
	header ul li {
	    padding-right: 1.5rem;
	    font-size: 0.9rem;
	}
	
	.index-banner h1 strong {
	    font-size: 3.2rem;
	}
	.index-banner h5 {
	    font-size: 1.8rem;
	    line-height: 1.4;
	}
}

@media only screen and (max-width: 1024px){
	header ul li {
	    padding-right: 2rem;
	    font-size: 1rem;
	}
	header .navbar-toggler{
		height: 50%;
		    margin-top: 3%;
	}
	header a.btn{
		    margin-top: 20px;
		    width: 100%;
	}
	
	.index-banner.container {
	    max-width: 90%;
	    padding-bottom: 15rem;
	}
	
	.index-app .col-md-5,.index-app .col-md-6{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 966px){
	header .navbar-brand{
		float:Left;
	}
	header .navbar{
		padding:0 1rem;
	}
	header .navbar-toggler{
		float:right;
	}
	header a.logo {
	    
	}
	header ul li a{
	    color:#000;
	}
	header ul li a.cur{
	     color:#000;
	}
	
	header ul li a:hover{
		color:#000;   
	}
	
	header.bgfixed a.logo{
	
	}
	header nav li a.text-white{
		color:#000!important;
	}
	header .navbar-nav{
		background: rgb(255,255,255);
		border-radius: 6px;
		margin-top: -20px;
		margin-right: 1rem;	
		box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	}
	header .navbar-brand{
		padding-bottom:0px;
	}
	header .navbar-toggler{
		margin-top: 1rem;
	}
	header nav li{
		margin: 0px;
		font-size: 1rem;
		line-height: 2.4rem;
	}
	header .container{
		max-width: 100%;
		display: block!important;
	}
	header .container .d-flex{
		display: block!important;	
	}	
	header .navbar-collapse{
		position: absolute;
		top: 100px;
		right: 0px;
		z-index:99
	}
	header .navbar-nav {
	    margin-right: 0rem; 
	    padding: 20px;
	}
	
	.index-banner{
		min-height: auto;
	}
	
	.index-banner h1 strong {
	    font-weight: bold;
	    font-size: 2.4rem;
	}
	.index-banner h5 {
	    font-size: 1.2rem;
	    line-height: 1.3;
	}
	
	.index-banner a.btn {
		margin-top:20px;
		font-size:14px;
		width:240px;
	}
	
	
	.col-xs-12{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wrapTitleBox p {
	    font-size: 16px;
	    width: 80%;
	}
	.wrapTitleBox {
	    margin-bottom: 1.5rem;
	}
	
	
	/**/
	.index-data{
		background: #1E3A8A;
	}
	.index-data .container {
		max-width: 90%;
	    padding: 20px 20px;
	}
	
	.index-data h1 {
	    font-size: 24px;
	}
	.index-data h1 span {
	    font-size: 26px;
	}
	
	/**/
	
	.index-app .app-pic{
		width:80%;
	}
	.index-app .page-banner-download-wrap {
	    margin-top: 30px;
	}
	.index-app .page-banner-text{
		margin-bottom:1rem;
	}
	.index-app .app-intro{
		margin-top:2rem;
		padding: 0rem 2rem;
	}
	
	.index-app .page-banner-title {
		font-size: 24px;
	}
	.index-app .page-banner-text-wrap {
	    margin-top: 20px;
	    font-size: 21px;
		line-height: 1.3;
	}
	
	
	/**/
	.index-why{
		height:auto;
	}
	.index-why .whyleft {
	    padding: 80px 70px;
	}
	.index-why .whyright {
	    padding: 20px 20px 40px 20px;
	}
	.index-why .whyright img{
	   width:100%;
	}
	

	/**/
	.index-choose .col-md-4{
		text-align: center;
		color:#2b2b2b;
		margin-bottom: 2rem;
	}
	.index-choose .col-md-4 h3 {
	    font-size: 21px;
	    margin: 10px 0px;
	}
	
	
	footer .footer-location {
	    width: 10rem;
	    margin: 0px!important;
	    margin-left: 1rem!important;
		    margin-top: 1rem!important;
	}
	footer .footer-link-wrap{
		margin-bottom:2rem;
	}
	footer .social-link>div {
	    display: inline-block;
	}
	footer .row{
		margin:0px;
	}
	

}
@media only screen and (max-width: 480px){
	
	.index-about {
	    padding: 0px;
		margin-bottom: 8.5rem;
	}
	.index-banner h1{
		 font-size:1.3rem;
	}
	.index-banner h1 strong {
	    font-weight: bold;
	    font-size: 2.5rem;
	}
	.index-why .whyleft p {
	    font-size: 18px;
		line-height: 1.5;
	}
	.index-why .whyright {
	    padding: 40px 30px;
	}
	.index-choose h1 {
	    font-size: 28px;
	}
	.index-video h1 {
	    font-size: 32px;
	    padding: 4rem 0px;
	}
	.index-choose {
	    padding-top: 5rem;
	    padding-bottom: 6rem;
	}
		
		

	.index-texing{
		width:90%;
	    padding-top: 3rem;    
		margin: 0 auto;
	}
	
	.index-data h1 {
	    font-size: 28px;
	}
	.index-data h1 span {
	    font-size: 21px;
	}
	
	.index-texing .section-title {
	    color: #000;
	}
	.index-texing .section-text {
	    color: #000;
	}
}