.top{
	background-image: linear-gradient(180deg, 
			#ffffff 77%, 
			#f4f5f7 100%), 
		linear-gradient(
			#f4f5f7, 
			#f4f5f7);
		background-blend-mode: normal, 
			normal;
			padding-bottom: 131px;
}
.top .navbar{
	padding: 31px 0px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.top .navbar .left{
	display: flex;
	flex-direction: row;
}
.top .navbar img.logo{
	width: 112px;
	margin-right: 68px;
}
.top .navbar .nav{
	display: flex;
	flex-direction: row;
}
.top .navbar .nav li{
	color: #42526e;
	font-size: 16px;
	margin-right: 48px;
	
}
.top .navbar .right{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.top .navbar .right a.link{
	margin-right: 29px;
	color: #0185ff;
	font-size: 14px;
}
.top .navbar .right i{
	display: inline-block;
	width: 1px;
	height: 24px;
	background-color: #eeeeee;
	margin-right: 13px;
}
.top .navbar .right a.console{
	background: url(../img/console.png) no-repeat left 5px / 15px;
	padding-left: 23px;
	color: #42526e;
	font-size: 16px;
}
.top .screen{
	padding-bottom: 120px;
	padding-top: 232px;
	width: 1200px;
	margin: 0 auto;
	background: url(../img/screen.png) no-repeat right bottom / 821px;
}
.top .title{
	font-size: 42px;
	letter-spacing: 4px;
	color: #253858;
}
.top .des{
	display: block;
	width: 340px;
	margin-top: 37px;
	margin-bottom: 68px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #6e7d8f;
	line-height: 30px;
}
.top .btn{
		transition: opacity .5s;
		background-image: linear-gradient(80deg, 
			#0085ff 10%, 
			#3bb2fd 100%), 
		linear-gradient(
			#2583fa, 
			#2583fa);
		background-blend-mode: normal, 
			normal;
		border-radius: 3px;
			font-size: 16px;
			color: #ffffff;
			padding: 16px 63px;
}
.top .btn:hover{
	opacity: .8;
}
.mainw{
	width: 1200px;
	margin: 0 auto;
}
.feature{
	padding-top: 90px;
}
.box-header h1{
	font-size: 34px;
	color: #253858;
	margin-bottom: 25px;
	font-weight: normal;
}
.box-header span.des{
	line-height: 26px;
	display: block;
	font-size: 16px;
	color: #42526e;
	max-width: 625px;
}
.feature .flex{
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.feature .flex .item .arrow{
	font-size: 15px;
	color: #0185ff;
	background: url(../img/feature_arrow.png) no-repeat right center / 13px;
	padding-right: 20px;
}
.feature .flex .item{
	transition: box-shadow .5s;
	padding: 155px 23px 47px 23px;
}
.feature .flex .item.f1{
	background: url(../img/feature1.png) no-repeat 26px 47px / 120px;
}
.feature .flex .item.f2{
	background: url(../img/feature2.png) no-repeat 26px 47px / 162px;
}
.feature .flex .item.f3{
	background: url(../img/feature3.png) no-repeat 26px 47px / 98px;
}
.feature .flex .item h3{
	position: relative;
	left: -2px;
	padding: 33px 0px;
	font-size: 22px;
	letter-spacing: 0px;
	color: #091e43;
	font-weight: normal;
}
.feature .flex .item span{
	width: 334px;
		font-size: 15px;
		color: #6e7d8f;
		display: block;
		margin-bottom: 56px;
		line-height: 30px;
}
.feature .item:hover{
		box-shadow: 0px 0px 8px 0px 
			rgba(70, 70, 70, 0.12);
		border-radius: 8px;
}
.points{
	margin-top: 90px;
}
.points .tab{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.points .tab li{
	margin-right: 51px;
}
.points .tab li{
	color: #8395aa;
	font-size: 18px;
	cursor: pointer;
}
.points .tab li::after{
	content: '';
	width: 44px;
	height: 5px;
	display: block;
	margin: 21px auto 0px auto;
}
.points .tab li.active{
	font-size: 22px;
	color: #091e43;
}
.points .pointer{
	transition: left 0.5s;
	content: '';
	width: 44px;
	height: 5px;
	background-color: #0185ff;
	display: block;
	position: absolute;
}
.points .tab-content{
	margin-top: 81px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.points .left .item h3{
		font-size: 16px;
		line-height: 30px;
		color: #091e43;
		font-weight: normal;
}
.points .left .item span{
		font-size: 14px;
		line-height: 30px;
		color: #6e7d8f;
}
.points .left .item{
	display: flex;
	flex-direction: row;
}
.points .left .item::before{
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	border-radius: 3px;
	margin-right: 18px;
	margin-bottom: 34px;
}
.points .left .item.i1-1::before{
	background:   url(../img/points-1-1.png) no-repeat center center , #eceff5;
}
.points .left .item.i1-2::before{
	background:   url(../img/points-1-2.png) no-repeat center center , #eceff5;
}
.points .left .item.i1-3::before{
	background:   url(../img/points-1-3.png) no-repeat center center , #eceff5;
}
.points .left .item div{
	height: 76px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.points .right img{
	width: 642px;
	box-shadow: 0px 2px 14px 0px 
			rgba(0, 0, 0, 0.1);
		border-radius: 6px;
}
.solution{
	margin-top: 125px;
}
.solution .content{
	margin-top: 52px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solution .item{
	display: flex;
	flex-direction: row;
	background-color: #f8f9fc;
	border-radius: 4px;
	height: 248px;
	align-items: center;
	justify-content: center;
	width: 590px;
	margin-bottom: 20px;
}
.solution .item .text{
	margin-left: 47px;
}
.solution .item .text h2{
	font-size: 22px;
	font-weight: normal;
	color: #091e43;
	margin-bottom: 26px;
}
.solution .item .text span{
	display: block;
	width: 300px;
	font-size: 15px;
	color: #6e7d8f;
	line-height: 25px;
}
.solution .item.i1 img{
	width: 159px;
}
.solution .item.i2 img{
	width: 130px;
}
.solution .item.i3 img{
	width: 140px;
}
.solution .item.i4 img{
	width: 126px;
}
.whychoose{
	margin-top: 135px;
}
.why-container{
	margin-top: 50px;
	background-color: #f8f9fc;
	padding:90px 0px 104px 0px;
}
.why-container .mainw{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.why-container .mainw div{
	text-align: center;
}
.why-container h2{
	font-size: 24px;
	color: #253858;
	margin-bottom: 30px;
	font-weight: normal;
}
.why-container span{
	display: block;
	width: 319px;
	font-size: 15px;
	color: #6e7d8f;
}
.why-container img{
	width: fit-content;
	margin-bottom: 40px;
}
.why-container .img{
	height: 145px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.compony{
	height: 410px;
	background: url(../img/compony.png) no-repeat center center;
}
.footry{
	background-color: #eceff5;
	padding: 80px 0px;
	text-align: center;
}
.footry h2{
	font-size: 36px;
	color: #253858;
	font-weight: normal;
	margin-bottom: 29px;
}
.footry span{
	font-size: 16px;
	line-height: 24px;
	color: #6e7d8f;
	display: block;
	width: 743px;
	margin: 0px auto 59px auto;
}
.footry .btn{
	transition: opacity .5s;
	background-image: linear-gradient(90deg, 
			#0085ff 10%, 
			#3bb2fd 100%), 
		linear-gradient(
			#1b93ff, 
			#1b93ff);
		background-blend-mode: normal, 
			normal;
		border-radius: 3px;
		padding: 13px 52px;
			font-size: 16px;
			color: #ffffff;
}
.footry .btn:hover{
	opacity: .8;
}
.footer{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 83px 0px 75px 0px;
}
.footer .column{
	display: flex;
	flex-direction: column;
	margin-right: 130px;
}
.footer .footer-nav{
	display: flex;
	flex-direction: row;
}
.footer .column h3{
	font-size: 15px;
	color: #253858;
	margin-bottom: 24px;
}
.footer .column a,.footer .column span{
	font-size: 14px;
	color: #42526e;
	line-height: 30px;
}
.footer-container{
	background-color: #f8f9fc;
}
.footer .phone{
	padding-left: 17px;
	background: url(../img/icon_phone.png) no-repeat left center;
}
.footer .email{
	padding-left: 19px;
	background: url(../img/icon_email.png) no-repeat left center;
} 
.footer .ercode{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer .ercode img{
	margin-top: 16px;
}
.footer .ercode span{
	font-size: 14px;
	color: #253858;
}
.copyright-container{
	background-color: #f8f9fc;
	width: 100%;
	padding: 27px 0px;
	border-top: solid 1px #eceff5;
}
.copyright-container span.text{
		background: url(../img/small_logo.png) no-repeat left center;
		display: inline-block;
		padding-left: 66px;
		font-size: 12px;
		color: #42526e;
}
.copyright-container span.icp a{
		font-size: 12px;
		color: #42526e;
		float: right;
}
.navbar-container{
	position: fixed;
	width: 100%;
	z-index: 99999;
	transition: box-shadow .5s;
}
.navbar-container.fixed{
	background: #fff;
	box-shadow: 0px 2px 10px 0px 
			rgba(0, 30, 58, 0.08);
}