@charset "utf-8";

/* CSS Document */
/**common**/
* {
	margin: 0;
	padding: 0;
}

/* 防止横向滚动 */
html {
	overflow-x: hidden;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
	margin: 0;
	padding: 0;
	font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

table,
td,
tr,
th {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

ol,
ul {
	list-style: none;
}

li {
	list-style-type: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
	font-weight: normal;
	font-style: normal;
}

.clear {
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 4px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	border-radius: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: #999999;
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #cccccc;
}


/*headtop 开始 */
.ab_headtop {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #f6f6f6;
	border-top: 2px solid #f7c532;
}

.ab_headtop .abht_main {
	width: 1300px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abht_main .abht_fl {
	width: 50%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #797979;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.abht_main .abht_fr {
	width: 50%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #797979;
	font-size: 14px;
	text-align: right;
	float: right;
}

.abht_fl img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 10px 4px 10px 0;
	padding: 0;
	float: left;
}

.abht_fl a {
	color: #797979;
}

.abht_fr a {
	display: inline-block;
	color: #797979;
	margin: 0;
	padding: 0 10px;
}

.abht_fr a:last-child {
	color: #fff;
	background-color: #f7c532;
}

.abht_fl a:hover,
.abht_fr a:hover {
	color: #E89513;
}

.abht_fr a:last-child:hover {
	color: #fff;
	background-color: #E89513;
}

.abht_fr em {
	display: inline-block;
	width: 1px;
	height: 15px;
	overflow: hidden;
	margin: -2px 0 0;
	padding: 0;
	vertical-align: middle;
	background-color: #dfdfdf;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_headtop .abht_main {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:768px) {
	.ab_headtop .abht_main {
		width: 96%;
	}
}

@media screen and (max-width:767px) {
	.ab_headtop {
		display: none;
	}
}

/*headtop 结束 */


/*头部 开始*/
.ab_top {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.ab_top .abtop_main {
	width: 1300px;
	height: 110px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.abtop_main .ab_logo {
	width: 60%;
	height: 70px;
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
	float: left;
}

.ab_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ab_logo a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

.ab_logo .logo_text {
	height: 50px;
	overflow: hidden;
	margin: 5px 0;
	padding: 5px 0 5px 20px;
	border-left: 1px solid #dfdfdf;
	float: left;
}

.logo_text p {
	height: 30px;
	line-height: 30px;
	color: #3e3e3e;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.logo_text span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #797979;
	font-size: 15px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.abtop_main .ab_tel {
	height: 54px;
	overflow: hidden;
	margin: 28px 0;
	padding: 0 0 0 60px;
	background: url(../images/tel1.png) left center no-repeat;
	background-size: 54px 54px;
	float: right;
}

.ab_tel span {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #555;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.ab_tel p {
	height: 30px;
	line-height: 30px;
	color: #E89513;
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_top .abtop_main {
		width: 90%;
		padding: 0 5%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_top .abtop_main {
		width: 96%;
		height: 100px;
		padding: 0 2%;
	}

	.abtop_main .ab_logo {
		width: 64%;
		margin: 15px 0;
	}

	.abtop_main .ab_tel {
		margin: 23px 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_top .abtop_main {
		width: 96%;
		height: 100px;
		padding: 0 2%;
	}

	.abtop_main .ab_logo {
		width: 64%;
		height: 64px;
		margin: 18px 0;
	}

	.ab_logo a {
		height: 64px;
	}

	.abtop_main .ab_tel {
		margin: 23px 0;
	}

	.ab_tel p {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.ab_top {
		width: 94%;
		padding: 0 3%;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	}

	.ab_top .abtop_main {
		width: 100%;
		height: 60px;
	}

	.abtop_main .ab_logo {
		width: 80%;
		height: 44px;
		margin: 8px 0;
	}

	.ab_logo a {
		height: 44px;
	}

	.abtop_main .ab_tel {
		display: none;
	}
}

/*导航栏 开始*/
.ab_nav {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	background-color: #E89513;
	border-bottom: 4px solid #374151;
	position: relative;
	z-index: 10000;
}

.ab_nav li,
.ab_nav a {
	text-decoration: none;
	list-style: none;
}

.ab_nav ::-webkit-scrollbar {
	display: none;
}

.ab_nav .nav_list {
	width: 1300px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ab_nav .nav_list>ul>li {
	display: inline-block;
	width: 14%;
	position: relative;
	list-style: none;
	padding: 0;
	text-align: center;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ab_nav .nav_list>ul>li:hover,
.ab_nav .nav_list>ul>li.active {
	background-color: #f59e0b;
}

.ab_nav .nav_list>ul>li>a {
	display: inline-block;
	line-height: 60px;
	color: #fff;
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ab_nav .nav_list>ul>li>em {
	display: block;
	width: 0px;
	height: 3px;
	overflow: hidden;
	background-color: #f7c532;
	margin: 0 0 0 -32px;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ab_nav .nav_list>ul>li:hover>em,
.ab_nav .nav_list>ul>li.active>em {
	width: 64px;
}

.ab_nav .nav_list>ul>li:hover>a,
.ab_nav .nav_list>ul>li.active>a {
	color: #fff;
}

.ab_nav .nav_list>ul>li i {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/down.png) center center no-repeat;
	background-size: 10px 10px;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
}

.ab_nav .nav_list>ul>li i.cur {
	background: url(../images/up.png) center center no-repeat;
	background-size: 10px 10px;
	text-decoration: none;
}

.ab_nav .nav_list>ul>li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 10001;
	width: 100%;
	overflow: hidden;
	background-color: #f59e0b;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #374151;
}

.ab_nav .nav_list>ul>li:hover>ul {
	display: block;
}

.ab_nav .nav_list>ul>li ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ab_nav .nav_list>ul>li ul li a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.ab_nav .nav_list>ul>li ul li a:hover {
	color: #fff;
	background-color: #E89513;
}

.ab_nav .nav_menu {
	display: none;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_nav {
		height: 60px;
	}

	.ab_nav .nav_list {
		width: 90%;
	}

	.ab_nav .nav_list>ul>li>a {
		line-height: 60px;
		color: #fff;
		font-size: 15px;
	}

	.ab_nav .nav_list>ul>li:hover,
	.ab_nav .nav_list>ul>li.active,
	.ab_nav .nav_list>ul>li ul li a:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_nav {
		height: 56px;
	}

	.ab_nav .nav_list {
		width: 96%;
	}

	.ab_nav .nav_list>ul>li>a {
		line-height: 56px;
		color: #fff;
		font-size: 15px;
	}

	.ab_nav .nav_list>ul>li:hover,
	.ab_nav .nav_list>ul>li.active,
	.ab_nav .nav_list>ul>li ul li a:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_nav {
		height: 56px;
	}

	.ab_nav .nav_list {
		width: 96%;
	}

	.ab_nav .nav_list>ul>li>a {
		line-height: 56px;
		color: #fff;
		font-size: 14px;
	}

	.ab_nav .nav_list>ul>li:hover,
	.ab_nav .nav_list>ul>li.active,
	.ab_nav .nav_list>ul>li ul li a:hover {
		background-color: rgba(0, 0, 0, 0.2);
	}

	.ab_nav .nav_list>ul>li:hover>em,
	.ab_nav .nav_list>ul>li.active>em {
		width: 60px;
		margin: 0 0 0 -30px;
	}
}

@media (max-width: 767px) {
	.ab_nav {
		height: 0;
		margin: 0;
		border: 0;
		animation-name: inherit !important;
	}

	.ab_nav .nav_list {
		width: 60%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 9999;
		transition: 0.5s;
		-webkit-transition: 0.5s;
	}

	.ab_nav .nav_list ul {
		width: 60%;
		height: 100%;
		background-color: #fff;
		position: relative;
		z-index: 9999;
	}

	.ab_nav .nav_list .nav_mask {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 9998;
	}

	.ab_nav .nav_list ul>li {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background: none;
		box-sizing: border-box;
		position: relative;
	}

	.ab_nav .nav_list ul>li a {
		display: block;
		width: 100%;
		line-height: 60px;
		color: #333;
		font-size: 16px;
		text-align: left;
		padding: 0 60px 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.ab_nav .nav_list>ul>li>em {
		left: 20px;
		margin: 0;
	}

	.ab_nav .nav_list>ul>li:hover>em,
	.ab_nav .nav_list>ul>li.active>em {
		left: 20px;
		margin: 0;
	}

	.ab_nav .nav_list>ul>li i {
		display: block;
		width: 60px;
		height: 60px;
		background-size: 14px 14px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.ab_nav .nav_list>ul>li i.cur {
		background-size: 14px 14px;
	}

	.ab_nav .nav_list>ul>li ul {
		width: 100%;
		overflow: hidden;
		position: inherit;
		left: inherit;
		top: inherit;
		background-color: #f8f8f8;
		box-shadow: none;
	}

	/* 移动端隐藏产品中心的二级菜单 */
	.ab_nav .nav_list ul>li[data-nav="product"] ul {
		display: none !important;
	}

	.ab_nav .nav_list ul>li[data-nav="product"] i {
		display: none !important;
	}

	.ab_nav .nav_menu {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		background-color: transparent;
		border: none;
		border-radius: 4px;
		margin: 0;
		position: absolute;
		top: -48px;
		right: 3%;
		z-index: 999;
		transition: all 0.25s ease;
		cursor: pointer;
		gap: 4px;
	}

	.ab_nav .nav_menu span {
		display: block;
		width: 22px;
		height: 2px;
		background-color: #333;
		border-radius: 1px;
		transition: all 0.25s ease;
		position: relative;
	}

	.ab_nav .nav_menu span:nth-child(2) {
		width: 18px;
	}

	.ab_nav .nav_menu span+span {
		margin-top: 0;
	}

	.ab_nav .open {
		width: 100%;
		overflow: auto;
		left: 0%;
	}

	.ab_nav .nav_menu:hover span {
		background-color: #E89513;
	}

	.ab_nav .nav_menu:hover span:nth-child(1) {
		transform: translateX(2px);
		width: 20px;
	}

	.ab_nav .nav_menu:hover span:nth-child(2) {
		width: 24px;
	}

	.ab_nav .nav_menu:hover span:nth-child(3) {
		transform: translateX(-2px);
		width: 16px;
	}

	.ab_nav .nav_menu:active {
		transform: scale(0.95);
	}
}

/*导航栏 结束*/
/*头部 结束*/

/* banner 开始 */
.apple-banner {
	width: 100%;
	height: 630px;
	overflow: hidden;
}

.apple-banner .swiper {
	width: 100%;
	height: 630px;
	position: relative;
	overflow: hidden;
}

.apple-banner .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.apple-banner .swiper-slide {
	width: 100%;
	height: 630px;
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	flex-shrink: 0;
	position: relative;
}

.apple-banner .swiper .swiper-button-prev,
.apple-banner .swiper .swiper-button-next {
	width: 15%;
	height: 100%;
	top: 0;
	background: none;
	margin: 0;
}

.apple-banner .swiper .swiper-button-prev {
	left: 0;
}

.apple-banner .swiper .swiper-button-next {
	right: 0;
}

.apple-banner .swiper-button-prev span,
.apple-banner .swiper-button-next span {
	display: block;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.apple-banner .swiper-button-prev span {
	background: rgba(0, 0, 0, 0.6) url(../images/arrows1.png) center center no-repeat;
	left: 20px;
}

.apple-banner .swiper-button-next span {
	background: rgba(0, 0, 0, 0.6) url(../images/arrows2.png) center center no-repeat;
	right: 20px;
}

.apple-banner .swiper-button-prev:hover span,
.apple-banner .swiper-button-next:hover span {
	opacity: .6;
}

/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 24px;
	background: none;
}

.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 44px;
	margin: 0 4px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
	border-radius: 4px;
}

.apple-banner .swiper-pagination-bullet span {
	width: 44px;
	height: 8px;
	display: block;
	background: rgba(255, 255, 255, 1);
	border-radius: 4px;
}

.apple-banner .swiper-pagination-bullet-active span {
	background-color: #E89513;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255, 255, 255, 1);
}

.apple-banner .swiper-pagination-bullet i {
	background-color: #E89513;
	height: 8px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}

.apple-banner .autoplay .firsrCurrent i {
	transition: transform 2.9s linear;
	transform: scaleX(1);
	border-radius: 4px;
}

.apple-banner .autoplay .current i {
	transition: transform 4s linear;
	transform: scaleX(1);
	border-radius: 4px;
}

.apple-banner .autoplay .replace span {
	background-color: #E89513;
}

/* Swiper v11 - Remove blue focus borders */
.apple-banner .swiper-button-prev,
.apple-banner .swiper-button-next,
.apple-banner .swiper-pagination-bullet {
	outline: none !important;
}

.apple-banner .swiper-button-prev:focus,
.apple-banner .swiper-button-next:focus,
.apple-banner .swiper-pagination-bullet:focus {
	outline: none !important;
	box-shadow: none !important;
}

/* Remove default button styling for Swiper v11 navigation */
.apple-banner .swiper-button-prev:after,
.apple-banner .swiper-button-next:after {
	content: '' !important;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.apple-banner {
		height: 520px;
	}

	.apple-banner .swiper {
		height: 520px;
	}

	.apple-banner .swiper-slide {
		height: 520px;
	}

	.apple-banner .swiper .swiper-button-prev,
	.apple-banner .swiper .swiper-button-next {
		width: 10%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.apple-banner {
		height: 460px;
	}

	.apple-banner .swiper {
		height: 460px;
	}

	.apple-banner .swiper-slide {
		height: 460px;
	}

	.swiper-container .swiper-button-prev,
	.apple-banner .swiper .swiper-button-next {
		width: 10%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.apple-banner {
		height: 360px;
	}

	.apple-banner .swiper {
		height: 360px;
	}

	.apple-banner .swiper-slide {
		height: 360px;
	}

	.apple-banner .swiper .swiper-button-prev,
	.apple-banner .swiper .swiper-button-next {
		width: 10%;
	}
}

@media (max-width: 767px) {
	.apple-banner {
		height: 200px;
	}

	.apple-banner .swiper {
		height: 200px;
	}

	.apple-banner .swiper-slide {
		height: 200px;
	}

	.apple-banner .swiper .swiper-button-prev,
	.apple-banner .swiper .swiper-button-next {
		width: 10%;
	}

	.apple-banner .swiper-button-prev span,
	.apple-banner .swiper-button-next span {
		width: 44px;
		height: 44px;
		background-size: 44px 44px;
	}

	.apple-banner .swiper-button-prev span {
		left: 10px;
	}

	.apple-banner .swiper-button-next span {
		right: 10px;
	}

	.apple-banner .swiper-pagination {
		bottom: 12px;
	}

	.apple-banner .swiper-pagination-bullet {
		width: 24px;
		height: 6px;
		margin: 0 2px;
	}

	.apple-banner .swiper-pagination-bullet span {
		width: 24px;
		height: 6px;
	}

	.apple-banner .swiper-pagination-bullet i {
		height: 6px;
	}
}

@media (max-width: 500px) {
	.apple-banner {
		height: 160px;
	}

	.apple-banner .swiper {
		height: 160px;
	}

	.apple-banner .swiper-slide {
		height: 160px;
	}
}

@media (max-width: 375px) {
	.apple-banner {
		height: 140px;
	}

	.apple-banner .swiper {
		height: 140px;
	}

	.apple-banner .swiper-slide {
		height: 140px;
	}
}

@media (max-width: 320px) {
	.apple-banner {
		height: 120px;
	}

	.apple-banner .swiper {
		height: 120px;
	}
}

/* banner 结束 */


/*热门关键词&搜索 开始*/
.ab_hotkw_search {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	padding: 0;
	background-color: #f6f6f6;
	border-bottom: 4px solid #ededed;
	position: relative;
	z-index: 9;
}

.ab_hotkw_search .hotkw_search {
	width: 1300px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search .hotkw_left {
	float: left;
	width: 66%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #797979;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.hotkw_search .hotkw_left span {
	color: #555;
	font-weight: bold;
}

.hotkw_search .hotkw_left a {
	color: #777;
}

.hotkw_search .hotkw_left a:hover {
	color: #E89513;
}

.hotkw_search .search_right {
	float: right;
	width: 30%;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0 80px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search .search_right .sc_ipt {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.search_right .sc_ipt input {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #777;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #fff url(../images/sc_btn.png) 9px 9px no-repeat;
	outline: none;
	border: 0;
	margin: 0;
	padding: 0 9px 0 39px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search .search_right .sc_btn {
	width: 80px;
	height: 40px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.search_right .sc_btn input {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #E89513;
	border: none;
	outline: none;
	cursor: pointer;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_hotkw_search .hotkw_search {
		width: 90%;
		padding: 15px 0;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_hotkw_search .hotkw_search {
		width: 96%;
		padding: 15px 0;
	}

	.hotkw_search .hotkw_left {
		width: 62%;
	}

	.hotkw_search .search_right {
		width: 36%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_hotkw_search {
		height: auto;
		margin: 0 auto;
	}

	.ab_hotkw_search .hotkw_search {
		width: 96%;
		padding: 12px 0;
	}

	.hotkw_search .hotkw_left {
		width: 100%;
		margin: 0 0 12px;
		height: 28px;
		line-height: 28px;
	}

	.hotkw_search .search_right {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.ab_hotkw_search {
		height: auto;
		margin: 0 auto;
		padding: 0;
		background-size: 100% 20px;
	}

	.ab_hotkw_search .hotkw_search {
		width: 100%;
		padding: 12px 3%;
	}

	.hotkw_search .hotkw_left {
		width: 100%;
		height: auto;
		max-height: 48px;
		line-height: 24px;
		margin: 0 auto 10px;
		white-space: inherit;
	}

	.hotkw_search .search_right {
		width: 100%;
	}
}

/*热门关键词&搜索 结束*/


/*首页-大标题 开始*/
.ab_title {
	width: 100%;
	max-width: 1300px;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.ab_title span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #666;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ab_title p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto 20px;
	padding: 0;
	position: relative;
}

.ab_title img {
	display: block;
	width: 180px;
	height: 16px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ab_title1 span,
.ab_title1 p {
	color: #fff;
}


@media screen and (max-width:1299px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_title {
		margin: 0 auto 20px;
	}

	.ab_title p {
		margin: 10px auto;
		font-size: 30px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_title {
		margin: 0 auto 20px;
	}

	.ab_title p {
		margin: 10px auto;
	}
}

@media (max-width: 767px) {
	.ab_title {
		margin: 0 auto 20px;
	}

	.ab_title span {
		font-size: 16px;
	}

	.ab_title p {
		height: 36px;
		line-height: 36px;
		font-size: 28px;
		margin: 10px auto;
	}

}

@media (max-width: 320px) {
	.ab_title span {
		font-size: 14px;
	}

	.ab_title p {
		height: 30px;
		line-height: 30px;
		font-size: 24px;
		margin: 8px auto;
	}

}

/*首页-大标题 结束*/


/*首页-产品中心 开始*/
.ab_idxPro {
	width: 100%;
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
}

.ab_idxPro .abIdxPro_main {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abIdxPro_main .abIdxPro_left {
	width: 21%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.abIdxPro_main .abIdxPro_right {
	width: 76%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.abIdxPro_right .abIdxPro_list {
	width: 100%;
	min-height: 320px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abIdxPro_list ul li {
	width: 32%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	padding: 10px;
	background-color: #f6f6f6;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abIdxPro_list ul li:nth-child(3n+3) {
	margin: 0 0 20px;
}

.abIdxPro_list ul li .abIdxPro_img {
	width: 100%;
	height: 0;
	padding-top: 100%; /* 1:1 aspect ratio */
	overflow: hidden;
	margin: 0 auto 10px;
	position: relative;
}

.abIdxPro_list ul li .abIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abIdxPro_list ul li .abIdxPro_img a img.IdxPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.abIdxPro_list ul li:hover .abIdxPro_img a img.IdxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.abIdxPro_list ul li .abIdxPro_name {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abIdxPro_list ul li .abIdxPro_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #555;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.abIdxPro_list ul li:hover .abIdxPro_name a {
	color: #E89513;
}

.abIdxPro_list ul li .abIdxPro_btn {
	width: 100%;
	height: 32px;
	overflow: hidden;
	margin: 10px auto;
	padding: 0 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abIdxPro_btn a {
	display: block;
	width: 44%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #E89513;
	margin: 0 12% 0 0;
	padding: 0;
	float: left;
}

.abIdxPro_btn a:last-child {
	margin: 0;
}

.abIdxPro_btn a:hover {
	background-color: #fe9b02;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_idxPro {
		width: 90%;
	}

	.ab_idxPro .abIdxPro_main {
		width: 100%;
	}

	/* 1:1 aspect ratio maintained automatically
	.abIdxPro_list ul li .abIdxPro_img {
		height: 216px;
		margin: 0 auto 4px;
	} */
	.abIdxPro_list ul li .abIdxPro_img {
		margin: 0 auto 4px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_idxPro {
		width: 96%;
		margin: 40px auto 20px;
	}

	.ab_idxPro .abIdxPro_main {
		width: 100%;
	}

	.abIdxPro_main .abIdxPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.abIdxPro_main .abIdxPro_right {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_idxPro {
		width: 96%;
		margin: 40px auto 20px;
	}

	.ab_idxPro .abIdxPro_main {
		width: 100%;
	}

	.abIdxPro_main .abIdxPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.abIdxPro_main .abIdxPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.abIdxPro_list ul li {
		width: 31.7%;
		margin: 0 2.45% 20px 0;
	}

	/* 1:1 aspect ratio maintained automatically
	.abIdxPro_list ul li .abIdxPro_img {
		height: 214px;
	} */

	.abIdxPro_list ul li .abIdxPro_btn {
		padding: 0 6%;
	}
}

@media (max-width: 767px) {
	.ab_idxPro {
		width: 94%;
		margin: 40px auto 0;
	}

	.ab_idxPro .abIdxPro_main {
		width: 100%;
	}

	.abIdxPro_main .abIdxPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.abIdxPro_main .abIdxPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.abIdxPro_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.abIdxPro_list ul li:nth-child(3n+3) {
		margin: 0 4% 20px 0;
	}

	.abIdxPro_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	/* 1:1 aspect ratio maintained automatically
	.abIdxPro_list ul li .abIdxPro_img {
		height: 167px;
		margin: 0 auto;
	} */
	.abIdxPro_list ul li .abIdxPro_img {
		margin: 0 auto;
	}

	.abIdxPro_list ul li .abIdxPro_name a {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.abIdxPro_list ul li .abIdxPro_btn {
		margin: 0 auto 10px;
		padding: 0;
	}
}

@media (max-width: 375px) {
	/* 1:1 aspect ratio maintained automatically
	.abIdxPro_list ul li .abIdxPro_img {
		height: 150px;
	} */

	.abIdxPro_list ul li .abIdxPro_btn {
		margin: 0 auto 4px;
	}

	.abIdxPro_btn a {
		width: 47.5%;
		margin: 0 5% 0 0;
	}
}

@media (max-width: 320px) {
	.abIdxPro_list ul li {
		width: 100%;
		margin: 0 auto 20px;
	}

	/* 1:1 aspect ratio maintained automatically
	.abIdxPro_list ul li .abIdxPro_img {
		height: 274px;
	} */

	.abIdxPro_list ul li .abIdxPro_name {
		margin: 4px auto;
	}

	.abIdxPro_list ul li .abIdxPro_btn {
		padding: 0 4%;
	}
}

/*产品分类 开始*/
.abIdxPro_left .h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0;
}

.abIdxPro_left .cp_type {}

.abIdxPro_left .cp_type .hd {
	text-align: center;
	background-color: #E89513;
	padding: 20px;
}

.abIdxPro_left .cp_type .hd p {
	height: 36px;
	line-height: 36px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}

.abIdxPro_left .cp_type .hd span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

.abIdxPro_left .cp_type .bd {
	border: 2px solid #E89513;
	border-top: 0;
	padding: 10px 5px;
}

.abIdxPro_left .cp_type .bd ul li {
	border-bottom: 1px dashed #dfdfdf;
}

.abIdxPro_left .cp_type .bd ul li.on {
	border: 0;
	margin-bottom: 1px;
}

.abIdxPro_left .cp_type .bd ul li p {
	height: 50px;
	line-height: 50px;
}

.abIdxPro_left .cp_type .bd ul li p a {
	display: block;
	width: 80%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abIdxPro_left .cp_type .bd ul li p span {
	display: block;
	width: 20%;
	height: 100%;
	background: url(../images/mulu1.png) center center no-repeat;
	cursor: pointer;
	float: left;
}

.abIdxPro_left .cp_type .bd ul li div {
	background: #f6f6f6;
	display: none;
}

.abIdxPro_left .cp_type .bd ul li div a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #797979;
	font-size: 14px;
	border-top: 1px dashed #dfdfdf;
	padding: 0 20px 0 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon4.png) 20px center no-repeat;
}

.abIdxPro_left .cp_type .bd ul li div a:first-child {
	border-top: 0;
}

.abIdxPro_left .cp_type .bd ul li p:hover,
.abIdxPro_left .cp_type .bd ul li.on p {
	background-color: #E89513;
	border-left: 4px solid #fac632;
}

.abIdxPro_left .cp_type .bd ul li p:hover a,
.abIdxPro_left .cp_type .bd ul li.on p a {
	color: #fff;
}

.abIdxPro_left .cp_type .bd ul li p:hover span {
	background: url(../images/mulu2.png) center center no-repeat;
}

.abIdxPro_left .cp_type .bd ul li.on p span {
	background: url(../images/mulu3.png) center center no-repeat;
}

.abIdxPro_left .cp_type .bd ul li div a:hover {
	color: #E89513;
	background: url(../images/icon5.png) 20px center no-repeat;
}

.abIdxPro_left .cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 94%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.abIdxPro_left .cp_type .bd ul a.ckqb:hover {
	background: #E89513;
	color: #fff;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.abIdxPro_left .cp_type .bd ul li p a {
		padding: 0 0 0 12px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		padding: 0 12px 0 28px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		background: url(../images/icon4.png) 12px center no-repeat;
	}

	.abIdxPro_left .cp_type .bd ul li div a:hover {
		color: #E89513;
		background: url(../images/icon5.png) 12px center no-repeat;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.abIdxPro_left .cp_type {
		margin: 0;
	}

	.abIdxPro_left .cp_type .hd p:before {
		display: none;
	}

	.abIdxPro_left .cp_type .hd {
		background: #E89513 url(../images/down1.png) 96% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.abIdxPro_left .cp_type .hd.on {
		background: #E89513 url(../images/up1.png) 96% center no-repeat;
	}

	.abIdxPro_left .cp_type .hd span {
		display: block;
		height: 40px;
		line-height: 40px;
		float: left;
	}

	.abIdxPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 24px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.abIdxPro_left .cp_type .bd {
		display: none;
	}

	.abIdxPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.abIdxPro_left .cp_type .bd ul li p a {
		width: 90%;
		line-height: 48px;
		font-size: 16px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.abIdxPro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
	}

	.abIdxPro_left .cp_type .bd ul li p span {
		background-size: 20px;
		width: 10%;
		float: right;
	}

	.abIdxPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.abIdxPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.abIdxPro_left .cp_type {
		margin: 0;
	}

	.abIdxPro_left .cp_type .hd p:before {
		display: none;
	}

	.abIdxPro_left .cp_type .hd {
		background: #E89513 url(../images/down1.png) 96% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.abIdxPro_left .cp_type .hd.on {
		background: #E89513 url(../images/up1.png) 96% center no-repeat;
	}

	.abIdxPro_left .cp_type .hd span {
		display: block;
		height: 40px;
		line-height: 40px;
		float: left;
	}

	.abIdxPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 24px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.abIdxPro_left .cp_type .bd {
		display: none;
	}

	.abIdxPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.abIdxPro_left .cp_type .bd ul li p a {
		width: 89%;
		line-height: 48px;
		font-size: 16px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.abIdxPro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
	}

	.abIdxPro_left .cp_type .bd ul li p span {
		background-size: 20px;
		width: 11%;
		float: right;
	}

	.abIdxPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.abIdxPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.abIdxPro_left .cp_type {
		margin: 0;
	}

	.abIdxPro_left .cp_type .hd p:before {
		display: none;
	}

	.abIdxPro_left .cp_type .hd {
		background: #E89513 url(../images/down1.png) 94% center no-repeat;
		padding: 6px 20px;
		text-align: left;
		overflow: hidden;
	}

	.abIdxPro_left .cp_type .hd.on {
		background: #E89513 url(../images/up1.png) 94% center no-repeat;
	}

	.abIdxPro_left .cp_type .hd span {
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.abIdxPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.abIdxPro_left .cp_type .bd {
		display: none;
		padding: 10px;
	}

	.abIdxPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.abIdxPro_left .cp_type .bd ul li p a {
		width: 85%;
		line-height: 48px;
		font-size: 16px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.abIdxPro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px;
	}

	.abIdxPro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
	}

	.abIdxPro_left .cp_type .bd ul li p span {
		background-size: 20px;
		width: 15%;
		float: right;
	}

	.abIdxPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.abIdxPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:320px) {
	.abIdxPro_left .cp_type .hd span {
		font-size: 16px;
	}

	.abIdxPro_left .cp_type .bd ul li p a {
		width: 83%;
	}

	.abIdxPro_left .cp_type .bd ul li p span {
		width: 17%;
	}
}

/*产品分类 结束*/
/*首页-产品中心 结束*/


/*首页-案例展示 开始*/
.ab_idxCase {
	width: 100%;
	overflow: hidden;
	margin: 60px auto;
	padding: 60px 0;
	background: #fff;
}

/* 分类标签导航 */
.ab_idxCase .case_tabs {
	width: 1300px;
	margin: 30px auto 50px;
	padding: 0;
	text-align: center;
}

.case_tabs ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	border-bottom: 3px solid #f6f6f6;
}

.case_tabs ul li {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	color: #555;
	font-size: 16px;
	margin: 0 20px;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
}

.case_tabs ul li:hover {
	color: #E89513;
}

.case_tabs ul li.active {
	color: #E89513;
	font-weight: bold;
}

.case_tabs ul li.active:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #E89513;
	position: absolute;
	bottom: -3px;
	left: 0;
}

/* 案例网格 */
.ab_idxCase .abIdxCase_main {
	width: 1300px;
	margin: 0 auto;
	padding: 0;
}

.abIdxCase_grid {
	width: 100%;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.abIdxCase_grid .case_item {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.abIdxCase_grid .case_item a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.abIdxCase_grid .case_item .case_thumb {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}

.abIdxCase_grid .case_item .case_thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.abIdxCase_grid .case_item:hover .case_thumb img {
	transform: scale(1.1);
}

/* 悬停遮罩层 */
.abIdxCase_grid .case_item .case_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(232, 149, 19, 0.95) 100%);
	opacity: 0;
	transition: all 0.4s;
}

.abIdxCase_grid .case_item:hover .case_overlay {
	opacity: 1;
}

.case_overlay .case_content {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	box-sizing: border-box;
}

.case_content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case_content p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 15px;
	opacity: 0.9;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.case_content .case_btn {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 8px 20px;
	border: 1px solid #fff;
	border-radius: 3px;
	transition: all 0.3s;
}

.case_content .case_btn:hover {
	background: #fff;
	color: #E89513;
}

/* 查看更多按钮 */
.ab_idxCase .case_viewmore {
	width: 100%;
	text-align: center;
	margin: 50px auto 0;
	padding: 0;
}

.case_viewmore a {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	color: #555;
	font-size: 16px;
	padding: 0 50px;
	border: 2px solid #E89513;
	border-radius: 23px;
	transition: all 0.3s;
	position: relative;
}

.case_viewmore a em {
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #E89513;
	margin: 0 0 0 10px;
	vertical-align: middle;
	transition: all 0.3s;
}

.case_viewmore a:hover {
	background: #E89513;
	color: #fff;
}

.case_viewmore a:hover em {
	background-color: #fff;
	width: 30px;
}

/* 响应式设计 */
@media screen and (max-width:1319px) and (min-width:1080px) {

	.ab_idxCase .case_tabs,
	.ab_idxCase .abIdxCase_main {
		width: 90%;
	}

	.abIdxCase_grid .case_item .case_thumb {
		height: 240px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_idxCase {
		margin: 40px auto;
		padding: 40px 0;
	}

	.ab_idxCase .case_tabs,
	.ab_idxCase .abIdxCase_main {
		width: 96%;
	}

	.abIdxCase_grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.abIdxCase_grid .case_item .case_thumb {
		height: 240px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_idxCase {
		margin: 30px auto;
		padding: 30px 0;
	}

	.ab_idxCase .case_tabs,
	.ab_idxCase .abIdxCase_main {
		width: 96%;
	}

	.abIdxCase_grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}

	.abIdxCase_grid .case_item .case_thumb {
		height: 220px;
	}

	.case_tabs ul li {
		margin: 0 15px;
		font-size: 15px;
	}
}

@media (max-width:767px) {
	.ab_idxCase {
		margin: 20px auto;
		padding: 30px 0;
	}

	.ab_idxCase .case_tabs,
	.ab_idxCase .abIdxCase_main {
		width: 94%;
	}

	.case_tabs ul {
		border-bottom: none;
	}

	.case_tabs ul li {
		display: inline-block;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		margin: 5px 8px;
		padding: 0 15px;
		background: #f6f6f6;
		border-radius: 18px;
	}

	.case_tabs ul li.active {
		background: #E89513;
		color: #fff;
	}

	.case_tabs ul li.active:after {
		display: none;
	}

	.abIdxCase_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	.abIdxCase_grid .case_item .case_thumb {
		height: 180px;
	}

	.case_content h3 {
		font-size: 16px;
		line-height: 24px;
	}

	.case_content p {
		font-size: 13px;
		line-height: 20px;
	}

	.case_viewmore a {
		font-size: 15px;
		padding: 0 35px;
		height: 42px;
		line-height: 42px;
	}
}

@media (max-width:480px) {
	.abIdxCase_grid .case_item .case_thumb {
		height: 150px;
	}

	.case_content h3 {
		font-size: 15px;
		-webkit-line-clamp: 1;
	}

	.case_content p {
		font-size: 12px;
		-webkit-line-clamp: 2;
	}
}

@media (max-width:375px) {
	.abIdxCase_grid {
		gap: 8px;
	}

	.abIdxCase_grid .case_item .case_thumb {
		height: 130px;
	}
}

/*首页-案例展示 结束*/


/*首页-关于我们 开始*/
.ab_idxAbout {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 60px auto;
	padding: 60px 0;
	background-color: #f6f6f6;
}

.ab_idxAbout .idxAbout_main {
	width: 1300px;
	height: 480px;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.idxAbout_main .idxAbout_img {
	width: 64.2%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.idxAbout_main .idxAbout_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.idxAbout_main .idxAbout_img a img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.idxAbout_main:hover .idxAbout_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.idxAbout_main .idxAbout_text {
	width: 35.8%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 40px;
	float: right;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.idxAbout_text .idxAbout_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.idxAbout_con .idxAbout_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.idxAbout_con .idxAbout_name a {
	display: block;
	width: 100%;
	max-height: 64px;
	overflow: hidden;
	line-height: 32px;
	color: #372e2c;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto 4px;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.idxAbout_con .idxAbout_name a:hover {
	color: #E89513;
}

.idxAbout_con .idxAbout_name span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999999;
	font-size: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
	padding: 0;
}

.idxAbout_main .idxAbout_text .idxAbout_con i.idxAbout_line {
	display: block;
	width: 132px;
	height: 3px;
	overflow: hidden;
	margin: 16px 0 24px;
	padding: 0;
	background-color: #E89513;
}

.idxAbout_con .idxAbout_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.idxAbout_con .idxAbout_ms p {
	width: 100%;
	height: 196px;
	overflow: hidden;
	line-height: 28px;
	color: #888;
	font-size: 15px;
	text-align: justify;
	text-indent: 2em;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
}

.idxAbout_con a.idxAbout_more {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #E89513;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 40px;
	left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.idxAbout_con a.idxAbout_more img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -3px 0 0 6px;
	padding: 0;
}

.idxAbout_con a.idxAbout_more:hover {
	background-color: #fe9b02;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_idxAbout .idxAbout_main {
		width: 90%;
		height: 388px;
	}

	.idxAbout_main .idxAbout_text {
		padding: 30px;
	}

	.idxAbout_con .idxAbout_name a {
		max-height: 60px;
		line-height: 30px;
		font-size: 22px;
	}

	.idxAbout_con .idxAbout_ms p {
		height: 140px;
		-webkit-line-clamp: 5;
	}

	.idxAbout_con a.idxAbout_more {
		bottom: 30px;
		left: 30px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_idxAbout {
		margin: 40px auto;
		padding: 40px 0;
	}

	.ab_idxAbout .idxAbout_main {
		width: 96%;
		height: 394px;
	}

	.idxAbout_main .idxAbout_text {
		padding: 30px;
	}

	.idxAbout_con .idxAbout_name a {
		max-height: 60px;
		line-height: 30px;
		font-size: 22px;
	}

	.idxAbout_con .idxAbout_ms p {
		height: 140px;
		-webkit-line-clamp: 5;
	}

	.idxAbout_con a.idxAbout_more {
		bottom: 30px;
		left: 30px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_idxAbout {
		margin: 40px auto;
		padding: 40px 0;
	}

	.ab_idxAbout .idxAbout_main {
		width: 96%;
		height: auto;
	}

	.idxAbout_main .idxAbout_img,
	.idxAbout_main .idxAbout_img a {
		width: 100%;
		height: auto;
	}

	.idxAbout_main .idxAbout_img a img {
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.idxAbout_main .idxAbout_text {
		width: 100%;
		height: auto;
		padding: 30px;
	}

	.idxAbout_con .idxAbout_name a {
		max-height: 64px;
		line-height: 32px;
		font-size: 24px;
	}

	.idxAbout_con .idxAbout_ms p {
		height: auto;
		max-height: 112px;
		-webkit-line-clamp: 4;
	}

	.idxAbout_con a.idxAbout_more {
		margin: 24px 0 0;
		position: inherit;
		bottom: inherit;
		left: inherit;
	}
}

@media (max-width: 767px) {
	.ab_idxAbout {
		margin: 0 auto;
		padding: 40px 0 20px;
	}

	.ab_idxAbout .idxAbout_main {
		width: 94%;
		height: auto;
		margin: 0 auto 20px;
	}

	.idxAbout_main .idxAbout_img,
	.idxAbout_main .idxAbout_img a {
		width: 100%;
		height: auto;
	}

	.idxAbout_main .idxAbout_img a img {
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.idxAbout_main .idxAbout_text {
		width: 100%;
		height: auto;
		padding: 20px;
	}

	.idxAbout_con .idxAbout_name a {
		max-height: 60px;
		line-height: 30px;
		font-size: 22px;
	}

	.idxAbout_con .idxAbout_name span {
		font-size: 14px;
	}

	.idxAbout_main .idxAbout_text .idxAbout_con i.idxAbout_line {
		width: 96px;
		margin: 10px 0 20px;
	}

	.idxAbout_con .idxAbout_ms p {
		height: auto;
		max-height: 96px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 4;
	}

	.idxAbout_con a.idxAbout_more {
		margin: 20px 0 0;
		position: inherit;
		bottom: inherit;
		left: inherit;
	}
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
	.idxAbout_main .idxAbout_text {
		padding: 20px 12px;
	}

	.idxAbout_con .idxAbout_name a {
		max-height: 48px;
		line-height: 24px;
		font-size: 18px;
	}
}

/*厂房图*/
.ab_idxAbout .abIdxAbout_pic {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding: 0 40px;
}

.abIdxAbout_scoll {
	width: 100%;
	padding: 0;
}

.abIdxAbout_scoll .item {
	position: relative;
}

.abIdxAbout_scoll .lSPrev,
.abIdxAbout_scoll .lSNext {
	width: 30px;
	height: 60px;
	position: absolute;
	left: -40px;
	top: 50%;
	z-index: 2;
	margin-top: -50px;
	background: url(../images/tjprev01.png) center center no-repeat;
	background-size: 30px 60px;
	cursor: pointer;
}

.abIdxAbout_scoll .lSNext {
	left: auto;
	right: -40px;
	background: url(../images/tjnext01.png) center center no-repeat;
	background-size: 30px 60px;
}

.abIdxAbout_scoll .lSPrev:hover {
	background: url(../images/tjprev02.png) center center no-repeat;
	background-size: 30px 60px;
}

.abIdxAbout_scoll .lSNext:hover {
	background: url(../images/tjnext02.png) center center no-repeat;
	background-size: 30px 60px;
}

.abIdxAbout_scoll .content-slider {
	width: 100%;
	overflow: hidden;
}

.abIdxAbout_scoll .content-slider li .idxAbout_pic {
	width: 100%;
	overflow: hidden;
	height: 220px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.abIdxAbout_scoll .content-slider li .idxAbout_pic img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .25s;
}

.abIdxAbout_scoll .content-slider li:hover .idxAbout_pic img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.abIdxAbout_scoll .lSPager {
	display: none;
}

.abIdxAbout_scoll .content-slider li p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #555;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

@media screen and (max-width:1279px) and (min-width:1080px) {
	.ab_idxAbout .abIdxAbout_pic {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 5%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.abIdxAbout_scoll .content-slider li .idxAbout_pic {
		height: 176px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_idxAbout .abIdxAbout_pic {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 2%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.abIdxAbout_scoll .content-slider li .idxAbout_pic {
		height: 180px;
	}

	.abIdxAbout_scoll .lSPrev {
		left: -2%;
	}

	.abIdxAbout_scoll .lSNext {
		right: -2%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_idxAbout .abIdxAbout_pic {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 2%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.abIdxAbout_scoll .content-slider li .idxAbout_pic {
		height: 204px;
	}

	.abIdxAbout_scoll .lSPrev {
		left: -2%;
	}

	.abIdxAbout_scoll .lSNext {
		right: -2%;
	}
}

@media (max-width: 767px) {
	.ab_idxAbout .abIdxAbout_pic {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0 3%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.abIdxAbout_scoll .content-slider li .idxAbout_pic {
		height: 105px;
	}

	.abIdxAbout_scoll .lSPrev {
		left: -3%;
	}

	.abIdxAbout_scoll .lSNext {
		right: -3%;
	}

	.abIdxAbout_scoll .content-slider li p {
		font-size: 15px;
	}
}

@media (max-width: 375px) {
	.abIdxAbout_scoll .content-slider li .idxAbout_pic {
		height: 95px;
	}
}

@media (max-width: 320px) {
	.abIdxAbout_scoll .content-slider li .idxAbout_pic {
		height: 80px;
	}

	.abIdxAbout_scoll .content-slider li p {
		font-size: 14px;
	}

	.lSAction {
		display: none;
	}
}

/*首页-关于我们 结束*/


/*首页-新闻资讯 开始*/
.ab_idxNews {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	padding: 0;
}

.ab_idxNews .abIdxNew_main {
	width: 1300px;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 0;
}

.abIdxNew_main .abIdxNew_left {
	width: 20%;
	height: 345px;
	margin: 0;
	padding: 40px 0 0;
	float: left;
	position: relative;
}

.abIdxNew_left i {
	display: block;
	width: 360px;
	height: auto;
	overflow: hidden;
	line-height: 100px;
	color: #f5f5f5;
	font-size: 140px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -180px;
}

.abIdxNew_left .abIdxNew_title {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0 0 0 40px;
	border-left: 3px solid #E89513;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.abIdxNew_left p {
	width: 400px;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	word-break: break-all;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 220px;
	left: 30px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}

.abIdxNew_left p em {
	display: inline-block;
	width: 280px;
	height: 1px;
	background-color: #dfdfdf;
	margin: 0 0 0 10px;
	vertical-align: middle;
}

.abIdxNew_left .abIdxNew_tab {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 0;
	padding: 0 0 0 43px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.abIdxNew_tab ul li {
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #555;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 20px;
	padding: 0;
	cursor: pointer;
}

.abIdxNew_tab ul li em {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid #555;
	border-color: transparent #555 transparent transparent;
	vertical-align: middle;
	margin: -2px 0 0 40px;
}

.abIdxNew_tab ul li.tabActive {
	color: #E89513;
}

.abIdxNew_tab ul li.tabActive em {
	border: 6px solid #E89513;
	border-color: transparent #E89513 transparent transparent;
}

.abIdxNew_main .abIdxNew_right {
	width: 80%;
	height: auto;
	margin: 0;
	padding: 0 0 0 40px;
	float: right;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.IdxNew_list {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.IdxNew_list ul li {
	width: 48.5%;
	overflow: hidden;
	margin: 0 3% 30px 0;
	padding: 40px 20px;
	background-color: #fafafa;
	border: 1px solid #dfdfdf;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.IdxNew_list ul li:nth-child(2n+2) {
	margin: 0 0 30px;
}

.IdxNew_list ul li:hover {
	background-color: #E89513;
	border: 1px solid #E89513;
}

.IdxNew_list ul li .IdxNew_time {
	width: 28%;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.IdxNew_list ul li .IdxNew_time em {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #888;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.IdxNew_list ul li .IdxNew_time span {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.IdxNew_list ul li .IdxNew_text {
	width: 72%;
	height: 120px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 20px;
	float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.IdxNew_list ul li .IdxNew_text a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto 8px;
	padding: 0;
}

.IdxNew_list ul li .IdxNew_text p {
	width: 100%;
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	color: #555;
	font-size: 14px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.IdxNew_list ul li:hover .IdxNew_time em,
.IdxNew_list ul li:hover .IdxNew_time span,
.IdxNew_list ul li:hover .IdxNew_text a,
.IdxNew_list ul li:hover .IdxNew_text p {
	color: #fff;
}

@media screen and (max-width:1299px) {
	.ab_idxNews {
		margin: 60px auto 30px;
	}

	.ab_idxNews .abIdxNew_main {
		width: 90%;
	}

	.abIdxNew_left i {
		left: 0;
		margin: 0 0 0 -60px;
	}

	.abIdxNew_left p {
		left: 0;
	}

	.abIdxNew_left .abIdxNew_title {
		padding: 0 0 0 30px;
	}

	.abIdxNew_tab ul li em {
		margin: -2px 0 0 24px;
	}

	.abIdxNew_left .abIdxNew_tab {
		padding: 0 0 0 33px;
	}

	.IdxNew_list ul li {
		padding: 30px 20px;
	}

	.IdxNew_list ul li .IdxNew_time span {
		font-size: 32px;
	}
}

@media screen and (max-width:1079px) {
	.ab_idxNews {
		margin: 40px auto 20px;
	}

	.ab_idxNews .abIdxNew_main {
		width: 96%;
	}

	.abIdxNew_left i {
		left: 0;
		margin: 0 0 0 -30px;
	}

	.abIdxNew_left p {
		left: 0;
	}

	.abIdxNew_left .abIdxNew_title {
		padding: 0 0 0 30px;
	}

	.abIdxNew_tab ul li em {
		margin: -2px 0 0 24px;
	}

	.abIdxNew_left .abIdxNew_tab {
		padding: 0 0 0 33px;
	}

	.IdxNew_list ul li {
		margin: 0 3% 20px 0;
		padding: 30px 20px;
	}

	.IdxNew_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.IdxNew_list ul li .IdxNew_time span {
		font-size: 32px;
	}
}

@media screen and (max-width:1023px) {
	.ab_idxNews .abIdxNew_main {
		width: 96%;
	}

	.abIdxNew_main .abIdxNew_left {
		width: 100%;
		height: 80px;
		float: inherit;
		margin: 0 auto 20px;
	}

	.abIdxNew_left i {
		left: 0;
		margin: 0 0 0 -30px;
	}

	.abIdxNew_left p {
		left: 33px;
		top: 88px;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	.abIdxNew_left .abIdxNew_title {
		padding: 0 0 0 30px;
	}

	.abIdxNew_tab ul li em {
		margin: -2px 0 0 12px;
	}

	.abIdxNew_left .abIdxNew_tab {
		width: 40%;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 32px;
		right: 0;
	}

	.abIdxNew_tab ul li {
		width: 45%;
		margin: 0 10% 0 0;
		float: left;
	}

	.abIdxNew_tab ul li:nth-child(2) {
		margin: 0;
	}

	.abIdxNew_main .abIdxNew_right {
		width: 100%;
		padding: 0;
	}

	.IdxNew_list ul li {
		margin: 0 3% 20px 0;
		padding: 30px 20px;
	}

	.IdxNew_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.IdxNew_list ul li .IdxNew_time span {
		font-size: 32px;
	}
}

@media (max-width: 767px) {
	.ab_idxNews {
		margin: 20px auto 0;
	}

	.ab_idxNews .abIdxNew_main {
		width: 94%;
	}

	.abIdxNew_main .abIdxNew_left {
		width: 100%;
		height: auto;
		float: inherit;
		margin: 0 auto 20px;
	}

	.abIdxNew_left i {
		left: 0;
		margin: 0 0 0 -24px;
	}

	.abIdxNew_left p {
		display: none;
		left: 33px;
		top: 88px;
		transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}

	.abIdxNew_left .abIdxNew_title {
		padding: 0 0 0 15px;
	}

	.abIdxNew_tab ul li em {
		margin: -2px 0 0 5px;
	}

	.abIdxNew_left .abIdxNew_tab {
		width: 60%;
		margin: 0 auto;
		padding: 0;
	}

	.abIdxNew_tab ul li {
		width: 45%;
		text-align: center;
		margin: 0 3% 0 0;
		float: left;
	}

	.abIdxNew_tab ul li:nth-child(2) {
		margin: 0;
	}

	.abIdxNew_main .abIdxNew_right {
		width: 100%;
		padding: 0;
	}

	.IdxNew_list ul li {
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px 20px;
	}

	.IdxNew_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.IdxNew_list ul li .IdxNew_time {
		width: 24%;
	}

	.IdxNew_list ul li .IdxNew_time span {
		font-size: 32px;
	}

	.IdxNew_list ul li .IdxNew_text {
		width: 76%;
	}
}

@media (max-width: 375px) {
	.abIdxNew_left .abIdxNew_tab {
		display: none;
	}

	.IdxNew_list ul li .IdxNew_time {
		width: 28%;
	}

	.IdxNew_list ul li .IdxNew_time span {
		font-size: 32px;
	}

	.IdxNew_list ul li .IdxNew_text {
		width: 72%;
	}
}

@media (max-width: 320px) {
	.IdxNew_list ul li {
		padding: 12px;
	}

	.IdxNew_list ul li .IdxNew_time {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}

	.IdxNew_list ul li .IdxNew_time em {
		width: auto;
		font-size: 16px;
		float: left;
		margin: 0 10px 0 0;
	}

	.IdxNew_list ul li .IdxNew_time span {
		width: auto;
		font-size: 24px;
		float: left;
	}

	.IdxNew_list ul li .IdxNew_text {
		width: 100%;
		height: auto;
		padding: 0;
	}

	.IdxNew_list ul li .IdxNew_text a {
		font-size: 16px;
		margin: 0 auto;
	}
}

/*首页-新闻资讯 结束*/


/*首页-友情链接 开始*/
.link {
	line-height: 30px;
	color: #fff;
	background: #E89513;
}

.link .content {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

.link i {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 3%;
}

.link a {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
	font-size: 15px;
	color: rgba(255, 255, 255, 077);
	margin-right: 3%;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.link .content {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.link .content {
		width: 96%;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.link .content {
		width: 96%;
	}
}

@media (max-width: 767px) {
	.link .content {
		width: 94%;
	}
}

/*首页-友情链接 结束*/


/*底部 开始*/
.footWrap {
	height: 550px;
	background: url(../images/ftbg.jpg) no-repeat center;
	padding-top: 85px;
	box-sizing: border-box;
}

.footWrap .footer {
	width: 1300px;
	margin: 0 auto;
}

.footWrap .ft-top {
	height: 176px;
	box-sizing: border-box;
}

.footWrap .ft-top .f_logo {
	width: 190px;
	height: 80px;
	float: right;
	margin-right: 23px;
}

.footWrap .ft-top .f_logo img {
	width: 100%;
}

.footWrap .ft-top .ft-nav {
	width: 100%;
	float: left;
	padding-top: 27px;
	box-sizing: border-box;
}

.footWrap .ft-top .ft-nav li {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 50px;
	position: relative;
}

.footWrap .ft-top .ft-nav li a {
	font-size: 16px;
	color: #FFF;
}

.footWrap .ft-top .ft-nav li:last-child {
	margin-right: 0;
}

.footWrap .ft-top .ft-nav li:before {
	width: 0;
	height: 1px;
	background: #f7c532;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
}

.footWrap .ft-top .ft-nav li:hover a {
	font-weight: bold;
	color: #f7c532;
}

.footWrap .ft-top .ft-nav li:hover:before {
	width: 100%;
}

.footWrap .ft-cen {
	height: 99px;
	padding-top: 36px;
	box-sizing: border-box;
	border-top: 1px solid rgba(207, 207, 207, 0.33);
	border-bottom: 1px solid rgba(207, 207, 207, 0.33);
}

.footWrap .ft-cen em {
	display: block;
	float: left;
	height: 58px;
	line-height: 24px;
	position: relative;
	box-sizing: border-box;
	width: 33%;
}

.footWrap .ft-cen em:nth-child(2) {
	text-align: center;
}

.footWrap .ft-cen em:nth-child(3) {
	text-align: right;
}

.footWrap .ft-cen em:before {
	content: "/";
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	right: 0;
}

.footWrap .ft-cen em:last-child:before {
	display: none;
}

.footWrap .ft-cen em i {
	display: inline-block;
	height: 58px;
	padding-left: 43px;
	line-height: 32px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

.footWrap .ft-cen em .ft1 {
	background: url(../images/ftico1.png) no-repeat left 0;
	width: 255px;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
}

.footWrap .ft-cen em .ft2 {
	background: url(../images/ftico2.png) no-repeat left 0;
	font-size: 18px;
	font-family: Arial;
}

.footWrap .ft-cen em .ft3 {
	background: url(../images/ftico3.png) no-repeat left 0;
}

.footWrap .ft-bot {
	padding-top: 39px;
}

.footWrap .ft-bot .ft-xx {
	width: 800px;
	padding-top: 16px;
	float: left;
}

.footWrap .ft-bot .ft-xx p {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	color: #FFF;
	margin-right: 60px;
}

.footWrap .ft-bot .ft-xx p a {
	font-size: 14px;
	color: #FFF;
}

/* 自媒体平台图标 */
.footWrap .ft-bot .ft-social {
	float: right;
	text-align: right;
}

.footWrap .ft-bot .ft-social .social-title {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 15px;
}

.footWrap .ft-bot .ft-social .social-links {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.footWrap .ft-bot .ft-social .social-item {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	transition: all 0.3s;
}

.footWrap .ft-bot .ft-social .social-item:hover {
	background-color: #E89513;
	transform: translateY(-3px);
}

.footWrap .ft-bot .ft-social .social-item i {
	display: block;
	width: 40px;
	height: 40px;
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.footWrap .ft-bot .ft-social .social-item img {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin: 4px auto;
}

/* 各平台图标 - 使用Unicode字符作为占位 */
.footWrap .ft-bot .ft-social .icon-weixin::before {
	content: '微';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footWrap .ft-bot .ft-social .icon-weibo::before {
	content: '博';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footWrap .ft-bot .ft-social .icon-douyin::before {
	content: '抖';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footWrap .ft-bot .ft-social .icon-xiaohongshu::before {
	content: '红';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footWrap .ft-bot .ft-social .icon-bilibili::before {
	content: 'B';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footWrap .ft-bot .ft-social .icon-zhihu::before {
	content: '知';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footWrap .ft-bot .ft-social .icon-taobao::before {
	content: '淘';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.footWrap .ft-bot .ft-social .icon-jd::before {
	content: '京';
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

/*底部 结束*/

@media screen and (max-width:1299px) {
	.footWrap {
		background: #22262f;
		padding-top: 0;
		height: auto;
		overflow: hidden;
	}

	.footWrap .footer {
		width: 90%;
	}

	.footWrap .ft-top {
		height: auto;
	}

	.footWrap .ft-top .f_logo {
		display: none;
	}

	.footWrap .ft-top .ft-nav {
		padding: 55px 0;
	}

	.footWrap .ft-top .ft-nav li {
		width: 12.5%;
		text-align: center;
		margin-right: 0;
	}

	.footWrap .ft-cen {
		clear: both;
	}

	.footWrap .ft-bot {
		padding: 35px 0 55px;
		overflow: hidden;
	}

	.footWrap .ft-bot .ft-xx {
		width: 65%;
	}

	.footWrap .ft-bot .ft-xx p {
		margin-right: 0;
	}

	.footWrap .ft-bot .ft-social .social-links {
		gap: 12px;
	}
}

@media screen and (max-width:1079px) {
	.footWrap .footer {
		width: 96%;
	}

	.footWrap .ft-top .ft-nav {
		padding: 35px 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.footWrap .ft-top .ft-nav,
	.footWrap .ft-cen {
		display: none;
	}

	.footWrap .ft-bot {
		padding: 45px 20px 50px;
		position: relative;
		min-height: auto;
		display: flex;
		flex-direction: column;
	}

	/* 社交媒体部分 - 排序到前面显示在上方 */
	.footWrap .ft-bot .ft-social {
		order: 1;
		float: none;
		text-align: center;
		margin: 0 0 35px 0;
	}

	.footWrap .ft-bot .ft-social .social-title {
		font-size: 18px;
		margin-bottom: 22px;
		font-weight: 500;
		letter-spacing: 1px;
	}

	.footWrap .ft-bot .ft-social .social-links {
		justify-content: center;
		gap: 16px;
		flex-wrap: wrap;
	}

	.footWrap .ft-bot .ft-social .social-item {
		width: 46px;
		height: 46px;
		background-color: rgba(255, 255, 255, 0.08);
		border-radius: 50%;
		transition: all 0.3s ease;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
	}

	.footWrap .ft-bot .ft-social .social-item:hover {
		background-color: #E89513;
		transform: translateY(-5px);
		box-shadow: 0 6px 16px rgba(232, 149, 19, 0.4);
	}

	.footWrap .ft-bot .ft-social .social-item img {
		width: 36px;
		height: 36px;
		margin: 5px auto;
		object-fit: contain;
		transition: all 0.3s ease;
	}

	/* 版权信息部分 - 排序到后面显示在下方，紧凑排列 */
	.footWrap .ft-bot .ft-xx {
		order: 2;
		width: 100%;
		position: relative;
		bottom: auto;
		text-align: center;
		margin: 0;
		padding: 20px 20px 0;
		box-sizing: border-box;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footWrap .ft-bot .ft-xx p {
		line-height: 24px;
		font-size: 13px;
		color: rgba(255, 255, 255, 0.7);
		margin: 0;
		display: inline;
	}

	.footWrap .ft-bot .ft-xx p::after {
		content: " | ";
		margin: 0 8px;
		color: rgba(255, 255, 255, 0.4);
	}

	.footWrap .ft-bot .ft-xx p:last-child::after {
		content: "";
		margin: 0;
	}

	.footWrap .ft-bot .ft-xx p a {
		color: rgba(255, 255, 255, 0.8);
		transition: color 0.3s ease;
	}

	.footWrap .ft-bot .ft-xx p a:hover {
		color: #E89513;
	}
}

@media (max-width: 767px) {
	.footWrap .footer {
		width: 94%;
	}

	.footWrap .ft-top .ft-nav,
	.footWrap .ft-cen {
		display: none;
	}

	.footWrap .ft-bot {
		padding: 35px 15px 40px;
		position: relative;
		min-height: auto;
		display: flex;
		flex-direction: column;
	}

	/* 社交媒体部分 - 排序到前面显示在上方 */
	.footWrap .ft-bot .ft-social {
		order: 1;
		float: none;
		text-align: center;
		margin: 0 0 30px 0;
	}

	.footWrap .ft-bot .ft-social .social-title {
		font-size: 17px;
		margin-bottom: 20px;
		font-weight: 500;
		letter-spacing: 0.5px;
	}

	.footWrap .ft-bot .ft-social .social-links {
		justify-content: center;
		gap: 15px;
		flex-wrap: wrap;
	}

	.footWrap .ft-bot .ft-social .social-item {
		width: 44px;
		height: 44px;
		background-color: rgba(255, 255, 255, 0.08);
		border-radius: 50%;
		transition: all 0.3s ease;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	}

	.footWrap .ft-bot .ft-social .social-item:hover {
		background-color: #E89513;
		transform: translateY(-4px) scale(1.05);
		box-shadow: 0 4px 12px rgba(232, 149, 19, 0.4);
	}

	.footWrap .ft-bot .ft-social .social-item i {
		width: 44px;
		height: 44px;
	}

	.footWrap .ft-bot .ft-social .social-item img {
		width: 34px;
		height: 34px;
		margin: 5px auto;
		object-fit: contain;
		transition: all 0.3s ease;
	}

	.footWrap .ft-bot .ft-social .icon-weixin::before,
	.footWrap .ft-bot .ft-social .icon-weibo::before,
	.footWrap .ft-bot .ft-social .icon-douyin::before,
	.footWrap .ft-bot .ft-social .icon-xiaohongshu::before,
	.footWrap .ft-bot .ft-social .icon-bilibili::before,
	.footWrap .ft-bot .ft-social .icon-zhihu::before,
	.footWrap .ft-bot .ft-social .icon-taobao::before,
	.footWrap .ft-bot .ft-social .icon-jd::before {
		line-height: 44px;
		font-size: 18px;
		color: rgba(255, 255, 255, 0.9);
		transition: color 0.3s ease;
	}

	.footWrap .ft-bot .ft-social .social-item:hover::before {
		color: #fff;
	}

	/* 版权信息部分 - 排序到后面显示在下方，紧凑排列 */
	.footWrap .ft-bot .ft-xx {
		order: 2;
		width: 100%;
		position: relative;
		bottom: auto;
		text-align: center;
		margin: 0;
		padding: 18px 10px 0;
		box-sizing: border-box;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.footWrap .ft-bot .ft-xx p {
		line-height: 22px;
		font-size: 12px;
		color: rgba(255, 255, 255, 0.65);
		margin: 4px 0;
		display: block;
	}

	.footWrap .ft-bot .ft-xx p a {
		color: rgba(255, 255, 255, 0.75);
		transition: color 0.3s ease;
	}

	.footWrap .ft-bot .ft-xx p a:hover {
		color: #E89513;
	}
}

@media (max-width: 374px) {
	.footWrap .ft-bot {
		min-height: 240px;
	}
}

/*底部 结束*/


/*ny_banner 开始*/
.ny_banner {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.ny_banner img {
	display: block;
	width: 1920px;
	height: 300px;
	overflow: hidden;
	margin: -150px 0 0 -960px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 50%;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ny_banner {
		height: 250px;
	}

	.ny_banner img {
		width: 1600px;
		height: 250px;
		margin: -125px 0 0 -800px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ny_banner {
		height: 220px;
	}

	.ny_banner img {
		width: 1408px;
		height: 220px;
		margin: -110px 0 0 -704px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ny_banner {
		height: 200px;
	}

	.ny_banner img {
		width: 1280px;
		height: 200px;
		margin: -100px 0 0 -640px;
	}
}

@media (max-width: 767px) {
	.ny_banner {
		height: 120px;
	}

	.ny_banner img {
		width: 768px;
		height: 120px;
		margin: -60px 0 0 -384px;
	}
}

/*ny_banner 结束*/


/*面包屑 开始*/
.ab_crumb {
	width: 1300px;
	overflow: hidden;
	margin: 40px auto;
	padding: 0 0 0 24px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ab_crumb img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 10px;
}

.ab_crumb p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.ab_crumb p a {
	color: #333;
}

.ab_crumb p a:hover {
	color: #E89513;
}

.ab_crumb p span {
	color: #777;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_crumb {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_crumb {
		width: 96%;
	}

	.ab_crumb p {
		height: auto;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_crumb {
		width: 96%;
		margin: 20px auto;
	}

	.ab_crumb img {
		top: 4px;
	}

	.ab_crumb p {
		height: auto;
		line-height: 28px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		white-space: inherit;
	}
}

@media (max-width: 767px) {
	.ab_crumb {
		width: 94%;
		margin: 20px auto;
	}

	.ab_crumb img {
		top: 4px;
	}

	.ab_crumb p {
		height: auto;
		line-height: 28px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: inherit;
		padding: 0;
	}
}


/*内页-关于我们 开始*/
.ab_NyAboutus {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

/*关于我们-公司简介 开始*/
.ny_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.ny_title b {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ny_title p {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto;
	padding: 0;
}

.ny_title p img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin: -2px 0 0;
	padding: 0;
}

.ny_title p i {
	display: inline-block;
	width: 120px;
	height: 1px;
	overflow: hidden;
	margin: -2px 16px 0;
	padding: 0;
	vertical-align: middle;
	background-color: #dfdfdf;
}

.ny_title span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ab_Gsjj {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.abGsjj_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abGsjj_main .abGsjj_img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.abGsjj_img img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

.abGsjj_main .abGsjj_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abGsjj_name em {
	display: block;
	width: 60px;
	height: 2px;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0;
	background-color: #d12135;
}

.abGsjj_text p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #777777;
	font-size: 15px;
	text-align: justify;
	text-indent: 0;
	word-break: break-all;
	margin: 0 auto;
	padding: 0;
}

/* 只对第一段设置缩进 */
.abGsjj_text p:first-of-type {
	text-indent: 2em;
}

.abGsjj_text p span,
.abGsjj_text p em {
	color: #777777 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 14px !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.abGsjj_main ul {
	margin: 40px auto 0;
	border: 1px solid #e8e8e8;
	padding: 20px 0;
}

.abGsjj_main ul li {
	width: 33.333333%;
	overflow: hidden;
	margin: 0;
	padding: 0 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.abGsjj_main ul li p {
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	color: #fb6700;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.abGsjj_main ul li span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #777777;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.abGsjj_main ul li:after {
	content: '';
	display: block;
	width: 1px;
	height: 60px;
	background: #e8e8e8;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -30px;
}

.abGsjj_main ul li:nth-child(3):after {
	display: none;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_Gsjj {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyAboutus {
		margin: 0 auto 40px;
	}

	.ny_title {
		margin: 0 auto 30px;
	}

	.ab_Gsjj {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abGsjj_main .abGsjj_img {
		margin: 0 auto 30px;
	}

	.abGsjj_main ul {
		margin: 30px auto 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyAboutus {
		margin: 0 auto 40px;
	}

	.ny_title {
		margin: 0 auto 20px;
	}

	.ny_title b {
		height: 36px;
		line-height: 36px;
		font-size: 28px;
	}

	.ab_Gsjj {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abGsjj_main .abGsjj_img {
		margin: 0 auto 20px;
	}

	.abGsjj_main ul {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.ab_NyAboutus {
		margin: 0 auto 40px;
	}

	.ny_title {
		margin: 0 auto 20px;
	}

	.ny_title b {
		font-size: 24px;
		line-height: 32px;
		height: auto;
	}

	.ny_title p {
		margin: 8px auto;
	}

	.ab_Gsjj {
		width: 94%;
		margin: 0 auto 40px;
	}

	.abGsjj_main .abGsjj_img {
		margin: 0 auto 20px;
	}

	.abGsjj_text p {
		line-height: 24px;
		font-size: 14px;
	}

	.abGsjj_main ul {
		margin: 20px auto 0;
	}

	.abGsjj_main ul li {
		width: 100%;
		overflow: hidden;
		margin: 40px auto 0;
	}

	.abGsjj_main ul li:nth-child {
		margin: 0 auto;
	}

	.abGsjj_main ul li p {
		height: 52px;
		line-height: 52px;
		font-size: 48px;
	}

	.abGsjj_main ul li span {
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.ny_title b {
		font-size: 22px;
		line-height: 30px;
		height: auto;
	}

	.ny_title p {
		margin: 8px auto;
	}

	.ny_title p i {
		width: 80px;
	}

	.ny_title span {
		font-size: 14px;
	}

	.abGsjj_main ul li {
		margin: 20px auto 0;
	}
}

/*关于我们-公司简介 结束*/

/*关于我们-荣誉资质 开始*/
.ab_AboutRyzz {
	width: 100%;
	overflow: hidden;
	margin: 60px auto;
	padding: 60px 0;
	background-color: #f8f8f8;
}

.ab_AboutRyzz .abAboutRyzz_main {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/* 轮播容器 */
.ryzz_swiper_container {
	width: 100%;
	overflow: hidden;
	margin: 50px auto 0;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}

.ryzz_swiper_wrapper {
	display: flex;
	transition: transform 0.5s ease;
	width: fit-content;
	cursor: grab;
}

.ryzz_swiper_wrapper:active {
	cursor: grabbing;
}

.ryzz_swiper_slide {
	flex-shrink: 0;
	width: 300px;
	margin: 0 10px;
}

.ryzz_item {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	background: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ryzz_item img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.ryzz_item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

/* 响应式设计 */
@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_AboutRyzz .abAboutRyzz_main {
		width: 90%;
	}

	.ryzz_swiper_slide {
		width: 270px;
	}

	.ryzz_item {
		height: 180px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_AboutRyzz {
		margin: 40px auto;
		padding: 40px 0;
	}

	.ab_AboutRyzz .abAboutRyzz_main {
		width: 96%;
	}

	.ryzz_swiper_slide {
		width: 260px;
	}

	.ryzz_item {
		height: 180px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_AboutRyzz {
		margin: 40px auto;
		padding: 40px 0;
	}

	.ab_AboutRyzz .abAboutRyzz_main {
		width: 96%;
	}

	.ryzz_swiper_slide {
		width: 240px;
	}

	.ryzz_item {
		height: 140px;
	}
}

@media (max-width: 767px) {
	.ab_AboutRyzz {
		margin: 40px auto;
		padding: 40px 0 20px;
	}

	.ab_AboutRyzz .abAboutRyzz_main {
		width: 94%;
	}

	.ryzz_swiper_container {
		margin: 30px auto 0;
	}

	.ryzz_swiper_slide {
		width: 220px;
		margin: 0 5px;
	}

	.ryzz_item {
		height: 140px;
	}
}

@media (max-width: 480px) {
	.ryzz_swiper_slide {
		width: 200px;
	}

	.ryzz_item {
		height: 120px;
	}
}

/*关于我们-荣誉资质 结束*/


/*关于我们-企业风采 开始*/
.ab_AboutFengcai {
	width: 100%;
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
	background-color: #fff;
}

.ab_AboutFengcai .abAboutFengcai_main {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abFengcai_grid {
	width: 100%;
	margin: 40px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.abFengcai_grid .fengcai_item {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.abFengcai_grid .fengcai_item .fengcai_thumb {
	width: 100%;
	height: 280px;
	overflow: hidden;
	position: relative;
	background: #f6f6f6;
}

.abFengcai_grid .fengcai_item .fengcai_thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.abFengcai_grid .fengcai_item:hover .fengcai_thumb img {
	transform: scale(1.1);
}

/* 悬停遮罩层 */
.abFengcai_grid .fengcai_item .fengcai_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(232, 149, 19, 0.85) 100%);
	opacity: 0;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.abFengcai_grid .fengcai_item:hover .fengcai_overlay {
	opacity: 1;
}

.fengcai_overlay .fengcai_icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 48px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	border: 2px solid #fff;
	transform: scale(0);
	transition: all 0.3s 0.1s;
}

.abFengcai_grid .fengcai_item:hover .fengcai_icon {
	transform: scale(1);
}

/* 响应式设计 */
@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_AboutFengcai .abAboutFengcai_main {
		width: 90%;
	}

	.abFengcai_grid .fengcai_item .fengcai_thumb {
		height: 240px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_AboutFengcai {
		margin: 40px auto;
	}

	.ab_AboutFengcai .abAboutFengcai_main {
		width: 96%;
	}

	.abFengcai_grid {
		gap: 15px;
		margin: 30px 0 0;
	}

	.abFengcai_grid .fengcai_item .fengcai_thumb {
		height: 240px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_AboutFengcai {
		margin: 40px auto;
	}

	.ab_AboutFengcai .abAboutFengcai_main {
		width: 96%;
	}

	.abFengcai_grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
		margin: 20px 0 0;
	}

	.abFengcai_grid .fengcai_item .fengcai_thumb {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.ab_AboutFengcai {
		margin: 40px auto;
	}

	.ab_AboutFengcai .abAboutFengcai_main {
		width: 94%;
	}

	.abFengcai_grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		margin: 20px 0 0;
	}

	.abFengcai_grid .fengcai_item .fengcai_thumb {
		height: 200px;
	}

	.fengcai_overlay .fengcai_icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 40px;
	}
}

@media (max-width: 480px) {
	.abFengcai_grid .fengcai_item .fengcai_thumb {
		height: 180px;
	}
}

/*关于我们-企业风采 结束*/


/*关于我们-企业文化 开始*/
.ab_AboutQywh {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abAboutQywh_list {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	background: url(../images/aboutqywh_bg.jpg) center center no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.abAboutQywh_list ul li {
	width: 32%;
	overflow: hidden;
	margin: 40px 0 0;
	padding: 0;
	float: left;
}

.abAboutQywh_list ul li .abAboutQywh_tit {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #686461;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 8px;
	padding: 0;
}

.abAboutQywh_list ul li p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #777;
	font-size: 14px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.abAboutQywh_list ul li:nth-child(1) {
	padding: 0 18% 0 0;
}

.abAboutQywh_list ul li:nth-child(3) {
	width: 26%;
	padding: 0 24% 0 0;
}

.abAboutQywh_list ul li:nth-child(5) {
	padding: 0 18% 0 0;
}

.abAboutQywh_list ul li:nth-child(2) {
	padding: 0 0 0 18%;
}

.abAboutQywh_list ul li:nth-child(4) {
	width: 26%;
	padding: 0 0 0 24%;
}

.abAboutQywh_list ul li:nth-child(6) {
	padding: 0 0 0 18%;
}

.abAboutQywh_list ul li:nth-child(1) .abAboutQywh_tit,
.abAboutQywh_list ul li:nth-child(3) .abAboutQywh_tit,
.abAboutQywh_list ul li:nth-child(5) .abAboutQywh_tit,
.abAboutQywh_list ul li:nth-child(1) p,
.abAboutQywh_list ul li:nth-child(3) p,
.abAboutQywh_list ul li:nth-child(5) p {
	text-align: right;
}

.abAboutQywh_list ul li i {
	display: none;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_AboutQywh {
		width: 90%;
	}

	.abAboutQywh_list {
		width: 100%;
		background-size: 340px 340px;
	}

}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_AboutQywh {
		width: 96%;
	}

	.abAboutQywh_list {
		width: 100%;
		background-size: 360px 360px;
	}

}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_AboutQywh {
		width: 96%;
	}

	.abAboutQywh_list {
		width: 100%;
		background-size: 260px 260px;
	}

	.abAboutQywh_list ul li {
		width: 35%;
		margin: 20px 0;
	}

	.abAboutQywh_list ul li .abAboutQywh_tit {
		font-size: 20px;
		margin: 0 auto 4px;
	}

	.abAboutQywh_list ul li:nth-child(1) {
		padding: 0 15% 0 0;
	}

	.abAboutQywh_list ul li:nth-child(3) {
		width: 30%;
		padding: 0 20% 0 0;
	}

	.abAboutQywh_list ul li:nth-child(5) {
		padding: 0 15% 0 0;
	}

	.abAboutQywh_list ul li:nth-child(2) {
		padding: 0 0 0 15%;
	}

	.abAboutQywh_list ul li:nth-child(4) {
		width: 30%;
		padding: 0 0 0 20%;
	}

	.abAboutQywh_list ul li:nth-child(6) {
		padding: 0 0 0 15%;
	}
}

@media (max-width: 767px) {
	.ab_AboutQywh {
		width: 94%;
	}

	.abAboutQywh_list {
		width: 100%;
		background: none;
		padding: 0;
	}

	.abAboutQywh_list ul li {
		width: 100% !important;
		margin: 0 auto 20px;
		padding: 0 0 0 40px !important;
		position: relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.abAboutQywh_list ul li .abAboutQywh_tit {
		font-size: 22px;
		margin: 0 auto 4px;
		text-align: left !important;
	}

	.abAboutQywh_list ul li p {
		height: auto;
		text-align: left !important;
		-webkit-line-clamp: 100000;
	}

	.abAboutQywh_list ul li i {
		display: block;
		width: 24px;
		height: 24px;
		overflow: hidden;
		line-height: 24px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		background-color: #E89513;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 3px;
	}

}

@media (max-width: 320px) {
	.abAboutQywh_list ul li .abAboutQywh_tit {
		font-size: 18px;
	}
}

/*关于我们-企业文化 结束*/

/*内页-关于我们 结束*/


/*内页-产品中心 开始*/
.ab_NyProducts {
	width: 100%;
	height: auto;
	min-height: 480px;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_NyProducts .abNyPro_main {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.abNyPro_main .abNyPro_left {
	width: 21%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.abNyPro_main .abNyPro_right {
	width: 76%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.abNyPro_right .abNyPro_list {
	width: 100%;
	min-height: 320px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abNyPro_list ul li {
	width: 32%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	padding: 10px;
	background-color: #f6f6f6;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyPro_list ul li:nth-child(3n+3) {
	margin: 0 0 20px;
}

.abNyPro_list ul li .abIdxPro_img {
	width: 100%;
	height: 0;
	padding-top: 100%; /* 1:1 aspect ratio */
	overflow: hidden;
	margin: 0 auto 10px;
	position: relative;
}

.abNyPro_list ul li .abIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyPro_list ul li .abIdxPro_img a img.IdxPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.abNyPro_list ul li:hover .abIdxPro_img a img.IdxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.abNyPro_list ul li .abIdxPro_name {
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abNyPro_list ul li .abIdxPro_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #555;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.abNyPro_list ul li:hover .abIdxPro_name a {
	color: #E89513;
}

.abNyPro_list ul li .abIdxPro_btn {
	width: 100%;
	height: 32px;
	overflow: hidden;
	margin: 10px auto;
	padding: 0 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyPro_btn a {
	display: block;
	width: 44%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #E89513;
	margin: 0 12% 0 0;
	padding: 0;
	float: left;
}

.abNyPro_btn a:last-child {
	margin: 0;
}

.abNyPro_btn a:hover {
	background-color: #fe9b02;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyProducts {
		width: 90%;
	}

	.ab_NyProducts .abNyPro_main {
		width: 100%;
	}

	/* 1:1 aspect ratio maintained automatically
	.abNyPro_list ul li .abIdxPro_img {
		height: 216px;
		margin: 0 auto 4px;
	} */
	.abNyPro_list ul li .abIdxPro_img {
		margin: 0 auto 4px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyProducts {
		width: 96%;
		margin: 0 auto 40px;
	}

	.ab_NyProducts .abNyPro_main {
		width: 100%;
	}

	.abNyPro_main .abNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.abNyPro_main .abNyPro_right {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyProducts {
		width: 96%;
		margin: 0 auto 40px;
	}

	.ab_NyProducts .abNyPro_main {
		width: 100%;
	}

	.abNyPro_main .abNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.abNyPro_main .abNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.abNyPro_list ul li {
		width: 31.7%;
		margin: 0 2.45% 20px 0;
	}

	/* 1:1 aspect ratio maintained automatically
	.abNyPro_list ul li .abIdxPro_img {
		height: 214px;
	} */

	.abNyPro_list ul li .abIdxPro_btn {
		padding: 0 6%;
	}
}

@media (max-width: 767px) {
	.ab_NyProducts {
		width: 94%;
		margin: 0 auto 40px;
	}

	.ab_NyProducts .abNyPro_main {
		width: 100%;
	}

	.abNyPro_main .abNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.abNyPro_main .abNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.abNyPro_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.abNyPro_list ul li:nth-child(3n+3) {
		margin: 0 4% 20px 0;
	}

	.abNyPro_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	/* 1:1 aspect ratio maintained automatically
	.abNyPro_list ul li .abIdxPro_img {
		height: 167px;
		margin: 0 auto;
	} */
	.abNyPro_list ul li .abIdxPro_img {
		margin: 0 auto;
	}

	.abNyPro_list ul li .abIdxPro_name a {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}

	.abNyPro_list ul li .abIdxPro_btn {
		margin: 0 auto 10px;
		padding: 0;
	}
}

@media (max-width: 375px) {
	/* 1:1 aspect ratio maintained automatically
	.abNyPro_list ul li .abIdxPro_img {
		height: 150px;
	} */

	.abNyPro_list ul li .abIdxPro_btn {
		margin: 0 auto 4px;
	}

	.abIdxPro_btn a {
		width: 47.5%;
		margin: 0 5% 0 0;
	}
}

@media (max-width: 320px) {
	.abNyPro_list ul li {
		width: 100%;
		margin: 0 auto 20px;
	}

	/* 1:1 aspect ratio maintained automatically
	.abNyPro_list ul li .abIdxPro_img {
		height: 274px;
	} */

	.abNyPro_list ul li .abIdxPro_name {
		margin: 4px auto;
	}

	.abNyPro_list ul li .abIdxPro_btn {
		padding: 0 4%;
	}
}

/*产品分类 开始*/
.abNyPro_left .h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0;
}

.abNyPro_left .cp_type {}

.abNyPro_left .cp_type .hd {
	text-align: center;
	background-color: #E89513;
	padding: 20px;
}

.abNyPro_left .cp_type .hd p {
	height: 36px;
	line-height: 36px;
	font-size: 26px;
	color: #fff;
	text-align: center;
}

.abNyPro_left .cp_type .hd span {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}

.abNyPro_left .cp_type .bd {
	border: 2px solid #E89513;
	border-top: 0;
	padding: 10px 5px;
}

.abNyPro_left .cp_type .bd ul li {
	border-bottom: 1px dashed #dfdfdf;
}

.abNyPro_left .cp_type .bd ul li.on {
	border: 0;
	margin-bottom: 1px;
}

.abNyPro_left .cp_type .bd ul li p {
	height: 50px;
	line-height: 50px;
}

.abNyPro_left .cp_type .bd ul li p a {
	display: block;
	width: 80%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 50px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyPro_left .cp_type .bd ul li p span {
	display: block;
	width: 20%;
	height: 100%;
	background: url(../images/mulu1.png) center center no-repeat;
	cursor: pointer;
	float: left;
}

.abNyPro_left .cp_type .bd ul li div {
	background: #f6f6f6;
	display: none;
}

.abNyPro_left .cp_type .bd ul li div a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #797979;
	font-size: 14px;
	border-top: 1px dashed #dfdfdf;
	padding: 0 20px 0 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon4.png) 20px center no-repeat;
}

.abNyPro_left .cp_type .bd ul li div a:first-child {
	border-top: 0;
}

.abNyPro_left .cp_type .bd ul li div a.active {
	color: #E89513
}

.abNyPro_left .cp_type .bd ul li p:hover,
.abNyPro_left .cp_type .bd ul li.on p {
	background-color: #E89513;
	border-left: 4px solid #fac632;
}

.abNyPro_left .cp_type .bd ul li p:hover a,
.abNyPro_left .cp_type .bd ul li.on p a {
	color: #fff;
}

.abNyPro_left .cp_type .bd ul li p:hover span {
	background: url(../images/mulu2.png) center center no-repeat;
}

.abNyPro_left .cp_type .bd ul li.on p span {
	background: url(../images/mulu3.png) center center no-repeat;
}

.abNyPro_left .cp_type .bd ul li div a:hover {
	color: #E89513;
	background: url(../images/icon5.png) 20px center no-repeat;
}

.abNyPro_left .cp_type .bd ul a.ckqb {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #333;
	background: #f1f1f1;
	width: 94%;
	margin: 10px auto;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.abNyPro_left .cp_type .bd ul a.ckqb:hover {
	background: #E89513;
	color: #fff;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.abNyPro_left .cp_type .bd ul li p a {
		padding: 0 0 0 12px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		padding: 0 12px 0 28px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		background: url(../images/icon4.png) 12px center no-repeat;
	}

	.abNyPro_left .cp_type .bd ul li div a:hover {
		color: #E89513;
		background: url(../images/icon5.png) 12px center no-repeat;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.abNyPro_left .cp_type {
		margin: 0;
	}

	.abNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.abNyPro_left .cp_type .hd {
		background: #E89513 url(../images/down1.png) 96% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.abNyPro_left .cp_type .hd.on {
		background: #E89513 url(../images/up1.png) 96% center no-repeat;
	}

	.abNyPro_left .cp_type .hd span {
		display: block;
		height: 40px;
		line-height: 40px;
		float: left;
	}

	.abNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 24px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.abNyPro_left .cp_type .bd {
		display: none;
	}

	.abNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.abNyPro_left .cp_type .bd ul li p a {
		width: 90%;
		line-height: 48px;
		font-size: 16px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.abNyPro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
	}

	.abNyPro_left .cp_type .bd ul li p span {
		background-size: 20px;
		width: 10%;
		float: right;
	}

	.abNyPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.abNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.abNyPro_left .cp_type {
		margin: 0;
	}

	.abNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.abNyPro_left .cp_type .hd {
		background: #E89513 url(../images/down1.png) 96% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.abNyPro_left .cp_type .hd.on {
		background: #E89513 url(../images/up1.png) 96% center no-repeat;
	}

	.abNyPro_left .cp_type .hd span {
		display: block;
		height: 40px;
		line-height: 40px;
		float: left;
	}

	.abNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 24px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.abNyPro_left .cp_type .bd {
		display: none;
	}

	.abNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.abNyPro_left .cp_type .bd ul li p a {
		width: 89%;
		line-height: 48px;
		font-size: 16px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.abNyPro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
	}

	.abNyPro_left .cp_type .bd ul li p span {
		background-size: 20px;
		width: 11%;
		float: right;
	}

	.abNyPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.abNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:767px) {
	.abNyPro_left .cp_type {
		margin: 0;
	}

	.abNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.abNyPro_left .cp_type .hd {
		background: #E89513 url(../images/down1.png) 94% center no-repeat;
		padding: 6px 20px;
		text-align: left;
		overflow: hidden;
	}

	.abNyPro_left .cp_type .hd.on {
		background: #E89513 url(../images/up1.png) 94% center no-repeat;
	}

	.abNyPro_left .cp_type .hd span {
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.abNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.abNyPro_left .cp_type .bd {
		display: none;
		padding: 10px;
	}

	.abNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.abNyPro_left .cp_type .bd ul li p a {
		width: 85%;
		line-height: 48px;
		font-size: 16px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.abNyPro_left .cp_type .bd ul li p {
		height: 48px;
		line-height: 48px;
	}

	.abNyPro_left .cp_type .bd ul li div a {
		height: 44px;
		line-height: 44px;
	}

	.abNyPro_left .cp_type .bd ul li p span {
		background-size: 20px;
		width: 15%;
		float: right;
	}

	.abNyPro_left .cp_type .bd ul li.on p span {
		background-size: 20px;
	}

	.abNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:320px) {
	.abNyPro_left .cp_type .bd ul li p a {
		width: 83%;
	}

	.abNyPro_left .cp_type .bd ul li p span {
		width: 17%;
	}
}

/*产品分类 结束*/
/*内页-产品中心 结束*/


/*内页-产品列表 开始*/
.nyPro_list {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}

.nyPro_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyPro_list ul li:hover {
	border: 1px solid #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nyPro_list ul li .nyProList_img {
	width: 20%;
	height: 178px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyPro_list ul li .nyProList_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.nyPro_list ul li .nyProList_img a img.nyPro_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nyPro_list ul li:hover .nyProList_img a img.nyPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}


.nyPro_list ul li .nyProList_text {
	width: 78%;
	height: 178px;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyPro_list ul li .nyProList_text .nyProList_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_name a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_name a:hover {
	color: #E89513;
}

.nyPro_list ul li .nyProList_text .nyProList_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_ms p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #797979;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.nyPro_list ul li .nyProList_text .nyProList_tips {
	width: 100%;
	overflow: hidden;
	margin: 3px auto;
	padding: 0;
}

.nyProList_text .nyProList_tips dl dd {
	display: inline-block;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #aaa;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
}

.nyProList_text .nyProList_tips dl dd span {
	color: #333;
}

.nyPro_list ul li .nyProList_text .nyProList_btn {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.nyProList_text .nyProList_btn a {
	display: block;
	width: 88px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	color: #aaa;
	font-size: 14px;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyProList_text .nyProList_btn a:first-child {
	color: #fff;
	background-color: #E89513;
	border: 1px solid #E89513;
}

.nyProList_text .nyProList_btn a:hover {
	color: #fff;
	background-color: #fe9b02;
	border: 1px solid #fe9b02;
}

.abNy_Xgwz {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
}

.abNy_Xgwz .Xgwz_tit {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	background-color: #E89513;
}

.Xgwz_tit p {
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.Xgwz_tit span {
	display: block;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	opacity: 0.5;
}

.abNy_Xgwz .Xgwz_list {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #dfdfdf;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNy_Xgwz .Xgwz_list ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 20px;
	border-bottom: 1px dashed #dfdfdf;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNy_Xgwz .Xgwz_list ul li:last-child {
	border: 0;
}

.abNy_Xgwz .Xgwz_list ul li em {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/jt2.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 14px;
}

.abNy_Xgwz .Xgwz_list ul li:hover em {
	background: url(../images/jt3.png) center center no-repeat;
}

.abNy_Xgwz .Xgwz_list ul li a {
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 48px;
	color: #333;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.abNy_Xgwz .Xgwz_list ul li a:hover {
	color: #E89513;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.nyPro_list ul li .nyProList_img {
		width: 25%;
	}

	.nyPro_list ul li .nyProList_text {
		width: 73%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.nyPro_list ul li {
		margin: 0 auto 20px;
	}

	.nyPro_list ul li .nyProList_img {
		width: 20%;
	}

	.nyPro_list ul li .nyProList_text {
		width: 78%;
	}

	.abNy_Xgwz {
		margin: 20px auto 0;
	}

	.abNy_Xgwz .Xgwz_tit {
		padding: 10px 20px;
	}

	.Xgwz_tit p {
		padding: 0;
		display: block;
		font-size: 24px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.Xgwz_tit span {
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.abNy_Xgwz .Xgwz_list {
		padding: 10px 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.nyPro_list ul li {
		margin: 0 auto 20px;
	}

	.nyPro_list ul li .nyProList_img {
		width: 27%;
	}

	.nyPro_list ul li .nyProList_text {
		width: 71%;
	}

	.abNy_Xgwz {
		margin: 20px auto 0;
	}

	.abNy_Xgwz .Xgwz_tit {
		padding: 10px 20px;
	}

	.Xgwz_tit p {
		padding: 0;
		display: block;
		font-size: 24px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.Xgwz_tit span {
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.abNy_Xgwz .Xgwz_list {
		padding: 10px 20px;
	}
}

@media (max-width: 767px) {
	.nyPro_list ul li {
		margin: 0 auto 20px;
	}

	.nyPro_list ul li .nyProList_img {
		width: 100%;
		height: 274px;
		margin: 0 auto 10px;
	}

	.nyPro_list ul li .nyProList_text {
		width: 100%;
		height: auto;
	}

	.nyProList_text .nyProList_name a {
		height: 40px;
		line-height: 40px;
		font-size: 18px;
	}

	.nyProList_text .nyProList_ms p {
		height: auto;
		max-height: 48px;
		line-height: 24px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: inherit;
	}

	.nyPro_list ul li .nyProList_text .nyProList_tips {
		margin: 10px auto;
	}

	.nyProList_text .nyProList_tips dl dd {
		width: 48%;
		height: 30px;
		line-height: 30px;
		margin: 0 4% 0 0;
		padding: 0;
	}

	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) {
		margin: 0;
	}

	.nyPro_list ul li .nyProList_text .nyProList_btn {
		width: 100%;
		margin: 0 auto;
	}

	.nyProList_text .nyProList_btn a {
		width: 48%;
		height: 40px;
		line-height: 38px;
		margin: 0;
		float: left;
	}

	.nyProList_text .nyProList_btn a:first-child {
		margin: 0 4% 0 0;
	}

	.abNy_Xgwz {
		margin: 20px auto 0;
	}

	.abNy_Xgwz .Xgwz_tit {
		padding: 6px 20px;
	}

	.Xgwz_tit p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.Xgwz_tit span {
		display: block;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

/*内页-产品列表 结束*/


/*内页-新闻中心&技术文章 开始*/
.ab_NyNews {
	width: 100%;
	min-height: 480px;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_NyNews .abNyNew_main {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.abNyNew_main .abNyNew_Tj {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
	background-color: #f5f5f5;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyNew_Tj .abNyNew_TjImg {
	width: 44.5%;
	height: 322px;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyNew_Tj .abNyNew_TjImg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.abNyNew_Tj .abNyNew_TjImg a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.abNyNew_Tj:hover .abNyNew_TjImg a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.abNyNew_Tj .abNyNew_TjText {
	width: 55.5%;
	height: 322px;
	overflow: hidden;
	margin: 0;
	padding: 20px 40px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyNew_Tj .abNyNew_TjText .abNyNew_TjName {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 15px auto 0;
	padding: 0;
}

.abNyNew_Tj .abNyNew_TjText .abNyNew_TjName a {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.abNyNew_Tj .abNyNew_TjText .abNyNew_TjName a:hover {
	color: #E89513;
}

.abNyNew_Tj .abNyNew_TjText .abNyNew_TjTime {
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #999;
	font-size: 16px;
	margin: 12px auto;
	padding: 0;
}

.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs p {
	width: 100%;
	height: 84px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 15px;
	text-align: justify;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.abNyNew_Tj .abNyNew_TjMore {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 24px 0 0;
	border-top: 1px dashed #ccc;
}

.abNyNew_Tj .abNyNew_TjMore a {
	display: inline-block;
	line-height: 40px;
	color: #666;
	font-size: 16px;
	padding: 0;
}

.abNyNew_Tj .abNyNew_TjMore a i {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	margin: -2px 0 0 8px;
	padding: 0;
	background: url(../images/jt1.png) center center no-repeat;
	background-size: 20px 20px;
}

.abNyNew_Tj .abNyNew_TjMore a:hover {
	color: #E89513;
}

.abNyNew_Tj .abNyNew_TjMore a:hover i {
	background: url(../images/jt14.png) center center no-repeat;
	background-size: 20px 20px;
}

.abNyNew_main .abNyNew_list {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
}

.abNyNew_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
	padding: 20px 140px 30px 40px;
	background-color: #f5f5f5;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyNew_list ul li:hover {
	background-color: #E89513;
}

.abNyNew_list ul li .abNyNew_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abNyNew_list ul li .abNyNew_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.abNyNew_list ul li:hover .abNyNew_name a {
	color: #fff;
}

.abNyNew_list ul li .abNyNew_time {
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #999;
	font-size: 14px;
	margin: 0 auto 4px;
	padding: 0;
}

.abNyNew_list ul li:hover .abNyNew_time {
	color: #fff;
}

.abNyNew_list ul li .abNyNew_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 20px;
	border-left: 1px solid #dfdfdf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyNew_list ul li .abNyNew_ms p {
	width: 100%;
	height: 53px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 15px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.abNyNew_list ul li:hover .abNyNew_ms p {
	color: #fff;
}

.abNyNew_list ul li .abNyNew_more {
	width: 99px;
	height: 128px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-left: 1px solid #dfdfdf;
	position: absolute;
	top: 24px;
	right: 0;
}

.abNyNew_list ul li .abNyNew_more a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(../images/jt9.png) center center no-repeat;
}

.abNyNew_list ul li:hover .abNyNew_more {
	border-left: 1px solid #fff;
}

.abNyNew_list ul li:hover .abNyNew_more a {
	background: url(../images/jt13.png) center center no-repeat;
}

.abNyDown_list ul li {
	margin: 0 auto 20px;
	padding: 20px 120px 20px 20px;
}

.abNyDown_list ul li .abNyNew_time {
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}

.abNyDown_list ul li .abNyNew_more {
	height: 70px;
	margin: 0;
	top: 20px;
}

.abNyDown_list ul li .abNyNew_more a {
	background: url(../images/jt1.png) center center no-repeat;
}

.abNyDown_list ul li:hover .abNyNew_more a {
	background: url(../images/jt4.png) center center no-repeat;
}

.NyNewsdetail_con .NyDown_btn {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
}

.NyNewsdetail_con .NyDown_btn a {
	display: block;
	width: 160px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-indent: 0;
	margin: 0 auto;
	padding: 0;
	background-color: #E89513;
}

.NyNewsdetail_con .NyDown_btn a:hover {
	background-color: #fe9b02;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyNews .abNyNew_main {
		width: 90%;
	}

	.abNyNew_Tj .abNyNew_TjImg {
		width: 38%;
		height: 270px;
	}

	.abNyNew_Tj .abNyNew_TjText {
		width: 62%;
		height: 270px;
		padding: 20px 40px 20px 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjName a {
		height: 40px;
		line-height: 40px;
		font-size: 22px;
		-webkit-line-clamp: 1;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjTime {
		margin: 8px auto;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs {
		margin: 0 auto 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs p {
		height: 56px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 20px 120px 24px 40px;
	}

	.abNyNew_list ul li .abNyNew_ms p {
		height: 56px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_list ul li .abNyNew_more {
		height: 132px;
		top: 22px;
	}

	.abNyDown_list ul li {
		margin: 0 auto 20px;
		padding: 20px 120px 20px 20px;
	}

	.abNyDown_list ul li .abNyNew_more {
		height: 70px;
		margin: 0;
		top: 20px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyNews {
		margin: 0 auto 40px;
	}

	.ab_NyNews .abNyNew_main {
		width: 96%;
	}

	.abNyNew_main .abNyNew_Tj {
		margin: 0 auto 20px;
	}

	.abNyNew_Tj .abNyNew_TjImg {
		width: 37%;
		height: 270px;
	}

	.abNyNew_Tj .abNyNew_TjText {
		width: 63%;
		height: 270px;
		padding: 20px 40px 20px 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjName a {
		height: 40px;
		line-height: 40px;
		font-size: 22px;
		-webkit-line-clamp: 1;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjTime {
		margin: 8px auto;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs {
		margin: 0 auto 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs p {
		height: 56px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 20px 140px 20px 40px;
	}

	.abNyNew_list ul li .abNyNew_ms p {
		height: 56px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_list ul li .abNyNew_more {
		height: 132px;
		top: 22px;
	}

	.abNyDown_list ul li {
		margin: 0 auto 20px;
		padding: 20px 120px 20px 20px;
	}

	.abNyDown_list ul li .abNyNew_more {
		height: 70px;
		margin: 0;
		top: 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyNews {
		margin: 0 auto 40px;
	}

	.ab_NyNews .abNyNew_main {
		width: 96%;
	}

	.abNyNew_main .abNyNew_Tj {
		margin: 0 auto 20px;
	}

	.abNyNew_Tj .abNyNew_TjImg,
	.abNyNew_Tj .abNyNew_TjText {
		width: 100%;
		height: auto;
	}

	.abNyNew_Tj .abNyNew_TjImg a {
		height: auto;
	}

	.abNyNew_Tj .abNyNew_TjImg a img {
		width: 100%;
		overflow: hidden;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.abNyNew_Tj .abNyNew_TjText {
		padding: 0 20px 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjName a {
		max-height: 56px;
		line-height: 28px;
		font-size: 20px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjTime {
		margin: 8px auto;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs {
		margin: 0 auto 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs p {
		height: auto;
		max-height: 84px;
		-webkit-line-clamp: 3;
	}

	.abNyNew_main .abNyNew_list {}

	.abNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 20px 100px 20px 20px;
	}

	.abNyNew_list ul li .abNyNew_name a {
		font-size: 18px;
	}

	.abNyNew_list ul li .abNyNew_ms p {
		height: 56px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_list ul li .abNyNew_more {
		width: 79px;
		height: 132px;
		top: 22px;
	}

	.abNyDown_list ul li {
		margin: 0 auto 20px;
		padding: 20px 100px 20px 20px;
	}

	.abNyDown_list ul li .abNyNew_more {
		height: 70px;
		margin: 0;
		top: 20px;
	}
}

@media (max-width: 767px) {
	.ab_NyNews {
		margin: 0 auto 40px;
	}

	.ab_NyNews .abNyNew_main {
		width: 94%;
	}

	.abNyNew_main .abNyNew_Tj {
		margin: 0 auto 20px;
	}

	.abNyNew_Tj .abNyNew_TjImg,
	.abNyNew_Tj .abNyNew_TjText {
		width: 100%;
		height: auto;
	}

	.abNyNew_Tj .abNyNew_TjImg a {
		height: auto;
	}

	.abNyNew_Tj .abNyNew_TjImg a img {
		width: 100%;
		overflow: hidden;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.abNyNew_Tj .abNyNew_TjText {
		padding: 0 20px 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjName a {
		line-height: 26px;
		font-size: 18px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjTime {
		height: 24px;
		line-height: 24px;
		font-size: 14px;
		margin: 8px auto;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs {
		margin: 0 auto 20px;
	}

	.abNyNew_Tj .abNyNew_TjText .abNyNew_TjMs p {
		height: auto;
		max-height: 72px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.abNyNew_Tj .abNyNew_TjMore {
		padding: 12px 0 0;
	}

	.abNyNew_main .abNyNew_list {
		margin: 0 auto 20px;
	}

	.abNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 15px 20px 20px;
	}

	.abNyNew_list ul li .abNyNew_name a {
		height: 35px;
		height: 35px;
	}

	.abNyNew_list ul li .abNyNew_ms p {
		height: 48px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	.abNyNew_list ul li .abNyNew_more {
		display: none;
	}

	.abNyDown_list ul li {
		padding: 12px;
	}
}

@media (max-width: 320px) {
	.abNyNew_main .abNyNew_Tj {
		margin: 0 auto 12px;
	}

	.abNyNew_Tj .abNyNew_TjImg,
	.abNyNew_Tj .abNyNew_TjText {
		padding: 12px;
	}

	.abNyNew_main .abNyNew_list {
		margin: 0 auto 20px;
	}

	.abNyNew_list ul li {
		margin: 0 auto 12px;
		padding: 12px;
	}

	.abNyNew_list ul li .abNyNew_name a {
		font-size: 16px;
	}

	.abNyNew_list ul li .abNyNew_time {
		height: 20px;
		line-height: 20px;
		margin: 0 auto 8px;
	}

	.abNyNew_list ul li .abNyNew_ms {
		padding: 0 0 0 12px;
	}

	.abNyNew_list ul li .abNyNew_ms p {
		height: 48px;
		line-height: 24px;
		font-size: 14px;
	}
}

/*内页-新闻中心&技术文章 结束*/



/*客户案例列表 开始*/
.ab_NyCase {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_NyCase .abNyCase_main {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ab_NyCase .abNyCase_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abNyCase_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 30px 0;
	padding: 10px 10px 20px;
	background-color: #f6f6f6;
	float: left;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyCase_list ul li:hover {
	background-color: #E89513;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.abNyCase_list ul li:nth-child(4n+4) {
	margin: 0 0 30px;
}

.abNyCase_list ul li .abCaseList_img {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.abNyCase_list ul li .abCaseList_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.abNyCase_list ul li .abCaseList_img a.caseimg img.case_img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
}

.abNyCase_list ul li:hover .abCaseList_img a.caseimg img.case_img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.abNyCase_list ul li .abCaseList_img a.casename {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyCase_list ul li:hover .abCaseList_img a.casename {
	background-color: rgba(167, 106, 12, 0.9);
}

.abNyCase_list ul li .abCaseList_info {
	width: 100%;
	overflow: hidden;
	margin: 15px auto 0;
	padding: 0;
}

.abNyCase_list ul li .abCaseList_info .abCaseList_btn {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abNyCase_list ul li .abCaseList_info .abCaseList_btn a {
	display: block;
	width: 88px;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #adadad;
	margin: 0 auto;
	padding: 0;
	transition: all 0.3s;
}

.abNyCase_list ul li:hover .abCaseList_info .abCaseList_btn a {
	color: #E89513;
	background-color: #fff;
}

@media screen and (max-width:1319px) and (min-width:1080px) {
	.ab_NyCase .abNyCase_main {
		width: 90%;
	}

	.abNyCase_list ul li .abCaseList_img {
		height: 175px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyCase {
		margin: 0 auto 40px;
	}

	.ab_NyCase .abNyCase_main {
		width: 96%;
	}

	.abNyCase_list ul li .abCaseList_img {
		height: 180px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyCase {
		margin: 0 auto 40px;
	}

	.ab_NyCase .abNyCase_main {
		width: 96%;
	}

	.abNyCase_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
	}

	.abNyCase_list ul li:nth-child(4n+4) {
		margin: 0 3% 20px 0;
	}

	.abNyCase_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.abNyCase_list ul li .abCaseList_img {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.ab_NyCase {
		margin: 0 auto 40px;
	}

	.ab_NyCase .abNyCase_main {
		width: 94%;
	}

	.abNyCase_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
	}

	.abNyCase_list ul li:nth-child(4n+4) {
		margin: 0 4% 20px 0;
	}

	.abNyCase_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.abNyCase_list ul li .abCaseList_img {
		height: 140px;
	}

	.abNyCase_list ul li .abCaseList_img a.casename {
		font-size: 15px;
	}
}

@media (max-width: 375px) {
	.abNyCase_list ul li .abCaseList_img {
		height: 126px;
	}
}

@media (max-width: 320px) {
	.abNyCase_list ul li {
		width: 100%;
		margin: 0 auto 20px 0;
	}

	.abNyCase_list ul li:nth-child(4n+4) {
		margin: 0 auto 20px 0;
	}

	.abNyCase_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.abNyCase_list ul li .abCaseList_img {
		height: 220px;
	}
}

/*客户案例列表 结束*/


/*分页样式 开始*/
#fengye {
	text-align: center;
	margin: 20px auto 0;
	color: #555;
	font-size: 14px;
}

#fengye a {
	display: inline-block;
	padding: 0 10px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	color: #555;
	font-size: 14px;
}

#fengye a:hover {
	background: #E89513;
	color: #ffffff;
}

#fengye a.pnnum1 {
	background: #E89513;
	color: #ffffff;
}

#fengye input {
	display: inline-block;
	padding: 0 5px;
	background-color: #E89513;
	width: 40px !important;
	height: 30px !important;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: none;
}

#fengye .p_input {
	display: inline-block;
	padding: 0 5px;
	background: #ddd;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	cursor: default;
}

@media screen and (max-width:1299px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:1024px) {
	#fengye {}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	#fengye {}
}

@media (max-width: 767px) {
	#fengye {
		font-size: 0;
	}

	#fengye input,
	#fengye .p_input {
		display: none;
	}

	#fengye a {
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}
}

@media (max-width: 320px) {
	#fengye a {
		padding: 0 12px;
	}
}

/*分页样式 结束*/


/*内页-新闻详情&文章详情 开始*/
.ab_NyNewsdetail {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_NyNewsdetail .NyNewsdetail_main {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/* 左侧内容区 */
.ab_NyNewsdetail .NyNewsdetail_left {
	width: 73%;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

.ab_NyNewsdetail .NyNewsdetail_title {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 20px;
	padding: 0;
}

.ab_NyNewsdetail .NyNewsdetail_tips {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 0 0 20px;
	border-bottom: 2px solid #E89513;
}

.ab_NyNewsdetail .NyNewsdetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
	line-height: 1.8;
	color: #333;
	font-size: 16px;
	text-align: justify;
}

.NyNewsdetail_con p,
.NyNewsdetail_con div {
	width: 100%;
	overflow: hidden;
	line-height: 1.8;
	color: #333;
	font-size: 16px;
	text-align: justify;
	margin: 15px auto;
	padding: 0;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
	color: #333 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 16px !important;
	line-height: 1.8 !important;
}

.NyNewsdetail_con table tr td p {
	text-indent: 0 !important;
}

.NyNewsdetail_con img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 20px auto;
	padding: 0;
	text-indent: 0 !important;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 上下篇导航 */
.ab_NyNewsdetail .ab_PrevNext {
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 20px 0 0;
	border-top: 2px solid #005461;
}

.ab_NyNewsdetail .ab_PrevNext ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_NyNewsdetail .ab_PrevNext ul li {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}

.ab_NyNewsdetail .ab_PrevNext ul li a {
	color: #005461;
	text-decoration: none;
	transition: all 0.3s;
}

.ab_NyNewsdetail .ab_PrevNext ul li a:hover {
	color: #E89513;
	text-decoration: underline;
}

/* 推荐产品 */
.ab_NyNewsdetail .NewsDetail_recommend {
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 0;
}

.ab_NyNewsdetail .recommend_title {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	margin: 0 0 30px;
	border-bottom: 2px solid #E89513;
}

.ab_NyNewsdetail .recommend_title span {
	display: inline-block;
	line-height: 30px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
}

.ab_NyNewsdetail .recommend_title em {
	display: inline-block;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	font-style: normal;
}

.ab_NyNewsdetail .recommend_list {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ab_NyNewsdetail .recommend_list ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_NyNewsdetail .recommend_list ul li {
	width: 23.5%;
	overflow: hidden;
	float: left;
	margin: 0 2% 2% 0;
	padding: 0;
}

.ab_NyNewsdetail .recommend_list ul li:nth-child(4n) {
	margin-right: 0;
}

.ab_NyNewsdetail .recommend_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.ab_NyNewsdetail .recommend_list ul li a:hover {
	box-shadow: 0 4px 16px rgba(232, 149, 19, 0.3);
	transform: translateY(-4px);
}

.ab_NyNewsdetail .recommend_list .recommend_img {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ab_NyNewsdetail .recommend_list .recommend_img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0 0;
}

.ab_NyNewsdetail .recommend_list .recommend_name {
	display: block;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	text-align: center;
	padding: 15px 10px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.ab_NyNewsdetail .recommend_list ul li a:hover .recommend_name {
	color: #E89513;
}

/* 右侧侧边栏 */
.ab_NyNewsdetail .NyNewsdetail_right {
	width: 25%;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
}

.ab_NyNewsdetail .sidebar_box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ab_NyNewsdetail .sidebar_title {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	border-bottom: 2px solid #E89513;
	box-sizing: border-box;
}

.ab_NyNewsdetail .sidebar_title span {
	display: block;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

.ab_NyNewsdetail .sidebar_title em {
	display: block;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	font-style: normal;
}

.ab_NyNewsdetail .sidebar_list {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
}

.ab_NyNewsdetail .sidebar_list ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_NyNewsdetail .sidebar_list ul li {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #e5e5e5;
}

.ab_NyNewsdetail .sidebar_list ul li:last-child {
	border-bottom: none;
}

.ab_NyNewsdetail .sidebar_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 15px 20px;
	transition: all 0.3s;
	box-sizing: border-box;
}

.ab_NyNewsdetail .sidebar_list ul li a:hover {
	background: #f9f9f9;
}

.ab_NyNewsdetail .sidebar_list .news_date {
	display: block;
	line-height: 20px;
	color: #E89513;
	font-size: 14px;
	margin: 0 0 8px;
	padding: 0;
}

.ab_NyNewsdetail .sidebar_list .news_title {
	display: block;
	line-height: 22px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.ab_NyNewsdetail .sidebar_list ul li a:hover .news_title {
	color: #E89513;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyNewsdetail .NyNewsdetail_main {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyNewsdetail {
		margin: 0 auto 40px;
	}

	.ab_NyNewsdetail .NyNewsdetail_main {
		width: 96%;
	}

	.ab_NyNewsdetail .NyNewsdetail_left {
		width: 70%;
	}

	.ab_NyNewsdetail .NyNewsdetail_right {
		width: 28%;
	}

	.ab_NyNewsdetail .recommend_list ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyNewsdetail {
		margin: 0 auto 40px;
	}

	.ab_NyNewsdetail .NyNewsdetail_main {
		width: 96%;
	}

	.ab_NyNewsdetail .NyNewsdetail_left {
		width: 65%;
	}

	.ab_NyNewsdetail .NyNewsdetail_right {
		width: 33%;
	}

	.ab_NyNewsdetail .recommend_list ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.ab_NyNewsdetail {
		margin: 0 auto 20px;
	}

	.ab_NyNewsdetail .NyNewsdetail_main {
		width: 94%;
	}

	.ab_NyNewsdetail .NyNewsdetail_left {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}

	.ab_NyNewsdetail .NyNewsdetail_right {
		width: 100%;
		float: none;
	}

	.ab_NyNewsdetail .NyNewsdetail_title {
		line-height: 32px;
		font-size: 24px;
		margin: 0 auto 15px;
	}

	.ab_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 20px;
	}

	.ab_NyNewsdetail .NyNewsdetail_con {
		max-height: 9999999999999999px;
		margin: 0 auto 20px;
		font-size: 15px;
		line-height: 1.75;
	}

	.NyNewsdetail_con div {
		max-height: 9999999999999999px;
		line-height: 1.75;
		color: #333;
		font-size: 15px;
		text-align: justify;
		margin: 12px auto;
	}

	.NyNewsdetail_con p {
		width: 100%;
		overflow: hidden;
		line-height: 1.75;
		color: #333;
		font-size: 15px;
		text-align: justify;
		margin: 12px auto;
		padding: 0;
	}

	.NyNewsdetail_con p span,
	.NyNewsdetail_con span,
	.NyNewsdetail_con p em,
	.NyNewsdetail_con em {
		color: #333 !important;
		font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
		font-size: 15px !important;
		line-height: 1.75 !important;
	}

	.NyNewsdetail_con img {
		margin: 15px auto;
		border-radius: 4px;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	}

	.ab_NyNewsdetail .recommend_list ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.ab_NyNewsdetail .NyNewsdetail_title {
		line-height: 30px;
		font-size: 20px;
	}

	.ab_NyNewsdetail .recommend_list ul li {
		width: 100%;
		margin: 0 0 10px;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_NyNewsdetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

/*内页-新闻详情&文章详情 结束*/

/*客户案例详情 开始*/
.ab_CaseDetail {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_CaseDetail .abCaseDetail_main {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/* 左侧内容区 */
.ab_CaseDetail .abCaseDetail_left {
	width: 73%;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0;
}

.ab_CaseDetail .CaseDetail_title {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 20px;
	padding: 0;
}

.ab_CaseDetail .CaseDetail_info {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 0 0 20px;
	border-bottom: 2px solid #E89513;
}

.ab_CaseDetail .CaseDetail_info span {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
}

/* 案例图片展示 - 4列卡片式 */
.ab_CaseDetail .CaseDetail_images {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 30px;
	padding: 0;
}

.ab_CaseDetail .CaseDetail_images ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_CaseDetail .CaseDetail_images ul li {
	width: 24%;
	overflow: hidden;
	float: left;
	margin: 0 1.333% 1.333% 0;
	padding: 0;
	box-sizing: border-box;
}

.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n) {
	margin-right: 0;
}

.ab_CaseDetail .CaseDetail_images ul li .case_img_box {
	width: 100%;
	position: relative;
	background: #f5f5f5;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	overflow: hidden;
	padding-bottom: 75%; /* 4:3 aspect ratio */
}

.ab_CaseDetail .CaseDetail_images ul li .case_img_box:hover {
	box-shadow: 0 4px 16px rgba(232, 149, 19, 0.3);
	transform: translateY(-4px);
}

.ab_CaseDetail .CaseDetail_images ul li .case_img_box img,
.ab_CaseDetail .CaseDetail_images ul li .case_img_box .case_thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	object-fit: cover;
	object-position: center;
}

/* 右侧侧边栏 */
.ab_CaseDetail .abCaseDetail_right {
	width: 25%;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
}

.ab_CaseDetail .sidebar_box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
	padding: 0;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.ab_CaseDetail .sidebar_title {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	border-bottom: 2px solid #E89513;
	box-sizing: border-box;
}

.ab_CaseDetail .sidebar_title span {
	display: block;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

.ab_CaseDetail .sidebar_title em {
	display: block;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	font-style: normal;
}

/* 侧边栏列表 */
.ab_CaseDetail .sidebar_list {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
}

.ab_CaseDetail .sidebar_list ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_CaseDetail .sidebar_list ul li {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #e5e5e5;
}

.ab_CaseDetail .sidebar_list ul li:last-child {
	border-bottom: none;
}

.ab_CaseDetail .sidebar_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 15px 20px;
	transition: all 0.3s;
	box-sizing: border-box;
}

.ab_CaseDetail .sidebar_list ul li a:hover {
	background: #f9f9f9;
}

.ab_CaseDetail .sidebar_list .news_date {
	display: block;
	line-height: 20px;
	color: #E89513;
	font-size: 14px;
	margin: 0 0 8px;
	padding: 0;
}

.ab_CaseDetail .sidebar_list .news_title {
	display: block;
	line-height: 22px;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.ab_CaseDetail .sidebar_list ul li a:hover .news_title {
	color: #E89513;
}

/* 侧边栏产品 */
.ab_CaseDetail .sidebar_product {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
}

.ab_CaseDetail .sidebar_product ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	box-sizing: border-box;
}

.ab_CaseDetail .sidebar_product ul li {
	width: 48%;
	overflow: hidden;
	float: left;
	margin: 0 0 10px;
	padding: 0;
}

.ab_CaseDetail .sidebar_product ul li:nth-child(2n) {
	float: right;
}

.ab_CaseDetail .sidebar_product ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	transition: all 0.3s;
}

.ab_CaseDetail .sidebar_product .product_img {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	padding: 0;
}

.ab_CaseDetail .sidebar_product .product_img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.ab_CaseDetail .sidebar_product .product_name {
	display: block;
	line-height: 20px;
	color: #333;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	padding: 0 5px;
	box-sizing: border-box;
}

.ab_CaseDetail .sidebar_product ul li a:hover .product_name {
	color: #E89513;
}

/* 上下篇导航 */
.ab_CaseDetail .ab_PrevNext {
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 20px 0 0;
	border-top: 2px solid #005461;
}

.ab_CaseDetail .ab_PrevNext ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_CaseDetail .ab_PrevNext ul li {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}

.ab_CaseDetail .ab_PrevNext ul li a {
	color: #005461;
	text-decoration: none;
	transition: all 0.3s;
}

.ab_CaseDetail .ab_PrevNext ul li a:hover {
	color: #E89513;
	text-decoration: underline;
}

/* 推荐产品 */
.ab_CaseDetail .CaseDetail_recommend {
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 0;
}

.ab_CaseDetail .recommend_title {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	margin: 0 0 30px;
	border-bottom: 2px solid #E89513;
}

.ab_CaseDetail .recommend_title span {
	display: inline-block;
	line-height: 30px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 0;
}

.ab_CaseDetail .recommend_title em {
	display: inline-block;
	line-height: 30px;
	color: #999;
	font-size: 16px;
	font-style: normal;
}

.ab_CaseDetail .recommend_list {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ab_CaseDetail .recommend_list ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_CaseDetail .recommend_list ul li {
	width: 23.5%;
	overflow: hidden;
	float: left;
	margin: 0 2% 2% 0;
	padding: 0;
}

.ab_CaseDetail .recommend_list ul li:nth-child(4n) {
	margin-right: 0;
}

.ab_CaseDetail .recommend_list ul li a {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}

.ab_CaseDetail .recommend_list ul li a:hover {
	box-shadow: 0 4px 16px rgba(232, 149, 19, 0.3);
	transform: translateY(-4px);
}

.ab_CaseDetail .recommend_list .recommend_img {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ab_CaseDetail .recommend_list .recommend_img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 6px 6px 0 0;
}

.ab_CaseDetail .recommend_list .recommend_name {
	display: block;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	text-align: center;
	padding: 15px 10px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.ab_CaseDetail .recommend_list ul li a:hover .recommend_name {
	color: #E89513;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_CaseDetail .abCaseDetail_main {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_CaseDetail {
		margin: 0 auto 40px;
	}

	.ab_CaseDetail .abCaseDetail_main {
		width: 96%;
	}

	.ab_CaseDetail .abCaseDetail_left {
		width: 70%;
	}

	.ab_CaseDetail .abCaseDetail_right {
		width: 28%;
	}

	.ab_CaseDetail .CaseDetail_images ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_CaseDetail {
		margin: 0 auto 40px;
	}

	.ab_CaseDetail .abCaseDetail_main {
		width: 96%;
	}

	.ab_CaseDetail .abCaseDetail_left {
		width: 65%;
	}

	.ab_CaseDetail .abCaseDetail_right {
		width: 33%;
	}

	.ab_CaseDetail .CaseDetail_images ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.ab_CaseDetail {
		margin: 0 auto 20px;
	}

	.ab_CaseDetail .abCaseDetail_main {
		width: 94%;
	}

	.ab_CaseDetail .abCaseDetail_left {
		width: 100%;
		float: none;
		margin: 0 0 30px;
	}

	.ab_CaseDetail .abCaseDetail_right {
		width: 100%;
		float: none;
	}

	.ab_CaseDetail .CaseDetail_title {
		line-height: 32px;
		font-size: 22px;
		margin: 0 auto 15px;
	}

	.ab_CaseDetail .CaseDetail_info {
		margin: 0 auto 20px;
		font-size: 13px;
	}

	.ab_CaseDetail .CaseDetail_info span {
		margin: 0 10px 0 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li {
		width: 48%;
		margin: 0 0 2%;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}
}

@media (max-width: 480px) {
	.ab_CaseDetail .CaseDetail_title {
		line-height: 30px;
		font-size: 20px;
	}

	.ab_CaseDetail .CaseDetail_info span {
		display: block;
		margin: 0 0 5px;
	}

	.ab_CaseDetail .CaseDetail_images ul li {
		width: 100%;
		margin: 0 0 10px;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li {
		width: 100%;
		margin: 0 0 10px;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(4n) {
		margin-right: 0;
	}

	.ab_CaseDetail .recommend_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ab_CaseDetail .sidebar_product ul li {
		width: 48%;
	}
}

/* 图片灯箱样式 */
.image-lightbox {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: auto;
}

.lightbox-content {
	display: block;
	margin: auto;
	max-width: 90%;
	max-height: 85vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: zoomIn 0.3s;
}

@keyframes zoomIn {
	from {
		transform: translate(-50%, -50%) scale(0.8);
	}

	to {
		transform: translate(-50%, -50%) scale(1);
	}
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 40px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 100000;
	transition: color 0.3s;
}

.lightbox-close:hover,
.lightbox-close:focus {
	color: #E89513;
}

.lightbox-caption {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
}

.lightbox-prev,
.lightbox-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: #fff;
	font-weight: bold;
	font-size: 40px;
	transition: 0.3s;
	user-select: none;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
	background-color: rgba(232, 149, 19, 0.8);
	color: #fff;
}

.lightbox-prev {
	left: 20px;
}

.lightbox-next {
	right: 20px;
}

@media (max-width: 768px) {
	.lightbox-content {
		max-width: 95%;
		max-height: 80vh;
	}

	.lightbox-close {
		top: 10px;
		right: 15px;
		font-size: 30px;
	}

	.lightbox-prev,
	.lightbox-next {
		padding: 10px;
		font-size: 30px;
		margin-top: -40px;
	}

	.lightbox-prev {
		left: 5px;
	}

	.lightbox-next {
		right: 5px;
	}

	.lightbox-caption {
		bottom: 10px;
		width: 90%;
		font-size: 14px;
		padding: 10px 15px;
	}
}

/*客户案例详情 结束*/

/* 荣誉证书点击提示图标 */
.ryzz_item {
	position: relative;
}

.ryzz_item::after {
	content: '\1F50D'; /* 放大镜图标 */
	position: absolute;
	bottom: 8px;
	right: 8px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 16px;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	z-index: 10;
}

.ryzz_item:hover::after {
	opacity: 0.9;
}

/* 移动端始终显示提示图标 */
@media (max-width: 767px) {
	.ryzz_item::after {
		opacity: 0.8;
		font-size: 14px;
		padding: 3px 6px;
		bottom: 5px;
		right: 5px;
	}

	.ryzz_item img {
		cursor: pointer !important;
	}
}

/* 荣誉证书点击提示图标 结束 */


/*内页-在线留言 开始*/
.ab_NyOrder {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_msg {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ab_msg h3 {
	display: none !important;
}

.ab_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ab_msg ul li {
	width: 100%;
	overflow: hidden;
	line-height: 44px;
	margin: 0 auto 30px !important;
	padding: 0;
	color: #999;
	font-size: 14px;
}

.ab_msg ul li:last-child {
	margin: 0 auto !important;
}

.ab_msg ul li h4 {
	width: 12% !important;
	height: 44px !important;
	overflow: hidden;
	line-height: 44px !important;
	margin: 0;
	padding: 0 12px 0 0;
	color: #333;
	font-size: 14px;
	text-align: right;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ab_msg ul li .msg_ipt1,
.ab_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ab_msg ul li .msg_ipt1,
.ab_msg ul li .msg_ipt12,
.ab_msg ul li .msg_tara {
	width: 88% !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.ab_msg ul li .msg_ipt1,
.ab_msg ul li .msg_ipt12,
.ab_msg ul li .msg_ipt2 {
	height: 44px !important;
	background: url(../images/tb_img.png) right center no-repeat !important;
}

.ab_msg ul li .msg_ipt12 {
	width: 83%;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msg_ipt1 input,
.msg_tara textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msg_ipt12 input {
	height: 34px;
	line-height: 16px;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	color: #666;
	font-size: 12px;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input {
	height: 44px !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input,
.msg_tara textarea {
	font-size: 14px !important;
	background-color: #f8f8f8 !important;
	border: none !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
	outline: none !important;
	resize: none !important;
}

.ab_msg ul li .msg_ipt1 #selPvc {
	height: 44px !important;
	line-height: 44px !important;
	color: #666 !important;
	font-size: 14px !important;
	background-color: #f8f8f8 !important;
	border: none !important;
	padding: 0 15px !important;
	outline: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.ab_msg ul li .msg_ipt2,
.msg_ipt2 input {
	width: 160px !important;
}

.ab_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}

.ab_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img.png) top right no-repeat;
	float: left;
}

.ab_msg ul li a.yzm_img {
	width: 120px !important;
	height: 44px !important;
	background: url(../images/tb_img.png) right center no-repeat !important;
}

.ab_msg ul li a.yzm_img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.ab_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	float: left;
}

.ab_msg ul li .msg_btn {
	width: 88% !important;
}

.msg_btn input {
	display: block;
	width: 100px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	margin: 0 15px 0 0;
	padding: 0;
	background-color: #f0f0f0;
	color: #333;
	font-size: 13px;
	text-align: center;
	border: 1px solid #ccc;
	float: left;
}

.msg_btn input {
	width: 160px !important;
	height: 44px !important;
	line-height: 44px !important;
	color: #fff !important;
	font-size: 15px !important;
	text-align: center !important;
	border: none !important;
	background-color: #E89513 !important;
	cursor: pointer !important;
}

.msg_btn input:last-child {
	background-color: #3b3b3b !important;
}

.msg_btn input:hover {
	background-color: #fe9b02 !important;
}

.msg_btn input:last-child:hover {
	background-color: #E89513 !important;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyOrder {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyOrder {
		width: 96%;
		margin: 0 auto 40px;
	}

	.ab_msg ul li {
		margin: 0 auto 25px !important;
	}

	.ab_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 140px !important;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyOrder {
		width: 96%;
		margin: 0 auto 40px;
	}

	.ab_msg ul li {
		margin: 0 auto 20px !important;
	}

	.ab_msg ul li h4 {
		width: 12% !important;
	}

	.ab_msg ul li .msg_ipt12,
	.ab_msg ul li .msg_ipt1,
	.ab_msg ul li .msg_tara,
	.ab_msg ul li .msg_btn {
		width: 88% !important;
	}
}

@media (max-width: 767px) {
	.ab_NyOrder {
		width: 94%;
		margin: 0 auto 20px;
	}

	.ab_msg ul li {
		margin: 0 auto 20px !important;
	}

	.ab_msg ul li h4 {
		display: none !important;
	}

	.ab_msg ul li .msg_ipt12,
	.ab_msg ul li .msg_ipt1,
	.ab_msg ul li .msg_tara,
	.ab_msg ul li .msg_btn {
		width: 100% !important;
		float: inherit !important;
	}

	.msg_btn input {
		width: 48% !important;
		margin: 0 4% 0 0 !important;
	}

	.msg_btn input:last-child {
		margin: 0 !important;
	}

	.ab_msg ul li a.yzm_img {
		float: inherit !important;
	}

	.ab_msg ul li span {
		display: block;
		line-height: 24px;
		margin: 10px 0 0;
	}
}

@media (max-width: 320px) {

	.ab_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 150px !important;
	}

	.ab_msg ul li span {
		line-height: 24px;
		margin: 10px 0 0;
	}
}

/*内页-在线留言 结束*/


/*内页-联系我们 开始*/
.ab_NyContact {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_NyContact .abNyContact_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/* 微信二维码区域 */
.abNyContact_main .abNyContact_ewm_box {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.abNyContact_ewm_box ul {
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.abNyContact_ewm_box ul li {
	flex: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.abNyContact_ewm_box .ewm_item {
	width: 100%;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 8px;
	padding: 30px 20px;
	text-align: center;
	transition: all 0.3s;
	box-sizing: border-box;
}

.abNyContact_ewm_box .ewm_item:hover {
	border-color: #E89513;
	box-shadow: 0 8px 20px rgba(232, 149, 19, 0.2);
	transform: translateY(-5px);
}

/* 二维码图片 */
.abNyContact_ewm_box .ewm_qrcode {
	width: 160px;
	height: 160px;
	margin: 0 auto 20px;
	padding: 10px;
	background: #f6f6f6;
	border-radius: 8px;
}

.abNyContact_ewm_box .ewm_qrcode img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 联系信息 */
.abNyContact_ewm_box .ewm_info {
	width: 100%;
	text-align: center;
}

.abNyContact_ewm_box .contact_name {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 15px;
	padding: 0;
}

.abNyContact_ewm_box .contact_phone,
.abNyContact_ewm_box .contact_email {
	color: #555;
	font-size: 14px;
	line-height: 28px;
	margin: 0;
	padding: 0;
}

/* 移除图标样式 */
.abNyContact_ewm_box .contact_phone i,
.abNyContact_ewm_box .contact_email i {
	display: none;
}

/* 复制提示样式 */
.abNyContact_ewm_box .copy_tip {
	display: none;
	color: #E89513;
	font-size: 13px;
	line-height: 24px;
	margin: 8px 0 0;
	padding: 0;
	cursor: pointer;
}

/* 移动端和平板端显示复制提示 */
@media screen and (max-width: 1023px) {
	.abNyContact_ewm_box .copy_tip {
		display: block;
	}

	.abNyContact_ewm_box .ewm_item {
		cursor: pointer;
		transition: all 0.3s;
	}

	.abNyContact_ewm_box .ewm_item:active {
		transform: scale(0.98);
	}
}

/* Toast notification styles */
.toast-message {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 20px 30px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	z-index: 9999;
	min-width: 280px;
	max-width: 80%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
	opacity: 0;
	animation: fadeInOut 3s ease-in-out;
}

@keyframes fadeInOut {
	0% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.9);
	}
	10% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	90% {
		opacity: 1;
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		transform: translate(-50%, -50%) scale(0.9);
	}
}

/* 地址信息 */
.abNyContact_main .abNyContact_address {
	width: 100%;
	background: #f6f6f6;
	border-radius: 8px;
	padding: 40px;
	margin: 0 auto 40px;
}

.abNyContact_address .address_item {
	display: flex;
	align-items: flex-start;
}

.abNyContact_address .address_icon {
	width: 50px;
	margin-right: 25px;
	flex-shrink: 0;
}

.abNyContact_address .icon-location {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #E89513;
	border-radius: 8px;
	position: relative;
	transition: all 0.3s;
}

.abNyContact_address .icon-location::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border: 3px solid #E89513;
	border-radius: 50% 50% 50% 0;
	transform: rotate(-45deg);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -12px 0 0 -10px;
}

.abNyContact_address .icon-location::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #E89513;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -4px;
}

.abNyContact_address .address_item:hover .icon-location {
	background: #E89513;
}

.abNyContact_address .address_item:hover .icon-location::before {
	border-color: #fff;
}

.abNyContact_address .address_item:hover .icon-location::after {
	background: #fff;
}

.abNyContact_address .address_text {
	flex: 1;
}

.abNyContact_address .address_text h3 {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
	margin: 0 0 12px;
	padding: 0;
}

.abNyContact_address .address_text .address_label {
	color: #555;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	padding: 0;
}

.abNyContact_main .abNyContact_map {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.abNyContact_map .abNyContact_Mapmain {
	width: 100%;
	height: 380px;
	overflow: hidden;
	margin: 0 auto;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.abNyContact_map .abNyContact_Mapmain .dz_map {
	width: 100%;
	overflow: hidden;
	height: 360px;
	margin: 0 auto;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyContact {
		width: 90%;
	}

	.abNyContact_ewm_box ul {
		gap: 20px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyContact {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abNyContact_ewm_box ul {
		gap: 20px;
	}

	.abNyContact_ewm_box .ewm_qrcode {
		width: 140px;
		height: 140px;
	}

	.abNyContact_address .address_text h3 {
		font-size: 22px;
	}

	.abNyContact_address .address_text .address_label {
		font-size: 15px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyContact {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abNyContact_ewm_box ul {
		gap: 15px;
	}

	.abNyContact_ewm_box .ewm_item {
		padding: 20px 15px;
	}

	.abNyContact_ewm_box .ewm_qrcode {
		width: 130px;
		height: 130px;
	}

	.abNyContact_ewm_box .contact_name {
		font-size: 18px;
	}

	.abNyContact_ewm_box .contact_phone,
	.abNyContact_ewm_box .contact_email {
		font-size: 13px;
	}

	.abNyContact_address .address_icon {
		width: 45px;
		margin-right: 20px;
	}

	.abNyContact_address .icon-location {
		width: 45px;
		height: 45px;
	}

	.abNyContact_address .address_text h3 {
		font-size: 20px;
		line-height: 32px;
	}

	.abNyContact_address .address_text .address_label {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.ab_NyContact {
		width: 94%;
		margin: 0 auto 40px;
	}

	.abNyContact_ewm_box ul {
		flex-direction: column;
		gap: 20px;
	}

	.abNyContact_ewm_box .ewm_item {
		padding: 25px 20px;
	}

	.abNyContact_ewm_box .ewm_qrcode {
		width: 150px;
		height: 150px;
	}

	.abNyContact_address {
		padding: 30px 20px;
	}

	.abNyContact_address .address_item {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}

	.abNyContact_address .address_icon {
		margin: 0 0 15px 0;
	}

	.abNyContact_address .address_text {
		width: 100%;
	}

	.abNyContact_address .address_text h3 {
		font-size: 16px;
		line-height: 26px;
		text-align: left;
	}

	.abNyContact_address .address_text .address_label {
		font-size: 13px;
		line-height: 22px;
		text-align: left;
	}
}

/*内页-联系我们 结束*/


/*内页-荣誉资质 开始*/
.ab_NyHonor {
	width: 1300px;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_NyHonor .abNyHonor_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.abNyHonor_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	padding: 20px;
	background-color: #f6f6f6;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.abNyHonor_list ul li:nth-child(4n+4) {
	margin: 0 0 20px;
}

.abNyHonor_list ul li .abIdxHonor_img {
	width: 100%;
	height: 242px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.abNyHonor_list ul li .abIdxHonor_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}

.abNyHonor_list ul li .abIdxHonor_img a img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.abNyHonor_list ul li:hover .abIdxHonor_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.abNyHonor_list ul li .abIdxHonor_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abNyHonor_list ul li .abIdxHonor_text a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.abNyHonor_list ul li:hover .abIdxHonor_text a {
	color: #E89513;
}

.abNyHonor_list ul li i {
	display: block;
	width: 0;
	height: 3px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #E89513;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.abNyHonor_list ul li:hover i {
	width: 100%;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyHonor {
		width: 90%;
	}

	.abNyHonor_list ul li .abIdxHonor_img {
		height: 190px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyHonor {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abNyHonor_list ul li {
		padding: 12px;
	}

	.abNyHonor_list ul li .abIdxHonor_img {
		height: 200px;
		margin: 0 auto 12px;
	}

	.abNyHonor_list ul li .abIdxHonor_text a {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}

	.abNyHonor_list ul li i {
		height: 3px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyHonor {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abNyHonor_list ul li {
		width: 31.333333%;
		margin: 0 3% 20px 0;
		padding: 12px;
	}

	.abNyHonor_list ul li:nth-child(4n+4) {
		margin: 0 3% 20px 0;
	}

	.abNyHonor_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.abNyHonor_list ul li .abIdxHonor_img {
		height: 200px;
		margin: 0 auto 12px;
	}

	.abNyHonor_list ul li .abIdxHonor_text a {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}

	.abNyHonor_list ul li i {
		height: 2px;
	}
}

@media (max-width: 767px) {
	.ab_NyHonor {
		width: 94%;
		margin: 0 auto 40px;
	}

	.abNyHonor_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
		padding: 12px;
	}

	.abNyHonor_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.abNyHonor_list ul li .abIdxHonor_img {
		height: 160px;
		margin: 0 auto 12px;
	}

	.abNyHonor_list ul li .abIdxHonor_text a {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.abNyHonor_list ul li i {
		height: 2px;
	}
}

@media (max-width: 320px) {
	.abNyHonor_list ul li {
		width: 100%;
		margin: 0 auto 20px;
		padding: 10px;
	}

	.abNyHonor_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.abNyHonor_list ul li .abIdxHonor_img {
		height: 240px;
		margin: 0 auto 10px;
	}

	.abNyHonor_list ul li .abIdxHonor_text a {
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
}

/*内页-荣誉资质 结束*/


/*内页-产品详情 开始*/
.ab_NyProDetail {
	width: 1300px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.ab_NyProDetail .abNyProDetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.abNyProDetail_con .abNyProDetail_left {
	width: 25%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.abNyProDetail_con .abNyProDetail_right {
	width: 72%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.abNyProDetail_right .abNyProDetail_ConTit {
	margin: 0 auto 30px;
	padding: 0;
	border-bottom: 2px solid #a5a5a5;
}

.abNyProDetail_ConTit p {
	width: 80px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0 19px;
	background-color: #a5a5a5;
}

.abNyProDetail_right .abNyProDetail_ConText {
	width: 100%;
	overflow: hidden;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 0;
}

.abNyProDetail_ConText img,
.abNyProDetail_ConText table,
.abNyProDetail_ConText tr,
.abNyProDetail_ConText td,
.abNyProDetail_ConText p,
.abNyProDetail_ConText span,
.abNyProDetail_ConText div,
.abNyProDetail_ConText video,
.abNyProDetail_ConText embed {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
	color: #333 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
}

.abNyProDetail_ConText table tr td p {
	text-indent: 0 !important;
}

.abNyProDetail_ConText img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-indent: 0 !important;
}

/* 产品详情页 - 上一篇下一篇 */
.ab_NyProDetail .ab_PrevNext {
	width: 100%;
	overflow: hidden;
	margin: 30px auto 0;
	padding: 20px 0 0;
	border-top: 2px solid #005461;
}

.ab_NyProDetail .ab_PrevNext ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ab_NyProDetail .ab_PrevNext ul li {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0;
}

.ab_NyProDetail .ab_PrevNext ul li a {
	color: #005461;
	text-decoration: none;
	transition: all 0.3s;
}

.ab_NyProDetail .ab_PrevNext ul li a:hover {
	color: #E89513;
	text-decoration: underline;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.ab_NyProDetail {
		width: 90%;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyProDetail {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abNyProDetail_con .abNyProDetail_left,
	.abNyProDetail_con .abNyProDetail_right {
		width: 100%;
	}

	.abNyProDetail_right .abNyProDetail_ConTit {
		margin: 0 auto 25px;
		padding: 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.ab_NyProDetail {
		width: 96%;
		margin: 0 auto 40px;
	}

	.abNyProDetail_con .abNyProDetail_left,
	.abNyProDetail_con .abNyProDetail_right {
		width: 100%;
	}

	.abNyProDetail_con .abNyProDetail_left {
		margin: 0 auto 20px;
	}

	.abNyProDetail_right .abNyProDetail_ConTit {
		margin: 0 auto 20px;
		padding: 0;
	}
}

@media (max-width: 767px) {
	.ab_NyProDetail {
		width: 94%;
		margin: 0 auto 40px;
	}

	.abNyProDetail_con .abNyProDetail_left,
	.abNyProDetail_con .abNyProDetail_right {
		width: 100%;
	}

	.abNyProDetail_con .abNyProDetail_right {
		margin: 20px auto 0;
	}

	.abNyProDetail_right .abNyProDetail_ConTit {
		margin: 0 auto 20px;
		padding: 0;
	}

	.abNyProDetail_right .abNyProDetail_ConText {
		max-height: 99999999999999999999999px;
	}

	.abNyProDetail_ConText div {
		max-height: 99999999999999999999999px;
	}
}

.pro_detail_main {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.pro_detail_main .pro_detail_img {
	width: 480px;
	height: 480px;
	overflow: hidden;
	margin: 0;
	padding: 10px;
	border: 1px solid #eaeaea;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.pro_detail_img .pro_detail_img_main {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.pro_detail_img_main img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.pro_detail_main .pro_detail_text {
	width: 53%;
	min-height: 360px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 80px;
	float: right;
	position: relative;
}

.pro_detail_text h1 {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}

.pro_detail_text .jyms {
	width: 100%;
	height: 140px;
	overflow: hidden;
	margin: 20px auto;
	padding: 20px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.pro_detail_text .jyms p {
	width: 100%;
	height: 100px;
	overflow: hidden;
	line-height: 25px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.pro_detail_text .jyms p span {
	color: #333;
	font-weight: bold;
}

.pro_detail_text ul {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.pro_detail_text ul li {
	width: 100%;
	height: 32px;
	overflow: hidden;
	line-height: 32px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.pro_detail_text ul li img {
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 7px 4px 7px 0;
	padding: 0;
	float: left;
}

.pro_detail_text ul li span {
	color: #333;
}

.pro_detail_text .pro_detail_btn {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pro_detail_btn a {
	display: block;
	width: 48%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #fff;
	font-size: 22px;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}

.pro_detail_btn a.prodtl_btn1 {
	float: left;
	margin: 0 4% 0 0;
	background-color: #a5a5a5;
	color: #fff
}

.pro_detail_btn a.prodtl_btn2 {
	float: left;
	background-color: #fe9b02;
	color: #fff
}

.pro_detail_btn a.prodtl_btn1:hover {
	background-color: #E89513;
}

.pro_detail_btn a.prodtl_btn2:hover {
	background-color: #E89513;
}

/**产品详情页产品图片切换**/
.prodetail_img {
	width: 44%;
	height: 440px;
	margin: 0;
	padding: 0;
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#preview {
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 100%;
	height: 70px;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}

#spec-left,
#spec-right {
	width: 32px;
	height: 60px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
	border: none;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	z-index: 2;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

#spec-left:before,
#spec-right:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #E89513 0%, #d17e0a 100%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

#spec-left:hover:before,
#spec-right:hover:before {
	opacity: 1;
}

#spec-left:hover,
#spec-right:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 12px rgba(232, 149, 19, 0.3);
}

#spec-left.disabled,
#spec-right.disabled {
	opacity: 0.3;
	cursor: not-allowed;
	box-shadow: none;
}

#spec-left.disabled:hover,
#spec-right.disabled:hover {
	transform: scale(1);
	box-shadow: none;
}

#spec-left.disabled:before,
#spec-right.disabled:before {
	display: none;
}

#spec-left span,
#spec-right span {
	font-size: 16px;
	font-weight: 600;
	color: #E89513;
	position: relative;
	z-index: 1;
	transition: color 0.3s ease;
}

#spec-left:hover span,
#spec-right:hover span {
	color: #fff;
}

#spec-left.disabled span,
#spec-right.disabled span {
	color: #999;
}

#spec-list {
	width: calc(100% - 70px);
	float: none;
	overflow-x: auto;
	overflow-y: hidden;
	margin: 0 5px;
	scroll-behavior: auto; /* 改为auto，使用JS控制平滑滚动 */
	position: relative;
	cursor: grab;
	user-select: none;
	-webkit-overflow-scrolling: touch; /* iOS平滑滚动 */
}

#spec-list.grabbing {
	cursor: grabbing;
	scroll-behavior: auto;
}

/* 自定义滚动条样式 */
#spec-list::-webkit-scrollbar {
	height: 6px;
}

#spec-list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 3px;
}

#spec-list::-webkit-scrollbar-thumb {
	background: #E89513;
	border-radius: 3px;
}

#spec-list::-webkit-scrollbar-thumb:hover {
	background: #d17e0a;
}

#spec-list ul {
	display: flex;
	padding: 0;
	margin: 0;
}

#spec-list ul li {
	float: none;
	display: block;
	width: 80px;
	min-width: 80px;
	height: 70px;
	margin-right: 8px;
	flex-shrink: 0;
	padding: 0;
}

#spec-list ul li:last-child {
	margin: 0;
}

#spec-list ul li p {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: border-color 0.2s ease;
}

#spec-list ul li:hover p {
	border: 1px solid #1f71c2;
}

#spec-list ul li img {
	display: block;
	max-width: 94%;
	max-height: 94%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

/*jqzoom*/
.jqzoom {
	position: relative;
	width: 100%;
	height: 360px;
	overflow: hidden;
	padding: 0;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.jqzoom img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	background: url(../images/loading.gif) #fff no-repeat center center;
	border: 1px solid #eaeaea;
	display: none;
	text-align: center;
	overflow: hidden;
	left: 104% !important;
	top: 0 !important;
}

.bigimg {}

.jqZoomPup {
	width: 200px !important;
	height: 200px !important;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/mask.png) 0 0 repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

/* 移除重复的#spec-list定义，保留在上面的主定义中 */

#ceshi {
	display: block;
	margin: auto !important;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.prodetail_img a.videoIco {
	left: 20px !important;
	bottom: 20px !important;
	z-index: 99 !important;
}

.Warning {
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width:1299px) and (min-width:1080px) {
	.pro_detail_main {
		width: 100%;
		padding: 0;
	}

	.prodetail_img {
		width: 45%;
		position: inherit;
		float: left;
	}

	#preview,
	#spec-n5,
	#spec-list,
	.jqzoom {
		width: 100%;
	}

	.pro_detail_main .pro_detail_text {
		width: 52%;
	}

	.pro_detail_text .pro_detail_btn {
		width: 100%;
	}

	.zoomdiv {
		left: 104% !important;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.ab_NyProDetail {
		margin: 40px auto;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.pro_detail_main {
		width: 100%;
		margin: 0 auto 20px;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 20px 0 20px;
	}

	#preview {
		width: 100%;
	}

	.jqzoom {
		width: 100%;
		height: 340px;
	}

	.pro_detail_main .pro_detail_text {
		width: 100%;
		padding-top: 0;
		height: auto;
		min-height: 260px;
		padding-bottom: 48px;
	}

	.pro_detail_text h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.pro_detail_text .jyms {
		margin: 10px auto;
		padding: 12px 16px;
		height: auto;
	}

	.pro_detail_text .jyms p {
		height: auto;
		max-height: 100px;
	}

	.pro_detail_text ul {
		overflow: hidden;
		margin: 10px auto;
	}

	.pro_detail_text ul li {
		font-size: 14px;
		margin: 6px auto;
	}

	.pro_detail_text .pro_detail_btn {
		height: 48px;
	}

	.pro_detail_btn a {
		height: 48px;
		line-height: 48px;
		width: 48%;
		font-size: 22px;
	}

	.pro_detail_btn a.prodtl_btn1 {
		margin: 0 4% 0 0;
	}

	#spec-n5 {
		width: 100%;
	}

	#spec-list {
		width: 100%;
	}

	.zoomdiv,
	.jqZoomPup {
		display: none !important;
	}
}

@media (max-width:767px) {
	.pro_detail_main {
		width: 100%;
		margin: 0 auto 20px;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 20px auto 20px;
	}

	#preview {
		width: 100%;
	}

	.jqzoom {
		width: 100%;
		height: 285px;
	}

	.pro_detail_main .pro_detail_text {
		width: 100%;
		padding-top: 0;
		height: auto;
		min-height: 260px;
		padding-bottom: 48px;
	}

	.pro_detail_text h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.pro_detail_text .jyms {
		margin: 10px auto;
		padding: 12px;
		height: auto;
	}

	.pro_detail_text ul {
		overflow: hidden;
		margin: 10px auto;
	}

	.pro_detail_text ul li {
		font-size: 14px;
		margin: 4px auto;
	}

	.pro_detail_text .pro_detail_btn {
		height: 48px;
	}

	.pro_detail_btn a {
		height: 48px;
		line-height: 48px;
		width: 48%;
		font-size: 16px;
	}

	.pro_detail_btn a.prodtl_btn1 {
		margin: 0 4% 0 0;
	}

	#spec-n5 {
		width: 100%;
		height: 60px;
		padding-top: 5px;
	}

	#spec-left,
	#spec-right {
		width: 28px;
		height: 55px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	}

	#spec-left span,
	#spec-right span {
		font-size: 14px;
	}

	#spec-left:hover,
	#spec-right:hover {
		transform: scale(1);
	}

	#spec-list {
		width: calc(100% - 60px);
	}

	#spec-list ul li {
		width: 65px;
		min-width: 65px;
		height: 60px;
		margin-right: 5px;
	}

	.zoomdiv,
	.jqZoomPup {
		display: none !important;
	}
}

/*内页-产品详情 结束*/


/*横向长方形折叠客服菜单 - 简约扁平化*/
.service-panel {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}

/* 主按钮 */
.service-toggle {
	width: 130px;
	height: 50px;
	background: #f5a623;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	color: #fff;
}

.service-toggle:hover {
	background: #ff9933;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.toggle-icon {
	font-size: 24px;
}

.toggle-text {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1px;
}

/* 折叠列表容器 */
.service-list {
	position: absolute;
	bottom: 65px;
	right: 0;
	width: 260px;
	max-height: 0;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
	transition: max-height 0.4s ease, opacity 0.3s ease;
	opacity: 0;
}

.service-panel.expanded .service-list {
	max-height: 400px;
	opacity: 1;
}

/* 列表项 */
.service-item {
	display: flex;
	align-items: center;
	padding: 12px 15px;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	text-decoration: none;
	color: #333;
	transition: background 0.2s ease;
}

.service-item:last-child {
	border-bottom: none;
}

.service-item:hover {
	background: #fff5e6;
}

/* 图标 */
.service-icon {
	width: 45px;
	height: 45px;
	background: #f5a623;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	flex-shrink: 0;
	margin-right: 12px;
	color: #fff;
}

/* 信息区域 */
.service-info {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.service-name {
	font-size: 15px;
	font-weight: 700;
	color: #333;
}

.service-phone {
	font-size: 13px;
	color: #666;
	letter-spacing: 0.5px;
}

/* 返回顶部按钮（独立） */
.back-to-top-btn {
	width: 130px;
	height: 50px;
	background: #666;
	border-radius: 8px;
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	cursor: pointer;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	color: #fff;
	margin-top: 8px;
}

.back-to-top-btn.visible {
	display: flex;
}

.back-to-top-btn:hover {
	background: #888;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

/* 移动端适配 */
@media (max-width: 768px) {
	.service-panel {
		right: 10px;
		bottom: 10px;
	}

	.service-toggle {
		width: 110px;
		height: 45px;
	}

	.back-to-top-btn {
		width: 110px;
		height: 45px;
	}

	.toggle-text {
		font-size: 14px;
	}

	.service-list {
		width: 240px;
	}

	.service-name {
		font-size: 14px;
	}

	.service-phone {
		font-size: 12px;
	}
}

/*横向长方形折叠客服菜单 结束*/

.offline {
	z-index: 99 !important;
}

.ab_img img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

.ab_img p {
	text-wrap: inherit !important;
}

.ab_img p span {
	text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

/* ========================================
   案例详情页响应式布局修复
   ======================================== */

/* 平板端布局 (768px - 1023px) */
@media screen and (max-width: 1023px) and (min-width: 768px) {
	.ab_CaseDetail .CaseDetail_images ul li {
		width: 48%;
		margin: 0 4% 4% 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n) {
		margin-right: 4%; /* Reset 4n rule */
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(2n) {
		margin-right: 0; /* Remove margin on every 2nd item */
	}

	.ab_CaseDetail .CaseDetail_images ul li .case_img_box {
		padding-bottom: 75%; /* Maintain 4:3 aspect ratio */
	}
}

/* 手机端布局 (480px - 767px) */
@media (max-width: 767px) {
	.ab_CaseDetail .CaseDetail_images ul li {
		width: 48%;
		margin: 0 4% 4% 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n) {
		margin-right: 4%;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li .case_img_box {
		padding-bottom: 75%;
	}
}

/* 小屏手机布局 (< 480px) */
@media (max-width: 480px) {
	.ab_CaseDetail .CaseDetail_images ul li {
		width: 100%;
		margin: 0 0 15px;
		float: none;
	}

	.ab_CaseDetail .CaseDetail_images ul li:nth-child(4n),
	.ab_CaseDetail .CaseDetail_images ul li:nth-child(2n) {
		margin-right: 0;
	}

	.ab_CaseDetail .CaseDetail_images ul li .case_img_box {
		padding-bottom: 66.67%; /* 3:2 aspect ratio for mobile */
	}
}