/*手机头部*/
.mc_header {
	display: none;
	height: 61px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}

.mc_header_con {
	height: 60px;
	overflow: hidden;
}

.mc_logo {
	line-height: 60px;
	height: 60px;
	width: 100%;
	padding: 0 40px;
	margin: 0 -30px;
	text-align: center;
	float: left;
}

.mc_logo img {
	width: auto;
	max-width: 100%;
	max-height: 45px;
}

.mc_nav {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 90;
	overflow: hidden;
	float: left;
	margin-top: 20px;
	cursor: pointer;
}

.mc_nav span {
	width: 100%;
	height: 2px;
	background: #000;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.mc_nav span:nth-child(1) {
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav span:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mc_nav span:nth-child(3) {
	position: absolute;
	bottom: 5px;
	left: 0;
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.mc_nav.click span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mc_nav.click span:nth-child(2) {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.mc_nav.click span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mc_sousuo {
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 99;
	overflow: hidden;
	background-position: center;
	background-image: url(../images/sh_ico.png);
	background-size: 22px auto;
	background-repeat: no-repeat;
	float: left;
	margin-top: 15px;
}


.mc_nav_con {
	background: #000;
	padding: 20px;
	display: none;
	position: fixed;
	top: 61px;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	padding-top: 60px;
	margin-top: -60px;
}

.mc_nav_con ul {
	overflow: hidden;
	overflow-y: auto;
	height: 100%;
	padding-top: 20px;
}

.mc_nav_con ul>li {
	position: relative;
	border-bottom: 1px solid #2b2b2b;
}

.mc_nav_con ul>li>a {
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	display: block;
}

.mc_nav_con ul>li>span {
	width: 35px;
	height: 30px;
	background: url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 40px;
	position: absolute;
	right: 0;
	top: 10px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
}

.mc_nav_con ul>li>span.click {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mc_nav_erji {
	background: #1E1E1E;
	display: none;
}

.mc_nav_erji .mc_nav_erji_li {
	border-top: 1px dashed #2b2b2b;
}

.mc_nav_erji .mc_nav_erji_li:last-child {
	border-top: 0px dashed #2b2b2b;
}

.mc_nav_sanji_li {
	padding-left: 15px;
}

.mc_nav_siji_li {
	padding-left: 15px;
}

.mc_nav_wuji_li {
	padding-left: 15px;
}

.mc_nav_erji a {
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: block;
	padding: 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mc_sousuo_con {
	background: #187f3a;
	position: fixed;
	top: 60px;
	width: 100%;
	left: 0;
	z-index: 999;
	font-size: 0;
	display: none;
}

.mc_sousuo_con_fl {
	width: 100%;
	padding-right: 50px;
	margin-right: -50px;
}

.mc_sousuo_con_shuru {
	font-size: 16px;
	height: 40px;
	height: 40px;
	color: #fff;
	background: none;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border-right: 1px solid #fff;
	outline: none;
	position: relative;
	z-index: 99;
}

.mc_sousuo_con_shuru:focus {
	border-right-color: #fff !important;
}

.mc_sousuo_con_shuru::-webkit-input-placeholder {
	color: #fff;
}

.mc_sousuo_con_tijiao {
	width: 50px;
	height: 40px;
	background: none !important;
	border: 0 !important;
	background: url(../images/nav_sousuo.png) no-repeat center !important;
	background-size: 20px !important;
}

@media(max-width:991px) {
	#pc_header {
		display: none;
	}

	.pc_header_1 {
		display: none;
	}

	.pc_header_2 {
		display: none;
	}

	.mc_header {
		display: block;
	}
}

@media(max-width:768px) {
	.mc_header {
		padding: 0 15px;
	}
}

/*悬浮右侧栏*/
#toolbar {
	position: fixed;
	z-index: 9999;
	right: 8px;
	bottom: 20%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #292e39;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font_i {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-phone {
	background: #d9d9d9 url(../images/zuocelandianhua_hei.png) no-repeat center;
	background-size: 25px;
}

#toolbar li .icon-ewm {
	background: #d9d9d9 url(../images/zuocelanerweima_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-message {
	background: #d9d9d9 url(../images/zuocelanliuyan_hei.png) no-repeat center;
	background-size: 30px;
}

#toolbar li .icon-top {
	background: #d9d9d9 url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 50px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #292e39;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #292e39;
	border-right: none;
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #292e39;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font_i {
	background-color: #292e39;
}

#toolbar li:hover .icon-phone {
	background: #292e39 url(../images/zuocelandianhua_bai.png) no-repeat center;
	background-size: 25px;
}

#toolbar li:hover .icon-ewm {
	background: #292e39 url(../images/zuocelanerweima_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-message {
	background: #292e39 url(../images/zuocelanliuyan_bai.png) no-repeat center;
	background-size: 30px;
}

#toolbar li:hover .icon-top {
	background: #292e39 url(../images/tongyongjiantou_bai.png) no-repeat center;
	background-size: 50px;
}

@media (max-width: 991px) {
	#toolbar {
		display: none;
	}
}

/*内页导航*/
.asny_nav {
	margin: 3% 0;
}

.asny_nav ul {
	font-size: 0;
	text-align: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.asny_nav ul>li {
	display: inline-block;
	width: 16.666666%;
	margin: 5px 0;
	position: relative;
}

.asny_nav ul>li>a {
	font-size: 17px;
	line-height: 60px;
	color: #4f4f52;
	display: block;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #f7f7f7;
	border-right: 1px solid #dedede;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.asny_nav ul>li:nth-child(6n)>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li:last-child>a {
	border-right: 1px solid rgba(0, 0, 0, 0);
}

.asny_nav ul>li>a.active {
	background: #187f3a;
	color: #fff;
	border-color: #187f3a;
}

.asny_nav ul>li:hover>a {
	background: #187f3a;
	color: #fff;
	border-color: #187f3a;
}

.asny_nav_erji {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #f7f7f7;
	display: none;
}

.asny_nav_erji_li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 45px;
	color: #818181;
	border-top: 1px dashed #ccc;
}

.asny_nav_erji_li a:hover {
	color: #187f3a;
}

.asny_nav_erji_li:nth-child(1) a {
	border-top: 0;
}

.asny_nav ul>li:hover .asny_nav_erji {
	display: block;
}

@media(max-width:1366px) {
	.asny_nav ul>li>a {
		line-height: 50px;
	}
}

@media(max-width:991px) {
	.asny_nav {
		display: none;
	}
}


/*内页banner*/
.nybanner {
	position: relative;
}

.nybanner img {
	width: 100%;
}

.nybanner_tongyong {
	margin-bottom: 3%;
}

@media(max-width:991px) {
	.nybanner_tongyong {
		margin-bottom: 0;
	}
}

/*位置*/
.com_bread {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 8%;
	width: 100%;
	z-index: 5;
}

.com_bread h3 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.com_bread a {
	color: #fff;
}

.com_bread a:hover {
	color: #fff;
}

@media(max-width:468px) {
	.com_bread {
		bottom: 10px;
	}

	.com_bread h3 {
		font-size: 15px;
	}
}

/*左侧栏*/
.ny_pagecon {
	padding: 3.5% 0;
}

@media(max-width:768px) {
	.ny_pagecon {
		padding: 30px 0;
	}
}

@media(max-width:468px) {
	.ny_pagecon {
		padding: 25px 0;
	}
}

.page-wrap-right-con {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.page-wrap-right-con_dy img {
	max-width: 100%;
	width: auto !important;
	height: auto;
}

.page-wrap-right {}

@media (min-width: 992px) {
	.page-wrap-left {
		float: left;
		width: 250px;
		margin-right: 3%;
		position: relative;
		z-index: 80;
	}

	.page-wrap-right {
		overflow: hidden;
		float: right;
		font-size: 16px;
		line-height: 2;
		color: #333;
		width: 97%;
		padding-left: 250px;
		margin-left: -250px;
	}
}

.aspg-left-box {
	margin-bottom: 20px;
	background: #fff;
	border: 6px solid #187f3a;
	background: #187f3a;
	position: relative;
}

.aspg-left-title {
	background: #187f3a;
	position: relative;
}

.aspg-left-title h3 {
	font-size: 22px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	background: #187f3a;
}

.aspg-left-menu .index_cpzx_fb_fl_fb {
	padding: 20px 0;
}

.aspg-left-menu .index_cpzx_fb_fl_fb h4 {
	font-size: 22px;
}

.aspg-left-title i {
	position: absolute;
	left: -5px;
	top: -9px;
	font-style: normal;
	font-size: 67px;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	line-height: 1;
	z-index: 1;
	text-transform: uppercase;
}

.aspg-left-title span {
	text-transform: capitalize;
	font-size: 14px;
	line-height: 1.5;
	color: rgba(255, 255, 255, .5);
	font-weight: normal;
	display: block;
}

@media(max-width:991px) {
	.aspg-left-title h3 {
		font-size: 18px;
		padding: 10px 0;
	}
}

.aspg-left-con {
	border: 1px solid #d2d2d2;
	border-top: none;
	background: #fff;
}

.latest-news {
	padding: 10px 0;
}

.latest-news li {
	padding: 8px 15px;
	font-size: 14px;
}

.latest-news li a {
	display: block;
	line-height: 1.5;
	color: #5a5a5a;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.latest-news li a:before {
	content: '+';
	font-weight: bold;
	margin-right: 5px;
	font-size: 16px;
}

.latest-news li a:hover {
	color: #187f3a;
}

.latest-news li a:hover:before {
	color: #187f3a;
}

.page-wrap-contact {
	padding: 10px 0 0;
	font-size: 14px;
}

.page-wrap-contact h4 {
	padding: 4px 15px 12px;
	font-size: 18px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.page-wrap-contact p {
	border-top: 1px solid #eee;
	position: relative;
	margin-bottom: 0;
	padding: 11px 15px;
	color: #2f2f2f;
	font-size: 15px;
}

.page-message-img img {
	width: 100%;
}

.page-mob-tool {
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 9999;
}

.page-mob-tool li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
}

.page-mob-tool li:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #187f3a;
	opacity: .7;
}

.page-mob-tool li i {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 50;
}

.page-mob-tool li .icon-dots-horizontal {
	background: url(../images/tongyonggengduo_bai.png) no-repeat center;
	background-size: 30px;
}

.page-mob-tool li .icon-top {
	background: url(../images/tongyongjiantou_bai_xiangshang.png) no-repeat center;
	background-size: 25px;
}

@media (min-width: 992px) {
	.page-mob-tool {
		display: none;
	}
}

/* 手机站 左侧导航弹出特效 */
.asmob-left-close-btn {
	display: none;
}

@media (max-width: 991px) {

	.asmob-menu-click {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.asmob-menu-click .aspg-left-news,
	.asmob-menu-click .aspg-left-contact,
	.asmob-menu-click .page-message-img {
		display: none;
	}

	.asmob-menu-click .asmob-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: rgba(0, 0, 0, .5) url(../images/chadiao.png) no-repeat center;
		background-size: 25px;
		z-index: 999;
	}

	.asmob-menu-click .aspg-left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 100vh;
		padding: 5vh 0;
	}

	.asmob-menu-click .aspg-left .aspg-left-menu {
		width: 90%;
		background: #fff;
		margin-bottom: 0;
	}

	.asmob-menu-click.click {
		left: 0;
	}
}

/*左侧导航*/
.aspg-left-nav {
	margin: 0 -1px;
}

.aspg-left-nav>li {
	position: relative;
	z-index: 9;
	border-bottom: 1px solid #cecece;
	margin: 0 10px;
	cursor: pointer;
}

.aspg-left-nav>li:last-child {
	border-bottom: none;
}

.aspg-left-nav>li>a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #2e2e2e;
	padding: 13px 10px 13px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav>li>.first-sanjiao-btn {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 8px solid #ccc;
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid rgba(0, 0, 0, 0);
}

.aspg-left-nav>li:hover>.first-sanjiao-btn,
.aspg-left-nav>li>.first-sanjiao-btn.cur,
.aspg-left-nav>li>.first-sanjiao-btn.active {
	border-left: 8px solid #187f3a;
}

.aspg-left-nav>li:hover>a,
.aspg-left-nav>li>a.cur,
.aspg-left-nav>li>a.active {
	font-weight: bold;
	color: #187f3a;
}

.aspg-left-nav>li .first-nav-btn {
	position: absolute;
	z-index: 99;
	width: 20px;
	height: 20px;
	text-align: center;
	top: 14px;
	right: 0;
	cursor: pointer;
	background: url(../images/tongyongjiantou_hei.png) no-repeat center;
	background-size: 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: none;
}

.aspg-left-nav>li .first-nav-btn.cur {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.aspg-left-nav>li>a.active {
	color: #187f3a;
}

.aspg-left-nav>li>a:hover {
	color: #187f3a;
}

.aspg-left-nav .aspg-left-subnav>li>a.active {
	color: #187f3a;
}

.aspg-left-nav .aspg-left-subnav>li>a:hover {
	color: #187f3a;
}

.aspg-left-nav>li:hover .aspg-left-subnav {
	display: block;
}

.aspg-left-nav .aspg-left-subnav {
	display: none;
	padding: 0 10px;
	position: absolute;
	left: 100%;
	top: 0;
	background: #fff;
	width: 100%;
	box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);
}

.aspg-left-nav .aspg-left-subnav>li>.subnav-sanjiao-btn {
	content: "";
	position: absolute;
	top: 18px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 8px solid #ccc;
	border-top: 6px solid rgba(0, 0, 0, 0);
	border-bottom: 6px solid rgba(0, 0, 0, 0);
}

.aspg-left-nav .aspg-left-subnav>li:hover>.subnav-sanjiao-btn,
.aspg-left-nav .aspg-left-subnav>li>.subnav-sanjiao-btn.active {
	border-left: 8px solid #187f3a;
}



.aspg-left-nav .aspg-left-subnav>li {
	border-bottom: 1px solid #cecece;
	position: relative;
}

.aspg-left-nav .aspg-left-subnav>li:nth-child(1) {
	border-bottom: 1px solid #cecece;
}

.aspg-left-nav .aspg-left-subnav>li>a {
	padding: 14px 15px 14px 20px;
	display: block;
	line-height: 20px;
	color: #818181;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-nav .aspg-left-subnav>li>a:hover,
.aspg-left-nav .aspg-left-subnav>li>a.active {
	color: #187f3a;
	font-weight: bold;
}

.aspg-left-nav .aspg-left-subnav>li:hover>a {
	color: #187f3a;
	font-weight: bold;
}

.aspg-left-nav .aspg-left-subnav>li.clicked>a {
	color: #187f3a;
}

.aspg-left-nav .aspg-left-threenav>li>a {
	padding: 5px 10px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}

.aspg-left-nav .aspg-left-threenav>li>a:before {
	content: '\2014   ';
}

.aspg-left-nav .aspg-left-threenav>li>a:hover {
	color: #187f3a;
}

.aspg-left-nav .aspg-left-threenav>li.clicked>a {
	color: #187f3a;
}

@media (max-width: 990px) {
	.aspg-left-nav .aspg-left-threenav {
		display: block;
	}

	.aspg-left-nav .aspg-left-subnav {
		position: static;
		box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	}

	.aspg-left-nav>li:hover .aspg-left-subnav {
		display: none;
		width: 100%;
	}
}

.pglist {
	text-align: center;
	/*margin-top: 20px;*/
	margin-top: 3%;
	color: #333333;
	line-height: 26px;
	font-size: 14px;
}

.pglist1 li {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	font-family: "Microsoft YaHei", Arial;
	line-height: 26px;
	margin: 0 5px;
	cursor: pointer;
}

.pglist1 li a,
.pglist1 li span {
	color: #333;
	display: block;
	padding: 0 8px;
	border: 1px solid #cbcbcb;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pglist1 li.active a,
.pglist1 li:hover a,
.pglist1 li .current,
.pglist1 li:hover span {
	color: #fff;
	background: #187f3a;
	border-color: #187f3a;
}

@media(max-width:991px) {
	.pglist {
		font-size: 0;
		line-height: 0;
		margin-top: 20px;
	}
}

@media(max-width:468px) {
	.pglist1 li {
		margin: 0 2px;
	}
}

/*内页新闻*/
.aspg-news-list li {
	border: 1px solid #e1e1e1;
	padding: 0;
	background: #fff;
	margin-bottom: 3%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.aspg-news-list li:last-child{
	margin-bottom: 0;
}

.aspg-news-list li a {
	padding: 20px;
	position: relative;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.aspg-news-list li .img {
	width: 42%;
	overflow: hidden;
	border: 1px solid #eee;
}

.aspg-news-list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aspg-news-list li .wz {
	width: 55%;
}

.aspg-news-list li .wz .wz_nn {
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
	display: -webkit-box;
	/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;
	/* Firefox 17- */
	display: -webkit-flex;
	/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;
	/* Firefox 18+ */
	display: -ms-flexbox;
	/* IE 10 */
	display: flex;
	/* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;


	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.aspg-news-list li .tit {
	border-bottom: 1px solid #cbcbcb;
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.aspg-news-list li .tit h3 {
	padding-bottom: 10px;
	font-size: 20px;
	color: #565656;
	font-weight: normal;
	padding-right: 85px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-news-list li .tit .date {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666666;
}

.aspg-news-list li .info {
	font-size: 15px;
	line-height: 2;
	color: #999;
	height: 56px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.aspg-news-list li .more {
	margin-top: 15px;
}

.aspg-news-list li .more span {
	display: inline-block;
	width: 130px;
	line-height: 33px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-news-list li:hover {
	-webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
	box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.aspg-news-list li:hover .tit h3 {
	color: #187f3a;
}

.aspg-news-list li:hover .more span {
	color: #fff;
	background-color: #187f3a;
}

@media (max-width: 991px) {
	.aspg-news-list li .tit {
		border-bottom: none;
	}

	.aspg-news-list li .tit h3 {
		padding-right: 0;
		padding-bottom: 0;
		font-size: 18px;
	}

	.aspg-news-list li .tit .date {
		position: static;
		border-bottom: 1px solid #cbcbcb;
		padding-bottom: 5px;
		color: #999;
	}
}

@media (max-width: 768px) {
	.aspg-product-list li {
		width: 47%;
	}

	.aspg-case-list li {
		width: 48%;
	}
}

@media(max-width:468px) {
	.aspg-news-list li {
		margin-bottom: 15px;
	}

	.aspg-news-list li .img {
		width: 100%;
	}

	.aspg-news-list li .wz {
		width: 100%;
		margin-top: 10px;
	}

	.aspg-news-list li a {
		padding: 15px;
	}
}

@media (max-width: 375px) {
	.aspg-product-list li {
		width: 97%;
	}

	.aspg-case-list li {
		width: 98%;
	}
}


/*留言*/
.ny_liuyanbiaoge {
	border: 1px solid #eee;
	padding: 3%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.message-form {
	display: block;
	background: #f0f0f0;
	padding: 6%;
}

.message-form li {
	overflow: hidden;
}

.message-form li:nth-child(n+2) {
	margin-top: 15px;
}

.message-form li h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	float: left;
	width: 80px;
	position: relative;
	z-index: 9;
}

.message-form li h3 span {
	color: red;
	margin-right: 5px;
}

.ny_liuyanshurukuang {
	width: 100%;
	padding-left: 90px;
	margin-left: -90px;
	float: right;
}

.message-form li input {
	width: 100%;
	height: 36px;
	padding: 0 12px;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form .nyxuanze {
	overflow: hidden;
}

.message-form .nyxuanze h3 {
	font-size: 15px;
	line-height: 36px;
	color: #666;
	/*font-weight: bold;*/
	float: left;
	width: 90px;
}

.message-form .nyxuanze h3 span {
	color: red;
	margin-right: 5px;
}

.message-form .nyxuanze .nyxuanze_xuan {
	font-size: 14px;
	line-height: 36px;
	/*font-weight: bold;*/
	vertical-align: middle;
	float: left;
	color: #666;
}

.message-form li textarea {
	font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
	width: 100%;
	height: 128px;
	padding: 10px 12px;
	font-size: 14px;
	line-height: 34px;
	color: #666;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	outline: none;
}

.message-form li input::-webkit-autofill {
	-webkit-text-fill-color: #666 !important;
	transition: background-color 5000s ease-in-out 0s;
}

.message-form li input::placeholder {
	color: #666;
}

.nyliuyan_tijiao {
	margin-top: 15px;
}

.nyliuyan_tijiao input {
	width: 128px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #187f3a;
	border: 0;
	outline: none;
	border-radius: 8px;
	margin-left: 90px;
	cursor: pointer;
}

@media(max-width:991px) {
	.message-form {
		margin-left: 0;
		margin: 0 auto;
	}
}

@media(max-width:768px) {
	.message-form {
		width: 100%;
		max-width: 100%;
		padding: 25px;
	}

	.ny_liuyanbiaoge {
		padding: 15px;
	}
}

@media(max-width:468px) {
	.ny_liuyanbiaoge {
		padding: 10px;
	}

	.message-form {
		padding: 15px 15px;
	}

	.message-form li h3 {
		width: 100%;
		margin-bottom: 5px;
	}

	.ny_liuyanshurukuang {
		padding-left: 0;
		margin-left: 0;
	}

	.message-form .nyxuanze .nyxuanze_xuan {
		width: 100%;
	}

	.message-form li input {
		width: 100%;
	}

	.message-form li textarea {
		width: 100%;
	}

	.nyliuyan_tijiao input {
		margin-left: 0;
		display: block;
		margin: 0 auto;
	}
}

/*案例中心*/
.aspg-case-list {
	font-size: 0;
}

.aspg-case-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}

.aspg-case-list li:nth-child(3n) {
	margin-right: 0;
}

.aspg-case-list li .img {
	overflow: hidden;
}

.aspg-case-list li img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-case-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-case-list li .wz h3 {
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 5px;
}

.aspg-case-list li:hover .wz h3 {
	color: #187f3a;
}

@media(max-width:768px) {
	.aspg-case-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-case-list li:nth-child(2n) {
		margin-right: 0;
	}
}

@media(max-width:468px) {
	.aspg-case-list li {
		width: 100%;
		margin-right: 0 !important;
	}
}

/*产品中心*/
.aspg-product-list {
	font-size: 0;
}

.aspg-product-list li {
	display: inline-block;
	vertical-align: bottom;
	width: 32%;
	border: 1px solid #ddd;
	margin-right: 2%;
	text-align: center;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-product-list li:nth-child(3n) {
	margin-right: 0;
}

.aspg-product-list li:nth-child(n+4) {
	margin-top: 2%;
}

.aspg-product-list li .img {
	overflow: hidden;
	display: block;
}

.aspg-product-list li img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.aspg-product-list li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.aspg-product-list li h3 a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding: 0 5px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #eee;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.aspg-product-list li:hover {
	border-color: #187f3a;
}

.aspg-product-list li:hover h3 a {
	background: #187f3a;
	color: #fff;
}

.aspg-product-list li .wz h3 {
	font-size: 16px;
	line-height: 2;
	color: #5a5a5a;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px;
}

.aspg-product-list li:hover {
	border: 1px solid #187f3a;
}

.aspg-product-list li:hover .wz h3 {
	color: #187f3a;
}

@media(max-width:768px) {
	.aspg-product-list li {
		width: 49%;
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(3n) {
		margin-right: 2%;
	}

	.aspg-product-list li:nth-child(2n) {
		margin-right: 0;
	}

	.aspg-product-list li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.aspg-product-list li {
		width: 100%;
		margin-right: 0 !important;
	}

	.aspg-product-list li:nth-child(n+2) {
		margin-top: 15px
	}
}

/*搜索页*/
.search-tag {
	margin-bottom: 20px;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}

.search-tag a {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	padding: 0 30px;
	font-size: 16px;
	color: #333;
}

.search-tag a:hover,
.search-tag a.on {
	color: #187f3a;
}

@media(max-width:768px) {
	.search-tag a {
		padding: 0 15px;
	}
}

/*新闻内页*/
.page_news_content_bt {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.page_news_content_bar {
	font-size: 14px;
	font-family: Arial;
	color: #9e9e9e;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
	overflow: hidden;
}

.page_news_content_bar .detail-info-time {
	float: left;
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongshijian_hui.png) no-repeat left center;
	background-size: 18px;
}

.page_news_content_bar .detail-info-numbers {
	float: left;
	position: relative;
	padding-left: 25px;
	background: url(../images/tongyongchakan_hui.png) no-repeat left center;
	background-size: 22px;
}

.page_news_content_wen {
	font-size: 16px;
	line-height: 2;
	color: #333;
	text-align: justify;
}

.page_news_content_wen img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

@media(max-width:768px) {
	.page_news_content_bt {
		font-size: 18px;
	}
}

/*分享插件*/
#as-share {
	text-align: right;
	margin: 15px 0;
}

/*标签*/
.ny_biaoqian h3 {
	padding: 0 30px;
	font-size: 18px;
	color: #187f3a;
	line-height: 40px;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	font-weight: bold;
}

.ny_biaoqian h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border-bottom: 3px solid #187f3a;
}

.ny_biaoqian_li {
	margin: 10px 0;
}

.ny_biaoqian_li a {
	font-size: 15px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 2;
	padding: 0 15px;
	margin: 10px 5px;
}

.ny_biaoqian_li a:hover {
	color: #187f3a;
}

/*网址*/
.ny_wangzhi-detail-url {
	font-size: 15px;
	color: #2f2f2f;
	line-height: 2;
}

.ny_wangzhi-detail-url a {
	font-size: 15px;
	color: #2f2f2f;
}

.ny_wangzhi-detail-url a:hover {
	color: #187f3a;
}

/*上下篇*/
.ny_detail-pn {
	margin-top: 30px;
}

.ny_detail-pn>div+div {
	margin-top: 15px;
}

.ny_detail-pn>div {
	line-height: 40px;
	position: relative;
	border: 1px solid #eeeeee;
	overflow: hidden;
}

.ny_detail-pn>div b {
	font-size: 15px;
	color: #187f3a;
	width: 70px;
	float: left;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn .ny_detail-pn_nn {
	float: left;
	width: 100%;
	padding: 0 110px 0 80px;
}

.ny_detail-pn>div a {
	width: 100%;
	display: block;
	font-size: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny_detail-pn>div span {
	float: right;
	color: #666;
	width: 100px;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 9;
}

.ny_detail-pn>div a:hover {
	color: #187f3a;
}

@media(max-width:468px) {
	.ny_detail-pn>div b {
		font-size: 14px;
		width: 60px;
	}

	.ny_detail-pn>div a {
		font-size: 14px;
	}

	.ny_detail-pn .ny_detail-pn_nn {
		padding: 0px 90px 0 70px;
	}

	.ny_detail-pn>div span {
		font-size: 14px;
		width: 85px;
	}
}

/*案例详情*/
.page_case_content_img {
	text-align: center;
}

.page_case_content_img img {
	max-width: 100%;
}

.page_case_tab {
	margin: 25px 0;
	border: 1px solid #eee;
	font-size: 16px;
	height: 42px;
	overflow: hidden;
}

.page_case_tab li {
	width: 140px;
	line-height: 38px;
	text-align: center;
	float: left;
	border: 1px solid #eee;
}

.page_case_tab li.on {
	border: 1px solid #187f3a;
	color: #187f3a;
}

/*产品详情*/
/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position: absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/*产品详情*/
.page_product_tuji {
	overflow: hidden;
}

.page_product_tuji {
	padding-bottom: 20px;
}

.page_product_tuji_fl {
	width: 40%;
	overflow: hidden;
	border: 1px solid #ddd;
}

.page_product_tuji_fl a {
	height: 100%;
	height: 390px;
	display: block;
	line-height: 390px;
	text-align: center;
}

.page_product_tuji_fl .xqydatu {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.page_product_tuji_fl .easyzoom {
	width: 100%;
}

.page_product_tuji_fr {
	width: 55%;
}

.page_product_tuji_fr h1 {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.page_product_tuji_fr_fc {
	margin: 15px 0 25px;
	font-size: 16px;
	line-height: 2;
	color: #777272;
}

.page_product_tuji_fr_fb {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.page_product_tuji_fr_fb img {
	width: 100%;
}

.page_product_tuji_fr_fb_li {
	border: 1px solid #ddd;
	padding: 5px;
}

.page_product_tuji_fr_fb_li.active {
	border: 1px solid #187f3a;
}

.page_product_tuji_btnl {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 99;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.page_product_tuji_btnr {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 99;
	width: 35px;
	height: 35px;
	background: rgba(0, 0, 0, .8) url(../images/baisejiantou.png) no-repeat center;
	background-size: 9px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnl {
	opacity: 1;
}

.page_product_tuji_fr_fb:hover .page_product_tuji_btnr {
	opacity: 1;
}

.page_product_tuji_fr_fb1 {
	margin-top: 25px;
}

.page_product_tuji_fr_fb1 a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	background: #187f3a;
	padding: 8px 30px;
	border-radius: 25px;
}

@media(max-width:768px) {
	.page_product_tuji_fl {
		width: 100%;
	}

	.page_product_tuji_fr {
		width: 100%;
		margin-top: 15px;
	}
}

@media(max-width:468px) {
	.page_product_tuji_fl a {
		height: auto;
		line-height: 1;
	}
}

/*网站地图*/
.page-wrap-right-wangzhanditu {
	width: 100%;
	padding-left: 0 !important;
	margin-left: 0 !important;
}

.wangzhanditu_ft {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	padding: 0 20px;
}

.wangzhanditu_fb {
	margin: 15px 0;
}

.wangzhanditu_fb li {
	width: 100%;
	border-bottom: 1px dashed #ddd;
}

.wangzhanditu_fb li:last-child {
	border-bottom: 0 dashed #ddd;
}

.wangzhanditu_fb li a {
	font-size: 16px;
	line-height: 40px;
	color: #666;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wangzhanditu_fb li a:hover {
	color: #0247a6;
}

/*联系我们*/
.asny_lxwm {
	position: relative;
}

.asny_lxwm_fl {
	width: 43%;
	float: left;
}

.asny_lxwm_fl_ft h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #187f3a;
	font-weight: bold;
}

.asny_lxwm_fl_ft h4 {
	font-size: 1.3rem;
	line-height: 2;
	color: #202020;
	font-weight: bold;
}

.asny_lxwm_fl_fc {
	font-size: 18px;
	line-height: 2;
	color: #666;
	margin: 10px 0;
}

.asny_lxwm_fl_fb {
	overflow: hidden;
}

.asny_lxwm_fl_fb_fl {
	width: 40%;
	max-width: 130px;
	float: left;
}

.asny_lxwm_fl_fb_fl img {
	width: 100%;
}

.asny_lxwm_fl_fb_fr {
	width: 40%;
	float: left;
	margin-left: 5%;
}

.asny_lxwm_fl_fb_fr h3 {
	font-size: 18px;
	line-height: 2;
	color: #333;
	font-weight: bold;
}

.asny_lxwm_fl_fb_fr h4 {
	font-size: 17px;
	line-height: 2;
	color: #333;
}

.asny_lxwm_fr {
	width: 53%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.asny_lxwm1 {
	margin-top: 3.5%;
}

.asny_lxwm1_ft {
	font-size: 1.7rem;
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.asny_lxwm1_fb {
	margin-top: 3%;
}

.asny_lxwm1_fb ul {
	overflow: hidden;
}

.asny_lxwm1_fb li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
}

.asny_lxwm1_fb li:nth-child(3n) {
	margin-right: 0;
}

.asny_lxwm1_fb li input {
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
}

.asny_lxwm1_fb li.lianxiliuyanneirong {
	width: 100%;
	margin-right: 0;
}

.asny_lxwm1_fb li input::-webkit-input-placeholder {
	color: #666;
}

.asny_lxwm1_fb li textarea {
	font-size: 16px;
	line-height: 45px;
	color: #666;
	background: #f5f5f5;
	width: 100%;
	padding: 0 20px !important;
	border: 0;
	border: 1px solid #ced4da;
	outline: none;
	font-family: 'Microsoft YaHei, arial, 宋体, sans-serif';
}

.asny_lxwm1_fb li textarea::-webkit-input-placeholder {
	color: #666;
}

.lianxinyliuyan_tijiao {
	text-align: center;
}

.lianxinyliuyan_tijiao input {
	width: 150px;
	font-size: 16px;
	cursor: pointer;
	line-height: 40px;
	color: #fff;
	background: #187f3a;
	outline: none;
	border: 0;
	margin: 0 auto;
	border-radius: 4px;
}

/*地图*/
.map-box {
	height: 100%;
}

.contact-map {
	height: 100%;
}

.amap-logo img {
	display: none;
}

.amap-copyright {
	opacity: 0;
}

@media(max-width:1200px) {
	.asny_lxwm_fl_ft h3 {
		font-size: 26px;
	}

	.asny_lxwm_fl_ft h4 {
		font-size: 20px;
	}

	.asny_lxwm_fl_fc {
		font-size: 16px;
	}

	.asny_lxwm1_ft {
		font-size: 22px;
	}

	.asny_lxwm_fl_fb_fr h3 {
		font-size: 17x;
	}

	.asny_lxwm_fl_fb_fr h4 {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.asny_lxwm_fl {
		width: 100%;
	}

	.asny_lxwm_fr {
		width: 100%;
		margin-top: 15px;
		position: static;
		height: 300px;
	}

	.asny_lxwm1 {
		margin-top: 30px;
	}

	.asny_lxwm1_fb {
		margin-top: 20px;
	}
}

@media(max-width:468px) {
	.asny_lxwm_fl_ft h3 {
		font-size: 22px;
	}

	.asny_lxwm_fl_ft h4 {
		font-size: 18px;
	}

	.asny_lxwm1_ft {
		font-size: 18px;
	}

	.asny_lxwm_fl_fb_fl {
		width: 100%;
	}

	.asny_lxwm_fl_fb_fr {
		width: 100%;
		margin-top: 10px;
		margin-left: 0;
	}

	.asny_lxwm1_fb li {
		width: 100%;
	}

	.asny_lxwm1 {
		margin-top: 25px;
	}

	.asny_lxwm1_fb {
		margin-top: 15px;
	}
}

/*内页详情页面公用样式*/
.icon-font {
	position: relative;
}

.icon-font:after {
	content: "";
	width: 30px;
	height: 30px;
	background-image: url();
	background-repeat: no-repeat;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}

.aspg-detail-title {
	font-size: 20px;
	color: #363636;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.7;
}

.aspg-detail-info-bar {
	font-size: 15px;
	font-family: Arial;
	color: #666;
	line-height: 35px;
	border-bottom: 1px dashed #cfcfcf;
	margin-bottom: 20px;
	display: flex;
}

.aspg-detail-info-bar .baidu-share {
	float: left;
	margin-left: 25px;
	margin-top: 7px;
}

.aspg-detail-info-bar .detail-info-time {
	float: left;
	margin-right: 20px;
	position: relative;
	padding-left: 25px;
}

.aspg-detail-info-bar .detail-info-time i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.aspg-detail-info-bar .detail-info-time i:after {
	background: url(../images/tongyongshijian_hui.png) no-repeat center;
	background-size: 18px;
}

.aspg-detail-info-bar .detail-info-numbers {
	float: left;
	position: relative;
	padding-left: 25px;
}

.aspg-detail-info-bar .detail-info-numbers i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.aspg-detail-info-bar .detail-info-numbers i:after {
	background: url(../images/tongyongchakan_hui.png) no-repeat center;
	background-size: 22px;
}

.aspg-detail-info-bar .aspg-file-down {
	float: right;
	position: relative;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title i {
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 10px);
	left: 0;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title i:after {
	background-position: 0 -630px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-title:hover {
	color: #187f3a;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list {
	position: absolute;
	z-index: 9999;
	width: 250%;
	right: 0;
	background: #fff;
	display: none;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li {
	padding: 10px 0;
	border-top: 1px dashed #cfcfcf;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .icon {
	float: left;
	font-size: 40px;
	line-height: 40px;
	margin-right: 5px;
	height: 40px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con {
	overflow: hidden;
	line-height: 1;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 20px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con a {
	font-size: 12px;
}

.aspg-detail-info-bar .aspg-file-down .file-down-list li .list-con a:hover {
	color: #187f3a;
}

.aspg-detail-con-title {
	margin: 20px 0 10px 0;
}

.aspg-detail-con-title span {
	display: inline-block;
	font-size: 18px;
	color: #187f3a;
}

.aspg-detail-con {
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-align: left !important;
}

.aspg-detail-con img,
.aspg-detail-con p img {
	max-width: 100% !important;
	height: auto !important;
}

.aspg-detail-tags {
	margin-top: 40px;
}

.aspg-detail-tags .tags-title {
	border-bottom: 1px solid #c3c3c3;
	position: relative;
}

.aspg-detail-tags .tags-title h3 {
	display: inline-block;
	padding: 0 30px;
	font-size: 16px;
	color: #187f3a;
	line-height: 40px;
	border-bottom: 3px solid #187f3a;
	margin-bottom: -1px;
}

.aspg-detail-tags .tags-title .baidu-share {
	position: absolute;
	right: 0;
	top: 8px;
}

.aspg-detail-tags .tags-content {
	padding-top: 12px;
}

.aspg-detail-tags .tags-content a {
	font-size: 12px;
	color: #2f2f2f;
	display: inline-block;
	margin-right: 9px;
	background: #f4f4f4;
	line-height: 28px;
	padding: 0 15px;
}

.aspg-detail-tags .tags-content a:hover {
	color: #187f3a;
}

.aspg-detail-url {
	margin-top: 15px;
}

.aspg-detail-url a {
	word-break: break-all;
}

.aspg-detail-article p {
	margin: 10px 0 20px 0;
	line-height: 24px;
}

.aspg-detail-pn {
	margin-top: 30px;
}

.aspg-detail-pn div+div {
	margin-top: 15px;
}

.aspg-detail-pn div {
	line-height: 22px;
	padding: 10px;
	position: relative;
	display: flex;
	border: 1px solid #eeeeee;
}

.aspg-detail-pn div b {
	font-size: 14px;
	color: #187f3a;
	float: left;
	font-weight: normal;
}

.aspg-detail-pn div a {
	float: left;
	width: 75%;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-detail-pn div a:hover {
	color: #187f3a;
}

@media (max-width: 600px) {
	.aspg-detail-pn div a {
		width: 60%;
	}

	.aspg-detail-title {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.aspg-detail-pn div a {
		width: 50%;
	}
}

.aspg-detail-pn div span {
	position: absolute;
	right: 20px;
	top: 11px;
	font-size: 14px;
	color: #666666;
}

/*公司简介*/
.ny_about_1_fb {
	overflow: hidden;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_about_1_fb_fl {
	width: 48%;
	overflow: hidden;
}

.ny_about_1_fb_fl .img {
	overflow: hidden;
	cursor: pointer;
}

.ny_about_1_fb_fl img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_about_1_fb_fl .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.ny_about_1_fb_fr {
	width: 48%;
}

.ny_about_1_fb_fr_ft {
	position: relative;
}

.ny_about_1_fb_fr_ft h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #333;
	position: absolute;
	left: 0;
	top: 50%;
	padding-bottom: 2%;
	border-bottom: 2px solid #187f3a;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_about_1_fb_fr_ft h4 {
	font-size: 6rem;
	line-height: 1;
	font-family: 'Arial';
	font-weight: bold;
	color: transparent;
	text-align: right;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.25);
}

.ny_about_1_fb_fr_fc {
	font-size: 16px;
	line-height: 1.8;
	color: #4c4c4c;
	margin-top: 4%;
}

.ny_about_2 {
	padding: 3% 0;
	background: #f7f8fa;
	margin-top: 3%;
}

.ny_about_2_ft h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	color: #333;
}

.ny_about_2_ft h4 {
	font-size: 1.2rem;
	line-height: 1.5;
	color: #666;
	margin-top: 1%;
}

.ny_about_2_fb {
	margin-top: 3%;
}

.ny_about_2_fb ul {
	overflow: hidden;
}

.ny_about_2_fb li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

.ny_about_2_fb li:nth-child(4n) {
	margin-right: 0;
}

.ny_about_2_fb li:nth-child(n+5) {
	margin-top: 2%;
}

.ny_about_2_fb li .img {
	overflow: hidden;
}

.ny_about_2_fb li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_about_2_fb li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

@media(max-width:991px) {
	.ny_about_1 {
		margin-top: 3%;
	}

	.ny_about_1_fb_fr {
		width: 100%;
	}

	.ny_about_1_fb_fr_ft h3 {
		font-size: 24px;
		padding-bottom: 10px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 65px;
		text-align: left;
		text-indent: .8em;
	}

	.ny_about_1_fb_fr_fc {
		margin-top: 5px;
	}

	.ny_about_1_fb_fl {
		width: 100%;
		margin-top: 10px;
	}

	.ny_about_2_ft h3 {
		font-size: 22px;
	}

	.ny_about_2_fb li {
		width: 49%;
	}

	.ny_about_2_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_about_2_fb li:nth-child(n+3) {
		margin-top: 2%;
	}

	.ny_about_2_ft h4 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.ny_about_1 {
		margin-top: 25px;
	}

	.ny_about_2 {
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_about_2_ft h4 {
		font-size: 16px;
	}
}

@media(max-width:468px) {
	.ny_about_1_fb_fr_ft h3 {
		padding-bottom: 5px;
	}

	.ny_about_1_fb_fr_ft h4 {
		font-size: 6.6rem;
		text-indent: 0;
		text-align: right;
	}
}



/*合作客户*/
.ny_page_hezuokehu ul {
	overflow: hidden;
}

.ny_page_hezuokehu li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	text-align: center;
}

.ny_page_hezuokehu li:nth-child(4n) {
	margin-right: 0;
}

.ny_page_hezuokehu li:nth-child(n+5) {
	margin-top: 10px;
}

.ny_page_hezuokehu li .img {
	overflow: hidden;
	border: 1px solid #ddd;
}

.ny_page_hezuokehu li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_page_hezuokehu li .wz {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}

/*.ny_page_hezuokehu li:hover .img {*/
/*	border-color: #187f3a;*/
/*}*/

/*.ny_page_hezuokehu li:hover .img img {*/
/*	transform: scale(1.1);*/
/*	-webkit-transform: scale(1.1);*/
/*	-moz-transform: scale(1.1);*/
/*	-o-transform: scale(1.1);*/
/*	-ms-transform: scale(1.1);*/
/*}*/

.ny_page_hezuokehu li:hover .wz {
	color: #187f3a;
}

@media(max-width:768px) {
	.ny_page_hezuokehu li {
		width: 49%;
	}

	.ny_page_hezuokehu li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_page_hezuokehu li:nth-child(n+3) {
		margin-top: 10px;
	}
}

/*企业风采*/
.ny_page_qiyefengcai ul {
	overflow: hidden;
}

.ny_page_qiyefengcai li {
	width: 32%;
	margin-right: 2%;
	float: left;
	text-align: center;
}

.ny_page_qiyefengcai li:nth-child(3n) {
	margin-right: 0;
}

.ny_page_qiyefengcai li:nth-child(n+4) {
	margin-top: 10px;
}

.ny_page_qiyefengcai li .img {
	overflow: hidden;
	border: 1px solid #ddd;
}

.ny_page_qiyefengcai li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_page_qiyefengcai li .wz {
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}

.ny_page_qiyefengcai li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.ny_page_qiyefengcai li:hover .wz {
	color: #187f3a;
}

@media(max-width:768px) {
	.ny_page_qiyefengcai li {
		width: 49%;
	}

	.ny_page_qiyefengcai li:nth-child(3n) {
		margin-right: 2%;
	}

	.ny_page_qiyefengcai li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_page_qiyefengcai li:nth-child(n+3) {
		margin-top: 10px;
	}
}

/*企业文化*/
.ny_page_qiyewenhua li {
	background: #f6f6f6;
}

.ny_page_qiyewenhua li:nth-child(n+2) {
	margin-top: 15px;
}

.ny_page_qiyewenhua li:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ny_page_qiyewenhua li .img {
	width: 50%;
}

.ny_page_qiyewenhua li .img img {
	width: 100% !important;
}

.ny_page_qiyewenhua li .wz {
	width: 50%;
	padding: 3%;
}

.ny_page_qiyewenhua li .wz h3 {
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.ny_page_qiyewenhua li .wz h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 3rem;
	height: 3px;
	background: #187f3a;
}

.ny_page_qiyewenhua li .wz h4 {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-top: 3%;
}

@media(max-width:991px) {
	.ny_page_qiyewenhua li .wz {
		padding: 2%;
	}

	.ny_page_qiyewenhua li .wz h3 {
		font-size: 20px;
	}

	.ny_page_qiyewenhua li .wz h3::before {
		width: 40px;
	}
}

@media(max-width:768px) {
	.ny_page_qiyewenhua li .img {
		width: 100%;
	}

	.ny_page_qiyewenhua li .wz {
		width: 100%;
		padding: 15px;
	}

	.ny_page_qiyewenhua li .wz h4 {
		margin-top: 10px;
	}
}

/*行业应用*/
.ny_page_hangyeyingyong_liebiao {
	overflow: hidden;
}

.ny_page_hangyeyingyong_liebiao li {
	width: 23.5%;
	margin-right: 2%;
	float: left;
	text-align: center;
	border: 1px solid #dfdfdf;
	border-radius: 15px;
	overflow: hidden;
	background: #187f3a;
}

.ny_page_hangyeyingyong_liebiao li:nth-child(4n) {
	margin-right: 0;
}

.ny_page_hangyeyingyong_liebiao li:nth-child(n+5) {
	margin-top: 2%;
}

.ny_page_hangyeyingyong_liebiao li .img {
	overflow: hidden;
}

.ny_page_hangyeyingyong_liebiao li .img img {
	width: 100% !important;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ny_page_hangyeyingyong_liebiao li:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.ny_page_hangyeyingyong_liebiao li .wz {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

@media(max-width:768px) {
	.ny_page_hangyeyingyong_liebiao li {
		width: 49%;
	}

	.ny_page_hangyeyingyong_liebiao li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_page_hangyeyingyong_liebiao li:nth-child(n+3) {
		margin-top: 2%;
	}
}





/*联系我们*/
.lianxiwomen_a1_ft {
	font-size: 1.5rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.lianxiwomen_a1_fb {
	margin-top: 3%;
}

.lianxiwomen_a1_fb ul {
	overflow: hidden;
}

.lianxiwomen_a1_fb li {
	width: 32%;
	margin-right: 2%;
	float: left;
	padding: 2%;
	border: 1px solid #E0E0E0;
}

.lianxiwomen_a1_fb li:nth-child(3n) {
	margin-right: 0;
}

.lianxiwomen_a1_fb li h3 {
	font-size: 1.2rem;
	line-height: 2;
	color: #0192d1;
	/*font-weight: bold;*/
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.lianxiwomen_a1_fb li h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-top: 5%;
}

.lianxiwomen_a2 {
	margin: 3% 0;
}

@media(max-width:991px) {
	.lianxiwomen_a1_ft {
		font-size: 20px;
	}

	.lianxiwomen_a1 {
		margin-top: 3%;
	}

	.lianxiwomen_a1_fb li h3 {
		font-size: 18px;
	}
}

@media(max-width:768px) {
	.lianxiwomen_a1 {
		margin-top: 25px;
	}

	.lianxiwomen_a1_fb {
		margin-top: 15px;
	}

	.lianxiwomen_a1_fb li {
		width: 100%;
		padding: 15px;
		margin-bottom: 15px;
	}

	.lianxiwomen_a1_fb li:last-child {
		margin-bottom: 0;
	}

	.lianxiwomen_a1_fb li h4 {
		margin-top: 15px;
	}

	.lianxiwomen_a2 {
		margin: 25px 0;
	}
}

@media(max-width:468px) {
	.lianxiwomen_a1_ft {
		font-size: 18px;
	}
}


.map-box {
	min-height: 20rem;
	height: 100%;
}

.contact-map {
	height: 100%;
}

.amap-logo img {
	display: none;
}

.amap-copyright {
	opacity: 0;
}

@media(max-width:768px) {
	.map-box {
		min-height: 240px;
	}
}

/*位置*/
.page_danye_weizhi {
	font-size: 16px;
	line-height: 2;
	color: #666;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.page_danye_weizhi_con {
	padding-left: 35px;
	background: url(../images/img/icon-weizhi.png) no-repeat left center;
	background-size: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page_danye_weizhi a {
	color: #666;
}

.page_danye_weizhi a:hover {
	color: #187f3a;
}

@media(max-width:768px) {
	.page_danye_weizhi {
		padding: 15px 0;
	}

	.page_danye_weizhi_con {
		padding-left: 25px;
		background-size: 20px;
	}
}

@media(max-width:468px) {
	.page_danye_weizhi {
		font-size: 15px;
	}
}

/*详情页是都显示侧边栏*/
@media (min-width: 990px) {
	.alxiangqingyefenleidaohang {
		display: none;
	}

	.ny_chanpinzhongxin_navcebian {
		display: none;
	}
}

/*产品详情页*/
.page-product-detail-box {
	overflow: hidden;
}

.page-product-detail-effect-left {
	float: left;
	width: 41%;
	overflow: hidden;
	border: 1px solid #eee;
	position: relative;
}

.page-product-detail-effect-left-li a {
	height: 100%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page-product-detail-effect-left-li a img {
	max-width: 100%;
}

.page-product-detail-effect-left-btnl,.page-product-detail-effect-left-btnr{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 50%;
    z-index: 500;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}
.page-product-detail-effect-left-btnl{
    left: 1px;
	background-image: url(../images/img/page_product_btnl.png);
}
.page-product-detail-effect-left-btnr{
    right: 1px;
	background-image: url(../images/img/page_product_btnr.png);
}
.page-product-detail-right {
	width: 55%;
	float: right;
}

.page-product-detail-right>h1 {
	font-size: 22px;
	color: #0d0d0d;
	margin-bottom: 20px;
	font-weight: bold;
}

.product-detail-item li {
	font-size: 16px;
	line-height: 30px;
	color: #777272;
}

.product-detail-slick {
	position: relative;
	margin-top: 20px;
}

.product-detail-slick a.slick-item {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0;
	border: 1px solid #eee;
	position: relative;
}

.product-detail-slick a.slick-item img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
	border-color: #187f3a;
}

.product-detail-slick .owl-nav button {
	position: absolute;
	width: 27px;
	height: 27px;
	background: rgba(37, 37, 37, 0.6) !important;
	border-radius: 50%;
	text-align: center;
	line-height: 27px;
	top: 50%;
	margin-top: -13.5px;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	outline: none;
	border: none;
}

.product-detail-slick .owl-nav button .icon-font {
	width: 100%;
	height: 100%;
	display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
	background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
	background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
	left: 0;
}

.product-detail-slick .owl-prev:after {
	background-position: 0 0;
}

.product-detail-slick .owl-next {
	right: 0;
}

.product-detail-slick:hover .owl-nav button {
	opacity: 1;
}

.page-product-inquiry {
	margin-top: 30px;
}

.page-product-inquiry a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	background: #187f3a;
	padding: .5em 1.875em;
	border-radius: 2em;
}

.page-product-inquiry a:hover {
	opacity: .8;
}

.product-detail-tab {
	margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
	border: 1px solid #eee;
	line-height: 38px;
	display: flex;
}

.product-detail-tab .product-detail-tabli li {
	float: left;
	min-width: 20%;
	padding: 0 20px;
	text-align: center;
	font-size: 16px;
	color: #2f2f2f;
	cursor: pointer;
	border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on,
.product-detail-tab .product-detail-tabli li:visited,
.product-detail-tab .product-detail-tabli li:active {
	color: #187f3a;
	position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before,
.product-detail-tab .product-detail-tabli li:visited:before,
.product-detail-tab .product-detail-tabli li:active:before {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: -1px;
	top: -1px;
	border: 1px solid #187f3a;
}

.product-detail-tab .product-detail-tabcon {
	padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img,
.product-detail-tab .product-detail-tabcon p img {
	max-width: 100% !important;
	height: auto !important;
}

.ny_chanpinzhongxin1 {
	margin-top: 3.5%;
	margin-bottom: 3.5%;
}

.ny_chanpinzhongxin1 .product-detail-item {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.ny_chanpinzhongxin1 .product-detail-item li:nth-child(n+2) {
	margin-top: 10px;
}

.ny_chanpinzhongxin1 .product-detail-item li h3 {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
}

.ny_chanpinzhongxin1 .product-detail-item li h4 {
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-top: 8px;
	min-height: 14em;
}

.ny_chanpinzhongxin1_dianhua {
	font-size: 22px;
	color: #333;
	line-height: 1.5;
	margin: 20px 0;
	background: url(../images/img/chanpinzhongxinneiyedianhua.png) no-repeat left center;
	background-size: 28px;
	padding-left: 40px;
}

.ny_chanpinzhongxin1_dianhua span {
	color: #187f3a;
	font-weight: bold;
}

.ny_chanpinzhongxin1_zaixianzixun {
	max-width: 140px;
}

.ny_chanpinzhongxin1_zaixianzixun span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
}

.ny_chanpinzhongxin1_zaixianzixun span.span1 {
	width: 30px;
	height: 30px;
	background: url(../images/img/chanpinzhongxinzixuntubiao.png) no-repeat center;
	background-size: 28px;
	margin-right: 5px;
}

.ny_chanpinzhongxin1_zaixianzixun a {
	display: block;
	font-size: 0;
	background: #187f3a;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_chanpinzhongxin1_zaixianzixun a:hover {
	background: #10522d;
}

.ny_chanpinzhongxin2 {
	padding: 3.5% 0;
	margin-top: 3.5%;
}

.ny_chanpinzhongxin2_ft {
	text-align: center;
}

.ny_chanpinzhongxin2_ft h3 {
	font-size: 2.2rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}

.ny_chanpinzhongxin2_ft h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	margin-top: 5px;
}

.ny_chanpinzhongxin2_fb {
	margin-top: 3%;
}

.ny_chanpinzhongxin2_fb li {
	width: 23.875%;
	margin-right: 1.5%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 3%;
	position: relative;
	cursor: pointer;
	top: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_chanpinzhongxin2_fb li:hover {
	top: -8px;
}

.ny_chanpinzhongxin2_fb li:nth-child(4n) {
	margin-right: 0;
}

.ny_chanpinzhongxin2_fb li:nth-child(n+5) {
	margin-top: 1.5%;
}

.ny_chanpinzhongxin2_fb li h3 {
	font-size: 2.8rem;
	line-height: 1.5;
	color: #187f3a;
	font-weight: bold;
	position: relative;
	padding-bottom: 5px;
}

.ny_chanpinzhongxin2_fb li h3::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 26px;
	height: 2px;
	background: #187f3a;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ny_chanpinzhongxin2_fb li h4 {
	font-size: 19px;
	line-height: 2;
	color: #333;
	margin-top: 10px;
}

.ny_chanpinzhongxin3 {
	padding: 3.5% 0;
}

.ny_chanpinzhongxin3_fb {
	margin-top: 3%;
}

.ny_chanpinzhongxin3_fb ul {
	font-size: 0;
}

.ny_chanpinzhongxin3_fb li {
	width: 32%;
	margin-right: 2%;
	border: 1px solid #dfdfdf;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ny_chanpinzhongxin3_fb_sige li {
	width: 23.875%;
	margin-right: 1.5%;
}

.ny_chanpinzhongxin3_fb li:nth-child(3n) {
	margin-right: 0;
}

.ny_chanpinzhongxin3_fb_sige li:nth-child(3n) {
	margin-right: 1.5%;
}

.ny_chanpinzhongxin3_fb_sige li:nth-child(4n) {
	margin-right: 0;
}

.ny_chanpinzhongxin3_fb li:nth-child(n+4) {
	margin-top: 2%;
}

.ny_chanpinzhongxin3_fb_sige li:nth-child(n+4) {
	margin-top: 0;
}

.ny_chanpinzhongxin3_fb_sige li:nth-child(n+5) {
	margin-top: 1.5%;
}

.ny_chanpinzhongxin3_fb li .img {
	overflow: hidden;
}

.ny_chanpinzhongxin3_fb li .img img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.ny_chanpinzhongxin3_fb li:hover .img img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.ny_chanpinzhongxin3_fb li .wz {
	position: relative;
	padding: 10px 0 10px;
	border-top:1px solid #dfdfdf;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ny_chanpinzhongxin3_fb li .wz h3{
	font-size: 18px;
	text-align: left;
	line-height: 35px;
	color: #333;
	padding-left: 20px;
	padding-right: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ny_chanpinzhongxin3_fb li .wz h3 span {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../images/img/chanpinzhongxin_btnhei.png) no-repeat center;
	background-size: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_chanpinzhongxin3_fb li .wz h4{
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	color: #999;
	padding-left: 20px;
	padding-right: 45px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ny_chanpinzhongxin3_fb li:hover{
	background: #187f3a;
	border-color: #187f3a;
}

.ny_chanpinzhongxin3_fb li:hover .wz{
	border-top-color: #187f3a;
}

.ny_chanpinzhongxin3_fb li:hover .wz h3{
	color: #fff;
}

.ny_chanpinzhongxin3_fb li:hover .wz h4{
	color: #fff;
}

.ny_chanpinzhongxin3_fb li:hover .wz h3 span {
	background: url(../images/img/chanpinzhongxin_btnbai.png) no-repeat center;
	background-size: 30px;
}
.ny_chanpinzhongxin4 {
	padding: 3.5% 0;
}

.ny_chanpinzhongxin4_fb {
	margin-top: 3%;
	font-size: 16px;
	line-height: 2;
	color: #666;
	overflow: hidden;
}

.ny_chanpinzhongxin4_fb img {
	max-width: 100% !important;
	height: auto !important;
}

.ny_chanpinzhongxin4_fb table {
	width: 100%;
	margin: 0 auto;
}

.ny_chanpinzhongxin4_fb table td {
	padding: 5px 5px;
}


.ny_chanpinzhongxin5 {
	margin-top: 4%;
}

.ny_chanpinzhongxin5_fb {
	margin-top: 3%;
}

.ny_chanpinzhongxin5_fb ul {
	font-size: 0;
}

.ny_chanpinzhongxin5_fb li {
	width: 23.875%;
	margin-right: 1.5%;
	border: 1px solid #ccc;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.ny_chanpinzhongxin5_fb li:nth-child(4n) {
	margin-right: 0;
}

.ny_chanpinzhongxin5_fb li .img {
	overflow: hidden;
}

.ny_chanpinzhongxin5_fb li .img img {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ny_chanpinzhongxin5_fb li .wz {
	font-size: 16px;
	line-height: 2;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.ny_chanpinzhongxin5_fb li:hover .img img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.ny_chanpinzhongxin5_fb li:hover .wz {
	background: #187f3a;
	color: #fff;
}

.ny_chanpinzhongxin_xiangqing_li:nth-child(2) {
	background:#187f3a url(../images/img/page_product_bj1.jpg) no-repeat center;
	background-size: cover;
}

.ny_chanpinzhongxin_xiangqing_li:nth-child(4) {
	background:#187f3a url(../images/img/page_product_bj2.jpg) no-repeat center;
	background-size: cover;
}

.ny_chanpinzhongxin_xiangqing_li:nth-child(6) {
	background:#187f3a url(../images/img/page_product_bj1.jpg) no-repeat center;
	background-size: cover;
}

.ny_chanpinzhongxin_xiangqing_li:nth-child(2n) .ny_chanpinzhongxin2_ft h3{
	color: #fff;
}

.ny_chanpinzhongxin_xiangqing_li:nth-child(2n) .ny_chanpinzhongxin2_ft h4{
	color: #fff;
}

.ny_chanpinzhongxin_xiangqing_li:nth-child(2n) .ny_chanpinzhongxin4_fb{
	color: #fff;
}


.ny_chanpinzhongxin_xiangqing_li.ny_page_product_customer_case{
	background:#fff;
}

.ny_chanpinzhongxin_xiangqing_li.ny_page_product_customer_case .ny_chanpinzhongxin2_ft h3{
	color: #333;
}

.ny_chanpinzhongxin_xiangqing_li.ny_page_product_customer_case .ny_chanpinzhongxin2_ft h4{
	color: #333;
}

.ny_chanpinzhongxin_xiangqing_li.ny_page_product_customer_case .ny_chanpinzhongxin3_fb ul{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_chanpinzhongxin_xiangqing_li.ny_page_product_customer_case .ny_chanpinzhongxin3_fb li{
	cursor: pointer;
}

.ny_chanpinzhongxin_xiangqing_li.ny_page_product_customer_case .ny_chanpinzhongxin3_fb li:hover{
	background: #fff;
}

.ny_chanpinzhongxin_xiangqing_li:nth-child(2n) .ny_chanpinzhongxin4_fb table{
	border-color: #fff;
}

.ny_page_product_technical_parameter{
	background: #f6f6f6!important;
}

.ny_page_product_technical_parameter .ny_chanpinzhongxin2_ft h3{
	color: #333!important;
}

.ny_page_product_technical_parameter  .ny_chanpinzhongxin4_fb{
	color: #333!important;
	background: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, .15);
}

.ny_page_product_technical_parameter  .ny_chanpinzhongxin4_fb table{
	border-color: rgba(0,0,0,0)!important;
}

.ny_page_product_technical_parameter  .ny_chanpinzhongxin4_fb table tr:nth-child(1){
	background: #187f3a;
	color: #fff;
}

.ny_page_product_technical_parameter  .ny_chanpinzhongxin4_fb table tr:nth-child(n+2) td:nth-child(2n){
	background: #eff0f1;
}

.ny_page_product_technical_parameter  .ny_chanpinzhongxin4_fb table tr:last-child{
	border-top: 1px solid rgba(0, 0, 0, .09)!important;
}

@media(max-width:1280px){
	.ny_chanpinzhongxin2_fb li h4 {
		font-size: 17px;
	}
}

@media(max-width:1080px) {
	.ny_chanpinzhongxin1_dianhua {
		font-size: 20px;
	}
}

@media(max-width:991px) {
	.ny_chanpinzhongxin2_fb li h3 {
		font-size: 32px;
	}

	.page-product-detail-effect-left {
		float: none;
		width: 100%;
		margin-bottom: 15px;
		pointer-events: none;
	}

	.page-product-detail-right {
		width: 100%;
		float: none;
	}

	.ny_chanpinzhongxin1 .product-detail-item li h3 {
		font-size: 18px;
	}

	.ny_chanpinzhongxin1 .product-detail-item li h4 {
		min-height: auto;
	}

	.page-product-detail-right>h1 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.ny_chanpinzhongxin1 .product-detail-item {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.ny_chanpinzhongxin1_dianhua {
		font-size: 18px;
		margin: 15px 0;
	}

	.ny_chanpinzhongxin3_fb li .wz h3{
		font-size: 17px;
	}

	.ny_chanpinzhongxin3_fb li .wz h4{
		font-size: 15px;
	}
}

@media(max-width:768px) {
	.product-detail-tab .product-detail-tabli li {
		font-size: 16px;
		line-height: 34px;
	}

	.ny_chanpinzhongxin1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ny_chanpinzhongxin1 .product-detail-item li h3 {
		font-size: 17px;
	}

	.ny_chanpinzhongxin2 {
		margin-top: 30px;
		padding: 30px 0;
	}

	.ny_chanpinzhongxin2_ft h3 {
		font-size: 24px;
	}

	.ny_chanpinzhongxin2_ft h4 {
		font-size: 16px;
	}

	.ny_chanpinzhongxin2_fb {
		margin-top: 15px;
	}

	.ny_chanpinzhongxin2_fb li {
		width: 49%;
		margin-right: 2%;
	}

	.ny_chanpinzhongxin2_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_chanpinzhongxin2_fb li:nth-child(n+3) {
		margin-top: 2%;
	}

	.ny_chanpinzhongxin3 {
		padding: 30px 0;
	}

	.ny_chanpinzhongxin3_fb {
		margin-top: 15px;
	}

	.ny_chanpinzhongxin3_fb li {
		width: 49%;
	}

	.ny_chanpinzhongxin3_fb li:nth-child(3n) {
		margin-right: 2%;
	}

	.ny_chanpinzhongxin3_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_chanpinzhongxin3_fb li:nth-child(n+3) {
		margin-top: 2%;
	}

	.ny_chanpinzhongxin3_fb li .wz h3{
		font-size: 17px;
	}

	.ny_chanpinzhongxin3_fb li .wz h3{
		font-size: 15px;
	}

	.ny_chanpinzhongxin4 {
		padding: 30px 0;
	}

	.ny_chanpinzhongxin4_fb {
		margin-top: 15px;
	}

	.ny_chanpinzhongxin5 {
		margin-top: 30px;
	}

	.ny_chanpinzhongxin5_fb {
		margin-top: 15px;
	}

	.ny_chanpinzhongxin5_fb li {
		width: 49%;
		margin-right: 2%;
	}

	.ny_chanpinzhongxin5_fb li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_chanpinzhongxin5_fb li:nth-child(n+3) {
		margin-top: 2%;
	}

	.page-product-inquiry a {
		font-size: 14px;
	}

	.page-product-detail-right>h1 {
		font-size: 18px;
	}

	.ny_chanpinzhongxin4_fb {
		overflow: auto;
	}

	.ny_chanpinzhongxin3_fb_sige li {
		width: 49%;
		margin-right: 2%;
	}

	.ny_chanpinzhongxin3_fb_sige li:nth-child(3n) {
		margin-right: 2%;
	}

	.ny_chanpinzhongxin3_fb_sige li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_chanpinzhongxin3_fb_sige li:nth-child(n+3) {
		margin-top: 2%;
	}

	.ny_chanpinzhongxin4_fb .biaogewaikuang {
		overflow: scroll;
	}

	.ny_chanpinzhongxin4_fb table {
		width: 738px;
	}

	.ny_chanpinzhongxin4_fb table td {
		font-size: 15px;
	}
}

@media(max-width:468px) {
	.product-detail-tab .product-detail-tabli li {
		font-size: 16px;
		line-height: 34px;
	}

	.ny_chanpinzhongxin1 {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ny_chanpinzhongxin1_dianhua {
		background-size: 23px;
		font-size: 18px;
		padding-left: 25px;
	}

	.ny_chanpinzhongxin2 {
		margin-top: 25px;
		padding: 25px 0;
	}

	.ny_chanpinzhongxin2_ft h3 {
		font-size: 22px;
	}

	.ny_chanpinzhongxin2_fb li {
		padding: 10px;
	}

	.ny_chanpinzhongxin2_fb li h3 {
		font-size: 25px;
	}

	.ny_chanpinzhongxin2_fb li h4 {
		font-size: 15px;
	}

	.ny_chanpinzhongxin3 {
		padding: 25px 0;
	}

	.ny_chanpinzhongxin3_fb li {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.ny_chanpinzhongxin3_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.ny_chanpinzhongxin3_fb li .wz h3{
		font-size: 16px;
		padding-left: 10px;
		padding-right: 30px;
	}

	.ny_chanpinzhongxin3_fb li .wz h3 span {
		width: 25px;
		height: 25px;
		background-size: 25px;
		right: 5px;
	}

	.ny_chanpinzhongxin3_fb li .wz h4{
		padding-left: 10px;
		padding-right: 30px;
	}

	.ny_chanpinzhongxin3_fb li:hover .wz h3 span {
		background-size: 25px;
	}

	.ny_chanpinzhongxin4 {
		padding: 25px 0;
	}

	.ny_chanpinzhongxin5 {
		margin-top: 25px;
	}

	.ny_chanpinzhongxin5_fb li .wz {
		font-size: 15px;
	}

	.ny_chanpinzhongxin3_fb_sige li {
		width: 100% !important;
		margin-right: 0% !important;
	}

	.ny_chanpinzhongxin3_fb_sige li:nth-child(n+2) {
		margin-top: 15px;
	}
}



.page_product_application_area_swiper_list{
	position: relative;
}
.page_product_application_area_swiper_list_nnnn{
	overflow: hidden;
	padding: 1px;
}

.page_product_application_area_swiper_list li{
	margin-top: 0!important;
	height: auto;
}

.page_product_application_area_swiper_list_btnr,.page_product_application_area_swiper_list_btnl{
	width:40px;
	height: 40px;
	border: 1px solid #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}
.page_product_application_area_swiper_list_btnr{
	right: -60px;
	background-image: url(../images/img/page_product_btnr.png);
}
.page_product_application_area_swiper_list_btnl{
	left: -60px;
	background-image: url(../images/img/page_product_btnl.png);
}

@media(max-width:1500px){
	.page_product_application_area_swiper_list_btnr{
		right: -50px;
	}

	.page_product_application_area_swiper_list_btnl{
		left: -50px;
	}
}

@media(max-width:1440px){
	.page_product_application_area_swiper_list{
		padding: 0 10px;
	}

	.page_product_application_area_swiper_list_btnr{
		right: -40px;
	}

	.page_product_application_area_swiper_list_btnl{
		left: -40px;
	}
}

@media(max-width:1280px){
	.page_product_application_area_swiper_list{
		padding: 0 30px;
	}

	.page_product_application_area_swiper_list_btnr{
		right: -20px;
	}

	.page_product_application_area_swiper_list_btnl{
		left: -20px;
	}
}

@media(max-width:991px){
	.page_product_application_area_swiper_list{
		padding: 0;
	}

	.page_product_application_area_swiper_list_btnr{
		display: none;
	}

	.page_product_application_area_swiper_list_btnl{
		display: none;
	}
}


@media(max-width:468px){
	.page_product_application_area_swiper_list li{
		margin-right: 10px!important;
	}
}


/*左侧推荐产品*/
.as-left-tuijiancp {
	margin-bottom: 20px;
}

.aspg-left-title-fb {
	margin-top: 15px;
}

.aspg-left-title-fb li {
	width: 100%;
	height: 290px;
	border: 1px solid #dfdfdf;
	text-align: center;
	margin-top: 15px;
	background: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.aspg-left-title-fb li a{
	display: block;
}

.aspg-left-title-fb li .img {
	overflow: hidden;
}

.aspg-left-title-fb li .img img {
	width: 100%;
}

.aspg-left-title-fb li .wz {
	font-size: 16px;
	line-height: 2;
	color: #666;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.aspg-left-title-fb li:hover {
	border: 1px solid #187f3a;
}

@media(max-width:991px) {
	.as-left-tuijiancp {
		display: none;
	}
}

/*案例详情页*/
.product-detail-tab_al {
	margin-top: 0;
}

.xqy_al_imgzs {
	text-align: center;
	margin-bottom: 25px;
}

@media (min-width: 992px) {
	.alxiangqingyefenleidaohang {
		display: none;
	}

	.ny_chanpinzhongxin_navcebian {
		display: none;
	}
}

.page_case_neirong_height {
	min-height: 640px;
}

.page_case_neirong_tuji_ul{
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.page_case_neirong_tuji_li{
	width: 49%;
	margin-right: 2%;
}

.page_case_neirong_tuji_li:nth-child(2n){
	margin-right: 0;
}

.page_case_neirong_tuji_li:nth-child(n+3){
	margin-top: 2%;
}

@media(max-width:468px){
	.page_case_neirong_tuji_li{
		width: 100%;
		margin-right: 0;
	}

	.page_case_neirong_tuji_li:nth-child(n+2){
		margin-top: 15px;
	}
}

.alxiangqingye_con {
	overflow: hidden;
}

.alxiangqingye .page-wrap-right {
	float: left;
	background: #fff;
}

.alxiangqingye .page-wrap-left {
	float: right;
	margin-right: 0;
}

.alxiangqingye .aspg-detail-title {
	padding: 20px 20px 0;
}

.alxiangqingye .aspg-detail-info-bar {
	margin: 0 20px;
}

.alxiangqingye .product-detail-tab .product-detail-tabcon {
	padding: 20px 20px;
}

.as-shangxiaye {
	border-top: 1px solid #dedede;
}

.as-shangxiaye ul {
	overflow: hidden;
}

.as-shangxiaye li {
	width: 50%;
	float: left;
	text-align: center;
	padding: 5px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.as-shangxiaye li:nth-child(2) {
	border-left: 1px solid #dedede;
}

.as-shangxiaye li a {
	font-size: 16px;
	line-height: 40px;
	color: #333;
}

.as-shangxiaye li a:hover {
	color: #187f3a;
}

.xiangqingye_xiangguantujian {
	margin-top: 20px;
}

.xiangqingye_xiangguantujian_ft {
	font-size: 1.4rem;
	line-height: 2;
	color: #187f3a;
	position: relative;
	padding-bottom: 5px;
}

.xiangqingye_xiangguantujian_ft::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #187f3a;
}

.xiangqingye_xiangguantujian_fb {
	margin-top: 20px;
	background: #fff;
	padding: 20px;
}

.xiangqingye_xiangguantujian_fb ul::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background: #dedede;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.xiangqingye_xiangguantujian_fb ul {
	overflow: hidden;
	position: relative;
}

.xiangqingye_xiangguantujian_fb li {
	width: 48%;
	float: left;
	overflow: hidden;
}

.xiangqingye_xiangguantujian_fb li:nth-child(2n) {
	float: right;
}

.xiangqingye_xiangguantujian_fb li a {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.xiangqingye_xiangguantujian_fb li .img {
	float: left;
	width: 48%;
}

.xiangqingye_xiangguantujian_fb li .wz {
	float: right;
	width: 48%;
}

.xiangqingye_xiangguantujian_fb li .wz h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xiangqingye_xiangguantujian_fb li .wz h4 {
	font-size: 14px;
	line-height: 2;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.xiangqingye_xiangguantujian_fb li:hover .wz h3 {
	color: #187f3a;
}

.xiangqingye_jinqizixun_fb {
	background: #fff;
	margin-top: 20px;
	padding: 20px;
}

.xiangqingye_jinqizixun_fb ul {
	overflow: hidden;
	position: relative;
}

.xiangqingye_jinqizixun_fb ul::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	background: #dedede;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.xiangqingye_jinqizixun_fb li {
	float: left;
	width: 48%;
}

.xiangqingye_jinqizixun_fb li:nth-child(2n) {
	float: right;
}

.xiangqingye_jinqizixun_fb li .wz h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	padding-left: 20px;
	position: relative;
	padding-right: 85px;
}

.xiangqingye_jinqizixun_fb li .wz h3 span {
	font-size: 14px;
	line-height: 2;
	color: #666 !important;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.xiangqingye_jinqizixun_fb li .wz h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	border: 2px solid #187f3a;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.xiangqingye_jinqizixun_fb li:hover .wz h3 {
	color: #187f3a;
}

@media(max-width:991px) {
	.xiangqingye_xiangguantujian_ft {
		font-size: 20px;
	}

	.page_case_neirong_height {
		min-height: auto;
	}
}

@media(max-width:768px) {
	.xiangqingye_xiangguantujian_fb ul::before {
		display: none;
	}

	.xiangqingye_xiangguantujian_fb li {
		width: 100%;
	}

	.xiangqingye_xiangguantujian_fb li:nth-child(n+2) {
		margin-top: 15px;
	}

	.xiangqingye_jinqizixun_fb ul::before {
		display: none;
	}

	.xiangqingye_jinqizixun_fb li {
		width: 100%;
	}
}

@media(max-width:468px) {
	.xiangqingye_xiangguantujian_fb li .img {
		width: 100%;
	}

	.xiangqingye_xiangguantujian_fb li .wz {
		width: 100%;
		margin-top: 10px;
	}

	.xiangqingye_xiangguantujian_fb li .wz h3 {
		font-size: 17px;
	}

	.as-shangxiaye li {
		width: 100%;
		text-align: left;
	}

	.as-shangxiaye li:nth-child(2) {
		border-top: 1px solid #dedede;
		border-left: 0px solid #dedede;
	}
}

/*单页导航*/
.page_danye_nav {
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0 6px 15px 0 #e9e9e9;
	box-shadow: 0 6px 15px 0 #e9e9e9;
}

.page_danye_nav ul {
	font-size: 0;
	text-align: center;
}

.page_danye_nav ul li {
	width: 16.666666%;
	display: inline-block;
}

.page_danye_nav ul li a {
	display: block;
	font-size: 1.1rem;
	color: #333;
	line-height: 2;
	padding: 26px 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	position: relative;
}

.page_danye_nav ul li:nth-child(1) a::before {
	display: none;
}

.page_danye_nav ul li a::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 25px;
	background: #187f3a;
}

.page_danye_nav ul li a .yuanquan {
	position: absolute;
	width: 18px;
	height: 18px;
	background: #fff;
	border: 3px solid #187f3a;
	border-radius: 50%;
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
	z-index: 2;
	opacity: 0;
}

.page_danye_nav ul li a .yuanquan::before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background: #187f3a;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.page_danye_nav ul li.active a,
.page_danye_nav ul li:hover a {
	color: #187f3a;
	font-weight: bold;
	border-bottom: 1px solid #187f3a;
}

.page_danye_nav ul li.active a .yuanquan,
.page_danye_nav ul li:hover a .yuanquan {
	opacity: 1;
}

@media(max-width:1180px) {
	.page_danye_nav ul li a {
		font-size: 18px;
	}

	.page_danye_nav ul li a::before {
		height: 20px;
	}
}

@media(max-width:991px) {
	.page_danye_nav {
		display: none;
	}
}

/*走进德莱美*/
.ny_zoujinwomen1 {
	padding: 3.5% 0;
}

.ny_zoujinwomen1_ft {
	text-align: center;
}

.ny_zoujinwomen1_ft h3 {
	font-size: 2.1rem;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}

.ny_zoujinwomen1_ft h3 span {
	color: #187f3a;
}

.ny_zoujinwomen1_ft h4 {
	font-size: 18px;
	line-height: 1.6;
	color: #999;
	font-family: Arial;
}

.ny_zoujinwomen1_fc {
	margin-top: 3%;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.ny_zoujinwomen1_fc_fl {
	width: 48%;
}

.ny_zoujinwomen1_fc_fl img {
	width: 100%;
}

.ny_zoujinwomen1_fc_fr {
	width: 48%;
}

.ny_zoujinwomen1_fc_fr_ft h3 {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #10522d;
	font-weight: bold;
}

.ny_zoujinwomen1_fc_fr_ft h4 {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
}

.ny_zoujinwomen1_fc_fr_fb {
	font-size: 16px;
	line-height: 1.7;
	color: #4c4c4c;
	margin-top: 5%;
}

.ny_zoujinwomen1_fc_fr_fb p:nth-child(n+2) {
	margin-top: 3%;
}

.ny_zoujinwomen1_fb {
	margin-top: 3%;
}

.ny_zoujinwomen1_fb ul {
	overflow: hidden;
	font-size: 0;
	text-align: center;
}

.ny_zoujinwomen1_fb li {
	width: 25%;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.ny_zoujinwomen1_fb li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 90%;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_zoujinwomen1_fb li::after {
	content: '';
	position: absolute;
	right: -2px;
	top: 50%;
	width: 5px;
	height: 50%;
	background: #10522d;
	border-radius: 7px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ny_zoujinwomen1_fb li:nth-child(4n)::before,
.ny_zoujinwomen1_fb li:nth-child(4n)::after {
	display: none;
}

.ny_zoujinwomen1_fb li h3 {
	font-size: 1.6rem;
	line-height: 1.5;
	color: #333;
}

.ny_zoujinwomen1_fb li h3 span {
	color: #187f3a;
	font-size: 2rem;
	font-weight: bold;
	font-family: Impact;
	margin-right: 5px;
}

.ny_zoujinwomen1_fb li h4 {
	font-size: 16px;
	line-height: 2;
	color: #333;
}

.ny_zoujinwomen2 {
	padding-bottom: 3.5%;
}

.ny_zoujinwomen2_fb {
	margin-top: 3%;
}

.ny_zoujinwomen2_fb li {
	position: relative;
}

.ny_zoujinwomen2_fb li .img {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	display: none;
}

.ny_zoujinwomen2_fb li .img img {
	width: 100%;
}

.ny_zoujinwomen2_fb li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.ny_zoujinwomen2_fb li .wz {
	position: relative;
	z-index: 8;
	width: 100%;
	padding: 15% 10%;
	font-size: 16px;
	line-height: 2;
	color: #fff;
}

@media(max-width:991px) {
	.ny_zoujinwomen1_ft h3 {
		font-size: 26px;
	}

	.ny_zoujinwomen1_fc_fr_ft h3 {
		font-size: 22px;
	}

	.ny_zoujinwomen1_fc_fr_ft h4 {
		font-size: 22px;
	}

	.ny_zoujinwomen1_fc_fl {
		width: 100%;
	}

	.ny_zoujinwomen1_fc_fr {
		width: 100%;
		margin-top: 3%;
	}

	.ny_zoujinwomen1_fc_fr_fb {
		margin-top: 2%;
	}

	.ny_zoujinwomen1_fc_fr_fb p:nth-child(n+2) {
		margin-top: 5px;
	}
}

@media(max-width:768px) {
	.ny_zoujinwomen1_ft h3 {
		font-size: 24px;
	}

	.ny_zoujinwomen1_ft h4 {
		font-size: 16px;
	}

	.ny_zoujinwomen1_fc_fr {
		margin-top: 15px;
	}

	.ny_zoujinwomen1_fc_fr_ft h3 {
		font-size: 18px;
	}

	.ny_zoujinwomen1_fc_fr_ft h4 {
		font-size: 18px;
	}

	.ny_zoujinwomen1_fc_fr_fb {
		margin-top: 5px;
	}

	.ny_zoujinwomen1_fb {
		margin-top: 15px;
	}

	.ny_zoujinwomen1 {
		padding: 30px 0;
	}

	.ny_zoujinwomen1_fc {
		margin-top: 15px;
	}

	.ny_zoujinwomen1_fb li {
		width: 50%;
		margin: 5px 0;
	}

	.ny_zoujinwomen1_fb li:nth-child(2n)::before,
	.ny_zoujinwomen1_fb li:nth-child(2n)::after {
		display: none;
	}

	.ny_zoujinwomen2_fb {
		margin-top: 15px;
	}

	.ny_zoujinwomen2 {
		padding-bottom: 30px;
	}
}

@media(max-width:468px) {
	.ny_zoujinwomen1 {
		padding: 25px 0;
	}

	.ny_zoujinwomen1_ft h3 {
		font-size: 22px;
	}

	.ny_zoujinwomen1_fc_fr_ft h4 {
		font-size: 17px;
	}

	.ny_zoujinwomen1_fb li h3 {
		font-size: 16px;
	}

	.ny_zoujinwomen1_fb li h3 span {
		font-size: 28px;
	}

	.ny_zoujinwomen1_fb li h4 {
		font-size: 16px;
	}

	.ny_zoujinwomen2 {
		padding-bottom: 25px;
	}

	.ny_zoujinwomen2_fb li .wz {
		font-size: 15px;
		padding: 25px 20px;
	}
}

/*生产基地*/
.ny_shengchanjidi {
	padding: 3.5% 0;
}

.ny_shengchanjidi li {
	width: 23.5%;
	margin-right: 2%;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	text-align: center;
}

.ny_shengchanjidi li:nth-child(1) {
	margin-right: 2%!important;
}

.ny_shengchanjidi li:nth-child(n+5) {
	margin-top: 2%;
	margin-right: 2%;
	width: 32%;
}

.ny_shengchanjidi li:nth-child(3n+1) {
	margin-right: 0;
}


.ny_shengchanjidi li a {
	height: 100%;
	width: 100%;
}

.ny_shengchanjidi li .img {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: -42px;
	padding-top: 42px;
}

.ny_shengchanjidi li .img .img_nn {
	/*border: 1px solid #e1e1e1;*/
	height: 100%;
	width: 100%;
	/*padding: 9px;*/
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.ny_shengchanjidi li .img_nn_nn {
	overflow: hidden;
}

.ny_shengchanjidi li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: auto !important;
}

.ny_shengchanjidi li .wz {
	font-size: 16px;
	line-height: 2;
	color: #4b4a4a;
	background: #f0f0f0;
	padding: 5px;
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_shengchanjidi li:hover .img .img_nn img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_shengchanjidi li:hover .wz {
	background: #187f3a;
	color: #fff;
}


@media(max-width:768px) {
	.ny_shengchanjidi {
		padding: 30px 0;
	}

	.ny_shengchanjidi li {
		width: 49%!important;
		margin-right: 2%!important;
	}

	.ny_shengchanjidi li:nth-child(2n) {
		margin-right: 0!important;
	}

	.ny_shengchanjidi li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.ny_shengchanjidi {
		padding: 25px 0;
	}

	.ny_shengchanjidi li {
		width: 100%!important;
		margin-right: 0!important;
	}

	.ny_shengchanjidi li:nth-child(1){
		margin-right: 0!important;
	}

	.ny_shengchanjidi li:nth-child(n+2) {
		margin-top: 15px!important;
	}
	
	.ny_shengchanjidi li .img {
		margin-top: -40px;
		padding-top: 40px;
	}

	.ny_shengchanjidi li .img .img_nn {
		/*padding: 12px;*/
	}

	.ny_shengchanjidi li .wz {
		font-size: 15px;
	}
}

/*荣誉证书*/
.ny_zizhizhengshu {
	padding: 3.5% 0;
}

.ny_zizhizhengshu ul {
	font-size: 0;
}

.ny_zizhizhengshu li {
	width: 23.875%;
	margin-right: 1.5%;
	display: inline-block;
	vertical-align: bottom;
	overflow: hidden;
	text-align: center;
	font-size: 0;
	line-height: 1;
}

.ny_zizhizhengshu li a {
	height: 100%;
	width: 100%;
}

.ny_zizhizhengshu li .img {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: -42px;
	padding-top: 42px;
}

.ny_zizhizhengshu li .img .img_nn {
	border: 1px solid #e1e1e1;
	height: 100%;
	width: 100%;
	padding: 9px;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.ny_zizhizhengshu li .img_nn_nn {
	overflow: hidden;
}

.ny_zizhizhengshu li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	height: auto !important;
}

.ny_zizhizhengshu li .wz {
	font-size: 16px;
	line-height: 2;
	color: #4b4a4a;
	background: #f0f0f0;
	padding: 5px;
	overflow: hidden;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_zizhizhengshu li:nth-child(4n) {
	margin-right: 0;
}

.ny_zizhizhengshu li:nth-child(n+5) {
	margin-top: 1.5%;
}

.ny_zizhizhengshu li:hover .img .img_nn img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_zizhizhengshu li:hover .wz {
	background: #187f3a;
	color: #fff;
}

@media(max-width:768px) {
	.ny_zizhizhengshu {
		padding: 30px 0;
	}

	.ny_zizhizhengshu li {
		width: 49%;
		margin-right: 2%;
	}

	.ny_zizhizhengshu li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_zizhizhengshu li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.ny_zizhizhengshu {
		padding: 25px 0;
	}

	.ny_zizhizhengshu li {
		width: 100%;
		margin-right: 0;
	}

	.ny_zizhizhengshu li:nth-child(n+2) {
		margin-top: 15px;
	}

	.ny_zizhizhengshu li .img {
		margin-top: -40px;
		padding-top: 40px;
	}

	.ny_zizhizhengshu li .img .img_nn {
		padding: 12px;
	}

	.ny_zizhizhengshu li .wz {
		font-size: 15px;
	}
}

/*合作客户*/
.ny_hezuokehu {
	padding: 3.5% 0;
}

.ny_hezuokehu li {
	width: 23.875%;
	margin-right: 1.5%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.ny_hezuokehu li:nth-child(4n) {
	margin-right: 0;
}

.ny_hezuokehu li:nth-child(n+5) {
	margin-top: 1.5%;
}

.ny_hezuokehu li .img {
	padding: 10px;
	border: 1px solid #e1e1e1;
}

.ny_hezuokehu li .img .imgw {
	overflow: hidden;
}

.ny_hezuokehu li .img img {
	width: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_hezuokehu li .wz {
	font-size: 16px;
	line-height: 2;
	color: #4b4a4a;
	background: #f0f0f0;
	font-weight: bold;
	padding: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.ny_hezuokehu li:hover .img .imgw img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_hezuokehu li:hover .wz {
	background: #187f3a;
	color: #fff;
}

@media(max-width:768px) {
	.ny_hezuokehu {
		padding: 30px 0;
	}

	.ny_hezuokehu li {
		width: 49%;
		margin-right: 2%;
	}

	.ny_hezuokehu li:nth-child(2n) {
		margin-right: 0;
	}

	.ny_hezuokehu li:nth-child(n+3) {
		margin-top: 2%;
	}
}

@media(max-width:468px) {
	.ny_hezuokehu {
		padding: 25px 0;
	}

	.ny_hezuokehu li .img {
		padding: 8px;
	}

	.ny_hezuokehu li .wz {
		font-size: 15px;
	}
}

/*企业文化*/
.page_philosophy {
	padding-bottom: 4%;
}

.page_philosophy_li {
	background: #f7f7f7;
}

.page_philosophy_li:nth-child(2n) {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.page_philosophy_li_fl,
.page_philosophy_li_fr {
	width: 50%;
}

.page_philosophy_li_fl img {
	width: 100%;
}

.page_philosophy_li_fl .img_con {
	padding: 25% 0;
}

.page_philosophy_li_fr {
	padding: 3%;
}

.page_philosophy_li_fr h3 {
	font-size: 1.5rem;
	line-height: 1.2;
	color: #333;
	position: relative;
	padding-bottom: 1.2rem;
}

.page_philosophy_li_fr h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background: #187f3a;
}

.page_philosophy_li_fr h4 {
	font-size: 18px;
	line-height: 1.8;
	color: #666;
	margin-top: 3%;
}

@media(max-width:1280px) {
	.page_philosophy_li_fr h3 {
		font-size: 25px;
		padding-bottom: 15px;
	}

	.page_philosophy_li_fr h4 {
		font-size: 17px;
		margin-top: 12px;
	}
}

@media(max-width:991px) {
	.page_philosophy {
		padding: 4% 0;
	}

	.page_philosophy_li_fr h3 {
		font-size: 22px;
		padding-bottom: 15px;
	}

	.page_philosophy_li_fr h4 {
		font-size: 16px;
	}
}

@media(max-width:768px) {
	.page_philosophy {
		padding: 30px 0;
	}

	.page_philosophy_li:nth-child(n+2) {
		margin-top: 15px;
	}

	.page_philosophy_li_fl {
		width: 100%;
	}

	.page_philosophy_li_fl .img_con {
		min-height: auto !important;
	}

	.page_philosophy_li_fr {
		width: 100%;
		padding: 20px;
	}

	.page_philosophy_li_fr h3 {
		font-size: 22px;
	}

	.page_philosophy_li_fr h3::before {
		width: 40px;
	}
}

@media(max-width:468px) {
	.page_philosophy {
		padding: 25px 0;
	}

	.page_philosophy_li_fr h3 {
		font-size: 20px;
	}

	.page_philosophy_li_fr {
		padding: 15px;
	}
}