.footer_na_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #222;
	padding: 50px 0
}
.footer_na dl {
	float: left
}
.footer_na dl dt a {
	font-size: 20px;
	color: #fff;
	display: block;
}
.footer_dl1 dt a {
	margin-bottom: 30px
}
.footer_dl2 dt a {
	margin-bottom: 30px
}
.footer_na dl dd {
	color: #FFFFFF;
	font-size:12px;
	line-height: 24px;
}
.footer_na dl dd a {
	color: #FFFFFF;
	font-size:12px;
	line-height: 24px;
}
.footer_dl1 {
	width: 150px;
}
.footer_dl2 {
	width: 300px
}
.footer_na dl dd a span {
	display: block;
	font-size: 38px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0cb46a;
	margin-bottom: 20px
}
.footer_dl3 dd {
	float: left;
	margin-left: 18px;
}
.footer_dl3 dd p {
	text-align: center;
	margin-top: 10px
}
.footer_bg {
	width: 100%;
	background-color: #096b4d;
	height: auto;
	overflow: hidden;
	padding: 20px 0
}
.footer {
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.footer a {
	color: #fff
}
@media screen and (max-width: 1199px) {
.footer_dl1 {
	width: 12%;
}
.footer_dl2 {
	width: 25%
}
.footer_dl3 {
	width: 25%
}
.footer_dl3 dd {
	width: 48%;
	margin-left: 2%
}
.footer_dl3 dd a img {
	width: 100%;
	height: auto;
	overflow: hidden
}
}
@media screen and (max-width: 991px) {
.footer_na dl dt a {
	font-size: 18px;
}
.footer_dl1 {
	width: 11.5%;
}
.footer_dl2 {
	width: 27%
}
.footer_dl3 {
	width: 26%
}
.footer_na dl dd a span {
	font-size: 30px;
}
}
@media screen and (max-width: 768px) {
.footer_dl1 {
	width: 100%;
	border-bottom: 1px dotted #666;
	padding: 15px 0
}
.footer_dl1 dd {
	float: left;
	margin-right: 3%
}
.footer_dl1 dt a {
	margin-bottom: 10px
}
.footer_dl2 {
	width: 60%;
	margin-top: 30px
}
.footer_dl3 {
	width: 40%;
	margin-top: 30px
}
.footer_na dl dd a span {
	font-size: 36px;
}
.footer_na dl dt a {
	font-size: 20px;
}
.footer_dl2 dt a {
	margin-bottom: 20px
}
}
@media screen and (max-width: 480px) {
.footer_dl2 {
	width: 100%;
	border-bottom: 1px dotted #666;
	padding: 15px 0
}
.footer_dl3 {
	width: 100%;
}
.footer_bg {
	padding: 5% 0 22% 0;
}
.footer_bg .footer span {
	display: inline-block;
}
}
.f_kslj {
	display: none;
}
/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,.5);
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../image/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #0cb46a;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0cb46a;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #0cb46a;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #0cb46a;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #0cb46a;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
@media screen and (max-width: 640px) {
.f_kslj {
	width: 100%;
	background: rgba(0,0,0,0.7);
	padding: 1em 0;
	display: block;
	position: fixed;
	bottom: 0;
	height: auto;
	overflow: hidden;
}
.f_kslj ul li {
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
}
.f_kslj ul li a {
	color: #fff;
	text-align: center;
	line-height: 2.5em;
}
.f_kslj ul li a i {
	display: block;
	color: #fff;
	font-size: 18px;
}
.toolbar {
	display: none;
}
}
.ny_pro_list .video {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.5);
 filter: alpha(opacity:50);
	zoom: 1;
	border-radius: 35px;
	background-image: url(../image/video.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid #fff;
}
.nav > li.cur > a {
	color: #0cb46a;
}

/*微信弹窗*/
#wxnr {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
	display: none;
	background: rgba(0,0,0,.6);
}
#wxnr .nrdf {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
padding: .15rem;
padding-top: .3rem;
	margin-top: -1.25rem;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 6px #777;
	-webkit-box-shadow: 0px 2px 6px #777;
	-moz-box-shadow: 0px 2px 6px #777;
	border-radius: 10px;
	box-sizing: border-box;
}
#wxnr img {
	width: 1.15rem;
	height: 1.15rem;
	display: block;
	margin: 0 auto;
}
#wxnr p {
font-size: .12rem;
line-height: .23rem;
	text-align: center;
}
#wxnr i.x {
	position: absolute;
top: .1rem;
right: .1rem;
width: .15rem;
height: .15rem;
font-size: .1rem;
line-height: .15rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-style: normal;
	background: #333;
	border-radius: 100%;
	cursor: pointer;
}
#wxnr span {
	display: inline-block;
padding: .015rem .05rem;
line-height: .18rem;
	background-color: #222;
	color: #fff;
border-radius: .025rem;
	cursor: pointer;
}
#wxnr span i {
	color: #fff;
margin-right: .07rem;
}

/*复制提示*/
#weixin {
	position: fixed;
	top: 50%;
margin-top: -.2rem;
	z-index: 9999999;
font-size: .13rem;
	color: #fff;
	width: 90%;
	right: 5%;
line-height: .4rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	border: 2px solid #333;
border-radius: .05rem;
	display: none;
}