.container-nav {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: white;
	top: 0px;
	z-index: 100;
	-moz-box-shadow: 0 5px 5px #ADADAD;
	box-shadow: 0 5px 5px #ADADAD;
}

.container-navin {
	width: 100%;
	position: relative;
	background-color: white;
	z-index: 100;
	-moz-box-shadow: 0 5px 5px #ADADAD;
	box-shadow: 0 5px 5px #ADADAD;
	margin-bottom: -60px;
}


/**
 * logo默认高度
 */

.nat-header {
	height: 60px;
	margin-left: 5px;
}

/**
 * logo
 */

.nat-brand {
	float: left;
	margin-top: 5px;
}

.nat-brand:hover,
.nat-brand:focus {
	text-decoration: none;
}

.nat-brand>img {
	display: block;
}


/**
	 * 移动导航显示按钮
	 */

.nat-button {
	display: block;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #ddd;
}

.nat-button .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 4px;
	background-color: #888;
}

.nat-button:active,
.nat-button:hover {
	background-color: #ddd;
}

.nat-button:focus {
	outline: 0;
}

/**
 * 导航菜单
 */

.nat-content ul {
	list-style-type: none;
	margin: 0;
}

.nat-content li a {
	text-decoration: none;
	color: #777;
	font-size: 16px;
	cursor: pointer !important;
}

.nat-content li a:hover {
	color: #4183c4;
}

/**
 * 搜索输入框
 */
.search-div{
	position: relative;
}
.search-div-input{
	height: 30px;
	width: 200px;
	border-radius: 25px;
	border: 1px solid #ccc;
	color: #000000;
	padding: 15px;
}
/**
 * 搜索框输入聚焦样式
 */
.search-div-input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.search-button{
	height: 20px;
	width: 20px;
	border: 0px;
	background-image: url(../../../static/img/search-in.svg);
	background-size: 100% 100%;
	position: absolute;
	top: 5px;
	left: 170px;
	cursor: pointer;
}
.search-button:hover,.search-button:focus{
	background-image: url(../../../static/img/search-out.svg);
}

/**
 * 搜索输入框
 */
.row-search-div{
	position: relative;
	padding-top:20px;
	display: block;
}
.row-search-div-input{
	height: 35px;
	width: 100%;
	border-radius: 5px;
	border: 0px;
	color: #000000;
	padding-left: 35px;
}
/**
 * 搜索框输入聚焦样式
 */
.row-search-div-input:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.row-search-icon{
	position: absolute;
	top: 28px;
	left: 40%;
}
.moblie-row-search-icon{
	height: 20px;
	width: 20px;
	border: 0px;
	background-image: url(../../../static/img/search-in.svg);
	background-size: 100% 100%;
	position: absolute;
	top: 28px;
	left: 10px;
}
.search-top-a{
	background-color: white;
	color: #000000;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

a:active,
a:hover {
	outline: 0;
}

@media (min-width: 992px) {
	.nat-header {
		float: left;
		display: block;
	}
	.nat-button {
		display: none;
	}
	.nat-content {
		float: right;
		display: block;
	}
	.nat-content ul li {
		float: left;
		padding: 15px;
		margin-left: 30px;
	}
}

@media (max-width: 991px) {
	
	.nat-content {
		display: none;
		max-height: 340px;
		margin-left: -15px;
		margin-right: -15px;
		padding-bottom: 15px;
		border-top: 1px solid #DDDDDD;
	}
	.nat-content ul,
	.nat-content ul li {
		margin: 0px;
		padding: 0px;
	}
	.nat-content li a {
		display: block;
		padding: 15px 30px 5px 30px;
	}
	.phone-plr0{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.phone-plr0 li{
		margin: 20px 0px !important;
	}
	.phone-plr0 .content-div,.phone-plr0 .content-category-div{
		margin: 20px 0px !important;
	}
	.phone-plr0 .timeline-wrap{
		margin: 20px 0px 20px 20px !important;
	}
	.search-div{
		display: none;
	}
}