.header {
	position: fixed;
	z-index: 100;
	left: 0;
	top:0 !important;
	width: 100%
}
.logo {
	float: left;
	margin-top:15px;
	width: 215px;
	height: 56px;
	background: url(../images/logo.png) no-repeat left center;
}
.nav-close { border:0; cursor:pointer; outline:0; margin:0; padding:0; display:none;}

.header-tools button,.header-form button { outline:0; border:0; cursor:pointer;  padding:0;}
.nav-item {
	margin: 0 29px;
	display: inline-block !important;
	text-align: left
}
.scollheader .header { top:0 !important; background:#fff;}
.scollheader .logo{ background:url(../images/logo2.png) no-repeat !important;}
.scollheader .nav-item-hd { color:#333333 !important;}
.scollheader .header-search {background: url(../images/search2.png) no-repeat;}

.pageheader .header { top:0 !important; background:#fff;}
.pageheader .logo{ background:url(../images/logo2.png) no-repeat !important;}
.pageheader .nav-item-hd { color:#333333 !important;}
.pageheader .header-search {background: url(../images/search2.png) no-repeat;}


.header-bd { max-width:1520px;	margin: 0 auto; padding-left:15px; padding-right:15px;}
.nav {	font-size: 16px;letter-spacing:.05rem;	font-weight: 300;}
@media (max-width:1000px) {
.logo {
	background-size: 90% auto
}
.nav-sm-bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(45,56,69,.4)
}
.nav-fade-enter-active, .nav-fade-leave-active {
	transition: all .5s
}
.nav-fade-enter, .nav-fade-leave-to {
	opacity: 0
}
.logo {
	position: relative;
	z-index: 5;
	height:65px;
	display: block
}
.nav-toggle {
	float: right;
	margin-top: 30px;
	z-index: 5;
	width: 1.38rem;
	cursor:pointer;
}
.nav-toggle i {
	display: block;
	height: 2px;
	background: #fff
}
.nav-toggle i:nth-of-type(2) {
margin:.44rem 0
}
.nav-toggle i:nth-of-type(3) {
margin-left:.63rem
}
.scollheader .nav-toggle i{ background:#3E3E3E;}
.pageheader .nav-toggle i{ background:#3E3E3E;}

.header-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh
}
.nav {
	position: absolute;
	z-index: 10;
	right: 0;
	top: -9999rem;
	width: 315px;
	height: 100vh;
	padding: 20px 35px 0 35px;
	background: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	color: #8b95a0;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}
.nav a {
	color: #8b95a0
}
.nav dd a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.nav dd:last-child a {
	padding-bottom: 0
}
.nav-selected {
	top: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
.nav-item {
	position: relative;
	width:100%;
	padding: 10px 0;
	margin:0 !important;
	border-bottom: 1px solid rgba(45,56,69,.12);
	line-height: 40px
}
.nav-item:last-child {
	border-bottom: 0
}
.nav-item-hd {
	position: relative;
	display: block;
	margin-right: 100px;
	color: #2d3845;
	font-size: 16px
}
.nav-sub {
	max-height: 0;
	overflow: hidden;
	transition: all .4s
}
.nav-item-selected .nav-sub { max-height:inherit;}
.nav-sub a {
	display: block
}
.nav-sub-bd {
	padding: 20px 0 10px 0
}
.nav-sub-item h4 {
	font-weight: 300
}
.nav-sub-item dd {
	text-indent: 1em
}
.nav-dropdown {
	position: absolute;
	right: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border-radius: 100rem;
	border: 1px solid #555;
	transition: all .5s
}
.nav-dropdown:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0;
	height: 0;
	margin-top: 1px;
	overflow: hidden;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 5px solid #555;
	transition: all .5s
}
.nav-item-selected .nav-item-hd {
	color: #2d3845
}
.nav-item-selected .nav-dropdown {
	border-color: #2d3845
}
.nav-item-selected .nav-dropdown:before {
	border-top-color: #2d3845;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(60deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(60deg);
	transform: translateX(-50%) translateY(-50%) rotate(60deg);
	margin-left: -1px
}

.nav-hd {
	padding-top: 1rem;
	text-align: right
}
.nav-close {
	position: absolute;
	right: 35px;
	top: 21px;
	width: 20px;
	height: 20px;
	background:none;
}
.nav-close { display: block;}

.header-fixed, .simple .header {
	background: #fff
}

.header-tools {
	display: none
}
.header-sm-search {
	position: relative;
	margin: 0 30px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(45,56,69,.12)
}
.header-sm-field {
	width: 100%;
	padding-left: 20px;
	border: 0;
	font-size: 14px
}
.header-sm-field::-webkit-search-cancel-button {
display:none
}
.header-sm-search-icon {
	position: absolute;
	left: 0;
	top: 3px
}
}

@media (max-width:1366px) {
.nav-item {	margin: 0 15px;}

}

@media (min-width:1001px) {
.nav-toggle {	display: none}
.nav-item-hd {	color: #fff !important; font-size:16px;}
.header { background:url(../images/navxt.png) repeat-x 0 78px;}

.header.header-fixed .logo,.simple .header .logo {	background-image: url(../images/logo.png)}
.nav {float:right;text-align: center}

.nav li.on,.nav-item-selected  {background:url(../images/navx.png) repeat-x bottom center;}
.nav-item-selected .nav-sub {	top: 80px;	opacity: 1;}

.scollheader .nav li.on,.scollheader .nav-item-selected  {background:url(../images/navxh.png) repeat-x bottom center;}
.pageheader .nav li.on,.pageheader .nav-item-selected  {background:url(../images/navxh.png) repeat-x bottom center;}

}
@media (min-width:1001px) and (max-width:768px) {
.nav-item-selected .nav-sub {
	top: 70px
}
}
@media (min-width:1001px) {
.nav-item-hd {
	display: inline-block;
	position: relative;
	bottom: -1px;
	line-height: 80px
}
}
@media (min-width:1101px) {

.header-tools{ margin-left:42px;}
}

@media (min-width:1000px) and (max-width:1100px) {
.header-tools{ margin-left:30px;}
}

@media (min-width:1001px) {

.nav-sub {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -9999rem;
	width: 100vw;
	border-top: 1px solid #efeff0;
	background: #fff;
	text-align: center;
	opacity: 0
}
.nav-sub a {
	color: #555
}
.nav-sub a:hover {
	color: #2d3845
}
.nav-sub-bg {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
	width: 100vw;
	height: calc(100vh - 100%);
	background: rgba(45,56,69,.4);
	pointer-events: none
}
.nav-sub-bd { padding:10px 0;position: relative; max-width:1500px; width:100%; margin:0 auto;}
.nav-sub-item {
	display: inline-block;
	margin: 0 1.25rem;
	text-align: left;
	vertical-align: top
}
.nava1 .nav-sub-item:first-child { padding-left:5%;}
.nava2 .nav-sub-item:first-child { padding-left:15%;}

.nava3  { text-align:right;}
.nava3 .nav-sub-bd { padding-right:16%;}
.nava4  { text-align:right;}
.nava4 .nav-sub-bd { padding-right:6%;}
.nava5 .nav-sub-item:first-child { padding-right:6%; float:right;}

.nav-sub-item h4+h4 {	margin-top: 1.25rem}
.nav-sub-item h4 a {	color: #2d3845}
.nav-sub-item h4 a:hover {	color: #FF8F01}
.nav-sub-item dd {margin-top:.63rem}
.nav-sub-item dd:first-child {	margin-top: 1.25rem}
.nav-hd {	display: none}
.header-icon {	color: #fff}
.header-tools {
	float: right;
	position:relative;
	margin-top: 30px
}
.header-tools, .header-tools a {	color: #fff}
.header-fixed .header-tools .header-icon, .header-fixed .header-tools a, .header:hover .header-tools .header-icon, .header:hover .header-tools a, .simple .header-tools .header-icon, .simple .header-tools a {
	color: #555
}
.header-fixed .header-tools .header-icon:hover, .header-fixed .header-tools a:hover, .header:hover .header-tools .header-icon:hover, .header:hover .header-tools a:hover, .simple .header-tools .header-icon:hover, .simple .header-tools a:hover {
	color: #2d3845
}

.header-icon {
	width: 1.3rem;
	height: 1.3rem;
	background: 0 0;
	color: #fff;
	text-align: center
}
.header-en {
font-size:.8rem;
	font-weight: 300
}

.header-form {
	position: absolute;
	right: 20px;
	display:none;
	top: -9px;
	width:200px;
	height:40px;
	padding-right:5px;
	z-index:99;
}
.header-form-bd {
	position: relative;
	max-width: 100%;
	margin: 0 auto
}
.header-form-bd, .header-form-bd form {
	height: 100%
}
.header-field {
	display: block; outline:0;
	width: 100%;
	padding:5px 10px;
	border:1px solid #999;
	color:#666;
	height: 40px;
}
.header-clear {
	position: absolute;
	right: 0;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.5rem;
	color: #555
}
.header-sm-search {	display: none !important; }
}
@media only screen and (max-width:767px){

.header-bd {
    width: 100%;
    margin: 0 auto;
    padding-top: 0px;
}
.logo { height:65px; margin-top:10px;}

.header { top:0 !important; background:#fff;}
.logo{ background:url(../images/logo2.png) no-repeat;}
.nav-item-hd { color:#333333 !important;}
.header-search {background: url(../images/search2.png) no-repeat;}

.nav-toggle i {
	background: #3E3E3E;
}

}


.header-search { background:url(../images/search.png) no-repeat center right; width:20px; height:20px;}



















