.nav--always-fixed {
    background: #FFFFFF !important;
}
.pcnav{
	padding:10px;
	opacity: 1;
}

.pcnav ul li{
	list-style: none;
	float: left;
	margin:0 30px;
	padding-bottom: 1px;
	text-align: center;
	position: relative;
}
.pcnav ul li a{
	color:#333333;
	font-size: 18px;
	font-weight: 600;

}
.pcnav ul li.current{
	border-bottom: 2px solid #C1A677;
}
.pcnav ul li:hover{
	border-bottom: 2px solid #C1A677;
}
.pcnav ul li:hover a{
	color: #C1A677;
}
.pcnav ul li.current a{
	color: #C1A677;
}

.pcnav ul li .erlist{
	position: absolute;
	top:30px;
	left:-40px;
	display: none;
	background-color: #eee;
	padding:15px 0;
	width:200px;
	border-radius: 5px;

}
.pcnav ul li .erlist>div{
	padding:5px 0;
	border-bottom: 1px dashed #bbbbbb;

}
.pcnav ul li .erlist>div a{
	font-size: 16px;
	font-weight: 500;
	color:#333333;

}
.pcnav ul li:hover .erlist{
	display: block;
}
.nav__icon-wrap{
	display: none;
}
.hero__inner h3{
	text-align: center;
	font-size: 80px;
	color: #FFFFFF;
	line-height: 80px;
	letter-spacing: 4px;
}
.hero__inner h3 span{
	color: #9CDA56;
}
.hero__inner p{
	text-align: center;
	font-size: 24px;
	color: #dddddd;
	line-height: 48px;
}
.nban{
	width:100%;
	margin:0;
	padding:0;
	margin-top:60px;
}
.intro{
	position: relative;
	padding-top:50px;
}
.intro .tit{
	position: relative;
}
.intro .tit span{
	position: absolute;
	top: 40px;
    left: 150px;
	font-size: 54px;
	color: #4D4D4D;
}
.intro .sb{
	text-align: center;
}
.intro .sb img{
	max-width:30%;
	margin:60px 5px;
}
.intro .cnt{
	margin-bottom: 50px;
}
.intro .cnt p{
	padding:0 30px;
	text-align: justify;
	font-size: 20px;
	color: #333333;
	line-height: 39px;
	text-indent: 2em;
}
.footer{
	background: rgba(80,99,82,0.79);
	padding:50px 0;
}
.footer .left .tit{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	letter-spacing: 2px;
	margin:20px 0;
}
.footer .left .lxfs{
	font-size: 24px;
	font-weight: 500;
	color: #D1E1CE;
}
.footer .left .lxfs p{
	font-size: 18px;
	font-weight: 500;
	color: #D1E1CE;
	margin-top:10px;
}
.footer .left .lxfs a{
	color: #D1E1CE;
}
.footer .right .tel{
	position: relative;
	margin-bottom: 30px;
	font-size: 28px;
	color: #D1E1CE;
	line-height: 45px;
	margin-right: 30px;
}
.footer .right .tel::before{
	position: absolute;
	top:0;
	left:-60px;
	content: " ";
	background: url("../img/tel.png") no-repeat center;
	width:45px;
	height:45px;
}
.footer .right .ewm{
	margin-right: 30px;
	text-align: right;
	
}
/*移动端适配*/
@media (max-width: 1199px) {
	.nav__icon-wrap{
		display: block;
	}
	.pcnav{
		display: none;
	}


}

@media (max-width: 991px) {
	
	.hero__inner h3{
		font-size: 32px;
	}
	
	.hero__inner p{
		text-align: justify;
		font-size: 18px;
		line-height: 35px;
	}

	.nav__icon span {
	    background-color: #333333 !important;
	}
	#nav__icon__close span {
	    background-color: #fff !important;
	}
	.intro {
	    padding-top: 20px;
	}
	.intro .tit>img{
		max-width:30%;
	}
	.intro .tit span {
	    top: 20px;
	    left: 40px;
	    font-size: 36px;
	}
	.intro .sb img {
	    max-width: 30%;
	    margin: 50px 2px;
	}
	.intro .cnt p {
	    padding: 0;
	    font-size: 18px;
	    line-height: 28px;
	}

	.footer .right{
		display: none;
	}

}

@media (max-width: 639px) {

}


@media (max-width: 479px) {

}