@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Regular.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Light.ttf');
}

@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_Bold.ttf');
}

input,
textarea,
select,
button,
area,
body {
	font-family: "HarmonyOS_Sans_SC_Regular";
}

BODY {
	overflow-x: hidden;
}

BODY::-webkit-scrollbar-thumb {
	background: #008cd6;
}

.container-fluid {
	width: 86%;
	max-width: 1610px;
	margin: auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.5s;
	z-index: 999;
	height: 135px;
}

.header .container-fluid {
	display: flex;
	justify-content: space-between;
}

.header .logo {
	height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 250px;
	display: block;
	height: 45px;
	background-size: 100%;
}

.header .logo a {
	background-image: url(../logo.png);
}

.menu-all {
	display: flex;
}

.header .menu {
	width: 850px;
	margin-right: 25px;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li a.menu-a {
	display: inline-block;
	position: relative;
	font-size: 17px;
	color: #fff;
	line-height: 135px;
}

.header .menu ul li a.menu-a::before {
	content: '';
	width: 0;
	height: 4px;
	left: 50%;
	position: absolute;
	z-index: 2;
	transform: translateX(-50%);
	transition: all 0.3s linear;
	transition: all 0.3s ease-in;
	bottom: 15%;
	background: #008cd6;
}

.header .menu ul li.on .menu-a::before,
.header .menu ul li:hover .menu-a::before {
	width: 100%;
}

.header .menu li .drop {
	background: #ffffff;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 45px 0;
	top: 100%;
	display: none;
}

.menu-title {
	width: 18%;
	float: left;
	font-size: 2.2vw;
}

.main-menu {
	width: 80%;
	min-height: 380px;
	float: right;
	position: relative;
}

.main-menu a {
	color: #828282;
}

.menu-item {
	width: 26%;
}

.menu-item-a {
	font-size: 20px;
	padding: 18px 30px;
	display: block;
	border-bottom: 1px solid #b5b5b5;
}

.sub-menu {
	width: 43%;
	position: absolute;
	top: 0;
	left: 26%;
	display: none;
	padding: 0 50px;
}

.sub-menu-item {
	width: 50%;
	float: left;
}

.sub-menu-a {
	font-size: 25px;
	padding: 20px 10px 10px 10px;
	display: block;
}

.sub-sub-menu {
	width: 570px;
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0 40px;
	border-left: 1px solid #dcdcdc;
	display: none;
}

.sub-sub-menu a {
	font-size: 22px;
	padding: 8px 0;
	display: block;
	width: 48%;
	margin-right: 2%;
	float: left;
}

.menu-item.active .sub-menu {
	display: block;
}

.menu-item.active .menu-item-a {
	color: #000;
}

.sub-menu-item.on .sub-sub-menu {
	display: block;
}

.sub-menu-item.on .sub-menu-a {
	color: #000;
}

.main-menu a:hover {
	color: #000;
}

.header-global,
.search_icon,
.lang-txt {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s linear;
}

.search_icon {
	margin-right: 15px;
}

.search_icon i {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url(../search.png);
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s linear;
}

.search_icon:hover i {
	background-color: #008cd6;
}

.lang-txt {
	position: relative;
	z-index: 1000;
}

.lang-txt i {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url(../lang.png);
	background-size: 65%;
	background-position: center center;
	background-repeat: no-repeat;
	transition: 0.3s linear;
}

.lang-txt:hover i {
	background-color: #008cd6;
}

.lang_icon {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 5px #ddd;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 10;
	top: 74%;
	left: 50%;
	margin-left: -60px;
}

.lang_icon a {
	display: block;
	line-height: 30px;
	font-size: 16px;
}

.lang_icon::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.lang_icon a:hover {
	color: #008cd6;
}

.header-global {
	margin-left: 20px;
}

.header-global a {
	z-index: 10;
	display: block;
	padding: 0 25px;
	font-size: 15px;
	line-height: 44px;
	color: #fff;
	background: #008cd6;
	border-radius: 30px;
	cursor: pointer;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #008cd6;
}

.m_menu .line2 {
	margin: 4px 0;
}

.m_menu.on .line3 {
	transform: translateY(-1px) rotate(-45deg);
}

.m_menu.on .line1 {
	transform: translateY(1px) rotate(45deg);
}

.m_menu.on .line2 {
	display: none;
}

.inner-header {
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}

.fixnav {
	height: 100px;
	background: #fff;
}

.fixnav .logo {
	height: 100px;
}

.fixnav .menu ul li a.menu-a {
	line-height: 100px;
}

.fixnav a.menu-a,
.inner-header a.menu-a {
	color: #000 !important;
}

.inner-header .search_icon i,
.fixnav .search_icon i {
	background-image: url(../search-blck.png);
}

.fixnav .logo a,
.inner-header .logo a {
	background-image: url(../logo-blck.png);
}
.inner-header .lang-txt i,
.fixnav .lang-txt i {
	background-image: url(../lang-blck.png);
}

.fixnav .lang-txt:hover i {
	background-image: url(../lang.png);
}

.fixnav .search_icon:hover i {
	background-image: url(../search.png);
}

.search-box {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background: rgba(255, 255, 255, 0.85);
}

.search-box .searchform {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.searchform form {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
}

.searchform form .search_input {
	border: none;
	outline: none;
	width: 93%;
	font-size: 18px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	line-height: 60px;
	background: #008cd6;
}

.searchform form .search_input::placeholder {
	color: #fff;
}

.searchform form .submit {
	width: 7%;
	line-height: 60px;
	border: none;
	outline: none;
	background: #008cd6;
	background-image: url(../search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 25px;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #008cd6;
	color: #fff;
	cursor: pointer;
	background: #008cd6;
	border-radius: 50%;
	transition: 0.3s linear;
}

.searchform .close:hover {
	box-shadow: 0 0 10px #ccc;
}

.img-box {
	overflow: hidden;
}

.product-item .img img,
.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-item:hover .img img,
.solution-item-link:hover .img-box img,
.news-dl-recommendation:hover img,
.img-box:hover img {
	transform: scale(1.15, 1.15);
}

/**/
.banner-swiper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-slide-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h1 {
	font-size: 3.2vw;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	margin: 0 0 30px 0;
	font-weight: 600;
	animation-delay: 0.3s;
}

.swiper-slide-txt h2 {
	font-size: 1.4vw;
	font-family: 'HarmonyOS_Sans_SC_Light';
	animation-delay: 0.8s;
}

.swiper-slide-active h1,
.swiper-slide-active h2 {
	animation-name: fadeInUp;
}

.slide-inner {
	width: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.banner-pagination {
	width: 12px;
	height: 100%;
	text-align: center;
	transition: 0.4s;
	position: absolute;
	right: 3%;
	top: 0;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-pagination span {
	margin: 5px 0;
	width: 12px;
	height: 12px;
	transition: 0.4s;
	background: #a5abac;
	border-radius: 50%;
}

.banner-pagination .swiper-pagination-bullet-active {
	background: #008cd6;
}

.button-pointer {
	left: 50%;
	bottom: 3%;
	z-index: 11;
	width: 70px;
	height: 90px;
	margin-left: -35px;
	position: absolute;
	text-align: center;
}

.button-pointer i {
	display: block;
	position: absolute;
	-webkit-animation-name: mouse;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 2.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: mouse;
	animation-duration: 2.5s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
	width: 21px;
	left: 50%;
	margin-left: -10.5px;
	height: 37px;
	background-image: url(../mos.png);
	background-size: 100%;
}

.button-pointer span {
	width: 1px;
	height: 45%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
}

.button-next,
.button-prev {
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	border-radius: 50%;
}

.button-next {
	right: 0;
	background: #ffffff;
}

.button-prev {
	left: 0;
	background: #ffffff;
}

.honor-next {
	background: #eeeeee;
}

.honor-prev {
	background: #eeeeee;
}

.button-next:after,
.button-prev:after {
	font-size: 18px;
	color: #000;
}

.button-next:hover,
.button-prev:hover {
	background: #008cd6;
}

.button-next:hover:after,
.button-prev:hover:after {
	color: #fff;
}

.index-title h1 {
	font-size: 52px;
}

/*index-about*/
.index-about {
	width: 100%;
	overflow: hidden;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 110px 0 100px 0;
	background-image: url(../about.jpg);
}

.about-content {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.about-txt {
	width: 42%;
}

.about-txt h1 {
	font-size: 2vw;
}

.about-txt .txt {
	color: #5a5a5a;
	font-family: 'HarmonyOS_Sans_SC_Light';
	margin: 25px 0 105px 0;
}

.about-txt .txt p {
	line-height: 32px;
	font-size: 18px;
	text-align: justify;
}

.num-box {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.num-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.aboutnum-box {
	width: 52%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.aboutnum-box ul li {
	width: 48%;
	margin: 0 1% 40px 1%;
	padding: 15px 25px;
	border-radius: 12px;
	position: relative;
	background-color: #f5f5f5;
}

.aboutnum-box .num_icon img {
	margin: 10px 0;
	max-width: 100%;
}

.aboutnum-box .num {
	font-weight: bold;
	font-size: 85px;
	color: #008cd6;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.aboutnum-box .num b,
.aboutnum-box .num em {
	font-style: normal;
}

.aboutnum-box ul li .text {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #000;
	text-align: right;
}

.index-product {
	width: 100%;
	overflow: hidden;
	background-image: url(../product.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 120px 0 70px 0;
}

.index-product .container-fluid {
	position: relative;
}

.product-content {
	position: absolute;
	left: 0;
	top: 4%;
	z-index: 10;
	max-width: 500px;
}

.product-content h1 {
	font-size: 58px;
}

.product-content .txt {
	line-height: 32px;
	font-size: 18px;
	font-family: 'HarmonyOS_Sans_SC_Light';
	margin: 50px 0 100px 0;
}

.productSwiper2-img {
	width: 100%;
}

.product-img {
	display: block;
	width: 48.5%;
	margin: 20px 10% 0 41.5%;
	position: relative;
	opacity: 0;
	z-index: 10;
	transition: all 0.3s linear;
}

.product-title {
	position: absolute;
	left: 0;
	opacity: 0.3;
	top: 20px;
	opacity: 0;
	transition: 0.3s linear;
	z-index: 5;
	width: 100%;
	height: 100%;
	font-size: 24vw;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
}

.product-thumbsSlider {
	margin-top: 25px;
	position: relative;
	padding: 0 70px;
}

.product-class-title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	padding: 5px 5px;
	height: 88px;
	border-radius: 10px;
	background-color: #fff;
	cursor: pointer;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.productSwiper .swiper-slide-thumb-active .product-class-title {
	background-color: #008cd6;
	color: #fff;
}

.productSwiper2 .swiper-slide-active {
	z-index: 30;
}

.productSwiper2 .swiper-slide-active .product-img {
	opacity: 1;
	margin: 0 10% 0 41.5%;
}

.productSwiper2 .swiper-slide-active .product-title {
	opacity: 0.4;
	top: 0;
}

.index-more {
	display: inline-block;
	padding: 0 0 0 85px;
	position: relative;
	font-size: 22px;
	transition: all 0.3s linear;
	color: #000;
	line-height: 70px;
	cursor: pointer;
}

.index_after {
	left: 0;
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -35px;
}

.solution_after {
	right: 48px;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
}

.product_after {
	right: 35px;
	width: 56px;
	height: 56px;
	top: 35px;
}

.after {
	display: inline-block;
	transition: 0.3s;
	z-index: 2;
	position: absolute;
	overflow: hidden;
	border-radius: 50%;
	background: #008cd6;
}

.after img {
	max-width: 100%;
}

.after .after-a {
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
}

.after .after-b {
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(-25px, 0px);
	top: 0;
	left: 0;
	opacity: 0;
}

.after:hover .after-a,
.index-more:hover .after .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.after:hover .after-b,
.index-more:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.index-more:hover {
	color: #008cd6;
}

.index-soultion {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.soultion-content {
	width: 100%;
	position: absolute;
	left: 0;
	top: 12%;
	z-index: 10;
}

.soultion-content h1 {
	font-size: 52px;
	color: #fff;
}

.soultion-slide {
	width: 100%;
	position: absolute;
	left: 0;
	top: 25%;
	z-index: 10;
	color: #fff;
}

.soultion-slide h3 {
	font-size: 40px;
	color: #fff;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.soultion-slide .txt {
	line-height: 32px;
	font-size: 18px;
	font-family: 'HarmonyOS_Sans_SC_Light';
	max-width: 900px;
	margin: 20px 0 60px 0;
}

.soultion-link {
	position: relative;
	display: flex;
	max-width: 180px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 54px;
	font-size: 18px;
	color: #fff;
	background: #008cd6;
	border-radius: 5px;
	transition: all 0.34s linear;
}

.soultion-link i {
	display: inline-block;
	margin-left: 10px;
}

.soultion-link i img {
	width: 100%;
}

.soultion-link:hover {
	max-width: 210px;
}

.soultion-img {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.soultion-thumbsSlider {
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 5%;
	left: 0;
}

.soultion-thumbsSlider .container-fluid {
	position: relative;
}

.button-button {
	position: absolute;
	width: 100%;
	bottom: 195px;
	height: 50px;
	left: 0;
	z-index: 10;
}

.soultion-button {
	position: relative;
	width: 120px;
	height: 50px;
	float: right;
	z-index: 10;
}

.soultion-title {
	position: relative;
	height: 85px;
	padding-bottom: 25px;
	font-size: 20px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 3px;
	border-bottom: 2px solid #fff;
}

.soultion-title::before {
	content: '';
	width: 0;
	height: 5px;
	left: 0;
	position: absolute;
	z-index: 2;
	bottom: -4px;
	background: #008cd6;
}

.soultionSwiper .swiper-slide-thumb-active .soultion-title::before {
	width: 100%;
	transition: all 4.2s linear;
}

.soultion-title img {
	max-width: 38px;
	filter: grayscale(100%) brightness(200%);
	margin-right: 15px;
}

.news_section {
	width: 100%;
	overflow: hidden;
	padding: 95px 0;
	position: relative;
	z-index: 10;
	background: #fff;
}

.news-container {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.news_dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.news_dl dt {
	width: 29%;
}

.news_dl dd {
	width: 53%;
	padding: 10px 0;
}

.news_dl dd span {
	color: #7f7f7f;
	font-size: 18px;
}

.news_dl dd h2 {
	color: #000;
	margin: 20px 0;
	font-size: 26px;
}

.news_dl dd .txt {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 50px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.news_dl dd a {
	display: flex;
	align-items: center;
	justify-content: left;
	line-height: 45px;
	text-align: center;
	color: #606060;
	font-size: 17px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.news_dl dd a i {
	margin-left: 25px;
}

.news_dl dd a:hover {
	margin-left: 10px;
}

.news_section .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	margin-top: 40px;
	border-bottom: 1px solid #d2d2d2;
}

.news_section .list a {
	width: 50%;
	display: block;
	line-height: 23px;
	position: relative;
	padding: 35px 190px 35px 35px;
}

.news_section .list a:before {
	content: '';
	width: 2px;
	height: 22px;
	right: 20px;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -11px;
	background: #b5b5b5;
}

.news_section .list a:nth-child(1),
.news_section .list a:nth-child(2) {
	border-bottom: 1px solid #d2d2d2;
}

.news_section .list a:nth-child(2):before,
.news_section .list a:nth-child(4):before {
	display: none;
}

.news_section .list a span {
	color: #7f7f7f;
	position: absolute;
	width: 170px;
	height: 23px;
	text-align: center;
	top: 50%;
	font-size: 18px;
	margin-top: -11.5px;
	right: 20px;
	z-index: 10;
}

.news_section .list a h2 {
	display: block;
	color: #010101;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news_section .list a .i-con {
	position: absolute;
	width: 15px;
	height: 23px;
	top: 50%;
	margin-top: -11.5px;
	left: 0;
	z-index: 10;
}

.news_section .list a .i-con img {
	width: 100%;
}

.news_section .list a .i-con .img1 {
	display: block;
}

.news_section .list a .i-con .img2 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
}

.news_section .list a:hover .img2 {
	opacity: 1;
}

/*index-panter */
.index-panter {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 10px 0 80px 0;
	position: relative;
	z-index: 10;
}

.panter-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.panter-erth {
	width: 40%;
	position: relative;
}

#earth {
	width: 700px !important;
	height: 700px !important;
	position: relative;
	margin: auto;
}

#earth canvas {
	width: 700px !important;
	height: 700px !important;
	display: block;
	margin: auto;
}

.panter-num {
	width: 54%;
	padding: 100px 0;
	position: relative;
	z-index: 10;
}

.panter-num .txt {
	font-size: 22px;
	color: #9e9e9e;
	margin: 30px 0 70px 0;
}

.panternu-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.panternum-box ul li {
	width: 46%;
	margin: 5px 0;
	padding: 20px 0;
	position: relative;
	border-bottom: 1px solid #c8c8c8;
}

.panternum-box .num_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
}

.panternum-box .num {
	font-weight: bold;
	font-size: 2.6vw;
	color: #008cd6;
	margin-right: 8px;
	display: flex;
	flex-wrap: wrap;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.panternum-box .num b,
.panternum-box .num em {
	font-style: normal;
}

.panternum-box ul li .text {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #737373;
	margin-top: 10px;
}

.panter-list {
	width: 100%;
}

.panter-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.panter-list ul li {
	width: 12.25%;
	margin: 8px 1%;
	cursor: pointer;
}

.panter-img {
	border-radius: 8px;
	overflow: hidden;
	margin: 10px 0;
}

.panter-list ul li img {
	max-width: 100%;
	transform: translateZ(0px);
	transition: transform 0.5s ease 0s;
}

.panter-list ul li:hover img {
	transform: scale(1.1, 1.1);
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-size: auto 100%;
	background-position: center center;
}

.inner-banner-img {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.inner-banner-img img {
	width: 100%;
}

.banner-content {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: 20;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	font-size: 32px;
}

.banner h1 {
	font-size: 4vw;
	position: relative;
}

.banner h2 {
	font-size: 50px;
	position: relative;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.banner h4 {
	font-size: 30px;
	margin-top: 20px;
	position: relative;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.product_banner {
	width: 100%;
	padding: 215px 0 100px 0;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../product_banner.jpg);
}

.inner-title h2 {
	font-size: 48px;
	margin-bottom: 10px;
}

.inner-title h5 {
	font-size: 40px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-title h4 {
	font-size: 20px;
	color: #757575;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-about {
	width: 100%;
	overflow: hidden;
	padding: 110px 0;
	position: relative;
	color: #000000;
	background-image: url(../about-ab.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.inner-about .txt {
	font-size: 20px;
	color: #000000;
	line-height: 40px;
	text-align: center;
	margin: 50px 0;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.abnum-box {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: space-between;
}

.abnum-box ul li {
	width: 24%;
	margin: 20px 0;
	padding: 20px 0;
	position: relative;
}

.abnum-box .num_icon img {
	margin: 10px 0;
}

.abnum-box .num {
	font-size: 65px;
	color: #008cd6;
	margin-right: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.abnum-box .num b,
.abnum-box .num em {
	font-style: normal;
}

.abnum-box ul li .text {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
	padding: 25px 0;
	border-top: 1px solid #d9d9d9;
}

.inner-culture {
	width: 100%;
	overflow: hidden;
	background-image: url(../culture.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #000000;
}

.slideTxtBox {
	width: 100%;
	position: relative;
}

.culture-hd {
	float: right;
	width: 21%;
	background-color: #f7f7f7;
	padding: 100px 0 80px 50px;
}

.culture-title {
	text-align: right;
}

.culture-hd h2 {
	font-size: 45px;
	margin-bottom: 10px;
}

.culture-hd h5 {
	font-size: 26px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.culture-hd ul {
	width: 100%;
	margin: 50px 0 100px 0;
}

.culture-hd ul li {
	width: 100%;
	text-align: right;
	transition: 0.4s;
	cursor: pointer;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	padding: 4px 40px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 70px;
}

.culture-hd ul li.on,
.culture-hd ul li:hover {
	color: #fff;
	background-color: #008cd6;
}

.arrow {
	width: 120px;
	height: 52px;
	position: relative;
	z-index: 10;
	float: right;
}

.arrow .next,
.arrow .prev {
	display: block;
	width: 52px;
	height: 52px;
	top: 50%;
	font-family: 'HarmonyOS_Sans_SC_Light';
	font-size: 26px;
	margin-top: -26px;
	background: #ffffff;
	border-radius: 50%;
	position: absolute;
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}

.arrow .next img,
.arrow .prev img {
	width: 100%;
}

.arrow .next {
	right: 0;
}

.arrow .prev {
	left: 0
}

.arrow .next:hover,
.arrow .prev:hover {
	color: #fff;
	background: #008cd6;
}

.arrow .next:hover img,
.arrow .prev:hover img {
	filter: invert(1);
}

.culture-middle {
	width: 79%;
	position: relative;
	overflow: hidden;
	z-index: 5;
	padding-left: 100px;
}

.culture-middle:before {
	content: '';
	width: 64px;
	height: 52px;
	left: 0;
	position: absolute;
	z-index: 2;
	top: 30%;
	background-image: url(../icon10.png);
	background-size: 100%;
}

.culture-content {
	width: 100%;
	padding: 110px 0 140px 0;
}

.culture-content dl {
	width: 96%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

.culture-content dl dt {
	width: 60%;
}

.culture-content dl dd {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 34px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.culture-content dl dd p {
	margin: 10px 0;
}

.culture-content dl dt .img-box {
	width: 68%;
	border-radius: 50%;
	margin: auto;
	max-width: 488px;
}

.culture-content dl dt img {
	width: 100%;
	border-radius: 50%;
}

.inner-history {
	width: 100%;
	overflow: hidden;
	padding: 75px 0;
	position: relative;
	background-color: #10669a;
	background-image: url(../history.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #fff;
}

.history-item {
	margin-top: 50px;
}

.history-item01 {
	width: 20%;
	float: left;
}

.history-pagination {
	width: 100%;
	height: 560px;
	overflow: auto;
}

.history-pagination::-webkit-scrollbar {
	width: 2px;
	height: 1px;
}

.history-pagination::-webkit-scrollbar-thumb {
	border-radius: 10px;
	width: 5px;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #008cd6;
}

.history-pagination::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: #ffffff;
}

.history-pagination span {
	display: block;
	text-align: center;
	padding: 5px 5px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.swiper-pagination-bullet-active {
	color: #008cd6;
}

.history-title {
	font-size: 4vw;
}

.history-item02 {
	width: 74%;
	float: right;
}

.history-content {
	padding: 50px 20px;
}

.history-content h2 {
	font-size: 3vw;
	margin-bottom: 20px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.history-content .txt {
	font-size: 20px;
	line-height: 40px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-Core-strengths {
	width: 100%;
	overflow: hidden;
	padding: 75px 0;
	position: relative;
	color: #000000;
}

.inner-Core-strengths ul {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-Core-strengths ul li {
	width: 48%;
	margin: 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.inner-Core-strengths ul li .content {
	background-color: #f7f7f7;
	padding: 50px 45px 100px 45px;
	color: #000000;
	position: relative;
	height: 100%;
}

.inner-Core-strengths ul li h4 {
	position: relative;
	padding-left: 50px;
	font-size: 28px;
	margin-bottom: 20px;
}

.inner-Core-strengths ul li .txt {
	font-size: 19px;
	line-height: 40px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-Core-strengths ul li img {
	position: absolute;
	left: 0;
	top: 0;
}

.inner-Core-strengths ul li:hover .content {
	background: none;
	color: #fff;
	transition: all 0.3s linear;
}

.inner-Core-strengths ul li:hover .content img {
	filter: grayscale(100%) brightness(200%);
}

.inner-honor {
	width: 100%;
	overflow: hidden;
	padding: 75px 0;
	height: 568px;
	position: relative;
	color: #000000;
	background-image: url(../honor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.honortxt {
	max-width: 210px;
	margin-top: 50px;
	margin-left: 20px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.honor-honor {
	width: 100%;
	overflow: hidden;
	padding: 95px 0;
	position: relative;
}

.honor-honor .container-fluid {
	border-top: 1px solid #d2d2d2;
	padding-top: 85px;
}

.Honor_box {
	width: 100%;
	overflow: hidden;
	background-color: #eeeeee;
	padding: 35px 65px;
}

.honor-button {
	width: 120px;
	height: 50px;
	margin: 40px auto 0 auto;
	position: relative;
}

.solution-section {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

.solution-item {
	width: 100%;
	display: block;
	overflow: hidden;
	background: #fafafa;
	padding: 80px 0;
}

.solution-item-link {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.solution-item .img-box {
	border-radius: 35px;
}

.solution-item .content {
	border-radius: 35px;
	position: absolute;
	width: 88%;
	height: 82%;
	left: 6%;
	top: 15%;
	z-index: 10;
}

.solution-item .content h3 {
	font-size: 27px;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.solution-item .content h3 img {
	margin-right: 15px;
}

.solution-item .content .txt {
	font-size: 19px;
	line-height: 40px;
	padding: 25px 150px 25px 45px;
	border-radius: 35px;
	background: #e5eaf3;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #2b2b2b;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-item .content .txt .memo {
	width: 90%;
}

.solution-item:nth-child(even) {
	background-color: #e7ecf2;
}

.solution-detail {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 90px 0;
}

.solution-detail h1 {
	font-size: 45px;
	text-align: center;
}

.solution-detail .memo {
	font-size: 20px;
	line-height: 45px;
	padding: 30px 0;
	margin-top: 40px;
	border-top: 1px solid #e5e5e5;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-detail-title {
	font-size: 35px;
	padding: 55px 0;
	text-align: center;
}

.solution-sys-item ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solution-sys-item ul li {
	width: 32%;
	margin: 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	background-color: #f7f7f7;
	padding: 55px 45px;
}

.solution-sys-item ul li h4 {
	position: relative;
	font-size: 33px;
	color: #008cd6;
	margin-bottom: 15px;
}

.solution-sys-item ul li .txt {
	font-size: 20px;
	line-height: 40px;
}

.solution-Application-scenarios {
	border: 1px solid #e5e5e5;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 50px;
}

.solution-Application-scenarios ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
	padding: 0 45px;
}

.solution-Application-scenarios ul li {
	width: 23%;
	margin: 20px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
}

.solution-Application-scenarios ul li i {
	background-color: #008cd6;
	display: inline-block;
	border-radius: 50%;
	margin: auto;
	max-width: 60px;
}

.solution-Application-scenarios ul li i img {
	max-width: 100%;
}

.solution-Application-scenarios ul li h4 {
	position: relative;
	font-size: 23px;
	text-align: center;
	margin-top: 15px;
}

.solution-sys-vue ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.solution-sys-vue ul li {
	width: 48%;
	margin: 10px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	cursor: pointer;
}

.solution-sys-vue ul li .content {
	background-color: #f7f7f7;
	padding: 50px 45px 100px 45px;
	color: #000000;
}

.solution-sys-vue ul li h4 {
	position: relative;
	padding-left: 50px;
	font-size: 28px;
	margin-bottom: 20px;
}

.solution-sys-vue ul li .txt {
	font-size: 19px;
	line-height: 40px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.solution-sys-vue ul li img {
	position: absolute;
	left: 0;
	top: 0;
}

.solution-sys-vue ul li:hover .content {
	background: #008cd6;
	color: #fff;
	transition: all 0.3s linear;
}

.solution-sys-vue ul li:hover .content img {
	filter: brightness(100);
}

.detail-product-item {
	display: block;
}

.detail-product-item .img-box {
	border-radius: 12px;
	padding: 20px 20px;
	background: #e7ecf2;
}

.detail-product-item h4 {
	font-size: 25px;
	margin: 20px 0;
	text-align: center;
}

.inner-product {
	width: 100%;
	overflow: hidden;
	background: #e7ecf2;
	padding: 90px 0 120px 0;
}

.inner-product .inner-title {
	margin-bottom: 40px;
}

.class-container {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.product-Menu {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d2d2d2;
}

.product-Menu a {
	color: #767676;
	font-size: 27px;
	margin-right: 60px;
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 70px;
	padding: 0 5px;
}

.product-Menu a.on,
.product-Menu a:hover {
	color: #008cd6;
}

.product-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d2d2d2;
}

.product-class a {
	color: #767676;
	font-size: 22px;
	margin-right: 55px;
	display: inline-block;
	text-align: center;
	position: relative;
	line-height: 70px;
	padding: 0 5px;
}

.product-class a.choose,
.product-class a.on,
.product-class a:hover {
	color: #008cd6;
}

.product-memo {
	color: #767676;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 50px;
}

.product-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-item {
	width: 32%;
	margin: 0 0 35px 0;
	display: none;
	background: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	color: #000;
	padding: 45px 45px;
}

.product-item .content {
	position: relative;
}

.product-item .img {
	position: relative;
}

.product-item .img img {
	width: 100%;
}

.product-item .img img.img1 {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.2s linear;
	z-index: 10;
	background-color: #fff;
}

.product-item h3 {
	font-size: 26px;
	text-align: center;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 100%;
}

.product-item:hover .img-box img.img1 {
	opacity: 1;
}

.product-item .product_after {
	opacity: 0;
	transition: 0.3s linear;
}

.product-item:hover .product_after {
	opacity: 1;
}

.product-item:nth-child(3n-1) {
	margin: 0 2% 35px 2%;
}

.product_banner .container-fluid {
	position: relative;
}

.detail-product-img {
	display: block;
	width: 90%;
	max-width: 725px;
	margin: 0 auto;
}

.product_banner h3 {
	font-size: 35px;
	text-align: center;
	margin-top: 40px;
}

.product-detail {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 50px 0;
}

.product-detail h1 {
	font-size: 45px;
	padding: 25px 0;
	color: #000;
	text-align: center;
}

.product-detail-title {
	font-size: 35px;
	padding: 25px 0;
	color: #0582c7;
	border-bottom: 1px solid #d2d2d2;
}

.product-detail .memo {
	font-size: 18px;
	line-height: 32px;
	color: #515151;
	margin: 40px 0;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.product-detail .memo img {
	max-width: 100%;
}

.product-icon-list {
	overflow: hidden;
	width: 100%;
}

.product-icon-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product-icon-list ul li {
	width: 23%;
	margin: 40px 1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	cursor: pointer;
}

.product-icon-list ul li i {
	background-color: #008cd6;
	display: inline-block;
	width: 60px;
	border-radius: 8px;
}

.product-icon-list ul li i img {
	width: 100%;
}

.product-icon-list ul li h4 {
	position: relative;
	font-size: 23px;
	margin: 25px 0 15px 0;
}

.product-icon-list ul li .txt {
	font-size: 16px;
	line-height: 28px;
	font-family: 'HarmonyOS_Sans_SC_Light';
	color: #494949;
}

.table-box {
	width: 90%;
	max-width: 1200px;
	margin: 50px auto;
}

.table-box table {
	width: 100%;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-collapse: collapse;
}

.table-box table tr.firstRow,
.table-box table td.blue {
	background: #008cd6;
	color: #ffffff;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff
}

.table-box table td.grey {
	background: #e7ecf2;
	color: #008cd6;
	text-align: center;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff
}

.table-box table td {
	padding: 15px 40px;
	font-size: 18px;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee
}

.rg-product-detail {
	width: 100%;
	overflow: hidden;
	background: #f9fbfc;
	position: relative;
	padding: 50px 0;
}

.rg-product-detail h2 {
	font-size: 35px;
	padding: 25px 0;
	color: #0582c7;
}

.rg-product-detail ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.rg-product-detail ul li {
	width: 31.333%;
	margin: 10px 1%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	cursor: pointer;
}

.inner-join {
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	padding: 90px 0 120px 0;
}

.join-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.join-item {
	width: 48%;
	display: none;
	background: #fff;
	position: relative;
	overflow: hidden;
	color: #000;
	border-bottom: 1px solid #cad0d7;
	padding: 15px 45px 15px 0;
	line-height: 40px;
}

.join-item h3 {
	font-size: 22px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.join-item span {
	font-size: 18px;
	font-style: normal;
	float: right;
	color: #838383;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.join-item i {
	font-size: 38px;
	font-family: 'HarmonyOS_Sans_SC_Light';
	font-style: normal;
	color: #008cd6;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* 弹窗样式 */
#popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	background-image: url(../join-logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-radius: 26px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	z-index: 9999;
	max-width: 80%;
	height: 80%;
	width: 1290px;
}

.popup-content {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
}

.popup-content dl {
	overflow: hidden;
	position: absolute;
	width: 90%;
	height: 82%;
	left: 5%;
	top: 9%;
}

.popup-content dl dt {
	width: 30%;
	left: 0;
	height: 100%;
	position: absolute;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;
}

.popup-content dl dt h4 {
	font-size: 38px;
	margin-bottom: 10px;
	color: #008cd6;
}

.popup-content dl dt h5 {
	font-size: 25px;
	color: #808080;
}

.popup-content dl dd {
	display: block;
	float: left;
	width: 62%;
	height: 100%;
	right: 0;
	position: absolute;
	color: #444444;
	transition: 0.3s;
	cursor: pointer;
}

.popup-content dl dd .content {
	margin-bottom: 35px;
	line-height: 40px;
	padding-right: 20px;
	padding-bottom: 35px;
	height: 80%;
	position: relative;
	overflow: auto;
	font-size: 18px;
}

.popup-content dl dd h3 {
	font-size: 25px;
	color: #000;
	margin-bottom: 10px;
}

.popup-content dl dd .txt {}

.popup-content dl dd a {
	position: relative;
	display: flex;
	max-width: 214px;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	line-height: 58px;
	font-size: 22px;
	color: #fff;
	background: #008cd6;
	border-radius: 10px;
	transition: 0.74s;
}

.popup-content dl dd a i {
	margin-left: 15px;
}

.popup-content dl dd a i img {
	max-width: 100%;
}

.popup-content dl dd a:hover {
	max-width: 230px;
}

/* 关闭按钮样式 */
.close-btn {
	position: absolute;
	top: 15px;
	right: 35px;
	cursor: pointer;
	font-size: 3vw;
	font-family: 'HarmonyOS_Sans_SC_Light';
	color: #636363;
	z-index: 50;
}

.news-top {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
	position: relative;
	padding: 215px 0 80px 0;
}

.news-top-title {
	width: 30%;
	float: left;
	overflow: hidden;
	position: relative;
}

.news-top-title h3 {
	font-size: 29px;
	margin-top: 8px;
}

.news-top-title h1 {
	font-size: 42px;
	margin-top: 8px;
}

.news-top-recommendation {
	width: 50.5%;
	float: right;
	overflow: hidden;
	position: relative;
}

.news-dl-recommendation {
	width: 100%;
	overflow: hidden;
	display: block;
	background: #fff;
	border-radius: 30px;
}

.news-dl-recommendation dt {
	width: 100%;
	overflow: hidden;
}

.news-dl-recommendation dd {
	width: 100%;
	overflow: hidden;
	padding: 25px 35px;
}

.news-dl-recommendation dd span {
	color: #7f7f7f;
	font-size: 18px;
}

.news-dl-recommendation dd h3 {
	font-size: 27px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-dl-recommendation:hover h3 {
	color: #0582c7;
}

.inner-news {
	overflow: hidden;
	padding: 90px 0 120px 0;
}

.news-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news-item {
	width: 32.5%;
	margin: 0 0 25px 0;
	display: none;
	background: #fff;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	color: #000;
	padding: 40px 30px;
	border: 2px solid #eeeeee;
}

.news-item h5 {
	font-size: 20px;
}

.news-item h4 {
	font-size: 26px;
	height: 84px;
	margin: 10px 0 70px 0;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.icon-img {
	width: 54px;
	height: 54px;
	background-image: url(../icon09.png);
	background-size: 100%;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background-color: #f5f5f5;
	transition: 0.7s;
	position: relative;
	z-index: 10;
}

.news-item:nth-child(3n-1) {
	margin: 0 1.25% 25px 1.25%;
}

.news-item:hover {
	color: #ffffff;
	background-color: #0582c7;
}

.news-item:hover .icon-img {
	transform: rotate(90deg);
	background-color: #fff;
}

.news-item:hover .icon-img {
	background-image: url(../icon08.png);
}

.news-lnum {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
	position: relative;
	margin-top: 135px;
	padding: 20px 0 20px 0;
	color: #868686;
	font-size: 16px;
}

.news-lnum span {
	margin: 0 5px;
	color: #868686;
}

.news-lnum a {
	color: #868686;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 80px 0;
	color: #000;
}

.news-detail .goBack {
	display: block;
	color: #0582c7;
	font-size: 16px;
	line-height: 45px;
	width: 195px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	text-align: center;
	border: 1px solid #0582c7;
}

.news-detail .goBack:hover {
	background: #0582c7;
	color: #fff;
}

.news-detail .news-title {
	overflow: hidden;
	position: relative;
	padding-right: 200px;
}

.news-detail .news-title h1 {
	font-size: 30px;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	line-height: 50px;
}

.news-detail .news-title .three {
	color: #7c7c7c;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-size: 16px;
}

.news-detail .news-intro {
	font-size: 18px;
	line-height: 38px;
	overflow: hidden;
	color: #454545;
	padding: 30px 0;
	margin-top: 30px;
	border-top: 1px solid #dadada;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 20px auto;
}

.Load-more {
	background-color: #0582c7;
	max-width: 175px;
	height: 42px;
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	cursor: pointer;
}

.Load-more span {
	display: block;
	width: 6px;
	height: 6px;
	margin: 10px 5px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s linear;
}

.Load-more:hover span {
	margin: 0 10px;
}

.content-map {
	width: 100%;
	position: relative;
	padding: 70px 0;
}

.content-map .inner-title {
	margin-bottom: 50px;
}

.content-map .img {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.content-map .img img {
	width: 100%;
}

.content-map .content {
	position: relative;
}

.locat-logo {
	width: 12.55%;
	position: absolute;
	top: 47%;
	right: 19%;
	z-index: 20;
	cursor: pointer;
}

.locat-logo img {
	width: 100%;
}

.map_point {
	width: 13%;
	position: absolute;
	top: 15%;
	right: 19%;
	z-index: 10;
}

.map_point img {
	width: 100%;
}

.modal-overlay {
	display: none;
	position: absolute;
	top: 20%;
	left: 5%;
	width: 42%;
	padding: 70px;
	background: rgba(0, 140, 214, 0.85);
	z-index: 30;
	justify-content: center;
	align-items: center;
}

.modalcontent {
	position: relative;
	color: #fff;
}

.modalcontent h1 {
	font-size: 32px;
	margin-bottom: 30px;
}

.modalcontent .txt {
	font-size: 19px;
	line-height: 40px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.mpclose-btn {
	position: absolute;
	top: 16px;
	right: 16px;
	cursor: pointer;
	font-size: 20px;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fff;
}

.inner-form {
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
	padding: 75px 0;
	position: relative;
}

.form_slideTxtBox {
	margin-top: 20px;
	overflow: hidden;
	border-radius: 30px;
}

.form-hd ul {
	width: 100%;
	display: flex;
}

.form-hd ul li {
	width: 33.333%;
	background-color: #008cd6;
	transition: 0.4s;
	cursor: pointer;
	font-size: 24px;
	line-height: 52px;
	position: relative;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.form-hd ul li img {
	margin-right: 20px;
}

.form-hd ul li.on,
.form-hd ul li:hover {
	color: #fff;
	background-color: #5fbdee;
}

.form-form {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 55px 50px;
	position: relative;
}

.form-form ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	margin: 12px 1%;
	position: relative;
}

.form-form ul li.custom1,
.form-form ul li.custom4,
.form-form ul li.company,
.form-form ul li.name,
.form-form ul li.custom7,
.form-form ul li.tel,
.form-form ul li.email,
.form-form ul li.Products_name {
	width: 31.333%;
}

.form-form ul li.content,
.form-form ul li.button_li {
	width: 98%;
}

.form-form ul li input {
	line-height: 50px;
	width: 100%;
	font-size: 17px;
	padding: 0 15px;
	line-height: 60px;
	color: #000;
	font-weight: 300;
	background: #efefef;
	border: 1px solid #efefef;
	position: relative;
	border-radius: 0;
}

.form-form ul li textarea {
	width: 100%;
	height: 197px;
	padding: 0 15px;
	font-size: 17px;
	line-height: 60px;
	background: #efefef;
	border: 1px solid #efefef;
	position: relative;
}

.form-form ul li select {
	width: 100%;
	color: #8d8d8d;
	border-radius: 0;
	font-size: 17px;
	padding: 0 25px;
	position: relative;
	line-height: 60px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	background: #efefef;
	background-image: url(../select.png);
	background-repeat: no-repeat;
	background-position: 96% 54%;
	border: 1px solid #efefef;
}

.form-form ul li input::placeholder {
	color: #7d7d7d;
}

.form-form ul li textarea::placeholder {
	color: #7d7d7d;
}

.quote-form ul li label,
.contactus-form ul li label {
	font-size: 20px;
	display: block;
	color: #565656;
	margin-bottom: 10px;
}

.form-form ul li .button {
	width: 90%;
	max-width: 205px;
	display: block;
	margin: 20px 0 0 0;
	color: #ffffff;
	border: 0;
	line-height: 55px;
	font-size: 23px;
	border-radius: 8px;
	padding: 0 15px;
	background: #008cd6;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 110px 0;
}

.inner-contact h4 {
	color: #daae4e;
	font-weight: bold;
}

.contact-ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
	margin-bottom: 45px;
}

.contact-ul li {
	width: 32%;
	margin: 15px 0;
	padding: 65px 25px 45px 25px;
	position: relative;
	color: #555555;
	border: 1px solid #cccccc;
}

.contact-ul li:nth-child(3n-1) {
	margin: 15px 2%;
}

.contact-ul li h3 {
	font-weight: bold;
	margin-bottom: 10px;
}

.contact-ul li img {
	max-width: 78px;
	position: absolute;
	left: 35px;
	top: -40px;
	background-color: #fff;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 60px 0;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #868686;
}

.qt-pagination a {
	margin: 0 5px;
	min-width: 40px;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #868686;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	background: #daae4e;
	color: #fff;
}

#footer {
	width: 100%;
	color: #fff;
	overflow: hidden;
	background-image: url(../footer.jpg);
	background-size: cover;
}

.footer-top {
	width: 100%;
	padding: 95px 0 110px 0;
}

.footer-top .container-fluid,
.footer-bottom .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-box {
	width: 36%;
}

.footer-box h1 {
	font-size: 32px;
	margin-bottom: 25px;
}

.productform {
	width: 100%;
	max-width: 410px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productform form {
	width: 100%;
	display: flex;
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 30px;
}

.productform form .search_input {
	border: none;
	outline: none;
	width: 85%;
	font-size: 20px;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	font-family: 'HarmonyOS_Sans_SC_Light';
	line-height: 60px;
	background: none;
}

.productform form .search_input::placeholder {
	color: #fff;
}

.productform form .submit {
	width: 75px;
	line-height: 60px;
	border: none;
	outline: none;
	border-radius: 30px;
	font-size: 20px;
	transition: 0.3s;
}

.productform form .submit:hover {
	background-color: #008cd6;
	color: #fff;
}

.foot-contact h3 {
	font-size: 30px;
	margin-bottom: 10px;
}

.foot-contact p {
	color: #d8d8d8;
	font-size: 20px;
	line-height: 35px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.navigation-menu {
	width: 62%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navigation-menu h3 {
	font-size: 25px;
	color: #fff;
	margin-bottom: 30px;
}

.navigation_contlis {
	width: 23%;
}

.navigation-menu ul li {
	width: 100%;
	color: #d8d8d8;
	line-height: 30px;
	font-size: 18px;
	margin: 5px 0;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.navigation-menu ul li a {
	color: #d8d8d8;
}

.navigation-menu ul li a:hover {
	color: #008cd6;
}

.foot-social-media-icon {
	display: flex;
	margin-top: 30px;
}

.foot-social-media-icon .iconclass {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 46px;
	height: 46px;
	margin-right: 40px;
	position: relative;
}

.foot-social-media-icon img {
	max-width: 100%;
}

.foot-social-media-icon .iconclass:hover {
	color: #fff;
	background-color: #008cd6;
}

.icon_img {
	display: none;
	width: 120px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px 10px;
	position: absolute;
	z-index: 10;
	top: 120%;
	left: 50%;
	margin-left: -60px;
}

.icon_img img {
	width: 100%;
}

.icon_img::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.footer-bottom {
	padding: 35px 0 65px 0;
	color: #a6a6a6;
	font-size: 18px;
	border-top: 1px solid #305468;
}

.footer-ButtomInfo a {
	color: #a6a6a6;
}

.foot-Support {
	width: 271px;
	display: none;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 100%;
	display: flex;
	align-items: center;
}

.foot-Support .img.img01 {
	width: 65.31%;
}

.foot-Support .img.img02 {
	width: 25.1%;
}

.foot-Support .img img {
	max-width: 100%;
}

.footer a {
	color: #a6a6a6;
}

@media (max-width:1720px) {
	.aboutnum-box .num {
		font-size: 75px;
	}

	.panternum-box .num {
		font-size: 40px;
	}

	.panter-num .txt {
		font-size: 20px;
	}
}

@media (max-width:1650px) {
	.header .menu {
		width: 740px;
		margin-right: 25px;
	}

	.index-title h1,
	.product-content h1,
	.soultion-content h1 {
		font-size: 50px;
	}

	.aboutnum-box .num {
		font-size: 68px;
	}

	.abnum-box .num {
		font-size: 55px;
	}

	.banner h2,
	.inner-title h2 {
		font-size: 42px;
	}

	.solution-detail h1,
	.history-content h2,
	.culture-hd h2 {
		font-size: 38px;
	}

	.panternum-box .num,
	.soultion-slide h3 {
		font-size: 35px;
	}

	.popup-content dl dt h4,
	.inner-title h5 {
		font-size: 32px;
	}

	.panter-num .txt {
		font-size: 18px;
	}

	.modalcontent h1,
	.news-detail .news-title h1,
	.culture-content dl dd,
	.solution-sys-item ul li h4,
	.footer-box h1 {
		font-size: 28px;
	}

	.news-dl-recommendation dd h3,
	.solution-item .content h3,
	.solution-sys-vue ul li h4,
	.foot-contact h3,
	.product-item h3,
	.product-Menu a {
		font-size: 24px;
	}

	.menu-item-a,
	.sub-menu-a,
	.popup-content dl dt h5,
	.popup-content dl dd h3,
	.form-hd ul li,
	.news-item h4,
	.detail-product-item h4,
	.culture-hd h5 {
		font-size: 22px;
	}

	.menu-item-a {
		padding: 15px 22px;
	}

	.join-item h3,
	.form-form ul li .button,
	.product-class a,
	.solution-Application-scenarios ul li h4,
	.navigation-menu h3 {
		font-size: 20px;
	}

	.popup-content dl dd a {
		font-size: 20px;
		line-height: 50px;
	}

	.product-content .txt,
	.about-txt .txt p {
		line-height: 32px;
		font-size: 17px;
	}

	.search_icon {
		margin-right: 16px;
	}

	.header-global {
		margin-left: 20px;
	}

	.footer-box h1 {
		margin-bottom: 20px;
	}

	.solution-sys-item ul li h4 {
		margin-bottom: 10px;
	}

	.foot-contact h3 {
		margin-bottom: 5px;
	}

	.foot-social-media-icon .iconclass {
		width: 40px;
		height: 40px;
	}

	.foot-contact p {
		font-size: 18px;
	}

	.productform form .submit,
	.productform form .search_input {
		font-size: 18px;
		line-height: 50px;
	}

	.inner-about .txt,
	.popup-content dl dd .content,
	.modalcontent .txt,
	.solution-item .content .txt,
	.solution-sys-vue ul li .txt,
	.inner-Core-strengths ul li .txt,
	.solution-detail .memo,
	.history-content .txt,
	.solution-sys-item ul li .txt {
		font-size: 18px;
		line-height: 35px;
	}

	.join-item span,
	.news-dl-recommendation dd span,
	.footer-bottom,
	.navigation-menu ul li {
		font-size: 16px;
	}

	.solution-sys-vue ul li h4 {
		margin-bottom: 15px;
	}

	.Honor_box {
		width: 100%;
		padding: 25px 45px;
	}

	.news-top-title h1 {
		font-size: 2.5vw;
	}

	.news-item h4 {
		height: 72px;
		line-height: 36px;
	}
}

@media (max-width:1580px) {
	.container-fluid {
		width: 92%;
	}

	.header .menu ul li a.menu-a {
		font-size: 17px;
	}

	.header-global a {
		font-size: 14px;
		padding: 0 16px;
	}

	.soultion-slide h3 {
		font-size: 28px;
	}

	.soultion-slide .txt {
		font-size: 17px;
		line-height: 30px;
	}

	.product-class-title,
	.soultion-title {
		font-size: 16px;
	}

	.panter-num .txt {
		font-size: 16px;
	}

	.aboutnum-box ul li .text {
		font-size: 16px;
	}
}

@media (max-width:1450px) {
	.container-fluid {
		width: 92%;
	}

	.footer-box {
		width: 31%;
	}

	.header .logo a {
		width: 200px;
		height: 36px;
	}

	.inner-title h4 {
		font-size: 16px;
	}
}

@media (max-width:1380px) {
	.search_icon {
		margin-right: 8px;
	}

	.header-global {
		margin-left: 10px;
	}

	.header-global a {
		font-size: 12px;
		padding: 0 10px;
		line-height: 37px;
	}

	.header .container-fluid {
		width: 98%;
	}

	.header .menu {
		margin-right: 15px;
	}

	.aboutnum-box .num {
		font-size: 60px;
	}

	.news_dl dt {
		width: 37%;
	}

	.culture-hd {
		width: 25%;
	}

	.culture-middle {
		width: 75%;
		padding-left: 88px;
	}

	.culture-content dl dd {
		font-size: 24px;
	}

	.culture-middle:before {
		width: 50px;
		height: 40px;
	}

	.panternum-box .num {
		font-size: 28px;
	}

	.culture-hd ul {
		margin: 25px 0 50px 0;
	}
}

@media (max-width:1199px) {
	.product-detail .memo {
		font-size: 16px;
	}

	.product-icon-list ul li {
		width: 48%;
		margin: 20px 1%;
	}

	.about-txt h1,
	.index-title h1,
	.product-content h1,
	.soultion-content h1 {
		font-size: 40px;
	}

	.abnum-box .num {
		font-size: 36px;
	}

	.banner h1 {
		font-size: 36px;
	}

	.banner h2,
	.inner-title h2 {
		font-size: 36px;
	}

	.solution-detail h1,
	.history-content h2,
	.culture-hd h2 {
		font-size: 32px;
	}

	.soultion-slide h3 {
		font-size: 30px;
	}

	.popup-content dl dt h4,
	.inner-title h5 {
		font-size: 28px;
	}

	.panter-num .txt {
		font-size: 16px;
	}

	.modalcontent h1,
	.news-detail .news-title h1,
	.culture-content dl dd,
	.solution-sys-item ul li h4,
	.footer-box h1 {
		font-size: 25px;
	}

	.news-dl-recommendation dd h3,
	.solution-item .content h3,
	.solution-sys-vue ul li h4,
	.foot-contact h3,
	.product-item h3,
	.product-Menu a {
		font-size: 22px;
	}

	.menu-item-a,
	.sub-menu-a {
		font-size: 17px;
	}

	.sub-menu-a {
		padding: 5px 10px;
	}

	.popup-content dl dt h5,
	.popup-content dl dd h3,
	.form-hd ul li,
	.news-item h4,
	.detail-product-item h4,
	.culture-hd h5 {
		font-size: 18px;
	}

	.join-item h3,
	.form-form ul li .button,
	.product-class a,
	.solution-Application-scenarios ul li h4,
	.navigation-menu h3 {
		font-size: 18px;
	}

	.popup-content dl dd a {
		font-size: 18px;
		line-height: 40px;
	}

	.product-content .txt,
	.about-txt .txt p {
		line-height: 32px;
		font-size: 18px;
	}

	.footer-box h1 {
		margin-bottom: 15px;
	}

	.foot-social-media-icon .iconclass {
		width: 36px;
		height: 36px;
		margin-right: 20px;
	}

	.foot-contact p {
		font-size: 17px;
	}

	.productform form .submit,
	.productform form .search_input {
		font-size: 17px;
		line-height: 42px;
	}

	.inner-about .txt,
	.popup-content dl dd .content,
	.modalcontent .txt,
	.solution-item .content .txt,
	.solution-sys-vue ul li .txt,
	.inner-Core-strengths ul li .txt,
	.solution-detail .memo,
	.history-content .txt,
	.solution-sys-item ul li .txt {
		font-size: 17px;
		line-height: 30px;
	}

	.Honor_box {
		width: 100%;
		padding: 20px 38px;
	}

	.news-top-title h1 {
		font-size: 2.5vw;
	}

	.news-item h4 {
		height: 64px;
		line-height: 32px;
	}

	.solution-item .content .txt {
		padding: 18px 134px 18px 34px;
	}

	.banner,
	.banner-swiper {
		position: relative;
		margin-top: 70px;
	}

	.soultion-title img {
		max-width: 33px;
	}

	.soultion-slide {
		top: 10%;
	}

	.soultion-thumbsSlider {
		display: none;
	}

	.product_banner {
		padding: 175px 0 100px 0;
	}

	.news-top {
		padding: 175px 0 80px 0;
	}

	.news-lnum {
		margin-top: 70px;
	}

	.modal-overlay {
		padding: 30px;
	}

	.form-hd ul li {
		font-size: 20px;
		line-height: 48px;
		padding: 10px 10px;
	}

	.form-form {
		padding: 35px 25px;
	}

	.join-item span {
		display: none;
	}

	.container-fluid {
		width: 90%;
	}

	.header .container-fluid {
		width: 100%;
		padding: 0 40px;
	}

	.header {
		z-index: 9999;
		background: #fff;
		height: 70px;
	}

	.header .section {
		width: 100%;
		padding: 0 22px;
	}

	.m_menu {
		display: flex;
		right: 40px;
	}

	.menu-all {
		margin-right: 40px;
	}

	.search_icon {
		margin-right: 5px;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #f5f5f5;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		margin-left: 40px;
		display: inline-block;
		line-height: 60px;
		color: #222;
	}

	.fixnav a.menu-a,
	.inner-header a.menu-a {
		color: #222 !important;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
		padding: 10px 0;
	}

	.header .menu ul li a.menu-a::before {
		display: none;
	}

	.menu-item {
		width: 100%;
	}

	.menu-item-a {
		padding: 10px 0;
		border-bottom: 0;
	}

	.sub-menu {
		position: relative;
		width: 100%;
		left: 0;
		padding: 0;
		background-color: #f9f9f9;
	}

	.sub-menu-item {
		width: 100%;
		float: none;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		width: 200px;
		height: 36px;
		background-image: url(../logo-blck.png);
	}

	.search_icon i {
		background-image: url(../search-blck.png);
	}

	.lang-txt i {
		background-image: url(../lang-blck.png);
	}

	.lang-txt:hover i {
		background-image: url(../lang.png);
	}

	.search_icon:hover i {
		background-image: url(../search.png);
	}

	.header-global {
		display: none;
	}

	.about-txt,
	.aboutnum-box {
		width: 100%;
		margin: 10px 0;
	}

	.index-more {
		padding: 0 0 0 73px;
		line-height: 54px;
	}

	.index_after {
		width: 54px;
		height: 54px;
		margin-top: -27px;
	}

	.about-txt .txt {
		margin: 25px 0 50px 0;
	}

	.aboutnum-box ul li {
		margin: 40px 1% 0 1%;
	}

	.index-about {
		padding: 90px 0;
	}

	.soultion-slide .txt {
		font-size: 16px;
		margin: 10px 0 40px 0;
	}

	.button-button {
		bottom: 8%;
	}

	.soultion-button {
		width: 90px;
	}

	.product-content .txt {
		margin: 50px 0 60px 0;
	}

	.button-next,
	.button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.button-next:after,
	.button-prev:after {
		font-size: 15px;
	}

	.index-product {
		padding: 100px 0 50px 0;
	}

	.panternum-box ul li .text,
	.aboutnum-box ul li .text {
		font-size: 15px;
	}

	.panter-erth,
	.panter-num {
		width: 100%;
	}

	.panter-num .txt {
		margin: 30px 0;
	}

	.panter-num {
		padding: 50px 0;
	}

	.panter-num .index-title,
	.panter-num .txt {
		text-align: center;
	}

	.swiper-slide-txt h1 {
		font-size: 50px;
	}

	.swiper-slide-txt h2 {
		font-size: 16px;
	}

	.aboutnum-box .num {
		font-size: 48px;
	}

	.index-more {
		font-size: 18px;
	}

	.product-content {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		max-width: 100%;
	}

	.product-img {
		width: 60%;
		margin: 20px 20% 0 20%;
	}

	.productSwiper2 .swiper-slide-active .product-img {
		margin: 0 20%;
	}

	.product-title {
		font-size: 30vw;
		text-align: center;
	}

	.menu-title {
		display: none;
	}

	.main-menu {
		width: 100%;
		min-height: auto;
	}

	.soultion-content {
		position: relative;
		margin-bottom: 30px;
	}

	.soultion-content h1 {
		color: #000;
	}

	.navigation_contlis {
		width: 21%;
		margin: 0 2%;
	}

	.soultion-img {
		height: 545px;
	}

	.soultion-img img {
		display: none;
	}

	.solution-item .img-box {
		border-radius: 0;
		width: 100%;
	}

	.solution-item-link {
		border-radius: 12px;
	}

	.solution-item .content {
		border-radius: 0;
		position: static;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		background: #e5eaf3;
		padding: 30px 30px;
	}

	.solution-item .content h3 {
		color: #000;
	}

	.solution-item .content .txt {
		position: relative;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		padding: 18px 55px 18px 0;
	}

	.solution-item .content .txt .memo {
		width: 100%;
	}

	.solution_after {
		right: 0;
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.solution-sys-item ul li {
		margin: 15px 0;
		padding: 30px 25px;
	}

	.inner-about {
		padding: 60px 0;
	}

	.culture-hd,
	.culture-middle {
		width: 100%;
		padding-left: 0;
	}

	.culture-title {
		text-align: center;
	}

	.culture-hd {
		padding: 50px 0 20px 0;
		background: none;
	}

	.culture-hd ul {
		margin: 40px 0 10px 0;
		display: flex;
	}

	.culture-hd ul li {
		width: 25%;
		font-size: 15px;
		line-height: 38px;
		padding: 4px 5px;
		text-align: center;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		background-color: #ccc;
		color: #fff;
	}

	.culture-middle:before {
		display: none;
	}

	.culture-content {
		width: 100%;
		padding: 20px 0 70px 0;
	}

	.culture-content dl {
		width: 100%;
	}

	.culture-content dl dt,
	.culture-content dl dd {
		width: 100%;
		margin: 15px 0;
	}

	.culture-content dl dt .img-box {
		width: 44%;
	}

	.arrow {
		display: none;
	}
}

@media (max-width:999px) {
	.join-item {
		width: 100%;
	}

	.modal-overlay {
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}

	.content-map .img {
		border-radius: 0;
	}

	.mpclose-btn {
		display: none;
	}

	.banner h2,
	.inner-title h2 {
		font-size: 30px;
	}

	.solution-item .content h3 img {
		margin-right: 15px;
		max-width: 30px;
	}

	.news_dl dt,
	.news_dl dd {
		width: 100%;
	}

	.abnum-box ul li {
		width: 48%;
		padding: 10px 0;
		margin: 10px 1%;
	}

	.news-top {
		padding: 105px 0 40px 0;
	}

	.inner-news {
		padding: 50px 0 70px 0;
	}
}

/*banner媒体查询*/
@media (max-width:768px) {
	#earth {
		width: 400px !important;
		height: 400px !important;
	}

	#earth canvas {
		width: 400px !important;
		height: 400px !important;
	}
}

@media (max-width:658px) {
	#earth {
		width: 240px !important;
		height: 240px !important;
	}

	#earth canvas {
		width: 240px !important;
		height: 240px !important;
	}

	.container-fluid {
		width: 100%;
		padding: 0 18px;
	}

	.m_menu {
		right: 18px;
	}

	.header .menu ul li a.menu-a {
		margin-left: 18px;
	}

	.header .container-fluid {
		padding: 0 18px;
	}

	.navigation-menu,
	.footer-box {
		width: 100%;
	}

	.navigation-menu {
		margin-top: 30px;
	}

	.slide-inner {
		height: 400px;
	}

	.inner-banner-img {
		height: 220px;
	}

	.inner-banner-img img,
	.slide-inner img {
		display: none;
	}

	.swiper-slide-txt h1 {
		font-size: 26px;
		margin: 0 0 12px 0;
	}

	.about-txt h1,
	.index-title h1,
	.product-content h1,
	.soultion-content h1 {
		font-size: 26px;
	}

	.index-about {
		padding: 50px 0;
	}

	.swiper-slide-txt h2 {
		font-size: 14px;
	}

	.product-content .txt,
	.about-txt .txt p {
		line-height: 26px;
		font-size: 15px;
	}

	.aboutnum-box .num {
		font-size: 28px;
	}

	.aboutnum-box ul li {
		padding: 10px 15px;
		margin: 20px 1% 0 1%;
	}

	.panternum-box ul li .text,
	.aboutnum-box ul li .text {
		font-size: 13px;
	}

	.index_after {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.button-next,
	.button-prev {
		width: 36px;
		height: 36px;
		margin-top: -18px;
	}

	.product-thumbsSlider {
		padding: 0 40px;
	}

	.product-class-title,
	.soultion-title {
		font-size: 15px;
	}

	.product-class-title {
		height: 62px;
	}

	.productSwiper2-img {
		margin-top: 50px;
	}

	.index-more {
		padding: 0 0 0 46px;
		line-height: 36px;
		font-size: 16px;
	}

	.panternum-box .num_icon img,
	.aboutnum-box .num_icon img {
		max-width: 28px;
	}

	.soultion-slide h3 {
		font-size: 21px;
	}

	.news-container {
		margin-top: 30px;
	}

	.soultion-slide .txt {
		font-size: 15px;
		line-height: 26px;
	}

	.soultion-link {
		position: relative;
		max-width: 135px;
		font-size: 15px;
		line-height: 39px;
	}

	.soultion-button {
		width: 83px;
	}

	.inner-about,
	.footer-top,
	.news_section,
	.index-product {
		padding: 50px 0;
	}

	.news_section .list {
		margin-top: 10px;
	}

	.news_dl dd .txt {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.news_dl dd span {
		font-size: 14px;
	}

	.news_dl dd h2 {
		font-size: 18px;
	}

	.news_dl dd a {
		font-size: 15px;
	}

	.news_dl dd a i {
		margin-left: 13px;
	}

	.news_section .list a {
		width: 100%;
		padding: 15px 90px 15px 20px;
	}

	.news_section .list a span {
		font-size: 14px;
		width: 95px;
		right: 5px;
	}

	.news_section .list a .i-con {
		width: 8px;
		height: 12px;
		margin-top: -6px;
	}

	.news_section .list a h2 {
		font-size: 16px;
	}

	.news_section .list a:before {
		display: none;
	}

	.panter-num .txt {
		font-size: 16px;
		margin: 12px 0;
		padding: 0 40px;
	}

	.product-content .txt {
		margin: 30px 0;
	}

	.panternum-box .num {
		font-size: 22px;
	}

	.panter-list ul li {
		width: 23%;
	}

	.modalcontent h1,
	.news-detail .news-title h1,
	.culture-content dl dd,
	.solution-sys-item ul li h4 {
		font-size: 17px;
	}

	.productform,
	.footer-box h1 {
		display: none;
	}

	.navigation_contlis {
		width: 100%;
		margin: 0;
	}

	.navigation_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}

	.navigation_contlis h3 {
		font-weight: normal;
	}

	.navigation_contlis h3 {
		line-height: 55px;
		margin: 0;
		font-size: 17px;
		border-bottom: 1px solid #dadada;
		position: relative;
	}

	.navigation_contlis h3::after {
		background: url(../sanjiao.png) !important;
	}

	.navigation_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.navigation_contlis ul li a {
		color: #000;
	}

	.banner h1 {
		font-size: 25px;
		letter-spacing: 0;
	}

	.popup-content dl dt h4 {
		font-size: 20px;
	}

	.inner-title h5 {
		font-size: 16px;
		padding: 0 40px;
	}

	.inner-about .txt {
		margin: 25px 0;
	}

	.banner h2 {
		font-size: 20px;
	}

	.inner-title h2 {
		font-size: 25px;
	}

	.product-memo,
	.news-detail .news-intro,
	.inner-about .txt,
	.popup-content dl dd .content,
	.modalcontent .txt,
	.solution-item .content .txt,
	.solution-sys-vue ul li .txt,
	.inner-Core-strengths ul li .txt,
	.solution-detail .memo,
	.history-content .txt,
	.solution-sys-item ul li .txt {
		font-size: 15px;
		line-height: 25px;
	}

	.abnum-box ul li {
		width: 48%;
		padding: 10px 0;
		margin: 1px 1%;
	}

	.abnum-box .num {
		font-size: 30px;
	}

	.abnum-box ul li .text {
		font-size: 14px;
		margin-top: 5px;
		padding: 10px 0;
	}

	.history-item {
		margin-top: 20px;
	}

	.history-item01 {
		display: none;
	}

	.history-item02 {
		width: 100%;
	}

	.history-content {
		padding: 25px 5px;
	}

	.inner-Core-strengths ul li {
		width: 100%;
		margin: 8px 0;
	}

	.inner-Core-strengths ul li .content {
		padding: 20px 16px;
	}

	.inner-Core-strengths ul li h4 {
		font-size: 20px;
		padding-left: 32px;
	}

	.inner-Core-strengths ul li img {
		max-width: 26px;
	}

	.honor-button {
		width: 90px;
	}

	.honor-honor .container-fluid {
		padding-top: 45px;
	}

	.inner-honor {
		background: #fff;
		height: auto;
	}

	.inner-honor .inner-title {
		text-align: center;
	}

	.honortxt {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		margin-left: 0;
		line-height: 30px;
		font-size: 16px;
	}

	.inner-honor {
		padding: 40px 0 0 0;
	}

	.inner-join,
	.content-map,
	.inner-form,
	.news-detail,
	.product-detail,
	.rg-product-detail,
	.inner-product,
	.solution-detail,
	.solution-item,
	.inner-Core-strengths,
	.honor-honor {
		padding: 40px 0;
	}

	.news-detail .goBack {
		display: none;
	}

	.Honor_box {
		padding: 10px 10px;
	}

	.solution_after {
		display: none;
	}

	.solution-item .content .txt {
		padding: 15px 0;
	}

	.solution-item .content {
		padding: 15px 15px;
	}

	.news-dl-recommendation dd h3,
	.solution-item .content h3,
	.solution-sys-vue ul li h4,
	.foot-contact h3,
	.product-item h3,
	.product-Menu a {
		font-size: 18px;
	}

	.solution-item .content h3 img {
		margin-right: 10px;
		max-width: 20px;
	}

	.solution-detail h1,
	.history-content h2,
	.culture-hd h2 {
		font-size: 24px;
	}

	.popup-content dl dt h5,
	.popup-content dl dd h3,
	.form-hd ul li,
	.news-item h4,
	.detail-product-item h4,
	.culture-hd h5 {
		font-size: 17px;
	}

	.solution-Application-scenarios ul {
		margin-bottom: 40px;
		padding: 0 10px;
	}

	.solution-Application-scenarios ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.solution-Application-scenarios ul li i {
		max-width: 30px;
	}

	.solution-detail-title {
		font-size: 25px;
		padding: 25px 0;
	}

	.solution-sys-item ul li {
		width: 100%;
		margin: 10px 0;
		border-radius: 10px;
		padding: 22px 18px;
	}

	.solution-sys-vue ul li {
		width: 100%;
		margin: 10px 0;
		border-radius: 10px;
	}

	.solution-sys-vue ul li .content {
		background-color: #f7f7f7;
		padding: 20px 25px;
		color: #000000;
	}

	.solution-sys-vue ul li h4 {
		padding-left: 30px;
	}

	.solution-sys-vue ul li img {
		max-width: 24px;
	}

	.inner-product .inner-title {
		margin-bottom: 20px;
	}

	.product-Menu a {
		margin-right: 15px;
		line-height: 46px;
	}

	.product-class a {
		font-size: 16px;
		margin-right: 15px;
		line-height: 46px;
	}

	.product-item {
		width: 100%;
		margin: 10px 0;
		padding: 25px 25px;
	}

	.product-item:nth-child(3n-1) {
		margin: 10px 0;
	}

	.product_banner {
		padding: 100px 0 30px 0;
	}

	.product_banner h3 {
		font-size: 25px;
		margin-top: 15px;
	}

	.rg-product-detail h2,
	.product-detail-title {
		font-size: 25px;
		padding: 15px 0;
	}

	.product-icon-list ul li .txt,
	.product-detail .memo {
		font-size: 15px;
		line-height: 26px;
	}

	.product-icon-list ul li {
		width: 100%;
		margin: 15px 0;
	}

	.product-icon-list ul li i {
		max-width: 37px;
	}

	.product-icon-list ul li h4 {
		font-size: 18px;
		margin: 10px 0 5px 0;
	}

	.table-box {
		width: 100%;
		margin: 20px auto;
	}

	.table-box table td {
		padding: 8px 10px;
		font-size: 16px;
	}

	.rg-product-detail ul li {
		width: 48%;
	}

	.news-top-title,
	.news-top-recommendation {
		float: none;
		width: 100%;
		margin: 20px 0;
	}

	.news-top-title {
		text-align: center;
	}

	.news-top-title h1 {
		display: none;
	}

	.news-dl-recommendation {
		border-radius: 12px;
	}

	.news-item {
		width: 100%;
		margin: 10px 1%;
		border-radius: 10px;
		padding: 20px 15px;
		border: 1px solid #eeeeee;
	}

	.news-item h5 {
		font-size: 14px;
	}

	.news-item h4 {
		height: 64px;
		line-height: 32px;
		margin: 10px 0 30px 0;
	}

	.icon-img {
		width: 34px;
		height: 34px;
	}

	.news-item:nth-child(3n-1) {
		margin: 10px 1%;
	}

	.news-dl-recommendation dd {
		padding: 15px 15px;
	}

	.news-detail .news-title .three {
		font-size: 14px;
	}

	.news-detail .news-title h1 {
		margin-top: 30px;
		line-height: 31px;
	}

	.modal-overlay {
		padding: 15px;
	}

	.modalcontent h1 {
		margin-bottom: 15px;
	}

	.form-form ul li.custom1,
	.form-form ul li.custom4,
	.form-form ul li.company,
	.form-form ul li.name,
	.form-form ul li.custom7,
	.form-form ul li.tel,
	.form-form ul li.email,
	.form-form ul li.Products_name {
		width: 98%;
	}

	.form-form ul li {
		margin: 6px 1%;
	}

	.form-form ul li input {
		line-height: 50px;
		font-size: 15px;
		padding: 0 9px;
		line-height: 45px;
	}

	.form-form {
		padding: 15px 15px;
	}

	.form-hd ul li img {
		display: none;
	}

	.form-hd ul li {
		line-height: 38px;
		padding: 5px 5px;
	}

	.form_slideTxtBox {
		border-radius: 10px;
	}

	.news-detail .news-title {
		padding: 0;
	}

	.join-item {
		width: 100%;
		padding: 10px 52px 10px 6px;
		line-height: 32px;
	}

	.join-item i {
		font-size: 28px;
		right: 0;
		margin-top: -16px;
	}

	.popup-content dl dt,
	.popup-content dl dd {
		width: 100%;
		margin: 15px 0;
	}

	.popup-content dl dt {
		position: relative;
		height: auto;
	}

	.popup-content dl dd {
		height: 82%;
	}

	.popup-content dl {
		overflow: hidden;
		position: absolute;
		width: 90%;
		height: 93%;
		left: 5%;
		top: 3%;
	}

	.close-btn {
		font-size: 35px;
		top: 10px;
		right: 17px;
	}

	.searchform .close {
		top: 9px;
		font-size: 19px;
		right: 11px;
		width: 32px;
		height: 32px;
		line-height: 27px;
	}

	.searchform form {
		width: 96%;
	}

	.popup-content dl dd a {
		font-size: 15px;
		line-height: 44px;
		max-width: 162px;
	}

	#popup {
		border-radius: 12px;
		max-width: 93%;
		height: 80%;
	}

	.popup-content dl dd a i {
		margin-left: 8px;
		max-width: 12px;
	}

	.searchform form .search_input {
		width: 85%;
	}

	.searchform form .submit {
		width: 15%;
	}

	.menu-item-a {
		padding: 5px 0;
		border-bottom: 0;
	}

	.header .logo a {
		width: 180px;
		height: 32px;
	}

	.menu-all {
		margin-right: 34px;
	}

	.lang-txt i,
	.search_icon i {
		width: 28px;
		height: 28px;
	}

	.foot-social-media-icon .iconclass {
		width: 32px;
		height: 32px;
		margin-right: 12px;
	}

	.join-item span,
	.news-dl-recommendation dd span,
	.footer-bottom,
	.navigation-menu ul li {
		font-size: 14px;
	}

	.about-txt .txt {
		margin: 10px 0 30px 0;
	}

	.Load-more {
		max-width: 134px;
		height: 33px;
		margin: 10px auto;
	}

	.Load-more span {
		width: 4px;
		height: 4px;
		margin: 6px 3px;
	}

	.inner-title h4 {
		font-size: 15px;
	}

	.table-box table td {
		padding: 10px 10px;
		font-size: 16px;
	}

	.news-lnum {
		font-size: 12px;
	}

	.join-item h3,
	.form-form ul li .button,
	.product-class a,
	.solution-Application-scenarios ul li h4,
	.navigation-menu h3 {
		font-size: 16px;
	}

	.culture-hd ul {
		flex-wrap: wrap;
	}

	.culture-hd ul li {
		width: 50%;
		border: 1px solid #fff;
	}
}