@charset "utf-8";
/* =====================内页样式======================== */

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

/* 按钮 */
.common_btn {
	margin-top: 50px;
	top: 55%;
	position: absolute;
	z-index: 2;
	color: #fff;
	font-size: 16px;
	line-height: 56px;
	cursor: pointer;
}

.common_btn .box {
	position: relative;
}

.common_btn .more {
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-align: center;
	transition: width .6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.common_btn:hover .more {
	width: 200px;
}

.common_btn .txt {
	font-size: 14px;
	margin-left: 70px;
	line-height: 58px;
	opacity: 1;
	transform: translateX(0);
	transition: opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.common_btn:hover .txt {
	opacity: 0;
	transform: translateX(-30px);
}

.common_btn .more .iconfont {
	margin: 0;
}

.common_btn.pause .more .icon2 {
	display: block;
	transform: translateX(0);
	transition: opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.common_btn .more .icon1 {
	display: none;
	transform: translateX(0);
	transition: opacity .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.common_btn.pause .more .icon2 {
	display: none;
}

.common_btn.pause .more .icon1 {
	display: block;
}

/* 关于我们 s */
/* 公司简介 s */
.about_us01 {}

.about_us01 .tit {
	margin: 0.5rem 0;
	font-size: 0.36rem;
	line-height: 1.5;
	color: #495057;
}

.about_us01 .item {
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.about_us01 .item .fl {
	width: 48%;
}

.about_us01 .item .fr {
	position: relative;
	width: 48%;
}

.about_us01 .item .fr a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.2rem;
	margin-left: -0.6rem;
	margin-top: -0.6rem;
}

.about_us01 .item .fr a:hover {
	transform: scale(0.9);
}

/* .ind_ab .fr .pic a img{
	width: 100%;
} */
.about_us01 .item .fr a i {
	font-size: 1rem;
	color: white;
}

.about_us01 .info {
	font-size: 16px;
	color: #333;
	line-height: 1.75;
	text-align: justify;
}

.about_us01 .info p {
	margin-bottom: 0.15rem;
}

.about_us01 .info p:last-child {
	margin-bottom: 0;
}

.about_us01 img {
	width: 100%;
}

.about_us01 .item.item2 {}

.about_us01 .item.item2 .tit {
	margin: 0 0 0.16rem;
	text-align: left;
}

/* 公司简介 e */

/* 企业文化 s */
.about_us02 {
	background-color: #F7F7F7;
}

.about_us02 .con {}

.about_us02 .con .fl {
	width: 49%;
}

.about_us02 .con .fl .pic {}

.about_us02 .con .fl .pic img {}

.about_us02 .con .fr {
	width: 49%;
}

.about_us02 .con .fr dl {
	color: #495057;
}

.about_us02 .con .fr dl dt {
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0.5rem 0 0.16rem;
	font-family: "UB";
}

.about_us02 .con .fr dl dt:first-child {
	margin-top: 0;
}

.about_us02 .con .fr dl dd {
	font-size: 14px;
	line-height: 1.5;
}

/* 企业文化 e */

/* 荣誉资质 s */
.about_us03 {}

.about_us03 .con {
	padding-bottom: 0.45rem;
}

.about_us03 .con ul {}

.about_us03 .con ul li {}

.about_us03 .con ul li a {}

.about_us03 .con ul li .img {
	background: #F7F7F7;
	border-radius: 5px;
	margin-bottom: 16px;
	padding: 0.2rem;
}

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

.about_us03 .con ul li p {
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	color: #333;
}

.about_us03 .con ul li:hover p {
	color: #0075C1;
}

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

/* 荣誉资质 e */

/* 环境 s */
.about_us04 {
	background-color: #eceef0;
	/* background-color: #F7F7F7; */
}

.about_us04 .con {
	margin-top: 0.4rem;
	padding-bottom: 0.4rem;
}

.about_us04 .con ul {}

.about_us04 .con ul li {
	overflow: hidden;
}

.about_us04 .con ul li a {
	position: relative;
	overflow: hidden;
}

.about_us04 .con ul li .pic {}

.about_us04 .con ul li p {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 0.2rem 2%;
	font-size: 16px;
	color: white;
	background-color: rgb(0, 0, 0, .36);
	text-align: center;
}

.about_us04 .con ul li:hover p {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

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

/* 关于我们 e */


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

.n_pro_list {}

.n_pro_list ul {}

.n_pro_list ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 0.3rem;
	border: 1px solid #E4E4E4;
}

.n_pro_list ul li:hover {
	box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}

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

.n_pro_list ul li a {}

.n_pro_list ul li .pic {
	/* border: 1px solid #eee;
	border-color: #ddd; */
	/* margin-bottom: 20px; */
}

.n_pro_list ul li:hover .pic {
	border-color: #008394;
}

.n_pro_list ul li .pic img {}

.n_pro_list ul li p {
	color: #333;
	padding: 10px 4%;
	overflow: hidden;
}

.n_pro_list ul li:hover p {
	color: #008394;
}

.n_pro_list ul li p span {
	line-height: 1.5;
	height: 3em;
	text-align: center;
	font-size: 16px;
}

/* 产品列表 e */

/* 产品详情 s */

.n_pro_det {}

.n_pro_det .top {}

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

.n_pro_det .top .fl .product_det_pic {
	border: 1px solid #ddd;
}

.n_pro_det .top .fl .product_det_pic ul {}

.n_pro_det .top .fl .product_det_pic ul li {}


.n_pro_det .top .fl .product_det_ico {
	margin-top: 0.2rem;
}

.n_pro_det .top .fl .product_det_ico ul {}

.n_pro_det .top .fl .product_det_ico ul li {
	border: 1px solid #d7d9db;
	-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;
	max-width: calc((100% - 40px)/5);
	cursor: pointer;
}

.n_pro_det .top .fl .product_det_ico ul li.swiper-slide-thumb-active {
	border-color: #008394;
}

.n_pro_det .top .fl .product_det_ico ul li .pic {
	overflow: hidden;
}

.n_pro_det .top .fr {
	width: 52%;
}

.n_pro_det .top .fr h3 {
	font-size: 0.32rem;
	line-height: 1.3;
	color: #008394;
	display: block;
	margin-bottom: 0.25rem;
}

.n_pro_det .top .fr .des {
	font-size: 16px;
	color: #333;
}

.n_pro_det .top .fr .inquiry {
	margin-top: 0.4rem;
}

.n_pro_det .top .fr .inquiry a {
	padding: 18px 24px;
	border-radius: 6px;
	display: inline-flex;
	font-size: 14px;
	color: #fff;
	background-color: #008394;
	align-items: center;
}

.n_pro_det .top .fr .inquiry a i {
	margin-left: 0.08rem;
	font-size: 18px;
}

.n_pro_det .bot {
	margin-top: 0.4rem;
}

.n_pro_det .bot .bot_tit {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.3rem;
}

.n_pro_det .bot .bot_tit a {
	background: #999999;
	font-size: 16px;
	color: #fff;
	padding: 15px 40px;
	display: inline-block;
	margin-right: 0.2rem;
}

.n_pro_det .bot .bot_tit a.active {
	background-color: #008394;
}

.n_pro_det .bot .bot_con {}

.n_pro_det .bot .bot_con .des,
.n_pro_det .bot .bot_con .des p {
	color: #333;
	line-height: 1.75;
}

.n_pro_det .bot .bot_con .des {
	display: none;
}

.n_pro_det .bot .bot_con .des.show {
	display: block;
}

.n_pro_det .bot .bot_con .des h4 {
	display: inline-block;
	font-size: 24px;
	color: #008394;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 12px;
	text-transform: capitalize;
	/* font-family: "Montserrat-Bold"; */
}

.n_pro_det .bot .bot_con table {
	background-color: #fff;
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	border-spacing: 0;
}

/* .n_pro_det .bot .bot_con table tr:first-child {
  background-color: #008394;
}

.n_pro_det .bot .bot_con table tr:first-child td {
  padding: 10px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
} */

/* .n_pro_det .bot .bot_con table tr:first-child td p {
	color: #fff;
} */
.n_pro_det .bot .bot_con table td {
	font-family: "Montserrat-Light" !important;
	padding: 10px 5px !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	text-align: center !important;
	border: 1px solid #bbb !important;
	vertical-align: middle !important;
}

/* 产品详情 e */

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

/* 新闻列表 s */
/* .n_newslist{
	background-color: #F6F7FB;
}
.n_newslist ul{}
.n_newslist ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.45rem;
}
.n_newslist ul li:nth-child(3n){
	margin-right: 0;
} */

.n_newslist {}

.n_newslist ul {}

.n_newslist ul li {
	float: left;
	width: 24%;
	/* margin-right: 2%; */
	margin-right: calc(4% / 3);
	margin-bottom: 0.45rem;
}

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

.n_newslist ul li a {
	display: block;
	padding: 0.2rem;
	background-color: #f7f7f7;
}

.n_newslist ul li:hover a {
	background-color: #008394 !important;
	box-shadow: 0 10px 20px 0 #02bcd4;

}

.n_newslist ul li .pic {
	overflow: hidden;
}

.n_newslist ul li .pic img {}

.n_newslist ul li .info {
	padding: 0.2rem 0;
	font-size: 14px;
	line-height: 1.5;
	color: #999;
}

.n_newslist ul li .info .tit {
	font-size: 18px;
	height: 3em;
	color: #333;
}

.n_newslist ul li:hover .info,
.n_newslist ul li:hover .info .tit {
	color: white;
}

.n_newslist ul li .info .txt {
	height: 4.5em;
	margin: 0.2rem 0;
}

.n_newslist ul li .info .date {}

.n_newslist ul li .info .date span {}

.n_newslist ul li .info .date span i {
	margin-left: 0.08rem;
}

/* 新闻列表 e */

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

.n_newsdet .fl {
	width: calc(100% - 370px);
}

.n_newsdet .fl h3 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}

.n_newsdet .fl p.time {
	widthw: 100%;
	height: auto;
	padding: 0.15rem 0;
	border-bottom: 1px solid #ededed;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.n_newsdet .fl .des {
	width: 100%;
	height: auto;
	padding: 30px 0;
	font-size: 16px;
	line-height: 26px;
	color: #555;
}

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

.n_newsdet .fr {
	width: 320px;
}

.n_newsdet .fr .tit {}

.n_newsdet .fr .tit p {
	width: auto;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	background: url(../images/xwxxtb1.png) left center no-repeat;
	background-size: 30px auto;
	padding-left: 35px;
	color: #333;
}

.n_newsdet .fr .tit a {
	width: 30px;
	height: 40px;
	background: url(../images/xwxxtb2.png) right center no-repeat;
	display: block;
}

.n_newsdet .fr .con {
	width: 100%;
	height: auto;
	padding: 10px 20px 20px 20px;
	margin-top: 15px;
	box-shadow: 0px 4px 15px #dedede;
	box-sizing: border-box;
}

.n_newsdet .fr .con ul {}

.n_newsdet .fr .con ul li {
	width: 100%;
	height: auto;
	list-style: none;
	border-bottom: 1px solid #ededed;
	padding: 15px 0;
}

.n_newsdet .fr .con ul li a {}

.n_newsdet .fr .con ul li h4 {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	font-weight: 600;
}

.n_newsdet .fr .con ul li p {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 24px;
	color: #555;
	margin: 5px 0;
	-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_newsdet .fr .con ul li:hover p {
	color: #008394;
}

/* 新闻详情 e */

/* =====================行业样式======================== */

/* 行业列表 s */
.n_applist {}

.n_applist ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0.45rem;
	overflow: hidden;
}

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


.n_applist ul li a {}

.n_applist ul li .pic {}

.n_applist ul li .pic img {}

.n_applist ul li .date {
	position: absolute;
	background: #008394;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
	bottom: 0.15rem;
	left: 0.15rem;
	z-index: 1;
}

.n_applist ul li .info {
	background-color: #eceef0;
	padding: 0.35rem;
	-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_applist ul li:hover .info {
	background-color: #008394;
}

.n_applist ul li .info h4 {
	display: block;
	font-size: 0.2rem;
	line-height: 25px;
	overflow: hidden;
	color: #2a2a2a;
	text-transform: capitalize;
}

.n_applist ul li .info p {
	margin: 0.12rem 0 0.18rem;
	font-size: 14px;
	line-height: 1.75;
	color: #6a6a6a;
}

.n_applist ul li .info i {
	font-size: 14px;
	color: #666;
}

.n_applist ul li .info span {
	font-size: 12px;
	margin-right: 6px;
}

.n_applist ul li:hover .info h4,
.n_applist ul li:hover .info p,
.n_applist ul li:hover .info i {
	color: white;
}

/* 行业列表 e */


/* =====================支持样式======================== */

/* 技术支持 s */
.n_service {}

.n_service ul {
	margin-top: 0.4rem;
}

.n_service ul li {
	margin-bottom: 0.5rem;
}

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

.n_service ul li .pic {
	width: 50%;
	overflow: hidden;
}

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

.n_service ul li .info {
	width: 50%;
	background: #f5f5f5;
	padding: 0.6rem 0.6rem;
}

.n_service ul li .info h4 {
	font-size: 0.3rem;
	color: #000;
	line-height: 1.3;
	font-weight: 700;
}

.n_service ul li .info .txt {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	margin-top: 30px;
}

.n_service ul li .info .txt p {
	margin-bottom: 0.15rem;
}

.n_service ul li .info .txt p:last-child {
	margin-bottom: 0;
}

@media all and (min-width:1000px) {
	.n_service ul li:nth-child(2n) {
		flex-direction: row-reverse;
	}
}

/* 技术支持 e */

/* 常见问题 s */
.fqa_list {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.fqa_list ul {
	overflow: hidden;
}

.fqa_list li {
	width: 100%;
}

.fqa_list li .fqa_list_q {
	width: 100%;
	padding: 21px 0;
	display: inline-block;
	border-bottom: 1px solid #efefef;
	position: relative;
	cursor: pointer;
}

.fqa_list li .fqa_list_q span {
	display: inline-block;
	line-height: 1.8;
	font-weight: bold;
	float: left;
	background: #008394;
	padding: 0px 5px;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	position: relative;
	width: 52px;
	text-align: center;
}

.fqa_list li .fqa_list_q span:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 1px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid rgb(0, 78, 162);
	position: absolute;
	bottom: -7px;
	z-index: 999;
	left: 7px;
}

.fqa_list li .fqa_list_q .fqa_list_title {
	float: left;
	padding: 0 10px;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	width: calc(100% - 160px);
}

.fqa_list li .fqa_list_q i {
	float: right;
	right: 25px;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: 18px;
	color: #999;
	transition: 0.3s;
}

.fqa_list li .fqa_list_a {
	width: 100%;
	padding: 25px 67px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #efefef;
	background: #fafafa;
	display: none;
}

.fqa_list li .fqa_list_info {
	font-size: 18px;
	line-height: 30px;
	color: #333;
}

.fqa_list li .fqa_list_q:hover .fqa_list_title,
.fqa_list li.active .fqa_list_q .fqa_list_title {
	color: #008394;
}

.fqa_list li.active .fqa_list_q {
	border-color: #fff;
}

.fqa_list li.active .fqa_list_q i {
	transform: rotateX(180deg);
	color: #008394;
}

.fqa_list_gd {
	width: 100%;
	text-align: center;
	margin-top: 45px;
	font-size: 22px;
	color: #333;
}

.fqa_list_gd a {
	color: #008394;
	border-bottom: 2px solid #008394;
}

/* 常见问题 e */

/* 下载中心 s */
.n_download {}

.n_download ul {}

.n_download ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	padding: 0.5rem 0.7rem;
	background: #eceef0;
	margin-bottom: 0.3rem;
}

.n_download ul li a {
	display: block;
}

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

.n_download ul li .time {
	font-size: 14px;
	color: #363636;
	position: relative;
	text-transform: uppercase;
	-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_download ul li h4 {
	font-size: 18px;
	color: #363636;
	font-weight: bold;
	line-height: 25px;
	height: 50px;
	margin: 0.2rem 0 0.3rem;
	font-weight: bold;
}

.n_download ul li .bot {}

.n_download ul li .bot .ico {
	color: #767676;
	line-height: 40px;
}

.n_download ul li .bot .ico i {
	font-size: 28px;
	color: #008394;
	margin-right: 0.1rem;
}

.n_download ul li .bot .ico p {
	font-size: 16px;
}

.n_download ul li .bot span {
	padding: 0.12rem 0.15rem;
	font-size: 14px;
	color: #5e5e5e;
	text-transform: uppercase;
	border: 1px solid #bcbec0;
	-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_download ul li:hover .bot span {
	background-color: #008394;
	border-color: #008394;
	color: white;
}

.n_download ul li .bot span i {
	margin-right: 0.1rem;
}

.n_download ul li .bot span p {}

/* 下载中心 e */

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

/* 联系方式 s */
.n_contact_info {}

.n_contact_info h3 {
	display: block;
	font-size: 0.32rem;
	color: #333;
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding-bottom: 0.3rem;
	margin-bottom: 0.45rem;
	font-family: 'Montserrat-Bold';
}

.n_contact_info dl {}

.n_contact_info dl dt {
	position: relative;
	padding-right: 8%;
	max-width: 50%;
}

.n_contact_info dl dt:last-child {
	padding-right: 0;
}

.n_contact_info dl dt::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 90px;
	background: #dedede;
	top: 0;
	right: 0;
}

.n_contact_info dl dt:last-child::before {
	display: none;
}

.n_contact_info dl dt .ico {
	width: 0.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	border: 1px solid #d2d2d2;
	border-radius: 500px;
	margin-right: 0.24rem;
}

.n_contact_info dl dt .ico i {
	font-size: 0.38rem;
	color: #008394;
}

.n_contact_info dl dt .txt {
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	flex: 1;
}

.n_contact_info dl dt .txt span {
	font-size: 24px;
	color: #333;
	display: block;
	margin-top: 5px;
	font-family: 'Montserrat-Bold';
}

.n_contact_info dl dt .txt p {}

.n_contact_info .box {
	margin-top: 0.8rem;
}

.n_contact_info .box .fllow {}

.n_contact_info .box .fllow p {
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
	margin-bottom: 0.2rem;
	font-family: 'Montserrat-Bold';
}

.n_contact_info .box .fllow span {
	color: #008394;
}

.n_contact_info .box .des {
	max-width: 48%;
}

.n_contact_info .box .ewm {
	max-width: 100px;
	text-align: center;
}

.n_contact_info .box .ewm img {}

.n_contact_info .box .ewm p {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

/* 联系方式 e */

/* 联系留言 s */
.n_contact_mess {
	background: #f2f5f8;
}

.n_contact_mess .fl {
	width: 46.25%;
	overflow: hidden;
	;
}

.n_contact_mess .fl iframe,
.n_contact_mess .fl #map {
	width: 100%;
	height: 5rem;
	border: none;
}

.n_contact_mess .fl #map img {
	max-width: none;
	width: auto;
}

.n_contact_mess .fr.ny_form {
	padding: 50px 30px;
	background: #fff;
	width: 52%;
	margin-top: 0;
}

.n_contact_mess .fr h3 {
	font-size: 0.32rem;
	color: #333;
	margin-bottom: 0.3rem;
}

/* 联系留言 e */

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

@media all and (max-width:1599px) {
	/* 1440 × (900/1050) */
}

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

	/* 1360 × (768) */
	.about_us03 .left li .li_box .tit {
		font-size: 22px;
	}

	.about_us03 .left li .li_box .con {
		font-size: 14px;
	}
}

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

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

	/* 1152 × (864) */
	.n_newsdet .fl,
	.n_newsdet .fr {
		width: calc(100% - 260px);
	}

	.n_newsdet .fr {
		width: 240px;
	}

	.n_newsdet .fl h3 {
		font-size: 20px;
	}
}

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


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

	/* 平板设备 720 适配 */


	.about_us02 {
		padding: 0.6rem 0;
		background-size: cover !important;
		background-position: center !important;
	}

	.about_us03 .left {
		width: 100%;
	}

	.about_us03 .right {
		display: none;
	}

	.about_us03 .left li .li_box {
		padding-right: 0.8rem;
	}

	.about_us03 .left li.cur .li_bg {
		width: 100%;
	}

	.about_us03 .left li.cur:before {
		right: 6px;
	}

	.about_us03 .left li:after {
		right: 25px;
	}

	.about_us03 .left li .li_box .tit {
		font-size: 20px;
	}

	.n_pro_list ul li,
	.n_pro_list ul li:nth-child(3n) {
		width: 49%;
		margin-right: 2%;
	}

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

	.n_pro_det .top .fr h3 {
		font-size: 0.4rem;
	}

	.n_pro_det .top .fr .inquiry a {
		padding: 0.25rem 0.5rem;
	}

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

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

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

	.n_newslist ul li .info h4 {
		font-size: 16px;
	}

	.n_newslist ul li .info p {
		margin: 0.2rem 0 0.3rem;
	}

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

	.n_newsdet .fl {
		padding: 6% 0;
	}

	.n_newsdet .fr {
		margin-top: 20px;
	}

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

	.n_applist ul li .info {
		padding: 0.6rem 0.5rem;
	}

	.n_applist ul li .info p {
		margin: 0.2rem 0 0.3rem;
	}

	.n_service ul li .pic,
	.n_service ul li .info {
		width: 100%;
	}

	.n_service ul li .info {
		padding: 0.6rem 0.5rem;
	}

	.n_service ul li .info h4 {
		font-size: 0.4rem;
	}

	.n_service ul li .info .txt {
		margin-top: 20px;
	}

	.n_service ul li .info .txt p {
		margin-bottom: 0.25rem;
	}

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

	.fqa_list li .fqa_list_q .fqa_list_title {
		font-size: 20px;
		width: calc(100% - 80px);
	}

	.fqa_list li .fqa_list_a {
		padding: 0.5rem 0.4rem;
	}

	.fqa_list li .fqa_list_info {
		font-size: 16px;
		line-height: 1.6;
	}

	.n_contact_info h3 {
		font-size: 0.4rem;
	}

	.n_contact_info dl dt {
		width: 100%;
		max-width: 100%;
		padding-right: 0;
		padding: 10px 0;
	}

	.n_contact_info dl dt::before {
		display: none;
	}

	.n_contact_info dl dt .ico {
		width: 1rem;
		height: 1rem;
		line-height: 1rem;
	}

	.n_contact_info dl dt .txt span {
		display: block;
		font-size: 20px;
		line-height: 1.5;
		margin-top: 0;
	}

	.n_contact_info .box {
		flex-direction: column;
	}

	.n_contact_info .box .des {
		width: 100%;
		max-width: 100%;
		margin: 0.4rem 0;
	}

	.n_contact_mess .fl,
	.n_contact_mess .fr.ny_form {
		width: 100%;
	}

	.n_contact_mess .fr.ny_form {
		padding: 40px 20px;
	}

	.n_contact_mess .fr h3 {
		font-size: 0.4rem;
	}
}

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

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

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

	.n_pro_det .bot {
		margin-top: 0.5rem;
	}
}

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

	/* 移动终端以上 360 适配 */
	.about_us05 ul li .info .con {
		font-size: 14px;
		line-height: 20px;
		padding: 0;
	}

	.n_pro_list ul li {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.n_pro_det .bot .bot_tit a {
		padding: 12px 30px;
		font-size: 14px;
	}

	.n_applist ul li .info h4 {
		font-size: 18px;
	}

	.n_download ul li {
		padding: 0.4rem 5%;
	}

	.n_download ul li h4 {
		font-size: 16px;
		margin: 0.4rem 0 0.5rem;
	}

	.n_download ul li .bot .ico p {
		font-size: 14px;
	}

	.n_download ul li .bot span {
		padding: 0.18rem 0.2rem;
	}

	.fqa_list li .fqa_list_q .fqa_list_title {
		font-size: 16px;
		line-height: 1.3;
	}

	.fqa_list li .fqa_list_q span {
		font-size: 14px;
	}

	.fqa_list li .fqa_list_q i {
		top: 30px;
		font-size: 16px;
	}

	.fqa_list li .fqa_list_info {
		font-size: 14px;
	}

	.n_contact_info dl dt .txt span {
		font-size: 18px;
	}

	.n_contact_info dl dt .txt p {
		line-height: 1.3;
	}

	.n_pro_det .bot .bot_con .des h4 {
		font-size: 20px;
		margin-top: 10px;
		margin-bottom: 6px;
	}
}

@media all and (max-width:480px) {
	.about_us02 .infor .smal_tit {
		font-size: 16px;
	}


	.n_contact_info dl dt .txt p {
		font-size: 14px;
	}

	.n_service ul li .info .txt {
		font-size: 14px;
		line-height: 20px;
	}
}

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

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