/* 导航栏 */
.navcontainer {
	width: 100%;
	height: 111px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: all .4s;
}
.nav_conbg {
	background-image: url(../img/nav_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all .4s;
}
.navbar {
	width: 100%;
	height: 62px;
	transition: all .4s;
}
.navbar::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,.2);
	position: absolute;
	top: 62px;
}
.navbar .logo{
	float: left;
	display: inline-block;
	width: 217px;
	height: 62px;
	margin-left: 66px;
}
.navbar .logo img{
	width: 100%;
	height: 100%;
}

/* 导航菜单 */
.navbar .menu{
	width: 564px;
	height: 62px;
	margin-right:160px;
	position: absolute;
	right: 0;
}

.navbar .menu .barlist li {
	line-height: 62px;
	float: left;
	width: 94px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.navbar .menu .barlist li a {
	display: block;
	position: relative;
	z-index: 90;
	width: 94px;
	height: 62px;
	color: #ffffff;
	transition: all .4s;
}
/* 导航滑动,底部元素显示 */
.bottomLine{
    position: absolute;
    left:0;
	z-index: 80;
    bottom:-4px;
    /* background-color: #ffffff; */
    transition: all 0.3s ease;
    height: 15px;
    width:94px;
	background-image:url(../img/navbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* display: none; */
}

.btn img{
	width: 20px;
	height: 20px;
}
.navbar .search {
	height: 62px;
	width: 90px;
	float: right;
	margin-right: 49px;
	position: relative;
}
/* 搜索框 */
.nav-search{
	width: 280px;
	height: 42px;
	position: absolute;
	right: 84px;
	top: 10px;
}
/* .navbar .search a{
	display: block;
} */
 .nav-search input{
	width: 245px;
	height: 30px;
	position: absolute;
	left: 7px;
	top: 3px;
	z-index: 1280;
	outline: none;
	font-size: 14px;
	border: 2px solid #246FBD;
	border-radius: 10px;
	background-color: #ffffff;
	padding-left: 15px;

}
.nav-search button{
	width: 30px;
	height: 30px;
	/* float: right; */
	position: absolute;
	left: 239px;
	top: 6px;
	z-index: 1280;
	outline: none;
	border: none;
	font-size: 12px;
	border-radius: 10px;
	background-color: #ffffff;

}
/* .navbar .search .result{
	border: 1px solid black;
	width: 214px;
	height: auto;
	background-color: #fff;
	position: absolute;
	left: -95px;
	z-index: 1280;
	top: 58px;
}
.navbar .search .result ul {
	width: 100%;
	height: auto;
}
.navbar .search .result ul li{
	width: 100%;
	height: 16px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.navbar .search .result ul li a:hover{
	color: black;
	background-color: darkgrey;
} */
.navbar .search .item{
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,.2);
	border-radius: 2px;
	float: right;
	margin-top: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.navbar .search .item:first-child{
	width: 40px;
}
.navbar .search .sitem{
	float: left;
	transition: all .4s;
	/* background-image:url(../img/searchicon.png);
	background-position: center center;
	background-repeat: no-repeat; */
}
.navbar .search .citem{
	transition: all .4s;
}
.navbar .search .citem:hover {
	background-color:rgba(255,255,255,.8);
	color: #666666;
}
.navbar .search .sitem img {
	margin-top: 7px;
	transition: all .4s;
}
.navbar .search .sitem img:hover{
	transform: scale(1.2);
}

/* 设置二级导航 */
.navbar .menu .barlist li .twonav{
	width: 100px;
	position: absolute;
	left:4px;
	display: none;
	
}
.navbar .menu .barlist li .twonav li {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.navbar .menu .barlist li .twonav li:last-child{
	border-bottom: none;
}
.navbar .menu .barlist li .twonav li a{
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: rgba(0,0,0,.5);
	color: #ffffff !important;
}
.navbar .menu .barlist li .twonav li a:hover {
	background:#246FBD;
}

.navbar .menu .barlist li:hover > .twonav{
	display: block;
}
.navbar .menu .barlist li .twonav li {
	padding: 0 8px;
	width: auto;
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
}

/* 选中的二级导航颜色 */
.navbar .menu .barlist li .twonav li .twose_a {
	background:#246FBD;
}

@media screen and (max-width: 1440px) {
	/* 导航栏 */
	.navcontainer {
		width: 100%;
		height: 111px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		transition: all .4s;
	}
	.nav_conbg {
		background-image: url(../img/nav_bg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		transition: all .4s;
	}
	.navbar {
		width: 100%;
		height: 62px;
		transition: all .4s;
	}
	.navbar::before {
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background:rgba(255,255,255,.2);
		position: absolute;
		top: 62px;
	}
	.navbar .logo {
		float: left;
		display: inline-block;
		margin-left: 66px;
	}
	/* 导航菜单 */
	.navbar .menu{
		height: 62px;
		margin-right:160px;
		position: absolute;
		right: 0;
	}
	
	.navbar .menu .barlist li {
		line-height: 62px;
		float: left;
		width: 94px;
		text-align: center;
		font-size: 16px;
	}
	.navbar .menu .barlist li a {
		display: block;
		position: relative;
		z-index: 90;
		width: 94px;
		height: 62px;
		color: #ffffff;
		transition: all .4s;
	}
	/* 导航滑动,底部元素显示 */
	.bottomLine{
	    position: absolute;
	    left:0;
	    bottom:-4px;
		z-index: 80;
	    /* background-color: #ffffff; */
	    transition: all 0.3s ease;
	    height: 15px;
	    width:94px;
		background-image:url(../img/navbg.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	
	.navbar .search {
		height: 62px;
		width: 90px;
		float: right;
		margin-right: 49px;
	}
	.navbar .search .item{
		width: 30px;
		height: 30px;
		background: rgba(255,255,255,.2);
		border-radius: 2px;
		float: right;
		margin-top: 16px;
		line-height: 30px;
		text-align: center;
		color: #fff;
		cursor: pointer;
	}
	.navbar .search .sitem{
		float: left;
		transition: all .4s;
		/* background-image:url(../img/searchicon.png);
		background-position: center center;
		background-repeat: no-repeat; */
	}
	.navbar .search .citem{
		transition: all .4s;
	}
	.navbar .search .citem:hover {
		background-color:rgba(255,255,255,.8);
		color: #666666;
	}
	.navbar .search .sitem img {
		margin-top: 7px;
		transition: all .4s;
	}
	.navbar .search .sitem img:hover{
		transform: scale(1.2);
	}
}