﻿/* ====================公共样式========================= */

/*reset Css*/
* {
	margin: 0;
	padding: 0;
}

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	/*整体背景颜色*/
	-webkit-touch-callout: none;
	/*-webkit-user-select: none;*/
	/*禁止复制*/
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	/*点击高亮效果*/
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 默认合并表格边框 */
table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

ol,
ul,
li {
	list-style: none;
}

a,
a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a {
	border: 0;
}

em,
i {
	font-style: normal;
}

/* <input>标签 */
input {
	border: none;
	appearance: none;
	-moz-appearance: none;
	outline: none;
	-webkit-appearance: none;
}

input:focus {
	outline: none;
}

/* input标签聚焦不出现默认边框 */

textarea {
	resize: none;
}

/* 禁用了文本的拖拉，尤其在谷歌下 */
select,
button,
input,
img {
	vertical-align: middle;
}

/*去除图片底部缝隙并基于中线对齐*/
img {
	width: auto;
	height: auto;
	width: auto\9;
	max-width: 100%;
	display: block;
	-ms-interpolation-mode: bicubic;
}

/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
body,
button,
input,
select,
textarea

/* for ie */
	{
	font: 14px/1 "Microsoft YaHei", "ML", Arial, "Hiragino Sans GB", "Droid Sans Fallback", "WenQuanYi Micro Hei", sans-serif;
}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

/*End reset*/

/*public Css*/

/* 重绘元素边框盒 */
* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-ms-touch-action: none;
	/* 阻止windows Phone 的默认触摸事件 */
}

/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 水平垂直居中 */
.cell_mid {
	display: table;
	height: 100%;
	width: 100%;
}

.cell_h {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/*动画--规定动画移动出去的时间*/
a {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.animation {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* 指定文字禁止复制 */
.noSelect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/* 文字限制行数 */
/* 限制一行 */
.linelimit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.linelimit-2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.linelimit-3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.linelimit-4 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

/* 引入字体 */
@font-face {
	font-family: 'MR';
	src: url('../font/Montserrat-Regular.otf'),
		url('../font/Montserrat-Regular.eot'),
		url('../font/Montserrat-Regular.eot?') format('embedded-opentype'),
		url('../font/Montserrat-Regular.woff2') format('woff2'),
		url('../font/Montserrat-Regular.woff') format('woff'),
		url('../font/Montserrat-Regular.otf') format('truetype'),
		url('../font/Montserrat-Regular.svg') format('svg');
}

@font-face {
	font-family: 'MB';
	src: url('../font/Montserrat-Bold.otf'),
		url('../font/Montserrat-Bold.eot'),
		url('../font/Montserrat-Bold.eot?') format('embedded-opentype'),
		url('../font/Montserrat-Bold.woff2') format('woff2'),
		url('../font/Montserrat-Bold.woff') format('woff'),
		url('../font/Montserrat-Bold.otf') format('truetype'),
		url('../font/Montserrat-Bold.svg') format('svg');
}

@font-face {
	font-family: 'ML';
	src: url('../font/Montserrat-Light.otf'),
		url('../font/Montserrat-Bold1.eot'),
		url('../font/Montserrat-Light.eot?') format('embedded-opentype'),
		url('../font/Montserrat-Light.woff2') format('woff2'),
		url('../font/Montserrat-Light.woff') format('woff'),
		url('../font/Montserrat-Light.otf') format('truetype'),
		url('../font/Montserrat-Light.svg') format('svg');
}

.MR {
	font-family: 'MR';
}

.MB {
	font-family: 'MB';
}

.ML {
	font-family: 'ML';
}

/*动画效果 所有属性获得过度*/
* {
	transition-property: all;
}

.com-img {
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.ttu {
	text-transform: uppercase;
}

/*字母转换为大写*/
.ofh {
	overflow: hidden;
}

.ofh img {
	width: 100%;
	transition: 1.5s cubic-bezier(.165, .84, .44, 1);
}

.ofh:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pst-rel {
	position: relative;
}

.pst-abs {
	position: absolute;
}

.w100 {
	width: 100%;
}

.col-2 {
	width: 50%;
	float: left;
}

.col-3 {
	width: 33.333333%;
	float: left;
}

.col-4 {
	width: 25%;
	float: left;
}

.col-5 {
	width: 20%;
	float: left;
}

.col-6 {
	widows: 16.6666%;
	float: left;
}

.w12 {
	width: 1200px;
	max-width: 92%;
	margin: 0 auto;
}

.w14 {
	width: 1440px;
	max-width: 92%;
	margin: 0 auto;
}

.w16 {
	width: 1600px;
	max-width: 92%;
	margin: 0 auto;
}

.w18 {
	width: 1800px;
	max-width: 92%;
	margin: 0 auto;
}

.pc {
	display: block;
}

.mb {
	display: none;
}

.mt {
	margin-top: 100px;
}

@media all and (max-width:1000px) {
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

.rect-40 {
	padding-bottom: 40%;
}

.rect-50 {
	padding-bottom: 50%;
}

.rect-55 {
	padding-bottom: 55%;
}

.rect-5625 {
	padding-bottom: 56.25%;
}

.rect-60 {
	padding-bottom: 60%;
}

.rect-65 {
	padding-bottom: 65%;
}

.rect-70 {
	padding-bottom: 70%;
}

.rect-75 {
	padding-bottom: 75%;
}

.rect-80 {
	padding-bottom: 80%;
}

.rect-90 {
	padding-bottom: 90%;
}

.rect-100 {
	padding-bottom: 100%;
}

.rect-135 {
	padding-bottom: 135%;
}

.rect-140 {
	padding-bottom: 140%;
}

.rect-150 {
	padding-bottom: 150%;
}

li *[class*="pic"] {
	overflow: hidden;
}

li *[class*="pic"]>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

li:hover *[class*="pic"]>img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.trs3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.trs5 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pd-40 {
	padding: 0.4rem 0;
}

.pd-60 {
	padding: 0.6rem 0;
}

.pd-80 {
	padding: 0.8rem 0;
}

.pd-100 {
	padding: 1rem 0;
}

.pd-120 {
	padding: 1.2rem 0;
}

.pd-140 {
	padding: 1.4rem 0;
}

.mt30 {
	margin-top: 0.3rem;
}

.mt40 {
	margin-top: 0.4rem;
}

.mt50 {
	margin-top: 0.5rem;
}

.mt60 {
	margin-top: 0.6rem;
}

.mt70 {
	margin-top: 0.7rem;
}

.mt80 {
	margin-top: 0.8rem;
}

.mt90 {
	margin-top: 0.9rem;
}

.mt100 {
	margin-top: 1rem;
}

.flex-1 {
	flex: 1;
}

/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 交叉轴的起点对齐 */
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* 交叉轴的中点对齐 */
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 交叉轴的终点对齐 */
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* 项目的第一行文字的基线对齐 */
.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* 交叉轴拉伸对齐 */
.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* 左对齐 */
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* 居中 */
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 右对齐 */
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* 换行，第一行在上方 */
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 换行，在第一行的下方 */
.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 交叉轴的起点对齐 */
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* 交叉轴的中点对齐 */
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 交叉轴的终点对齐 */
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* 项目的第一行文字的基线对齐 */
.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* 交叉轴拉伸对齐 */
.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* 左对齐 */
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* 居中 */
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 右对齐 */
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* 换行，第一行在上方 */
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 换行，在第一行的下方 */
.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

/* 头部 */
.Header-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgb(255, 255, 255);
	z-index: 99;
	line-height: 100px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* .Header-wrapper:after {content: "";position: absolute;left: 0;bottom: 0;z-index: 0;width: 100%;height: 1px;background-color: #fff;opacity: .3;transition: opacity .3s;} */
.Header-wrapper.on {
	box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
}

/* .Header-wrapper.on::after {opacity: 0;} */
#c-header.c-head-move {
	top: -100px;
}

.Header-container {}

.Header-container .logo {}

.Header-container .logo {}

.Header-container .logo a {
	display: flex;
	align-items: center;
	font-size: 0;
}

.Header-container .logo a img {
	width: auto;
	display: block;
	height: 0.7rem;
}

.Header-container .fr {
	display: flex;
	align-items: center;
	font-size: 0;
}

@media all and (min-width:1000px) {
	.Header-container .c-nav {
		display: flex;
		align-items: center;
		font-size: 18px;
		flex-wrap: wrap;
	}

	.Header-container .c-nav>li {
		position: relative;
		margin-right: 0.6rem;
	}

	.Header-container .c-nav>li .c-title-box {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	}

	.Header-container .c-nav>li .c-title-box>a {
		display: block;
	}

	.Header-container .c-nav>li.active .c-title-box,
	.Header-container .c-nav>li:hover .c-title-box {
		color: #3266cc !important;
	}

	.Header-container .c-nav>li .c-title-box i {
		margin-left: 0.06rem;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.Header-container .c-nav>li>ul {
		min-width: 240px;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: 0;
		background-color: #fff;
		z-index: 2;
		-webkit-transform: translate(-50%, 10px);
		-ms-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
		-webkit-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
		padding: 15px 20px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		-ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		transition: all .3s cubic-bezier(.645, .045, .355, 1);
		box-shadow: 0 5px 50px rgb(0 0 0 / 10%);
	}

	.Header-container .c-nav>li:hover>ul {
		pointer-events: all;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
		-webkit-transition-delay: .1s;
		-ms-transition-delay: .1s;
		transition-delay: .1s;
		opacity: 1;
	}

	.Header-container .c-nav>li>ul>li:not(:last-child) {
		border-bottom: 1px solid #efefef;
	}

	.Header-container .c-nav>li>ul>li>a {
		display: block;
		position: relative;
		font-size: 16px;
		padding: 15px 0;
		color: #58595b;
		-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
		-ms-transition: color .3s cubic-bezier(.645, .045, .355, 1);
		transition: color .3s cubic-bezier(.645, .045, .355, 1);
		line-height: initial;
		text-align: center;
		letter-spacing: 1px;
	}

	.Header-container .c-nav>li>ul>li>a:before {
		content: "";
		position: absolute;
		top: 7px;
		bottom: 7px;
		left: -20px;
		width: 4px;
		background: #3266cc;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: -webkit-transform .3s cubic-bezier(.162, .85, .45, 1);
		transition: transform .3s cubic-bezier(.162, .85, .45, 1);
	}

	.Header-container .c-nav>li>ul>li:hover>a:before {
		-ms-transform-origin: top;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.Header-container .c-nav>li>ul>li:hover>a {
		color: #3266cc;
	}

	.Header-wrapper .Header-container .c-nav>li .c-title-box {
		color: #000;
	}
}

.Header-container .tool {
	display: flex;
	align-items: center;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Header-wrapper.on .Header-container .tool {
	color: #000;
}

.Header-container .tool .search {
	height: 100px;
}

.Header-container .tool .search i {
	position: relative;
	font-size: 24px;
	padding-right: 0.18rem;
	margin-right: 0.2rem;
	cursor: pointer;
}

.Header-container .tool .search i::after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: rgb(255, 255, 255, .3);
}

.Header-wrapper .Header-container .tool .search i::after {
	background-color: rgb(0, 0, 0, .3);
}

.Header-container .tool .language {
	position: relative;
}

.Header-container .tool .language a {
	display: flex;
	align-items: center;
	color: white;
}

.Header-container .tool .language i {
	font-size: 24px;
}

.Header-container .tool .language p {
	font-size: 16px;
	margin-left: 0.08rem;
	display: flex;
	align-items: center;
}

.Header-container .tool .language p::after {
	display: inline-block;
	margin-left: 5px;
	content: "\e60a";
	font-size: 12px;
	font-family: 'iconfont';
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Header-container .tool .language.on p::after {
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.Header-container .tool .language .language_down {
	display: none;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 100%;
	width: 100%;
	height: auto;
	background: #3266cc;
	text-align: left;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

.Header-container .tool .language .language_down a {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 15px;
	color: rgba(255, 255, 255, .8);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
}

.Header-container .tool .language .language_down a:hover {
	background-color: #3F3B3A;
}

.Header-wrapper .Header-container .tool .language>a {
	color: #000;
}

/*顶部导航开关*/
#c-header .c-switch {
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

#c-header.on .c-switch i {
	background: #333;
}

body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 1000px) {
	#c-header .c-switch {
		display: block;
	}

	.Header-wrapper {
		line-height: 60px;
	}

	.Header-container .tool .search {
		height: 60px;
	}

	.Header-container .c-nav {
		height: 0;
	}

	.Header-container .tool {
		padding-right: 0.24rem;
	}

	.Header-container .tool .language p {
		margin-left: 0.12rem;
	}

	.Header-container .logo a img {
		height: 36px;
	}

	.mt {
		margin-top: 60px;
	}

	/*顶部移动端导航*/
	#c-header .c-nav {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		line-height: 50px;
		background: #fff;
		overflow-y: auto;
		transition: all 0.5s;
		text-align: left;
		overflow-x: hidden;
	}

	#c-header .c-nav>li:last-child {
		border-bottom: 1px solid #f1f1f1;
	}

	#c-header .c-nav li {
		width: 100%;
		padding: 0 4%;
		border-top: 1px solid #f1f1f1;
	}

	#c-header .c-nav li .c-title-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#c-header .c-nav li a {
		display: block;
		color: #333;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		font-size: 16px;
		min-width: calc(100% - 50px);
	}

	#c-header .c-nav li i {
		font-size: 20px;
		color: #333;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		width: 20px;
		height: 50px;
		text-align: center;
		line-height: 50px;
	}

	#c-header .c-nav li.on .c-title-box i {
		transform: rotate(180deg);
	}

	#c-header .c-nav li a:hover,
	#c-header .c-nav li.on>a {
		color: #508cc9;
	}

	#c-header .c-nav li ul {
		display: none;
	}

	.c-open #c-header .c-nav {
		height: calc(100vh - 60px);
	}
}

@media (max-width: 768px) {
	#c-header .c-nav li {
		padding: 0 4%;
	}

	#c-header .c-nav ul li {
		font-size: 16px;
		line-height: 45px;
	}
}

/* 底部 */
.Footer-wrapper {
	background-color: #000717;
}

.Footer-container {}

.Footer-container .top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0.36rem 0;
	display: inline-block;
	width: 100%;
}

.Footer-container .top .foot_logo {}

.Footer-container .top .foot_logo img {
	height: 0.52rem;
}

.Footer-container .top .foot_link {}

.media_ul {}

.media_ul li {
	margin-right: 8px;
}

.media_ul li:last-child {
	margin-right: 0;
}

.media_ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #3b5999;
	color: white;
	border-radius: 50%;
	font-size: 0;
}

.media_ul li a i {
	font-size: 0.2rem;
}

.media_ul li:nth-child(1) a {
	background-color: #1278F3;
}

.media_ul li:nth-child(2) a {
	background-color: #0A66C2;
}

.media_ul li:nth-child(3) a {
	background-color: #FB0204;
}

.media_ul li:nth-child(4) a {
	background-color: #1D9BF0;
}

.media_ul li:nth-child(5) a {
	background-color: #DA4369;
}

.media_ul li:nth-child(6) a {
	background-color: #FF0013;
}

.media_ul li:nth-child(7) a {
	background-color: #04C15F;
}

.Footer-container .mid {
	padding: 0.8rem 0;
	letter-spacing: 0.5px;
}

.Footer-container .mid ul {}

.Footer-container .mid ul li {
	float: left;
	overflow: hidden;
}

.Footer-container .mid ul li p {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	display: block;
	margin-bottom: 0.25rem;
	font-family: 'MR';
}

.Footer-container .mid ul li .foot_nav_link a {
	font-size: 14px;
	color: #bbb;
	color: rgb(255, 255, 255, .8);
	line-height: 2;
	display: block;
}

.Footer-container .mid ul li a:hover {
	text-decoration: underline;
}

.Footer-container .mid ul li.lxwm {
	max-width: 450px;
	margin-right: 0;
}

.Footer-container .mid ul li dl {}

.Footer-container .mid ul li dd {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: rgb(255, 255, 255, .8);
	margin-bottom: 16px;
	padding-left: 26px;
}

.Footer-container .mid ul li dd:last-child {
	margin-bottom: 0;
}

.Footer-container .mid ul li dd i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: rgb(255, 255, 255, .8);
}

.Footer-container .bot {
	font-size: 16px;
	line-height: 1.4;
	color: rgb(255, 255, 255, .8);
	text-align: center;
	padding: 0.3rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	letter-spacing: 0.5px;
}

.Footer-container .bot a {
	font-size: 16px;
	color: rgb(255, 255, 255, .8);
}

/* 中间+共用部分 */

/* ind_banner */
.ind_banner .swiper-pagination-bullet {
	background-color: white;
	opacity: 1;
}

.ind_banner .swiper-pagination-bullet-active {
	background-color: #3266cc;
}

/* com_page */
.com_page {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.55rem;
}

.com_page a,
.com_page span {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-size: .16rem;
	color: #333;
	/* background: #fff; */
	margin: 0 .05rem;
	transition: all .3s;
	min-width: 30px;
	min-height: 30px;
}

.com_page a.page-num-current,
.com_page a:hover {
	border-color: #3266cc;
	background: #3266cc !important;
	color: #fff;
}

.com_page a:last-child,
.com_page a:first-child {
	background-color: #eff2f7;
}

.com_page a:last-child::after,
.com_page a:first-child::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

.com_page a:first-child::after {
	content: "\f104";
}

.com_page a:last-child::after {
	content: "\f105";
}

/* md-sideBar */
.md-sideBar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0.1rem;
	z-index: 200;
	box-shadow: 0 0.8rem 1.4rem 1px hsl(0deg 0% 80% / 35%);
}

.md-sideBar .side_item {
	display: block;
	width: auto;
	position: relative;
	cursor: pointer;
	zoom: 1;
}

.md-sideBar .side_item:hover .bd {
	right: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: auto;
}

.md-sideBar .side_item .hd {
	width: 0.6rem;
	height: 0.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ececec;
	position: relative;
	z-index: 202;
	background-color: #fff;
}

.md-sideBar .side_item .hd i {
	font-size: 0.3rem;
	color: #3266cc;
}

.md-sideBar .side_item .bd {
	color: #3266cc;
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #fff;
	padding: 0 0.18rem;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	right: 0;
	width: 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 0.6rem;
	z-index: 201;
}

.md-sideBar .side_item .bd.wx {
	padding: 0.08rem;
}

.md-sideBar .side_item:hover .bd.wx {
	width: calc(100px + 0.16rem);
}

.md-sideBar .side_item .bd img {
	width: 100px;
	height: 100px;
}

/* tc_search s */
.tc_search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tc_search.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	pointer-events: auto;
}

.tc_search form {
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.tc_search input {
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}

.tc_search input::placeholder {
	color: #c1c1c1;
}

.tc_search button {
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}

.tc_search .search_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 0;
}

/* tc_search e */

/* c_more s */
.c_more {
	display: block;
	border-radius: 3px;
	width: 180px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	margin-top: 9vh;
	font-size: 0;
	transition: 0.36s;
	background-image: -moz-linear-gradient(0deg, rgb(41, 67, 159) 0%, rgb(38, 111, 204) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(41, 67, 159) 0%, rgb(38, 111, 204) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(41, 67, 159) 0%, rgb(38, 111, 204) 100%);
}

.c_more span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.c_more i.fa {
	font-size: 18px;
	margin-left: 12px;
	vertical-align: middle;
}

.c_more:hover {
	box-shadow: 3px 5px 12px 0 rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

/* c_more e */

/* i_tit s */
.i_tit {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 0.45rem;
}

.i_tit .tit {
	line-height: 1.3;
}

.i_tit .tit span {
	font-size: 16px;
	text-transform: uppercase;
}

.i_tit .tit h3 {
	font-size: 0.36rem;
	font-weight: 700;
	margin-top: 0.06rem;
}

.i_tit ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1rem;
}

.i_tit ul li {
	margin: 0 0.15rem;
}

.i_tit ul li a {
	display: block;
	font-size: 18px;
	color: #91999e;
	padding: 0.08rem 0.24rem;
	border-radius: 0.06rem;
}

.i_tit ul li.active a {
	background-color: #3266cc;
	color: white;
}

.i_tit .c_more {
	margin-top: 0;
}

/* i_tit e */

/* i_tit2 s */
.i_tit2 {
	text-align: center;
	margin-bottom: 0.5rem;
}

.i_tit2 span {
	display: block;
	font-size: 0.2rem;
	margin-bottom: 0.12rem;
	color: #47484b;
}

.i_tit2 h3 {
	font-size: 0.38rem;
	color: #3266cc;
	font-weight: 700;
}

.i_tit2 h3::after {
	content: "";
	display: block;
	width: 0.5rem;
	height: 0.02rem;
	background-color: #626262;
	margin: 0.15rem auto;
}

.i_tit2 p {
	font-size: 18px;
	color: #47484b;
	line-height: 1.4;
}

/* i_tit2 e */

/* n_ban */
.n_ban {
	position: relative;
	height: 5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.n_ban .ban_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	text-align: center;
}

.n_ban .ban_txt h3 {
	font-size: 0.48rem;
	font-weight: 700;
}

.n_ban .ban_txt p {
	font-size: 0.22rem;
	margin-top: 0.24rem;
}

/* sort_nav */
.sort_nav {
	border-bottom: 1px solid #e8e8e8;
}

.sort_nav .w16 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 90px;
}

/* sort_nav_view */
.sort_nav_view {}

.sort_nav_view ul {
	display: flex;
	align-items: center;
}

.sort_nav_view ul li {
	margin-left: 0.5rem;
}

.sort_nav_view ul li a {
	position: relative;
	font-size: 18px;
	display: block;
	line-height: 90px;
	color: #111;
}

.sort_nav_view ul li a:hover {
	color: #3266cc;
}

.sort_nav_view ul li.active a {
	color: #3266cc;
}

.sort_nav_view ul li.active a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #3266cc;
}

/* crumbs */
.crumbs {
	/* border-bottom: 1px solid #eee; */
}

.crumbs {
	padding-left: 25px;
	background: url('../image/ico_home.png') no-repeat center;
	background-position: 0 center;
	display: flex;
	align-items: center;
}

.crumbs a {
	font-size: 18px;
	color: #666;
	display: inline-flex;
	align-items: center;
}

.crumbs a:not(:last-child)::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	display: inline-block;
	margin: 0 0.08rem;
}

.crumbs a:hover {
	color: #3266cc;
}

/* bg */
.white_bg {
	background-color: white;
}

.grey_bg {
	background-color: #fafafa;
	background-color: #EFF2F7;
	/* background-color: #f7f9fa; */
}

/* com_page */
.com_page {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.55rem;
}

.com_page a,
.com_page span {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-size: .16rem;
	color: #333;
	/* background: #fff; */
	margin: 0 .05rem;
	transition: all .3s;
	min-width: 30px;
	min-height: 30px;
}

.com_page a.page-num-current,
.com_page a:hover {
	border-color: #3266cc;
	background: #3266cc !important;
	color: #fff;
}

.com_page a:last-child,
.com_page a:first-child {
	background-color: #eff2f7;
}

.com_page a:last-child::after,
.com_page a:first-child::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

.com_page a:first-child::after {
	content: "\f104";
}

.com_page a:last-child::after {
	content: "\f105";
}

/* n_tit */
.n_tit {
	color: #212121;
}

.n_tit p {
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
}

.n_tit h3 {
	position: relative;
	font-size: 0.3rem;
	line-height: 1.3;
	font-weight: 700;
	padding-bottom: 0.15rem;
	margin-bottom: 0.45rem;
}

.n_tit h3::after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background: #3266cc;
	position: absolute;
	left: 0;
	bottom: 0;
}

.n_tit.tac {
	text-align: center;
}

.n_tit.tac h3::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* morelink */
.morelink {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 10px 40px;
	background-color: #3266cc;
	border: 1px solid #3266cc;
	border-radius: 5px;
	text-transform: capitalize;
	transition: all 0.3s;
	cursor: pointer;
}

.morelink:hover {
	color: #3266cc;
}

/* btn-3 */
.btn-3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn-3:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: -5px;
	left: -5px;
	transition: all .5s;
	z-index: -1;
}

.btn-3:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: -5px;
	right: -5px;
	transition: all .5s;
	z-index: -1;
}

.btn-3:hover:before {
	border-width: 300px 0 0 300px;
}

.btn-3:hover:after {
	border-width: 0 300px 300px 0;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3266cc;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}

/* ====================首页样式========================= */

/* 关于我们 s */
.i_ab {}

.i_ab .fl {
	float: left;
	width: 40%;
	position: relative;
	z-index: 1;
}

.i_ab .fl .img {
	position: relative;
	/*padding-left: 0.3rem;*/
}

/*.i_ab .fl .img::before {*/
/*    content: '';*/
/*    height: 85%;*/
/*    width: 60%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -0.25rem;*/
/*    z-index: -1;*/
/*    background: url("../images/img_bg2.png")no-repeat top left/100% 100%;*/
/*}*/
.i_ab .fl .img img {}

.i_ab .fl .img a {
	display: block;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 78px;
	font-size: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.i_ab .fl .img a i {
	font-size: 36px;
	color: #3266cc;
}

.i_ab .fl .img a::after {
	content: '';
	width: 120%;
	height: 120%;
	border-radius: 50%;
	position: absolute;
	left: -10%;
	top: -10%;
	background: rgba(255, 255, 255, 0.2);
	z-index: -1;
}

.i_ab .fr {
	width: 54%;
	padding-right: 4%;
}

.i_ab .fr .tit {
	position: relative;
	line-height: 1.3;
	padding-bottom: 0.3rem;
	margin-bottom: 0.4rem;
}

.i_ab .fr .tit::after {
	content: '';
	width: 0.5rem;
	height: 0.02rem;
	background: #1a4b96;
	position: absolute;
	left: 0;
	bottom: 0;
}

.i_ab .fr .tit span {
	font-size: 16px;
	color: #686868;
}

.i_ab .fr .tit h3 {
	font-size: 36px;
	font-weight: 700;
	color: #212121;
	margin: 0.1rem 0;
}

.i_ab .fr .tit p {
	font-size: 24px;
	color: #5e5e5e;
}

.i_ab .fr .info {
	font-size: 16px;
	color: #929292;
	line-height: 1.875;
}

.i_ab .fr a {}

/* 关于我们 e */

/* 应用领域 s */
.i_app {
	position: relative;
}

.i_app .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-size: cover;
	transition: all .5s;
	z-index: 2;
}

/* .i_app ul{
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
} */
.i_app .con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.i_app ul li {
	position: relative;
	width: 25%;
	height: 100%;
	text-align: center;
	color: white;
	border-right: solid 1px rgba(255, 255, 255, 0.2);
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: rgba(8, 29, 57, 0.3);
}

.i_app ul li:hover {
	background: rgba(8, 29, 57, 0.5);
}

.i_app ul li a {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0 0.3rem;
	transform: translatey(-50%);
	-o-transform: translatey(-50%);
	-moz-transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}

.i_app ul li a>i {
	display: inline-block;
	font-size: 0.8rem;
	margin: 0 auto;
}

.i_app ul li p {
	margin-top: 0.35rem;
	font-size: 0.32rem;
	text-align: center;
	color: #fff;
}

.i_app ul li a span {
	display: block;
	width: 1.41rem;
	height: 0;
	margin: 0 auto 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 0.47rem;
	color: #fff;
	background: #3266cc;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.i_app ul li:hover a span {
	height: 0.47rem;
	margin: 0.8rem auto 0;
}

/* 应用领域 e */

/* 产品中心 s */
.i_pro {
	background-color: #edf3f7;
}

.i_pro .con {}

.i_pro .con .item {
	display: none;
}

.i_pro .con .item.show {
	display: block;
}

.i_pro ul {}

.i_pro ul li {}

.i_pro ul li a {}

.i_pro ul li .pic {}

.i_pro ul li .pic img {}

.i_pro ul li .info {
	margin-top: 0.2rem;
}

.i_pro ul li .info .tit {
	font-size: 18px;
	text-align: center;
	color: #848383;
	line-height: 1.5;
}

/* 产品中心 e */

/* 工厂环境 s */
.i_factory {}

.i_factory .fl {
	width: 50%;
	padding-right: 0.2rem;
}

.i_factory .fr {
	width: 50%;
}

.i_factory ul {
	height: 100%;
}

.i_factory ul li {
	height: 100%;
}

.i_factory ul li a {}

.i_factory ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i_factory .fr ul li {
	width: calc((100% - 0.2rem)/2);
	height: calc((100% - 0.2rem)/2);
	margin-right: 0.2rem;
}

.i_factory .fr ul li:nth-child(1),
.i_factory .fr ul li:nth-child(2) {
	margin-bottom: 0.2rem;
}

.i_factory .fr ul li:nth-child(2n) {
	margin-right: 0;
}

/* 工厂环境 e */

/* 服务支持 s */
.i_ser {
	position: relative;
	background: #fff url('../image/i_ser_bg2.jpg') no-repeat center/cover fixed;
	padding: 10vh 0 1px;
	z-index: 3;
}

.i_ser .head {
	padding-bottom: 3vh;
	margin-bottom: 15vh;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: #fff;
	position: relative;
}

.i_ser .head::after {
	content: '';
	width: 35px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.i_ser .head .tit {
	line-height: 1.5;
}

.i_ser .head .tit span {
	font-size: 16px;
	text-transform: uppercase;
}

.i_ser .head .tit h3 {
	font-size: 0.32rem;
	font-weight: 700;
}

.i_ser .head .more {
	color: #fff;
	display: flex;
	align-items: center;
}

.i_ser .head .more i {
	display: block;
	width: 21px;
	height: 21px;
	background: url("../image/service.png")no-repeat center/cover;
}

.i_ser .head .more span {
	font-size: 18px;
	margin-left: 0.08rem;
}

.i_ser .con {
	background: #fff;
	box-shadow: 0 0 18px 0 rgb(0 0 0 / 12%);
	padding: 6vh 0;
	margin-bottom: -15vh;
}

.i_ser .con ul {}

.i_ser .con ul li {
	width: 33.33%;
	padding: 10px 3vw 10px 4vw;
	font-size: 14px;
	color: #9ba4ad;
	line-height: 1.75;
}

.i_ser .con ul li .ico>i {
	display: block;
	font-size: 0.6rem;
	line-height: 1;
	color: #000;
}

.i_ser .con ul li h4 {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 5px;
	color: #2d2d2d;
}

.i_ser .con ul li p {}

.i_ser .con ul li a.more {
	color: #3266cc;
	display: flex;
	font-size: 16px;
	align-items: center;
	margin-top: 2vh;
}

.i_ser .con ul li a.more i {
	font-size: 24px;
	line-height: 1;
	margin-right: 8px;
}

/* 服务支持 e */

/* 新闻中心 s */
.i_new {
	padding: 27vh 0 12vh;
}

.i_new .con {}

.i_new .con .fl {
	width: 67%;
}

.i_new .con .fl ul {}

.i_new .con .fl ul li {
	width: 48%;
	margin-right: 4%;
}

/* .i_new .fl ul li:nth-child(2){
	margin-right: 0;
} */
.i_new .item {
	display: none;
}

.i_new .item.show {
	display: block;
}

.i_new .fl ul li a {}

.i_new .fl ul li .pic {}

.i_new .con ul li a {
	display: block;
}

.i_new .con ul li .info {
	line-height: 1.5;
}

.i_new .con ul li .info h4 {
	font-size: 20px;
	font-weight: 700;
	color: #707070;
	margin-top: 0.24rem;
}

.i_new .con ul li .info p {
	font-size: 16px;
	color: #a0a0a0;
	height: 3em;
	margin: 0.1rem 0 0.16rem;
}

.i_new .con ul li .info span {
	font-size: 16px;
	color: #a0a0a0;
	letter-spacing: 1px;
}

.i_new .fr {
	width: 33%;
}

.i_new .fr ul {}

.i_new .fr ul li {
	border-bottom: 1px solid #8f969a;
	padding-bottom: 0.2rem;
	margin-bottom: 0.16rem;
}

.i_new .fr ul li .info {}

.i_new .fr ul li .info h4 {
	margin-top: 0;
}

/* 新闻中心 e */

/* 荣誉资质 s */
.i_honor {
	background-color: #edf3f7;
}

.i_honor ul {}

.i_honor ul li {}

.i_honor ul li a {}

.i_honor ul li .pic {}

.i_honor ul li .pic img {}

/* 荣誉资质 e */

/* ====================内页样式========================= */

/* ====================关于样式========================= */

/* 公司简介 s */
.n_ab {
	padding-top: 0.8rem;
}

.n_ab .fl {
	width: 50%;
	padding-right: 13vw;
}

.n_ab .des {
	font-size: 16px;
	line-height: 1.875;
	color: #767676;
}

.n_ab .fr {
	width: 50%;
}

.n_ab .fr .pic {}

.n_ab .fr img {}

/* 公司简介 e */

/* 企业文化 s */
.n_cul {
	margin-top: 0.6rem;
	padding-bottom: 0.8rem;
}

.n_cul ul {}

.n_cul ul li {
	position: relative;
	color: #fff;
	width: 32%;
	margin-right: 2%;
	cursor: pointer;
}

.n_cul ul li:nth-child(3n) {
	margin-right: 0;
}

.n_cul ul li .pic {
	position: relative;
}

.n_cul ul li .pic::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.5s;
	opacity: 0.9;
	background-image: -moz-linear-gradient(90deg, rgb(50, 102, 204) 0%, rgba(50, 102, 204, 0.5) 26%, rgba(50, 102, 204, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(50, 102, 204) 0%, rgba(50, 102, 204, 0.5) 26%, rgba(50, 102, 204, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(50, 102, 204) 0%, rgba(50, 102, 204, 0.5) 26%, rgba(50, 102, 204, 0) 100%);
}

.n_cul ul li:hover .pic::after {
	opacity: 0;
}

.n_cul ul li .pic img {
	width: 100%;
	transition: 1.5s cubic-bezier(.165, .84, .44, 1);
}

.n_cul ul li .mask {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 0.4rem 0.2rem;
	z-index: 3;
}

.n_cul ul li .ico {}

.n_cul ul li .ico img {}

.n_cul ul li .info {}

.n_cul ul li .tit {
	font-size: 20px;
	font-weight: bold;
	margin: 0.12rem 0 0.16rem;
	padding-bottom: 0.12rem;
	position: relative;
}

.n_cul ul li .tit::after {
	content: '';
	width: 35px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: 0.36s;
}

.n_cul ul li .des {
	font-size: 16px;
	line-height: 1.75;
	height: 0;
	overflow: hidden;
}

/* .n_cul ul li:hover .des{
	height: auto;
} */
/* 企业文化 e */

/* 荣誉资质 s */
.n_hor {
	background: #f1f1f1;
}

.n_hor .con {
	padding-bottom: 0.25rem;
}

.n_hor .con ul {}

.n_hor .con ul li {}

.n_hor .con ul li a {}

.n_hor .con ul li .img {
	background: #fff;
	border-radius: 5px;
	margin-bottom: 16px;
	padding: 0.4rem 0.3rem;
}

.n_hor .con ul li .img .pic {
	box-shadow: 0 0 15px rgb(102 102 102 / 10%);
}

.n_hor .con ul li p {
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	color: #333;
}

.n_hor .con ul li:hover p {
	color: #3266cc;
}

/* 荣誉资质 e */

/* 工厂环境 s */
.n_env {}

.n_env .con {}

.n_env .swiper {
	padding-bottom: 0.35rem;
}

.n_env ul {}

.n_env ul li {}

.n_env ul li a {}

.n_env ul li p {
	background-color: #000;
	font-size: 16px;
	color: white;
	padding: 0.16rem 2%;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
}

.n_env ul li:hover p {
	background-color: #3266cc;
}

.n_env .swiper-pagination {
	bottom: 0 !important;
}

/* 工厂环境 e */


/* ====================产品样式========================= */

/* 产品列表 s */
.n_pro_list .p_tit {
	margin-bottom: 0.55rem;
	text-align: center;
}

.n_pro_list .p_tit h3 {
	font-size: 0.42rem;
	line-height: 1.1;
	font-weight: 700;
	font-family: '微软雅黑';
	color: #000;
	margin-bottom: 0.25rem;
}

/*.n_pro_list .p_tit h3::after{*/
/*	content: '';*/
/*	display: block;*/
/*	width: 35px;*/
/*	height: 2px;*/
/*	background: #3266cc;*/
/*	margin: 0.2rem 0;*/
/*}*/
.n_pro_list .p_tit p {
	font-size: 17px;
	line-height: 1.75;
	color: #666;
	/*width: 10rem;*/
	max-width: 100%;
	text-align: left;
}

@media all and (max-width: 640px) {
	.n_pro_list .p_tit p {
		font-size: 14px;
	}
}

.n_pro_list {
	background-color: #F4F4F4;
}

.n_pro_list ul {}

.n_pro_list ul li {
	float: left;
	width: calc((100% - 0.6rem) / 4);
	margin-right: 0.2rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
	background: #fff;
}

.n_pro_list ul li:nth-child(4n) {
	margin-right: 0;
}

.n_pro_list ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding: 0.24rem;
}

.n_pro_list ul li .img {
	width: 100%;
}

.n_pro_list ul li .info {
	width: 100%;
	line-height: 1.5;
	padding-top: 0.12rem;
}

.n_pro_list ul li .info .tit {
	font-size: 24px;
	font-family: '微软雅黑';
	font-weight: 700;
	color: #212121;
}

.n_pro_list ul li:hover .info .tit {
	color: #3266cc;
}

.n_pro_list ul li .info .model {
	font-size: 18px;
	color: #333;
	margin-top: 0.04rem;
}

.n_pro_list ul li .info .des {
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.85;
	height: 5.55em;
	color: #666666;
}

.n_pro_list ul li .info span {
	display: inline-block;
	font-style: normal;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	color: #3266cc;
	font-size: 16px;
	text-decoration: underline;
	margin-top: 0.2rem;
}

.n_pro_list ul li:hover .info span {
	text-decoration: none;
}

/* 产品列表 e */

/* 产品详情 s */
.n_pro_det {
	background-color: #F8F8F8
}

.n_pro_det .top {
	padding: 0.4rem 0.4rem 0.2rem;
	background-color: white;
	margin-bottom: 0.2rem;
}

.n_pro_det .top img {
	width: 100%;
}

.n_pro_det .top .fl {
	width: 40%;
}

.n_pro_det .top .fl .product_det_pic {
	margin-bottom: 0.15rem;
	border: 1px solid #dddddd;
}

.n_pro_det .top .fl .product_det_ico {
	/* padding: 0 25px; */
}

.n_pro_det .top .fl .product_det_ico li {
	cursor: pointer;
}

.n_pro_det .top .fl .product_det_ico li .pic {
	border: 1px solid #ddd;
}

.n_pro_det .top .fl .product_det_ico li.swiper-slide-thumb-active .pic {
	border-color: #0A66C2;
}

.n_pro_det .top .fl .product_det_ico li img {}

.n_pro_det .top .fl .product_det_ico .swiper-button-next:after,
.n_pro_det .top .fl .product_det_ico .swiper-button-prev:after {
	display: none;
}

.n_pro_det .top .fl .product_det_ico .swiper-button-next,
.n_pro_det .top .fl .product_det_ico .swiper-button-prev {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 9px;
	height: 15px;
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: -7px;
}

.n_pro_det .top .fl .product_det_ico .swiper-button-next {
	background: url(../image/right3.png) center center no-repeat;
	float: right;
	right: -24px;
}

.n_pro_det .top .fl .product_det_ico .swiper-button-prev {
	background: url(../image/left3.png) center center no-repeat;
	float: left;
	left: -24px;
}

.n_pro_det .top .fr {
	width: 60%;
	padding: 0.35rem 2.5% 0;
}

.n_pro_det .top .fr .tit {
	font-weight: bold;
	line-height: 40px;
	color: #000000;
	overflow: hidden;
	font-size: 34px;
}

.n_pro_det .top .fr .des {
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	line-height: 2;
	margin-top: 0.35rem;
}

.n_pro_det .top .fr .link {
	margin-top: 0.45rem;
	overflow: hidden;
}

.n_pro_det .top .fr .link a {
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	color: #999;
	background: url("../image/product_pic3.png") #ffffff 22px center no-repeat;
	font-size: 16px;
	text-align: left;
	border-radius: 4px;
	border: 1px solid #eee;
	padding-left: 50px;
	padding-right: 33px;
	background-size: 18px 14px;
	margin-right: 14px;
}

.n_pro_det .top .fr .link a:last-child {
	margin-right: 0;
}

.n_pro_det .top .fr .link a:hover {
	background-image: url("../image/product_pic3_on.png");
	background-color: #0A66C2;
	border-color: #0A66C2;
	color: #fff;
}

.n_pro_det .top .fr .link a:first-child {
	color: white;
	border: 1px solid #3266cc;
	background: url("../image/product_pic2.png") #3266cc 27px center no-repeat;
	background-size: 13px 15px;
}

.n_pro_det .top .fr .tel {
	font-size: 20px;
	color: #666666;
	margin-top: 0.8rem;
}

.n_pro_det .top .fr .tel p {}

.n_pro_det .top .fr .tel a {
	color: #3266cc;
	overflow: hidden;
	font-size: 32px;
	font-weight: 700;
	margin-top: 0.12rem;
	display: inline-block;
}

.n_pro_det .bot {}

.n_pro_det .bot .product_l {
	float: left;
	width: calc(98% - 380px);
	width: -webkit-calc(98% - 380px);
	width: -moz-calc(98% - 380px);
	max-width: 990px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 4%;
	padding-bottom: 3%;
}

.n_pro_det .bot .pro_tab {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eeeeee;
	padding: 0 0.3rem;
	overflow: hidden;
}

.n_pro_det .bot .pro_tab a {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 6%;
	color: #666666;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}

.n_pro_det .bot .pro_tab a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	transition: all 0.3s;
	height: 2px;
	background: #3266cc;
}

.n_pro_det .bot .pro_tab a.active {
	color: #3266cc;
}

.n_pro_det .bot .pro_tab a.active::after,
.n_pro_det .bot .pro_tab a:hover::after {
	width: 100%;
}

.n_pro_det .bot .pro_xq {
	font-size: 14px;
	line-height: 1.75;
	color: #666666;
	padding-left: 0.36rem;
	padding-right: 0.2rem;
}

.n_pro_det .bot .pro_xq table {
	width: 100%;
}

.n_pro_det .bot .pro_xq table td {
	padding: 0.1rem 0.05rem 0.1rem 0.2rem !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	color: #333 !important;
	font-family: "PingFang SC" !important;
	background-color: transparent !important;
}

.n_pro_det .bot .pro_xq table tr {
	background-color: #e1e1e1 !important;
}

.n_pro_det .bot .pro_xq table tr:nth-child(2n) {
	background-color: white !important;
}

.n_pro_det .bot .pro_xq table,
.n_pro_det .bot .pro_xq table td,
.n_pro_det .bot .pro_xq table tr {
	border: 1px solid #000;
}

.n_pro_det .bot .pro_xq h3 {
	overflow: hidden;
	position: relative;
	padding-left: 22px;
	background: url(../image/product_bg2.png) left 11px no-repeat;
	font-size: 18px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #ddd;
	font-family: '微软雅黑';
	color: #3266cc;
	margin: 3% 0;
	line-height: 1.75;
	font-weight: bold;
}

/* .n_pro_det .bot .pro_xq h3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    height: 13px;
    margin-top: -6px;
    width: calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    background: url(../images/product_bg1.png) right center no-repeat;
} */
.n_pro_det .bot .pro_xq .item {}

.n_pro_det .bot .product_r {
	float: right;
	width: 380px;
	overflow: hidden;
	margin-bottom: 4%;
}

.n_pro_det .bot .product_r .tit {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	background: #fff;
}

.n_pro_det .bot .product_r .tit span {
	font-size: 18px;
	color: #000000;
	display: inline-block;
	vertical-align: top;
	padding-left: 22px;
	padding-right: 22px;
	position: relative;
}

.n_pro_det .bot .product_r .tit span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 14px;
	background: url(../image/product_bg4.png) center center no-repeat;
	background-size: 100% auto;
}

.n_pro_det .bot .product_r .tit span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 14px;
	background: url(../image/product_bg5.png) center center no-repeat;
	background-size: 100% auto;
}

.n_pro_det .bot .product_r ul {}

.n_pro_det .bot .product_r ul li {
	display: block;
	margin-bottom: 26px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

.n_pro_det .bot .product_r ul li a {
	display: block;
	padding: 27px 0 30px;
}

.n_pro_det .bot .product_r ul li:hover a {
	padding: 7px 0 0;
}

.n_pro_det .bot .product_r ul li .img {}

.n_pro_det .bot .product_r ul li .img .pic {
	/* height: 100%; */
}

.n_pro_det .bot .product_r ul li .img .pic img {
	height: 220px;
	margin: 0 auto;
}

.n_pro_det .bot .product_r ul li h3 {
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
}

.n_pro_det .bot .product_r ul li p {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	margin-bottom: 15px;
}

.n_pro_det .bot .product_r ul li em {
	background: #3266cc;
	height: 0px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.3s;
	display: block;
	overflow: hidden;
	transition-delay: 0.3s;
}

.n_pro_det .bot .product_r ul li:hover em {
	height: 50px;
}

/* 产品详情 e */

/* ====================新闻样式========================= */

/* 新闻列表 s */
.n_newslist {}

.n_newslist ul {
	overflow: hidden;
}

.n_newslist ul li {
	float: left;
	width: 32%;
	background-color: white;
	margin-right: 2%;
	margin-bottom: 2%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_newslist ul li:hover {
	box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}

.n_newslist ul li:nth-child(3n) {
	margin-right: 0;
}

.n_newslist ul li .info {
	padding: 0.4rem 0.3rem;
}

.n_newslist ul li .info .tit {
	margin-bottom: 0.15rem;
}

.n_newslist ul li .info .tit h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	height: 2.8em;
	color: #000;
}

.n_newslist ul li:hover .info .tit h3 {
	color: #3266cc;
}

.n_newslist ul li .info .des {
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #666;
}

.n_newslist ul li .info span {
	display: block;
	font-size: 16px;
	color: #5f5f5f;
	padding-top: 0.2rem;
	border-top: 1px solid #e5e5e5;
	margin-top: 0.25rem;
}

/* 新闻列表 e */

/* 新闻详情 s */
.n_newsdet {}

.n_newsdet .fl {
	width: 73%;
	padding-right: 0.75rem;
}

.n_newsdet .fl h3 {
	font-size: 0.36rem;
	line-height: 1.3;
	font-weight: 700;
	color: #333;
}

.n_newsdet .fl p.time {
	width: 100%;
	height: auto;
	padding: 0.2rem 0 0.3rem;
	border-bottom: 1px solid #ededed;
	font-size: 18px;
	line-height: 1.5;
	color: #999;
}

.n_newsdet .fl .des {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.6;
	color: #656565;
	padding: 0.45rem 0;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

.n_newsdet .fl .des p {
	color: #656565;
}

.n_newsdet .fl .des img {
	display: inline-block;
	margin: 0.15rem 0;
}

.n_newsdet .fl .bot {
	padding-top: 0.6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.n_newsdet .fl .bot a {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px
}

.n_newsdet .fl .bot a i {
	width: 0.4rem;
	font-size: 24px;
}

.n_newsdet .fl .bot a:last-child {
	flex-direction: row-reverse;
}

.n_newsdet .fl .bot a:last-child i {
	text-align: right;
}

.n_newsdet .fl .bot a.a_list {
	padding-right: 25px;
	background: url('../image/ico_link.png') no-repeat right center;
}

.n_newsdet .fr {
	width: 27%;
	position: sticky;
	top: 40px;
}

.n_newsdet .fr .tit {}

.n_newsdet .fr .tit p {
	width: auto;
	font-size: 0.24rem;
	line-height: 1.5;
	padding-bottom: 0.15rem;
	font-weight: 700;
	color: #333;
	border-bottom: 1px solid #E0E0E0;
}

.n_newsdet .fr .con {}

.n_newsdet .fr .con ul {}

.n_newsdet .fr .con ul li {
	width: 100%;
}

.n_newsdet .fr .con ul li a {
	padding: 0.3rem 0;
	border-bottom: 1px solid #E0E0E0;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.n_newsdet .fr .con ul li .pic {}

.n_newsdet .fr .con ul li img {
	width: 1.2rem;
	margin-right: 0.2rem;
}

.n_newsdet .fr .con ul li .info {
	flex: 1;
}

.n_newsdet .fr .con ul li .info p {
	font-size: 16px;
	color: #999;
	margin-bottom: 0.1rem;
}

.n_newsdet .fr .con ul li .info h3 {
	font-size: 16px;
	line-height: 1.4;
	height: 2.8em;
}

/* 新闻详情 e */

/* ====================应用样式========================= */

.n_app_list {}

.n_app_list ul {
	overflow: hidden;
}

.n_app_list ul li {
	float: left;
	width: 32%;
	background-color: white;
	margin-right: 2%;
	margin-bottom: 0.3rem;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.n_app_list ul li:hover {
	box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
}

.n_app_list ul li:nth-child(3n) {
	margin-right: 0;
}

.n_app_list ul li .info {
	padding: 0.3rem 0.3rem 0.5rem;
}

.n_app_list ul li .info .tit {
	margin-bottom: 0.15rem;
}

.n_app_list ul li .info .tit h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
}

.n_app_list ul li:hover .info .tit h3 {
	color: #3266cc;
}

.n_app_list ul li .info .des {
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #666;
}

.n_app_list ul li .info span {
	display: block;
	font-size: 14px;
	color: #5f5f5f;
	padding-top: 0.2rem;
	border-top: 1px solid #e5e5e5;
	margin-top: 0.25rem;
}


/* ====================服务样式========================= */

/* 服务支持 s */
/* .n_support{}
.n_support ul{}
.n_support ul li{}
.n_support ul li:not(:last-child){
	margin-bottom: 0.45rem;
}
.n_support ul li:nth-child(2n) a{
	flex-direction: row-reverse;
}
.n_support ul li a{
	height: 100%;
}
.n_support ul li .pic{
	width: 50%;
}
.n_support ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.n_support ul li .info{
	width: 50%;
	color: #212121;
	background-color: #F5F5F5;
	padding: 1rem;
}
.n_support ul li .info .tit{}
.n_support ul li .info h3{
	font-size: 0.3rem;
	line-height: 1.3;
}
.n_support ul li .info .des{
	font-size: 16px;
	line-height: 1.5;
	margin-top: 0.35rem;
}
.n_support ul li .info .des p:not(:last-child){
	margin-bottom: 0.1rem;
} */

.n_support ul li {
	text-align: center;
	padding: 0.8rem 0;
}

.n_support ul li:nth-child(2n) {
	background-color: #f7f7f7;
}

.n_support ul li:nth-child(2n+1) {
	background-color: #fff;
}

.n_support ul li .tit {}

.n_support ul li .tit h3 {
	font-size: 0.32rem;
	font-weight: 700;
	color: #000;
}

.n_support ul li .tit h3:after {
	content: " ";
	margin: 0.2rem 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 4px;
	background-color: #3266cc;
}

.n_support ul li .tit p {
	font-size: 16px;
	line-height: 1.875;
	color: #333;
	text-align: center;
}

.n_support ul li .pic {
	display: inline-block;
	margin-top: 0.3rem;
}

.n_support ul li .pic img {
	max-width: 100%;
	display: inline-block;
}

/* 服务支持 e */

/* 常见问题 s */
.n_faq {}

.n_faq ul {}

.n_faq ul li:not(:last-child) {
	margin-bottom: 0.2rem;
}

.n_faq ul li .tit {
	font-size: 0.22rem;
	line-height: 1.3;
	background: url('../image/ico_jia.png') no-repeat 97.5% center #F5F5F5;
	padding: 0.25rem 0.35rem;
	color: #656565;
	cursor: pointer;
}

.n_faq ul li .tit.active {
	background: url('../image/ico_jian.png') no-repeat 97.5% center #3266cc;
	color: #fff;
}

.n_faq ul li .des {
	border: 1px solid #DBDBDB;
	border-top: 0;
	padding: 0.3rem 0.4rem;
	color: #656565;
	font-size: 16px;
	line-height: 1.6;
	display: none;
}

/* 常见问题 e */

/* 下载中心 s */
.n_down ul {}

.n_down ul li {
	display: block;
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	margin-bottom: 40px;
	text-align: center;
	background: url('../image/n_down_bg.jpg') no-repeat right bottom #fff;
}

.n_down ul li:nth-child(3n) {
	margin-right: 0;
}

.n_down ul li a {
	display: block;
	padding: 0.5rem 0.3rem;
}

.n_down ul li .ico {
	margin-bottom: 0.25rem;
	animation: aititle2 1.5s linear infinite;
	-moz-animation: aititle2 1.5s linear infinite;
	-webkit-animation: aititle2 1.5s linear infinite;
	-o-animation: aititle2 1.5s linear infinite;
}

.n_down ul li .ico img {
	display: inline-block;
}

.n_down ul li p {
	font-size: 18px;
	height: 3em;
	color: #050505;
	margin-bottom: 0.2rem;
	line-height: 1.5;
}

.n_down ul li:hover p {
	color: #3266cc;
}

.n_down ul li span {
	display: inline-block;
	font-size: 16px;
	padding-bottom: 0.04rem;
	color: #000;
	border-bottom: 1px solid #626262;
}

@keyframes aititle2 {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	25% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	75% {
		-webkit-transform: translatY(-50px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/* 下载中心 e */

/* 视频中心 s */
.n_video {}

.rect-56 {
	padding-bottom: 56%;
}

.n_video ul {
	overflow: hidden;
}

.n_video ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.3rem;
}

.n_video ul li:nth-child(3n) {
	margin-right: 0;
}

.n_video ul li .pic {
	position: relative;
	border-radius: 0.04rem;
}

.n_video ul li .pic::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0, .3);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 2;
}

.n_video ul li:hover .pic::before {
	background-color: transparent;
}

.n_video ul li .pic::after {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	content: "\e623";
	left: 50%;
	top: 50%;
	font-family: "iconfont";
	font-size: 0.7rem;
	color: white;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.n_video ul li .info {
	padding: 0.2rem 0 0;
}

.n_video ul li .info h3 {
	font-size: 0.2rem;
	line-height: 1.3;
	height: 2.6em;
	color: #212121;
	text-align: center;
}

/* 视频中心 e */

/* ====================联系样式========================= */

/* 联系我们 s */
.n_contact {
	background-color: #f6f6f8;
}

.n_contact .box {
	box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
	background-color: white;
}

.n_contact .tit {
	color: #333;
	margin-bottom: 0.45rem;
}

.n_contact .tit h3 {
	font-size: 0.36rem;
	line-height: 1.3;
	font-family: 'MB';
	margin-bottom: 0.15rem;
	color: #000;
}

.n_contact .tit p {
	font-size: 16px;
	line-height: 1.5;
}

.n_contact .tit.white,
.n_contact .tit.white h3 {
	color: #fff;
}

.n_contact .fl {
	width: 50%;
	padding: 0.5rem 0.6rem;
	background-color: white;
}

.n_contact .fl ul {}

.n_contact .fl ul li {
	position: relative;
	padding-left: 0.75rem;
}

.n_contact .fl ul li:not(:last-child) {
	margin-bottom: 0.3rem;
}

.n_contact .fl ul li i {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	font-size: 0.3rem;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	border: 2px solid #3266cc;
	color: #3266cc;
}

.n_contact .fl ul li h3 {
	font-size: 0.2rem;
	color: #000;
	margin-bottom: 0.12rem;
	padding-top: 0.08rem;
	font-family: 'MR';
}

.n_contact .fl ul li p {
	font-size: 16px;
	line-height: 1.4;
	color: #666;
}

.n_contact .fl ul li a:hover {
	color: #3266cc;
}

.n_contact .fl .wx {
	width: 140px;
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
	display: grid;
	align-items: center;
	justify-content: center;
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: center;
	margin-top: 0.35rem;
}

.n_contact .fl .wx .pic {
	width: 110px;
}

.n_contact .fl .wx .pic img {
	transition: all .6s;
}

.n_contact .fl .wx .pic:hover img {
	transform: scale(1.1);
}

.n_contact .fl .wx p {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}

.n_contact .fr {
	position: relative;
	width: 50%;
	padding: 0.5rem 0.6rem;
	background-color: #3266cc;
	z-index: 1;
}

.n_contact .fr:before {
	content: '';
	background: url("../image/single_shape.png") no-repeat 150% -40%;
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	background-size: 60%;
	opacity: 0.3;
}

.n_contact .fr form {
	width: 100%;
}

.n_contact .fr form .mui-input-row,
.n_contact .fr form .mui-textarea-row {
	position: relative;
	margin-bottom: 0.2rem;
}


.n_contact .fr form label {
	display: block;
	font-size: 16px;
	margin-bottom: 0.12rem;
	color: #fff;
}

.n_contact .fr form label span {
	color: red;
}

.n_contact .fr form .mui-input,
.n_contact .fr form .mui-textarea {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	background-color: transparent;
	color: #565656;
	padding-left: 15px;
	height: 40px;
	background: #fff;
	border-radius: 0.04rem;
	border: none;
}

.n_contact .fr form .mui-textarea {
	height: 150px;
	padding: 0.1rem 0.15rem;
}

.n_contact .fr form .mui-textarea-row img {
	position: absolute;
	right: 2px;
	bottom: 2px;
	height: 36px;
	width: auto;
}

.n_contact .fr form label {
	margin-bottom: 0.12rem;
}

.n_contact .fr form .mui-input-row,
.n_contact .fr form .mui-textarea-row {
	margin-bottom: 0.24rem;
}

.n_contact .fr .morelink {
	background-color: white;
	color: #0A66C2;
}

/* 联系我们 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

	/* 1440 × (900/1050) */
	.Header-container .c-nav>li {
		margin-right: 0.4rem;
	}
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}

	.i_ab .w16 {
		flex-direction: column-reverse;
	}

	.i_ab .fl,
	.i_ab .fr {
		width: 100%;
		padding-right: 0;
	}

	.i_ab .fl {
		margin-top: 0.45rem;
	}

	.i_app .pst-rel img {
		width: 100%;
		height: 8rem;
		object-fit: cover;
	}

	.i_app .i_tit {
		flex-direction: row;
		justify-content: space-between;
	}

	.i_app .i_tit .fl {
		width: auto;
	}

	.i_app .i_tit .c_more {
		/*margin-top: 0.4rem;*/
	}

	.i_app ul li a>i {
		font-size: 1rem;
	}

	.i_app ul li a span,
	.i_app ul li:hover a span {
		width: 2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		margin-top: 0.4rem;
	}

	.i_tit {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.i_tit .tit {
		width: 100%;
	}

	.i_tit .fl {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.i_tit ul {
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: 0.3rem 0;
	}

	.i_tit ul li {
		width: calc((100% - 1px)/2);
		margin: 0 1px 1px 0;
	}

	.i_tit ul li.active a {
		background-color: transparent;
		color: #3266cc;
	}

	.i_tit ul li:nth-child(2n) {
		margin-right: 0;
		border-right: none;
	}

	.i_tit ul li a {
		font-size: 16px;
		font-weight: 700;
		padding: 0.16rem 0rem;
		border-radius: 0.04rem;
	}

	.i_tit .tit h3 {
		font-size: 0.4rem;
		margin-top: 0.1rem;
	}

	.i_tit .tit span {
		font-size: 14px;
	}

	.i_tit2 p {
		font-size: 16px;
	}

	.i_tit2 span {
		margin-bottom: 0.2rem;
		font-size: 13px;
	}

	.i_tit2 h3::after {
		width: 0.7rem;
		margin: 0.25rem auto;
	}

	.i_pro ul li .info .tit {
		font-size: 16px;
		height: 3em;
		white-space: initial;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.i_factory .fl,
	.i_factory .fr {
		width: 100%;
		padding-right: 0;
	}

	.i_factory .fl {
		margin-bottom: 0.25rem;
	}

	.i_factory .fr ul li {
		width: 49%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.i_factory .fr ul li:nth-child(2n) {
		margin-right: 0;
	}

	.i_factory ul li img {
		width: 100%;
		height: auto;
	}

	.i_ser .head {
		margin-bottom: 0.8rem;
	}

	.i_ser .con ul li {
		/* width: 100%; */
		text-align: center;
	}

	.i_ser .con ul li .ico>i {
		font-size: 1rem;
	}

	.i_ser .con ul li a.more {
		display: none;
		justify-content: center;
	}

	.i_ser .con ul li p {
		display: none;
	}

	.i_new .con .fl,
	.i_new .con .fr {
		width: 100%;
	}

	.i_new .con .fl ul {
		flex-wrap: wrap;
	}

	.i_new .con .fl ul li,
	.i_new .fr ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0.35rem;
	}

	.i_new .con .fl ul li:nth-child(2n),
	.i_new .fr ul li:nth-child(2n) {
		margin-right: 0;
	}

	.i_new .con ul li .info h4 {
		line-height: 1.4;
		height: 2.8em;
		margin-top: 0.3rem;
		margin-bottom: 0.08rem;
		white-space: initial;
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.i_new .con ul li .info p {
		margin: 0.16rem 0 0.25rem;
		display: none;
	}

	.i_new .fr ul {
		overflow: hidden;
	}

	.i_new .fr ul li {
		padding-bottom: 0.3rem;
		margin-bottom: 0.25rem;
	}

	.i_new .fr ul li:last-child {
		width: 100%;
		margin-right: 0;
	}

	.Footer-container .mid ul li {
		width: 100%;
		border-bottom: 1px solid rgb(255, 255, 255, .8);
		margin-bottom: 0;
	}

	.Footer-container .mid ul li.lxwm {
		border: none;
	}

	.Footer-container .mid ul li:not(:last-child) {
		/* margin-bottom: 0.4rem; */
	}

	.Footer-container .mid ul li p {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 18px;
		padding: 0.3rem 0;
		margin-bottom: 0;
	}

	.Footer-container .mid ul li p i {
		font-size: 16px;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.Footer-container .mid ul li p.on i {
		transform: rotate(180deg);
	}

	.Footer-container .mid .foot_nav_link {
		display: none;
		padding-bottom: 0.25rem;
	}

	.Footer-container .mid .foot_nav_link a {
		line-height: 1.5;
		margin-bottom: 0.15rem;
	}

	.sort_nav_view {
		display: none;
	}

	.sort_nav .w16 {
		min-height: auto;
		padding: 0.3rem 0;
	}

	.n_ab .fl,
	.n_ab .fr {
		width: 100%;
	}

	.n_tit h3 {
		padding-bottom: 0.25rem;
		font-size: 0.36rem;
	}

	.n_cul ul li {
		width: 100%;
		margin-right: 0;
	}

	.n_cul ul li:not(:last-child) {
		margin-bottom: 0.25rem;
	}

	.n_cul ul li .tit {
		font-size: 18px;
		padding-bottom: 0.2rem;
		margin: 0.2rem 0 0.3rem;
	}

	.n_hor .con ul li .img {
		border-radius: 3px;
		margin-bottom: 12px;
	}

	.n_env .swiper {
		padding-bottom: 0.5rem;
	}

	.n_pro_list ul li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.n_pro_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.n_pro_list ul li .info {
		padding-top: 0.25rem;
	}

	.n_pro_list ul li .info .model {
		margin-top: 0.1rem;
	}

	.com_page a,
	.com_page span {
		width: 0.6rem;
		height: 0.6rem;
		font-size: 14px;
	}

	.n_pro_det .top .fl,
	.n_pro_det .top .fr {
		width: 100%;
	}

	.n_pro_det .top {
		padding: 0.2rem;
	}

	.n_pro_det .top .fl .product_det_ico .swiper-button-prev,
	.n_pro_det .top .fl .product_det_ico .swiper-button-next {
		display: none;
	}

	.n_pro_det .top .fr .tit {
		font-size: 0.42rem;
		line-height: 1.4;
	}

	.n_pro_det .top .fr {
		padding: 0.5rem 0;
	}

	.n_pro_det .top .fr .link a {
		padding-left: 40px;
		padding-right: 20px;
		height: 36px;
		line-height: 36px;
		background-position: 18px center;
	}

	.n_pro_det .top .fr .link a:first-child {
		background-position: 20px center;
	}

	.n_pro_det .top .fr .tel a {
		font-size: 0.4rem;
		margin-top: 0.16rem;
	}

	.n_pro_det .bot .product_r {
		float: none;
		width: 100%;
		max-width: 100%;
	}

	.n_pro_det .bot .product_l {
		float: none;
		width: calc(100% - 0px);
		width: -webkit-calc(100% - 0px);
		width: -moz-calc(100% - 0px);
		max-width: none;
	}

	.n_pro_det .bot .pro_xq h3 {
		padding-left: 20px;
		padding-bottom: 10px;
		background-position: left 9px;
	}

	.n_pro_det .bot .product_r ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	.n_pro_det .bot .product_r ul li:nth-child(2n) {
		margin-right: 0;
	}

	.n_pro_det .bot .product_r ul li .img .pic img {
		height: auto;
	}

	.n_pro_det .bot .product_r ul li a {
		padding: 17px 0 22px;
	}

	.n_pro_det .bot .product_r ul li em {
		font-size: 14px;
		line-height: 32px;
	}

	.n_pro_det .bot .product_r ul li:hover em {
		height: 32px;
	}

	.n_newslist ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.45rem;
	}

	.n_newslist ul li:last-child {
		margin-bottom: 0;
	}

	.n_newslist ul li .info {
		padding: 0.6rem 0.2rem;
	}

	.n_newslist ul li .info span {
		padding-top: 0.25rem;
		margin-top: 0.4rem;
	}

	.n_ban .ban_txt p {
		font-size: 0.28rem;
	}

	.n_newsdet .fl,
	.n_newsdet .fr {
		width: 100%;
		padding-right: 0;
	}

	.n_newsdet .fl .des img {
		margin: 0.2rem 0;
	}

	.n_newsdet .fr .tit p {
		font-size: 0.36rem;
	}

	.n_newsdet .fr {
		position: relative;
		top: 0;
		margin-top: 0.8rem;
	}

	.n_newsdet .fr .con ul li a {
		flex-wrap: wrap;
	}

	.n_newsdet .fr .con ul li img,
	.n_newsdet .fr .con ul li .info {
		width: 100%;
	}

	.n_newsdet .fr .con ul li a {
		padding: 0.4rem 0;
	}

	.n_newsdet .fr .con ul li .info {
		padding-top: 0.3rem;
	}

	.n_newsdet .fr .con ul li .info p {
		margin-bottom: 0.2rem;
	}

	.n_newsdet .fr .con ul {
		overflow: hidden;
	}

	.n_newsdet .fr .con ul li {
		float: left;
		width: 49%;
		margin-right: 2%;
	}

	.n_newsdet .fr .con ul li:nth-child(2n) {
		margin-right: 0;
	}

	.n_app_list ul li {
		width: 100%;
		margin-right: 0;
	}

	.n_app_list ul li .info {
		padding: 0.4rem;
	}

	.n_app_list ul li .info .tit {
		margin-bottom: 0.25rem;
	}

	.n_app_list ul li .info .tit h3 {
		font-size: 18px;
		height: auto;
		-webkit-line-clamp: initial;
	}

	.n_support ul li .tit h3 {
		font-size: 0.42rem;
	}

	.n_support ul li .tit h3:after {
		width: 0.5rem;
		height: 0.04rem;
		margin: 0.25rem auto;
	}

	.n_support ul li .pic img {
		width: 100%;
		height: 4rem;
		object-fit: cover;
	}

	.n_faq ul li .tit {
		font-size: 16px;
		line-height: 1.5;
		padding: 0.3rem 0.6rem 0.3rem 0.4rem;
	}

	.n_down ul li {
		width: 100%;
		margin-right: 0;
	}

	.n_video ul li {
		width: 100%;
		margin-right: 0;
	}

	.n_video ul li:last-child {
		margin-bottom: 0;
	}

	.n_video ul li .info h3 {
		font-size: 16px;
		height: auto;
		-webkit-line-clamp: initial;
	}

	.n_video ul li .pic::after {
		font-size: 1rem;
	}

	.n_contact .fl,
	.n_contact .fr {
		width: 100%;
	}

	.n_contact .fl,
	.n_contact .fr {
		padding: 0.6rem 0.4rem;
	}

	.n_contact .fl ul li h3 {
		font-size: 16px;
	}

	.n_contact .fl ul li {
		padding-left: 1rem;
	}

	.n_contact .fl ul li i {
		width: 0.8rem;
		height: 0.8rem;
		font-size: 0.4rem;
	}

	.n_contact .tit {
		margin-bottom: 0.55rem;
	}

	.n_contact .tit h3 {
		font-size: 0.4rem;
		margin-bottom: 0.25rem;
	}
}

@media all and (max-width:768px) {
	.md-sideBar {
		display: none !important;
	}
}

@media all and (max-width:640px) {

	/* 移动终端以上 360 适配 */
	.i_ab .fr .tit span {
		font-size: 14px;
	}

	.i_ab .fr .tit h3 {
		font-size: 22px;
		margin: 0.12rem 0;
	}

	.i_ab .fr .tit p {
		font-size: 16px;
	}

	.c_more {
		width: 130px;
		height: 40px;
		line-height: 40px;
		margin-top: 5vh;
	}

	.c_more i.fa {
		margin-left: 8px;
	}

	.Header-container .tool .language i,
	.Header-container .tool .search i {
		font-size: 22px;
	}

	.n_contact .fr form .mui-input-row,
	.n_contact .fr form .mui-textarea-row {
		margin-bottom: 0.3rem;
	}

	.n_contact .fr form label {
		margin-bottom: 0.2rem;
	}

	.morelink {
		padding: 6px 30px;
	}
}

@media all and (max-width:480px) {

	.i_pro ul li .info .tit,
	.Footer-container .mid ul li p,
	.i_new .con ul li .info h4,
	.n_pro_det .top .fr .tel,
	.n_pro_det .bot .pro_xq h3,
	.n_newsdet .fl .bot a,
	.c_more i.fa,
	.i_ser .con ul li h4,
	.n_cul ul li .tit,
	.n_pro_list ul li .info .tit,
	.n_newslist ul li .info .tit h3 {
		font-size: 16px;
	}

	.Footer-container .bot,
	.Footer-container .bot a,
	.crumbs a,
	.n_pro_det .top .fr .des,
	.n_newslist ul li .info .des,
	.n_newslist ul li .info span,
	.n_newsdet .fl p.time,
	.n_newsdet .fl .des,
	.n_app_list ul li .info .des,
	.n_support ul li .tit p,
	.i_ab .fr .info,
	.c_more span,
	.i_pro ul li .info .tit,
	.i_tit2 p,
	.i_new .con ul li .info p,
	.n_ab .des,
	.n_env ul li p,
	.n_newsdet .fr .con ul li .info h3,
	.Header-container .tool .language p,
	.n_contact .tit p,
	.n_contact .fl ul li p,
	.morelink {
		font-size: 14px;
	}

	.n_pro_det .bot .pro_xq table td,
	.n_pro_det .bot .pro_xq table td span,
	.i_new .con ul li .info span,
	.n_pro_list ul li .info .model,
	.n_newsdet .fr .con ul li .info p {
		font-size: 13px !important;
	}

	.n_pro_det .bot .product_r ul li p {
		font-size: 12px;
		margin-bottom: 0;
	}

	.n_hor .con ul li p {
		font-size: 14px;
		line-height: 1.75;
		height: 3.5em;
	}

	.n_pro_list ul li .info span {
		font-size: 14px;
		line-height: 1.75;
		height: auto;
	}
}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}