

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #333;
	overflow-x: hidden;
	max-width: 100%;
}
a {
	color: #62a6ea;
}
a:hover, a:focus {
	color: #4a90d9;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.header {
	min-height: 110px;
}
.header .logo {
	width: 19.4%;
	margin-left: 10px;
	position: relative;
	z-index: 5;
}
.header .logo img {
	width: 100%;
}
.header .logo .logo11 {
	display: none;
}
.header .phone .headerPhone {
	margin-top: 30px;
}
.header .phone .headerPhone img {
	margin-top: 5px;
	margin-right: 10px;
}
.header .phone .headerPhone .number h4 {
	font-size: 16px;
	color: #000000;
}
.header .phone .headerPhone .number h5 {
	font-size: 22px;
	color: #62a6ea;
}
.header .nav {
	width: 77%;
	height: 60px;
	margin-top: 25px;
}
.header .nav .nLi {
	float: left;margin-left: 15px;
	width: 12.5%;
	position: relative;
}
.header .nav .nLi h3 a {
	font-size: 20px;
	line-height: 60px;
	display: block;
	text-align: center;
	color: #000000;
}
.header .nav .nLi .sub {
	display: none;
	background: #62a6ea;
	padding: 10px 0;
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 10;

}
.header .nav .nLi .sub li{
    border-bottom: 1px solid #ddd;
}
.header .nav .nLi .sub li a {
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
}
.header .nav .nLi:hover {
	box-shadow: inset 0 -3px 0 0 #62a6ea;
}
.header .nav .nLi:hover h3 a{
    color: #62a6ea;
}
.header .nav .nLi.on {
	box-shadow: inset 0 -3px 0 0 #62a6ea;
}
.header .row {
	position: relative;
}
.header .imgBack {
	position: absolute;
	left: 0;
	top: 0;
	width: 20%;
	z-index: 1;
}
.header .imgBack img {
	width: 100%;
}
.banner .owl-carousel.owl-loaded {
	display: block;
}
.banner .owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}
.banner .owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.banner .owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.banner .owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.banner .owl-carousel .owl-item img {
	display: block;
	-webkit-transform-style: preserve-3d;
}
.banner img {
	max-width: 100%;
}
.banner .owl-theme .owl-controls {
	margin: 0;
}
.banner .owl-pagination {
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -13px;
}
.corporate {
	padding: 40px 0 60px;
}
.corporate .title {
	text-align: center;
	margin-top: 130px;
	margin-bottom: 40px;
}
	.corporate .title h4 {
		font-size: 16px;
		color: #000000;
		letter-spacing: 0.5px;
		text-indent: 0;
	}
.corporate .title .border {
	width: 5%;
	height: 2px;
	background: #62a6ea;
	margin: 20px auto;
}
.corporate .culture img {
	width: 33.9%;
}
.corporate .culture p {
	width: 60%;
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	height: 240px;
	overflow: hidden
}
.corporate .link {
	margin-top: 80px;
}
.corporate .link .linkBtn {
	background: #62a6ea;
	border-radius: 4px;
	width: 34%;
	height: 36px;
	float: left;
	margin: 0 20px 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.corporate .link .linkBtn a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	text-align: center;
}
.corporate .link .linkBtn:hover {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.corporate .corporateLogo {
	width: 75%;
	margin: 0 auto;
	border: 1px solid #dfe6ee;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 12px 12px;
	cursor: pointer;
}
.corporate .corporateLogo img {
	width: 100%;
	-webkit-transition: 1s;
	transition: 1s;
	opacity: 1;
}
.corporate .corporateLogo:hover img {
	opacity: 0.8;
}

.pro{background: #f5f5f5;}
/* 抵消 bootstrap .row 负边距，避免产品区两侧/中间露出空隙 */
.pro .container > .row {
	margin-left: 0;
	margin-right: 0;
}
.pro .title {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 40px;
}
	.pro .title h4 {
		font-size: 26px;
		color: #000000;
		letter-spacing: 0.5px;
		text-indent: 0;
	}
.pro .title .border {
	width: 5%;
	height: 2px;
	background: #62a6ea;
	margin: 20px auto;
}
.pro ul {
	width: 100%;
	margin: 20px 0 40px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	/* 卡片贴边排列，中间不留白 */
	gap: 0;
}
.pro ul li {
	width: 25%;
	float: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #e8e8e8;
	background: #fff;
}
.pro ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}
.pro ul li a .img {
	width: 100%;
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f0f3f7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro ul li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
.pro ul li a p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin: 12px 10px 8px;
	min-height: 40px;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pro ul li a .border {
	width: 60px;
	height: 1px;
	background: #717171;
	margin: 0 auto 14px;
}
.pro ul li a:hover img {
	-webkit-animation: none;
	animation: none;
	transform: scale(1.03);
	transition: transform .3s ease;
}
@-webkit-keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
@keyframes shake-time {
 0% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 10%,  20% {
 -webkit-transform: scale(0.9) rotate(-3deg);
 transform: scale(0.9) rotate(-3deg);
}
 30%,  50%,  70%,  90% {
 -webkit-transform: scale(1.1) rotate(3deg);
 transform: scale(1.1) rotate(3deg);
}
 40%,  60%,  80% {
 -webkit-transform: scale(1.1) rotate(-3deg);
 transform: scale(1.1) rotate(-3deg);
}
 100% {
 -webkit-transform: scale(1) rotate(0);
 transform: scale(1) rotate(0);
}
}
.case {
	text-align: center;
	padding-bottom: 50px;
}
.case .container > .row {
	margin-left: 0;
	margin-right: 0;
}
.case .title {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 40px;
}
	.case .title h4 {
		font-size: 26px;
		color: #000000;
		letter-spacing: 0.5px;
		text-indent: 0;
	}
.case .title .border {
	width: 5%;
	height: 2px;
	background: #62a6ea;
	margin: 20px auto;
}
.case ul {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
}
.case ul li {
	float: none;
	width: 25%;
	box-sizing: border-box;
	overflow: hidden;
	height: 320px;
	position: relative;
}
.case ul li .show {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.case ul li .o {
	opacity: 0;
}
.case ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.case ul li a img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	display: block;
}
.case ul li:first-child {
	width: 25%;
}
.case ul li:hover .show {
	opacity: 0;
}
.case .list {
	padding: 0 2.5%;
	display: none;
}
.case .list .listCon {
	width: 50%;
	margin-bottom: 15px;
}
.case .list .listCon img {
	width: 95%;
	margin: 0 auto;
	display: block;
}
.new {
	background: #f5f5f5;
	padding-bottom: 40px;
}
.new .title {
	text-align: center;
	margin-bottom: 40px;margin-top: 35px;
}
	.new .title h4 {
		font-size: 26px;
		color: #000000;
		letter-spacing: 0.5px;
		text-indent: 0;
	}
.new .title .border {
	width: 5%;
	height: 2px;
	background: #62a6ea;
	margin: 20px auto;
}
.new .leftImg {
	position: relative;
}
.new .leftImg img {
	border: 1px solid #cccccc;
	width: 100%;
	display: block;
	max-width: 465px;
}
.new .leftImg .time {
	position: absolute;
	top: 0;
	left: 0;
	width: 12%;
	height: 55%;
	background: #62a6ea;
	color: #fff;
	text-align: center;
}
.new .leftImg .time h4 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
}
.new .leftImg .time h5 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.new .leftCon {
	width: 100%;
	max-width: 465px;
}
.new .leftCon h4 {
	font-size: 16px;
	color: #000;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .leftCon p {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 18px;
}
.new .linka {
	width: 220px;
    height: 44px;
	line-height: 44px;
	background: #62a6ea;
	border-radius: 4px;
	display: block;
	margin: 20px 0;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.new .linka:after {
	content: "Read More »";
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
}
.new .linka:hover {
	-webkit-transform: scale(0.9) rotate(4deg);
	-ms-transform: scale(0.9) rotate(4deg);
	transform: scale(0.9) rotate(4deg);
}
.new ul li {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
.new ul li a {
	display: block;
}
.new ul li a .time {
	width: 12%;
	float: left;
	color: #666666;
	text-align: center;
}
.new ul li a .time h4 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
}
.new ul li a .time h5 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}
.new ul li a .con {
	width: 85%;
	float: left;
	margin-left: 3%;
}
.new ul li a .con h4 {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
.new ul li a .con p {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.new ul li a:hover .con h4 {
	text-decoration: underline;
}
.friend {
	background: #62a6ea;
	overflow: hidden;
	color: #fff;
	padding: 20px 0;
}
.friend h4 {
	font-size: 16px;
}
.friend ul {
	float: left;
}
.friend ul li {
	float: left;
}
.friend ul li a {
	font-size: 14px;
	color: #fff; padding-right:10px
}
.friend ul li a:hover {
	text-decoration: underline;
}
.copyright {
	font-size: 14px;
	color: #121212;
	line-height: 26px;
	padding: 20px 0;
	text-align: center;
	height: 66px;
	overflow: hidden;
}
.copyright a {
	color: #121212;
}
#content {
	padding-top: 60px;
	padding-bottom: 60px;background: #f5f5f5;
}
#content .inside {
	/* background: url("../img/sidebar.jpg") no-repeat bottom left;
  background-size: 80% ;*/
	padding: 15px 10px;
	position: relative;
	padding-right: 6%;
}
#content .inside .insidback {
	height: 45px;
}
#content .inside .insidback1 {
	height: 30px;
}
#content .inside .titleside {
	display: none;
}
#content .inside .sidemenu {
	margin-top: 0px;
}
#content .inside .sidemenu a {
	font-size: 20px;
	color: #000000;
	display: block;
	line-height: 60px;
	text-align: center;
}
#content .inside .sidemenu .sub1 {
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 10px;border: 1px solid;
}
#content .inside .sidemenu .sub1:first-child {
	margin-top: 0px;
}
#content .inside .sidemenu .sub1 .sub1_a {
}
#content .inside .sidemenu .sub1 .sub2_a {
}
#content .inside .sidemenu .sub1 .sub3_a {
}
#content .inside .sidemenu .sub1 .sub2 {
}
#content .inside .sidemenu .sub1 .sub2 a {
	color: #999999;
}
#content .inside .sidemenu .sub1 .sub2 a:hover {
	text-decoration: underline;
}
#content .inside .sidemenu .sub1 ul {
	display: none;
}
#content .inside .sidemenu .sub1:hover .sub1_a {
    background: #62a6ea;color: #fff;
}
#content .crumb {
	padding-bottom: 15px;
	border-bottom: 1px solid #dfe6ee;
}
#content .crumb img {
	vertical-align: middle;
	margin: 0 20px 0 20px;
}
#content .crumb span {
	font-size: 14px;
	color: #000000;
}
#content .crumb a {
	font-size: 14px;
	color: #000000;
}
#content .crumb a:hover {
	color: #4a90d9;
}
#content .article {
	color: #333333;
	font-size: 15px;
	line-height: 1.8;
	padding: 20px 10px/*��Ʒ����ҳ��ʽ*/
}
#content .article .news_detail_content h2, #content .article .product_detail_content2 h2, #content .article .pagebody h2 {
	font-size: 24px;
	line-height: 1.4;
	margin: 20px 0 12px;
}
#content .article .news_detail_content h3, #content .article .product_detail_content2 h3, #content .article .pagebody h3 {
	font-size: 20px;
	line-height: 1.4;
	margin: 18px 0 10px;
}
#content .article .news_detail_content h4, #content .article .product_detail_content2 h4, #content .article .pagebody h4 {
	font-size: 17px;
	line-height: 1.4;
	margin: 14px 0 8px;
}
#content .article .news_detail_content p, #content .article .product_detail_content2 p, #content .article .pagebody p {
	margin: 0 0 15px;
}
#content .article .list_img ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	/* 卡片贴边排列，中间不留白 */
	gap: 0;
}
#content .article .list_img ul li {
	width: 33.333%;
	float: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #e8e8e8;
	background: #fff;
}
#content .article .list_img ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}
#content .article .list_img ul li a .img {
	width: 100%;
	margin: 0;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f0f3f7;
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .article .list_img ul li a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
#content .article .list_img ul li a p {
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin: 12px 10px 8px;
	min-height: 40px;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#content .article .list_img ul li a .border {
	width: 60px;
	height: 1px;
	background: #717171;
	margin: 0 auto 14px;
}
#content .article .list_img ul li a:hover img {
	-webkit-animation: none;
	animation: none;
	transform: scale(1.03);
	transition: transform .3s ease;
}
#content .article .list_text ul li {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
#content .article .list_text ul li a {
	display: block;
}
#content .article .list_text ul li a .time {
	width: 12%;
	float: left;
	color: #666666;
	text-align: center;
}
#content .article .list_text ul li a .time h4 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
}
#content .article .list_text ul li a .time h5 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}
#content .article .list_text ul li a .con {
	width: 85%;
	float: left;
	margin-left: 3%;
}
#content .article .list_text ul li a .con h4 {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
#content .article .list_text ul li a .con p {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
#content .article .list_text ul li a:hover .con h4 {
	text-decoration: underline;
}
#content .article .list_textimg ul li {
	float: left;
	width: 50%;
	padding: 0 3%;
	margin-bottom: 3%;
}
#content .article .list_textimg ul li a .leftImg {
	position: relative;
}
#content .article .list_textimg ul li a .leftImg img {
	border: 1px solid #cccccc;
	width: 100%;
	display: block;
	max-width: 465px;
	min-height: 126px;
}
#content .article .list_textimg ul li a .leftImg .time {
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 24%;
	background: #62a6ea;
	color: #fff;
	text-align: center;
}
#content .article .list_textimg ul li a .leftImg .time h4 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
	margin-top: 5px;
}
#content .article .list_textimg ul li a .leftImg .time h5 {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
}
#content .article .list_textimg ul li a .leftCon {
	width: 100%;
	max-width: 465px;
}
#content .article .list_textimg ul li a .leftCon h4 {
	font-size: 16px;
	color: #000;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#content .article .list_textimg ul li a .leftCon p {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
#content .article .search ul li {
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
}
#content .article .search ul li a {
	display: block;
}
#content .article .search ul li a .con {
	width: 100%;
	float: left;
}
#content .article .search ul li a .con h4 {
	font-size: 16px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
}
#content .article .search ul li a .con h4 img {
	vertical-align: middle;
	margin: 0 5px;
}
#content .article .search ul li a .con p {
	font-size: 12px;
	color: #aaaaaa;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
#content .article .search ul li a:hover .con h4 {
	text-decoration: underline;
}
#content .article .news_detail_content {
	margin-top: 20px;
}
#content .article .detail .title {
	padding-bottom: 10px;
	border-bottom: 1px dashed #CACACA;
}
#content .article .detail .title h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin-bottom: 10px;
}
#content .article .detail .title p {
	font-size: 14px;
	text-align: center;
	line-height: 16px;
}
#content .article .detail .title a {
	display: block;
	text-align: center;
	margin-top: 3px;
	font-size: 14px;
	font-weight: normal;
	line-height: 15px;
}
#content .article .product_detail_images {
	padding-top: 20px;
	text-align: center;
	position: relative;
}
#content .article .product_detail_images .product_detail_btn1 {
	position: absolute;
	left: 3%;
	top: 48%;
	padding: 10px 5px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
}
#content .article .product_detail_images .product_detail_btn2 {
	position: absolute;
	right: 3%;
	top: 48%;
	padding: 10px 5px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100;
}
#content .article .product_detail_images .owl-carousel .owl-item img {
	width: auto;
	margin: auto;
}
#content .article .product_detail_content {
	margin-top: 20px;
}
#content .article .product_detail_content1 {
	margin-bottom: 10px;
	border-bottom: solid 1px #bbb;
	border-top: solid 1px #bbb;
	padding: 8px 10px;
	line-height: 20px;
	font-size: 16px;
	background: #dedede;
	font-weight: bold;
}
/* 产品详情：完整规格表（对齐手册图横向多列） */
#content .article .product_detail_content2 .product-specs {
	margin-top: 8px;
}
#content .article .product_detail_content2 .product-specs h3 {
	font-size: 18px;
	color: #1f2a37;
	margin: 0 0 10px;
}
#content .article .product_detail_content2 .product-specs > p {
	color: #555;
	margin: 0 0 16px;
	line-height: 1.7;
}
#content .article .product_detail_content2 .product-specs-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #9ec4e6;
	border-radius: 2px;
	background: #fff;
}
#content .article .product_detail_content2 .product-specs-table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	/* 覆盖 reset.css 把 table 子元素设为 display:block 导致竖排 */
	display: table;
}
#content .article .product_detail_content2 .product-specs-table thead {
	display: table-header-group;
}
#content .article .product_detail_content2 .product-specs-table tbody {
	display: table-row-group;
}
#content .article .product_detail_content2 .product-specs-table tr {
	display: table-row;
}
#content .article .product_detail_content2 .product-specs-table th,
#content .article .product_detail_content2 .product-specs-table td {
	display: table-cell;
	float: none;
	border: 1px solid #9ec4e6;
	padding: 7px 10px;
	font-size: 13px;
	line-height: 1.45;
	vertical-align: middle;
	white-space: pre-line;
	word-break: break-word;
	text-align: center;
}
/* 左侧参数名列 */
#content .article .product_detail_content2 .product-specs-table tbody th {
	width: 24%;
	text-align: left;
	font-weight: 600;
	color: #1f3b5a;
	background: #d7ebfa;
}
#content .article .product_detail_content2 .product-specs-table td {
	color: #333;
	background: #fff;
}
/* 斑马纹：整行浅蓝，贴近手册 */
#content .article .product_detail_content2 .product-specs-table tbody tr:nth-child(even) th {
	background: #c9e2f7;
}
#content .article .product_detail_content2 .product-specs-table tbody tr:nth-child(even) td {
	background: #eef6fd;
}
/* 系列对照 / 容量分列表头 */
#content .article .product_detail_content2 .product-specs-table thead th {
	background: #62a6ea;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 9px 10px;
}
#content .article .product_detail_content2 .product-specs-table thead tr.specs-title th,
#content .article .product_detail_content2 .product-specs-table thead tr.specs-title th:first-child {
	width: auto;
	background: linear-gradient(90deg, #4f96db 0%, #62a6ea 50%, #4f96db 100%);
	font-size: 15px;
	padding: 10px 14px;
	border-color: #4a8fd0;
}
#content .article .product_detail_content2 .product-specs-table thead tr:not(.specs-title) th:first-child {
	background: #4f96db;
	width: 24%;
}
/* 分组条（AC INPUT / BATTERY 等） */
#content .article .product_detail_content2 .product-specs-table tr.specs-group th {
	width: auto;
	text-align: left;
	background: #62a6ea;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.4px;
	padding: 8px 12px;
}
/* 多列值等宽 */
#content .article .product_detail_content2 .product-specs-table.is-multi.cols-2 tbody td,
#content .article .product_detail_content2 .product-specs-table.is-multi.cols-2 thead th:not(:first-child) {
	width: 38%;
}
#content .article .product_detail_content2 .product-specs-table.is-multi.cols-3 tbody td,
#content .article .product_detail_content2 .product-specs-table.is-multi.cols-3 thead th:not(:first-child) {
	width: 25.333%;
}
/* 双栏横向：label | value | label | value（对齐手册截图） */
#content .article .product_detail_content2 .product-specs-table.is-dual {
	min-width: 720px;
	width: 100%;
	table-layout: fixed;
}
/* 通栏蓝色标题条 */
#content .article .product_detail_content2 .product-specs-table.is-dual thead th,
#content .article .product_detail_content2 .product-specs-table.is-dual thead th:first-child {
	width: auto;
	background: linear-gradient(90deg, #4f96db 0%, #62a6ea 50%, #4f96db 100%);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.4px;
	padding: 10px 14px;
	border-color: #4a8fd0;
}
/* 参数名列（第 1、3 列） */
#content .article .product_detail_content2 .product-specs-table.is-dual tbody th {
	width: 22%;
	text-align: left;
	background: #d7ebfa;
	color: #1f3b5a;
	font-weight: 600;
}
/* 参数值列（第 2、4 列） */
#content .article .product_detail_content2 .product-specs-table.is-dual tbody td {
	width: 28%;
	text-align: left;
	background: #fff;
	color: #333;
}
/* 斑马纹整行 */
#content .article .product_detail_content2 .product-specs-table.is-dual tbody tr:nth-child(even) th {
	background: #c9e2f7;
}
#content .article .product_detail_content2 .product-specs-table.is-dual tbody tr:nth-child(even) td {
	background: #eef6fd;
}
/* 禁止把双栏折成竖列 */
#content .article .product_detail_content2 .product-specs-table.is-dual th,
#content .article .product_detail_content2 .product-specs-table.is-dual td {
	display: table-cell;
	float: none;
}
/* 单列键值 */
#content .article .product_detail_content2 .product-specs-table.is-kv {
	min-width: 420px;
}
#content .article .product_detail_content2 .product-specs-table.is-kv th {
	width: 36%;
	text-align: left;
}
#content .article .product_detail_content2 .product-specs-table.is-kv td {
	text-align: left;
}
#content .article .product_detail_images .product_detail_pic img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
#content .sz {
	display: none;
}
@media (max-width: 640px) {
.banner {

}
.banner img {
    height: 160px;
}
#owl-demo,  #owl-demo .owl-wrapper-outer,  #owl-demo .owl-wrapper,  #owl-demo .owl-item {

}
#owl-demo .item {

}
}
@media all and (max-width: 1200px) and (min-width: 992px) {
.new ul li {
	margin-bottom: 8px;
}
.corporate .corporateLogo {
	width: 82%;
}

}
@media all and (max-width: 991px) and (min-width: 768px) {
.header {
	background: none;
	min-height: 110px;
}
.corporate .culture p {
	width: 70%;
}
.corporate .culture img {
	width: 27.9%;
}
.corporate .corporateLogo {
	width: 80%;
}
.corporate .link .linkBtn {
	margin: 3% 2%;
	width: 45%;
}
.corporate .link {
	margin-top: 20%;
}
.new ul li a .con {
	width: 75%;
}
.new ul li a .time {
	width: 20%;
}
#content .article .list_img ul li {
	width: 50%;
	margin: 0;
}
#content .article .list_text ul li a .con {
	width: 70%;
}
#content .article .list_text ul li a .time {
	width: 25%;
}
#content .article .list_textimg ul li a .leftImg .time {
	height: 20%;
}
#content .article .list_textimg ul li {
	width: 100%;
}
#content .article .list_textimg ul li a .leftCon h4 {
	margin: 10px 0;
}
}
@media all and (max-width: 767px) and (min-width: 640px) {
#content .inside .insidback, #content .inside .insidback1 {
	display: none;
}
.header {
	background: none;
	min-height: 110px;
}
.corporate .culture p {
	width: 70%;
}
.corporate .culture img {
	width: 27.9%;
}
.corporate .corporateLogo {
	width: 80%;
}
.corporate .link .linkBtn {
	margin: 3% 2%;
	width: 45%;
}

.pro ul {
		margin: 20px 0 30px;
	}
	.corporate .link {
		margin-top: 20%;
	}
	.new ul li a .con {
		width: 75%;
	}
	.new ul li a .time {
		width: 20%;
	}
	.case ul {
		width: 100%;
	}

	.case .title {
		text-align: center;
		margin-top: 99px;
		margin-bottom: 25px;
	}
.new .leftImg {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.new .leftImg img {
	border: 1px solid #cccccc;
	width: 100%;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.new .leftCon {
	width: 80%;
	margin: 0 auto;
	max-width: 100%;
}
.new .linka {
	margin: 20px 10%;
}

#content {
	padding-top: 0;
	background-size: auto 100%;
}
#content .inside .titleside {
	display: block;
	padding: 6px 28px 6px 7%;
	background: #62a6ea;
	font-size: 14px;
}
#content .inside {
	background: none;
	padding: 0 0 0 0;
}
#content .inside .titleside span {
	color: #ffffff;
	line-height: 28px;
}
#content .inside .titleside i {
	float: right;
}
#content .inside .sidemenu .sub1 {
	-webkit-transition: all .4s;
	transition: all .4s;
	background: none;
	margin-bottom: 10px;
	background-color: #f5f7fa;
	margin: 0;
}
#content .inside .sidemenu .sub1 .sub1_a {
	background: none;
}
#content .inside .sidemenu .sub1:hover .sub1_a {
	background: none;
}
#content .inside .sidemenu a {
	font-size: 12px;
	border-bottom: 1px dashed #b8b8b8;
	line-height: 40px;
	text-indent: 6%;
}
#content .inside .sidemenu {
	margin: 0;
}
#content .inside .sidemenu .sub1 .sub2 {
	color: #999999;
	background-image: none;
}
#content .inside .sz {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 6%;
}
#content .article .list_img ul li {
	width: 50%;
	margin: 0;
}
#content .article .list_text ul li a .con {
	width: 70%;
}
#content .article .list_text ul li a .time {
	width: 25%;
}
#content .article .list_textimg ul li a .leftImg .time {
	height: 20%;
}
#content .article .list_textimg ul li {
	width: 100%;
}
#content .article .list_textimg ul li a .leftImg .time h4 {
	font-size: 26px;
}
#content .article .list_textimg ul li a .leftImg .time h5 {
	font-size: 12px;
}
#content .article .list_textimg ul li a .leftCon h4 {
	margin: 5px 0;
}
#content .article .list_textimg ul li a .leftImg img {
	min-height: 100px;
}
#content .inside .sidemenu .sub1 .sub2_a {
	background: none;
}
#content .inside .sidemenu .sub1 .sub3_a {
	background: none;
}
}
@media all and (max-width: 640px) and (min-width: 200px) {
#content .inside .insidback, #content .inside .insidback1 {
	display: none;
}
#content .article .list_img ul li a .img {
		width: 100%;
		margin: 0;
	}
	#content .article {
		padding: 20px 0px /*???????????;; */;
	}
	.case .list {
		display: none;
	}
	.case ul {
		display: flex;
		flex-wrap: wrap;
	}
.corporate .title {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 15px;
}
.header {
	background: none;
	min-height: 64px;
}
.corporate .culture p {
	width: 100%;
	line-height: 25px;
	height: 125px;
	overflow: hidden;
}
.corporate .culture img {
	width: 27.9%;
	display: none;
}
.corporate .corporateLogo {
	width: 80%;
	padding: 4px 4px;
}
.corporate .link .linkBtn {
	margin: 3% 2%;
	width: 45%;
}
.corporate {
	position: relative;
}
.pro ul {
		margin: 16px 0 24px;
	}
	.corporate .link {
		margin-top: 20%;
		width: 140%;
	}
	.new ul li a .con {
		width: 75%;
	}
	.new ul li a .time {
		width: 20%;
	}
	.case ul {
		width: 100%;
	}
	.case {
		text-align: center;
	}
	.case ul li,
	.case ul li:first-child {
		width: 50%;
		height: 220px;
	}
	.case .title {
		text-align: center;
		margin-top: 55px;
		margin-bottom: 15px;
	}
	.new .leftImg {
		position: relative;
		width: 80%;
		margin: 0 auto;
		display: none;
	}
	.new .leftImg img {
		border: 1px solid #cccccc;
		width: 100%;
		display: block;
		max-width: 100%;
		margin: 0 auto;
	}
	.new .leftCon {
		width: 80%;
		margin: 0 auto;
		max-width: 100%;
		display: none;
	}
	.new .linka {
		margin: 20px 10%;
		display: none;
	}

	.header .imgBack {
		width: 40%;
		display: none;
	}
	.header .logo {
		width: 37.4%;
	}
	.pro ul li {
		width: 50%;
		float: none;
		margin-bottom: 0;
	}
.new .title {
	text-align: center;
	margin-top: 52px;
	margin-bottom: 12px;
}
.copyright {
	padding: 5px 20px;
	border-top: 1px solid #62a6ea;
	margin-bottom: 35px;
	height: auto;
}
.header .logo .logo1 {
	display: none;
}
.header .logo .logo11 {
	display: block;
}
#content {
	padding-top: 0;
	background-size: 100%;
	padding-bottom: 20px;
}
#content .inside .titleside {
	display: block;
	padding: 6px 28px 6px 10%;
	background: #62a6ea;
	font-size: 14px;
}
#content .inside {
	background: none;
	padding: 0 0 0 0;
}
#content .inside .titleside span {
	color: #ffffff;
	line-height: 28px;
}
#content .inside .titleside i {
	float: right;
}
#content .inside .sidemenu .sub1 {
	-webkit-transition: all .4s;
	transition: all .4s;
	border: none;
	margin-bottom: 10px;
	background-color: #84b8eb;
	margin: 0;
}
#content .inside .sidemenu .sub1 .sub1_a {
	background: none;
}
#content .inside .sidemenu .sub1:hover .sub1_a {
	background: none;
}
#content .inside .sidemenu a {
	font-size: 16px;
	border-bottom: 1px dashed #b8b8b8;
	line-height: 40px;
	text-align: center;
}
#content .inside .sidemenu {
	margin: 0;
	display: none;
}
#content .inside .sidemenu .sub1 .sub2 {
	color: #999999;
	background-image: none;
}
#content .inside .sz {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 9%;
}
#content .article .list_img ul li {
		width: 50%;
		margin: 0;
	}
#content .article .list_text ul li a .con {
	width: 70%;
}
#content .article .list_text ul li a .time {
	width: 25%;
}
#content .article .list_textimg ul li a .leftImg .time {
	height: 20%;
}
#content .article .list_textimg ul li {
	width: 100%;
	margin-bottom: 6%;
}
#content .article .list_textimg ul li a .leftImg .time h4 {
	font-size: 26px;
	margin-top: 5px;
}
#content .article .list_textimg ul li a .leftImg .time h5 {
	font-size: 12px;
}
#content .article .list_textimg ul li a .leftCon h4 {
	margin: 5px 0;
}
#content .article .list_textimg ul li a .leftImg img {
	min-height: 100px;
}
#content .inside .sidemenu .sub1 .sub2_a {
	background: none;
}
#content .inside .sidemenu .sub1 .sub3_a {
	background: none;
}
}
.pagination_box {
	text-align: center;
}
.pagination_box ul li a {

	color: #62a6ea;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	background: #eef2f7;
	color: #62a6ea;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #62a6ea;
	border-color: #62a6ea;
}
#pagetxt img {
		display: block;
		width: 100%;
		margin: 10px auto;
		height: auto;
	}
	#pagetxt .company-overview-gallery figure {
		margin: 0 0 28px;
	}
	#pagetxt .company-overview-gallery figcaption {
		margin-top: 10px;
		font-size: 15px;
		line-height: 1.6;
		color: #555;
		text-align: center;
	}
	#content .inside .sidemenu .sub1.on .sub1_a {
		color: #4a90d9;
	}
.corporate:after, .pro:after, .case:after, .new:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}
.copyright {
	overflow: hidden;
}
/*page*/
.pages {
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	font-size: 14px;
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages a {
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	padding: 0 8px;
	border-radius: 11px;
	margin: 0 7px;
}
.pages a:hover {
	background: #62a6ea;
	color: #fff;
}
.pages li.active a {
	background: #62a6ea;
	color: #fff;
}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 3px 11px;  border: 1px solid #e2e2e2;float: left;font-size:12px}
.ab_pages ul a:first-child{ border-right:0}
.ab_pages ul a:first-child:hover{ border-right:0}
.ab_pages ul a:last-child{ border-left:0}
.ab_pages ul a:last-child:hover{  border-left:0}
.ab_pages ul a.page-num-current{ background:#333; color:#fff; border:1px solid #333}
.ab_pages ul a:hover{ background:#333; color:#fff; border:1px solid #333}
.ab_pages ul span{display: inline-block; float: left; line-height: 28px;}

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

/* ===== 工程案例列表 / 详情丰富样式 ===== */
.case-list-intro {
	margin: 0 0 18px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #d9e2ef;
}
.case-list-intro h1 {
	margin: 0 0 8px;
	font-size: 24px;
	color: #1f2a37;
	font-weight: 600;
}
.case-list-intro p {
	margin: 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.7;
}
/* 案例列表卡片贴边排列：中间不留白（覆盖 list_textimg 默认 3% 间距） */
#content .article .list_textimg.case-list-rich ul {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}
#content .article .list_textimg.case-list-rich ul li {
	float: none;
	width: 50%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #e8e8e8;
	background: #fff;
}
#content .article .list_textimg.case-list-rich ul li a {
	display: block;
	height: 100%;
	padding: 0;
	transform: none !important;
	box-shadow: none;
}
#content .article .list_textimg.case-list-rich ul li a:hover {
	transform: none !important;
	box-shadow: inset 0 0 0 2px #62a6ea;
	z-index: 1;
	position: relative;
}
#content .article .list_textimg.case-list-rich ul li a .leftImg {
	position: relative;
	margin: 0;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #f0f3f7;
}
#content .article .list_textimg.case-list-rich ul li a .leftImg img {
	width: 100%;
	height: 100%;
	max-width: none;
	min-height: 0;
	object-fit: cover;
	object-position: center;
	display: block;
	border: 0;
}
#content .article .list_textimg.case-list-rich ul li a .leftImg .time {
	width: 56px;
	height: auto;
	padding: 6px 0 8px;
	z-index: 1;
}
#content .article .list_textimg.case-list-rich ul li a .leftImg .time h4 {
	font-size: 22px;
	margin-top: 0;
	line-height: 1.1;
}
#content .article .list_textimg.case-list-rich ul li a .leftImg .time h5 {
	font-size: 12px;
}
#content .article .list_textimg.case-list-rich ul li a .leftCon {
	width: 100%;
	max-width: none;
	padding: 12px 14px 14px;
	box-sizing: border-box;
}
#content .article .list_textimg.case-list-rich ul li a .leftCon h4 {
	margin: 6px 0 8px;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.35;
	min-height: 2.7em;
}
#content .article .list_textimg.case-list-rich ul li a .leftCon p {
	height: auto;
	min-height: 54px;
	margin: 0;
	line-height: 18px;
}
.case-list-rich ul li a .leftCon .case-tag,
.case-detail .title .case-tag {
	display: inline-block;
	margin-bottom: 8px;
	padding: 2px 10px;
	border-radius: 3px;
	background: #eaf3fd;
	color: #62a6ea;
	font-size: 12px;
	line-height: 20px;
}
.case-list-rich ul li a .leftCon .case-more {
	display: inline-block;
	margin-top: 8px;
	color: #62a6ea;
	font-size: 13px;
}
.case-list-rich ul li a .leftCon p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
@media all and (max-width: 991px) {
	#content .article .list_textimg.case-list-rich ul li {
		width: 50%;
		margin: 0;
		padding: 0;
	}
}
@media all and (max-width: 640px) {
	#content .article .list_textimg.case-list-rich ul li {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}
.case-detail .title .case-lead {
	margin: 12px 0 0;
	padding: 12px 14px;
	background: #f6f9fc;
	border-left: 3px solid #62a6ea;
	color: #4b5565;
	font-size: 14px;
	line-height: 1.75;
}
.case-side-block {
	margin-top: 24px;
	padding: 14px 12px;
	background: #f7fafc;
	border: 1px solid #e6edf5;
}
.case-side-block h3 {
	margin: 0 0 12px;
	font-size: 16px;
	color: #1f2a37;
	border-left: 3px solid #62a6ea;
	padding-left: 8px;
}
.case-side-products {
	list-style: none;
	margin: 0;
	padding: 0;
}
.case-side-products li {
	margin-bottom: 10px;
}
.case-side-products li a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #334155;
	font-size: 13px;
	line-height: 1.4;
}
.case-side-products li a img {
	width: 54px;
	height: 54px;
	object-fit: cover;
	border: 1px solid #e5e7eb;
	background: #fff;
}
.case-side-products li a:hover {
	color: #62a6ea;
}

.case-content.case-rich {
	color: #334155;
	line-height: 1.8;
	font-size: 14px;
}
.case-content.case-rich h3 {
	margin: 26px 0 12px;
	padding-left: 10px;
	border-left: 3px solid #62a6ea;
	font-size: 18px;
	color: #1f2a37;
	font-weight: 600;
}
.case-content.case-rich p {
	margin: 0 0 12px;
}
.case-content.case-rich .case-cover {
	margin: 0 0 18px;
	text-align: center;
}
.case-content.case-rich .case-cover img {
	max-width: 100%;
	height: auto;
	border: 1px solid #e5e7eb;
}
.case-meta-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
}
.case-meta-item {
	padding: 12px 14px;
	background: #f8fafc;
	border: 1px solid #e6edf5;
}
.case-meta-item .k {
	display: block;
	font-size: 12px;
	color: #98a2b3;
	margin-bottom: 4px;
}
.case-meta-item .v {
	display: block;
	font-size: 14px;
	color: #1f2a37;
	font-weight: 600;
}
.case-list {
	margin: 0 0 14px 18px;
	padding: 0;
}
.case-list li {
	margin-bottom: 6px;
}
.case-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 16px;
}
.case-table th,
.case-table td {
	border: 1px solid #e5e7eb;
	padding: 8px 12px;
	text-align: left;
	vertical-align: top;
}
.case-table th {
	width: 32%;
	background: #f7f7f7;
	color: #475467;
	font-weight: 600;
}
.case-product-grid,
.case-related-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 18px;
}
.case-product-card,
.case-related-card {
	display: block;
	border: 1px solid #e6edf5;
	background: #fff;
	transition: box-shadow .2s ease, transform .2s ease;
	text-decoration: none !important;
	color: inherit;
}
.case-product-card:hover,
.case-related-card:hover {
	box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
	transform: translateY(-2px);
}
.case-product-card .pic,
.case-related-card .pic {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fafbfc;
	border-bottom: 1px solid #eef2f7;
	overflow: hidden;
}
.case-product-card .pic img,
.case-related-card .pic img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.case-product-card .info {
	padding: 10px 12px 12px;
}
.case-product-card .info strong,
.case-related-card p {
	display: block;
	font-size: 13px;
	color: #1f2a37;
	line-height: 1.45;
	margin: 0;
}
.case-product-card .info span {
	display: block;
	margin-top: 4px;
	color: #667085;
	font-size: 12px;
}
.case-product-card .info em {
	display: block;
	margin-top: 8px;
	font-style: normal;
	color: #62a6ea;
	font-size: 12px;
}
.case-related-card p {
	padding: 10px 12px 12px;
}
.case-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 0 0 16px;
}
.case-gallery-item {
	border: 1px solid #e6edf5;
	background: #fff;
	text-align: center;
}
.case-gallery-item img {
	width: 100%;
	height: 140px;
	object-fit: contain;
	background: #fafbfc;
}
.case-gallery-item p {
	margin: 0;
	padding: 8px;
	font-size: 12px;
	color: #667085;
}
.case-cta,
.case-cta-banner {
	margin: 22px 0 10px;
	padding: 18px 18px 14px;
	background: linear-gradient(135deg, #f3f8ff 0%, #eef6ff 100%);
	border: 1px solid #d7e7fb;
}
.case-cta-banner h3,
.case-cta p:first-child {
	margin: 0 0 8px;
	color: #1f2a37;
	font-size: 18px;
}
.case-cta-banner p,
.case-cta p {
	margin: 0 0 10px;
	color: #475467;
}
.case-cta-btn {
	display: inline-block;
	padding: 8px 16px;
	background: #62a6ea;
	color: #fff !important;
	border-radius: 3px;
	text-decoration: none !important;
	margin-right: 10px;
}
.case-cta-btn:hover {
	background: #4a90d9;
	color: #fff !important;
}
.case-cta-link {
	color: #62a6ea !important;
	text-decoration: underline;
}
.case-source {
	margin-top: 18px !important;
	color: #98a2b3 !important;
	font-size: 12px !important;
}
.case-related-block {
	margin: 28px 0 10px;
}
.case-related-block > h3 {
	margin: 0 0 14px;
	padding-left: 10px;
	border-left: 3px solid #62a6ea;
	font-size: 18px;
	color: #1f2a37;
}
.case-more-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}
.case-more-item {
	display: flex;
	gap: 12px;
	padding: 10px;
	border: 1px solid #e6edf5;
	background: #fff;
	text-decoration: none !important;
	color: inherit;
	transition: box-shadow .2s ease;
}
.case-more-item:hover {
	box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}
.case-more-item .pic {
	width: 96px;
	height: 72px;
	flex: 0 0 96px;
	overflow: hidden;
	background: #fafbfc;
	border: 1px solid #eef2f7;
}
.case-more-item .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case-more-item .txt strong {
	display: block;
	font-size: 14px;
	color: #1f2a37;
	margin-bottom: 4px;
	line-height: 1.4;
}
.case-more-item .txt span {
	display: block;
	font-size: 12px;
	color: #667085;
	line-height: 1.5;
}
@media all and (max-width: 991px) {
	.case-product-grid,
	.case-related-products,
	.case-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.case-more-list {
		grid-template-columns: 1fr;
	}
}
@media all and (max-width: 640px) {
	.case-meta-grid,
	.case-product-grid,
	.case-related-products,
	.case-gallery {
		grid-template-columns: 1fr;
	}
	.case-list-intro h1 {
		font-size: 20px;
	}
}

/* 站内搜索表单与结果（search 页） */
.search_form {
	margin-bottom: 25px;
}
.search_form input[type="text"] {
	float: left;
	width: 75%;
	height: 44px;
	padding: 0 15px;
	border: 1px solid #d5dde8;
	border-right: none;
	border-radius: 4px 0 0 4px;
	font-size: 15px;
	color: #333;
	background: #fff;
	box-sizing: border-box;
}
.search_form button {
	float: left;
	width: 25%;
	max-width: 140px;
	height: 44px;
	border: none;
	border-radius: 0 4px 4px 0;
	background: #62a6ea;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	transition: background .25s ease;
}
.search_form button:hover {
	background: #4a90d9;
}
.search_count {
	font-size: 14px;
	color: #777;
	margin-bottom: 15px;
}
.search_empty {
	padding: 40px 20px;
	border: 1px dashed #d5dde8;
	border-radius: 4px;
	background: #fff;
	color: #777;
	font-size: 15px;
	text-align: center;
}
#content .article .search ul li a .con h4 .type {
	display: inline-block;
	margin-right: 8px;
	padding: 2px 10px;
	border-radius: 3px;
	background: #eaf3fd;
	color: #62a6ea;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

/* 列表卡片 hover 过渡（产品/新闻/案例/解决方案） */
.pro ul li a,
#content .article .list_img ul li a,
#content .article .list_textimg ul li a,
.new ul li a,
#content .article .list_text ul li a {
	transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
#content .article .list_textimg ul li a {
	display: block;
}
/* 产品卡片贴边排列，hover 不位移以免露出空隙 */
	.pro ul li a:hover,
	#content .article .list_img ul li a:hover {
		transform: none;
		box-shadow: inset 0 0 0 2px #62a6ea;
		z-index: 1;
		position: relative;
	}
	#content .article .list_textimg ul li a:hover {
		transform: translateY(-4px);
	}
/* 案例列表贴边卡片：hover 不位移，避免露出留白 */
#content .article .list_textimg.case-list-rich ul li a:hover {
	transform: none !important;
	box-shadow: inset 0 0 0 2px #62a6ea;
}
#content .article .list_textimg ul li a:hover .leftCon h4,
.new ul li a:hover .con h4 {
	color: #62a6ea;
}

@media all and (max-width: 640px) {
	.search_form input[type="text"] {
		width: 65%;
	}
	.search_form button {
		width: 35%;
	}
	.new ul li a .time h4 {
		font-size: 28px;
	}
	.new ul li a .time h5 {
		font-size: 12px;
	}
}

/* ===== 全屏轮播修复：图片始终铺满容器宽度，消除宽屏（>1920px）右侧留白 ===== */
.banner,
.banner .owl-carousel,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-carousel .owl-item {
	width: 100%;
}
.banner .owl-carousel .item {
	display: block;
	width: 100%;
}
.banner img,
.banner .owl-carousel .owl-item img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.inner-banner,
.inner-banner .owl-carousel,
.inner-banner .owl-wrapper-outer,
.inner-banner .owl-wrapper,
.inner-banner .owl-item,
.inner-banner .owl-carousel .item {
	height: 500px;
	overflow: hidden;
}
.inner-banner img,
.inner-banner .owl-carousel .owl-item img {
	height: 500px;
	object-fit: cover;
	object-position: center center;
}
@media (max-width: 640px) {
	.banner img,
	.banner .owl-carousel .owl-item img,
	.inner-banner,
	.inner-banner .owl-carousel,
	.inner-banner .owl-wrapper-outer,
	.inner-banner .owl-wrapper,
	.inner-banner .owl-item,
	.inner-banner .owl-carousel .item,
	.inner-banner img,
	.inner-banner .owl-carousel .owl-item img {
		height: 160px;
		object-fit: cover;
	}
}

/* ===== 桌面端导航 logo 垂直居中：菜单文字中心线 = .nav margin-top 25px + h3 margin-top 20px + line-height 60px/2 = 75px ===== */
@media all and (min-width: 992px) {
	.header .logo {
		top: 75px;
		transform: translateY(-50%);
	}
	.header .logo img {
		display: block;
	}
}

/* 移动端 logo 略向下偏移，避免贴顶 */
@media all and (max-width: 991px) {
	.header .logo {
		margin-top: 10px;
	}
}
