/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* QQ：9490489 */
/* 微信：wwwadminbuycn */
* {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

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;
}

.clearfix:after {
	content: '.';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0px;
}

.clearfix {
	zoom: 1
}

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;
}

.w1300 {
	width: min(calc(100% - 48px), 1800px);
	max-width: 1800px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* 平板与手机端保持原有留白比例，不强制 1800px */
@media screen and (max-width:1399px) and (min-width:768px) {
	.w1300 {
		width: 96%;
		max-width: none;
	}
}

@media screen and (max-width:767px) {
	.w1300 {
		width: 94%;
		max-width: none;
	}
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 4px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	border-radius: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	background-color: #0a1a3e;
}

::-webkit-scrollbar-thumb:window-inactive {
	background-color: #0a1a3e;
}


/*top*/
.adminbuy_header {
	position: relative;
}

.adminbuy_top {
	z-index: 1000;
	top: 20px;
	position: absolute;
	height: 140px;
	background-color: rgba(255, 255, 255, .98);
	padding: 0 40px;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(100% - 48px);
	max-width: 1800px;
	border-radius: 14px 0 14px 0;
	transition: .3s all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.adminbuy_top.cur {
	max-width: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	border-radius: 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.adminbuy_logo {
	float: left;
	height: 55px;
	margin-top: 10px;
}

.adminbuy_logo img {
	height: 55px;
	image-rendering: -webkit-optimize-contrast;
}

.adminbuy_logo-side {
	float: right;
	padding-top: 22px;
}
 #allmap{
        width:100%;
        height: 100%;
    }

.body111 {
	width: 100%;
	min-height: 520px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.body111 canvas {
	max-width: 100%;
	height: auto;
}
.hn-tel {
	float: left;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	color: #2F6F95;
	font-weight: bold;
}

.hn-tel span {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	background: #2F6F95 url(../images/icon-tel.png) no-repeat center;
}

.hn-lan {
	float: right;
	margin-left: 20px;
	cursor: pointer;
}

.lan-list {
	margin-top: 3px;
	font-size: 14px;
	line-height: 16px;
	color: #8C8D8E;
	transition: 0.3s;
}

.lan-list:first-child {
	margin-right: 14px;
	border-right: 1px solid #D1D3D6;
	padding-right: 14px;
}

.hn-lan .active,
.lan-list:hover {
	color: #2F6F95;
}

.adminbuy_nav {
	height: 62px;
}

.hn-item {
	float: left;
	position: relative;
}

.hn-text {
	position: relative;
}

.hn-text a {
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #363839;
	text-align: center;
	padding: 0 30px;
}

.hn-item[data-soncount="0"] > .hn-subnav,
.hn-item[data-soncount="0"] > .hn-text > .hn-sub-toggle,
.hn-sub-item[data-soncount="0"] > .hn-subnav,
.hn-sub-item[data-soncount="0"] > .hn-sub-toggle {
	display: none;
}

.hn-sub-toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.hn-sub-toggle span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px auto 0;
	border-right: 2px solid #8c8d8e;
	border-bottom: 2px solid #8c8d8e;
	transform: rotate(45deg);
	transition: transform .2s ease;
}

.hn-subnav {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 240px;
	min-width: 200px;
	max-width: calc(100vw - 40px);
	max-height: none;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #fff;
	border-top: 3px solid #2F6F95;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
	box-sizing: border-box;
	overflow: visible;
	z-index: 100001;
}

.hn-item.has-sub:hover > .hn-subnav,
.hn-item.has-sub:focus-within > .hn-subnav {
	display: block;
}

.hn-item.has-sub > .hn-text > a::after {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 0 3px 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
}

.hn-subnav li {
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

.hn-subnav-level2 > .hn-sub-item {
	position: relative;
	width: 100%;
}

.hn-sub-item {
	position: relative;
}

.hn-subnav .hn-subnav {
	top: 0;
	left: 100%;
	width: 240px;
	min-width: 200px;
	max-width: calc(100vw - 40px);
	max-height: none;
	padding: 8px 0;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
	overflow: visible;
}

.hn-subnav .hn-sub-item.has-sub:hover > .hn-subnav,
.hn-subnav .hn-sub-item.has-sub:focus-within > .hn-subnav {
	display: block;
}

.hn-sub-item.has-sub > .hn-sub-link::after {
	content: '›';
	float: right;
	margin-left: 12px;
	font-size: 22px;
	line-height: 40px;
	color: #8c8d8e;
}

.hn-subnav li a {
	display: block;
	float: none;
	height: auto;
	padding: 0 22px;
	line-height: 42px;
	font-size: 14px;
	color: #363839;
	white-space: nowrap;
	text-align: left;
	background: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hn-subnav li a:hover,
.hn-subnav li.active a {
	color: #2F6F95;
	background: #eef5f8;
}

.adminbuy_hnCont {
	float: left;
	margin-left: -30px;
}

.hn-item:first-child {
	background: none;
}

.adminbuy_headNav .active .hn-text a,
.adminbuy_headNav .hn-text a:hover {
	color: #2F6F95;
	background: radial-gradient(circle, #2F6F95 0 3px, transparent 3.5px) center 50px / 8px 8px no-repeat;
}

.adminbuy_noban-top .hn-text {
	color: #333;
	border-color: #ebebeb;
}

.adminbuy_noban-top,
.adminbuy_noban-top .hn-tel {
	border-color: #ebebeb;
}

.adminbuy_search {
	float: right;
	position: relative;
}

.adminbuy_search input.sr {
	margin-top: 12px;
	width: 252px;
	height: 36px;
	background: #fff;
	border: 1px solid rgb(233, 233, 233);
	border-radius: 100px;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 36px;
	transition: 0.3s;
}

.adminbuy_search .btn-search {
	position: absolute;
	width: 36px;
	height: 36px;
	padding: 0;
	font: inherit;
	border-radius: 50%;
	transition: 0.36s;
	cursor: pointer;
	right: 0px;
	top: 12px;
	border: 0;
	background: #2F6F95 url(../images/icon-search.png) no-repeat center;
}

.adminbuy_search input.sr:focus,
.adminbuy_search input.sr:focus-visible {
	border-color: #2F6F95;
}

.adminbuy_search .btn-search:hover,
.adminbuy_search .btn-search:focus-visible {
	background: #2F6F95 url(../images/icon-search.png) no-repeat center;
}

@media screen and (max-width:1299px) {
	.hn-text a {
		padding: 0 18px;
	}
}

@media screen and (max-width:1079px) {
	.hn-tel {
		display: none;
	}

	.hn-item.has-sub > .hn-text > a::after {
		display: none;
	}

	.adminbuy_nav {
		height: 0;
		margin: 0;
	}

	.adminbuy_nav .adminbuy_hnCont {
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		position: fixed;
		top: 0;
		left: -100%;
		z-index: 999999;
		transition: left 0.35s ease;
		-webkit-transition: left 0.35s ease;
		will-change: left;
	}

	.adminbuy_nav .nav_menu {
		appearance: none;
		-webkit-appearance: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 5px;
		width: 42px;
		height: 42px;
		padding: 0;
		background: #2F6F95;
		border: 1px solid #245a78;
		border-radius: 10px;
		margin: 0;
		position: absolute;
		top: 17px;
		right: 3%;
		z-index: 1000001;
		box-shadow: 0 4px 12px rgba(23, 63, 86, .18);
		transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
	}

	.adminbuy_nav .nav_menu span {
		display: block;
		width: 20px;
		height: 2px;
		margin: 0;
		background-color: #fff;
		border-radius: 1px;
		transition: transform .2s ease, opacity .2s ease;
	}

	.adminbuy_nav .nav_menu:hover,
	.adminbuy_nav .nav_menu:focus-visible {
		background: #173f56;
		box-shadow: 0 5px 14px rgba(23, 63, 86, .28);
	}

	.adminbuy_nav .nav_menu:focus-visible {
		outline: 3px solid rgba(142, 220, 240, .85);
		outline-offset: 3px;
	}

	.adminbuy_nav .nav_menu[aria-expanded="true"] {
		background: #173f56;
	}

	.adminbuy_nav .nav_menu[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.adminbuy_nav .nav_menu[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.adminbuy_nav .nav_menu[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.adminbuy_nav .open {
		width: 100%;
		overflow: hidden;
		left: 0%;
	}

	.adminbuy_nav .adminbuy_hnCont .nav_boxul {
		width: 82%;
		max-width: 360px;
		background-color: #fff;
		height: 100%;
		position: relative;
		z-index: 999999;
		border-top: 10px solid #03731f;
		overflow-y: auto;
		overflow-x: hidden;
		overscroll-behavior: contain;
		-ms-overflow-style: none;
		scrollbar-width: none;
		box-sizing: border-box;
	}

	.adminbuy_nav .adminbuy_hnCont .nav_boxul::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-item,
	.adminbuy_nav .adminbuy_hnCont .hn-sub-item {
		float: none;
		width: 100%;
		border-bottom: 1px solid #eeeeee;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-text {
		display: flex;
		align-items: center;
		min-height: 52px;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-text a {
		float: none;
		flex: 1;
		height: 52px;
		line-height: 52px;
		padding: 0 18px;
		text-align: left;
		background: none;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-text a:hover,
	.adminbuy_nav .open .hn-item.active > .hn-text a {
		background: none;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-sub-toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		right: 12px;
		width: 38px;
		height: 38px;
		margin-top: -19px;
		border: 1px solid #eeeeee;
		border-radius: 3px;
		background: #fff;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-item[data-soncount="0"] > .hn-text .hn-sub-toggle {
		display: none;
	}

	/* Mobile navigation intentionally stops at the second level. */
	.adminbuy_nav .adminbuy_hnCont .hn-subnav-level3,
	.adminbuy_nav .adminbuy_hnCont .hn-subnav-level4,
	.adminbuy_nav .adminbuy_hnCont .hn-subnav-level5 {
		display: none !important;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav-level2 > .hn-sub-item > .hn-sub-toggle,
	.adminbuy_nav .adminbuy_hnCont .hn-subnav-level2 > .hn-sub-item > .hn-sub-link::after {
		display: none;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-sub-toggle span {
		margin: -4px 0 0;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-item.expanded > .hn-text .hn-sub-toggle span {
		margin-top: 4px;
		transform: rotate(225deg);
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav,
	.adminbuy_nav .adminbuy_hnCont .hn-item.has-sub:hover > .hn-subnav,
	.adminbuy_nav .adminbuy_hnCont .hn-item.has-sub:focus-within > .hn-subnav,
	.adminbuy_nav .adminbuy_hnCont .hn-sub-item.has-sub:hover > .hn-subnav,
	.adminbuy_nav .adminbuy_hnCont .hn-sub-item.has-sub:focus-within > .hn-subnav {
		display: none;
		position: static;
		width: 100%;
		min-width: 0;
		min-height: 0;
		max-width: none;
		max-height: none;
		padding: 0;
		border-top: 1px solid #eeeeee;
		border-left: 0;
		box-shadow: none;
		background: #fafafa;
		overflow: visible;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-item.expanded > .hn-subnav,
	.adminbuy_nav .adminbuy_hnCont .hn-sub-item.expanded > .hn-subnav {
		display: block;
	}
	/* Keep an explicitly opened submenu visible while its toggle has focus. */
	.adminbuy_nav .adminbuy_hnCont .hn-item.expanded:focus-within > .hn-subnav,
	.adminbuy_nav .adminbuy_hnCont .hn-sub-item.expanded:focus-within > .hn-subnav {
		display: block;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav li {
		border-bottom: 1px solid #eeeeee;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav li a {
		display: flex;
		align-items: center;
		position: relative;
		min-height: 46px;
		padding: 0 18px 0 36px;
		line-height: 46px;
		font-size: 14px;
		background: transparent;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav-level4 > .hn-sub-item > .hn-sub-link {
		padding-left: 54px;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav-level5 > .hn-sub-item > .hn-sub-link {
		padding-left: 72px;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav li a:hover,
	.adminbuy_nav .adminbuy_hnCont .hn-subnav li.active a {
		color: #2F6F95;
		background: #eef5f8;
	}

	.adminbuy_nav .open .nav_boxul > .hn-item.active {
		background-color: #2F6F95;
		border-bottom: 1px solid #2F6F95;
	}

	.adminbuy_nav .open .nav_boxul > .hn-item.active > .hn-text > a {
		color: #fff;
	}

	.adminbuy_nav .open .nav_mask {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		position: absolute;
		left: 0;
		top: 0;
		z-index: 999998;
	}

	.adminbuy_search {
		width: 100%;
	}

	.adminbuy_search input.sr {
		width: calc(100% - 48px);
		border-radius: 30px;
		height: 40px;
		line-height: 40px;
		padding-right: 52px;
	}

	.adminbuy_search .btn-search {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 10px;
		right: 0;
		border-radius: 50%;
	}
}

@media screen and (max-width:1079px) {
	.adminbuy_top {
		top: 0;
		position: static;
		width: 100%;
		max-width: none;
		padding: 0 3%;
	}
}

@media screen and (max-width:767px) {
	.adminbuy_top {
		top: 0;
		border-radius: 0;
		padding: 0 3%;
		height: 120px;
		position: static;
	}

	.adminbuy_logo,
	.adminbuy_logo img {
		height: 43px;
	}

	.adminbuy_nav .nav_menu {
		top: 10px;
	}

	.adminbuy_nav .nav_menu span {
		width: 20px;
	}
}

@media screen and (max-width:375px) {

	.adminbuy_logo,
	.adminbuy_logo img {
		height: 37px;
	}

	.adminbuy_nav .nav_menu {
		top: 8px;
	}
}

@media screen and (max-width:320px) {

	.adminbuy_logo,
	.adminbuy_logo img {
		height: 30px;
	}

	.adminbuy_nav .nav_menu {
		top: 6px;
	}

	.adminbuy_top {
		height: 103px;
	}
}


/* banner 开始 */
.apple-banner {
	width: 100%;
	height: 890px;
	overflow: hidden;
	background-size: 100% 890px;
	position: relative;
	z-index: 999;
}

.apple-banner .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.apple-banner .swiper-container .swiper-button-prev,
.apple-banner .swiper-container .swiper-button-next {
	width: 30%;
	height: 100%;
	top: 0;
	background: none;
	margin: 0;
	pointer-events: none;
}

.apple-banner .swiper-container .swiper-button-prev {
	left: 0;
}

.apple-banner .swiper-container .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;
	pointer-events: auto;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s 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-container .swiper-slide {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.apple-banner .swiper-container .swiper-slide:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	_background: url(../images/hengxiansunny.png)repeat center;
	left: 0;
	z-index: 2;
	opacity: 0.4;
}

.apple-banner .swiper-container .swiper-slide .conn {
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 100%;
}

/* Right-aligned information card shared by every home-page banner slide */
.apple-banner .banner-info-card {
	position: absolute;
	top: 50%;
	right: clamp(24px, 8vw, 160px);
	z-index: 10;
	box-sizing: border-box;
	width: min(600px, calc(100% - 48px));
	margin: 0;
	padding: 42px 44px 40px;
	transform: translateY(-50%);
	border: 1px solid rgba(255, 255, 255, .82);
	border-radius: 16px;
	background: rgba(255, 255, 255, .88);
	box-shadow: 0 18px 42px rgba(22, 60, 82, .18);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	color: #39434a;
}

.apple-banner .banner-info-card h2 {
	margin: 0;
	color: #2f6f95;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.13;
	letter-spacing: .01em;
}

.apple-banner .banner-info-card-divider {
	width: 100%;
	height: 1px;
	margin: 22px 0 18px;
	background: rgba(47, 111, 149, .22);
}

.apple-banner .banner-info-card p {
	max-width: 520px;
	margin: 0;
	color: #3e464b;
	font-size: 20px;
	line-height: 1.6;
}

.apple-banner .banner-info-card-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 226px;
	height: 52px;
	margin-top: 24px;
	padding: 0 24px;
	box-sizing: border-box;
	border-radius: 7px;
	background: #2f6f95;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .02em;
	text-decoration: none;
	transition: background-color .2s ease, transform .2s ease;
}

.apple-banner .banner-info-card-cta span {
	font-size: 25px;
	line-height: .8;
}

.apple-banner .banner-info-card-cta:hover,
.apple-banner .banner-info-card-cta:focus-visible {
	background: #245a78;
	transform: translateY(-1px);
	outline: none;
}

.apple-banner .swiper-container .swiper-slide .conn .bg {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-animation: 15s infinite activeB;
	-moz-animation: 15s infinite activeB;
	-ms-animation: activeB 15s infinite;
	-o-animation: 15s infinite activeB;
	animation: 15s infinite activeB;
	overflow: hidden;
	position: absolute;
	top: 0;
	left;
	0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.apple-banner .swiper-container .slide_video {
	/*padding:0 0 0; */
	position: relative;
	overflow: hidden;
}

.apple-banner .swiper-container .swiper-slide video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	/*height:100%;*/
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	object-fit: cover;
}

.ba_PrevNext {
	width: 45%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: rgba(13, 81, 152, 0.9);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
}

@media screen and (max-width:1699px) {
	.apple-banner {
		height: 790px;
	}
}

@media screen and (max-width:1399px) {
	.apple-banner {
		height: 690px;
	}
}

@media screen and (max-width:1099px) {
	.apple-banner {
		height: 590px;
	}
}

@media screen and (max-width:899px) {
	.apple-banner {
		height: 490px;
	}
}

@media screen and (max-width:767px) {
	.apple-banner {
		height: 250px;
	}

	.apple-banner .swiper-pagination {
		bottom: 20px;
	}

	.apple-banner .banner-info-card {
		top: auto;
		right: 16px;
		bottom: 16px;
		left: 16px;
		width: auto;
		max-width: none;
		padding: 18px 20px;
		transform: none;
		border-radius: 12px;
	}

	.apple-banner .banner-info-card h2 {
		font-size: 23px;
		line-height: 1.15;
	}

	.apple-banner .banner-info-card-divider {
		margin: 10px 0 9px;
	}

	.apple-banner .banner-info-card p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		font-size: 14px;
		line-height: 1.45;
	}

	.apple-banner .banner-info-card-cta {
		min-width: 150px;
		height: 40px;
		margin-top: 14px;
		padding: 0 16px;
		font-size: 14px;
	}
}

@media screen and (max-width:375px) {
	.apple-banner {
		height: 240px;
	}

	.apple-banner .banner-info-card {
		bottom: 16px;
		padding: 15px 16px;
	}

	.apple-banner .banner-info-card h2 {
		font-size: 20px;
	}

	.apple-banner .banner-info-card p {
		font-size: 13px;
	}
}

@media screen and (max-width:320px) {
	.apple-banner {
		height: 240px;
	}
}

@keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-moz-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-ms-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-webkit-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-o-keyframes activeB {

	0%,
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.ba_text1 {
	width: 100%;
	max-width: 1600px;
	overflow: hidden;
	margin: 260px auto 0;
	padding: 0;
	position: relative;
	z-index: 10;
}

.ba_text1 p {
	width: 80%;
	overflow: hidden;
	line-height: 60px;
	color: #fff;
	font-size: 58px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	letter-spacing: 4px;
	margin: 0 auto;
	padding: 0;
}

.ba_text1 em {
	display: block;
	width: 60px;
	height: 5px;
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
	background-color: #fff;
}

.ba_text1 span {
	display: block;
	width: 80%;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	margin: 0 auto;
	padding: 0;
}

.ba_text1 a {
	display: block;
	width: 220px;
	height: 60px;
	overflow: hidden;
	line-height: 58px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	border-radius: 30px;
	margin: 80px auto 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

.ba_text1 a img {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: -4px 0 0 8px;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
}

.ba_text1 a:hover {
	width: 240px;
}

.ba_text1 a:hover img {
	margin: -4px 0 0 20px;
}

.ba_scroll {
	width: 60px;
	overflow: hidden;
	margin: 0 0 0 -30px;
	padding: 0;
	position: absolute;
	left: 50%;
	bottom: 10px;
	z-index: 99;
	cursor: pointer;
	display: none;
}

.ba_scroll span {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	color: #fff;
	font-family: "Helvetica";
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.ba_scroll p {
	width: 24px;
	height: 36px;
	overflow: hidden;
	margin: 5px auto 0;
	padding: 0;
	border: 1px solid #fff;
	border-radius: 12px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ba_scroll p i {
	display: block;
	width: 1px;
	height: 12px;
	overflow: hidden;
	background-color: #fff;
	margin: 12px auto;
	padding: 0;
	animation-name: scrollTip;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

/*分页器*/
.apple-banner .swiper-pagination {
	top: auto;
	bottom: 40px;
	background: none;
	opacity: 0;
}

.apple-banner .swiper-pagination-bullet {
	display: inline-block;
	width: 12px;
	margin: 0 6px;
	cursor: pointer;
	background: none;
	border-radius: 0;
	opacity: 1;
	border-radius: 6px;
}

.apple-banner .swiper-pagination-bullet span {
	width: 12px;
	height: 12px;
	display: block;
	background: rgba(255, 255, 255, 1);
	border-radius: 50%;
}

.apple-banner .swiper-pagination-bullet-active span {
	background-color: #2F6F95;
}

.apple-banner .autoplay .swiper-pagination-bullet-active span {
	background: rgba(255, 255, 255, 1);
}

.apple-banner .swiper-pagination-bullet i {
	background-color: #2F6F95;
	height: 12px;
	transform: scaleX(0);
	transform-origin: 0;
	display: block;
}

.apple-banner .autoplay .firsrCurrent i {
	transition: transform 5.6s linear;
	transform: scaleX(1);
	border-radius: 6px;
}

.apple-banner .autoplay .current i {
	transition: transform 5.6s linear;
	transform: scaleX(1);
	border-radius: 6px;
}

.apple-banner .autoplay .replace span {
	background-color: #2F6F95;
}

.h_ys_scoll {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 108px;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3;
	padding: 15px 0;
	color: #fff;
	text-align: center;
}

.h_ys_scoll .item {
	position: relative;
}

.h_ys_scoll .lSPrev,
.h_ys_scoll .lSNext {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -20px;
	background: url(../images/tjprev01.png) center center no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
}

.h_ys_scoll .lSNext {
	left: auto;
	right: -60px;
	background: url(../images/tjnext01.png) center center no-repeat;
	background-size: 40px 40px;
}

.h_ys_scoll .lSPrev:hover {
	background: url(../images/tjprev01.png) center center no-repeat;
	background-size: 40px 40px;
	filter: hue-rotate(168deg) saturate(.8);
}

.h_ys_scoll .lSNext:hover {
	background: url(../images/tjnext01.png) center center no-repeat;
	background-size: 40px 40px;
	filter: hue-rotate(168deg) saturate(.8);
}

.h_ys_scoll .content-slider {
	width: 100%;
	overflow: hidden;
}

.h_ys_scoll .content-slider li {
	margin-right: 2%;
	width: 23.5%;
}

.h_ys_scoll .content-slider li .pic {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 70px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.h_ys_scoll .content-slider li .pic1 {
	background: url(../images/h_ys1.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic2 {
	background: url(../images/h_ys2.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic3 {
	background: url(../images/h_ys4.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic4 {
	background: url(../images/h_ys3.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .content-slider li .pic5 {
	background: url(../images/h_ys5.png) center center no-repeat;
	background-size: 60px;
}

.h_ys_scoll .lSPager {
	display: none;
}

.h_ys_scoll .content-slider li .tlt {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:1420px) {
	.lSAction {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.h_ys_scoll {
		display: none;
	}
}

/*热门关键词&搜索 开始*/
.adminbuy_hotkw_search {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	background: #efefef url(../images/hotkw_search_bg.jpg) center center repeat-y;
	position: relative;
	z-index: 9;
}

.adminbuy_hotkw_search .hotkw_search_main {
	width: min(calc(100% - 48px), 1800px);
	max-width: 1800px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search_main .hotkw_search_left {
	width: 28%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 25px 0;
	background-color: #2F6F95;
	float: left;
}

.hotkw_search_left p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.hotkw_search_left span {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
}

.hotkw_search_main .hotkw_search_right {
	width: 68%;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 20px 4%;
	background-color: #efefef;
	float: right;
}

.hotkw_search_right .hotkw_left {
	float: left;
	width: 60%;
	height: auto;
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.hotkw_search_right .hotkw_left span {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #2F6F95;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

.hotkw_search_right .hotkw_left p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #797979;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.hotkw_search_right .hotkw_left p a {
	color: #797979;
}

.hotkw_search_right .hotkw_left p a:hover {
	color: #2F6F95;
}

.hotkw_search_right .search_right {
	float: right;
	width: 36%;
	height: 40px;
	overflow: hidden;
	margin: 20px 0;
	padding: 0 80px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.hotkw_search_right .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_right .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: #2F6F95;
	border: none;
	outline: none;
	cursor: pointer;
}

/*热门关键词&搜索 结束*/


/*首页-大标题 开始*/
.adminbuy_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.adminbuy_title div {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #2F6F95;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 15px;
	padding: 0;
}

.adminbuy_title p {
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.adminbuy_title p i,
.adminbuy_title p em {
	display: inline-block;
	width: 220px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.adminbuy_title p i {
	background: linear-gradient(#2F6F95, #2F6F95) center right / 100% 2px no-repeat;
	margin: -2px 20px 0 0;
}

.adminbuy_title p em {
	background: linear-gradient(#2F6F95, #2F6F95) center left / 100% 2px no-repeat;
	margin: -2px 0 0 20px;
}

.adminbuy_title1 div,
.adminbuy_title1 p {
	color: #fff;
}

.adminbuy_title1 p i {
	background: url(../images/tit_left2.png) center right no-repeat;
	margin: -2px 20px 0 0;
}

.adminbuy_title1 p em {
	background: url(../images/tit_right2.png) center left no-repeat;
	margin: -2px 0 0 20px;
}

@media (max-width: 767px) {
	.adminbuy_title {
		margin: 0 auto 20px;
	}

	.adminbuy_title div {
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		margin: 0 auto 4px;
	}

	.adminbuy_title p i,
	.adminbuy_title p em {
		width: 20%;
	}

	.adminbuy_title p i,
	.adminbuy_title1 p i {
		margin: -2px 10px 0 0;
	}

	.adminbuy_title p em,
	.adminbuy_title1 p em {
		margin: -2px 0 0 10px;
	}
}

@media (max-width: 320px) {
	.adminbuy_title p {
		font-size: 12px;
	}
}

/*首页-大标题 结束*/


/*首页-推荐产品 开始*/
.adminbuyIdxPro_Tj {
	width: 100%;
	overflow: hidden;
	margin: 40px auto 60px;
	padding: 0;
}

.adminbuyIdxPro_Tj .adminbuyTjPro_main {
	width: min(calc(100% - 48px), 1800px);
	max-width: 1800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.adminbuyTjPro_main .adminbuyTjPro_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.adminbuyTjPro_scoll {
	width: 100%;
	padding: 0;
}

.adminbuyTjPro_scoll .item {
	position: relative;
}

.adminbuyTjPro_scoll .lSPrev,
.adminbuyTjPro_scoll .lSNext {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -20px;
	background: url(../images/tjprev01.png) center center no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
}

.adminbuyTjPro_scoll .lSNext {
	left: auto;
	right: -60px;
	background: url(../images/tjnext01.png) center center no-repeat;
	background-size: 40px 40px;
}

.adminbuyTjPro_scoll .lSPrev:hover {
	background: url(../images/tjprev01.png) center center no-repeat;
	background-size: 40px 40px;
	filter: hue-rotate(168deg) saturate(.8);
}

.adminbuyTjPro_scoll .lSNext:hover {
	background: url(../images/tjnext01.png) center center no-repeat;
	background-size: 40px 40px;
	filter: hue-rotate(168deg) saturate(.8);
}

.adminbuyTjPro_scoll .content-slider {
	width: 100%;
	overflow: hidden;
}

.adminbuyTjPro_scoll .content-slider li .Tjpro_pic {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 255px;
	background-color: #fff;
	border: 1px solid #efefef;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.adminbuyTjPro_scoll .content-slider li .Tjpro_pic img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .25s;
}

.adminbuyTjPro_scoll .content-slider li:hover .Tjpro_pic {
	border: 1px solid rgba(47, 111, 149, 0.8);
}

.adminbuyTjPro_scoll .content-slider li:hover .Tjpro_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);
}

.adminbuyTjPro_scoll .content-slider li .Tjpro_pic .iblock {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	background: rgba(47, 111, 149, 0.8) url(../images/tjpro_more1.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .25s;
}

.adminbuyTjPro_scoll .content-slider li:hover .Tjpro_pic .iblock {
	display: block;
}

.adminbuyTjPro_scoll .lSPager {
	display: none;
}

.adminbuyTjPro_scoll .content-slider li .Tjpro_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px;
	border-bottom: 2px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.adminbuyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyTjPro_scoll .content-slider li .Tjpro_text p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyTjPro_scoll .content-slider li:hover .Tjpro_text {
	border-bottom: 2px solid #2F6F95;
}

.adminbuyTjPro_scoll .content-slider li:hover .Tjpro_text .Tjpro_name {
	color: #2F6F95;
}

@media screen and (max-width:1319px) and (min-width:1280px) {
	.adminbuyIdxPro_Tj .adminbuyTjPro_main {
		width: 100%;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 246px;
	}
}

@media screen and (max-width:1279px) and (min-width:1080px) {
	.adminbuyIdxPro_Tj .adminbuyTjPro_main {
		width: 100%;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 200px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuyIdxPro_Tj {
		margin: 40px auto;
	}

	.adminbuyIdxPro_Tj .adminbuyTjPro_main {
		width: 100%;
	}

	.adminbuyTjPro_main .adminbuyTjPro_list {
		padding: 0 20px;
	}

	.adminbuyTjPro_scoll {
		padding: 0;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 206px;
	}

	.adminbuyTjPro_scoll .adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 200px !important;
	}

	.adminbuyTjPro_scoll .adminbuyNyPro_list ul li .idxPro_btn {
		top: 200px !important;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuyIdxPro_Tj {
		margin: 40px auto;
	}

	.adminbuyIdxPro_Tj .adminbuyTjPro_main {
		width: 100%;
	}

	.adminbuyTjPro_main .adminbuyTjPro_list {
		padding: 0 20px;
	}

	.adminbuyTjPro_scoll {
		padding: 0;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 255px;
	}

	.adminbuyTjPro_scoll .adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 260px !important;
	}

	.adminbuyTjPro_scoll .adminbuyNyPro_list ul li .idxPro_btn {
		top: 260px !important;
	}
}

@media (max-width: 767px) {
	.adminbuyIdxPro_Tj {
		margin: 40px auto;
	}

	.adminbuyIdxPro_Tj .adminbuyTjPro_main {
		width: 100%;
	}

	.adminbuyTjPro_main .adminbuyTjPro_list {
		padding: 0 20px;
	}

	.adminbuyTjPro_scoll {
		padding: 0;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 150px;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_text {
		padding: 10px 0;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.adminbuyTjPro_scoll .lSAction {
		display: none;
	}
}

@media (max-width: 320px) {
	.adminbuyTjPro_main .adminbuyTjPro_list {
		padding: 0 10px;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_pic {
		height: 126px;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_text {
		padding: 10px 0;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_text .Tjpro_name {
		font-size: 15px;
	}

	.adminbuyTjPro_scoll .content-slider li .Tjpro_text p {
		height: 20px;
		line-height: 20px;
	}

	.adminbuyTjPro_scoll .adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 140px !important;
	}

	.adminbuyTjPro_scoll .adminbuyNyPro_list ul li .idxPro_btn {
		top: 140px !important;
	}
}

/*首页-推荐产品 结束*/


/*首页-产品中心 开始*/
.adminbuy_idxPro {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 50px;
	background: #2F6F95;
	min-height: 900px;
	overflow: hidden;
	background-size: 100% 100%;
}

.adminbuy_idxPro .adminbuyIdxPro_main {
	overflow: hidden;
	padding: 0;
}

.sy1_nav {
	height: 60px;
	margin: 0px 0 20px;
	text-align: center;
	overflow: hidden;
}

.sy1_nav ul li {
	display: inline-block;
}

.sy1_nav ul li a {
	font-size: 16px;
	color: #fff;
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	background: url(../images/cp_ico01.png) no-repeat 25px center;
	padding: 0 30px 0 45px;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sy1_nav ul li a {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.sy1_nav ul li a:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	box-shadow: inset 3px 0 0 #2F6F95;
	border-radius: 30px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.sy1_nav ul li a:hover:before,
.sy1_nav ul li.cur a:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.sy1_nav ul li a:hover,
.sy1_nav ul li.cur a {
	color: #777;
}

@media (max-width: 413px) {
	.sy1_nav {
		height: 90px;
	}

	.sy1_nav ul li a {
		padding: 0 20px 0 35px;
		height: 40px;
		line-height: 40px;
	}
}

.adminbuyIdxPro_main .adminbuyIdxPro_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyIdxPro_list ul li {
	width: 31.2%;
	overflow: hidden;
	margin: 0 3.2% 40px 0;
	padding: 10px;
	background-color: #fff;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.adminbuyIdxPro_list ul li:nth-child(3n+3) {
		margin: 0 0 40px;
	}
}

.adminbuyIdxPro_list ul li:hover {
	background-color: #2F6F95;
}

.adminbuyIdxPro_list ul li .adminbuyIdxPro_img {
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #fff;
	border: none !important;
}

.adminbuyIdxPro_list ul li .adminbuyIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.adminbuyIdxPro_list ul li .adminbuyIdxPro_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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyIdxPro_list ul li:hover .adminbuyIdxPro_img a img.idxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.adminbuyIdxPro_list ul li .adminbuyIdxPro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyIdxPro_list ul li .adminbuyIdxPro_name a {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxPro_list ul li:hover .adminbuyIdxPro_name a {
	color: #fff;
}

.adminbuyIdxPro_list ul li .idxPro_btn {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -10px 0 0 -20px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 280px;
	z-index: 2;
}

.adminbuyIdxPro_list ul li .idxPro_btn a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(../images/idxpro_more1.png) center center no-repeat;
	background-size: 40px 40px;
}

.adminbuyIdxPro_list ul li:hover .idxPro_btn a {
	background: url(../images/idxpro_more1.png) center center no-repeat;
}

.adminbuyIdxPro_main .idxPro_more {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0;
}

.adminbuyIdxPro_main .idxPro_more a {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #b6b6b6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #b6b6b6;
}

.adminbuyIdxPro_main .idxPro_more a img {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 0 0 4px;
	padding: 0;
	vertical-align: middle;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyIdxPro_main .idxPro_more a:hover {
	border: 1px solid #2F6F95;
	background-color: #2F6F95;
}

.adminbuyIdxPro_main .idxPro_more a:hover img {
	margin: -2px 0 0 16px;
}

@media (max-width: 1023px) {
	.adminbuyIdxPro_list ul li .adminbuyIdxPro_img {
		height: 200px;
	}

	.adminbuyIdxPro_list ul li .idxPro_btn {
		top: 200px;
	}
}

@media (max-width: 767px) {
	.adminbuyIdxPro_list ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 20px;
	}

	.adminbuyIdxPro_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.adminbuyIdxPro_list ul li .adminbuyIdxPro_img {
		height: 180px;
	}

	.adminbuyIdxPro_list ul li .idxPro_btn {
		top: 180px;
	}
}

@media (max-width: 413px) {
	.adminbuyIdxPro_list ul li .adminbuyIdxPro_img {
		height: 140px;
	}

	.adminbuyIdxPro_list ul li .idxPro_btn {
		top: 140px;
	}
}

/*首页-产品中心 结束*/


/*首页-我们的优势 开始*/
.adminbuy_idxAdv {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px 0 60px;
	background: #e8f0f4;
	box-sizing: border-box;
}

.adminbuy_idxAdv .adminbuyIdxAdv_main {
	overflow: hidden;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxAdv_main ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.adminbuyIdxAdv_main ul li:last-child {
	margin: 0 auto;
}

.adminbuyIdxAdv_main ul li .idxAdv_img {
	width: 56%;
	height: 335px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

.adminbuyIdxAdv_main ul li .idxAdv_img img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	object-fit: cover;
}

.adminbuyIdxAdv_main ul li .idxAdv_text {
	width: 40%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 40px 0 0;
	float: right;
}

.adminbuyIdxAdv_main ul li:nth-child(2) .idxAdv_img {
	float: right;
}

.adminbuyIdxAdv_main ul li:nth-child(2) .idxAdv_text {
	float: left;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit {
	width: 100%;
	min-height: 44px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 66px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit em {
	display: block;
	width: 60px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #2F6F95;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit p {
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 5px;
	padding: 0;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
	display: block;
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyIdxAdv_main ul li .idxAdv_text i.idxAdv_line {
	display: block;
	width: 80px;
	height: 3px;
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
	background-color: #ccc;
}

.adminbuyIdxAdv_main ul li .idxAdv_text dl {
	background: url(../images/idxadv_line1.png) 5px 12px repeat-y;
}

.adminbuyIdxAdv_main ul li .idxAdv_text dl dd {
	width: 100%;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 15px;
	margin: 0 auto 12px;
	padding: 0 0 0 20px;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxAdv_main ul li .idxAdv_text dl dd:last-child {
	margin: 0 auto;
}

.adminbuyIdxAdv_main ul li .idxAdv_text dl dd em {
	display: block;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 1px solid #2F6F95;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6.5px;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
	width: 100%;
	height: 44px;
	overflow: hidden;
	margin: 40px auto 0;
	padding: 0;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
	display: block;
	width: 140px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 0;
	background-color: #2F6F95;
	float: left;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:nth-child(2) {
	background-color: #8fc320;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:hover {
	background-color: #2d4375;
}

.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a:nth-child(2):hover {
	background-color: #78ab0b;
}

.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel {
	margin: 0;
	padding: 10px 15px;
	background-color: #2F6F95;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	margin: 0 4px 0 0;
	padding: 0;
	background: url(../images/tel2.png) 0 0 no-repeat;
	background-size: 100% 100%;
	float: left;
}

.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 4px 0 0;
	padding: 0;
}

.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel span {
	display: inline-block;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:1119px) and (min-width:1080px) {
	.adminbuy_idxAdv .adminbuyIdxAdv_main {
		width: 90%;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img {
		height: 271px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text {
		padding: 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 60px;
		height: 60px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		margin: 0;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_idxAdv {
		margin: 0 auto;
		padding: 44px 0 50px;
	}

	.adminbuy_idxAdv .adminbuyIdxAdv_main {
		width: 96%;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img {
		height: 275px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text {
		padding: 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 60px;
		height: 60px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		margin: 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_idxAdv {
		margin: 0 auto;
		padding: 42px 0 48px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		float: inherit;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img img {
		width: 100%;
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 60px;
		height: 60px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		margin: 0;
	}
}

@media (max-width: 767px) {
	.adminbuy_idxAdv {
		margin: 0 auto;
		padding: 38px 0 44px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		float: inherit;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img img {
		width: 100%;
		height: auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		float: inherit;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text i.idxAdv_line {
		margin: 12px 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn {
		height: 40px;
		margin: 20px auto 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_btn a {
		height: 40px;
		line-height: 40px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit span {
		font-size: 12px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel {
		padding: 10px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel em {
		width: 48px;
		height: 48px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel p {
		height: 28px;
		line-height: 28px;
		font-size: 26px;
		margin: 0;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_img .idxAdv_tel span {
		line-height: 20px;
		font-size: 13px;
	}
}

@media (max-width: 320px) {
	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit {
		padding: 0 0 0 60px;
	}

	.adminbuyIdxAdv_main ul li .idxAdv_text .idxAdv_tit p {
		font-size: 16px;
	}
}

/*首页-我们的优势 结束*/


/*首页-横幅广告 开始*/
.adminbuy_idxHF {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0;
	background: #2F6F95 url(../images/idxhf_bg.jpg) center center no-repeat;
	background-size: cover;
}

.adminbuy_idxHF .idxHF_main {
	overflow: hidden;
	padding: 0;
}

.idxHF_main .idxHF_left {
	width: 64%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.idxHF_left .idxHF_logo {
	width: 26%;
	height: 70px;
	overflow: hidden;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	display: none;
}

.idxHF_logo a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.idxHF_logo a img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0;
	padding: 0;
}

.idxHF_left p {
	width: 70%;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
	float: left;
}

.idxHF_left p span {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	margin: 0 0 12px;
	padding: 0 12px;
	background-color: #8fc320;
}

.idxHF_main .idxHF_right {
	width: 30%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.idxHF_right img {
	display: block;
	width: 140px;
	height: 80px;
	overflow: hidden;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

.idxHF_right p span {
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.idxHF_right p a {
	display: block;
	width: 108px;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 25px 0 0;
	padding: 0;
}

.idxHF_right p a:hover {
	background-color: #8fc320;
}

@media (max-width: 1023px) {
	.idxHF_main .idxHF_left {
		width: 54%;
	}

	.idxHF_left p {
		width: 100%;
	}

	.idxHF_main .idxHF_right {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.adminbuy_idxHF {
		display: none;
	}
}

/*首页-横幅广告 结束*/


/*首页-关于我们 开始*/
.pro_tit {
	font-size: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	height: 85px;
	overflow: hidden;
	background: transparent;
}

.pro_tit a {
	color: #fff;
}

.pro_tit span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0 0;
}

.home-about-story {
	padding: 92px 0 64px;
	overflow: hidden;
	background: #fff;
	color: #12344c;
}

.home-about-story-inner {
	position: relative;
}

.home-about-story-main {
	display: grid;
	grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr);
	gap: 72px;
	align-items: center;
	padding-bottom: 72px;
}

.home-about-story-copy {
	max-width: 480px;
}

.home-about-story-eyebrow {
	display: block;
	margin-bottom: 20px;
	color: #2f7197;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-about-story-copy h2 {
	margin: 0 0 26px;
	color: #0b3450;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.12;
}

.home-about-story-copy p {
	margin: 0 0 16px;
	color: #4e6474;
	font-size: 16px;
	line-height: 1.8;
}

.home-about-story-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.home-about-story-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border: 1px solid #2f7197;
	box-sizing: border-box;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.home-about-story-btn-primary {
	background: #2f7197;
	color: #fff;
}

.home-about-story-btn-secondary {
	background: transparent;
	color: #174f70;
}

.home-about-story-btn-primary:hover,
.home-about-story-btn-primary:focus-visible {
	background: #184f70;
	border-color: #184f70;
	color: #fff;
}

.home-about-story-btn-secondary:hover,
.home-about-story-btn-secondary:focus-visible {
	background: #e4eef4;
	color: #0b3450;
}

.home-about-story-mosaic {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: 282px 218px;
	gap: 16px;
	min-width: 0;
}

.home-about-story-photo {
	margin: 0;
	overflow: hidden;
	background: #dfe8ed;
}

.home-about-story-photo-factory {
	grid-column: 1 / -1;
}

.home-about-story-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.55s ease;
}

.home-about-story-photo:hover img {
	transform: scale(1.025);
}

.home-about-story-proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid #cbd9e1;
	background: #fff;
}

.home-about-story-proof-item {
	min-width: 0;
	padding: 28px 34px 30px;
	border-right: 1px solid #d7e1e7;
}

.home-about-story-proof-item:last-child {
	border-right: 0;
}

.home-about-story-proof-item strong,
.home-about-story-proof-item span {
	display: block;
}

.home-about-story-proof-item strong {
	margin-bottom: 8px;
	color: #174f70;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.09em;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-about-story-proof-item span {
	color: #607584;
	font-size: 14px;
	line-height: 1.55;
}

.content {
	width: min(calc(100% - 48px), 1800px);
	max-width: 1800px;
	margin: 0 auto;
	box-sizing: border-box;
}

.h_aboutus_photo {
	padding: 30px 0 0;
	background: #fff;
	position: relative;
	z-index: 33;
}

.photo_t {
	width: 90%;
	height: 84px;
	margin: 0 auto;
}

.photo_t ul li {
	width: 33.3333%;
	height: 60px;
	float: left;
	padding: 0 5%;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.photo_t ul li:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #e8e9e9;
	position: absolute;
	top: 0;
	left: 0;
}

.photo_t ul li em {
	display: inline-block;
	line-height: 0;
	overflow: hidden;
	width: 55px;
	height: 55px;
}

.photo_t ul li em img {
	width: 55px;
	height: 110px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.photo_t ul li span {
	display: inline-block;
	line-height: 26px;
	padding: 5px 0 0 15px;
}

.photo_t ul li i {
	display: block;
	font-size: 20px;
	color: rgba(51, 51, 51, 0.2);
	text-transform: capitalize;
}

.photo_t li a {
	font-size: 22px;
	color: #202428;
	display: block;
	text-align: center;
}

.photo_t li.on a {
	font-weight: bold;
}

.photo_t li.on i {
	font-weight: normal;
}

.photo_t li.on em img {
	margin-top: -55px;
}

.photo_t ul li:first-child:before {
	background: none;
}

.photo_con {
	width: 100%;
	overflow: hidden;
	height: 284px;
}

.photo_m {
	width: 97%;
	margin: 0 auto;
	display: none;
}

.photo_m.on {
	display: block;
}

.photo_m ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 30px 0;
	padding: 10px 10px 15px;
	background-color: #f5f5f5;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.photo_m ul li:nth-child(4n+4) {
	margin: 0 0 30px;
}

.photo_m ul li .adminbuyIdxHonor_img {
	width: 100%;
	height: 205px;
	overflow: hidden;
	margin: 0 auto 12px;
	padding: 0;
}

.photo_m ul li .adminbuyIdxHonor_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: #fff;
}

.photo_m ul li .adminbuyIdxHonor_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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.photo_m ul li:hover .adminbuyIdxHonor_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.photo_m ul li .adminbuyIdxHonor_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.photo_m ul li .adminbuyIdxHonor_text a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.photo_m ul li:hover .adminbuyIdxHonor_text a {
	color: #2F6F95;
}

.photo_m ul li i {
	display: block;
	width: 30px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #2F6F95;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.photo_m ul li:hover i {
	width: 100%;
}

@media (max-width: 1023px) {
	.home-about-story {
		padding: 72px 0 52px;
	}

	.home-about-story-main {
		grid-template-columns: 1fr;
		gap: 46px;
		padding-bottom: 56px;
	}

	.home-about-story-copy {
		max-width: 760px;
	}

	.home-about-story-copy h2 {
		font-size: 40px;
	}

	.home-about-story-mosaic {
		grid-template-rows: 300px 220px;
	}

	.home-about-story-proof-item {
		padding: 24px 22px 26px;
	}

	.photo_t {
		height: auto;
		margin-bottom: 30px;
	}

	.photo_con {
		height: auto;
	}

	.photo_t ul li {
		height: auto;
	}

	.photo_t ul li span {
		display: block;
		padding: 10px 0 0 0;
	}

	.photo_t ul li span i {
		display: none;
	}

	.photo_m ul li .adminbuyIdxHonor_img {
		height: 165px;
	}
}

@media (max-width: 880px) {
	.photo_m ul li .adminbuyIdxHonor_img {
		height: 111px;
	}
}

@media (max-width: 767px) {
	.home-about-story {
		padding: 52px 0 40px;
	}

	.home-about-story-main {
		gap: 36px;
		padding-bottom: 42px;
	}

	.home-about-story-eyebrow {
		margin-bottom: 14px;
		font-size: 12px;
	}

	.home-about-story-copy h2 {
		margin-bottom: 20px;
		font-size: 32px;
		line-height: 1.16;
	}

	.home-about-story-copy p {
		font-size: 15px;
		line-height: 1.7;
	}

	.home-about-story-actions {
		gap: 10px;
		margin-top: 26px;
	}

	.home-about-story-btn {
		width: 100%;
	}

	.home-about-story-mosaic {
		grid-template-columns: 1fr;
		grid-template-rows: 210px 180px 180px;
		gap: 10px;
	}

	.home-about-story-photo-factory {
		grid-column: auto;
	}

	.home-about-story-proof {
		grid-template-columns: 1fr;
	}

	.home-about-story-proof-item,
	.home-about-story-proof-item:last-child {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid #d7e1e7;
	}

	.home-about-story-proof-item:last-child {
		border-bottom: 0;
	}

	.photo_t ul li em {
		width: 45px;
		height: 40px;
	}

	.photo_t ul li em img {
		width: 40px;
		height: 80px;
	}

	.photo_t li.on em img {
		margin-top: -40px;
	}

	.photo_t li a {
		font-size: 16px;
	}

	.photo_t {
		margin-bottom: 20px;
	}

	.h_aboutus_photo {
		padding: 20px 0 0;
	}

	.photo_m ul li {
		width: 49%;
		margin-bottom: 15px;
	}

	.photo_m ul li:nth-child(2n) {
		margin-right: 0;
	}

	.photo_m ul li .adminbuyIdxHonor_img {
		height: 124px;
	}

}

@media (max-width: 320px) {
	.photo_t ul li {
		padding: 0 3%;
	}

	.photo_t li a {
		font-size: 16px;
	}
}

/*首页-关于我们 结束*/


/*首页-资讯中心 开始*/
.adminbuy_idxNews {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 60px;
	background-color: #f2f2f2;
}

.adminbuy_idxNews .adminbuyIdxNew_main {
	height: auto;
	min-height: 320px;
	margin: 0 auto 25px;
	padding: 0;
}

.adminbuyIdxNew_main .adminbuyIdxNew_Tj,
.adminbuyIdxNew_main .adminbuyIdxNew_list {
	width: 49%;
	height: 400px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.adminbuyIdxNew_main .adminbuyIdxNew_Tj {
	float: left;
}

.adminbuyIdxNew_main .adminbuyIdxNew_list {
	float: right;
}

.adminbuyIdxNew_Tj .idxNew_Tjimg {
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
}

.adminbuyIdxNew_Tj .idxNew_Tjimg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.adminbuyIdxNew_Tj .idxNew_Tjimg a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyIdxNew_Tj:hover .idxNew_Tjimg a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.adminbuyIdxNew_Tj .idxNew_Tjtext {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 20px 20px 120px;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxNew_Tj:hover .idxNew_Tjtext {
	background-color: #2F6F95;
}

.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime {
	width: 100px;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 8px 20px 8px 0;
	border-right: 1px solid #dfdfdf;
	position: absolute;
	left: 20px;
	top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime {
	border-right: 1px solid #f2f2f2;
}

.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime span {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 15px;
	text-align: center;
	margin: 0 auto 4px;
	padding: 0;
}

.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime p {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #666;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
	padding: 0;
}

.adminbuyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime span,
.adminbuyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjtime p {
	color: #fff;
}

.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon a {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 8px;
	padding: 0;
}

.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}

.adminbuyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjcon a,
.adminbuyIdxNew_Tj:hover .idxNew_Tjtext .idxNew_Tjcon p {
	color: #fff;
}

.adminbuyIdxNew_list ul li {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0 0 0 120px;
	background-color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxNew_list ul li:last-child {
	margin: 0 auto;
}

.adminbuyIdxNew_list ul li:hover {
	background-color: #2F6F95;
}

.adminbuyIdxNew_list ul li .idxNew_time {
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0;
	padding: 30px 20px;
	border-right: 1px solid #dfdfdf;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxNew_list ul li:hover .idxNew_time {
	border-right: 1px solid #f2f2f2;
}

.adminbuyIdxNew_list ul li .idxNew_time span {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 15px;
	text-align: center;
	margin: 0 auto 4px;
	padding: 0;
}

.adminbuyIdxNew_list ul li .idxNew_time p {
	display: block;
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #666;
	font-size: 30px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-weight: bold;
}

.adminbuyIdxNew_list ul li:hover .idxNew_time span,
.adminbuyIdxNew_list ul li:hover .idxNew_time p {
	color: #fff;
}

.adminbuyIdxNew_list ul li .idxNew_con {
	width: 100%;
	height: 120px;
	overflow: hidden;
	margin: 0;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxNew_list ul li .idxNew_con a {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #333;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto 8px;
	padding: 0;
}

.adminbuyIdxNew_list ul li .idxNew_con p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}

.adminbuyIdxNew_list ul li:hover .idxNew_con a,
.adminbuyIdxNew_list ul li:hover .idxNew_con p {
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {

	.adminbuyIdxNew_main .adminbuyIdxNew_Tj,
	.adminbuyIdxNew_main .adminbuyIdxNew_list {
		height: 345px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg {
		height: 225px;
	}

	.adminbuyIdxNew_list ul li {
		height: 105px;
		margin: 0 auto 15px;
		padding: 0 0 0 105px;
	}

	.adminbuyIdxNew_list ul li .idxNew_time {
		width: 105px;
		height: 105px;
		padding: 22.5px 15px;
	}

	.adminbuyIdxNew_list ul li .idxNew_time p {
		font-size: 28px;
	}

	.adminbuyIdxNew_list ul li .idxNew_con {
		height: 105px;
		padding: 12.5px 15px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_idxNews {
		padding: 40px 0;
	}

	.adminbuy_idxNews .adminbuyIdxNew_main {
		margin: 0 auto 20px;
	}

	.adminbuyIdxNew_main .adminbuyIdxNew_Tj,
	.adminbuyIdxNew_main .adminbuyIdxNew_list {
		width: 49%;
		height: 345px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg {
		height: 233px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext {
		padding: 16px 16px 16px 116px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime {
		left: 16px;
		top: 16px;
	}

	.adminbuyIdxNew_list ul li {
		height: 105px;
		margin: 0 auto 15px;
		padding: 0 0 0 105px;
	}

	.adminbuyIdxNew_list ul li .idxNew_time {
		width: 105px;
		height: 105px;
		padding: 22.5px 15px;
	}

	.adminbuyIdxNew_list ul li .idxNew_time p {
		font-size: 28px;
	}

	.adminbuyIdxNew_list ul li .idxNew_con {
		height: 105px;
		padding: 12.5px 15px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_idxNews {
		padding: 40px 0;
	}

	.adminbuy_idxNews .adminbuyIdxNew_main {
		margin: 0 auto 20px;
	}

	.adminbuyIdxNew_main .adminbuyIdxNew_Tj,
	.adminbuyIdxNew_main .adminbuyIdxNew_list {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg {
		height: auto;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg a {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg a img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

}

@media (max-width: 767px) {
	.adminbuy_idxNews {
		padding: 40px 0;
	}

	.adminbuy_idxNews .adminbuyIdxNew_main {
		margin: 0 auto 20px;
	}

	.adminbuyIdxNew_main .adminbuyIdxNew_Tj,
	.adminbuyIdxNew_main .adminbuyIdxNew_list {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg {
		height: auto;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg a {
		display: block;
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjimg a img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext {
		padding: 12px 12px 12px 92px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime {
		width: 80px;
		height: 76px;
		padding: 8px 12px 8px 0;
		left: 12px;
		top: 12px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjtime p {
		height: 32px;
		line-height: 32px;
		font-size: 24px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon {
		height: 76px;
		padding: 0 0 0 12px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon a {
		font-size: 16px;
		margin: 0 auto 4px;
	}

	.adminbuyIdxNew_list ul li {
		height: 100px;
		margin: 0 auto 20px;
		padding: 0 0 0 92px;
	}

	.adminbuyIdxNew_list ul li .idxNew_time {
		width: 92px;
		height: 100px;
		padding: 20px 12px;
	}

	.adminbuyIdxNew_list ul li .idxNew_time p {
		font-size: 24px;
	}

	.adminbuyIdxNew_list ul li .idxNew_con {
		height: 100px;
		padding: 12px;
	}

	.adminbuyIdxNew_list ul li .idxNew_con a {
		margin: 0 auto 4px;
	}

}

@media (max-width: 320px) {

	.adminbuy_idxNews .adminbuyIdxNew_main,
	.adminbuyIdxNew_main .adminbuyIdxNew_Tj,
	.adminbuyIdxNew_main .adminbuyIdxNew_list,
	.adminbuyIdxNew_list ul li {
		margin: 0 auto 12px;
	}

	.adminbuyIdxNew_Tj .idxNew_Tjtext .idxNew_Tjcon a,
	.adminbuyIdxNew_list ul li .idxNew_con a {
		font-size: 15px;
	}
}

/*首页-技术文章 开始*/
.adminbuyIdxArticle_main {
	height: auto;
	padding: 0;
}

.adminbuyIdxArticle_main .idxArticle_tit {
	width: 14%;
	height: 160px;
	overflow: hidden;
	margin: 0;
	padding: 30px 20px;
	background-color: #2F6F95;
	border-radius: 2px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.idxArticle_tit p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
}

.idxArticle_tit span {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0;
}

.idxArticle_tit img {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.adminbuyIdxArticle_main .idxArticle_list {
	width: 84%;
	height: 160px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.idxArticle_list ul li {
	width: 49%;
	height: 160px;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 20px;
	background-color: #fff;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.idxArticle_list ul li:nth-child(2) {
	margin: 0;
}

.idxArticle_list ul li:hover {
	background-color: #2F6F95;
}

.idxArticle_list ul li .idxArticle_time {
	width: 100%;
	height: 22px;
	overflow: hidden;
	line-height: 22px;
	color: #999;
	font-size: 14px;
	margin: 0 auto;
	padding: 0;
}

.idxArticle_list ul li .idxArticle_time span {
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	margin: 0 8px 0 0;
	padding: 0;
	background: rgba(0, 0, 0, 0.1) url(../images/time_icon1.png) center center no-repeat;
	border-radius: 4px;
	float: left;
}

.idxArticle_list ul li:hover .idxArticle_time {
	color: #fff;
}

.idxArticle_list ul li:hover .idxArticle_time span {
	background: rgba(255, 255, 255, 0.2) url(../images/time_icon1.png) center center no-repeat;
}

.idxArticle_list ul li a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 6px auto 2px;
	padding: 0;
}

.idxArticle_list ul li p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #888;
	font-size: 14px;
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0 auto;
	padding: 0;
}

.idxArticle_list ul li:hover a,
.idxArticle_list ul li:hover p {
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuyIdxArticle_main .idxArticle_tit {
		width: 16%;
		height: 140px;
		padding: 20px;
	}

	.adminbuyIdxArticle_main .idxArticle_list {
		width: 80%;
		height: 140px;
	}

	.idxArticle_list ul li {
		height: 140px;
		padding: 15px 15px;
	}

	.idxArticle_list ul li a {
		height: 36px;
		line-height: 36px;
		margin: 4px auto 0;
		font-size: 16px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {

	.adminbuyIdxArticle_main .idxArticle_list {
		width: 84%;
	}

	.idxArticle_list ul li {
		width: 49%;
		margin: 0 2% 0 0;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuyIdxArticle_main .idxArticle_tit {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		padding: 20px 20px 20px 50px;
		position: relative;
	}

	.idxArticle_tit p {
		width: auto;
		height: 24px;
		line-height: 24px;
		float: left;
		margin: 0 10px 0 0;
	}

	.idxArticle_tit span {
		width: auto;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		font-weight: normal;
		float: left;
		margin: 0;
	}

	.idxArticle_tit img {
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.adminbuyIdxArticle_main .idxArticle_list {
		width: 100%;
		height: auto;
	}

	.idxArticle_list ul li {
		width: 100%;
		margin: 0 auto 20px;
	}
}

@media (max-width: 767px) {
	.adminbuyIdxArticle_main {
		margin: 20px auto 0;
	}

	.adminbuyIdxArticle_main .idxArticle_tit {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		padding: 20px 20px 20px 50px;
		position: relative;
	}

	.idxArticle_tit p {
		width: auto;
		height: 24px;
		line-height: 24px;
		float: left;
		margin: 0 10px 0 0;
	}

	.idxArticle_tit span {
		width: auto;
		height: 24px;
		line-height: 24px;
		font-size: 16px;
		font-weight: normal;
		float: left;
		margin: 0;
	}

	.idxArticle_tit img {
		position: absolute;
		left: 20px;
		top: 20px;
	}

	.adminbuyIdxArticle_main .idxArticle_list {
		width: 100%;
		height: auto;
	}

	.idxArticle_list ul li {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
		padding: 12px;
	}

	.idxArticle_list ul li a {
		font-size: 16px;
		margin: 4px auto 0;
	}
}

@media (max-width: 320px) {

	.adminbuyIdxArticle_main .idxArticle_tit,
	.idxArticle_list ul li {
		margin: 0 auto 12px;
	}

	.idxArticle_list ul li a {
		height: 35px;
		line-height: 35px;
		font-size: 15px;
	}
}

/*首页-技术文章 结束*/


/*首页-资讯中心 结束*/


/*首页-荣誉资质 开始*/
.adminbuy_idxHonor {
	width: min(calc(100% - 48px), 1800px);
	max-width: 1800px;
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
	box-sizing: border-box;
}

.adminbuy_idxHonor .adminbuyIdxHonor_title {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #372e2c;
	font-size: 28px;
	font-weight: bold;
	margin: 0 auto 40px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ededed;
}

.adminbuyIdxHonor_title em {
	display: block;
	width: 6px;
	height: 28px;
	overflow: hidden;
	margin: 1px 10px 1px 0;
	padding: 0;
	background-color: #2F6F95;
	float: left;
}

.adminbuy_idxHonor .adminbuyIdxHonor_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyIdxHonor_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 10px 20px 30px;
	background-color: #f5f5f5;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyIdxHonor_list ul li:nth-child(4) {
	margin: 0;
}

.adminbuyIdxHonor_list ul li .adminbuyIdxHonor_img {
	width: 100%;
	height: 242px;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
}

.adminbuyIdxHonor_list ul li .adminbuyIdxHonor_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.adminbuyIdxHonor_list ul li .adminbuyIdxHonor_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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyIdxHonor_list ul li:hover .adminbuyIdxHonor_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.adminbuyIdxHonor_list ul li .adminbuyIdxHonor_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyIdxHonor_list ul li .adminbuyIdxHonor_text a {
	display: block;
	width: 100%;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #333;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.adminbuyIdxHonor_list ul li:hover .adminbuyIdxHonor_text a {
	color: #2F6F95;
}

.adminbuyIdxHonor_list ul li i {
	display: block;
	width: 30px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #2F6F95;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyIdxHonor_list ul li:hover i {
	width: 100%;
}

/*首页-荣誉资质 结束*/


/*首页-友情链接 开始*/
.adminbuy_Links {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 0 40px;
	background-color: #fff;
}

.adminbuy_Links .adminbuyLinks_main {
	width: min(calc(100% - 48px), 1800px);
	max-width: 1800px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyLinks_main .Lk_tit {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #2F6F95;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #dfdfdf;
}

.adminbuyLinks_main .Lk_tit span {
	display: inline-block;
	color: #aaa;
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 0 8px;
}

.adminbuyLinks_main .Lk_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyLinks_main .Lk_list a {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size: 14px;
	margin: 0 20px 0 0;
	padding: 8px 0;
}

.adminbuyLinks_main .Lk_list a:hover {
	color: #2F6F95;
}

/*首页-友情链接 结束*/


/*底部 开始*/
.footWrap {
	height: 550px;
	background: #fff;
	padding-top: 85px;
	box-sizing: border-box;
}

.footWrap .footer {}

.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: #2F6F95;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .3s;
}

.footWrap .ft-top .ft-nav li:hover a {
	font-weight: bold;
	color: #2F6F95;
}

.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: 254px;
	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: 1000px;
	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-code {
	float: left;
}

.footWrap .ft-bot .ft-code span {
	display: block;
	float: left;
	width: 105px;
	height: 105px;
	line-height: 0;
	margin-left: 20px;
	color: #fff;
	text-align: center;
}

.footWrap .ft-bot .ft-code span img {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}

.link {
	line-height: 60px;
	color: #fff;
	background: #2F6F95;
}

.link .w1300 {
	overflow: hidden;
	line-height: 60px;
}

.link i {
	display: block;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 18px;
	color: #FFFFFF;
	margin-right: 40px;
}

.link a {
	display: block;
	height: 60px;
	line-height: 60px;
	float: left;
	font-size: 15px;
	color: rgba(255, 255, 255, 077);
	margin-left: 47px;
}

.link a:nth-of-type(1) {
	margin-left: 0;
}

@media screen and (max-width:1299px) {
	.footWrap {
		background: #22262f !important;
		padding-top: 0;
		height: auto;
		overflow: hidden;
	}

	.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;
	}
}

@media screen and (max-width:1023px) {
	.footWrap .ft-top .ft-nav {
		padding: 35px 0;
	}

	.footWrap .ft-cen em i {
		display: inline-block;
		height: 58px;
		padding-left: 36px;
		line-height: 32px;
		font-size: 18px;
		color: #FFF;
		font-weight: bold;
		width: calc(100% - 52px);
		text-align: left;
	}

	.footWrap .ft-cen em .ft1 {
		width: calc(100% - 52px);
	}
}

@media (max-width: 767px) {

	.footWrap .ft-top .ft-nav,
	.footWrap .ft-cen {
		display: none;
	}

	.footWrap .ft-bot {
		padding: 0px 0 45px;
		position: relative;
		min-height: 220px;
	}

	.footWrap .ft-bot .ft-xx {
		width: 100%;
		position: absolute;
		bottom: 15px;
		text-align: center;
	}

	.footWrap .ft-bot .ft-xx p {
		line-height: 25px;
	}

	.footWrap .ft-bot .ft-code {
		display: -webkit-flex;
		justify-content: center;
		margin-top: 25px;
		float: none;
	}

	.footWrap .ft-bot .ft-code span:nth-of-type(1) {
		margin-left: 0;
	}
}

@media (max-width: 374px) {
	.footWrap .ft-bot {
		min-height: 240px;
	}
}

/*底部 结束*/

.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;}
/*ny_banner 开始*/
.ny_banner {
	width: 100%;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
}



.ny_banner p {
	color: rgba(255, 255, 255, .9);
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, .1);
	left: 20%;
	bottom: 35%;
	letter-spacing: 2px;
}

.ny_banner span {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: 16px;
	;
	position: absolute;
	text-shadow: 2px 1px 3px rgba(0, 0, 0, .1);
	left: 20%;
	bottom: 30%;
	text-transform: uppercase;
}

@media (max-width: 1079px) {
	.ny_banner {
		width: 100%;
		height: 300px;
	}

	.ny_banner p {
		left: 10%;
		bottom: 45%;
		font-size: 30px;
	}

	.ny_banner span {
		left: 10%;
		bottom: 40%;
		font-size: 12px;
	}
}

@media (max-width: 767px) {
	.ny_banner {
		width: 100%;
		height: 200px;
	}

	.ny_banner p {
		left: 10%;
		bottom: 45%;
		font-size: 24px;
	}

	.ny_banner span {
		bottom: 38%;
	}
}

/* Inner-page hero content */
.ny_banner.inner-hero {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 120px;
	box-sizing: border-box;
}

.inner-hero__overlay {
	position: absolute;
	inset: 0;
	background: rgba(4, 25, 42, .52);
}

.inner-hero__content {
	width: min(1160px, calc(100% - 64px));
	position: relative;
	z-index: 1;
	text-align: center;
	color: #fff;
}

.ny_banner .inner-hero__title {
	margin: 0;
	color: #fff;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: .02em;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .28);
}

.ny_banner .inner-hero__description {
	max-width: 980px;
	margin: 18px auto 0;
	color: rgba(255, 255, 255, .96);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.55;
	position: static;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .3);
	letter-spacing: normal;
}

.inner-hero__cta {
	display: inline-flex;
	min-width: 238px;
	height: 50px;
	margin-top: 28px;
	padding: 0 30px;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: #28759b;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .18);
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .02em;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.inner-hero__cta:hover,
.inner-hero__cta:focus-visible {
	background: #1f6183;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .24);
	color: #fff;
	transform: translateY(-2px);
}

.inner-hero__cta:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .9);
	outline-offset: 3px;
}

@media (max-width: 1079px) {
	.ny_banner.inner-hero {
		padding-top: 0;
	}

	.inner-hero__content {
		width: min(900px, calc(100% - 48px));
	}

	.ny_banner .inner-hero__title {
		font-size: 38px;
	}

	.ny_banner .inner-hero__description {
		margin-top: 12px;
		font-size: 17px;
		line-height: 1.45;
	}

	.inner-hero__cta {
		height: 44px;
		min-width: 210px;
		margin-top: 20px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.inner-hero__overlay {
		background: rgba(4, 25, 42, .58);
	}

	.inner-hero__content {
		width: calc(100% - 28px);
	}

	.ny_banner .inner-hero__title {
		font-size: 27px;
	}

	.ny_banner .inner-hero__description {
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		margin-top: 8px;
		font-size: 13px;
		line-height: 1.4;
	}

	.inner-hero__cta {
		height: 36px;
		min-width: 176px;
		margin-top: 13px;
		padding: 0 18px;
		border-radius: 4px;
		font-size: 12px;
	}
}

/*ny_banner 结束*/


/*面包屑 开始*/
.adminbuy_crumb {
	overflow: hidden;
	margin: 20px auto;
	padding: 0 0 0 24px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuy_crumb img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 10px;
}

.adminbuy_crumb p {
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
}

.adminbuy_crumb p a {
	color: #333;
}

.adminbuy_crumb p a:hover {
	color: #2F6F95;
}

.adminbuy_crumb p span {
	color: #777;
}


/*内页-关于我们 开始*/
.adminbuy_NyAboutus {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

/*关于我们-公司简介 开始*/
.ny_title {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.ny_title p {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 30px;
	text-align: center;
	margin: 0 auto 16px;
	padding: 0;
}

.ny_title em {
	display: block;
	width: 72px;
	height: 3px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #2F6F95;
}

.adminbuy_Gsjj {
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.adminbuyGsjj_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyGsjj_main .adminbuyGsjj_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyGsjj_name em {
	display: block;
	width: 60px;
	height: 2px;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 0;
	background-color: #d12135;
}

.adminbuyGsjj_text p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #777777;
	font-size: 15px;
	_text-align: center;
	word-break: break-all;
	margin: 0 auto 20px;
	padding: 0;
}

.adminbuyGsjj_text p span,
.adminbuyGsjj_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;
}

.adminbuyGsjj_main .adminbuyGsjj_img {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
	position: relative;
}

.adminbuyGsjj_img img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

@media screen and (max-width:1023px) {
	.ny_title {
		margin: 0 auto 20px;
	}

	.ny_title p {
		margin: 0 auto 12px;
		font-size: 28px;
	}

	.adminbuy_Gsjj {
		margin: 0 auto 40px;
	}

}

@media (max-width: 767px) {
	.ny_title {
		margin: 0 auto 20px;
	}

	.ny_title p {
		margin: 0 auto 12px;
		font-size: 26px;
	}

	.ny_title em {
		width: 64px;
	}

	.adminbuyGsjj_text p {
		line-height: 24px;
		font-size: 14px;
		margin: 0 auto 12px;
	}

	.adminbuyGsjj_main .adminbuyGsjj_img {
		margin: 0 auto;
	}

}

@media (max-width: 320px) {
	.ny_title p {
		height: auto;
		line-height: 32px;
		margin: 0 auto 12px;
		font-size: 22px;
	}

}

/*关于我们-公司简介 结束*/

/*关于我们-企业文化 开始*/
.adminbuy_Qywh {
	width: 100%;
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
}

.adminbuy_Qywh .adminbuyQywh_list {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyQywh_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 0 0;
	padding: 24px 20px;
	border: 1px solid #dfdfdf;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyQywh_list ul li:last-child {
	margin: 0;
}

.adminbuyQywh_list ul li .adminbuyQywh_img1,
.adminbuyQywh_list ul li .adminbuyQywh_img2,
.adminbuyQywh_list ul li .adminbuyQywh_img3,
.adminbuyQywh_list ul li .adminbuyQywh_img4 {
	display: block;
	width: 96px;
	height: 96px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border-radius: 50%;
}

.adminbuyQywh_list ul li .adminbuyQywh_img1 {
	background: #2F6F95 url(../images/idxabout_icon01.png) center center no-repeat;
	background-size: 56px 56px;
}

.adminbuyQywh_list ul li .adminbuyQywh_img2 {
	background: #2F6F95 url(../images/idxabout_icon02.png) center center no-repeat;
	background-size: 56px 56px;
}

.adminbuyQywh_list ul li .adminbuyQywh_img3 {
	background: #2F6F95 url(../images/idxabout_icon03.png) center center no-repeat;
	background-size: 56px 56px;
}

.adminbuyQywh_list ul li .adminbuyQywh_img4 {
	background: #2F6F95 url(../images/idxabout_icon04.png) center center no-repeat;
	background-size: 56px 56px;
}

.adminbuyQywh_list ul li .adminbuyQywh_name {
	width: 100%;
	height: 36px;
	overflow: hidden;
	line-height: 36px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 16px auto 8px;
	padding: 0;
}

.adminbuyQywh_list ul li p {
	width: 100%;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #999;
	font-size: 14px;
	text-align: center;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

/*.adminbuyQywh_list ul li:hover { background-color:#2F6F95; border:1px solid #2F6F95;}
	.adminbuyQywh_list ul li:hover .adminbuyQywh_img1 { background:#fff url(../images/idxabout_icon01.png) center center no-repeat; background-size:96px 96px;}
	.adminbuyQywh_list ul li:hover .adminbuyQywh_img2 { background:#fff url(../images/idxabout_icon02.png) center center no-repeat; background-size:96px 96px;}
	.adminbuyQywh_list ul li:hover .adminbuyQywh_img3 { background:#fff url(../images/idxabout_icon03.png) center center no-repeat; background-size:96px 96px;}
	.adminbuyQywh_list ul li:hover .adminbuyQywh_img4 { background:#fff url(../images/idxabout_icon04.png) center center no-repeat; background-size:96px 96px;}
.adminbuyQywh_list ul li:hover .adminbuyQywh_name, .adminbuyQywh_list ul li:hover p { color:#fff;}*/

@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuyQywh_list ul li p {
		height: 84px;
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_Qywh {
		margin: 40px auto;
	}

	.adminbuyQywh_list ul li {
		width: 23.5%;
		margin: 0 2% 0 0;
		padding: 20px;
	}

	.adminbuyQywh_list ul li p {
		height: 84px;
		-webkit-line-clamp: 3;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_Qywh {
		margin: 40px auto 20px;
	}

	.adminbuyQywh_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
		padding: 20px;
	}

	.adminbuyQywh_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.adminbuyQywh_list ul li:last-child {
		margin: 0 0 20px;
	}

	.adminbuyQywh_list ul li p {
		height: 56px;
		-webkit-line-clamp: 2;
	}
}

@media (max-width: 767px) {
	.adminbuy_Qywh {
		margin: 40px auto;
	}

	.adminbuyQywh_list ul li {
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px;
	}

	.adminbuyQywh_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.adminbuyQywh_list ul li:last-child {
		margin: 0 auto;
	}

	.adminbuyQywh_list ul li .adminbuyQywh_name {
		font-size: 22px;
	}

	.adminbuyQywh_list ul li p {
		height: 56px;
		-webkit-line-clamp: 2;
	}
}

/*关于我们-企业文化 结束*/

/*关于我们-推荐产品 开始*/
.adminbuy_AboutTjPro {
	height: auto;
	margin: 60px auto;
	padding: 0;
}

@media screen and (max-width:1023px) {
	.adminbuy_AboutTjPro {
		margin: 40px auto;
	}
}

@media (max-width: 320px) {}

/*关于我们-推荐产品 结束*/

/*内页-关于我们 结束*/


/*内页-产品中心 开始*/
.adminbuy_NyProducts {
	width: 100%;
	min-height: 480px;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 0;
}

.adminbuy_NyProducts .adminbuyNyPro_main {
	height: auto;
	padding: 0;
}

.adminbuyNyPro_main .adminbuyNyPro_left {
	width: 22%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.adminbuyNyPro_main .adminbuyNyPro_right {
	width: 75%;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
}

.adminbuyNyPro_right .adminbuyNyPro_list {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyPro_list ul li {
	width: 32%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	padding: 10px;
	background-color: #f0f0f0;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyPro_list ul li:nth-child(3n+3) {
	margin: 0 0 20px;
}

.adminbuyNyPro_list ul li:hover {
	background-color: #2F6F95;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #fff;
	border: none !important;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_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;
	object-fit: contain;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyPro_list ul li:hover .adminbuyIdxPro_img a img.idxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_name a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyPro_list ul li:hover .adminbuyIdxPro_name a {
	color: #fff;
}

.adminbuyNyPro_list ul li .idxPro_btn {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -10px 0 0 -20px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 230px;
	z-index: 2;
}

.adminbuyNyPro_list ul li .idxPro_btn a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(../images/idxpro_more1.png) center center no-repeat;
	background-size: 40px 40px;
}

.adminbuyNyPro_list ul li:hover .idxPro_btn a {
	background: url(../images/idxpro_more1.png) center center no-repeat;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 182px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_name a {
		font-size: 15px;
	}

	.adminbuyNyPro_list ul li .idxPro_btn {
		top: 182px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_NyProducts {
		margin: 0 auto 40px;
	}

	.adminbuyNyPro_main .adminbuyNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.adminbuyNyPro_main .adminbuyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.adminbuyNyPro_list ul li {
		width: 32%;
		margin: 0 2% 20px 0;
	}

	.adminbuyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 252px;
	}

	.adminbuyNyPro_list ul li .idxPro_btn {
		top: 252px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_NyProducts {
		margin: 0 auto 40px;
	}

	.adminbuyNyPro_main .adminbuyNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.adminbuyNyPro_main .adminbuyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.adminbuyNyPro_list ul li {
		width: 32%;
		margin: 0 2% 20px 0;
	}

	.adminbuyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 186px;
	}

	.adminbuyNyPro_list ul li .idxPro_btn {
		top: 186px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_name a {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.adminbuy_NyProducts {
		margin: 0 auto 40px;
	}

	.adminbuyNyPro_main .adminbuyNyPro_left {
		width: 100%;
		margin: 0 auto 20px;
	}

	.adminbuyNyPro_main .adminbuyNyPro_right {
		width: 100%;
		margin: 0 auto;
	}

	.adminbuyNyPro_list ul li {
		width: 48%;
		margin: 0 4% 16px 0;
		padding: 8px;
	}

	.adminbuyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 4% 16px 0;
	}

	.adminbuyNyPro_list ul li:nth-child(2n+2) {
		margin: 0 0 16px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 132px;
	}

	.adminbuyNyPro_list ul li .idxPro_btn {
		top: 132px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_name a {
		height: 40px;
		line-height: 50px;
		font-size: 14px;
	}
}

@media (max-width: 320px) {
	.adminbuyNyPro_list ul li {
		width: 100%;
		margin: 0 auto 12px;
		padding: 8px;
	}

	.adminbuyNyPro_list ul li:nth-child(3n+3) {
		margin: 0 auto 12px;
	}

	.adminbuyNyPro_list ul li:nth-child(2n+2) {
		margin: 0 auto 12px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		height: 244px;
	}

	.adminbuyNyPro_list ul li .idxPro_btn {
		top: 244px;
	}

	.adminbuyNyPro_list ul li .adminbuyIdxPro_name a {
		font-size: 15px;
	}
}



/*产品分类 开始*/
.adminbuyNyPro_left .h_left {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin: 0 0 30px;
}

.adminbuyNyPro_left .cp_type {
	margin: 0;
}

.adminbuyNyPro_left .cp_type .hd {
	text-align: center;
	background-color: #2F6F95;
	padding: 20px;
}

.adminbuyNyPro_left .cp_type .hd p {
	height: 40px;
	line-height: 40px;
	font-size: 28px;
	color: #fff;
}

.adminbuyNyPro_left .cp_type .hd p:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/mulu_tlt.png) center center no-repeat;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
	display: none;
}

.adminbuyNyPro_left .cp_type .hd span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}

.adminbuyNyPro_left .cp_type .bd {
	padding: 8px;
	border-left: 2px solid #2F6F95;
	border-right: 2px solid #2F6F95;
}

.adminbuyNyPro_left .cp_type .bd ul li {
	margin: 0 auto 8px;
}

.adminbuyNyPro_left .cp_type .bd ul li:last-child {
	margin: 0 auto;
}

.adminbuyNyPro_left .cp_type .bd ul li p {
	height: 44px;
	line-height: 44px;
	background-color: #f2f3f6;
	border-radius: 4px;
}

.adminbuyNyPro_left .cp_type .bd ul li p a {
	display: block;
	width: 80%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 44px;
	color: #333;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyPro_left .cp_type .bd ul li p span {
	display: block;
	width: 20%;
	height: 100%;
	background: url(../images/mulu4.png) center center no-repeat;
	cursor: pointer;
	float: right;
}

.adminbuyNyPro_left .cp_type .bd ul li div {
	display: none;
}

.adminbuyNyPro_left .cp_type .bd ul li div a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #797979;
	font-size: 14px;
	border-bottom: 1px solid #e7e5e5;
	padding: 0 20px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon4.png) 20px center no-repeat;
}

.adminbuyNyPro_left .cp_type .bd ul li div a:first-child {}

.adminbuyNyPro_left .cp_type .bd ul li p:hover,
.adminbuyNyPro_left .cp_type .bd ul li.on > p {
	background-color: #2F6F95;
}

.adminbuyNyPro_left .cp_type .bd ul li p:hover a,
.adminbuyNyPro_left .cp_type .bd ul li.on > p a {
	color: #fff;
}

.adminbuyNyPro_left .cp_type .bd ul li p:hover span {
	background: url(../images/mulubai.png) center center no-repeat;
}

.adminbuyNyPro_left .cp_type .bd ul li.on > p span {
	background: url(../images/mulu5.png) center center no-repeat;
}

.adminbuyNyPro_left .cp_type .bd ul li div a:hover {
	color: #2F6F95;
	background: url(../images/icon4.png) 20px center no-repeat;
}

.adminbuyNyPro_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;
}

.adminbuyNyPro_left .cp_type .bd ul a.ckqb:hover {
	background: #2F6F95;
	color: #fff;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuyNyPro_left .cp_type .bd ul li div a {
		padding: 0 20px 0 40px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li div a {}

	.adminbuyNyPro_left .cp_type .bd ul li div a:hover {
		color: #2F6F95;
		background: url(../images/icon3.png) 24px center no-repeat;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuyNyPro_left .h_left {
		margin: 0;
	}

	.adminbuyNyPro_left .cp_type {
		margin: 0;
	}

	.adminbuyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.adminbuyNyPro_left .cp_type .hd {
		background: #2F6F95 url(../images/down1.png) 94% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.adminbuyNyPro_left .cp_type .hd.on {
		background: #2F6F95 url(../images/up1.png) 94% center no-repeat;
	}

	.adminbuyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.adminbuyNyPro_left .cp_type .bd {
		display: none;
	}

	.adminbuyNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p a {
		width: 86.5%;
	}

	.adminbuyNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p {}

	.adminbuyNyPro_left .cp_type .bd ul li div a {}

	.adminbuyNyPro_left .cp_type .bd ul li p span {
		width: 13.5%;
		background-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li.on > p span {
		background-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuyNyPro_left .h_left {
		margin: 0;
	}

	.adminbuyNyPro_left .cp_type {
		margin: 0;
	}

	.adminbuyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.adminbuyNyPro_left .cp_type .hd {
		background: #2F6F95 url(../images/down1.png) 94% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.adminbuyNyPro_left .cp_type .hd.on {
		background: #2F6F95 url(../images/up1.png) 94% center no-repeat;
	}

	.adminbuyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.adminbuyNyPro_left .cp_type .bd {
		display: none;
	}

	.adminbuyNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p a {
		width: 86%;
	}

	.adminbuyNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p span {
		width: 14%;
		background-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li.on > p span {
		background-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}

}

@media screen and (max-width:767px) {
	.adminbuyNyPro_left .h_left {
		margin: 0;
	}

	.adminbuyNyPro_left .cp_type {
		margin: 0;
	}

	.adminbuyNyPro_left .cp_type .hd p:before {
		display: none;
	}

	.adminbuyNyPro_left .cp_type .hd {
		background: #2F6F95 url(../images/down1.png) 94% center no-repeat;
		padding: 10px 20px;
		text-align: left;
		overflow: hidden;
	}

	.adminbuyNyPro_left .cp_type .hd.on {
		background: #2F6F95 url(../images/up1.png) 94% center no-repeat;
	}

	.adminbuyNyPro_left .cp_type .hd span {
		display: block;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}

	.adminbuyNyPro_left .cp_type .hd p {
		padding: 0;
		display: block;
		font-size: 22px;
		float: left;
		line-height: 40px;
		min-width: 88px;
		margin: 0 10px 0 0;
	}

	.adminbuyNyPro_left .cp_type .bd {
		display: none;
	}

	.adminbuyNyPro_left .cp_type .bd ul li:last-child {
		border: 0;
	}

	.adminbuyNyPro_left .cp_type .bd ul li div a {
		font-size: 14px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p span {
		background-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li.on > p span {
		background-size: 20px;
	}

	.adminbuyNyPro_left .cp_type .bd ul li p:hover span {
		background-size: 20px;
	}
}

/*产品分类 结束*/
/*内页-产品中心 结束*/


/*内页-产品列表 开始*/
.nyPro_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 0.1px;
}

.nyPro_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyPro_list ul li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nyPro_list ul li .nyProList_img {
	width: 24%;
	height: 158px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.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: 72%;
	height: 158px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.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: #2F6F95;
}

.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: 120px;
	height: 34px;
	overflow: hidden;
	line-height: 32px;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 0 20px 0 0;
	padding: 0;
	border: 1px solid #ccc;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.nyProList_text .nyProList_btn a:hover {
	color: #fff;
	background-color: #2F6F95;
	border: 1px solid #2F6F95;
}

.adminbuyNy_Xgwz {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNy_Xgwz .Xgwz_tit {
	overflow: hidden;
	margin: 0 auto;
	padding: 20px;
	background-color: #2F6F95;
}

.Xgwz_tit p {
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.Xgwz_tit span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNy_Xgwz .Xgwz_list {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 8px;
	border: 2px solid #2F6F95;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNy_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;
}

.adminbuyNy_Xgwz .Xgwz_list ul li:last-child {
	border: 0;
}

.adminbuyNy_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;
}

.adminbuyNy_Xgwz .Xgwz_list ul li:hover em {
	background: url(../images/jt3.png) center center no-repeat;
}

.adminbuyNy_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;
}

.adminbuyNy_Xgwz .Xgwz_list ul li a:hover {
	color: #2F6F95;
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuyNy_Xgwz {
		margin: 20px auto 0;
	}

	.adminbuyNy_Xgwz .Xgwz_tit {
		padding: 10px 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;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.nyPro_list ul li {
		margin: 0 auto 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuyNy_Xgwz {
		margin: 20px auto 0;
	}

	.adminbuyNy_Xgwz .Xgwz_tit {
		padding: 10px 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;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
	}

	.nyPro_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}
}

@media (max-width: 767px) {
	.nyPro_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.nyPro_list ul li .nyProList_img {
		width: 100%;
		height: 255px;
		margin: 0 auto 20px;
	}

	.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;
	}

	.adminbuyNy_Xgwz {
		margin: 20px auto 0;
	}

	.adminbuyNy_Xgwz .Xgwz_tit {
		padding: 10px 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;
		font-style: italic;
		float: left;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}

@media (max-width: 320px) {
	.nyPro_list ul li {
		margin: 0 auto 12px;
		padding: 12px;
	}

	.nyProList_text .nyProList_tips dl dd {
		width: 100%;
		margin: 0 auto;
	}

	.nyProList_text .nyProList_tips dl dd:nth-child(2n+2) {
		margin: 0 auto;
	}
}

/*内页-产品列表 结束*/


/*内页-新闻中心&技术文章 开始*/
.adminbuy_NyNews {
	width: 100%;
	min-height: 320px;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.adminbuy_NyNews .adminbuyNyNew_main {
	height: auto;
	padding: 0;
}

.adminbuyNyNew_main .adminbuyNyNew_Tj {
	width: 100%;
	height: auto;
	margin: 0 auto 40px;
	padding: 24px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyNew_main .adminbuyNyNew_Tj:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjImg {
	width: 36.5%;
	height: 265px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjImg a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.adminbuyNyNew_Tj .adminbuyNyNew_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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyNew_Tj:hover .adminbuyNyNew_TjImg img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText {
	width: 61%;
	height: 265px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #2F6F95;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName a span {
	display: inline-block;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	margin: 8px 8px 8px 0;
	padding: 0 16px;
	border-radius: 12px;
	background-color: #2F6F95;
	float: left;
}

.adminbuyNyNew_Tj:hover .adminbuyNyNew_TjText .adminbuyNyNew_TjName a {
	color: #2F6F95;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjTime {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 14px;
	margin: 10px auto;
	padding: 0;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs p {
	width: 100%;
	height: 112px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
	font-size: 15px;
	text-align: justify;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText a.adminbuyNyNew_btn {
	display: block;
	width: 140px;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background-color: #2F6F95;
	margin: 20px 0 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText a.adminbuyNyNew_btn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	vertical-align: middle;
	margin: -4px 0 0 4px;
	padding: 0;
	background: url(../images/jt4.png) center center no-repeat;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyNew_Tj .adminbuyNyNew_TjText a.adminbuyNyNew_btn:hover i {
	margin: -4px 0 0 16px;
}

.adminbuyNyNew_main .adminbuyNyNew_list {
	width: 100%;
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.adminbuyNyNew_list ul li {
	width: 100%;
	height: auto;
	margin: 0 auto 24px;
	padding: 24px;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyNew_list ul li:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

.adminbuyNyNew_list ul li .adminbuyNyNew_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyNew_list ul li .adminbuyNyNew_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyNew_list ul li:hover .adminbuyNyNew_name a {
	color: #2F6F95;
}

.adminbuyNyNew_list ul li .adminbuyNyNew_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyNew_list ul li .adminbuyNyNew_ms p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyNew_list ul li .adminbuyNyNew_time {
	width: 100%;
	height: 20px;
	overflow: hidden;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	margin: 20px auto 0;
	padding: 0;
}

.adminbuyNyNew_list ul li .adminbuyNyNew_time img {
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0 4px 0 0;
	padding: 0;
	float: left;
}

.adminbuyNyDown_list ul li {
	margin: 0 auto 20px;
	padding: 0 100px 20px 20px;
}

.adminbuyNyDown_list ul li {
	width: 49%;
	height: auto;
	margin: 0 2% 24px 0;
	padding: 20px 60px 20px 20px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyDown_list ul li:nth-child(2n+2) {
	margin: 0 0 24px;
}

.adminbuyNyDown_list ul li:hover {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #2F6F95;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_name {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_name a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 17px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyNew_name a {
	color: #fff;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_time {
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #999;
	font-size: 15px;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyNew_time {
	color: #fff;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_time:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	margin: 5px 4px 0 0;
	padding: 0;
	float: left;
	background: url(../images/time_icon.png) center center no-repeat;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyNew_time:before {
	background: url(../images/time_icon2.png) center center no-repeat;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_time em {
	width: 20px;
	height: 1px;
	overflow: hidden;
	background-color: #ccc;
	margin: 14px 10px 0 0;
	padding: 0;
	float: left;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyNew_time em {
	width: 40px;
	background-color: #fff;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_ms {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_ms p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	text-align: justify;
	text-indent: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyNew_ms p {
	color: #fff;
}

.adminbuyNyDown_list ul li .adminbuyNyNew_more {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -20px 0 0;
	padding: 0;
	background: url(../images/down_btn1.png) center center no-repeat;
	position: absolute;
	top: 50%;
	right: 18px;
	opacity: 0.5;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyNew_more {
	background: url(../images/down_btn2.png) center center no-repeat;
	opacity: 1;
}

.NyNewsdetail_con .NyDown_btn {
	width: 100%;
	overflow: hidden;
	margin: 20px auto 0;
	padding: 0;
	text-align: center;
}

.NyNewsdetail_con .NyDown_btn a {
	display: inline-block;
	width: 160px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	text-indent: 0;
	margin: 0 8px;
	padding: 0;
	background-color: #2F6F95;
	border-radius: 4px;
}

.NyNewsdetail_con .NyDown_btn a:hover {
	background-color: #0dad5c;
}

.NyNewsdetail_con .NyDown_btn a:nth-child(2) {
	background: #444;
}

.NyNewsdetail_con .NyDown_btn a:nth-child(2):hover {
	background-color: #636262;
}

@media (max-width: 767px) {
	.NyNewsdetail_con .NyDown_btn a {
		width: 122px;
		margin: 0px 6px 0 0;
	}
}


@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuyNyNew_main .adminbuyNyNew_Tj {
		margin: 0 auto 40px;
		padding: 20px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjImg {
		height: 214px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText {
		height: 214px;
		padding: 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjTime {
		margin: 6px auto;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs {
		margin: 0 auto 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs p {
		height: 72px;
		line-height: 24px;
		color: #797979;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.adminbuyNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.adminbuyNyDown_list ul li {
		width: 49%;
		margin: 0 2% 20px 0;
		padding: 20px;
		float: left;
	}

	.adminbuyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_NyNews {
		margin: 0 auto 40px;
	}

	.adminbuyNyNew_main .adminbuyNyNew_Tj {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjImg {
		height: 218px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText {
		height: 218px;
		padding: 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName a {
		height: 36px;
		line-height: 36px;
		font-size: 20px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjTime {
		margin: 8px auto;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs {
		margin: 0 auto 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs p {
		height: 72px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.adminbuyNyNew_Tj a.adminbuyNyNew_TjMore {
		height: 160px;
	}

	.adminbuyNyNew_main .adminbuyNyNew_list {
		margin: 0 auto 40px;
	}

	.adminbuyNyNew_list ul li {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.adminbuyNyDown_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
		padding: 20px;
		float: left;
	}

	.adminbuyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_NyNews {
		margin: 0 auto 40px;
	}

	.adminbuyNyNew_main .adminbuyNyNew_Tj {
		margin: 0 auto 20px;
		padding: 20px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjImg {
		width: 40%;
		height: 176px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText {
		width: 57%;
		height: 176px;
		padding: 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName a {
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName a span {
		margin: 5px 8px 5px 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjTime {
		margin: 4px auto;
		font-size: 14px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs {
		margin: 0 auto 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs p {
		height: 48px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 2;
	}

	.adminbuyNyNew_Tj a.adminbuyNyNew_TjMore {
		width: 80px;
		height: 130px;
	}

	.adminbuyNyNew_main .adminbuyNyNew_list {
		margin: 0 auto 40px;
	}

	.adminbuyNyNew_list ul li {
		padding: 20px;
	}

	.adminbuyNyDown_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
		padding: 20px;
		float: left;
	}

	.adminbuyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	.adminbuy_NyNews {
		margin: 0 auto 40px;
	}

	.adminbuyNyNew_main .adminbuyNyNew_Tj {
		margin: 0 auto 16px;
		padding: 16px;
	}

	.adminbuyNyNew_main .adminbuyNyNew_Tj:hover {
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjImg {
		width: 100%;
		height: auto;
		margin: 0 auto 12px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjImg a {
		height: auto;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjImg a img {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText {
		width: 100%;
		height: auto;
		padding: 0;
		border: 0;
	}

	.adminbuyNyNew_Tj:hover .adminbuyNyNew_TjText {
		border: 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName a {
		height: auto;
		line-height: 30px;
		font-size: 16px;
		white-space: inherit;
		text-overflow: inherit;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjName a span {
		margin: 4px 8px 0 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjTime {
		margin: 0 auto 4px;
		font-size: 14px;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs {
		margin: 0 auto;
		padding: 0;
		border: 0;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText .adminbuyNyNew_TjMs p {
		height: 72px;
		line-height: 24px;
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.adminbuyNyNew_Tj .adminbuyNyNew_TjText a.adminbuyNyNew_btn {
		margin: 16px 0 0;
	}

	.adminbuyNyNew_main .adminbuyNyNew_list {
		margin: 0 auto 40px;
	}

	.adminbuyNyNew_list ul li {
		padding: 16px;
		margin: 0 auto 16px;
	}

	.adminbuyNyNew_list ul li:hover {
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid #fff;
	}

	.adminbuyNyNew_list ul li .adminbuyNyNew_name a {
		height: 32px;
		line-height: 32px;
		font-size: 16px;
	}

	.adminbuyNyNew_list ul li .adminbuyNyNew_time {
		margin: 16px auto 0;
	}

	.adminbuyNyDown_list ul li {
		width: 100%;
		margin: 0 auto 16px 0;
		padding: 16px;
		float: inherit;
	}

	.adminbuyNyDown_list ul li:nth-child(2n+2) {
		margin: 0 auto 16px;
	}

}

/*内页-新闻中心&技术文章 结束*/


/*内页-成功案例 开始*/
.adminbuy_NySuccesscase {
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.adminbuy_NySuccesscase .adminbuyNyCase_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.adminbuy_NySuccesscase .adminbuyNyCase_list ul li {
	width: 32%;
	margin: 0 2% 24px 0;
	padding: 10px;
	border: 1px solid #dfdfdf;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(3n+3) {
	margin: 0 0 24px;
}

.adminbuyNyCase_list ul li .idxCase_img {
	width: 100%;
	height: 250px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
}

.adminbuyNyCase_list ul li .idxCase_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.adminbuyNyCase_list ul li .idxCase_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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyCase_list ul li:hover .idxCase_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.adminbuyNyCase_list ul li .idxCase_text {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyCase_list ul li .idxCase_text .idxCase_name {
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyCase_list ul li .idxCase_text .idxCase_name em {
	display: block;
	width: 0px;
	height: 2px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #2F6F95;
	position: absolute;
	left: -10px;
	top: 19px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyCase_list ul li:hover .idxCase_text .idxCase_name em {
	width: 20px;
}

.adminbuyNyCase_list ul li .idxCase_text .idxCase_name {
	width: 100%;
	margin: 0;
	padding: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyCase_list ul li:hover .idxCase_text .idxCase_name {
	padding: 0 0 0 10px;
}

.adminbuyNyCase_list ul li .idxCase_text .idxCase_name a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyCase_list ul li:hover .idxCase_text .idxCase_name a {
	color: #2F6F95;
}

.adminbuyNyCase_list ul li .idxCase_text p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	color: #999;
	font-size: 14px;
	word-break: break-all;
	margin: 0 auto;
	padding: 0 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li {
		margin: 0 2% 20px 0;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.adminbuyNyCase_list ul li .idxCase_img {
		height: 200px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_NySuccesscase {
		margin: 0 auto 40px;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li {
		margin: 0 2% 20px 0;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.adminbuyNyCase_list ul li .idxCase_img {
		height: 200px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_NySuccesscase {
		margin: 0 auto 40px;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li {
		width: 48.5%;
		margin: 0 3% 20px 0;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 3% 20px 0;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.adminbuyNyCase_list ul li .idxCase_img {
		height: 230px;
	}

	.adminbuyNyCase_list ul li .idxCase_text .idxCase_name {
		padding: 0;
	}

	.adminbuyNyCase_list ul li .idxCase_text .idxCase_name a {
		font-size: 16px;
	}

}

@media (max-width: 767px) {
	.adminbuy_NySuccesscase {
		margin: 0 auto 40px;
	}

	.adminbuyIdxCase_main .adminbuyNyCase_list {
		padding: 0;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li {
		width: 100%;
		margin: 0 auto 20px;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 auto 20px;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.adminbuyNyCase_list ul li .idxCase_img {
		height: 240px;
	}

	.adminbuyNyCase_list ul li .idxCase_text .idxCase_name a {
		font-size: 16px;
	}

}

@media (max-width: 320px) {
	.adminbuy_NySuccesscase {
		margin: 20px auto;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li {
		width: 100%;
		margin: 0 auto 16px;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(3n+3) {
		margin: 0 auto 16px;
	}

	.adminbuy_NySuccesscase .adminbuyNyCase_list ul li:nth-child(2n+2) {
		margin: 0 auto 16px;
	}

	.adminbuyNyCase_list ul li .idxCase_img {
		height: 192px;
	}

	.adminbuy_NySuccesscase #fengye {
		margin: 4px auto 0;
	}
}

/*内页-成功案例 结束*/


/*分页样式 开始*/
#fengye {
	text-align: center;
	margin: 30px 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: #2F6F95;
	color: #ffffff;
}

#fengye a.pnnum1 {
	background: #2F6F95;
	color: #ffffff;
}

.page-num-current{
	background: #2F6F95 !important;
	color: #ffffff !important;
}

#fengye input {
	display: inline-block;
	padding: 0 5px;
	background-color: #2F6F95;
	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:1023px) and (min-width:768px) {
	#fengye {
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	#fengye {
		margin: 20px auto 0;
		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;
	}
}

/*分页样式 结束*/


/*内页-新闻详情&文章详情 开始*/
.adminbuy_NyNewsdetail {
	overflow: hidden;
	margin: 60px auto;
	padding: 0;
	box-sizing: border-box;
	min-width: 0;
}

.adminbuy_NyNewsdetail .NyNewsdetail_title {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

.adminbuy_NyNewsdetail .NyNewsdetail_tips {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 20px;
	color: #aaa;
	font-size: 14px;
	text-align: center;
	margin: 20px auto;
	padding: 0 0 10px;
	border-bottom: 1px dashed #dfdfdf;
}

.adminbuy_NyNewsdetail .NyNewsdetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
}

.NyNewsdetail_con p,
.NyNewsdetail_con div {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
	_text-indent: 2em;
	margin: 0 auto;
	padding: 0;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
	color: #565656 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 15px !important;
}

.NyNewsdetail_con table tr td p {
	text-indent: 0 !important;
}

.NyNewsdetail_con img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-indent: 0 !important;
}

.adminbuy_PrevNext {
	width: 100%;
	overflow: hidden;
	margin: 10px auto 0;
	padding: 20px 3% 20px;
	border-top: 1px solid #eaeaea;
	box-sizing: border-box;
	min-width: 0;
}

.adminbuy_PrevNext ul li {
	width: 100%;
	overflow: hidden;
	line-height: 20px;
	color: #333;
	font-size: 15px;
	margin: 0 auto;
	padding: 8px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuy_PrevNext ul li:last-child {
	margin: 0 auto;
}

.adminbuy_PrevNext ul li a {
	display: inline-block;
	max-width: calc(100% - 5em);
	overflow: hidden;
	line-height: 20px;
	color: #777;
	font-size: 14px;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.adminbuy_PrevNext ul li:hover,
.adminbuy_PrevNext ul li:hover a {
	color: #2F6F95;
}

@media screen and (max-width:1079px) {
	.adminbuy_NyNewsdetail {
		margin: 40px auto;
	}

	.adminbuy_NyNewsdetail .NyNewsdetail_title,
	.adminbuy_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 20px;
	}

	.adminbuy_PrevNext {
		margin: 25px auto 0;
	}
}

@media (max-width: 767px) {
	.adminbuy_NyNewsdetail {
		margin: 20px auto;
	}

	.adminbuy_NyNewsdetail .NyNewsdetail_title,
	.adminbuy_NyNewsdetail .NyNewsdetail_tips {
		margin: 0 auto 20px;
	}

	.adminbuy_PrevNext {
		margin: 20px auto 0;
	}

	.adminbuy_NyNewsdetail .NyNewsdetail_con {
		max-height: 9999999999999999px;
	}

	.NyNewsdetail_con div {
		max-height: 9999999999999999px;
		line-height: 28px;
		color: #565656;
		font-size: 14px;
		text-align: justify;
	}

	.NyNewsdetail_con p {
		width: 100%;
		overflow: hidden;
		line-height: 28px;
		color: #565656;
		font-size: 14px;
		text-align: justify;
		_text-indent: 2em;
		margin: 0 auto;
		padding: 0;
	}

	.NyNewsdetail_con p span,
	.NyNewsdetail_con span,
	.NyNewsdetail_con p em,
	.NyNewsdetail_con em {
		color: #565656 !important;
		font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
		font-size: 15px !important;
	}
}

/*内页-新闻详情&文章详情 结束*/


/*内页-在线留言 开始*/
.adminbuy_NyOrder {
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
}

.adminbuy_msg {
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 3%;
}

.adminbuy_msg h3 {
	display: none !important;
}

.adminbuy_msg ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuy_msg ul li {
	width: 100%;
	overflow: hidden;
	line-height: 44px;
	margin: 0 auto 30px !important;
	padding: 0;
	color: #999;
	font-size: 14px;
}

.adminbuy_msg ul li:last-child {
	margin: 0 auto !important;
}

.adminbuy_msg ul li h4 {
	width: 8% !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;
}

.adminbuy_msg ul li .msg_ipt1,
.adminbuy_msg ul li .msg_tara {
	width: 83%;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img1.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;
}

.adminbuy_msg ul li .msg_ipt1,
.adminbuy_msg ul li .msg_ipt12,
.adminbuy_msg ul li .msg_tara {
	width: 92% !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.adminbuy_msg ul li .msg_ipt1,
.adminbuy_msg ul li .msg_ipt12,
.adminbuy_msg ul li .msg_ipt2 {
	height: 44px !important;
	background: url(../images/tb_img1.png) right center no-repeat !important;
}

.adminbuy_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;
}

.adminbuy_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;
}

.adminbuy_msg ul li .msg_ipt2,
.msg_ipt2 input {
	width: 160px !important;
}

.adminbuy_msg ul li .msg_ipt2 {
	width: 120px;
	height: 34px;
	overflow: hidden;
	margin-right: 10px;
	padding: 0;
	float: left;
}

.adminbuy_msg ul li a.yzm_img {
	display: block;
	width: 90px;
	height: 34px;
	overflow: hidden;
	margin: 0;
	padding-right: 20px;
	background: url(../images/tb_img1.png) top right no-repeat;
	float: left;
}

.adminbuy_msg ul li a.yzm_img {
	width: 120px !important;
	height: 44px !important;
	background: url(../images/tb_img1.png) right center no-repeat !important;
}

.adminbuy_msg ul li a.yzm_img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
}

.adminbuy_msg ul li .msg_btn {
	width: 83%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	float: left;
}

.adminbuy_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: #2F6F95 !important;
	cursor: pointer !important;
}

.msg_btn input:last-child {
	background-color: #bbb !important;
}

.msg_btn input:hover {
	background-color: #2F6F95 !important;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuy_msg ul li h4 {
		width: 9% !important;
	}

	.adminbuy_msg ul li .msg_ipt1,
	.adminbuy_msg ul li .msg_ipt12,
	.adminbuy_msg ul li .msg_tara {
		width: 91% !important;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_NyOrder {
		margin: 40px auto;
	}

	.adminbuy_msg ul li {
		margin: 0 auto 25px !important;
	}

	.adminbuy_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 140px !important;
	}

	.adminbuy_msg ul li h4 {
		width: 9% !important;
	}

	.adminbuy_msg ul li .msg_ipt1,
	.adminbuy_msg ul li .msg_ipt12,
	.adminbuy_msg ul li .msg_tara {
		width: 91% !important;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_NyOrder {
		margin: 40px auto;
	}

	.adminbuy_msg ul li {
		margin: 0 auto 20px !important;
	}

	.adminbuy_msg ul li h4 {
		width: 12% !important;
	}

	.adminbuy_msg ul li .msg_ipt12,
	.adminbuy_msg ul li .msg_ipt1,
	.adminbuy_msg ul li .msg_tara,
	.adminbuy_msg ul li .msg_btn {
		width: 88% !important;
	}
}

@media (max-width: 767px) {
	.adminbuy_NyOrder {
		margin: 20px auto;
	}

	.adminbuy_msg ul li {
		margin: 0 auto 20px !important;
	}

	.adminbuy_msg ul li h4 {
		display: none !important;
	}

	.adminbuy_msg ul li .msg_ipt12,
	.adminbuy_msg ul li .msg_ipt1,
	.adminbuy_msg ul li .msg_tara,
	.adminbuy_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;
	}

	.adminbuy_msg ul li a.yzm_img {
		float: inherit !important;
	}

	.adminbuy_msg ul li span {
		display: block;
		line-height: 24px;
		margin: 10px 0 0;
	}
}

@media (max-width: 320px) {

	.adminbuy_msg ul li .msg_ipt2,
	.msg_ipt2 input {
		width: 150px !important;
	}

	.adminbuy_msg ul li span {
		line-height: 24px;
		margin: 10px 0 0;
	}
}

/*内页-在线留言 结束*/


/*内页-联系我们 开始*/
/* 地图：单独一行，与内容同宽 */
.adminbuy_NyContactMap {
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.adminbuy_NyContactMap .NyContactMap_main {
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.adminbuy_NyContactMap .NyContactMap_main iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.adminbuy_NyContactMap .contact-map-fallback {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 20px;
	text-align: right;
}

.adminbuy_NyContactMap .contact-map-fallback a {
	color: #2F6F95;
	text-decoration: underline;
}

/* 公司简介 + 联系方式 + 在线留言 */
.adminbuy_NyContact {
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
}

.adminbuy_NyContact .adminbuy_NyCon {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 40px 0 40px 28px;
	background-color: #f4f4f4;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.adminbuy_NyCon .adminbuyNyCon_text {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.adminbuyNyCon_text .NyCon_tit {
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	color: #2F6F95;
	font-size: 24px;
	margin: 0 auto 18px;
	padding: 0;
}

.adminbuyNyCon_text p {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	color: #565656;
	font-size: 15px;
	text-align: justify;
	margin: 0 auto;
	padding: 0;
}

.adminbuy_NyContact .adminbuyNyContact_main {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyContact_main .adminbuyNyContact_lxfs {
	width: 42%;
	overflow: hidden;
	margin: 0 4% 0 0;
	padding: 0;
	float: left;
}

.adminbuyNyContact_lxfs .adminbuyNyContact_company {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #2F6F95;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 4px 0;
}

.adminbuyNyContact_lxfs ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 10px 0;
	border-bottom: 1px dashed #dfdfdf;
}

.adminbuyNyContact_lxfs ul li div {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 0 0 65px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.adminbuyNyContact_lxfs ul li div img {
	display: block;
	width: 45px;
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.adminbuyNyContact_lxfs ul li div p {
	width: 100%;
	min-height: 25px;
	overflow: hidden;
	line-height: 25px;
	color: #565656;
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
}

/* 在线留言表单：沿用全站留言表单风格 */
.adminbuyNyContact_main .adminbuyNyContact_form {
	width: 54%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

.adminbuyNyContact_form .adminbuyNyContact_formtit {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	color: #2F6F95;
	font-size: 24px;
	margin: 0 auto 20px;
	padding: 4px 0;
}

.adminbuyNyContact_form form ul {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyContact_form form ul li {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 22px;
	padding: 0;
}

.adminbuyNyContact_form form ul li:last-child {
	margin: 0 auto;
}

.adminbuyNyContact_form form ul li .contact-field-label {
	width: 110px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	margin: 0;
	padding: 0 15px 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;
}

.adminbuyNyContact_form form ul li .contact-field-label b {
	color: #e74747;
	font-weight: normal;
	padding-right: 3px;
}

.adminbuyNyContact_form .nymsg_ipt,
.adminbuyNyContact_form .nymsg_tara,
.adminbuyNyContact_form .nymsg_code,
.adminbuyNyContact_form .nymsg_btn {
	margin-left: 110px;
}

.adminbuyNyContact_form .nymsg_ipt input,
.adminbuyNyContact_form .nymsg_tara textarea,
.adminbuyNyContact_form .nymsg_code input {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 8px 15px;
	background-color: #f8f8f8;
	border: none;
	outline: none;
	resize: none;
	color: #666;
	font-size: 14px;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.adminbuyNyContact_form .nymsg_ipt input,
.adminbuyNyContact_form .nymsg_code input {
	height: 44px;
}

.adminbuyNyContact_form .nymsg_tara textarea {
	height: 132px;
	line-height: 24px;
}

.adminbuyNyContact_form .nymsg_code input {
	width: 200px;
	float: left;
	margin: 0 10px 0 0;
}

.adminbuyNyContact_form .nymsg_code img {
	display: block;
	width: 120px;
	height: 44px;
	overflow: hidden;
	float: left;
	cursor: pointer;
	border-radius: 2px;
}

.adminbuyNyContact_form input[aria-invalid="true"],
.adminbuyNyContact_form textarea[aria-invalid="true"] {
	background-color: #fdf0f0;
}

.adminbuyNyContact_form .nymsg_ipt input:focus-visible,
.adminbuyNyContact_form .nymsg_tara textarea:focus-visible,
.adminbuyNyContact_form .nymsg_code input:focus-visible {
	outline: 3px solid rgba(47, 111, 149, .35);
	outline-offset: 2px;
}

.adminbuyNyContact_form .nymsg_btn {
	overflow: hidden;
}

.adminbuyNyContact_form .nymsg_btn button {
	display: block;
	width: 160px;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	margin: 0;
	padding: 0;
	background-color: #2F6F95;
	color: #fff;
	font-size: 15px;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
	text-align: center;
	border: none;
	cursor: pointer;
}

.adminbuyNyContact_form .nymsg_btn button:hover,
.adminbuyNyContact_form .nymsg_btn button:focus-visible {
	background-color: #245a78;
}

.adminbuyNyContact_form .nymsg_btn button:disabled {
	opacity: .65;
	cursor: wait;
}

.adminbuyNyContact_form .contact-inquiry-status {
	min-height: 20px;
	margin: 10px 0 0 110px;
	color: #565656;
	font-size: 14px;
	line-height: 20px;
}

.adminbuyNyContact_form .contact-inquiry-status.is-success {
	color: #1d7a4c;
}

.adminbuyNyContact_form .contact-inquiry-status.is-error {
	color: #e74747;
}

@media screen and (max-width:1080px) {
	.adminbuy_NyContact {
		margin: 40px auto;
	}

	.adminbuy_NyContact .adminbuy_NyCon {
		margin: 0 auto 40px;
		padding: 20px 0 20px 28px;
	}

	.adminbuy_NyCon .adminbuyNyCon_text {
		padding: 0 20px;
	}

	.adminbuyNyCon_text .NyCon_tit {
		line-height: 32px;
		font-size: 22px;
		margin: 0 auto 12px;
	}

	.adminbuyNyCon_text p {
		line-height: 28px;
		font-size: 14px;
	}

	.adminbuyNyContact_main .adminbuyNyContact_lxfs {
		width: 100%;
		margin: 0 auto 40px;
	}

	.adminbuyNyContact_main .adminbuyNyContact_form {
		width: 100%;
		margin: 0 auto;
	}

	.adminbuy_NyContactMap .NyContactMap_main {
		height: 360px;
	}
}

@media (max-width: 767px) {
	.adminbuy_NyContact .adminbuy_NyCon {
		padding: 20px;
	}

	.adminbuyNyCon_text .NyCon_tit {
		text-align: center;
	}

	.adminbuyNyCon_text p {
		text-align: center;
	}

	.adminbuy_NyContactMap .NyContactMap_main {
		height: 280px;
	}

	.adminbuyNyContact_form form ul li .contact-field-label {
		width: 100%;
		height: auto;
		line-height: 24px;
		text-align: left;
		padding: 0;
		margin: 0 0 6px;
		float: none;
	}

	.adminbuyNyContact_form .nymsg_ipt,
	.adminbuyNyContact_form .nymsg_tara,
	.adminbuyNyContact_form .nymsg_code,
	.adminbuyNyContact_form .nymsg_btn {
		margin-left: 0;
	}

	.adminbuyNyContact_form .contact-inquiry-status {
		margin-left: 0;
	}
}

@media (max-width: 360px) {
	.adminbuyNyContact_form .nymsg_code input {
		width: 150px;
	}

	.adminbuyNyContact_form .nymsg_code img {
		width: 100px;
	}
}


/*内页-联系我们 结束*/


/*内页-荣誉资质 开始*/
.adminbuy_NyHonor {
	height: auto;
	margin: 0 auto 60px;
	padding: 0;
}

.adminbuy_NyHonor .adminbuyNyHonor_list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyHonor_list ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 30px 0;
	padding: 10px 20px 20px;
	background-color: #f5f5f5;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyHonor_list ul li:nth-child(4n+4) {
	margin: 0 0 30px;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
	width: 100%;
	height: 242px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyHonor_list ul li:hover .adminbuyIdxHonor_img a img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text a {
	display: block;
	width: 100%;
	height: 30px;
	overflow: hidden;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.adminbuyNyHonor_list ul li:hover .adminbuyIdxHonor_text a {
	color: #2F6F95;
}

.adminbuyNyHonor_list ul li i {
	display: block;
	width: 30px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #2F6F95;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.adminbuyNyHonor_list ul li:hover i {
	width: 100%;
}

@media screen and (max-width:1199px) and (min-width:1080px) {
	.adminbuyNyHonor_list ul li {
		margin: 0 2% 20px 0;
	}

	.adminbuyNyHonor_list ul li:nth-child(4n+4) {
		margin: 0 0 20px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
		height: 188px;
	}
}

@media screen and (max-width:1079px) and (min-width:1024px) {
	.adminbuy_NyHonor {
		margin: 0 auto 40px;
	}

	.adminbuyNyHonor_list ul li {
		margin: 0 2% 20px 0;
		padding: 8px 16px 16px;
	}

	.adminbuyNyHonor_list ul li:nth-child(4n+4) {
		margin: 0 0 20px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
		height: 200px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text a {
		font-size: 15px;
	}

	.adminbuyNyHonor_list ul li i {
		height: 3px;
	}
}

@media screen and (max-width:1023px) and (min-width:768px) {
	.adminbuy_NyHonor {
		margin: 0 auto 40px;
	}

	.adminbuyNyHonor_list ul li {
		width: 31.333333%;
		margin: 0 3% 20px 0;
		padding: 8px 16px 16px;
	}

	.adminbuyNyHonor_list ul li:nth-child(4n+4) {
		margin: 0 3% 20px 0;
	}

	.adminbuyNyHonor_list ul li:nth-child(3n+3) {
		margin: 0 0 20px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
		height: 200px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text a {
		font-size: 14px;
	}

	.adminbuyNyHonor_list ul li i {
		height: 2px;
	}
}

@media (max-width: 767px) {
	.adminbuy_NyHonor {
		margin: 0 auto;
	}

	.adminbuyNyHonor_list ul li {
		width: 48%;
		margin: 0 4% 20px 0;
		padding: 8px 16px 8px;
	}

	.adminbuyNyHonor_list ul li:nth-child(2n+2) {
		margin: 0 0 20px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
		height: 154px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text a {
		height: 30px;
		line-height: 24px;
		font-size: 14px;
	}

	.adminbuyNyHonor_list ul li i {
		height: 2px;
	}
}

@media (max-width: 320px) {
	.adminbuyNyHonor_list ul li {
		width: 100%;
		margin: 0 auto 20px;
		padding: 10px 20px 20px;
	}

	.adminbuyNyHonor_list ul li:nth-child(2n+2) {
		margin: 0 auto 20px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
		height: 260px;
	}

	.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text a {}
}

/*内页-荣誉资质 结束*/


/*内页-产品详情 开始*/
.adminbuy_NyProDetail {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.adminbuy_NyProDetail .adminbuyNyProDetail_con {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding: 70px 0 70px;
	background-color: #f6f6f6;
}

.adminbuy_NyProDetail .adminbuyNyProDetail_con .adminbuyNyProDetail_con_in {
	position: relative;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left {
	width: 18%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: right;
}

/*.adminbuyNyProDetail_con .adminbuyNyProDetail_left.fixed{position: absolute;right: 0;}*/
.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type {
	margin: 0 0 20px;
	background: #fff;
	padding-bottom: 15px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .hd {
	text-align: center;
	background-color: #eaeaea;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .hd p {
	height: 50px;
	background-color: #eaeaea;
	padding: 0 7%;
	line-height: 50px;
	font-size: 18px;
	color: #222;
	text-align: left;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .hd p:before {
	content: '';
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(../images/mulu_tlt.png) center center no-repeat;
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -3px;
	display: none;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .hd span {
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 24px;
	color: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	display: none;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd {
	padding: 15px 7%;
	background: #fff;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li {
	margin: 0 auto 8px;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li:last-child {
	margin: 0 auto;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p {
	height: 38px;
	line-height: 38px;
	background-color: #8b8b8b;
	border-radius: 4px;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p a {
	display: block;
	width: 80%;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 38px;
	color: #fff;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p span {
	display: block;
	width: 20%;
	height: 100%;
	background: url(../images/mulu4.png) center center no-repeat;
	cursor: pointer;
	float: right;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li div {
	display: none;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li div a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #797979;
	font-size: 14px;
	border-bottom: 1px solid #e7e5e5;
	padding: 0 20px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../images/icon4.png) 20px center no-repeat;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li div a:first-child {}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p:hover,
.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li.on > p {
	background-color: #2F6F95;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p:hover a,
.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li.on > p a {
	color: #fff;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p:hover span {
	background: url(../images/mulu4.png) center center no-repeat;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li.on > p span {
	background: url(../images/mulu5.png) center center no-repeat;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li div a:hover {
	color: #2F6F95;
	background: url(../images/icon4.png) 20px center no-repeat;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_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;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul a.ckqb:hover {
	background: #2F6F95;
	color: #fff;
}

/*相关文章*/
.new_Ny_Xgwz {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.new_Ny_Xgwz .Xgwz_tit {
	overflow: hidden;
	margin: 0 auto;
	background-color: #eaeaea;
}

.new_Ny_Xgwz .Xgwz_tit p {
	text-align: left;
	margin: 0 auto;
	height: 50px;
	background-color: #eaeaea;
	padding: 0 7%;
	line-height: 50px;
	font-size: 18px;
	color: #222;
}

.new_Ny_Xgwz .Xgwz_tit span {
	display: block;
	height: 20px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0;
	display: none;
}

.new_Ny_Xgwz .Xgwz_list {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 7%;
	background: #fff;
	border-top: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.new_Ny_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;
}

.new_Ny_Xgwz .Xgwz_list ul li:last-child {
	border: 0;
}

.new_Ny_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: 11px;
}

.new_Ny_Xgwz .Xgwz_list ul li:hover em {
	background: url(../images/jt3.png) center center no-repeat;
}

.new_Ny_Xgwz .Xgwz_list ul li a {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	color: #777;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
}

.new_Ny_Xgwz .Xgwz_list ul li a:hover {
	color: #2F6F95;
}

.side-link {
	background-color: #fff;
	padding-bottom: 40px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.side-tit {
	height: 50px;
	background-color: #eaeaea;
	padding: 0 7%;
	line-height: 50px;
	font-size: 18px;
	color: #222;
}

.sl-item {
	margin-top: 30px;
	padding: 0 20px;
}

.sl-item i {
	display: block;
	width: 90px;
	height: 90px;
	border: solid 1px #eaeaea;
	margin: auto;
	border-radius: 50%;
	background: url(../images/side-kf.png) no-repeat center center;
}

.sl-text {
	text-align: center;
	line-height: 1;
	margin-top: 19px;
}

.sl-btn {
	margin-top: 20px;
}

.sl-btn a {
	display: inline-block;
	width: 100%;
	height: 46px;
	background-color: #2F6F95;
	border-radius: 3px;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	transition: 0.3s;
}

.sl-btn a:hover {
	background-color: #0db15e;
	color: #fff;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_right {
	width: 79%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	min-width: 0;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_ConTit {
	margin: 0 auto 30px;
	padding: 0;
	overflow: hidden;
	background: #eaeaea;
}

.adminbuyNyProDetail_ConTit p {
	overflow: hidden;
	color: #555;
	font-size: 17px;
	box-sizing: border-box;
	float: left;
	border-top: 3px solid #eaeaea;
	border-left: 1px solid #fff;
	padding: 12px 0;
	line-height: 36px;
	width: 25%;
	text-align: center;
	transition: 0.3s;
	background-color: #eaeaea;
	cursor: pointer;
}

.adminbuyNyProDetail_ConTit p.on {
	border-top: 3px solid #2F6F95;
	background-color: #fff;
	color: #2F6F95;
}

.adminbuyNyProDetail_ConTit p:first-child {
	border-left: 0;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_ConText {
	width: 94%;
	overflow: hidden;
	line-height: 28px;
	color: #555;
	font-size: 14px;
	margin: 0 auto 30px;
	padding: 0 3%;
	box-sizing: border-box;
	min-width: 0;
}

.adminbuyNyProDetail_ConText img,
.adminbuyNyProDetail_ConText p,
.adminbuyNyProDetail_ConText span,
.adminbuyNyProDetail_ConText div,
.adminbuyNyProDetail_ConText video,
.adminbuyNyProDetail_ConText embed {
	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;
}

.adminbuyNyProDetail_ConText table,
.adminbuyNyProDetail_ConText tr,
.adminbuyNyProDetail_ConText td {
	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;
	margin: 0 !important;
	width: auto !important;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
	color: #565656 !important;
	font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
	font-size: 15px !important;
}

.adminbuyNyProDetail_ConText table tr td p {
	text-indent: 0 !important;
}

.adminbuyNyProDetail_ConText img {
	display: inline-block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	text-indent: 0 !important;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_tlt2 {
	padding: 0 3%;
	margin-bottom: 20px;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_tlt2 p {
	position: relative;
	font-size: 18px;
	line-height: 1;
	color: #2F6F95;
	padding-bottom: 23px;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_tlt2 p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #eaeaea;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_tlt2 p:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 2px;
	background-color: #2F6F95;
}

.pdTab-box {
	position: relative;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_ConTit.tlles {
	position: fixed;
	top: 0;
	z-index: 999;
}

@media screen and (max-width:767px) {
	.adminbuyNyProDetail_ConTit p {
		width: 50%;
	}
}

.ny_relate_cp {
	width: 100%;
	padding: 40px 0 0;
}

.ny_relate_cp .container {}

.ny_relate_cp .rTit {
	line-height: 24px;
	overflow: hidden;
}

.ny_relate_cp .rTitText {
	float: left;
	font-size: 24px;
	padding-left: 12px;
	border-left: 4px solid #2F6F95;
	color: #222;
}

.ny_relate_cp .rTitMore {
	float: right;
	font-size: 14px;
	color: #999;
}

.ny_relate_cp .rTitMore span {
	display: inline-block;
	padding-right: 16px;
	background: url(../images/re-more.png) no-repeat right 6px;
	transition: 0.3s;
}

.ny_relate_cp .rTitMore:hover {
	color: #2F6F95;
}

.ny_relate_cp .rTitMore:hover span {
	background-image: url(../images/re-moreh.png);
}

.ny_relate_cp .reMain {
	margin-top: 20px;
}

.ny_relate_cp .reMain ul li {
	width: 23.5%;
	overflow: hidden;
	margin: 0 2% 20px 0;
	padding: 10px;
	background-color: #f0f0f0;
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ny_relate_cp .reMain ul li:nth-child(4n+4) {
	margin: 0 0 20px;
}

.ny_relate_cp .reMain ul li:hover {
	background-color: #2F6F95;
}

.ny_relate_cp .reMain ul li .adminbuyIdxPro_img {
	width: 100%;
	height: 230px;
	overflow: hidden;
	margin: 0 auto 10px;
	padding: 0;
	background-color: #fff;
	border: none !important;
}

.ny_relate_cp .reMain ul li .adminbuyIdxPro_img a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: relative;
}

.ny_relate_cp .reMain ul li .adminbuyIdxPro_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 .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

.ny_relate_cp .reMain ul li:hover .adminbuyIdxPro_img a img.idxPro_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.ny_relate_cp .reMain ul li .adminbuyIdxPro_name {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}

.ny_relate_cp .reMain ul li .adminbuyIdxPro_name a {
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ny_relate_cp .reMain ul li:hover .adminbuyIdxPro_name a {
	color: #fff;
}

.ny_relate_cp .reMain ul li .idxPro_btn {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: -10px 0 0 -20px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 230px;
	z-index: 2;
}

.ny_relate_cp .reMain ul li .idxPro_btn a {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(../images/idxpro_more1.png) center center no-repeat;
	background-size: 40px 40px;
}

.ny_relate_cp .reMain ul li:hover .idxPro_btn a {
	background: url(../images/idxpro_more1.png) center center no-repeat;
}

@media screen and (max-width:1023px) {
	.ny_relate_cp {
		width: 100%;
		padding: 40px 0 20px;
	}
}

@media screen and (max-width:500px) {
	.ny_relate_cp .reMain ul li .adminbuyIdxPro_img {
		height: 160px;
	}

	.ny_relate_cp .reMain ul li .idxPro_btn {
		top: 160px;
	}
}

@media screen and (max-width:374px) {
	.ny_relate_cp .reMain ul li .adminbuyIdxPro_img {
		height: 140px;
	}

	.ny_relate_cp .reMain ul li .idxPro_btn {
		top: 140px;
	}
}


.pro_detail_main {
	height: auto;
	margin: 20px auto 70px;
	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: 46%;
	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: 104px;
	overflow: hidden;
	line-height: 28px;
	color: #888;
	font-size: 15px;
	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: #adadad;
}

.pro_detail_btn a.prodtl_btn2 {
	float: left;
	background-color: #2F6F95;
}

.pro_detail_btn a.prodtl_btn1:hover {
	background-color: #333;
}

.pro_detail_btn a.prodtl_btn2:hover {
	background-color: #2F6F95;
}

/**产品详情页产品图片切换**/
.prodetail_img {
	width: 51%;
	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: 13%;
	float: left;
	height: 442px;
	overflow: hidden;
}

#spec-left {
	width: 16px;
	height: 70px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-right {
	width: 16px;
	height: 70px;
	float: left;
	cursor: pointer;
	margin-top: 3px;
}

#spec-list {
	width: 440px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul {}

#spec-list ul li {
	float: none;
	display: block;
	padding: 0;
	width: 100%;
	height: 82px;
	margin: 0 0 8px 0;
}

#spec-list ul li:last-child {
	/* margin:0; */
}

#spec-list ul li:first-child p {
	border: 1px solid #2F6F95;
}

#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;
}

#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: 84%;
	height: 442px;
	float: right;
	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: #fff;
	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 {
	position: relative;
	width: 100%;
	margin: 0;
}

#spec-list div {
	width: 100% !important;
	height: 70px !important;
	margin: 0;
}

#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 {
		padding: 0;
	}

	.prodetail_img {
		width: 45%;
		position: inherit;
		float: left;
	}

	.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) {
	.adminbuy_NyProDetail {
		margin: 40px auto;
	}
}

@media screen and (max-width:1023px) {
	.pro_detail_main {
		margin: 25px auto 40px;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 0 20px;
	}

	.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 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: 16px;
	}

	.pro_detail_btn a.prodtl_btn1 {
		margin: 0 4% 0 0;
	}

	#spec-list {
		width: 100%;
	}

	.zoomdiv,
	.jqZoomPup {
		display: none !important;
	}

	.adminbuy_NyProDetail .adminbuyNyProDetail_con {
		padding: 40px 0;
	}

	.adminbuyNyProDetail_con .adminbuyNyProDetail_right {
		width: 100%;
	}

	.adminbuyNyProDetail_con .adminbuyNyProDetail_left {
		width: 100%;
		display: none;
	}

	.sl-btn a {
		margin: 20px auto 0;
		display: block;
		width: 50%;
	}

	.ny_relate_cp .reMain ul li {
		width: 49%;
		overflow: hidden;
		margin: 0 2% 20px 0;
	}

	.ny_relate_cp .reMain ul li:nth-child(2n) {
		margin: 0 0 20px;
	}
}

@media (max-width:767px) {
	.pro_detail_main {
		margin: 0 auto 40px;
	}

	.prodetail_img {
		width: 100%;
		height: auto;
		margin: 0 auto 20px;
	}

	#preview {
		width: 100%;
	}

	.jqzoom {
		width: 100%;
		height: 285px;
	}

	.pro_detail_text .jyms {
		padding: 12px;
		height: auto;
	}

	.pro_detail_text ul li {
		font-size: 14px;
		margin: 4px auto;
	}

	#spec-n5 {
		width: 100%;
		padding-top: 10px;
		height: auto;
	}

	#spec-list ul li {
		width: 18.8%;
		margin-right: 1.5%;
		float: left;
		height: 70px;
	}

	#spec-list ul li:last-child {
		margin-right: 0;
	}
}


/*内页-产品详情 结束*/


/*右侧漂浮 开始*/
.client-2 {
	position: fixed;
	right: 22px;
	top: 50%;
	z-index: 99999;
}

.client-2 ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.client-2 li {
	width: 60px;
	height: 60px;
	position: relative;
}

.client-2 .my-kefu-trigger {
	display: flex;
	width: 60px;
	height: 60px;
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border: 0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 5px 22px rgba(25, 45, 75, .10);
	color: #27384b;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	transform-origin: center;
	transition: transform .22s ease, box-shadow .22s ease;
}

.client-2 .my-kefu-trigger:hover,
.client-2 .my-kefu-trigger:focus-visible {
	transform: scale(1.06);
	box-shadow: 0 8px 25px rgba(25, 45, 75, .16);
	outline: none;
}

.client-2 li i {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0;
	background-color: currentColor;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.client-2 .my-kefu-label {
	display: none;
}

.client-2 .my-kefu-message i {
	color: #36c3eb;
	-webkit-mask-image: url('../images/float-comments.svg');
	mask-image: url('../images/float-comments.svg');
}

.client-2 .my-kefu-tel i {
	color: #36bf55;
	-webkit-mask-image: url('../images/float-phone.svg');
	mask-image: url('../images/float-phone.svg');
}

.client-2 .my-kefu-weixin i {
	color: #61cb42;
	-webkit-mask-image: url('../images/float-weixin.svg');
	mask-image: url('../images/float-weixin.svg');
}

.client-2 .my-kefu-ftop i {
	color: #36c3eb;
	-webkit-mask-image: url('../images/float-arrow-up.svg');
	mask-image: url('../images/float-arrow-up.svg');
}

.client-2 .my-kefu-pop {
	position: absolute;
	right: 72px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(25, 45, 75, .14);
	color: #546170;
	white-space: nowrap;
}

.client-2 .my-kefu-tel-pop {
	padding: 17px 22px;
	font-size: 16px;
}

.client-2 .my-kefu-message-pop {
	padding: 17px 22px;
	font-size: 16px;
}

.client-2 .my-kefu-weixin-pop {
	width: 200px;
	padding: 14px;
	text-align: center;
	white-space: normal;
}

.client-2 .my-kefu-message-pop::after,
.client-2 .my-kefu-weixin-pop::after,
.client-2 .my-kefu-tel-pop::after {
	content: '';
	position: absolute;
	right: -7px;
	top: 50%;
	width: 14px;
	height: 14px;
	background: #fff;
	transform: translateY(-50%) rotate(45deg);
}

.client-2 .my-kefu-weixin-pop img {
	display: block;
	width: 172px;
	height: 172px;
	margin: 0 auto 8px;
	object-fit: contain;
}

.client-2 .my-kefu-weixin-pop span {
	font-size: 14px;
	color: #384656;
}

.client-2 .my-kefu-message:hover .my-kefu-message-pop,
.client-2 .my-kefu-tel:hover .my-kefu-tel-pop,
.client-2 .my-kefu-weixin:hover .my-kefu-weixin-pop {
	display: block;
}

/*在线咨询弹窗*/
.kefu-quote-modal[hidden] {
	display: none !important;
}

.kefu-quote-modal {
	position: fixed;
	inset: 0;
	z-index: 1000000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease, visibility .2s ease;
}

.kefu-quote-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.kefu-quote-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(14, 25, 36, .58);
}

.kefu-quote-dialog {
	position: relative;
	width: min(600px, 100%);
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 58px 62px 62px;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 20px 70px rgba(0, 0, 0, .25);
	box-sizing: border-box;
	transform: translateY(18px) scale(.98);
	transition: transform .3s ease;
}

.kefu-quote-modal.is-open .kefu-quote-dialog {
	transform: translateY(0) scale(1);
}

.kefu-quote-dialog::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.kefu-quote-dialog {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.kefu-quote-close {
	position: absolute;
	right: 58px;
	top: 55px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #45c3e5;
	font: 400 44px/28px Arial, sans-serif;
	cursor: pointer;
	transition: transform .2s ease, color .2s ease;
}

.kefu-quote-close:hover,
.kefu-quote-close:focus-visible {
	color: #149fc4;
	transform: scale(1.08);
	outline: none;
}

.kefu-quote-dialog h2 {
	margin: 0 56px 14px 0;
	color: #333;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.25;
}

.kefu-quote-intro {
	margin: 0 0 24px;
	padding: 10px 9px;
	background: #f0f0f0;
	color: #535353;
	font-size: 14px;
	line-height: 1.55;
}

.kefu-quote-form {
	margin: 0;
}

.kefu-quote-field {
	display: block;
	margin: 0 6px 15px;
	padding: 6px 14px 8px;
	border-bottom: 1px solid #1f1f1f;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 1.4;
}

.kefu-quote-field > span:first-child {
	display: block;
	margin-bottom: 4px;
}

.kefu-quote-field b {
	color: #ff4f55;
	font-weight: 400;
}

.kefu-quote-field input,
.kefu-quote-field textarea {
	display: block;
	width: 100%;
	min-height: 18px;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: #333;
	font: inherit;
	line-height: 1.5;
	box-sizing: border-box;
}

.kefu-quote-field textarea {
	min-height: 82px;
	resize: vertical;
}

.kefu-quote-field:focus-within {
	border-color: #45c3e5;
}

.kefu-quote-field-content {
	margin-top: 1px;
}

.kefu-quote-field-code {
	padding-bottom: 8px;
}

.kefu-quote-code-control {
	display: flex !important;
	align-items: center;
	gap: 12px;
}

.kefu-quote-code-control input {
	flex: 1;
}

.kefu-quote-code-control img {
	width: 92px;
	height: 30px;
	object-fit: contain;
	cursor: pointer;
}

.kefu-quote-submit {
	display: block;
	width: calc(100% - 12px);
	height: 44px;
	margin: 20px 6px 0;
	border: 0;
	border-radius: 7px;
	background: #45c3e5;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.kefu-quote-submit:hover,
.kefu-quote-submit:focus-visible {
	background: #24afd4;
	transform: translateY(-1px);
	outline: none;
}

.kefu-quote-submit:disabled {
	opacity: .65;
	cursor: wait;
	transform: none;
}

.kefu-quote-status {
	min-height: 20px;
	margin: 10px 6px 0;
	color: #697783;
	font-size: 13px;
	text-align: center;
}

.kefu-quote-status.is-success {
	color: #2f9d58;
}

.kefu-quote-status.is-error {
	color: #d94a4a;
}

html.mobile-nav-open,
body.mobile-nav-open,
html.kefu-modal-open,
body.kefu-modal-open {
	overflow: hidden;
}

.kefu-toast[hidden] {
	display: none !important;
}

.kefu-toast {
	position: fixed;
	right: 24px;
	top: 24px;
	z-index: 1000001;
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: min(520px, calc(100vw - 48px));
	padding: 18px 24px 18px 18px;
	border: 2px solid #bdebd0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(25, 45, 75, .24);
	color: #358151;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
	pointer-events: none;
	opacity: 0;
	transform: translate(24px, -12px);
	transition: opacity .2s ease, transform .2s ease;
}

.kefu-toast.is-visible {
	opacity: 1;
	transform: translate(0, 0);
}

.kefu-toast-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #39ad69;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width:1599px) and (min-width:1080px) {
	.client-2 {
		right: 0;
	}

	.client-2 ul {
		gap: 6px;
	}

	.client-2 li,
	.client-2 .my-kefu-trigger {
		width: 48px;
		height: 48px;
	}

	.client-2 li i {
		width: 29px;
		height: 29px;
	}

	.client-2 .my-kefu-pop {
		right: 58px;
	}
}

@media (max-width:1023px) {
	.client-2 {
		right: 12px;
	}

	.client-2 li,
	.client-2 .my-kefu-trigger {
		width: 54px;
		height: 54px;
	}

	.client-2 .my-kefu-pop {
		right: 66px;
	}

	.kefu-quote-dialog {
		padding: 48px 44px 46px;
	}

	.kefu-quote-close {
		right: 38px;
		top: 45px;
	}

	.kefu-toast {
		top: 16px;
		right: 16px;
		max-width: calc(100vw - 32px);
		padding: 15px 18px 15px 14px;
		font-size: 15px;
	}

	.kefu-toast-icon {
		flex-basis: 27px;
		width: 27px;
		height: 27px;
		font-size: 16px;
	}
}

@media (max-width:767px) {
	.client-2 {
		right: 10px;
	}

	.client-2 ul {
		gap: 6px;
	}

	.client-2 li,
	.client-2 .my-kefu-trigger {
		width: 50px;
		height: 50px;
	}

	.client-2 .my-kefu-pop {
		right: 62px;
		max-width: calc(100vw - 84px);
	}

	.client-2 .my-kefu-weixin-pop {
		width: 170px;
	}

	.client-2 .my-kefu-weixin-pop img {
		width: 142px;
		height: 142px;
	}

	.kefu-quote-modal {
		padding: 12px;
	}

	.kefu-quote-dialog {
		max-height: calc(100vh - 24px);
		padding: 36px 20px 28px;
		border-radius: 10px;
	}

	.kefu-quote-dialog h2 {
		margin-right: 40px;
		font-size: 23px;
	}

	.kefu-quote-intro {
		font-size: 13px;
	}

	.kefu-quote-close {
		right: 17px;
		top: 34px;
		width: 30px;
		height: 30px;
		font-size: 38px;
		line-height: 25px;
	}

	.kefu-quote-field {
		margin-right: 0;
		margin-left: 0;
	}

	.kefu-quote-submit {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
}


/*右侧漂浮 结束*/


.lx_dz {
	width: 100%;
	height: 270px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #f8f8f8;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.lx_dz .dz_map {
	width: 100%;
	overflow: hidden;
	height: 268px;
	margin: 0 auto;
}

/*详情页内容超出设置*/
@media (min-width:1199px) {
	#c_detail_wrap #new-div .zoom-caret {
		display: none !important;
	}
}

#c_detail_wrap img,
#c_detail_wrap p,
#c_detail_wrap span,
#c_detail_wrap div,
#c_detail_wrap video,
#c_detail_wrap embed {
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
	word-break: normal;
}

#c_detail_wrap #new-div {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	position: relative;
}

#c_detail_wrap #new-div .zoom-caret {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 50px;
	color: #a7a5a5;
	z-index: 2;
	padding: 0;
	margin: 0;
	opacity: .3;
}

#c_detail_wrap #new-div table {
	transform-origin: left top;
	border-collapse: collapse;
	max-width: 100%;
}

#c_detail_wrap #new-div table td {
	/*padding: 3px;border: 1px solid #ccc;*/
	max-width: 100%;
}

#c_detail_wrap #new-div table td img {
	max-width: 90% !important;
}

#c_detail_wrap #new-div.on {
	overflow: scroll;
	width: 100%;
}

#c_detail_wrap #new-div.on .zoom-caret {
	display: none;
}

/*设置滚动条样式*/
#c_detail_wrap #new-div::-webkit-scrollbar {
	height: 2px;
}

/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {
	background-color: #f0f0f0;
	border-radius: 0px;
}

/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
	background-color: #bfbfbf;
}

#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
	background-color: #3c3c3c;
}

@media (max-width:880px) {

	#c_detail_wrap img,
	#c_detail_wrap p,
	#c_detail_wrap span,
	#c_detail_wrap div,
	#c_detail_wrap video,
	#c_detail_wrap embed {
		height: auto !important;
		max-width: 100% !important;
		max-height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: normal;
		word-break: break-all;
		word-break: normal;
	}

	#c_detail_wrap #new-div {
		overflow-x: hidden;
		overflow-y: hidden;
		width: 100%;
		position: relative;
	}

	#c_detail_wrap #new-div .zoom-caret {
		display: block;
		position: absolute;
		top: 10px;
		right: 5px;
		font-size: 50px;
		color: #a7a5a5;
		z-index: 2;
		padding: 0;
		margin: 0;
		opacity: .3;
	}

	#c_detail_wrap #new-div table {
		transform-origin: left top;
		border-collapse: collapse;
		max-width: 100% !important;
		width: 100% !important;
		table-layout: fixed;
	}

	#c_detail_wrap #new-div table td {
		/*padding: 3px;border: 1px solid #ccc;*/
		width: auto !important;
		overflow-wrap: anywhere;
	}

	#c_detail_wrap #new-div table td img {
		max-width: 90% !important;
	}

	#c_detail_wrap #new-div.on {
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		scrollbar-width: none;
	}

	#c_detail_wrap #new-div.on::-webkit-scrollbar {
		display: none;
		width: 0;
		height: 0;
	}

	#c_detail_wrap #new-div.on .zoom-caret {
		display: none;
	}

	#c_detail_wrap img,
	#c_detail_wrap p,
	#c_detail_wrap span,
	#c_detail_wrap div,
	#c_detail_wrap video,
	#c_detail_wrap embed {
		width: auto !important;
		height: auto !important;
		max-width: 100% !important;
		max-height: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		white-space: normal;
		word-wrap: break-word;
		white-space: pre-wrap;
	}
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar { padding:20px; overflow:hidden; clear:both; box-sizing:border-box; max-width:100%;}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  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}

/* 医疗蓝主题与产品分类页改版 */
:root {
	--brand-primary: #2f6f95;
	--brand-primary-deep: #245a78;
	--brand-primary-soft: #eef5f8;
	--brand-canvas: #f6f9fb;
	--brand-surface: #ffffff;
	--brand-ink: #172a3a;
	--brand-muted: #71808c;
	--brand-line: #e2ebf0;
}

body.product-list-page {
	color: var(--brand-ink);
	background: #fff;
	font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

body.product-list-page .ny_banner {
	height: 500px;
	box-sizing: border-box;
}

body.product-list-page .adminbuy_crumb {
	margin: 22px auto 30px;
	padding-left: 28px;
}

body.product-list-page .adminbuy_crumb img {
	top: 10px;
	width: 18px;
	height: 18px;
	opacity: .55;
}

body.product-list-page .adminbuy_crumb p {
	color: var(--brand-muted);
	font-size: 13px;
}

body.product-list-page .adminbuy_crumb p a {
	color: var(--brand-ink);
	transition: color .2s ease;
}

body.product-list-page .adminbuy_crumb p a:hover {
	color: var(--brand-primary);
}

body.product-list-page .adminbuy_NyProducts {
	min-height: 520px;
	margin: 0 auto 88px;
	background: transparent;
}

body.product-list-page .adminbuyNyPro_main {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

body.product-list-page .adminbuyNyPro_main .adminbuyNyPro_left,
body.product-list-page .adminbuyNyPro_main .adminbuyNyPro_right {
	width: auto;
	float: none;
}

body.product-list-page .adminbuyNyPro_left .h_left {
	margin: 0;
	background: transparent;
}

body.product-list-page .adminbuyNyPro_left .cp_type {
	margin: 0;
	padding: 24px 22px 22px;
	background: var(--brand-surface);
	border: 1px solid var(--brand-line);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 10px 24px rgba(8, 35, 52, .13);
}

body.product-list-page .adminbuyNyPro_left .cp_type .hd {
	display: flex;
	flex-direction: column;
	height: auto;
	padding: 0;
	text-align: left;
	background: transparent;
	border-bottom: 0;
}

body.product-list-page .adminbuyNyPro_left .cp_type .hd::after {
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 15px;
	background: linear-gradient(90deg, var(--brand-primary) 0 52px, var(--brand-line) 52px 100%);
	content: "";
}

body.product-list-page .adminbuyNyPro_left .cp_type .hd span {
	order: -1;
	height: auto;
	margin: 0 0 8px;
	color: var(--brand-primary);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .18em;
	text-transform: uppercase;
	opacity: 1;
}

body.product-list-page .adminbuyNyPro_left .cp_type .hd p {
	height: auto;
	color: var(--brand-ink);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -.01em;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd {
	padding: 10px 0 0;
	border: 0;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li {
	margin: 0 0 3px;
	border-bottom: 0;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li:last-child {
	margin-bottom: 0;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li p {
	height: 50px;
	padding: 0 4px 0 14px;
	background: transparent;
	border: 0;
	border-radius: 5px;
	transition: background-color .2s ease, box-shadow .2s ease;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li p a {
	width: auto;
	line-height: 50px;
	color: var(--brand-muted);
	font-size: 15px;
	font-weight: 500;
	transition: color .2s ease;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li p:hover {
	background: rgba(47, 111, 149, .09);
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li p:hover a {
	color: var(--brand-primary-deep);
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li.on > p {
	background: linear-gradient(90deg, rgba(47, 111, 149, .15), rgba(47, 111, 149, .08));
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li.on > p a {
	color: var(--brand-primary-deep);
	font-weight: 700;
}

/* A parent category is only an open branch; only a leaf category is selected. */
body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li.on.has-sub > p {
	background: transparent;
	box-shadow: none;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li.on.has-sub > p > a {
	color: var(--brand-muted);
	font-weight: 500;
}

body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li.on.has-sub > p:hover,
body.product-list-page .adminbuyNyPro_left .cp_type .bd ul li.on.has-sub.is-open > p {
	background: rgba(47, 111, 149, .09);
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item {
	margin: 0 0 2px;
	border-bottom: 0;
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item:last-child {
	margin-bottom: 0;
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item > p {
	height: 44px;
	padding: 0 4px 0 8px;
	border-radius: 6px;
	transition: background-color .2s ease;
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item > p > a {
	line-height: 44px;
	color: var(--brand-muted);
	font-size: 14px;
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item > p:hover,
body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item.on > p {
	background: rgba(47, 111, 149, .08);
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item > p:hover a,
body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-subnav .product-category-item.on > p a {
	color: var(--brand-primary-deep);
}

body.product-list-page .adminbuyNyPro_right .adminbuyNyPro_list {
	width: 100%;
	overflow: visible;
}

body.product-list-page .adminbuyNyPro_list ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

body.product-list-page .adminbuyNyPro_list ul .clear {
	display: none;
}

body.product-list-page .adminbuyNyPro_list ul li {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	float: none;
	overflow: visible;
}

body.product-list-page .adminbuyNyPro_list ul li:hover {
	background: transparent;
}

body.product-list-page .adminbuyNyPro_list ul li:hover .home-product-card {
	border-color: rgba(190, 213, 225, 1);
	box-shadow: 0 18px 38px rgba(8, 35, 52, .24);
	transform: translateY(-5px);
}

body.product-list-page .adminbuyNyPro_list ul li:hover .home-product-card__media img {
	transform: scale(1.045);
}

body.product-list-page .adminbuyNyPro_list ul li:hover .home-product-card__cta span {
	transform: translateX(3px);
}

body.product-list-page .adminbuyNyPro_list ul li .home-product-card:focus-visible {
	outline: 3px solid var(--brand-primary);
	outline-offset: 4px;
}

body.product-list-page .adminbuyNyPro_list ul li .home-product-card__media {
	height: auto;
	aspect-ratio: 1 / 1;
}

body.product-list-page .adminbuyNyPro_list ul li .home-product-card__body {
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
	gap: 8px;
	min-height: 96px;
	padding: 14px;
}

body.product-list-page .adminbuyNyPro_list ul li .home-product-card__title {
	display: -webkit-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.4;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.product-list-page .adminbuyNyPro_list ul li .home-product-card__cta {
	justify-self: start;
	font-size: 9px;
	letter-spacing: .06em;
}

@media (min-width: 1080px) and (max-width: 1399px) {
	body.product-list-page .adminbuyNyPro_list ul {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}
}

body.product-list-page .product-empty-state {
	margin: 0;
	padding: 88px 24px;
	color: var(--brand-muted);
	background: var(--brand-surface);
	border: 1px solid var(--brand-line);
	font-size: 15px;
}

@media (max-width: 767px) {
	body.product-list-page .adminbuyNyPro_list ul {
		gap: 14px;
	}

	body.product-list-page .adminbuyNyPro_list ul li .home-product-card__body {
		padding: 13px 14px;
	}

	body.product-list-page .adminbuyNyPro_list ul li .home-product-card__title {
		font-size: 14px;
	}
}

body.product-list-page .pagebar {
	padding: 32px 0 0;
}

body.product-list-page .pagination a {
	color: var(--brand-muted);
	border-color: var(--brand-line);
	background: var(--brand-surface);
	transition: color .2s ease, border-color .2s ease, background .2s ease;
}

body.product-list-page .pagination a:hover,
body.product-list-page .pagination a.page-num-current {
	color: #fff;
	border-color: var(--brand-primary);
	background: var(--brand-primary);
}

body.product-list-page .adminbuy_headNav .active .hn-text a,
body.product-list-page .adminbuy_headNav .hn-text a:hover {
	background-image: none;
	border-bottom: 2px solid var(--brand-primary);
}

@media (max-width: 1079px) {
	body.product-list-page .adminbuyNyPro_main {
		display: block;
	}

	body.product-list-page .adminbuyNyPro_list ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 18px;
	}

	body.product-list-page .adminbuyNyPro_left {
		margin-bottom: 28px;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type .hd {
		padding: 14px 20px;
		background: var(--brand-primary) url(../images/down1.png) 94% center no-repeat;
		background-size: 18px;
		border: 0;
		border-radius: 8px;
		cursor: pointer;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type {
		padding: 0;
		background: transparent;
		border: 0;
		box-shadow: none;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type .hd::after {
		display: none;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type.is-open .hd {
		background-image: url(../images/up1.png);
		border-radius: 8px 8px 0 0;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type .hd p,
	body.product-list-page .adminbuyNyPro_left .cp_type .hd span {
		color: #fff;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type .hd span {
		float: left;
		margin: 0 0 0 12px;
		line-height: 40px;
		font-size: 16px;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type .hd p {
		float: left;
		font-size: 22px;
		line-height: 40px;
	}

	body.product-list-page .adminbuyNyPro_left .cp_type .bd {
		display: none;
		padding: 8px 12px 12px;
		background: var(--brand-surface);
		border: 1px solid var(--brand-line);
		border-top: 0;
		border-radius: 0 0 8px 8px;
		box-shadow: 0 8px 20px rgba(8, 35, 52, .1);
	}

	body.product-list-page .adminbuyNyPro_left .cp_type.is-open .bd {
		display: block;
	}

	body.product-list-page .ny_banner {
		height: 300px;
	}
}

@media (max-width: 767px) {
	body.product-list-page .ny_banner {
		height: 200px;
	}

	body.product-list-page .adminbuy_crumb {
		margin: 16px auto 24px;
	}

	body.product-list-page .adminbuyNyPro_main {
		grid-template-columns: 1fr;
	}

	body.product-list-page .adminbuyNyPro_list ul {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.product-list-page .adminbuyNyPro_list ul li .adminbuyIdxPro_img {
		aspect-ratio: 4 / 3;
	}

	body.product-list-page .adminbuyNyPro_list ul li .adminbuyIdxPro_name a {
		min-height: 54px;
		font-size: 16px;
	}

	body.product-list-page .product-empty-state {
		padding: 64px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.product-list-page *,
	body.product-list-page *::before,
	body.product-list-page *::after {
		transition-duration: .01ms !important;
	}
}

/* 产品列表页面包屑（简约扁平） */
body.product-list-page .adminbuy_crumb {
	display: flex;
	align-items: center;
	min-height: 40px;
	overflow: visible;
	margin: 18px auto 28px;
	padding: 0 0 0 24px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

body.product-list-page .adminbuy_crumb img {
	position: static;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 0 9px 0 0;
	padding: 0;
	box-sizing: border-box;
	opacity: .58;
	background: transparent;
	border: 0;
	border-radius: 0;
}

body.product-list-page .adminbuy_crumb p {
	display: flex;
	align-items: center;
	min-width: 0;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: var(--brand-muted);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	white-space: nowrap;
}

body.product-list-page .adminbuy_crumb .crumb-label {
	flex: 0 0 auto;
	margin-right: 7px;
	color: var(--brand-muted);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
}

body.product-list-page .adminbuy_crumb .crumb-path {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	height: 30px;
	padding: 0 10px;
	white-space: nowrap;
	background: rgba(47, 111, 149, .055);
	border-radius: 4px;
}

body.product-list-page .adminbuy_crumb .crumb-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 9px;
	color: #a0adb6;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

body.product-list-page .adminbuy_crumb p a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding: 0;
	color: var(--brand-ink);
	border-radius: 0;
	transition: color .2s ease;
}

body.product-list-page .adminbuy_crumb p a:last-of-type {
	padding: 0;
	color: var(--brand-primary-deep);
	background: transparent;
	font-weight: 600;
}

body.product-list-page .adminbuy_crumb p a:hover,
body.product-list-page .adminbuy_crumb p a:last-of-type:hover {
	color: var(--brand-primary-deep);
	background: transparent;
}

@media (max-width: 767px) {
	body.product-list-page .adminbuy_crumb {
		min-height: 40px;
		margin: 14px auto 22px;
		padding: 0;
		border-radius: 0;
	}

	body.product-list-page .adminbuy_crumb img {
		flex-basis: 18px;
		width: 18px;
		height: 18px;
		margin-right: 8px;
		padding: 0;
		border-radius: 0;
	}

	body.product-list-page .adminbuy_crumb p {
		overflow-x: auto;
		overflow-y: hidden;
		font-size: 12px;
		scrollbar-width: none;
	}

	body.product-list-page .adminbuy_crumb p::-webkit-scrollbar {
	display: none;
	}

	body.product-list-page .adminbuy_crumb .crumb-label {
		margin-right: 6px;
		font-size: 12px;
	}

	body.product-list-page .adminbuy_crumb .crumb-separator {
		margin: 0 7px;
		font-size: 13px;
	}

	body.product-list-page .adminbuy_crumb .crumb-path {
		height: 28px;
		padding: 0 8px;
		border-radius: 3px;
	}
}

/* 统一蓝色主题资源：避免旧橙黄色位图在交互状态中回显 */
.adminbuyIdxPro_list ul li:hover .idxPro_btn a,
.adminbuyNyPro_list ul li:hover .idxPro_btn a,
.ny_relate_cp .reMain ul li:hover .idxPro_btn a {
	background:
		linear-gradient(#2F6F95, #2F6F95) center / 16px 2px no-repeat,
		linear-gradient(#2F6F95, #2F6F95) center / 2px 16px no-repeat,
		#fff !important;
	border-radius: 50%;
}

.adminbuyNyContact_lxfs img,
.pro_detail_text li img[src*="dot.png"],
img[src*="waring.png"] {
	filter: hue-rotate(168deg) saturate(.8);
}

/* 页脚使用纯色品牌背景，避免旧斜切位图在不同宽度下出现留白 */
.footWrap {
	position: relative;
	background: #245a78 !important;
	isolation: isolate;
}

.footWrap::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: url(../images/ftbg-solid.png) center top / cover no-repeat;
	pointer-events: none;
}

.footWrap > * {
	position: relative;
	z-index: 1;
}

/* 桌面端 logo 与右上装饰块保持同一水平中心，避免向右溢出 */
@media screen and (min-width:1300px) {
	.footWrap .ft-top .f_logo {
		margin-right: 64px;
		transform: translateY(8px);
	}
}

@media screen and (max-width:1299px) {
	.footWrap::before {
		display: none;
	}
}

/* 全站内页面包屑：所有模板统一使用同一套扁平结构 */
.adminbuy_crumb {
	display: flex;
	align-items: center;
	min-height: 40px;
	overflow: visible;
	margin: 18px auto 28px;
	padding: 0 0 0 24px;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.adminbuy_crumb img {
	position: static;
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 0 9px 0 0;
	padding: 0;
	box-sizing: border-box;
	opacity: .58;
	background: transparent;
	border: 0;
	border-radius: 0;
}

.adminbuy_crumb p {
	display: flex;
	align-items: center;
	min-width: 0;
	width: auto;
	height: 40px;
	line-height: 40px;
	color: var(--brand-muted);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	white-space: nowrap;
}

.adminbuy_crumb .crumb-label {
	flex: 0 0 auto;
	margin-right: 7px;
	color: var(--brand-muted);
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
}

.adminbuy_crumb .crumb-path {
	display: inline-flex;
	align-items: center;
	min-width: 0;
	height: 30px;
	padding: 0 10px;
	color: var(--brand-ink);
	white-space: nowrap;
	background: rgba(47, 111, 149, .055);
	border-radius: 4px;
}

.adminbuy_crumb .crumb-separator {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 9px;
	color: #a0adb6;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.adminbuy_crumb p a {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	padding: 0;
	color: var(--brand-ink);
	border-radius: 0;
	transition: color .2s ease;
}

.adminbuy_crumb p a:last-of-type {
	padding: 0;
	color: var(--brand-primary-deep);
	background: transparent;
	font-weight: 600;
}

.adminbuy_crumb p a:hover,
.adminbuy_crumb p a:last-of-type:hover {
	color: var(--brand-primary-deep);
	background: transparent;
}

@media (max-width: 767px) {
	.adminbuy_crumb {
		min-height: 40px;
		margin: 14px auto 22px;
		padding: 0;
	}

	.adminbuy_crumb img {
		flex-basis: 18px;
		width: 18px;
		height: 18px;
		margin-right: 8px;
		padding: 0;
		border-radius: 0;
	}

	.adminbuy_crumb p {
		overflow-x: auto;
		overflow-y: hidden;
		font-size: 12px;
		scrollbar-width: none;
	}

	.adminbuy_crumb p::-webkit-scrollbar {
		display: none;
	}

	.adminbuy_crumb .crumb-label {
		margin-right: 6px;
		font-size: 12px;
	}

	.adminbuy_crumb .crumb-separator {
		margin: 0 7px;
		font-size: 13px;
	}

	.adminbuy_crumb .crumb-path {
		height: 28px;
		padding: 0 8px;
		border-radius: 3px;
	}
}

/* 产品详情页：蓝白扁平版式 */
body.product-detail-page {
	background: var(--brand-canvas);
	color: var(--brand-ink);
	font-family: Arial, "Microsoft YaHei", "PingFang SC", sans-serif;
}

/* breadcrumb 使用全站 w1300 宽度，不跟随产品内容区额外放宽 */
body.product-list-page .adminbuy_crumb.w1300,
body.product-detail-page .adminbuy_crumb.w1300 {
	width: min(calc(100% - 48px), 1800px);
	max-width: 1800px;
	box-sizing: border-box;
}

@media screen and (max-width:1399px) and (min-width:768px) {
	body.product-list-page .adminbuy_crumb.w1300,
	body.product-detail-page .adminbuy_crumb.w1300 {
		width: 96%;
		max-width: none;
	}
}

@media screen and (max-width:767px) {
	body.product-list-page .adminbuy_crumb.w1300,
	body.product-detail-page .adminbuy_crumb.w1300 {
		width: 94%;
		max-width: none;
	}
}

/* 详情页沿用内页 banner 占位，header 本身不再重复撑高文档流 */
body.product-detail-page .adminbuy_header {
	min-height: 0;
}

/* 详情页直接继承全站 breadcrumb，避免出现独立的整条卡片外框 */
body.product-detail-page .adminbuy_NyProDetail {
	overflow: visible;
}

body.product-detail-page .pro_detail_main {
	display: grid;
	grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
	align-items: start;
	gap: 72px;
	height: auto;
	margin: 0 auto 64px;
	padding: 0;
}

body.product-detail-page .pro_detail_main > .clear,
body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_con_in > .clear {
	display: none;
}

body.product-detail-page .prodetail_img {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
}

body.product-detail-page #preview {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr);
	grid-template-areas: "thumb main";
	align-items: start;
	gap: 16px;
	width: 100%;
	margin: 0;
	text-align: left;
}

body.product-detail-page .jqzoom {
	grid-area: main;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	float: none;
	overflow: hidden;
	padding: 14px;
	background: var(--brand-surface);
	border: 1px solid var(--brand-line);
	box-sizing: border-box;
}

body.product-detail-page .jqzoom img {
	position: static;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

body.product-detail-page #ceshi {
	/* Bound both axes to the square frame, independent of image dimensions. */
	position: absolute;
	top: 14px;
	right: 14px;
	bottom: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	margin: 0 !important;
}

body.product-detail-page #spec-n5 {
	grid-area: thumb;
	width: auto;
	height: auto;
	overflow: visible;
	float: none;
}

body.product-detail-page #spec-list {
	width: 100%;
	height: auto;
	float: none;
	overflow: visible;
	margin: 0;
}

body.product-detail-page #spec-list ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
}

body.product-detail-page #spec-list ul li {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	margin: 0;
	padding: 0;
	float: none;
}

body.product-detail-page #spec-list ul li p {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 4px;
	background: var(--brand-surface);
	border: 1px solid var(--brand-line);
	border-radius: 2px;
	box-sizing: border-box;
}

body.product-detail-page #spec-list ul li:first-child p,
body.product-detail-page #spec-list ul li:hover p {
	border-color: var(--brand-primary);
}

body.product-detail-page #spec-list ul li img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

body.product-detail-page .pro_detail_main .pro_detail_text {
	display: flex;
	flex-direction: column;
	width: auto;
	min-height: 0;
	overflow: visible;
	margin: 0;
	padding: 14px 0 0;
	float: none;
}

body.product-detail-page .pro_detail_main > .pro_detail_text:only-child {
	grid-column: 1 / -1;
}

body.product-detail-page .pro_detail_text h1 {
	width: 100%;
	height: auto;
	margin: 0 0 16px;
	padding: 0;
	color: var(--brand-ink);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	text-align: left;
	white-space: normal;
}

body.product-detail-page .pro_detail_text .jyms {
	width: 100%;
	height: auto;
	overflow: visible;
	margin: 0 0 22px;
	padding: 0 0 22px;
	background: transparent;
	border-bottom: 1px solid var(--brand-line);
}

body.product-detail-page .pro_detail_text .jyms p {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	color: var(--brand-muted);
	font-size: 15px;
	line-height: 1.75;
	text-align: left;
}

body.product-detail-page .pro_detail_text .jyms p span {
	color: var(--brand-ink);
	font-weight: 600;
}

body.product-detail-page .pro_detail_text ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 28px;
	width: 100%;
	margin: 0;
	padding: 0;
}

body.product-detail-page .pro_detail_text ul li {
	display: flex;
	align-items: center;
	min-width: 0;
	width: auto;
	height: auto;
	min-height: 48px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	color: var(--brand-muted);
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	white-space: normal;
	text-overflow: clip;
	border-bottom: 1px solid var(--brand-line);
}

body.product-detail-page .pro_detail_text ul li img {
	display: none;
}

body.product-detail-page .pro_detail_text ul li span {
	flex: 0 0 auto;
	margin-right: 8px;
	color: var(--brand-ink);
	font-weight: 600;
}

body.product-detail-page .pro_detail_text .pro_detail_btn {
	display: flex;
	align-items: center;
	gap: 12px;
	width: auto;
	height: auto;
	overflow: visible;
	margin: 28px 0 0;
	padding: 0;
	position: static;
}

body.product-detail-page .pro_detail_btn a,
body.product-detail-page .pro_detail_btn a.prodtl_btn1,
body.product-detail-page .pro_detail_btn a.prodtl_btn2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 140px;
	height: 44px;
	margin: 0;
	padding: 0 24px;
	line-height: 44px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	background: var(--brand-primary);
	border: 1px solid var(--brand-primary);
	border-radius: 2px;
	box-sizing: border-box;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

body.product-detail-page .pro_detail_btn a:hover,
body.product-detail-page .pro_detail_btn a.prodtl_btn1:hover,
body.product-detail-page .pro_detail_btn a.prodtl_btn2:hover {
	color: #fff;
	background: var(--brand-primary-deep);
	border-color: var(--brand-primary-deep);
}

body.product-detail-page .pro_detail_btn a.prodtl_btn2 {
	color: var(--brand-primary);
	background: var(--brand-surface);
}

body.product-detail-page .pro_detail_btn a.prodtl_btn2:hover {
	color: var(--brand-primary-deep);
	background: var(--brand-primary-soft);
}

body.product-detail-page .adminbuy_NyProDetail .adminbuyNyProDetail_con {
	padding: 52px 0 60px;
	background: var(--brand-canvas);
	border-top: 1px solid var(--brand-line);
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_con_in {
	display: grid;
	grid-template-columns: 240px minmax(0, 1fr);
	align-items: start;
	gap: 40px;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left,
body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_right {
	width: auto;
	overflow: visible;
	margin: 0;
	padding: 0;
	float: none;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left {
	grid-column: 1;
	grid-row: 1;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_right {
	grid-column: 2;
	grid-row: 1;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type,
body.product-detail-page .new_Ny_Xgwz {
	margin: 0 0 28px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .hd,
body.product-detail-page .new_Ny_Xgwz .Xgwz_tit {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0 0 14px;
	text-align: left;
	background: transparent;
	border-bottom: 0;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .hd p,
body.product-detail-page .new_Ny_Xgwz .Xgwz_tit p {
	height: auto;
	margin: 0;
	padding: 0;
	background: transparent;
	color: var(--brand-ink);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .hd span,
body.product-detail-page .new_Ny_Xgwz .Xgwz_tit span {
	order: -1;
	display: block;
	height: auto;
	margin: 0 0 7px;
	color: var(--brand-primary);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .16em;
	text-transform: uppercase;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd {
	padding: 14px 0 0;
	background: transparent;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li {
	margin: 0 0 4px;
	border-bottom: 0;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li:last-child {
	margin-bottom: 0;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p {
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 4px 0 12px;
	background: transparent;
	border: 0;
	border-radius: 6px;
	transition: color .2s ease, background-color .2s ease;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p a {
	width: auto;
	flex: 1;
	padding: 0 12px;
	color: var(--brand-muted);
	font-size: 14px;
	font-weight: 400;
	line-height: 48px;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p span {
	display: none;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p:hover,
body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li.on > p {
	background: rgba(47, 111, 149, .12);
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li p:hover a,
body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .cp_type .bd ul li.on > p a {
	color: var(--brand-primary-deep);
	font-weight: 600;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item {
	margin: 0 0 2px;
	border-bottom: 0;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item:last-child {
	margin-bottom: 0;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item > p {
	height: 40px;
	padding: 0 4px 0 8px;
	border-radius: 6px;
	transition: background-color .2s ease;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item > p > a {
	line-height: 40px;
	color: var(--brand-muted);
	font-size: 13px;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item > p:hover,
body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item.on > p {
	background: rgba(47, 111, 149, .08);
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item > p:hover a,
body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-subnav .product-category-item.on > p a {
	color: var(--brand-primary-deep);
}

body.product-detail-page .new_Ny_Xgwz .Xgwz_list {
	min-height: 0;
	padding: 10px 0 0;
	background: transparent;
}

body.product-detail-page .new_Ny_Xgwz .Xgwz_list ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid var(--brand-line);
}

body.product-detail-page .new_Ny_Xgwz .Xgwz_list ul li em {
	display: none;
}

body.product-detail-page .new_Ny_Xgwz .Xgwz_list ul li a {
	height: auto;
	padding: 11px 0;
	color: var(--brand-muted);
	font-size: 13px;
	line-height: 1.5;
}

body.product-detail-page .new_Ny_Xgwz .Xgwz_list ul li a:hover {
	color: var(--brand-primary);
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_right {
	min-width: 0;
	background: var(--brand-surface);
	border: 1px solid var(--brand-line);
	box-shadow: none;
}

body.product-detail-page .adminbuyNyProDetail_right .pdTab-box {
	margin: 0 0 28px;
	padding: 0 32px;
	border-bottom: 1px solid var(--brand-line);
}

body.product-detail-page .adminbuyNyProDetail_right .adminbuyNyProDetail_ConTit {
	display: flex;
	align-items: stretch;
	gap: 30px;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.product-detail-page .adminbuyNyProDetail_ConTit p {
	flex: 0 0 auto;
	width: auto;
	margin: 0;
	padding: 18px 4px 14px;
	color: var(--brand-muted);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	transition: color .2s ease, border-color .2s ease;
}

body.product-detail-page .adminbuyNyProDetail_ConTit p.on {
	color: var(--brand-primary-deep);
	background: transparent;
	border: 0;
	border-bottom: 2px solid var(--brand-primary);
}

body.product-detail-page .adminbuyNyProDetail_right .protab_bd {
	padding: 0 32px;
}

body.product-detail-page .adminbuyNyProDetail_right .adminbuyNyProDetail_ConText {
	width: auto;
	overflow: visible;
	margin: 0;
	padding: 0;
	color: #536270;
	font-size: 15px;
	line-height: 1.85;
}

body.product-detail-page #c_detail_wrap {
	min-width: 0;
	overflow-wrap: anywhere;
}

body.product-detail-page #c_detail_wrap pre,
body.product-detail-page #c_detail_wrap iframe,
body.product-detail-page #c_detail_wrap embed {
	display: block;
	max-width: 100% !important;
	overflow: auto;
	box-sizing: border-box;
}

body.product-detail-page #c_detail_wrap p,
body.product-detail-page #c_detail_wrap span,
body.product-detail-page #c_detail_wrap div {
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

body.product-detail-page #c_detail_wrap h2,
body.product-detail-page #c_detail_wrap h3,
body.product-detail-page #c_detail_wrap h4 {
	margin: 28px 0 12px;
	color: var(--brand-ink);
	font-weight: 700;
	line-height: 1.35;
}

body.product-detail-page #c_detail_wrap img {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	margin: 22px auto;
	object-fit: contain;
}

body.product-detail-page #c_detail_wrap table {
	width: 100% !important;
	margin: 24px 0;
	border-collapse: collapse;
	table-layout: fixed;
}

body.product-detail-page #c_detail_wrap table td {
	width: auto !important;
	padding: 10px 12px;
	color: #536270;
	line-height: 1.6;
	border: 1px solid var(--brand-line);
}

body.product-detail-page .adminbuy_PrevNext {
	width: auto;
	overflow: visible;
	margin: 32px 32px 0;
	padding: 18px 0 0;
	border-top: 1px solid var(--brand-line);
	box-sizing: border-box;
}

body.product-detail-page .adminbuy_PrevNext ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

body.product-detail-page .adminbuy_PrevNext ul li {
	width: auto;
	margin: 0;
	color: var(--brand-muted);
	font-size: 13px;
	line-height: 1.5;
}

body.product-detail-page .adminbuy_PrevNext ul li:last-child {
	text-align: right;
}

body.product-detail-page .adminbuy_PrevNext ul li a {
	color: var(--brand-ink);
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.product-detail-page .adminbuy_PrevNext ul li:hover,
body.product-detail-page .adminbuy_PrevNext ul li:hover a {
	color: var(--brand-primary);
}

body.product-detail-page .ny_relate_cp {
	padding: 54px 0 72px;
	background: var(--brand-surface);
	border-top: 1px solid var(--brand-line);
}

body.product-detail-page .ny_relate_cp .rTit {
	display: flex;
	align-items: center;
	line-height: 1.3;
}

body.product-detail-page .ny_relate_cp .rTitText {
	float: none;
	padding-left: 14px;
	color: var(--brand-ink);
	font-size: 22px;
	font-weight: 700;
	border-left: 3px solid var(--brand-primary);
}

body.product-detail-page .ny_relate_cp .rTitMore {
	float: none;
	margin-left: auto;
	color: var(--brand-muted);
	font-size: 13px;
}

body.product-detail-page .ny_relate_cp .rTitMore span {
	padding: 0;
	background: none;
}

body.product-detail-page .ny_relate_cp .rTitMore span::after {
	content: " →";
	color: var(--brand-primary);
}

body.product-detail-page .ny_relate_cp .reMain {
	margin-top: 24px;
}

body.product-detail-page .ny_relate_cp .reMain ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

body.product-detail-page .ny_relate_cp .reMain ul li {
	width: auto;
	height: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	float: none;
	overflow: visible;
}

body.product-detail-page .ny_relate_cp .reMain ul li:nth-child(4n+4) {
	margin: 0;
}

body.product-detail-page .ny_relate_cp .reMain ul li:hover {
	background: transparent;
}

body.product-detail-page .ny_relate_cp .reMain ul li:hover .home-product-card {
	border-color: rgba(190, 213, 225, 1);
	box-shadow: 0 18px 38px rgba(8, 35, 52, .24);
	transform: translateY(-5px);
}

body.product-detail-page .ny_relate_cp .reMain ul li:hover .home-product-card__media img {
	transform: scale(1.045);
}

body.product-detail-page .ny_relate_cp .reMain ul li:hover .home-product-card__cta span {
	transform: translateX(3px);
}

body.product-detail-page .ny_relate_cp .reMain ul li .home-product-card:focus-visible {
	outline: 3px solid var(--brand-primary);
	outline-offset: 4px;
}

@media (max-width: 1079px) {
	body.product-detail-page .pro_detail_main {
	grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr);
	gap: 36px;
	}

		body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_con_in {
	grid-template-columns: 210px minmax(0, 1fr);
	gap: 28px;
	}
}

@media (max-width: 1023px) {
		body.product-detail-page .pro_detail_main {
	grid-template-columns: 1fr;
	gap: 34px;
	margin-bottom: 48px;
	}

	body.product-detail-page .pro_detail_main .pro_detail_text {
	padding-top: 0;
	}

	body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_con_in {
	grid-template-columns: 1fr;
	gap: 34px;
	}

	body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_right {
		grid-column: 1;
		grid-row: 1;
	}

	body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left {
		grid-column: 1;
		grid-row: 2;
	}
}

@media (max-width: 767px) {
		body.product-detail-page .pro_detail_text h1 {
	font-size: 26px;
	}

	body.product-detail-page .pro_detail_text ul {
	grid-template-columns: 1fr;
	column-gap: 0;
	}

	body.product-detail-page .pro_detail_btn {
	flex-wrap: wrap;
	}

	body.product-detail-page .pro_detail_btn a,
	body.product-detail-page .pro_detail_btn a.prodtl_btn1,
	body.product-detail-page .pro_detail_btn a.prodtl_btn2 {
		min-width: 0;
		flex: 1 1 160px;
	}

	body.product-detail-page .adminbuyNyProDetail_right .pdTab-box {
		margin-right: -18px;
		margin-left: -18px;
		padding: 0 18px;
	}

	body.product-detail-page .adminbuyNyProDetail_right .protab_bd {
		padding: 0 18px;
	}

	body.product-detail-page .adminbuyNyProDetail_ConTit {
		gap: 18px;
		overflow-x: auto;
	}

	body.product-detail-page .adminbuyNyProDetail_ConTit p {
		padding-top: 16px;
		padding-bottom: 12px;
		font-size: 14px;
		white-space: nowrap;
	}

	body.product-detail-page .adminbuy_PrevNext {
		margin-right: 18px;
		margin-left: 18px;
	}

	body.product-detail-page .adminbuy_PrevNext ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	body.product-detail-page .adminbuy_PrevNext ul li:last-child {
		text-align: left;
	}

	body.product-detail-page .ny_relate_cp {
		padding: 42px 0 54px;
	}

	body.product-detail-page .ny_relate_cp .reMain ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px;
	}

	body.product-detail-page .ny_relate_cp .reMain ul li .home-product-card__media {
		height: 200px;
	}

	body.product-detail-page .ny_relate_cp .reMain ul li .home-product-card__body {
		padding: 13px 14px;
	}

	body.product-detail-page .ny_relate_cp .reMain ul li .home-product-card__title {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	body.product-detail-page #preview {
		grid-template-columns: 1fr;
		grid-template-areas: "main" "thumb";
		gap: 10px;
	}

	body.product-detail-page #spec-list ul {
		flex-direction: row;
		gap: 8px;
		overflow-x: auto;
		padding-bottom: 2px;
	}

	body.product-detail-page #spec-list ul li {
		flex: 0 0 64px;
		width: 64px;
		height: 64px;
	}

	body.product-detail-page .ny_relate_cp .reMain ul {
		grid-template-columns: 1fr;
	}
}

/* 首页产品中心：按实际内容收高，去掉单卡片时的整屏空白 */
.adminbuy_idxPro {
	min-height: 0;
	padding: 44px 0 48px;
}

/* 首页产品中心：分类完整显示，并沿用蓝白工业风格的线框控件 */
.adminbuy_idxPro .sy1_nav {
	height: auto;
	margin: 0 0 30px;
	overflow: visible;
}

.adminbuy_idxPro .sy1_nav ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.adminbuy_idxPro .sy1_nav ul li {
	display: block;
	min-width: 0;
}

.adminbuy_idxPro .sy1_nav ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: none;
	min-height: 54px;
	height: auto;
	float: none;
	padding: 11px 18px 11px 46px;
	overflow: visible;
	line-height: 1.35;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	white-space: normal;
	text-overflow: clip;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .38);
	border-radius: 3px;
	box-sizing: border-box;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	isolation: isolate;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.adminbuy_idxPro .sy1_nav ul li a::before {
	background: #fff;
	box-shadow: none;
	border-radius: 2px;
}

.adminbuy_idxPro .sy1_nav ul li a::after {
	content: "";
	position: absolute;
	left: 21px;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: translateY(-50%) rotate(45deg);
}

.adminbuy_idxPro .sy1_nav ul li a:hover,
.adminbuy_idxPro .sy1_nav ul li.cur a {
	color: var(--brand-primary-deep);
	border-color: #fff;
	transform: translateY(-2px);
}

.adminbuy_idxPro .sy1_nav ul li a:focus-visible {
	color: var(--brand-primary-deep);
	background: #fff;
	border-color: #fff;
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.adminbuy_idxPro .adminbuyIdxPro_list > ul {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.adminbuy_idxPro .adminbuyIdxPro_list > ul > li {
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	float: none;
	overflow: visible;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.adminbuy_idxPro .adminbuyIdxPro_list > ul > li:hover {
	background: transparent;
}

.home-product-card {
	display: block;
	height: 100%;
	overflow: hidden;
	color: inherit;
	background: #fff;
	border: 1px solid rgba(205, 221, 230, .94);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 12px 26px rgba(8, 35, 52, .16);
	transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-product-card__media {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 238px;
	overflow: hidden;
}

/* Shared image backdrop for every product card, including legacy carousels. */
.home-product-card__media,
.adminbuyTjPro_scoll .content-slider li .Tjpro_pic,
.adminbuyNyPro_list ul li .adminbuyIdxPro_img,
.product-search-page .adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
	background-color: #7E9BAE;
	background-image: none;
	background-size: auto;
}

.home-product-card__media::after {
	content: "";
	position: absolute;
	left: 16%;
	right: 16%;
	bottom: 13%;
	height: 15%;
	background: radial-gradient(ellipse at center, rgba(38, 83, 108, .16) 0, rgba(38, 83, 108, 0) 70%);
	transform: scaleY(.38);
	pointer-events: none;
}

.home-product-card__media img {
	display: block;
	position: relative;
	z-index: 1;
	width: auto;
	max-width: 78%;
	max-height: 80%;
	object-fit: contain;
	filter: drop-shadow(0 12px 10px rgba(26, 53, 66, .14));
	transition: transform .35s ease;
}

.home-product-card__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	min-height: 78px;
	padding: 17px 18px;
	background: #fff;
	border-top: 1px solid #d6e2e8;
	box-sizing: border-box;
}

.home-product-card__title {
	min-width: 0;
	color: #172a3a;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
}

.home-product-card__cta {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--brand-primary);
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: .09em;
	text-transform: uppercase;
	white-space: nowrap;
}

.home-product-card__cta span {
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	transition: transform .25s ease;
}

.adminbuy_idxPro .adminbuyIdxPro_list > ul > li:hover .home-product-card {
	border-color: rgba(190, 213, 225, 1);
	box-shadow: 0 18px 38px rgba(8, 35, 52, .24);
	transform: translateY(-5px);
}

.adminbuy_idxPro .adminbuyIdxPro_list > ul > li:hover .home-product-card__media img {
	transform: scale(1.045);
}

.adminbuy_idxPro .adminbuyIdxPro_list > ul > li:hover .home-product-card__cta span {
	transform: translateX(3px);
}

.home-product-card:focus-visible {
	outline: 3px solid rgba(255, 255, 255, .92);
	outline-offset: 4px;
}

.adminbuy_idxPro .adminbuyIdxPro_list > ul > .clear {
	display: none;
}

.adminbuy_idxPro .adminbuyIdxPro_main .idxPro_more a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 148px;
	height: 42px;
	line-height: 1;
	overflow: visible;
	color: #fff;
	font-size: 14px;
	letter-spacing: .04em;
	white-space: nowrap;
	background: rgba(255, 255, 255, .12);
	border: 1px solid rgba(255, 255, 255, .72);
	border-radius: 3px;
	box-shadow: 0 4px 12px rgba(13, 45, 64, .14);
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.adminbuy_idxPro .adminbuyIdxPro_main .idxPro_more a img {
	display: block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin: 0;
}

.adminbuy_idxPro .adminbuyIdxPro_main .idxPro_more a:hover {
	background: rgba(255, 255, 255, .24);
	border-color: #fff;
	transform: translateY(-1px);
}

.adminbuy_idxPro .adminbuyIdxPro_main .idxPro_more a:hover img {
	margin: 0;
}

.adminbuy_idxPro .adminbuyIdxPro_main .idxPro_more {
	overflow: visible;
}

@media (max-width: 767px) {
	.adminbuy_idxPro {
		padding: 34px 0 38px;
	}
}

@media (max-width: 1023px) {
	.adminbuy_idxPro .sy1_nav ul,
	.adminbuy_idxPro .adminbuyIdxPro_list > ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-product-card__media {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.adminbuy_idxPro .sy1_nav {
		margin-bottom: 24px;
	}

	.adminbuy_idxPro .sy1_nav ul,
	.adminbuy_idxPro .adminbuyIdxPro_list > ul {
		grid-template-columns: minmax(0, 1fr);
	}

	.adminbuy_idxPro .sy1_nav ul {
		gap: 10px;
	}

	.adminbuy_idxPro .sy1_nav ul li a {
		min-height: 50px;
		padding: 10px 16px 10px 42px;
		font-size: 14px;
	}

	.adminbuy_idxPro .sy1_nav ul li a::after {
		left: 19px;
	}

	.adminbuy_idxPro .adminbuyIdxPro_list > ul {
		gap: 18px;
	}

	.home-product-card__media {
		height: 250px;
	}

	.home-product-card__body {
		padding: 17px 20px;
	}
}

@media (max-width: 480px) {
	.home-product-card__media {
		height: 230px;
	}

	.home-product-card__title {
		font-size: 16px;
	}

	.home-product-card__cta {
		font-size: 10px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.home-product-card,
	.home-product-card__media img,
	.home-product-card__cta span {
		transition: none;
	}
}

/* 产品分类多级菜单：文字负责跳转，箭头负责展开/收起 */
.product-category-nav,
.product-category-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-category-nav .product-category-item {
	position: relative;
	margin: 0;
}

.product-category-nav .product-category-item > p {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

.product-category-nav .product-category-item > p > a {
	display: block;
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	float: none;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product-category-nav .product-category-item > p > .cp-sub-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
	width: 40px;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	cursor: pointer;
	appearance: none;
}

.product-category-nav .product-category-item > p > .cp-sub-toggle:focus-visible {
	outline: 2px solid var(--brand-primary);
	outline-offset: -4px;
}

.product-category-nav .product-category-item > p > .cp-sub-toggle > span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	background: url(../images/mulu4.png) center center no-repeat;
	background-size: contain;
	opacity: .7;
	transition: transform .2s ease, opacity .2s ease;
}

.product-category-nav .product-category-item > p > .cp-sub-toggle:hover > span {
	opacity: 1;
}

.product-category-nav .product-category-item:not(.has-sub) > p > .cp-sub-toggle {
	display: none;
}

.product-category-nav .product-category-subnav {
	display: none;
	margin: 0;
	padding: 0 0 0 16px;
}

.product-category-nav .product-category-item.is-open > .product-category-subnav {
	display: block;
}

.product-category-nav .product-category-item.is-open > p > .cp-sub-toggle > span {
	background-image: url(../images/mulu5.png);
	opacity: 1;
}

.product-category-nav .product-category-subnav .product-category-item {
	border-bottom: 1px solid var(--brand-line);
}

.product-category-nav .product-category-subnav .product-category-item:last-child {
	border-bottom: 0;
}

.product-category-nav .product-category-subnav-level-1 {
	padding-left: 16px;
}

.product-category-nav .product-category-subnav-level-2 {
	padding-left: 16px;
}

.product-category-nav .product-category-subnav-level-3 {
	padding-left: 16px;
}

.product-category-nav .product-category-subnav-level-4 {
	padding-left: 16px;
}

body.product-list-page .product-category-nav .product-category-item > p {
	height: 56px;
	line-height: 56px;
}

body.product-list-page .product-category-nav .product-category-item > p > a {
	padding: 0;
	line-height: 56px;
	color: var(--brand-muted);
}

body.product-detail-page .product-category-nav .product-category-item > p {
	height: 48px;
	line-height: 48px;
}

body.product-detail-page .product-category-nav .product-category-item > p > a {
	padding: 0 12px;
	line-height: 48px;
	color: var(--brand-muted);
}

.product-category-nav .product-category-subnav-level-1 > .product-category-item > p > a {
	padding-left: 16px;
}

.product-category-nav .product-category-subnav-level-2 > .product-category-item > p > a {
	padding-left: 32px;
}

.product-category-nav .product-category-subnav-level-3 > .product-category-item > p > a {
	padding-left: 48px;
}

.product-category-nav .product-category-subnav-level-4 > .product-category-item > p > a {
	padding-left: 64px;
}

/* 详情页原有规则会隐藏 p 下的所有 span，这里只恢复新箭头图标 */
body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-item > p > .cp-sub-toggle > span {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0;
	background: url(../images/mulu4.png) center center no-repeat;
	background-size: contain;
	opacity: .7;
}

body.product-detail-page .adminbuyNyProDetail_con .adminbuyNyProDetail_left .product-category-nav .product-category-item.is-open > p > .cp-sub-toggle > span {
	background-image: url(../images/mulu5.png);
	opacity: 1;
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-item > p > .cp-sub-toggle > span {
	display: block;
	width: 7px;
	height: 7px;
	margin: 0;
	background: none;
	border-top: 1.5px solid var(--brand-primary);
	border-right: 1.5px solid var(--brand-primary);
	opacity: .68;
	transform: rotate(45deg);
	transition: opacity .2s ease, transform .2s ease;
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-item.is-open > p > .cp-sub-toggle > span {
	background: none;
	opacity: 1;
	transform: rotate(135deg) translate(-1px, -1px);
}

body.product-list-page .adminbuyNyPro_left .product-category-nav .product-category-item > p > .cp-sub-toggle {
	flex-basis: 32px;
	width: 32px;
}

body.product-list-page .product-category-item:not(.has-sub) > p::after {
	display: block;
	flex: 0 0 7px;
	width: 7px;
	height: 7px;
	margin: 0 12px 0 10px;
	border-top: 1px solid var(--brand-primary);
	border-right: 1px solid var(--brand-primary);
	content: "";
	opacity: .28;
	transform: rotate(45deg);
	transition: opacity .2s ease, transform .2s ease;
}

body.product-list-page .product-category-item:not(.has-sub) > p:hover::after,
body.product-list-page .product-category-item:not(.has-sub).on > p::after {
	opacity: .9;
	transform: translateX(2px) rotate(45deg);
}

body.product-list-page .adminbuyNyPro_left .product-category-nav a:focus-visible {
	border-radius: 4px;
	outline: 2px solid var(--brand-primary);
	outline-offset: -2px;
}

/* 参考图 footer：品牌、快捷链接、产品和联系方式四列布局 */
@font-face {
	font-family: 'FooterFontAwesome';
	src: url('../../../apps/admin/view/default/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'),
		 url('../../../apps/admin/view/default/font-awesome/fonts/fontawesome-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.footer-request {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 38px 0 56px;
	color: #fff;
	background: #7d858a;
}

.footer-request::before,
.footer-request::after {
	position: absolute;
	inset: 0;
	content: "";
}

.footer-request::before {
	z-index: 0;
	inset: -24px;
	background: url('../images/ab_bg.jpg') center center / cover no-repeat;
	filter: blur(7px);
	transform: scale(1.04);
}

.footer-request::after {
	z-index: 1;
	background: rgba(30, 38, 44, .56);
}

.footer-request-inner {
	position: relative;
	z-index: 2;
}

.footer-request-heading {
	margin: 0 auto;
	text-align: center;
}

.footer-request-heading h2 {
	margin: 0 0 12px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
}

.footer-request-heading p {
	margin: 0;
	color: rgba(255, 255, 255, .92);
	font-size: 18px;
	line-height: 1.55;
}

.footer-request-form {
	width: 100%;
	margin: 24px auto 0;
}

.footer-request-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.footer-request-field {
	display: flex;
	min-width: 0;
	min-height: 44px;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 6px;
	background: rgba(255, 255, 255, .92);
	color: #555;
	box-sizing: border-box;
}

.footer-request-label {
	flex: 0 0 auto;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.4;
}

.footer-request-label b {
	color: #e74747;
	font-weight: 400;
}

.footer-request-field input,
.footer-request-field textarea {
	flex: 1 1 auto;
	min-width: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #333;
	background: transparent;
	font: inherit;
	line-height: 1.4;
}

.footer-request-field input::placeholder,
.footer-request-field textarea::placeholder {
	color: #888;
	opacity: 1;
}

.footer-request-field:focus-within {
	border-color: #44c1e2;
	box-shadow: 0 0 0 2px rgba(68, 193, 226, .22);
}

.footer-request-field-content {
	min-height: 126px;
	align-items: flex-start;
	padding-top: 12px;
}

.footer-request-field-content textarea {
	min-height: 98px;
	resize: vertical;
}

.footer-request-field-code {
	max-width: 430px;
}

.footer-request-code-control {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	align-items: center;
	gap: 10px;
}

.footer-request-code-control input {
	min-width: 0;
}

.footer-request-code-control img {
	width: 92px;
	height: 30px;
	flex: 0 0 auto;
	object-fit: contain;
	cursor: pointer;
}

.footer-request-submit {
	display: block;
	width: 246px;
	height: 44px;
	margin: 10px auto 0;
	padding: 0 20px;
	border: 0;
	border-radius: 6px;
	color: #fff;
	background: #2f6f95;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .02em;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.footer-request-submit:hover,
.footer-request-submit:focus-visible {
	background: #245a78;
	transform: translateY(-1px);
	outline: none;
}

.footer-request-submit:disabled {
	opacity: .65;
	cursor: wait;
	transform: none;
}

.footer-request-status {
	min-height: 20px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, .92);
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.footer-request-status.is-success {
	color: #d9ffe8;
}

.footer-request-status.is-error {
	color: #ffd0d0;
}

.footWrap {
	height: auto;
	min-height: 480px;
	padding: 64px 0 0;
	background: #173f56 !important;
	overflow: hidden;
}

.footWrap::before {
	display: none;
}

.footWrap .footer-shell {
	display: flex;
	flex-direction: column;
}

.footWrap .footer-columns {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.2fr);
	column-gap: 64px;
	padding-bottom: 42px;
}

.footWrap .footer-columns > * {
	min-width: 0;
}

.footWrap .footer-brand-title,
.footWrap .footer-col h3,
.footWrap .footer-follow h3 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.footWrap .footer-brand-title {
	display: inline-block;
	margin-bottom: 14px;
	color: #fff;
	font-size: 34px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.footWrap .footer-brand-title-mobile,
.footWrap .footer-brand-copy-mobile,
.footWrap .footer-mobile-contact,
.footWrap .footer-bottom-mobile {
	display: none;
}

.footWrap .footer-brand-copy {
	max-width: 360px;
	color: #fff;
	font-size: 18px;
	line-height: 1.85;
}

.footWrap .footer-follow {
	margin-top: 70px;
}

.footWrap .footer-follow h3 {
	margin-bottom: 20px;
	font-size: 24px;
}

.footWrap .footer-social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}

.footWrap .footer-social-link {
	display: inline-flex;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
}

.footWrap .footer-social-link:hover,
.footWrap .footer-social-link:focus-visible {
	color: #8edcf0;
}

.footWrap .footer-social-link:focus-visible {
	border-radius: 4px;
	outline: 2px solid rgba(142, 220, 240, .8);
	outline-offset: 3px;
}

.footWrap .footer-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	color: #fff;
	font-family: 'FooterFontAwesome';
	font-size: 22px;
	line-height: 1;
	opacity: .98;
}

.footWrap .footer-social-facebook::before { content: '\f09a'; }
.footWrap .footer-social-youtube::before { content: '\f16a'; }
.footWrap .footer-social-twitter::before { content: '𝕏'; font-family: Arial, sans-serif; }
.footWrap .footer-social-linkedin::before { content: '\f0e1'; }
.footWrap .footer-social-instagram::before { content: '\f16d'; }
.footWrap .footer-social-email::before { content: '\f0e0'; }
.footWrap .footer-social-whatsapp::before { content: '\f232'; }
.footWrap .footer-follow[hidden],
[data-whatsapp-number][hidden] { display: none !important; }

.footWrap .footer-col h3 {
	margin-bottom: 22px;
}

.footWrap .footer-col li {
	margin-bottom: 8px;
	line-height: 1.55;
}

.footWrap .footer-col li a,
.footWrap .footer-more,
.footWrap .footer-contact p,
.footWrap .footer-contact a {
	color: #fff;
	font-size: 18px;
	line-height: 1.65;
}

.footWrap .footer-col li a,
.footWrap .footer-more,
.footWrap .footer-contact a {
	transition: opacity .2s ease;
}

.footWrap .footer-col li a:hover,
.footWrap .footer-more:hover,
.footWrap .footer-contact a:hover {
	opacity: .78;
}

.footWrap .footer-more {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 5px;
	font-weight: 600;
}

.footWrap .footer-more span {
	font-size: 24px;
	line-height: 1;
}

.footWrap .footer-contact p {
	margin-bottom: 10px;
	word-break: break-word;
}

.footWrap .footer-contact p span {
	font-weight: 400;
}

.footWrap .footer-bottom {
	padding: 14px 0 16px;
	border-top: 1px solid rgba(255, 255, 255, .35);
	color: rgba(255, 255, 255, .88);
}

.footWrap .footer-bottom p,
.footWrap .footer-bottom a {
	color: inherit;
	font-size: 12px;
	line-height: 20px;
}

.footWrap .footer-bottom a:hover {
	color: #fff;
}

@media screen and (max-width: 1023px) {
	.footer-request {
		padding: 34px 0 48px;
	}

	.footer-request-heading h2 {
		font-size: 32px;
	}

	.footer-request-heading p {
		font-size: 16px;
	}

	.footWrap {
		padding-top: 48px;
	}

	.footWrap .footer-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 42px 40px;
	}

	.footWrap .footer-brand {
		grid-column: 1 / -1;
	}

	.footWrap .footer-follow {
		margin-top: 36px;
	}
}

@media screen and (max-width: 767px) {
	.footer-request {
		padding: 30px 0 40px;
	}

	.footer-request-heading h2 {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 1.25;
	}

	.footer-request-heading p {
		font-size: 14px;
		line-height: 1.55;
	}

	.footer-request-heading p br {
		display: none;
	}

	.footer-request-form {
		margin-top: 20px;
	}

	.footer-request-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 0;
	}

	.footer-request-field {
		min-height: 46px;
		margin-bottom: 10px;
		padding-right: 12px;
		padding-left: 12px;
	}

	.footer-request-field-content {
		min-height: 118px;
		padding-top: 12px;
	}

	.footer-request-field-content textarea {
		min-height: 92px;
	}

	.footer-request-field-code {
		max-width: none;
	}

	.footer-request-submit {
		width: 100%;
		max-width: 320px;
		margin-top: 4px;
	}

	.footWrap {
		min-height: 0;
		padding-top: 28px;
	}

	.footWrap .footer-columns {
		display: block;
		padding-bottom: 22px;
	}

	.footWrap .footer-brand {
		grid-column: auto;
	}

	.footWrap .footer-brand-title,
	.footWrap .footer-col h3 {
		margin-bottom: 8px;
		font-size: 22px;
	}

	.footWrap .footer-brand-title-desktop {
		display: none;
	}

	.footWrap .footer-brand-title-mobile {
		display: inline;
	}

	.footWrap .footer-brand-copy-desktop {
		display: none;
	}

	.footWrap .footer-brand-copy-mobile {
		display: block;
		max-width: 300px;
		margin: 0;
		font-size: 14px;
		line-height: 1.5;
	}

	.footWrap .footer-follow {
		display: block;
		margin-top: 18px;
	}
	.footWrap .footer-follow h3 { display: none; }

	.footWrap .footer-quick-links {
		display: none;
	}

	.footWrap .footer-products {
		display: none;
	}

	.footWrap .footer-contact {
		display: none;
	}

	.footWrap .footer-mobile-contact {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 20px;
		border-top: 1px solid rgba(142, 220, 240, .34);
		border-bottom: 1px solid rgba(142, 220, 240, .34);
	}

	.footWrap .footer-mobile-contact-link {
		display: flex;
		min-width: 0;
		min-height: 52px;
		align-items: center;
		justify-content: space-between;
		gap: 8px;
		padding: 0 14px;
		color: #fff;
		font-size: 13px;
		font-weight: 600;
		line-height: 1.3;
		text-decoration: none;
		transition: color .2s ease, background .2s ease;
	}

	.footWrap .footer-mobile-contact-link + .footer-mobile-contact-link {
		border-left: 1px solid rgba(142, 220, 240, .34);
	}

	.footWrap .footer-mobile-contact-link:hover,
	.footWrap .footer-mobile-contact-link:focus-visible {
		color: #8edcf0;
		background: rgba(255, 255, 255, .06);
		outline: none;
	}

	.footWrap .footer-bottom {
		padding: 12px 0 14px;
		text-align: center;
	}

	.footWrap .footer-bottom-desktop {
		display: none;
	}

	.footWrap .footer-bottom-mobile {
		display: block;
	}

	.footWrap .footer-bottom-mobile,
	.footWrap .footer-bottom-mobile a {
		font-size: 11px;
		line-height: 18px;
	}

	.client-2 {
		display: none;
	}
}

/* Larger navigation typography */
@media screen and (min-width: 1080px) {
	.adminbuy_nav .hn-text a {
		font-size: 18px;
	}

	.adminbuy_nav .hn-subnav {
		width: 270px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.adminbuy_nav .hn-subnav .hn-subnav {
		width: 270px;
	}

	.adminbuy_nav .hn-subnav li a {
		padding-right: 24px;
		padding-left: 24px;
		line-height: 50px;
		font-size: 16px;
	}

	.adminbuy_nav .hn-sub-item.has-sub > .hn-sub-link::after {
		font-size: 24px;
		line-height: 50px;
	}
}

@media screen and (max-width: 1079px) {
	.adminbuy_nav .adminbuy_hnCont .hn-text a {
		font-size: 17px;
	}

	.adminbuy_nav .adminbuy_hnCont .hn-subnav li a {
		min-height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
}

/* Keep desktop navigation and search on one row */
@media screen and (min-width: 1080px) {
	.adminbuy_headNav {
		display: flex;
		align-items: center;
		gap: 16px;
	}

	.adminbuy_headNav .nav_menu {
		display: none;
	}

	.adminbuy_headNav .adminbuy_hnCont {
		float: none;
		flex: 1 1 auto;
		min-width: 0;
		margin-left: -30px;
	}

	.adminbuy_headNav .adminbuy_hnCont .nav_boxul {
		display: flex;
		align-items: stretch;
		flex-wrap: nowrap;
		width: max-content;
		max-width: 100%;
		white-space: nowrap;
	}

	.adminbuy_headNav .adminbuy_hnCont .nav_mask {
		display: none;
	}

	.adminbuy_headNav .adminbuy_hnCont .hn-item {
		float: none;
		flex: 0 0 auto;
	}

	.adminbuy_headNav .adminbuy_search {
		float: none;
		flex: 0 0 230px;
		width: 230px;
		min-width: 0;
	}

	.adminbuy_headNav .adminbuy_search input.sr {
		width: 100%;
	}
}

@media screen and (min-width: 1080px) and (max-width: 1299px) {
	.adminbuy_headNav .hn-text a {
		padding-right: 14px;
		padding-left: 14px;
	}

	.adminbuy_headNav .adminbuy_search {
		flex-basis: 200px;
		width: 200px;
	}
}

/* Prevent the enlarged nav from colliding with search */
@media screen and (min-width: 1300px) {
	.adminbuy_headNav {
		gap: 8px;
	}

	.adminbuy_headNav .adminbuy_hnCont {
		overflow: visible;
	}

	.adminbuy_headNav .adminbuy_hnCont .nav_boxul {
		width: auto;
		max-width: none;
	}

	.adminbuy_headNav .hn-text a {
		padding-right: 16px;
		padding-left: 16px;
	}

	.adminbuy_headNav .adminbuy_search {
		flex-basis: 220px;
		width: 220px;
	}
}

/* Join product dropdown columns without a visual split */
@media screen and (min-width: 1080px) {
	.adminbuy_nav .hn-subnav .hn-subnav {
		left: calc(100% - 1px);
		top: -10px;
		margin-left: 0;
		border-top: 0;
		border-left: 0;
		box-shadow: none;
		background: #fff;
	}

	.adminbuy_nav .hn-subnav > .hn-sub-item {
		position: relative;
	}

	.adminbuy_nav .hn-subnav > .hn-sub-item:hover,
	.adminbuy_nav .hn-subnav > .hn-sub-item:focus-within {
		background: #eef5f8;
	}

	.adminbuy_nav .hn-subnav > .hn-sub-item:hover > a,
	.adminbuy_nav .hn-subnav > .hn-sub-item:focus-within > a {
		background: #eef5f8;
	}
}

/* Make every navigation level use a bold, consistent weight */
.adminbuy_nav .hn-text > a,
.adminbuy_nav .hn-subnav li > a {
	font-weight: 700;
}

/* Homepage laboratory planning journey and project support */
.home-design-journey,
.home-project-support,
.home-customization-showcase {
	box-sizing: border-box;
}

.home-design-journey {
	padding: 86px 0 116px;
	background: #f5f8fa;
}

.home-project-support {
	padding: 90px 0 96px;
	background: #0e3148;
}

.home-customization-showcase {
	padding: 90px 0 100px;
	background: #fff;
}

.home-section-heading {
	max-width: 980px;
	margin: 0 auto 48px;
	text-align: center;
}

.home-section-heading > span {
	display: block;
	margin-bottom: 11px;
	color: #2f6f95;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2.2px;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-section-heading h2 {
	margin: 0;
	color: #17384d;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.18;
}

.home-section-heading p {
	max-width: 900px;
	margin: 18px auto 0;
	color: #5d6a73;
	font-size: 17px;
	line-height: 1.75;
}

.home-project-support .home-section-heading > span {
	color: #79c2e4;
}

.home-project-support .home-section-heading h2 {
	color: #fff;
}

.home-project-support .home-section-heading p {
	color: rgba(255, 255, 255, .76);
}

.home-design-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.home-design-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	height: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e3eaf0;
	box-shadow: 0 12px 32px rgba(28, 66, 88, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.home-design-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(28, 66, 88, .14);
}

.home-design-card-media {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef3f6;
}

.home-design-card-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .45s ease;
}

.home-design-card:hover .home-design-card-media img {
	transform: scale(1.035);
}

.home-design-step {
	position: absolute;
	top: 16px;
	left: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #2f6f95;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
}

.home-design-card-body {
	flex: 1;
	min-height: 178px;
	padding: 25px 24px 27px;
	box-sizing: border-box;
}

.home-design-card-body h3 {
	min-height: 54px;
	margin: 0 0 12px;
	color: #18384c;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
}

.home-design-card-body p {
	margin: 0;
	color: #64717a;
	font-size: 15px;
	line-height: 1.7;
}

.home-project-support-layout {
	display: grid;
	grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
	gap: 34px;
}

.home-project-support-feature {
	position: relative;
	overflow: hidden;
	min-height: 640px;
	background: #18384c;
}

.home-project-support-feature > img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 640px;
	object-fit: cover;
	object-position: center;
}

.home-project-support-feature-shade {
	position: absolute;
	inset: 0;
	background: rgba(10, 31, 44, .56);
}

.home-project-support-feature-content {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 42px 40px;
	color: #fff;
}

.home-project-support-feature-content > span {
	display: block;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-project-support-feature-content h3 {
	margin: 0;
	font-size: 31px;
	font-weight: 700;
	line-height: 1.22;
}

.home-project-support-feature-content p {
	max-width: 470px;
	margin: 17px 0 24px;
	font-size: 16px;
	line-height: 1.7;
}

.home-project-support-feature-content a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 206px;
	height: 48px;
	padding: 0 25px;
	box-sizing: border-box;
	background: #2f6f95;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
}

.home-project-support-feature-content a:hover,
.home-project-support-feature-content a:focus {
	background: #245a78;
	color: #fff;
	transform: translateY(-2px);
}

.home-project-support-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.home-project-support-card {
	position: relative;
	min-height: 308px;
	padding: 42px 34px 36px;
	box-sizing: border-box;
	background: #fff;
	border-top: 4px solid #79c2e4;
	box-shadow: 0 12px 28px rgba(4, 24, 36, .18);
	transition: transform .25s ease, box-shadow .25s ease;
}

.home-project-support-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 34px rgba(28, 66, 88, .11);
}

.home-project-support-card > span {
	display: block;
	margin-bottom: 21px;
	color: #b9d2df;
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
}

.home-project-support-card h3 {
	margin: 0 0 15px;
	color: #18384c;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.home-project-support-card p {
	margin: 0;
	color: #5d6a73;
	font-size: 15.5px;
	line-height: 1.75;
}

.home-customization-heading {
	max-width: 850px;
	margin: 0 0 42px;
}

.home-customization-heading > span {
	display: block;
	margin-bottom: 10px;
	color: #2f6f95;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.4;
	text-transform: uppercase;
}

.home-customization-heading h2 {
	margin: 0;
	color: #17384d;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.18;
}

.home-customization-heading p {
	max-width: 780px;
	margin: 17px 0 0;
	color: #5d6a73;
	font-size: 17px;
	line-height: 1.72;
}

.home-customization-tabs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 26px;
	border-top: 1px solid #cfdbe2;
	border-bottom: 1px solid #cfdbe2;
}

.home-customization-tab {
	position: relative;
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 76px;
	padding: 12px 20px;
	box-sizing: border-box;
	border: 0;
	border-right: 1px solid #dbe4e9;
	outline: 0;
	background: transparent;
	color: #6d7a82;
	font: inherit;
	text-align: left;
	cursor: pointer;
	transition: color .2s ease, background .2s ease;
}

.home-customization-tab:last-child {
	border-right: 0;
}

.home-customization-tab::after {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	height: 4px;
	background: transparent;
	content: "";
}

.home-customization-tab span {
	color: #9aabb5;
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.home-customization-tab strong {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 1.2px;
	line-height: 1.3;
	text-transform: uppercase;
}

.home-customization-tab:hover,
.home-customization-tab:focus-visible,
.home-customization-tab[aria-selected="true"] {
	background: #fff;
	color: #17384d;
}

.home-customization-tab:focus-visible {
	box-shadow: inset 0 0 0 3px rgba(47, 111, 149, .2);
}

.home-customization-tab[aria-selected="true"]::after {
	background: #2f6f95;
}

.home-customization-tab[aria-selected="true"] span {
	color: #2f6f95;
}

.home-customization-stage {
	position: relative;
	min-height: 550px;
	background: #dce6ec;
}

.home-customization-media {
	overflow: hidden;
	height: 550px;
	margin: 0;
	background: #dce6ec;
}

.home-customization-media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(8, 32, 48, .2), rgba(8, 32, 48, 0) 62%);
	content: "";
	pointer-events: none;
}

.home-customization-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 54%;
}

.home-customization-details {
	position: absolute;
	bottom: 34px;
	left: 34px;
	z-index: 1;
	width: min(500px, calc(100% - 68px));
}

.home-customization-panel {
	min-height: 300px;
	padding: 31px 34px 32px;
	box-sizing: border-box;
	background: rgba(12, 44, 64, .96);
	color: #fff;
	box-shadow: 0 18px 42px rgba(9, 31, 45, .24);
}

.home-customization-panel[hidden] {
	display: none;
}

.home-customization-number {
	display: block;
	margin-bottom: 13px;
	color: #79b9da;
	font-size: 37px;
	font-weight: 700;
	line-height: 1;
}

.home-customization-panel h3 {
	margin: 0;
	color: #fff;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.24;
}

.home-customization-panel p {
	max-width: 420px;
	margin: 14px 0 18px;
	color: #d7e2e8;
	font-size: 16px;
	line-height: 1.66;
}

.home-customization-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 23px;
}

.home-customization-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	padding: 4px 9px;
	box-sizing: border-box;
	border: 1px solid rgba(180, 214, 232, .42);
	color: #c8deea;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .8px;
	line-height: 1.25;
	text-transform: uppercase;
}

.home-customization-panel > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 174px;
	height: 44px;
	padding: 0 21px;
	box-sizing: border-box;
	background: #2f6f95;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .7px;
	text-transform: uppercase;
	transition: background .2s ease, transform .2s ease;
}

.home-customization-panel > a:hover,
.home-customization-panel > a:focus {
	background: #3d82a8;
	color: #fff;
	transform: translateY(-2px);
}

@media screen and (max-width: 1199px) {
	.home-design-grid {
		gap: 18px;
	}

	.home-design-card-body {
		min-height: 198px;
		padding-right: 20px;
		padding-left: 20px;
	}

	.home-project-support-layout {
		grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr);
		gap: 24px;
	}

	.home-project-support-card {
		padding: 34px 27px 30px;
	}

	.home-customization-heading h2 {
		font-size: 38px;
	}

	.home-customization-tab {
		padding-right: 15px;
		padding-left: 15px;
	}

	.home-customization-stage,
	.home-customization-media {
		height: 520px;
		min-height: 520px;
	}
}

@media screen and (max-width: 1023px) {
	.home-design-journey,
	.home-project-support,
	.home-customization-showcase {
		padding-top: 70px;
		padding-bottom: 76px;
	}

	.home-section-heading h2 {
		font-size: 36px;
	}

	.home-design-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}

	.home-design-card-body {
		min-height: 166px;
	}

	.home-project-support-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.home-project-support-feature,
	.home-project-support-feature > img {
		min-height: 540px;
	}

	.home-project-support-feature > img {
		object-position: center 45%;
	}

	.home-project-support-card {
		min-height: 270px;
	}

	.home-customization-heading {
		margin-bottom: 34px;
	}

	.home-customization-heading h2 {
		font-size: 34px;
	}

	.home-customization-tabs {
		overflow-x: auto;
		grid-template-columns: repeat(4, minmax(175px, 1fr));
		-ms-overflow-style: none;
		scrollbar-width: none;
		scroll-snap-type: x proximity;
	}

	.home-customization-tabs::-webkit-scrollbar {
		display: none;
	}

	.home-customization-tab {
		scroll-snap-align: start;
	}

	.home-customization-stage,
	.home-customization-media {
		height: 560px;
		min-height: 560px;
	}

	.home-customization-details {
		bottom: 24px;
		left: 24px;
		width: min(470px, calc(100% - 48px));
	}
}

@media screen and (max-width: 767px) {
	.home-design-journey,
	.home-project-support,
	.home-customization-showcase {
		padding: 52px 0 58px;
	}

	.home-section-heading {
		margin-bottom: 30px;
	}

	.home-section-heading > span {
		font-size: 12px;
		letter-spacing: 1.5px;
	}

	.home-section-heading h2 {
		font-size: 28px;
		line-height: 1.25;
	}

	.home-section-heading p {
		margin-top: 14px;
		font-size: 15px;
		line-height: 1.65;
	}

	.home-design-grid,
	.home-project-support-grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 18px;
	}

	.home-design-card-body {
		min-height: 0;
		padding: 22px 20px 24px;
	}

	.home-design-card-body h3 {
		min-height: 0;
		font-size: 19px;
	}

	.home-design-step {
		top: 12px;
		left: 12px;
		width: 44px;
		height: 44px;
	}

	.home-project-support-layout {
		gap: 20px;
	}

	.home-project-support-feature,
	.home-project-support-feature > img {
		min-height: 470px;
	}

	.home-project-support-feature-content {
		padding: 30px 24px;
	}

	.home-project-support-feature-content h3 {
		font-size: 26px;
	}

	.home-project-support-feature-content p {
		font-size: 15px;
	}

	.home-project-support-feature-content a {
		min-width: 190px;
		height: 46px;
	}

	.home-project-support-card {
		min-height: 0;
		padding: 30px 24px 28px;
	}

	.home-project-support-card > span {
		margin-bottom: 16px;
		font-size: 36px;
	}

	.home-project-support-card h3 {
		font-size: 19px;
	}

	.home-customization-heading {
		margin-bottom: 28px;
	}

	.home-customization-heading > span {
		font-size: 12px;
		letter-spacing: 1.5px;
	}

	.home-customization-heading h2 {
		font-size: 28px;
		line-height: 1.25;
	}

	.home-customization-heading p {
		margin-top: 14px;
		font-size: 15px;
		line-height: 1.65;
	}

	.home-customization-tabs {
		margin-bottom: 18px;
		overflow-x: hidden;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.home-customization-tab {
		min-height: 66px;
		min-width: 0;
		gap: 4px;
		padding: 10px 6px;
	}

	.home-customization-tab span {
		font-size: 20px;
	}

	.home-customization-tab strong {
		min-width: 0;
		font-size: clamp(10px, 2.4vw, 11px);
		letter-spacing: .25px;
	}

	.home-customization-stage {
		display: flex;
		flex-direction: column;
		min-height: 0;
		background: transparent;
	}

	.home-customization-media {
		height: auto;
		min-height: 0;
		aspect-ratio: 16 / 10;
	}

	.home-customization-media::after {
		display: none;
	}

	.home-customization-details {
		position: static;
		width: 100%;
	}

	.home-customization-panel {
		min-height: 0;
		padding: 27px 22px 29px;
		box-shadow: none;
	}

	.home-customization-number {
		font-size: 32px;
	}

	.home-customization-panel h3 {
		font-size: 24px;
	}

	.home-customization-panel p {
		font-size: 15px;
		line-height: 1.65;
	}
}

@media screen and (max-width: 420px) {
	.home-customization-tab {
		flex-direction: column;
		justify-content: center;
		gap: 3px;
		padding: 8px 3px;
		text-align: center;
	}

	.home-customization-tab strong {
		font-size: 10px;
		line-height: 1.2;
		letter-spacing: .3px;
	}

	.home-section-heading h2 {
		font-size: 25px;
	}

	.home-project-support-feature,
	.home-project-support-feature > img {
		min-height: 440px;
	}

	.home-project-support-feature-content h3 {
		font-size: 23px;
	}
}

/* About page redesign */
.about-page {
	--about-blue: #2F6F95;
	--about-navy: #0B3450;
	--about-ink: #173F56;
	--about-steel: #E8F0F4;
	--about-pale: #F4F8FA;
	--about-line: #D7E1E7;
	color: var(--about-ink);
	overflow-x: clip;
}
.about-page *, .about-page *::before, .about-page *::after { box-sizing: border-box; }
.about-intro, .about-capabilities, .about-journey, .about-strengths, .about-products { padding: 88px 0; }
.about-intro-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 68px; align-items: start; }
.about-intro-media { margin: 0; aspect-ratio: 4 / 3; }
.about-intro-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.about-image-frame { position: relative; overflow: hidden; background: var(--about-steel); transition: box-shadow .35s ease; }
.about-image-frame::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, transparent 28%, rgba(47,111,149,.2)); opacity: 0; transition: opacity .35s ease; }
.about-image-frame img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22, 1, .36, 1), filter .55s ease; }
@media (hover: hover) and (pointer: fine) {
	.about-image-frame:hover { box-shadow: 0 14px 28px rgba(11,52,80,.18); }
	.about-image-frame:hover::after { opacity: 1; }
	.about-image-frame:hover img { transform: scale(1.045); filter: saturate(1.04) contrast(1.02); }
}
.about-richtext img { max-width: 100%; height: auto; transition: transform .45s ease, filter .45s ease; }
@media (hover: hover) and (pointer: fine) {
	.about-richtext img:hover { transform: scale(1.02); filter: saturate(1.04) contrast(1.02); }
}
.about-intro-copy { min-width: 0; }
.about-eyebrow { display: block; margin-bottom: 13px; color: var(--about-blue); font-size: 13px; font-weight: 700; letter-spacing: 2px; line-height: 1.4; text-transform: uppercase; }
.about-page h2 { margin: 0; color: var(--about-navy); font-size: 42px; line-height: 1.18; }
.about-richtext { margin-top: 24px; color: #536874; font-size: 18px; line-height: 1.75; }
.about-richtext p { margin: 0 0 1em; }
.about-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.about-cta-row a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 25px; border: 1px solid transparent; color: #fff; background: var(--about-blue); font-size: 14px; font-weight: 700; letter-spacing: .5px; line-height: 1.3; text-decoration: none; overflow: hidden; isolation: isolate; box-shadow: 0 6px 16px rgba(11,52,80,.08); transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s ease; }
.about-cta-row a::after { content: '\2192'; position: absolute; top: 50%; right: 14px; color: currentColor; font-size: 17px; line-height: 1; opacity: 0; transform: translate(-6px, -50%); transition: opacity .2s ease, transform .25s cubic-bezier(.22, 1, .36, 1); pointer-events: none; }
.about-cta-row a + a { color: var(--about-navy); background: var(--about-steel); }
.about-cta-row a:hover,
.about-cta-row a:focus-visible { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(11,52,80,.16); }
.about-cta-row a:hover::after,
.about-cta-row a:focus-visible::after { opacity: 1; transform: translate(0, -50%); }
.about-cta-row a:first-child:hover,
.about-cta-row a:first-child:focus-visible { color: #fff; background: #245A78; border-color: #245A78; }
.about-cta-row a + a:hover,
.about-cta-row a + a:focus-visible { color: var(--about-navy); background: #D7E7EF; border-color: #2F6F95; }
.about-cta-row a:active { transform: translateY(0); box-shadow: 0 4px 10px rgba(11,52,80,.12); transition-duration: .1s; }
.about-page a:focus-visible { outline: 3px solid #f0a44b; outline-offset: 4px; }
.about-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); background: var(--about-navy); color: #fff; }
.about-metric { min-width: 0; padding: 32px 25px; text-align: center; }
.about-metric + .about-metric { border-left: 1px solid rgba(255,255,255,.2); }
.about-metric strong { display: block; color: #fff; font-size: 34px; line-height: 1.2; }
.about-metric span { display: block; margin-top: 9px; color: #d9e7ee; font-size: 14px; line-height: 1.5; }
.about-capabilities, .about-products { background: var(--about-pale); }
.about-capabilities > header, .about-journey > header, .about-strengths > header { max-width: 850px; margin-bottom: 42px; }
.about-capabilities-grid { display: grid; gap: 30px; }
.about-capability { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: 44px; align-items: center; }
.about-capability:nth-child(even) { grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); }
.about-capability-media { min-width: 0; aspect-ratio: 4 / 3; }
.about-capability:nth-child(even) .about-capability-media { order: 2; }
.about-capability h3, .about-journey-step h3, .about-strengths-grid h3 { margin: 0 0 10px; color: var(--about-navy); font-size: 24px; line-height: 1.3; }
.about-capability p, .about-journey-step p, .about-strengths-grid p { margin: 0; color: #5b6f7a; font-size: 17px; line-height: 1.75; }
.about-journey-grid { --journey-gap: 24px; position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--journey-gap); container-type: inline-size; }
.about-journey-grid::before { display: none; }
.about-journey-step { position: relative; z-index: 1; min-width: 0; padding: 0 0 10px; }
.about-journey-media { width: 100%; aspect-ratio: 4 / 3; }
.about-journey-step:focus-visible { outline: 3px solid rgba(47,111,149,.48); outline-offset: 8px; }
.about-journey-step:focus-visible .about-image-frame { box-shadow: 0 12px 24px rgba(11,52,80,.16); }
.about-journey-step:focus-visible .about-image-frame::after { opacity: 1; }
.about-journey-step:focus-visible .about-image-frame img { transform: scale(1.025); }
.about-journey-step > span { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; margin: -25px 0 20px 20px; color: #fff; background: var(--about-blue); font-weight: 700; transition: transform .3s ease, box-shadow .3s ease; }
.about-journey-step:not(:last-child)::after { content: ''; position: absolute; z-index: 0; top: calc((100cqw - 72px) * .1875); left: 45px; width: calc(100% + var(--journey-gap)); height: 3px; background: linear-gradient(90deg, rgba(47,111,149,.5), rgba(47,111,149,.2)); transform: scaleX(0); transform-origin: left center; transition: transform .85s cubic-bezier(.22, 1, .36, 1); }
.about-journey-grid.is-visible .about-journey-step:not(:last-child)::after { transform: scaleX(1); }
@media (hover: hover) and (pointer: fine) {
	.about-journey-step:hover > span { transform: translateY(-3px); box-shadow: 0 8px 16px rgba(11,52,80,.18); }
}
.about-journey-step:focus-within > span { transform: translateY(-3px); box-shadow: 0 8px 16px rgba(11,52,80,.18); }
.about-richtext span, .about-richtext p, .about-richtext li { line-height: inherit; font-size: inherit !important; }
.about-journey-step h3, .about-journey-step p { padding: 0 20px; }
.about-strengths-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.about-strengths-grid article { min-width: 0; padding: 27px 22px; border-top: 3px solid var(--about-blue); background: #fff; }
.about-strengths-grid img { display: block; width: 54px; height: 54px; margin-bottom: 20px; padding: 10px; border-radius: 50%; background: var(--about-blue); transition: transform .3s ease, box-shadow .3s ease, filter .3s ease; }
@media (hover: hover) and (pointer: fine) {
	.about-strengths-grid article:hover img { transform: scale(1.08); box-shadow: 0 8px 16px rgba(11,52,80,.18); filter: brightness(1.06); }
}
.about-products { margin-top: 0; }
.about-products .adminbuyTjPro_list { padding: 28px; background: #fff; }
.about-products .ny_title { margin-bottom: 22px; }
.about-products .ny_title h2 { width: 100%; margin: 0 auto 12px; padding: 0; color: var(--about-navy); font-size: 32px; font-weight: 700; line-height: 1.25; text-align: center; }
.about-products .lSPrev,
.about-products .lSNext { transition: transform .2s ease, filter .2s ease, opacity .2s ease; }
.about-products .lSPrev:hover,
.about-products .lSPrev:focus-visible,
.about-products .lSNext:hover,
.about-products .lSNext:focus-visible { opacity: .86; transform: scale(1.1); filter: hue-rotate(168deg) saturate(.8); }
.about-products .adminbuyNyPro_list ul li:focus-within { background-color: #2F6F95; }
.about-products .adminbuyNyPro_list ul li:focus-within .adminbuyIdxPro_img a img.idxPro_img { transform: scale(1.1); }
.about-products .adminbuyNyPro_list ul li:focus-within .adminbuyNyPro_name a { color: #fff; }
.about-cta { padding: 88px 0; color: #fff; background: var(--about-navy); }
.about-cta h2 { color: #fff; }
.about-cta p { max-width: 650px; margin: 17px 0 0; color: #d9e7ee; font-size: 18px; line-height: 1.75; }
.about-cta .about-cta-row a { color: #fff; background: var(--about-blue); }
.about-cta .about-cta-row a + a { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.55); }
.about-cta .about-cta-row a:hover,
.about-cta .about-cta-row a:focus-visible { color: #fff; background: #245A78; border-color: #245A78; }
.about-cta .about-cta-row a + a:hover,
.about-cta .about-cta-row a + a:focus-visible { color: #fff; background: rgba(255,255,255,.13); border-color: #fff; }
@media (min-width: 1080px) {
	.about-intro-media { height: auto; aspect-ratio: 4 / 5; }
	.about-intro-copy { padding-right: 56px; }
}
@media (max-width: 1079px) {
	.about-intro, .about-capabilities, .about-journey, .about-strengths, .about-products, .about-cta { padding: 64px 0; }
	.about-intro-grid { grid-template-columns: 1fr; gap: 36px; }
	.about-intro-media { height: min(520px, 66vw); max-height: 520px; aspect-ratio: auto; }
	.about-intro-copy { padding-right: 40px; }
	.about-capability, .about-capability:nth-child(even) { grid-template-columns: 1fr; gap: 24px; }
.about-capability:nth-child(even) .about-capability-media { order: 0; }
	.about-page h2 { font-size: 36px; }
	.about-products .ny_title h2 { font-size: 30px; }
	.about-metrics, .about-strengths-grid, .about-journey-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.about-metric:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); }
	.about-metric:nth-child(4) { border-top: 1px solid rgba(255,255,255,.2); }
	.about-journey-step:not(:last-child)::after { display: none; }
	.about-journey-step:nth-child(odd)::after { display: block; top: calc((100cqw - 24px) * .375); left: 45px; width: calc(100% + var(--journey-gap)); }
}
@media (max-width: 767px) {
	.about-intro, .about-capabilities, .about-journey, .about-strengths, .about-products, .about-cta { padding: 50px 16px; }
	.about-intro-grid, .about-capability, .about-capability:nth-child(even) { grid-template-columns: 1fr; gap: 28px; }
	.about-intro-media { height: auto; max-height: none; aspect-ratio: 4 / 3; }
	.about-intro-copy { padding-right: 0; }
	.about-capability:nth-child(even) .about-capability-media { order: 0; }
	.about-page h2 { font-size: 30px; }
	.about-products .ny_title h2 { font-size: 26px; line-height: 1.3; }
	.about-richtext, .about-cta p { font-size: 16px; line-height: 1.75; }
	.about-metrics, .about-strengths-grid, .about-journey-grid { grid-template-columns: 1fr; }
	.about-metric, .about-metric + .about-metric { border: 0; border-top: 1px solid rgba(255,255,255,.2); }
	.about-metric:first-child { border-top: 0; }
	.about-journey-grid::before { display: none; }
	.about-journey-step { padding-bottom: 24px; }
	.about-journey-step > span { position: relative; z-index: 2; margin-left: 0; }
	.about-journey-media { width: calc(100% - 50px); margin-left: 50px; }
	.about-journey-step img { width: 100%; margin-left: 0; }
	.about-journey-step:not(:last-child)::after { display: block; top: calc((100cqw - 50px) * .75); right: auto; bottom: auto; left: 24px; width: 3px; height: calc(100% + 24px); transform: scaleY(0); transform-origin: top center; }
	.about-journey-grid.is-visible .about-journey-step:not(:last-child)::after { transform: scaleY(1); }
	.about-journey-step h3, .about-journey-step p { padding-left: 50px; }
	.about-cta-row a { width: 100%; }
	.about-products .adminbuyTjPro_list { padding: 18px 10px; }
}
@media (max-width: 320px) {
	.about-intro, .about-capabilities, .about-journey, .about-strengths, .about-products, .about-cta { padding-right: 12px; padding-left: 12px; }
	.about-page h2 { font-size: 27px; }
	.about-products .ny_title h2 { font-size: 22px; line-height: 1.35; }
	.about-capability h3, .about-journey-step h3, .about-strengths-grid h3 { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
	.about-page .about-intro *, .about-page .about-intro *::before, .about-page .about-intro *::after,
	.about-page .about-metrics *, .about-page .about-metrics *::before, .about-page .about-metrics *::after,
	.about-page .about-capabilities *, .about-page .about-capabilities *::before, .about-page .about-capabilities *::after,
	.about-page .about-journey *, .about-page .about-journey *::before, .about-page .about-journey *::after,
	.about-page .about-strengths *, .about-page .about-strengths *::before, .about-page .about-strengths *::after,
	.about-page .about-cta *, .about-page .about-cta *::before, .about-page .about-cta *::after { transition: none !important; transform: none !important; animation: none !important; scroll-behavior: auto !important; }
	.about-page .about-image-frame img, .about-page .about-richtext img, .about-page .about-strengths-grid img { filter: none !important; }
}

/* Contact page visual refresh */
.contact-page {
	--contact-blue: #2F6F95;
	--contact-navy: #0B3450;
	--contact-ink: #536874;
	--contact-line: #D7E1E7;
	color: var(--contact-ink);
}

.contact-page .adminbuy_NyContact {
	margin: 52px auto 88px;
	overflow: visible;
}

.contact-page .adminbuy_NyContact .contact-intro {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr);
	gap: 76px;
	align-items: start;
	width: 100%;
	margin: 0 auto 68px;
	padding: 0 0 56px;
	background: transparent;
	border: 0;
	border-bottom: 1px solid var(--contact-line);
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.contact-page .contact-intro-copy {
	min-width: 0;
}

.contact-page .contact-intro-eyebrow {
	display: block;
	margin: 0 0 14px;
	color: var(--contact-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.4;
	text-transform: uppercase;
}

.contact-page .contact-intro h2 {
	margin: 0;
	color: var(--contact-navy);
	font-size: 42px;
	font-weight: 700;
	line-height: 1.18;
}

.contact-page .contact-page-content {
	max-width: 680px;
	min-width: 0;
	margin: 23px 0 0;
	color: var(--contact-ink);
	font-size: 17px;
	line-height: 1.8;
	text-align: left;
}

.contact-page .contact-page-content p {
	margin: 0 0 1em;
	color: inherit;
	font-size: inherit !important;
	line-height: inherit;
	text-align: left;
}

.contact-page .contact-page-content p:last-child {
	margin-bottom: 0;
}

.contact-page .contact-page-content span,
.contact-page .contact-page-content li {
	color: inherit;
	font-size: inherit !important;
	line-height: inherit;
}

.contact-page .contact-intro-note {
	max-width: 680px;
	margin: 14px 0 0;
	color: #607584;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

.contact-page .contact-intro-cta {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	min-height: 48px;
	margin-top: 28px;
	padding: 0 20px 0 24px;
	background: var(--contact-blue);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .35px;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.contact-page .contact-intro-cta span {
	color: currentColor;
	font-size: 20px !important;
	line-height: 1;
	transition: transform .25s ease;
}

.contact-page .contact-intro-cta:hover,
.contact-page .contact-intro-cta:focus-visible {
	background: #245A78;
	box-shadow: 0 9px 20px rgba(11, 52, 80, .16);
	transform: translateY(-2px);
}

.contact-page .contact-intro-cta:hover span,
.contact-page .contact-intro-cta:focus-visible span {
	transform: translateX(4px);
}

.contact-page .contact-intro-cta:active {
	box-shadow: 0 4px 10px rgba(11, 52, 80, .12);
	transform: translateY(0);
}

.contact-page .contact-guidance {
	min-width: 0;
	padding-top: 4px;
}

.contact-page .contact-guidance-title {
	margin: 0 0 16px;
	color: var(--contact-blue);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.8px;
	line-height: 1.4;
	text-transform: uppercase;
}

.contact-page .contact-guidance ol {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid var(--contact-line);
}

.contact-page .contact-guidance li {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 16px;
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid var(--contact-line);
}

.contact-page .contact-guidance li > span {
	color: var(--contact-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.contact-page .contact-guidance li strong {
	display: block;
	margin: 0 0 4px;
	color: var(--contact-navy);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.contact-page .contact-guidance li p {
	margin: 0;
	color: #607584;
	font-size: 14px;
	line-height: 1.6;
}

.contact-page #contact-form {
	scroll-margin-top: 120px;
}

.contact-page .adminbuyNyContact_main {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: 68px;
	overflow: visible;
}

.contact-page .adminbuyNyContact_main .adminbuyNyContact_lxfs,
.contact-page .adminbuyNyContact_main .adminbuyNyContact_form {
	width: auto;
	margin: 0;
	float: none;
}

.contact-page .adminbuyNyContact_main .clear {
	display: none;
}

.contact-page .adminbuyNyContact_lxfs .adminbuyNyContact_company,
.contact-page .adminbuyNyContact_form .adminbuyNyContact_formtit {
	margin: 0 0 20px;
	padding: 0;
	color: var(--contact-blue);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.35;
}

@media screen and (max-width: 1079px) {
	.contact-page .adminbuy_NyContact .contact-intro {
		grid-template-columns: minmax(0, .9fr) minmax(280px, 1.1fr);
		gap: 46px;
		margin-bottom: 52px;
		padding-bottom: 44px;
	}

	.contact-page .contact-intro h2 {
		font-size: 36px;
	}

	.contact-page .contact-page-content {
		font-size: 17px;
	}

	.contact-page .adminbuyNyContact_main {
		gap: 48px;
	}
}

@media (max-width: 767px) {
	.contact-page .adminbuy_NyContact {
		margin: 36px auto 60px;
	}

	.contact-page .adminbuy_NyContact .contact-intro {
		display: block;
		margin-bottom: 46px;
		padding-bottom: 34px;
	}

	.contact-page .contact-intro h2 {
		font-size: 30px;
	}

	.contact-page .contact-page-content {
		font-size: 16px;
		line-height: 1.75;
	}

	.contact-page .contact-intro-cta {
		margin-top: 24px;
	}

	.contact-page .contact-guidance {
		margin-top: 40px;
	}

	.contact-page .contact-guidance li {
		padding: 16px 0;
	}

	.contact-page .contact-guidance li strong {
		font-size: 16px;
	}

	.contact-page .contact-guidance li p {
		font-size: 13px;
	}

	.contact-page .adminbuyNyContact_main {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.contact-page .adminbuyNyContact_lxfs .adminbuyNyContact_company,
	.contact-page .adminbuyNyContact_form .adminbuyNyContact_formtit {
		font-size: 22px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.contact-page .contact-intro *,
	.contact-page .contact-intro *::before,
	.contact-page .contact-intro *::after { transition: none !important; transform: none !important; animation: none !important; }
}
