.position-f{
	position: fixed;
	border-bottom: 1px solid #CCCCCC;
	background: #FFFFFF;
	top:0;
}
.eway-head {
	width: 100%;
	height: 72px;
	box-sizing: border-box;
	background: #fff;
	z-index: 999;
	/* box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2); */
	border-top:1px solid #f1f1f1;
	
}

.eway-con {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.navbar{
	z-index:9999;
	border-radius: 0px;
}
.navbar-default {
	background-color:rgb(0,0,0,0.5);
	border: none;
}

.navbar-header {
	height: 70px;
}

.navbar-brand {
	width: 200px;
	height: 70px;
	line-height: 70px;
	/*padding: 0 25px;*/
}

.navbar-nav {
	width: calc(100% - 170px);
}

.navbar-toggle {
	margin-top: 20px;
}

.navbar-nav .nav-li {
	/*width: 25%;*/
	width: 13%;
	height: 70px;
}

.navbar-nav li a {
	height: 70px;
	line-height: 70px;
	padding: 0 5px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	cursor: pointer;
	color: #000000;
}
.navbar-default .navbar-nav>li>a {
       color: #FFFFFF;
    font-weight: 500;
}
.navbar-brand{
	position: relative;
}
.navbar-brand img {
	/*width: 100%;
	display: initial;*/
	    width: 190px;
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar-default .navbar-nav>.nav-li>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #FFFFFF;
	background: #138b51
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFFFFF;
	background: rgb(239, 120, 0);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #1b8250;
    background: transparent;
    }

.dropdown-menu,.dropdown-menu li{
	min-width: 100% ;
	padding: 0;
	border: none;
	border-radius: 0;
}
.dropdown-menu li{
	border-bottom: 1px solid #1b8250;

}
.dropdown-menu li,.dropdown-menu li a{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #000000;
  font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000000;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000000;
  font-size: 16px;
}
			.navbar-default {
    background-color: rgb(255,255,255,0.8);
    border: none;
}
			.navbar-default .navbar-nav>li>a {
    color: #000000;
    font-weight: 500;
}
/*********************/
.search{
	
	width: 90%;
	line-height: 70px;
	margin: 0 auto;
	box-sizing: border-box;
   position: relative;
}
.search-input{
	width: 76%;
	height: 40px;
	background:transparent;
	padding-left: 13px;
	box-sizing: border-box !important;
	outline: none;
    border: 1px solid #CCCCCC;
    color: #000000;
    border-radius: 2px;
  	border-radius: 10px 0 0 10px;
}
.btn-search{
	width: 50px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	left: 87%;
	transform: translate(-50%,-50%);
	cursor: pointer;
 	border-radius: 0px 10px  10px  0px;
 	color: #FFFFFF;
}
.btn-search:hover{
	color: #FFFFFF !important;
	background: #1b8250;
}
.btn-search:hover .fa-search{
	color: #FFFFFF !important;
}
.fa-search{
	color: #000000;
}
.btn-search .fa-search{
	color: #000000 !important;
}
.btn-search span{
	
	font-size: 14px;
	margin: 0px;
}
.search button{
	outline: none;
	border: 1px solid #CCCCCC;
	border-left: none;
	background: transparent;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #FFFFFF;
  font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #FFFFFF;
  font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #FFFFFF;
  font-size: 16px;
}


@media(max-width: 768px){
	
	.eway-con {
		width: 100% !important;
		height: 100%;
		margin: 0 auto;
	}
	.navbar-nav {
		width: 100%;
		margin: 0 auto;
	}
	.navbar-nav .nav-li {
		width: 100%;
		height: auto;
	}
	.navbar-nav li a {
		height: 45px;
		line-height: 45px;
		padding: 0 25px;
		box-sizing: border-box;
		text-align: center;
		font-size: 16px;
		font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
		cursor: pointer;
	}
	.navbar-brand {
		width: 230px;
		height: 60px;
		line-height: 60px;
	}

	.navbar-header {
		height: 60px;
	}

	.navbar-toggle {
		margin-top: 10px;
	}

	.eway-head{
		height: 60px;
	}
	
	.navbar-brand img {
		width: 65%;
	}
}