
/* 
	内页样式表
 */
/**
 * .c-z-1 {
	color: #1fa222;
}

.c-z-2 {
	color: #136c16;
}

.c-z-3 {
	color: #376ae6;
}

 ***/

/* 内页头部 */
.top-box-1 {
	position: relative;
}

.top-box-2 {
	position: relative;
}



/* 内页banner */
.banner-ny {
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner-ny img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}

.banner-ny .text {
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
}

.banner-ny .text .title {
	font-size: 32px;
}

.banner-ny .text .info {
	font-size: 26px;
	font-family: en2;
	text-transform: uppercase;
	opacity: 0.6;
}

/* 内页样式1 */
.ny-main-box1 {
	padding: 40px 0 100px;
	position: relative;
	z-index: 1;
}

/* 左侧 */
.ny-main-box1-left {
	float: left;
	width: 260px;

}

/* 内页栏目标题 */
.ny-main-box1-left .ny-toptype-box {
	background: #136c16;
	color: #fff;
	padding: 20px 0 20px 40px;
	position: relative;
	line-height: 1;
}

.ny-main-box1-left .ny-toptype-box .ny-toptype-title {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.ny-main-box1-left .ny-toptype-box::before {
	content: '';
	width: 3px;
	left: 20px;
	height: 45px;
	background: #fff;
	display: block;
	position: absolute;
	top: 22px;
}


.ny-main-box1-left .ny-toptype-box .ny-toptype-titleen {
	text-transform: uppercase;
	font-size: 12px;
}




/* 内页菜单 */
.ny-main-box1-left .ny-nav-box {}

.ny-main-box1-left .ny-nav-box .ny-nav-ul {}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li:first-child {}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li {
	transition: 0.5s;
	margin-top: 1px;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li.focus {}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li a {
	display: block;
	font-size: 14px;
	line-height: 3.5em;
	background: #fafafa url(../images/icon18.png) no-repeat 20px center / 5px;
	padding: 0 20px 0 40px;
	margin-top: 2px;
	transition: 0.5s;
	color: #333;
	position: relative;
	overflow: hidden;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li a::before {
	content: '';
	position: absolute;
	width: 120%;
	height: 100%;
	top: 0;
	right: 100%;
	border-radius: 0 3.5em 3.5em 0;
	background: #1fa222 url(../images/icon19.png) no-repeat 20px center / 5px;
	transition: 0.5s;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li a:hover::before,
.ny-main-box1-left .ny-nav-box .ny-nav-ul li.focus a::before {
	right: -20%;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li .title {
	display: block;
	position: relative;
	z-index: 2;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li:first-child .title {
	border: none;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li:hover a {
	color: #136c16;
}

.ny-main-box1-left .ny-nav-box .ny-nav-ul li.focus a {
	color: #fff;

}



/* 内页折叠三级菜单 */
.ny-nav-ul-2j {}

.ny-nav-ul-2j>li {
	position: relative;
	margin-top: 1px;
}

.ny-nav-ul-2j li>.typename {
	display: block;
	color: #333;
	transition: 0.5s;
	position: relative;
	z-index: 2;
	padding-left: 40px;
	font-size: 16px;
	line-height: 3.5em;
	border-left: solid 5px #ededed;
	background: #fcfcfc url(../images/icon181.png) no-repeat 15px center / 12px auto;

}

.ny-nav-ul-2j li:hover>.typename {
	color: #1fa222;
}

.ny-nav-ul-2j li.focus>.typename {
	color: #136c16 !important;
	border-color: #1fa222;
	background-image: url(../images/icon191.png);
	font-weight: bold;
}

.ny-nav-ul-2j li.focus>.typename+.btn,
.ny-nav-ul-2j li.focus>.typename+.btn2 {
	color: #1fa222;
}

.ny-nav-ul-2j li>.btn {
	line-height: 48px;
	height: 48px;
	font-size: 30px;
	color: #ccc;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 3;
	width: 50px;
	font-weight: bold;
	cursor: pointer;
}

.ny-nav-ul-2j li>.btn2 {
	line-height: 48px;
	height: 100%;
	font-size: 30px;
	color: #1fa222;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	z-index: 3;
	width: 50px;
	font-weight: bold;
	cursor: pointer;
	opacity: 0.8;
}

.ny-nav-ul-2j li .ny-nav-find {
	display: none;
	background: #fff;
}

.ny-nav-ul-2j li .ny-nav-find .nav-find-box-ul {
	padding: 5px 0;
	border-left: solid 1px #f5f5f5;
	border-right: solid 1px #f5f5f5;
}


.ny-nav-ul-2j li .ny-nav-find .nav-find-box-ul li {
	font-size: 14px;
	padding-left: 45px;
	padding-right: 20px;
	line-height: 2.5em;
	background: url(../images/icon181.png) no-repeat 30px center / 10px;
}

.ny-nav-ul-2j li .ny-nav-find .nav-find-box-ul li+li {
	border-top: dashed 1px #f5f5f5;
}

.ny-nav-ul-2j li .ny-nav-find .nav-find-box-ul li a {
	color: #333;
	opacity: 0.8;
}

.ny-nav-ul-2j li .ny-nav-find .nav-find-box-ul li a:hover {
	color: #1fa222;
}

/* 内页联系方式 */
.ny-lxfs {
	color: #666;
	margin-top: 30px;
	border: solid 1px #ccc;
	border-top: solid 5px #136c16;
}

.ny-lxfs::before {}

.ny-lxfs::after {}

.ny-lxfs img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

.ny-lxfs .text {
	padding: 20px;
	padding: 15px;
}

.ny-lxfs .text>p:first-child {
	color: #136c16;
	font-size: 16px;
	font-weight: bold;
}

.ny-lxfs p {
	position: relative;
	z-index: 2;
	display: flex;
}

.ny-lxfs .text>p+p {
	margin-top: 10px;
}

.ny-lxfs p .lxfs-bt {
	font-size: 12px;
	width: 5em;
	/* width: 4em; */
	line-height: 1.3em;
	text-align: right;
	min-height: 1px;
}

.ny-lxfs p .lxfs-info {
	font-size: 14px;
	width: calc(100% - 5em);
	line-height: 1.3em;
}


.ny-lxfs-4 {
	color: #333;
	overflow: hidden;
	border: solid 1px #fafafa;
	padding-bottom: 30px;

}

.ny-lxfs-4 .ny-lxfs-4-bt {
	background: #fafafa;
	padding: 15px 20px 15px 15px;
}

.ny-lxfs-4 .ny-lxfs-4-bt .title {
	font-size: 22px;
	line-height: 1.2em;
	padding-left: 20px;
	position: relative;
}

.ny-lxfs-4 .ny-lxfs-4-bt .title::before {
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	left: 0;
	top: 2px;
	position: absolute;
	background: #1fa222;
}

.ny-lxfs-4 p {
	padding: 0 34px;
	line-height: 1.5em;
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}

.ny-lxfs-4 a {
	color: #1fa222;
	text-decoration: underline;
}


/* 左侧相关 */
.left-xianguan-box {
	margin-top: 30px;
}

.left-xianguan-list-box {
	border: solid 1px #ededed;
	padding: 20px;
}

/* 导航推荐新闻 */
.ny-nav-news-ul {
	position: relative;
	overflow: hidden;
}

.ny-nav-news-ul li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

.ny-nav-news-ul li+li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #ededed;
}

.ny-nav-news-ul li .box {
	display: block;
}

.ny-nav-news-ul li .box .text {
	font-size: 14px;
	color: #333;
	transition: 0.5s;
}

.ny-nav-news-ul li .box .title {
	transition: 0.5s;
	position: relative;
	padding-right: 20%;
}

.ny-nav-news-ul li .box:hover .title {
	color: #1fa222;
}

.ny-nav-news-ul li .box .title span {
	transition: 0.5s;
	color: #f30;
	position: absolute;
	top: 0;
	right: 0;
}


/* 导航推荐产品 */
.ny-nav-cp-ul {}

.ny-nav-cp-ul .item {
	margin-top: 15px;
}

.ny-nav-cp-ul .item:first-child {
	margin-top: 0;
}

.ny-nav-cp-ul .item .box {
	display: block;
	font-size: 0;
}

.ny-nav-cp-ul .item .box .pic {
	display: inline-block;
	vertical-align: middle;
	width: 40%;
	padding-bottom: 28%;
}

.ny-nav-cp-ul .item .box .text {
	display: inline-block;
	vertical-align: middle;
	width: 60%;
	padding-left: 10px;
	font-size: 12px;
}

.ny-nav-cp-ul .item .box .text .title {
	color: #333;
}

.ny-nav-cp-ul .item .box .text .info {
	color: #888;
	line-height: 1.5em;
	margin-top: 5px;
}


/* 导航推荐案例 */
.ny-nav-case-ul {
	height: 180px;
}

.ny-nav-case-ul .item {
	margin-top: 15px;
	position: relative;
}

.ny-nav-case-ul .item .box {
	display: block;
	background: #f5f5f5;
	padding: 1px;
}

.ny-nav-case-ul .item .box .pic {
	padding-bottom: 50%;
}

.ny-nav-case-ul .item .box .pic::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	background: url(../images/icon2.png) no-repeat 0 0 / 100%;
	z-index: 2;
}

.ny-nav-case-ul .item .box .text {
	font-size: 16px;
	padding: 15px;
	color: #333;
	transition: 0.5s;
	background: #fff;
	margin-top: 1px;
}

.ny-nav-case-ul .item .box:hover .text {
	color: #136c16;
}


/* 右侧 */
.ny-main-box1 .container {
	position: relative;
}

.ny-main-box1 .container::before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 900px;
	background: #ececec;
	display: none;
}

.ny-main-box1 .ny-main {
	float: right;
	width: 900px;
	position: relative;
}

.ny-main-box1 .ny-main-top {
	background: #f8f8f8;
	margin-bottom: 20px;
	padding: 20px 0;

}

.ny-main-box1 .ny-main-top .ny-main-top-typename {
	font-size: 22px;
	color: #333;
	float: left;
	margin-left: 15px;
	line-height: 25px;
	padding-left: 15px;
	font-weight: bold;
	border-left: solid 4px #1fa222;
}

.ny-main-box1 .ny-location {
	font-size: 14px;
	color: #999;
	padding-left: 30px;
	background: url(../images/m-iocn0.png) no-repeat 0px center / 20px;
	float: right;
	margin-right: 20px;

	margin-top: 4px;
}

.ny-main-box1 .ny-location a {
	color: #666;
}

.ny-main-box1 .ny-location a:hover {
	color: #136c16;
	text-decoration: underline;
}



/* 内页样式2 */
/* 内页主体头部名称 */
.ny-main-box2-top {
	line-height: 60px;
	height: 60px;
	background: #f5f5f5;

	display: none;
}

/* 内页面包屑 */
.ny-main-box2 .ny-location {
	font-size: 14px;
	float: left;
	color: #999;
}

.ny-main-box2 .ny-location .location {
	padding-left: 30px;
	background: url(../images/icon13.png) no-repeat left center / auto 20px;
}

.ny-main-box2 .ny-location .location a {
	color: #1fa222;
}

.ny-main-box2 .ny-location .location a:hover {
	color: #136c16;
	text-decoration: underline;
}


/* 内页导航 */
.ny-main-box2 .ny-main-box2-nav {
	background: #fff;
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: solid #ccc 1px;
	z-index: 9999;
}


.ny-main-box2 .ny-nav-box {
	position: relative;
}

.ny-main-box2 .ny-nav-box ul {
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 20px;
	line-height: 3.5em;
}

.ny-main-box2 .ny-nav-box ul li+li {
	margin-left: 5em;
}

.ny-main-box2 .ny-nav-box ul li {
	position: relative;
	text-align: center;
	display: block;
}


.ny-main-box2 .ny-nav-box ul li a {
	position: relative;
	display: block;
	color: #333;
}

.ny-main-box2 .ny-nav-box ul li a::before {
	background: #136c16;
	content: '';
	display: block;
	width: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	transition: 0.5s;
}

.ny-main-box2 .ny-nav-box ul li a:hover,
.ny-main-box2 .ny-nav-box ul li.focus a {
	color: #136c16;
}

.ny-main-box2 .ny-nav-box ul li.focus a::before {
	width: 100%;
}

.ny-main-box2 .ny-nav-box ul li a .title {
	position: relative;
	z-index: 2;
	overflow: hidden;
}



/* 内页主体内容 */
.ny-main-box2 .ny-main {
	position: relative;
}

.danye .ny-main-box2 .ny-content-box {
	min-height: 400px;
	padding: 0;
}

.ny-main-box2 .ny-content-box {
	min-height: 400px;
	padding: 80px 0;
}


.ny-main-box2 .ny-content-box .ny-main-box2 .ny-content-box .ny-main-box2-typename {
	text-align: center;
	font-size: 28px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative;
}

.ny-main-box2 .ny-content-box .ny-main-box2-typename::before {
	content: '';
	position: absolute;
	display: block;
	width: 2em;
	height: 3px;
	background: #136c16;
	left: 50%;
	bottom: 0;
	margin-left: -1em;
}


/* 样式3 */
.ny-main-box3 {
	padding-bottom: 80px;
}

.ny-main-box3 .ny-location {
	background: #136c16;
	font-size: 14px;
	padding: 20px 0;
	color: #fff;
	margin-bottom: 40px;
}

.ny-main-box3 .ny-location a {
	color: #fff;
	transition: 0.5s;
	opacity: 0.8;
}

.ny-main-box3 .ny-location a:hover {
	/* color: #136c16; */
	opacity: 1;
	text-decoration: underline;
}

.ny-main-box3-cont {
	padding-bottom: 100px;
}

.ny-main-box3-left {
	float: left;
	width: 850px;
}

.ny-main-box3-left .ny-main-top {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.ny-main-box3-left .ny-main-top .ny-main-top-typename {
	font-size: 30px;
	line-height: 1.2em;
	padding-left: 20px;
	position: relative;
}

.ny-main-box3-left .ny-main-top .ny-main-top-typename::before {
	content: '';
	display: block;
	width: 5px;
	height: 92%;
	left: 0;
	top: 8%;
	position: absolute;
	background: #1fa222;
}

.ny-main-box3-right {
	float: left;
	width: 300px;
	margin-left: 50px;
	position: sticky;
	top: 40px;
	z-index: 555;
}

.ny-main-box3-right .ny-toptype-box {
	background: #136c16;
	padding: 15px 15px 15px 10px;
}

.ny-main-box3-right .ny-toptype-box .ny-toptype-title {
	font-size: 22px;
	line-height: 1.2em;
	padding-left: 18px;
	position: relative;
	color: #fff;
}

.ny-main-box3-right .ny-toptype-box .ny-toptype-title::before {
	content: '';
	display: block;
	width: 3px;
	height: 92%;
	left: 0;
	top: 8%;
	position: absolute;
	background: #fff;
}

.ny-main-box3-right .ny-nav-box {
	background: #ededed;
	padding: 0 1px 1px;
}

.ny-main-box3-right .ny-nav-box .ny-nav-ul {
	display: flex;
	flex-wrap: wrap;
}

.ny-main-box3-right .ny-nav-box .ny-nav-ul li {
	float: left;
	width: 50%;
}



.ny-main-box3-right .ny-nav-box .ny-nav-ul li a {
	display: block;
	font-size: 16px;
	line-height: 3.5em;
	padding-left: 28px;
	color: #666;
	transition: 0.5s;
	background: #fff;
	margin-top: 1px;
	margin-left: 1px;
	position: relative;
}

.ny-main-box3-right .ny-nav-box .ny-nav-ul li:nth-child(2n+1) a {
	margin-left: 0;
}

.ny-main-box3-right .ny-nav-box .ny-nav-ul li a .title {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.ny-main-box3-right .ny-nav-box .ny-nav-ul li a:hover {
	color: #1fa222;
}


.ny-main-box3-right .ny-nav-box .ny-nav-ul li.focus a {
	color: #136c16;
	background: #fcfcfc;
}

.ny-main-box3-right .ny-nav-box .ny-nav-ul li.focus a::before {
	content: '';
	position: absolute;
	left: 12px;
	height: 16px;
	width: 2px;
	background: #136c16;
	top: 50%;
	margin-top: -8px;
}


/* 样式4 */
.ny-main-box4 {}

.ny-main-box4 .container {
	width: 80%;
}

.ny-main-box4 .ny-location {
	display: none;
}

.ny-main-box4-top {
	background: #fff;
	border-bottom: solid #ccc 1px;
}


.ny-main-box4-top .container {
	display: flex;
	justify-content: right;
	height: 64px;
	position: relative;
}

.ny-main-box4-top .ny-toptype-box {
	width: 15%;
	background: #136c16;
	padding: 30px;
	height: 130px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 999;
	min-width: 230px;
}

.ny-main-box4-top .ny-toptype-box .ny-toptype-title {
	font-size: 30px;
}

.ny-main-box4-top .ny-toptype-box .ny-toptype-titleen {
	font-family: en2;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 5px;
	opacity: 0.7;
}

.ny-main-box4-top .ny-nav-box {
	width: 80%;
	min-width: 930px;
}

.ny-main-box4-top .ny-nav-box .ny-nav-ul {
	display: flex;
	justify-content: right;
	font-size: 16px;
	line-height: 4em;
	width: 100%;
}

.ny-main-box4-top .ny-nav-box .ny-nav-ul li {}

.ny-main-box4-top .ny-nav-box .ny-nav-ul li+li {
	margin-left: 5%;
}

.ny-main-box4-top .ny-nav-box .ny-nav-ul li+li a {}


.ny-main-box4-top .ny-nav-box .ny-nav-ul li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.ny-main-box4-top .ny-nav-box .ny-nav-ul li a::before {
	background: #136c16;
	content: '';
	display: block;
	width: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	transition: 0.5s;
}

.ny-main-box4-top .ny-nav-box .ny-nav-ul li a:hover,
.ny-main-box4-top .ny-nav-box .ny-nav-ul li.focus a {
	color: #136c16;
}

.ny-main-box4-top .ny-nav-box .ny-nav-ul li.focus a::before {
	width: 100%;
}

.ny-main-box4-top .ny-nav-box .ny-nav-ul li a .title {
	position: relative;
	z-index: 2;
	overflow: hidden;
}


.ny-main-box4-cont {
	background: #f5f5f5;
	padding: 50px 0 100px;
}



/* 内页正文 */
.ny-content-box {
	/* min-height: 550px; */
	/* background: #fff; */
}

.ny-content-box .ny-toptype-title {
	text-align: center;
	font-size: 38px;
	color: #136c16;
	margin-bottom: 30px;
}

.ny-content-box .ny-toptype-title::before,
.ny-content-box .ny-toptype-title::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 2px;
	background: #ccc;
	margin: 0 5px;
}

.ny-content-box .detail {
	font-size: 16px;
	line-height: 2em;
	color: #666;
	position: relative;
}

.ny-content-box .detail p {
	/*text-indent: 2em;*/
}

.ny-content-box .detail img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	height: auto !important;
}

.ny-content-box .detail>*+* {
	margin-top: 1.5em;
}

.ny-content-box .detail h2,
.ny-content-box .detail h3 {
	color: #136c16;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
}


.ny-content-box .detail h4 {
	color: #136c16;
	font-size: 1.05em;
	font-weight: bold;
}

.ny-content-box .detail h5 {
	color: #136c16;
	font-size: 1.05em;
	opacity: 0.9;
	text-transform: uppercase;
	margin-top: 0 !important;
}

.ny-content-box .detail strong {
	color: #136c16;
	font-size: 1.05em;
}

.ny-content-box .detail p>strong {
	margin-left: -2em;
}

.ny-content-box .detail ul,
.ny-content-box .detail ol {
	padding-left: 3em;
	margin-top: 0.75em;
}

.ny-content-box .detail *>li {
	color: #888;
	margin-bottom: 0.5em;
	list-style: disc;
}


.ny-content-box .detail table {
	border: none;
	/* border-top: solid 1px #ccc; */
	/* border-left: solid 1px #ccc; */
	width: 100% !important;
	height: auto !important;
	padding: 0;
}

.ny-content-box .detail table tbody {
	border: none;
	padding: 0;
	margin: 0;
}

.ny-content-box .detail tbody tr {
	border: none;
	padding: 0;
	margin: 0;
	background: #f5f5f5;
}

.ny-content-box .detail table tr>* {
	padding: 15px;
	border-top: none;
	margin: 0;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	text-align: center;
}

.ny-content-box .detail tbody tr:nth-child(2n) {}

.ny-content-box .detail table tr h4 {
	font-size: 1.5rem;
	line-height: 2.5em;
}

.ny-content-box .detail video {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.ny-content-box .chanshu-detail {
	display: block;
	overflow-x: scroll;
	font-size: 12px;
}

.ny-content-box .chanshu-detail table {
	margin-bottom: 20px;
}



/* 内页联系方式 */
.ny-lxfs-box .index-cp-lxfs {
	background: #136c16;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	height: 155px;
}

.ny-lxfs-box .index-cp-lxfs img {
	padding-top: 20px;
	display: block;
	width: 50px;
	margin: 0 auto 10px;
}

.ny-lxfs-box .index-cp-lxfs-title {
	line-height: 2em;
	margin: 0 auto;
	font-size: 18px;
}

.ny-lxfs-box .index-cp-lxfs-tell {
	font-size: 26px;
	font-family: '黑体';
	font-weight: bold;
	letter-spacing: 1px;
}

/* 内页左侧联系方式2 */
.ny_nav_lxfs2 {
	text-align: center;
	padding: 25px;
	border: solid 1px #1fa222;
	margin-top: 30px;
}

.ny_nav_lxfs2 img {
	display: inline-block;
}

.ny_nav_lxfs2-title {
	font-size: 18px;
	color: #1fa222;
	font-weight: bold;
	margin: 15px 0 10px;
}

.ny_nav_lxfs2-tell {
	font-size: 28px;
	font-family: num2;
	color: #1fa222;
}

/* 左侧相关1 */

/* 内页相册 */
.honor-list {
	margin-bottom: 10px;
}

.honor-list>li {
	float: left;
}

.honor-list>li .box {
	display: block;
	padding: 1px;
	background: #ccc;
	transition: 0.5s;
}

.honor-list>li:hover .box {
	background: #136c16;
}


.honor-list>li .pic {
	padding-bottom: 74%;
}

.honor-list>li .text {
	transition: 0.5s;
	background: #fff;
	margin-top: 1px;
	text-align: center;
	padding: 10px;
}

.honor-list>li:hover .text {
	background: initial;
}

.honor-list>li .title {
	font-size: 14px;
	transition: 0.5s;
	color: #333;
}

.honor-list>li .info {
	font-size: 14px;
	color: #999;
	line-height: 1.7em;
	height: 5.1em;
	overflow: hidden;
	transition: 0.3s;
}


.honor-list>li:hover .text * {
	color: #fff;
}

/* 图片集 */
.pic-list {}

.pic-list .item {
	position: relative;
	padding: 30px 0;
}

.pic-list .item .box {
	display: block;
	color: #333;
	transition: 0.5s;
	position: relative;
}


.pic-list .item .box {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 20px;
	border-left: solid 2px #e3a72f;
	border-right: solid 2px #e3a72f;
}


.pic-list .item::before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20%;
	background: url(http://www.gaozist.com/skin/img/item-bg1.png) no-repeat left top / 100% auto;
	z-index: 1;
}

.pic-list .item::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20%;
	background: url(http://www.gaozist.com/skin/img/item-bg2.png) no-repeat left bottom / 100% auto;
	z-index: 1;
}

.pic-list .item .box .pic {
	padding-bottom: 74%;
}

.pic-list .item .box .text {
	background: rgba(0, 0, 0, 0.7);
	padding: 15px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
	font-size: 16px;
	transition: 0.5s;
	z-index: 3;
}

.pic-list .item .box:hover .text {
	opacity: 1;
}

/* 内页产品列表 */
.product-list1 {}

.product-list1 li {
	transition: 0.5s;

}

.product-list1 li .box {
	display: block;
	transition: 0.5s;
	position: relative;
	background: #ededed;
	padding: 1px;
	font-size: 18px;
	color: #333;
}

.product-list1 li .box:hover {
	background: #1fa222;
	color: #1fa222;
}

.product-list1 li .pic {
	padding-bottom: 100%;
}

.product-list1 li .text {
	transition: 0.5s;
	position: relative;
	padding: 15px;
	margin-top: 1px;
	background: #fff;
}


.product-list1 li .text .title {}


.product-list2 {}

.product-list2 li {
	float: left;
}


.product-list2 li .box {
	display: block;
	transition: 0.5s;
	position: relative;
	background: #f8f8f8;
	padding: 5px;
}

.product-list2 li .pic {
	float: left;
	width: 50%;
	padding-bottom: 50%;
}

.product-list2 li .text {
	float: left;
	width: 50%;
	transition: 0.5s;
	padding: 20px 25px;
	padding-bottom: 0;
	font-size: 16px;
	color: #333;
}

.product-list2 li .title {
	font-weight: bold;
}

.product-list2 li .info {
	font-size: 12px;
	color: #666;
	line-height: 1.7em;
	margin: 20px 0;
	padding: 15px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.product-list2 li .info>*+* {
	margin-top: 10px;
}

.product-list2 li .box:hover .info {
	border-color: #fff;
}

.product-list2 li .text .btn a {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 2.5em;
	padding: 0 1.5em;
	background: url(http://www.gaozist.com/skin/img/more-bg.png) no-repeat 0 0 / 100% 100%;
	color: #999;
	transition: 0.5s;
	margin-right: 10px;
}

.product-list2 li .box:hover .btn a,
.product-list2 li .text .btn a:hover {
	color: #fff;
	background: url(http://www.gaozist.com/skin/img/more-bg2.png) no-repeat 0 0 / 100% 100%;
}

.product-list2 li .box:hover {
	background: #1fa222 url(http://www.gaozist.com/skin/img/diwen.png);
	transition: 0.5s;
}

.product-list2 li .box:hover .text * {
	color: #fff;
	transition: 0.5s;
}

/* 单列 自定义字段图集 */
.product-list3 {}

.product-list3 .item:first-child {
	margin-top: 0;
}

.product-list3 .item {
	margin-top: 25px;
	padding: 20px;
	border: solid 1px #e5e5e5;
	transform: 0.5s;
}

.product-list3 .item:hover {
	border-color: #1fa222;
}

.product-list3 .item .box {}

.product-list3 .item .box .pic {
	float: left;
	width: 200px;
	padding-bottom: 140px;
	display: block;
}

.product-list3 .item .box .text {
	float: left;
	margin-left: 20px;
	width: calc(100% - 220px);
}

.product-list3 .item .box .text .title {
	font-size: 14px;
	color: #333;
	transform: 0.5s;
}

.product-list3 .item:hover .text .title {
	color: #1fa222;
}

.product-list3 .item .box .text .info {
	font-size: 13px;
	line-height: 2em;
	color: #666;
	margin-top: 10px;
}

.product-list3 .item .box .text .info div {
	display: flex;

}

.product-list3 .item .box .text .info div span {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}


/* 热线资讯 */
.hot-news-box {
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}

.hot-news {
	display: flex;
	justify-content: space-between;
}

.hot-news .item {
	width: 48%;
}

.hot-news .item .box {
	display: block;
}

.hot-news .item .box .pic {
	width: 40%;
	padding-bottom: 30%;
	float: left;
}

.hot-news .item .box .text {
	float: left;
	width: 60%;
	padding-left: 20px;
	color: #333;
	font-size: 18px;
}

.hot-news .item .box .text .time {
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}

.hot-news .item .box .text .time span {
	color: #1fa222;
}

.hot-news .item .box .text .info {
	font-size: 14px;
	color: #666;
	margin-top: 15px;
	line-height: 2em;
}

.hot-news .item .box .text .btn {
	color: #136c16;
	margin-top: 15px;
	display: inline-block;
	vertical-align: top;
	line-height: 2.5em;
	padding-left: 1em;
	background: url(../images/icon22.png) no-repeat 0 center;
	transition: 0.5s;
	font-size: 14px;
}

.news-list1-box {
	background: #fff;
	padding: 30px;
}

/**内页新闻**/
.news-list1 {}

.news-list1 li {}

.news-list1 li+li {
	margin-top: 20px;
}

.news-list1 li .box {
	color: #333;
	transition: 0.5s;
	font-size: 20px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
	background: #f5f5f5;
}

.news-list1 li .box:hover {
	background: #fff;
	box-shadow: 0 0 10px -5px #ccc;
}

.news-list1 li .box:hover .title {
	color: #136c16;
}

.news-list1 li .pic {
	padding-bottom: 15%;
	width: 20%;
	transition: 0.5s;
	background: #000;
}

.news-list1 li .pic img {
	opacity: 0.98;
}

.news-list1 li .text {
	width: 80%;
	padding-left: 20px;
}

.news-list1 li .time {
	color: #999;
	font-size: 16px;
	margin-top: 5px;
}

.news-list1 li .time span {
	color: #1fa222;
}

.news-list1 li .info {
	font-size: 16px;
	color: #999;
	text-align: justify;
	margin-top: 20px;
	line-height: 1.7em;
}




.news-list2 {}

.news-list2 li {}

.news-list2 li .box {
	font-size: 16px;
	color: #333;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background: #f5f5f5;
	padding: 25px;
	transition: 0.5s;
}

.news-list2 li .box:hover {
	background: #fff;
	box-shadow: 0 0 10px -5px #ccc;
}

.news-list2 li .box .time {
	width: 13%;
	text-align: center;
	color: #136c16;
	font-family: num2;
}

.news-list2 li .box .time p {
	font-size: 30px;
}

.news-list2 li .box .time span {
	font-size: 16px;
	color: #999;
}

.news-list2 li .text {
	width: 85%;
	padding-left: 20px;
}

.news-list2 li .info {
	font-size: 14px;
	opacity: 0.7;
	overflow: hidden;
	line-height: 1.7em;
	margin-top: 10px;
}

.news-list2 li:hover .title {
	color: #136c16;
}



.news-list3 {}

.news-list3 li {
	border-bottom: dashed 1px #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


.news-list3 li .box {
	display: block;
	transition: 0.5s;
	padding-left: 0px;
}



.news-list3 li .text {
	font-size: 18px;
	position: relative;
	color: #333;
}


.news-list3 li .title {
	position: relative;
	padding-right: 20%;
}

.news-list3 li .box:hover .title {
	color: #136c16;
}

.news-list3 li .info {
	font-size: 14px;
	line-height: 2em;
	opacity: 0.7;
	margin-top: 10px;
}

.news-list3 li .title span {
	color: #1fa222;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
}




.news-list4 {
	padding: 20px;
}

.news-list4 li {
	font-size: 14px;
	line-height: 1em;
	padding: 15px 0;
	border-bottom: dashed 1px #ccc;
}

.news-list4 li .news-typename {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	color: #136c16;
	font-weight: bold;
	border-right: solid 1px #ccc;
}

.news-list4 li .title {
	color: #333;
	transition: 0.3s;
}

.news-list4 li:hover .title {
	transition: 0.5s;
	color: #1fa222;
}

.news-list4 li:hover .news-typename {
	padding-left: 10px;
	transition: 0.5s;
}

.news-list4 li .time {
	display: block;
	float: right;
	font-size: 12px;
	color: #f50;
}

.news-list4 li .download-btn {
	float: right;
}

/* 案例 */
.case-list1 {}

.case-list1 li {
	margin-bottom: 25px;
}

.case-list1 li .box {
	display: block;
	transition: 0.5s;
	display: block;
	background: #fafafa;
}

.case-list1 li .pic {
	float: left;
	width: 20%;
	padding-bottom: 12.5%;
}

.case-list1 li .text {
	float: left;
	padding: 15px;
	width: calc(100% - 20%);
	padding-bottom: 0;
}

.case-list1 li .title {
	font-size: 16px;
	transition: 0.5s;
	color: #333;
}

.case-list1 li:hover .title {
	color: #136c16;
}

.case-list1 li .info {
	font-size: 13px;
	color: #999;
	line-height: 1.7em;
	height: 3.4em;
	overflow: hidden;
	margin-top: 5px;
}

/* 案例2 */
.case-list2 {}

.case-list2 li {}


.case-list2 li .box {
	display: block;
	transition: 0.5s;
	background: #f5f5f5;
	position: relative;
	color: #333;
	font-size: 16px;
}

.case-list2 li .box:hover {
	/*background: #136c16;*/
	/*color: #fff;*/
}

.case-list2 li .pic {
	padding-bottom: 75%;
}

.case-list2 li .text {
	transition: 0.5s;
	padding: 20px;
}

.case-list2 li .title {}



.case-list3 {}


.case-list3 .item {}

.case-list3 .item .box {
	display: block;
	background: #ccc;
	padding: 1px;
	transition: 0.5s;
	font-size: 14px;
}

.case-list3 .item .box:hover {
	color: #136c16;
}

.case-list3 .item .pic {
	padding-bottom: 50%;
}

.case-list3 .item .pic::before {
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
	background: url(../images/icon2.png) no-repeat 0 0 / 100%;
	z-index: 2;
}

.case-list3 .item .box .text {
	background: #fff;
	padding: 15px;
	margin-top: 1px;
	transition: 0.5s;
}



/* 瀑布流案例 */
.case-list4 {
	column-count: 3;
}

.case-list4 .box {
	display: block;
	position: relative;
}

.case-list4 .box img {
	display: block;
	width: 100%;
}

.case-list4 .box .text {
	padding: 20px;
	font-size: 16px;
	color: #fff;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(246, 208, 71, 0.8);
}

.case-list4 .box .text .info {
	font-size: 12px;
	opacity: 0.7;
	margin-top: 10px;
}




/* 内页相关推荐 */
/* 产品推荐 */
.ny-xiangguan {
	margin-top: 60px;
	/* background: #fafafa; */
}

.ny-xiangguan .ny-main-top {}

.ny-xiangguan .ny-main-top .ny-main-top-typename {
	font-size: 20px;
}

.ny-xiangguan-box {
	display: block;
	position: relative;
}

.ny-xiangguan-cp {}

.ny-xiangguan-cp-ul {}

.ny-xiangguan-cp-ul li {}

.ny-xiangguan-cp-ul li .box {
	display: block;
	position: relative;
	background: #ccc;
	padding: 1px;
	overflow: hidden;
	font-size: 14px;
	transition: 0.5s;
	color: #333;
}

.ny-xiangguan-cp-ul li .box:hover {
	background: #1fa222;
	color: #1fa222;
}

.ny-xiangguan-cp-ul li .box .pic {
	padding-bottom: 100%;
	z-index: 1;
}


.ny-xiangguan-cp-ul li .text {
	display: block;
	padding: 15px;
	margin-top: 1px;
	background: #fff;
}


/* 案例推荐 */
.ny-xiangguan-case-ul {}

.ny-xiangguan-case-ul li {
	float: left;
	width: 18.4%;
	margin-right: 2%;
}

.ny-xiangguan-case-ul li:nth-child(5n) {
	margin-right: 0;
}

.ny-xiangguan-case-ul li .box {
	display: block;
	transition: 0.5s;
	background: #ededed;
	padding: 1px;
	font-size: 14px;
	color: #333;
	transition: 0.5s;
}

.ny-xiangguan-case-ul li .box .pic {
	padding-bottom: 50%;
}

.ny-xiangguan-case-ul li .text {
	padding: 15px;
	margin-top: 1px;
	background: #fff;
}

.ny-xiangguan-case-ul li .box:hover {
	background: #136c16;
	color: #136c16;
}

/* 新闻推荐 */
.ny-xiangguan-new {}

.ny-xiangguan-new-ul {}

.ny-xiangguan-new-ul .item {}


.ny-xiangguan-new-ul .item .box {
	display: block;
	padding: 10px 15px;
	background: #fafafa;
	transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover {
	transition: 0.5s;
}

.ny-xiangguan-new-ul .item .box:hover .text * {
	transition: 0.5s;
	color: #136c16;
}

.ny-xiangguan-new-ul .item .text {
	font-size: 14px;
	line-height: 2em;
	position: relative;
}

.ny-xiangguan-new-ul .item .title {
	color: #333;
	float: left;
	width: 80%;
	color: #333;
	transition: 0.5s;
}

.ny-xiangguan-new-ul .item .title span {
	display: inline-block;
	vertical-align: top;
	width: 0.8em;
	height: 2px;
	background: #136c16;
	margin-right: 5px;
	margin-top: 14px;
	transition: 0.5s;
}


.ny-xiangguan-new-ul .item .time {
	position: absolute;
	right: 0;
	color: #1fa222;
	transition: 0.5s;
}


/* 留言 */
.ny-message {
	position: relative;
	padding: 50px;
	background: #fff;
	box-shadow: 0 0 10px -5px #ccc;
}

.ny-message img {
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0%;
	right: 0;
}

.ny-message #form {
	padding-right: 50px;
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.message-box .item {
	text-align: left;
	width: 48%;
	margin-bottom: 3%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

.message-box .item:nth-child(5) {
	width: 100%;
}

.message-box .bt {
	color: #333;
	width: 5em;
	line-height: 45px;
	height: 45px;
	display: block;
}

.message-box .item .input-text {
	width: calc(100% - 5em - 22px);
	border: solid 1px #ccc;
	line-height: 45px;
	height: 45px;
	padding: 0 10px;
	color: #999;
}

.message-box .item select.input-text {
	width: 382px;
}

.message-box .item textarea.input-text {
	height: 130px;
	width: calc(100% - 5em + 2px);
	line-height: 30px;
	resize: none;
}

.message-box .btn-box {
	width: 100%;
}

.message-box .btn-box>.bt+div {
	width: calc(100% - 5em - 8px);
}

.message-box .btn-box a,
.message-box .btn-box .coolbg {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 140px;
	line-height: 45px;
	height: 45px;
	border-radius: 45px;
	border: none;
	cursor: pointer;
	background: #ededed;
	color: #1fa222;
	transition: 0.5s;
	margin-right: 2px;
	text-align: center;
}

.message-box .btn-box .coolbg:hover,
.message-box .btn-box .tijiao {
	color: #fff;
	background: #1fa222;
}


/* 内页文章正文 */
.cont-detail {}

.cont-detail .title {
	font-size: 22px;
	color: #333;
	line-height: 2em;
	text-align: center;
}

.case-detail .cont-detail .title {
	text-align: left;
	font-size: 26px;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #ccc;
}

.cont-detail .cont-detail-info {
	line-height: 2em;
	font-size: 14px;
	color: #999;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: dashed 1px #ccc;
	text-align: center;
}

.cont-detail .cont-detail-info>span {
	margin-right: 10px;
}

.cont-detail .cont-detail-info>span span {
	color: #f80;
}


.cont-detail-description {
	padding: 20px;
	font-size: 12px;
	background: #fafafa;
	color: #999;
	line-height: 1.7em;
	margin-bottom: 15px;
}

.cont-detail .download {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}

.case-detail .cont-detail .download span {}

.case-detail .cont-detail .download a {
	display: inline-block;
	padding-left: 25px;
	background: url(../images/icon59.png) no-repeat 0 center / auto 100%;
}

/* 内页右侧 */
.ny-you-box {
	float: right;
	width: 25%;
}

/* 内页产品详情 */
.ny-cp-detail {}


.ny-cp-detail-top {
	margin-bottom: 40px;
}

.ny-cp-pic {
	float: left;
	width: 550px;
}

.ny-cp-pic img {
	display: block;
	width: 100%;
}

.ny-content-cp-pic-box {
	margin-bottom: 50px;
	font-size: 0;
	position: relative;
}


#exzoom {
	width: 400px;
	display: inline-block;
	vertical-align: top;
}

#magnifier1 {
	width: 300px;
	float: left;
}

.magnifier-btn span {
	background-color: #136c16;
	color: #fff;
	transition: 0.5s;
}

.magnifier-btn span:hover {}

.ny-cp-detail-chanshu {
	float: right;
	width: 415px;
	/* width: 520px; */
	width: calc(100% - 550px);
}

.ny-cp-detail-chanshu .title {
	font-size: 22px;
	color: #333;
}

.ny-cp-detail-chanshu .shorttitle {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}

.ny-cp-detail-chanshu-box {

	/* display: flex;
	flex-wrap: wrap;
	justify-content: space-between; */
	margin-top: 20px;
	padding-top: 20px;
	border-top: dashed 1px #ccc;
}

.ny-cp-detail-chanshu-box .item {
	font-size: 0;
	/* width: 50%; */
}

.ny-cp-detail-chanshu-box .item+.item {
	margin-top: 15px;
}

.ny-cp-detail-chanshu-box .item:nth-child(5) {
	width: 100%;
}


.ny-cp-detail-chanshu-box .item>div a {
	color: #1fa222;
	transition: 0.5s;
}

.ny-cp-detail-chanshu-box .item>div a:hover {
	color: #136c16;
}

.ny-cp-detail-chanshu-box .item>div {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 2em;
	color: #333;
}

.ny-cp-detail-chanshu-box .item .bt {
	width: 3em;
	width: 5em;
	min-height: 1px;
}

.ny-cp-detail-chanshu-box .item .info {
	width: calc(100% - 3em);
	width: calc(100% - 5em);
	opacity: 0.7;
}

.ny-cp-detail-chanshu-box .item .info span {
	font-family: num2;
	font-size: 20px;
	color: #f50;
	display: inline-block;
	vertical-align: bottom;
}

.ny-cp-detail-chanshu-box .item .info .xiadan-btn {
	background: #f50;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	border-radius: 5px;
	width: 130px;
	text-align: center;
	line-height: 2.5em;
	color: #fff;
	opacity: 0.7;
	transition: 0.5s;
	margin-top: 30px;
}

.ny-cp-detail-chanshu-box .item .info .xiadan-btn:hover {
	opacity: 1;
}

.ny-cp-btn {
	padding: 15px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	position: absolute;
	right: 0;
	width: calc(100% - 550px);
	bottom: 0px;
}

.ny-cp-btn .tell {
	font-size: 20px;
	line-height: 40px;
	color: #333;
	padding-left: 50px;
	background: url(../images/icon3.png) no-repeat left center /35px;
}

.ny-cp-btn .tell span {
	font-family: num2;
	color: #f50;
	font-size: 22px;
}

.ny-cp-btn a {
	display: inline-block;
	line-height: 40px;
	border-radius: 40px;
	color: #fff;
	background-color: #136c16;
	background-position: 15px center;
	background-repeat: no-repeat;
	background-size: 24px;
	padding-left: 50px;
	padding-right: 20px;
	font-size: 14px;
}

.ny-cp-btn .lxfs {
	background-image: url(../images/icon24.png);
}

.ny-cp-btn .qqkf {
	background-image: url(../images/icon32.png);
}

.ny-cp-detail-btn .zxly {
	background-image: url(../images/icon26.png);
}

.page-cpdetail .ny-detail-box-name {
	line-height: 60px;
	height: 60px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
}

.page-cpdetail .ny-detail-box-name .type-name {
	font-size: 22px;
	font-weight: normal;
	position: relative;
	color: #333;
	padding-left: 15px;
}

.page-cpdetail .ny-detail-box-name .type-name::before {
	content: '';
	display: block;
	width: 3px;
	height: 24px;
	background: #1fa222;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -11px;
	left: 0;
}


/* 产品详情2 */
.ny-cp-detail-box .ny-cp-detail-info {
	float: left;
}

.ny-cp-detail-box .tel-box {
	float: right;
	font-size: 20px;
	color: #666;
	padding-left: 25px;
	background: url(../images/icon10.png) no-repeat left center / auto 85%;
}

.ny-cp-detail-box .tel-box span {
	color: #1fa222;
	font-size: 22px;
	font-family: num2;
	display: inline-block;
}

.ny-cp-detail-box .ny-cp-imgs-box {
	margin-bottom: 40px;
}


/* 详情页面 视频 */
.ny-fujian-bt {
	margin-top: 40px;
	margin-bottom: 15px;
}

.video-js {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/* 产品详情2 */
.ny-cp-detail-2 {}

.ny-cp-detail-2-top {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.ny-cp-detail-2-top .title {
	font-size: 22px;
	color: #136c16;
	font-weight: bold;
}

.ny-cp-detail-2-text {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

.ny-cp-detail-2-text .item {
	background: #fafafa;
	font-size: 14px;
	line-height: 2em;
	color: #666;
	padding: 20px;
	width: 48%;
	height: auto;
}

.ny-cp-detail-2-pic {
	border: solid 2px #f5f5f5;
	margin-bottom: 30px;
}


.ny-cp-detail-2 .ny-cp-btn {
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	position: initial;
	border: none;
	width: auto;
}

.ny-cp-detail-2 .ny-cp-btn .tell {
	float: none;
	line-height: normal;
	color: #666;
	padding-left: 33px;
	background: url(../images/icon3.png) no-repeat left center / auto 90%;
}



/* 更新 */
/* 联系方式 */
.ny-content-box {
	background: #fff;
}

.detail_lxwm {
    float: left;
	padding-left: 360px;
	background: url(../images/ny-lxwm-pic1.jpg) no-repeat left center / auto 100%;
	font-size: 16px;
}

.detail_lxwm h3 {
	line-height: normal;
}
.detail_lxwm p {
	text-indent: 0;
	margin-top: 1em;
}

.detail_lxwm>h2+div {
	display: block;
	width: 100%;
}

.detail_lxwm div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	height: 10em;
}

.detail_lxwm img {
	position: absolute;
	right: 0%;
	top: 50px;
	width: 130px;
	padding: 10px;
	background: url(../images/wx-bg2.png) no-repeat 0 0 / 100%;
}

.map-box {
	display: block;
	margin-top: 40px !important;
}



/* 单页 */
.ny-danye-item {
	padding: 60px 0;
}

.cont-text-box {
	color: #333;
	position: relative;
}

.cont-text-box .cont-text {
	font-size: 14px;
	line-height: 2em;
	color: #666;
}

.cont-text-box .cont-text>*+* {
	margin-top: 1em;
}

.cont-text-box .cont-text strong {
	color: #1fa222;
}

.cont-text-box .pic {}

.cont-text-box img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


/* 公司简介 */
.ny-cont-gsjj {
	padding: 80px 0;
}

.ny-cont-gsjj .cont-text-box {
	position: relative;
}

.ny-cont-gsjj .cont-text-box .cont-text {
	font-size: 16px;
	line-height: 2em;
	position: relative;
	z-index: 2;
	width: 60%;
	padding: 50px;
	padding-left: 0;
	top: 30px;
	background: #fff;
}

.ny-cont-gsjj .cont-text-box .cont-text>* {}

.ny-cont-gsjj .cont-text-box .pic {
	width: 65%;
	position: absolute;
	top: 0px;
	z-index: 1;
	right: 0;
}

.ny-cont-gsjj .cont-text-box .pic img {
	width: 100%;
}

/* 企业文化 */
.ny-cont-qywh {
	background: url(../images/nybg1.jpg) no-repeat center center;
	padding: 0;
}

.ny-cont-qywh .column-title {
	text-align: left;
}

.ny-cont-qywh .container {
	width: 50%;
	margin-left: 50%;
	padding: 50px 0 50px 50px;
}

.cont-text-qywh .qywh-list {}

.cont-text-qywh .qywh-list .item {
	width: 400px;
	float: left;
}

.cont-text-qywh .qywh-list .item .box {
	display: block;
	position: relative;
	background: #fff;
}

.cont-text-qywh .qywh-list .item .pic {
	padding-bottom: 75%;
}

.cont-text-qywh .qywh-list .item:nth-child(2n) .box {
	padding-bottom: 300px;
}

.cont-text-qywh .qywh-list .item:nth-child(2n) .pic {
	position: absolute;
	left: 0;
	bottom: 0;
}

.cont-text-qywh .qywh-list .item .text {
	font-size: 22px;
	color: #333;
	padding: 80px 30px;
	height: 300px;
	margin: 0;
	text-align: center;

}

.cont-text-qywh .qywh-list .item .text>p {
	background-color: #1fa222;
	width: 40px;
	height: 3px;
	margin: 20px auto 0;
}

.cont-text-qywh .qywh-list .item .text .info {
	opacity: 0.6;
	font-size: 16px;
	line-height: 2em;
	margin-top: 15px;
	font-weight: normal;
}

.cont-text-qywh .qywh-list .item .text .info>* {
	margin: 0;
}






/* 荣誉资质 */
.ny-cont-ryzz {
	background: #f5f5f5;
}

.cont-text-ryzz {}

.cont-text-ryzz ul {
	height: 212px;
}

.cont-text-ryzz .item {
	width: 300px;
	float: left;
	margin-right: 20px;
}

.cont-text-ryzz .item .box {
	display: block;
	border: solid 2px #ccc;
	position: relative;
	transition: 0.5s;
}

.cont-text-ryzz .item .box:hover {
	border-color: #1fa222;
}

.cont-text-ryzz .item .box .pic {
	padding-bottom: 70%;
}

.cont-text-ryzz .item .box .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.5s;
}

.cont-text-ryzz .item .box:hover .text {
	opacity: 1;
}


/* 企业实景 */
.ny-cont-qysj {
	background: #f5f5f5;
}

.cont-text-qysj {}

.cont-text-qysj ul .item {}

.cont-text-qysj .item .box {
	display: block;
	position: relative;
}

.cont-text-qysj .item .box .pic {
	padding-bottom: 75%;
}

.cont-text-qysj .item .box .text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.7);
	font-size: 16px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: 0.5s;
}

.cont-text-qysj .item .box:hover .text {
	opacity: 1;
}



/* 联系我们 */
.index-title-box-1 {
	text-align: center;
}

.ny-cont-zxly {
	background: #f5f5f5;
}

.ny-cont-jmwm .index-title-box-1 {
	text-align: left;
}


/* 业务 */
.ny-yewu-box {
	background: #f5f5f5;
	display: flex;
	flex-direction: row;
}

.ny-yewu-box .pic {
	width: 40%;
}

.ny-yewu-box .pic img {
	display: block;
	width: 100%;
}

.ny-yewu-box .text {
	width: 60%;
	font-size: 20px;
	color: #333;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.ny-yewu-box .text .info {
	font-size: 14px;
	line-height: 1.7em;
	opacity: 0.7;
}


.ny-yewu-box .text .btn a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	padding: 0 2em;
	color: #fff;
	background: #136c16;
	line-height: 2.5em;
	border-radius: 2.5em;
}

.ny-yewu-box .text .btn a+a {
	background: #1fa222;
	margin-left: 15px;
}

.yewu-case-box {
	margin-top: 70px;
	border-top: solid 1px #ccc;
	padding-top: 50px;
}

.yewu-case-bt {
	text-align: center;
	font-size: 26px;
	color: #333;
	margin-bottom: 30px;
}

.yewu-case-bt span {
	color: #136c16;
}

.yewu-case-list {}

.yewu-case-list .item {}

.yewu-case-list .item .box {
	display: block;
	background: #f5f5f5;
	font-size: 14px;
	color: #333;
	transition: 0.5s;
}

.yewu-case-list .item .box:hover {
	color: #fff;
	background: #136c16;
}

.yewu-case-list .item .box .pic {
	padding-bottom: 75%;
}

.yewu-case-list .item .box .text {
	padding: 20px;

}
