a{
	color: #000;
}
a:hover{
	text-decoration:none !important; 
}
a:active{
	text-decoration:none !important; 
	color: #000 !important;
}


@media (max-width:  970px) {
.header_tip{
	display: none;
}
.header{
	position: fixed;
	top: 0;
	width: 100%;
	/*height: 45px;*/
	line-height: 45px;
	box-shadow: 0px 3px 6px rgba(53,53,53,.2);
	z-index: 999;
	background-color: #fff;
	font-size: 16px;
}
.header_box{
	width: 90%;
	margin: 0 auto;
}
.lg_logo{
	display: none;
}

.sm_logo{
	height: 30px;
}

.nav_btn{
	position: absolute;
	top: 0;
    right: 5%;
    width: 30px;
}

.nav{
	width: 100%;
	display: none;
}
.nav ul li{
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-left: 15px;
}

.arrows_down{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #484848; 
	margin-top: 10px;
	margin-left: 10px;
}
.Secondary_nav{
	display: block;
	width: 100%;
}
.Secondary_nav li{
	width: 100%;
	height: 50px;
	border-bottom: none !important;
}

}
/*@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { ... }*/
/*@media (min-width: @screen-md-min) and (max-width: @screen-md-max) { ... }*/
@media (min-width: 	970px) {
.header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 99px;
	line-height: 99px;
	box-shadow: 0px 3px 6px rgba(53,53,53,.2);
	z-index: 999;
	background-color: #fff;
}

.header_box{
	max-width: 958px;
	height: 99px;
	margin: 0 auto;
}

.logo{
	float: left;
	margin-right: 90px;
}

.sm_logo{
	display: none;
}

.nav{
	display: block;
}

.nav ul li{
	position: relative;
	width: 120px;
	line-height: 99px;
	float: left;
	font-size: 16px;
	cursor: pointer;
}

.nav ul li:hover a{
	color: #009944;
}
.nav ul li:hover .arrows_down{
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #009944; 
}

.arrows_down{
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #484848; 
	margin-top: 20px;
	margin-left: 10px;
}

.nav_arrows{
	position: absolute;
	top: 90px;
	left: 16px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #fff; 
}

.header_tip{
	position: absolute;
	top: 0px;
	right: 30px;
	color: #666;
	font-size: 12px;
}

.Secondary_nav{
	position: absolute;
	left: -40px;
	width: 157px;
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: #f3f3f3;
	z-index: -1;
	border: 1px solid #d4d4d4;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.Secondary_nav a{
	display: block;
}

.Secondary_nav li{
	width: 100% !important;
	height: 30px;
	line-height: 30px !important;
	text-align: center;
}
.Secondary_nav li:hover a{
	background-color: #009944;
	color: #fff !important;
}
.nav_btn{
	display: none;
}
}



