.header-nav-wapper {
    display: table;
	width: 100%;
	font-family: 'Jost',sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.header-nav-wapper .vertical-wapper, .header-nav-wapper .header-nav {
    display: table-cell;
    vertical-align: middle;
}
.main-menu {
    display: table;
    padding: 0;
}

.main-menu li {
    list-style: none;
    position: relative;
}
.main-menu>li {
    display: inline-block;
}

.main-menu>li>a {
    font-size: 14px;
    padding: 18px 20px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Jost';
    letter-spacing: .05em;
    color: #000;
}
.main-menu .submenu {
    position: absolute;
    left: 0;
    background-color: #fff;
    min-width: 175px;
    z-index: 1001;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.16);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.16);
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.main-menu .menu-item:hover>.submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.main-menu .submenu .submenu {
    left: 100%;
}

.main-menu>li.menu-item-has-children>a:after {
    font-family: 'faicomoon';
    content: "\f107";
    margin-left: 5px;
    font-size: 15px;
    font-weight: normal;
    vertical-align: top;
}
.main-menu .submenu>li.menu-item-has-children>a:after {
    font-family: 'faicomoon';
    content: "\f105";
    float: right;
}


.main-menu .submenu>li:hover>a, .main-menu .submenu>li.active>a {
	background-color: #f1f1f1;
	color: #1C76F5
}

@media(max-width: 1199px) {
	[type=header] .header-nav-wapper {
		display: none;
	}

	
	[type=header] .mobile-navigation {
        vertical-align: top;
        margin-left: 17px;
		position: fixed;
		float: right;
		right: 13px;
		top: 13px;
		width:34px; height:35px;
    }

	/*
	
	[type=header] .mobile-navigation {
        vertical-align: top;
        margin-left: 17px;
        border: 2px solid #dedede;
        border-radius: 0;
		padding: 14px 11px 10px;
		position: fixed;
		float: right;
		right: 13px;
		top: 13px;
		background-color: #fff;
    }

	[type=header] .mobile-navigation span {
		background-color: #333;
		display: block;
		width: 16px;
		margin-bottom: 3px;
		height: 2px;
	}
	*/

	[type=header] .mobile-navigation i{float:left; margin-bottom: 4px;}
	[type=header] .mobile-navigation i.i-1,	[type=header] .mobile-navigation b.b-1{margin-right: 4px;}
	[type=header] .mobile-navigation i.i-3,	[type=header] .mobile-navigation b.b-3{display: none;}
	[type=header] .mobile-navigation i,	[type=header] .mobile-navigation b{width:10px; height:10px; display: block; float:left; border-width:2px; border-style:solid;border-color:#eee;background:#ffffff}
	[type=header] .mobile-navigation i.i-1{border-radius: 2px 0 0 0;}
	[type=header] .mobile-navigation i.i-2{border-radius: 0 2px 0 0;}
	[type=header] .mobile-navigation b.b-1{border-radius: 0 0 0 2px;}
	[type=header] .mobile-navigation b.b-2{border-radius: 0 0 2px 0;}




}
/* @media(max-width: 1199px) {
	[type=content] .header-nav-wapper {
		display: none;
	}
	[type=content] .mobile-navigation {
        vertical-align: top;
        margin-left: 17px;
        border: 2px solid #dedede;
        border-radius: 0;
		padding: 14px 11px 10px;
		position: relative;
		float: right;
		margin-top: 13px;
		margin-right: 13px;
    }
	[type=content] .mobile-navigation span {
		background-color: #333;
		display: block;
		width: 16px;
		margin-bottom: 3px;
		height: 2px;
	}
} */


/* 手机端 */
.cleric-menu-clone-wrap {
    position: fixed;
    top: 0;
    left: -1000px;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    z-index: 100000;
    -webkit-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    -moz-box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    box-shadow: 3px 5px 14px -3px rgba(0,0,0,0.11);
    color: #000;
}
.cleric-menu-clone-wrap.open {
    left: 0;
}
.cleric-menu-panels-actions-wrap .cleric-menu-prev-panel {
    right: inherit;
    left: 0;
    border: 0;
    border-right: 1px solid #eee;
}
.cleric-menu-panels-actions-wrap .cleric-menu-prev-panel:before {
    content: "\f104";
    font-family: faicomoon;
}

.cleric-menu-panels-actions-wrap {
    border-bottom: 1px solid #eee;
    height: 50px;
    position: relative;
}
.cleric-menu-panels-actions-wrap .cleric-menu-current-panel-title {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 50px;
    text-transform: uppercase;
}
.cleric-menu-panels-actions-wrap .cleric-menu-close-btn, .cleric-menu-panels-actions-wrap .cleric-menu-prev-panel {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    border-left: 1px solid #eee;
    text-align: center;
    line-height: 50px;
    color: #000;
}
.cleric-menu-clone-wrap .cleric-menu-panels {
    background: inherit;
    border-color: inherit;
    z-index: 0;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 50px);
    position: relative;
}
.cleric-menu-panel-main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cleric-menu-panel>ul {
    padding: 0;
    margin: 0;
}
.cleric-menu-panel li {
    list-style: none;
}
.cleric-menu-panel>ul>li {
    padding-left: 20px;
    border-bottom: 1px solid #eee;

}
.cleric-menu-panel>ul>li>a {
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
}
a.cleric-menu-next-panel{
	display: none;
}
.menu-item-has-children > a.cleric-menu-next-panel{
	display: block;
}
.cleric-menu-next-panel {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
	float: right;
}
.cleric-menu-next-panel:before {
    content: "\f105";
    font-family: faicomoon;
}
/* 二级窗口 */
.cleric-menu-clone-wrap .cleric-menu-panel {
    background-color: #fff;
}

.cleric-menu-clone-wrap .cleric-menu-hidden {
    display: block!important;
    opacity: 0;
    visibility: hidden;
}
.cleric-menu-clone-wrap .cleric-menu-panel.cleric-menu-sub-panel {
    border-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    left: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all .2s ease 0s;
    z-index: 0;
}
.cleric-menu-clone-wrap .cleric-menu-panel.cleric-menu-panel-opened {
    transform: translateX(0);
    z-index: 999;
}
.cleric-menu-panels .submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    min-width: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity .5s,-webkit-transform .5s;
    transition: opacity .3s,transform .3s;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    display: block;
	text-align: left;
	height: 100%;
}



/* 额外内容 */
.navbar.size-small li a {
    font-size: 12px
}

.navbar.size-smaller li a {
    font-size: 14px
}

.navbar.size-normal li a {
	font-size: 14px
}

.navbar.size-larger li a {
    font-size: 16px
}

.navbar.size-large li a {
    font-size: 18px
}
.nav-style-2.size-small li a {
    padding: 14px 16px
}

.nav-style-2.size-smaller li a {
    padding: 16px 18px
}

.nav-style-2.size-normal li a {
	padding: 18px 20px;
}

.nav-style-2.size-larger li a {
    padding: 18px 24px
}

.nav-style-2.size-large li a {
    padding: 18px 26px
}
.main-menu .submenu>li>a {
    display: block;
    padding: 11px 20px;
}






/* 黑色 */
.nav-style-2.color-black, .nav-style-2.color-black a{
	color: #333;
}
.nav-style-2.color-black ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-black ul .custom.selected > a{
	color: #1C76F5;
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}

/* 棕色 */
.nav-style-2.color-brown, .nav-style-2.color-brown a{
	color: #562b11;
}
.nav-style-2.color-brown ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-brown ul .custom.selected > a{
	color: #4b2914;
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}
/* 橙色 */
.nav-style-2.color-orange,.nav-style-2.color-orange a{
	color: #dd8725;
}
.nav-style-2.color-orange ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-orange ul .custom.selected > a{
	color: #cd7f24;
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}

/* 蓝色 */
.nav-style-2.color-blue,.nav-style-2.color-blue a{
	color: #4babf0;
}
.nav-style-2.color-blue ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-blue ul .custom.selected > a{
	color: #1C76F5;
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}


/* 绿色 */
.nav-style-2.color-green, .nav-style-2.color-green a{
	color: #418e53;
}
.nav-style-2.color-green ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-green ul .custom.selected > a{
	color: #3b7e4b;
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}


/* 黄色 */
.nav-style-2.color-yellow, .nav-style-2.color-yellow a{
	color: #e7d088;
}
.nav-style-2.color-yellow ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-yellow ul .custom.selected > a{
	color: #d7b95b;
}


.nav-style-2.color-red, .nav-style-2.color-red a{
	color: #e84b4b;
}
.nav-style-2.color-red ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-red ul .custom.selected > a{
	color: #ce4646;
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}

.nav-style-2.color-white, .nav-style-2.color-white a{
	color: #fff;
}
.nav-style-2.color-white .submenu a{
	color: #333;
}
.nav-style-2.color-white ul.submenu li:hover > a,.content_navbar .nav-style-2.nav.color-white ul .custom.selected > a{
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}
 
.nav-style-2.color-none{
	color: transparent;
}
.nav-style-2.color-none ul.submenu li:hover > a{
	/* box-shadow: inset 3px 3px 10px rgba(0,0,0,.3); */
}


.drop-down .main-menu .submenu{
	top: 100%;
}
.drop-down .main-menu .submenu .submenu {
	top: 0;
}

.drop-up .main-menu .submenu .submenu {
	bottom: 0;
}

.drop-up .main-menu>li.menu-item-has-children>a:after {
    content: "\f106";
}
.drop-up .main-menu .submenu{
	bottom: 100%;
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}






