@font-face {
	font-family: 'PoppinsLight';
	src: url('../font/PoppinsLight.woff2');
}

@font-face {
	font-family: 'PoppinsMedium';
	src: url('../font/PoppinsMedium.woff2');
}

.phone-section {
	display: none;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.center {
	width: 75%;
	margin: 0 auto;
}

.center-b {
	width: 80%;
	margin: 0 auto;
}

.center-c {
	width: 60%;
	margin: 0 auto;
}

/******************************************/
@keyframes move1 {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(360deg);
	}
}

@keyframes move2 {
	0% {
		transform: rotateX(60deg) scale(1);
	}

	50% {
		transform: rotateX(60deg) scale(1.8);
	}

	100% {
		transform: rotateX(60deg) scale(1);
	}
}

@keyframes move3 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.3);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes move4 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
@keyframes move5 {
	0% {
		width: 100%;
	}

	50% {
		width: 10%;
	}

	100% {
		width: 100%;
	}
}
.imgmove {
	overflow: hidden;
}

.imgmove img {
	transition: all 0.8s ease 0.1s;
}

.imgmove img:hover {
	transform: scale(1.1);
}

/******************************************/
.i-caption .p-a {
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-family: 'PoppinsMedium';
}

.i-caption .p-b {
	font-size: 18px;
	line-height: 38px;
	color: #707070;
	margin: 20px 0 0 0;
	text-align: center;

}

.n-caption {
	font-size: 36px;
	color: #000000;
	font-family: 'PoppinsMedium';
	text-align: center;
}

/******************************************/
.hatch-window {
	position: fixed;
	bottom: 100px;
	right: 3%;
	z-index: 999;
	background: #62B9E3;
	border-radius: 50px;
}

.hatch-window a .text {
	font-size: 18px;
	color: #fff;

	padding: 0 0px;
	line-height: 70px;
	background: url(../img/hat2.png) no-repeat center;
	width: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
	transition: all 0.3s;
}

.hatch-window a .img {
	width: 70px;
	height: 70px;
	justify-content: center;
}

.hatch-window a .img img {
	width: 35px;
}

.hatch-window a:hover .text {
	width: auto;
	height: auto;
	opacity: 1;
	padding: 0 20px;
}

.hatch-box {
	display: none;
	position: fixed;
	left: 0;
	top: 0%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	z-index: 99999;
	-webkit-transform: translateZ(1000px);
	-moz-transform: translateZ(1000px);
	-o-transform: translateZ(1000px);
	transform: translateZ(1000px);
}

.hatch-box .hea {
	position: absolute;
	top: 20%;
	width: 40%;
	left: 30%;
	background: #fff;
	box-sizing: border-box;
	padding: 2% 5%;
}

.hatch-box .hea .hatchclose {
	position: absolute;
	top: 5%;
	right: 5%;
}

.hatch-box .hea .hatchclose a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #23c3ff;
	justify-content: center;
}

.hatch-box .hea .caption {
	font-size: 26px;
	text-align: center;
	color: #000000;
	margin: 30px 0;
}

.hatch-box .hea .element {
	flex-wrap: wrap;
	position: relative;
}

.hatch-box .hea .element .inputbox {
	width: 48%;
}

.hatch-box .hea .element .inputbox input {
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	color: #707070;
	margin: 0 0 30px 0;
	border: 0;
	border-bottom: 1px solid #707070;
	box-sizing: border-box;
	padding: 0 15px;
	outline: none;
}

.hatch-box .hea .element .textareabox {
	width: 100%;
	background: #f7f7f7;
}

.hatch-box .hea .element .textareabox textarea {
	width: 100%;
	border: 0;
	background: #f7f7f7;
	font-size: 16px;
	box-sizing: border-box;
	padding: 15px 15px;
	outline: none;
	line-height: 20px;
}

.hatch-box .hea .element .submitbox {
	width: 30%;
	position: absolute;
	bottom: -2%;
	right: 0;
}

.hatch-box .hea .element .submitbox input {
	background: #23c3ff;
	border: 0;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	width: 100%;
}

.hatchactive {
	display: block !important;
}

.hatch-window-b {
	bottom: 180px;
	right: 3%;
}

.hatch-window-b a .img img {
	padding: 0px 0px 0 0;
	width: 30px;
}

/******************************************/
header {
	position: fixed;
	width: 100%;
	z-index: 99999;
}

header .hea .logo a {
	height: 100px;
	flex-direction: column;
	justify-content: center;
}

header .hea .nav {
	width: 80%;
	justify-content: flex-end;
}

header .hea .nav .ul-a {
	width: 70%;
	margin: 0 5% 0 0;
}

header .hea .nav .ul-a .li-a .a-a .text {
	font-size: 18px;
	color: #000000;

	transition: 0.3s;
	line-height: 100px;
}

header .hea .nav .ul-a .li-a .a-a .img {
	margin: 0 0 0 10px;
	transition: 0.3s;
}

header .hea .nav .ul-a .li-a .a-a .img img:nth-child(1) {
	display: inline;
}

header .hea .nav .ul-a .li-a .a-a .img img:nth-child(2) {
	display: none;
}

header .hea .nav .ul-a .li-a:hover .a-a .text {
	color: #62b9e3;
}

header .hea .nav .ul-a .li-a:hover .a-a .img img:nth-child(1) {
	display: none;
}

header .hea .nav .ul-a .li-a:hover .a-a .img img:nth-child(2) {
	display: inline;
}

header .hea .nav .ul-a .li-a:hover .element {
	display: flex;
}

header .hea .nav .ul-a .li-a .element {
	position: absolute;
	display: none;
	left: 0;
	transition: 0.3s;
	top: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 999;
	box-sizing: border-box;
	padding: 20px 15%;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-start;
}

header .hea .nav .ul-a .li-a .element .imgbox {
	width: 13%;
	margin: 0 1.5%;
}
header .hea .nav .ul-a .li-a .element .imgbox .img{
	border-radius: 10px;
}
header .hea .nav .ul-a .li-a .element .imgbox img {
	height: 120px;
	width: 100%;
	object-fit: cover;
}

header .hea .nav .ul-a .li-a .element .imgbox a .text {
	font-size: 14px;
	color: #818181;
	text-align: center;
	padding: 12px 0;

	text-transform: uppercase;
}

header .hea .nav .ul-a .li-a .element .imgbox:hover a .text {
	color: #62B9E3;
}

header .hea .nav .ul-a .special-a {
	position: relative;
}
header .hea .nav .ul-a .special-b .ul-b{
	width: 180% !important;
	left: -45% !important;
}
header .hea .nav .ul-a .special-b .ul-b .li-b .a-b{
	text-align: left !important;
	padding: 8px 10% !important;
}
header .hea .nav .ul-a .li-a .ul-b {
	position: absolute;
	width: 200%;
	top: 100%;
	left: -50%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 99;
	display: none;
	padding: 0 0 10px 0;
}

header .hea .nav .ul-a .special-a:hover .ul-b {
	display: block;
}

header .hea .nav .ul-a .li-a .ul-b .li-b .a-b {
	font-size: 17px;
	color: #818181;

	text-align: center;
	display: block;
	padding: 8px 0;
}

header .hea .nav .ul-a .li-a .ul-b .li-b:hover .a-b {
	color: #62B9E3;
}

header .hea .nav .functionality {
	width: 6%;
	justify-content: center;
	position: relative;
}
header .hea .nav .functionality::after{
	position: absolute;
	width: 1px;
	height: 50%;
	right: 0;
	top: 25%;
	background: #b2b2b2;
	content: '';
}
header .hea .nav .functionality .earth {
	display: block;
	animation: move1 4s infinite;
	animation-duration: 4s;
}

header .hea .nav .functionality .hr {
	font-size: 24px;
	color: #b2b2b2;
}

header .hea .nav .language {
	width: 6%;
	position: relative;
}

header .hea .nav .language a {
	justify-content: center;
	font-size: 16px;
	color: #000000;

}

header .hea .nav .language .now{
	color: #000000;
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 32%;
}
header .hea .nav .language .now::after{
	position: absolute;
	width: 1px;
	height: 50%;
	right: 0;
	top: 25%;
	background: #b2b2b2;
	content: '';
}
header .hea .nav .language ul {
	position: absolute;
	width: 100%;
	left: 0%;
	top: 50px;
	z-index: 99;
	background: #fff;
	box-shadow: 0 0 10px 0 #b2b2b2;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 10% 10%;
	opacity: 0;
	transition: all 0.5s;
}

header .hea .nav .language ul li {
	font-size: 16px;
	line-height: 30px;
	color: #7f7e7e;
	text-align: center;
	border-bottom: 1px solid #e1e2e2;
}

header .hea .nav .language ul li:last-child {
	border: 0 solid #e1e2e2;
}

header .hea .nav .language ul::before {
	position: absolute;
	left: 40%;
	top: -25px;
	border-top: 10px solid #ffffff00;
	border-left: 10px solid #ffffff00;
	border-right: 10px solid #ffffff00;
	border-bottom: 15px solid #ffffff;
	content: '';
}

header .hea .nav .language:hover ul {
	display: block;
	opacity: 1;
}
.fixnav{
	background: #fff;
}
.hide{
	display: none;
}
/******************************************/
.banner{
	padding: 100px 0 0 0;
}
.banner .ban .swiper1 .swiper-slide video {
	width: 100%;
	height: 550px;
	object-fit: cover;
}

.banner .ban .swiper1 .swiper-slide img {
	display: block;
	width: 100%;
	/* height: 550px; */
	object-fit: cover;
}

.banner .ban .swiper1 .element {
	position: absolute;
	bottom: 50px;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	padding: 0 5%;
}

.banner .ban .swiper1 .swiper-button-prev-a {
	position: unset;
	width: auto;
	height: auto;
	font-size: 18px;
	color: #fff;
	margin: 0 10px 0 0;
}

.banner .ban .swiper1 .swiper-button-prev-a::after {
	display: none;
}

.banner .ban .swiper1 .swiper-button-next-a {
	position: unset;
	width: auto;
	height: auto;
	font-size: 18px;
	color: #fff;
	margin: 0;
}

.banner .ban .swiper1 .swiper-button-next-a::after {
	display: none;
}

.banner .ban .swiper1 .swiper-button-prev-b {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	left: 30px;
}

.banner .ban .swiper1 .swiper-button-prev-b::after {
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
}

.banner .ban .swiper1 .swiper-button-next-b {
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	right: 30px;
}

.banner .ban .swiper1 .swiper-button-next-b::after {
	font-size: 24px;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
}

.banner .ban .swiper1 .num {
	font-size: 25px;
	color: #fff;
	z-index: 999;
	margin: 0 15px;

}

.banner .ban .swiper1 .swiper-pagination {
	position: unset;
	width: auto;
}

.banner .ban .swiper1 .swiper-pagination .swiper-pagination-bullet {
	width: 45px;
	height: 1px;
	border-radius: 0;
	margin: 0;
	background: #9e9e9e;
}

.banner .ban .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
	background: #62b9e3;
}

/******************************************/
.about .abo {
	padding: 80px 0 0 0;
	position: relative;
}


.about .abo .text .p-a {
	font-size: 25px;
	text-align: center;
	font-family: 'PoppinsMedium';
	color: #707070;
}

.about .abo .text .p-a span {
	position: relative;
	color: #000000;
}

.about .abo .text .p-a span::before {
	position: absolute;
	width: 47px;
	height: 47px;
	background: url(../img/ind2.png) no-repeat;
	background-size: cover;
	content: '';
	left: -15px;
	top: -5px;
	z-index: 9;
}

.about .abo .text .p-b {
	font-size: 22px;
	color: #707070;

	text-align: center;
	line-height: 38px;
	width: 75%;
	margin: 0 auto 55px;
}

.abo .img{width: 100%;position: relative;overflow: hidden;}

.about .abo .videobtn {
	position: absolute;
	right: 28%;
	top: 39%;
	width: 6%;
	text-align: center;
}

.about .abo .videobtn a {
	display: block;
	position: relative;
	z-index: 99;
}

.about .abo .videobtn::after {
	position: absolute;
	width: 130%;
	height: 130%;
	left: -15%;
	top: -15%;
	border-radius: 50%;
	background: #62b9e360;
	
	content: '';
	animation: move4 3s infinite;
}

.videobox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.5);
	z-index: 999;
	display: none;
	justify-content: center;
}

.videobox .video {
	width: 60%;
	margin: 0 auto;
}

.videobox .video video {
	width: 100%;
}

.videobox .videoclose {
	width: 60%;
	margin: 0 auto 30px;
	text-align: right;
}

.active-video {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/******************************************/
.applications {
	background: #f6f6f6;
}

.applications .app {
	padding: 80px 0 50px;
}

.applications .app .element {
	flex-wrap: wrap;
	margin: 50px 0 0 0;
	position: relative;
}

.applications .app .element .swiper2 {
	height: 630px;
	margin: 0 0 20px 0;
}

.applications .app .element .swiper2 .swiper-slide {
	height: auto;
}

.applications .app .element .swiper2 .imgbox {
	margin: 0 auto 10px auto;
	width: 95%;
}

.applications .app .element .swiper2 .imgbox a .img {
	margin: 0 0 15px 0;
	border-radius: 10px;
}

.applications .app .element .swiper2 .imgbox a .text .title {
	height: 46px;
	background: url(../img/ind5.png) left no-repeat;
	background-size: contain;
	font-size: 18px;
	color: #000000;
	transition: 0.3s;
}

.applications .app .element .swiper2 .imgbox a .text .btn i {
	margin: 5px 0 0 0;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/ind6.png);
	transition: 0.2s;
	background-repeat: no-repeat;
}

.applications .app .element .swiper2 .imgbox:hover a .text .title {
	color: #62b9e3;
}

.applications .app .element .swiper2 .imgbox:hover a .text .btn img {
	margin: 3px 0 2px 5px;
}

.applications .app .element .swiper-button-prev {
	left: -5%;
	top: 42%;
	color: #62b9e3;
}

.applications .app .element .swiper-button-next {
	right: -5%;
	top: 42%;
	color: #62b9e3;
}

.applications .app .more {
	width: 9%;
	margin: 0 auto;
}

.applications .app .more a .p {
	font-size: 16px;
	color: #62b9e3;

	padding: 0 0 10px 0;
	/* border-bottom: 2px solid #a2a2a2; */
	position: relative;
}

.applications .app .more a .p::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -2px;
	width: 0;
	height: 2px;
	background: #62b9e3;
	transition: 0.3s;
}

.applications .app .more a .img {
	padding: 0 10px 10px 0;
	transition: 0.5s;
}

.applications .app .more:hover a .p::after {
	width: 100%;
}

.applications .app .more:hover a .img {
	padding: 0 0 10px 10px;
}

/******************************************/
/******************************************/
.news {
	background: url(../img/ind8.jpg) no-repeat;
	background-size: cover;
}

.news .new {
	padding: 80px 0 0 0;
	position: relative;
}

.news .new .element {
	background: #eaeaea;
	margin: 90px 0 0 0;
	position: relative;
}

.news .new .element .left {
	width: 50%;
}

.news .new .element .left .imgbox {
	position: absolute;
	width: 36%;
	top: 0%;
	left: 5%;
	background: #fff;
	box-shadow: 0 0 10px 0 #999;
	transition: 0.5s;
	transform: translateY(0px);
}

.news .new .element .left .imgbox .img img {
	width: 100%;
}
.news .new .element .left .imgbox .img video{
	width: 100%;
}
.news .new .video{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999999;
}
.news .new .video video{
	position: absolute;
	width: 50%;
	left: 25%;
	top: 25%;
}
.news .new .active-a{
	display: none;
}
.news .new .video .close{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
}
.news .new .element .left .imgbox .img .btn{
	position: absolute;
	width: 15%;
	top: 35%;
	left: 42.5%;
	z-index: 99;
	overflow: unset;
}
.news .new .element .left .imgbox a .text .title {
	padding: 5% 5%;
	box-sizing: border-box;
}

.news .new .element .left .imgbox a .text .title .p-a {
	font-size: 23px;
	color: #000000;
	transition: 0.3s;
	line-height: 45px;
	font-family: 'PoppinsMedium';
}

.news .new .element .left .imgbox a .text .title .p-b {
	font-size: 22px;
	color: #000000;
	transition: 0.3s;
	line-height: 35px;
	font-family: 'PoppinsMedium';
	display: none;
}

.news .new .element .left .imgbox a .text .more {
	padding: 0 5% 30px 5%;
	justify-content: flex-start;
}

.news .new .element .left .imgbox a .text .more .p {
	font-size: 18px;
	color: #62b9e3;
	padding: 0 10px 0 0;
}

.news .new .element .left .imgbox a .text .more img {
	margin: 0 5px 0 0;
	transition: 0.5s;
}

.news .new .element .left .imgbox a .text .hr {
	width: 100%;
	height: 1px;
	background: #dddee1;
	position: relative;
}

.news .new .element .left .imgbox a .text .hr::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 1px;
	content: '';
	background: #62b9e3;
	transition: 0.5s;
}

.news .new .element .left .imgbox a .text .time {
	font-size: 17px;
	color: #959595;
	line-height: 45px;
	padding: 0 5%;
}

.news .new .element .left .imgbox:hover a .title {
	color: #62b9e3;
}

.news .new .element .left .imgbox:hover a .hr::after {
	width: 100%;
}

.news .new .element .left .imgbox:hover a .more img {
	margin: 0 0 0 5px;
}

.news .new .element .right {
	width: 50%;
	padding: 80px 3% 80px 0;
}

.news .new .element .right .title {
	padding: 0 0 35px 0;
}

.news .new .element .right .title .p-a {
	font-size: 34px;
	color: #62B9E3;
	font-family: 'PoppinsMedium';
	margin: 0 0 15px 0;
}

.news .new .element .right .title .p-b {
	font-size: 26px;
	color: #000000;

}

.news .new .element .right .text {
	font-size: 17px;
	color: #717171;

	line-height: 34px;
	margin: 0 0 50px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news .new .element .right .more {
	width: 20%;
	transition: 0.5s;
}

.news .new .element .right .more a {
	display: block;
	background: #62b9e3;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	font-size: 15px;
	line-height: 55px;
}

.news .new .element .right .more:hover {
	margin: 0 0 0 10px;
}
.news .new .swiper-button-prev{
	color: #62b9e3;
	top: 60%;
	left: -5%;
}
.news .new .swiper-button-next{
	color: #62b9e3;
	top: 60%;
	right: -5%;
}
.news .new .swiper3{
	padding: 0 0 80px 0;
}

/******************************************/
.global .glo {
	padding: 100px 0 0 0;
}

.global .glo .element {
	position: relative;
}

.global .glo .element .bgimg {
	text-align: center;
}

.global .glo .element .bgimg img:nth-child(1) {
	display: inline;
}

.global .glo .element .bgimg img:nth-child(2) {
	display: none;
}

.global .glo .element .surface {
	position: absolute;
	width: 25px;
	z-index: 9;
}

.global .glo .element .surface .text {
	width: 75px;
	text-align: center;
	font-size: 18px;
	color: #707070;
	position: absolute;
	right: -25px;
	bottom: 5px;
	font-weight: bold;
	opacity: 0;
	transition: 0.3s;
}

.global .glo .element .surface a img {
	position: absolute;
	z-index: 9999;
}

.global .glo .element .surface .textbox {
	position: absolute;
	width: 1600%;
	left: -800%;
	top: 50px;
	background: rgba(98, 185, 227, 0.8);
	box-sizing: border-box;
	padding: 20px 10px;
	border-radius: 10px;
	display: none;
	opacity: 0;
	transition: all 0.3s;
	z-index: 99999;
}

.global .glo .element .surface .textbox .p-a {
	justify-content: flex-start;
	align-items: flex-start;
	line-height: 22px;
}

.global .glo .element .surface .textbox .p-a .img {
	width: 6%;
	padding: 2px 0 0 0;
}

.global .glo .element .surface .textbox .p-a .p {
	width: 90%;
	font-size: 16px;
	color: #ffffff;
	font-family: 'PoppinsMedium';
}

.global .glo .element .surface .textbox .p-b {
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
}

.global .glo .element .surface::before {
	position: absolute;
	width: 15px;
	height: 15px;
	left: 5px;
	top: 15px;
	background: rgba(232, 66, 114, 0.6);
	content: '';
	border-radius: 30px;
	animation: move2 3s infinite;
	z-index: 9;
}

.global .glo .element .surface::after {
	position: absolute;
	width: 35px;
	height: 35px;
	left: -5px;
	top: 5px;
	background: rgba(232, 66, 114, 0.15);
	content: '';
	border-radius: 30px;
	z-index: 9;
	animation: move2 3s infinite;
}
.global .glo .element .surface:hover{
	z-index: 99;
}
.global .glo .element .surface:hover .text {
	opacity: 1;
}

.global .glo .element .surface:hover .textbox {
	opacity: 1;
	display: block;
}

.global .glo .element .surface-a {
	top: 16.5%;
	left: 17.5%;
}

.global .glo .element .surface-b {
	top: 31%;
	left: 34%;
}

.global .glo .element .surface-c {
	top: 61%;
	left: 38%;
}

.global .glo .element .surface-d {
	top: 32.5%;
	left: 37.5%;
}

.global .glo .element .surface-e {
	top: 29%;
	left: 40.5%;
}

.global .glo .element .surface-f {
	top: 18%;
	left: 51.8%;
}

.global .glo .element .surface-g {
	top: 32%;
	left: 63%;
}

.global .glo .element .surface-h {
	top: 40%;
	left: 33%;
}

.global .glo .element .surface-i {
	top: 50%;
    left: 33.5%;
}

.global .glo .element .surface-j {
	top: 51%;
    left: 31%;
}
.global .glo .element .imgbody {
	position: absolute;
	top: 10%;
	right: 0%;
	width: 21%;
}

.global .glo .element .imgbody .imgbox {
	position: relative;
	width: 45%;
}

.global .glo .element .imgbody .imgbox .text {
	position: absolute;
	left: 10%;
	top: 20%;
	width: 80%;
}

.global .glo .element .imgbody .imgbox .text .p-a {
	font-size: 60px;
	margin: 0 0 15px 0;
	font-family: 'PoppinsMedium';
}

.global .glo .element .imgbody .imgbox .text .p-b {
	font-size: 16px;
	line-height: 21px;
	font-family: 'PoppinsMedium';
}

.global .glo .element .imgbody .imgbox-a {
	border: 3px solid #bfbfbf;
}

.global .glo .element .imgbody .imgbox-a .text .p-a {
	color: #bfbfbf;
}

.global .glo .element .imgbody .imgbox-a .text .p-b {
	color: #000000;
}

.global .glo .element .imgbody .imgbox-b {
	border: 3px solid #62b9e3;
}

.global .glo .element .imgbody .imgbox-b .text .p-a {
	color: #62b9e3;
}

.global .glo .element .imgbody .imgbox-b .text .p-b {
	color: #62b9e3;
}

/******************************************/
footer {
	border-top: 3px solid #19171a;
	background: url(../img/foo1.jpg) no-repeat;
	background-size: cover;
}

footer .foo-a {
	border-top: 1px solid #d1d1d1;
}

footer .foo-a .foo {
	padding: 50px 0;
}

footer .foo-a .foo .more a .p {
	font-size: 18px;
	color: #000000;
	margin: 0 25px 0 0;

}

footer .foo-b .foo {
	align-items: flex-start;
	padding: 0 0 50px 0;
}

footer .foo-b .foo .left {
	width: 25%;
}

footer .foo-b .foo .left .functionality {
	justify-content: flex-start;
	margin: 50px 0 0px 0;
}

footer .foo-b .foo .left .functionality .img {
	margin: 0 5% 0 0;
}

footer .foo-b .foo .left .inbox {
	justify-content: flex-start;
	margin: 0 0 50px 0;
}

footer .foo-b .foo .left .inbox .img {
	width: 10%;
	margin: 0 5% 0 0;
}

footer .foo-b .foo .left .inbox .text {
	width: 85%;
	font-size: 18px;
	color: #000000;
}

footer .foo-b .foo .left .add {
	font-size: 18px;
	color: #000000;
	line-height: 32px;
	font-family: 'PoppinsMedium';
}

footer .foo-b .foo .right {
	width: 55%;
	align-items: flex-start;
	flex-wrap: wrap;
}

footer .foo-b .foo .right li {
	width: 50%;
	margin: 0 0 30px 0;
}

footer .foo-b .foo .right li:nth-child(even) {
	width: 40%;
}

footer .foo-b .foo .right li a {
	font-size: 22px;
	color: #000000;
	font-family: 'PoppinsMedium';
}

footer .foo-b .foo .right li:last-child {
	width: 40%;
	margin: 30px 0 0 auto;
	padding: 0 0 8px 0;
	border-bottom: 3px solid #62b9e3;
}

footer .foo-b .foo .right li:hover a {
	color: #62B9E3;
}

/******************************************/
.n-banner{
	padding: 100px 0 0 0;
}
.n-banner .ban {
	position: relative;
	min-height: 60px;
}

.n-banner .ban .crumb {
	border-top: 2px solid #F4F4F4;
	position: unset;
	width: 100%;
	left: 0;
	top: 0;
	background: #f6f6f6;
}

.n-banner .ban .crumb .cru {
	justify-content: flex-start;
}

.n-banner .ban .crumb .cru li {
	margin: 0 15px 0 0;
}

.n-banner .ban .crumb .cru li:first-child {
	width: 18px;
}

.n-banner .ban .crumb .cru li a {
	line-height: 60px;
	font-size: 17px;
	color: #000000;
	display: block;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.n-banner .ban .crumb .cru li img {
	width: 8px;
}

.n-banner .ban .crumb .cru li:first-child img {
	width: 15px;
}
.n-banner .ban .img{
	text-align: center;
	/* padding: 60px 0 0 0; */
}
.n-banner .ban .text{
	position: absolute;
	left: 12.5%;
	top: 90px;
	z-index: 9;
}
.n-banner .ban .text-b{
	width: 100%;
	position: absolute;
	left: 0%;
	top: 50%;
	z-index: 9;
}
.n-banner .ban p{
	width: 100%;
	font-size: 50px;
	text-align: center;
	color: #fff;
	font-weight: 500;
    font-family: 'PoppinsMedium';
	position: relative;
}
.n-banner .ban p::after{
	position: absolute;
	left: 48.5%;
	bottom: -30%;
	width: 3%;
	height: 5px;
	content: '';
	background: #62B9E3;
}
.n-banner .ban .text h1{
	font-size: 26px;
    color: #303030;
    margin: 0 0 10px 0;
	font-weight: 500;
    font-family: 'PoppinsMedium';
}
.n-banner .ban .text h2{
	font-size: 22px;
    color: #505050;
	font-weight: 500;
    margin: 0 0 20px 0;
    font-family: 'PoppinsMedium';
}

/******************************************/
.n-about .abo-a .abo {
	padding: 80px 0 0px;
	box-sizing: border-box;
}

.n-about .abo-a .abo .p-a {
	font-size: 36px;
	color: #000000;
	font-family: 'PoppinsMedium';
	text-align: center;
	margin: 0 0 40px 0;
}

.n-about .abo-a .abo .p-b {
	font-size: 18px;
    color: #303030;
    line-height: 34px;

}
.n-about .abo-b {
	background: url(../img/abo3.jpg) bottom no-repeat;
}

.n-about .abo-b .abo .left {
	width: 100%;
	background-size: cover;
	box-sizing: border-box;
	padding: 3% 0% 3% 0%;
}

.n-about .abo-b .abo .right {
	width: 45%;
}

.n-about .abo-b .abo .title {
	font-size: 34px;
	color: #707070;
	line-height: 44px;
	margin: 0 0 15px 0;
	font-family: 'PoppinsMedium';
}

.n-about .abo-b .abo .text {
	font-size: 18px;
    color: #303030;
    line-height: 34px;

}

/* .n-about .abo-c {
	background: url(../img/abo3.jpg) bottom no-repeat;
	background-size: cover;
}

.n-about .abo-c .abo {
	padding: 20px 0;
	flex-wrap: wrap;
} */

.n-about .abo-c .abo .left {
	width: 25%;
}

.n-about .abo-c .abo .left .top {
	margin: 0 0 20px 0;
}

.n-about .abo-c .abo .left .top .num {
	width: 50%;
	font-size: 104px;
	color: #212030;
	border-right: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding: 0 5% 0 0;
	text-align: center;
	font-family: 'PoppinsMedium';
}

.n-about .abo-c .abo .left .top .caption {
	width: 50%;
	box-sizing: border-box;
	padding: 0 0 0 8%;
}

.n-about .abo-c .abo .left .top .caption .p-a {
	font-size: 43px;
	color: #212030;
	font-family: 'PoppinsMedium';
}

.n-about .abo-c .abo .left .top .caption .p-b {
	font-size: 35px;
	color: #212030;

}

.n-about .abo-c .abo .left .bottom {
	font-size: 25px;
	color: #212030;
	text-align: center;

}

.n-about .abo-c .abo .right {
	width: 70%;
}

.n-about .abo-c .abo .right .p-a {
	font-size: 27px;
	color: #212030;
	line-height: 32px;
	font-family: 'PoppinsMedium';
	margin: 0 0 10px 0;
}

.n-about .abo-c .abo .right .p-b {
	font-size: 22px;
	color: #707070;
	line-height: 32px;

}

.n-about .abo-c .abo .down {
	width: 100%;
	font-size: 18px;
	color: #707070;
	line-height: 32px;

}

.n-about .abo-d {
	background: #fff;
}

.n-about .abo-d .abo {
	padding: 80px 0;
}

.n-about .abo-d .abo .img {
	width: 31%;
}

/******************************************/
.n-applications .app-a {
	background: url(../img/pro1.jpg) no-repeat;
	background-size: cover;
}

.n-applications .app-a .app {
	padding: 80px 0 40px 0;
}

.n-applications .app-a .app .left {
	width: 48%;
}

.n-applications .app-a .app .left .title {
	font-size: 55px;
	color: #000000;
	margin: 0 0 40px 0;
	font-family: 'PoppinsMedium';
}

.n-applications .app-a .app .left .text {
	font-size: 22px;
	color: #707070;
	line-height: 35px;

}

.n-applications .app-c .app {
	padding: 10px 0 90px 0;
}

.n-applications .app-c .app .element {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.n-applications .app-c .app .element .imgbox {
	width: 14%;
	margin: 0 1% 15px 1%;
}
.n-applications .app-c .app .element .imgbox a .img{
	border-radius: 10px;
}
.n-applications .app-c .app .element .imgbox a .text {
	box-sizing: border-box;
	padding: 3% 0% 5% 0%;
}

.n-applications .app-c .app .element .imgbox a .text .title {
	font-size: 18px;
	color: #000000;
	height: 46px;
	background: url(../img/pro2.png) no-repeat;
	background-size: contain;

}

.n-applications .app-c .app .element .imgbox a .text .btn {
	justify-content: flex-start;
	font-size: 18px;

	color: #62B9E3;
}
.n-applications .app-c .app .element .imgbox a .text .btn i {
	margin: 5px 0 0 0;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../img/ind6.png);
	transition: 0.2s;
	background-repeat: no-repeat;
}
.n-applications .app-c .app .element .imgbox a .text .btn p {
	margin: 0 15px 0 0;
}

.n-applications .app-c .app .element .imgbox a .text .btn img {
	margin: 5px 0 0 0;
	transition: 0.2s;
	width: 20px;
}

.n-applications .app-c .app .element .imgbox:hover a .text .btn i {
	margin: 3px 0 2px 5px;
}
.n-applications .app-c .app .element .imgbox:hover a .text .title{
	color: #62B9E3;
}
/******************************************/
.n-applications-a .app-a {
	background: url(../img/appa-1.jpg) bottom no-repeat;
	background-size: cover;
}

.n-applications-a .app-a .app {
	padding: 50px 0;
}

.n-applications-a .app-a .app .left {
	width: 100%;
}

.n-applications-a .app-a .app .left .title .p-a {
	font-size: 29px;
	color: #707070;
	margin: 0 0 20px 0;
	font-family: 'PoppinsMedium';
}

.n-applications-a .app-a .app .left .title .p-b {
	font-size: 55px;
	color: #000000;
	margin: 0 0 40px 0;
	font-family: 'PoppinsMedium';
}

.n-applications-a .app-a .app .left .text {
	font-size: 22px;
	color: #707070;
	line-height: 35px;

}

.n-applications-a .app-a .app .right {
	width: 30%;
	text-align: right;
}

.n-applications-a .app-b {
	background: #EBEBEE;
	padding: 100px 0;
}

.n-applications-a .app-b .app {
	justify-content: center;
}

.n-applications-a .app-b .app .imgbox {
	width: 25%;
	margin: 0 5%;
}

.n-applications-a .app-b .app .imgbox a .title {
	font-size: 24px;
	color: #000000;
	font-family: 'PoppinsMedium';
	padding: 20px 0;
	text-align: center;
}

.n-applications-a .app-b .imgbox a .more {
	justify-content: center;
	font-size: 22px;
	color: #62B9E3;

}

.n-applications-a .app-b .imgbox a .more p {
	margin: 0 15px 0 0;
}

/* .n-applications-a .app-b .imgbox {
  padding: 85px 0;
}
.n-applications-a .app-b .imgbox a .left {
  width: 48%;
}
.n-applications-a .app-b .imgbox a .left .title {
  font-size: 55px;
  color: #000000;
  margin: 0 0 40px 0;
  font-family: 'PoppinsMedium';
  line-height: 70px;
}
.n-applications-a .app-b .imgbox a .left .text {
  font-size: 21px;
  color: #717171;
  line-height: 39px;
  margin: 0 0 30px 0;
  
}
.n-applications-a .app-b .imgbox a .left .more {
  justify-content: flex-start;
  font-size: 22px;
  color: #62B9E3;
  
}
.n-applications-a .app-b .imgbox a .left .more p {
  margin: 0 15px 0 0;
}
.n-applications-a .app-b .imgbox a .right {
  width: 48%;
  text-align: right;
}
.n-applications-a .app-b .imgbox:nth-child(2){
  background: #fff;
  padding: 0;
}
.n-applications-a .app-b .imgbox:nth-child(2) a {
  position: relative;
  top: -50px;
}
.n-applications-a .app-b .imgbox:nth-child(2) a .left{
  position: absolute;
  right: 0;
} */
.n-applications-a .app-c .app {
	padding: 70px 0 0 0;
}

.n-applications-a .app-c .app .element {
	margin: 80px 0 250px 0;
}

.n-applications-a .app-c .app .element .imgbox {
	width: 45%;
}

.n-applications-a .app-c .app .element .imgbox a {
	position: relative;
	display: block;
}

.n-applications-a .app-c .app .element .imgbox a .text {
	position: absolute;
	left: 5%;
	top: 85%;
	width: 90%;
	box-sizing: border-box;
	padding: 5% 5%;
	background: #fff;
	box-shadow: 0px 8px 15px -6px rgba(0, 0, 0, 0.11);
}

.n-applications-a .app-c .app .element .imgbox a .text .p-a {
	font-size: 42px;
	color: #000;
	margin: 0 0 50px 0;
	line-height: 50px;
	font-family: 'PoppinsMedium';
}

.n-applications-a .app-c .app .element .imgbox a .text .p-b {
	font-size: 21px;
	color: #717171;
	line-height: 39px;
	font-family: 'PoppinsMedium';
	margin: 0 0 50px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.n-applications-a .app-c .app .element .imgbox a .text .more {
	width: 30%;
	background: #62B9E3;
	line-height: 55px;
	font-size: 19px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
}

/******************************************/
/* .n-products .pro-a {
	background: url(../img/pro1.jpg) no-repeat;
	background-size: cover;
}

.n-products .pro-a .pro {
	padding: 80px 0;
}

.n-products .pro-a .pro .left {
	width: 48%;
}

.n-products .pro-a .pro .left .title {
	font-size: 34px;
	color: #000000;
	margin: 0 0 40px 0;
	font-family: 'PoppinsMedium';
}

.n-products .pro-a .pro .left .text {
	font-size: 18px;
	color: #707070;
	line-height: 35px;

}

.n-products .pro-a .pro .right {
	width: 48%;
}

.n-products .pro-b .pro {
	padding: 100px 0 0 0;
	align-items: flex-start;
}

.n-products .pro-b .pro .left {
	width: 40%;
	position: relative;
}

.n-products .pro-b .pro .left .li {
	position: absolute;
}

.n-products .pro-b .pro .left .li-a {
	left: 0;
	top: 40%;
}

.n-products .pro-b .pro .left .li-b {
	left: 10%;
	top: 0%;
}

.n-products .pro-b .pro .left .li-c {
	left: 40%;
	top: 65%
}

.n-products .pro-b .pro .left .li-d {
	left: 65%;
	top: 0%
}

.n-products .pro-b .pro .left .li-e {
	left: 65%;
	top: 65%
}

.n-products .pro-b .pro .left .li-f {
	right: 0%;
	top: 15%
}

.n-products .pro-b .pro .left .li a {
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
}

.n-products .pro-b .pro .left .li a::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	border-radius: 30px;
	transition: all 0.5s;
}

.n-products .pro-b .pro .left .li a::before {
	position: absolute;
	left: -6px;
	top: -6px;
	width: 32px;
	height: 32px;
	background: rgba(0, 0, 0, 0.1);
	content: '';
	border-radius: 30px;
	animation: move3 3s infinite;
}

.n-products .pro-b .pro .left .li a .after {
	position: absolute;
	background: #000;
	opacity: 0;
	transition: 0.3s;
}

.n-products .pro-b .pro .left .li-a a .after-a {
	width: 30px;
	height: 1px;
	left: -30px;
	top: 9.5px;
}

.n-products .pro-b .pro .left .li-a a .after-b {
	width: 1px;
	height: 260px;
	left: -30px;
	top: -250px;
}

.n-products .pro-b .pro .left .li-a a .after-c {
	width: 800px;
	height: 1px;
	left: -30px;
	top: -250px;
}

.n-products .pro-b .pro .left .li-a a .after-d {
	width: 1px;
	height: 30px;
	left: 770px;
	top: -250px;
}

.n-products .pro-b .pro .left .li-b a .after-a {
	width: 1px;
	height: 40px;
	left: 9.5px;
	top: -40px;
}

.n-products .pro-b .pro .left .li-b a .after-b {
	width: 700px;
	height: 1px;
	left: 9.5px;
	top: -40px;
}

.n-products .pro-b .pro .left .li-b a .after-c {
	width: 1px;
	height: 30px;
	left: 709.5px;
	top: -40px;
}

.n-products .pro-b .pro .left .li-c a .after-a {
	width: 1px;
	height: 60px;
	left: 9.5px;
	top: 20px;
}

.n-products .pro-b .pro .left .li-c a .after-b {
	width: 500px;
	height: 1px;
	left: 9.5px;
	top: 80px;
}

.n-products .pro-b .pro .left .li-c a .after-c {
	width: 1px;
	height: 100px;
	left: 509.5px;
	top: -19px;
}

.n-products .pro-b .pro .left .li-d a .after-a {
	width: 1px;
	height: 40px;
	left: 9.5px;
	top: -40px;
}

.n-products .pro-b .pro .left .li-d a .after-b {
	width: 400px;
	height: 1px;
	left: 9.5px;
	top: -40px;
}

.n-products .pro-b .pro .left .li-d a .after-c {
	width: 1px;
	height: 30px;
	left: 409.5px;
	top: -40px;
}

.n-products .pro-b .pro .left .li-e a .after-a {
	width: 1px;
	height: 60px;
	left: 9.5px;
	top: 20px;
}

.n-products .pro-b .pro .left .li-e a .after-b {
	width: 400px;
	height: 1px;
	left: 9.5px;
	top: 80px;
}

.n-products .pro-b .pro .left .li-e a .after-c {
	width: 1px;
	height: 221px;
	left: 409.5px;
	top: -140px;
}

.n-products .pro-b .pro .left .li-f a .after-a {
	width: 40px;
	height: 1px;
	left: 20px;
	top: 9.5px;
}

.n-products .pro-b .pro .right {
	width: 55%;
	transition: 0.5s;
}

.n-products .pro-b .pro .right .element {
	align-items: flex-start;
}

.n-products .pro-b .pro .right .element .img {
	width: 30%;
}

.n-products .pro-b .pro .right .element .img img {
	border-radius: 10px;
}

.n-products .pro-b .pro .right .title {
	font-size: 25px;
	color: #000000;
	background: url(../img/pro4.png) no-repeat;
	background-size: contain;
	padding: 0 0 10px 0;

}

.n-products .pro-b .pro .right .element .text {
	width: 60%;
	font-size: 18px;
	color: #707070;
	line-height: 35px;

}

.n-products .pro-c .pro {
	padding: 80px 0 60px 0;
}

.n-products .pro-c .pro .element {
	padding: 65px 0 0 0;
	flex-wrap: wrap;
}

.n-products .pro-c .pro .element .imgbox {
	width: 31%;
	background: #F7F7F7;
	margin: 0 1% 35px 1%;
}

.n-products .pro-c .pro .element .imgbox a .text {
	box-sizing: border-box;
	padding: 3% 8% 8% 8%;
}

.n-products .pro-c .pro .element .imgbox a .text .title {
	font-size: 25px;
	color: #000000;
	height: 46px;
	background: url(../img/pro2.png) no-repeat;
	background-size: contain;

	margin: 0 0 10px 0;
}

.n-products .pro-c .pro .element .imgbox a .text .btn {
	justify-content: flex-start;
	font-size: 18px;

	color: #62B9E3;
}

.n-products .pro-c .pro .element .imgbox a .text .btn p {
	margin: 0 15px 0 0;
}

.n-products .pro-c .pro .element .imgbox a .text .btn img {
	width: 16px;
}

.n-products .active-a a::after {
	background: rgba(0, 0, 0, 1) !important;
}

.n-products .active-a a::before {
	display: none !important;
}

.n-products .active-a a .after {
	opacity: 1 !important;
}

.n-products .active-b {
	display: none;
} */
.n-products .pro-b{
	background: #fbfbfb;
}
.n-products .pro{
	align-items: flex-start;
	padding: 80px 0;
}
.n-products .pro .left{
	width: 75%;
}
.n-products .pro .left h1{
	font-size: 28px;
    color: #000000;
    margin: 20px 0;
    font-family: 'PoppinsMedium';
}
.n-products .pro .left h2{
	font-size: 20px;
    color: #666666;
    margin: 0 0 20px 0;
    font-family: 'PoppinsMedium';
}
.n-products .pro .left p{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}
.n-products .pro .right{
	width: 20%;
	padding: 0 0 0 5%;
}
.n-products .pro .right .imgbox{
	border: 1px solid #e5e5e5;
	margin: 0 0 10px 0;
}
.n-products .pro .right .imgbox a{
	display: block;
}
.n-products .pro .right .imgbox a .img{
	height: 150px;
	text-align: center;
	/* padding: 10px 0; */
	background: #fbfbfb;
	border-bottom: 1px solid #e5e5e5;
}
.n-products .pro .right .imgbox a .img img{
	max-height: 100%;
}
.n-products .pro .right .imgbox a .text{
	padding: 10px 5% 0;
	font-size: 16px;
	color: #000000;
	font-family: 'PoppinsMedium';
}
.n-products .pro .right .imgbox a .more{
	padding: 8px 5% 10px;
	justify-content: flex-start;
	font-size: 13px;
	color: #54b2e0;
}
.n-products .pro .right .imgbox a .more img{
	width: 12px;
	margin: 0 0 0 5px;
}
/******************************************/
.relatedpro .rel {
	padding: 0 0 50px 0;
}

.relatedpro .rel .element {
	padding: 50px 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.relatedpro .rel .element .imgbox {
	width: 30%;
	background: #F7F7F7;
	margin: 0 1% 35px 1%;
}

.relatedpro .rel .element .imgbox a .img {
	text-align: center;
}

.relatedpro .rel .element .imgbox a .text {
	box-sizing: border-box;
	padding: 3% 8% 8% 8%;
}

.relatedpro .rel .element .imgbox a .text .p-a {
	font-size: 29px;
	color: #000000;
	height: 46px;
	background: url(../img/appa-3.png) no-repeat;
	background-size: contain;
	margin: 0 0 20px 0;

}

.relatedpro .rel .element .imgbox a .text .p-b {
	font-size: 20px;
	color: #000;
	line-height: 34px;
	margin: 0 0 25px 0;
	height: 64px;

}

.relatedpro .rel .element .imgbox a .text .btn {
	justify-content: flex-start;
	font-size: 18px;
	color: #62B9E3;

}

.relatedpro .rel .element .imgbox a .text .btn p {
	margin: 0 15px 0 0;
}

.relatedpro .rel .more {
	width: 15%;
	margin: 0 auto;
	display: none;
}

.relatedpro .rel .more a {
	display: block;
	font-size: 19px;
	background: #62b9e3;
	text-align: center;
	color: #fff;
	line-height: 55px;

	border-radius: 25px;
}

/******************************************/
.n-applications-b .app-a {
	background: url(../img/appb-1.jpg) bottom no-repeat;
	background-size: cover;
}

.n-applications-b .app-a .app {
	padding: 90px 0 60px 0;
}

.n-applications-b .app-a .app .title .p-a {
	font-size: 29px;
	color: #707070;
	margin: 0 0 20px 0;

}

.n-applications-b .app-a .app .title .p-b {
	font-size: 55px;
	color: #000000;
	margin: 0 0 30px 0;
	font-family: 'PoppinsMedium';
}

.n-applications-b .app-a .app .text {
	font-size: 22px;
	line-height: 35px;
	color: #707070;

}

.n-applications-b .app-b .app {
	padding: 110px 0 0;
}

.n-applications-b .app-b .app .element {
	margin: 80px 0 0 0;
	flex-wrap: wrap;
}

.n-applications-b .app-b .app .element .imgbox {
	width: 30%;
	margin: 0 0 50px 0;
}

.n-applications-b .app-b .app .element .imgbox a .text {
	font-size: 30px;
	color: #000000;
	text-align: center;

	padding: 25px 0;
}

.n-applications-b .app-c {
	background: #ebebee;
	margin: 0 0 80px 0;
}

.n-applications-b .app-c .app {
	width: 70%;
	padding: 80px 0;
}

.n-applications-b .app-c .app .imgbox {
	margin: 80px 0 0px 0;
}

.n-applications-b .app-c .app .imgbox a {
	position: relative;
}

.n-applications-b .app-c .app .imgbox a .img {
	width: 48%;
}

.n-applications-b .app-c .app .imgbox a .img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.n-applications-b .app-c .app .imgbox a .text {
	width: 48%;
	box-sizing: border-box;
	padding: 3% 3%;

}

.n-applications-b .app-c .app .imgbox a .text .p-a {
	font-size: 42px;
	color: #000000;
	margin: 0 0 40px 0;
	font-family: 'PoppinsMedium';
}

.n-applications-b .app-c .app .imgbox a .text .p-b {
	font-size: 21px;
	line-height: 39px;
	color: #717171;
	margin: 0 0 50px 0;

	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.n-applications-b .app-c .app .imgbox a .text .btn {
	line-height: 55px;
	color: #62b9e3;
	text-align: center;
	font-size: 20px;
	border-radius: 30px;
	justify-content: flex-start;

}

.n-applications-b .app-c .app .imgbox a .text .btn p {
	margin: 0 20px 0 0;
}

/******************************************/
.x-applications-a {
	background: url(../img/x-app1.jpg) top no-repeat;
	background-size: cover;
}

.x-applications-a .app {
	padding: 80px 0;
}

.x-applications-a .app .element {
	margin: 80px 0 0;
	align-items: flex-start;
}

.x-applications-a .app .element .imgbox {
	width: 46%;
}

.x-applications-a .app .element .imgbox .img {
	margin: 0 0 50px 0;
}

.x-applications-a .app .element .imgbox .p-a {
	font-size: 30px;
	color: #000;
	line-height: 40px;
	margin: 0 0 20px 0;
	font-family: 'PoppinsMedium';
}

.x-applications-a .app .element .imgbox .p-b {
	font-size: 18px;
	color: #717171;
	line-height: 28px;
	margin: 0 0 30px 0;

}

.x-applications-a .app .element .imgbox .p-c {
	font-size: 28px;
	color: #62b9e3;

	margin: 0 0 20px 0;
}

.x-applications-a .app .element .imgbox ul li {
	font-size: 18px;
	color: #62b9e3;
	line-height: 28px;
	position: relative;
	box-sizing: border-box;
	padding: 0 0 0 10%;
	margin: 0 0 10px 0;

}

.x-applications-a .app .element .imgbox ul li::before {
	position: absolute;
	left: 5%;
	width: 8px;
	height: 8px;
	top: 10px;
	content: '';
	background: #62b9e3;
	border-radius: 50%;
}

.x-applications-a .app .element .imgbox:last-child .text {
	position: relative;
}

.x-applications-a .app .element .imgbox:last-child .text::after {
	position: absolute;
	left: -8%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	content: '';
}

/******************************************/
.n-case .cas {
	padding: 80px 0;
	align-items: flex-start;
}

.n-case .cas .left {
	width: 43%;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	margin: 100px 0 0 0;
}

.n-case .cas .left .bg-a {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/cas1.png) left top no-repeat;
	width: 50%;
	height: 20%;
}

.n-case .cas .left .bg-b {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/cas2.png) right bottom no-repeat;
	width: 50%;
	height: 20%;
}

.n-case .cas .right {
	width: 53%;
	position: relative;
	padding: 80px 3% 80px 0;
	box-sizing: border-box;
	min-height: 1100px;
}

.n-case .cas .right .p-a {
	font-size: 36px;
	color: #000000;
	font-family: 'PoppinsMedium';
	margin: 0 0 20px 0;
}

.n-case .cas .right .p-b {
	font-size: 25px;
	color: #000000;
	font-family: 'PoppinsMedium';
	margin: 0 0 35px 0;
}

.n-case .cas .right .p-c {
	font-size: 18px;
	color: #717171;
	line-height: 28px;
	margin: 0 0 25px 0;

}

.n-case .cas .right ul {
	margin: 0 0 60px 0;
}

.n-case .cas .right ul li {
	font-size: 18px;
	color: #717171;
	line-height: 28px;
	margin: 0 0 20px 0;
	box-sizing: border-box;
	padding: 0 0 0 5%;
	position: relative;
}

.n-case .cas .right ul li::before {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../img/cas3.png) no-repeat;
	background-size: contain;
	content: '';
}

.n-case .cas .right .imgbox {
	background-image: linear-gradient(to right, #e1e2e2, #e1e2e200);
	border-radius: 70px;
	margin: 0 0 30px 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.n-case .cas .right .imgbox .img {
	width: 20%;
}

.n-case .cas .right .imgbox .text {
	width: 80%;
	font-size: 18px;
	color: #151515;
	line-height: 24px;

}

.n-case .cas .right::after {
	position: absolute;
	width: 130%;
	height: 100%;
	background: #f7f7f7;
	content: '';
	left: -30%;
	top: 0;
	z-index: -9;
}

/******************************************/
.x-applications-b .app {
	padding: 80px 0 0;
}

.x-applications-b .app .imgbox {
	flex-wrap: wrap;
	margin: 0 0 80px 0;
}

.x-applications-b .app .imgbox .title {
	width: 100%;
	justify-content: flex-start;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #d3d3d3;
	position: relative;
	margin: 0 0 30px 0;
	font-family: 'PoppinsMedium';
}

.x-applications-b .app .imgbox .title .img-a {
	margin: 0 20px 0 0;
	width: 30px;
}

.x-applications-b .app .imgbox .title .p-a {
	font-size: 32px;
	color: #000000;
	margin: 0 15px 0 0;
}

.x-applications-b .app .imgbox .title .img-b {
	width: 16px;
}

.x-applications-b .app .imgbox .title::after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 10%;
	height: 4px;
	content: '';
	background: #70bee5;
}

.x-applications-b .app .imgbox .text {
	width: 60%;
	font-size: 18px;
	color: #111111;

	line-height: 27px;
}

.x-applications-b .app .imgbox .text p {
	margin: 0 0 20px 0;
}

.x-applications-b .app .imgbox .img {
	width: 35%;
}

/******************************************/
.x-applications .x-app {
	padding: 80px 0;
	align-items: flex-start;
}

.x-applications .x-app .left {
	width: 75%;
	border-right: 1px solid #cfcfd0;
}

.x-applications .x-app .left .element-a {
	background: url(../img/x-app2.jpg) bottom center no-repeat;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 5% 0 15%;
}

.x-applications .x-app .left .element-a .caption .p-a {
	font-size: 24px;
	color: #707070;
	margin: 0 0 10px 0;

}

.x-applications .x-app .left .element-a .caption .p-b {
	font-size: 34px;
	color: #000000;
	margin: 0 0 20px 0;
	font-family: 'PoppinsMedium';
}

.x-applications .x-app .left .element-a .text-a {
	font-size: 18px;
	line-height: 34px;
	color: #707070;

	padding: 0 0 40px 0;
}
.x-applications .x-app .left .element-a .text-a h2{
	font-size: 28px;
    color: #62b9e3;
    margin: 0 0 10px 0;
    font-family: 'PoppinsMedium';
    font-weight: 500;
    line-height: 34px;
}
.x-applications .x-app .left .element-a .text h1{
	font-size: 34px;
    color: #000000;
    margin: 0 0 20px 0;
    font-family: 'PoppinsMedium';
    font-weight: 500;
    line-height: 40px;
}

.x-applications .x-app .left .element-a .text .p-b{
	font-size: 34px;
    color: #000000;
    margin: 0 0 20px 0;
    font-family: 'PoppinsMedium';
}
.x-applications .x-app .left .element-a .text-a .imgbox .img{
	width: 30%;
	margin: 0 3% 0 0 ;
	line-height: 1;
}
.x-applications .x-app .left .element-a .text-a .imgbox .text {
	font-size: 18px;
	line-height: 34px;
	color: #707070;
	width: 67%;
}
.x-applications .x-app .left .element-c {
	box-sizing: border-box;
	padding: 0 5% 0 15%;
}

/* .x-applications .x-app .left .element-c {
	box-sizing: border-box;
	padding: 40px 5% 40px 15%;
} */

.x-applications .x-app .left .element-c h1{
	font-size: 34px;
    color: #000000;
    margin: 0 0 20px 0;
    font-family: 'PoppinsMedium';
	font-weight: 500;
	line-height: 40px;
}

.x-applications .x-app .left .element-c table{
	border: 2px solid #fff;
}
.x-applications .x-app .left .element-c table tr td{
	padding: 10px 8px;
	font-size: 17px;
	color: #707070;
	line-height: 21px;
}
.x-applications .x-app .left .element-c table tr:nth-child(1) td{
	background: #dcdcdc !important;
	font-size: 16px;
	color: #707070;
	font-weight: bold;
}
.x-applications .x-app .left .element-c table tr:nth-child(odd) td{
	background: #f8f8f8;
}
.x-applications .x-app .left .element-c table tr:nth-child(even) td{
	background: #eeeeee;
}
.x-applications .x-app .left .element-c .imgbox{
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 50px 0;
}
.x-applications .x-app .left .element-c .imgbox .img{
	width: 30%;
	margin: 0 3% 0 0;
}
.x-applications .x-app .left .element-c .imgbox .text{
	width: 65%;
	font-size: 18px;
    line-height: 34px;
    color: #707070;
}

.x-applications .x-app .left .element-c h2{
	font-size: 28px;
    color: #62b9e3;
    margin: 0 0 20px 0;
    font-family: 'PoppinsMedium';
	font-weight: 500;
	line-height: 34px;
}
.x-applications .x-app .left .element-c p{
	font-size: 18px;
    line-height: 34px;
    color: #707070;
    padding: 0 0 30px 0;
}


.x-applications .x-app .left .element-b {
	box-sizing: border-box;
	padding: 40px 5% 40px 15%;
}

.x-applications .x-app .left .element-b .caption {
	font-size: 34px;
	color: #000000;
	margin: 0 0 30px 0;
	font-family: 'PoppinsMedium';
}

.x-applications .x-app .left .element-b .content {
	justify-content: flex-start;
	align-items: flex-start;
}

.x-applications .x-app .left .element-b .content .imgbox {
	width: 15%;
	margin: 0 2% 0 0;
}

.x-applications .x-app .left .element-b .content .imgbox a .title {
	font-size: 18px;
	color: #333333;
	text-align: center;

	margin: 10px 0;
	line-height: 22px;

}
.x-applications .x-app .left .element-b .content .imgbox:hover a .title{
	color: #62b9e3;
}
.x-applications .x-app .left .element-d {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0 0 0;
	flex-wrap: wrap;
	align-items: flex-start;
}
.x-applications .x-app .left .element-d .imgbox{
	width: 30%;
	margin: 0 1% 20px 1%;
}
.x-applications .x-app .left .element-d .imgbox .img{
	width: 100%;
}
.x-applications .x-app .left .element-d .imgbox .text{
	font-size: 16px;
    color: #333333;
	padding: 10px 0 0 0;
	width: 100%;
	text-align: center;
}
.x-applications .x-app .right {
	width: 25%;
	box-sizing: border-box;
	padding: 0 15% 0 2%;
}

.x-applications .x-app .right .caption {
	justify-content: flex-start;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #cfcfd0;
	margin: 0 0 15px 0;
}

.x-applications .x-app .right .caption .img {
	width: 15%;
	margin: 0 2% 0 0;
}

.x-applications .x-app .right .caption .text {
	width: 88%;
	font-size: 17px;
	color: #333333;
	font-family: 'PoppinsMedium';
}

.x-applications .x-app .right .element-a .content {
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 20px 0;
}

.x-applications .x-app .right .element-a .content .imgbox {
	width: 85%;
	margin: 0 0 10px 0;
}

.x-applications .x-app .right .element-a .content .imgbox a .img {
	background: #f7f7f7;
	border-radius: 10px;
}

.x-applications .x-app .right .element-a .content .imgbox a .text {
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
}
.x-applications .x-app .right .element-a .content .imgbox:hover a .text{
	color: #62b9e3;
}
.x-applications .x-app .right .element-b .imgbox {
	margin: 0 0 20px 0;
}

.x-applications .x-app .right .element-b .imgbox a .img {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.x-applications .x-app .right .element-b .imgbox a .img img {
	width: 100%;
	height: 110px;
	object-fit: cover;
}

.x-applications .x-app .right .element-b .imgbox a .text {
	font-size: 18px;
	color: #333333;
	line-height: 26px;

	margin: 0 0 8px 0;
}

.x-applications .x-app .right .element-b .imgbox a .btn {
	color: #62b9e3;
	font-size: 16px;

	justify-content: flex-start;
}

.x-applications .x-app .right .element-b .imgbox a .btn p {
	margin: 0 10px 0 0;
}

.x-applications .x-app .right .element-b .imgbox a .btn img {
	width: 16px;
}
.x-applications .x-app .right .element-b .imgbox:hover a .text{
	color: #62b9e3;
}

/******************************************/
.x-product .pro {
	padding: 80px 0;
	align-items: flex-start;
}

.x-product .pro .left .caption {
	font-size: 36px;
	color: #000000;
	margin: 0 0 20px 0;
	font-family: 'PoppinsMedium';
}

.x-product .pro .left {
	width: 82%;
	border-right: 1px solid #cfcfd0;
	padding: 0 3% 0 0;
}

.x-product .pro .left .element-a {
	align-items: flex-start;
	margin: 0 0 60px 0;
}

.x-product .pro .left .element-a .ban-a {
	width: 25%;
	margin: 0 5% 0 0;
}

.x-product .pro .left .element-a .ban-a .swiper {
	height: 666px;
}

.x-product .pro .left .element-a .ban-a .img {
	border: 1px solid #e5e5e5;
	text-align: center;
	box-sizing: border-box;
	padding: 0 15%;
	cursor:pointer;
}

.x-product .pro .left .element-a .ban-a .img img {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding: 10px 0;
}

.x-product .pro .left .element-a .ban-b {
	width: 70%;
	height: 666px;
}

.x-product .pro .left .element-a .ban-b .img {
	border: 1px solid #e5e5e5;
}

.x-product .pro .left .element-a .ban-b .img img {
	width: 100%;
	height: 666px;
	box-sizing: border-box;
	padding: 10px 60px;
}

.x-product .pro .left .element-a .ban-b .swiper-button-prev {
	color: #dcdcdc;
}

.x-product .pro .left .element-a .ban-b .swiper-button-prev::after {
	font-weight: bold;
}

.x-product .pro .left .element-a .ban-b .swiper-button-next {
	color: #dcdcdc;
}

.x-product .pro .left .element-a .ban-b .swiper-button-next::after {
	font-weight: bold;
}

.x-product .pro .left .element-b .title {
	font-size: 28px;
	color: #62b9e3;
	margin: 20px 0;
	font-family: 'PoppinsMedium';
}

.x-product .pro .left .element-b p {
	font-size: 18px;
	line-height: 30px;
	color: #707070;
	box-sizing: border-box;
	/* padding: 0 0 0 50px;
	background: url(../img/x-pro4.png) left no-repeat; */
	margin: 0 0 5px 0;
	background-position: 0 3px;
}

.x-product .pro .left .element-b .btn{
	width: 35%;
	border: 2px solid #62b9e2;
}
.x-product .pro .left .element-b .btn a{
	display: block;
	line-height: 70px;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 22px;
	color: #61b8e2;
	background: url(../img/x-pro6.png) no-repeat;
	background-position: 90% 50%;
	transition: 0.3s;
}
.x-product .pro .left .element-b .btn:hover a{
	background-position: 95% 50%;
}
.x-product .pro .left .element-b .table2{
	overflow-x: auto;
}
.x-product .pro .left .element-b .table2::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.x-product .pro .left .element-b .table2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 20px;
	background: #dcdcdc;
}
.x-product .pro .left .element-b .table2::-webkit-scrollbar-track {
	border-radius: 10px;
	background: #eeeeee;
}
.x-product .pro .left .element-b .table2 table{
	min-width: 1400px;
}
.x-product .pro .left .element-b table{
	border: 2px solid #fff;
}
.x-product .pro .left .element-b table tr td{
	padding: 10px 0;
	font-size: 17px;
	color: #333333;
	line-height: 21px;
}
.x-product .pro .left .element-b table tr:nth-child(1) td{
	background: #dcdcdc !important;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.x-product .pro .left .element-b table tr:nth-child(2) td{
	background: #dcdcdc !important;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.x-product .pro .left .element-b table tr:last-child td{
	background: #dcdcdc !important;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	box-sizing: border-box;
	padding: 20px 10px;
}
.x-product .pro .left .element-b table tr:nth-child(odd) td{
	background: #f8f8f8;
}
.x-product .pro .left .element-b table tr:nth-child(even) td{
	background: #eeeeee;
}
.x-product .pro .left .element-b .imgbody{
	margin: 50px 0;
}
.x-product .pro .left .element-b .imgbody .ul{
	position: relative;
}
.x-product .pro .left .element-b .imgbody .ul .li{
	position: absolute;
}
.x-product .pro .left .element-b .imgbody .ul .li a{
	position: relative;
	display: block;
	width: 16px;
	height: 16px;
	background: #62b9e3;
	border-radius: 50%;
}
.x-product .pro .left .element-b .imgbody .ul .li a::after{
	position: absolute;
	width: 30px;
	height: 30px;
	left: -7px;
	top: -7px;
	content: '';
	background: rgba(98, 185, 227, 0.2);
	border-radius: 50%;
	animation: move3 3s infinite;
}

.x-product .pro .left .element-b .imgbody .ul .li .imgbox{
	position: absolute;
	width: 260px;
	background: url(../img/x-pro7.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 15px 15px;
	display: none;
	z-index: 999;
}
.x-product .pro .left .element-b .imgbody .ul .li .imgbox .text{
	font-size: 18px;
	color: #333333;
	line-height: 27px;
	margin: 0 0 5px 0;
	text-align: center;
}
.x-product .pro .left .element-b .imgbody .ul .li .imgbox .img{
	border-radius: 20px;
	overflow: hidden;
	margin: 0 5px 0 0;
}
.x-product .pro .left .element-b .imgbody .ul .li:hover .imgbox{
	display: block;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-a{
	left: 38%;
	top: 10%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-a .imgbox{
	top: 200%;
	right: 500%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-b{
	left: 40%;
    top: 62%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-b .imgbox{
	top: -1500%;
    right: 500%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-c{
	left: 46%;
	top: 35%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-c .imgbox{
	top: -600%;
    right: 1100%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-d{
	left: 62%;
	top: 15%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-d .imgbox{
	top: 200%;
    left: 300%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-e{
	left: 62%;
    top: 45%;
}
.x-product .pro .left .element-b .imgbody-a .ul .li-e .imgbox{
	top: -700%;
    left: 300%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-a{
	left: 40%;
    top: 10%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-a .imgbox{
	top: 200%;
    right: 1000%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-b{
	left: 35%;
    top: 65%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-b .imgbox{
	top: -1800%;
    right: 600%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-c{
	left: 45%;
    top: 15%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-c .imgbox{
	top: 200%;
    left: 2200%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-d{
	left: 55%;
    top: 78%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-d .imgbox{
	top: -1600%;
    left: 1600%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-e{
	left: 63%;
    top: 78%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-e .imgbox{
	top: -1500%;
	left: 1000%;
}
.x-product .pro .left .element-b .imgbody-b .ul .li-f{
	left: 72%;
    top: 27%
}
.x-product .pro .left .element-b .imgbody-b .ul .li-f .imgbox{
	top: -300%;
    left: 300%;
}
.x-product .pro .left .element-b .imgbody-a .ul .photo .img{
	text-align: center;
	width: 35%;
	margin: 0 auto;
}
.x-product .pro .left .element-b .imgbody-b .ul .photo .img{
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.x-product .pro .right {
	width: 15%;
	box-sizing: border-box;
	padding: 0 0 0 3%;
}

.x-product .pro .right .caption {
	justify-content: flex-start;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #cfcfd0;
	margin: 0 0 15px 0;
}

.x-product .pro .right .caption .img {
	width: 15%;
	margin: 0 2% 0 0;
}

.x-product .pro .right .caption .text {
	width: 88%;
	font-size: 17px;
	color: #333333;
	font-family: 'PoppinsMedium';
}

.x-product .pro .right .element .imgbox {
	width: 80%;
}
.x-product .pro .right .element a .img {
	border-radius: 10px;
}
.x-product .pro .right .element a .img img {
	width: 100%;
	object-fit: cover;

}

.x-product .pro .right .element a .text {
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin: 0 0 10px 0;
}

/* .x-product .pro .caption{
  font-size: 36px;
  color: #000000;
  background: url(../img/x-pro1.png) left bottom no-repeat;
  background-size: inherit;
  padding: 0 0 15px 0;
  font-family: 'PoppinsMedium';
  margin: 0 0 10px 0;
}
.x-product .pro .element-a {
  padding: 80px 0 60px 0;
  align-items: flex-start;
}
.x-product .pro .element-a .left {
  width: 40%;
  text-align: center;
  border: 1px solid #979797;
}
.x-product .pro .element-a .right {
  width: 57%;
}
.x-product .pro .element-a .right .p-a {
  font-size: 36px;
  color: #000000;
  background: url(../img/x-pro1.png) left bottom no-repeat;
  background-size: inherit;
  padding: 0 0 15px 0;
  font-family: 'PoppinsMedium';
  margin: 0 0 0px 0;
}
.x-product .pro .element-a .right .p-b {
  font-size: 25px;
  color: #000000;
  line-height: 30px;
  margin: 20px 0;
  font-family: 'PoppinsMedium';
}
.x-product .pro .element-a .right .imgbox {
  align-items: flex-start;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  padding: 0 0 0 35px;
  position: relative;
}
.x-product .pro .element-a .right .imgbox::before{
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  content: '';
  background: url(../img/pro5.png) no-repeat;
  background-size: contain;
}
.x-product .pro .element-a .right .imgbox .text {
  width: 90%;
  font-size: 18px;
  color: #111111;
  line-height: 28px;
  
}
.x-product .pro .element-b {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.x-product .pro .element-b .textbox{
  margin: 0 4% 0px 0;
  border-radius: 10px;
  overflow: hidden;
}
.x-product .pro .element-b .textbox a{
  position: relative;
  display: block;
}
.x-product .pro .element-b .textbox a .img{
  transition: all 0.3s;
}
.x-product .pro .element-b .textbox a .img img:nth-child(1){
  display: inline;
  width: 100%;
  height: 152px;
  object-fit: cover;
}
.x-product .pro .element-b .textbox a .img img:nth-child(2){
  display: none;
  width: 100%;
  height: 152px;
  object-fit: cover;
}
.x-product .pro .element-b .textbox a{
  font-size: 18px;
  color: #111111;
  line-height: 28px;
  
}
.x-product .pro .element-b .textbox:hover a .img img:nth-child(1){
  display: none;
}
.x-product .pro .element-b .textbox:hover a .img img:nth-child(2){
  display: inline;
}
.x-product .pro .element-b .textbox:hover a .text{
  color: #fff;
} */
/* .x-product .pro .element-b .imgbox {

}
.x-product .pro .element-b .imgbox a .text {
  font-size: 30px;
  color: #000000;
  padding: 25px 0;
  text-align: center;
} */
/******************************************/
.n-news .new {
	padding: 80px 0;
}

/* .n-news .new .element {
	padding: 100px 0 0 0;
} */

.n-news .new .element .imgbox {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
}

.n-news .new .element .imgbox::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0%;
	height: 1px;
	content: '';
	background: #62b9e3;
	transition: 0.5s;
}

.n-news .new .element .imgbox a {
	align-items: flex-start;
	position: relative;
}

.n-news .new .element .imgbox a .text {
	width: 68%;
}

.n-news .new .element .imgbox a .text .p-a {
	font-size: 28px;
	color: #62B9E3;
	line-height: 32px;
	margin: 0 0 10px 0;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.n-news .new .element .imgbox a .text .p-b {
	font-size: 20px;
	color: #000000;
	line-height: 32px;
	margin: 0 0 10px 0;

}

.n-news .new .element .imgbox a .text .p-c {
	font-size: 18px;
	color: #707070;
	line-height: 28px;

	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.n-news .new .element .imgbox a .text .btn {
	text-align: right;
	font-size: 16px;
	color: #707070;

	justify-content: flex-end;
	width: 50%;
	margin: 0 0 20px 0;
	transition: 0.3s;
}

.n-news .new .element .imgbox a .text .btn img {
	margin: 0 0 0 10px;
	width: 16px;
}

.n-news .new .element .imgbox a .text .time {
	font-size: 18px;
	color: #707070;

	width: 50%;
}

.n-news .new .element .imgbox a .img {
	width: 21%;
	margin: 0 0 0 auto;
}

.n-news .new .element .imgbox:hover a .text .btn {
	color: #62b9e3;
}

.n-news .new .element .imgbox:hover::after {
	width: 100%;
}

/******************************************/
.x-news .new {
	padding: 80px 0;
}

.x-news .new .title {
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 30px 0;
	margin: 0 0 20px 0;
}

.x-news .new .title .p-a {
	font-size: 30px;
	color: #000000;

	text-align: center;
	margin: 0 0 20px 0;
}

.x-news .new .title .p-b {
	font-size: 24px;
	color: #000000;
	text-align: center;

}

.x-news .new .time {
	font-size: 20px;
	color: #707070;

	margin: 0 0 50px 0;
}

.x-news .new .contact {
	font-size: 20px;
	line-height: 3rem;
	color: rgb(71,71,71);

}
.x-news .new .contact h1{
	font-size: 26px;
	line-height: 32px;
	color: #303030;
	display: block;
	weight: 100%;
    text-indent: 2rem;
	margin: 0 0 15px 0
}
.x-news .new .contact h10{
    font-size: 26px;
	line-height: 34px;
    display:block;
	weight: 100%;
    color: #fff;
    font-weight:600;
    padding: 0 20px;
	text-align: center;
}
.x-news .new .contact h10 span{
	line-height: 34px;
	background:rgb(141, 179, 226);
}
.x-news .new .contact h11{
	color: rgb(102, 102, 102);
    text-indent: 2rem;
    font-size: 16px;
	line-height: 24px;
    display:block;
	margin: 0 0 15px 0;
}
.x-news .new .contact .imgbox-a .p{
	width:48%;
}
.x-news .new .contact .imgbox-a .img{
	width:48%;
      box-sizing: border-box;
  padding: 0 5% 0 0;
}
/******************************************/
.n-contact .con {
	padding: 80px 0;
}

.n-contact .con .element {
	margin: 70px 0 0 0;
	flex-wrap: wrap;
}

.n-contact .con .element .imgbox {
	width: 48%;
	margin: 0 1% 40px 1%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 1.5% 2%;
	min-height: 185px;
}

.n-contact .con .element .imgbox .name {
	font-size: 22px;
	color: #62b9e3;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.n-contact .con .element .imgbox .textbox {
	align-items: flex-start;
	margin: 0 0 15px 0;
}

.n-contact .con .element .imgbox .textbox .img {
	width: 5%;
	margin: 2px 0;
}

.n-contact .con .element .imgbox .textbox .text {
	width: 95%;
	font-size: 18px;
	color: #585858;
	line-height: 28px;

}

.n-contact .con .element .imgbox .textbox:last-child {
	margin: 0;
}

.n-contact .con .element-b {
	justify-content: center;
	margin: 0 0 50px 0;
}

.n-contact .con .element-b .imgbox {
	justify-content: center;
	margin: 0 20px;
}

.n-contact .con .element-b .imgbox .img {
	width: 70px;
	height: 70px;
	background: #23c3ff;
	justify-content: center;
	box-sizing: border-box;
	padding: 2%;
	border-radius: 50%;
	margin: 0 13px 0 0;
}

.n-contact .con .element-b .imgbox .text {
	color: #585858;
	font-size: 32px;

}
/******************************************/
.contact-b .con{
	padding: 80px 0;
}
.contact-b .con .element{
	margin: 80px 0 0 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.contact-b .con .element .imgbox {
	width: 30%;
	margin: 0 1% 40px 1%;
	background: #f5f5f5 url(../img/dow5.png) left bottom no-repeat;
	background-position: 15% 30%;
	box-sizing: border-box;
	padding: 1.5% 2%;
	min-height: 100px;
}
.contact-b .con .element .imgbox .name {
	font-size: 22px;
	color: #62b9e3;
	line-height: 30px;
	margin: 0 0 15px 0;
	font-family: 'PoppinsMedium';
}
.contact-b .con .element .imgbox .textbox {
	align-items: center;
	margin: 15px 0 0 0;
}

.contact-b .con .element .imgbox .textbox .img {
	width: 5%;
	margin: 2px 0;
}

.contact-b .con .element .imgbox .textbox .text {
	width: 92%;
	font-size: 18px;
	color: #585858;
	line-height: 28px;

}
/******************************************/
.n-form {
	background: url(../img/con1.jpg) no-repeat;
	background-size: cover;
}
.n-form .for{
	padding: 90px 0 0 0;
}
.n-form .for .element {
	padding: 80px 0 90px;
	flex-wrap: wrap;
}

.n-form .for .element .inputbox-a {
	width: 46%;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 35px 0;
}

.n-form .for .element .inputbox-a .title {
	font-size: 21px;
	width: 20%;

	color: #000000;
}

.n-form .for .element .inputbox-a .after {
	font-size: 23px;
	color: #bf0100;
	width: 5%;
}

.n-form .for .element .inputbox-a .input {
	width: 75%;
}

.n-form .for .element .inputbox-a .input input {
	width: 100%;
	line-height: 55px;
	left: 376px;
	font-size: 21px;
	color: #000000;
	outline: none;
	box-sizing: border-box;
	padding: 0 20px;

	border: 1px solid #c3c3c3;
}

.n-form .for .element .inputbox-b {
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 35px 0;
}

.n-form .for .element .inputbox-b .title {
	font-size: 21px;
	width: 9%;

	color: #000000;
}

.n-form .for .element .inputbox-b .after {
	font-size: 23px;
	color: #bf0100;
	width: 2.5%;
}

.n-form .for .element .inputbox-b .input {
	width: 89%;
}

.n-form .for .element .inputbox-b .input input {
	width: 100%;
	line-height: 55px;
	left: 376px;
	font-size: 21px;
	color: #000000;
	outline: none;
	box-sizing: border-box;
	padding: 0 20px;

	border: 1px solid #c3c3c3;
}

.n-form .for .element .textareabox {
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 0 35px 0;
}

.n-form .for .element .textareabox .title {
	font-size: 21px;
	width: 9%;
	line-height: 28px;
	color: #000000;
}

.n-form .for .element .textareabox .after {
	font-size: 23px;
	color: #bf0100;
	width: 2.5%;
}

.n-form .for .element .textareabox .textarea {
	width: 89%;
}

.n-form .for .element .textareabox .textarea textarea {
	width: 100%;
	line-height: 55px;
	left: 376px;
	height: 210px;
	font-size: 21px;
	color: #000000;
	outline: none;
	box-sizing: border-box;
	padding: 20px 20px;

	border: 1px solid #c3c3c3;
}

.n-form .for .element .submit {
	width: 20%;
	margin: 0 auto;
}

.n-form .for .element .submit input {
	width: 100%;
	border: 0;
	outline: none;
	background: #62b9e3;
	line-height: 60px;
	border-radius: 30px;
	font-size: 19px;
	color: #fff;
	font-family: 'PoppinsMedium';
}

/******************************************/
.n-join .joi {
	padding: 80px 0;
}

.n-join .joi .imgbox a .left {
	width: 36%;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
	margin: 100px 0 0 0;
}

.n-join .joi .imgbox a .left .bg-a {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/joi2.png) left top no-repeat;
	width: 50%;
	height: 20%;
}

.n-join .joi .imgbox a .left .bg-b {
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/joi3.png) right bottom no-repeat;
	width: 50%;
	height: 20%;
}

.n-join .joi .imgbox a .right {
	width: 60%;
	position: relative;
	padding: 50px 3% 50px 0;
	box-sizing: border-box;
}

.n-join .joi .imgbox a .right::after {
	position: absolute;
	width: 130%;
	height: 100%;
	background: #f7f7f7;
	content: '';
	left: -30%;
	top: 0;
	z-index: -9;
}

.n-join .joi .imgbox a .right .p-a {
	font-size: 28px;
	color: #000000;
	padding: 0 0 15px 0;
	position: relative;
}

.n-join .joi .imgbox a .right .p-a::after {
	position: absolute;
	width: 10%;
	height: 4px;
	background: #23c3ff;
	left: 0;
	bottom: 0;
	content: '';
}

.n-join .joi .imgbox a .right .p-b {
	justify-content: flex-start;
	margin: 50px 0 0 0;
}

.n-join .joi .imgbox a .right .p-b .img {
	width: 4%;
	margin: 0 10px 0 0;
}

.n-join .joi .imgbox a .right .p-b .text {
	font-size: 24px;
	color: #000000;
}

.n-join .joi .imgbox a .right p {
	font-size: 20px;
	color: #252525;
	line-height: 30px;
	box-sizing: border-box;
	padding: 0 0 0 7%;
	margin: 15px 0;
	background: url(../img/joi6.png) no-repeat;
	background-position: 3% 10px;
}

/******************************************/
.n-service .ser-a {
	padding: 80px 0 60px 0;
}

.n-service .ser-a .ser .title {
	font-size: 36px;
	color: #62B9E3;
	margin: 0 0 20px 0;
	font-family: 'PoppinsMedium';
}

.n-service .ser-a .ser .text {
	font-size: 18px;
	color: #707070;

	line-height: 30px;
}

.n-service .ser-b .ser {
	align-items: flex-start;
}

.n-service .ser-b .ser .left {
	width: 37%;
	box-sizing: border-box;
	padding: 80px 0 0 13%;
}

.n-service .ser-b .ser .right {
	width: 100%;
	position: relative;
	padding: 80px 5%;
	box-sizing: border-box;
}

.n-service .ser-b .ser .right::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f7f7f7;
	content: '';
	left: 0%;
	top: 0;
	z-index: -9;
}

.n-service .ser-b .ser .right .title {
	font-size: 36px;
	color: #62B9E3;
	font-family: 'PoppinsMedium';
	background: url(../img/ser2.png) no-repeat;
	background-position: 10% 0%;
	margin: 0 0 30px 0;
}

.n-service .ser-b .ser .right .text {
	color: #252525;
	font-size: 18px;
	line-height: 30px;

}

.n-service .ser-b .ser .right .text p {
	box-sizing: border-box;
	padding: 0 5% 0 4%;
	margin: 17px 0;
	background: url(../img/ser3.png) no-repeat;
	background-position: 0 5px;
}

.n-service .ser-c .ser {
	padding: 80px 0;
}

.n-service .ser-c .ser .caption {
	font-size: 36px;
	color: #000000;
	margin: 0 0 20px 0;
	text-align: center;
	font-family: 'PoppinsMedium';
}

.n-service .ser-c .ser .imgbox {
	border-bottom: 1px solid #e8e8e8;
}

.n-service .ser-c .ser .imgbox a {
	justify-content: flex-start;
	background: rgba(251, 251, 251, 1);
	box-sizing: border-box;
	padding: 2% 5%;
}

.n-service .ser-c .ser .imgbox a .img {
	margin: 0 20px 0 0;
}

.n-service .ser-c .ser .imgbox a .title {
	color: #414141;
	font-size: 25px;
	line-height: 40px;
	font-family: 'PoppinsLight'
}

.n-service .ser-c .ser .imgbox a .after {
	margin: 0 0 0 auto;
}

.n-service .ser-c .ser .imgbox a .after img:nth-child(1) {
	display: inline;
}

.n-service .ser-c .ser .imgbox a .after img:nth-child(2) {
	display: none;
}

.n-service .ser-c .ser .imgbox .content {
	background: #f7f7f7;
	box-sizing: border-box;
	height: 0;
	font-size: 18px;
	overflow: hidden;
	color: #5c5c5c;
	line-height: 26px;
	transition: all 0.3s;
	font-family: 'PoppinsLight'
}

.n-service .active-a a {
	background: #f7f7f7 !important;
}

.n-service .active-a a .after img:nth-child(1) {
	display: none !important;
}

.n-service .active-a a .after img:nth-child(2) {
	display: inline !important;
}

.n-service .active-a .content {
	display: block !important;
	height: auto !important;
	padding: 0 5% 3% 5% !important;
}

/******************************************/
.n-search .sea-a {
	background: url(../img/pro1.jpg) no-repeat;
	background-size: cover;
}

.n-search .sea-a .sea {
	padding: 80px 0 0 0;
}

.n-search .sea-a .sea .left {
	width: 48%;
	text-align: center;
	margin: 0 auto;
}

.n-search .sea-a .sea .left .title {
	font-size: 36px;

	color: #000000;
	font-family: 'PoppinsMedium';
}

.n-search .sea-a .sea .left .text {
	font-size: 22px;
	color: #707070;
	line-height: 35px;

}

.n-search .sea-b .sea {
	padding: 50px 0 0 0;
}

.n-search .sea-b .sea .form {
	width: 40%;
	margin: 0 auto;
}

.n-search .sea-b .sea .form .input {
	width: 85%;
	line-height: 50px;
	border: 1px solid #cfcfd0;
	border-radius: 30px;
	outline: none;
	box-sizing: border-box;
    padding: 0 3%;
	font-size: 16px;
    color: #707070;
}

.n-search .sea-b .sea .form .submit {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #62B9E3 url(../img/hea4.svg) center no-repeat;
	background-size: 55%;
	line-height: 50px;
	border: 0px;
	outline: none;
}

.n-search .sea-c .sea {
	padding: 50px 0 80px 0;
}

.n-search .sea-c .sea .element {
	flex-wrap: wrap;
	justify-content: flex-start;
}

.n-search .sea-c .sea .element .imgbox {
	width: 31%;
	background: #F7F7F7;
	margin: 0 1% 35px 1%;
}
.n-search .sea-c .sea .element .imgbox .img {
	text-align: center;
}
.n-search .sea-c .sea .element .imgbox .img img {
	height: 300px;
	object-fit: cover;
}

.n-search .sea-c .sea .element .imgbox a .text {
	box-sizing: border-box;
	padding: 3% 8% 8% 8%;
}

.n-search .sea-c .sea .element .imgbox a .text .title {
	font-size: 25px;
	color: #000000;
	height: 46px;
	background: url(../img/pro2.png) no-repeat;
	background-size: contain;

	margin: 0 0 20px 0;
}

.n-search .sea-c .sea .element .imgbox a .text .btn {
	justify-content: flex-start;
	font-size: 18px;

	color: #62B9E3;
}

.n-search .sea-c .sea .element .imgbox a .text .btn p {
	margin: 0 15px 0 0;
}

.n-search .sea-c .sea .element .imgbox a .text .btn img {
	width: 16px;
}

/******************************************/
.n-qa .qa {
	padding: 80px 0;
}

.n-qa .qa .caption {
	font-size: 36px;
	color: #000000;
	margin: 0 0 40px 0;
	text-align: center;
	font-family: 'PoppinsMedium';
}

.n-qa .qa .imgbox {
	border-bottom: 1px solid #e8e8e8;
}

.n-qa .qa .imgbox a {
	justify-content: flex-start;
	background: rgba(251, 251, 251, 1);
	box-sizing: border-box;
	padding: 1.5% 5%;
}

.n-qa .qa .imgbox a .img {
	margin: 0 13px 0 0;
	width: 15px;
}

.n-qa .qa .imgbox a .title {
	color: #414141;
	font-size: 22px;
	line-height: 40px;
	font-family: 'PoppinsLight'
}

.n-qa .qa .imgbox a .after {
	margin: 0 0 0 auto;
	width: 15px;
}

.n-qa .qa .imgbox a .after img:nth-child(1) {
	display: inline;
}

.n-qa .qa .imgbox a .after img:nth-child(2) {
	display: none;
}

.n-qa .qa .imgbox .content {
	background: #f7f7f7;
	box-sizing: border-box;
	height: 0;
	font-size: 18px;
	overflow: hidden;
	color: #5c5c5c;
	line-height: 28px;
	transition: all 0.3s;
	font-family: 'PoppinsLight'
}

.n-qa .active-a a {
	background: #f7f7f7 !important;
}

.n-qa .active-a a .after img:nth-child(1) {
	display: none !important;
}

.n-qa .active-a a .after img:nth-child(2) {
	display: inline !important;
}

.n-qa .active-a .content {
	display: block !important;
	height: auto !important;
	padding: 0 5% 3% 5% !important;
}
/******************************************/
.n-download .dow {
	padding: 80px 0;
}
.n-download .dow .caption{
	font-size: 36px;
    color: #000000;
    font-family: 'PoppinsMedium';
    text-align: center;
	margin: 0 0 40px 0;
}
.n-download .dow .element{
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 90px 0;
}
.n-download .dow .element .imgbox{
	width: 30%;
	margin: 0 1% 30px;
}
.n-download .dow .element .imgbox a{
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 3% 5%;
	justify-content: flex-start;
	transition: all 0.3s;
}
.n-download .dow .element .imgbox a .img{
	width: 10%;
	margin: 0 3% 0 0;
	transition: all 0.3s;
}
.n-download .dow .element .imgbox a .img img:nth-child(1){
	display: inline;
}
.n-download .dow .element .imgbox a .img img:nth-child(2){
	display: none;
}
.n-download .dow .element .imgbox a .text{
	width: 85%;
	font-size: 20px;
	color: #333333;
	padding: 25px 0;
	background: url(../img/dow5.png) left bottom no-repeat;
}
.n-download .dow .element .imgbox:hover a .img img:nth-child(1){
	display: none;
}
.n-download .dow .element .imgbox:hover a .img img:nth-child(2){
	display: inline;
}
.n-download .dow .element .imgbox:hover a .text{
	color: #62B9E3;
}
.n-download .dow form{
	width: 40%;
	margin: 0 auto 50px auto;
	border-bottom: 1px solid #7d7d7d;
}
.n-download .dow form .input{
	line-height: 60px;
	border: none;
	outline: none;
	width: 85%;
	font-size: 22px;
	box-sizing: border-box;
	padding: 0 3%;
	color: #333333;
	font-family: 'PoppinsMedium';
	background: rgba(255, 255, 255, 0);
}
.n-download .dow form .submit{
	border: none;
	outline: none;
	width: 15%;
	height: 60px;
	background: url(../img/dow3.png) center no-repeat;
	background-size: inherit;
}
/******************************************/
@media screen and (max-width: 1801px) {
	.about .abo {
		padding: 50px 0 0 0;
	}

	.about .abo .text .p-b {
		width: 85%;
	}

	
	.applications .app .more {
		width: 13%;
	}

	.global .glo .element .surface-a {
		top: 16.5%;
		left: 18.5%;
	}

	.global .glo .element .surface-b {
		top: 31%;
		left: 33%;
	}

	.global .glo .element .surface-d {
		top: 32.5%;
		left: 37%;
	}

	.global .glo .element .surface-e {
		top: 29%;
		left: 40.5%;
	}

	.global .glo .element .surface-c {
		top: 61%;
		left: 38%;
	}

	.global .glo .element .imgbody .imgbox .text {
		top: 10%;
	}

	.n-about .abo-b .abo .left {
		padding: 3% 0%;
	}

	.n-case .cas .right {
		padding: 60px 3% 60px 0;
	}

	.n-applications-a .app-b .app .imgbox {
		width: 28%;
		margin: 0 5%;
	}

	.n-products .pro-b .pro .left .li-a a .after-b {
		width: 1px;
		height: 240px;
		left: -30px;
		top: -230px;
	}

	.n-products .pro-b .pro .left .li-a a .after-c {
		width: 650px;
		height: 1px;
		left: -30px;
		top: -230px;
	}

	.n-products .pro-b .pro .left .li-a a .after-d {
		width: 1px;
		height: 30px;
		left: 619px;
		top: -230px;
	}

	.n-products .pro-b .pro .left .li-b a .after-b {
		width: 590px;
		height: 1px;
		left: 9.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-b a .after-c {
		width: 1px;
		height: 30px;
		left: 599.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-c a .after-b {
		width: 450px;
		height: 1px;
		left: 9.5px;
		top: 80px;
	}

	.n-products .pro-b .pro .left .li-c a .after-c {
		width: 1px;
		height: 90px;
		left: 458.5px;
		top: -9px;
	}

	.n-products .pro-b .pro .left .li-d a .after-b {
		width: 330px;
		height: 1px;
		left: 9.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-d a .after-c {
		width: 1px;
		height: 30px;
		left: 339.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-e a .after-b {
		width: 320px;
		height: 1px;
		left: 9.5px;
		top: 80px;
	}

	.n-products .pro-b .pro .left .li-e a .after-c {
		width: 1px;
		height: 200px;
		left: 329.5px;
		top: -119px;
	}

	.n-products .pro-b .pro .right .element .text {
		font-size: 20px;
		line-height: 30px;
	}

	.n-products .pro-b .pro .right .title {
		font-size: 28px;
	}

	.news .new .element .right {
		padding: 70px 3% 70px 0;
	}

	.news .new .element .left .imgbox {
		top: 15%;
	}

	.n-news .new .element .imgbox a .time {
		width: 12%;
	}

	.applications .app .element .swiper2 {
		height: 600px;
	}

	.n-about .abo-a .abo {
		padding: 50px 0 40px;
	}

	.n-about .abo-a .abo .p-a {
		margin: 0 0 20px 0;
	}

	.n-about .abo-d .abo {
		padding: 70px 0;
	}

	.x-product .pro .left {
		width: 80%;
		padding: 0 4% 0 0;
	}

	.x-product .pro .right {
		width: 15%;
		padding: 0 0 0 3%;
	}
	.x-product .pro .right .element a .text {
		font-size: 15px;
		line-height: 22px;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-b .imgbox {
		top: -1500%;
		right: 600%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-d .imgbox {
		top: -1600%;
		left: 1300%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-c .imgbox {
		top: 200%;
		left: 1000%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-e .imgbox {
		top: -1500%;
		left: 800%;
	}
	.x-product .pro .left .element-b .imgbody .ul .li .imgbox {
		width: 240px;
	}
}

/******************************************/
@media screen and (max-width: 1601px) {
	header .hea .nav .ul-a {
		width: 75%;
	}

	header .hea .nav .language a {
		font-size: 18px;
	}

	header .hea .nav .ul-a .li-a .element {
		padding: 20px 10%;
	}


	.about .abo {
		padding: 60px 0 0 0;
	}



	.applications .app .element .swiper2 {
		height: 550px;
		margin: 0 0 20px 0;
	}

	.applications .app .element .swiper2 .imgbox a .text .title {
		font-size: 18px;
	}

	.news .new .element .right .more {
		width: 25%;
	}

	.global .glo .element .imgbody .imgbox .text .p-a {
		font-size: 55px;
	}

	.global .glo .element .imgbody .imgbox .text .p-b {
		font-size: 16px;
	}

	footer .foo-b .foo .left .add {
		font-size: 20px;
	}

	footer .foo-b .foo .right ul li:first-child a {
		font-size: 28px;
	}

	footer .foo-b .foo .right ul li a {
		font-size: 20px;
	}

	.n-about .abo-a .abo {
		padding: 60px 0%;
		box-sizing: border-box;
	}

	.n-about .abo-b .abo .title {
		font-size: 32px;
	}

	.n-about .abo-c .abo {
		padding: 40px 0;
	}

	.n-about .abo-c .abo .left .top .num {
		font-size: 100px;
	}

	.n-about .abo-c .abo .left .top .caption .p-a {
		font-size: 40px;
	}

	.n-about .abo-c .abo .left .top .caption .p-b {
		font-size: 32px;
	}

	.n-about .abo-c .abo .left .bottom {
		font-size: 22px;
	}

	.n-about .abo-c .abo .right .p-a {
		font-size: 24px;
	}

	.n-about .abo-d .abo {
		padding: 60px 0;
	}

	.n-applications .app-a .app {
		padding: 80px 0 30px 0;
	}

	.n-applications-a .app-b .imgbox a .left .text {
		line-height: 32px;
	}

	.n-applications .app-c .app .element .imgbox {
		width: 18%;
	}

	.n-applications-a .app-b .imgbox:nth-child(2) a {
		top: -30px;
	}

	.n-applications-a .app-b .imgbox a .left .title {
		font-size: 45px;
		line-height: 60px;
		margin: 0 0 30px 0;
	}

	.n-applications-a .app-c .app .element .imgbox a .text .p-a {
		font-size: 38px;
		line-height: 45px;
		margin: 0 0 30px 0;
	}

	.n-case .cas {
		padding: 80px 0;
		align-items: flex-start;
		flex-wrap: wrap-reverse;
	}

	.n-case .cas .right {
		width: 100%;
		padding: 60px 3%;
		min-height: auto;
	}

	.n-case .cas .right::after {
		position: absolute;
		width: 100%;
		left: 0%;
	}

	.n-case .cas .right .imgbox .img {
		width: 15%;
	}

	.n-case .cas .left {
		margin: 80px auto 0 auto;
	}

	.n-applications-a .app-b {
		background: #EBEBEE;
		padding: 70px 0;
	}

	.n-applications-a .app-b .app .imgbox {
		width: 30%;
		margin: 0 5%;
	}

	.n-applications-b .app-c .app .imgbox {
		margin: 80px 0 0px 0;
	}

	.n-applications-a .app-b .app .imgbox a .title {
		font-size: 22px;
	}

	.n-products .pro-b .pro .left .li-a a .after-b {
		width: 1px;
		height: 210px;
		left: -30px;
		top: -200px;
	}

	.n-products .pro-b .pro .left .li-a a .after-c {
		width: 630px;
		height: 1px;
		left: -30px;
		top: -200px;
	}

	.n-products .pro-b .pro .left .li-a a .after-d {
		width: 1px;
		height: 20px;
		left: 600px;
		top: -200px;
	}

	.n-products .pro-b .pro .left .li-b a .after-b {
		width: 550px;
		height: 1px;
		left: 9.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-b a .after-c {
		width: 1px;
		height: 30px;
		left: 559.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-c a .after-b {
		width: 410px;
		height: 1px;
		left: 9.5px;
		top: 80px;
	}

	.n-products .pro-b .pro .left .li-c a .after-c {
		width: 1px;
		height: 90px;
		left: 419.5px;
		top: -9px;
	}

	.n-products .pro-b .pro .left .li-d a .after-b {
		width: 300px;
		height: 1px;
		left: 9.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-d a .after-c {
		width: 1px;
		height: 30px;
		left: 309.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-e a .after-b {
		width: 300px;
		height: 1px;
		left: 9.5px;
		top: 80px;
	}

	.n-products .pro-b .pro .left .li-e a .after-c {
		width: 1px;
		height: 200px;
		left: 309.5px;
		top: -119px;
	}

	.news .new .element .left .imgbox a .text .title {
		font-size: 26px;
		line-height: 40px;
	}

	.news .new .element .right .title {
		font-size: 32px;
	}

	.news .new .element .right .more {
		width: 25%;
	}

	.n-news .new .element .imgbox a .text .p-b {
		font-size: 22px;
		margin: 0 0 10px 0;
	}

	.n-news .new .element .imgbox a .img {
		width: 25%;
	}

	.n-service .ser-b .ser .right .text p {
		padding: 0 5% 0 5%;
	}

	.x-news .new .title .p-a {
		font-size: 32px;
		margin: 0 0 20px 0;
	}

	.center-b {
		width: 85%;
		margin: 0 auto;
	}

	.n-service .ser-b .ser .right .title {
		font-size: 32px;
	}

	.n-service .ser-c .ser {
		padding: 80px 0;
	}

	.n-service .ser-c .ser .imgbox a .title {
		font-size: 28px;
	}

	.applications .app {
		padding: 80px 0 40px;
	}

	.center-c {
		width: 75%;
	}

	footer .foo-b .foo .left {
		width: 35%;
	}

	.global .glo .element .imgbody {
		width: 23%;
	}

	.news .new .element {
		margin: 60px 0 0 0;
	}

	.i-caption .p-a {
		font-size: 32px;
	}

	.news .new .element .right .title .p-a {
		font-size: 24px;
	}

	.news .new .element .right .title {
		padding: 0 0 25px 0;
	}

	.news .new .element .right .title .p-b {
		font-size: 22px;
	}

	header .hea .nav .ul-a .li-a .element .imgbox a .text {
		font-size: 16px;
	}

	.n-about .abo-a .abo .p-a {
		font-size: 32px;
	}

	.n-caption {
		font-size: 32px;
	}

	.x-product .pro .element-a .right .p-a {
		font-size: 32px;
	}

	.n-service .ser-a .ser .title {
		font-size: 32px;
	}

	.n-qa .qa .caption {
		font-size: 32px;
	}

	.n-form .for .element .inputbox-a .title {
		width: 25%;
	}

	.n-form .for .element .inputbox-b .title {
		width: 11%;
	}

	.n-form .for .element .textareabox .title {
		width: 11%;
	}

	.n-case .cas .right ul li {
		padding: 0px 0 0 4%;
	}


	.x-product .pro .left .element-a .ban-b .img img {
		height: 531px;
	}

	.x-product .pro .left .element-a .ban-a .img img {
		height: 155px;
	}

	.x-product .pro .left .element-a .ban-a .swiper {
		height: 531px;
	}

	.x-product .pro .left .element-a .ban-b {
		height: 531px;
	}
	.x-product .pro .left .element-b .table{
		width: 100%;
		overflow-x: auto;
	}
	.x-product .pro .left .element-b .table table{
		width: 1200px;
	}
	.x-product .pro .left .element-b .imgbody-a .ul .li-a {
        left: 38%;
        top: 10%;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .li-a .imgbox {
		top: -100%;
		right: 500%;
	}
	.x-product .pro .left .element-b .imgbody-a .ul .li-b {
        left: 39%;
        top: 63%;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .li-c {
        left: 46%;
        top: 35%;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .li-c .imgbox {
		top: -1000%;
		right: 900%;
	}
	.x-product .pro .left .element-b .imgbody-a .ul .li-d {
        left: 62%;
        top: 15%;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .li-d .imgbox {
		top: -200%;
		left: 300%;
	}
	.x-product .pro .left .element-b .btn {
		width: 45%;
	}
	.x-product .pro .left .element-b .btn a {
		line-height: 65px;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-a .imgbox {
		top: -200%;
		right: 800%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-b .imgbox {
        top: -1400%;
        right: 600%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-c .imgbox {
        top: 200%;
        left: 900%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-d .imgbox {
        top: -1600%;
        left: 1100%;
    }
	.x-product .pro .left {
        width: 78%;
        padding: 0 4% 0 0;
    }
	.x-product .pro .right {
        width: 17%;
    }
}

/******************************************/
@media screen and (max-width: 1501px) {
	.n-products .pro-b .pro .left .li-a a .after-c {
		width: 600px;
		height: 1px;
		left: -30px;
		top: -200px;
	}

	.n-products .pro-b .pro .left .li-a a .after-d {
		width: 1px;
		height: 20px;
		left: 570px;
		top: -200px;
	}

	.n-products .pro-b .pro .left .li-b a .after-b {
		width: 510px;
		height: 1px;
		left: 9.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-b a .after-c {
		width: 1px;
		height: 30px;
		left: 519.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-c a .after-b {
		width: 390px;
		height: 1px;
		left: 9.5px;
		top: 80px;
	}

	.n-products .pro-b .pro .left .li-c a .after-c {
		width: 1px;
		height: 90px;
		left: 399.5px;
		top: -9px;
	}

	.n-products .pro-b .pro .left .li-d a .after-b {
		width: 280px;
		height: 1px;
		left: 9.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-d a .after-c {
		width: 1px;
		height: 30px;
		left: 289.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-e a .after-b {
		width: 280px;
		height: 1px;
		left: 9.5px;
		top: 80px;
	}

	.n-products .pro-b .pro .left .li-e a .after-c {
		width: 1px;
		height: 180px;
		left: 289.5px;
		top: -99px;
	}

	.applications .app .element .swiper2 {
		height: 480px;
	}

	.applications .app .element .swiper-button-prev {
		top: 40%;
		;
	}

	.applications .app .element .swiper-button-next {
		top: 40%;
	}

	.news .new .element .right {
		padding: 60px 3% 60px;
	}

	.applications .app .element .swiper2 .imgbox a .img img {
		width: 100%;
		height: 130px;
		object-fit: cover;
	}
	.x-applications .x-app .left .element-c .imgbox{
		justify-content: flex-start;
		align-items: flex-start;
		margin: 0 0 30px 0;
	}
	.x-applications .x-app .left .element-c .imgbox .img {
		margin: 20px 3% 0 0;
	}
	.x-applications .x-app .right {
		width: 25%;
		box-sizing: border-box;
		padding: 0 13% 0 2%;
	}
}

/******************************************/
@media screen and (max-width: 1401px) {
	.center-b {
		width: 85%;
		margin: 0 auto;
	}

	.center {
		width: 80%;
		margin: 0 auto;
	}

	header .hea .logo {
		width: 15%;
	}

	header .hea .logo a {
		height: 90px;
	}

	header .hea .nav .functionality .earth {
		width: 25%;
	}

	header .hea .nav .functionality .search {
		width: 30%;
	}

	header .hea .nav .language a {
		font-size: 16px;
	}

	.about .abo .text .p-b {
		width: 100%;
	}



	.applications .app {
		padding: 60px 0;
	}

	.applications .app .element .imgbox a .text .title {
		font-size: 25px;
	}

	.applications .app .more {
		width: 15%;
	}

	.news .new {
		padding: 60px 0;
	}

	.news .new .element {
		margin: 50px 0 0;
	}

	.news .new .element .left .imgbox {
		top: 10%;
	}

	.news .new .element .right {
		width: 55%;
		padding: 40px 3% 40px 0;
	}

	.news .new .element .right .more {
		width: 30%;
	}

	.global .glo {
		padding: 60px 0 0 0;
	}

	.global .glo .element .surface-a {
		top: 16.5%;
		left: 16.5%;
	}

	.global .glo .element .surface-e {
		top: 29%;
		left: 40%;
	}

	.global .glo .element .imgbody {
		top: 10%;
		width: 25%;
	}

	footer .foo-b .foo .left .add {
		font-size: 17px;
	}

	footer .foo-b .foo .right ul li:first-child a {
		font-size: 24px;
	}

	.n-applications-a .app-a .app .left .title .p-b {
		font-size: 50px;
	}

	.n-applications-a .app-b .imgbox a .left .title {
		font-size: 42px;
	}


	.n-about .abo-b .abo {
		flex-wrap: wrap;
	}

	.n-about .abo-b .abo .left {
		padding: 3% 0%;
	}

	.n-about .abo-c .abo .left {
		width: 30%;
	}

	.n-about .abo-c .abo .right {
		width: 65%;
	}

	header .hea .nav .ul-a .li-a .element .imgbox img {
		height: 100px;
	}

	header .hea .nav .ul-a .li-a .element .imgbox a .text {
		font-size: 15px;
	}

	.n-applications-a .app-b .imgbox a .left .title {
		font-size: 36px;
		line-height: 45px;
	}

	.n-applications-a .app-c .app .element .imgbox a .text .p-a {
		font-size: 32px;
		line-height: 45px;
		margin: 0 0 30px 0;
	}

	.n-applications-a .app-c .app .element .imgbox a .text .p-b {
		font-size: 21px;
		margin: 0 0 30px 0;
	}

	.n-applications-a .app-c .app .element .imgbox a .text .more {
		width: 35%;
		margin: 0 auto;
	}

	.x-applications-a .app .element .imgbox .p-a {
		font-size: 36px;
		line-height: 45px;
	}

	.n-banner .ban .crumb .cru li a {
		font-size: 18px;
	}

	.n-case .cas .right {
		padding: 60px 3%;
	}

	.n-products .pro-a .pro .left .title {
		font-size: 32px;
		margin: 0 0 20px 0;
	}

	.n-products .pro-a .pro {
		padding: 60px 0;
	}

	.x-product .pro .left .element-a .ban-a .swiper {
		height: 480px;
	}

	.x-product .pro .left .element-a .ban-a .swiper {
		height: 480px;
	}

	.x-product .pro .left .element-a .ban-a .img img {
		height: 140px;
	}

	.x-product .pro .left .element-a .ban-b {
		height: 480px;
	}

	.x-product .pro .left .element-a .ban-b .img img {
		height: 480px;
	}

	.n-search .sea-a .sea {
		padding: 80px 0 0 0;
	}

	.n-applications-a .app-b .app .imgbox {
		width: 40%;
		margin: 0 5%;
	}

	.n-contact .con .element .imgbox .textbox .img {
		width: 8%;
	}

	.n-contact .con .element .imgbox .textbox .text {
		width: 92%;
	}

	.n-products .pro-b .pro .left .li-a a .after-c {
		width: 570px;
		height: 1px;
		left: -30px;
		top: -200px;
	}

	.n-products .pro-b .pro .left .li-a a .after-d {
		width: 1px;
		height: 20px;
		left: 540px;
		top: -200px;
	}

	.n-products .pro-b .pro .left .li-b a .after-b {
		width: 500px;
		height: 1px;
		left: 9.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .left .li-b a .after-c {
		width: 1px;
		height: 30px;
		left: 509.5px;
		top: -40px;
	}

	.n-products .pro-b .pro .right .title {
		font-size: 26px;
	}

	.news .new .element .right .title {
		font-size: 30px;
	}

	.news .new .element .left .imgbox a .text .title {
		line-height: 36px;
	}

	.n-news .new .element .imgbox a .time {
		width: 15%;
	}

	.n-news .new .element .imgbox a .text .p-a {
		font-size: 28px;
	}

	.n-news .new .element .imgbox a .text .p-b {
		font-size: 22px;
		margin: 0 0 20px 0;
	}

	.n-news .new .element .imgbox a .text .p-c {
		font-size: 18px;
		-webkit-line-clamp: 2;
	}

	.n-service .ser-a {
		padding: 50px 0;
	}

	.n-service .ser-b .ser .left {
		padding: 90px 0 0 9%;
	}

	.n-service .ser-c .ser {
		padding: 50px 0;
	}

	.n-service .ser-c .ser .caption {
		font-size: 41px;
	}

	header .hea .nav .functionality .search {
		width: 55%;
	}

	header .hea .nav .ul-a .li-a .a-a .text {
		font-size: 16px;
	}

	header .hea .nav .ul-a {
		width: 80%;
		margin: 0 3% 0 0;
	}

	.applications .app .element .swiper2 .imgbox a .img img {
		width: 100%;
		height: 130px;
		object-fit: cover;
	}

	.applications .app .element .swiper2 {
		height: 500px;
	}

	.news .new .element .right .text {
		margin: 0 0 30px 0;
	}

	.applications .app .element {
		margin: 40px 0 0 0;
	}

	.n-about .abo-a .abo .p-b {
		font-size: 18px;
		line-height: 28px;
	}

	n-products .pro-c .pro {
		padding: 60px 0;
	}

	.n-products .pro-c .pro .element {
		padding: 45px 0 0 0;
		flex-wrap: wrap;
	}

	.n-products .pro-c .pro .element .imgbox a .text .title {
		font-size: 23px;
	}

	.x-product .pro .element-a .right .p-b {
		font-size: 23px;
		margin: 10px 0;
	}

	.n-service .ser-a .ser .text {
		line-height: 28px;
	}

	.n-service .ser-b .ser .right {
		padding: 60px 5%;
	}

	.n-service .ser-b .ser .right .title {
		font-size: 32px;
		margin: 0px 0 20px 0;
	}

	.n-qa .qa {
		padding: 60px 0;
	}

	.n-news .new {
		padding: 60px 0;
	}

	.n-news .new .element {
		padding: 60px 0 0 0;
	}

	.x-news .new {
		padding: 60px 0;
	}

	.x-news .new .title .p-a {
		font-size: 32px;
		margin: 0 0 10px 0;
	}

	.x-news .new .contact {
		font-size: 18px;
		line-height: 28px;
	}

	.x-news .new .time {
		font-size: 18px;
		margin: 0 0 30px 0;
	}

	.n-contact .con {
		padding: 60px 0;
	}

	.n-contact .con .element {
		margin: 50px 0 0 0;
	}
	
	.n-contact .con .element .imgbox {
		margin: 0 0 20px 0;
	}

	.n-contact .con .element .imgbox .name {
		font-size: 20px;
	}

	.n-contact .con .element .imgbox .textbox .text {
		font-size: 16px;
		padding: 1% 2%;
	}

	.n-applications .app-c .app {
		padding: 10px 0 60px 0;
	}

	.n-form .for .element {
		padding: 60px 0;
	}

	.n-form .for .element .inputbox-b .title {
		font-size: 20px;
	}

	.n-form .for .element .inputbox-a .title {
		font-size: 20px;
	}

	.n-form .for .element .textareabox .title {
		font-size: 20px;
	}

	.x-applications .x-app .right .caption .text {
		font-size: 18px;
	}

	.x-applications .x-app .right .element-a .content .imgbox a .text {
		font-size: 15px;
	}

	.n-case .cas .right ul li {
		padding: 0 0 0 4%;
	}

	.applications .app .element .swiper2 .imgbox a .text .title {
        font-size: 17px;
    }
	header .hea .nav .ul-a .li-a .element .imgbox a .text {
        font-size: 14px;
		padding: 10px 0;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .li-a .imgbox {
        top: -200%;
        right: 500%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-c .imgbox {
        top: -100%;
        left: 900%;
    }
	.x-applications .x-app .right {
        width: 27%;
        padding: 0 13% 0 2%;
    }
	header .hea .nav .language .now {
		padding: 0 25%;
	}
}
/******************************************/
@media screen and (max-width: 1201px) {
	.center {
		width: 90%;
		margin: 0 auto;
	}

	header {
		display: none;
	}

	.phone-section {
		display: block;
	}

	.phone-logo {
		width: 20%;
	}

	.phone-head {
		width: 100%;
		padding: 15px 10px;
		box-sizing: border-box;
		justify-content: space-between;
		background-color: #fff;
		/* position: fixed; */
		top: 0;
		left: 0;
	}
	.close{
		width: 20%;
	}
	.close ul{
		width: 35%;
		height: 20px;
		flex-direction: column;
		align-items: flex-end;
	}
	.close ul li{
		width: 100%;
		height: 3px;
		background: #23c3ff;
	}
	.close ul li:nth-child(1){
		animation: move5 2.5s infinite;
	}
	
	.close ul li:nth-child(3){
		animation: move5 2.5s infinite;
		animation-delay: 0.5s;
	}
	.close .p{
		width: 50%;
		font-size: 16px;
		color: #707070;
	}
	.close img {
		width: 30px;
	}

	.phone-listnav {
		display: none;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 999999999999999;
	}

	.phonelist-nav {
		width: 100%;
		background-color: #62b9e399;
		line-height: 48px;
	}

	.phonelist-nav a {
		color: #fff;
		font-size: 14px;
		padding: 0 15px;
	}

	.phonelist-nav1 {
		flex-direction: column;
		align-items: stretch;
		padding-left: 20px;
	}

	.phonelist-nav1 a {
		display: block;
		line-height: 35px;
	}

	.phonelist-nav {
		border-bottom: 1px solid #ffffff;
	}

	.phonelist-nav:last-child {
		border-bottom: none;
	}

	.phonelist-navtop>a {
		width: 50%;
	}

	.phonelist-navtop div {
		flex-grow: 1;
		flex-direction: row-reverse;
		box-sizing: border-box;
		padding-right: 10px;
	}

	.phonelist-navtop div img {
		width: 16px;
	}

	.phonelist-nav1 {
		display: none;
	}

	.menucl-img2 {
		display: none;
	}

	.about .abo {
		padding: 60px 0 0 0;
	}

	.about .abo .text {
		top: 60px;
	}

	.about .abo .text .p-a {
		font-size: 28px;
	}


	.i-caption .p-a {
		font-size: 35px;
	}

	.applications .app {
		padding: 60px 0;
	}

	.applications .app .more {
		width: 25%;
	}

	.global .glo {
		padding: 60px 0 50px 0;
	}

	.global .glo .element .imgbody {
		position: unset;
		width: 40%;
		margin: 0 auto;
	}

	footer .foo-a .foo {
		padding: 60px 0 20px;
	}

	footer .foo-b .foo {
		flex-wrap: wrap;
	}

	footer .foo-b .foo .left {
		width: 100%;
		margin: 0 0 30px 0;
	}

	footer .foo-b .foo .left .functionality {
		justify-content: flex-start;
		margin: 30px 0 20px 0;
	}

	footer .foo-b .foo .right {
		width: 100%;
	}

	footer .foo-b .foo .right ul li:first-child {
		font-size: 26px;
	}

	footer .foo-b .foo .right ul li a {
		font-size: 18px;
	}

	.n-about .abo-a .abo {
		padding: 60px 0% 0;
	}

	.n-about .abo-a .abo .p-a {
		font-size: 35px;
		margin: 0 0 30px 0;
	}

	.n-about .abo-a .abo .p-b {
		font-size: 22px;
	}

	.n-about .abo-b .abo .left {
		padding: 3% 0;
		width: 100%;
	}

	.n-about .abo-b .abo .right {
		padding: 30px 0% 0 0;
		width: 100%;
		text-align: center;
	}

	.n-about .abo-c .abo {
		padding: 60px 0 50px 0;
	}

	.n-about .abo-c .abo .left {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.n-about .abo-c .abo .left .top .caption {
		padding: 0 0 0 12%;
	}

	.n-about .abo-c .abo .right {
		width: 100%;
	}

	.n-about .abo-d .abo {
		padding: 60px 0;
	}

	.n-about .abo-d .abo .img {
		width: 32%;
	}

	.n-applications .app-a .app {
		padding: 60px 0 30px 0;
	}

	.n-caption {
		font-size: 35px;
	}

	.n-applications .app-c .app .element .imgbox a .text .title {
		font-size: 20px;
	}

	.n-applications-a .app-a .app .left .title .p-b {
		font-size: 40px;
	}

	.n-applications-a .app-b .imgbox a {
		flex-wrap: wrap;
	}

	.n-applications-a .app-b .imgbox a .left {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.n-applications-a .app-b .imgbox a .right {
		margin: 0 auto;
	}

	.n-applications-a .app-b .imgbox:nth-child(2) a {
		position: unset;
		top: 0;
		padding: 60px 0;
	}

	.n-applications-a .app-b .imgbox:nth-child(2) a .left {
		position: unset;
		right: 0;
	}

	.n-applications-a .app-c .app {
		padding: 50px 0 0 0;
	}

	.n-applications-a .app-c .app .element {
		margin: 60px 0 0 0;
		flex-wrap: wrap;
	}

	.n-applications-a .app-c .app .element .imgbox {
		width: 80%;
		margin: 0 auto 90px auto;
	}

	.n-applications-a .app-c .app .element .imgbox a .text {
		top: 60%;
	}

	.relatedpro .rel .element {
		flex-wrap: wrap;
	}

	.relatedpro .rel .element .imgbox {
		width: 45%;
		margin: 0 auto 30px auto;
	}

	.x-applications-a .app {
		padding: 60px 0;
	}

	.x-applications-a .app .element {
		margin: 60px 0 0;
		flex-wrap: wrap;
	}

	.x-applications-a .app .element .imgbox {
		width: 100%;
	}

	.x-applications-a .app .element .imgbox .p-a {
		font-size: 28px;
		line-height: 35px;
	}

	.x-applications-a .app .element .imgbox .p-b {
		font-size: 21px;
		line-height: 32px;
	}

	.n-case .cas {
		padding: 60px 0;
	}

	.n-case .cas .right {
		padding: 60px 3%;
	}

	.n-case .cas .right .p-a {
		font-size: 35px;
		margin: 0 0 20px 0;
	}

	.n-case .cas .right .p-c {
		font-size: 21px;
		line-height: 34px;
		margin: 0 0 30px 0;
	}

	.n-case .cas .right .p-c {
		margin: 0 0 30px 0;
	}

	.n-case .cas .right ul li {
		line-height: 36px;
		padding: 0 0 0 6%;
	}

	.n-case .cas .right ul {
		margin: 0 0 40px 0;
	}

	.n-case .cas .right .imgbox {
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 3% 3%;
		border-radius: 20px;
	}

	.n-case .cas .right .imgbox .img {
		width: 20%;
		margin: 0 auto 20px auto;
	}

	.n-case .cas .right .imgbox .text {
		width: 100%;
	}

	.n-case .cas .left {
		width: 60%;
		margin: 60px auto 0 auto;
	}

	.about .abo .text {
		left: 5%;
	}

	.n-products .pro-a .pro {
		padding: 60px 0;
		flex-wrap: wrap;
	}

	.n-products .pro-a .pro .left {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.n-products .pro-a .pro .right {
		width: 100%;
	}

	.n-products .pro-c .pro {
		padding: 60px 0;
	}

	.n-products .pro-c .pro .element .imgbox {
		width: 48%;
	}

	.x-product .pro .element-a {
		padding: 30px 0;
	}

	.x-product .pro .element-a .left {
		width: 40%;
		margin: 0 auto 30px;
	}

	.x-product .pro .element-a .right {
		width: 100%;
	}

	.x-product .pro .element-a .right .p-a {
		font-size: 35px;
	}

	.x-product .pro .element-a .right .p-b {
		font-size: 28px;
		margin: 0 0 20px 0;
	}

	.x-product .pro .element-b .textbox {
		width: 31%;
		margin: 0 1% 30px 1%;
	}

	.x-product .pro .element-b .textbox a .text {
		font-size: 20px;
	}

	.n-contact .con {
		padding: 60px 0 30px;
	}

	.n-contact .con .element .imgbox {
		width: 100%;
		padding: 3% 4%;
		height: auto;
	}


	.n-form .for .element {
		padding: 60px 0;
	}

	.n-form .for .element .inputbox-a .input input {
		line-height: 50px;
	}

	.n-form .for .element .inputbox-b .input input {
		line-height: 50px;
	}

	.n-form .for .element .textareabox .textarea textarea {
		line-height: 50px;
	}

	.n-form .for .element .inputbox-a {
		width: 100%;
	}

	.n-form .for .element .inputbox-b .title {
		width: 20%;
	}

	.n-form .for .element .inputbox-b .after {
		width: 5%;
	}

	.n-form .for .element .inputbox-b .input {
		width: 75%;
	}

	.n-form .for .element .textareabox .title {
		width: 20%;
	}

	.n-form .for .element .textareabox .after {
		width: 5%;
	}

	.n-form .for .element .textareabox .textarea {
		width: 75%;
	}

	.n-applications-b .app-a .app {
		padding: 60px 0 60px 0;
	}

	.n-applications-b .app-a .app .title .p-a {
		font-size: 24px;
	}

	.n-applications-b .app-a .app .title .p-b {
		font-size: 35px;
	}

	.n-applications-b .app-b .app {
		padding: 0px 0 0;
	}

	S .n-applications-b .app-b .app .element .imgbox {
		width: 45%;
		margin: 0 0 30px 0;
	}

	.n-applications-b .app-c .app .imgbox {
		margin: 60px 0 0px 0;
	}

	.n-applications-a .app-b .app {
		flex-wrap: wrap;
	}

	.n-applications-a .app-b {
		padding: 50px 0;
	}

	.n-applications-a .app-b .app .imgbox {
		width: 55%;
		margin: 0 auto 30px auto;
	}

	.x-applications-b .app {
		padding: 60px 0;
	}

	.x-applications-b .app .imgbox .title .p-a {
		font-size: 35px;
	}

	.x-applications-b .app .imgbox .text {
		width: 100%;
		line-height: 35px;
		margin: 0 0 20px 0;
	}

	.x-applications-b .app .imgbox .img {
		width: 45%;
		margin: 0 auto;
	}

	.n-applications-b .app-c .app .imgbox a {
		flex-wrap: wrap;
	}

	.n-applications-b .app-c .app .imgbox a .img {
		width: 100%;
	}

	.n-applications-b .app-c .app .imgbox a .text {
		width: 100%;
	}

	.applications .app .element .swiper2 {
        height: 500px;
    }

	.applications .app .element .swiper2 .imgbox a .text .title {
		font-size: 18px;
	}

	.global .glo .element .bgimg img:nth-child(1) {
		display: none;
	}

	.global .glo .element .bgimg img:nth-child(2) {
		display: inline;
	}

	.global .glo .element .surface {
		display: none;
	}

	.n-contact .con .element-b .imgbox .img {
		width: 50px;
		height: 50px;
		padding: 4%;
	}

	.n-contact .con .element-b .imgbox .text {
		font-size: 24px;
	}

	.n-products .pro-b .pro {
		padding: 60px 0 0 0;
		flex-wrap: wrap;
	}

	.n-products .pro-b .pro .left {
		width: 100%;
		margin: 0 auto 30px;
	}

	.n-products .pro-b .pro .left .li a .after {
		display: none;
	}

	.n-products .pro-b .pro .right {
		width: 100%;
		transition: 0.5s;
	}

	.n-news .new .element .imgbox a .text .p-a {
		font-size: 24px;
		line-height: 30px;
	}

	.n-news .new .element {
		padding: 50px 0 0 0;
	}

	.n-news .new {
		padding: 60px 0;
	}

	.n-news .new .element .imgbox a .text .p-b {
		font-size: 20px;
		line-height: 30px;
	}

	.x-news .new {
		padding: 50px 0;
	}

	.x-news .new .title {
		font-size: 28px;
	}

	.x-news .new .time {
		margin: 0 0 30px 0;
	}

	.news .new .element {
		margin: 50px 0;
		flex-wrap: wrap;
		background: #ffffff00;
	}

	.news .new .element .left {
		width: 60%;
		margin: 0 auto;
	}

	.news .new .element .left .imgbox {
		position: unset;
		width: 100%;
		transform: none !important;
	}

	.news .new .element .right {
		display: none;
	}

	.news .new .element .left .imgbox a .text .title {
		font-size: 24px;
		line-height: 36px;
	}

	.news .new .element .left .imgbox a .text .title .p-b {
		display: block;
	}

	.news .new {
		padding: 50px 0;
	}

	.n-news .new .element .imgbox a .time {
		width: 20%;
	}

    .n-news .new .element .imgbox a .text {
        width: 50%;
    }

	.n-service .ser-a .ser .title {
		font-size: 36px;
	}

	.n-service .ser-b .ser {
		flex-wrap: wrap;
		width: 90%;
		margin: 0 auto;
	}

	.n-service .ser-b .ser .left {
		width: 50%;
		margin: 0 auto;
		padding: 0 0 0 0%;
		margin: 0 auto 30px auto;
	}

	.n-service .ser-b .ser .right {
		width: 100%;
		padding: 50px 3%;
	}

	.n-service .ser-b .ser .right::after {
		width: 100%;
		left: 0%;
	}

	.n-service .ser-c .ser .imgbox a .title {
		font-size: 24px;
	}

	.n-service .ser-c .ser .imgbox a .img {
		margin: 10px 20px auto 0;
	}

	.n-service .ser-c .ser .caption {
		font-size: 36px;
		margin: 0 0 40px 0;
	}

	.n-case .cas .right .p-b {
		font-size: 32px;
		margin: 0 0 25px 0;
	}

	.n-applications .app-c .app .element .imgbox {
        width: 31%;
    }
	.x-applications .x-app {
		padding: 40px 0;
		flex-wrap: wrap;
	}
	.x-applications .x-app .left {
		width: 100%;
		border-bottom: 1px solid #cfcfd0;
	}
	.x-applications .x-app .left .element-a {
		padding: 0 5% 0 5%;
	}
	.x-applications .x-app .left .element-b {
		box-sizing: border-box;
		padding: 40px 5% 40px 5%;
	}
	.x-applications .x-app .left .element-a .text {
		padding: 0 0 0px 0;
	}
	.x-applications .x-app .right {
		width: 100%;
		box-sizing: border-box;
		padding: 40px 5% 0 5%;
	}
	.x-applications .x-app .right .element-a .content {
		justify-content: flex-start;
	}
	.x-applications .x-app .right .element-a .content .imgbox {
		width: 23%;
		margin: 0 1% 10px 1%;
	}
	.x-applications .x-app .right .element-b .imgbox {
		margin: 0 auto 20px auto;
		width: 55%;
	}
	.x-applications .x-app .left .element-b .content {
		flex-wrap: wrap;
	}
	.x-applications .x-app .left .element-b .content .imgbox {
		width: 18%;
		margin: 0 2% 10px 0;
	}
	.x-applications .x-app .left .element-c {
		box-sizing: border-box;
		padding: 40px 5% 40px 5%;
	}
	.n-products .pro .left h1 {
		margin: 30px 0 20px;
	}
	.n-products .pro .left h2 {
		margin: 0 0 20px 0;
	}
	.n-products .pro .right {
		padding: 0 0 0 0%;
	}
	.n-products .pro-c .pro {
        flex-wrap: wrap;
    }
	.n-products .pro .left {
		width: 100%;
	}
	.n-products .pro .right {
		width: 100%;
		padding: 0 0 0 0%;
	}
	.x-product .pro {
		padding: 40px 0;
		flex-wrap: wrap;
	}
	.x-product .pro .left {
        width: 100%;
		padding: 0 0 30px 0;
		margin: 0 0 30px 0;
		border-right: 0px solid #cfcfd0;
		border-bottom: 1px solid #cfcfd0;
    }
	.x-product .pro .left .element-a {
		margin: 0 0 30px 0;
	}
	.x-product .pro .left .element-a .ban-b .img img {
        height: 460px;
    }
	.x-product .pro .left .element-a .ban-a .img img {
        height: 130px;
    }
	.x-product .pro .right {
        width: 100%;
		padding: 0;
    }
	.x-product .pro .right .element {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.x-product .pro .right .element .imgbox {
		width: 30%;
		margin: 0 1% 20px;
	}
	.x-product .pro .right .caption .img {
		width: 5%;
		margin: 0 2% 0 0;
	}
	.x-product .pro .left .element-b .imgbody .ul .li .imgbox {
		width: 220px;
		padding: 15px 15px;
	}
	.x-product .pro .left .element-b .imgbody .ul .li .imgbox .text {
		font-size: 16px;
		line-height: 22px;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li .imgbox {
        width: 180px;
        padding: 15px 15px;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-a .imgbox {
        top: -200%;
        right: 600%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-b .imgbox {
        top: -1100%;
        right: 400%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-d .imgbox {
        top: -1300%;
        left: 900%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-c .imgbox {
        top: -100%;
        left: 800%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-e .imgbox {
        top: -1300%;
        left: 700%;
    }
	.n-news .new .element .imgbox a .img {
        width: 45%;
    }
	.n-news .new .element .imgbox a .text .p-b {
        margin: 0 0 10px 0;
    }
    .n-contact .con .element .imgbox .textbox .text {
        font-size: 16px;
        padding: 0% 2%;
    }
	.n-contact .con .element .imgbox {
        min-height: auto;
        margin: 0 0 20px 0;
    }
	.n-form .for .element .inputbox-b .title {
        width: 25%;
    }
	.n-form .for .element .textareabox .title {
        width: 25%;
    }
	.n-banner {
		padding: 0 0 0 0;
	}
	.banner {
		padding: 0px 0 0 0;
	}
	.news .new .element .left .imgbox {
		box-shadow: 0 0 0px 0 #999;
	}
	.news .new .swiper3 {
		padding: 0 0 0px 0;
	}
	.n-banner .ban p {
		font-size: 20px;
	}
	.n-banner .ban p::after {
		left: 45%;
		width: 10%;
		height: 3px;
	}
	.x-applications .x-app .left .element-d .imgbox {
		width: 48%;
		margin: 0 1% 20px 1%;
	}
	.x-applications .x-app .left .element-a .text-a .imgbox {
		flex-wrap: wrap;
	}
	.x-applications .x-app .left .element-a .text-a .imgbox .img {
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.x-applications .x-app .left .element-a .text-a .imgbox .text {
		width: 100%;
	}	
	.x-applications .x-app .left .element-c p img{
		display: block;
		margin: 0 auto 20px;
	}
	.n-news .new .element {
        padding: 0px 0 0 0;
    }
	.hatch-box .hea {
	
		width: 90%;
		left: 5%;
	}
	.news .new .element {
        margin: 50px 0 0 0;
    }
	.news .new .swiper-button-prev {
		top: 50%;
	}
	.news .new .swiper-button-next {
		top: 50%;
	}
	.n-banner .ban .text-b {
		top: 60%;
	}
	.n-banner-b .img{
		padding: 30px 0 0 0;
	}
	.n-download .dow {
		padding: 30px 0;
	}
	.n-download .dow .caption {
		font-size: 26px;
		margin: 0 0 20px 0;
	}
	.n-download .dow .element .imgbox {
		width: 100%;
		margin: 0 1% 30px;
	}
	.n-download .dow .element {
		margin: 0 0 30px 0;
	}
	.n-download .dow form {
		width: 100%;
		margin: 0 auto 30px auto;
		border-bottom: 1px solid #7d7d7d;
	}
	.x-news .new .contact .table{
		width: 100%;
		overflow-x: auto;
	}
	.x-news .new .contact .table table{
		width: 1200px;
	}
	.n-join .joi .imgbox a  {
		flex-wrap: wrap;
	}
	.n-join .joi .imgbox a .left {
		width: 100%;
		margin: 0px 0 0 0;
	}
	.n-join .joi {
		padding: 30px 0;
	}
	.n-join .joi .imgbox a .right {
		width: 100%;
		position: relative;
		padding: 30px 0% 30px 0;
		box-sizing: border-box;
		margin: 20px 0 0 0;
	}
	.n-join .joi .imgbox a .right::after {
		position: absolute;
		width: 120%;
		left: -10%;
	}
	.n-contact .con {
        padding: 30px 0;
    }
	.n-contact .con .element {
        margin: 30px 0 0 0;
    }
	.banner .ban .swiper1 .swiper-button-next-a {
		font-size: 16px;
	}
	.news .new .video video {
		width: 90%;
		left: 5%;
	}

     .x-news .new .contact .imgbox-a .img{
        padding: 0;
    }
}

/******************************************/
@media screen and (max-width: 1101px) {
	.applications .app .element .swiper2 {
		height: 500px;
	}
}

/******************************************/
@media screen and (max-width: 1001px) {
	.applications .app .element .swiper2 {
		height: 500px;
	}
}

/******************************************/
@media screen and (max-width: 901px) {
	.applications .app .element .swiper2 {
		height: 500px;
	}
	.applications .app .element .swiper2 .imgbox a .text .title {
        font-size: 16px;
    }
}

/******************************************/
@media screen and (max-width: 801px) {
	.phone-logo {
		width: 30%;
	}

	/* .banner .ban .swiper1 .swiper-slide video {
		height: 250px;
	}

	.banner .ban .swiper1 .swiper-slide img {
		height: 250px;
	} */
	.banner .ban .swiper1 .swiper-button-next-b {
		width: 35px;
		height: 35px;
	}
	.banner .ban .swiper1 .swiper-button-next-b::after {
		font-size: 16px;
	}
	.banner .ban .swiper1 .swiper-button-prev-b {
		width: 35px;
		height: 35px;
	}
	.banner .ban .swiper1 .swiper-button-prev-b::after {
		font-size: 16px;
	}
	.banner .ban .swiper1 .swiper-button-prev {
		font-size: 18px;
	}

	.banner .ban .swiper1 .num {
		font-size: 23px;
		margin: 0 10px;
	}

	.banner .ban .swiper1 .element {
		bottom: 25px;
	}

	.about .abo .text .p-a {
		font-size: 20px;
		line-height: 30px;
	}

	.about .abo .text .p-b {
		display: none;
	}

	.about .abo {
        padding: 10% 0 0 0;
    }



	.videobox .video {
		width: 90%;
	}

	.videobox .videoclose {
		width: 90%;
		margin: 0 auto 15px;
	}

	.applications .app {
		padding: 40px 0;
	}

	.i-caption .p-a {
		font-size: 28px;
	}

	.i-caption .p-b {
		font-size: 20px;
		line-height: 30px;
		margin: 20px 0 0 0;
	}

	.applications .app .element {
		margin: 30px 0 0 0;
	}

	.applications .app .element .swiper2 .imgbox a .img img {
		width: 100%;
		object-fit: cover;
	}

	.applications .app .element .swiper2 {
		height: auto;
	}

	.applications .app .element .swiper-button-prev {
		left: -5%;
		top: 25%;
	}

	.applications .app .element .swiper-button-prev::after {
		font-size: 24px;
		font-weight: bold;
	}

	.applications .app .element .swiper-button-next {
		right: -5%;
		top: 25%;
	}

	.applications .app .element .swiper-button-next::after {
		font-size: 24px;
		font-weight: bold;
	}

	.applications .app .more {
		width: 50%;
	}

	.global .glo {
		padding: 40px 0 40px 0;
	}

	.global .glo .element .img img {
		width: 100%;
	}

	.global .glo .element .imgbody {
		top: 110%;
		width: 80%;
		right: 10%;
	}

	.global .glo .element .bgimg img:nth-child(1) {
		display: none;
	}

	.global .glo .element .bgimg img:nth-child(2) {
		display: inline;
	}

	.global .glo .element .surface {
		display: none;
	}

	.global .glo .element {
		margin: 20px 0 0 0;
	}

	footer .foo-a .foo {
		padding: 40px 0 20px;
	}

	footer .foo-a .foo .more a .p {
		font-size: 18px;
	}

	footer .foo-b .foo .right {
		flex-wrap: wrap;
	}

	footer .foo-b .foo .right ul {
		width: 100%;
	}

	footer .foo-b .foo .right ul li a {
		display: none;
	}

	footer .foo-b .foo .right .active-a li a {
		display: block;
	}

	footer .foo-b .foo {
		align-items: flex-start;
		padding: 0 0 30px 0;
	}

	.n-about .abo-a .abo {
		padding: 40px 0% 0 0;
	}

	.n-about .abo-a .abo .p-a {
		font-size: 28px;
		margin: 0 0 20px 0;
	}

	.n-about .abo-a .abo .p-b {
		font-size: 20px;
	}

	.n-about .abo-b .abo .title {
		font-size: 28px;
	}

	.n-about .abo-c .abo {
		padding: 40px 0 40px 0;
	}

	.n-about .abo-c .abo .left .top .num {
		font-size: 70px;
	}

	.n-about .abo-c .abo .left .top .caption .p-a {
		font-size: 30px;
	}

	.n-about .abo-c .abo .left .top .caption .p-b {
		font-size: 25px;
	}

	.n-about .abo-c .abo .left .bottom {
		font-size: 20px;
	}

	.n-about .abo-c .abo .right .p-a {
		font-size: 20px;
	}

	.n-about .abo-c .abo .right .p-b {
		font-size: 20px;
	}

	.n-about .abo-d .abo {
		padding: 40px 0;
		flex-wrap: wrap;
	}

	.n-about .abo-d .abo .img {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.n-banner .ban .img img {
		width: 100%;
		object-fit: cover;
	}

	.n-applications .app-a .app {
		padding: 40px 0 30px 0;
	}

	.n-caption {
		font-size: 28px;
	}

	.n-applications .app-c .app .element .imgbox {
		width: 48%;
		margin: 0 1% 30px 1%;
	}

	.n-applications-a .app-a .app {
		padding: 30px 0;
	}

	.n-applications-a .app-a .app .left .title .p-a {
		font-size: 24px;
	}

	.n-applications-a .app-a .app .left .title .p-b {
		font-size: 32px;
		margin: 0 0 20px 0;
	}

	.n-applications-a .app-a .app .left .text {
		font-size: 20px;
	}

	.n-applications-a .app-b .app .imgbox {
		width: 100%;
		margin: 0 auto 30px auto;
	}

	.n-applications-a .app-b .app .imgbox a .title {
		padding: 20px 0;
		font-size: 20px;
	}

	.n-applications-a .app-b {
		padding: 40px 0 0 0;
	}

	.n-applications-a .app-b .imgbox a .left .title {
		font-size: 28px;
		line-height: 35px;
	}

	.n-applications-a .app-b .imgbox a .left .text {
		font-size: 20px;
		line-height: 30px;
	}

	.n-applications-a .app-b .imgbox a .right {
		width: 100%;
	}

	.n-applications-a .app-c .app .element .imgbox {
		margin: 0 0 100px 0;
	}

	.n-applications-a .app-c .app .element .imgbox a .text .p-a {
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 20px 0;
	}

	.n-applications-a .app-c .app .element .imgbox a .text .p-b {
		font-size: 20px;
		margin: 0 0 30px 0;
		line-height: 30px;
	}

	.n-applications-a .app-c .app .element .imgbox a .text .more {
		width: 40%;
	}

	.relatedpro .rel .element .imgbox {
		width: 90%;
		margin: 0 auto 30px auto;
	}

	.relatedpro .rel {
		padding: 40px 0 50px 0;
	}

	.x-applications-a .app {
		padding: 40px 0;
	}

	.x-applications-a .app .element {
		margin: 40px 0 0;
	}

	.x-applications-a .app .element .imgbox .p-a {
		font-size: 24px;
		line-height: 35px;
	}

	.x-applications-a .app .element .imgbox .p-b {
		font-size: 20px;
		line-height: 32px;
	}

	.x-applications-a .app .element .imgbox .p-c {
		font-size: 24px;
	}

	.x-applications-a .app .element .imgbox ul li {
		font-size: 20px;
	}

	.n-case .cas {
		padding: 40px 0;
	}

	.n-case .cas .right {
		padding: 40px 3%;
	}

	.n-case .cas .right .p-a {
		font-size: 28px;
	}

	.n-case .cas .right .p-c {
		font-size: 20px;
	}

	.n-case .cas .right ul li {
		line-height: 36px;
		padding: 0 0 0 10%;
		font-size: 20px;
	}

	.n-case .cas .right .imgbox .img {
		width: 30%;
	}

	.n-case .cas .right .imgbox .text {
		font-size: 20px;
	}

	.n-case .cas .left {
		width: 90%;
		margin: 60px auto 0 auto;
	}

	.relatedpro .rel .element {
		padding: 50px 0 0;
	}

	.n-applications-b .app-a .app {
		padding: 40px 0 40px 0;
	}

	.n-applications-b .app-a .app .title .p-b {
		font-size: 32px;
	}

	.n-applications-b .app-a .app .text {
		font-size: 20px;
	}

	.n-applications-b .app-b .app .element {
		margin: 40px 0 0 0;
	}

	.n-applications-b .app-b .app .element .imgbox {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.n-applications-b .app-b .app .element .imgbox a .text {
		font-size: 24px;
		padding: 20px 0;
	}

	.n-applications-b .app-c .app .imgbox a .text .p-b {
		margin: 0px 0 30px 0;
	}

	.n-applications-b .app-c .app .imgbox {
		margin: 40px 0 0px 0;
	}

	.n-products .pro-a .pro {
		padding: 40px 0;
	}

	.n-products .pro-a .pro .left .title {
		font-size: 28px;
		margin: 0 0 30px 0;
	}

	.n-contact .con .element-b {
		flex-wrap: wrap;
		margin: 0 0 30px 0;
	}

	.n-contact .con .element-b .imgbox {
		width: 100%;
		margin: 0 0 20px 0;
		justify-content: flex-start;
	}

	.n-products .pro-b .pro .right .element {
		flex-wrap: wrap;
	}

	.n-products .pro-b .pro .right .element .img {
		width: 60%;
		margin: 0 auto 20px auto;
	}

	.n-products .pro-b .pro .right .element .text {
		width: 100%;
	}

	.n-products .pro-b .pro .right .title {
		font-size: 24px;
	}

	footer .foo-a .foo .logo {
		width: 40%;
	}

	.n-news .new .element .imgbox a {
		flex-wrap: wrap;
	}

	.n-news .new .element .imgbox a .text {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.n-news .new .element .imgbox a .img {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.n-news .new .element .imgbox a .time {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.n-news .new .element .imgbox a .time .p-a {
		text-align: left;
	}

	.n-news .new .element .imgbox a .time .p-b {
		position: unset;
		text-align: right;
		font-size: 18px;
	}

	.x-news .new .title {
		font-size: 24px;
	}

	.news .new .element .left {
		width: 100%;
		margin: 0 auto;
	}

	.banner .ban .swiper1 .videoswiper {
		display: none;
	}

	.x-product .pro .element-b .textbox {
		width: 48%;
		margin: 0 1% 30px 1%;
	}

	.x-product .pro .element-b .textbox a .text {
		font-size: 18px;
	}

	.x-product .pro .element-a .left {
		width: 100%;
	}

	.n-applications-a .app-c .app .element .imgbox {
		width: 100%;
		margin: 0 auto 90px auto;
	}

	.n-service .ser-a {
		padding: 40px 0;
	}

	.n-service .ser-a .ser .title {
		font-size: 28px;
		margin: 0 0 20px 0;
	}

	.n-service .ser-b .ser .left {
		width: 80%;
	}

	.n-service .ser-b .ser .right {
		padding: 40px 3%;
	}

	.n-service .ser-b .ser .right .title {
		font-size: 26px;
	}

	.n-service .ser-b .ser .right .text p {
		padding: 0 0% 0 10%;
	}

	.n-service .ser-c .ser {
		padding: 40px 0;
	}

	.n-service .ser-c .ser .caption {
		font-size: 28px;
		margin: 0 0 30px 0;
	}

	.n-service .ser-c .ser .imgbox a .after {
		display: none;
	}

	.n-service .ser-c .ser .imgbox a .title {
		font-size: 22px;
		width: 90%;
	}

	.n-service .ser-c .ser .imgbox .content {
		font-size: 20px;
	}

	.n-case .cas .right .p-b {
		font-size: 22px;
	}

	.x-applications-b .app {
		padding: 60px 0;
	}

	.x-applications-b .app {
		padding: 40px 0;
	}

	.x-applications-b .app .imgbox .title .img-a {
		width: 7%;
	}

	.x-applications-b .app .imgbox .title .p-a {
		font-size: 26px;
	}

	.x-applications-b .app .imgbox .img {
		width: 100%;
	}

	.n-form .for .element .inputbox-a .title {
		font-size: 18px;
		width: 25%;
	}

	.n-form .for .element .inputbox-a .input {
		width: 70%;
	}

	.n-form .for .element .inputbox-b .input {
		width: 70%;
	}

	.n-form .for .element .inputbox-b .title {
		font-size: 18px;
		width: 25%;
	}

	.n-form .for .element .textareabox .title {
		font-size: 18px;
		width: 25%;
	}

	.n-form .for .element .textareabox .textarea {
		width: 70%;
	}

	.n-form .for .element .submit {
		width: 30%;
	}
	.banner .ban .swiper1 .swiper-pagination .swiper-pagination-bullet {
		width: 25px;
	}
	.banner .ban .swiper1 .swiper-button-prev {
        font-size: 16px;
    }
	.banner .ban .swiper1 .num {
        font-size: 20px;
        margin: 0 5px;
    }
	.n-applications .app-c .app .element .imgbox a .text .title {
        font-size: 18px;
    }
	.x-applications .x-app .left .element-b .caption {
		font-size: 26px;
		margin: 0 0 20px 0;
		line-height: 24px;
	}
	.x-applications .x-app .left .element-b .content .imgbox {
        width: 48%;
        margin: 0 1% 10px;
    }
	.x-applications .x-app .right .element-a .content .imgbox {
        width: 48%;
        margin: 0 1% 10px 1%;
    }
	.x-applications .x-app .right .element-b .imgbox {
        margin: 0 1% 10px 1%;
        width: 48%;
    }
	.x-applications .x-app .right .element-b  {
        display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
    }
	.x-applications .x-app .right .element-b  .caption {
		width: 100%;
	}
	.n-banner .ban .crumb .cru li a {
        font-size: 16px;
    }
	.n-products .pro .left h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.center-c {
        width: 90%;
    }
	footer .foo-b .foo .right li:nth-child(even) {
		width: 50%;
	}
	footer .foo-b .foo .right li:last-child {
		width: 50%;
	}
	footer .foo-b .foo .right li a {
		font-size: 18px;
	}
	.x-product .pro .left .element-a .ban-b {
		width: 100%;
		height: auto;
	}
	.x-product .pro .left .element-a .ban-a {
		display: none;
	}
	.x-product .pro .left .element-a .ban-b .img img {
        height: auto;
    }
	.x-product .pro .left .element-a {
        margin: 0 0 0px 0;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .photo .img {
		text-align: center;
		width: 60%;
		margin: 0 auto;
	}
	.x-product .pro .left .element-b .imgbody {
		margin: 50px 0 350px;
	} 
	.x-product .pro .left .element-b .imgbody-a .ul .li-a .imgbox {
        top: 250px;
        right: -800%;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .li-b .imgbox {
		top: 100px;
		right: -800%;
	}
	.x-product .pro .left .element-b .imgbody-a .ul .li-c .imgbox {
        top: 140px;
        right: -700%;
    }
	.x-product .pro .left .element-b .imgbody-a .ul .li-e .imgbox {
		top: 150px;
		left: -800%;
	}
	.x-product .pro .left .element-b .imgbody-a .ul .li-d .imgbox {
        top: 220px;
        left: -800%;
    }
	.x-product .pro .left .element-b .btn {
        width: 100%;
    }
	.x-product .pro .right .element .imgbox {
        width: 48%;
        margin: 0 1% 20px;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .photo .img {
		text-align: center;
		width: 80%;
		margin: 0 auto;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-a {
		left: 35%;
		top: 10%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-b {
		left: 30%;
		top: 65%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-c {
		left: 43%;
        top: 15%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-d {
		left: 57%;
		top: 75%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-e {
		left: 69%;
		top: 74%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-f {
		left: 84%;
		top: 24%;
	}
	.x-product .pro .left .element-b .imgbody-b .ul .li-a .imgbox {
        top: 250px;
        right: -800%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-c .imgbox {
        top: 200px;
        left: -500%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-d .imgbox {
        top: 100px;
        left: -800%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-b .imgbox {
        top: 150px;
        right: -800%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-e .imgbox {
        top: 100px;
        left: -900%;
    }
	.x-product .pro .left .element-b .imgbody-b .ul .li-f .imgbox {
		top: 200px;
		left: -1100%;
	}
	.x-product .active-a .imgbox{
		display: block !important;
	}
	.x-applications .x-app .left .element-c .imgbox {
        flex-wrap: wrap;
    }
	.x-applications .x-app .left .element-c .imgbox .img {
        width: 100%;
		margin: 0 0 0px 0;
    }
	.x-applications .x-app .left .element-c .imgbox .text {
		width: 100%;
		font-size: 18px;
		line-height: 34px;
		color: #707070;
	}
	.x-applications .x-app .left .element-a .caption .p-b {
		font-size: 26px;
	}
	.x-applications .x-app .left .element-a .text h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.x-applications .x-app .left .element-c h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.x-applications .x-app p img{
        float: none !important;
		display: block;
    }
	.x-applications .x-app .left .element-a {
        border: none;
    }
	.x-applications .x-app .table{
		width: 100%;
		overflow-x: auto;
	}
	.x-applications .x-app .table table{
		width: 1200px;
	}
	.n-banner .ban .text h1 {
		font-size: 22px;
	}
	.n-banner .ban .text h2 {
		font-size: 18px;
	}
	.applications .app .more {
        width: 35%;
    }
	.n-banner .ban .crumb .cru li a {
		line-height: 40px;
	}
	.x-news .new {
        padding: 30px 0;
    }
	.x-news .new .title .p-a {
        font-size: 26px;
        margin: 0 0 10px 0;
		line-height: 32px;
    }
	.n-banner .ban .text {
		top: 60px;
	}
	.n-news .new .element .imgbox a .text .btn {
		margin: 0 0 0px 0;
	}
	.banner .ban .swiper1 .element {
        bottom: 8px;
    }
	.banner .ban .swiper1 .num {
        font-size: 16px;
        margin: 0 5px;
    }
	.x-applications .x-app .left .element-c .imgbox .text {
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        color: #707070;
    }
	.x-applications .x-app .left .element-c .imgbox .text {
        width: 100%;
        font-size: 18px;
        line-height: 34px;
        color: #707070;
    }
	.n-banner .ban .text h1 {
        font-size: 20px;
    }
	.x-news .new .contact p img{
        width: 100%;
		margin: 0 0 20px 0;
    }
	.n-qa .qa .imgbox a .title {
		color: #414141;
		font-size: 16px;
		width: 70%;
		line-height: 30px;
		font-family: 'PoppinsLight';
	}
	.n-qa .qa .imgbox .content {
		font-size: 16px;
	}
	.n-qa .qa .imgbox .content {
		font-size: 16px;
	}
    .x-news .new .contact .imgbox-a{
        flex-wrap: wrap;
    }
    .x-news .new .contact .imgbox-a .p{
        width: 100%;
    }
     .x-news .new .contact .imgbox-a .img{
        width: 100%;
    }
}