html{
	min-height:101%;
	position: relative;
}

html{ overflow:-moz-scrollbars-vertical;}

.logo{
	min-width: 120px;
}

.logo img{
	width: 100%;
}

.K-nav-target{
	display: flex;
	flex: 1 2 auto;
	height: 90px;
	align-items: center;
}

.K-nav-target li{
	padding: 0 30px;
	height: 90px;
	display: flex;
	align-items: center;
}
.K-nav-target li a{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	white-space: nowrap;
}
.K-nav-login {
	line-height: 32px;
	height: 48px;
	margin-top: 16px;
	color: #2A2A2A;
}

.K-nav-login:hover {
	color: #E7290F;
	border-bottom: 4px solid #E7290F;
}

.K-nav-partner,.K-nav-partner:hover{
	min-width: 100px;
	height: 36px;
	border-radius: 80px;
	margin-left: 30px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	font-weight: normal;
	font-stretch: normal;
	text-align: center;
	color: #ffffff;
	background-color: #1677ff;
}
/* 显示隐藏菜单 */
.K-nav-target>li>a{
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	white-space: nowrap;
	color: #2A2A2A;
	margin-top: 0;
}

.K-nav-target li:hover >a>.line_bottom{
	/* border-bottom:3px solid #e71e10; */
	display: block;
}
.line_bottom{
	width: 64px;
	height: 4px;
	background-color: #e7290f;
	margin-top: -14px;
	display: none;
}
.K-nav-partner,.K-nav-partner:hover{
	width: 108px;
	height: 36px;
	border-radius: 80px;
	margin-left: 70px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	font-weight: normal;
	font-stretch: normal;
	text-align: center;
	color: #ffffff;
	background-color: #e71e10;
}
.K-nav-target-menu{
	display: none;
	width: 100%;
	position: fixed;
	top: 90px;
	left: 0;
	border-top: 1px solid #eeeeee;
	background-color: #343434;
	box-shadow: 0px 10px 18px 0px rgba(102, 102, 102, 0.12);
	padding: 0 15px;
}
.K-nav-menu-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.k-list-product:nth-child(1){
	width: 153px;
}
.k-list-product {
    display: flex;
    align-items: center;
		width: 240px;
}

.K-nav-target>li:hover .K-nav-target-menu{
	display: block;
}

.k-list-target{
	display: flex;
	align-items: center;
}

.k-list-target-test, .K-nav-target li .k-list-product span {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
}
.k-list-target-test:hover {
	color: #e71e10;
}
.K-nav-menu-wrap-icon .k-list-target-icon{
	width: 36px;
	height: 16px;
	background-image: url(../images/menu/download.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.K-nav-menu-wrap-icon .k-list-target:hover .k-list-target-icon{
	display: block;
}
.K-nav-menu-wrap-icon .k-list-target-icon:hover{
	background-image: url(../images/menu/download-hover.svg);
}

/* footer */
.k-msg{
	padding-bottom: 120px;
}
.k-msg-info{
	max-width: 500px;
	margin-top: 40px;
	text-align: left;
	color: #999999;
	font-size: 14px;
	line-height: 22px;
	margin: 40px auto 0;
}
.k-msg-img{
	text-align: center;
	padding-left: 15px;
}
.k-msg-img img{
	width: 100%;
	max-width: 500px;
}
.footer-main{
	padding-top: 60px;
	background-color: #f9fbff;	
}

.footer-logo{
	padding-right: 60px;border-right: 1px solid #777;padding-left: 0
}

.nav-group h4{
	font-size: 16px;
	padding-bottom: 5px;
}
.nav-group li{
	padding: 0 0;
	color: #666666;
	margin-top: 5px;
}
.nav-group li a{
	font-size: 14px;
	color: #666666;
}
.li_special{
	/* display: flex;
	align-items: center; */
}
.li_special img{
	margin-right: 5px;
}
.footer-wrap-padd{	
	padding-bottom: 60px;
}
.contact-input{
	display: flex;
	flex-wrap: wrap;
}
.contact-input span{
	display: block;
	position: relative;
	width: 100px;
	flex: 2 0 auto;
	font-size: 16px;
	color: #777777;
}
.demoApplyForm{
	max-width: 500px;
}
.contact-input span:first-of-type::after{
	content: '*';
	color: #ef3214;
	position: absolute;
	left: -8px;
	top: 5px;
}
.contact-input:nth-child(7) span::after{
	content: '';
}
.contact-input input,.contact-input select,.contact-input textarea{
	width: calc(100% - 100px);
	height: 40px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 4px;
	color: #a1a1a1;
	outline: none;
	flex: 1 2 auto;
	text-indent: 10px;
}
.demoLinkSubmit{
	height: 48px;
	background-color: #436efc;
	margin-left: 100px;
	background-image: url(../images/submitIcon.svg);
	background-repeat: no-repeat;
	background-position: 62% center;
	text-indent: -20px;
	width: calc(100% - 100px);
	border: none;
	color: #fff;
	font-size: 16px;	
	border-radius: 8px;
	float: right;
}
#RequiredFieldValidator9{
	margin-left: 10% !important;
	width: 100% !important;
}

.contact-wrap-city #RequiredFieldValidator9{
	margin-left: 0 !important;
}

.k-msg-title{
	padding-top: 120px;
	margin-bottom: 60px;
}
.k-use-move .k-use-img{
	 opacity:1; 
	 animation:move 0.5s;
	 animation-fill-mode:forwards;
	 animation-direction:alternate;
}

.k-use-contx{
	opacity: 0;
	margin-top: 50px;
}
.k-use-move div.k-use-contx{	
	margin-top: 100px;
	opacity:0;
	animation:movecontx 0.5s;
	animation-fill-mode:forwards;
	animation-direction:alternate;
	animation-delay: 0.5s;
}
.k-top{
	position: fixed;
	/* top: 380px; */
	bottom: 65px;
	right: 20px;
	z-index: 99;
	background: url(../images/top.svg) center no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
	border-radius: 24px;
	display: none;
}

.k-mobile-wrap{
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -999px;
	border-bottom: 1px solid #efeeee;
	box-shadow: none;
	z-index: 100;
}

.k-mobile-up-active{
	background-position: -25px 5px;
}

.K-mobile-target-menu{
	margin-top: 10px;
}
.k-mobile-list{
	padding-bottom: 30px;
}
.k-mobile-list-product{
	padding-top: 10px;
	width: 100%;
	margin-left: 15px;
	height: 50px;
	display: flex;
	align-items: center;
}
.k-mobile-list-product img{
	width: 20px;
	height: 20px;
}

.k-mobile-list-l{
	margin-left: 0;
}
.k-mobile-list-l img{
}
.k-mobile-list-product img.k-mobile-list-img{
	width: 18px;
	height: 18px;
	margin-left: 2px;
	margin-right: 10px;
}
.k-mobile-list-product span{
	font-size: 16px;
}
.k-mobile-list-product a{
	cursor: pointer;
}
.K-mobile-target-menu{
	margin-top: 10px;
}
.k-mobile-list-a{
	display: block;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 14px;
}

.k_nav_menu_block_content_href >a:hover {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}


.k-mobile-nav{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: rgba(243,244,244,0.98);
	transition: 0.2s;
}
.k-mobile-nav-active{
	height: 100vh;
	overflow: auto;
	z-index: 99;
}
.k-mobile-list{
	background-color: #fff;
	margin-top: 68px;
}
.k-mobile-list li{
	/* padding: 15px 5% 15px 6%; */
}
.k-mobile-list li a{
	color: #2A2A2A;
}
.bottom-msg {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    text-align: center;
    padding-bottom: 20px;
}
.k-mobile-list-wrap{
	display: flex;
}
.k-mobile-list-product-icon{
	width: 16px;
	height: 16px;
	background-image: url(../images/menu/download-hover.svg);
	margin-left: 10px;
}
@keyframes movecontx{
	from{ opacity:0; margin-top:50px;}
	to{ opacity:1; margin-top:0;}
}
.privacy{
	text-align: center;
	margin-top: 30px;
}


@keyframes move{
	from{ opacity:0; left:100px;}
	to{ opacity:1; left:0;}
}
@media screen and (max-width:1200px){
	.K-nav-menu-wrap{
		padding-left: 0;
		padding-right: 0;
	}
	.k-list-product:nth-child(1){
		width: 100px;
	}
	.k-list-product{
		width: 230px;
	}
	.K-nav-menu-wrap div.k-list-product:last-child{
		width: auto;
	}
}
@media screen and (max-width:1000px){
	.K-nav-wrap{
		display: none;
	}
	.k-mobile-wrap{
		margin-top: 0px;
	}
	.logo{
		margin-left: 15px;
	}
	.k-mobile-list li>a{
		font-size: 16px;
		padding: 0;
		height: 60px;
		line-height: 60px;
		width: calc(100% - 30px);
		margin: 0 auto;
		cursor: auto;
	}

	.K-nav-menu-wrapBor{
		border: none;
	}

	.k-mobile-list{
		margin-top: 60px;
	}

	.K-nav-menu-wrap{
		padding: 0 15px;
	}

	.K-nav-menu-wrap{
		height: auto;
	}
	
}
@media screen and (max-width:767px){
	.logo{
		width: 100px;
	}
	.logo img{
		width: 125px;
	}
	.K-nav-wrap{
		height: 62px;
	}
	.K-nav-main{
		height: 62px;
	}
	.footer-main{
		padding-top: 30px;
	}
	.nav-group h4{	
		font-size: 16px !important;
		height: 36px;
		line-height: 36px;
	}
	.nav-group>li {
		font-size: 14px;
	}
	.nav-group > h4::after{
		 content: '';
			width: 10px;
			height: 10px;
			vertical-align: top;
			display: inline-block;
			border-top: 2px solid #a5a9ad;
			border-left: 2px solid #a5a9ad;
			transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			-o-transform: rotate(135deg);
			-ms-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			/* transform: rodeta(-135deg); */
			margin-top: 4px;
			float: right;
			margin-right: .3rem;
			transition: 0.1s;
	}
	.nav-group > h4.navIconAfter::after{
		transform: rotate(225deg);
	}
	.li_special{
		display: flex;
		align-items: center;
	}
	.li_special img{
		margin-right: 5px;
	}


	.footer-wrap ul:nth-child(5) {
		text-align: center;
		margin-top: 20px;
	}
	.demoApplyForm{
		max-width: 100%;
	}
	.k-msg-info{
		margin-bottom: 30px;
	}
	.K-nav-target{
		height: 62px;
	}
	.K-nav-target-menu{
		top: 62px;
	}
	.contact-input input, .contact-input select, .contact-input textarea{
		width: 100%;
	}
	.contact-input span{
		width: 100%;
		margin-left: 11px;
		padding-bottom: 10px;
	}
	#RequiredFieldValidator9{
		margin: 0 !important;
		width: 100% !important;
	}
	.demoLinkSubmit{
		width: 100%;
		margin-left: 0;
	}

	.k-mobile-up{
		width: 60px;
		height: 60px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		cursor: pointer;
	}

	.k-mobile-up > p {
		width: 24px;
		height: 9px;
		cursor: pointer;
	}

	.k-mobile-up > p span:nth-of-type(1) {
		width: 100%;
		float: left;
	}

	.k-mobile-up > p span:nth-of-type(3) {
		width: 80%;
		float: right;
	}

	.k-mobile-up > p span {
		width: 100%;
		background: #e7290f;
		display: block;
		height: 3px;
		margin: 2px 0;
		float: left;
		-webkit-transition: all ease 0.8s,opacity ease 0.3s;
		-moz-transition: all ease 0.8s,opacity ease 0.3s;
		-ms-transition: all ease 0.8s,opacity ease 0.3s;
		-o-transition: all ease 0.8s,opacity ease 0.3s;
		transition: all ease 0.8s,opacity ease 0.3s;
		opacity: 1;
	}

	.k-mobile-up-active > p span {
		background: #e7290f;
		-webkit-animation: animaspan 0.5s 1;
		animation: animaspan 0.5s 1;
		animation-fill-mode: forwards;
		-webkit-animation-fill-mode: forwards;
	}

	.k-mobile-up-active > p span:nth-of-type(1) {
		transform: translateY(7px) rotate(720deg);
	}

	.k-mobile-up-active > p span:nth-of-type(2) {
		transform: rotate(720deg);
	}

	.k-mobile-up-active > p span:nth-of-type(3) {
		width: 100%;
		transform: translateY(-7px) rotate(720deg);
	}

	.k-mobile-up-active > p.show-menu > span:nth-of-type(1) {
		transform: translateY(7px) rotate(675deg);
	}

	.k-mobile-up-active > p.show-menu > span:nth-of-type(2) {
		transform: translateY(0px) rotate(765deg);
	}

	.k-mobile-up-active > p.show-menu > span:nth-of-type(3) {
		transform: translateY(-6px) rotate(720deg);
		width: 100%;
	}

	.k-mobile-up-active > p.show-menu > span:nth-of-type(3) {
		width: 0;
		opacity: 0;
	}

	.head-solution {
		display: block;
		border-bottom: 1px solid #eee;
		color: #6a6a6a;
		font-size: 16px;
		padding: 0;
		height: 60px;
		line-height: 60px;
		width: calc(100% - 30px);
		margin: 0 auto;
		cursor: auto;
	}

	.arrow-in, .pull-down{
		width: 20px;
		float: right;
		margin-top: 20px;
	}

	.arrow-inside{
		width: 20px;
		float: right;
	}
	
}

@media screen and (max-width:667px){
	.nav-group li a{
		font-size: 14px;
	}
	.k-video-play{
		background-size: 20%;
	}
	.k-msg-img{
		padding: 0 15px;
	}
	
}