﻿@charset "utf-8";
@import url('iconfont/iconfont.css');
@import url('font/fonts.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;
	color: #717171;
}
div,
ul,
li,
p,
form,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
table,
tr,
contacttd {
	margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-family: 'GenSenRoundedM';
}
ul,
li {
	list-style-type: none;
	padding: 0;
}
em {
	font-style: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #717171;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: middle;
}
/* -----------联系我们分割线----------start------ */
.contact {
	padding: 80px 0;
	background-color: #fff;
}
.contact .contact-list {
	display: flex;
	column-gap: 2%;
}
.contact .contact-list > div {
	width: calc((100% - 8%) / 4);
	padding: 0 20px;
	box-sizing: border-box;
}
.contact .contact-list > .literal {
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 12px;
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 50px 20px;
}
.contact .contact-list > .literal > i,
.contact .contact-list > .literal > em {
	width: 100px;
	height: 100px;
	border: dashed 1px #717171;
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 40px;
	font-family: 'GenSenRoundedM';
}
.contact .contact-list > .literal > h4 {
	font-size: 20px;
}

.contact .contact-list > .literal h5 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 8px;
}
.contact .contact-list > .literal p {
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}
.contact .contact-list > .literal a {
	color: #0054ff;
	font-size: 14px;
}
.contact .contact-list > .literal img {
	width: 240px;
	height: 240px;
	object-fit: contain;
}
/* .contact .contact-list img {
	aspect-ratio: 4/3;
	object-fit: cover;
	width: 100%;
}

.contact .contact-list > div > .literal > h5 {
	font-size: 18px;
	font-weight: normal;
	font-family: 'GenSenRoundedM';
}
.contact .contact-list > div > .literal > p {
	margin-top: 20px;
	font-size: 16px;
}

.contact .contentText {
	width: 50%;
	margin-top: 30px;
} */
/* -----------联系我们分割线----------end------ */
/* -----------视频宣传分割线----------end------ */
.videoMask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s all ease-in-out;
}
.videoMask::before {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 60px;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, 0.02);
}
.videoMask > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.horizontal_title {
	column-gap: 60px;
	padding-bottom: 50px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.horizontal_title > a {
	font-size: 18px;
	color: #717171;
	border-bottom: 2px transparent solid;
	box-sizing: border-box;
	padding: 20px 0 12px;
	font-family: 'GenSenRoundedL';
	transition: 0.3s;
}
.horizontal_title > a:hover,
.activeTitle {
	color: #333 !important;
	font-family: 'GenSenRoundedM' !important;
	border-bottom: 2px #025689 solid !important;
}
.lists_video {
	background-color: #fff;
}
.lists_video > li > .videoBox {
	aspect-ratio: 4/3;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.lists_video > li > .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.videoText {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.videoText > h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.videoText > .time {
	padding-top: 12px;
	font-size: 12px;
	color: #717171;
}
/* 视频宣传内页*/
.view_video {
	padding: 0 20px;
	position: relative;
	box-sizing: border-box;
}
.view_video .video_title {
	color: #333;
	font-size: 28px;
	height: auto;
	text-align: center;
	font-weight: normal;
	font-family: 'GenSenRoundedM';
}
.view_video .date {
	text-align: center;
	font-size: 14px;
	margin: 20px 15px 0;
	color: #666;
}

.view_video .videoContent {
	width: 960px;
	height: 540px;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}
.view_video .videoContent > video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* -----------视频宣传分割线----------start------ */
/* -----------新闻中心分割线----------start------ */

.lists_article {
	width: 100%;
}
.lists_article li {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 20px;
	transition: all 0.36s ease;
	height: 230px;
}
.lists_article li > a {
	gap: 15px;
}
.lists_article li > a .textLabel {
	overflow: hidden;
}
.lists_article li > a .textLabel > h3 {
	font-size: 24px;
	color: #333;
}
.lists_article li > a .textLabel > span {
	font-size: 18px;
	color: #999;
}
.lists_article li > a .textLabel > p {
	line-height: 32px;
	color: #717171;
	-webkit-line-clamp: 3;
}
.lists_article li > a .textLabel > .tabs {
	column-gap: 20px;
}
.lists_article li > a .textLabel > .tabs > span {
	color: #999;
	font-size: 14px;
}
.lists_article li > a .textLabel > .tabs > span::before {
	padding-right: 4px;
}
.lists_article li > a > img {
	height: 180px;
	aspect-ratio: 4/3;
	object-fit: contain;
	transition: 0.3s;
}
.lists_article li > a > span {
	font-size: 24px;
	color: #888;
}
.lists_article li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.lists_article li:hover > a .textLabel h3 {
	color: #025689;
}
/* 新闻内页 */
.view_article {
	padding: 0 20px;
	box-sizing: border-box;
}
.view_article_title {
	width: 100%;
	border: none;
	padding-top: 0;
}
.view_article_title > h3 {
	color: #333;
	font-size: 28px;
	height: auto;
	text-align: center;
	font-weight: normal;
	font-family: 'GenSenRoundedM';
}
.view_article_title .date {
	margin-top: 20px;
	text-align: center;
}
.view_article_title .date span {
	color: #666;
	font-size: 14px;
	margin: 0 15px;
}

.view_article_contact {
	border-top: 2px solid #ebebeb;
	border-bottom: 2px solid #ebebeb;
	margin: 20px 0;
	padding: 20px 0;
	display: flex;
	column-gap: 100px;
	justify-content: space-between;
}
.left_content {
	width: calc(100% - 20% - 100px);
}
.right_list {
	width: calc(100% - 80%);
	padding: 0 10px;
	box-sizing: border-box;
}

.right_list_title {
	margin-bottom: 15px;
}
.right_list_title .tilen {
	color: rgba(192, 192, 192, 0.2);
	font-size: 42px;
	text-transform: uppercase;
	font-family: 'GenSenRoundedM';
}
.right_list_title h2 {
	margin-top: -20px;
	color: #717171;
	font-size: 28px;
	font-family: 'GenSenRoundedM';
	font-weight: normal;
}
.right_list_list {
	width: 100%;
}
.right_list_list > a {
	display: block;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #eee;
}
.right_list_list > a p {
	color: #b2b2b2;
	font-size: 14px;
	margin-bottom: 8px;
}
.right_list_list > a h3 {
	color: #717171;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.right_list_list > a::after {
	position: absolute;
	display: block;
	content: '';
	height: 1px;
	width: 0%;
	background-color: #eee;
	bottom: 0;
	left: 0;
	transition: 0.3s width ease-in-out;
}
.right_list_list > a:hover {
	border-bottom-color: transparent;
}
.right_list_list > a:hover::after {
	width: 100%;
	background-color: #025689;
}
.right_list_list > a:hover h3 {
	color: #025689;
}
/* -----------新闻中心分割线----------start------ */
/* -----------单页面分割线----------start------ */
.single {
	column-gap: 100px;
}
.single_left {
	width: 14%;
}
.single_left > li a {
	height: 60px;
	display: flex;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	font-size: 16px;
	color: #717171;
	column-gap: 8px;
	font-family: 'GenSenRoundedM';
	transition: 0.1s all ease-in-out;
}
.single_left > li > ul {
	padding-left: 20px;
}
.single_left > li > ul > li {
	display: flex;
	align-items: center;
}
.single_left > li > ul > li::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #717171;
	transition: 0.1s all ease-in-out;
}
.single_left > li a::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #717171;
	transition: 0.1s all ease-in-out;
}

.single_left > li > ul > li:hover::before {
	background-color: #025689;
}
.single_left > li a:hover {
	color: #025689;
	font-size: 17px;
}
.single_left > li a:hover::before {
	transform: scale(1.5);
	background-color: #025689;
}
.cur_single::before {
	background-color: #025689 !important;
}
.cur_single > a {
	font-size: 17px !important;
	color: #025689 !important;
}
.cur_single > a::before {
	transform: scale(1.5);
	background-color: #025689 !important;
}
.single_right {
	width: calc((100% - 14% - 100px));
	min-height: 400px;
}
.single_right .single_right_title {
	font-size: 36px;
	color: #333;
}
.single_right .single_right_title > h3 {
	border-bottom: 1px solid #717171;
	padding-bottom: 8px;
	margin-bottom: 8px;
	box-sizing: border-box;
}
.single_right .about-container {
	width: 100%;
}
.single_right .about_pagination {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
	box-sizing: border-box;
	row-gap: 12px;
}

.single_right .about_pagination .swiper-pagination-bullet-active {
	background-color: #025689 !important;
}
.single_right .slideBox {
	font-size: 16px;
}
.single_right .slideBox .listBox {
	margin-top: 20px;
}
.single_right .slideBox .listBox > li {
	background: #fff;
	border: 1px solid #d6d6d6;
	border-bottom: 3px solid #ddd;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	padding: 10px 10px 0 10px;
	cursor: pointer;
}
.single_right .slideBox .listBox > li > img {
	width: 100%;
}

.single_right .slideBox .listBox > li:hover {
	box-shadow: 0 1px 10px #999;
}
.single_right .slideBox .listBox > li::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -3px;
	height: 3px;
	transition: all 0.5s;
	width: 0;
}
.single_right .slideBox .listBox > li:hover::after {
	width: 100%;
	background: #025689;
	transition: all 0.5s;
}

.single_right .slideBox .listBox > li img {
	width: 100%;
	vertical-align: middle;
	object-fit: cover;
}

.single_right .slideBox .listBox > li .imgThirds {
	aspect-ratio: 3/4;
}

.single_right .slideBox .listBox > li .imgQuarters {
	aspect-ratio: 1/1;
}
.single_right .slideBox .listBox > li .quali_tit {
	font-size: 16px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 0;
	color: #555;
}

/* 单页面列表 */
.single_list {
	padding-top: 50px;
	padding-bottom: 50px;
	column-gap: 80px;
	row-gap: 80px;
	background-color: #fbfbfb;
}
.single_list .single_item {
	width: calc((100% - 80px) / 2);
	-webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	overflow: hidden;
}
.single_list .single_item .single_preview {
	aspect-ratio: 4/3;
	overflow: hidden;
}
.single_list .single_item .single_preview > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s all ease-in-out;
}
.single_list .single_item .single_text {
	aspect-ratio: 4/1;
	background-color: #fff;
	padding: 20px 80px;
	box-sizing: border-box;
	row-gap: 12px;
}
.single_list .single_item .single_text > h3 {
	font-size: 24px;
	color: #333;
}
.single_list .single_item .single_text > p {
	line-height: 2;
	text-align: center;
	color: #666;
}
.single_list .single_item .single_text > span {
	color: #999;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
}
.single_list .single_item .single_text > span::after {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	background-color: #025689;
	border-radius: 50%;
	transition: 0.3s all ease-in-out;
}
.single_list .single_item:hover .single_preview > img {
	transform: scale(1.02);
}
.single_list .single_item:hover .single_text > span::after {
	transform: scale(2);
}

/* -----------单页面分割线----------end------ */

/* -----------产品中心分割线----------start------ */
/* 首页分类 */
.lists_product_index {
	row-gap: 50px;
}
.lists_product_index .title {
	font-size: 24px;
	color: #333;
	font-family: 'GenSenRoundedM';
}
.lists_product_index .title:hover {
	font-family: 'GenSenRoundedM';
	color: #333;
}
.head_classify {
	column-gap: 2%;
	row-gap: 20px;
}
.head_classify > a {
	width: calc((100% - 8%) / 5);
	box-sizing: border-box;
	border-radius: 10px;
	height: 90px;
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #eee;
	column-gap: 6px;
}
.head_classify > a .imgIcon {
	width: 68px;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #eee;
}
.head_classify > a span {
	flex: 1;
	color: #333;
}

.head_classify > a i {
	width: 60px;
	text-align: center;
	font-size: 20px;
}
.enVersion .head_classify > a i {
	width: auto;
}
.jaVersion .head_classify > a i {
	width: auto;
	font-size: 18px;
}

.head_classify > a:hover {
	opacity: 0.7;
}

.list_classify {
	column-gap: 60px;
	font-size: 16px;
	padding: 20px 0;
	box-sizing: border-box;
}
.list_classify > a:hover {
	color: #025689;
}
.activeClassify {
	color: #025689;
}
.list_product {
	row-gap: 30px;
	padding: 30px 0 30px;
}

.list_product li {
	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 li * {
	transition: 0.3s all ease-in-out;
}
.list_product li .nProductImg {
	overflow: hidden;
	box-sizing: border-box;
	padding: 6px;
	width: 100%;
	aspect-ratio: 1/1;
}
.list_product li .nProductImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.list_product li:hover .nProductImg img {
	transform: scale(1.01);
	transition: opacity 0.8s, transform 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}
.list_product li .nProductArt {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 8px;
	text-align: center;
	margin: 0 auto;
	background-color: #f7f8fa;
}
.list_product li .nProductArt h3 {
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0f3246;
	transition: 0.5s;
}
.list_product li:hover {
	border: 1px solid rgb(2, 86, 137, 0.15);
	box-shadow: 0 2px 8px 0 rgb(2, 86, 137, 0.15);
	/* color: rgb(2, 86, 137,0.15); */
}
.list_product li:hover .nProductArt h3 {
	color: #025689;
}
/* 产品内页 */
.view_product {
	width: 100%;
}
.view_product_top {
	padding-top: 20px;
	padding-bottom: 30px;
	column-gap: 7%;
	display: flex;
	/* align-items: center; */
}
.show_left {
	width: 48%;
}
/*图片放大镜样式*/
.spec-preview {
	width: 100%;
}
.jqzoom {
	border: none;
	cursor: pointer;
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 100%;
}
.jqzoom img {
	width: 100%;
	height: 100%;
	border: solid 1px #d6d6d6;
	aspect-ratio: 4/3;
	object-fit: contain;
	box-sizing: border-box;
}
.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: rgb(255, 255, 255, 0.3);
	/* opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5; */
	filter: alpha(Opacity=50);
	font-size: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333 !important;
}
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

/*图片小图预览列表*/
.spec-scroll {
	margin-top: 5px;
	display: flex;
}
.spec-scroll .prev,
.spec-scroll .next {
	border: 1px solid #d6d6d6;
	box-sizing: border-box;
	width: 30px;
	height: 120px;
	cursor: pointer;
	text-decoration: none;
	align-items: center;
	display: flex;
	justify-content: center;
	font-size: 20px;
}
.spec-scroll .prev:hover,
.spec-scroll .next:hover {
	color: #333;
}
.spec-scroll .items {
	position: relative;
	width: calc(100% - 30px - 30px);
	height: 120px;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	box-sizing: border-box;
}
.spec-scroll .items ul {
	position: absolute;
	width: auto;
	height: 120px;
	display: flex;
	/* column-gap: 30px; */
}
.spec-scroll .items ul li {
	text-align: center;
	aspect-ratio: 1/1;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	box-sizing: border-box;
}
.spec-scroll .items ul li img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	box-sizing: border-box;
	object-fit: contain;
}
.spec-scroll .items ul li img:hover {
	border-color: #025689;
}
.show_right {
	width: 45%;
}

.prodtitle {
	overflow: hidden;
	font-size: 24px;
	color: #0f3246;
	line-height: 35px;
	margin-bottom: 30px;
}
.show_right .parameter {
	background-color: #f5f5f7;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.show_right .parameter li {
	line-height: 2;
	display: flex;
	/* align-items: center; */
}
.show_right .parameter li > .name {
	color: #333;
	font-size: 16px;
	font-family: 'GenSenRoundedM';
	flex-shrink: 0;
}
.show_right .parameter li > .name::after {
	content: ':';
	padding-left: 4px;
	padding-right: 4px;
}
.show_right .parameter li > .text {
	font-size: 16px;
	color: #666;
}
.show_right .parameter li > .d_contact {
	flex: 1;
	color: #666;
	line-height: 2;
	font-size: 16px;
	min-height: 120px;
}

/* 产品联系客户 */
.show_right .nProductTel {
	padding: 0 5px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	margin-top: 35px;
}
.show_right a.nProductZx {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: 'GenSenRoundedM';
	text-transform: uppercase;
	transition: all 0.35s ease;
	width: 200px;
	margin: 0 auto;
	border-radius: 8px;
	background-color: #025689;
}
/* 产品内容 */
.view_product_bottom {
	width: 100%;
	margin-bottom: 30px;
	row-gap: 30px;
}
/* 标题 */
.information .info_title {
	text-align: left;
	background: #eee;
	margin-bottom: 20px;
	padding-bottom: 4px;
	border-bottom: #ddd 1px solid;
}
.information .detailed {
	display: inline-block;
	text-decoration: none;
	padding: 10px 40px;
	font-size: 16px;
	background: #9f9f9f;
	color: #fff;
	font-family: 'GenSenRoundedM';
	cursor: pointer;
}
.currentDetailed {
	color: #fff;
	background: #025689 !important	;
}
/* 内容 */
.info_contact {
	padding: 25px 15px 15px;
	font-size: 14px;
	background: #f5f5f5;
	min-height: 200px;
	border-radius: 4px;
}

/* -----------产品中心分割线----------end------ */

/* -----------在线订单分割线----------start------ */
.message {
	background-color: #f9f9f9;
	margin: 0 auto;
	padding-block: 50px;
}

.message ul {
	margin: 0 auto;
	width: 1200px;
	gap: 25px;
	align-items: center;
}
.message ul > li {
	text-align: center;
	width: calc((100% - 25px) / 1.5);
	font-size: 16px;
	display: flex;
	align-items: 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: 16;
	color: #666;
	box-sizing: border-box;
	border-radius: 4px;
	padding-left: 10px;
	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: #025689;
}
.message ul > li > .submit {
	flex: inherit;
	width: 40% !important;
	cursor: pointer;
	color: #fff;
	background-color: #025689;
	transition: font-size 0.5s;
	border-radius: 4px;
	margin: 0 auto;
}
.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------ */
.search_main {
	background: #f7f7f7;
}
.search_title {
	padding: 20px 0;
	line-height: 48px;
	font-size: 24px;
	color: #595959;
	text-align: center;
}
.search_product {
	row-gap: 30px;
	padding: 30px 0 30px;
}

.search_product li {
	border: 1px solid transparent;
	box-sizing: border-box;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.search_product li * {
	transition: 0.3s all ease-in-out;
}
.search_product li .nProductImg {
	overflow: hidden;
	box-sizing: border-box;
	padding: 6px;
	width: 100%;
	aspect-ratio: 1/1;
}
.search_product li .nProductImg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.search_product li:hover .nProductImg img {
	transform: scale(1.02);
	transition: opacity 0.8s, transform 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}
.search_product li .nProductArt {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 8px;
	text-align: center;
	margin: 0 auto;
	background-color: #f7f8fa;
}
.search_product li .nProductArt h3 {
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0f3246;
	transition: 0.5s;
}
.search_product li:hover {
	border: 1px solid rgb(234, 85, 32, 0.15);
	box-shadow: 0 2px 8px 0 rgb(234, 85, 32, 0.15);
}
.search_product li:hover .nProductArt h3 {
	color: #025689;
}
/* -----------搜索页分割线----------end------ */

