﻿#header-top{
	left: 0;
	right: 0;
	top: 0;
	position: fixed;
	z-index: 999;
	background: #fff;
	width: 100%;
	height: 120px;
	border-bottom: 1px solid rgb(207, 207, 207);
}

#head-nav {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,e0e0e0+100 */
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #e0e0e0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f7f7f7 0%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */


	width: 100%;	
	z-index:200;
	margin: 0 auto;
	padding: 0 auto;
}

#head-nav .continer-fluid {
	top: 0px;
	margin: 0 auto;
	padding: 0 auto;
	width: 90%; 	/*width: 90%; 798px;*/
}

#head-nav .nav-item {
	font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 auto;
	padding: 0 auto;
	font-size: 24px;
	font-weight:lighter;
	text-transform: uppercase;
	color: rgb(59,59,59);
	text-align: center;
}
#head-nav .nav-item img {
	vertical-align: middle;
}
#head-nav .nav-item a {
	display: block;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;

}


.navbar-nav {
	width: 100%;
	display: flex;
 	justify-content: space-between;
	
}
#head-nav .navbar-nav>li {
	list-style: none;
	margin: 0 auto;
    padding: 0 auto;
}

#head-nav .navbar-nav>li>a{
	/* nav font style*/
	display:block;
	margin: 0px auto;
	padding: 0px 15px;
	font-size: 18px;
	letter-spacing: 0px;
	line-height: 36px;  /* this value need to be same as .dropdown-toggle img height */
	color: #3b3b3b;
	font-weight: 300;
	text-align: left!important;;
	vertical-align: middle !important;
}

#head-nav .icon-bar{
	display:block;
    width:22px;
    height:2px;
    border-radius:1px;
}
#head-nav .nav-item ul {
	border-top: 4px solid #448cd0;
	padding: 0px;
	margin: 0px;
	width: auto;
    display: none;
    position: absolute;
	background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.2);
    /*padding: 12px 16px;*/
    z-index: 200;
    width: auto;

}
#head-nav .disNone{
	display: none;
}
#head-nav .sec-item {
	/* font-size: 52px;
	   line-height: 14px;
	   text-align:left;
	   width: 100%; */
	text-transform: capitalize;
	padding: 0px 15px;
}
#head-nav .sec-item a{
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: 100%;
	line-height: 100%;
	text-align: left;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 40px;
}


/*nav>ul>li:hover>ul {
    display: block;
}*/
#head-nav .nav-item>a:hover,#head-nav .nav-item>a:focus,#head-nav .nav-item>a:active{
	background: #fff;
}
#head-nav .nav-item:hover>ul{
	display: block;
}
#head-nav .nav-item:hover>a img{
	height: 0;
}
#head-nav .nav-item .dropdown-toggle img{
	/*width: 36px;
	height: 36px;*/
	display: inline-block;
}
#head-nav .open>ul{
	display: block;
}

/* Nav 2nd lever hover */
#head-nav .sec-item:hover {
    background-color: #80c5f0;
}
#head-nav .sec-item>a:hover, #head-nav .sec-item>a:focus {
	background-color: #80c5f0;
	color: #fff;
}

#search_box{
	padding: 3px;
	border: 1px solid #eee;
}
#search_box input{
	border: 0 none;
	outline: 0 none;
	height: 25px;
}
#search_box img{
	height: 30px;
}
#search_part{
	width: 176px;
	opacity: 0;
}
#search_button{
    width: 20px;
    height: 20px;
}
#search_button img{
	width: 20px;
	margin-top: -3px;
}

.fl{
	float:left;
}
.fr{
	float: right;
}
.mb30{
	margin-bottom: 30px;
}
header{
	width: 86%; /*798px;*/
	margin: 25px auto;
	margin-bottom: 0;
	position: relative;
	height: 85px;
}
header>ul{
	
	padding: 0; 

}
header>.fr{
    /* width: 1000px;
    float: right !important;
    position: absolute;
    right: -218px; */
}
header>.fr>li:nth-child(n+3){
	width: auto;
}
header>.fr>li:last-child{
	width: auto;
}
header>ul>li {
	font-family:Khula,Microsoft YaHei, Microsoft JhengHei, LiHei Pro Medium, Apple LiGothic Medium, Hei, SimHei, 宋体, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	display: inline-block;
	list-style-type: none;
	font-size: 13px;
	line-height: 20px;
	font-weight: 300;
	color: rgb(100,100, 100);

}
#search_box{
	width: 176px;
}
#search_box #search{
	width: 100%;
}
header>ul>li {
	margin-left: 20px;
}
header #lang{
	vertical-align: top;

}
header #samll-en{
	cursor:pointer;
	/* position: absolute; */
	right: 162px;
	top: 65px;
}

header #shenphone{
	/* position: absolute; */
	right: 0;
	top: 42px;
	/* width: 182px; */
}
header>ul>li:first-child {
	margin-left: 0;
	/*margin-right: 20px;*/
	margin-top:-10px;
}

/* Logo */
header img {
	vertical-align: middle;
    max-width: 400px;
    margin-top: 0px;
    margin-left: 0px;
}

header>ul>li>ul {
	top: 20px;
    display: none;
    position: absolute;
    background-color: #fbfbfb;
    min-width: 10px;
    padding: 12px 16px;
    z-index: 3000;
/*	top: 50px;*/

}
header>ul>li:hover>ul {
    display: block;
	border:1px solid #CCC;
}
header>ul>li>ul>li {

	list-style-type:none;
}

	#order .button1{
	width:320px;
}
#order div{
	width:320px;height:56px;margin-top: 20px;
} 

#mob_menu_logo {
	background:#fff;
	display:none;
}

@media only screen and (max-width : 1158px){
		#header_r {
			/*margin-top:-50px;*/
		}
}

	@media only screen and (max-width : 1024px){
		#head-nav .navbar-nav>li>a {
			font-size:18px;

		}



	}




