﻿/* 精品网站模板下载 www.adminbuy.cn */

html {
	font-size: 62.5%; /*10 ÷ 16 × 100% = 62.5%*/
}
body {
	font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;
}
ol, li {
	list-style: none;
}
#header, footer, #main {
	overflow: hidden;
	width: 100%;
}
/*css3*/
/*header*/
.swiper-container1, .swiper-container2 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner {
	top: -35px;
	position: relative;
	border-top: 0px solid #1A1A1A;
}
.banner .container {
	position: relative;
	height: 100%;
}
.banner .container h3 {
	position: absolute;
	left: 0;
	top: -30px;
	background: #F43136;
	color: #fff;
	line-height: 30px;
	width: 78px;
	text-align: center;
	z-index: 1000;
}

img.ditua {
    width: 100%;
}

/*正常屏幕*/
.h-logo {
	display: table;
	vertical-align: middle;
	padding: 10px 0;
}
.h-logo img {
	display: table-cell;
	vertical-align: middle; height:80px;
}
.h-logo p {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width:100%;
}
.h-logo p span {
	font-size: 14px;
	color: #777777;
	margin-left: 20px;
	margin-top: 5px;
}
.h-logo p span i {
	margin-right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 10%;
	background: #ff0d0d;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	text-align: center;
	line-height: 46px;
	margin-top: -2px;
}
.h-logo p span small {
	font-size: 18px;
}
.h-nav {
	height: 55px;
	background: #ff0d0d;
	position: relative;
	padding: 0;
	border-radius: 5px;
	z-index: 10;
}
.h-nav:after {
	display: block;
	content: '';
	clear: both;
}
.h-nav ul > li {
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms; line-height:55px;
	height: 55px;
}
.h-nav ul > li small {
	display: block;
}
.h-nav ul > li:first-child {
	border-radius: 5px 0 0 5px;
}
.h-nav ul > li:last-child {
	border-radius: 0 5px 5px 0;
}
.h-nav ul > li a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.h-nav ul > li:hover {
	background: #ff0d0d;
}

/*小屏幕手机*/
.hidden-g {
	position: relative;
}
.hidden-g .h-nav-g {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	height: 60px;
	background: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;    
	box-shadow: 0px 1px 1px #b5b5b5
}
.hidden-g .h-nav-g img {
	margin-left: 15px; height:60px;
}
.hidden-g .h-nav-g .btn_i {
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hidden-g .h-nav-g .btn_i small, .hidden-g .h-nav-g .btn_i:before, .hidden-g .h-nav-g .btn_i:after {
	display: block;
	content: '';
	width: 24px;
	height: 2px;
	background: #000000;
	border-radius: 4px;
	margin: 6px 0;
}
.hidden-g .h-nav-g .btn_i_click small {
	opacity: 0;
}
.hidden-g .h-nav-g .btn_i_click:before {
	transform: rotateZ(45deg);
	transform-origin: 0px 6px;
}
.hidden-g .h-nav-g .btn_i_click:after {
	transform: rotateZ(-45deg);
	transform-origin: 5px -1px;
}
.hidden-g .h-nav-g .i_tel {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	background-image: url("../images/tel.png");
	position: absolute;
	right: 15px;
	top: 0;
	height: 60px;
	width: 40px;
}
.hidden-g .ul-small {
	background: #3a3a3a;
	width: 220px;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
	transform: translateX(220px);
	transition: 300ms;
	-webkit-transition: 300ms;
	-webkit-transform: translateX(220px);
}
.hidden-g .ul-small input {
	width: 160px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	margin: 20px 30px 0 30px;
	text-indent: 10px;
}
.hidden-g .ul-small ul {
	margin-top: 20px;
}
.hidden-g .ul-small ul li a {
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 50px;
	display: block;
}
.hidden-g .translate {
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.hidden-g .translate2 {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
/*banner*/
.banner .swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	display: inline-block;
	border-radius: 5px;
	background: #919190;
	opacity: .4;
}
.banner .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}
.banner .swiper-slide {
	position: relative;
	background-size: 240px;
}
/*main*/
#main {
	margin-top: -35px;
}
.main-title {
	text-align: center;
	position: relative;
	padding: 20px 0 10px 0;
}
.main-title h3 {
	font-size: 36px;
	color: #333333;
	font-family: "Georgia Regular", "microsoft yahei", "sans-serif";
	background: url("../images/title.png") no-repeat center;
}
.main-title small {
	font-size: 20px;
	color: #6a6a6a;
}
/*product*/
.product {
	background: #fff;
	padding-bottom: 0px;
}
.pro-type {
	margin-bottom: 30px;
}
.pro-type ul {
	margin: 0 auto;
	width: auto;
}
.pro-type ul li {
	display: inline-block;
	width: 200px;
	line-height: 32px;
	background: #eeeeee;
	margin: 10px 12px 10px 12px;
	text-align: center;
}
.pro-type ul li a {
	color: #4e4e4e;
	font-size: 14px;
	display: block;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pro-type ul li a:hover {
	background: #ff0d0d;
	color: #fff;
}
.pdc-list {
	overflow: hidden;
}
.pdc-list li {
	margin-bottom: 13px;
}
.pdc-list li b {
	display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.pdc-list li b img {/*position: absolute; top: 50%; left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); max-height: 100%;*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 300ms;
	-webkit-transition: 300ms;
	display: block;
}
.pdc-list li b i {
	display: block;
	width: 38px;
	height: 38px;
	background: url("../images/more.png");
	position: absolute;
	left: 50%;
	margin-left: -19px;
	top: 50%;
	margin-top: -19px;
	opacity: 0;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.pdc-list li span {
	display: block;
	line-height: 38px;
	text-align: center;
	border-bottom: 3px solid #e5e5e5;
	font-size: 14px;
	transition: 300ms;
	-webkit-transition: 300ms;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis; 
}
.pdc-list li:hover img {
	opacity: 0.5;
}
.pdc-list li:hover i {
	opacity: 1;
}
.pdc-list li:hover span {
	background: #ff0d0d;
	color: #fff;
	border-bottom: 3px solid #ff0d0d;
}
/*time*/
.indexcoo {
	background: url(../images/coop.jpg) no-repeat center center;
	height: 250px;
}
.indexcoo .list {
	padding-top: 100px;
}
.indexcoo .list li {
	float: left;
	width:33%;
	text-align: center;
	color: #fff;
}
.indexcoo .list li .num p {
	width: auto;
	display: inline;
	position: relative;
}
.indexcoo .list li .num p strong {
	font-size: 18px;
	padding-left: 14px;
}
.indexcoo .list li .num p span {
	animation: r_x 4s ease-in-out infinite;
	-webkit-animation: r_x 4s ease-in-out infinite;
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
}
.indexcoo .list li .num small {
	display: block;
	position: absolute;
	font-size: 30px;
	line-height: 1;
	right: 13px;
	top: -21px;
	color: #fff;
}
.indexcoo .list li .line {
	margin-left: auto;
	margin-right: auto;
	width: 29px;
	height: 3px;
	margin-top: 15px;
	background: #fff;
}
.indexcoo .list li .text {
	line-height: 50px;
	font-size: 16px;
	color: #fefefe;
}
@keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
@-webkit-keyframes r_x {
75% {
transform: rotateY(0deg);
}
100% {
transform: rotateY(360deg);
}
}
.time2 {
	height: 125px;
	background: url("../images/b3.jpg") no-repeat center;
	background-size: cover;
}
/*news*/
.news ul {
	margin-bottom: 45px;
}
.news ul li {
	position: relative;
}
.news ul li:after {
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	bottom: 90px;
	left: 0;
}
.news ul li a {
	font-size: 14px;
	color: #5f5f5f;
	position: relative;
	z-index: 10;
}
.news ul li a > img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.news ul li a > span {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	transition: 300ms;
	-webkit-transition: 300ms;white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.news ul li a div {
	position: relative;
	padding-bottom:15px;
	width: 105px;
}
.news ul li a div:after,
.news ul li a div:before {
	display: none;
}
}
.news ul li a div small {
	display: block;
	font-size: 14px;
	width: 100%;
	line-height: 30px;
	border-radius: 3px;
	background: #999999;
	color: #fff;
	text-align: center;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.news ul li a > small {
	display: block;
	font-size: 14px;
	line-height: 25px;
	margin-top: 20px;
}
.news ul li:hover a > span {
	color: #ff0d0d;
}
.news ul li:hover div small {
	background: #ff0d0d;
}
/*cert-wall 荣誉证书展示墙 — 4列网格*/
.cert-wall {
	overflow: hidden;
	padding: 20px 0 40px;
}
.cert-item {
	float: left;
	width: 23.5%;
	margin: 0 1% 30px 0;
	text-align: center;
	background: #f8f8f8;
	padding: 18px 12px 14px;
	border-radius: 2px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.cert-item:nth-child(4n) {
	margin-right: 0;
}
.cert-item:hover {
	box-shadow: 0 4px 18px rgba(0,0,0,0.10);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
}
.cert-img {
	display: block;
	margin-bottom: 12px;
	border: 1px solid #e5e5e5;
	padding: 6px;
	background: #fff;
}
.cert-img img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 220px;
	object-fit: contain;
}
.cert-title {
	font-size: 13px;
	color: #888;
	line-height: 1.7;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 响应式 */
@media screen and (max-width: 992px) {
	.cert-item { width: 31.33%; }
	.cert-item:nth-child(4n) { margin-right: 1%; }
	.cert-item:nth-child(3n) { margin-right: 0; }
}
@media screen and (max-width: 600px) {
	.cert-item { width: 48%; }
	.cert-item:nth-child(3n) { margin-right: 1%; }
	.cert-item:nth-child(2n) { margin-right: 0; }
}

/* ========== 灯箱 Lightbox ========== */
.lightbox-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.92);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	animation: fadeIn 0.25s ease;
}
@keyframes fadeIn { from{opacity:0;} to{opacity:1;} }

/* 关闭按钮 */
.lightbox-close {
	position: absolute;
	top: 20px; right: 30px;
	font-size: 42px;
	color: #ccc;
	cursor: pointer;
	z-index: 10;
	line-height: 1;
	transition: color 0.2s;
	user-select: none;
}
.lightbox-close:hover { color: #fff; }

/* 左右箭头 */
.lightbox-prev, .lightbox-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 36px;
	color: #ccc;
	cursor: pointer;
	z-index: 10;
	padding: 20px 14px;
	user-select: none;
	transition: color 0.2s;
}
.lightbox-prev { left: 10px; }
.lightbox-next { right: 10px; }
.lightbox-prev:hover, .lightbox-next:hover { color: #fff; }

/* 主图区域 */
.lightbox-main {
	max-width: 80vw;
	max-height: 70vh;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.lightbox-main img {
	max-width: 100%;
	max-height: 65vh;
	object-fit: contain;
	border: 4px solid rgba(255,255,255,0.15);
	border-radius: 4px;
	box-shadow: 0 8px 40px rgba(0,0,0,0.5);
	transition: opacity 0.15s;
}
.lightbox-caption {
	color: #ddd;
	font-size: 15px;
	margin-top: 12px;
	text-align: center;
	letter-spacing: 1px;
}

/* 底部缩略图条 */
.lightbox-thumbs {
	display: flex;
	gap: 8px;
	padding: 12px 20px 16px;
	overflow-x: auto;
	max-width: 90vw;
	justify-content: center;
	flex-wrap: wrap;
}
.lightbox-thumbs img {
	width: 72px;
	height: 50px;
	object-fit: cover;
	border: 2px solid transparent;
	border-radius: 3px;
	cursor: pointer;
	opacity: 0.55;
	transition: all 0.2s;
	flex-shrink: 0;
}
.lightbox-thumbs img:hover { opacity: 0.85; transform: translateY(-2px); }
.lightbox-thumbs img.active {
	border-color: #ff0d0d;
	opacity: 1;
	transform: translateY(-2px);
}

/* 证书图片鼠标指针 */
.cert-img { cursor: pointer; }

/* ========== 企业文化 Culture Page ========== */
.culture-page { padding: 10px 0 50px; }

/* 页面标题 */
.culture-title {
	font-size: 30px;
	color: #333;
	text-align: center;
	font-weight: 500;
	margin-bottom: 45px;
	letter-spacing: 4px;
}

/* 图文区块 */
.culture-section {
	overflow: hidden;
	margin-bottom: 50px;
	background: #fafafa;
	border-radius: 2px;
}
.culture-section:last-child { margin-bottom: 0; }

/* 图片区（左或右） */
.culture-img {
	float: left;
	width: 48%;
	overflow: hidden;
}
.culture-reverse .culture-img {
	float: right;
}
.culture-img img {
	width: 100%;
	height: 340px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}
.culture-img:hover img {
	transform: scale(1.03);
}

/* 文字区 */
.culture-text {
	float: right;
	width: 48%;
	padding: 40px 36px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.culture-reverse .culture-text {
	float: left;
}

/* 标签（红色） */
.culture-label {
	color: #d32f2f;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 12px;
}

/* 段落文字 */
.culture-text p {
	font-size: 14px;
	color: #555;
	line-height: 2.2;
	text-align: justify;
	text-indent: 2em;
	margin: 0;
}

/* 响应式 */
@media screen and (max-width: 768px) {
	.culture-title { font-size: 24px; margin-bottom: 28px; letter-spacing: 2px; }
	.culture-img, .culture-reverse .culture-img,
	.culture-text, .culture-reverse .culture-text {
		float: none;
		width: 100%;
	}
	.culture-img img { height: 220px; }
	.culture-text { padding: 24px 18px; }
	.culture-section { margin-bottom: 28px; }
}

/* ========== 技术优势 Timeline 时间轴 ========== */
.tech-timeline {
	position: relative;
	padding: 20px 0 50px;
	margin: 0 auto;
	max-width: 960px;
}
/* 清除浮动，让父容器包住浮动的 .tl-item，竖线才能满高 */
.tech-timeline::after {
	content: '';
	display: block;
	clear: both;
}

/* 中间竖线 */
.tech-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 3px;
	height: 100%;
	background: #2b7bd6;
	transform: translateX(-50%);
	border-radius: 2px;
}

/* 每一项 */
.tl-item {
	position: relative;
	width: 46%;
	padding: 0 30px 40px;
	box-sizing: border-box;
}
.tl-item::after {
	content: '';
	position: absolute;
	top: 28px;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 3px solid #2b7bd6;
	border-radius: 50%;
	z-index: 2;
}
.tl-left {
	float: left;
	clear: both;
	text-align: right;
}
.tl-left::after {
	right: -7px;
}
.tl-right {
	float: right;
	clear: both;
	text-align: left;
}
.tl-right::after {
	left: -7px;
}

/* 卡片 */
.tl-card {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	padding: 24px 26px;
	transition: box-shadow 0.3s, transform 0.3s;
}
.tl-card:hover {
	box-shadow: 0 4px 18px rgba(43,123,214,0.12);
	transform: translateY(-2px);
}

/* 标题 */
.tl-title {
	font-size: 16px;
	color: #666;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.5;
}
.tl-title-blue {
	color: #2b7bd6;
}

/* 描述文字 */
.tl-desc {
	font-size: 13.5px;
	color: #777;
	line-height: 2;
	text-align: justify;
	margin: 0;
}

/* 响应式 */
@media screen and (max-width: 768px) {
	.tech-timeline::before { left: 24px; }
	.tl-item {
		width: 100%;
		float: none !important;
		padding-left: 52px;
		padding-right: 0;
		text-align: left !important;
		margin-bottom: 8px;
	}
	.tl-left::after, .tl-right::after {
		left: 17px !important;
		right: auto !important;
	}
	.tl-card { padding: 18px 16px; }
	.tl-title { font-size: 15px; }
	.tl-desc { font-size: 13px; line-height: 1.9; }
}

/* ========== 技术优势 Tech1 页面 ========== */
.tech1-page { padding: 10px 0 50px; }

/* ---- 上半区：齿轮 + 目标 ---- */
.tech1-top {
	overflow: hidden;
	background: linear-gradient(135deg, #f8f6f0 0%, #f0f4f8 100%);
	border-radius: 4px;
	padding: 40px 36px;
	margin-bottom: 30px;
	position: relative;
}

/* 左侧齿轮组 — 图片 */
.tech1-gears {
	float: left;
	width: 48%;
}
.tech1-gears img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
}

/* 右侧：技术目标 */
.tech1-goals {
	float: right;
	width: 48%;
	padding-left: 20px;
}
.tech1-goal-title {
	font-size: 17px;
	color: #c0392b;
	font-weight: bold;
	margin-bottom: 14px;
	line-height: 1.5;
}
.tech1-goal-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tech1-goal-list li {
	font-size: 13px;
	color: #444;
	line-height: 2;
	padding-left: 16px;
	position: relative;
	margin-bottom: 4px;
}
.tech1-goal-list li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #c0392b;
	font-weight: bold;
	font-size: 14px;
}

/* ---- 中间标语 ---- */
.tech1-slogan {
	text-align: center;
	font-size: 26px;
	color: #c0392b;
	font-weight: bold;
	letter-spacing: 6px;
	padding: 24px 0 34px;
	margin-bottom: 10px;
}

/* ---- 下半区：核心技术 + 设备图 ---- */
.tech1-bottom {
	overflow: hidden;
}

/* 左侧核心技术列表 */
.tech1-core-list {
	float: left;
	width: 46%;
	padding-right: 20px;
}
.tech1-core-title {
	font-size: 19px;
	color: #c0392b;
	font-weight: bold;
	margin-bottom: 16px;
}
.tech1-core-items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tech1-core-items li {
	font-size: 14px;
	color: #333;
	line-height: 2.4;
	padding-left: 14px;
	position: relative;
}
.tech1-core-items li::before {
	content: '·';
	position: absolute;
	left: 0;
	color: #999;
	font-weight: bold;
	font-size: 18px;
}

/* 右侧设备大图 */
.tech1-equip-img {
	float: right;
	width: 50%;
}
.tech1-equip-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

/* 响应式 */
@media screen and (max-width: 900px) {
	.tech1-top { padding: 28px 20px; }
	.tech1-gears, .tech1-goals,
	.tech1-core-list, .tech1-equip-img {
		float: none;
		width: 100%;
	}
	.tech1-goals { padding-left: 0; margin-top: 24px; }
	.tech1-core-list { padding-right: 0; margin-bottom: 24px; }
	.tech1-slogan { font-size: 20px; letter-spacing: 3px; }
}

@media screen and (max-width: 480px) {
	/* 设备图已为单张，无需额外处理 */
}

/* ========== 服务优势 Service 页面 ========== */
.service-page { padding: 0; }

/* 标题区 */
.service-header {
	text-align: center;
	padding: 40px 24px 0;
	background: #f5f5f5;
}
.service-header h2 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	margin: 28px 0 16px;
	letter-spacing: 4px;
}
.service-slogan {
	font-size: 15px;
	color: #c0392b;
	line-height: 1.8;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 18px;
	border-bottom: 2px solid #ccc;
}

/* 底部：背景图区域 — 紧接标题区，零间距 */
.service-section {
	position: relative;
	min-height: 560px;
	margin: 0;
	overflow: hidden;
}

/* 大背景图 — 建筑幕墙 */
.service-bg {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: url('/skin/images/service-bg.jpg') no-repeat center center / cover;
	z-index: 1;
}

/* 白色服务卡片 — 在背景图内居中悬浮 */
.service-card {
	position: relative;
	z-index: 2;
	background: rgba(255,255,255,0.96);
	width: 68%;
	max-width: 860px;
	margin: 48px auto 50px;
	padding: 44px 46px;
	border-radius: 4px;
	box-shadow: 0 6px 30px rgba(0,0,0,0.14);
}

/* 2x2 服务网格 — flexbox 稳定布局 */
.svc-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 28px;
}
.svc-item {
	width: calc(50% - 14px);
	box-sizing: border-box;
}

/* 红色标题 */
.svc-title {
	font-size: 16px;
	color: #c0392b;
	font-weight: bold;
	margin-bottom: 10px;
}

/* 描述文字 */
.svc-desc {
	font-size: 13.5px;
	color: #555;
	line-height: 2.1;
	text-align: justify;
	margin: 0;
}

/* 响应式 */
@media screen and (max-width: 900px) {
	.service-card { width: 82%; padding: 34px 30px; margin-top: 36px; }
	.svc-item { width: 100%; }
	.svc-grid { gap: 22px; }
	.service-header h2 { font-size: 26px; letter-spacing: 2px; }
	.service-slogan { font-size: 14px; }
}
@media screen and (max-width: 600px) {
	.service-card { width: 92%; margin: 24px auto 30px; padding: 26px 22px; }
	.service-header { padding: 28px 16px 0; }
	.service-header h2 { margin-top: 20px; }
	.service-section { min-height: 420px; }
}

/* ========== 专家团队 Experts 页面 — 左右分栏 ========== */
.experts-page {
	overflow: hidden;
	padding: 30px 0 20px;
	position: relative;
	background: #fff;
}

/* 左侧：专家大图竖排 */
.ep-left {
	float: left;
	width: 40%;
	padding-right: 25px;
}
.ep-photo {
	margin-bottom: 28px;
}
.ep-photo img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
}
.ep-caption {
	text-align: center;
	font-size: 14px;
	color: #0a3d7c;
	line-height: 22px;
	margin-top: 10px;
	font-weight: bold;
}

/* 右侧：深蓝详情面板 */
.ep-right {
	float: right;
	width: 57%;
	background: #0a3d7c;
	padding: 35px 38px;
	color: #fff;
	border-radius: 4px;
	min-height: 560px;
	box-shadow: 0 4px 20px rgba(10,61,124,0.15);
}
.ep-block {
	margin-bottom: 32px;
}
.ep-block:last-child {
	margin-bottom: 0;
}
.ep-company {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 1.5;
}
.ep-name {
	font-size: 16px;
	color: #c8dcf0;
	font-weight: 500;
	margin-bottom: 14px;
	line-height: 1.5;
}
.ep-desc p {
	font-size: 13.5px;
	color: #dbe8f7;
	line-height: 2;
	text-align: justify;
	margin-bottom: 12px;
	text-indent: 2em;
}
.ep-desc p:last-child {
	margin-bottom: 0;
}

/* 底部：活动掠影 */
.ep-gallery {
	overflow: hidden;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}
.ep-gal-item {
	float: left;
	width: 23.5%;
	margin: 0 1% 20px 0;
	text-align: center;
}
.ep-gal-item:nth-child(4n) {
	margin-right: 0;
}
.ep-gal-img {
	border: 1px solid #e8e8e8;
	padding: 4px;
	background: #fff;
	border-radius: 2px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.ep-gal-img:hover {
	box-shadow: 0 4px 14px rgba(10,61,124,0.15);
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
}
.ep-gal-img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	display: block;
	border-radius: 1px;
}
.ep-gal-cap {
	font-size: 13px;
	color: #555;
	margin-top: 10px;
	line-height: 1.6;
}

/* 响应式 */
@media screen and (max-width: 992px) {
	.ep-left, .ep-right {
		float: none;
		width: 100%;
	}
	.ep-left { padding-right: 0; margin-bottom: 25px; }
	.ep-right { min-height: auto; padding: 25px; }
	.ep-gal-item { width: 31.33%; }
}
@media screen and (max-width: 768px) {
	.ep-gal-item { width: 48%; }
	.ep-gal-item img { height: 150px; }
	.experts-page { padding: 20px 0 10px; }
}

/* ========== 案例详情 Case 页面 ========== */
.case-detail {
	padding: 30px 0 50px;
}

/* 上半区：左侧大图 | 右侧标题+缩略图 */
.case-top {
	overflow: hidden;
	margin-bottom: 0;
}

/* 左侧：大图轮播 */
.case-gallery {
	float: left;
	width: 58%;
}
.swiper-container-case {
	width: 100%;
	position: relative;
}
.swiper-container-case .swiper-slide img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	display: block;
	border-radius: 2px;
}

/* 左右箭头 */
.case-btn-prev,
.case-btn-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 40px;
	height: 56px;
	background: rgba(0,0,0,0.35);
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 300ms;
	border-radius: 2px;
	user-select: none;
}
.case-btn-prev { left: 8px; }
.case-btn-next { right: 8px; }
.case-btn-prev:hover,
.case-btn-next:hover {
	background: rgba(0,0,0,0.6);
}

/* 右侧：标题 + 缩略图条 */
.case-info {
	float: right;
	width: 38%;
	padding-left: 20px;
}
.case-title {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 18px;
	padding-top: 4px;
}

/* 缩略图条 */
.case-thumbs {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.case-thumb {
	width: calc(50% - 5px);
	cursor: pointer;
	border: 3px solid transparent;
	border-radius: 2px;
	overflow: hidden;
	transition: 300ms;
	background: #f5f5f5;
	opacity: 0.7;
}
.case-thumb.active {
	border-color: #c0392b;
	opacity: 1;
	box-shadow: 0 2px 8px rgba(192,57,43,0.25);
}
.case-thumb:hover {
	opacity: 1;
	border-color: #999;
}
.case-thumb img {
	width: 100%;
	height: 90px;
	object-fit: cover;
	display: block;
}

/* 案例详情栏 — 深色标题栏 */
.case-bar {
	background: #3d1a12;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
	margin-top: 24px;
	letter-spacing: 6px;
	font-weight: bold;
	border-radius: 2px;
}

/* 正文内容区 */
.case-content {
	padding: 28px 16px 0;
}
.case-content .p_content {
	font-size: 14.5px;
	color: #444;
	line-height: 2.1;
	text-align: justify;
}

/* 上下篇导航 */
.case-nav {
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.case-nav .prev_next li {
	font-size: 13.5px;
	color: #666;
	line-height: 2.2;
}
.case-nav .prev_next a {
	color: #0a3d7c;
}
.case-nav .prev_next a:hover {
	color: #c0392b;
	text-decoration: underline;
}

/* 响应式 */
@media screen and (max-width: 900px) {
	.case-gallery, .case-info {
		float: none;
		width: 100%;
	}
	.case-info { padding-left: 0; margin-top: 20px; }
	.swiper-container-case .swiper-slide img { height: 300px; }
	.case-title { font-size: 20px; }
	.case-thumb { height: 80px; }
}
@media screen and (max-width: 600px) {
	.swiper-container-case .swiper-slide img { height: 220px; }
	.case-btn-prev, .case-btn-next { width: 32px; height: 44px; font-size: 18px; }
	.case-thumb { width: calc(33.33% - 7px); }
	.case-thumb img { height: 70px; }
	.case-detail { padding: 18px 0 30px; }
}

/* ========== 产品详情 Product 页面 ========== */
.product-detail { padding: 30px 0 40px; }

/* 上半区：左图右文 */
.pd-top { overflow: hidden; margin-bottom: 30px; }

/* 左侧：图片轮播 + 缩略图条 */
.pd-gallery {
	float: left;
	width: 50%;
	padding-right: 25px;
}
.swiper-container-pd {
	border: 1px solid #e8e8e8;
	background: #f9f9f9;
}
.swiper-container-pd .swiper-slide img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	display: block;
}

/* 左右箭头 */
.pd-btn-prev, .pd-btn-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 36px; height: 52px;
	background: rgba(255,255,255,0.75);
	color: #666;
	font-size: 22px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.pd-btn-prev { left: 4px; }
.pd-btn-next { right: 4px; }
.pd-btn-prev:hover, .pd-btn-next:hover {
	background: rgba(200,0,0,0.85);
	color: #fff;
}

/* 缩略图条 */
.pd-thumbs {
	overflow: hidden;
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.pd-thumb {
	width: calc(20% - 8px);
	cursor: pointer;
	border: 2px solid transparent;
	box-sizing: border-box;
	transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.pd-thumb.active {
	border-color: #c0392b;
}
.pd-thumb:hover { border-color: #999; }
.pd-thumb img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	display: block;
}

/* 右侧：产品信息 */
.pd-info {
	float: right;
	width: 46%;
	padding-top: 5px;
}
.pd-title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 18px;
	line-height: 1.4;
}
.pd-desc {
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-bottom: 26px;
	text-align: justify;
	max-height: 220px;
	overflow-y: auto;
}

/* 红色联系按钮 */
.pd-contact-btn {
	display: inline-block;
	background: #c0392b;
	color: #fff !important;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 42px;
	border-radius: 3px;
	text-decoration: none;
	letter-spacing: 4px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
	margin-bottom: 22px;
}
.pd-contact-btn:hover {
	background: #a93226;
}

/* 操作链接行 */
.pd-actions {
	font-size: 14px;
	color: #555;
}
.pd-actions a {
	color: #555;
	text-decoration: none;
	margin-right: 20px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}
.pd-actions a:hover { color: #c0392b; }
.pd-actions a i { margin-right: 4px; }

/* 产品详细内容 */
.pd-content {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.pd-content .p_content {
	padding: 15px 0;
}

/* 上下篇导航 */
.pd-nav {
	margin-top: 28px;
	padding-top: 16px;
	border-top: 1px solid #eee;
}
.pd-nav .prev_next li {
	font-size: 14px;
	color: #666;
	line-height: 2.2;
	list-style: none;
}
.pd-nav .prev_next a {
	color: #333;
	text-decoration: none;
}
.pd-nav .prev_next a:hover {
	color: #c0392b;
	text-decoration: underline;
}

/* 响应式 */
@media screen and (max-width: 900px) {
	.pd-gallery, .pd-info {
		float: none;
		width: 100%;
	}
	.pd-info { padding-left: 0; padding-top: 15px; margin-top: 20px; }
	.swiper-container-pd .swiper-slide img { height: 320px; }
	.pd-title { font-size: 20px; }
	.pd-thumb { height: 65px; }
}
@media screen and (max-width: 600px) {
	.swiper-container-pd .swiper-slide img { height: 240px; }
	.pd-btn-prev, .pd-btn-next { width: 32px; height: 44px; font-size: 18px; }
	.pd-thumb { width: calc(33.33% - 7px); }
	.pd-thumb img { height: 60px; }
	.pd-desc { max-height: none; }
	.product-detail { padding: 18px 0 25px; }
}

/*company*/
.company {
	height: 656px;
	background: url("../images/about.jpg") no-repeat center;
	padding-top: 88px;
	margin-top: 20px;
}
.company .com-right {
	width: 50%;
	float: left;
}
.company .com-right .com-title {
	margin-bottom: 25px;
}
.company .com-right .com-title b {
	font-size: 36px;
	color: #ff0d0d;
	font-weight: 500;
	position: relative;
	display: inline-block;
}
.company .com-right .com-title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background: #8b8b8b;
}
.company .com-right .com-title small {
	font-size: 18px;
	color: #878787;
}
.company .com-right span {
	display: block;
	font-size: 30px;
	color: #575757;
	margin-bottom: 75px;
}
.company .com-right p {
	width: 285px;
	height: 50px;
	line-height: 50px;
	background: #ff0d0d;
	text-align: center;
	font-size: 24px;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 25px;
}
.company .com-right small {
	line-height: 30px; font-size:14px
}
.company .container {
	position: relative;
	height: 100%;
}
.company .container > p {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 24px;
	color: #fff;
	background: url("../images/tel2.png") no-repeat right center;
	padding-right: 85px;
	line-height: 88px;
}
.company .container > p b {
	font-size: 40px;
}
/*adv*/
.adv ul li {
	margin-bottom: 40px;
}
.adv ul li:after {
	display: block;
	content: '';
	clear: both;
}
.adv ul li p {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 50px;
	line-height: 50px;
}
.adv ul li p:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: #ff0d0d;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotateZ(45deg);
}
.adv ul li p span {
	font-size: 30px;
	color: #fff;
	z-index: 10;
	display: block;
	text-align: center;
	position: relative;
}
.adv ul li div {
	float: left;
	width: 85%;
}
.adv ul li div strong {
	display: block;
	font-size: 25px;
	color: #ff0d0d;
}
.adv ul li div b {
	display: block;
	font-size: 13px;
	color: #6a6a6a;
}
/*contact*/
.contact {
	height: 200px;
	background: url("../images/zx.jpg") no-repeat center;
	color: #fff;
}
.contact .container {
	position: relative;
}
.contact h2 {
	background: url("../images/text.png") no-repeat center;
	width: 433px;
	height: 34px;
	text-indent: -999rem;
	margin-top: 55px;
}
.contact small {
	font-size: 20px;
	display: block;
	margin-top: 15px;
}
.contact a {
	width: 198px;
	height: 53px;
	background: url("../images/zxbtn.png") no-repeat center;
	text-indent: -999rem;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*footer*/
footer {
	background: #1a1a1a;
	font-size: 14px;
	color: #888888;
}
footer .container {
	position: relative;
}
footer a {
	color: #888888;
}
footer .row {
	padding: 10px 0 0px 0;
}
footer .row ul li:first-child {
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #383838;
}
footer .f-nav {
	overflow: hidden;
	padding-top: 10px;
}
footer .f-nav li {
	float: left;
	width: 10%;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
}
footer .f-nav li a {
	display: block;
	color: #888888;
}
footer .f-nav li:hover {
	background: #424242;
}
footer .f-links {
	margin-top: 25px;
}
footer .f-links img {
	float: left; margin-right:20px; height:150px
}
footer .f-links ul {
	float: left;
	border-left: 1px solid #888888;
}
footer .f-links ul li {
	float: left;
	width: 55%;
	margin-bottom: 5px;
}
footer .f-ewm p {
	float: right;
	padding: 0; margin-top:25px;
}
footer .f-ewm span {
	display: block;
	text-align: center;
	font-size: 12px; margin-top:5px;
}
footer .f-bottom {
	padding: 5px 0;
	text-align: center
}
footer .f-bottom span {
	float: right;
}
footer .gtop {
	position: absolute;
	right: 30px;
	top: 0;
	background: #f43136;
	color: #fff;
	text-align: center;
	width: 48px;
	height: 48px;
	z-index: 200;
	line-height: 48px;
	font-size: 24px;
	cursor: pointer;
}
/*info*/
.container {
	position: relative;
}
.container .info-title {
	position: absolute;
	top: -70px;
	left: 0;
	z-index: 100;
	width: 267px;
	height: 70px;
	background:#ff0d0d;
	color: #fff;
	text-align: center;
	line-height: 77px;
	font-size: 30px;
}
.location {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	line-height: 35px;
	padding: 30px 0;
}
.location ul li {
	float: left;
	width: 10%;
	text-align: center;/* background: #909090; */
	color: #000;
	margin-right: 5px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.location ul li:hover {
	background: #ff0d0d;
	color: #fff;
}
.location ul li:hover a {
	color: #fff;
}
.location ul li.li_active {
	background: #ff0d0d;
	color: #fff;
}
.location ul li.li_active a {
	color: #fff;
}
.location ul li a {
	color: #383838;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.location p {
	float: right;
	font-size: 14px;
	color: #484848;
}
.location p i {
	color: #ff0d0d;
	font-size: 24px;
	padding-right: 5px;
}
.location p a {
	color: #484848;
}
.location p a:hover {
	color: #ff0d0d;
}
.p_content {
	font-size: 14px;
	line-height: 35px;
	width: 100%;
	overflow: hidden;
	text-align: justify;
}
.p_content p {
	word-break: break-all;
}
.p_content img {
	max-width: 100%;
	height: auto!important
}
#info {
	margin-top: -35px;
}
.info2 {
	padding-bottom: 0px;
}
.info2 .location {
	margin-bottom: 30px;
}
.info-pro {
	padding-top: 45px;
}
.info-pro .pro-type ul {
	margin: 1px;
	width: 100%;
}
/*关于我们详情页*/
.info_com {
	padding-top: 25px;
}
.info_contact {
	background: #f1f1f1;
	padding: 25px 0;
	margin-top: 10px;
}
.info_contact ul {
	overflow: hidden;
}
.info_contact ul li {
	width: 25%;
	float: left;
	border-left: 1px solid #ccc;
	background-repeat: no-repeat;
	background-position: 18px center;
	padding: 18px 0 18px 110px;
}
.info_contact ul li:nth-of-type(1) {
	background-image: url("../images/ft1.png");
	border-left: 0;
}
.info_contact ul li:nth-of-type(2) {
	background-image: url("../images/ft2.png");
}
.info_contact ul li:nth-of-type(3) {
	background-image: url("../images/ft3.png");
}
.info_contact ul li:nth-of-type(4) {
	background-image: url("../images/ft4.png");
}
.info_contact ul li b {
	display: block;
	font-size: 18px;
}
.info_contact ul li small {
	font-size: 16px;
	color: #5f5d5d;
	margin-top: 10px;
}
/*在线留言详情页*/
.input-group {
	margin-bottom: 10px;
	clear: both; /*overflow: hidden;*/
}
.input-group:after {
	display: block;
	content: '';
	clear: both;
}
.input-group label {
	width: 62px;
	font-size: 15px;
	display: inline-block;
	text-align-last: justify;
	color: #606060;
	font-weight: bold;
}
.input-group input[type=text] {
	border: 1px solid #aaa;
	border-radius: 2px;
	line-height: 30px;
	height: 30px;
	width: 276px;
	text-indent: 1em;
	font-family: "microsoft yahei", "sans-serif";/* background: #f0f2ef; */
	transition: 300ms;
	-webkit-transition: 300ms;
	outline: none;
}
.input-group input[type=text]:focus {
	width: 300px;
	box-shadow: 0 0 5px #ff0d0d;
	border: 1px solid #ff0d0d;
}
.input-group textarea:focus {
	width: 440px;
	box-shadow: 0 0 5px #ff0d0d;
	border: 1px solid #ff0d0d;
}
.input-group input[type=text]#captcha:focus {
	width: 90px;
	box-shadow: 0 0 5px #ff0d0d;
	border: 1px solid #ff0d0d;
}
.input-group textarea {
	transition: 300ms;
	-webkit-transition: 300ms;
	width: 420px;
	border: 1px solid #aaa;
	border-radius: 2px;
	text-indent: 1em;
	padding-top: 5px;
	font-family: "microsoft yahei", "sans-serif";
	outline: none;
}
#submit {
	display: block;
	clear: both;
	width: 80px;
	line-height: 30px;
	background: #ff0d0d;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	font-family: "microsoft yahei";
	margin-left: 64px;
}
#submit:hover {
	background: #BB0000;
}
/*page*/
div.page {
	margin: 20px 0 20px 0;
	clear: both;
	text-align: center;
	font-size: 12px;
}
div.page a {
	padding: 2px 5px;
	margin: 2px;
	color: #0E0E0E;
	text-decoration: none;
	background: #fff;
	border: 1px solid #908A8A;
	margin-bottom: 5px;
	display: inline-block;
}
div.page a:hover {
	border: 1px solid #ff0d0d;
}
div.page span.current {
	padding: 3px 10px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background-color: #ff0d0d;
}
div.page span.disabled {
	padding: 2px 5px;
	margin: 2px;
	color: #ddd;
}
#prev_next {
	list-style: none;
	margin-top: 20px;
	margin-right: 10px;
}
#prev_next a {
	color: #3e3e3e;
}
#prev_next a:hover {
	color: #ff0d0d;
}
#prev_next {
	font-size: 14px;
	margin-top: 25px;
}
.prev_page, .next_page {
	font-size: 14px;
	border-top: 1px solid #ccc;
	padding: 5px 25px;
}
.prev_page a:hover, .next_page a:hover {
	color: #1c4dbe;
}
.prev_page {
	margin-top: 20px;
	background: url("../images/prev_bg.png") no-repeat left center;
	background-size: 18px;
}
.next_page {
	border-bottom: 1px solid #ccc;
	background: url("../images/next_bg.png") no-repeat left center;
	background-size: 18px;
}
/*联系我们详情页*/
.contact_info_list ul li {
	font-size: 14px;
	list-style: none;
	line-height: 30px;
}
.contact_info_list b {
	font-size: 22px;
	color: #b00;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
	display: inline-block;
	width: 100%;
}
.contact_info_list b span {
	display: block;
	font-size: 12px;
	color: grey;
	margin-top: 5px;
	letter-spacing: -1px;
}
.info_maps {
	border: 1px solid #ccc;
	height: 315px;
	padding: 0;
}
/*产品详情页*/
.info_content_left h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
.pdc_time {
	color: #999; /*margin: 0 0 30px 0; padding-bottom: 20px; border-bottom: 1px solid #EDEDED; */
	font-size: 12px;
}
.info_content_right h4 {
	font-size: 16px;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #EDEDED;
	font-weight: bold;
}
.info_content_right ul li a, .info_content_right ol li {
	color: #9E9E9E;
	line-height: 35px;
}
.info_content_right ul li a:hover {
	text-decoration: underline;
}
.p_info_title {
	margin-bottom: 15px;
}
/*新闻详情页*/
/*新闻子页面*/
.info_news_ul li {
	background: #f6f6f6;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.info_news_ul li img {
	display: block;
	width: 100%;

}
.info_news_ul li b {
	padding-left: 0;
}
.info_news_ul .col-md-2 {
	text-align: center;
	color: #4b4b4b;
	font-size: 14px;
	position: relative;
	top: 50%;
	margin-top: 55px;
}
.info_news_ul .col-md-2 small {
	display: block;
	width: 92px;
	height: 25px;
	margin: 10px auto 0 auto;
	line-height: 25px;
	text-align: center;
	background: #9A9A9A;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.info_news_ul .col-md-7 {
	font-size: 16px;
	color: #1f1f1f;
	padding: 5px 0;
	margin-top: 40px;
}
.info_news_ul .col-md-7 small {
	display: block;
	font-size: 12px;
	color: #444;
	line-height: 24px;
	padding-top: 10px;
	padding-right: 15px;
	text-align: justify;
}
.info_news_ul li:hover {
	background: #fff;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000000;
}
.news_tips {
	width: 83px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	background: #1c4dbe;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
/*新闻详情页*/
.n_left {
	width: 71.5%;
	float: left;
	margin-top: 40px;
}
.n_left ._title {
	font-size: 36px;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.4;
	font-weight: 400;
}
.news_time span {
	font-size: 12px;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.news_time span:first-child {
	background: url("../images/time.png") no-repeat left center;
	padding-left: 20px;
}
.news_time span:first-child + span {
	background: url("../images/click.png") no-repeat left center;
	padding-left: 25px;
}
.info_news_right {
	width: 24%;
	float: right;
	padding-top: 40px;
}
.info_news_right ul {
	margin-top: 45px;
	border: #f3f3f3 10px solid;
	padding: 10px 7%;
}
.info_news_right ul li {
	padding: 27px 0;
	border-bottom: 1px #ececec solid;
}
.info_news_right ul li a {
	display: block;
	font-size: 16px;

	color: #5c5c5c;
}
.info_news_right ul li b {
	display: block;
	padding-bottom: 8px;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}
.info_news_right ul li a span {
	display: block;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
	font-weight: 400;
}
.info_news_right ul li b:before {
	display: block;
	content: '';
	float: left;
	margin-right: 5px;
}
.info_news_right ul li:first-child b:before {
	width: 30px;
	height: 26px;
	background: url("../images/up.png") no-repeat 0 -34px;
}
.info_news_right ul li:first-child + li b:before {
	width: 30px;
	height: 26px;
	background: url("../images/up.png") no-repeat 0 0;
}
.banner2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 380px;
}
.p-banner {
	background-image: url("../images/p-banner.jpg");
}
.c-banner {
	background-image: url("../images/c-banner.jpg");
}
.co-banner {
	background-image: url("../images/co-banner.jpg");
}
.j-banner {
	background-image: url("../images/j-banner.png");
}
.a-banner {
	background-image: url("../images/a-banner.png");
}
.n-banner {
	background-image: url("../images/n-banner.jpg");
}
.m-banner {
	background-image: url("../images/m-banner.jpg");
}
.ok {
	background: #4e5256;
}
.ok1 {
	background:#ff0d0d;
}
.ok1 a{color: #fff !important
}
.pagebar { padding:20px; overflow:hidden}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 7px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #ff0d0d;
  border: 1px solid #ff0d0d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #ff0d0d;
  border: 1px solid #ff0d0d;
}
.text-secondary{ text-align:center; padding:20px 0}
.company-info{ margin-bottom:50px}
.info2{ margin-bottom:50px}
.news{ margin-bottom:50px}
.dibu{ line-height:40px}
.merji{ display:none}

@media screen and (max-width: 768px) {
   .merji{ display:block; margin-bottom:10px; overflow:hidden}
   .merji a{ width:24%; display:inline-block; background:#eeeeee; font-size:12px; text-align:center; margin-bottom:5px; padding:5px 4px;white-space:nowrap;overflow: hidden;text-overflow:ellipsis;}
   .merji a.on{ background:#ff0d0d; color:#fff}
   .info-pro{ padding-top:20px}
   .info_content img{ max-width:100%; height:auto !important}
   .info_news_ul li b{ padding-right:0}
}

#maximg img{ max-width:100% !important; height:auto !important;display:inline-block;}
#maximg p span{text-wrap: inherit !important;}

.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}

/* ========== 强制可见：页面生成器内容块文字 ========== */
/* 参考站 cintec.cn 正文块（w_common_text-*/w_grid-*）被设为白色/同色导致不可见，强制黑色 */
.w_common_text-1562549954103,
.w_common_text-1562549954103 * { color: #000 !important; }
.text-secondary{ text-align:center; padding:20px 0}