@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');
}

@font-face {
	font-family: "iconfont";
	/* Project id 5180522 */
	src: url('iconfont.woff2') format('woff2'),
		url('iconfont.woff') format('woff'),
		url('iconfont.ttf') format('truetype');
}

html {
	font-style: normal;
	font-size: 16px;
}

input,
textarea,
select,
button,
area,
body {
	font-family: "HarmonyOS_Sans_SC_Light";
}

BODY {
	overflow-x: hidden;
}

BODY::-webkit-scrollbar-thumb {
	background: #24258F;
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.container-fluid {
	width: 86%;
	max-width: 16rem;
	margin: auto;
}

.header .container {
	width: 100%;
	max-width: 16rem;
	margin: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}

.header {
	width: 86%;
	transition: 0.1s linear;
	height: 1.02rem;
	position: fixed;
	left: 7%;
	top: 0.32rem;
	z-index: 999;
	padding: 0 0.2rem;
	border-radius: 0.15rem;
	background: #fff;
}

.header .logo {
	height: 1.02rem;
	transition: 0.3s linear;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	display: flex;
	align-items: center;
}

.logo-img img {
	max-width: 100%;
}

.logo-txt {
	border-left: 1px solid #e5e5e5;
	margin-left: 0.15rem;
	padding-left: 0.15rem;
}

.logo-txt span {
	display: block;
	font-size: 0.22rem;
	color: #232690;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

.logo-txt h5 {
	font-size: 0.16rem;
	color: #3C3C3C;
}

.header .menu {
	width: 47%;
	margin-right: 1.87rem;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li {
	position: relative;
}

.header .menu ul li a.menu-a {
	display: block;
	position: relative;
	font-size: 0.2rem;
	color: #000;
	transition: 0.3s linear;
	line-height: 1.02rem;
}

.header .menu ul li.on .menu-a,
.header .menu ul li:hover .menu-a {
	color: #232690;
}

.header .menu li .drop {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	width: 2.4rem;
	left: 50%;
	margin-left: -1.2rem;
	padding: 0.1rem 0;
	top: 100%;
	display: none;
	border-top: 1px solid #f0f0f0;
}

.header .menu li .drop ul {
	width: 100%;
	display: block;
	text-align: center;
}

.header .menu li .drop li {
	display: block;
	margin: 0;
	width: 100%;
}

.header .menu li .drop li a {
	color: #111;
	display: block;
	line-height: 40px;
	font-size: 0.18rem;
}

.header .menu li .drop li a:hover {
	color: #467fff;
}

.lang_icon {
	line-height: 23px;
	cursor: pointer;
	transition: 0.3s linear;
	position: absolute;
	font-size: 0.27rem;
	top: 50%;
	right: 50px;
	margin-top: -11.5px;
	z-index: 30;
}

.lang_icon .content {
	text-align: center;
	display: flex;
	align-items: center;
}

.lang_icon span {
	display: block;
	font-size: 0.24rem;
	color: #232690;
}

.lang_icon h4 {
	margin-left: 8px;
	font-size: 0.17rem;
}

.lang_link {
	background: #fff;
	position: absolute;
	width: 110px;
	left: 50%;
	margin-left: -55px;
	padding: 5px 10px;
	top: 125%;
	display: none;
	transition: 0.2s;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #000;
}

.lang_link::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 50px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000;
}

.lang_link::after {
	content: '';
	position: absolute;
	top: -5px;
	left: 51px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #fff;
}

.lang_link a {
	display: block;
	font-size: 16px;
	padding: 1px 0;
	color: #000;
}

.lang_link a:hover {
	color: #232690;
}

.search_icon {
	width: 23px;
	line-height: 23px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
	transition: 0.3s linear;
	position: absolute;
	font-size: 0.22rem;
	top: 50%;
	right: 8px;
	color: #232690;
	margin-top: -11.5px;
}

.search_icon:hover,
.lang_icon:hover {
	color: #000;
}

.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: #232690;
}

.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 {
	width: 100%;
	left: 0;
	top: 0;
	height: 95px;
	z-index: 999;
	border-radius: 0;
	border-bottom: 1px solid #e9e9e9;
}

.fixnav .logo {
	height: 95px;
}

.fixnav .menu ul li a.menu-a {
	line-height: 95px;
}

.fixnav a.menu-a {
	color: #232690;
}

.fixnav .menu ul li a.menu-a {
	line-height: 95px;
}

.fixnav .header_icon {
	height: 95px;
}

.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: 0.18rem;
	color: #fff;
	box-sizing: border-box;
	padding: 0 0.2rem;
	line-height: 60px;
	background: #232690;
}

.searchform form .search_input::placeholder {
	color: #fff;
}

.searchform form .submit {
	width: 7%;
	line-height: 60px;
	border: none;
	outline: none;
	background: #232690;
	background-image: url(../search.png);
	background-repeat: no-repeat;
	background-position: center;
}

.searchform .close {
	position: absolute;
	top: 25px;
	font-size: 0.25rem;
	right: 40px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #232690;
	color: #fff;
	cursor: pointer;
	background: #232690;
	border-radius: 50%;
	transition: 0.3s linear;
}

.searchform .close:hover {
	box-shadow: 0 0 10px #ccc;
}

.img-box {
	overflow: hidden;
}

.img img {
	max-width: 100%;
	margin: 0 auto;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.new-list a:hover .img img,
.product-list a:hover .img img,
.product-item:hover .img-box 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%;
	z-index: 10;
	top: 28%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	color: #fff;
}

.swiper-slide-txt h1 {
	font-size: 0.6rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-weight: 600;
	animation-delay: 0.3s;
}

.swiper-slide-txt h2 {
	font-size: 0.3rem;
	display: table;
	text-align: center;
	margin-top: 0.2rem;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	animation-delay: 0.6s;
	background-color: #E59615;
	border-radius: 0.3rem;
	padding: 0.12rem 0.25rem;
}

.swiper-slide-txt .memo {
	margin: 0.45rem 0;
	padding: 0 0.1rem;
	font-family: 'HarmonyOS_Sans_SC_Light';
	animation-delay: 0.9s;
	position: relative;
	width: 50%;
}

.swiper-slide-txt .memo p {
	display: block;
	position: relative;
	padding-left: 0.32rem;
	margin-bottom: 0.2rem;
	font-size: 0.17rem;
	line-height: 1.8;
}

.swiper-slide-txt .memo p:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	width: 0.22rem;
	height: 0.22rem;
	left: 0;
	top: 6px;
	background-image: url(../icon-b.png);
	background-size: 100%;
}

.swiper-slide-txt .banner-link {
	position: relative;
	display: flex;
	max-width: 1.75rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.1rem;
	line-height: 2.3;
	font-size: 0.17rem;
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 0.1rem;
	transition: 0.74s;
	animation-delay: 1.2s;
}

.swiper-slide-txt .banner-link span {
	margin-left: 0.25rem;
	font-size: 0.18rem;
	transition: 0.3s linear;
}

.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active .memo,
.swiper-slide-active .banner-link {
	animation-name: fadeInUp;
}

.swiper-slide-txt .banner-link:hover {
	background-color: #E59615;
	color: #fff;
	border: 1px solid #E59615;
}

.swiper-slide-txt .banner-link:hover span {
	margin-left: 0.3rem;
}

.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;
}

.slide-inner img {
	max-width: 100%;
}

.banner-pagination {
	width: 0.16rem;
	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: 0.08rem 0;
	width: 0.16rem;
	height: 0.16rem;
	transition: 0.4s;
	background: #abb9e3;
	border-radius: 50%;
}

.banner-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

.title-more {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	margin-bottom: 0.6rem;
}

.index-title h1 {
	font-size: 0.55rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	position: relative;
	z-index: 20;
}

.index-title h3 {
	font-size: 0.3rem;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	position: relative;
	z-index: 20;
}

.products-more {
	min-width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-more a {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0 0.1rem;
	line-height: 2.8;
	font-size: 0.18rem;
	color: #fff;
	background-color: #24258F;
}

.products-more a span {
	display: block;
	margin-left: 0.6rem;
	transition: 0.3s linear;
}

.products-more a:hover {
	background-color: #E59615;
}

.index-products {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0.8rem 0;
}

.productSwiper-img {
	width: 100%;
	position: relative;
	padding: 0;
}

.product-item {
	display: block;
	width: 100%;
	border-top: 1px solid #E5E5E5;
	color: #000000;
	background-color: #fff;
}

.product-item .content {
	margin: 0.2rem 0;
	position: relative;
}

.product-item .content .title {
	min-height: 64px;
}

.product-item .content h3 {
	font-size: 0.21rem;
	line-height: 32px;
}

.product-item .content span {
	font-size: 0.25rem;
	position: absolute;
	right: 0;
	top: 0;
}

.product-item .txt {
	font-size: 0.17rem;
	line-height: 28px;
	min-height: 140px;
	color: #656565;
	margin-top: 0.2rem;
	position: relative;
	padding-right: 0.6rem;
}

.product-item .txt span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.34rem;
	width: 0.5rem;
	height: 0.5rem;
	color: #fff;
	background: #B6B6B6;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 8px;
	transition: 0.3s linear;
}

.product-item:hover .content {
	color: #24258F;
}

.product-item:hover .txt span {
	background: #E59615;
}

.button-next,
.button-prev {
	width: 18px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	color: #9d9d9d;
}

.button-next {
	right: -0.5rem;
}

.button-prev {
	left: -0.5rem;
}

.button-next:after,
.button-prev:after {
	font-size: 0.24rem;
	font-weight: bold;
}

.button-next:hover,
.button-prev:hover {
	color: #000;
}

.after {
	display: inline-block;
	transition: 0.3s;
	z-index: 2;
	position: absolute;
	right: 0;
	width: 0.25rem;
	height: 0.25rem;
	overflow: hidden;
	border-radius: 50%;
	background: #35c7bc;
}

.after .after-a {
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(0px, 0px);
	top: 0;
	left: 0;
	color: #fff;
	font-size: 0.2rem;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.after .after-b {
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(-25px, 0px);
	top: 0;
	color: #fff;
	left: 0;
	font-size: 0.2rem;
	opacity: 0;
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.after:hover .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.after:hover .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.index-Advantage {
	width: 100%;
	overflow: hidden;
	display: flex;
	position: relative;
}

.Advantage-left {
	width: 38.28%;
	padding: 0.9rem 0.9rem;
	color: #fff;
	background-color: #232690;
	background-image: url(../Advantage.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.Advantage-left .index-title {
	margin-bottom: 0.85rem;
}

.Application-content i {
	font-size: 0.42rem;
	font-style: normal;
	display: block;
}

.Application-content h3 {
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-size: 0.3rem;
	margin: 0.35rem 0 0.1rem 0;
}

.Application-content .txt {
	font-size: 0.18rem;
	line-height: 32px;
	min-height: 96px;
	margin-bottom: 0.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.Applicationbutton {
	width: 90%;
	height: 32px;
	margin-top: 0.8rem;
	padding: 0 100px 0 90px;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
}

.Application-pagination {
	max-width: 80px;
	text-align: center;
	line-height: 37px;
	margin-top: -18.5px;
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 0.25rem;
}

.Application-pagination span {
	font-size: 0.25rem;
}

.Application-pagination .swiper-pagination-current {
	font-size: 35px;
	font-weight: bold;
}

.Applicationbutton em {
	display: block;
	background: #fff;
	height: 1px;
	width: 100%;
}

.button-button {
	width: 80px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	z-index: 10;
}

.Application-next,
.Application-prev {
	height: 32px;
	width: 32px;
	top: 50%;
	margin-top: -16px;
	color: #000;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 20;
}

.Application-next:after,
.Application-prev:after {
	font-size: 12px;
	font-weight: bold;
}

.Application-next {
	right: 0;
}

.Application-prev {
	left: 0;
}

.Application-next:hover,
.Application-prev:hover {
	color: #fff;
	background: #E59615;
}

.more-link {
	position: relative;
	display: flex;
	max-width: 1.82rem;
	align-items: center;
	justify-content: center;
	padding: 0 0.1rem;
	line-height: 2.8;
	font-size: 0.18rem;
	color: #fff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	transition: 0.74s;
	animation-delay: 1.2s;
}

.more-link span {
	display: inline-block;
	margin-left: 0.25rem;
	font-size: 0.18rem;
	transition: 0.3s linear;
}

.Advantage-link:hover,
.about-link {
	background: #E59615;
	border: 1px solid #E59615;
}

.about-link:hover {
	background: #232690;
	border: 1px solid #232690;
}

.news-link {
	color: #000;
	background: #fff;
	border-radius: 0.5rem;
	border: 1px solid #7b7b7b;
}

.Advantage-right {
	width: 61.72%;
}

.Advantage-right ul {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
}

.Advantage-right ul li {
	width: 33.333%;
	height: 8.57rem;
	color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.Advantage-right ul li .box {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Advantage-right ul li span {
	font-size: 0.5rem;
}

.Advantage-right ul li h3 {
	font-weight: bold;
	font-size: 0.3rem;
	margin: 0.25rem 0 0.5rem 0;
}

.Advantage-right ul li em {
	display: block;
	width: 50%;
	max-width: 0.5rem;
	margin: 0 auto;
	height: 0.04rem;
	position: relative;
	background: #fff;
}

.Application-item a {
	display: none;
	width: 60%;
	text-align: center;
	line-height: 50px;
	font-size: 0.16rem;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	opacity: 0;
	transition: 0.7s;
}

.Application-item.on a {
	opacity: 1;
	margin: 0.5rem auto;
}

.Application-bd-img img {
	width: 100%;
}

.Application-box {
	display: none;
}

.Application-ltem {
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	padding: 0.6rem 0.1rem 0.4rem 0.1rem;
	background-size: cover;
}

.Application-ltem a {
	display: block;
	width: 40%;
	text-align: center;
	line-height: 38px;
	font-size: 0.14rem;
	margin: 0.4rem auto;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 6px;
	transition: 0.7s;
}

.index-about {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 1.45rem 0 0.9rem 0;
	background-color: #F6F6F6;
}

.index-about .container-fluid {
	display: flex;
}

.about-img {
	width: 54%;
	float: left;
}

.about-img img {
	width: 100%;
}

.about-img .index-title {
	margin-bottom: 0.45rem;
}

.about-content {
	width: 46%;
	float: left;
	background-color: #ffffff;
	padding: 0.85rem 0.6rem;
	border-top: 4px solid #24258F;
}

.about-content h3 {
	font-weight: bold;
	font-size: 0.36rem;
}

.about-content h5 {
	font-weight: bold;
	font-size: 0.23rem;
	color: #B4B4B4;
	margin: 0.3rem 0 0.5rem 0;
}

.about-content .txt {
	font-size: 0.17rem;
	line-height: 1.9;
	margin-bottom: 0.55rem;
}

.index-professional {
	width: 100%;
	position: relative;
	padding-top: 0.9rem;
	background-color: #4D5890;
}

.position-pagination {
	position: absolute;
	z-index: 10;
	right: 0;
	top: -8px;
	width: 22%;
	height: 100%;
	background-color: #fff;
	border-top: 0.08rem solid #24258F;
}

.professional-pagination {
	max-width: 100px;
	line-height: 32px;
	position: relative;
	font-size: 0.25rem;
	margin-left: 15%;
	margin-top: 25%;
	color: #858585;
}

.professional-pagination span {
	font-size: 0.3rem;
	color: #858585;
}

.professional-pagination .swiper-pagination-current {
	font-size: 0.55rem;
	color: #232690;
	font-weight: bold;
}

.index-professional::after {
	content: '';
	width: 100%;
	height: 20%;
	left: 0;
	position: absolute;
	z-index: 10;
	bottom: 0;
	background: #ffffff;
}

.index-professional .container-fluid {
	z-index: 20;
	position: relative;
}

.professional-title {
	width: 72%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.45rem;
}

.professional-title a {
	display: block;
	border: 1px solid #fff;
	font-size: 0.35rem;
	color: #ffffff;
	padding: 8px 0.35rem;
	font-weight: 200;
	border-radius: 0.3rem;
}

.professional-title a:hover {
	background-color: #E59615;
}

.professionalslide {
	position: relative;
}

.professional-content {
	position: absolute;
	color: #ffffff;
	width: 50%;
	left: 15%;
	top: 18%;
}

.professional-content i {
	font-size: 0.5rem;
	display: inline-block;
	margin-right: 0.15rem;
	font-style: normal;
}

.professional-content h3 {
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-size: 0.36rem;
	margin: 0.35rem 0 0.1rem 0;
}

.professional-content .txt {
	font-size: 0.2rem;
	line-height: 2.2;
	margin-bottom: 0.65rem;
}

.professionalslide img.img {
	width: 100%;
}

.professional-next,
.professional-prev {
	height: 1.4rem;
	width: 0.6rem;
	top: 50%;
	margin-top: -0.7rem;
	color: #fff;
	background: #000;
	cursor: pointer;
	z-index: 20;
}

.professional-next:after,
.professional-prev:after {
	font-size: 0.24rem;
	font-weight: bold;
}

.professional-next {
	right: 0;
}

.professional-prev {
	left: 0;
}

.professional-next:hover,
.professional-prev:hover {
	color: #fff;
	background: #232690;
}

.index-partner {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0.9rem 0 0.8rem 0;
	background-color: #fff;
}

.index-partner .partnerbefore {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	width: 37.9375%;
}

.index-partner .container-fluid {
	position: relative;
}

.index-partner .partner-content {
	position: relative;
	z-index: 20;
}

.index-partner .memo {
	color: #7E7E7E;
	padding: 0.22rem 0 0.4rem 0;
	font-size: 0.29rem;
}

.partner-item {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	border-top: 4px solid #D6D6D6;
	border-left: 4px solid #D6D6D6;
}

.partner-item li {
	background-color: #fff;
	padding: 0.8rem 0.5rem;
	border-right: 4px solid #D6D6D6;
	border-bottom: 4px solid #D6D6D6;
}

.partner-item01 {
	width: 83%;
}

.partner-item01 li {
	width: 25%;
}

.partner-item02 {
	width: 100%;
}

.partner-item02 li {
	width: 20%;
}

.partner-item li img {
	margin: 0 auto;
	max-width: 100%;
}

.index-news {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0.9rem 0 0 0;
	background-color: #F6F6F6;
}

.news-hd {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-hd ul {
	width: 30%;
	max-width: 335px;
	display: flex;
	justify-content: space-between;
}

.news-hd ul li {
	line-height: 2;
	font-size: 0.2rem;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 2px solid #F6F6F6;
}

.news-hd ul li.on,
.news-hd ul li:hover {
	color: #232690;
	border-bottom: 2px solid #232690;
}

.news-middle {
	position: relative;
	width: 100%;
	margin-top: 0.5rem;
}

.news-middle-item {
	display: flex;
	justify-content: space-between;
}

.news-middle-left {
	width: 54%;
	display: flex;
	justify-content: space-between;
}

.news-middle-left a {
	display: block;
	width: 48%;
	margin: 0.1rem 0;
	overflow: hidden;
	box-shadow: 0 0 10px #eee;
	background-color: #ffffff;
}

.news-middle-left a .content {
	padding: 0.5rem 0.3rem;
}

.news-middle-left a .content h3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-middle-left a .content h5 {
	margin: 0.2rem 0 0.35rem 0;
}

.news-middle-item .mlink {
	color: #424242;
	font-size: 0.17rem;
}

.news-middle-item .mlink span {
	color: #232690;
}

.news-middle-item a:hover h3 {
	color: #232690;
}

.news-middle-right {
	width: 44%;
	background-color: #fff;
	box-shadow: 0 0 10px #eee;
}

.news-middle-right .box a {
	display: block;
	width: 100%;
	padding: 0.4rem 0.54rem;
	overflow: hidden;
	border-bottom: 1px solid #DCDCDC;
}

.news-middle-right .box a:last-child {
	border: 0;
}

.news-middle-right .more-link {
	margin: 0 0.5rem 0.5rem 0.5rem;
}

.news-middle-item h3 {
	font-size: 0.27rem;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

.news-middle-item .txt {
	line-height: 1.5;
	font-size: 0.17rem;
	min-height: 0.72rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 0.25rem 0;
}

.news-middle-item h5 {
	font-size: 0.17rem;
	color: #A0A0A0;
}

.index-form {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0.6rem 0;
	background-color: #F6F6F6;
}

.contact-item {
	position: relative;
	color: #fff;
	padding: 1.1rem 0.7rem 1rem 1rem;
	border-radius: 0.3rem;
	background-color: #232690;
	background-image: url(../contact-item.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0.65rem;
}

.contact-left {
	width: 36%;
	padding-right: 0.78rem;
	position: relative;
}

.contact-left h3 {
	font-size: 0.4rem;
}

.contact-left h1 {
	font-size: 0.4rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.contact-left span {
	font-size: 0.48rem;
	position: absolute;
	right: 0;
	bottom: 0.27rem;
}

.contact-middle {
	width: 40%;
	margin: 0 5% 0 7%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-middle h3 {
	padding-left: 0.4rem;
	position: relative;
	font-size: 0.2rem;
	margin: 0.2rem 0;
}

.contact-middle span {
	font-size: 0.28rem;
	position: absolute;
	left: 0;
	top: -1px;
}

.contact-right {
	width: 12%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-right a {
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0.2rem;
	padding: 0.12rem 0.1rem;
	border-radius: 10px;
	color: #232690;
	background-color: #fff;
}

.form-item {
	position: relative;
	padding-left: 2.5rem;
}

.form-title {
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 0.28rem;
}

/*banner*/
.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
	background-color: #F6F6F6;
}

.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;
}

.banner-content h2 {
	font-size: 0.46rem;
	position: relative;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.inner-banner-img {
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #4d5890;
}

.inner-banner-img img {
	width: 100%;
}

.inner-title {
	margin-bottom: 0.5rem;
}

.inner-title h2 {
	font-size: 0.36rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.inner-skill {
	width: 100%;
	overflow: hidden;
	padding: 1rem 0 0.4rem 0;
	position: relative;
	background: #f4f4f4;
}

.inner-skill dl {
	width: 100%;
	overflow: hidden;
	padding: 0.2rem 0.2rem;
	border-radius: 12px;
	background: #fff;
	margin: 0.35rem 0;
	box-shadow: 0 0 10px #eee;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inner-skill dl dt {
	width: 52%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	overflow: hidden;
	border-radius: 0.2rem;
}

.inner-skill dl dt .img-box img {
	width: 100%;
	transform: translateZ(0px);
	border-radius: 0.2rem;
	transition: transform 0.5s ease 0s;
}

.inner-skill dl dd {
	display: block;
	width: 45%;
	position: relative;
	transition: 0.3s;
	cursor: pointer;
	padding: 0.5rem 0.5rem;
}

.inner-skill dl dd h4 {
	font-weight: bold;
	color: #000;
	font-size: 0.36rem;
	margin-top: 0.25rem;
}

.inner-skill dl dd img.iconimg {
	width: 11%;
}

.inner-skill dl:nth-child(odd) {
	flex-direction: row-reverse;
}

.inner-core-product {
	width: 100%;
	overflow: hidden;
	padding: 1rem 0 0 0;
	position: relative;
	background: #f4f4f4;
}

.inner-core-product .list {
	display: flex;
	flex-wrap: wrap;
}

.coreproduct-item {
	display: block;
	color: #000000;
	background-color: #fff;
	width: calc(33.33% - (2 * 1.15rem / 3));
	margin-right: 1.15rem;
	margin-bottom: 1.05rem;
	position: relative;
}

.coreproduct-item::after {
	content: '';
	width: 1px;
	height: 100%;
	right: -0.55rem;
	position: absolute;
	z-index: 10;
	top: 0;
	background: #e4e4e4;
}

.coreproduct-item:nth-child(3n)::after {
	display: none;
}

.coreproduct-item:nth-child(3n) {
	margin-right: 0;
}

.coreproduct-item .container {
	padding: 0.45rem 0.3rem;
	position: relative;
}

.coreproduct-item .container h3 {
	font-size: 0.21rem;
	line-height: 1.6;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

.coreproduct-item .container .txt {
	font-size: 0.19rem;
	line-height: 1.8;
	min-height: 1.4rem;
	color: #656565;
	margin-top: 0.2rem;
	position: relative;
}

.coreproduct-item .container .txt p {
	position: relative;
	padding-left: 0.2rem;
	margin-bottom: 3px;
}

.coreproduct-item .container .txt p:before {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	top: 11px;
	left: 0;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	background: #303293;
}

.coreproduct-item span.iconfont {
	font-size: 0.35rem;
	padding: 0.08rem 0.08rem;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 3%;
	bottom: 3%;
	background: #E59615;
}

.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	color: #595959;
	margin-top: 1.4rem;
	background-color: #f4f4f4;
}

.main-nav {
	background-color: #f4f4f4;
}

.main-nav .nav-now {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.18rem;
	line-height: 68px;
	color: #303030;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.main-nav .nav-now a {
	display: flex;
	color: #303030;
	transition: color .3s;
	position: relative;
}

.main-nav .nav-now a.hm span {
	display: table;
	margin-right: 0.1rem;
	font-size: 0.22rem;
}

.main-nav .nav-now i {
	font-style: normal;
	margin: 0 0.1rem;
	display: table;
}

.main-nav .nav-now a:hover {
	color: #303293;
}

.product-detail-item {
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 0.6rem 0 0.8rem 0;
	position: relative;
}

.product-detail-item h5 a {
	font-size: 0.2rem;
	display: table;
	color: #23268f;
}

.product-detail-item h1 {
	font-size: 0.48rem;
	padding: 0.17rem 0;
	margin-bottom: 22px;
	font-family: 'MiSans-Bold';
	border-bottom: 1px solid #cecece;
}

.product-detail-item .txt {
	font-size: 0.23rem;
}

.product-detail-item dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.product-detail-item dl dt {
	width: 46%;
	overflow: hidden;
}

.product-detail-item dl dt img {
	width: 100%;
	border-radius: 10px;
}

.product-detail-item dl dd {
	width: 38%;
}

.product-detail-item dl dd .txt {
	font-size: 0.21rem;
	line-height: 2;
}

.product-detail-item dl dd .product-link {
	width: 100%;
	overflow: hidden;
	margin-top: 0.6rem;
}

.product-detail-item dl dd .product-link a {
	display: table;
	width: 100%;
	max-width: 1.85rem;
	font-size: 0.19rem;
	line-height: 50px;
	color: #fff;
	background: #e59615;
	border-radius: 10px;
	text-align: center;
}

.product-detail-item dl dd .product-link a span {
	margin-left: 0.2rem;
}

.product-detail-item dl dd .product-link a:hover {
	color: #fff;
	background-color: #0756b2;
}

.detail-prop {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-color: #fff;
	font-size: 0.2rem;
	line-height: 2;
}

.detail-prop h3 {
	color: #000;
	font-weight: bold;
	margin-bottom: 0.5rem;
	font-size: 0.34rem;
}

.detail-prop .table-box {
	overflow: auto;
}

.detail-prop table,
.detail-prop .table-box table {
	width: 100%;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-collapse: collapse;
}

.detail-prop table td,
.detail-prop .table-box table td {
	padding: 0.1rem 0.1rem;
	font-size: 0.18rem;
	line-height: 1.8;
	border-left: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee
}

.detail-prop table tr:first-child,
.detail-prop .table-box table tr:first-child {
	background-color: #232690 !important;
	color: #fff;
}

.detail-prop .table-box table tr:nth-child(odd) {
	background-color: #ffffff;
}

.detail-prop .table-box table tr:nth-child(even) {
	background-color: #eff2f5;
}

.inner-material {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-color: #f4f4f4;
}

.inner-material .table-box {
	overflow: auto;
	padding: 0.5rem 0.6rem;
	background-color: #ffffff;
}

.inner-material .table-box table {
	width: 100%;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-collapse: collapse;
	background-color: #ded9e2;
}

.inner-material .table-box table td {
	padding: 0.15rem 0.05rem;
	font-size: 0.18rem;
	text-align: center;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff
}

.inner-material .table-box table tr:first-child {
	background-color: #24268f;
	color: #fff;
}

.inner-material .table-box table tr td.td-color,
.inner-material .table-box table tr td.td-Density {
	background-color: #8687dc;
	color: #fff;
}

.inner-news {
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 1rem 0;
}

.news-recommend-item {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	border-radius: 0.15rem;
	background: #ffffff;
}

.news-recommend-item .img {
	width: 44%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.news-recommend-item .img img {
	display: block;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-recommend-txt {
	width: 56%;
	overflow: hidden;
	padding: 0.2rem 0.58rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.news-recommend-txt em {
	display: table;
	font-size: 0.27rem;
	color: #c7c7c7;
	padding-bottom: 0.12rem;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	border-bottom: 5px solid #303293;
}

.news-recommend-txt h3 {
	font-size: 0.26rem;
	margin: 0.20rem 0;
	font-weight: bold;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	-webkit-box-orient: vertical;
}

.news-recommend-txt .txt {
	display: -webkit-box;
	overflow: hidden;
	color: #2e2e2e;
	font-size: 0.16rem;
	line-height: 25px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 0.45rem;
}

.inner-news .list {
	overflow: hidden;
	margin: 0.3rem 0;
}

.news-item {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	transition: 0.3s;
	color: #000;
	padding: 0.5rem 0.15rem;
	margin: 0.2rem 0;
	border-radius: 0.15rem;
	position: relative;
	background: #ffffff;
}

.news-time {
	width: 15%;
	color: #303293;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

.news-time i {
	font-style: normal;
	display: block;
	text-align: center;
	font-size: 0.45rem;
	font-weight: bold;
	line-height: 1.5;
}

.news-time span {
	display: block;
	text-align: center;
	font-size: 0.18rem;
}

.news-txt {
	width: 82%;
}

.news-txt h4 {
	font-size: 0.29rem;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-txt .txt {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #2e2e2e;
	font-size: 0.17rem;
	line-height: 28px;
	margin: 15px 0 25px 0;
}

.news-recommend-item:hover h3,
.news-item:hover h4 {
	color: #303293;
}

.news-detail {
	width: 100%;
	overflow: hidden;
	background: #fff;
	position: relative;
	padding: 0.8rem 0;
	color: #000;
}

.news-detail .goBack {
	display: block;
	color: #232690;
	font-size: 0.16rem;
	line-height: 2.5;
	width: 1.8rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -22.5px;
	text-align: center;
	border: 1px solid #232690;
}

.news-detail .goBack:hover {
	background: ##232690;
	color: #fff;
}

.news-detail .news-title {
	overflow: hidden;
	position: relative;
	padding-right: 2rem;
}

.news-detail .news-title h1 {
	font-size: 0.3rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	line-height: 1.8;
}

.news-detail .news-title .three {
	color: #7c7c7c;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-size: 0.16rem;
}

.news-detail .news-intro {
	font-size: 0.18rem;
	line-height: 2;
	overflow: hidden;
	color: #454545;
	padding: 0.3rem 0;
	margin-top: 0.3rem;
	border-top: 1px solid #dadada;
}

.news-detail .news-intro img {
	max-width: 100%;
	margin: 0.2rem auto;
}

.work-class {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: -70px;
	z-index: 30;
}

.work-class .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fff;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.work-class span {
	color: #fff;
	width: 34%;
	font-size: 0.23rem;
	display: block;
	text-align: center;
	position: relative;
	line-height: 70px;
	padding: 0 5px;
	border-top-left-radius: 15px;
	background-color: #303293;
}

.class {
	width: 45%;
	margin-right: 4%;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
}

.class a {
	color: #000;
	font-size: 0.18rem;
	display: block;
	text-align: center;
	position: relative;
	line-height: 70px;
	padding: 0 5px;
}

.class a.choose,
.class a.on,
.class a:hover {
	color: #303293;
}

.inner-about {
	width: 100%;
	overflow: hidden;
	padding: 1.05rem 0 0.85rem 0;
	position: relative;
	color: #000000;
	background: #f4f4f4;
}

.inner-about .txt {
	width: 94%;
	font-size: 0.19rem;
	color: #000000;
	line-height: 2.3;
	margin: 0.5rem 3%;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.inner-about .txt p {
	text-indent: 2em;
}

.workSwiper {
	border-top-left-radius: 1.1rem;
	border-bottom-right-radius: 1.1rem;
}

.work-pagination {
	display: flex;
	float: right;
	margin-top: 0.3rem;
	text-align: center;
	margin-right: 7%;
}

.work-pagination span {
	margin: 0 4px;
	display: block;
	width: 14px;
	height: 14px;
	background: #f4f4f4;
	border: 2px solid #303293;
	border-radius: 50%;
	transition: 0.4s;
}

.work-pagination .swiper-pagination-bullet-active {
	background: #00428e;
	border: 2px solid #00428e;
}

.work-content {
	max-width: 3.4rem;
	padding: 0.45rem 0.45rem;
	background: #ffff;
	border-top-right-radius: 0.45rem;
	border-bottom-left-radius: 0.45rem;
	margin-top: -1.5rem;
	margin-left: 10%;
	position: relative;
	z-index: 10;
}

.work-container h3 {
	font-size: 0.3rem;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}

.work-container .content {
	font-size: 0.17rem;
	line-height: 30px;
	margin: 0.15rem 0;
}

.work-button {
	width: 0.8rem;
	height: 0.32rem;
	position: relative;
}

.work-next,
.work-prev {
	height: 0.32rem;
	width: 0.32rem;
	top: 50%;
	margin-top: -0.16rem;
	color: #fff;
	background: #303293;
	border-radius: 50%;
	cursor: pointer;
	z-index: 20;
}

.work-next:after,
.work-prev:after {
	font-size: 13px;
	font-weight: bold;
}

.work-next {
	right: 0;
}

.work-prev {
	left: 0;
}

.work-next:hover,
.work-prev:hover {
	color: #fff;
	background: #303293;
}

.inner-honor {
	width: 100%;
	overflow: hidden;
	background-image: url(../honor.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	color: #000000;
	padding: 1rem 0 0.8rem 0;
}

.Honor_box {
	overflow: hidden;
	border-radius: 0.1rem;
	margin: 0.1rem 0.1rem;
	box-shadow: 0 0 10px #cccccc;
	background-color: #fff;
	transition: 0.3s;
	cursor: pointer;
}

.Honor_box .img-box {
	overflow: hidden;
	padding: 0.2rem 0.3rem;
	margin: 2px 2px;
	background-color: #fff;
	border-radius: 0.1rem;
}

.Honor_box h3 {
	padding: 0.2rem 5px;
	font-size: 0.2rem;
	color: #fff;
	text-align: center;
	background-color: #b3b3b3;
}

.Honor_box:hover h3,
.Honor_box:hover {
	background-color: #303293;
}

.honor-button {
	width: 1.2rem;
	height: 0.5rem;
	margin: 0.4rem auto 0 auto;
	position: relative;
}

.honor-next,
.honor-prev {
	height: 0.5rem;
	width: 0.5rem;
	top: 50%;
	margin-top: -0.25rem;
	color: #303293;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #303293;
	cursor: pointer;
	z-index: 20;
}

.honor-next:after,
.honor-prev:after {
	font-size: 0.18rem;
	font-weight: bold;
}

.honor-next {
	right: 0;
}

.honor-prev {
	left: 0;
}

.honor-next:hover,
.honor-prev:hover {
	color: #fff;
	background: #303293;
}

.inner-partner {
	width: 100%;
	overflow: hidden;
	padding: 0.9rem 0;
	background-color: #ffffff;
	position: relative;
}

.inner-partner .container-fluid {
	position: relative;
	z-index: 20;
}

.inner-partner::before {
	content: '';
	width: 100%;
	height: 40%;
	left: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	background: #303293;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	background-color: #f4f4f4;
}

.inner-contact .container {
	background-color: #fff;
	padding: 0.9rem 0.2rem;
	background-image: url(../contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	box-shadow: 0 0 10px #ccc;
	border-radius: 0.15rem;
	margin-top: -1.5rem;
	position: relative;
	z-index: 10;
}

.contact-ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contact-ul li {
	width: 31%;
	margin: 0.1rem 0;
	text-align: center;
}

.contact-ul li .icon {
	width: 1rem;
	height: 1rem;
	background: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.contact-ul li img {
	max-width: 38%;
}

.contact-ul li h3 {
	font-size: 0.24rem;
	color: #000;
	margin: 0.12rem 0;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.contact-ul li h5 {
	font-size: 0.21rem;
	color: #000;
}

.contact-ul li a.map {
	font-size: 0.18rem;
	padding: 8px 0;
	color: #232690;
	display: inline-block;
	border-bottom: 2px solid #232690;
}

.contact-ul li a:hover,
.contact-ul li h5:hover {
	color: #232690;
	transition: 0.3s linear;
}

.inner-form {
	width: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
	padding: 0.8rem 0;
	position: relative;
}

.form-form {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.form-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.form-form ul li {
	overflow: hidden;
	margin: 8px 0;
	position: relative;
}

.in-form ul li.name,
.in-form ul li.tel {
	width: 21%;
}

.in-form ul li.content {
	width: 40%;
}

.in-form ul li.button_li {
	width: 14%;
}

.contact-form ul li.custom7,
.contact-form ul li.custom4,
.contact-form ul li.company,
.contact-form ul li.name,
.contact-form ul li.tel {
	width: 31%;
}

.contact-form ul li.email {
	width: 65.5%;
}

.contact-form ul li.content,
.contact-form ul li.button_li {
	width: 100%;
}

.in-form ul li input {
	border-radius: 0.3rem;
}

.contact-form ul li input {
	border-radius: 0;
}

.form-form ul li input {
	line-height: 50px;
	display: block;
	width: 100%;
	font-size: 0.17rem;
	padding: 0 0.1rem;
	color: #000;
	font-weight: 300;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
}

.form-form ul li textarea {
	width: 100%;
	display: block;
	height: 1.65rem;
	padding: 0 0.1rem;
	font-size: 0.17rem;
	line-height: 50px;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
}

.form-form ul li select {
	width: 100%;
	display: block;
	color: #8d8d8d;
	border-radius: 0;
	font-size: 0.17rem;
	overflow: hidden;
	line-height: 50px;
	height: 50px;
	padding: 0 10px;
	position: relative;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background: #fff;
	border: 1px solid #fff;
}

.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: 0.2rem;
	display: block;
	color: #565656;
	margin-bottom: 10px;
}

.in-form ul li input.button {
	background: #E59615;
}

.contact-form ul li input.button {
	background: #008dd7;
	border-radius: 10px;
	max-width: 180px;
}

.form-form ul li .button {
	width: 100%;
	display: block;
	color: #ffffff;
	border: 0;
	line-height: 55px;
	font-size: 0.2rem;
	padding: 0 10px;
}

.contact-map {
	width: 100%;
	padding: 0.6rem 0;
	background-color: #ffffff;
}

.contact-map img {
	width: 100%;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	text-align: center;
	font-size: 0.16rem;
	line-height: 40px;
	color: #868686;
}

.qt-pagination a {
	margin: 0 5px;
	min-width: 0.4rem;
	line-height: 40px;
	padding: 0 6px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #868686;
}

.qt-pagination .pages,
.qt-pagination a:hover {
	color: #232690;
}

#footer {
	width: 100%;
	color: #fff;
	overflow: hidden;
	background-color: #21222a;
}

.footer-box {
	width: 100%;
	padding: 0.6rem 0;
}

.footer-top {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 0.35rem;
}

.footer-top .foot-logo {
	width: 100%;
}

.footer-top .foot-logo img {
	width: 2.27rem;
}

.footer-bottom {
	width: 100%;
	margin-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navigation-menu {
	width: 58%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.navigation-menu h3 {
	font-size: 0.25rem;
	color: #fff;
	font-family: 'HarmonyOS_Sans_SC_Regular';
	margin-bottom: 20px;
}

.navigation-menu ul li {
	color: #D8D8D8;
	font-size: 0.17rem;
	margin-bottom: 0.18rem;
}

.navigation-menu ul li a {
	color: #D8D8D8;
}

.navigation-menu ul li a:hover {
	color: #fff;
}

.foot-wechat {
	width: 30%;
}

.foot-wechat h4 {
	font-size: 0.3rem;
	margin-bottom: 0.15rem;
}

.foot-wechat p {
	width: 100%;
	color: #D8D8D8;
	line-height: 30px;
	font-size: 0.21rem;
	margin: 5px 0;
}

.foot-wechat .img {
	display: inline-block;
	background: #fff;
	padding: 3px 3px;
	border-radius: 5px;
	margin-top: 0.5rem;
}

.foot-wechat img {
	max-width: 100%;
	margin: 0 auto;
}

.footer-ButtomInfo .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-ButtomInfo {
	padding: 0.2rem 0;
	color: #a6a6a6;
	font-size: 0.16rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-ButtomInfo a {
	color: #a6a6a6;
}

.foot-Support {
	width: 150px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support .img {
	width: 65px;
	display: flex;
	align-items: center;
}

.foot-Support .img img {
	max-width: 100%;
}

.footer-bottom a:hover {
	color: #fff;
}

.footer a:hover {
	color: #ffffff;
}

.box-customer {
	position: fixed;
	bottom: 30%;
	right: 0;
	z-index: 9999;
}

.box-customer .imgbox a .left {
	width: 52px;
}

.box-customer .imgbox a .left .img {
	margin: 0;
}

.box-customer .imgbox a .left .img img {
	margin: auto;
	max-width: 100%;
}

.box-customer .imgbox1 {
	position: relative;
	width: 207px;
	right: -155px;
	top: 0;
	background: #232690;
	border-radius: 4px;
	transition: 0.5s;
}

.box-customer .imgbox1:hover {
	right: 0;
}

.box-customer .imgbox1 a .right {
	font-size: 18px;
	color: #232690;
	width: 145px;
}

.box-customer .imgbox1 a .right p {
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 30px;
	margin: 10px 0;
	border-left: 1px solid #232690;
}

.box-customer .imgbox3,
.box-customer .imgbox2 {
	position: absolute;
	width: 52px;
	right: 0;
	background: #232690;
	border-radius: 4px;
	transition: 0.5s;
}

.box-customer .imgbox2 {
	top: 56px;
}

.box-customer .imgbox3 {
	top: 112px;
}

.box-customer .imgbox2 a,
.box-customer .imgbox3 a {
	position: relative;
}

.box-customer .imgbox a .twoimg {
	position: absolute;
	right: 105%;
	top: -20%;
	background-color: #fff;
	width: 110px;
	transition: 0.8s;
	opacity: 0;
}

.box-customer .imgbox a .twoimg img {
	width: 100%;
}

.box-customer .imgbox a .twoimg h5 {
	font-size: 16px;
	color: #232690;
	font-weight: bold;
	padding: 5px 0;
	text-align: center;
}

.box-customer .imgbox2:hover,
.box-customer .imgbox3:hover {
	right: 0;
}

.box-customer .imgbox2:hover a .twoimg,
.box-customer .imgbox3:hover a .twoimg {
	opacity: 1;
}

.box-customer .imgbox4 {
	position: absolute;
	width: 52px;
	right: 0;
	transition: 0.5s;
	top: 168px;
	border-radius: 4px;
	background-color: #232690;
}

.box-customer .imgbox4:hover {
	right: 0;
}

.box-customer .imgbox3:hover,
.box-customer .imgbox1:hover,
.box-customer .imgbox2:hover {
	background-color: #232690;
}

.box-customer .imgbox1:hover .right {
	color: #fff;
}

.box-customer .imgbox1:hover .right p {
	border-left: 1px solid #fff;
}

@media (max-width:1720px) {}

@media (max-width:1650px) {
	.header {
		width: 90%;
		left: 5%;
	}
}

@media (max-width:1550px) {
	.logo-img {
		width: 200px;
	}

	.logo-txt span {
		font-size: 0.2rem;
	}

	.logo-txt h5 {
		font-size: 0.14rem;
	}

	.lang_icon h4 {
		font-size: 0.16rem;
	}
}

@media (max-width:1450px) {
	.header {
		width: 94%;
		left: 3%;
		top: 0.2rem;
		padding: 0 10px;
	}
}

@media (max-width:1350px) {
	.logo-img {
		width: 180px;
	}

	.logo-txt {
		margin-left: 8px;
		padding-left: 8px;
	}

	.logo-txt span {
		font-size: 0.18rem;
	}

	.logo-txt h5 {
		font-size: 13px;
	}
}

@media (max-width:1199px) {

	.banner,
	.banner-swiper {
		margin-top: 70px;
	}

	.swiper-slide-txt h1 {
		font-size: 0.45rem;
	}

	.swiper-slide-txt h2 {
		font-size: 0.2rem;
	}

	.swiper-slide-txt .memo {
		margin: 0.3rem 0;
	}

	.container-fluid {
		width: 100%;
		padding: 0 0.4rem;
	}

	.work-class .container-fluid {
		padding: 0;
	}

	.header {
		height: 70px;
		width: 100%;
		left: 0;
		top: 0;
		padding: 0;
		border-radius: 0;
	}

	.header .logo {
		height: 70px;
		margin-left: 0.4rem;
	}

	.m_menu {
		display: flex;
		right: 0.4rem;
	}

	.lang_icon {
		right: 1.2rem;
	}

	.search_icon {
		right: 0.8rem;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #f5f5f5;
		width: 100%;
		display: none;
		z-index: 20;
	}

	.header .menu ul {
		display: block;
		width: 100%;
		overflow: hidden;
		float: none;
	}

	.header .menu ul li {
		width: 100%;
		text-align: left;
		position: relative;
		border-bottom: 1px solid #ddd;
	}
	.header .menu ul li.menu-li:nth-child(3):after,
	.header .menu ul li.menu-li:nth-child(6):after {
		width: 10px;
		height: 6px;
		content: '';
		display: block;
		position: absolute;
		right: 22px;
		top: 24px;
		background-image: url(../menu-span.png);
		background-size: 100%;
		transition: 0.3s;
	}

	.header .menu ul li.on:after {
		transform: rotate(180deg);
	}
	.header .menu ul li a.menu-a {
		padding: 0;
		margin-left: 0.4rem;
		display: table;
		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: 0;
	}

	.header .menu li .drop li {
		padding: 0 0.4rem;
	}

	.header .menu ul li a.menu-a::before {
		display: none;
	}

	.contact-item {
		padding: 0.8rem 0.5rem
	}

	.slide-inner img {
		display: none;
	}

	.slide-inner {
		height: 420px;
	}

	.main-nav {
		margin-top: 70px;
	}

	.coreproduct-item .container {
		padding: 0.25rem 0.15rem;
	}

	.coreproduct-item .container .txt {
		margin-top: 0.1rem;
	}

	.coreproduct-item {
		width: calc(33.33% - (2 * 0.55rem / 3));
		margin-right: 0.55rem;
		margin-bottom: 0.55rem;
	}

	.coreproduct-item::after {
		right: -0.25rem;
	}
}

@media (max-width:658px) {
	.box-customer .imgbox a .left {
		width: 40px;
	}

	.box-customer .imgbox1 {
		right: -167px;
	}

	.box-customer .imgbox2,
	.box-customer .imgbox3,
	.box-customer .imgbox4 {
		width: 40px;
	}

	.box-customer .imgbox2 {
		top: 44px;
	}

	.box-customer .imgbox3 {
		top: 88px;
	}

	.box-customer .imgbox4 {
		top: 132px;
	}

	.box-customer .imgbox1 a .right p {
		line-height: 20px;
		margin: 10px 0;
	}

	.box-customer {
		bottom: 20%;
	}

	.logo-txt {
		display: none;
	}

	.logo-img {
		width: 150px;
	}

	.lang_icon {
		right: 85px;
		margin-top: -12.5px;
	}

	.lang_icon h4 {
		text-transform: uppercase;
	}

	.search_icon {
		right: 55px;
	}

	.header .menu ul li a.menu-a {
		font-size: 16px;
		line-height: 52px;
	}

	.swiper-slide-txt {
		top: 17%;
	}

	.swiper-slide-txt .memo {
		width: 90%;
		margin: 24px 0;
	}

	.swiper-slide-txt .banner-link {
		max-width: 121px;
	}

	.slide-inner {
		height: 400px;
	}

	.inner-title h2,
	.Application-content i,
	.swiper-slide-txt h1,
	.index-title h1 {
		font-size: 25px;
	}

	.product-item .content span {
		top: 7px;
	}

	.contact-left h3,
	.about-content h3 {
		font-size: 20px;
	}

	.detail-prop h3,
	.foot-wechat h4,
	.professional-content h3,
	.product-item .content span,
	.Application-content h3,
	.product-item .content h3 {
		font-size: 18px;
	}

	.news-txt h4,
	.contact-left h1,
	.contact-middle h3,
	.inner-skill dl dd h4 {
		font-size: 16px;
	}

	.product-item .txt span {
		width: 24px;
		height: 24px;
		font-size: 18px;
		right: 4px;
	}

	.news-detail .news-title {
		padding-right: 0;
	}

	.form-form ul li .button,
	.form-form ul li textarea,
	.form-form ul li select,
	.form-form ul li input,
	.news-detail .news-intro,
	.inner-about .txt,
	.Honor_box h3,
	.detail-prop,
	.header .menu li .drop li a,
	.foot-wechat p,
	.news-middle-item h3,
	.about-content .txt,
	.about-content h5,
	.button-next:after,
	.button-prev:after,
	.index-title h3 {
		font-size: 15px;
	}

	.about-content h5 {
		margin: 10px 0;
	}

	.contact-ul li h5,
	.class a,
	.detail-prop table td,
	.detail-prop .table-box table td,
	.main-nav .nav-now a.hm span,
	.product-detail-item dl dd .product-link a,
	.product-detail-item dl dd .txt,
	.product-detail-item h5,
	.main-nav .nav-now,
	.coreproduct-item .container .txt,
	.news-txt .txt,
	.contact-right a,
	.news-hd ul li,
	.inner-material .table-box table td,
	.professional-content .txt,
	.Application-content .txt,
	.product-item .txt,
	.lang_icon span,
	.search_icon,
	.lang_icon h4 {
		font-size: 14px;
	}

	.more-link {
		font-size: 13px;
		max-width: 125px;
		line-height: 32px;
	}

	.button-button {
		width: 50px;
		height: 22px;
		margin-top: -11px;
	}

	.Application-next,
	.Application-prev {
		height: 22px;
		width: 22px;
		margin-top: -11px;
	}

	.news-middle-item .txt,
	.index-partner .memo,
	.swiper-slide-txt .banner-link span,
	.swiper-slide-txt .banner-link {
		font-size: 13px;
	}

	.Applicationbutton {
		height: 22px;
		margin-top: 40px;
		padding: 0 66px 0 77px;
	}

	.news-detail .news-title .three,
	.Application-pagination span,
	.qt-pagination,
	.more-link span,
	.news-middle-item h5,
	.swiper-slide-txt .memo p,
	.swiper-slide-txt h2 {
		font-size: 12px;
	}

	.footer-ButtomInfo {
		font-size: 13px;
		padding: 10px 0;
	}

	.footer-top .foot-logo img {
		width: 130px;
	}

	.index-title {
		width: 100%;
		text-align: center;
	}

	.product-item .txt {
		padding-right: 45px;
	}

	.products-more a {
		padding: 0 16px;
		line-height: 38px;
		font-size: 14px;
	}

	.products-more a span {
		margin-left: 10px;
	}

	.contact-left,
	.Application-content i,
	.Application-content h3,
	.index-partner .memo,
	.product-item .content h3 {
		text-align: center;
	}

	.Advantage-link {
		margin: auto;
	}

	.productSwiper-img {
		width: 90%;
		margin: 0 5%;
		padding: 0 30px;
	}

	.news-time,
	.contact-left span,
	.news-recommend-item,
	.form-item,
	.professional-title a,
	.index-partner .partnerbefore,
	.news-middle-left,
	.position-pagination,
	.about-img,
	.Advantage-right,
	.products-more {
		display: none;
	}

	.contact-form ul li.custom7,
	.contact-form ul li.custom4,
	.contact-form ul li.company,
	.contact-form ul li.name,
	.contact-form ul li.tel,
	.news-txt,
	.contact-left,
	.contact-right {
		width: 100%;
	}

	.contact-left {
		padding: 0;
	}

	.contact-right a {
		max-width: 130px;
	}

	.contact-middle {
		width: 90%;
		margin: 35px 5%;
	}

	.contact-form ul li.email,
	.inner-skill dl dt,
	.inner-skill dl dd,
	.news-hd ul,
	.navigation-menu,
	.foot-wechat,
	.professional-title,
	.partner-item01,
	.news-middle-right,
	.about-content,
	.Advantage-left {
		width: 100%;
	}

	.news-hd ul {
		justify-content: center;
		margin-top: 30px;
	}

	.news-hd ul li {
		margin: 0 5px;
	}

	.index-partner .memo {
		padding: 20px 0 35px 0;
	}

	.news-hd {
		flex-wrap: wrap;
	}

	.contact-item {
		padding: 30px 10px;
	}

	.professionalslide {
		padding: 30px 30px;
		height: 300px;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.professional-content {
		width: 100%;
		margin: 0;
		position: static;
	}

	.professionalslide img.img {
		display: none;
	}

	.partner-item {
		border-top: 1px solid #D6D6D6;
		border-left: 1px solid #D6D6D6;
	}

	.partner-item02 li,
	.partner-item01 li {
		width: 33.333%;
	}

	.inner-partner::before {
		height: 60%;
	}

	.partner-item li {
		padding: 8px 8px;
		border-right: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
	}

	.inner-about .txt,
	.professional-content .txt,
	.Application-content .txt {
		line-height: 25px;
	}

	.foot-wechat {
		margin-top: 30px;
		text-align: center;
	}

	.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: 50px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		position: relative;
	}

	.navigation_contlis h3::after {
		background-image: url(../sanjiao.png) !important;
	}

	.navigation_contlis h3::after {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		opacity: 0.6;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -5px;
		background-image: url(../sanjiao-h.png);
		background-size: 100%;
	}

	.navigation_contlis ul li a {
		color: #000;
		font-size: 15px;
	}

	.foot-wechat img {
		max-width: 90px;
	}

	.coreproduct-item {
		width: 98%;
		margin: 10px 1%;
	}

	.work-pagination span {
		width: 8px;
		height: 8px;
	}

	.news-detail .goBack,
	.work-class span,
	.work-content,
	.coreproduct-item::after {
		display: none;
	}

	.class {
		width: 100%;
		margin-right: 0;
		padding: 0 15px;
	}

	.contact-middle span {
		top: 4px;
	}

	.contact-ul li h3,
	.news-detail .news-title h1,
	.contact-middle span,
	.product-detail-item h1,
	.coreproduct-item .container h3 {
		font-size: 16px;
	}

	.news-detail .news-title h1 {
		line-height: 26px;
	}

	.product-detail-item dl dd .product-link a {
		line-height: 36px;
		max-width: 130px;
	}

	.class a,
	.main-nav .nav-now {
		line-height: 40px;
	}

	.news-txt .txt,
	.product-detail-item dl dd .txt {
		line-height: 24px;
	}

	.news-item {
		padding: 15px 20px;
	}

	.news-txt .txt {
		margin: 10px 0;
	}

	.coreproduct-item .container {
		padding: 15px 10px 30px 10px;
	}

	.product-detail-item dl dd,
	.product-detail-item dl dt {
		width: 100%;
		margin-bottom: 10px;
	}

	.product-detail-item dl dd .product-link {
		margin-top: 20px;
	}

	.honor-button {
		width: 70px;
		height: 30px;
		margin: 40px auto 0 auto;
	}

	.honor-next,
	.honor-prev {
		height: 30px;
		width: 30px;
		margin-top: -15px;
	}

	.work-class {
		margin-top: 0;
	}

	.inner-contact {
		background-color: #fff;
	}

	.inner-contact .container {
		margin-top: 50px;
		box-shadow: none;
		border-radius: 8px;
		padding: 15px 15px;
	}

	.contact-ul li {
		width: 60%;
		margin: 20px 20%;
	}

	.form-form ul li {
		margin: 4px 0;
	}

	.form-form ul li input {
		line-height: 40px;
	}

	.contact-form ul li input.button {
		max-width: 165px;
		line-height: 40px;
	}

	.contact-ul li .icon {
		width: 60px;
		height: 60px;
	}

	.contact-ul li h3 {
		margin: 20px 0 10px 0;
	}

	.searchform form {
		width: 100%;
	}

	.searchform form .search_input {
		padding: 0 10px;
		width: 85%;
		line-height: 50px;
		font-size: 15px
	}

	.searchform form .submit {
		width: 15%;
		line-height: 50px;
	}

	.searchform .close {
		top: 11px;
		font-size: 14px;
		right: 9px;
		width: 30px;
		height: 30px;
		line-height: 27px;
	}
}