<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-size: 14px;
	color: #000;
	font-family: Microsoft YaHei, sans-serif;
}

img {
	border: 0;
	vertical-align: top;
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

html,
body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	min-width: 320px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
dt,
var {
	font-style: normal;
	font-weight: normal;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;

}

::-webkit-scrollbar-thumb {
	background-color: rgba(62, 177, 52, 0.3);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 20px;
}

::-webkit-scrollbar-track {
	background: rgba(255, 252, 252, .11);
}

/* a */
a {
	color: #333;
	text-decoration: none;
}

a:visited {}

a:active,
a:hover {
	text-decoration: none;
	color: #3eb134;
}

a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
	padding: 0;
	margin: 0;
}

:focus {
	outline: none;
}

.ovfl {
	overflow: hidden;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.lflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.ltflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.lbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.rflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.rtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.rbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: flex-end;
	-ms-flex-align: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.mflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mtflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.mbflex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-align: center;
}

.dh300s {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
}

.donghua {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

::after,
::before {
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.dhwz {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dhwz2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mar0a {
	margin: 0 auto;
	width: 100%;
	object-fit: cover
}

.con-fff {
	width: 100%;
	height: 100%;
	position: relative;
}

.bgf8 {
	background: #f8f8f8;
}

.bgfff {
	background: #fff;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

textarea {
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	box-shadow: 0 0 0;
	font-size: 14px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table td,
table th {
	padding: 5px 10px;
	border: 1px solid #ddd;
}

@media (min-width: 1210px) {
	.container {
		width: 1180px;
	}
}

@media (min-width: 1310px) {
	.container {
		width: 1280px;
	}
}

@media (min-width: 1410px) {
	.container {
		width: 1380px;
	}
}

@media (min-width: 1510px) {
	.container {
		width: 1480px;
	}
}

@media (min-width: 1610px) {
	.container {
		width: 1580px;
	}
}

@media (min-width: 1710px) {
	.container {
		width: 1680px;
	}
}

@media (max-width:767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.row {
		margin-left: -0px;
		margin-right: -0px;
	}
}

@media(max-width: 350px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
}


/*内页主体内容宽度*/
.ny_container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.ny_container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.ny_container {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.ny_container {
		width: 1170px;
	}
}

@media (min-width: 1310px) {
	.ny_container {
		width: 1280px;
	}
}

@media (min-width: 1410px) {
	.ny_container {
		width: 1380px;
	}
}

@media (min-width: 1510px) {
	.ny_container {
		width: 1480px;
	}
}

@media (min-width: 1610px) {
	.ny_container {
		width: 1580px;
	}
}

@media (max-width:767px) {
	.ny_container {
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
	}

	.row {
		margin-left: -0px;
		margin-right: -0px;
	}
}


@media(max-width: 350px) {
	.ny_container {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
}

/* 头部 */
header {
	height: 100px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
	transition: all .3s;
	-webkit-transition: all .3s;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

header .top {
	overflow: hidden;
	position: relative;
}

header .top .k {
	overflow: hidden;
	position: absolute;
	display: block;
	display: none;
	height: 30px;
	width: 24%;
	right: 0;
	z-index: 1;
}

header .top .k::after {
	transform: skewX(30deg);
	position: absolute;
	content: '';
	display: block;
	display: none;
	top: 0;
	right: -10px;
	width: 100%;
	height: 100%;
	background: #3eb134;
}

header .top .k span {
	position: absolute;
	color: #fff;
	z-index: 2;
	left: 9%;
	line-height: 30px;
}

header .top .top_l {
	width: 280px;
	display: flex;
	overflow: hidden;
	vertical-align: middle;
	align-items: center;
	float: left;
	height: 100px;
}

header .top .top_l a {
	display: block;
}

header .top .top_l a img {
	max-width: 100%;
	vertical-align: middle;
	align-items: center;
}

header .top .top_r {
	float: right;
}

header .top .top_r&gt;ul {
	float: right;
}

header .top .top_r&gt;ul&gt;li {
	float: left;
	cursor: pointer;
	z-index: 99;
}

.nav&gt;li {
	float: left;
	margin-right: 0;
	position: relative;
}

.nav&gt;li:last-child {
	margin-right: 0;
}

header .nav&gt;li&gt;a {
	display: block;
	font-size: 20px;
	padding: 0 20px;
	color: #292929;
	position: relative;
	line-height: 100px;
	margin: 0;
	z-index: 99;
	/*-moz-transition: all .5s;*/
	/*-webkit-transition: all .5s;*/
	/*-o-transition: all .5s;*/
	/*-ms-transition: all .5s;*/
	/*transition: all .5s;*/
}


header .nav&gt;li.cur&gt;a {
	color: #3eb134;
}

header .nav&gt;li.cur&gt;a::before {
	content: " ";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 1;
	/* background: linear-gradient(135deg, rgb(20 255 0 / 30%) 0, #14ff00 100%); */
	z-index: -5;
}

header .nav&gt;li&gt;a:hover::before {
	content: " ";
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	opacity: 1;
	/* background: #3eb134; */
	z-index: -5;
}

header .nav&gt;li&gt;a:hover span {
	position: relative;
	color: #3eb134;
	opacity: 1;
	z-index: 99;
}

/*.nav&gt;li:last-child&gt;a::before {*/
/*	display: none;*/
/*}*/

.nav&gt;li&gt;a::after {
	display: none;
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 30px;
	height: 2px;
	background-color: #fff;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.nav&gt;li:hover&gt;a::after,
.nav&gt;li.cur&gt;a::after {
	/*left: -3px;*/
	/*right: -3px;*/
}

#header:hover .nav&gt;li&gt;a::after,
#header.active .nav&gt;li&gt;a::after {
	background-color: #3eb134;
}

.nav&gt;li&gt;a:focus,
.nav&gt;li&gt;a:hover {
	background: none;
}

header .top .top_r ul .zx {
	float: right;
	display: flex;
	align-items: center;
	height: 105px;
}

header .top .top_r ul .zx .tel {
	float: left;
	padding-right: 20px;
	position: relative;
}

header .top .top_r ul .zx .tel::after {
	width: 1px;
	height: 30px;
	display: block;
	position: absolute;
	content: '';
	background: #3eb134;
	right: 0px;
	top: -2px;
}

header .top .top_r ul .zx .tel img {
	float: left;
	vertical-align: middle;
	align-items: center;
	max-width: 100%;
}

header .top .top_r ul .zx .tel p {
	display: block;
	float: left;
	font-size: 24px;
	color: #3eb134;
	font-family: 'arial';
	margin-left: 10px;
	font-weight: bold;
	line-height: 28px;
}

header .top .top_r ul .zx .h_search {
	cursor: pointer;
	float: right;
	width: 30px;
	height: 30px;
	background: #3eb134;
	border-radius: 50%;
	margin-left: 15px;
}

header .top .top_r ul .zx .h_search .search_icon {
	background: url(../images/ss.png) center no-repeat;
	width: 30px;
	height: 30px;
	display: block;
	transition: all 0.5s;
}

header .top .top_r ul .zx .h_search.active .search_icon {
	background: url(../images/xx2.png) center no-repeat;
	transition: all 0.5s;
}

input,
textarea,
select,
button {
	border: 0;
	background: none;
	outline: 0;
	font-family: "Microsoft Yahei";
}

input[type="button"],
input[type="text"],
input[type="submit"],
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.search_box {
	display: none;
	width: 100%;
	background: #f3f3f3;
	height: 86px;
	position: fixed;
	top: 100px;
	z-index: 22;
	left: 0;
	border-top: 1px solid #ddd;
}

.search_box .box {
	width: 388px;
	background: #fff;
	float: right;
	height: 40px;
	line-height: 40px;
	margin: 23px 130px 0 0;
}

.search_box input[type=text] {
	padding-left: 16px;
	float: left;
	width: 340px;
	height: 40px;
}

.search_box button {
	height: 40px;
	width: 40px;
	background: url(../images/h-search1.png) no-repeat;
	background-position: center;
	cursor: pointer;
}

.header_space {
	width: 100%;
	height: 100px;
	display: block;
}

/* 中英文切换 */
.Header_lang {
	position: relative;
	color: #fff;
	margin-right: 0.3rem;
	margin-left: 1rem;
}

.Header_lang .Header-lang-menu span {
	font-size: 20px;
	color: #36992d;
	position: relative;
	z-index: 5;
	width: 75px;
	height: 24px;
	background: #fff;
	border-radius: 12px;
	padding: 0 14px;
	cursor: pointer;
}

.on .Header_lang .Header-lang-more {
	color: white;
	background: #36992d;
}

.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.Header_lang .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.Header_lang .Header-lang-menu span i {
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	margin-left: 5px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Header_lang .Header-lang-more {
	display: none;
	z-index: 4;
	width: 100%;
	background: #fff;
	color: #36992d;
	position: absolute;
	top: 12px;
	padding-top: 12px;
	border-radius: 16px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	overflow: hidden;
}

.Header_lang .Header-lang-more a {
	display: block;
	font-size: 16px;
	text-align: center;
	padding: 10px 0;
	transition: all .3s;
}

.Header_lang .Header-lang-more a:hover {
	background-color: #36992d;
	color: #fff;
}

.Head_search i {
	display: block;
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	position: relative;
}

/*导航下拉*/
header .top .top_r ul li .xiala {
	position: fixed;
	background: #fff;
	width: 100vw;
	top: 100px;
	left: 0;
	z-index: 999;
	display: none;
	border-top: 1px solid #fff;
}

header .top .top_r ul li .xiala .container {
	padding: 40px 120px 40px 40px;
}

header .top .top_r ul li .xiala .container .nav2_r {
	float: right;
	width: 25%;
}

header .top .top_r ul li .xiala .container .pro_two {
	width: 45%;
}

header .top .top_r ul li .xiala .container .pro_two a {
	float: left;
	width: 45%;
	margin-right: 5%;
	overflow: hidden;
}

header .top .top_r ul li .xiala .container .pro_two a img {
	transition: all .3s;
}

header .top .top_r ul li .xiala .container .pro_two a:hover img {
	transform: scale(1.1);
}

header .top .top_r ul li .xiala .container .pro_two a:nth-child(2) {
	margin-right: 0;
}

header .top .top_r ul li .xiala .container .nav2_r img {
	display: block;
	max-width: 100%;
}

header .top .top_r ul li .xiala .container .nav2_l {
	float: left;
	width: 45%;
}

header .top .top_r ul li .xiala .container .nav2_l .desc {
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
}

header .top .top_r ul li .xiala .container .nav2_l .down {
	margin-top: 10px;
}

header .top .top_r ul li .xiala .container .nav2_l .down span {
	padding: 5px 15px;
	font-size: 18px;
	color: #292929;
	border: 1px solid #292929;
	transition: all .3s;
}

header .top .top_r ul li .xiala .container .nav2_l .down span:hover {
	color: #3eb134;
	border-color: #3eb134;
}

header .top .top_r ul li .xiala .container .nav2_l .desc .en {
	font-size: 30px;
	line-height: 40px;
	color: #292929;
}

header .top .top_r ul li .xiala .container .nav2_l .desc .list {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	color: #292929;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-transform: uppercase;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list {
	margin-top: 40px;
	overflow: hidden;
	display: inline-block;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list a {
	display: inline-block;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list a span {
	font-size: 18px;
	line-height: 24px;
	color: #292929;
	margin-right: 40px;
	padding-right: 15px;
	transition: all 0.5s;
	background: url(../images/yy.png) no-repeat right center;
	transition: all .3s;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list a span:hover {
	color: #292929;
}

header .top .top_r ul li .xiala .container .nav2_l .nav-er-list:hover a span {
	color: #3eb134;
	background: url(../images/yy_on.png) no-repeat right center;
}

header .top .top_r ul li .xiala .container .nav-box {
	overflow: hidden;
}

header .top .top_r ul li .xiala .container .nav-box&gt;span {
	font-size: 22px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	display: block;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr {
	overflow: hidden;
	margin-top: 20px;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr .nav3-box {
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr .nav3-box:hover {
	background: #f9f9f9;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr .nav3-box a {
	display: block;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr .nav3-box a .nav3-box_l {
	width: 20%;
	float: left;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr .nav3-box a .nav3-box_r {
	float: right;
	width: 80%;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_t {
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 5px;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr .nav3-box a .nav3-box_r .nav3-box_r_desc {
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr&gt;.nav3-pro {
	display: block;
	padding-left: 0;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr&gt;.nav3-pro a {
	display: block;
	text-align: center;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr&gt;.nav3-pro a&gt;dt {
	display: block;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr&gt;.nav3-pro a&gt;dt img {
	max-width: 100%;
	display: block;
	border: 1px solid #ddd;
}

header .top .top_r ul li .xiala .container .nav-box&gt;.nav-box_nr&gt;.nav3-pro a p {
	font-size: 14px;
	color: #454545;
	line-height: 3;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/*小屏幕导航*/
#m-head-nav {
	height: 16px;
	position: relative;
	float: right;
	display: none;
	margin-left: 20px;
	width: 24px;
	z-index: 99999;
}

#m-head-nav .line {
	width: 24px;
	height: 2px;
	background-color: #3c3c3c;
	position: absolute;
	left: 0px;
	top: 7px;
}

#m-head-nav .line1 {
	margin-top: -7px;
}

#m-head-nav .line3 {
	margin-top: 7px;
}

#m-head-nav[data-active="on"] .line1 {
	margin-top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#m-head-nav[data-active="on"] .line2 {
	display: none;
}

#m-head-nav[data-active="on"] .line3 {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#header:hover #m-head-nav .line,
#header.active #m-head-nav .line {
	background-color: #28a32c;
}

.mm-nav-box {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}

.mm-nav-box[data-on="active"] {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	top: 84px;
}

.mm-nav-box .mm-wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 40%;
	padding-bottom: 15px;
	z-index: 100;
	border-top: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);
}

.mm-nav-box .mm-wrap:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: -1;
}

.mm-nav-box .mm-nav .li1 {
	margin: 0 20px;
	line-height: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1 .a1 {
	display: block;
	color: #222222;
	font-size: 16px;
}

.mm-nav-box .mm-nav .li1.on .a1 {
	color: #3eb134;
}

.mm-nav-box .mm-nav .li1.on .mm-title {
	border-color: #3eb134;
}

.mm-nav-box .mm-nav .li1 .mm-title {
	position: relative;
	height: 45px;
	line-height: 45px;
}

.mm-nav-box .mm-nav .li1 .mm-title .am {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .a1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 10;
}

.mm-nav-box .mm-nav .li1 .mm-title .click {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .click:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #222222;
	border-right: 1px solid #222222;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	margin-top: -3px;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .mclick a {
	display: block;
	width: 100%;
	height: 100%;
}

.mm-nav-box .mm-nav .li1.on .mm-title .click:after {
	border-color: #e00000;
}

.mm-nav-box .mm-nav .li1 .mm-innav {
	display: none;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
	display: block;
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-nav-box .mm-nav .li1[data-on="click"] .a1 {
	color: #28a32c
}

.mm-nav-box .mm-nav .li1 .mm-innav li {
	margin: 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 1;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a {
	color: #222222;
	font-size: 14px;
	line-height: 1.4;
	display: block;
	padding: 6px 0;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a:hover {
	color: #28a32c
}

.mm-nav-box .mm-nav .li1 .mm-innav li .box2 {
	margin: 0 15px;
}

.mm-nav-box .mm-wrap .mmlang {
	padding: 0 10px;
	font-size: 0;
	display: none;
}

.mm-nav-box .mm-wrap .mmlang .mmitem {
	height: 55px;
	line-height: 55px;
	width: 50%;
	font-size: 14px;
	color: #222222;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
}

.mm-nav-box .mm-wrap .mmlang .mmitem.on {
	color: #e00000;
}



@media(max-width: 1610px) {
	.nav&gt;li {
		margin-right: 30px;
	}
}

@media(max-width: 1510px) {
	.nav&gt;li {
		margin-right: 20px;
	}
	header .nav&gt;li&gt;a{
	    font-size: 18px;
	    padding: 0 10px;
	}
}

@media(max-width: 1410px) {
	.nav&gt;li {
		margin-right: 10px;
	}
	header .nav&gt;li&gt;a{
	    font-size: 17px;
	}
}

@media(max-width: 1310px) {
	.nav&gt;li {
		margin-right: 5px;
	}

	header .top .top_l {
		width: 240px;
	}
	
	header .nav&gt;li&gt;a{
	    font-size: 16px;
	}
	
}

@media(max-width: 1199px) {
	header .top .top_r ul .zx .tel {
		display: none;
	}

	.search_box .box {
		margin: 23px 20px 0 0;
	}
}

@media(max-width: 991px) {
	.Header_lang .Header-lang-more a {
		padding: 0;
	}

	.Header_lang .Header-lang-more {
		border-radius: 12px;
	}

	header .top .top_r&gt;ul&gt;li {
		display: none;
	}

	header .top .top_r ul .zx .tel {
		display: block;
	}

	.mm-nav-box {
		display: block;
	}

	#m-head-nav {
		display: block;
	}

	header {
		height: 84px;
	}

	.header_space {
		height: 84px;
	}

	header .top .top_l {
		height: 84px;
	}

	header .top .top_r ul .zx {
		height: 84px;
	}

	.search_box {
		top: 84px;
	}
}

@media(max-width: 767px) {
	header .top .top_r ul .zx .tel {
		display: none;
	}

	header .top .k {
		height: 15px;
	}

	header .top .top_l {
		width: 220px;
	}
}

@media(max-width: 500px) {
	.search_box .box {
		float: none;
		width: auto;
		text-align: center;
		margin: 23px 0 0 0;
	}

	.search_box input[type=text] {
		/* width: 240px; */
	}

	header {
		height: 60px;
	}

	.header_space {
		height: 60px;
	}

	header .top .top_l {
		height: 60px;
	}

	header .top .top_r ul .zx {
		height: 60px;
	}

	header .top .top_l {
		width: 170px;
	}

	.search_box {
		top: 60px;
	}

	header .top .k {
		display: none;
	}

	.mm-nav-box .mm-wrap {
		width: 100%;
	}

	.mm-nav-box[data-on="active"] {
		top: 59px;
	}

	.mm-nav-box .mm-nav .li1 .mm-title .a1 {
		font-size: 14px;
		color: #454545;
	}

	.mm-nav-box .mm-nav .li1 .mm-innav li a {
		color: #777;
	}
}

/* 轮播图 */
#banner {
	position: relative;
}

#banner video {
	width: 100%;
	display: block;
	margin-top: -100px;
	height: 100%;
	object-fit: cover;
}

#banner .swiper-slide a {
	display: block;
}

#banner .swiper-slide img {
	display: block;
	max-width: 100%;
	width: 100%;
	object-fit: cover;
}

#banner .swiper-pagination {
	bottom: 60px;
	font-size: 0;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}

#banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	border-radius: 50%;
	background: rgb(255 255 255 / 100%);
	position: relative;
	margin: 0 16px;
}

#banner .swiper-pagination-bullet-active {
	background: #3eb134;
	position: relative;
}

#banner .swiper-pagination-bullet-active::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	display: block;
	top: -11px;
	left: -11px;
	border: 3px solid #fff;
	border-radius: 50%;
}

#banner .swiper-button-prev,
#banner .swiper-button-next {
	width: 46px;
	height: 46px;
	background: url(../images/ban-jt.png) no-repeat center left;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#banner .swiper-button-prev {
	left: -80px;
}

#banner .swiper-button-next {
	right: -80px;
	transform: rotate(180deg);
}

#banner:hover .swiper-button-prev {
	left: 80px;
}

#banner:hover .swiper-button-next {
	right: 80px;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
	background: url(../images/ban-jt.png) no-repeat center left -46px #fff;
	box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);
}

@media (max-width: 1400px) {
	#banner .swiper-button-prev {
		left: 60px;
	}

	#banner .swiper-button-next {
		right: 60px;
	}
}

@media (max-width: 767px) {
	#banner .swiper-pagination {
		bottom: 20px;
	}

	#banner .swiper-pagination-bullet {
		border: none;
	}

	#banner .swiper-button-prev,
	#banner .swiper-button-next {
		display: none;
	}
}

@media (max-width: 450px) {
	#banner .swiper-pagination {
		bottom: 5px;
		padding: 8px;
	}

	#banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

/* 首页标题 */
.title {
	text-align: left;
	display: block;
}

.title h2 {
	font-size: 48px;
	color: #444;
	font-weight: bold;
	margin-top: -42px;
	position: relative;
	z-index: 2;
}

.title p {
	text-transform: uppercase;
	color: rgba(62, 177, 52, 0.2);
	font-size: 66px;
	position: relative;
	z-index: 1;
	font-weight: bold;
}

@media(max-width: 1510px) {
	.title h2 {
		font-size: 42px;
	}
}

@media(max-width: 1410px) {
	.title h2 {
		font-size: 40px;
	}

	.title p {
		font-size: 58px;
	}
}

@media(max-width: 991px) {
	.title {
		text-align: center;
	}
}

@media(max-width: 767px) {
	.title h2 {
		font-size: 36px;
		margin-top: -36px;
	}

	.title p {
		font-size: 48px;
	}
}

@media(max-width: 500px) {
	#banner .swiper-pagination-bullet-active::after {
		display: none;
	}

	.title p {
		font-size: 36px;
	}

	.title h2 {
		font-size: 26px;
		margin-top: -24px;
	}
}

/*放大效果*/
.fangda {
	width: 145px;
	line-height: 42px;
	border-radius: 25px;
	background: #3eb134;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
}

.fangda em {
	content: "";
	position: absolute;
	display: block;
	transition: all .6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-animation: wave 1.3s infinite;
	animation: wave 1.3s infinite;
	z-index: 1;
}

@-webkit-keyframes wave {
	0% {
		background: rgba(255, 255, 255, .8);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

@keyframes wave {
	0% {
		background: rgba(0, 0, 0, .25);
		transform: translateX(-50%) translateY(-50%) scale(0)
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1)
	}
}

/*产品系列*/
#product {
	background: #f7f7f7;
	display: block;
	padding: 75px 0 40px 0;
}

#product .product_nr {
	margin-top: 55px;
	padding: 0 8px;
}

#product .product_nr .cate_box {
	display: flex;
}

#product .product_nr .cate_box .cate_left {
	flex: 1;
	margin-right: 13px;
}

#product .product_nr .cate_box .cate_left a {
	display: block;
	border-radius: 10px;
	background: #fff;
	transition: all 0.5s;
}

#product .product_nr .cate_box .cate_left a:hover {
	box-shadow: 0px 0px 10px 0px rgba(62, 170, 152, 0.3);
}

#product .product_nr .cate_box .cate_left a .t {
	display: block;
	overflow: hidden;
	padding: 90px 32px 0px 68px;
}

#product .product_nr .cate_box .cate_left a .t .t_l {
	float: left;
	display: block;
}

#product .product_nr .cate_box .cate_left a .t .t_l h3 {
	font-size: 36px;
	font-weight: bold;
	color: #3eb134;
}

#product .product_nr .cate_box .cate_left a .t .t_l p {
	font-size: 20px;
	display: block;
	color: #666666;
	line-height: 2;
	margin-top: 6px;
}

#product .product_nr .cate_box .cate_left a .t .t_r {
	float: right;
	display: block;
}

#product .product_nr .cate_box .cate_left a .t .t_r dt {
	display: block;
	position: relative;
}

#product .product_nr .cate_box .cate_left a .t .t_r dt::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 12px solid rgba(255, 255, 255, 0);
	border-top-color: #3eb134;
	border-right-color: #3eb134;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#product .product_nr .cate_box .cate_left a:hover .t .t_r dt::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #3eb134;
}

#product .product_nr .cate_box .cate_left a .t .t_r dt img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
	border: 4px solid #3eb134;
}

#product .product_nr .cate_box .cate_left a .b {
	display: block;
	margin-top: 50px;
	padding-left: 30px;
}

#product .product_nr .cate_box .cate_left a .b dt {
	display: block;
}

#product .product_nr .cate_box .cate_left a .b dt img {
	max-width: 100%;
	display: block;
	position: relative;
	bottom: 20px;
}

#product .product_nr .cate_box .cate_right {
	flex: 1;
}

#product .product_nr .cate_box .cate_right .cate_2 {
	/* height: 50%; */
	border-radius: 10px;
}

#product .product_nr .cate_box .cate_right .cate_2:first-child {
	/* padding-bottom: 10px; */
}

#product .product_nr .cate_box .cate_right .cate_2 a {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 53px 20px 35px 55px;
	background: #fff;
	height: 100%;
	border-radius: 10px;
	transition: all 0.5s;
	margin-right: 10px
}

#product .product_nr .cate_box .cate_right .cate_2 a:hover {
	box-shadow: 0px 0px 8px 0px rgba(62, 177, 52, 0.2);
}

#product .product_nr .cate_box .cate_right .cate_2 a .t {}

#product .product_nr .cate_box .cate_right .cate_2 a .t_l {
	float: left;
	display: block;
	width: 34%;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r {
	float: right;
	display: block;
	width: 66%;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt {
	position: absolute;
	width: 110px;
	height: 110px;
	display: block;
	right: 30px;
	top: 30px;
	z-index: 9;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	border: 8px solid rgba(255, 255, 255, 0);
	border-top-color: #3eb134;
	border-right-color: #3eb134;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

#product .product_nr .cate_box .cate_right .cate_2 a:hover .t_r dt::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #3eb134;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r .b {
	float: right;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r .b img {
	max-width: 100%;
	transition: all .3s;
}


#product .product_nr .cate_box .cate_right .cate_2:hover a .t_r .b img {
	transform: scale(1.1);
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt img {
	display: block;
	max-width: 100%;
	border-radius: 50%;
	border: 4px solid #3eb134;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
	font-size: 36px;
	font-weight: bold;
	color: #3eb134;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
	font-size: 18px;
	display: block;
	color: #666666;
	margin-top: 5%;
	height: 8em;
	line-height: 2em;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

#product .product_nr .cate_box .cate_right .cate_2:last-child a .t_r {
	width: 50%
}

#product .product_nr .cate_box .cate_right .cate_2:last-child a .t_l {
	width: 50%;
}

#product a:hover .fangda {
	margin-left: 20px;
}


@media(max-width: 1510px) {
	#product {
		padding: 45px 0 50px 0;
	}

	#product .product_nr {
		padding: 0px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding: 70px 32px 0px 38px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 34px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l p {
		font-size: 18px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 200px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt::after {
		border: 10px solid rgba(255, 255, 255, 0);
		border-top-color: #3eb134;
		border-right-color: #3eb134;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 34px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		font-size: 18px;
	}
}

@media(max-width: 1410px) {
	#product .product_nr {
		margin-top: 35px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 30px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l p {
		font-size: 16px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 30px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		font-size: 16px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt::after {
		border: 6px solid rgba(255, 255, 255, 0);
		border-top-color: #3eb134;
		border-right-color: #3eb134;
	}
}

@media(max-width: 1310px) {
	#product {
		padding: 35px 0 40px 0;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 28px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l p {
		font-size: 14px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		font-size: 14px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 28px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 180px;
	}
}

@media(max-width: 1199px) {
	#product .product_nr .cate_box .cate_left a .t {
		padding: 50px 22px 0px 28px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 160px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a {
		padding: 33px 20px 25px 35px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l {
		width: 37%;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r {
		width: 63%;
	}
}

@media(max-width: 991px) {
	#product .product_nr .cate_box {
		display: block;
	}

	#product .product_nr .cate_box .cate_left {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding-top: 80px;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l {
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	#product .product_nr .cate_box .cate_left a .b {
		margin-top: 0px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding-top: 50px;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_l {
		float: right;
		margin-top: 0;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_r {
		float: left;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_r dt {
		right: 230px;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a {
		padding: 23px 15px 35px 0px;
	}

}

@media(max-width: 500px) {
	#product {
		padding: 20px 0 0 0;
	}

	#product .product_nr {
		margin-top: 25px;
	}

	#product .product_nr .cate_box .cate_left a .t {
		padding: 30px 15px 0px 15px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 22px;
	}

	#product .fangda {
		font-size: 14px;
		width: 120px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 110px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt img {
		border: 2px solid #3eb134;
	}

	#product .product_nr .cate_box .cate_left a .t .t_r dt::after {
		border: 6px solid rgba(255, 255, 255, 0);
		border-top-color: #3eb134;
		border-right-color: #3eb134;
	}

	#product .product_nr .cate_box .cate_left a .b {
		margin-top: 30px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a {
		padding: 23px 15px 35px 15px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l p {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 22px;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt {
		width: 80px;
		height: 80px;
		right: 20px;
		top: 50%;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt::after {
		border: 4px solid rgba(255, 255, 255, 0);
		border-top-color: #3eb134;
		border-right-color: #3eb134;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_r dt img {
		border: 2px solid #3eb134;
	}

	#product .product_nr .cate_box .cate_right .cate_2:first-child a .t_r dt {
		right: 150px;
	}

}

@media(max-width: 350px) {
	#product .product_nr .cate_box .cate_left a .t .t_r dt {
		width: 80px;
	}

	#product .product_nr .cate_box .cate_left a .b {
		margin-top: 0px;
	}

	#product .product_nr .cate_box .cate_left a .t .t_l h3 {
		font-size: 18px;
	}

	#product .fangda {
		line-height: 2.5;
	}

	#product .product_nr .cate_box .cate_right .cate_2 a .t_l h3 {
		font-size: 18px;
	}
}

/* 产品中心 s */
#product .title {
	display: inline-block;
}

.linelimit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.linelimit-2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 交叉轴的起点对齐 */
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* 交叉轴的中点对齐 */
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 交叉轴的终点对齐 */
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* 项目的第一行文字的基线对齐 */
.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* 交叉轴拉伸对齐 */
.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* 左对齐 */
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* 居中 */
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 右对齐 */
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* 换行，第一行在上方 */
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 换行，在第一行的下方 */
.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}


img {
	width: auto;
	height: auto;
	width: auto\9;
	max-width: 100%;
	display: block;
	-ms-interpolation-mode: bicubic;
}

.rect-100 {
	padding-bottom: 100%;
}

.con {
	margin-top: 55px;
}

#product .top {
	display: inline-block;
}

.tit_nav {
	align-items: flex-end;
}

#product .top ul {}

#product .top ul li {
	position: relative;
	padding: 13px 25px;
	margin-right: 60px;
}


#product .top ul li.active a::after,
#product .top ul li a:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #3eb134;
}

#product .top ul li.active a::before,
#product .top ul li a:hover::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 5px solid #3eb134;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}

#product .top ul li:last-child {
	margin-right: 0;
}

#product .top ul li a {
	color: #91999e;
	transition: all .3s;
}

#product .top ul li:hover a {
	color: #3eb134;
}

#product .top ul li.active a {
	color: #3eb134;
}

#product .top ul li a span {
	font-size: 20px;
	line-height: 1.5;
}

.con .bot {}

.con .bot .item {
	display: none;
}

.con .bot .item.show {
	display: block;
}

.con .bot ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

.con .bot ul li {
	position: relative;
	width: 28.5%;
	padding: 40px 0 40px 40px;
	background-color: #fff;
	margin-bottom: 20px;
}

.con .bot ul li:hover {
	cursor: pointer;
}

.con .bot ul li:first-child,
.con .bot ul li:last-child {
	width: 40%;
	padding: 40px 0 40px 40px;
}

.con .bot ul li .fl {
	display: inline-block;
	width: 43%;
}

.con .bot ul li:first-child .fl,
.con .bot ul li:last-child .fl {
	width: 30%;
}

.con .bot ul li .fl .info {
	display: inline-block;
}

.con .bot ul li .fl .info .p_tit {
	position: relative;
}

.con .bot ul li .fl .info .p_tit::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 44%;
	height: 2px;
	background-color: #3eb134;
}

.con .bot ul li .fl .info .p_tit span {
	display: block;
	font-size: 22px;
	color: #000;
	font-weight: 700;
}

.con .bot ul li .fl .more {
	position: absolute;
	left: 40px;
	bottom: 40px;
}

.con .bot ul li .fl .more span {
	display: inline-block;
	font-size: 16px;
	color: #000;
	transition: all .3s;
}

.con .bot ul li:hover .fl .more span {
	color: #3eb134;
}

.con .bot ul li .fr {
	width: 57%;
}

.con .bot ul li:first-child .fr,
.con .bot ul li:last-child .fr {
	width: 70%;
}

.con .bot ul li .fr .rect-100 {
	padding-bottom: 128%;
}

.con .bot ul li:first-child .fr .img,
.con .bot ul li:last-child .fr .img {
	padding-bottom: 72%;
}

.con .bot ul li:first-child .fr .img {
	max-width: 75%;
	margin: 0 auto;
}

.con .bot ul li .fr .img img {
	transition: all .3s;
}

.con .bot ul li:hover .fr .img img {
	transform: scale(1.1);
}

/* 产品中心 e */

/*核心优势*/
#advantage {
	padding: 70px 0 150px 0;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: url(../images/ysbg.jpg)no-repeat center /cover;
}

#advantage .advantage_nr {
	display: flex;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn {
	flex: 1;
	padding-top: 70px;
}

#advantage .advantage_nr .advantage_btn a {
	display: block;
	margin-bottom: 18px;
	padding: 0 10px;
}

#advantage .advantage_nr .advantage_btn a .box {
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 100px;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn a .box::after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 100%;
	border-radius: 100px;
	top: 0;
	left: 0;
	background: #3eb134;
	transition: all .5s ease;
	z-index: 1;
}

#advantage .advantage_nr .advantage_btn a .box dt {
	flex: 0.35;
	position: relative;
	z-index: 2;
}

#advantage .advantage_nr .advantage_btn a .box dt img {
	max-width: 110px;
	display: block;
	border: 4px solid #bbbbbb;
	border-radius: 50%;
	transition: all 0.5s;
}

#advantage .advantage_nr .advantage_btn a .box .desc {
	flex: 0.65;
	position: relative;
	z-index: 2;
}

#advantage .advantage_nr .advantage_btn a .box .desc p {
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn a .box .desc span {
	font-size: 14px;
	color: #999999;
	display: block;
	line-height: 2;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#advantage .advantage_nr .advantage_btn a.on .box::after {
	width: 100%;
}

#advantage .advantage_nr .advantage_btn a.on .box dt img {
	border: 4px solid #3eb134;
	transform: rotate(360deg);
}

#advantage .advantage_nr .advantage_btn a.on .box .desc p {
	color: #fff;
}

#advantage .advantage_nr .advantage_btn a.on .box .desc span {
	color: #fff;
}

#advantage .advantage_nr ul {
	flex: 1;
}

#advantage .advantage_nr ul li {
	padding-left: 73px;
	padding-right: 73px;
	display: none;
}

#advantage .advantage_nr ul li:first-child {
	display: block;
}

#advantage .advantage_nr ul li .box_desc {
	display: block;
}

#advantage .advantage_nr ul li .box_desc .t {
	display: block;
	overflow: hidden;
}

#advantage .advantage_nr ul li .box_desc .t .t_l {
	float: left;
	display: block;
	font-size: 126px;
	font-weight: bold;
	font-family: 'arial';
	color: rgba(62, 177, 52, 0.4);
	line-height: normal;
}

#advantage .advantage_nr ul li .box_desc .t .t_r {
	float: left;
	display: block;
	margin-top: 22px;
	margin-left: 15px;
}

#advantage .advantage_nr ul li .box_desc .t .t_r p {
	font-size: 42px;
	font-weight: bold;
	color: #3eb134;
	display: block;
}

#advantage .advantage_nr ul li .box_desc .t .t_r span {
	padding-left: 24px;
	padding-right: 24px;
	display: inline-block;
	line-height: 35px;
	background: #000;
	color: #fff;
	font-size: 18px;
	border-radius: 30px;
}

#advantage .advantage_nr ul li .box_desc .list {
	font-size: 16px;
	display: block;
	color: #666666;
	margin-top: 35px;
	line-height: 2;
}

#advantage .advantage_nr ul li .box_desc a {
	width: 168px;
	display: block;
	line-height: 52px;
	text-align: left;
	padding-left: 35px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	background: #3eb134;
	position: relative;
	margin-top: 40px;
}

#advantage .advantage_nr ul li .box_desc a::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 16px;
	display: block;
	background: url(../images/right.png)no-repeat center;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
}


@media(max-width: 1510px) {
	#advantage {
		padding: 50px 0 130px 0;
	}

	#advantage .advantage_nr ul li {
		padding-left: 50px;
		padding-right: 50px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_l {
		font-size: 106px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r p {
		font-size: 36px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r span {
		font-size: 16px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r {
		margin-top: 10px;
		margin-left: 10px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc p {
		font-size: 22px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc {
		padding-left: 15px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 80%;
	}

	#advantage .advantage_nr ul li .box_desc .list {
		margin-top: 20px;
		font-size: 14px;
	}

	#advantage .advantage_nr ul li .box_desc a {
		margin-top: 30px;
	}
}

@media(max-width: 1410px) {
	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 70%;
	}
}

@media(max-width: 1310px) {
	#advantage .advantage_nr ul li {
		padding-left: 30px;
		padding-right: 30px;
	}

	#advantage .advantage_nr ul li .box_desc a {
		font-size: 16px;
		padding-left: 40px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc p {
		font-size: 18px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 60%;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r p {
		font-size: 30px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r {
		margin-top: 15px;
	}

	#advantage {
		padding: 50px 0 100px 0
	}
}

@media(max-width: 1199px) {
	#advantage {
		padding: 30px 0 80px 0;
	}

	#advantage .advantage_nr .advantage_btn {
		flex: 0.6;
	}

	#advantage .advantage_nr ul {
		flex: 0.4;
	}

	#advantage .advantage_nr .advantage_btn a {}

	#advantage .advantage_nr ul li {
		padding-left: 15px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_l {
		font-size: 90px;
	}
}


@media(max-width: 991px) {
	#advantage .advantage_nr {
		display: block;
	}

	#advantage .advantage_nr .advantage_btn {
		display: block;
		overflow: hidden;
		width: 100%;
	}

	#advantage .advantage_nr .advantage_btn a .box {
		display: block;
		border-radius: 0px;
	}

	#advantage .advantage_nr .advantage_btn a .box dt {
		display: none;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc {
		width: 100%;
		display: block;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-right: 15px;
	}

	#advantage .advantage_nr .advantage_btn a .box::after {
		border-radius: 0px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc span {
		width: 100%;
	}

	#advantage .advantage_nr ul {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}

@media(max-width: 767px) {
	#advantage .advantage_nr .advantage_btn a {
		width: 50%;
		float: left;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(odd) {
		padding-right: 8px;
		padding-left: 0px;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(even) {
		padding-left: 8px;
		padding-right: 0px;
	}

	#advantage .advantage_nr .advantage_btn {
		padding-top: 30px;
	}

	#advantage {
		padding-bottom: 40px;
	}

	#advantage .advantage_nr ul li {
		padding-left: 10px;
	}
}

@media(max-width: 500px) {
	#advantage .advantage_nr .advantage_btn a .box .desc {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#advantage .advantage_nr .advantage_btn a .box .desc p {
		font-size: 17px;
	}

	#advantage .advantage_nr .advantage_btn a {
		margin-bottom: 10px;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(odd) {
		padding-right: 5px;
		padding-left: 0px;
	}

	#advantage .advantage_nr .advantage_btn a:nth-child(even) {
		padding-left: 5px;
		padding-right: 0px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_l {
		font-size: 80px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r p {
		font-size: 24px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r span {
		font-size: 14px;
		line-height: 2;
		padding-left: 14px;
		padding-right: 14px;
	}

	#advantage .advantage_nr ul li .box_desc .t .t_r {
		margin-top: 8px;
	}

	#advantage .advantage_nr ul li {
		padding-right: 0px;
	}
}

@media(max-width: 350px) {
	#advantage .advantage_nr .advantage_btn a .box .desc span {
		font-size: 12px;
	}

	#advantage .advantage_nr ul li .box_desc a {
		font-size: 14px;
		line-height: 3;
		width: 150px;
	}
}

/*成功案例*/
#case {
	display: block;
	position: relative;
	background: #f5f5f5;
}

#case .case_bg {
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 2;
}

#case .case_bg img {
	display: block;
	max-width: 100%;
}

#case .case_box {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#case .case_box .box_l {
	text-align: left;
}

#case .case_box .box_l .case_t {
	text-align: left;
	display: block;
}

#case .case_box .box_l .case_t p {
	margin: 35px auto;
	width: 90px;
	font-size: 20px;
	line-height: 24px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	font-size: 66px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#case .case_box .box_l .case_t span {
	float: left;
	width: 50px;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
}

#case .case_box .box_r {
	display: block;
	position: relative;
}

#case .case_box .box_r .box_r_nr {
	display: block;
}

#case .case_box .box_r .box_r_nr .case_btn {
	display: block;
	overflow: hidden;
	margin-bottom: 35px;
}

#case .case_box .box_r .box_r_nr .case_btn a {
	width: 168px;
	line-height: 52px;
	display: block;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	display: inline-block;
	margin-right: 26px;
	font-size: 18px;
	color: #999999;
}

#case .case_box .box_r .box_r_nr .case_btn a.on {
	background: #3eb134;
	color: #fff;
}

/*#case .case_box .box_r .case_imgbox ul { display: none; }*/
/*#case .case_box .box_r .case_imgbox ul:first-child { display: block; }*/
#case .case_box .box_r .case_imgbox ul li {
	display: block;
}

#case .case_box .box_r .case_imgbox ul li a {
	display: block;
}

#case .case_box .box_r .case_imgbox ul li a img {
	max-width: 100%;
	display: block;
}

#case .case_box .box_r .case_imgbox ul li a .desc {
	padding: 34px 37px 0;
}

#case .case_box .box_r .case_imgbox ul li a .desc .t {
	font-size: 24px;
	font-weight: bold;
	color: #444444;
	display: block;
}

#case .case_box .box_r .case_imgbox ul li:hover a .desc .t {
	color: #3eb134;
}

#case .case_box .box_r .case_imgbox ul li a .desc .list {
	font-size: 14px;
	color: #999999;
	display: block;
	line-height: 1.6;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#case .case_box .box_r .case_imgbox ul li a .desc span {
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
	display: block;
	overflow: hidden;
}

#case .case_box .box_r .case_imgbox ul li:hover a .desc span {
	color: #666;
}

#case .case_box .box_r .owl-prev,
#case .case_box .box_r .owl-next {
	position: absolute;
	width: 58px;
	height: 58px;
	display: block;
	bottom: 0;
	left: -200px;
	z-index: 9;
	border-radius: 50%;
	border: 2px solid #fff;
	text-indent: -9999999px;
	background-image: url(../images/case_ico.png);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.2);
	background-position: center;
	transition: all 0.3s;
}

#case .case_box .box_r .owl-prev {
	bottom: 95px;
}

#case .case_box .box_r .owl-next {
	bottom: 25px;
	transform: rotate(180deg);
}

#case .case_box .box_r .owl-prev:hover,
#case .case_box .box_r .owl-next:hover {
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
	background-color: #3eb134;
	border: 2px solid #3eb134;
}

@media(max-width: 1810px) {
	#case .case_bg img {
		max-width: 75%;
	}

	#case .case_box .box_r .owl-prev,
	#case .case_box .box_r .owl-next {
		left: -130px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 215px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 145px;
	}
}

@media(max-width: 1710px) {
	#case .case_bg img {
		max-width: 75%;
	}

	#case .case_box .box_r .owl-prev,
	#case .case_box .box_r .owl-next {
		left: -130px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 215px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 145px;
	}
}

@media(max-width: 1610px) {
	#case .case_bg img {
		max-width: 70%;
	}
}

@media(max-width: 1510px) {
	#case .case_bg img {
		max-width: 67%;
	}

	#case {
		padding-bottom: 100px;
	}
}

@media(max-width: 1410px) {
	#case .case_bg img {
		max-width: none;
	}

	#case .case_bg {
		width: 230px;
		display: block;
		overflow: hidden;
		height: 600px;
	}

	#case .case_box .box_l .case_t span {
		font-size: 40px;
	}

	#case .case_box .box_l .case_t p {
		font-size: 58px;
	}

	#case {
		padding-bottom: 70px;
	}
}

@media(max-width: 1310px) {
	#case .case_bg {
		width: 200px;
		height: 550px;
	}

	#case .case_box .box_l {
		padding-left: 0px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 185px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 115px;
	}

	#case .case_box .box_r .case_imgbox ul li a .desc {
		padding: 24px 20px 0;
	}

	#case .case_box .box_r .case_imgbox ul li a .desc .t {
		font-size: 20px;
	}
}

@media(max-width: 1199px) {
	#case .case_bg {
		width: 170px;
	}

	#case .case_box .box_r .owl-prev {
		bottom: 135px;
	}

	#case .case_box .box_r .owl-next {
		bottom: 65px;
	}
}

@media(max-width: 767px) {
	#case {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#case .case_bg {
		display: none;
	}

	#case .case_box .box_r {
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 30px;
	}

	#case .case_box .box_r .box_r_nr .case_btn {
		text-align: center;
	}
}

@media(max-width: 500px) {
	#case .case_box .box_r .box_r_nr .case_btn {
		margin-bottom: 15px;
	}

	#case .case_box .box_r .box_r_nr .case_btn a {
		width: 140px;
		line-height: 3;
		margin-right: 0px;
		font-size: 14px;
		margin-bottom: 15px;
	}

	#case .case_box .box_r .box_r_nr .case_btn a:last-child {
		margin-left: 5px;
	}

	#case .case_box .box_r .box_r_nr .case_btn a:first-child {
		margin-right: 5px;
	}

	#case .case_box .box_r .case_imgbox ul li a .desc .t {
		font-size: 18px;
	}
}

/* 修改案例 */
.com-ti1 {
	text-align: center;
}

.com-ti1 .dp-ti2 {
	font-size: 24px;
	color: #ffffff;
}

.com-ti1 .dx1 {
	width: 36px;
	height: 5px;
	background: #ccc;
	margin: 20px auto 30px;
}

.com-more1 .a1 {
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	background: #185d96;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease;
}

.com-more1 .a1:hover {
	box-shadow: 0 0 15px #185d96;
}

.img-box {
	height: calc(100vh - 80px);
}

.sl2-sw1 .swiper-slide {
	float: left;
	width: 25%;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.sl2-sw1 .swiper-slide:first-child {
	border-left: none;
}

.sl2-sw1 .swiper-slide.active {
	width: 34%;
	transition: all 0.3s ease;
}

.sl2-sw1 .swiper-slide.active .dp-zhe1 {
	opacity: 0;
	transform: scale(0.8);
}

.sl2-sw1 .swiper-slide.active .dp-zhe2 {
	opacity: 1;
	transform: none;
}

.sl2-sw1 .swiper-slide.active .dp-zhe2 .zhe-nei {
	opacity: 1;
	transform: none;
}

.sl2-sw1 .swiper-slide.active2 {
	width: 22%;
	transition: all 0.3s ease;
}

.sl2-sw1 .swiper-slide .dp-zhe1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	z-index: 6;
	padding: 40% 0 0;
	transition: all 0.4s ease;
}

.sl2-sw1 .swiper-slide .dp-zhe1 .dp-sha {
	color: #ffffff;
}

.sl2-sw1 .swiper-slide .dp-zhe1 .dp-sha .dp-num1 {
	font-size: 10vw;
	font-weight: bold;
	-webkit-text-stroke: 1px #ffffff;
	color: transparent;
	font-family: "Arial";
}

.sl2-sw1 .swiper-slide .dp-zhe1 .dp-sha .dp-ti1 {
	font-size: 1.2vw;
	margin: 0 0 0 1vw;
}

.sl2-sw1 .swiper-slide .dp-zhe1 .dp-xia {
	margin: 10vw 0 0;
}

.sl2-sw1 .swiper-slide .dp-zhe2 {
	position: absolute;
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	text-align: center;
	z-index: 5;
	transition: all 0.4s ease;
	opacity: 0;
	transform: scale(0.8);
}

.sl2-sw1 .swiper-slide .dp-zhe2 .bg1 {
	background: #3eb134;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.sl2-sw1 .swiper-slide .dp-zhe2 .zhe-nei {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	opacity: 0;
	transform: translateY(4vw);
	transition: all 0.3s 0.2s ease;
}

.sl2-sw1 .swiper-slide .dp-zhe2 .zhe-nei .com-ti1 .dx1 {
	background: #ffffff;
	height: 2px;
}

.sl2-sw1 .swiper-slide .dp-zhe2 .zhe-nei .com-ti1 .dp-intr1 {
	padding: 0 2.5vw;
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
}

.sl2-sw1 .swiper-slide .dp-zhe2 .zhe-nei .com-ti1 .com-more1 {
	margin: 5vw 0 0;
}

.sl2-sw1 .swiper-slide .dp-zhe2 .zhe-nei .com-ti1 .com-more1 .a1 {
	width: 140px;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	color: #3eb134;
}

@media (max-width:1030px) {
	#case .swiper-wrapper {
		flex-wrap: wrap;
	}

	.sl2-sw1 .swiper-slide .dp-zhe1 {
		padding-top: 10%;
	}

	#case .sl2-sw1 .swiper-slide {
		width: 100% !important;
	}
}

@media(max-width:768px) {
	.sl2-sw1 .swiper-slide .dp-zhe1 .dp-sha .dp-num1 {
		font-size: 15vw;
	}

	.sl2-sw1 .swiper-slide .dp-zhe1 .dp-sha .dp-ti1 {
		font-size: 4vw;
	}

	.img-box {
		height: calc(60vh - 80px);
	}
}

/*视频中心*/
#update_itera .up_it {
	position: relative;
	height: 200vh;
}

#update_itera .up_it {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#update_itera .up_it_video {
	position: relative;
	min-height: 300px;
	width: 100vw;
	height: 100vh;
	/*left: 0;*/
	top: 0;
	max-height: 100vh;
	overflow: hidden;
	-webkit-transition: ease 0.6s;
	-moz-transition: ease 0.6s;
	-o-transition: ease 0.6s;
	transition: ease 0.6s;
	display: flex;
	justify-content: center;
}

#update_itera .up_it_video img {
	max-width: 100%;
}

.max_767px {
	display: none;
}

#update_itera .up_it_video video {
	object-fit: cover;
	width: 100%;
}

#update_itera .back_black {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	display: none;
	min-height: 300px;
	height: 100%;
}

#update_itera .back_black_f {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
}

#update_itera .back_black .ti1 {
	font-size: 48px;
	color: #fff;
	line-height: 48px;
	margin-bottom: 32px;
}

#update_itera .back_black .ti2 {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 60px;
}

#update_itera .back_black_f a {
	width: 200px;
	display: block;
	line-height: 58px;
	border-radius: 35px;
	background-color: #3eb134;
	margin: 0 auto;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
}

#update_itera .back_black_f a span {
	float: left;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 33px;
	margin-right: 10px;
}

#update_itera .back_black_f a span img {
	display: block;
	max-width: 100%;
}

#update_itera .back_black .butten_blu {
	width: 160px;
	height: 48px;
	margin: auto;
}

.butten_blu {
	background-color: #3eb134;
	border-radius: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bu_ti {
	color: #fff;
	cursor: pointer;
	font-size: 16px;
}

.arr_r_w {
	width: 18px;
	height: 8px;
	margin-left: 9px;
	position: relative;
	left: 0px;
	-webkit-transition: left .8s;
	-moz-transition: left .8s;
	-o-transition: left .8s;
	transition: left .8s;
}

@media(max-width: 767px) {
	.max_767px {
		display: block;
	}

	#update_itera .back_black .ti1 {
		font-size: 36px;
		margin-bottom: 15px;
	}

	#update_itera .back_black .ti2 {
		font-size: 16px;
		margin-bottom: 50px;
	}
}

@media(max-width: 500px) {
	#update_itera .back_black .ti1 {
		font-size: 28px;
	}

	#update_itera .back_black .ti2 {
		font-size: 16px;
		margin-bottom: 20px;
		padding-left: 15px;
		padding-right: 15px;
		line-height: 1.6;
	}

	#update_itera .back_black_f a {
		line-height: 45px;
		font-size: 16px;
		width: 180px;
	}

	#update_itera .back_black_f a span img {
		max-width: 90%;
	}

	#update_itera .back_black_f a span {
		margin-top: 11px;
	}
}

/*公司简介*/
#about {
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 92px 0;
	background: #fff url(../images/ind_ab_bg.jpg) no-repeat center/cover fixed;
}

#about::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	z-index: -1;
}

#about .about_nr {
	display: flex;
	overflow: hidden;
}

#about .about_nr .box_l {
	flex: 0.5;
	padding-left: 0;
	margin-bottom: 70px;
}

#about .about_nr .box_r {
	flex: 0.5;
}

#about .about_nr .box_l .flex {
	width: 100%;
	height: 100%;
}

#about .about_nr .box_l .flex .desc {
	height: 205px;
	margin-top: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#about .title p {
	color: rgba(255, 255, 255, 0.75);
}

#about .title h2 {
	margin-top: 0;
	color: #fff;
}

#about .about_nr .box_l .flex a {
	width: 168px;
	display: block;
	line-height: 52px;
	text-align: left;
	padding-left: 35px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	background: #3eb134;
	position: relative;
	margin-top: 40px;
}

#about .about_nr .box_l .flex a::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 16px;
	display: block;
	background: url(../images/right.png)no-repeat center;
	top: 50%;
	transform: translateY(-50%);
	right: 35px;
}

#about .about_nr .box_r {
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

#about .about_nr .box_r::after {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	box-shadow: 0px 0px 6px 0px rgba(62, 177, 52, 0.4);
}

#about .about_nr .box_r::before {
	position: absolute;
	content: '';
	width: 4px;
	height: 4px;
	background: #d5d5d5;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

#about .about_nr .box_r .swiper-button-next,
#about .about_nr .box_r .swiper-button-prev {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	background: url(../images/about_ico.png)no-repeat center;
	z-index: 10;
	top: 52%;
}

#about .about_nr .box_r .swiper-button-next {
	left: -28px;
}

#about .about_nr .box_r .swiper-button-prev {
	left: 5px;
	transform: rotate(180deg);
}

#about .about_nr .box_r .swiper-button-next:hover,
#about .about_nr .box_r .swiper-button-prev:hover {
	background: url(../images/about_ico_on.png)no-repeat center;
}

#about .about_nr .box_r .swiper-container {
	position: static;
}

#about .about_nr .box_r .swiper-pagination {
	display: none;
}

@media(max-width: 1510px) {
	#about .about_nr .box_l {
		padding-right: 100px;
	}
}

@media(max-width: 1410px) {

	#about .about_nr .box_r .swiper-button-next,
	#about .about_nr .box_r .swiper-button-prev {
		top: 53%;
	}
}

@media(max-width: 1310px) {

	#about {
		padding: 45px 0;
	}

	#about .about_nr .box_l {
		padding-right: 25px;
	}

	#about .about_nr .box_l .flex a {
		font-size: 16px;
		padding-left: 40px;
	}

	#about .about_nr .box_l .flex .desc {
		margin-top: 20px;
	}
}

@media(max-width: 1199px) {
	#about .about_nr .box_l {
		padding-right: 50px;
	}

	#about .about_nr .box_l .flex .desc {
		font-size: 14px;
		margin-top: 30px;
		height: auto;
	}

	#about .about_nr .box_l .flex a {
		margin-top: 20px;
	}
}

@media(max-width: 991px) {
	#about {
		padding-top: 65px;
	}

	#about .about_nr .box_l .flex .title {
		text-align: left;
	}

	#about .about_nr .box_l .flex .title p {
		font-size: 48px;
	}

	#about .about_nr .box_l .flex .title h2 {
		font-size: 36px;
	}

	#about .about_nr .box_l .flex a {
		display: none;
	}

	#about .about_nr .box_r .swiper-button-next,
	#about .about_nr .box_r .swiper-button-prev {
		top: 55%;
	}
}

@media(max-width: 767px) {
	#update_itera .up_it_video video {
		display: none;
	}

	#about .about_nr {
		display: block;
	}

	#about {
		padding-top: 35px;
		padding-bottom: 30px;
	}

	#about .about_nr .box_l {
		display: block;
		overflow: hidden;
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0px;
	}

	#about .about_nr .box_r::after {
		display: none;
	}

	#about .about_nr .box_r::before {
		display: none;
	}

	#about .about_nr .box_r .swiper-button-next,
	#about .about_nr .box_r .swiper-button-prev {
		display: none;
	}

	#about .about_nr .box_r .swiper-pagination {
		display: block;
	}

	#about .about_nr .box_r .swiper-pagination .swiper-pagination-bullet-active {
		background: #3eb134;
	}


}

@media(max-width: 500px) {
	#about .about_nr .box_l .flex .title h2 {
		font-size: 26px;
	}

	#about .about_nr .box_l .flex .title p {
		font-size: 36px;
	}

	#about .about_nr .box_l .flex .desc {
		height: auto;
	}
}

/*数字滚动*/
#scroll {
	background: transparent;
	position: relative;
	z-index: 2;
	padding-bottom: 70px;
}

#scroll .number {
	display: block;
}

#scroll .number .stat-items {
	/* text-align: center; */
	display: block;
}

#scroll .number .stat-items .stat-items-t {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 1.3;
}

#scroll .number .stat-items .stat-items-unit {
	font-size: 16px;
	color: #fff;
	line-height: normal;
}

#scroll .number .stat-items p {
	line-height: normal;
	display: block;
	font-size: 17px;
	color: #fff;
}

#scroll .number .stat-items .stat-items-t-box {}

#scroll .number .stat-items .stat-items-t {
	position: relative;
}

#scroll .number .stat-items .stat-items-t::after {
	position: absolute;
	content: '';
	width: 35px;
	height: 35px;
	display: block;
	top: 17px;
	right: -80px;
}

#scroll .number .stat-items:nth-child(1) .stat-items-t::after {
	background: url(../images/number_ico03.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(2) .stat-items-t::after {
	background: url(../images/number_ico02.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(3) .stat-items-t::after {
	background: url(../images/number_ico03.png)no-repeat center / contain;
}

#scroll .number .stat-items:nth-child(4) .stat-items-t::after {
	background: url(../images/number_ico04.png)no-repeat center / contain;
}


@media(max-width: 1510px) {
	#scroll .number .stat-items .stat-items-t {
		font-size: 52px;
	}

	#scroll .number .stat-items .stat-items-t::after {
		right: -65px;
	}

	#scroll {
		padding-bottom: 50px;
	}

	header .top .k {
		width: 30%;
	}
}

@media(max-width: 1310px) {
	#scroll .number .stat-items .stat-items-t::after {
		width: 30px;
		height: 30px;
	}
}

@media(max-width: 1199px) {
	#scroll .number .stat-items .stat-items-t::after {
		display: none;
	}

	#scroll .number .stat-items .stat-items-t {
		font-size: 40px;
	}
}

@media(max-width: 767px) {
	#scroll {
		padding-bottom: 30px;
	}

	#scroll .number .stat-items {
		margin-bottom: 20px;
	}
}

@media(max-width: 500px) {
	#scroll .number .stat-items .stat-items-t {
		font-size: 32px;
	}

	#scroll .number .stat-items p {
		font-size: 14px;
		line-height: 2;
	}

	#scroll {
		padding-bottom: 0px;
	}
}

/*荣誉资质*/
#honor {
	overflow: hidden;
	background: #f5f5f5;
	display: block;
	position: relative;
	z-index: 2;
	padding-top: 70px;
	padding-bottom: 85px;
}

#honor .honor_nr {
	display: block;
	margin-top: 45px;
}

#honor .honor_nr ul {
	display: block;
}

#honor .honor_nr ul a {
	display: block;
	padding-top: 40px;
	padding-left: 12px;
	padding-right: 12px;
	background: #fff;
	padding-bottom: 15px;
}

#honor .honor_nr ul a img {
	display: block;
	border: 1px solid #eee;
}

#honor .honor_nr ul a p {
	font-size: 16px;
	color: #666666;
	line-height: 3;
	text-align: center;
	display: block;
	margin: 10px 0 0;
}

#honor .honor_nr ul a:hover p {
	color: #3eb134;
}

#honor .honor_nr ul .owl-nav .owl-prev,
#honor .honor_nr ul .owl-nav .owl-next {
	position: absolute;
	width: 58px;
	height: 58px;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	border-radius: 50%;
	border: 2px solid #d5d5d5;
	text-indent: -9999999px;
	background-image: url(../images/honer_ico.png);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.2);
	background-position: center;
	transition: all 0.5s;
}

#honor .honor_nr ul .owl-nav .owl-prev:hover,
#honor .honor_nr ul .owl-nav .owl-next:hover {
	background-image: url(../images/honer_ico_on.png);
	background-color: #3eb134;
	border: 2px solid #3eb134;
}

#honor .honor_nr ul .owl-nav .owl-prev {
	left: -65px;
	transform: rotate(180deg);
}

#honor .honor_nr ul .owl-nav .owl-next {
	right: -65px;
}

@media(max-width: 1510px) {
	#honor {
		padding-top: 50px;
		padding-bottom: 65px;
	}

	#honor .honor_nr ul a {
		padding-top: 30px;
		padding-left: 37px;
		padding-right: 37px;
	}

	#honor .honor_nr ul a p {
		line-height: 2;
	}

	#honor .honor_nr .owl-nav {
		display: none;
	}
}

@media(max-width: 991px) {
	#honor {
		padding-top: 30px;
		padding-bottom: 45px;
	}
}

@media(max-width: 500px) {
	#honor .honor_nr {
		margin-top: 25px;
	}

	#honor .honor_nr ul a {
		padding-top: 15px;
		padding-left: 17px;
		padding-right: 17px;
	}

	#honor {
		padding-top: 20px;
		padding-bottom: 25px;
	}
}

/*服务范围*/
#city {
	background: url(../images/city_bg.png)no-repeat center #edf4f4;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#city .city_nr {
	overflow: hidden;
	padding-top: 35px;
	display: flex;
	flex-direction: row-reverse;
}

#city .city_nr .city_l {
	flex: 0.6;
}

#city .city_nr .city_l dt {
	display: block;
}

#city .city_nr .city_l dt img {
	display: block;
	max-width: 100%;
}

#city .city_nr .city_r {
	flex: 0.4;
}

#city .city_nr .city_r .flex {
	width: 100%;
	height: 100%;
	-webkit-justify-content: left;
}

#city .city_nr .city_r .flex .desc {
	margin-top: 80px;
	display: block;
	overflow: hidden;
}

#city .city_nr .city_r .flex .desc ul {
	display: block;
	overflow: hidden;
}

#city .city_nr .city_r .flex .desc ul li {
	padding-left: 25px;
	font-size: 18px;
	color: #666666;
	line-height: 2;
	position: relative;
}

#city .city_nr .city_r .flex .desc ul li::after {
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	content: '';
	border-radius: 50%;
	border: 3px solid #3eb134;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}

#city .city_nr .city_r .flex a {
	width: 168px;
	display: block;
	line-height: 52px;
	text-align: left;
	padding-left: 20px;
	border-radius: 4px;
	font-size: 18px;
	color: #fff;
	background: #3eb134;
	position: relative;
	margin-top: 40px;
}

#city .city_nr .city_r .flex a::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 16px;
	display: block;
	background: url(../images/right.png)no-repeat center;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

@media(max-width: 1510px) {
	#city .city_nr .city_r .flex {
		padding-left: 5%;
	}
}

@media(max-width: 1310px) {
	#city .city_nr .city_r .flex a {
		font-size: 16px;
	}

	#city .city_nr .city_r .flex a::after {
		right: 25px;
	}
}

@media(max-width: 1199px) {
	#city .city_nr .city_r .flex .desc ul li {
		font-size: 14px;
	}

	#city .city_nr .city_r .flex .desc {
		margin-top: 50px;
	}
}

@media(max-width: 991px) {
	#city .city_nr .city_r .flex .title {
		text-align: left;
	}

	#city .city_nr .city_r .flex .title p {
		font-size: 48px;
	}

	#city .city_nr .city_r .flex .title h2 {
		font-size: 36px;
	}

	#city .city_nr .city_r .flex .desc {
		margin-top: 20px;
	}

	#city .city_nr .city_r .flex a {
		margin-top: 20px;
	}
}

@media(max-width: 767px) {
	#city .city_nr {
		display: block;
		width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 1;
		padding-bottom: 60px;
	}

	#city {
		padding-top: 60px;
		position: relative;
	}

	#city .city_nr .city_r {
		position: relative;
		z-index: 3;
		width: 100%;
		display: block;
	}

	#city .city_nr .city_l {
		width: 100%;
		display: block;
		position: absolute;
		z-index: 2;
		left: 0;
		bottom: 0;
	}

	#city .city_nr .city_r .flex .title p {
		color: rgba(62, 170, 152, 0.4);
	}

	#city .city_nr .city_r .flex .title h2 {
		color: #333;
	}

	#city .city_nr .city_r .flex .desc ul li {
		color: #444;
		background: #f5f5f5;
		margin-bottom: 10px;
		padding-right: 20px;
	}

}


@media(max-width: 500px) {
	#city .city_nr .city_r .flex .title p {
		font-size: 36px;
	}

	#city .city_nr .city_r .flex .title h2 {
		font-size: 26px;
	}

	#city {
		padding-top: 20px;
	}

	#city .city_nr .city_r .flex .desc ul li {
		font-size: 13px;
	}

	#city .city_nr .city_r .flex a {
		font-size: 14px;
		line-height: 3;
		width: 150px;
	}
}

/* 修改范围 */
#city .title {
	padding: 25px 0;
}

.pst-rel {
	position: relative;
}

.rect-60 {
	padding-bottom: 60%;
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

.ind_parent .con ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.ind_parent .con ul li {
	width: 12.2%;
	margin-right: 2%;
	margin-bottom: 2%;
	transition: all 0.3s;
}

.ind_parent .con ul li:hover {
	transform: translateY(-10px);
}

.ind_parent .con ul li a {
	display: block;
}


/*新闻资讯*/
#news {
	overflow: hidden;
	background: #fff;
	display: block;
	position: relative;
	z-index: 2;
	padding-top: 20px;
	padding-bottom: 45px;
}

#news .news_t {
	overflow: hidden;
	display: block;
}

#news .news_t .title {
	float: left;
	display: block;
}

#news .news_t .news_btn {
	float: right;
	display: block;
	padding-top: 50px;
}

#news .news_t .news_btn a {
	width: 168px;
	line-height: 52px;
	display: block;
	border-radius: 5px;
	text-align: center;
	background: #eeeeee;
	display: inline-block;
	margin-left: 26px;
	font-size: 18px;
	color: #999999;
}

#news .news_t .news_btn a.on {
	background: #3eb134;
	color: #fff;
}

#news .news_nr {
	display: block;
	margin-top: 55px;
	position: relative;
}

#news .news_nr .box_r_nr {
	display: block;
}

#news .news_nr .box_r_nr ul {
	display: block;
}

#news .news_nr .box_r_nr ul li {
	display: block;
	padding: 0 30px;
}

#news .news_nr .box_r_nr ul li a {
	display: block;
}

#news .news_nr .box_r_nr ul li a img {
	max-width: 100%;
	display: block;
}

#news .news_nr .box_r_nr ul li a .desc {
	padding: 20px 10px;
	display: block;
}

#news .news_nr .box_r_nr ul li a .desc .t {
	font-size: 24px;
	color: #666666;
	line-height: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#news .news_nr .box_r_nr ul li:hover a .desc .t {
	color: #3eb134;
}

#news .news_nr .box_r_nr ul li a .desc .list {
	font-size: 16px;
	color: #999999;
	line-height: 1.6;
	display: block;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

#news .news_nr .box_r_nr ul li a .desc span {
	text-align: left;
	font-size: 14px;
	color: #999999;
	display: block;
}

#news .news_nr .box_r_nr ul li:hover a .desc span {
	color: #454545;
}

#news .news_nr .box_r_nr ul .owl-nav .owl-prev,
#news .news_nr .box_r_nr ul .owl-nav .owl-next {
	position: absolute;
	width: 58px;
	height: 58px;
	display: block;
	top: 35%;
	z-index: 9;
	border-radius: 50%;
	border: 2px solid #d5d5d5;
	text-indent: -9999999px;
	background-image: url(../images/honer_ico.png);
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.2);
	background-position: center;
	transition: all 0.5s;
}

#news .news_nr .box_r_nr ul .owl-nav .owl-prev:hover,
#news .news_nr .box_r_nr ul .owl-nav .owl-next:hover {
	background-image: url(../images/honer_ico_on.png);
	background-color: #3eb134;
	border: 2px solid #3eb134;
}

#news .news_nr .box_r_nr ul .owl-nav .owl-prev {
	left: -65px;
	transform: rotate(180deg);
}

#news .news_nr .box_r_nr ul .owl-nav .owl-next {
	right: -65px;
}

@media(max-width: 1510px) {
	#news .news_nr .box_r_nr ul li {
		padding: 0 20px;
	}
}

@media(max-width: 1410px) {
	#news .news_nr .box_r_nr ul li a .desc .t {
		font-size: 20px;
	}

	#news .news_nr .box_r_nr ul .owl-nav {
		display: none;
	}
}

@media(max-width: 1199px) {
	#news {
		padding-top: 40px;
		padding-bottom: 35px;
	}

	#news .news_nr {
		margin-top: 35px;
	}

	#news .news_nr .box_r_nr ul li {
		padding: 0 15px;
	}

	#news .news_nr .box_r_nr ul li a .desc .t {
		font-size: 18px;
	}
}

@media(max-width: 991px) {
	#news .news_t .title {
		text-align: left;
		margin-top: 25px;
	}

	#news .news_t .title p {
		font-size: 48px;
	}

	#news .news_t .title h2 {
		font-size: 36px;
	}
}

@media(max-width: 767px) {
	#news .news_t .title {
		display: block;
		float: none;
		width: 100%;
		overflow: hidden;
		margin-top: 0px;
		text-align: center;
	}

	#news .news_t .news_btn {
		float: none;
		padding-top: 30px;
		text-align: center;
	}
}

@media(max-width: 500px) {
	#news .news_t .title p {
		font-size: 36px;
	}

	#news .news_t .title h2 {
		font-size: 26px;
	}

	#news {
		padding-top: 20px;
		padding-bottom: 25px;
	}

	#news .news_t .news_btn a {
		width: 140px;
		line-height: 3;
		margin-left: 0px;
		font-size: 14px;
	}

	#news .news_t .news_btn a:last-child {
		margin-left: 5px;
	}

	#news .news_t .news_btn a:first-child {
		margin-right: 5px;
	}

	#news .news_nr .box_r_nr ul li {
		padding: 0 5px;
	}

	#news .news_nr .box_r_nr ul li a .desc .t {
		font-size: 16px;
	}

	#news .news_nr .box_r_nr ul li a .desc .list {
		font-size: 14px;
	}
}



/* 图片封面动画 */
.white,
.whites {
	position: relative;
	overflow: hidden;
}

.white::after,
.whites::after {
	content: '';
	cursor: pointer;
	position: absolute;
	left: -120%;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	transition: unset;
}

.white:hover::after {
	left: 120%;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
	transition: 1s;
}

/* 底部 */
footer {
	overflow: hidden;
	background: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	z-index: 2;
	border-top: 2px solid #2f2f2f;
}

footer .footer_nr {
	overflow: hidden;
	padding-bottom: 60px;
}

footer .footer_l {
	padding-left: 0;
}

footer .footer_l .footer_nav {
	overflow: hidden;
}

footer .footer_l .footer_nav ul {
	text-align: left;
	overflow: hidden;
	margin-right: 80px;
	float: left;
}

footer .footer_l .footer_nav ul:last-child {
	margin-right: 0px;
}

footer .footer_l .footer_nav ul li&gt;a {
	display: block;
}

footer .footer_l .footer_nav ul li&gt;a&gt;span {
	font-size: 20px;
	color: rgba(255, 255, 255, .8);
	margin-bottom: 20px;
	display: block;
}

footer .footer_l .footer_nav ul li&gt;.nav-er-box {
	overflow: hidden;
}

footer .footer_l .footer_nav ul li&gt;.nav-er-box .nav-er-list {
	display: block;
}

footer .footer_l .footer_nav ul li&gt;.nav-er-box .nav-er-list a {
	display: block;
	margin-bottom: 5px;
}

footer .footer_l .footer_nav ul li&gt;.nav-er-box .nav-er-list a span {
	font-size: 14px;
	color: #aaaaaa;
	line-height: 2;
	display: block;
}

footer .footer_l .footer_nav ul li&gt;.nav-er-box .nav-er-list a:hover span {
	color: rgba(255, 255, 255, .8);
}

footer .footer_r {
	overflow: hidden;
	padding-left: 0px;
}

footer .footer_r .footer_r_r {
	padding-left: 0px;
	padding-right: 0px;
}

footer .footer_r .footer_r_r .footer_r_tel_desc {
	margin-top: 35px;
	text-align: center;
	line-height: 30px;
}

footer .footer_r .footer_r_r .footer_r_tel_desc p {
	font-size: 18px;
	color: #8c8c8c;
}

footer .footer_r .footer_r_r .footer_r_tel_desc em {
	font-size: 16px;
	color: #8c8c8c;
}

footer .footer_r .footer_r_r a {
	display: block;
	width: 190px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 30px;
	margin-top: 20px;
	font-size: 15px;
	color: #fff;
	padding-left: 30px;
	background: url(../images/footkf_on.png)no-repeat 20px #999;
	transition: all 0.5s;
	margin: 20px auto 0 auto;
}

footer .footer_r .footer_r_r a:hover {
	background: url(../images/footkf_on.png)no-repeat 20px #0f9503;
	color: #fff;
}

footer .footer_r .footer_r_l {
	float: right;
	text-align: center;
}

footer .footer_r .footer_r_l img {
	width: 140px;
	display: block;
	margin: 0 auto;
	border: 1px solid #ddd;
}

footer .footer_r .footer_r_l p {
	font-size: 14px;
	display: block;
	margin-top: 10px;
	color: #aaaaaa;
}

footer .icp {
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #d5d5d5;
	padding-top: 10px;
}

footer .icp .icp_nr {
	font-size: 14px;
	color: #8c8c8c;
	line-height: 2;
	display: block;
}

footer .icp .icp_nr a {
	font-size: 14px;
	color: #8c8c8c;
}

footer .icp .icp_nr a:hover {
	color: #3eb134;
}

footer .icp .icp_add {
	font-size: 14px;
	color: #8c8c8c;
	line-height: 2;
	display: block;
}


@media(max-width: 1610px) {
	footer .footer_l .footer_nav ul {
		margin-right: 70px;
	}
}

@media(max-width: 1510px) {
	footer .footer_r .footer_r_r .footer_r_tel_desc {
		margin-top: 0px;
	}

	footer .footer_l .footer_nav ul {
		margin-right: 60px;
	}
}

@media(max-width: 1410px) {
	footer .footer_l .footer_nav ul {
		margin-right: 50px;
	}
}

@media(max-width: 1310px) {
	footer .footer_l .footer_nav ul {
		margin-right: 35px;
	}

	footer .footer_r {
		padding-right: 0px;
	}

	footer .footer_r .footer_r_r .footer_r_tel_desc p {
		font-size: 16px;
	}

	footer .footer_r .footer_r_r a {
		background: #3eb134;
		width: 190px;
		text-align: center;
		padding: 0;
	}
}

@media(max-width: 1199px) {
	footer .footer_l .footer_nav ul {
		margin-right: 25px;
	}
}

@media(max-width: 991px) {
	footer .footer_l .footer_nav ul {
		margin-right: 15px;
	}

	footer .footer_l .footer_nav ul:last-child {
		display: none;
	}

	footer .footer_r .footer_r_r a {
		width: 175px;
	}

	footer .footer_nr {
		padding-bottom: 30px;
	}
}

@media(max-width: 767px) {
	footer {
		padding-bottom: 65px;
	}
}

@media(max-width: 500px) {
	footer .footer_r .footer_r_l img {
		width: 100px;
	}

	footer .footer_r .footer_r_r .footer_r_tel_desc p {
		font-size: 16px;
	}

	footer .footer_r .footer_r_r a {
		width: 140px;
		font-size: 12px;
		height: auto;
		line-height: 3;
	}

	footer {
		padding-top: 30px;
	}

	footer .footer_nr {
		padding-bottom: 10px;
	}
}

@media(max-width: 400px) {
	footer .footer_r .footer_r_r .footer_r_tel_desc p {
		font-size: 15px;
	}
}

/*友情链接*/
.link {
	overflow: hidden;
	display: block;
	line-height: 2;
}

.link .flink span {
	font-size: 14px;
	color: #8c8c8c;
	display: inline-block;
	float: left;
}

.link .flink .flink_nr {
	overflow: hidden;
	display: inline-block;
	float: left;
	width: 90%;
}

.link .flink a {
	font-size: 14px;
	color: #8c8c8c;
	margin-right: 10px;
	display: inline-block;
}

@media(max-width: 1199px) {
	.link .flink .flink_nr {
		width: 85%;
	}
}

@media(max-width: 991px) {
	.link .flink .flink_nr {
		width: 80%;
	}
}


/* 手机底部按钮 */
.footer-bottom {
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #3eb134;
	text-align: center;
}

.footer-bottom a {
	display: inline-block;
	padding: 7px 0;
	color: #fff;
}

.footer-bottom a i {
	font-size: 16px;
	display: block;
}

/* 在线客服 */
.diyos {
	position: fixed;
	width: 54px;
	right: 0;
	top: 50%;
	z-index: 100;
}

.diyos ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.diyos ul li {
	width: 54px;
	height: 54px;
	background: #3eb134;
	float: left;
	position: relative;
	border-top: 1px solid #fff;
	z-index: 1;
}

.diyos ul li:first-child {
	border-top: 0;
}

.diyos ul li .sidebox,
.diyos ul li .semail {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 14px;
	line-height: 54px;
	overflow: hidden;
	background: #3eb134;
}

.diyos ul li .sidetop {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li.sideewm {
	width: 54px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
}

.diyos ul li .sideewmshow {
	width: 130px;
	position: absolute;
	top: 0;
	left: -131px;
	z-index: 120;
	display: none;
	max-width: none;
	border: 1px solid #e5e5e5;
}

.diyos ul li.sideewm:hover .sideewmshow {
	display: block;
}

.diyos ul li img {
	float: left;
}


/*内页面包屑*/
.mbx {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.3);
	display: block;
	z-index: 9;
	width: 100%;
	overflow: hidden;
}

.crumbs {
	padding-left: 18px;
	background: url(../images/bread.png) no-repeat left center;
	line-height: 40px;
	float: left;
	color: #fff;
}

.crumbs a {
	color: #fff;
}

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

.pro_location {
	margin-bottom: 0px;
}


/* 内页导航 */
#location {
	height: auto;
	display: block;
	text-align: center;
	background: #f5f5f5;
}

#location ul {
	display: block;
	text-align: center;
}

#location ul li {
	display: inline-block;
}

#location ul li a {
	display: block;
	padding: 0 60px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 68px;
	border: 1px solid #ddd;
	border-right: none;
	margin-right: -5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#location ul li:last-child a {
	border-right: 1px solid #ddd;
}

#location ul li.cur a,
#location ul li:hover a {
	background: #3eb134;
	border-top: 1px solid #3eb134;
	border-bottom: 1px solid #3eb134;
	color: #fff;
}


@media(max-width: 1199px) {
	#location {
		height: 50px;
	}

	#location ul li a {
		padding: 0 30px;
		font-size: 14px;
		line-height: 48px;
	}
}

@media(max-width: 767px) {
	#location {
		display: block;
		height: auto;
	}

	#location ul {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}

	#location ul li {
		flex: 1;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#location ul li a {
		padding: 0;
		margin: 0;
		border: none;
	}
}

@media(max-width: 500px) {
	.mbx {
		height: 35px;
	}

	.crumbs {
		line-height: 35px;
		font-size: 12px;
	}

	#location ul {
		display: block;
		width: 100%;
	}

	#location ul li {
		float: left;
		display: block;
		width: 25%;
		border: none;
	}

	#location ul li.cur a,
	#location ul li:hover a {
		border: none;
		border-right: 1px solid #3eb134;
		border-bottom: 1px solid #3eb134;
	}

	#location ul li:last-child a {
		border: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#location ul li a {
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}

	#location ul li:nth-child(5) a {
		border-left: 1px solid #ccc;
	}

	#location .container {
		padding-left: 0px;
		padding-right: 0px;
	}

}

/* 内页banner */
.nybanner&gt;div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1329px) {
	.nybanner&gt;div {
		height: 420px !important;
	}
}

@media (max-width: 1199px) {
	.nybanner&gt;div {
		height: 360px !important;
	}
}

@media (max-width: 991px) {
	.nybanner&gt;div {
		height: 320px !important;
	}
}

@media (max-width: 767px) {
	.nybanner&gt;div {
		height: 280px !important;
	}
}

@media (max-width: 700px) {
	.nybanner&gt;div {
		height: 240px !important;
	}
}

@media (max-width: 580px) {
	.nybanner&gt;div {
		height: 175px !important;
	}
}

@media (max-width: 420px) {
	.nybanner&gt;div {
		height: 150px !important;
	}
}

@media (max-width: 374px) {
	.nybanner&gt;div {
		height: 130px !important;
	}
}

/* 内页样式 */
#inside {
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.bgf5 {
	background: #f5f5f5;
}

.nocontect {
	background-image: url(../images/error.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	height: 100px;
	padding-top: 40px;
	padding-left: 120px;
	font-size: 14px;
	margin-bottom: 20px;
}

@media (max-width:767px) {
	#inside {
		padding-bottom: 30px;
	}
}




/* 内页产品导航 */
#pronav {
	width: 100%;
	background: #e8e8e8;
	text-align: center;
	margin-bottom: 20px;
}

.pronav-a {
	line-height: 80px;
	display: flex;
	overflow: hidden;
}

.pronav-a a {
	flex: 1;
	font-size: 16px;
	color: #333;
}

.pronav-a a.cur,
.pronav-a a:hover {
	background: #3eb134;
	color: #fff;
}

@media (max-width:1509px) {
	.pronav-a {
		display: block;
	}

	.pronav-a a {
		display: inline-block;
		padding: 0 14px;
	}
}

@media (max-width:1409px) {
	.pronav-a a {
		padding: 0 13px;
		font-size: 15px;
	}
}

@media (max-width:1309px) {
	.pronav-a {
		line-height: 60px;
	}

	.pronav-a a {
		padding: 0 11px;
		font-size: 14px;
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a {
		display: block;
		float: left;
		width: 16.66%;
	}
}

@media (max-width:767px) {
	.pronav-a a {
		display: block;
		float: left;
		width: 25%;
		padding: 0 8px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

@media (max-width:500px) {
	.pronav-a {
		line-height: 40px;
	}
}

/* 内页单页面标题 */
#nytitle {
	text-align: center;
	padding: 0 10px;
	margin: 30px 0;
}

#nytitle h1 {
	font-size: 36px;
	color: #353535;
	font-weight: bold;
}

#nytitle p {
	color: #999;
	font-size: 16px;
	margin-top: 10px;
	text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
	#nytitle {
		margin-bottom: 20px;
	}

	#nytitle h1 {
		font-size: 24px;
	}

	#nytitle p {
		font-size: 14px;
	}
}

/* 内页单页面内容 */
.nyshow {
	width: 100%;
}

.nyshow-til {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
	margin: 20px 0;
}

.nyshow-til&gt;h1,
.nyshow-til&gt;h2 {
	float: left;
	padding-right: 15px;
	text-indent: 25px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #3eb134 solid;
	color: #3eb134;
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.nyshow-til&gt;h1::before,
.nyshow-til&gt;h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	width: 6px;
	height: 30px;
	background: #3eb134;
}

.nyshowdesc {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 40px;
	min-height: 300px;
}

.nyshowdesc p {
	margin: 5px 0;
}

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

.block-shadow {
	height: 200px;
	-webkit-box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	box-shadow: 0 10px 20px 0 rgba(50, 50, 50, .20);
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-ms-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

.block-shadow:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 125, 255, .5);
}

.radius-md {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.icon-sm {
	width: 60px;
	display: inline-block;
	text-align: center;
}

.icon-sm em {
	font-size: 30px;
	line-height: 30px;
}

.icon-content {
	overflow: hidden;
}

.icon-content h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (max-width:767px) {
	.nyshowdesc {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
		min-height: 100px;
	}

	.nyshowdesc h1 {
		font-size: 30px;
	}

	.nyshowdesc h2 {
		font-size: 24px;
	}

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

	.nyshowdesc h4 {
		font-size: 14px;
	}

	.block-shadow {
		height: auto;
	}
}

/* 内页项目 */
#nyitem {
	padding-bottom: 30px;
	border-bottom: 4px solid #3eb134;
}

#nyitem ul&gt;li {
	padding: 0 10px;
	margin-bottom: 20px;
}

#nyitem ul&gt;li a {
	display: block;
}

.ser-img {
	position: relative;
	overflow: hidden;
}

.ser-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent repeat-x bottom;
}

.ser-img i {
	position: absolute;
	left: 50%;
	top: 150%;
	width: 60px;
	height: 60px;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

#nyitem ul&gt;li p {
	font-size: 24px;
	color: #444;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
}

#nyitem ul&gt;li a:hover .ser-bg {
	background: url(../images/ser-bg.png) repeat-x bottom;
}

#nyitem ul&gt;li a:hover .ser-img i {
	top: 50%;
}

#nyitem ul&gt;li a:hover p {
	font-weight: bold;
	color: #00a041;
}

@media only screen and (max-width:767px) {
	#nyitem ul&gt;li p {
		font-size: 16px;
		line-height: 30px;
	}
}

@media only screen and (max-width:500px) {
	#nyitem ul&gt;li {
		margin-bottom: 10px;
	}
}

/* 内页关于我们 */
.brank_con {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.brank_con&gt;.cpcon h4 {
	color: #3eb134;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.8;
}

.brank_con&gt;.cpcon {
	padding: 50px 0;
	overflow: hidden;
}

.brank_con&gt;.cpcon:last-child {
	margin-bottom: 0;
}

.brank_con&gt;.cpcon:nth-child(odd) {
	background: transparent;
}

.brank_con&gt;.cpcon:nth-child(odd) .cpcon_img {
	float: right;
}

.brank_con&gt;.cpcon:nth-child(even) {
	background: #f5f5f5;
}

.brank_con&gt;.cpcon&gt;h3 {
	text-align: center;
	font-size: 36px;
	margin-bottom: 50px;
}

.brank_con&gt;.cpcon .cpcon_img img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.brank_con&gt;.cpcon .cpcon_txt {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	.brank_con {
		font-size: 14px;
		line-height: 1.6;
	}

	.brank_con&gt;.cpcon {
		padding: 20px 0;
	}

	.brank_con&gt;.cpcon&gt;h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

/* 内页服务网点 */
#nypoint {
	padding-bottom: 30px;
}

#nypoint ul li {
	float: left;
	width: 33.33%;
	padding: 15px;
}

#nypoint ul li a {
	display: block;
	border: 1px solid #fff;
	background: #e9f1f1;
	text-align: center;
	border-radius: 10px;
}

#nypoint ul li a span {
	display: inline-block;
	line-height: 28px;
	font-size: 16px;
	color: #666;
	padding-left: 35px;
	background: url(../images/scity-x.png) no-repeat left;
	margin: 20px 0;
}

#nypoint ul li a:hover {
	border-color: #3eb134;
}

#nypoint ul li a:hover span {
	color: #3eb134;
	background: url(../images/scity-xx.png) no-repeat left;
}


.nypo-l {
	width: 50%;
	height: 500px;
	float: left;
	overflow-y: scroll;
}

.nypo-r {
	width: 50%;
	height: 500px;
	float: right;
	overflow: hidden;
	position: relative;
}

.nypo-r img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1199px) {
	#nypoint ul li {
		padding: 10px;
	}

	#nypoint ul li a span {
		margin: 16px 0;
	}
}

@media (max-width: 991px) {
	#nypoint ul li {
		width: 50%;
	}
}

@media (max-width: 600px) {
	#nypoint ul li {
		width: 33.33%;
	}

	.nypo-r {
		width: 100%;
		height: auto;
	}

	.nypo-r img {
		position: relative;
		height: 250px;
	}

	.nypo-l {
		width: 100%;
		overflow: hidden;
		height: auto;
	}
}

@media (max-width: 500px) {
	#nypoint ul li {
		width: 50%;
	}

	.nypo-r img {
		height: 150px;
	}
}

.nyshowdesc&gt;.nyject {
	overflow: hidden;
	background: #f5f5f5;
}

.nyshowdesc&gt;.nyject .nyject_img {
	overflow: hidden;
}

.nyshowdesc&gt;.nyject .nyject_img img {
	transition: 0.5s;
}

.nyshowdesc&gt;.nyject .nyject_txt {
	padding: 20px 50px;
}

.nyshowdesc&gt;.nyject .nyject_txt h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}

.nyshowdesc&gt;.nyject .nyject_txt p {
	font-size: 16px;
	color: #666;
}

.nyshowdesc&gt;.nyject:hover .nyject_img img {
	transform: scale(1.1);
}

@media (min-width:768px) {
	.nyshowdesc&gt;.nyject {
		display: flex;
		align-items: center;
	}

	.nyshowdesc&gt;.nyject:nth-child(even) {
		flex-direction: row-reverse;
	}

	.nyshowdesc&gt;.nyject .nyject_img,
	.nyshowdesc&gt;.nyject .nyject_txt {
		flex: 50%;
	}
}

@media (max-width:767px) {
	.nyshowdesc&gt;.nyject .nyject_txt {
		padding: 20px;
	}
}

@media (max-width:500px) {
	.nyshowdesc&gt;.nyject .nyject_txt {
		padding: 15px;
	}

	.nyshowdesc&gt;.nyject .nyject_txt h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.nyshowdesc&gt;.nyject .nyject_txt p {
		font-size: 14px;
	}
}

/* 留言模块Message */
#nymessage {
	padding: 50px 0;
	background: url(../images/nymessagebg.jpg) no-repeat center / cover;
}

#nymessage h4 {
	color: #3eb134;
}

#nymessage form {
	overflow: hidden;
	margin-top: 50px;
}

#nymessage form label {
	font-weight: normal;
	text-align: none ! important;
	white-space: nowrap;
}

#nymessage .nymessage-h6 {
	text-align: left;
}

@media (max-width:767px) {
	#nymessage {
		padding: 30px 0;
	}

	#nymessage h4 {
		font-size: 16px;
		line-height: 1.4;
	}

	#nymessage form {
		margin-top: 30px;
	}

	#nymessage form&gt;div[class^="col-"] {
		padding: 0 5px;
	}
}

#nycommon {
	padding: 30px 0;
	background: #f8f8f8;
}

/* 热门标签 */
.nycomtag {
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.nycomtag&gt;h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #3eb134 solid;
	color: #3eb134;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/ny-objs.png) no-repeat left;
}

.nycomtag&gt;a {
	float: right;
}

.ghtag {
	padding-left: 22px;
	background: url(../images/ghtag.png) no-repeat left;
}

#tagac {
	margin-top: 10px;
}

#tagac&gt;a {
	font-size: 14px;
	color: #797979;
	line-height: 25px;
	display: inline-block;
	background-color: #fff;
	border-radius: 30px;
	padding: 0 14px;
	margin-top: 14px;
	box-shadow: 1px 4px 16px 0px rgb(30 168 57 / 20%);
	margin-right: 10px;
	transition: all ease 0.3s;
}

#tagac&gt;a:hover {
	background-color: #3eb134;
	color: #fff;
}

/* 推荐新闻 */
.nyhotnews {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
}

.nyhotnews&gt;h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #3eb134 solid;
	color: #3eb134;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/nyhotnewico.png) no-repeat left;
}

.nyhotnews-list {
	margin-top: 10px;
	overflow: hidden;
}

.nyhotnews-list li {
	font-size: 14px;
	line-height: 30px;
	background: url(../images/iyuan.png) no-repeat left;
	background-size: 8px;
	box-sizing: border-box;
}

.nyhotnews-list li a {
	float: left;
	width: calc(100% - 90px);
	color: #333;
}

.nyhotnews-list li span {
	float: right;
	color: #666;
}

.nyhotnews-list li:hover {
	background: url(../images/iyuan_on.png) no-repeat left;
	background-size: 8px;
}

.nyhotnews-list li:hover a {
	color: #3eb134;
}

/*视频列表*/
.nyvideo-ul {
	overflow: hidden;
}

.nyvideo-ul li {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.nyvideo-div a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
	overflow: hidden;
}

.nyvideo-div a img {
	display: block;
	max-width: 100%;
	width: 311px;
}

.nyvideo-div a.nyvideo-a {
	padding: 0 10px;
	border: none;
	line-height: 25px;
	text-align: center;
}

.nyvideo-div:hover a {
	border-color: #3eb134;
	color: #3eb134;
}

/*视频详情*/
.showvideo-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.showvideo-top&gt;h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.showvideo-time {
	text-align: center;
}

.showvideo-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.showvideo-time span:last-child {
	margin-right: 0;
}

.showvideo-mp {
	margin: 20px 0;
	text-align: center;
}

.showvideo-mp video,
.showvideo-mp iframe {
	width: 800px;
	max-width: 100%;
}

.showvideo-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

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

/*下载列表*/
.nydown-list {
	margin-bottom: 20px;
}

.nydown-list table {
	width: 100%;
	text-align: center;
}

.nydown-list table thead {
	background: #3eb134;
	color: #fff;
	font-size: 16px;
	line-height: 2;
}

.nydown-list table tbody {
	line-height: 1.6
}

.nydown-list table tbody tr td {
	color: #666;
}

.nydown-list table tbody tr td:first-child {
	color: #333;
}

/*下载详情*/
.showdown-top {
	margin-bottom: 20px;
}

.showdown-top&gt;h1 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
}

.showdown-top&gt;ul {
	padding: 10px;
	background: #f6f6f6;
}

.showdown-top&gt;ul&gt;li {
	border-bottom: 1px solid #eee;
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	line-height: 20px;
}

.showdown-top&gt;ul&gt;li:last-child {
	margin-bottom: 0;
}

.showdown-top&gt;ul&gt;li&gt;span {
	padding: 0px 10px;
	margin-right: 5px;
}

.showdown-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

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

/*图片列表*/
.nyimg-ul {
	overflow: hidden;
}

.nyimg-ul li {
	margin-bottom: 20px;
	padding: 0 10px;
}

.nyimg-ul li .nyimg-div {
	background: #fff;
	padding: 7px;
	border: 1px solid #D9D9D9;
}

.nyimg-ul li .nyimg-div a {
	display: block;
	overflow: hidden;
}

.nyimg-ul li .nyimg-div img {
	margin: 0 auto;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width: 100%;
}

.nyimg-ul li .nyimg-a {
	padding: 0 5px;
	margin-top: 9px;
	line-height: 40px;
	display: block;
	background: #EFEFEF;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.nyimg-ul li:hover .nyimg-a {
	color: #ffffff !important;
}

.nyimg-ul li:hover .nyimg-div img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.nyimg-ul li:hover .nyimg-a {
	background: #3eb134;
	color: #fff;
}

@media (max-width:767px) {
	.nyimg-ul li .nyimg-a {
		line-height: 32px;
	}
}

/*图片详情*/
.showimg-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
}

.showimg-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
	margin-top: 20px;
}

.showimg-top span {
	margin-right: 10px;
	font-size: 14px;
	color: #a3afb7;
}

.showimg-img {
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
}

.showimg-img img {
	max-width: 100%;
	height: auto !important;
	border: 1px solid #ddd;
}

.ctitle {
	margin-bottom: 15px;
}

.ctitle h3 {
	padding-left: 20px;
	background: url(../images/dt-7.gif) no-repeat left center;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

.showimg-con {
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 300;
	padding: 0 10px;
	border-bottom: 1px solid #F0F2F5;
	padding-bottom: 20px;
}

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

.showimg-page {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.showimg-page&gt;div[class^="col-"] {
	padding: 0 10px;
}

.showimg-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.showimg-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

.showimg-right {
	border-left: 1px solid #f0f2f5;
}

@media (max-width:767px) {
	.showimg-left {
		padding: 0;
	}

	.showimg-top h1 {
		font-size: 20px;
	}

	.showimg-con {
		font-size: 14px !important;
	}

	.showimg-page a {
		padding: 8px;
	}
}

/* 右侧栏目信息 */
.nybusiness {
	margin-bottom: 20px;
}

.nybusiness&gt;p {
	font-size: 16px;
	color: #3eb134;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../images/ny-objs.png) no-repeat left;
}

.nybusiness a {
	margin-bottom: 10px;
	display: block;
	position: relative;
}

.nybusiness a:last-child {
	margin-bottom: 0;
}

.nybusiness-img {
	overflow: hidden;
}

.nybusiness a p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	color: #fff;
}

.nybusiness a:hover p {
	background: rgba(0, 153, 255, .5);
}

.hotnews {}

.hotnews p {
	font-size: 16px;
	color: #3eb134;
	line-height: 40px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	padding-left: 32px;
	background: url(../images/ny-news.png) no-repeat left;
}

.hotnews a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	background: url(../images/iyuan.png) no-repeat left;
	background-size: 8px;
}

.hotnews a:hover {
	background: url(../images/iyuan_on.png) no-repeat left;
	color: #3eb134;
}

/*新闻列表*/
.nynews-ul {
	display: block;
}

.nynews-ul li.nynews-li {
	padding: 0 10px 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.nynews-img {
	padding: 0;
	overflow: hidden;
	border: 1px solid #f3f3f3;
}

.nynews-img a {
	display: block;
}

.nynews-img img {
	width: 100%;
	transition: .8s
}

.nynews-ul li.nynews-li:hover img {
	transform: scale(1.02);
}

.nynews-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nynews-date span {
	color: #4d4c51;
}

.nynews-date img {
	margin: 4px 6px 0 0;
	float: left;
}

.nynews-date p {
	float: left;
	margin: 0;
}

.nynews-date i {
	margin-right: 5px;
}

.nynews-con h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3b3c3c;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nynews-con h3 a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.nynews-ul li.nynews-li:hover h3 a {
	color: #3eb134;
}

.nynews-con {
	background-color: #f9f9f9;
	padding-top: 16px;
	padding-bottom: 18px;
}

.nynews-con p.nynews-desp {
	color: #8d8d8d;
	font-size: 14px;
	line-height: 23px;
	margin: 10px 0;
	height: 46px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nynews-con a.nynews-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 15px;
	padding: 7px;
	background: #3eb134;
	margin-top: 10px;
	width: 120px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nynews-con a.nynews-more:hover {
	background: #FF7A0E;
	left: 10px;
	color: #ffffff !important;
}

@media (max-width:991px) {
	#nynewslist&gt;.container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nynews-ul li.nynews-li {
		padding: 0 5px 4px;
		margin-bottom: 14px;
	}
}

@media (max-width:767px) {
	.nynews-con h3 {
		font-size: 16px;
		font-weight: bold
	}

	.nynews-con {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 12px;
	}

	.nynews-con p.nynews-desp {
		margin: 2px 0 8px;
	}
}

/*新闻详情*/
.shownews-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
}

.shownews-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.shownews-time {
	text-align: center;
}

.shownews-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.shownews-time span:last-child {
	margin-right: 0;
}

.shownews-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

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

.shownews-page {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.shownews-page&gt;div[class^="col-"] {
	padding: 0 10px;
}

.shownews-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.shownews-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

@media (max-width:767px) {
	.shownews-top h1 {
		font-size: 20px;
	}

	.shownews-con {
		font-size: 14px !important;
		line-height: 1.6;
	}

	.shownews-page a {
		padding: 8px;
	}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul {
	overflow: hidden;
}

.nyjoblist-ul li {
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

.nyjoblist-ul li .nyjoblist-top {
	padding: 20px;
	position: relative;
	overflow: hidden;
}

.nyjoblist-ul li .nyjoblist-top h3 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

.nyjoblist-ul li .nyjoblist-top span {
	padding-right: 20px;
	color: #999;
}

.nyjoblist-ul li .nyjoblist-top p {
	color: #666;
	margin: 10px 0;
}

.nyjoblist-ul li .nyjoblist-top&gt;a {
	float: left;
	padding: 10px 25px;
	background: #3eb134;
	border-radius: 20px;
	color: #fff;
	margin-right: 10px;
}

.nyjoblist-ul li .nyjoblist-top&gt;a+a {
	margin-right: 0;
}

.nyjoblist-ul li .nyjoblist-top&gt;a:hover {
	background: #ffc531;
	color: #333;
}

@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top {
		padding: 10px;
	}
}


.showjob-left {
	padding-bottom: 30px;
}

.showjob-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 10px;
}

.showjob-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showjob-list {
	overflow: hidden;
	margin-bottom: 30px;
}

.showjob-list li {
	width: 50%;
	float: left;
	padding: 5px 10px;
	background: url(../images/dt-0.png) no-repeat left top 13px;
}

.showjob-list li span {
	float: left;
	margin-right: 10px;
	color: #999;
}

.showjob-con {
	line-height: 1.8;
	color: #222;
	word-wrap: break-word;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 0;
}

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

.showjob-more {}

.showjob-page {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

.showjob-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.showjob-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

@media (max-width:767px) {
	.showjob-top h1 {
		font-size: 20px;
	}

	.showjob-top h2 {
		font-size: 16px;
	}

	.showjob-con {
		padding: 0;
		font-size: 14px !important
	}

	.showjob-left {
		padding: 0;
	}

	.showjob-page&gt;div[class^="col-"] {
		padding: 0 10px;
	}
}

/* 产品列表 */



/*产品详情*/
.showpro-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 20px;
}

.showpro-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 30px;
}

.showpro-top span {
	margin-right: 10px;
	font-size: 14px;
	color: #a3afb7;
}

.showpro-img {
	margin-bottom: 20px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	width: 140px;
	height: 93px;
}

@media (max-width:767px) {
	.showpro-top h1 {
		font-size: 20px;
	}

	.showpro-imgbox {
		padding: 0;
	}
}


/*产品参数*/
.nyproshow-info {
	line-height: 1.8;
	color: #666;
	margin-bottom: 20px;
}

.showpro-tel {
	overflow: hidden;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.showpro-telx {
	float: left;
	line-height: 40px;
}

.showpro-telx img {
	float: left;
	margin-right: 12px;
}

.showpro-telcon {
	float: left;
}

.showpro-telcon p {
	float: left;
	color: #666;
	margin-bottom: 0;
}

.showpro-telcon span {
	float: left;
	color: #333;
	font-size: 24px;
	font-family: arial;
}

.showpro-tel a {
	float: right;
	display: block;
	line-height: 40px;
	padding: 0 20px;
	background: #3eb134;
	color: #fff;
}

.showpro-tel a i {
	margin-right: 5px;
}

.showpro-tel a:hover {
	background: #034ad8;
}

.showpro-con {
	margin-top: 20px;
}

.showpro-con ul {
	border-bottom: 1px solid #ccc;
	line-height: 40px;
	margin-bottom: 10px;
	overflow: hidden;
}

.showpro-con ul li {
	text-align: center;
	padding: 0 24px;
	font-size: 16px;
	background: #e6e6e6;
	color: #333;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

.showpro-con ul li.on {
	background: #3eb134;
	color: #fff;
}

.showpro-con ul li:last-child {
	margin-right: 0;
}

.showpro-details {
	font-size: 16px;
	line-height: 1.8;
	overflow: hidden;
}

.showpro-details .showpro-det {
	display: none;
	min-height: 200px;
}

.showpro-details div {
	margin-bottom: 10px;
}

.showpro-details p {
	margin: 5px 0;
}

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

.showpro-details video {
	max-width: 100%;
	height: auto !important;
}

@media (max-width:767px) {
	.showpro-details {
		font-size: 14px;
		line-height: 1.6;
	}
}

/*相关产品*/
.nyaboutpro {
	line-height: 40px;
	height: 41px;
	border-bottom: 1px #ccc solid;
}

.nyaboutpro&gt;h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #3eb134 solid;
	color: #3eb134;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/nyaboutproico.png) no-repeat left;
}

#abprolist {
	margin: 20px 0;
}

#abprolist li {
	padding: 0 10px;
}

#abprolist li a {
	display: block;
}

#abprolist li a .abpro-img {
	padding: 2px;
	border: 1px solid #ccc;
}

#abprolist li a .abpro-img img {
	display: block;
	max-width: 100%;
}

#abprolist li a p {
	margin-top: 5px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background: #ccc;
	padding: 0 10px;
	color: #333;
}

#abprolist li a:hover .abpro-img {
	border-color: #3eb134;
}

#abprolist li a:hover p {
	background: #3eb134;
	color: #fff;
}

/* 标签 */
.pro_key {
	line-height: 35px;
	font-size: 15px;
	color: #333;
	font-weight: bold;
}

.pro_key a {
	font-size: 14px;
	background: #9e9c9c;
	padding: 2px 6px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.pro_key a:hover {
	background: #3eb134;
}

/* 分享按钮 */
.jiathis {
	padding-top: 10px;
	height: 35px;
	line-height: 30px;
	border-top: 1px dotted #ccc;
	text-align: right;
	position: relative;
	color: #666;
	margin-bottom: 20px;
}

.jiathis .jiathis_txt {
	float: left;
}

/* 上下页按钮 */
.ny-page {
	overflow: hidden;
	margin-bottom: 30px;
}

.ny-pagea {
	width: 50%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.ny-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.ny-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

/* 搜索模块 */
.nysearch-ul {
	overflow: hidden;
}

.nysearch-ul li.nysearch-li {
	padding: 0 0 15px 0;
	margin-bottom: 25px;
	border-bottom: 1px dashed #333;
	overflow: hidden;
}

.nysearch-til&gt;a {
	line-height: 14px;
	color: #fff;
	vertical-align: baseline;
	white-space: nowrap;
	display: inline-block;
	background: #3eb134;
	margin-right: 5px;
	position: relative;
	top: 0;
	padding: 4px 6px;
}

.nysearch-til&gt;a .nysearch-arrow {
	position: absolute;
	width: 0;
	height: 0;
	vertical-align: top;
	top: 7px;
	right: -4px;
	border-left: 4px solid #000;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left-color: #3eb134;
}

.nysearch-til&gt;a:hover {
	background: #333;
}

.nysearch-til&gt;a:hover .nysearch-arrow {
	border-left-color: #333;
}

.nysearch-til&gt;h2 {
	display: inline;
	font-size: 19px;
	margin: 0;
	font-weight: bold;
	position: relative;
	top: 1px;
	line-height: 25px;
}

.nysearch-con p.nysearch-desp {
	color: #666;
	font-size: 14px;
	line-height: 23px;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nysearch-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nysearch-date span {
	color: #999;
}

.nysearch-date p {
	float: left;
	margin: 0;
}

.nysearch-date i {
	margin-right: 5px;
}

.nysearch-con a.nysearch-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 13px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #999;
	margin-top: 10px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nysearch-con a.nysearch-more:hover {
	background: #3eb134;
	left: 10px;
}


/*联系我们*/
.product-inlist {
	background-color: #f6f6f6;
}

.contact_meg {
	float: right;
	width: 50%;
	height: 510px;
	z-index: 3;
	background: #f6f6f6;
}

.meg_con .title2 {
	font-size: 28px;
	color: #333333;
	max-width: 510px;
	margin-bottom: 24px;
	margin-top: 35px;
	font-weight: bold;
}

.meg_con .tel {
	padding: 13px 0;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	color: #333;
	max-width: 510px;
	font-size: 30px;
}

.meg_con .tel img {
	display: inline-block;
}

.meg_con .megs {
	margin-top: 20px;
	font-size: 15px;
	line-height: 36px;
}

.meg_con {
	width: 100%;
	z-index: 3;
	padding-left: 8%;
	padding-right: 4%;
	box-sizing: border-box;
}

.my-map {
	margin: 0 auto;
	width: 50%;
	height: 510px;
	float: left;
}

.amap-container {
	height: 100%;
}

@media only screen and (max-width:1199px) {
	.meg_con {
		width: 100%;
		position: unset;
		padding-left: 5%;
		box-sizing: border-box;
	}

	.meg_con .title2,
	.meg_con .tel {
		max-width: initial;
		width: 100%;
	}

	.contact_meg {
		width: 100%;
		float: none;
		height: auto;
		padding-bottom: 40px
	}

	.my-map {
		margin: 0 auto;
		width: 100%;
		height: 400px;
		float: none;
	}
}

@media only screen and (max-width:991px) {
	.product-inlist&gt;div {
		margin-bottom: 0 !important;
	}

	.product-inlist {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:768px) {
	.meg_con .title2 {
		margin-bottom: 16px;
		margin-top: 20px;
		font-size: 24px;
	}

	.meg_con .megs {
		font-size: 14px;
		line-height: 30px;
	}

	.meg_con .tel {
		padding: 10px 0;
		font-size: 20px;
	}

	.meg_con .tel img {
		width: 26px;
	}

	.meg_con .megs {
		margin-top: 10px;
	}

	.meg_con .tel img {
		width: 20px;
		margin-bottom: 0;
	}

	.meg_con .title2 {
		font-size: 22px;
	}

	.product-inlist {
		margin-top: 10px;
	}
}




/*翻页样式*/
.metpager_1 {
	text-align: center;
}

.metpager_2 {
	text-align: center;
}

.metpager_3 {
	text-align: center;
}

#flip {
	line-height: 25px;
}

.digg4 {
	padding: 3px;
	margin: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.digg4 a,
.digg4 span.miy {
	margin: 2px;
	text-decoration: none;
}

.digg4 .disabledfy {
	font-family: Tahoma, Verdana;
}

.metpager_4 a,
.metpager_4 span.miy {
	border: 1px solid #aaaadd;
	padding: 2px 5px 2px 5px;
	color: #009;
}

.metpager_4 a:hover {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_4 span.current {
	border: 1px solid #009;
	background-color: #009;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #FFFFFF;
	text-decoration: none;
}

.metpager_4 span.disabled {
	border: 1px solid #eee;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ddd;
}

.metpager_5 a,
.metpager_5 span.miy {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	color: #3eb134;
	display: inline-block;
	transition: all .3s;
}

.metpager_5 a:hover,
.page-num-current {
	border: 1px solid #fff;
	color: #fff !important;
	background-color: #3eb134;
}

.metpager_5 a:active {
	border: 1px solid #009;
	color: #000;
}

.metpager_5 span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #fff;
	background: #3eb134;
	border: 1px solid #3eb134;
	text-decoration: none;
	display: inline-block;
}

.metpager_5 span.disabled {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #999;
	display: inline-block;
}

.metpager_6 {
	color: #ff6500;
}

.metpager_6 a,
.metpager_6 span.miy {
	border: 1px solid #ff9600;
	padding: 2px 7px 2px 7px;
	background-position: 50% bottom;
	color: #ff6500;
	background-image: url(../images/page6.jpg);
}

.metpager_6 a:hover {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 a:active {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}

.metpager_6 span.current {
	border: 1px solid #ff6500;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ff6500;
	background-color: #ffbe94;
	text-decoration: none;
}

.metpager_6 span.disabled {
	border: 1px solid #ffe3c6;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ffe3c6;
}

.metpager_7 a,
.metpager_7 span.miy {
	border: 1px solid #2c2c2c;
	padding: 2px 5px 2px 5px;
	background: url(../images/page7.gif) #2c2c2c;
	color: #fff;
}

.metpager_7 a:hover {
	border: 1px solid #aad83e;
	color: #fff;
	background: url(../images/page7_2.gif) #aad83e;
}

.metpager_7 a:active {
	border: 1px solid #aad83e;
	color: #fff;
	background: urlurl(../images/page7_2.gif) #aad83e;
}

.metpager_7 span.current {
	border: 1px solid #aad83e;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background: url(../images/page7_2.gif) #aad83e;
	text-decoration: none;
}

.metpager_7 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_8 a,
.metpager_8 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #aaa;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}

.metpager_8 span.current {
	border: 1px solid #e0e0e0;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #aaa;
	background-color: #f0f0f0;
	text-decoration: none;
}

.metpager_8 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

.metpager_9 a,
.metpager_9 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #88af3f;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}

.metpager_9 span.current {
	border: 1px solid #b2e05d;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background-color: #b2e05d;
	text-decoration: none;
}

.metpager_9 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}

@media (max-width:767px) {
	.digg4&gt;span:nth-child(-n+2) {
		display: none;
	}
}



/*公司简介单页面*/
#ny_about_1 {
	display: block;
	overflow: hidden;
	padding: 50px 0;
}

#ny_about_1 .ny_about_1_box {
	display: flex;
}

#ny_about_1 .ny_about_1_box .box_l {
	flex: 1;
}

#ny_about_1 .ny_about_1_box .box_l dt {
	display: block;
	overflow: hidden;
}

#ny_about_1 .ny_about_1_box .box_l dt img {
	display: block;
	max-width: 100%;
}

#ny_about_1 .ny_about_1_box .box_r {
	flex: 1;
}

#ny_about_1 .ny_about_1_box .box_r .flex {
	width: 100%;
	height: 100%;
	align-items: flex-start;
}

#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr {
	display: block;
	padding: 0 10%;
}

#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	margin-bottom: 10px;
}

#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t em {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	display: block;
}

#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc {
	margin-bottom: 35px;
}

#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc:last-child {
	margin-bottom: 0px;
}


#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc .list {
	font-size: 17px;
	line-height: 1.6;
	color: #5f5f5f;
	margin-top: 5px;
	display: block;
}

#ny_about_1 .ny_about_1_1_box {
	display: flex;
	flex-direction: row-reverse;
}

#ny_about_1 .ny_about_1_1_box .box_l {
	flex: 1;
}

#ny_about_1 .ny_about_1_1_box .box_l dt {
	display: block;
	overflow: hidden;
}

#ny_about_1 .ny_about_1_1_box .box_l dt img {
	display: block;
	max-width: 100%;
}

#ny_about_1 .ny_about_1_1_box .box_r {
	flex: 1;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex {
	width: 100%;
	height: 100%;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr {
	display: block;
	padding: 0 10% 0 0;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	margin-bottom: 40px;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t em {
	font-size: 24px;
	color: #333;
	margin-top: 20px;
	display: block;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .desc {
	margin-bottom: 35px;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .desc .list {
	font-size: 17px;
	line-height: 1.6;
	color: #5f5f5f;
	margin-top: 5px;
	display: block;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number {
	display: block;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
	text-align: center;
	display: block;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
	font-size: 40px;
	color: #3eb134;
	font-weight: bold;
	line-height: 1;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-unit {
	font-size: 14px;
	color: #3eb134;
	line-height: normal;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
	line-height: normal;
	display: block;
	font-size: 14px;
	color: #888888;
	line-height: 2;
	text-align: left;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t-box {
	text-align: left;
}

#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
	position: relative;
}

#ny_about_2 {
	background: #f5f5f5;
	overflow: hidden;
	display: block;
	padding: 50px 0 70px 0;
}

#ny_about_2 .ny_about_2_t {
	text-align: center;
	display: block;
}

#ny_about_2 .ny_about_2_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_about_2 .ny_about_2_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_2 .ny_about_2_nr {
	overflow: hidden;
	margin-top: 40px;
	display: block;
}

#ny_about_2 .ny_about_2_nr .box {
	display: flex;
	flex-wrap: wrap;
}

#ny_about_2 .ny_about_2_nr .box .list {
	width: 33.333%;
	height: 920px;
	padding: 0 20px;
}

#ny_about_2 .ny_about_2_nr .box .list .item {
	display: flex;
	flex-direction: column;
	height: 100%;
	cursor: pointer;
}

#ny_about_2 .ny_about_2_nr .box .list:nth-child(3n-1) .item {
	flex-direction: column-reverse;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img img {
	max-width: 100%;
	display: block;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img1 {
	margin-bottom: 30px;
	height: 50%;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 {
	height: 84%;
	position: relative;
}

#ny_about_2 .ny_about_2_nr .box .list:nth-child(3n-1) .item .img2 {
	margin-bottom: 30px;
}

#ny_about_2 .ny_about_2_nr .box .list:nth-child(3n-1) .item .img1 {
	margin-bottom: 0px;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .default-mask {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 60px;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	padding: 0 38px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: 0.3s;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .default-mask .name {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .default-mask .loc {
	font-size: 16px;
	color: #fff;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(49, 175, 154, 0.8);
	padding: 0 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transform: translateY(20px);
	transition: 0.3s;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask h4 {
	font-size: 32px;
	color: #fff;
	margin: 0 0 5px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask .loc {
	margin: 0 0 78px;
	font-size: 26px;
	color: #fff;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask .name {
	font-size: 20px;
	color: #fff;
	margin: 0 0 24px;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask ul li {
	font-size: 14px;
	color: #fff;
	margin: 0 0 6px;
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2:hover .hover-mask {
	opacity: 1;
	transform: translateY(0);
}

#ny_about_2 .ny_about_2_nr .box .list .item .img2:hover .default-mask {
	opacity: 0;
	transform: translateY(20px);
}

#ny_about_3 {
	padding: 50px 0;
	display: block;
	overflow: hidden;
	background: #f5f5f5;

}

#ny_about_3 .ny_about_3_box {
	display: flex;
}

#ny_about_3 .ny_about_3_box .box_l {
	flex: 0.7;
}

#ny_about_3 .ny_about_3_box .box_l .flex {
	padding: 0 10% 0 0;
	width: 100%;
	height: 100%;

}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr {
	overflow: hidden;
	display: block;

}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t {
	text-align: left;
	display: block;
	margin-bottom: 40px;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc {
	margin-top: 30px;
	overflow: hidden;
	display: block;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc span {
	font-size: 22px;
	color: #333;
	display: block;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc .list {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

#ny_about_3 .ny_about_3_box .box_r {
	flex: 0.3;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc2 {
	margin-top: 30px;
	overflow: hidden;
	display: block;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc2 span {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-radius: 30px;
	background: #3eb134;
	margin: 0 0 12px;
	padding: 8px 18px;
}

#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc2 .list2 {
	font-size: 14px;
	color: #666;
	line-height: 2;
}

#ny_about_3 ul {
	overflow: hidden;
	display: flex;
	margin-top: 40px;
	flex-wrap: wrap;
}

#ny_about_3 ul li {
	flex: 1;
	width: 25%;
	padding: 0 13px;
}

#ny_about_3 ul li .item {
	display: block;
	background-color: #d9d9d9;
	width: 100%;
	border-radius: 3px;
	padding: 40px 40px;
	overflow: hidden;
}

#ny_about_3 ul li .item .shu {
	float: left;
	align-items: center;
}

#ny_about_3 ul li .item .shu span {
	font-size: 24px;
	color: #fff;
	background-color: #3eb134;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	margin-right: 20px;
	margin-top: 6px;
}

#ny_about_3 ul li .item .shu i {
	display: block;
	width: calc(100% - 80px);
	height: 1px;
	background-color: #e5e8eb;
}

#ny_about_3 ul li .item .desc {
	float: left;
}

#ny_about_3 ul li .item .desc strong {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: bold;
	display: block;
	color: #444;
}

#ny_about_3 ul li .item .desc p {
	font-size: 16px;
	color: #666;
	line-height: 1;
}

#ny_about_4 {
	padding: 50px 0;
	display: block;
	background: url(../images/ny_about9.jpg)no-repeat center;
	overflow: hidden;
}

#ny_about_4 .ny_about_4_t {
	text-align: center;
	display: block;
}

#ny_about_4 .ny_about_4_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_about_4 .ny_about_4_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_4 .ny_about_4_nr {
	display: block;
	position: relative;
	margin-top: 20px;
}

#ny_about_4 .ny_about_4_nr li {
	padding: 46px 20px 32px;
	transition: ease .5s;
	background: transparent;
	cursor: pointer;
}

#ny_about_4 .ny_about_4_nr li img {
	max-width: 100%;
	display: block;
}

#ny_about_4 .ny_about_4_nr li h4 {
	position: relative;
	padding-bottom: 13px;
}

#ny_about_4 .ny_about_4_nr li h4::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #3eb134;
	bottom: 0;
	left: 0;
}

#ny_about_4 .ny_about_4_nr li h4 span {
	display: inline-block;
	font-size: 30px;
	color: #222;
	line-height: 30px;
}

#ny_about_4 .ny_about_4_nr li h4 em {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #222;
}

#ny_about_4 .ny_about_4_nr li .abt4-img {
	overflow: hidden;
	margin-top: 30px;
}

#ny_about_4 .ny_about_4_nr li .abt4-img img {
	max-width: 100%;
	display: block;
}

#ny_about_4 .ny_about_4_nr li .abt4-p {
	margin-top: 14px;
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	position: relative;
	padding-left: 16px;
	height: 80px;
	display: block;
}

#ny_about_4 .ny_about_4_nr li .abt4-p::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #3eb134;
	left: 0;
	top: 12px;
}

#ny_about_4 .ny_about_4_nr li:hover {
	background: #fff;
	box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}

#ny_about_4 .ny_about_4_nr .swiper-container {
	padding: 15px 0;
}


#ny_about_5 {
	padding: 50px 0;
	display: block;
	overflow: hidden;
}

#ny_about_5 .ny_about_5_t {
	text-align: center;
	display: block;
}

#ny_about_5 .ny_about_5_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_about_5 .ny_about_5_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_5 .ny_about_5_nr {
	display: block;
	position: relative;
	margin-top: 40px;
}

#ny_about_5 .ny_about_5_nr li {
	display: block;
}

#ny_about_5 .ny_about_5_nr li a {
	display: block;
	padding: 20px 20px 0 20px;
	border: 1px solid #eee;
	transition: all 0.3s;
}

#ny_about_5 .ny_about_5_nr li a img {
	max-width: 100%;
	display: block;
}

#ny_about_5 .ny_about_5_nr li a p {
	font-size: 16px;
	color: #666666;
	line-height: 2;
	text-align: center;
	display: block;
	margin: 0px 0 15px 0;
}

#ny_about_5 .ny_about_5_nr .owl-nav {
	display: none;
}

#ny_about_5 .ny_about_5_nr li:hover a {
	border: 1px solid #3eb134;
}

#ny_about_5 .ny_about_5_nr li:hover a p {
	color: #3eb134;
}


#ny_about_6 {
	padding: 50px 0;
	display: block;
	background: #f5f5f5;
}

#ny_about_6 .ny_about_6_t {
	text-align: center;
	display: block;
}

#ny_about_6 .ny_about_6_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_about_6 .ny_about_6_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_about_6 .ny_about_6_nr {
	display: block;
	position: relative;
	margin-top: 40px;
}

#ny_about_6 .ny_about_6_nr .swiper-slide a {
	display: block;
}

#ny_about_6 .ny_about_6_nr .swiper-slide a .img {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_about_6 .swiper-container {
	padding: 20px;
}

#ny_about_6 .ny_about_6_nr .swiper-slide a .img img {
	filter: grayscale(100%);
	max-width: 100%;
	display: block;
	transition: all 0.5s;
}

#ny_about_6 .ny_about_6_nr .swiper-slide a:hover .img img {
	filter: grayscale(0%);
}

#ny_about_6 .ny_about_6_nr .swiper-slide a:hover .img {
	box-shadow: 0 2px 10px rgba(62, 170, 152, 0.4);
}

#ny_about_6 .ny_about_6_nr .swiper-slide a:hover .img img {
	transform: scale(1.05);
}


@media(max-width: 1410px) {
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	#ny_about_2 .ny_about_2_t p {
		font-size: 36px;
	}

	#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t p {
		font-size: 36px;
	}

	#ny_about_4 .ny_about_4_t p {
		font-size: 36px;
	}

	#ny_about_5 .ny_about_5_t p {
		font-size: 36px;
	}

	#ny_about_6 .ny_about_6_t p {
		font-size: 36px;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
		font-size: 30px;
	}

	/*#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p { font-size: 12px; }*/
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
		padding-right: 0px;
	}

	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t {
		margin-bottom: 30px;
	}

	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc {
		margin-bottom: 25px;
	}

	#ny_about_2 .ny_about_2_nr .box .list {
		height: 750px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask {
		padding: 0 30px;
	}

	#ny_about_3 ul li .item {
		padding: 40px 20px;
	}

	#ny_about_4 .ny_about_4_nr li {
		padding-left: 5px;
		padding-right: 5px;
	}
}


@media(max-width: 1310px) {
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr {
		padding: 0 5%;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr {
		padding: 0 5% 0 0;
	}

	#ny_about_2 .ny_about_2_nr .box .list {
		height: 685px;
		padding: 0 10px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask h4 {
		font-size: 28px;
	}

	#ny_about_3 ul li .item {
		padding: 40px 10px;
	}

	#ny_about_3 ul li .item .shu span {
		margin-right: 10px;
	}

	#ny_about_6 .swiper-container {
		padding: 0;
	}
}


@media(max-width: 1199px) {
	#ny_about_1 .ny_about_1_box {
		margin-bottom: 25px;
	}

	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr .desc span {
		font-size: 16px;
	}

	#ny_about_1 .ny_about_1_box .box_l dt {
		display: flex;
		vertical-align: middle;
		height: 100%;
		align-items: center;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items .stat-items-t {
		font-size: 24px;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
		font-size: 12px;
	}

	#ny_about_2 .ny_about_2_nr .box .list {
		height: 595px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask h4 {
		font-size: 20px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask .loc {
		font-size: 22px;
		margin: 0 0 35px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask .name {
		font-size: 18px;
		margin: 0 0 14px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask {
		padding: 0 15px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .default-mask .name {
		font-size: 20px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .default-mask .loc {
		font-size: 14px;
	}

	#ny_about_3 .ny_about_3_box .box_l {
		width: 70%;
	}

	#ny_about_3 .ny_about_3_box .box_r {
		width: 30%;
	}

	#ny_about_3 .ny_about_3_box {
		overflow: hidden;
	}

	#ny_about_3 ul li {
		padding: 0 7px;
	}

	#ny_about_3 ul li .item .desc p {
		font-size: 14px;
	}

	#ny_about_3 ul li .item .desc strong {
		font-size: 17px;
	}

	#ny_about_3 ul li .item .shu span {
		font-size: 20px;
		width: 35px;
		height: 35px;
	}

}


@media(max-width: 991px) {
	#ny_about_1 {
		padding: 30px 0;
	}

	#ny_about_1 .ny_about_1_box {
		display: block;
		width: 100%;
	}

	#ny_about_1 .ny_about_1_box .box_l {
		display: block;
		width: 100%;
	}

	#ny_about_1 .ny_about_1_box .box_r {
		display: block;
		width: 100%;
	}

	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr {
		padding: 5%;
	}

	#ny_about_1 .ny_about_1_1_box {
		display: block;
		width: 100%;
	}

	#ny_about_1 .ny_about_1_1_box .box_l {
		display: block;
		width: 100%;
	}

	#ny_about_1 .ny_about_1_1_box .box_r {
		display: block;
		width: 100%;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr {
		padding: 5%;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img1 {
		display: none;
	}

	#ny_about_2 .ny_about_2_nr .box .list {
		height: auto;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 {
		height: 100%;
	}

	#ny_about_2 .ny_about_2_nr .box .list:nth-child(3n-1) .item {
		flex-direction: row;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item {
		height: auto;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask {
		padding: 0 10px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .default-mask {
		padding: 0 10px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask h4 {
		display: none;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item .img2 .hover-mask .loc {
		display: none;
	}

	#ny_about_2 {
		padding: 30px 0 30px 0;
	}

	#ny_about_3 ul {
		display: block;
		width: 100%;
	}

	#ny_about_3 ul li {
		width: 50%;
		float: left;
		margin-bottom: 15px;
	}

	#ny_about_4 {
		padding: 30px 0;
	}
}


@media(max-width: 767px) {
	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items {
		margin-bottom: 15px;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr .number .stat-items p {
		font-size: 14px;
	}

	#ny_about_2 .ny_about_2_t p {
		font-size: 30px;
	}

	#ny_about_2 .ny_about_2_t span {
		font-size: 24px;
	}

	#ny_about_2 .ny_about_2_nr .box {
		display: block;
		width: 100%;
	}

	#ny_about_2 .ny_about_2_nr .box .list {
		display: block;
		width: 100%;
	}

	#ny_about_2 .ny_about_2_nr .box .list:nth-child(3n-1) .item .img2 {
		margin-bottom: 0px;
	}

	#ny_about_2 .ny_about_2_nr .box .list .item {
		margin-bottom: 20px;
	}

	#ny_about_3 {
		padding: 30px 0;
	}

	#ny_about_3 .ny_about_3_box {
		display: block;
		width: 100%;
	}

	#ny_about_3 .ny_about_3_box .box_l {
		display: block;
		width: 100%;
	}

	#ny_about_3 .ny_about_3_box .box_r {
		display: none;
	}

	#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t p {
		font-size: 30px;
	}

	#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .box_t span {
		font-size: 24px;
	}

	#ny_about_3 .ny_about_3_box .box_l .flex .box_r_nr .desc span {
		font-size: 18px;
	}

	#ny_about_4 .ny_about_4_nr li {
		padding-top: 26px;
	}

	#ny_about_4 .ny_about_4_nr li .abt4-p {
		height: auto;
	}

	#ny_about_4 .ny_about_4_nr li h4 span {
		font-size: 24px;
	}

	#ny_about_4 .ny_about_4_t p {
		font-size: 30px;
	}

	#ny_about_4 .ny_about_4_t span {
		font-size: 24px;
	}

	#ny_about_5 {
		padding: 30px 0;
	}

	#ny_about_6 {
		padding: 30px 0;
	}

	#ny_about_6 .ny_about_6_t p {
		font-size: 30px;
	}

	#ny_about_6 .ny_about_6_t span {
		font-size: 24px;
	}

	#ny_about_6 .ny_about_6_nr {
		margin-top: 20px;
	}

	#ny_about_5 .ny_about_5_t p {
		font-size: 30px;
	}

	#ny_about_5 .ny_about_5_t span {
		font-size: 24px;
	}
}

@media(max-width: 500px) {
	#ny_about_1 .ny_about_1_box .box_r .flex .box_r_nr {
		padding: 5% 3%;
	}

	#ny_about_1 .ny_about_1_1_box .box_r .flex .box_r_nr {
		padding: 5% 3%;
	}

	#ny_about_2 .ny_about_2_nr {
		margin-top: 20px;
	}

	#ny_about_1 {
		padding-bottom: 0px;
	}

	#ny_about_3 ul li .item {
		padding: 15px 10px;
	}

	#ny_about_3 ul li:nth-child(odd) {
		padding-left: 0px;
	}

	#ny_about_3 ul li:nth-child(even) {
		padding-right: 0px;
	}

	#ny_about_3 .ny_about_3_box .box_l .flex {
		padding: 0 0 0 0;
	}

}



/*案例列表页*/
#ny_case_list {
	padding: 50px 0;
	display: block;
	overflow: hidden;
}

#ny_case_list .ny_case_list-ul {
	display: block;
	overflow: hidden;
}

#ny_case_list .ny_case_list-ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

#ny_case_list .ny_case_list-ul li a {
	display: block;
	overflow: hidden;
	background: #f7f7f7;
}

#ny_case_list .ny_case_list-ul li a dt {
	display: block;
	overflow: hidden;
}

#ny_case_list .ny_case_list-ul li a dt img {
	max-width: 100%;
	display: block;
	transition: all 0.3s;
}

#ny_case_list .ny_case_list-ul li:hover a dt img {
	transform: scale(1.1);
}

#ny_case_list .ny_case_list-ul li a .desc {
	padding: 30px;
	display: block;
}

#ny_case_list .ny_case_list-ul li a .desc .t {
	font-size: 22px;
	color: #262626;
	display: block;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}

#ny_case_list .ny_case_list-ul li:hover a .desc .t {
	color: #3eb134;
}

#ny_case_list .ny_case_list-ul li a .desc .list {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#ny_case_list .ny_case_list-ul li a .desc span {
	width: 120px;
	height: 45px;
	border: 1px solid #999;
	color: #999;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 14px;
}

#ny_case_list .ny_case_list-ul li:hover a .desc span {
	background: #3eb134;
	color: #fff;
	border: 1px solid #3eb134;
}


@media(max-width: 991px) {
	#ny_case_list .ny_case_list-ul li {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	#ny_case_list .ny_case_list-ul li a .desc {
		padding: 20px;
	}

	#ny_case_list .ny_case_list-ul li a .desc .t {
		font-size: 18px;
	}
}

@media(max-width: 767px) {
	#ny_case_list {
		padding: 20px 0;
	}

	#ny_case_list .ny_case_list-ul li:nth-child(odd) {
		padding-left: 0px;
	}

	#ny_case_list .ny_case_list-ul li:nth-child(even) {
		padding-right: 0px;
	}
}


@media(max-width: 500px) {
	#ny_case_list .ny_case_list-ul li {
		width: 100%;
		display: block;
		padding: 0;
	}
}

/*案例详情*/
#ny_case_desc {
	padding: 50px 0;
	display: block;
}

.ny_case_show {
	display: block;
}

.ny_case_show .show_info {
	padding: 53px 95px 65px 53px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f7f7f7;
	margin-bottom: 40px;
}

.ny_case_show .show_info .show_info_l {
	flex: 0.5;
	width: 50%;
}

.ny_case_show .show_info .show_info_l dt {
	display: block;
}

.ny_case_show .show_info .show_info_l dt img {
	max-width: 100%;
	display: block;
}

.ny_case_show .show_info .show_info_r {
	flex: 0.5;
	width: 50%;
}

.ny_case_show .show_info .show_info_r .flex1 {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 5%;
}

.ny_case_show .show_info .show_info_r .flex1 .font {
	display: block;
	overflow: hidden;
}

.ny_case_show .show_info .show_info_r .flex1 .font strong {
	font-size: 30px;
	color: #262626;
	display: block;
	margin-bottom: 24px;
}

.ny_case_show .show_info .show_info_r .flex1 .font .t {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

.ny_case_show .show_info .show_info_r .flex1 .font .labelbox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.ny_case_show .show_info .show_info_r .flex1 .font .labelbox .list1 {
	margin-right: 20px;
	background: #fff;
	margin-bottom: 15px;
	padding: 8px 12px;
	border: 1px solid #fff;
	color: #454545;
}

.ny_case_show .show_info .show_info_r .flex1 .font .but {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

.ny_case_show .show_info .show_info_r .flex1 .font .but li:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 224px;
	height: 50px;
	background-color: #262626;
	color: #fff;
	font-size: 22px;
	margin-right: 10px;
	font-weight: bold;
	border-radius: 3px;
}

.ny_case_show .show_info .show_info_r .flex1 .font .but li:first-child span {
	display: block;
	height: 20px;
	margin-right: 8px;
	overflow: hidden;
}

.ny_case_show .show_info .show_info_r .flex1 .font .but li:first-child span img {
	height: 100%;
	display: block;
	float: left;
}

.ny_case_show .show_info .show_info_r .flex1 .font .but li:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	width: 130px;
	height: 50px;
	background-color: #3eb134;
	color: #fff;
}

.ny_case_show .show_info .show_info_r .flex1 .font .but li:nth-child(2) a {
	display: block;
	color: #fff;
}

@media(max-width: 1310px) {
	.ny_case_show .show_info {
		padding: 33px 75px 45px 33px;
	}
}

@media(max-width: 1199px) {
	.ny_case_show .show_info .show_info_r .flex1 .font strong {
		font-size: 24px;
		margin-bottom: 14px;
	}

	.ny_case_show .show_info .show_info_r .flex1 .font .labelbox {
		margin-top: 15px;
	}

	.ny_case_show .show_info .show_info_r .flex1 .font .but {
		margin-top: 20px;
	}

	.ny_case_show .show_info .show_info_l {
		display: flex;
		vertical-align: middle;
		align-items: center;
	}
}

@media(max-width: 991px) {
	#ny_case_desc {
		padding: 30px 0;
	}

	.ny_case_show .show_info {
		display: block;
		width: 100%;
		padding: 20px 20px 30px;
	}

	.ny_case_show .show_info .show_info_l {
		display: block;
		width: 100%;
	}

	.ny_case_show .show_info .show_info_r {
		display: block;
		width: 100%;
	}

	.ny_case_show .show_info .show_info_r .flex1 {
		padding: 5%;
	}
}

@media(max-width: 767px) {
	#ny_case_desc {
		padding: 20px 0;
	}

	#ny_case_desc .ny_container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.ny_case_show .show_info {
		padding: 15px 15px 20px;
	}

	.ny_case_show .show_info .show_info_r .flex1 .font strong {
		font-size: 18px;
	}

	.ny_case_show .show_info .show_info_r .flex1 .font .t {
		font-size: 14px;
	}

	.ny_case_show .show_info .show_info_r .flex1 .font .labelbox .list1 {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.ny_case_show .show_info .show_info_r .flex1 .font .but li:first-child {
		font-size: 18px;
	}
}


/*留言弹窗*/
.mc_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.mc_modal_container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.mc_modal_close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10;
	color: #fff;
}

.mc_modal_content {
	width: 800px;
	padding: 40px 20px;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 80px);
	overflow: auto;
	background: #43903c;
}

.mc_modal_content .mc_modal_content_l {
	overflow: hidden;
}

.mc_modal_content .mc_modal_content_l .t1 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block;
}

.mc_modal_content .mc_modal_content_l .nr_t {
	overflow: hidden;
	margin-top: 30px;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_l {
	padding-left: 0px;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_l dt {
	padding-left: 0px;
	padding-right: 0px;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_l dt img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_l dt em {
	font-size: 16px;
	line-height: 2;
	color: #fff;
	text-align: center;
	display: block;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_b {
	padding-left: 0px;
	width: 100% !important;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_b .dizhi {
	padding-left: 15px;
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_b ul {
	margin-top: 10px;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_b ul li {
	margin-bottom: 5px;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_b ul li p.c-title2 {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

.mc_modal_content .mc_modal_content_l .nr_t .nr_t_b ul li p.c-text {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 24px;
}

.mc_modal_content .mc_modal_content_l .nr_b {
	overflow: hidden;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
}

form .c-text2 {
	padding: 45px 0 25px;
	font-size: 22px;
	line-height: 32px;
}

form .c-box {
	display: flex;
	align-items: flex-start;
	margin: 0 -5px;
}

form .c-box .c-wrap {
	padding: 0 5px 10px;
	width: 50%;
}

form .c-box .c-wrap input {
	color: #fff;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

form .c-box2 {
	display: flex;
	align-items: flex-start;
}

form .c-box2 input {
	color: #fff;
	padding: 0 20px;
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	height: 50px;
	line-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

form .c-box2 button {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
	width: 150px;
	font-weight: bold;
	line-height: 50px;
	color: #333;
	background: #fff;
	cursor: pointer;
	color: #3eb134;
	font-size: 16px;
}

.c-right .c-title {
	position: relative;
	padding-top: 54px;
	padding-bottom: 35px;
	font-size: 44px;
	line-height: 54px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	font-weight: bold;
}

form .c-box .c-wrap input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

form .c-box .c-wrap input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
	;
	font-size: 14px;
}

form .c-box .c-wrap input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.7);
	;
	font-size: 14px;
}

form .c-box .c-wrap input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.7);
	;
	font-size: 14px;
}

form .c-box2 input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}

form .c-box2 input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
	;
	font-size: 14px;
}

form .c-box2 input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: rgba(255, 255, 255, 0.7);
	;
	font-size: 14px;
}

form .c-box2 input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: rgba(255, 255, 255, 0.7);
	;
	font-size: 14px;
}


/*案例详情*/
#ny_case_desc .show_desc {
	display: block;
}

#ny_case_desc .show_desc .show_desc_box {
	display: flex;
	align-items: flex-start;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_l {
	width: 65%;
	background-color: #f7f7f7;
	padding: 26px 43px 43px;
	padding-bottom: 25px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_l .show_desc_box_l_t {
	display: block;
	padding-left: 10px;
	border-left: 4px solid #3eb134;
	font-size: 20px;
	color: #3eb134;
	font-weight: bold;
	line-height: 1;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_l .show_desc_box_l_nr {
	margin-top: 15px;
	display: block;
	overflow: hidden;
	line-height: 1.8;
	font-size: 15px;
	color: #666;
	margin-bottom: 30px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_l .show_desc_box_l_nr img {
	max-width: 100%;
	display: block;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r {
	width: 35%;
	position: sticky;
	top: 110px;
	padding-left: 40px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box {
	background-color: #f7f7f7;
	display: block;
	overflow: hidden;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_t {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	background-color: #3eb134;
	font-weight: bold;
	margin-bottom: 40px;
	color: #fff;
	font-size: 20px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr {
	overflow: hidden;
	display: block;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul {
	overflow: hidden;
	display: block;
	width: 100%;
	padding: 0px 30px 0 30px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li {
	padding: 0px;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a {
	display: block;
	overflow: hidden;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a dt {
	padding: 0px;
	display: block;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a dt img {
	display: block;
	max-width: 100%;
	border: 1px solid #eee;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a .desc {
	padding-right: 0px;
	display: block;
	padding-top: 15px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a .desc .t {
	font-size: 16px;
	color: #454545;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a .desc .list {
	font-size: 14px;
	color: #999999;
	line-height: 1.6;
	text-overflow: ellipsis;
	-o-ellipsis-lastline: ;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_l .pro_key {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 17px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_l .pro_key a {
	background: #fff;
	color: #666;
	padding: 4px 8px;
}

#ny_case_desc .show_desc .show_desc_box .show_desc_box_l .pro_key a:hover {
	background: #3eb134;
	color: #fff;
}

@media(max-width: 1199px) {
	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul {
		padding: 0 15px;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a .desc {
		padding-top: 0px;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a .desc .list {
		-webkit-line-clamp: 2;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_l {
		padding: 26px 23px;
	}
}

@media(max-width: 991px) {
	#ny_case_desc .show_desc .show_desc_box {
		display: block;
		width: 100%;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_l {
		width: 100%;
		display: block;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r {
		width: 100%;
		display: block;
		margin-top: 30px;
		padding-left: 0px;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_t {
		height: 55px;
		font-size: 18px;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li {
		padding: 0 5px;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a {
		background: #fff;
		display: block;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul li a .desc {
		padding: 10px;
	}
}

@media(max-width: 767px) {
	#ny_case_desc .show_desc .show_desc_box .show_desc_box_l {
		padding: 20px 15px;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_l .show_desc_box_l_nr {
		font-size: 14px;
	}
}

@media(max-width: 350px) {
	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_t {
		font-size: 17px;
		margin-bottom: 20px;
	}

	#ny_case_desc .show_desc .show_desc_box .show_desc_box_r .box_r_box .box_r_box_nr ul {
		padding: 0 5px;
	}
}



/*新闻列表*/
/*.nynews-ul {overflow:hidden;}*/
.nynews-ul li.nynews-li {
	padding: 0 10px 10px;
	margin-bottom: 20px;
	cursor: pointer;
}

.nynews-img {
	padding: 0;
	overflow: hidden;
	border: 1px solid #f3f3f3;
}

.nynews-img a {
	display: block;
}

.nynews-img img {
	width: 100%;
	transition: .8s
}

.nynews-ul li.nynews-li:hover img {
	transform: scale(1.02);
}

.nynews-date {
	color: #333;
	line-height: 20px;
	font-size: 12px;
}

.nynews-date span {
	color: #4d4c51;
}

.nynews-date img {
	margin: 4px 6px 0 0;
	float: left;
}

.nynews-date p {
	float: left;
	margin: 0;
}

.nynews-date i {
	margin-right: 5px;
}

.nynews-con h3 {
	font-size: 18px;
	font-weight: bold;
	color: #3b3c3c;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 1px;
	margin-top: 0px;
	margin-bottom: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.nynews-con h3 a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.nynews-ul li.nynews-li:hover h3 a {
	color: #3eb134;
}

.nynews-con {
	background-color: #f9f9f9;
	padding-top: 16px;
	padding-bottom: 18px;
}

.nynews-con p.nynews-desp {
	color: #8d8d8d;
	font-size: 14px;
	line-height: 23px;
	margin: 10px 0;
	height: 46px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nynews-con a.nynews-more {
	position: relative;
	left: 0;
	color: #ffffff;
	font-size: 15px;
	padding: 7px;
	background: #3eb134;
	margin-top: 10px;
	width: 120px;
	display: block;
	border-radius: 20px;
	float: left;
	text-align: center;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.nynews-con a.nynews-more:hover {
	background: #FF7A0E;
	left: 10px;
	color: #ffffff !important;
}

@media (max-width:991px) {
	#nynewslist&gt;.container {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nynews-ul li.nynews-li {
		padding: 0 5px 4px;
		margin-bottom: 14px;
	}
}

@media (max-width:767px) {
	.nynews-con h3 {
		font-size: 16px;
		font-weight: bold
	}

	.nynews-con {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 12px;
	}

	.nynews-con p.nynews-desp {
		margin: 2px 0 8px;
	}
}

.nynews-ul .news_list {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}

.nynews-ul .news_list .news_list_l {
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 37%;
}

.nynews-ul .news_list .news_list_l a {
	display: block;
	position: relative;
}

.nynews-ul .news_list .news_list_l a dt {
	display: block;
}

.nynews-ul .news_list .news_list_l a dt img {
	max-width: 100%;
	display: block;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t {
	width: 100%;
	height: 62px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.8) url(../images/news-blue-back.png) no-repeat left center;
	position: absolute;
	bottom: 0;
	left: 0;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t::after {
	position: absolute;
	content: '';
	width: 0%;
	height: 100%;
	display: block;
	background: #3eb134;
	transition: all 0.5s;
	left: 0;
	top: 0;
	z-index: 1;
}

.nynews-ul .news_list .news_list_l a:hover .news_list_l_t::after {
	width: 100%;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .time {
	height: 62px;
	font-family: arial;
	color: #fff;
	float: left;
	position: relative;
	z-index: 2;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .time .day {
	font-size: 24px;
	line-height: 30px;
	padding-top: 5px;
	text-indent: 28px;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .time .year {
	font-size: 15px;
	text-indent: 16px;
}

.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
	float: left;
	margin-left: 8%;
	line-height: 62px;
	min-height: 62px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 17px;
	color: #fff;
	width: 76%;
	position: relative;
	z-index: 2;
}



.nynews-ul .news_list .news_list_r {
	padding-right: 0px;
	padding-left: 20px;
	float: left;
	width: 63%;
}

.nynews-ul .news_list .news_list_r a {
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

.nynews-ul .news_list .news_list_r a .pic {
	width: 27%;
	overflow: hidden;
	float: left;
}



.nynews-ul .news_list .news_list_r a .pic img {
	max-width: 100%;
	display: block;
	transition: all 0.5s;
}

.nynews-ul .news_list .news_list_r a .pic img:hover {
	-webkit-transform: scale(1.12);
}

.nynews-ul .news_list .news_list_r a .desc {
	width: 73%;
	float: right;
	padding-left: 20px;
	padding-top: 18px;
}

.nynews-ul .news_list .news_list_r a .desc .tit {
	font-size: 17px;
	color: #333333;
	line-height: 24px;
	min-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}

.nynews-ul .news_list .news_list_r a:hover .desc .tit {
	color: #3eb134;
}

.news-top .right .item-list:hover .Info .tit {
	color: #2b72ad;
	transition: all .5s ease;
}

.nynews-ul .news_list .news_list_r a .desc .time {
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin: 12px 0;
}

.nynews-ul .news_list .news_list_r a .desc .sub {
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nynews-ul .news_list .news_list_r a .desc .jt {
	display: block;
	height: 12px;
	margin-top: 15px;
	background: url(../images/news-jt.png) no-repeat left center;
}

@media screen and (max-width: 1440px) {
	.nynews-ul .news_list .news_list_r a .desc .time {
		margin: 6px 0;
	}

	.nynews-ul .news_list .news_list_r a .desc .jt {
		margin-top: 10px;
	}
}

.nynews-ul .news_list .news_list_r a:first-child {
	margin-bottom: 19px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
}

.nynews-ul li {
	width: 100%;
	overflow: hidden;
	padding: 36px 49px 0 31px;
	background: #f4f6f8;
	margin-bottom: 15px;
	transition: all .5s ease;
}

.nynews-ul li:last-child {
	margin-bottom: 25px
}

.nynews-ul li:hover {
	background: #f4f6f8;
	box-shadow: 0px 0px 10px 0 rgba(62, 177, 52, .4);
	transition: all .5s ease;
}

.nynews-ul li .time-box {
	width: 90px;
	float: left;
	background: #3eb134;
	font-family: arial;
	color: #fff;
	text-align: center;
	padding: 7px 0 7px;
}

.nynews-ul li .time-box .day {
	font-size: 48px;
	line-height: 50px;
}

.nynews-ul li .time-box .year {
	font-size: 15px;
	line-height: 25px;
}

.nynews-ul li .content {
	width: 92.275862068%;
	float: right;
	overflow: hidden;
	/* border-bottom: 1px solid #d3d5d6; */
	padding-bottom: 35px;
}

.nynews-ul li .content hr {
	float: left;
	width: 1px;
	height: 90px;
	background: #e5e6e6;
	padding: 0;
	margin: 0;
}

.nynews-ul li .content .Info {
	width: 78%;
	float: left;
	margin-left: 20px;
}

.nynews-ul li .content .Info .tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #333333;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}

.nynews-ul li:hover .content .Info .tit {
	color: #3eb134;
	transition: all .5s ease;
}

.nynews-ul li .content .Info .key {
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	margin: 14px 0;
}

.nynews-ul li .content .Info .sub {
	font-size: 15px;
	color: #555555;
	line-height: 28px;
	min-height: 56px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 25px;
}

.nynews-ul li .content .Pic {
	width: 16%;
	float: right;
	overflow: hidden;
}

.nynews-ul li .content .Pic img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}

.nynews-ul li:hover .content .Pic img {
	transform: scale(1.12);
	transition: all .5s ease;
}


@media(max-width:1331px) {
	.nynews-ul .news_list .news_list_r a:first-child {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nynews-ul .news_list .news_list_r a .desc {
		padding-top: 10px;
	}

	.nynews-ul li .content {
		width: 88%;
	}

	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
		width: 65%;
	}

	.nynews-ul .news_list {
		margin-top: 0px;
	}
}



@media(max-width:1199px) {
	.nynews-ul .news_list .news_list_r a .desc .sub {
		-webkit-line-clamp: 1;
		min-height: auto;
	}

	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
		width: 65%;
	}

}

@media(max-width:991px) {
	.nynews-ul .news_list .news_list_r a .pic {
		width: 35%;
	}

	.nynews-ul .news_list .news_list_r a .desc {
		width: 64%;
	}

	.nynews-ul li .content {
		width: 84%;
	}

	.nynews-ul li .content .Info {
		width: 70%;
	}

	.nynews-ul li .content .Pic {
		width: 25%;
	}

	.nynews-ul .news_list .news_list_l {
		width: 41%;
	}

	.nynews-ul .news_list .news_list_r {
		width: 55%;
	}

	.nynews-ul .news_list .news_list_r a .desc .time {
		display: none;
	}
}

@media(max-width:767px) {
	.nynews-ul .news_list .news_list_l {
		width: 100%;
	}

	.nynews-ul .news_list .news_list_r {
		width: 100%;
		padding-left: 0;
		padding-top: 15px;
	}

	.nynews-ul .news_list .news_list_r a .pic {
		width: 40%;
	}

	.nynews-ul .news_list .news_list_r a .desc {
		width: 60%;
	}

	.nynews-ul .news_list .news_list_r a .desc .jt {
		display: none;
	}

	.nynews-ul .news_list {
		margin-top: 0px;
	}

	.nynews-ul li .time-box {
		display: none;
	}

	.nynews-ul li {
		padding: 10px 10px;
	}

	.nynews-ul li .content hr {
		display: none;
	}

	.nynews-ul li .content {
		width: 100%;
		padding-bottom: 0;
	}

	.nynews-ul li .content .Info {
		width: 60%;
		margin-left: 0px;
		padding-right: 10px;
	}

	.nynews-ul li .content .Pic {
		width: 40%;
	}

	.nynews-ul li .content .Info .tit {
		font-size: 16px;
		font-weight: normal;
	}

	.nynews-ul li .content .Info .key {
		display: none;
	}

	.nynews-ul li .content .Info .sub {
		font-size: 14px;
	}
}

@media(max-width: 500px) {
	.ny_news_list {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.nynewslist .ny_container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nynews-ul .news_list .news_list_l a .news_list_l_t .tit {
		font-size: 16px;
	}
}


/*新闻详情*/
.shownews_bg {
	padding-left: 0 !important;
	padding-right: 0 !important;
	background-color: #f9fcfe;
}

.shownews-top {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f2f5;
	margin-bottom: 15px;
	margin-top: 30px;
}

.shownews-top h1 {
	line-height: 1.5;
	color: #333;
	text-align: center;
	font-size: 26px;
	margin-bottom: 5px;
}

.shownews-time {
	text-align: center;
}

.shownews-time span {
	font-size: 14px;
	color: #a3afb7;
	margin-right: 10px;
}

.shownews-time span:last-child {
	margin-right: 0;
}

.shownews-con {
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 20px;
}

.shownews-con h2 {
	font-size: 18px;
	color: #333;
	line-height: 2;
	font-weight: bold;
}

.shownews-con img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.shownews-page {
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.shownews-page&gt;div[class^="col-"] {
	padding: 0 10px;
}

.shownews-page a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 10px 15px;
	border: 1px solid #e4eaec;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	max-width: 100%;
}

.shownews-page a:hover {
	border-color: #e4eaec;
	background-color: #f3f7f9;
}

@media (max-width:767px) {
	.shownews-top h1 {
		font-size: 20px;
	}

	.shownews-con {
		font-size: 14px !important;
		line-height: 1.6;
	}

	.shownews-page a {
		padding: 8px;
	}

	.shownews-top {
		margin-top: 0px;
	}

	.shownews_bg .ny_container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.nyshow_shownews {
	padding-top: 40px;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.nyshow .nyshow_shownews_l {
	padding-left: 0px;
	display: block;
	padding: 20px;
	background: #fff;
	border: 1px solid #eee;
}

/*最新文章*/
.nyshow .nyshow_shownews_r {
	overflow: hidden;
	padding-right: 0px;
	position: sticky;
	top: 90px;
}

.nyshow .nyshow_shownews_r .new_title {
	padding-right: 0px;
	padding-left: 5px;
}

.nyshow .nyshow_shownews_r .new_news {
	margin-top: 30px;
	overflow: hidden;
	padding-right: 0;
	padding-left: 5px;
}

.nyshow .nyshow_shownews_r .new_news .new_news_t {
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.nyshow .nyshow_shownews_r .new_news .new_news_t h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #3eb134 solid;
	color: #3eb134;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/ny-objs.png) no-repeat left;
}

.nyshow .nyshow_shownews_r .new_news ul {
	overflow: hidden;
	margin-top: 20px;
}

.nyshow .nyshow_shownews_r .new_news ul li {
	overflow: hidden;
	margin-bottom: 20px;
}

.nyshow .nyshow_shownews_r .new_news ul li a {
	display: block;
}

.nyshow .nyshow_shownews_r .new_news ul li a dt {
	padding-left: 0;
	padding-right: 0;
}

.nyshow .nyshow_shownews_r .new_news ul li a dt img {
	max-width: 100%;
	display: block;
}

.nyshow .nyshow_shownews_r .new_news ul li a .desc {
	display: block;
	padding-top: 15px;
	padding-right: 0;
}

.nyshow .nyshow_shownews_r .new_news ul li a .desc .t {
	font-size: 16px;
	color: #454545;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	line-height: 2;
}

.nyshow .nyshow_shownews_r .new_news ul li a .desc .list {
	font-size: 14px;
	color: #999999;
	line-height: 1.6;
	text-overflow: ellipsis;
	-o-ellipsis-lastline: ;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*推荐文章*/
.nyshow .nyshow_shownews_r .featured_news {
	margin-top: 0px;
	overflow: hidden;
	padding-right: 0;
	padding-left: 5px;
}

.nyshow .nyshow_shownews_r .featured_news .featured_news_t {
	line-height: 40px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

.nyshow .nyshow_shownews_r .featured_news .featured_news_t h3 {
	float: left;
	width: 150px;
	text-indent: 30px;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px #3eb134 solid;
	color: #3eb134;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/ny-objs.png) no-repeat left;
}

.nyshow .nyshow_shownews_r .featured_news ul {
	overflow: hidden;
	margin-top: 20px;
}

.nyshow .nyshow_shownews_r .featured_news ul li {
	overflow: hidden;
	margin-bottom: 10px;
}

.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(odd) {
	padding-left: 0;
	padding-right: 5px;
}

.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(even) {
	padding-right: 0;
	padding-left: 5px;
}

.nyshow .nyshow_shownews_r .featured_news ul li a {
	display: block;
	position: relative;
}

.nyshow .nyshow_shownews_r .featured_news ul li a dt {
	display: block;
}

.nyshow .nyshow_shownews_r .featured_news ul li a dt img {
	max-width: 100%;
	display: block;
}

.nyshow .nyshow_shownews_r .featured_news ul li a .t {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 2;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media(max-width:1199px) {
	.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(odd) {
		padding-left: 5px;
		padding-right: 5px;
	}

	.nyshow .nyshow_shownews_r .featured_news ul li:nth-child(even) {
		padding-right: 5px;
		padding-left: 5px;
	}

	.nyshow .nyshow_shownews_r {
		padding-left: 0px;
	}
}

@media(max-width:767px) {
	.nyshow_shownews {
		padding-left: 5px;
		padding-right: 5px;
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.nyshow .nyshow_shownews_r .new_news ul li {
		padding: 0 5px 10px 5px;
	}

	.nyshow .nyshow_shownews_l {
		padding: 15px 10px;
	}
}


/*联系我们页面*/
#ny_connect {
	display: block;
	overflow: hidden;
}

#ny_connect .box1_box {
	display: block;
	overflow: hidden;
	padding: 80px 0;
}

#ny_connect .box1_box .box1_box_nr {
	display: flex;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_l {
	width: 30%;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t {
	padding-top: 0px;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
	position: relative;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t span::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	background: #3eb134;
	left: 0;
	bottom: -20px;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r {
	width: 70%;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .connect_btn {
	display: block;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .connect_btn a {
	display: inline-block;
	font-size: 22px;
	line-height: 1em;
	color: #454545;
	font-weight: bold;
	margin-right: 40px;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .connect_btn a.on {
	color: #3eb134;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .box1_box_nr_r_nr {
	display: block;
	overflow: hidden;
	margin-top: 50px;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox {
	display: none;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox:first-child {
	display: block;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li {
	display: block;
	float: left;
	width: 25%;
	position: relative;
	padding-left: 6%;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:last-child {
	width: 34%;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li p {
	font-size: 16px;
	color: #999;
	margin: 0 0 10px;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li span {
	font-size: 18px;
	color: #333;
	display: block;
	overflow: hidden;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:last-child span {
	height: 50px;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li::after {
	width: 60px;
	height: 35px;
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #000;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:nth-child(1)::after {
	background: url(../images/ny_connect_ico01.png)no-repeat center / contain;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:nth-child(2)::after {
	background: url(../images/ny_connect_ico02.png)no-repeat center / contain;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:nth-child(3)::after {
	top: 35px;
	background: url(../images/ny_connect_ico03.png)no-repeat center / contain;
}

#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:nth-child(4)::after {
	top: 25px;
	background: url(../images/ny_connect_ico041.png)no-repeat center / contain;
}

@media(max-width: 1510px) {
	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l {
		width: 25%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r {
		width: 75%;
	}
}

@media(max-width: 1410px) {
	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t p {
		font-size: 32px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l {
		width: 20%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r {
		width: 80%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li {
		padding-left: 6%;
	}
}

@media(max-width: 1310px) {
	#ny_connect .box1_box {
		padding: 60px 10px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li span {
		font-size: 16px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l {
		width: 24%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r {
		width: 76%;
	}
}

@media(max-width: 1199px) {
	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t p {
		font-size: 28px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t span {
		font-size: 26px;
	}

	#ny_connect .box1_box .box1_box_nr {
		display: block;
		width: 100%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 60px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t span::after {
		left: 50%;
		transform: translateX(-50%);
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r {
		width: 100%;
		display: block;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .connect_btn {
		text-align: center;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .connect_btn a {
		margin: 0 20px;
	}

}

@media(max-width: 991px) {
	#ny_connect .box1_box {
		padding: 30px 0;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l {
		margin-bottom: 50px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .connect_btn a {
		font-size: 18px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li {
		width: 50%;
		margin-bottom: 30px;
		padding-left: 6%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:last-child {
		width: 50%;
	}
}

@media(max-width: 767px) {
	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li {
		padding-left: 10%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t p {
		font-size: 26px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_l .t span {
		font-size: 24px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li:last-child {
		width: 100%;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .box1_box_nr_r_nr {
		margin-top: 20px;
	}
}


@media(max-width: 500px) {
	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li {
		display: block;
		width: 100%;
		padding-left: 15%;
	}

	#ny_connect .ny_container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .box1_box_nr_r_nr {
		padding-left: 20px;
	}
}

/*在线留言*/
#lx_nymessage .mess_1 input {
	background: none;
	outline: none;
	border: 1px solid #ccc;
}

#lx_nymessage .mess_1 input:focus {
	border: none;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open&gt;.dropdown-toggle.btn-default.focus,
.open&gt;.dropdown-toggle.btn-default:focus,
.open&gt;.dropdown-toggle.btn-default:hover {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

#lx_nymessage {
	background-color: #f6f6f6;
	padding: 70px 0;
}

.form-horizontal {
	overflow: hidden;
	margin-top: 40px;
}

#lx_nymessage p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
}

#lx_nymessage span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
	text-align: center;
}

.form-horizontal .form-group {
	margin-bottom: 10px;
	position: relative;
}

.form-control {
	padding: 0px;
	margin: 0px;
	border: none;
}

#lx_nymessage .mess_1 {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 0px;
	padding-right: 0px;
}

#lx_nymessage .mess_1 .form-group {
	margin-bottom: 10px;
	position: relative;
	width: 50%;
	padding: 0 5px;
}

#lx_nymessage .mess_1 .form-group input {
	padding: 0 20px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #fff;
	font-size: 16px;
	border: none;
	border-radius: 0px;
}

.form-horizontal .form-group {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.form-horizontal .form-group .mess_2_2 {
	padding-left: 0px;
	padding-right: 0px;
}

#lx_nymessage textarea {
	width: 100%;
	height: 200px;
	padding: 25px 20px;
	line-height: 26px;
	background: #fff;
	overflow-y: auto;
	font-size: 16px;
}

.btn-default {
	width: 20%;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	background-color: #dadde3;
	border: none;
	border-radius: 0;
}

.btn-default:hover {
	color: #333;
	background-color: #dadde3;
}

.btn-default:first-child {
	background-color: #3eb134;
	color: #fff;
	margin-right: 20px;
}

#lx_nymessage .mess_2 {
	padding-left: 0px;
	padding-right: 10px;
}

#lx_nymessage .mess_3 {
	margin-top: 25px;
	overflow: hidden;
}

#lx_nymessage .mess_3 .mess_3_3 {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-default:first-child:hover {
	background: #3eb134;
	color: #fff;
}

#lx_nymessage .mess_1 .form-group input::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	font-size: 16px;
}

#lx_nymessage .mess_1 .form-group input::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-webkit-input-placeholder {
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999;
	font-size: 16px;
}

#lx_nymessage textarea::-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999;
	font-size: 16px;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}

.form-control {
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}


@media(max-width: 1310px) {
	#lx_nymessage p {
		font-size: 36px;
	}

	#lx_nymessage {
		padding: 50px 0;
	}

	.form-horizontal {
		padding: 0 10px;
	}
}

@media(max-width: 767px) {
	#lx_nymessage h4 {
		font-size: 24px;
	}

	#lx_nymessage .mess_1 .form-group {
		width: 100%;
	}

	#lx_nymessage .mess_1 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#lx_nymessage .mess_1 .form-group input {
		line-height: 46px;
		height: 46px;
	}

	.mess_2_2 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#lx_nymessage textarea {
		height: 140px;
	}

	.btn-default {
		width: 40%;
	}

	.mess_3_3 {
		padding-left: 0px;
		padding-right: 0px;
	}

	#lx_nymessage p {
		font-size: 26px;
	}

	#lx_nymessage span {
		font-size: 24px;
	}

	.form-horizontal {
		padding: 0;
	}

	#lx_nymessage .mess_1 .form-group input::-webkit-input-placeholder {
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage .mess_1 .form-group input::-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage .mess_1 .form-group input::-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-webkit-input-placeholder {
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-moz-placeholder {
		/* Mozilla Firefox 19+ */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-moz-placeholder {
		/* Mozilla Firefox 4 to 18 */
		color: #999;
		font-size: 14px;
	}

	#lx_nymessage textarea::-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: #999;
		font-size: 14px;
	}

	.btn-default {
		font-size: 14px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li p {
		font-size: 14px;
		margin-bottom: 5px;
	}

	#ny_connect .box1_box .box1_box_nr .box1_box_nr_r .imgbox li span {
		font-size: 14px;
	}

}


/*人才招聘*/
#ny_connect #box2 {
	padding: 70px 0;
	display: block;
	overflow: hidden;
	padding-top: 0;
}

#ny_connect #box2 .box2_t {
	text-align: center;
	display: block;
	padding-bottom: 40px;
}

#ny_connect #box2 .box2_t p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
}

#ny_connect #box2 .box2_t span {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
	text-align: center;
}

.recruitListBox_t {
	text-align: center;
	display: block;
	margin: 0 0 40px 0;
}

.recruitListBox_t p {
	font-size: 30px;
	line-height: 60px;
	color: #333;
	text-align: center;
}

.recruitListBox_t span {
	margin-top: 30px;
	overflow: hidden;
	font-size: 16px;
	color: #454545;
	line-height: 2;
	text-align: center;
}

.recruitListBox {
	overflow: hidden;
}

.recruitTitle {
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	margin-bottom: 20px;
}

.recruitTitle .text {
	color: #444444;
	font-size: 0;
	font-weight: bold;
	overflow: hidden;
}

.recruitTitle .text span {
	width: 14.2857%;
	display: inline-block;
	padding-left: 60px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitTitle .text span.xq {
	float: right;
	display: inline;
	text-align: right;
	padding-right: 60px;
}

.recruitListDl {
	overflow: hidden;
}

.recruitListDl dd {
	overflow: hidden;
	margin-bottom: 20px;
}

.recruitListDl dd .recruitT {
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.recruitListDl dd .recruitT .text {
	background: #f5f5f5;
	font-size: 0;
	color: #666666;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}

.recruitListDl dd .recruitT .text span.recruitIcon {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	background: url(../images/right_on.png)no-repeat center right 60px;
	background-size: 8px 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.recruitListDl dd:hover .recruitT .text span.recruitIcon {
	background: url(../images/righth.png)no-repeat center right 60px;
	background-size: 8px 14px;
}

.recruitListDl dd.active .recruitT .text span.recruitIcon {
	background: url(../images/xia.png)no-repeat center right 60px;
	background-size: 14px 8px;
}

.recruitListDl dd .recruitT .text span.xq {
	float: right;
	display: inline;
	text-align: right;
	padding-right: 60px;
}

.recruitListDl dd .recruitT .text span {
	width: 50%;
	display: inline-block;
	height: 60px;
	overflow: hidden;
	padding-left: 60px;
	font-size: 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.recruitListDl dd .recruitT .text span.money {
	color: #e89214;
}

.recruitListDl dd.active .recruitT .text span.money {
	color: #fff;
}

.recruitListDl dd .recruitC {
	overflow: hidden;
	font-size: 14px;
	color: #999999;
	display: none;
	background: #f5f5f5;
}

.recruitText {
	overflow: hidden;
	margin: 20px 60px 0;
	border-bottom: 1px solid #f5f5f5;
}

.recruitText .rectext {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.recruitBtn {
	overflow: hidden;
	padding: 0 60px 40px 60px;
}

.recruitBtn a {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 48px;
	background: #3eb134;
	font-size: 16px;
	color: #FFF;
	transition: all .3s;
	-webkit-transition: all .3s;
	font-weight: bold;
}

.recruitBtn a:hover {
	border-radius: 10px;
}

.recruitTitleUl {
	overflow: hidden;
	padding: 15px 60px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom: 1px solid #d9ebe2;
}

.recruitTitleUl li {
	width: 25%;
	float: left;
	display: inline;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.recruitTitleUl li .title1 {
	font-size: 16px;
	color: #555555;
	margin-right: 20px;
	font-weight: bold;
}

.recruitTitleUl li .info {
	font-size: 16px;
	color: #999999;
}

.recruitListDl dd:hover .recruitT .text,
.recruitListDl dd.active .recruitT .text,
.recruitListDl dd:hover .recruitT .text span.money {
	background: #3eb134;
	color: #FFF;
}

@media(max-width: 1310px) {
	#ny_connect #box2 {
		padding: 50px 0;
	}

	.recruitListBox {
		padding: 0 10px;
	}
}

@media(max-width: 992px) {
	.recruitTitleUl li {
		width: 50%;
	}
}

@media(max-width: 767px) {
	#ny_connect #box2 .box2_t p {
		font-size: 26px;
	}

	#ny_connect #box2 .recruitListBox {
		padding: 0;
	}

	#ny_connect #box2 .box2_t span {
		font-size: 24px;
	}

	#ny_connect #box2 .box2_t {
		padding-bottom: 20px;
	}

	.recruitTitleUl {
		padding: 10px 25px;
	}

	.recruitTitleUl li .info {
		font-size: 14px;
	}

	.recruitTitleUl li .title {
		font-size: 14px;
		font-weight: normal;
		margin-right: 0px;
	}

	.recruitText {
		margin: 20px 25px 0;
	}

	.recruitBtn {
		padding: 25px;
	}

	.recruitListDl dd .recruitT .text span {
		padding-left: 25px;
	}

	.recruitListDl dd .recruitT .text span.xq {
		padding-right: 25px;
	}

	.recruitListDl dd .recruitT .text span.recruitIcon {
		background: url(../images/right_on.png)no-repeat center right 25px;
	}

	.recruitListDl dd:hover .recruitT .text span.recruitIcon {
		background: url(../images/righth.png)no-repeat center right 25px;
	}

	.recruitListDl dd.active .recruitT .text span.recruitIcon {
		background: url(../images/xia.png)no-repeat center right 25px;
	}

	.recruitTitleUl li .title1 {
		font-size: 14px;
		margin-right: 10px;
	}

	#ny_connect #box2 .recruitBtn {
		padding-top: 0px;
	}

	#ny_connect #box2 {
		padding: 30px 0;
	}
}



/*产品列表*/
#ny_pro_list {
	display: block;
	overflow: hidden;
	padding: 50px 0;
	background-color: #f9f9f9;
}

#ny_pro_list dl {
	display: block;
	overflow: hidden;
}

#ny_pro_list dl dd {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}

#ny_pro_list dl dt {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
}

#ny_pro_list dl dt a {
	display: block;
	overflow: hidden;
}

#ny_pro_list dl dt a span {
	font-size: 32px;
	font-weight: bold;
	line-height: 40px;
	color: #3eb134;
	display: block;
}

#ny_pro_list dl dt a em {
	font-size: 16px;
	display: block;
	color: #666666;
	line-height: 2;
	display: block;
}

#ny_pro_list dl dd .box {
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

#ny_pro_list dl dd .box:nth-child(even) {
	padding-right: 0px;
}

#ny_pro_list dl dd .box:nth-child(odd) {
	padding-left: 0px;
}

#ny_pro_list dl dd .box a {
	display: flex;
}

#ny_pro_list dl dd .box a .box_l {
	flex: 0.55;
	position: relative;
}

#ny_pro_list dl dd .box a .box_l p {
	position: absolute;
	writing-mode: vertical-lr;
	/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;
	/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	top: 0;
	left: 0;
	bottom: 0;
	width: 40px;
	background-color: #3eb134;
	font-size: 15px;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .02em;
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	transition: all .3s ease-out;
	letter-spacing: 2px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_l img {
	max-width: 100%;
	display: block;
	border: 1px solid #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r {
	flex: 0.45;
	background: #f5f5f5;
}

#ny_pro_list dl dd .box a .box_r .box_flex {
	display: flex;
	width: 100%;
	height: 100%;
}

.nypro-ul {
	overflow: hidden;
	margin: 0 -20px;
	margin-top: 30px;
	/*margin-bottom: 30px;*/
}

.nypro-ul li {
	margin-bottom: 35px;
	width: 33.33%;
	padding: 0 20px;
	float: left;
}

.nypro-ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding-bottom: 30px;
}

.nypro-ul li a .nypro-img {
	padding: 20px;
	display: block;
}

.nypro-ul li a .nypro-img img {
	max-width: 100%;
	display: block;
	border: 1px solid #ddd;
}

.nypro-ul li a p {
	line-height: 40px;
	color: #333;
	text-align: center;
	font-size: 16px;
	padding: 0 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.nypro-ul li a:hover p {
	color: #3eb134;
}

#ny_pro_list .font {
	padding: 0 20px;
}

#ny_pro_list .font .tit {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #ddd;
	color: #454545;
	margin-bottom: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#ny_pro_list .font p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	display: block;
	margin-bottom: 30px;
}

#ny_pro_list .font .but {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	height: 40px;
	position: relative;
}

#ny_pro_list .font .but strong {
	font-size: 16px;
	color: #666;
	position: relative;
	z-index: 2;
	font-weight: normal;
}

#ny_pro_list .font .but i {
	display: block;
	height: 14px;
	overflow: hidden;
	position: relative;
	margin-left: 14px;
	z-index: 2;
}

#ny_pro_list .font .but i img {
	float: left;
	height: 100%;
}

#ny_pro_list .font .but i img:nth-child(2n) {
	display: none;
}

#ny_pro_list .font .but::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30%;
	height: 100%;
	z-index: 1;
	background-color: #c0e1bd;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_pro_list li:hover .img img {
	transform: scale(1.04);
}

#ny_pro_list li:hover .font .tit {
	color: #3eb134;
	border-color: #3eb134;
}

#ny_pro_list li:hover .font .but strong {
	color: #fff;
}

#ny_pro_list li:hover .font .but i img:nth-child(1) {
	display: none;
}

#ny_pro_list li:hover .font .but i img:nth-child(2) {
	display: block;
}

#ny_pro_list li:hover .font .but::before {
	width: 100%;
	background-color: #3eb134;
}

#ny_pro_list .font .showproductli_info {
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #888;
	line-height: 24px;
	display: block;
	margin: 15px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#ny_pro_list .font .showproductli_info .canshu {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media(max-width: 1199px) {
	.nypro-ul li {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	#ny_pro_list {
		padding: 30px 0;
	}

	#ny_pro_list dl dt a span {
		font-size: 28px;
	}
}

@media(max-width: 991px) {
	.nypro-ul li {
		width: 50%;
	}
}

@media(max-width: 767px) {
	#ny_pro_list dl dt a span {
		font-size: 24px;
	}

	#ny_pro_list dl dt a em {
		font-size: 14px;
	}

	#ny_pro_list .font .tit {
		font-size: 17px;
	}

	#ny_pro_list .font .showproductli_info {
		margin: 10px 0;
	}
}

@media(max-width: 500px) {
	.nypro-ul li {
		width: 100%;
	}

	#ny_pro_list .font .but strong {
		font-size: 14px;
	}

	#ny_pro_list {
		padding: 20px 0;
	}
}



/*产品详情*/
#product_desc {
	display: block;
	padding: 50px 0;
	background-color: #f9f9f9;
}

#product_desc .box1 {
	display: block;
	overflow: hidden;
}

#product_desc .box1 .box1_nr {
	padding: 53px 95px 65px 53px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #fff;
}

#product_desc .box1 .box1_nr .box1_l {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
	width: 50%;
	height: 460px;
}

#product_desc .box1 .box1_nr .box1_l .nav {
	width: 16.5%;
	height: 90%;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

#product_desc .box1 .box1_nr .box1_l .nav .product_info-section1-nav {
	height: 100%;
}

#product_desc .box1 .box1_nr .box1_l .nav .img {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	border: 1px solid #dbdbdb;
	cursor: pointer;
	overflow: hidden;
}

#product_desc .box1 .box1_nr .box1_l .nav .on .img {
	border: 1px solid #3eb134;
}

#product_desc .box1 .box1_nr .box1_l .nav .img img {
	height: 86%;
	object-fit: cover;
}

#product_desc .box1 .box1_nr .box1_l .cent {
	width: 80%;
	height: 100%;
}

#product_desc .box1 .box1_nr .box1_l .cent .img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow: hidden;
	border: 1px solid #dbdbdb;
}

#product_desc .box1 .box1_nr .box1_l .cent .img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	object-fit: contain;
}

#product_desc .box1 .box1_nr .box1_l .qie {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 17%;
	display: flex;
}

#product_desc .box1 .box1_nr .box1_l .qie .pro-prev,
#product_desc .box1 .box1_nr .box1_l .qie .pro-next {
	display: block;
	width: 45%;
	height: 20px;
	outline: none;
	pointer-events: auto !important;
}

#product_desc .box1 .box1_nr .box1_l .qie .pro-prev {
	background: #000 url(../images/content_top.png) no-repeat;
	background-position: center;
	background-size: auto 6px;
	left: 0;
}

#product_desc .box1 .box1_nr .box1_l .qie .pro-next {
	background: #000 url(../images/b.png) no-repeat;
	background-position: center;
	background-size: auto 6px;
	right: 0;
}

#product_desc .box1 .box1_nr .box1_l .qie .pro-prev:hover {
	background: #3eb134 url(../images/content_top.png) no-repeat;
	background-position: center;
	background-size: auto 6px;
	left: 0;
	opacity: 1;
}

#product_desc .box1 .box1_nr .box1_l .qie .pro-next:hover {
	background: #3eb134 url(../images/b.png) no-repeat;
	background-position: center;
	background-size: auto 6px;
	right: 0;
	opacity: 1;
}


#product_desc .box1 .box1_nr .box1_r {
	width: 46%;
	display: flex;
	align-items: center;
}

#product_desc .box1 .box1_nr .box1_r .flex_box {
	display: block;
	width: 100%;
}

#product_desc .box1 .box1_nr .box1_r .flex_box strong {
	font-size: 30px;
	color: #262626;
	display: block;
	margin-bottom: 24px;
}

.box1 .box1_nr .box1_r .flex_box .t {
	font-size: 16px;
	line-height: 26px;
	color: #666666;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .labelbox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .labelbox .list1 {
	margin-right: 20px;
	background: #fff;
	margin-bottom: 15px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	color: #454545;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .but {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .but li:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 224px;
	height: 50px;
	background-color: #262626;
	color: #fff;
	font-size: 22px;
	margin-right: 10px;
	font-weight: bold;
	border-radius: 3px;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .but li:first-child span {
	display: block;
	height: 20px;
	margin-right: 8px;
	overflow: hidden;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .but li:first-child span img {
	height: 100%;
	display: block;
	float: left;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .but li:nth-child(2) {
	margin-right: 10px;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .but li:nth-child(2),
#product_desc .box1 .box1_nr .box1_r .flex_box .but li:nth-child(3) {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	width: 130px;
	height: 50px;
	background-color: #3eb134;
	color: #fff;
}

#product_desc .box1 .box1_nr .box1_r .flex_box .but li:nth-child(2) a,
#product_desc .box1 .box1_nr .box1_r .flex_box .but li:nth-child(3) a {
	display: block;
	color: #fff;
}

#product_desc .box2 {
	display: block;
	margin-top: 40px;
}

#product_desc .box2 .box2_nr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

#product_desc .box2 .box2_nr .box2_nr_l {
	width: 69%;
	background: #fff;
}

#product_desc .box2 .box2_nr .box2_nr_l .product_desc_t {
	background-color: #fff;
	height: 75px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 2px solid #e9e9e9;
}

#product_desc .box2 .box2_nr .box2_nr_l .product_desc_t a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: calc(100% + 2px);
	color: #262626;
	font-size: 22px;
	padding: 0 34px;
}

#product_desc .box2 .box2_nr .box2_nr_l .product_desc_t a.on {
	background-color: #3eb134;
	color: #fff;
}

#product_desc .box2 .box2_nr .box2_nr_l .nr {
	width: 100%;
	padding: 35px;
	background-color: #fff;
	min-height: 300px;
}

#product_desc .box2 .box2_nr .box2_nr_l .nr .imgbox {
	display: none;
	overflow: hidden;
}

#product_desc .box2 .box2_nr .box2_nr_l .nr .imgbox:first-child {
	display: block;
}

#product_desc .box2 .box2_nr .box2_nr_l .nr .imgbox:nth-child(2) {
	overflow: auto;
}

#product_desc .box2 .box2_nr .box2_nr_r {
	width: 28%;
	position: sticky;
	top: 100px;
	margin-left: 40px;
	background: #fff;
}

#product_desc .box2 .box2_nr .box2_nr_l .nr .imgbox::-webkit-scrollbar-thumb {
	background-color: rgba(60, 189, 170, 0.6);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
}

#product_desc .box2 .box2_nr .box2_nr_l .nr .imgbox {
	line-height: 1.8;
	font-size: 15px;
	color: #666;
}

#product_desc .box2 .box2_nr .box2_nr_l .nr .imgbox:first-child img {
	max-width: 100%;
	display: block;
}

#product_desc .box2 .box2_nr .box2_nr_l .fenye {
	padding: 10px 35px;
	display: block;
	overflow: hidden;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_t {
	background-color: #3eb134;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size: 22px;
	color: #fff;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr {
	background-color: #fff;
	padding: 35px 40px;
	text-align: center;
	overflow: hidden;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li {
	float: left;
	width: 48%;
	display: block;
	margin-bottom: 20px;
	margin-right: 2%;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li:nth-child(2n) {
	margin-right: 0;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li a {
	display: block;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li a img {
	max-width: 100%;
	display: block;
	border: 1px solid #eee;
	transition: all 0.3s;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li a h3 {
	transition: all 0.3s;
	font-size: 18px;
	color: #262626;
	display: block;
	line-height: 2;
	margin-top: 10px;
	text-align: center;
	padding: 0 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li:hover a img {
	border: 1px solid #3eb134;
}

#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li:hover a h3 {
	color: #3eb134;
}

#product_desc .box3 {
	display: block;
	margin-top: 50px;
}

#product_desc .box3 .box3_nr {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 50px;
}

#product_desc .box3 .box3_nr .box3_nr_t {
	display: block;
	padding-bottom: 40px;
	border-bottom: 2px solid #e9e9e9;
	text-align: center;
	margin-bottom: 50px;
}

#product_desc .box3 .box3_nr .box3_nr_t p {
	font-weight: bold;
	display: block;
	font-size: 36px;
	color: #3eb134;
}

#product_desc .box3 .box3_nr .box3_nr_t span {
	font-size: 16px;
	color: #262626;
	opacity: 0.5;
}

#product_desc .box3 .box3_nr .box3_nr_box {
	padding: 0 50px;
}

#product_desc .box3 .box3_nr .box3_nr_box .owl-nav {
	display: none;
}

#product_desc .box3 .box3_nr .box3_nr_box li {
	display: block;
	overflow: hidden;
}

#product_desc .box3 .box3_nr .box3_nr_box li a {
	display: block;
	overflow: hidden;
}

#product_desc .box3 .box3_nr .box3_nr_box li a img {
	display: block;
	border: 1px solid #eee;
	max-width: 100%;
}

#product_desc .box3 .box3_nr .box3_nr_box li a .t {
	padding-top: 25px;
	margin-top: 20px;
	border-top: 2px solid #ddd;
	text-align: center;
}

#product_desc .box3 .box3_nr .box3_nr_box li a .t strong {
	display: block;
	color: #333;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

#product_desc .box3 .box3_nr .box3_nr_box li a .t span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
	font-size: 14px;
	opacity: 0.5;
}

#product_desc .box3 .box3_nr .box3_nr_box li a .t span i {
	display: block;
	margin-left: 10px;
	height: 12px;
}

#product_desc .box3 .box3_nr .box3_nr_box li a .t span i img {
	height: 12px;
	float: left;
	width: auto;
	max-width: auto;
}

#product_desc .box3 .box3_nr .box3_nr_box li:hover a .t strong {
	color: #3eb134;
}

@media(max-width: 1710px) {
	#product_desc .box1 .box1_nr .box1_l {
		height: 430px;
	}
}

@media(max-width: 1610px) {
	#product_desc .box1 .box1_nr .box1_l {
		height: 400px;
	}
}

@media(max-width: 1510px) {
	#product_desc .box1 .box1_nr .box1_l {
		height: 370px;
	}
}

@media(max-width: 1410px) {
	#product_desc .box1 .box1_nr {
		padding: 53px 65px 45px 33px;
	}

	#product_desc .box1 .box1_nr .box1_l {
		height: 355px;
	}

	#product_desc .box2 .box2_nr .box2_nr_r {
		margin-left: 0px;
	}
}

@media(max-width: 1310px) {
	#product_desc .box1 .box1_nr .box1_l {
		height: 322px;
	}
}

@media(max-width: 1199px) {
	#product_desc .box1 .box1_nr {
		padding: 40px 30px;
	}

	#product_desc .box1 .box1_nr .box1_l {
		height: 274px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box strong {
		font-size: 24px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box .but {
		margin-top: 20px;
	}

	#product_desc .box2 .box2_nr .box2_nr_l .product_desc_t a {
		font-size: 18px;
	}

	#product_desc .box3 .box3_nr {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	#product_desc .box3 .box3_nr .box3_nr_t p {
		font-size: 26px;
	}

	#product_desc .box3 .box3_nr .box3_nr_box li a .t strong {
		font-size: 20px;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_t {
		font-size: 18px;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr li a h3 {
		font-size: 16px;
	}
}

@media(max-width: 991px) {
	#product_desc .box1 .box1_nr .box1_l {
		height: auto;
		width: 100%;
	}

	#product_desc .box1 .box1_nr .box1_l .nav {
		width: 100%;
		height: 116px;
		order: 1;
		margin-top: 20px;
	}

	#product_desc .box1 .box1_nr .box1_l .cent {
		height: auto;
		width: 100%;
	}

	#product_desc .box1 .box1_nr {
		display: block;
		width: 100%;
	}

	#product_desc .box1 .box1_nr .box1_r {
		width: 100%;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box {
		padding-top: 30px;
	}

	#product_desc .box1 .box1_nr .box1_l .qie {
		width: 100%;
	}

	#product_desc .box1 .box1_nr .box1_l .qie .pro-prev,
	#product_desc .box1 .box1_nr .box1_l .qie .pro-next {
		width: 20px;
		height: 40px;
		margin-top: -75px;
		background: #d4d4d4 url(../images/lt1.png) no-repeat;
		background-position: center;
		background-size: auto 14px;
	}

	#product_desc .box1 .box1_nr .box1_l .qie .pro-prev:hover {
		background: #3eb134 url(../images/lt1.png) no-repeat;
		background-position: center;
		background-size: auto 14px;
	}

	#product_desc .box1 .box1_nr .box1_l .qie .pro-next {
		transform: rotate(-180deg);
	}

	#product_desc .box1 .box1_nr .box1_l .qie .pro-next:hover {
		background: #3eb134 url(../images/lt1.png) no-repeat;
		background-position: center;
		background-size: auto 14px;
	}

	#product_desc .box1 .box1_nr .box1_l .cent .img img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

	#product_desc .box2 .box2_nr {
		display: block;
		width: 100%;
	}

	#product_desc .box2 .box2_nr .box2_nr_l {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}

	#product_desc .box2 .box2_nr .box2_nr_r {
		display: block;
		width: 100%;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr ul {
		display: flex;
		width: 100%;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr ul li {
		flex: 1;
		padding: 0 10px;
		width: 33.333%;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr {
		padding: 15px 20px;
	}

	#product_desc .box3 {
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	#product_desc {
		padding: 20px 0;
	}

	#product_desc .box1 .box1_nr {
		padding: 15px 10px;
	}

	#product_desc .box1 .box1_nr .box1_l .nav {
		height: 78px;
		margin-top: 10px;
	}

	#product_desc .box1 .box1_nr .box1_l .qie .pro-prev,
	#product_desc .box1 .box1_nr .box1_l .qie .pro-next {
		margin-top: -58px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box strong {
		font-size: 20px;
	}

	.box1 .box1_nr .box1_r .flex_box .t {
		font-size: 14px;
		line-height: 1;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box .but li:first-child {
		font-size: 18px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box .but li:nth-child(3) {
		display: block !important;
		text-align: center;
		line-height: 50px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box .but {
		margin-top: 10px;
	}

	#product_desc .box2 .box2_nr .box2_nr_l .product_desc_t {
		height: 45px;
	}

	#product_desc .box2 .box2_nr .box2_nr_l .nr {
		padding: 15px;
	}

	#product_desc .box2 .box2_nr .box2_nr_l .fenye {
		padding: 10px 15px;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_t {
		height: 45px;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_t {
		font-size: 16px;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr ul {
		display: block;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr ul li {
		display: block;
		width: 100%;
		padding: 0;
	}

	#product_desc .box2 .box2_nr .box2_nr_r .box_r_box_nr {
		padding: 15px 10px;
	}

	#product_desc .box3 .box3_nr {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#product_desc .box3 .box3_nr .box3_nr_t {
		padding-bottom: 20px;
		border-bottom: 1px solid #e9e9e9;
		margin-bottom: 20px;
	}

	#product_desc .box3 .box3_nr .box3_nr_t p {
		font-size: 20px;
	}

	#product_desc .box3 .box3_nr .box3_nr_t span {
		font-size: 14px;
	}

	#product_desc .box3 .box3_nr .box3_nr_box {
		padding: 0 20px;
	}

	#product_desc .box3 .box3_nr .box3_nr_box li a .t strong {
		font-size: 17px;
		margin-bottom: 10px;
	}

	#product_desc .box3 .box3_nr .box3_nr_box li a .t {
		padding-top: 15px;
		margin-top: 15px;
	}
}


@media(max-width: 500px) {
	#location ul li a {
		padding: 0 5px;
	}

	#product_desc .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box strong {
		font-size: 17px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box .labelbox .list1 {
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 10px;
	}

	#product_desc .box1 .box1_nr .box1_r .flex_box .labelbox {
		margin-top: 15px;
	}

	#product_desc .box1 .box1_nr .box1_l .nav {
		height: 66px;
	}

}


/*厨余垃圾处理解决方案单页面*/
#ny_solution1 {
	display: block;
	overflow: hidden;
	padding: 50px 0 0;
}

#ny_solution1 .ny_s_title {
	text-align: center;
	display: block;
}

#ny_solution1 .ny_s_title p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_solution1 .ny_s_title h3 {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_solution1 .ny_s_nr1 {
	display: block;
	overflow: hidden;
	margin: 20px 0 30px 0;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box {
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 0;
	background: #f6f7f9;
	position: relative;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 0 0 65px;
	position: relative;
	width: 37%;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info h4 {
	font-size: 36px;
	color: #3eb134;
	font-weight: bold;
	margin: 0 0 3px;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .des {
	position: relative;
	font-size: 34px;
	color: #333;
	margin: 0 0 78px;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .des::after {
	content: "";
	position: absolute;
	width: 56px;
	height: 4px;
	background: #3eb134;
	left: 0;
	bottom: -40px;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .checksec {
	display: flex;
	margin: 0 0 45px;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .item {
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .item img {
	width: 23px;
	margin: 0 6px 0 0;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .item span {
	font-size: 20px;
	color: #333;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .smdes {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.5);
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r {
	position: relative;
	width: 63%;
	overflow: hidden;
	padding-right: 50px;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr {
	display: block;
	background: #fff;
}

#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table td,
#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table th {
	padding: 11px 15px;
	text-align: center;
}

#ny_solution1 .ny_s_nr2 {
	margin-top: 50px;
	display: block;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr {
	display: block;
	margin-top: 50px;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box {
	display: flex;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item {
	flex: 1;
	position: relative;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item img {
	width: 100%;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 15px;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask p {
	font-size: 23px;
	display: block;
	color: #fff;
	font-weight: bold;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask .desc {
	padding: 0 7%;
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask a {
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #3eb134;
	font-size: 16px;
	border-radius: 40px;
	width: 142px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover .mask {
	opacity: 0;
}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover img {}

#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover .hover-mask {
	opacity: 1;
	background-color: rgba(50, 175, 154, 0.85);
}

#ny_solution1 .ny_s_nr3 {
	margin-top: 70px;
	display: block;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr {
	display: block;
	margin-top: 50px;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr .ny_s_nr3_btn {
	display: flex;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr .ny_s_nr3_btn a {
	flex: 1;
	background: #f2f2f2;
	transition: 0.3s;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	color: #333;
	border-right: 1px solid #fff;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr .ny_s_nr3_btn a:last-child {
	border-right: none;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr .ny_s_nr3_btn a.on {
	background: #3eb134;
	color: #fff;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul {
	display: block;
	margin-top: 40px;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(1) {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(1) img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) {
	display: block;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box {
	display: flex;
	align-items: center;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l {
	width: 40%;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l .t {
	font-size: 26px;
	color: #333;
	margin: 20px 0 0;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l span {
	font-size: 16px;
	color: #454545;
	line-height: 1.8;
	margin-top: 10px;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_r {
	width: 60%;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_r dt {
	display: block;
	overflow: hidden;
	text-align: right;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_r dt img {
	display: block;
	max-width: 100%;
	float: right;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(3) {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(3) img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(4) {
	text-align: center;
	display: block;
	margin: 0 auto;
}

#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(4) img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

#ny_solution1 .ny_s_nr4 {
	display: block;
	overflow: hidden;
	margin-top: 60px;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-container {
	display: block;
	width: 95%;
	margin: 0 auto;
	position: static;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item {
	display: flex;
	background: #f7f7f7;
	align-items: center;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l {
	width: 50%;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l dt {
	display: block;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l dt img {
	max-width: 100%;
	display: block;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
	width: 50%;
	padding-left: 5%;
	padding-right: 6%;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
	display: block;
	font-size: 26px;
	margin-bottom: 36px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-bottom: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
	width: 120px;
	height: 45px;
	border: 2px solid #030f21;
	color: #030f21;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 16px;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a:hover {
	background-color: #3eb134;
	border-color: #3eb134;
	color: #fff;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next,
#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
	width: 50px;
	height: 60px;
	border: 1px solid #3eb134;
	border-radius: 3px;
	background: url(../images/fagt.png) no-repeat center;
	background-size: 11px 20px;
	transition: all 0.3s;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next:hover,
#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev:hover {
	background: url(../images/fagt_on.png) no-repeat center #3eb134;
	background-size: 11px 20px;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
	transform: rotate(180deg);
}


#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par {
	display: block;
	position: relative;
	width: 95%;
	margin: 0 auto;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a {
	display: block;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a .img {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-container {
	padding: 20px;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a .img img {
	filter: grayscale(100%);
	max-width: 100%;
	display: block;
	transition: all 0.5s;
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img img {
	filter: grayscale(0%);
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img {
	box-shadow: 0 2px 10px rgba(62, 170, 152, 0.4);
}

#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img img {
	transform: scale(1.05);
}

#ny_solution1 .ny_s_nr5 {
	margin: 40px 0 0;
	background: #f7f7f7;
	padding: 50px 0 50px 0;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box {
	padding: 0 30px;
	margin-top: 45px;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box .owl-nav {
	display: none;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li {
	display: block;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li a {
	display: block;
	overflow: hidden;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li a img {
	display: block;
	border: 1px solid #eee;
	max-width: 100%;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li a .t {
	padding-top: 25px;
	margin-top: 20px;
	border-top: 2px solid #ddd;
	text-align: center;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li a .t strong {
	display: block;
	color: #333;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li a .t span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
	font-size: 14px;
	opacity: 0.5;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li a .t span i {
	display: block;
	margin-left: 10px;
	height: 12px;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li a .t span i img {
	height: 12px;
	float: left;
	width: auto;
	max-width: auto;
}

#ny_solution1 .ny_s_nr5 .box3_nr_box li:hover a .t strong {
	color: #3eb134;
}

@media(max-width: 1610px) {
	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next {
		right: 0;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
		left: 0;
	}
}

@media(max-width: 1350px) {
    #product_desc .box1 .box1_nr .box1_r .flex_box .but li:first-child{
	    width:210px;
	}
}

@media(max-width: 1199px) {
	#ny_solution1 {
		padding: 40px 0 0;
	}

	#ny_solution1 .ny_s_title p {
		font-size: 34px;
	}

	#ny_solution1 .ny_s_title h3 {
		font-size: 28px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box {
		margin-top: 40px;
		padding-top: 40px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info {
		padding-left: 30px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info h4 {
		font-size: 26px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .des {
		font-size: 24px;
		margin-bottom: 45px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .des::after {
		bottom: -25px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .item span {
		font-size: 16px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .checksec {
		margin-bottom: 25px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r {
		padding-right: 25px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table td span,
	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table th span {
		font-size: 15px !important;
	}

	#ny_solution1 .ny_s_nr2 {
		margin-top: 30px;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
		font-size: 18px;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
		font-size: 14px;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask a {
		display: none;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask .desc {
		font-size: 14px;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask p {
		font-size: 18px;
	}

	#ny_solution1 .ny_s_nr3 {
		margin-top: 50px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr .ny_s_nr3_btn a {
		font-size: 16px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l .t {
		font-size: 22px;
	}

	#ny_solution1 .ny_s_nr4 {
		margin-top: 40px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		padding-left: 3%;
		padding-right: 3%;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
		font-size: 20px;
		margin-bottom: 15px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
		font-size: 14px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
		font-size: 14px;
	}

	#ny_solution1 .ny_s_nr5 .box3_nr_box li a .t strong {
		font-size: 18px;
	}

	#ny_solution1 .ny_s_nr5 {
		padding: 40px 0 40px 0;
	}
}

@media(max-width: 991px) {
	#ny_solution1 .ny_s_title p {
		font-size: 30px;
	}

	#ny_solution1 .ny_s_title h3 {
		font-size: 24px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box {
		display: block;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info h4 {
		font-size: 22px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .des {
		font-size: 18px;
		margin-bottom: 30px;
		line-height: 2;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info {
		display: block;
		width: 100%;
		text-align: center;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .checksec {
		display: none;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .smdes {
		display: none;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info .des::after {
		display: none;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r {
		display: block;
		width: 100%;
		padding: 0 15px;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr {
		margin-top: 30px;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask {
		display: none;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask {
		padding: 0 10px;
	}

	#ny_solution1 .ny_s_nr2 {
		margin-top: 0;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr .ny_s_nr3_btn a {
		font-size: 14px;
		height: 45px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr {
		margin-top: 30px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l p {
		font-size: 14px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l .t {
		font-size: 20px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l span {
		font-size: 14px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul {
		margin-top: 20px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
		border: 1px solid #030f21;
		height: 40px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
		margin-bottom: 15px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
		font-size: 17px;
	}

	#ny_solution1 .ny_s_nr5 .box3_nr_box {
		padding: 0;
		margin-top: 25px;
	}
}

@media(max-width: 767px) {
	#ny_solution1 {
		padding-top: 20px;
	}

	#ny_solution1 .ny_s_title p {
		font-size: 24px;
	}

	#ny_solution1 .ny_s_title h3 {
		font-size: 22px;
	}

	#ny_solution1 .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box {
		margin-top: 20px;
		padding-top: 20px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r {
		padding: 0 10px;
	}

	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table td span,
	#ny_solution1 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table th span {
		font-size: 14px !important;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box {
		display: block;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item {
		width: 33.33%;
		float: left;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
		font-size: 16px;
	}

	#ny_solution1 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
		font-size: 12px;
		margin-top: 5px;
	}

	#ny_solution1 .ny_s_nr3 {
		margin-top: 30px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr .ny_s_nr3_btn a {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		padding: 0 5px;
		display: block;
		line-height: 45px;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box {
		display: block;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l {
		display: block;
		width: 100%;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_r {
		width: 100%;
		display: block;
	}

	#ny_solution1 .ny_s_nr3 .ny_s_nr3_nr ul li:nth-child(2) .imgbox_box .box_l .t {
		font-size: 16px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item {
		display: block;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l {
		width: 100%;
		display: block;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		width: 100%;
		display: block;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next,
	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
		display: none;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		padding: 6% 3%;
		min-height: 213px;
	}

	#ny_solution1 .ny_s_nr4 .ny_s_nr4_nr {
		margin-top: 30px;
	}

	#ny_solution1 .ny_s_nr5 {
		margin-top: 20px;
		padding-top: 20px;
	}


}


/*污泥处理解决方案单页面*/
#ny_solution2 {
	display: block;
	overflow: hidden;
	padding: 50px 0 0;
}

#ny_solution2 .ny_s_title {
	text-align: center;
	display: block;
}

#ny_solution2 .ny_s_title p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_solution2 .ny_s_title h3 {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_solution2 .ny_s_nr1 {
	display: block;
	overflow: hidden;
	margin: 20px 0 30px 0;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box {
	margin-top: 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 0;
	background: #f6f7f9;
	position: relative;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 0 0 0 65px;
	position: relative;
	width: 37%;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info h4 {
	font-size: 36px;
	color: #3eb134;
	font-weight: bold;
	margin: 0 0 3px;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .des {
	position: relative;
	font-size: 34px;
	color: #333;
	margin: 0 0 78px;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .des::after {
	content: "";
	position: absolute;
	width: 56px;
	height: 4px;
	background: #3eb134;
	left: 0;
	bottom: -40px;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .checksec {
	display: flex;
	margin: 0 0 45px;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .item {
	display: flex;
	align-items: center;
	margin: 0 20px 0 0;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .item img {
	width: 23px;
	margin: 0 6px 0 0;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .item span {
	font-size: 20px;
	color: #333;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .smdes {
	font-size: 14px;
	color: rgba(51, 51, 51, 0.5);
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r {
	position: relative;
	width: 63%;
	overflow: hidden;
	padding-right: 50px;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr {
	display: block;
	background: #fff;
}

#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table td,
#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table th {
	padding: 11px 15px;
	text-align: center;
}

#ny_solution2 .ny_s_nr2 {
	margin-top: 50px;
	display: block;
	overflow: hidden;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr {
	display: block;
	margin-top: 50px;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box {
	display: flex;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item {
	flex: 1;
	position: relative;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item img {
	width: 100%;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 15px;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask p {
	font-size: 23px;
	display: block;
	color: #fff;
	font-weight: bold;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask .desc {
	padding: 0 7%;
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask a {
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #3eb134;
	font-size: 16px;
	border-radius: 40px;
	width: 142px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover .mask {
	opacity: 0;
}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover img {}

#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover .hover-mask {
	opacity: 1;
	background-color: rgba(50, 175, 154, 0.85);
}

#ny_solution2 .ny_s_nr3 {
	margin-top: 70px;
	display: block;
	overflow: hidden;
}

#ny_solution2 .ny_s_nr3 .ny_s_title {
	text-align: left;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box {
	display: flex;
	align-items: center;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l {
	width: 25%;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn {
	display: block;
	margin-top: 40px;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
	display: block;
	background: #f2f2f2;
	transition: 0.3s;
	font-size: 20px;
	color: #333;
	line-height: 50px;
	margin-bottom: 15px;
	text-align: center;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a.on {
	background: #3eb134;
	color: #fff;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r {
	width: 75%;
	padding-left: 5%;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r img {
	display: block;
	max-width: 100%;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r .list p {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r li table td,
#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r li table th {
	padding: 0px 0px;
}

#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r li table td p {
	padding: 9px 15px;
	text-align: center;
	font-size: 14px;
	color: #454545;
}


#ny_solution2 .ny_s_nr4 {
	display: block;
	overflow: hidden;
	margin-top: 60px;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-container {
	display: block;
	width: 95%;
	margin: 0 auto;
	position: static;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item {
	display: flex;
	background: #f7f7f7;
	align-items: center;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l {
	width: 50%;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l dt {
	display: block;
	overflow: hidden;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l dt img {
	max-width: 100%;
	display: block;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
	width: 50%;
	padding-left: 5%;
	padding-right: 6%;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
	display: block;
	font-size: 26px;
	margin-bottom: 36px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-bottom: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
	width: 120px;
	height: 45px;
	border: 2px solid #030f21;
	color: #030f21;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 16px;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a:hover {
	background-color: #3eb134;
	border-color: #3eb134;
	color: #fff;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next,
#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
	width: 50px;
	height: 60px;
	border: 1px solid #3eb134;
	border-radius: 3px;
	background: url(../images/fagt.png) no-repeat center;
	background-size: 11px 20px;
	transition: all 0.3s;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next:hover,
#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev:hover {
	background: url(../images/fagt_on.png) no-repeat center #3eb134;
	background-size: 11px 20px;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
	transform: rotate(180deg);
}


#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par {
	display: block;
	position: relative;
	width: 95%;
	margin: 0 auto;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a {
	display: block;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a .img {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-container {
	padding: 20px;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a .img img {
	filter: grayscale(100%);
	max-width: 100%;
	display: block;
	transition: all 0.5s;
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img img {
	filter: grayscale(0%);
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img {
	box-shadow: 0 2px 10px rgba(62, 170, 152, 0.4);
}

#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img img {
	transform: scale(1.05);
}

#ny_solution2 .ny_s_nr5 {
	margin: 40px 0 0;
	background: #f7f7f7;
	padding: 50px 0 50px 0;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box {
	padding: 0 30px;
	margin-top: 45px;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box .owl-nav {
	display: none;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li {
	display: block;
	overflow: hidden;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li a {
	display: block;
	overflow: hidden;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li a img {
	display: block;
	border: 1px solid #eee;
	max-width: 100%;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li a .t {
	padding-top: 25px;
	margin-top: 20px;
	border-top: 2px solid #ddd;
	text-align: center;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li a .t strong {
	display: block;
	color: #333;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li a .t span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
	font-size: 14px;
	opacity: 0.5;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li a .t span i {
	display: block;
	margin-left: 10px;
	height: 12px;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li a .t span i img {
	height: 12px;
	float: left;
	width: auto;
	max-width: auto;
}

#ny_solution2 .ny_s_nr5 .box3_nr_box li:hover a .t strong {
	color: #3eb134;
}

@media(max-width: 1710px) {
	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next {
		right: 0;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
		left: 0;
	}
}

@media(max-width: 1199px) {
	#ny_solution2 {
		padding: 40px 0 0;
	}

	#ny_solution2 .ny_s_title p {
		font-size: 34px;
	}

	#ny_solution2 .ny_s_title h3 {
		font-size: 28px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box {
		margin-top: 40px;
		padding-top: 40px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info {
		padding-left: 30px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info h4 {
		font-size: 26px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .des {
		font-size: 24px;
		margin-bottom: 45px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .des::after {
		bottom: -25px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .item span {
		font-size: 16px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .checksec {
		margin-bottom: 25px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r {
		padding-right: 25px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table td span,
	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table th span {
		font-size: 15px !important;
	}

	#ny_solution2 .ny_s_nr2 {
		margin-top: 20px;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask {
		display: none;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
		font-size: 18px;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
		font-size: 14px;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr {
		margin-top: 30px;
	}

	#ny_solution2 .ny_s_nr3 {
		margin-top: 40px;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		font-size: 16px;
	}

	#ny_solution2 .ny_s_nr4 {
		margin-top: 30px;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		padding-left: 3%;
		padding-right: 3%;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
		font-size: 20px;
		margin-bottom: 15px;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
		font-size: 14px;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
		font-size: 14px;
	}

	#ny_solution2 .ny_s_nr5 .box3_nr_box li a .t strong {
		font-size: 18px;
	}
}

@media(max-width: 991px) {
	#ny_solution2 .ny_s_title p {
		font-size: 30px;
	}

	#ny_solution2 .ny_s_title h3 {
		font-size: 24px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box {
		display: block;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info {
		padding-left: 0px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info h4 {
		font-size: 22px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .des {
		font-size: 18px;
		margin-bottom: 30px;
		line-height: 2;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info {
		display: block;
		width: 100%;
		text-align: center;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .checksec {
		display: none;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .smdes {
		display: none;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info .des::after {
		display: none;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r {
		display: block;
		width: 100%;
		padding: 0 15px;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box {
		display: block;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l {
		text-align: center;
		display: block;
		width: 100%;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_title {
		text-align: center;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn {
		display: flex;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		flex: 1;
		border-right: 1px solid #fff;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a:last-child {
		border-right: none;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r {
		width: 100%;
		padding-left: 0;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next,
	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
		display: none;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
		border: 1px solid #030f21;
		height: 40px;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
		margin-bottom: 15px;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
		font-size: 17px;
	}

}

@media(max-width: 767px) {
	#ny_solution2 {
		padding-top: 20px;
	}

	#ny_solution2 .ny_s_title p {
		font-size: 24px;
	}

	#ny_solution2 .ny_s_title h3 {
		font-size: 22px;
	}

	#ny_solution2 .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box {
		margin-top: 20px;
		padding-top: 20px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r {
		padding: 0 10px;
	}

	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table td span,
	#ny_solution2 .ny_s_nr1 .ny_s_nr1_box .info_r .info_r_nr table th span {
		font-size: 14px !important;
	}

	#ny_solution2 .ny_s_nr2 {
		margin-top: 0px;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box {
		display: block;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item {
		display: block;
		width: 25%;
		float: left;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
		font-size: 16px;
	}

	#ny_solution2 .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
		font-size: 14px;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn {
		margin-top: 20px;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		padding: 0 10px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 14px;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item {
		display: block;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l {
		width: 100%;
		display: block;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		width: 100%;
		display: block;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next,
	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
		display: none;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		padding: 6% 3%;
		min-height: 213px;
	}

	#ny_solution2 .ny_s_nr4 .ny_s_nr4_nr {
		margin-top: 30px;
	}

	#ny_solution2 .ny_s_nr3 .ny_s_nr3_box .box_r .list p {
		font-size: 14px;
	}

	#ny_solution2 .ny_s_nr5 {
		margin-top: 20px;
		padding-top: 20px;
	}

	#ny_solution2 .ny_s_nr5 .box3_nr_box {
		padding: 0;
		margin-top: 25px;
	}

}


/*真空导排解决方案单页面*/
#ny_solution3 {
	display: block;
	overflow: hidden;
	padding: 50px 0;
}

#ny_solution3 .ny_s_title {
	text-align: center;
	display: block;
}

#ny_solution3 .ny_s_title p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_solution3 .ny_s_title h3 {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_solution3 .ny_solution3_1 {
	display: block;
	margin-top: 20px;
	overflow: hidden;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_l {
	width: 420px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_l .ny_s_title {
	text-align: left;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r {
	flex: 0 0 1014px;
	min-width: 1014px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .t {
	display: block;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .list {
	display: block;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .list p {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox {
	display: block;
	overflow: hidden;
	margin-top: 40px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -27px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
	flex: 0 0 14.28%;
	min-width: 14.28%;
	padding: 0 27px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col .itemico {
	width: 100%;
	height: 85px;
	border-radius: 10px;
	border: 1px solid #c8c8c8;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 12px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col .itemico img {
	width: 45%;
	vertical-align: middle;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .tit {
	font-size: 16px;
	color: #333;
	text-align: center;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 -5px -10px;
	margin-top: 50px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li {
	width: 20%;
	margin: 0 5px 10px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li {
	flex: 1;
	position: relative;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li img {
	width: 100%;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .mask p {
	font-size: 22px;
	color: #fff;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .mask span {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 15px;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .hover-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .hover-mask p {
	font-size: 23px;
	display: block;
	color: #fff;
	font-weight: bold;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .hover-mask .desc {
	padding: 0 7%;
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .hover-mask a {
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #3eb134;
	font-size: 16px;
	border-radius: 40px;
	width: 142px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li:hover .mask {
	opacity: 0;
}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li:hover img {}

#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li:hover .hover-mask {
	opacity: 1;
	background-color: rgba(50, 175, 154, 0.85);
}

#ny_solution3 .ny_solution3_2 {
	display: block;
	overflow: hidden;
	margin: 50px 0;
	background: #f7f7f7;
	padding: 60px 0;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr {
	display: block;
	overflow: hidden;
	margin-top: 50px;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box {
	display: flex;
	justify-content: space-between;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .nr_box_l {
	width: 49.5%;
	background: #fff;
	padding-left: 3%;
	padding-right: 3%;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .img {
	display: block;
	margin: 30px 0 45px 0;
	position: relative;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .img1::after {
	position: absolute;
	content: '';
	width: 161px;
	height: 184px;
	display: block;
	background: url(../images/v3.png)no-repeat center;
	right: -135px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .img img {
	max-width: 100%;
	display: block;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .t {
	width: 240px;
	line-height: 70px;
	background: #eee;
	margin: 0 auto;
	text-align: center;
	display: block;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .t p {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .t p.p {
	color: #3eb134;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	background: #f0f1f3;
	border-radius: 10px;
	padding: 15px 5%;
	align-items: center;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover {
	background: #3eb134;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list.list2 {
	flex-direction: row-reverse;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list.list2:hover {
	background: #666;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico {
	display: block;
	position: relative;
	width: 55px;
	height: 53px;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico img {
	max-width: 100%;
	display: block;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico .img12 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	display: none;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover .ico .img11 {
	display: none;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover .ico .img12 {
	display: block;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .desc {
	display: block;
	width: 85%;
	font-size: 15px;
	color: #444;
	line-height: 1.6;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover .desc {
	color: #fff;
}

#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .nr_box_r {
	width: 49.5%;
	background: #fff;
	padding-left: 3%;
	padding-right: 3%;
}



#ny_solution3 .ny_s_nr3 {
	margin-top: 70px;
	display: block;
	overflow: hidden;
}

#ny_solution3 .ny_s_nr3 .ny_s_title {
	text-align: left;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box {
	display: flex;
	align-items: center;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l {
	width: 25%;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn {
	display: block;
	margin-top: 40px;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
	display: block;
	background: #f2f2f2;
	transition: 0.3s;
	font-size: 20px;
	color: #333;
	line-height: 50px;
	margin-bottom: 15px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a.on {
	background: #3eb134;
	color: #fff;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_r {
	width: 75%;
	padding-left: 5%;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_r img {
	display: inline-block;
	max-width: 49%;
}

#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_r .list {
	font-size: 17px;
	color: #454545;
	line-height: 1.8;
	margin-top: 20px;
}

#ny_solution3 .ny_s_nr5 {
	margin: 40px 0 0;
	background: #f7f7f7;
	padding: 50px 0 50px 0;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box {
	padding: 0 30px;
	margin-top: 45px;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box .owl-nav {
	display: none;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li {
	display: block;
	overflow: hidden;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li a {
	display: block;
	overflow: hidden;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li a img {
	display: block;
	border: 1px solid #eee;
	max-width: 100%;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li a .t {
	padding-top: 25px;
	margin-top: 20px;
	border-top: 2px solid #ddd;
	text-align: center;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li a .t strong {
	display: block;
	color: #333;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li a .t span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
	font-size: 14px;
	opacity: 0.5;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li a .t span i {
	display: block;
	margin-left: 10px;
	height: 12px;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li a .t span i img {
	height: 12px;
	float: left;
	width: auto;
	max-width: auto;
}

#ny_solution3 .ny_s_nr5 .box3_nr_box li:hover a .t strong {
	color: #3eb134;
}

@media(max-width: 1610px) {
	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		font-size: 16px;
	}
}

@media(max-width: 1510px) {
	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 914px;
		min-width: 914px;
	}
}

@media(max-width: 1410px) {
	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 814px;
		min-width: 814px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		padding: 0 17px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row {
		margin: 0 -17px;
	}
}

@media(max-width: 1310px) {
	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 714px;
		min-width: 714px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		padding: 0 7px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row {
		margin: 0 -7px;
	}

	#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .img1::after {
		right: -112px;
	}
}

@media(max-width: 1199px) {
	#ny_solution3 {
		padding: 20px 0 0;
	}

	#ny_solution3 .ny_s_title p {
		font-size: 34px;
	}

	#ny_solution3 .ny_s_title h3 {
		font-size: 28px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 614px;
		min-width: 614px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		min-width: 17.28%;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .list p {
		font-size: 14px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_img {
		margin-top: 30px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .mask p {
		font-size: 18px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .hover-mask .desc {
		font-size: 14px;
	}

	#ny_solution3 .ny_solution3_2 {
		margin: 40px 0;
		padding: 40px 0;
	}

	#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .desc {
		font-size: 14px;
	}

	#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .img1::after {
		width: 130px;
		height: 149px;
		background-size: 100%;
		right: -99px;
	}

	#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .desc {
		width: 80%;
	}

	#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .t p {
		font-size: 22px;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		padding: 0 10px;
	}

	#ny_solution3 .ny_s_nr5 {
		margin: 30px 0 0;
		padding: 30px 0 30px 0;
	}

	#ny_solution3 .ny_s_nr5 .box3_nr_box li a .t strong {
		font-size: 18px;
	}
}

@media(max-width: 991px) {
	#ny_solution3 .ny_s_title p {
		font-size: 30px;
	}

	#ny_solution3 .ny_s_title h3 {
		font-size: 24px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box {
		display: block;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_l {
		width: 100%;
		display: block;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_l .ny_s_title {
		margin-bottom: 20px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .hover-mask {
		display: none;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		min-width: 15.28%;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox {
		margin-top: 20px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li .mask p {
		font-size: 14px;
	}

	#ny_solution3 .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico {
		width: 40px;
		height: 39px;
	}
}

@media(max-width: 767px) {
	#ny_solution3 .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#ny_solution3 .ny_solution3_1 {
		margin-top: 0px;
	}

	#ny_solution3 .ny_s_title p {
		font-size: 24px;
	}

	#ny_solution3 .ny_s_title h3 {
		font-size: 22px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_l .ny_s_title {
		text-align: center;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r {
		display: block;
		width: 100%;
		min-width: auto;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .t {
		font-size: 17px;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_box .box_r .icobox {
		display: none;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_img {
		display: block;
	}

	#ny_solution3 .ny_solution3_1 .ny_solution3_1_img li {
		width: 33.33%;
		float: left;
		margin: 0;
	}

	/*VS*/
	.g-vs {
		padding: 20px 0;
		background: #f4f4f4;
		margin-top: 20px;
	}

	.g-vs-top {
		position: relative;
		margin-top: 15px;
	}

	.g-vs-top img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.g-vs-top .g-vs-p1 {
		position: absolute;
		top: 50%;
		transform: translateY(-60%);
		width: 30%;
		left: 5%;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
	}

	.g-vs-top .g-vs-p2 {
		position: absolute;
		top: 50%;
		transform: translateY(-60%);
		width: 30%;
		right: 5%;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
	}

	.g-vs-box {
		margin-top: 10px;
		padding: 5px;
	}

	.g-vs-con {
		width: 50%;
		float: left;
		padding: 5px;
	}

	.g-vs-img {
		border: 5px solid rgba(200, 200, 200, 0.5);
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.g-vs-img img {
		max-width: 100%;
		display: block;
	}

	.g-vs-con p {
		font-size: 1rem;
		color: #666;
		line-height: 1.6;
		text-align: left;
		font-weight: normal;
	}

	#ny_solution3 .ny_s_nr5 .box3_nr_box {
		padding: 0;
		margin-top: 25px;
	}

	#ny_solution3 .ny_s_nr3 {
		margin-top: 20px;
	}


	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box {
		display: block;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l {
		display: block;
		width: 100%;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_title {
		text-align: center;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn {
		margin-top: 20px;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		font-size: 14px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_r {
		width: 100%;
		padding-left: 0%;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_r img {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	#ny_solution3 .ny_s_nr3 .ny_s_nr3_box .box_r .list {
		font-size: 14px;
	}


}


/*真空导排解决方案修改*/
#ny_solution3_xg {
	display: block;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_title {
	text-align: center;
	display: block;
}

#ny_solution3_xg .ny_s_title p {
	font-size: 44px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_solution3_xg .ny_s_title h3 {
	font-size: 32px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_solution3_xg .ny_s_xg_1 {
	padding: 50px 0;
}

#ny_solution3_xg .ny_xg_1_box {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

#ny_solution3_xg .ny_xg_1_box .item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row-reverse;
}

#ny_solution3_xg .ny_xg_1_box .item .img {
	width: 60%;
}

#ny_solution3_xg .ny_xg_1_box .item .img img {
	max-width: 100%;
	display: block;
	float: right;
}

#ny_solution3_xg .ny_xg_1_box .item .desc {
	width: 40%;
	padding-right: 3%;
}

#ny_solution3_xg .ny_xg_1_box .item .desc .t {
	font-size: 34px;
	font-weight: bold;
	color: #3eb134;
	display: block;
	margin-bottom: 5px;
	line-height: 1.2;
	letter-spacing: -2px;
	text-transform: uppercase;
}

#ny_solution3_xg .ny_xg_1_box .item .desc .tit {
	font-size: 28px;
	color: #333;
	opacity: 1;
	display: block;
}

#ny_solution3_xg .ny_xg_1_box .item .desc .list {
	font-size: 16px;
	color: #666;
	line-height: 1.7;
	padding-bottom: 24px;
	height: 300px;
	overflow-y: auto;
	margin-top: 20px;
}


#ny_solution3_xg .ny_s_xg_2 {
	background: #f7f7f7;
	display: block;
	padding: 50px 0;
}

#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box li {
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 30px;
}

#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box li p {
	background: #fff;
	height: 160px;
	padding: 10%;
	font-size: 16px;
	color: #454545;
	line-height: 1.8;
	transition: all 0.3s;
}

#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box li p:hover {
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	background: #3eb134;
	color: #fff;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_title2 {
	text-align: left;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_title2 p {
	font-size: 36px;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_l {
	width: 23%;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r {
	width: 77%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2%;
	background: #fff;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .img {
	display: flex;
	align-items: center;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .img img {
	display: block;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .img img:first-child {
	width: 75%;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .desc {
	padding-bottom: 20px;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .desc .t {
	font-size: 22px;
	color: #333;
	margin-bottom: 10px;
}

#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .desc .list {
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	display: block;
}


#ny_solution3_xg .ny_s_nr2 {
	margin-top: 50px;
	display: block;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr {
	display: block;
	margin-top: 50px;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box {
	display: flex;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item {
	flex: 1;
	position: relative;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item img {
	width: 100%;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
	font-size: 23px;
	color: #fff;
	font-weight: bold;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
	color: #fff;
	display: block;
	font-size: 18px;
	margin-top: 15px;
	opacity: 0.5;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask p {
	font-size: 23px;
	display: block;
	color: #fff;
	font-weight: bold;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask .desc {
	padding: 0 7%;
	width: 100%;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask a {
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #3eb134;
	font-size: 16px;
	border-radius: 40px;
	width: 142px;
	height: 42px;
	text-align: center;
	line-height: 42px;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover .mask {
	opacity: 0;
}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover img {}

#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item:hover .hover-mask {
	opacity: 1;
	background-color: rgba(50, 175, 154, 0.85);
}

#ny_solution3_xg .ny_solution3_2 {
	display: block;
	overflow: hidden;
	margin: 60px 0 50px 0;
	background: #f7f7f7;
	padding: 60px 0;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr {
	display: block;
	overflow: hidden;
	margin-top: 50px;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box {
	display: flex;
	justify-content: space-between;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .nr_box_l {
	width: 49.5%;
	background: #fff;
	padding-left: 3%;
	padding-right: 3%;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .img {
	display: block;
	margin: 30px 0 45px 0;
	position: relative;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .img1::after {
	position: absolute;
	content: '';
	width: 161px;
	height: 184px;
	display: block;
	background: url(../images/v3.png)no-repeat center;
	right: -135px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .img img {
	max-width: 100%;
	display: block;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .t {
	width: 240px;
	line-height: 70px;
	background: #eee;
	margin: 0 auto;
	text-align: center;
	display: block;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .t p {
	font-size: 26px;
	color: #333;
	font-weight: bold;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .t p.p {
	color: #3eb134;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	background: #f0f1f3;
	border-radius: 10px;
	padding: 15px 5%;
	align-items: center;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover {
	background: #3eb134;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list.list2 {
	flex-direction: row-reverse;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list.list2:hover {
	background: #666;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico {
	display: block;
	position: relative;
	width: 55px;
	height: 53px;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico img {
	max-width: 100%;
	display: block;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico .img12 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	display: none;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover .ico .img11 {
	display: none;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover .ico .img12 {
	display: block;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .desc {
	display: block;
	width: 85%;
	font-size: 15px;
	color: #444;
	line-height: 1.6;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list:hover .desc {
	color: #fff;
}

#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .nr_box_r {
	width: 49.5%;
	background: #fff;
	padding-left: 3%;
	padding-right: 3%;
}

#ny_solution3_xg .ny_s_nr3 {
	margin-top: 80px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_title {
	text-align: left;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box {
	display: flex;
	align-items: center;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l {
	width: 25%;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn {
	display: block;
	margin-top: 40px;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
	display: block;
	background: #f2f2f2;
	transition: 0.3s;
	font-size: 20px;
	color: #333;
	line-height: 50px;
	margin-bottom: 15px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a.on {
	background: #3eb134;
	color: #fff;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_r {
	width: 75%;
	padding-left: 5%;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_r img {
	display: inline-block;
	max-width: 49%;
}

#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_r .list {
	font-size: 17px;
	color: #454545;
	line-height: 1.8;
	margin-top: 20px;
}

#ny_solution3_xg .ny_s_xg_5 {
	padding: 70px 0 0;
	display: block;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box {
	margin-top: 50px;
	display: block;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont {
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item {
	padding: 0 20px;
	margin-bottom: 40px;
	width: 33.33%;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box {
	display: block;
	width: 100%;
	border: 1px solid #eeeeee;
	padding: 20px 30px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box img {
	max-width: 100%;
	display: block;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box .cont1 {
	padding: 24px 0;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box .cont1 span {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
	line-height: 1;
	color: #333;
	font-size: 20px;
	font-weight: bold;
}

#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box .cont1 p {
	font-size: 14px;
	color: #666;
	line-height: 25px;
	height: 55px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr5 {
	margin: 40px 0 0;
	background: #f7f7f7;
	padding: 50px 0 50px 0;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box {
	padding: 0 30px;
	margin-top: 45px;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box .owl-nav {
	display: none;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li {
	display: block;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a {
	display: block;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a img {
	display: block;
	border: 1px solid #eee;
	max-width: 100%;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a .t {
	padding-top: 25px;
	margin-top: 20px;
	border-top: 2px solid #ddd;
	text-align: center;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a .t strong {
	display: block;
	color: #333;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a .t span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #262626;
	font-size: 14px;
	opacity: 0.5;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a .t span i {
	display: block;
	margin-left: 10px;
	height: 12px;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a .t span i img {
	height: 12px;
	float: left;
	width: auto;
	max-width: auto;
}

#ny_solution3_xg .ny_s_nr5 .box3_nr_box li:hover a .t strong {
	color: #3eb134;
}

@media(max-width:1510px) {
	#ny_solution3_xg .ny_xg_1_box .item .img {
		width: 55%;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc {
		width: 45%;
	}

}

@media(max-width: 1410px) {
	#ny_solution3_xg .ny_xg_1_box .item .desc .list {
		font-size: 14px;
	}
}

@media(max-width: 1310px) {
	#ny_solution3_xg .ny_s_xg_5 {
		padding-top: 50px;
	}
}

@media(max-width: 1610px) {
	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		font-size: 16px;
	}
}

@media(max-width: 1510px) {
	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 914px;
		min-width: 914px;
	}
}

@media(max-width: 1410px) {
	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 814px;
		min-width: 814px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		padding: 0 17px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row {
		margin: 0 -17px;
	}
}

@media(max-width: 1310px) {
	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 714px;
		min-width: 714px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		padding: 0 7px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row {
		margin: 0 -7px;
	}

	#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .img1::after {
		right: -112px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_l {
		width: 26%;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r {
		width: 74%;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .desc .list {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box {
		padding: 20px 20px 0;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .img img:first-child {
		width: 63%;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item:nth-child(n+4) {
		margin-bottom: 0;
	}
}

@media(max-width: 1199px) {
	#ny_solution3_xg {
		padding: 20px 0 0;
	}

	#ny_solution3_xg .ny_s_title p {
		font-size: 34px;
	}

	#ny_solution3_xg .ny_s_title h3 {
		font-size: 28px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r {
		flex: 0 0 614px;
		min-width: 614px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		min-width: 17.28%;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .list p {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_img {
		margin-top: 30px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_img li .mask p {
		font-size: 18px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_img li .hover-mask .desc {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_solution3_2 {
		margin: 40px 0;
		padding: 40px 0;
	}

	#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .desc {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .img1::after {
		width: 130px;
		height: 149px;
		background-size: 100%;
		right: -99px;
	}

	#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .desc {
		width: 80%;
	}

	#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .t p {
		font-size: 22px;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		padding: 0 10px;
	}

	#ny_solution3_xg .ny_s_nr5 {
		margin: 30px 0 0;
		padding: 30px 0 30px 0;
	}

	#ny_solution3_xg .ny_s_nr5 .box3_nr_box li a .t strong {
		font-size: 18px;
	}

	#ny_solution3_xg .ny_xg_1_box .item {
		display: block;
	}

	#ny_solution3_xg .ny_xg_1_box .item .img {
		width: 100%;
	}

	#ny_solution3_xg .ny_xg_1_box .item .img img {
		float: none;
		max-width: none;
		width: 100%;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc {
		width: 100%;
		padding-top: 3%;
		padding-left: 3%;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc .list {
		height: 240px;
	}

	#ny_solution3_xg .ny_s_xg_1 {
		padding: 30px 0;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box li p {
		font-size: 15px;
		height: 140px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box li {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box {
		display: block;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_l {
		display: block;
		width: 100%;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r {
		display: block;
		width: 100%;
		margin-top: 30px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_title2 {
		text-align: center;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item {
		padding: 0 10px;
		margin-bottom: 20px;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box .cont1 span {
		font-size: 18px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
		font-size: 20px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_s_nr2 {
		margin-top: 30px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
		font-size: 18px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask a {
		display: none;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask .desc {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask p {
		font-size: 18px;
	}
}

@media(max-width: 991px) {
	#ny_solution3_xg .ny_s_title p {
		font-size: 30px;
	}

	#ny_solution3_xg .ny_s_title h3 {
		font-size: 24px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box {
		display: block;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_l {
		width: 100%;
		display: block;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_l .ny_s_title {
		margin-bottom: 20px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_img li .hover-mask {
		display: none;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox .box_row .box-col {
		min-width: 15.28%;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox {
		margin-top: 20px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_img li .mask p {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_solution3_2 .ny_solution3_2_nr .nr_box .list .ico {
		width: 40px;
		height: 39px;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc .t {
		font-size: 26px;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc .tit {
		font-size: 22px;
	}

	#ny_solution3_xg .ny_xg_1_box {
		margin-top: 30px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box li p {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .img img:first-child {
		width: 55%;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr {
		margin-top: 30px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .hover-mask {
		display: none;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask {
		padding: 0 10px;
	}

	#ny_solution3_xg .ny_s_nr2 {
		margin-top: 30px;
	}
}

@media(max-width: 767px) {
	#ny_solution3_xg .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	#ny_solution3_xg .ny_solution3_1 {
		margin-top: 0px;
	}

	#ny_solution3_xg .ny_s_title p {
		font-size: 24px;
	}

	#ny_solution3_xg .ny_s_title h3 {
		font-size: 22px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_l .ny_s_title {
		text-align: center;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r {
		display: block;
		width: 100%;
		min-width: auto;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .t {
		font-size: 17px;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_box .box_r .icobox {
		display: none;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_img {
		display: block;
	}

	#ny_solution3_xg .ny_solution3_1 .ny_solution3_1_img li {
		width: 33.33%;
		float: left;
		margin: 0;
	}

	/*VS*/
	.g-vs {
		padding: 20px 0;
		background: #f4f4f4;
		margin-top: 20px;
	}

	.g-vs-top {
		position: relative;
		margin-top: 15px;
	}

	.g-vs-top img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.g-vs-top .g-vs-p1 {
		position: absolute;
		top: 50%;
		transform: translateY(-60%);
		width: 30%;
		left: 5%;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
	}

	.g-vs-top .g-vs-p2 {
		position: absolute;
		top: 50%;
		transform: translateY(-60%);
		width: 30%;
		right: 5%;
		text-align: center;
		color: #fff;
		font-size: 1.1rem;
	}

	.g-vs-box {
		margin-top: 10px;
		padding: 5px;
	}

	.g-vs-con {
		width: 50%;
		float: left;
		padding: 5px;
	}

	.g-vs-img {
		border: 5px solid rgba(200, 200, 200, 0.5);
		border-radius: 5px;
		margin-bottom: 10px;
	}

	.g-vs-img img {
		max-width: 100%;
		display: block;
	}

	.g-vs-con p {
		font-size: 1rem;
		color: #666;
		line-height: 1.6;
		text-align: left;
		font-weight: normal;
	}

	#ny_solution3_xg .ny_s_nr5 .box3_nr_box {
		padding: 0;
		margin-top: 25px;
	}

	#ny_solution3_xg .ny_s_nr3 {
		margin-top: 20px;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box {
		display: block;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l {
		display: block;
		width: 100%;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_title {
		text-align: center;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn {
		margin-top: 20px;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_l .ny_s_nr3_btn a {
		font-size: 14px;
		line-height: 40px;
		margin-bottom: 10px;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_r {
		width: 100%;
		padding-left: 0%;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_r img {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	#ny_solution3_xg .ny_s_nr3 .ny_s_nr3_box .box_r .list {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box {
		display: block;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item {
		width: 33.33%;
		float: left;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask p {
		font-size: 16px;
	}

	#ny_solution3_xg .ny_s_nr2 .ny_s_nr2_nr .ny_s_nr2_nr_box .item .mask span {
		font-size: 12px;
		margin-top: 5px;
	}

	#ny_solution3_xg .ny_s_xg_1 {
		padding-top: 20px;
		padding-bottom: 0;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc .t {
		font-size: 22px;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc .tit {
		font-size: 20px;
	}

	#ny_solution3_xg .ny_xg_1_box .item .desc .list {
		height: auto;
	}

	#ny_solution3_xg .ny_s_xg_2 {
		padding: 30px 0;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box {
		margin-top: 25px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_xg_2_box li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_title2 p {
		font-size: 24px;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .img {
		display: block;
	}

	#ny_solution3_xg .ny_s_xg_2 .ny_s_nr3_box .box_r .img img:first-child {
		width: 100%;
		display: block;
	}

	#ny_solution3_xg .ny_s_xg_5 {
		padding-top: 30px;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box {
		margin-top: 20px;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont {
		margin: 0 -10px;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 10px;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box {
		padding: 10px 10px 0;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box .cont1 span {
		font-size: 16px;
		margin-bottom: 14px;
	}

	#ny_solution3_xg .ny_s_xg_5 .ny_s_xg_5_box .cont .item .box .cont1 {
		padding: 14px 0;
	}

}



#ny_solution3_xg .ny_s_nr4 {
	display: block;
	overflow: hidden;
	margin-top: 60px;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-container {
	display: block;
	width: 95%;
	margin: 0 auto;
	position: static;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item {
	display: flex;
	background: #f7f7f7;
	align-items: center;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l {
	width: 50%;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l dt {
	display: block;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l dt img {
	max-width: 100%;
	display: block;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
	width: 50%;
	padding-left: 5%;
	padding-right: 6%;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
	display: block;
	font-size: 26px;
	margin-bottom: 36px;
	font-weight: bold;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	margin-bottom: 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
	width: 120px;
	height: 45px;
	border: 2px solid #030f21;
	color: #030f21;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	font-size: 16px;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a:hover {
	background-color: #3eb134;
	border-color: #3eb134;
	color: #fff;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next,
#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
	width: 50px;
	height: 60px;
	border: 1px solid #3eb134;
	border-radius: 3px;
	background: url(../images/fagt.png) no-repeat center;
	background-size: 11px 20px;
	transition: all 0.3s;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next:hover,
#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev:hover {
	background: url(../images/fagt_on.png) no-repeat center #3eb134;
	background-size: 11px 20px;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
	transform: rotate(180deg);
}


#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par {
	display: block;
	position: relative;
	width: 95%;
	margin: 0 auto;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a {
	display: block;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a .img {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par .swiper-container {
	padding: 20px;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a .img img {
	filter: grayscale(100%);
	max-width: 100%;
	display: block;
	transition: all 0.5s;
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img img {
	filter: grayscale(0%);
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img {
	box-shadow: 0 2px 10px rgba(62, 170, 152, 0.4);
}

#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr_par .swiper-slide a:hover .img img {
	transform: scale(1.05);
}

@media(max-width: 1610px) {
	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next {
		right: 0;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
		left: 0;
	}
}

@media(max-width: 1199px) {
	#ny_solution3_xg .ny_s_nr4 {
		margin-top: 40px;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		padding-left: 3%;
		padding-right: 3%;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
		font-size: 20px;
		margin-bottom: 15px;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
		font-size: 14px;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
		font-size: 14px;
	}
}

@media(max-width: 991px) {

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r a {
		border: 1px solid #030f21;
		height: 40px;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .desc {
		margin-bottom: 15px;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r .t {
		font-size: 17px;
	}
}

@media(max-width: 767px) {
	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item {
		display: block;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_l {
		width: 100%;
		display: block;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .item_r {
		width: 100%;
		display: block;
		padding-top: 3%;
		padding-bottom: 3%;
		min-height: 212px;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-next,
	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-button-prev {
		display: none;
	}

	#ny_solution3_xg .ny_s_nr4 .ny_s_nr4_nr .swiper-wrapper .item .it
}



.zkdp {
	padding: 20px 0;
	display: block;
	overflow: hidden;
}

.zkdp .box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.zkdp .box .img {
	width: 30%;
}

.zkdp .box .img2 {
	width: 50%;
}

.zkdp .box .desc {
	width: 65%;
}

.zkdp .box .desc2 {
	width: 50%;
}

/* 留言 s */
.ind_mess {
	background-size: cover;
}

.ind_mess .fl {
	width: 30%;
	line-height: 1.3;
	padding-top: 36px;
	color: white;
}

.ind_mess .fl .tit {
	font-weight: 700;
	font-size: 42px;
}

.ind_mess .fl .info {
	font-size: 18px;
	margin: 30px 0 80px;
}

.ind_mess .fr {
	width: 65%;
	padding: 0 25px;
}

.ind_mess form {
	width: 100%;
	padding: 30px 40px;
	/* background-color: rgb(66,65,63,.75); */
	background-color: #F7F7F8;

}

.ind_mess .fr ul {}

.ind_mess .fr ul li {
	float: left;
	width: 30.3333%;
	margin-right: 2%;
	margin-bottom: 12px;
}

.ind_mess .fr ul li.yzm_img {
	width: 38%;
}

.ind_mess .fr ul li.chunyu {
	width: 100%;
}

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

.ind_mess .fr ul li label {
	display: block;
	font-size: 16px;
	margin-bottom: 15px;
	color: #333;
	font-weight: 400;
}

.ind_mess .fr ul li label i {
	margin-left: 4px;
}

.ind_mess .fr ul li input {
	width: 100%;
	padding-left: 12px;
	font-size: 16px;
	/* color: white; */
	color: #333;
	line-height: 46px;
	border: 1px solid rgb(0, 0, 0, .35);
	background-color: transparent;
}

.ind_mess .fr ul li.yzm_img {
	position: relative;
}

.ind_mess .fr ul li.yzm_img img {
	position: absolute;
	right: 2px;
	top: 2.7px;
	height: 42px;
	cursor: pointer;
}

.ind_mess .fr ul li:last-child {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0;
}

.ind_mess .fr ul li textarea {
	width: 100%;
	height: 150px;
	border: 1px solid rgb(0, 0, 0, .35);
	padding: 12px;
	background-color: transparent;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
}

.ind_mess .fr ul .btn {
	float: left;
	display: inline-block;
	font-size: 16px;
	/* color: white; */
	color: #333;
	border: 1px solid rgb(0, 0, 0, .35);
	background-color: transparent;
	padding: 11px 50px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.ind_mess .fr ul .btn:hover {
	background-color: #42b034;
	border-color: #42b034;
	color: #fff;
}

.pd-80 {
	padding: 80px 0;
}

.mess_more {
	display: inline-flex;
	align-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 26px;
	color: white;
	padding: 12px 32px;
	background-color: #42b034;
}

.mess_more:hover {
	background-color: #32a224;
}

.mess_more span {
	transition: all .3s;
}

a.mess_more:hover span {
	color: #fff;
}

@media (max-width: 1439px) {
	.ind_mess .fl .tit {
		font-size: 33px;
	}

	.ind_mess .fl .info {
		font-size: 16px;
	}

	.ind_mess .fr ul li {
		/* width: 38%; */
	}

}

@media (max-width: 1000px) {
	.ind_mess .fl {
		padding-right: 0;
		padding-top: 0;
	}

	.ind_mess .fl,
	.ind_mess .fr {
		width: 100%;
	}

	.ind_mess .fl .info {
		font-size: 16px;
		margin: 40px 0 60px;
	}

	.ind_mess .fr {
		padding: 70px 0 0;
	}

	.ind_mess .fr ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.4rem;
	}
}


/* 留言 e */

/* 媒介 */
@media(max-width:1510px) {
	.con .bot ul li .fl .info .p_tit span {
		font-size: 18px;
	}
}

@media(max-width:1300px) {
	.con .bot ul li .fl .info .p_tit span {
		font-size: 16px;
	}
}

@media(max-width:1050px) {
	.nav&gt;li {
		margin-right: 0;
	}

	#product .tit_nav {
		flex-wrap: wrap;
		justify-content: center;
	}

}

@media(max-width:768px) {
	.con .bot ul li .fl .info .p_tit span {
		font-size: 16px;
	}

	#product .con {
		margin-top: 25px;
	}

	#product .con .bot ul li,
	#product .con .bot ul li:first-child,
	.con .bot ul li:last-child {
		display: flex;
		flex-direction: column;
		width: 48%;
		margin-right: 2%;
		padding: 10px 0 10px 10px;
	}

	#product .con .bot ul li:nth-child(2n) {
		margin-right: 0;
	}

	.con .bot ul li .fl,
	.con .bot ul li:first-child .fr,
	.con .bot ul li:last-child .fr,
	.con .bot ul li .fr {
		width: 100% !important;
	}

	.con .bot ul li .fl .more {
		left: 65%;
		top: 20px;
	}

	.con .bot ul li .fr {
		margin-top: 20px !important;
		margin: 0 auto;
	}

	.con .bot ul li .fr .rect-100 {
		padding-bottom: 100% !important;
	}

	.con .bot ul li:first-child .fr .img {
		max-width: 100%;
	}

}

@media(max-width:640px) {

	#product .top ul li a span {
		font-size: 16px;
	}

	.con .bot ul li .fl .info .p_tit span,
	.con .bot ul li .fl .more span {
		font-size: 14px;
	}

	.con .bot ul li .fl .more {
		top: 10px;
	}

	.ind_mess {
		padding: 40px 0;
	}

	.ind_mess .fl .tit {
		font-size: 22px;
	}

	.ind_mess .fl .info {
		margin: 8px 0 20px;
	}

	.mess_more {
		font-size: 14px;
		padding: 6px 19px;
	}

	.ind_mess .fr {
		padding: 30px 0 0 0;
	}

	.ind_mess form {
		padding: 25px 15px
	}

	.ind_mess .fr ul li label {
		margin-bottom: 8px;
	}

	.ind_mess .fr ul li input {
		line-height: 35px;
	}

	.ind_mess .fr ul li.yzm_img img {
		top: 1.7px;
		height: 35px;
	}

	.ind_mess .fr ul li textarea {
		height: 75px;
		padding: 5px;
	}

	.ind_mess .fr ul li {
		width: 48%;
		margin-right: 2%;
	}

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

	.ind_mess .fr ul li.yzm_img {
		width: 100%;
	}

}


/* 资料下载 s*/

.n-main {
	padding: 10rem 0 6rem 0;
}

.public-title {
	font-size: 34px;
	font-weight: 600;
	color: #333;
	line-height: 50px;
	padding: 30px 0;
	text-align: center;
}

.nei-tab-list {
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.nei-tab-list-hide {
	display: block;
}

.nei-tab-list a {
	background: url(../images/pic_tab_05.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	padding: 8px 48px;
	font-size: 16px;
	color: #ffffff;
	transition: 0.6s;
	cursor: pointer;
}

.nei-tab-list li::marker {
	color: #fff;
	font-size: 0;
}

.nei-tab-list a.active,
.nei-tab-list a:hover {
	background-image: url(../images/pic_tab_hover_05.png);
	transition: 0.6s;
}

.nei-title {
	text-align: center;

}

.nei-title h2 {
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
}

.nei-title h2::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #3eb134;
	border-radius: 50px;
}

.nei-title h1 {
	font-size: 38px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 12px;
	position: relative;
	line-height: 1em;
	margin-bottom: 20px;
}

.nei-title h1::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	width: 74px;
	height: 3px;
	background: #3eb134;
	border-radius: 50px;
}


.product-detail-down {}

.product-down-dl {
	padding-bottom: 40px;
}

.product-down-dl.product-down-dlx {
	padding-bottom: 0px;
}

.product-detail-down .product-down-dl {
	display: block;
	margin-bottom: 5rem;
}

.product-down-dl span {
	font-size: 16px;
	color: #666666;
	text-align: center;
	box-sizing: border-box;
	width: 12%;
	padding: 16px;
}

.product-down-dl span:first-of-type {
	text-align: left;
	padding-left: 25px;
	width: 40%;
}

.product-down-dl dt {
	background: #3eb134;
}

.pro_content_info_bd {}

.pro_content_info_bd .my-top {
	margin-bottom: 0.5rem;
}

dl {
	margin-bottom: 1rem;
	margin-top: 0.3rem;
}

.product-down-dl dt span {
	color: #ffffff;
	font-size: 18px;
}

.product-down-dl dd {
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
}

.product-down-dl dd span {
	padding: 20px;
}

.product-down-dl dt,
.product-down-dl dd {
	display: flex;
	align-items: center;
}

.product-down-dl dd .down-a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../images/pic_down_07.png) no-repeat;
	background-position: center;
}

.product-down-dl dd a:hover {
	color: #3eb134;
}

.product-down-dl dd .down-a:hover {
	background-image: url(../images/pic_down_hover_07.png);
}

@media screen and (max-width: 768px) {
    .n-main{
        padding-top: 3rem;
    }
    
    .product-down-dl span{
        padding: 13px;
    }

	.padd-bottom-50 {
		padding: 20px 0;
	}

	.wrap {
		max-width: 94.5%;
	}

	.nei-title h2 {
		font-size: 20px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.nei-tab-list {
		flex-wrap: wrap;
		justify-content: start;
		margin-bottom: 10px;
	}

	.nei-tab-list li {
		width: 49%;
		/* margin-right: 2%; */
		margin-bottom: 2%;
	}

	.nei-tab-list li a {
		box-sizing: border-box;
		width: 100%;
		text-align: center;
		display: block;
	}

	.nei-tab-list a {
		padding: 4px 20px;
	}

	.product-detail-down .product-down-dl.active {
		display: block;
	}

	.product-down-dl {
		width: auto;
	}

	.product-down-dl dt span {
		display: none !important;
	}

	.product-down-dl dd span {
		display: none !important;
	}

	.product-down-dl dt span {
		font-size: 16px;
	}

	.product-down-dl dt span:first-child {
		display: block !important;
		width: 33% !important;
	}

	.pro_content_info_bd {
		margin-top: 0;
	}

	.product-down-dl dt span:nth-child(5) {
		display: block !important;
		width: 33% !important;
	}

	.product-down-dl dt span:last-child {
		display: block !important;
		width: 33% !important;
	}


	.product-down-dl dd span:first-child {
		display: block !important;
		width: 33% !important;
	}

	.product-down-dl dd span:nth-child(5) {
		display: block !important;
		width: 33% !important;
	}

	.product-down-dl dd span:last-child {
		display: block !important;
		width: 33% !important;
	}

}

/* 资料下载 e */</pre></body></html>