@font-face {
  font-family: 'Microsoft Yahei';
	src: local("PingFangSC-Medium");
}
/* 清除浏览器默认边距，
使边框和内边距的值包含在元素的width和height内 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: PingFangSC-Medium,Microsoft YaHei;
}
html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	display: flex; /* 容器为flex布局 */
	flex-direction: column; /* 方向为纵向，保持正常的从上到下文档流 */
}
footer {
	margin-top: auto; /* 设置footer的上外边距为auto */
	background-color: #457B9D;
}
.header-div{
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	width:100%;
	opacity: 0.9;
    position: fixed;
    left: 0;
    top: 0;
	height:66px;
    z-index: 10;
}
.sticky{
	background-color: #111111;
	opacity: 0.9;
}
.left-header{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
header {
	margin: auto;
    max-width: 1190px;
	height:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
	margin-left: 1px;
    font-size: 14px;
    margin-bottom: -5px;
    text-decoration: none;
	opacity: 0.6;
	font-family: PingFangSC-Medium,Microsoft YaHei;
	color: #FFFFFF;
	font-weight: 500;
}
header img {
    width:128px;
}
header .navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 45px;
}
header .navigation .current{
	font-family: PingFangSC-Medium,Microsoft YaHei;
	font-size: 20px;
	color: #007AFF;
	letter-spacing: 0;
	font-weight: 500;
	position:relative;
}
header a{
    text-decoration: none;
}
.currenttab{
	width:20px;
	height:3px;
	background: #007AFF;
	border-radius: 1.5px;
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
	top: 43px;
}
header .navigation li {
	position: relative;
    list-style: none;
    margin: auto 20px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}
header .navigation li:active {
	font-family: PingFangSC-Medium,Microsoft YaHei;
	color: #007AFF;
    letter-spacing: 1px;
}

header .navigation a{
	font-family: PingFangSC-Medium,Microsoft YaHei;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 500;
}
.download-banner{
	text-align: center;
    background-image: url(../res/banner2.png);
	background-size: cover;
	background-position: center;
	height: 480px;
    padding-top: 86px;
	padding-bottom: 30px;
    justify-content: space-between;
    align-items: center;

}
.download-banner .hang{
    color: #fff;
}
.download-banner .hang1{
	margin-top: 20px;
	font-size: 52px;
	font-family: PingFangSC-Medium, Microsoft YaHei;
}
.download-banner .hang2{
	margin-top: 16px;
	font-size: 16px;
	font-family: PingFangSC-Medium, Microsoft YaHei;
}
.download-banner .hang3{
	margin-top: 27px;
}
.download-banner .banner-lunbo{
	max-width: 100%;
    height: 100%;
}
.index-qiyefuwu{
	
    margin: 10px 4px;
    width: 155px;
    height: 48px;
	line-height: 43px;
	border-radius: 24px;
	font-family: PingFangSC-Medium,Microsoft YaHei;
	
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 500;
	
	/*
	border: solid 2px transparent;
	border-image: linear-gradient(180deg, #00CFFF 0%, #00afed 100%) 23 24 24 22;
	background-image: linear-gradient(#000, #000), linear-gradient(#00CFFF 100%, #007AFF 100%);
	background-origin: content-box, border-box;
	background-clip: content-box, border-box;
	*/
	
}
.download-banner .down-btn-div{
	margin-top: 20px;
    margin-bottom: 23px;
	text-align: center;
}
.download-banner .down-btn-div a{
	display: inline-block;
	vertical-align: middle;
    text-decoration: none;
}
.btncls{
    margin: 10px 8px;
    width: 155px;
    height: 48px;
	line-height: 48px;
	background-image: linear-gradient(180deg, #007AFF 0%, #2488F4 100%);
	border-radius: 24px;
	font-family: PingFangSC-Medium,Microsoft YaHei;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0;
	font-weight: 500;
	
	
	display: flex;
	justify-content: center;
    align-items: center;
}
.btncls img{
	margin-right: 0px;
}

.content-div{
	width:100%;
}
.banner0{
	    padding: 25px;
}

.about-zh{
	font-family: PingFangSC-Medium,Microsoft YaHei;
    font-size: 44px;
    color: #111111;
    text-align: center;
    font-weight: 500;
}
.about-current{
	background: #007AFF;
	border-radius: 1.5px;
	width:48px;
	height:3px;
	margin: 10px auto;
}
.about-about{
	
    width: 100%;
    padding: 23px 0;
}
.about-en{
	font-family: PingFangSC-Regular,Microsoft YaHei;
	font-size: 16px;
	color: #999999;
	text-align: center;
	font-weight: 400;
}
.banner1 {
	padding-top: 82px;
	background-image: linear-gradient(108deg, #FAFAFA 0%, #FFFFFF 98%);
}
.about-banner1{
	background-color: #FFFFFF;
}
.banner2 {
	padding-top: 88px;
	background-image: linear-gradient(180deg, #EBFEFF 0%, #EEF4FF 100%);
}
.banner2 .content .index-header{
	margin-top: 21px;
}
.banner3 {
	padding-top: 69px;
	padding-bottom: 40px;
	background: #fff;
}
.banner4 {
	padding-top: 69px;
	padding-bottom: 70px;
	background: #FAFAFB;
}
.about-banner{
	
	margin: auto;
	padding-top:1px;
	max-width: 1190px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.about-banner .content {
	max-width: 700px;
	padding: 15px 25px;
}
.about-banner .content .index-header {
    font-size: 48px;
	margin-top: 37px;
    margin-bottom: 20px;
    font-family: PingFangSC-Medium,Microsoft YaHei;
    font-weight: 500;
	
	
	
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
	background-image: -webkit-linear-gradient(to right, #007AFF 0%, #00C8C8 100%); 
    background-image: -o-linear-gradient(to right, #007AFF 0%, #00C8C8 100%);
    background-image: -moz-linear-gradient(to right, #007AFF 0%, #00C8C8 100%);
    background-image: linear-gradient(to right, #007AFF 0%, #00C8C8 100%);
}
.about-banner .content .about-header {
    font-size: 24px;
    margin-bottom: 25px;
    font-family: PingFangSC-Medium,Microsoft YaHei;
    
    font-weight: 500;
}
.about-banner .content .about-con {
    font-size: 14px;
    margin-top: 18px;
    font-family: PingFangSC-Medium,Microsoft YaHei;
    
	
	font-family: PingFangSC-Regular;
	color: #333333;
	font-weight: 400;
}
.about-banner .content p {
    font-size: 1em;
    color: #333;
}
.about-banner .content a {
    display: inline-block;
    background: #434978;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
}
.about-banner .image {
	margin-top: 15px;
    margin-right: 15px;
}
.about-kongbaidi{
	width: 100%;
	height: 70px;
}
.banner {
	margin: auto;
	max-width: 1190px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}
.banner .content {
	max-width: 530px;
	padding: 0 49px;
}

.banner4 .content{
	 padding-top: 11px;
	 margin-left: 77px;
}
.banner1 .content .index-header {
	margin-top:39px;
    margin-left: -27px;
	margin-bottom: 3px;
}
.banner2 .content .index-header {
	margin-top:21px;
    margin-left: -27px;
	margin-bottom: 3px;
}

.banner2 .content{
	margin-left: 55px;
}
.banner2 .content p{
	width: 380px;
}
.banner3 .content .index-header {
	margin-top:52px;
    margin-left: -27px;
	margin-bottom: 3px;
}

.banner4 .content .index-header {
	margin-top:42px;
    margin-left: -27px;
	margin-bottom: 3px;
}
.banner .content .index-header {
    font-family: PingFangSC-Medium,Microsoft YaHei;
	font-size: 47px;
	font-weight: 500;
	
	
}
.banner .content .about-header {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-family: PingFangSC-Medium,Microsoft YaHei;
    
    font-weight: 500;
}
.banner .content .about-con {
    font-size: 14px;
    margin-top: 22px;
    font-family: PingFangSC-Medium,Microsoft YaHei;
    
	
	font-family: PingFangSC-Regular;
	color: #333333;
	font-weight: 400;
}
.banner .content p {
    font-size: 18px;
    color: #333;
}
.banner .content a {
    display: inline-block;
    background: #434978;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 20px;
}


.banner3 .image{
	
    margin-right: 21px;
}
.banner4 .image{
	margin-left: 24px;
}
.header-svg{
	 width:430px;
	 height:65px;
}
/*屏幕宽度小于991px,改变布局和样式*/
@media screen and (max-width:991px) {
    header {
        padding: 10px 30px;
    }
	.banner0 {
		padding: 0px;
	}
    .banner {
        padding: 30px 20px;
        flex-direction: column-reverse;
    }
	.banner .content {
		max-width: 700px;
	}
    .banner .image {
        width: 80%;
		height:80%;
        margin-left: 0;
    }
    .banner .content .index-header {
        font-size: 2em;
    }
    .about-banner {
        padding: 30px 20px;
        flex-direction: column-reverse;
    }
    .about-banner .image {
        max-width: 80%;
		height: 100%;
        margin: 0 auto;
    }
    .about-banner .content .index-header {
        font-size: 2em;
    }
	.about-banner .content {
		max-width: 100%;
		padding: 40px 0;
	}
	.about-kongbaidi{
		width: 100%;
		height: 0px;
	}
	.currenttab{
		width:20px;
		height:3px;
		background: #007AFF;
		border-radius: 1.5px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 41px;
	}
	header .navigation li{
		margin:0 10px;
	}
}

/*屏幕宽度小于660px,改变布局和样式*/
@media screen and (max-width:660px) {
	header .navigation {
		margin-right: 0;
	}
	
	header .navigation li{
		margin:0 5px;
	}

}
/*屏幕宽度小于600px,改变布局和样式*/
@media screen and (max-width:600px) {

	.banner .content {
		padding: 0;
	}
	.banner4 .content {
		max-width: 700px;
		
		padding-top: 5px;
		margin-left: 0;
	}
    .banner .image {
        margin-top: 30px;
    }
	.header-div {
		background: #0A0B14;
		width: 100%;
		opacity: 0.9;
		position: fixed;
		left: 0;
		top: 0;
		height: 60px;
		z-index: 10;
	}
	.download-banner {
		text-align: center;
		background-image: url(../res/banner2.png);
		background-size: cover;
		background-position: center;
		margin-top: 60px;
		justify-content: space-between;
		align-items: center;
	}
	.currenttab{
		width:20px;
		height:3px;
		background: #007AFF;
		border-radius: 1.5px;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		top: 39px;
	}
	header .navigation li{
		margin:0 5px;
	}
}

/*屏幕宽度小于550px,改变布局和样式*/
@media screen and (max-width:550px) {
	
	header{
        flex-direction: column;
	}
	
	.header-div {
		height: 80px;
	}
	.currenttab{
		top: 26px;
	}
	.download-banner {
		margin-top: 0;
		height:500px;
	}
	
}
/*屏幕宽度小于530px,改变布局和样式*/
@media screen and (max-width:530px) {
	
	header{
        flex-direction: column;
	}
	.header-div {
		height: 80px;
	}
	.currenttab{
		top: 26px;
	}
	.download-banner {
		margin-top: 0;
		height:600px;
	}
	
	.banner2 .content p{
		width: 250px;
	}
	.banner2 .content {
		margin-left: 0;
	}
}
/*屏幕宽度小于430px,改变布局和样式*/
@media screen and (max-width:430px) {

	.header-svg{
		 width:230px;
		 height:35px;
	}
	.banner1 {
		padding-top: 0;
	}
	.banner2 {
		padding-top: 0;
	}
	.banner3 {
		padding-top: 0;
		padding-bottom: 10px;
	}
	.banner4 {
		padding-top: 0;
		padding-bottom: 20px;
	}
}
/*屏幕宽度小于360px,改变布局和样式*/
@media screen and (max-width:360px) {
	
	header{
        flex-direction: column;
	}
	.header-div {
		height: 80px;
	}
	.currenttab{
		top: 26px;
	}
	.download-banner {
		margin-top: 0;
		height:800px;
	}
	header .navigation li{
		margin:0 5px;
	}
	.banner2 .content p{
		width: 150px;
	}
	
}
.index-footer{
	width:100%;
	padding:19px 0;
    text-align: center;
    background-color: #000;
	font-family: PingFangSC-Regular,Microsoft YaHei;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	letter-spacing: 0;
	font-weight: 400;
}
.about-footer{
	width:100%;
	padding:19px 0;
    text-align: center;
    background-color: #000;
	font-family: PingFangSC-Regular,Microsoft YaHei;
	font-size: 14px;
	line-height: 22px;
	color: #999999;
	letter-spacing: 0;
	font-weight: 400;
}


/* TOAST */
@keyframes show {
	0% {
		opacity: 0;
	}
				 
	100% {
		opacity: 1;
	}            
}

@keyframes hide {
	0% {
		opacity: 1;
	}
			 
	100% {
		opacity: 0;
	}
} 

.toast_box {
	/* width: 100%; */
	position: fixed;
	top: 5%;
	left: 50%;
	/* justify-content: center; */
	z-index: 100000;
	transform: translate(-50%, -50%);
	display: none;
}
			 
.toast_box p {
	box-sizing: border-box;
	padding: 10px 40px;
	width: max-content;
	/* 提示框的背景色 */
	background: #000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 15px;
	opacity: 1;
} 