﻿@charset "utf-8";
@import url('iconfont/iconfont.css');
@import url('common.css');
@import url('search.css');
@import url('mould.css');
@import url('index.css');
/* CSS Document */

/* ---------------默认样式---------- */
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'Roboto';
	color: #212121;
}
div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
table,
tr,
contacttd {
	margin: 0px;
}
ul,
li {
	list-style-type: none;
	padding: 0;
}
em {
	font-style: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #212121;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
/* -----------联系我们分割线----------start------ */
.contact {
	padding: 40px 40px 80px;
	gap: 2%;
	background-color: #fff;
}
.contact .contentText {
	width: 1200px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
/* .contact .contentText > div:hover {
	box-shadow: 0 0 10px #ccc;
} */
.contact .navList {
	column-gap: 100px;
	padding-bottom: 60px;
	box-sizing: border-box;
}
.contact .navList > li > a {
	font-size: 22px;
	font-weight: 700;
	padding-bottom: 15px;
	position: relative;
}
/* .active */

.contact .navList > li > .active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #d70c19;
}
/* -----------联系我们分割线----------end------ */
/* -----------在线订单分割线----------start------ */
.message {
	background-color: #f9f9f9;
	width: 1200px;
	margin: 0 auto;
}
.guestbook {
	width: 100%;
	padding-block: 50px;
}
.contact .message ul {
	margin: 0 auto;
	gap: 25px;
	align-items: center;
}
.message ul > li {
	text-align: center;
	width: calc((100% - 25px) / 2);
	font-size: 16px;
	display: flex;
	align-items: center;
}
.guestbook ul {
	align-items: center;
	row-gap: 10px;
}
.guestbook ul > li {
	justify-content: center;
}
.message ul > li > input {
	flex: 1;
	height: 50px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 16px;
	color: #666;
	outline: none;
	border-radius: 4px;
}
.message ul > li > textarea {
	flex: 1;
	height: 220px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #666;
	box-sizing: border-box;
	font-family: '微软雅黑';
	border-radius: 4px;
	outline: none;
}
.message ul > li > .formCode {
	gap: 10px;
}
.message ul > li > .formCode > input {
	border-radius: 4px;
	height: 50px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
	outline: none;
}
.message ul > li > .formCode > img {
	height: 50px;
}
.message ul > li > .formCode > a {
	color: #333;
	font-size: 14px;
}
.message ul > li > .formCode > a:hover {
	color: #d70c19;
}
.message ul > li > .submit {
	flex: inherit;
	width: 40% !important;
	cursor: pointer;
	/* margin: 0 auto; */
	color: #fff;
	background-color: #ff0000;
	transition: font-size 0.5s;
	border-radius: 4px;
}
.message ul > li > .submit:hover {
	font-size: 18px;
}
/* ... */
.message1 {
	background-color: rgb(253, 253, 253);
	padding: 40px;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px;
	width: 1200px;
	box-sizing: border-box;
	margin: 0 auto;
}
.message1 div {
	margin-bottom: 25px;
}
.message1 div > ul {
	width: 49%;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.message1 div > ul > li {
	display: flex;
	align-items: center;
}
.message1 div > ul > li > span {
	width: 100px;
	text-align: right;
	padding-right: 12px;
	line-height: 32px;
	font-size: 12px;
	color: #000;
}
.message1 div > ul > li input {
	line-height: 32px;
	height: 32px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	outline: 0;
	padding: 0 12px;
	font-size: 12px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
}
.message1 div ul > li > textarea {
	flex: 1;
	height: 168px;
	border: 1px solid #dcdcdc;
	font-size: 13px;
	color: #666;
	box-sizing: border-box;
}
.message1 div ul > li > .formCode {
	padding-left: 112px;
	box-sizing: border-box;
	width: 100%;
}
.message1 div ul > li > .formCode > input {
	height: 40px;
	width: 130px;
}
.message1 div ul > li > .formCode > img {
	height: 40px;
}
.message1 div ul > li > .formCode > a {
	color: #333;
	font-size: 12px;
}
.message1 div ul > li > .formCode > a:hover {
	color: #d70c19;
}
.message1 .submit {
	margin-top: 30px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	outline: 0;
	background-image: none;
	border: none;
	color: #fff;
	width: 120px;
	font-weight: 500;
	padding: 12px 20px;
	line-height: 1;
	background-color: #e71d16;
}

.message1 .submit :hover {
	background: #e76965;
}
/* -----------在线订单分割线----------end------ */
/* -----------公司简介分割线----------start------ */
.nAbout .abstracts {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('/img/abstractsBg.jpg') 0 0 no-repeat;
}
.nAbout .culture .n_title {
	color: #fff;
}
.nAbout .culture {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url('/img/cultureBg.jpg') 0 0 no-repeat;
}
.nAbout .culture p {
	color: #fff;
}
.nAbout .honor {
	padding-top: 80px;
	padding-bottom: 80px;
}
.nAbout .honor .honor_banner .honorBannerBox {
	display: flex;
	flex-direction: column;
	aspect-ratio: 1/1;
	cursor: pointer;
	overflow: hidden;
}
.nAbout .honor .honor_banner .honorBannerBox .honorImg {
	width: 100%;
	object-fit: contain;
	height: 70%;
	transition: all 0.5s;
}
.nAbout .honor .honor_banner .honorBannerBox .title {
	background: url('/img/bg9.png') 0 0 no-repeat;
	height: 30%;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.nAbout .honor .honor_banner .honorBannerBox:hover .honorImg {
	transform: scale(1.05);
}
.nAbout .honor .honor_banner .honorBannerBox:hover .title {
	color: #d70c19;
}

.nAbout .matrix {
	padding-bottom: 80px;
}

.nAbout .matrix .matrix_banner .matrixBannerBox {
	display: flex;
	flex-direction: column;
	aspect-ratio: 4/3;
	cursor: pointer;
	overflow: hidden;
}
.nAbout .matrix .matrix_banner .matrixBannerBox .matrixImg {
	width: 100%;
	object-fit: contain;
	height: 100%;
	transition: all 0.5s;
}

.nAbout .honor .honor_banner .updown,
.nAbout .matrix .matrix_banner .updown,
.nAbout .client .updown {
	height: 100px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	column-gap: 30px;
}
.nAbout .honor .honor_banner .updown > div,
.nAbout .matrix .matrix_banner .updown > div,
.nAbout .client .updown > div {
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
	background-color: #f3f7fa;
	cursor: pointer;
	border-radius: 4px;
}
.nAbout .honor .honor_banner .updown .swiper-button-disabled,
.nAbout .matrix .matrix_banner .updown .swiper-button-disabled,
.nAbout .client .updown .swiper-button-disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.nAbout .honor .honor_banner .updown > div > i,
.nAbout .matrix .matrix_banner .updown > div > i,
.nAbout .client .updown > div > i {
	color: #666;
	font-size: 14px;
}
.nAbout .honor .honor_banner .updown > div:hover,
.nAbout .matrix .matrix_banner .updown > div:hover,
.nAbout .client .updown > div:hover {
	background-color: #d70c19;
}
.nAbout .honor .honor_banner .updown > div:hover > i,
.nAbout .matrix .matrix_banner .updown > div:hover > i,
.nAbout .client .updown > div:hover > i {
	color: #fff;
}
.nAbout .matrix .matrix_banner .updown {
	height: 70px;
}
/* .nAbout .matrix .matrix_banner .matrix_pagination {
	height: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nAbout .matrix .matrix_banner .matrix_pagination .swiper-pagination-bullet-active {
	background-color: #d70c19 !important;
} */

.nAbout .client {
	padding-bottom: 80px;
	position: relative;
	background: url('/img/clientBg.jpg') 0 0 no-repeat;
}

.nAbout .client .client_banner .matrixBannerBox .matrixImg {
	width: 234px;
	object-fit: contain;
}
.nAbout .client .updown {
	height: 50px;
	position: absolute;
	right: 10%;
	top: 70px;
}
.nAbout .client .updown > div {
	background-color: #fff;
}
/* -----------公司简介分割线----------end------ */
/* -----------内页内容----------start------ */

.list_right {
	float: right;
	width: calc(100% - 330px - 2%);
	box-sizing: border-box;
}
.list_top_w {
	width: 100%;
}
.list_top_w .title {
	font-size: 22px;
	color: #343434;
	line-height: 52px;
	background: #f4f4f4;
	padding-left: 16px;
	margin-bottom: 20px;
	border-left: 3px solid #d70c19;
}
.list_top_w .title h2 {
	font-size: 22px;
	font-weight: normal;
}

/* 内页产品中心 */
.list_product_content {
	background-color: #fff;
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 30px;
}
.list_product_inside {
	background-color: #fff;
}
.list_product_inside .product_classify {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}
.list_product_inside .product_classify .classify_item {
	display: flex;
	width: 100%;
	background: #eee;
	border-top: 1px solid #e62125;
	box-sizing: border-box;
	padding: 30px 40px;
	overflow: hidden;
	align-items: center;
	column-gap: 20px;
	row-gap: 20px;
	flex-wrap: wrap;
}
.list_product_inside .product_classify .classify_item2 {
	width: 100%;
	border-top: 1px solid #1a5a9f;
	background: #fcfcfc;
	overflow: hidden;
}
.list_product_inside .product_classify .classify_item > .show {
	box-sizing: border-box;
	width: calc((100% - 20 * 5px) / 6);
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}
.list_product_inside .product_classify .classify_item2 > .show {
	font-size: 16px;
}
.list_product_inside .product_classify .classify_item > .show > a {
	display: flex;
	align-items: center;
	column-gap: 4px;
	cursor: pointer;
}
.list_product_inside .product_classify .classify_item > .show > a > .dot {
	width: 16px;
	height: 16px;
	background-color: #666;
	border-radius: 50%;
	position: relative;
}
.list_product_inside .product_classify .classify_item > .show > a > .dot::before {
	position: absolute;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.classify_item .show .classifyActive {
	color: #d70c19;
}
.classify_item .show .classifyActive > .dot {
	background-color: #d70c19 !important;
}
.list_product_item {
	padding: 30px 0;
}

.list_product_title {
	height: 120px;
	width: 100%;
	/* background: linear-gradient(to right, #474747, #aaaaaa); */
	background-color: #d70c19;
	line-height: 120px;
	padding: 0 10%;
	font-size: 36px;
	color: #fff;
	font-weight: 400;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	overflow: hidden;
	background-image: url('/img/list_product_title_bg.png');
	background-position: 0 0;
	background-size: cover;
}

.list_product_title > a {
	color: #fff;
}
.list_product_title:hover > a {
	color: #d70c19;
}
.list_product_title > img {
	height: 120px;
	width: 160px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-right: 6%;
	object-fit: contain;
	transition: all 0.3s linear;
	border-radius: 50%;
	background-color: #fff;
}
.list_product_title:hover > img {
	transform: scale(1.02);
}

.list_product_contact {
	column-gap: 2%;
	row-gap: 30px;
	padding: 30px 0 30px;
}

.list_product_contact li {
	width: calc(92% / 5);
	display: block;
	border: 1px solid transparent;
	box-sizing: border-box;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.list_product_contact li * {
	transition: 0.3s all ease-in-out;
}
.list_product_contact li .nProductImg {
	overflow: hidden;
	box-sizing: border-box;
	padding: 6px;
	width: 100%;
	aspect-ratio: 1/1;
}
.list_product_contact li .nProductImg img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
}
.list_product_contact li:hover .nProductImg img {
	transform: scale(1.03);
	transition: opacity 0.8s, transform 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}
.list_product_contact li .nProductArt {
	box-sizing: border-box;
	width: 100%;
	padding: 14px 8px;
	text-align: center;
	margin: 0 auto;
	background-color: #f7f8fa;
}
.list_product_contact li .nProductArt h3 {
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0f3246;
	transition: 0.5s;
}
.list_product_contact li:hover {
	border: 1px solid rgb(255, 0, 0, 0.15);
	box-shadow: 0 2px 8px 0 rgba(255, 0, 0, 0.15);
}
.list_product_contact li:hover .nProductArt h3 {
	color: #d70c19;
}
/* 图片列表无内页 */
.lists_images {
	column-gap: 3%;
	row-gap: 30px;
}
.lists_images li {
	width: calc((100% - 6%) / 3);
	text-align: center;
	box-sizing: border-box;
	padding: 3px;
	background-color: #ddd;
	transition: all 0.5s;
}
.lists_images_abridge {
	column-gap: 2%;
}
.lists_images_abridge > .abridge {
	width: calc((100% - 6%) / 4);
}
.lists_images_abridge > .abridge > a {
	cursor: default;
}

.lists_images > li .preview {
	width: 100%;
	overflow: hidden;
	aspect-ratio: 4/3;
}
.lists_images > li .preview > img {
	object-fit: contain;
	width: 100%;
	transition: all 0.5s;
	aspect-ratio: 4/3;
	background-color: #f5f5f5;
}
.lists_images > li .preview_title {
	width: 100%;
	overflow: hidden;
	line-height: 32px;
	font-size: 16px;
	padding: 15px 10px;
	box-sizing: border-box;
	background: #f5f5f5;
	transition: ease-in-out 0.5s all;
}
.lists_images > li:hover {
	border-width: 3px;
}
.lists_images > li:hover .preview > img {
	transform: scale(1.03);
}
.lists_images > li:hover .preview_title {
	background: #d70c19;
	color: #fff;
}

/* 图片列表有内页 */
.lists_images_quali {
	column-gap: 2%;
	row-gap: 30px;
}
.lists_images_quali li {
	width: calc((100% - 6%) / 4);
	text-align: center;
	padding: 10px 10px 0 10px;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: 3px solid #ddd;
	box-sizing: border-box;
	position: relative;
}
.lists_article_case li {
	width: calc((100% - 6%) / 3);
}
.lists_article_case li img {
	aspect-ratio: 1/1 !important;
}
.lists_images_quali li:hover {
	background: #eee;
	box-shadow: 0 1px 10px #999;
}
.lists_article_case li > a {
	position: relative;
	display: block;
}
.lists_article_case li a > i {
	position: absolute;
	left: 50%;
	color: #eee;
	font-size: 90px;
	top: 30%;
	transform: translatex(-50%);
}
.lists_images_quali li::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -3px;
	height: 3px;
	transition: all 0.5s;
	width: 0;
}
.lists_images_quali li:hover::after {
	width: 100%;
	background: #d70c19;
	transition: all 0.5s;
}

.lists_images_quali li img {
	width: 100%;
	vertical-align: middle;
	aspect-ratio: 3/4;
	object-fit: cover;
}

.lists_images_quali li .quali_tit {
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0;
	color: #555;
}
/* -----------内页内容----------end------ */
/* -----------产品内容页分割线----------start------ */

/* .list_product_banner {
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.list_product_banner img {
	width: 100%;
}
.list_product_banner p {
	position: absolute;
	color: #fff;
	font-size: 48px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
} */

.list_right_product {
	width: 900px;
	float: right;
}
#list_product_content {
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px;
	box-sizing: border-box;
	background: #fff;
}
.show_left {
	float: left;
	width: 45%;
}
.show_right {
	width: 43%;
	float: right;
}
.prodtitle h2 {
	overflow: hidden;
	font-size: 24px;
	color: #0f3246;
	line-height: 35px;
	margin-bottom: 30px;
}
.show_right .parameter {
	background-color: #f5f5f7;
	padding: 20px 5px 60px 20px;
	box-sizing: border-box;
	border-radius: 4px;
}
.show_right .parameter li {
	/* padding: 5px 0; */
	line-height: 36px;
	display: flex;
	/* padding-left: 8px; */
}
.show_right .parameter li > .name {
	color: #333;
	font-size: 14px;
	/* width: 45px; */
}
.show_right .parameter li > .name::after {
	content: ':';
	padding-left: 2px;
	padding-right: 2px;
	/* color: #333; */
}
.show_right .parameter li > .text {
	font-size: 14px;
	color: #666;
}
.show_right .parameter li > .d_contact {
	flex: 1;
	color: #666;
	line-height: 36px;
	font-size: 14px;
}
/* .show_right .parameter li > .d_contact > p {
	display: flex;
	box-sizing: border-box;
	color: #666;
	line-height: 36px;
	font-size: 14px;
	gap: 5px;
}
.show_right .parameter li > .d_contact > p::before {
	content: '\e63a';
	font-size: 14px;
	font-family: 'iconfont' !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgb(36, 180, 48);
} */

/* 产品联系客户 */
.show_right .nProductTel {
	padding: 0 5px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin-top: 35px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.show_right a.tle_box {
	font-size: 20px;
	color: #ff0000;
}
.show_right a.tle_box > .tel_name::after {
	content: ':';
	padding: 4px;
	box-sizing: border-box;
}
.show_right a.nProductZx {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.35s ease;
	width: 200px;
	border-radius: 8px;
	background-color: #d70c19;
}
.show_right a.nProductZx:hover {
	background-color: #d70c19;
	color: #fff;
}
.show_right a.nProductZx span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	/* transform: translate(11px); */
	transition: all 0.35s ease;
}
.show_right a.nProductZx:hover span {
	transform: translate(0);
}
.show_right a.nProductZx i {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 17px;
	background: url(/img/nProductZxi.png) no-repeat center;
	margin-left: 12px;
	visibility: hidden;
	filter: alpha(opacity=0);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	transition: all 0.35s ease;
}
.show_right a.nProductZx:hover i {
	color: #fff;
	visibility: initial;
	filter: alpha(opacity=100);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}
#list_info {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	background: #eee;
}
#list_info .detailed {
	display: inline-block;
	text-decoration: none;
	border: 1px solid transparent;
	padding: 10px 40px;
	font-size: 16px;
	background: #9f9f9f;
	color: #fff;
	cursor: pointer;
}
.currentDetailed {
	color: #fff;
	background: #d70c19 !important	;
}
.view_product {
	/* width: calc(100% - 330px - 30px); */
	/* width: calc(100% - 400px - 50px); */
	width: 100%;
}

.products_show_2 {
	width: 100%;
	margin-bottom: 30px;
}
.products_show_2 .information {
	display: none;
}
.view_product_contact {
	padding: 25px 15px 15px;
	font-size: 14px;
	background: #eee;
}

.view_product_correlation {
	padding: 20px;
	background: #eee;
	align-items: center;
	column-gap: 2%;
	box-sizing: border-box;
	display: flex;
}
.view_product_correlation > div {
	width: calc((100% - 6%) / 4);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-between;
	row-gap: 15px;
	cursor: pointer;
}
.view_product_correlation > div .relateImgBox {
	aspect-ratio: 4/3;
	overflow: hidden;
}

.view_product_correlation > div .relateImgBox > img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}
.view_product_correlation > div .text {
	background-color: #f9fafc;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	row-gap: 8px;
}
.view_product_correlation > div .text > p {
	line-height: 1.5;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.view_product_correlation > div .text > a {
	/* text-align: center;
	display: inline-block; */
	color: #d70c19;
}
.currentContact {
	display: block !important;
}
.products_show_2 #next {
	font-size: 14px;
	padding: 20px 0;
	color: #969696;
	border: none;
}
.recommend {
	width: 400px;
	background-color: red;
}
/* -----------产品内容页分割线----------end------ */

.clear {
	clear: both;
}
.w1200 {
	width: 1200px;
	max-width: 95%;
	margin: auto;
}

/* 内页新闻横向排列 */
.list_news {
	padding: 30px 20px;
	box-sizing: border-box;
}
.list_news .list_news_title {
	display: flex;
	box-sizing: border-box;
	margin-top: 20px;
	margin-bottom: 40px;
	column-gap: 60px;
	border-bottom: 1px solid #e8e8e8;
}
.list_news .list_news_title > a {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
	font-size: 16px;
	position: relative;
}
.list_news .list_news_title > a::after {
	position: absolute;
	z-index: 99;
	content: '';
	background-color: #d70c19;
	height: 2px;
	width: 0%;
	bottom: 0;
	transition: all 0.3s;
}
.list_news .list_news_title > a:hover {
	color: #d70c19;
}
.list_news .list_news_title > a:hover::after {
	width: 100%;
}
.newsActive {
	color: #d70c19;
}
.newsActive::after {
	width: 100% !important;
}

.list_news .middle {
	display: flex;
	column-gap: 2%;
	flex-wrap: wrap;
	row-gap: 40px;
}

.list_news .middle > li {
	width: calc((100% - 6%) / 4);
	box-sizing: border-box;
	transition: all 0.36s ease;
	background-color: #f3f7fa;
	border: 1px solid #eee;
}
.list_news .middle li > .news_item {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.list_news .middle li > .news_item::after {
	content: '';
	width: 0%;
	height: 3px;
	background-color: transparent;
	transition: all 0.3s;
}
.list_news .middle li > .news_item .thumbnailImg {
	overflow: hidden;
	aspect-ratio: 4/3;
}
.list_news .middle li > .news_item .thumbnailImg > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.list_news .middle li > .news_item .content {
	box-sizing: border-box;
	padding: 30px 30px 20px 30px;
	display: flex;
	aspect-ratio: 2/1;
	flex-direction: column;
	justify-content: space-between;
}
.list_news .middle li > .news_item .content > h3 {
	font-size: 20px;
	color: #333;
	font-weight: 500;
}
.list_news .middle li > .news_item .time {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_news .middle li > .news_item .time > span {
	font-size: 14px;
	color: #666;
}
.list_news .middle li > .news_item .time > i {
	color: #d70c19;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #eee;
}
.list_news .middle li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.list_news .middle li:hover .thumbnailImg > img {
	transform: scale(1.03);
}
.list_news .middle li:hover > .news_item .time > i {
	color: #fff;
	background-color: #d70c19;
}
.list_news .middle li:hover > .news_item .content h3 {
	color: #d70c19;
}
.list_news .middle li:hover > .news_item::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #d70c19;
}
/* 新闻列表 纵向*/

.news_vertical_title {
	background-color: #eff3fc;
}
.news_vertical_title > div {
	width: 100%;
	height: 60px;
	line-height: 60px;
	column-gap: 12px;
}

.news_vertical_title > div > a {
	font-size: 16px;
	color: #333;
	border-bottom: 2px transparent solid;
	box-sizing: border-box;
}
.news_vertical_title > div > a:hover,
.news_vertical_active {
	color: #ff0000 !important;
	border-bottom: 2px #ff0000 solid !important;
}

.news_vertical_list {
	width: 100%;
}
.news_vertical_list li {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 20px;
	transition: all 0.36s ease;
	height: 230px;
}
.news_vertical_list li > a {
	gap: 15px;
}
.news_vertical_list li > a .textLabel {
	overflow: hidden;
}
.news_vertical_list li > a .textLabel > h3 {
	font-size: 24px;
}
.news_vertical_list li > a .textLabel > span {
	font-size: 18px;
	color: #999;
}
.news_vertical_list li > a .textLabel > p {
	line-height: 32px;
	color: #666;
	-webkit-line-clamp: 3;
}
.news_vertical_list li > a .textLabel > .tabs {
	column-gap: 20px;
}
.news_vertical_list li > a .textLabel > .tabs > span {
	color: #999;
	font-size: 14px;
}
.news_vertical_list li > a .textLabel > .tabs > span::before {
	padding-right: 4px;
}
.news_vertical_list li > a > img {
	height: 180px;
	aspect-ratio: 4/3;
	object-fit: contain;
	transition: 0.3s;
}
.news_vertical_list li > a > span {
	font-size: 24px;
	color: #888;
}
.news_vertical_list li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	padding-left: 60px;
}
.news_vertical_list li:hover > a .textLabel h3 {
	color: #e6212a;
}
/* 解决方案 */
.solution_list_inner {
	column-gap: 2%;
	row-gap: 30px;
	padding-top: 50px;
	padding-bottom: 100px;
	box-sizing: border-box;
	background-color: #f5f5f5;
}
.solution_list_inner .item {
	width: calc((100% - 4%) / 3);
	transition: all 0.5s;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.solution_list_inner .item > .thumbnail {
	aspect-ratio: 4/3;
	position: relative;
}
.solution_list_inner .item > .thumbnail > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.solution_list_inner .item > .thumbnail > p {
	padding: 10% 30% 10% 10%;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	box-sizing: border-box;
	left: 0;
	top: 0;
	font-size: 26px;
	color: #fff;
	line-height: 2;
	background-color: rgb(0, 0, 0, 0.2);
}
.solution_list_inner .item .brief {
	padding: 2% 5%;
}
.solution_list_inner .item .brief > p {
	line-height: 40px;
	font-size: 16px;
	color: #333;
	display: flex;
	justify-content: space-between;
}
.solution_list_inner .item .brief > p::after {
	content: '\e61a';
	font-family: 'iconfont' !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
}
.solution_list_inner .item .brief > p:hover {
	color: #d70c19;
}
.solution_list_inner .item:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

.solution_list_item {
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	background-color: #f6f6f6;
}
.solution_list_item .upper {
	column-gap: 50px;
	background-color: #fff;
}
.solution_list_item .upper .upperBox {
	width: calc(100% - 30px - 24px - 24px);
	overflow: hidden;
	position: relative;
	height: 45px;
}
.solution_list_item .upper .upperBox .so_pagination {
	display: flex;
	width: 100%;
	position: absolute;
}
.solution_list_item .upper .upperBox .so_pagination > span {
	width: calc(100% / 4);
	height: 100%;
	line-height: 45px;
	text-align: center;
	height: 45px;
	border-radius: 0;
	background-color: #fff;
	color: #333;
	opacity: 1;
	flex-shrink: 0;
	flex-wrap: nowrap;
}
.solution_list_item .upper .upperBox .so_pagination .swiper-pagination-bullet-active {
	background-color: #d70c19;
	color: #fff;
}
.solution_list_item .upper .button {
	display: flex;
	column-gap: 30px;
	padding: 0 20px;
	align-items: center;
}
.solution_list_item .upper .button .solution_prev,
.solution_list_item .upper .button .solution_next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-color: transparent;
	color: #d2d2d2;
	border-radius: 4px;
	border: 1px solid #d2d2d2;
	opacity: 0.8;
	box-sizing: border-box;
	background-image: none;
	cursor: pointer;
}
.solution_list_item .upper .button .swiper-button-disabled,
.solution_list_item .upper .button .swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.6;
}

.solution_list_item .upper .button .solution_prev > i,
.solution_list_item .upper .button .solution_next > i {
	font-size: 12px;
}
.solution_list_item .upper .button .solution_prev:hover,
.solution_list_item .upper .button .solution_next:hover {
	background-color: #d70c19;
	opacity: 1;
	color: #fff;
	border: 1px solid transparent;
}
.solution_list_item .gallery-top {
	margin-top: 30px;
	width: 100%;
}
.solution_list_item .gallery-top .content {
	padding: 60px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
}
.solution_list_item .gallery-top .content .take {
	column-gap: 5%;
	padding-bottom: 44px;
	border-bottom: 1px solid #ebebeb;
}
.solution_list_item .gallery-top .content .take > img {
	width: 30%;
	aspect-ratio: 4/3;
	object-fit: contain;
}
.solution_list_item .gallery-top .content .take .content_titleBox > h3 {
	margin: 12px 0 30px 0;
	font-size: 24px;
	font-weight: 600;
	color: #000;
}
.solution_list_item .gallery-top .content .take .content_titleBox > p {
	font-size: 18px;
	color: #333;
	line-height: 28px;
}
.solution_list_item .gallery-top .content .relate {
	line-height: 5;
}
.solution_list_item .gallery-top .content .intro {
	padding: 10px;
	background: #eee;
	display: flex;
	align-items: center;
	column-gap: 2%;
}
.solution_list_item .gallery-top .content .intro > div {
	width: calc((100% - 6%) / 4);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	justify-content: space-between;
	row-gap: 15px;
	cursor: pointer;
}
.solution_list_item .gallery-top .content .intro > div .relateImgBox {
	aspect-ratio: 4/3;
	overflow: hidden;
}

.solution_list_item .gallery-top .content .intro > div .relateImgBox > img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}
.solution_list_item .gallery-top .content .intro > div .text {
	background-color: #f9fafc;
	padding: 10px;
	box-sizing: border-box;
}
.solution_list_item .gallery-top .content .intro > div .text > p {
	line-height: 1.5;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-wrap: break-word;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.solution_list_item .gallery-top .content .intro > div .text > a {
	/* text-align: center;
	display: inline-block; */
	color: #d70c19;
}

/* -----start 常见问题---- */
.list_news .lists_article_plan > li {
	height: auto;
	border-bottom: 1px dashed #aaa;
	padding: 10px 0px;
}
.list_news .lists_article_plan > li > a {
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0;
}
.list_news .lists_article_plan > li > a > h3 {
	width: 80%;
	padding-bottom: 0;
}
.list_news .lists_article_plan > li > a > span {
	width: 20%;
	text-align: right;
}
.list_news .lists_article_plan > li > a > p {
	padding-top: 8px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	word-wrap: break-word;
}
/* -----end 常见问题--- */
/* .list_news li .main_newsimg {
	width: 24.4%;
	height: 100%;
	overflow: hidden;
}
.list_news li .main_newsimg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
.list_news li:hover .main_newsimg img {
	transform: scale(1.1);
}
.list_news li .main_news_right {
	width: 75.6%;
	height: 100%;
	background-color: #f9f9f9;
	padding: 0 54px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-sizing: border-box;
}
.list_news li .main_news_title {
	width: 570px;
}
.list_news li .main_news_title h2 {
	color: #666;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.3s;
}
.list_news li:hover .main_news_title h2 {
	color: #d70c19 ;
}
.list_news li .main_news_title p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 30px;
}
.list_news li .main_news_title .main_news_gengduo {
	width: 85px;
	height: 27px;
	border: 1px solid #e5e5e5;
	padding: 0 9px;
	color: #b2b2b2;
	font-size: 14px;
	font-family: futura;
	text-transform: uppercase;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	box-sizing: border-box;
	transition: 0.3s;
}
.list_news li:hover .main_news_title .main_news_gengduo {
	border-color: #d70c19 ;
	color: #d70c19 ;
}
.list_news li .main_news_title .main_news_gengduo i {
	font-size: 14px;
}
.list_news li .main_news_date {
	text-align: center;
}
.list_news li .main_news_date h2 {
	color: rgba(32, 32, 32, 0.5);
	font-size: 36px;
	font-weight: normal;
}
.list_news li .main_news_date p {
	color: #b2b2b2;
	font-size: 14px;
} */

/* 新闻内容 */
.list_box_news {
	padding: 15px 0 30px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.list_left_news {
	width: 70%;
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
}
.list_center_news {
	width: 100%;
	border: none;
	padding-top: 0;
}
.list_center_news .title {
	color: #333;
	font-size: 28px;
	height: auto;
	text-align: center;
	font-weight: bold;
}
.list_center_news .date {
	margin-top: 20px;
	text-align: center;
}
.list_center_news .date span {
	color: #666;
	font-size: 14px;
	margin: 0 15px;
}
.list_left_news .nNewsfanhui {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.list_left_news .nNewsfanhui img {
	background-color: #fff;
}
.list_right_news {
	width: 25%;
}
.list_contact_title {
	padding: 30px 0;
	border-bottom: 2px solid #ebebeb;
	/* border-top: 2px solid #ebebeb; */
}
.list_left_news .title h2 {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 25px;
}
.list_left_news .date span {
	color: #888;
	font-size: 14px;
	margin-right: 30px;
	display: inline-block;
}
.list_left_news .newContent {
	padding-top: 10px;
	margin-top: 20px;
	line-height: 28px;
	color: #333;
	font-size: 15px;
}
.list_left_news .newContent li {
	list-style: inherit !important;
}
.list_left_news .newContent p {
	margin-bottom: 10px;
}
.list_left_news .newContent img {
	max-width: 100%;
}
.list_left_news #next {
	margin-top: 20px;
	border-top: 2px solid #ebebeb;
	line-height: 70px;
}
.list_left_news #next .fl {
	float: left;
	width: 50%;
	padding-left: 50px;
	padding-right: 30px;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
}
.list_left_news #next .fr {
	float: right;
	text-align: right;
	width: 50%;
	padding-left: 30px;
	padding-right: 50px;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
}
.list_left_news #next .fl > i,
.list_left_news #next .fr > i {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	padding: 0 5px;
}
/* 新闻右侧 */
.nNewswenzhan_til {
	margin-bottom: 15px;
}
.nNewswenzhan_til .tilen {
	color: rgba(192, 192, 192, 0.2);
	font-size: 36px;
	text-transform: uppercase;
}
.nNewswenzhan_til h2 {
	margin-top: -20px;
	color: #666;
	font-size: 20px;
}
.nNewswenzhan_con {
	width: 100%;
}
.nNewswenzhan_con a {
	display: block;
	width: 100%;
	padding: 20px 0 25px;
	border-bottom: 2px solid #eee;
	transition: 0.3s;
}
.nNewswenzhan_con a:hover {
	border-color: #d70c19;
}
.nNewswenzhan_con a p {
	color: #b2b2b2;
	font-size: 15px;
	margin-bottom: 8px;
}
.nNewswenzhan_con a h2 {
	color: #606060;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	transition: 0.3s;
}
.nNewswenzhan_con a:hover h2 {
	color: #d70c19;
}

/* 搜索 */
.SearchmainC {
	background: #f7f7f7;
}
.nSearchTitle {
	padding: 20px 0;
	line-height: 48px;
	font-size: 24px;
	color: #595959;
	text-align: center;
}
.nSearchArt li {
	margin-bottom: 20px;
	background-color: #fff;
	transition: 0.3s;
	position: relative;
	border-radius: 4px;
}
.nSearchArt li:hover {
	background: #d70c19;
	color: #fff;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.nSearchArt li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 25px 30px 25px 50px;
	color: #333;
	transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
}
.nSearchArt li:hover a {
	color: #fff;
}
.nSearchArt li span {
	color: #888888;
	position: absolute;
	right: 30px;
	top: 28px;
}

/*图片放大镜样式*/
.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}
.jqzoom img {
	width: 100%;
	max-width: 100%;
	border: solid 1px #d6d6d6;
	aspect-ratio: 7/5;
	object-fit: contain;
}
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 300px;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #fff /*url(zoom.png) 50% center no-repeat*/;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/*图片小图预览列表*/
.spec-preview {
	width: 100%;
}
.spec-preview:after {
	content: '';
	display: block;
	clear: both;
}
.spec-scroll {
	clear: both;
	margin-top: 5px;
}
.spec-scroll .prev,
.spec-scroll .next {
	border: 1px solid #d6d6d6;
	display: block;
	text-align: center;
	width: 30px;
	height: 118px;
	line-height: 118px;
	cursor: pointer;
	text-decoration: none;
	box-sizing: border-box;
}
.spec-scroll .prev {
	float: left;
	background: url(/img/n_left_i2.png) no-repeat center #fff;
}
.spec-scroll .next {
	float: right;
	background: url(/img/n_right_i2.png) no-repeat center #fff;
}
.spec-scroll .prev:hover {
	background: url(/img/n_left_i1.png) no-repeat center #fff;
}
.spec-scroll .next:hover {
	background: url(/img/n_right_i1.png) no-repeat center #fff;
}
.spec-scroll .items {
	float: left;
	position: relative;
	width: calc(100% - 30px - 30px);
	height: 118px;
	overflow: hidden;
}
.spec-scroll .items ul {
	position: absolute;
	width: 9999px;
	height: 118px;
}
.spec-scroll .items ul li {
	float: left;
	width: 118px;
	text-align: center;
	margin-right: 10px;
}
.spec-scroll .items ul li img {
	border: 1px solid #d6d6d6;
	width: 118px;
	height: 118px;
	cursor: pointer;
	box-sizing: border-box;
	object-fit: contain;
}
.spec-scroll .items ul li img:hover {
	border-color: #d70c19;
}
.spec-scroll .items ul li img.hover {
	border-color: #d70c19;
}
