/*
*	.header
*/
body {
	padding-top: 100px;
}
.header_v3 {
	position: fixed;
  	top: 0;
  	z-index: 999999;
 	width: 100%;
 	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 4px;
}
.header-top {
	width: 100%;
	background-color: #2E3130;
}
.header-top-box {
	width: 1200px;
	height: 34px;
	line-height: 34px;
	margin: 0 auto;
}
.header-top .header-item a, .header-top .header-item span {
  	position: relative;
  	display: block;
  	line-height: 34px;
	font-size: 14px;
	color: rgba(255, 255, 255, .8);
}
.header-top .header-item a:hover, .header-top .header-item span:hover {
	color: rgba(255, 255, 255, 1);
}
.header-top .header-item span:hover ul{
  	height: 150px;
}
.header-top .header-rg .header-item a:hover {
	color: #0ba2cf;
}
.header-top .header-dropdown {
	position: absolute;
  	top: 34px;
 	left: -20px;
  	z-index: 99;
  	width: 100px;
  	height: 0;
  	background: #2E3130;
  	overflow: hidden;
}
.header-top .header-dropdown a {
	display: block;
  	line-height: 30px;
  	font-size: 14px;
  	color: rgba(255, 255, 255, .8);
  	text-align: center;
}
#ewm {
	position: relative;
}
#ewm:hover .ewm {
	height: 124px;
}
.header-top .ewm {
  	position: absolute;
  	top: 34px;
  	left: -30px;
  	height: 0;
}
.header-lf {
	width: 50%;
  	height: 100%;
}
.header-rg {
	width: 50%;
  	height: 100%;
}
.header-bottom {
	height: 66px;
	background: #FFF;
}
.header-bottom ul {
	width: 1200px;
	margin: 0 auto;
}
.logo-box img {
	width: 160px;
	height: 46px;
	margin: 10px 30px;
}
.header-bottom .header-item {
	position: relative;
	margin-right: 20px;
}
.header-bottom .header-item a {
	display: inline-block;
  	height: 66px;
	line-height: 64px;
	font-size: 16px;
	color: #424242;
}
.header-bottom .header-item-active a {
	border-bottom: 2px solid #0ba2cf;
 	color: #0ba2cf;
}
.header-bottom .header-item a:hover {
	color: #0ba2cf;
}
.search-box {
	position: relative;
	width: 320px;
	height: 40px;
	border: 1px solid #0ba2cf;
	margin-top: 13px;
  	border-radius: 0;
}
.search-box input {
	width: 100%;
	height: 100%;
  	height: 38px;
	padding-left: 10px;
  	border: none;
  	border-radius: 0;
}
.search-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 38px;
	background: #0ba2cf url('../images/index/search.png') center center no-repeat;
	cursor: pointer;
}
.sc-middle {
	margin-right: 25px;
}
.sc-middle img {
	width: 160px;
	height: 46px;
	margin: 10px 0;
}
.sc-small {
	padding: 0 20px;
}
.sc-small img{
	width: 160px;
	height: 46px;
	margin: 10px 0;
}
.sc-small>div {
	position: relative;
}
.sc-small input {
	width: 520px;
	height: 40px;
	padding-left: 15px;
	margin: 13px 0;
	border: 1px solid #0ba2cf;
}

@media screen and (min-width: 1660px ) {
	.sc-large {
		display: block;
	}
	.sc-middle {
		display: none;
	}
	.sc-small {
		display: none;
	}
}
@media screen and (max-width: 1659px) and (min-width: 1200px) {
	.sc-large {
		display: none;
	}
	.sc-middle {
		display: block;
	}
	.sc-small {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
  	body {
  		padding-top: 136px;
  	}
	.sc-large {
		display: none;
	}
	.sc-middle {
		display: none;
	}
  	.sc-small {
  		display: block;
  	}
	.header-top, .header-top-box{
		width: 100%;
		padding: 0 10px;
	}
	.search-box {
		display: none;
	}
	.header-bottom {
		height: auto;
	}
	.header-bottom ul {
		width: 100%;
		padding: 0 20px;
		border-top: 1px solid #D6DBD9;
	}
	.header-bottom .header-item a {
		height: 34px;
		line-height: 34px!important;
		margin-right: 35px;
	}
	.header-bottom .header-item:last-child a {
		margin-right: 0;
	}
	.sc-small .search-img {
		top: 14px;
	}
}
.layui-nav {
	background: #FFF
}
#auto {
	position: absolute;
  	top: 40px!important;
  	left: 1px!important;
  	z-index: 999;
  	width: 100%!important;
  	box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.keyitem {
	line-height: 34px;
  	background: #FFF;
  	padding-left: 10px;
  	font-size: 14px;
  	color: #999
}
#kxlogo {
	text-align: center;
}

