.js-header{
	width: 100%;
	height: 54px;
	background: #fff;
	line-height: 54px;
	position: fixed;
	top:0;
}
.js-header .header{
	width: 100%;
	height: 100%;
}
.logo{
	float: left;
	margin-top: 10px;
}

.about_li{
	display: inline-block;
	padding: 0 10px;
	margin: 0 13px;
}


/* move */
.js-Mobileheader{
	width:100%;
}
.Mobileheaderopen{
	background: #18191A;
	color: #fff;
	display: none;
}
.m_about_li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding-left: 20px;
	color: #fff;
	border-bottom: 1px solid #333;
}
.m_about_li a{
	color: #fff;
}


.onlinec{
	width: 40px;
	height: 146px;
	margin-top: 2px;
	cursor: pointer;
	display: block;
	background:url(/kassweb/images/onlinec3.png);
}
.phone{
	height: 110px;
	margin-top: 2px;
	cursor: pointer;
	display: block;
	background:rgb(114,200,232) url(/kassweb/images/phone3.png) no-repeat;
	min-width:40px;
}
.phonemsg{
	width:145px;
	height:110px;
	background-color:#90c4b5;
	display:none;
}
.careus{
	height: 110px;
	margin-top: 2px;
	cursor: pointer;
	display:block;
	background:url(/kassweb/images/careus3.png) no-repeat;
	min-width:40px;
}
.Suggestion{
	height: 110px;
	margin-top: 2px;
	cursor: pointer;
	display:block;
	background:url(/kassweb/images/Suggestion.png) no-repeat;
	min-width:40px;
}


.sub-menu a:hover{
	background-color: #2b85e4 !important;
}

.sub-nav-layer{
	position: absolute;
    bottom: 0;
    right: 100%;
    padding-right: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transform-origin: right;
    transition: opacity .4s,transform .3s ease-out;
    /* transition: opacity .4s,transform .3s ease-out,-webkit-transform .3s ease-out; */
}
.sub-nav-layer div{
	min-width: 220px;
    white-space: nowrap;
    background-color: #fff;
    line-height: 40px;
    display: block;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgb(138 141 147 / 20%);
}

a.sub-menu-item:hover .sub-nav-layer{
	opacity: 1;
	transform: scale(1);
    visibility: visible;
}
