#header {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
	height: 80px;
}
.izl-rmenu {
	right: 10px;
	width: 50px;
	position: fixed;
	top: 62%;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	z-index:999;
}
.izl-rmenu a.udesk-feedback-tab-left:hover .pic {
	display:inline !important;
}
.izl-rmenu .btn_top {
	background-image: url(../images/top1.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFF !important;
	display: block;
	height: 50px;
	width: 50px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
	background-position: center bottom;
	border-radius: 0 0 5px 5px;
}
.izl-rmenu .btn_top:hover {
	border-radius: 0 0 5px 5px;
	background-image: url(../images/top2.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #FFF !important;
}

#header.is_scrolled {
	height: 80px;
	background: #ffffff;
	box-shadow: 0px 4px 10px 0px #EBF2F7;
}
#header .header-inner.small {
	display: none;
}
#header .header-inner.small .right-item {
	height: 44px;
	width: 80%;
	border: 1px solid #ccc;
	line-height: 44px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin: 39px auto;
	padding: 0 16px;
	align-items: center;
	border-radius: 8px;
}
#header .header-inner.small .slide-block.single.language-block, #header .header-inner.small .slide-block.single.language-block .single-item .single-item1 .single-item2 {
	width: 100%;
}
#header .header-inner.small .slide-block.single.language-block .single-item .single-item1 .single-item2 a {
	padding-left: 16px;
}
#header .header-inner.small .slide-block.single.language-block .single-item .single-item1 .single-item2 a:hover {
	background: #F0F4F7;
	box-sizing: border-box;
}
#header .header-inner.small .single-list {
	margin: 0 auto;
	width: 100%;
	padding-left: 0;
}
#header .header-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;/* padding:0 96px;*/
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #52545a;
	max-width: 1280px;
}
#header .nav-wrap {
	display: flex;
}
#header .logo {
	flex: 0 0 96px;
	width: 96px;
}
#header .logo img {
	display: block;
	width: 134px;
	/*width: 100%;*/
}
#header .nav-list {
	padding: 0 60px;
	display: flex;
}
#header .nav-item {
	position: relative;
	flex-shrink: 0;
	margin-left: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	cursor: pointer;
	color: #52545a;
	font-size: 14px;
}
#header .nav-item a {
	display: block;
	color: #52545a;
}
.phone:after {
    position: absolute;
    top: 18px;
    left: 100%;
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #FFFFFF;
}

#header .nav-item:first-child {
	margin-left: 0;
	width: 200px;
	text-align: center;
	padding: 0 10px;
}
#header .nav-item .icon {
	margin-left: 4px;
	display: inline-block;
	width: 13px;
	height: 12px;
transition: transform .3s;
}
#header .icon img {
	display: block;
	height: 12px;
}
#header .nav-item:hover, #header .nav-item:hover>a, #header .nav-item.active, #header .nav-item.active>a {
	color: #5269A5;
}
#header .nav-item:hover .icon {
	transform: rotate(-180deg);
}
#header .nav-item:hover .slide-block {
	display: block;
}
#header .right {
	display: flex;
	height: 40px;
	line-height: 40px;
}
#header .link-group {
	margin-left: 40px;
}
#header .login {
	color: #0b0e17;
}
#header .login:hover {
	color: #5269A5;
}
#header .register {
	margin-left: 20px;
	padding: 0 12px;
	display: inline-block;
	text-align: center;
	height: 40px;
	color: #455c9d;
	background: #e7eef4;
	border-radius: 22px;
}
#header .register:hover {
	background: #76A1D1;
	color: #ffffff;
}
#header .lang {
	margin-left: 10px;
	cursor: pointer;
}
#header .right-item {
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	display: flex;
}
#header .right-item img {
	display: block;
	width: 100%;
}
#header .right-item.search-icon img {
	width: 25px;
}
.header .header-inner.small .swich-btn {
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.swich-btn>img {
	height: 24px;
}
.swich-btn>img:last-child {
	display: none;
}
/* .header .swich-btn a{position: absolute;top: 0;right: 0;width: 60px;height: 60px;overflow: hidden;text-indent: 100%;white-space: nowrap;color: transparent;}
.header .swich-btn a span{position: absolute;background-color: #1a1a1a;height: 3px;width: 26px;left: 50%;top: 50%;bottom: auto;right: auto;transition: background-color .3s;}
.header .swich-btn a span::before{position: absolute;background-color: #1a1a1a;height: 3px;width: 26px;content: '';left: 0;-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s;transform: translateY(-9px);}
.header .swich-btn a span::after{position: absolute;background-color: #1a1a1a;/* height: 3px;width: 26px;*//* content: '';left: 0;-webkit-transition: -webkit-transform .3s;transition: -webkit-transform .3s;transition: transform .3s;transition: transform .3s;transform: translateY(9px);}*/
.header .header-inner.small .swich-btn.open-nav span {
	background-color: transparent;
}
.header .header-inner.small .swich-btn.open-nav span::before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.header .header-inner.small .swich-btn.open-nav span::after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
*/#header .header-inner.small {
display: none;
}
#header .slide-block.single {
	padding: 26px 0 20px;
	width: 200px;
}
#header .slide-block.single.language-block .single-item .single-item1 .single-item2 {
	width: 100px;
	background: transparent;
}
#header .slide-block.single.language-block .single-item .single-item1 .single-item2 a {
	text-align: left;
}
#header .slide-block.single.language-block {
	width: 126px;
	border-radius: 0 0 10px 10px;
	padding: 0;
}
#header .right-item.nav-item.lang:first-child:hover {
	background: #fff;
	border-radius: 10px 10px 0 0;
}
#header .slide-block.single.language-block::after {
display: none;
}
/* height: 3px;width: 26px;*/
#header .single-list {
	width: 100%;
	margin: 0 auto;
}
#header .single-item {
	height: 48px;
	line-height: 48px;
}
#header .single-item3{
	width:100%;
	height: 48px;
	line-height: 48px;
}
#header .single-item a {/* text-align: center;*/
	display: block;
	color: #52545A;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
}
#header .single-item3 a {/* text-align: center;*/
	display: block;
	color: #52545A;
	font-size: 14px;
	border-radius: 0 0 10px 10px;
	text-align:center;
}
#header .single-item3 a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .single-item1 {
	width: 130px;
	height: 48px;
	line-height: 48px;
}
#header .single-item1 a {/* text-align: center;*/
	display: block;
	color: #52545A;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
}
#header .single-item2 a {/* text-align: center;*/
	display: block;
	color: #52545A;
	padding-left: 10px;
	font-size: 14px;
	border-radius: 4px;
}
#header .single-item1 a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .single-item2 {
	width: 120px;
	height: 48px;
	line-height: 48px;
}
#header .single-item2 a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .single-item a:hover {
	color: #455C9D;
	background: #F0F4F7;
}
#header .slide-block-inner {
	display: flex;
	justify-content: space-between;
}
#header .slide-block::after {
position: absolute;
top: -14px;
left: 50%;
margin-left: -12px;
content: '';
width: 0;
height: 0;
border: 8px solid transparent;
border-bottom-color: #FFFFFF;
}
#header .silde-block-i {
	flex: 0 0 130px;
	width: 130px;
}
#header .silde-block-i .h3 {
	padding-left: 10px;
	color: #B1B2B5;
	font-size: 13px;
	line-height: 18px;
}
#header .silde-block-i .u-list {
	margin-top: 10px;
}
#header .silde-block-i .u-item {
	height: 48px;
	line-height: 48px;
}
#header .silde-block-i .u-item a {
	padding-left: 10px;
	display: block;
	color: #52545A;
	font-size: 14px;
	border-radius: 4px;
}
#header .silde-block-i .u-item a:hover, #header .silde-block-i .u-item.active a {
	color: #455C9D;
	background: #F0F4F7;
}
#header .slide-block {
	display: none;
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	padding: 26px 30px 20px;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px #D7E3ED;
	border-radius: 12px;
}
.s-nav-list {
	display: none;
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
}
.s-nav-item.active>a {
	background: #F0F4F7;
}
.s-nav-item>a {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #F3F3F3;
}
/* .s-nav-item>a .text{margin-right: 10px;}*/
.s-nav-item a .icon {
	display: inline-block;/* width:26px;height:24px;*/
}
.s-nav-item:last-child a {
	border: none;
}
.s-s-nav-list {
	display: none;
	padding: 10px 0;
}
.s-nav-list .h3 {
	line-height: 48px;/* padding-top:10px;*/
	padding-left: 20px;
	color: #76A1D1;
}
.s-s-nav-item a {
	display: block;
	padding-left: 40px;
	height: 48px;
	line-height: 48px;
	color: #3B3D44;
	font-weight: 500;
}
.border-bottom {
	border-bottom: 1px solid #F3F3F3;
}
.shadow {
	display: none;
	position: fixed;
	top: 98px;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #ffffff;
	/*background: rgba(0, 0, 0, 0.6);*/
}

.s-nav-list {
	padding: 24px;
}

.s-nav-list .s-nav-lang {
	margin-bottom: 46px;
}
.s-nav-list .s-nav-lang h3 {
	text-align: left;
	margin-bottom: 10px;
}
.s-nav-list .s-nav-lang a {
	text-decoration: underline;
	display: inline-block;
	color: #455c9d;
	width: 48%;
}

.s-nav-list .s-nav-li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 42px;
}
.s-nav-list .s-nav-li .login {
	height: 100%;
	width: 100px;
	border: 1px solid #e7eef4;
	border-radius: 22px;
	text-align: center;
	line-height: 40px;
}
.s-nav-list .s-nav-li .register {
	width: 100px;
	height: 100%;
	line-height: 40px;
}


 @media (max-width: 992px) {
.swich-btn.open-nav>img:first-child {
display: none;
}
.home .b-list {
display: none;
}
.home .b-list.b-list1 {
display: block;
}
.swich-btn.open-nav>img:last-child {
display: block;
}
#header .icon img {
height: 7px;
}
#footer .footer-inner {
padding: 0 16px;
}
}
