﻿@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;
	gap: 2%;
	background-color: #f9f9f9;
}
.contact .contentText {
	width: 60%;
	padding: 0 20px;
	box-sizing: border-box;
}
.contact .contentText > p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px !important;
}

/* -----------联系我们分割线----------end------ */
/* -----------在线订单分割线----------start------ */
.message {
	background-color: #f9f9f9;
	width: 55%;
}
.guestbook {
	width: 100%;
	padding-block: 50px;
}
.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 > 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;
}
.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: #0078fe;
}
.message ul > li > .submit {
	flex: inherit;
	width: 40% !important;
	cursor: pointer;
	/* margin: 0 auto; */
	color: #fff;
	background-color: #0078fe;
	transition: font-size 0.5s;
	border-radius: 4px;
}
.message ul > li > .submit:hover {
	font-size: 18px;
}
/* -----------在线订单分割线----------end------ */
/* -----------公司简介分割线----------start------ */
.nAbout {
	padding: 20px 0;
}
/* -----------公司简介分割线----------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 #0078fe;
}
.list_top_w .title h2 {
	font-size: 22px;
	font-weight: normal;
}

/* 内页产品中心 */
.list_product_contact {
	overflow: hidden;
	gap: 2%;
}
.list_product_contact li {
	width: calc(96% / 3);
	margin-bottom: 45px;
	display: block;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
}
.list_product_contact li * {
	transition: 0.3s all ease-in-out;
}
.list_product_contact li .nProductImg {
	overflow: hidden;
	box-sizing: border-box;
	padding: 6px;
	border: 1px solid #ebebeb;
	width: 100%;
	aspect-ratio: 4/3;
}
.list_product_contact li .nProductImg img {
	width: 100%;
	aspect-ratio: 4/3;
	display: block;
	/* height: 320px; */
	object-fit: contain;
}
.list_product_contact li:hover .nProductImg img {
	transform: scale(1.05);
	transition: opacity 0.8s, transform 0.3s cubic-bezier(0, 0, 0.44, 1.18);
}
.list_product_contact li .nProductArt {
	width: 100%;
	padding: 14px 0;
	text-align: center;
	margin: 0 auto;
}
.list_product_contact li .nProductArt h2 {
	line-height: 24px;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #0f3246;
	transition: 0.5s;
}
.list_product_contact li:hover .nProductArt h2 {
	color: #0078fe;
}

/* 图片列表无内页 */
.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: #0078fe;
	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: #0078fe;
	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_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: 52%;
}
.show_right {
	width: 43%;
	float: right;
}
.prodtitle h2 {
	overflow: hidden;
	font-size: 24px;
	color: #0f3246;
	line-height: 35px;
	margin-bottom: 30px;
}
.show_right ul {
	background-color: #f5f5f7;
	padding: 20px 5px 60px 20px;
	box-sizing: border-box;
	border-radius: 4%;
	position: relative;
}
.show_right li {
	line-height: 35px;
	overflow: hidden;
	display: block;
	/* padding-left: 8px; */
}
.show_right .d_contact {
	overflow-y: hidden;
	line-height: 33px;
	font-size: 18px;
	color: #666;
	margin-top: 5px;
	transition: all 0.5s;
}

/* 产品联系客户 */
.show_right .nProductTel {
	padding: 0 5px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	position: relative;
	margin-top: 35px;
}
.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;
	margin: 0 auto;
	border-radius: 8px;
	background-color: #0078fe;
}
.show_right a.nProductZx:hover {
	background-color: #0078fe;
	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 #dee2e6;
	position: relative;
}
#list_info .detailed {
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	line-height: 50px;
	color: #0f3246;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
}
#list_info .detailed::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #0078fe;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	transition: all 0.3s linear;
}
#list_info .detailed:hover::after {
	width: 100%;
	left: 0;
	right: initial;
	transition: all 0.3s linear;
}
.view_product {
	/* width: calc(100% - 330px - 30px); */
	width: 100%;
}

.products_show_2 {
	width: 100%;
	margin-bottom: 30px;
}
.products_show_2 .contact {
	font-size: 16px;
	color: #0f3246;
	line-height: 30px;
	min-height: 191px;
	/* background-color: #f5f5f5; */
	padding: 20px;
}
.products_show_2 #next {
	font-size: 14px;
	padding: 20px 0;
	color: #969696;
	border: none;
}
/* -----------产品内容页分割线----------end------ */

.clear {
	clear: both;
}
.w1200 {
	width: 1200px;
	max-width: 95%;
	margin: auto;
}

/* 内页新闻 */
.list_news {
	width: calc(100% - 330px - 4%);
}
.list_news li {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 20px;
	transition: all 0.36s ease;
	height: 230px;
}
.list_news li > a {
	gap: 10px;
}
.list_news li > a h3 {
	font-size: 24px;
	/* font-weight: normal; */
	padding-bottom: 10px;
}
.list_news li > a span {
	font-size: 18px;
	color: #999;
}
.list_news li > a p {
	padding-top: 16px;
	line-height: 32px;
	color: #666;
}
.list_news li > a img {
	height: 180px;
	aspect-ratio: 4/3;
	object-fit: cover;
	transition: 0.3s;
}
.list_news li:hover {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.list_news li:hover > a h3 {
	color: #0078fe;
}
/* .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: #0078fe ;
}
.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: #0078fe ;
	color: #0078fe ;
}
.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: #0078fe;
}
.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: #0078fe;
}

/* 搜索 */
.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: #0078fe;
	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: 4/3;
	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: #0078fe;
}
.spec-scroll .items ul li img.hover {
	border-color: #0078fe;
}
/* 分享 */
.share {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
	padding-bottom: 20px;
}
.share > p {
	font-weight: 700;
}
.iconBox {
	gap: 5px;
	display: flex;
}
.iconBox > a::before {
	content: none !important;
}
.iconBox > a:hover {
	background-color: transparent;
}
.iconBox > a > i {
	font-weight: normal;
	font-size: 32px;
	background-color: #fff;
	border-radius: 50%;
	font-family: 'iconfont' !important;
}
.iconBox > a > i.icon-weibo::before {
	content: '\e73c' !important;
}
.iconBox > a > i.icon-QQ {
	color: #2cadee;
}
.iconBox > a > i.icon-qqzone {
	color: #eecf3d;
}
.iconBox > a > i.icon-weixin {
	color: #3eb135;
}
.iconBox > a > i.icon-weibo {
	color: #df2728;
}
.social-share .icon-wechat .wechat-qrcode {
	top: 50px !important;
}
