/* 电脑版导航 样式表*/

.ol-logo {
	position: fixed;
	left:32px;
	top:37px;
	z-index: 9;
}
.ol-logo>a {
	display: block
}
.ol-mond {
	position: fixed;
	right:42px;
	top: 61px;
	z-index: 7;
}
.ol-mond>button {
	background: rgba(255,255,255,0);
	border: 0px solid rgba(255,255,255,0);
}
.nav-all {
	position: fixed;
	z-index: 6;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9) url(../img/nav_bg_ul.png) bottom right no-repeat;
	display: none;
	top: 0;
}
.nav-all>ul {
	text-align: center;
	padding-top: 160px;
}
.nav-all>ul>li {
	width: 100%
}
.nav-all>ul>li>a {
	font-size: 25px;
	line-height: 80px;
	font-weight: 800;
	color: rgba(51,51,51,1);
	width: 100%;
	letter-spacing: 4px;
}
.nav-all>ul>li:hover>a {
	display: block;
	font-size: 25px;
	line-height: 80px;
	font-weight: 800;
	color: rgba(255,255,255,1);
	background: rgb(167, 200, 29);
	letter-spacing:40px;
	transition:all 0.2s;
	text-indent: 40px;
}
@media (max-width: 1200px) {
.nav-pc-mobile{
    width: 100%;
    background: #fff;
    height:80px;
    position: fixed;
    top: 0;
	z-index:99999;
	border-top: 5px solid #04581c;
}
.ol-logo {
	left: 20px;
    top: 12px;
    width: 17%;
}
.ol-logo>a {
	display: block
}	
.ol-logo>a>img{ width:100%}
.ol-mond {
	right:20px;
	top: 20px;
	width:20%;
}
.ol-mond>button {

}
.ol-mond>button>img{ 
width:100%
}
.nav-all>ul>li>a {
	font-size:1em;
	line-height:3em;
	font-weight: 800;
	color: rgba(51,51,51,1);
	width: 100%;
	letter-spacing: 4px;
}
.nav-all>ul>li:hover>a {
	display: block;
	font-size:1em;
	line-height:3em;
	font-weight: 800;
	letter-spacing:4px;
	transition:all 0.2s;
	text-indent: 40px;
}
}