@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: "HarmonyOS_Sans_SC_blck";
	font-display: swap;
	src: url('HarmonyOS_Sans_SC_blck.TTF');
}

@font-face {
	font-family: 'iconfont';
	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_Regular";
}

BODY {
	overflow-x: hidden;
}

BODY::-webkit-scrollbar-thumb {
	background: #00408a;
}

.iconfont {
	font-family: "iconfont";
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.img-box {
	overflow: hidden;
}

.img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-slide:hover .box img,
.product-item:hover .img-box img,
.img-box:hover img {
	transform: scale(1.15, 1.15);
}

.container-fluid {
	width: 90%;
	max-width: 16rem;
	margin: auto;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	transition: 0.5s;
	z-index: 999;
}

.header .container-fluid {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.header .logo {
	height: 98px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .logo a {
	width: 259px;
	display: block;
}

.header .logo a img {
	width: 100%;
}

.header .menu {
	width: 50%;
	margin-right: 15%;
}

.header .menu ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.header .menu ul li a.menu-a {
	display: block;
	position: relative;
	font-size: 0.2rem;
	color: #000;
	line-height: 98px;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.drop {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	display: none;
	padding-top: 20px;
}

.drop::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 51%;
	top: 1px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.drop-container {
	display: flex;
	width: 100%;
	background-color: #ffffff;
	border-radius: 8px;
	box-shadow: 0 0 8px #bbbbbb;
	overflow: hidden;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

/* 左侧品牌宣传区 */
.left-banner {
	width: 30%;
	background-color: #f0f1f2;
	padding: 0.62rem 0.5rem 0.5rem 0.5rem;
}

.banner-title {
	font-size: 0.33rem;
	color: #222222;
	margin-bottom: 0.15rem;
	line-height: 1.4;
	font-weight: 500;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.view-more-btn {
	display: block;
	width: 80%;
	text-align: center;
	max-width: 1.7rem;
	background-color: #00428e;
	color: #ffffff;
	border: none;
	padding: 12px 20px;
	font-size: 0.17rem;
	border-radius: 30px;
	cursor: pointer;
	transition: opacity 0.2s;
}

.view-more-btn:hover {
	opacity: 0.9;
}

/* 中间一级分类导航 */
.middle-nav {
	width: 18%;
	min-height: 3.6rem;
	background-color: #f8f9fa;
	padding: 0.62rem 0.5rem 0.5rem 0.5rem;
}

.nav-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 0.21rem;
	padding-bottom: 0.15rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #f8f9fa;
	cursor: pointer;
	transition: all 0.2s;
}

.nav-item.active {
	color: #3478c9;
	border-bottom: 1px solid #e5e7eb;
}

.nav-item:not(.active) {
	color: #2b4680;
}

.nav-item .iconfont {
	color: #f2a950;
	font-size: 0.2rem;
	line-height: 1;
}

.nav-item:not(.active) .iconfont {
	color: #999999;
}

.right-sub-container {
	width: 18%;
}

.right-sub {
	width: 100%;
	padding: 0.62rem 0.5rem 0.5rem 0.5rem;
}

.sub-item {
	display: block;
	margin-bottom: 0.32rem;
	font-size: 0.21rem;
	color: #555555;
	cursor: pointer;
	transition: color 0.2s;
}

.sub-item.on,
.sub-item:hover {
	color: #00408a;
}

.right-sub {
	display: none;
}

.right-sub.active {
	display: block;
}

.right-sub-img {
	width: 34%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.3rem;
}

.sub-item-img {
	display: none;
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 0.3rem 1rem;
}

.sub-item-img.on {
	display: block;
}

.sub-item-img img {
	max-width: 100%;
	border-radius: 6px;
	object-fit: cover;
}

.header-icon {
	position: absolute;
	z-index: 1000;
	top: 50%;
	right: 0;
	color: #00428e;
	background: rgba(0, 66, 142, 0.15);
	border-radius: 30px;
	padding: 0 0.24rem;
	height: 40px;
	margin-top: -20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lang-icon span {
	display: flex;
	font-size: 0.2rem;
	cursor: pointer;
}

.lang_icon_img {
	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: 120%;
	left: 50%;
	margin-left: -60px;
}

.lang_icon_img a {
	display: block;
	font-size: 16px;
}

.lang_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;
}

.lang_icon_img a:hover {
	color: #00408a;
}

.header-icon i {
	display: flex;
	width: 1px;
	opacity: 0.5;
	height: 0.16rem;
	background-color: #fff;
	margin: 0 0.12rem;
}

.search-icon span {
	display: flex;
	cursor: pointer;
	font-size: 0.2rem;
}

.lang-icon span:hover,
.search-icon span:hover {
	color: #f2a950;
	transition: 0.3s linear;
}

.m_menu {
	align-items: center;
	justify-content: center;
	width: 24px;
	position: absolute;
	right: 42px;
	top: 0;
	height: 70px;
	display: none;
	transition: 0.4s;
}

.m_menu span {
	display: block;
	transition: ease .6s;
	width: 24px;
	height: 2px;
	background: #00408a;
}

.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;
}

.fixnav {
	width: 100%;
	background: #fff;
}

.header .menu ul li.on .menu-a,
.header .menu ul li:hover .menu-a {
	color: #00408a;
}

.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: #0956a2;
}

.searchform form .search_input::placeholder {
	color: #fff;
}

.searchform form .submit {
	width: 7%;
	line-height: 60px;
	border: none;
	outline: none;
	background: #0956a2;
	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 #0956a2;
	color: #fff;
	cursor: pointer;
	background: #0956a2;
	border-radius: 50%;
	transition: 0.3s linear;
}

.searchform .close:hover {
	background: #00428e;
	border: 1px solid #00428e;
}

.in-bg {
	background: #f4f5f8;
}

/*canvas*/
.canvas-item {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background: #f4f5f8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.canvas-item .container {
	position: relative;
	width: 100%;
	height: 9rem;
}

.canvas-item .container:before {
	content: '';
	width: 6.05rem;
	height: 2.01rem;
	top: 10%;
	right: 0;
	position: absolute;
	z-index: 10;
	background-image: url(../canvas-img.png);
	background-size: 100%;
}

.packaging-canvas img,
.semiconductor-canvas img {
	width: 100%;
	object-fit: contain;
}

.semiconductor-canvas,
.packaging-canvas {
	position: absolute;
	z-index: 20;
	display: flex;
	transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
	transform: scale(0.9);
}

.packaging-canvas {
	width: 62.46%;
	left: -3%;
	top: 3%;
}

.semiconductor-canvas {
	width: 63.666%;
	right: -3%;
	bottom: -2%;
}

.hover-active {
	transform: translateY(-15px) scale(1);
}

.scroll-container {
	position: relative;
	height: 300vh;
	background-color: #ffffff;
	background-image: url(../scrollContainer.jpg);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
}

.sticky-box {
	position: sticky;
	top: 0;
	height: 90%;
	width: 98%;
	max-width: 19.16rem;
	max-height: 9.7rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.content-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 20;
	text-align: center;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.content-layer h1 {
	font-size: 0.48rem;
	font-weight: 600;
	color: #1b2756;
	margin-bottom: 0.6rem;
}

.content-layer em {
	width: 3%;
	height: 5px;
	background-color: #00408a;
}

.bottom-content-group {
	margin-top: 3.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	pointer-events: auto;
}

.bottom-content-group h5 {
	font-size: 0.35rem;
	color: #4a5568;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.more-btn {
	display: flex;
	align-items: center;
	margin-top: 38px;
	padding: 14px 40px;
	font-size: 0.2rem;
	border: 1px solid #000;
	border-radius: 8px;
	background: #fff;
	color: #000;
	cursor: pointer;
	transition: all 0.3s;
}

.more-btn span {
	font-size: 0.2rem;
	margin-left: 15px;
}

.more-btn:hover {
	border: 1px solid #00428e;
	color: #ffffff;
	background: #00428e;
}

.image-mask-wrapper {
	position: relative;
	width: 1840px;
	height: 830px;
	max-width: 95%;
	max-height: 85%;
	aspect-ratio: 1840 / 830;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	overflow: hidden;
	transform-origin: center center;
	transform: scale(0.25);
	will-change: transform;
}

.full-panorama-img {
	width: 100%;
	height: 100%;
	background-image: url(../inner_ab_video.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.data-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	cursor: pointer;
	z-index: 5;
	color: #fff;
}

.data-play-btn span.iconfont {
	font-size: 0.75rem;
}

.data-overlay-embedded {
	width: 100%;
	padding: 0.5rem 0.4rem;
	background: linear-gradient(to top, rgba(0, 35, 80, 0.95) 0%, rgba(0, 35, 80, 0) 100%);
	display: flex;
	justify-content: space-between;
	color: #fff;
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1), transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.num-box ul {
	width: 100%;
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num-box ul li {
	position: relative;
}

.gx::after {
	content: '';
	width: 1px;
	height: 50%;
	top: 25%;
	position: absolute;
}

.num-box ul li:last-child::after {
	display: none;
}

.num-box .num {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.num-box .jia {
	font-weight: bold;
	margin-left: 0.1rem;
}

.video-num {
	width: 90%;
	position: relative;
	overflow: hidden;
	margin: 0 5%;
	bottom: 10%;
}

.video-num ul li {
	color: #fff;
}

.video-num ul li.gx::after {
	background: rgba(255, 255, 255, 0.5);
}

.video-num ul li span {
	font-size: 0.22rem;
	display: block;
	margin-top: 5px;
	text-align: center;
}

.video-num ul li .num {
	font-size: 0.67rem;
}

.Global-num {
	width: 50%;
	position: absolute;
	overflow: hidden;
	left: 0;
	bottom: 0;
	z-index: 50;
}

.Global-num ul li {
	color: #ffba00;
}

.Global-num ul li.gx::after {
	background: #c5c5c5;
}

.Global-num ul li span {
	color: #000;
	font-size: 0.18rem;
	display: block;
	text-align: center;
}

.Global-num ul li .num {
	font-size: 0.75rem;
}

.industry-item {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.item-list {
	width: 100%;
	overflow: hidden;
	padding: 0.5rem 0.5rem;
	background: #dbdce0;
	border-radius: 30px;
}

.item-list dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	color: #000;
}

.item-list dl dd,
.item-list dl dt {
	width: 50%;
}

.item-list dl dt img {
	max-width: 100%;
	border-radius: 25px;
}

.item-list dl dd {
	padding: 0.5rem 0.5rem;
	position: relative;
}

.item-list dl dd h1 {
	font-size: 0.65rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.item-list dl dd h2 {
	margin: 0.35rem 0;
	font-size: 0.43rem;
}

.item-list dl dd span.iconfont {
	font-size: 0.18rem;
	background: #ffba00;
	border-radius: 50%;
	color: #fff;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-logo-icon {
	position: absolute;
	bottom: 5%;
	left: -2%;
	z-index: 10;
	width: 96%;
}

/*Global-map*/
.Global-item {
	padding-top: 60px;
	width: 100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../Global-item.jpg);
}

.Global-item .container-fluid {
	position: relative;
}

.Global-item-container {
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 20;
}

.Global-item-container h1 {
	font-size: 1.15rem;
	text-transform: uppercase;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.Global-item-container h2 {
	font-size: 0.4rem;
	text-transform: uppercase;
}

.Global-more {
	display: flex;
	margin-top: 0.4rem;
	padding: 0 0 0 70px;
	position: relative;
	transition: all 0.3s linear;
	color: #000;
	line-height: 52px;
	cursor: pointer;
}

.Global-more i {
	font-size: 0.22rem;
	font-style: normal;
	display: flex;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.Global-after span {
	font-size: 0.2rem;
}

.Global-after {
	left: 0;
	width: 52px;
	height: 52px;
	top: 50%;
	margin-top: -26px;
}

.after {
	display: flex;
	transition: 0.3s;
	z-index: 2;
	position: absolute;
	border-radius: 50%;
	background: #f39924;
	color: #fff;
}

.foot-menu a i::before,
.foot-menu a i::after,
.after::before,
.after::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	animation: myfirstq 2s linear infinite;
	transform: translate(-50%, -50%) scale(1);
	transition: all .4s;
	z-index: -1;
}

.after::before,
.after::after {
	background: #f39924;
}

.foot-menu a i::before,
.foot-menu a i::after {
	background: #00428f;
}

.foot-menu a i::after,
.after::after {
	animation-delay: .3s;
}

.foot-menu a i::before,
.after::before {
	animation-delay: .6s;
}

@keyframes myfirstq {
	0% {
		transform: translate(-50%, -50%) scale(0.8);
		opacity: .7;
	}

	50% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.5;
	}

	100% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
}

.after .after-a {
	width: 100%;
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(0px, 0px);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
}

.after .after-b {
	width: 100%;
	position: absolute;
	transition: all 0.3s linear;
	transform: translate(-25px, 0px);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	opacity: 0;
}

.canvas-more:hover .after .after-a,
.Global-more:hover .after .after-a {
	transform: translate(39px, 0px);
	opacity: 0;
}

.canvas-more:hover .after .after-b,
.Global-more:hover .after .after-b {
	transform: translate(0px, 0px);
	opacity: 1;
}

.Global-more:hover {
	color: #ffba00;
}

.map-content {
	position: relative;
	width: 78.5%;
	margin-left: 21.5%;
	margin-bottom: 1.35rem;
}

.map-img {
	width: 100%;
	text-align: center;
	color: #000;
	position: relative;
}

.map-img img {
	width: 100%;
}

.map-list {
	width: 48px;
	height: 48px;
	position: absolute;
}

.map-list span {
	position: absolute;
	z-index: 15;
	text-transform: uppercase;
	font-weight: bold;
}

.map01 {
	left: 14.7%;
	top: 20.2%;
}

.map01 span {
	left: -77px;
	top: 2px;
}

.map02 {
	left: 42.5%;
	top: 27.1%;
}

.map02 span {
	display: block;
	width: 165px;
	left: -153px;
	top: 10px;
}

.map03 {
	left: 45.3%;
	top: 27.2%;
}

.map03 span {
	display: block;
	width: 165px;
	right: -165px;
	top: 10px;
}

.map04 {
	left: 78.9%;
	top: 17.8%;
}

.map04 span {
	right: -65px;
	top: 19px;
}

.map05 {
	left: 35.7%;
	top: 39.5%;
}

.map05 span {
	left: -36px;
	top: 10px;
}

.map06 {
	left: 33.8%;
	top: 43.2%;
}

.map06 span {
	left: -75px;
	top: 10px;
}

.map07 {
	left: 41%;
	top: 41%;
}

.map07 span {
	left: -71px;
	top: 18px;
}

.map08 {
	left: 39.8%;
	top: 49.2%;
}

.map08 span {
	left: 50%;
	top: 10px;
	width: 165px;
}

.map09 {
	left: 44.2%;
	top: 61.2%;
}

.map09 span {
	left: -75px;
	top: 10px;
}

.map10 {
	left: 54.5%;
	top: 70.2%;
}

.map10 span {
	left: 52px;
	top: 10px;
}

.map-list i {
	display: block;
	width: 48px;
	height: 48px;
	left: 0;
	top: 0;
	z-index: 10;
	position: absolute;
}

.map-list i::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: #00428e;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	z-index: 10;
}

.map-list i::after {
	content: "";
	display: block;
	width: 47px;
	height: 47px;
	border: 1px dashed #00408a;
	position: absolute;
	left: 50%;
	z-index: 5;
	top: 50%;
	margin-left: -24px;
	margin-top: -24px;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: mapi 1.5s ease-out;
	-moz-animation: mapi 1.5s ease-out;
	animation: mapi 1.5s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes mapi {
	0% {
		transform: scale(0.2);
		-ms-transform: scale(0.2);
		-o-transform: scale(0.2);
		-moz-transform: scale(0.2);
		-webkit-transform: scale(0.2);
		opacity: 0.1;
	}

	50% {
		transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.2);
		-ms-transform: scale(0.2);
		-o-transform: scale(0.2);
		-moz-transform: scale(0.2);
		-webkit-transform: scale(0.2);
		opacity: 0.1;
	}
}

/* news-item */
.news-item {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	padding: 80px 0;
	position: relative;
}

.news-container,
.news-item .container-fluid {
	position: relative;
	z-index: 20;
}

.news-item::after {
	content: '';
	width: 33%;
	height: 70%;
	right: 0;
	bottom: 12.5%;
	z-index: 10;
	position: absolute;
	background-image: url(../news-logo.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.news-item .title {
	margin-bottom: 50px;
}

.news-item h1 {
	font-size: 1.15rem;
	text-transform: uppercase;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	font-weight: bold;
}

.news-item h2 {
	font-size: 0.32rem;
}

.news-container {
	width: 93%;
	margin-left: 7%;
}

.news-swiper .swiper-wrapper .swiper-slide:nth-child(odd) {
	margin-top: 100px;
}

.news-slide {
	margin: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 0.2rem;
	cursor: pointer;
	background-color: #fff;
	box-shadow: 0 0 10px #cccccc;
}

.news-slide .container {
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
	top: 0;
	color: #090909;
	padding: 0.15rem 0.15rem;
	position: absolute;
	overflow: hidden;
	background-color: #fff;
	transition: 0.3s linear;
}

.news-slide .content {
	padding: 0.65rem 0.35rem 0.35rem 0.35rem;
}

.news-slide .content em {
	display: block;
	font-size: 0.18rem;
}

.news-slide .content h3 {
	font-size: 0.24rem;
	height: 80px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 40px;
	margin: 0.3rem 0 0.3rem 0;
}

.news-slide .content i {
	display: block;
	width: 40%;
	text-align: center;
	border: 1px solid #000;
	border-radius: 30px;
	font-size: 0.18rem;
	line-height: 38px;
	font-style: normal;
	transition: 0.3s;
}

.time-link {
	left: 4%;
	bottom: 0;
	padding: 0.35rem 0;
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 92%;
	overflow: hidden;
	line-height: 40px;
	border-top: 1px solid #dbdce0;
}

.time-link .time {
	display: flex;
	align-items: flex-end;
}

.time-link .time i {
	display: block;
	font-style: normal;
}

.time-link .time i.time01 {
	font-size: 0.47rem;
}

.time-link .time i.time02 {
	font-size: 0.18rem;
	margin-left: 10px;
}

.time-link span {
	color: #fff;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #c5c5c5;
	font-size: 0.18rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.news-slide:hover .container {
	background-color: rgb(0, 0, 0, 0.24);
	color: #fff;
}

.news-slide:hover .content i {
	border: 1px solid #fff;
}

.news-slide .content i:hover {
	background-color: #00428e;
	border: 1px solid #00428e;
}

.button-button {
	width: 1.85rem;
	height: 0.75rem;
	margin: 40px auto 0 auto;
	position: relative;
}

.button-next,
.button-prev {
	width: 0.75rem;
	height: 0.75rem;
	top: 50%;
	margin-top: -23px;
	border-radius: 50%;
	background: #f6f6f6;
	color: #000;
	cursor: pointer;
	font-size: 0.26rem;
	border: 1px solid #000;
}

.button-next {
	right: 0;
}

.button-prev {
	left: 0;
}

.button-next:after,
.button-prev:after {
	display: none;
}

.button-next:hover,
.button-prev:hover {
	background: #ffba00;
	color: #fff;
	border: 1px solid #ffba00;
	box-shadow: 0 0 10px #cccccc;
}

.banner {
	width: 100%;
	overflow: hidden;
	color: #fff;
	position: relative;
}

.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;
}

.blck-color {
	color: #000;
}

.banner-content .container-fluid {
	padding: 0 0.85rem;
}

.banner h2 {
	font-size: 0.52rem;
	position: relative;
	font-family: 'MiSans-Bold';
}

.banner h4 {
	font-size: 0.3rem;
	margin-top: 5px;
	position: relative;
}

.banner h2 {
	font-size: 0.52rem;
	position: relative;
	font-family: 'MiSans-Bold';
}

.in-title {
	font-size: 0.42rem;
	margin-bottom: 0.5rem;
}

/*semiconductor-item */
.semiconductor-item {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 1.15rem 0 1.5rem 0;
	position: relative;
}

.semiconductor-item .title {
	width: 100%;
	position: relative;
	font-size: 0.27rem;
	padding-left: 0.4rem;
	margin-bottom: 0.72rem;
}

.semiconductor-item .title:before {
	content: "";
	display: block;
	width: 15px;
	height: 25px;
	background-image: url(../icon02.png);
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12.5px;
	z-index: 10;
}

.semiconductor-item .container {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.semiconductor-img {
	width: 40%;
}

.semiconductor-img img {
	max-width: 100%;
}

.semiconductor-content {
	width: 47%;
	color: #313131;
}

.semiconductor-content h4 {
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 0.35rem;
	padding-bottom: 0.35rem;
	border-bottom: 1px solid #f1f1f1;
}

.semiconductor-content p {
	line-height: 1.9;
	font-size: 0.2rem;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.semiconductor-product {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8fa;
	padding: 0.8rem 0 1.5rem 0;
}

.product-slide {
	margin: 15px;
	display: block;
	overflow: hidden;
	border-radius: 0.2rem;
	position: relative;
	color: #333333;
	padding: 0.6rem 0.2rem 0.2rem 0.2rem;
	background-color: #fff;
	box-shadow: 0 0 10px #bbbbbb;
}

.product-slide .box {
	overflow: hidden;
	position: relative;
}

.product-slide .box img {
	width: 50%;
	margin: auto;
	transform: translateZ(0px);
	transition: transform 0.7s ease 0s;
}

.product-slide .content {
	width: 100%;
	padding: 15px 10px;
	overflow: hidden;
	transition: 0.3s;
}

.product-slide .content h3 {
	font-size: 0.32rem;
	text-align: center;
	font-weight: bold;
	opacity: 0;
	padding: 0.1rem 0.2rem;
}

.swiper-slide-active .product-slide .content h3 {
	opacity: 1;
}

.product-slide:hover span {
	color: #0070d5;
}

.product-next,
.product-prev {
	width: 0.52rem;
	height: 0.52rem;
	top: 50%;
	margin-top: -0.26rem;
	border-radius: 50%;
	background: #d7d7d7;
	color: #fff;
	font-size: 0.22rem;
}

.product-next {
	right: 25%;
}

.product-prev {
	left: 25%;
}

.product-next:after,
.product-prev:after {
	display: none;
}

.product-next:hover,
.product-prev:hover {
	background: #ffba00;
}

.product-scrollbar {
	margin-top: 0.4rem;
}

.semiconductor-parts {
	width: 100%;
	overflow: hidden;
	display: flex;
	position: relative;
}

.semiconductor_intro {
	width: 29.2%;
	margin-left: 5%;
	padding-top: 3rem;
}

.semiconductor_intro_content {
	width: 100%;
	overflow: hidden;
}

.semiconductor_intro_content h2 {
	font-size: 0.4rem;
	font-weight: bold;
	color: #000;
}

.semiconductor_intro_content .img-box {
	width: 100%;
	display: none;
	overflow: hidden;
	border-radius: 50%;
	background: #0060c3;
}

.semiconductor_intro_content .txt {
	width: 100%;
	overflow: hidden;
	font-size: 0.17rem;
	line-height: 1.8;
	margin: 0.4rem 0 0.5rem 0;
}

.semiconductor_intro_content .txt p {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
	padding-left: 25px;
}

.semiconductor_intro_content .txt p:before {
	content: '';
	width: 0.11rem;
	height: 0.11rem;
	top: 0.07rem;
	left: 0;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	background: #0060c3;
}

.product-link a,
.semiconductor_intro_content a {
	color: #fff;
	width: 100%;
	max-width: 1.75rem;
	display: block;
	line-height: 3.3;
	font-size: 0.18rem;
	padding-left: 0.25rem;
	transition: 0.4s;
	position: relative;
	background: #0060c3;
	border-radius: 30px;
}

.product-link a span,
.semiconductor_intro_content a span {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 0.45rem;
	width: 0.45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	margin-left: 0.2rem;
	color: #0060c3;
	font-size: 0.18rem;
}

.product-link a:hover,
.semiconductor_intro_content a:hover {
	background: #00428e;
}

.semiconductor_big_img {
	width: 27%;
	margin: 0.8rem 7% 0.8rem 3%;
	overflow: hidden;
	position: relative;
}

.semiconductor_big_img h1 {
	font-size: 0.42rem;
	margin-bottom: 1.1rem;
}

.semiconductor_big_img .box {
	width: 100%;
	background: #0060c3;
	border-radius: 50%;
	overflow: hidden;
}

.semiconductor_smal_img {
	width: 30%;
	z-index: 10;
	background-color: #f2f2f2;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.semiconductor_smal_img:before {
	content: '';
	width: 119px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	background-image: url(../semiconductor_smal_before.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}

.semiconductor_smal_img .box {
	width: 60%;
	overflow: hidden;
	margin: 0 15% 0 25%;
}

.semiconductor_smal_img .img-box {
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
	background: #0060c3;
}

.semiconductor_smal_img .swiper-slide h3 {
	font-size: 0.2rem;
	text-align: center;
	margin-top: 0.25rem;
}

.semiconductor-next {
	left: -0.45rem;
	width: 0.62rem;
	height: 0.62rem;
	margin-top: -0.31rem;
	border-radius: 50%;
	background: #0060c3;
	position: absolute;
	z-index: 20;
}

.semiconductor-next:after {
	font-size: 0.18rem;
	color: #fff;
}

.semiconductor-agency {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 0.8rem 0 0 0;
}

.semiconductor-agency .container {
	background-color: #f8f8fa;
	border-radius: 15px;
	padding: 0.5rem 0.5rem ;
}

.agency-item {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #f8f8fa;
	border-radius: 15px;
}

.agency-item dt {
	width: 30%;
}

.agency-item dt img {
	max-width: 100%;
}

.agency-item dt h4 {
	font-size: 0.3rem;
}

.agency-item dd {
	width: 56%;
	line-height: 1.8;
	font-size: 0.18rem;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.agency-pagination {
	height: 12px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.8rem;
}

.agency-pagination span {
	margin: 0 5px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	transition: 0.4s;
	background: #9f9f9f;
}

.agency-pagination .swiper-pagination-bullet-active {
	background: #0060c3;
}

.semiconductor-device-proxy {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 0.8rem 0;
}

.device-hd {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-left: 2rem;
	margin-bottom: 0.4rem;
}

.device-hd h3 {
	font-size: 0.42rem;
	position: absolute;
	left: 0;
	top: 0;
}

.slideTxtBox-hd ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.slideTxtBox-hd ul li {
	margin: 0 1%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0.1rem 0.3rem;
	font-size: 0.18rem;
	background: #d7d7d7;
	border-radius: 30px;
	transition: 0.3s linear;
}

.slideTxtBox-hd ul li.on {
	background: #0956a2;
	color: #ffffff;
}

.device-system-bd {
	background: #f8f8fa;
	padding: 0.4rem 0.4rem 0.7rem 0.4rem;
	border-radius: 15px;
}

.device-middle-swiper {
	position: relative;
}

.device-middle-swiper h2 {
	font-size: 0.27rem;
	margin-bottom: 0.15rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.device-middle-swiper .memo {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.35rem;
}

.device-middle-swiper .memo p {
	font-size: 0.18rem;
	margin-right: 0.4rem;
	position: relative;
	padding-left: 20px;
}

.device-middle-swiper .memo p:before {
	content: "";
	display: block;
	width: 0.12rem;
	height: 0.12rem;
	background: #ffba00;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.07rem;
	z-index: 10;
}

.device-slide {
	display: block;
	position: relative;
	overflow: hidden;
	color: #1f1f1f;
	border-radius: 0.1rem;
	padding: 0.2rem 0.2rem;
	cursor: pointer;
	box-shadow: 0 0 15px #eee;
	background-color: #ffffff;
}

.device-slide .img-box {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.device-slide h3 {
	padding: 0.2rem 0;
	text-align: center;
	font-size: 0.18rem;
}

.device-slide:hover {
	color: #fff;
	transition: 0.3s;
	background-color: #0956a2;
}

.device-slide:hover h4 {
	color: #fff;
}

.device-slide:hover .system-iconfont {
	color: #0c4fa0;
	background-color: #fff;
}

.device-button {
	width: 1rem;
	height: 0.4rem;
	margin: 0.5rem auto 0 auto;
	position: relative;
}

.device-next,
.device-prev {
	width: 0.4rem;
	height: 0.4rem;
	margin-top: -0.2rem;
	border-radius: 50%;
	color: #fff;
	background-color: #9f9f9f;
}

.device-next {
	right: 0;
}

.device-prev {
	left: 0;
}

.device-next:after,
.device-prev:after {
	font-size: 0.15rem;
}

.device-next:hover,
.device-prev:hover {
	color: #fff;
	background: #0060c3;
}

.semiconductor-soultion {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8fa;
	padding: 0.8rem 0 1.1rem 0;
}

.semiconductor-soultion .container {
	position: relative;
}

.soultionsection {
	width: 27%;
	position: relative;
	margin-left: 12%;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	border-radius: 10px;
	padding: 0.35rem 0.25rem;
	z-index: 99;
	height: 5rem;
}

.soultion-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: auto;
}

.soultion-title {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.soultion-title h3 {
	font-size: 0.22rem;
	color: #fff;
	background: #0060c3;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 80px;
	padding: 5px 35px 5px 15px;
}

.soultion-txt {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0.15rem 0;
	font-size: 0.18rem;
}

.soultion-txt p {
	position: relative;
	padding-left: 15px;
}

.soultion-txt p::before {
	content: "";
	display: block;
	width: 0.1rem;
	height: 0.1rem;
	background: #0060c3;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0.072rem;
	z-index: 10;
}

.soultion-content04 .soultion-list,
.soultion-content01 .soultion-list,
.soultion-content02 .soultion-list {
	width: 100%;
}

.soultion-content04 .soultion-list .soultion-txt p,
.soultion-content01 .soultion-list .soultion-txt p,
.soultion-content02 .soultion-list .soultion-txt p {
	width: 48%;
	margin: 3px 1%;
}

.soultion-content03 .soultion-list:nth-child(1) {
	width: 100%;
}

.soultion-content03 .soultion-list:nth-child(2),
.soultion-content03 .soultion-list:nth-child(3),
.soultion-content03 .soultion-list:nth-child(4),
.soultion-content03 .soultion-list:nth-child(5),
.soultion-content03 .soultion-list:nth-child(6),
.soultion-content03 .soultion-list:nth-child(7),
.soultion-content03 .soultion-list:nth-child(8) {
	width: 48%;
}

.soultion-mySwiper {
	z-index: 20 !important;
}

.soultion-time-box {
	width: 100%;
	position: absolute;
	top: 16%;
	left: 0;
	z-index: 10;
}

.soultion-time-box::after {
	content: "";
	display: block;
	width: 100%;
	height: 47px;
	position: absolute;
	top: 39%;
	left: 0;
	z-index: 1;
	background-image: url(../soultion-time.png);
	background-repeat: repeat-x;
}

.soultion-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 54%;
	left: 0;
	z-index: 1;
	background: #000;
}

.soultion-time-box .content {
	margin-left: 40%;
	width: 60%;
}

.time-title {
	height: 100px;
	margin: 100px 0;
	color: #6c6c6c;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.time-title h2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
}

.time-title h3 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 1;
}

.time-title::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 53%;
	margin-top: 3px;
	margin-left: -9.5px;
	z-index: 10;
	background: #0060c3;
	border: 3px solid #fff;
	border-radius: 50%;
}

.soultion-time-box .swiper-slide:nth-child(even) .time-title h3,
.soultion-time-box .swiper-slide:nth-child(odd) .time-title h2 {
	font-size: 0.2rem;
}

.soultion-time-box .swiper-slide:nth-child(even) .time-title h2,
.soultion-time-box .swiper-slide:nth-child(odd) .time-title h3 {
	font-size: 0.35rem;
	font-weight: bold;
}

.swiper-slide-thumb-active .time-title {
	color: #0060c3;
}

.swiper-slide-thumb-active .time-title::before {
	background: #0060c3;
}

.soultion-swiper-button {
	width: 45%;
	position: absolute;
	right: 0;
	bottom: 30px;
	z-index: 10;
}

.soultion-next,
.soultion-prev {
	display: none !important;
}

.soultion-next {
	right: -60px;
}

.soultion-prev {
	left: -60px;
}

.main-nav {
	width: 100%;
	position: relative;
	z-index: 10;
	overflow: hidden;
	color: #595959;
	margin-top: 0.98rem;
}

.main-nav .nav-now {
	display: flex;
	font-size: 0.18rem;
	line-height: 50px;
	color: #303030;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.main-nav .nav-now a {
	display: block;
	color: #303030;
	transition: color .3s;
	position: relative;
}

.main-nav .nav-now a.hm span {
	display: block;
	font-size: 0.22rem;
}

.main-nav .nav-now i {
	font-style: normal;
	margin: 0 0.1rem;
	display: block;
}

.main-nav .nav-now a:hover {
	color: #0060c3;
}

.semiconductor-class-intro {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8fa;
	background-image: url(../semiconductor-intro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0.6rem 0 0.8rem 0;
	position: relative;
}

.semiconductor-class-intro h5 {
	font-size: 0.23rem;
	color: #00428e;
}

.semiconductor-class-intro h5 a {
	color: #00428e;
}

.semiconductor-class-intro .img {
	display: none;
}

.semiconductor-class-intro h1 {
	font-size: 0.44rem;
	padding: 0.25rem 0 0.35rem 0;
	margin-bottom: 0.22rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	border-bottom: 1px solid #cecece;
}

.semiconductor-class-intro .txt {
	font-size: 0.23rem;
}

.semiconductor-class-intro dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.semiconductor-class-intro dl.dl01 {
	width: 100%;
}

.semiconductor-class-intro dl.dl02 {
	width: 90%;
	margin: 0 5%;
}

.semiconductor-class-intro dl dt {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.semiconductor-class-intro dl dt img {
	max-width: 100%;
	margin: auto;
	border-radius: 10px;
}

.semiconductor-class-intro dl dd .txt {
	font-size: 0.18rem;
	line-height: 1.4;
}

.semiconductor-class-intro dl dd .txt p {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.2rem;
	padding-left: 25px;
}

.semiconductor-class-intro dl dd .txt p:before {
	content: '';
	width: 10px;
	height: 10px;
	top: 7px;
	left: 0;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	background: #0060c3;
}

.semiconductor-class-intro dl dd .product-link {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}

.semiconductor-class-intro dl.dl01 dt {
	width: 46%;
}

.semiconductor-class-intro dl.dl01 dd {
	width: 38%;
}

.semiconductor-class-intro dl.dl02 dt {
	width: 40%;
}

.semiconductor-class-intro dl.dl02 dd {
	width: 52.5%;
}

.semiconductor-advantage {
	width: 100%;
	overflow: hidden;
	background-color: #ffffff;
	padding: 0.8rem 0;
	position: relative;
}

.advantage-systemSwiper .swiper-slide {
	display: flex;
	height: auto;
}

.advantage-item {
	overflow: hidden;
	border-radius: 0.18rem;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
	padding: 0.4rem 0.5rem;
	margin: 0.1rem 0.1rem;
}

.advantage-item span {
	display: block;
}

.advantage-item span img {
	height: 0.45rem;
}

.advantage-item h3,
.advantage-item h2 {
	color: #0060c3;
	font-size: 0.24rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.advantage-item h3 {
	padding: 0.2rem 0 0.25rem 0;
	margin-bottom: 0.22rem;
	border-bottom: 1px solid #cecece;
}

.advantage-item h2 {
	margin: 0.22rem 0;
}

.advantage-item .txt {
	font-size: 0.20rem;
	line-height: 1.5;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.advantage-item .txt p {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.08rem;
	padding-left: 25px;
}

.advantage-item .txt p:before {
	content: '';
	width: 0.2rem;
	height: 0.2rem;
	top: 0.06rem;
	left: 0;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	background-image: url(../icon01.jpg);
	background-size: 100%;
}

.semiconductor-product-sh {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8fa;
	padding: 0.8rem 0 1.5rem 0;
}

.semiconductor-product-sh .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.semiconductor-advantage-list {
	display: flex;
	flex-wrap: wrap;
}

.semiconductor-advantage-list .advantage-item {
	width: 31.333%;
	margin: 0.2rem 1%;
}

.advantage-systemSwiper .swiper-slide .advantage-item {
	width: 100%;
}

.advantage-pagination {
	height: 5px;
	margin-top: 0.3rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantage-pagination span {
	margin: 0 5px;
	display: block;
	width: 0.6rem;
	height: 5px;
	transition: 0.4s;
	background: #c5c5c5;
}

.advantage-pagination .swiper-pagination-bullet-active {
	background: #0060c3;
}

.product-item {
	display: block;
	overflow: hidden;
	width: calc(33.33% - (2 * 0.5rem / 3));
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 18px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 10px #aaaaaa;
	padding: 0.5rem 0.5rem;
}

.product-item:nth-child(3n) {
	margin-right: 0;
}

.product-item .iconfont-link {
	background-color: rgba(0, 96, 195, 0.82);
	padding: 0.1rem 0.1rem;
	border-radius: 50%;
	color: #fff;
	width: 2rem;
	height: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -1rem;
	margin-top: -1rem;
	z-index: 10;
	text-align: center;
	opacity: 0;
	transition: 0.3s;
}

.product-item .iconfont-link .iconfont {
	font-size: 0.42rem;
}

.product-item .iconfont-link h5 {
	font-size: 0.22rem;
	margin-top: 0.1rem;
}

.product-item .img-box {
	overflow: hidden;
	position: relative;
	padding: 0.2rem 0.2rem;
}

.product-item .img-box img {
	max-width: 100%;
	margin: auto;
}

.product-item .content {
	width: 100%;
	overflow: hidden;
	transition: 0.3s;
}

.product-item .content h3 {
	font-size: 0.24rem;
	text-align: center;
}

.product-item:hover .iconfont-link {
	opacity: 1;
}

.semiconductor-detail-intro {
	width: 100%;
	padding: 1rem 0;
	overflow: hidden;
	background-color: #fff;
	font-size: 0.17rem;
	line-height: 2;
}

.semiconductor-detail-intro .container {
	box-shadow: 0 0 10px #ccc;
	padding: 0.4rem 0.85rem;
	border-radius: 0.2rem;
}

.table-box {
	overflow: auto;
}

.semiconductor-detail-intro table,
.table-box table {
	width: 100%;
	border-right: 0.15rem solid #fff;
	border-bottom: 0.15rem solid #fff;
	border-collapse: collapse;
}

.semiconductor-detail-intro table td,
.table-box table td {
	padding: 0.1rem 0.05rem;
	font-size: 0.17rem;
	border-left: 0.15rem solid #fff;
	border-top: 0.15rem solid #fff;
	font-family: 'HarmonyOS_Sans_SC_Light';
	text-align: center;
	background-color: #e8e8e8;
}

.semiconductor-detail-intro table tr:first-child td,
.table-box table tr:first-child td {
	background-color: #00428e !important;
	color: #fff;
	padding: 0.3rem 5px;
	font-size: 0.24rem;
}

.semiconductor-detail-intro .container img {
	max-width: 100%;
	margin: auto;
}

.about-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #000000;
	background-color: #ffffff;
	padding: 2.55rem 0 1.5rem 0;
	background-image: url(../about-item.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-item .about-title h2 {
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #ccc;
}

.about-title {
	position: relative;
}

.about-title .container {
	position: relative;
	z-index: 10;
}

.news-title h2 {
	margin-bottom: 0.12rem;
	font-size: 0.56rem;
}

.about-title h2 {
	margin-bottom: 0.12rem;
	font-size: 0.42rem;
}

.news-title h5 {
	font-size: 0.18rem;
}

.about-title h5 {
	color: #00428e;
	font-size: 0.18rem;
}

.ab-logo {
	position: absolute;
	z-index: 5;
	max-width: 100%;
	bottom: -43%;
	left: 0;
}

.about-title h1 {
	position: absolute;
	z-index: 5;
	max-width: 100%;
	bottom: -50%;
	left: -0.18rem;
	opacity: 0.22;
	font-size: 2.15rem;
	line-height: 1;
	color: #d0d0d0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'HarmonyOS_Sans_SC_blck';
}

.about-item .content {
	width: 61%;
	margin-left: 39%;
	margin-top: 0.7rem;
}

.about-item .content .txt {
	line-height: 1.8;
	font-size: 0.20rem;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.about-item .content .img {
	margin-top: 0.5rem;
}

.about-item .content .img img {
	max-width: 100%;
	margin: auto;
}

.history-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #000000;
	background-color: #ffffff;
	padding: 1.5rem 0 1rem 0;
	background-image: url(../history-item.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center
}

.history-item .about-title {
	margin-bottom: 1rem;
}

.history-item .historycontainer {
	display: flex;
}

.history-le {
	width: 30%;
	margin: 0 4%;
}

.history-lr {
	width: 42%;
	margin: 0 4%;
}

.historydataSwiper .swiper-slide {
	opacity: 0.4;
	height: auto;
	transition: opacity 0.3s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	cursor: pointer;
	padding: 0.08rem 0;
}

.historydataSwiper .swiper-slide span {
	font-size: 0.2rem;
	color: #242c30;
	transition: 0.3s linear;
}

.historydataSwiper .swiper-slide i {
	font-size: 0.6rem;
	color: #0070f0;
	display: block;
	width: 0;
	transition: 0.3s linear;
	position: absolute;
	right: 0;
	bottom: 0;
}

.historydataSwiper .swiper-slide:hover span {
	font-size: 0.4rem;
	transition: 0.3s linear;
}

.historydataSwiper .swiper-slide-thumb-active {
	opacity: 1;
	padding: 0.08rem 1rem 0.08rem 0;
}

.historydataSwiper .swiper-slide-thumb-active span {
	font-size: 0.8rem;
	font-weight: bold;
	transition: 0.3s linear;
}

.historydataSwiper .swiper-slide-thumb-active i {
	transition: 0.3s linear;
	width: auto;
}

.history-slide .img-box {
	border-radius: 10px;
}

.history-slide .content {
	font-size: 0.2rem;
	color: #242c30;
	padding: 0.15rem 0.15rem;
	margin-top: 0.2rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.history-slide .content p {
	padding-left: 25px;
	margin-bottom: 8px;
	position: relative;
}

.history-slide .content p:before {
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	top: 0.07rem;
	left: 0;
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	background: #0060c3;
}

.Honors-item {
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #000000;
	background-color: #ffffff;
	padding: 1.55rem 0 1.3rem 0;
}

.honor-list {
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
}

.honor-list ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.honor-list ul li {
	width: 21%;
	height: 109px;
	margin: 50px 2%;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.1rem 0.5rem;
}

.honor-list ul li h4 {
	color: #1b1b1b;
	font-size: 0.27rem;
}

.honor-list ul li:before,
.honor-list ul li::after {
	content: "";
	display: block;
	width: 67px;
	height: 109px;
	position: absolute;
	top: 0;
	z-index: 10;
	background-size: 100%;
}

.honor-list ul li:before {
	left: 0;
	background-image: url(../honor-le.png);
}

.honor-list ul li::after {
	right: 0;
	background-image: url(../honor-lr.png);
}

.history-button {
	width: 1.35rem;
	height: 0.6rem;
	float: right;
	position: relative;
}

.soultion-next,
.soultion-prev,
.history-next,
.history-prev {
	width: 0.6rem;
	height: 0.6rem;
	top: 50%;
	margin-top: -0.3rem;
	border-radius: 50%;
	background: #00428e;
	color: #fff;
	cursor: pointer;
	font-size: 0.20rem;
}

.history-next {
	right: 0;
}

.history-prev {
	left: 0;
}

.history-next:after,
.history-prev:after {
	display: none;
}

.history-next:hover,
.history-prev:hover {
	background: #ffba00;
	color: #fff;
}

.Honors-item dl {
	width: 100%;
	overflow: hidden;
	margin-top: 1rem;
	display: flex;
	border-radius: 10px;
	background-color: #f6f9fb;
}

.Honors-item dl dt {
	width: 56%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.Honors-item dl dd {
	width: 44%;
	overflow: hidden;
	padding: 0 0.4rem;
	position: relative;
}

.Honors-item dl dd::before {
	content: "";
	display: block;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	width: 0.02rem;
	height: 0.64rem;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #00428e;
	z-index: 10;
}

.Honors-item dl dd::after {
	content: "";
	display: block;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	width: 2px;
	z-index: 5;
	height: calc(100% - 1rem);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #d1d1d1;
}

.Honorsswiper {
	width: 100%;
	max-width: 1200px;
	height: calc(80px * 7);
	overflow: hidden;
}

.Honorsswiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all 0.5s ease;
}

.Honorsswiper .swiper-slide h4 {
	font-size: 0.28rem;
	font-weight: 500;
}

.Honorsswiper .swiper-slide-active h4 {
	color: #00428e;
}

/* 右侧灰色底边线 */
.Honorscontainer {
	position: relative;
	padding-right: 40px;
}

/* 右侧灰色底边线 */
.Honorscontainer::after {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	width: 1px;
	height: 100%;
	background-color: #cbd5e1;
}

/* 通用文字项样式 */
.committee-item {
	text-align: left;
	line-height: 1;
	margin: 16px 0;
	cursor: pointer;
	transition: all .3s ease;
	position: relative;
	z-index: 10;
	font-size: 0.24rem;
	color: rgba(0, 0, 0, .85);
	transform-origin: left center;
}

.news-section {
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	background-image: url(../news-detail.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	position: relative;
	padding: 2.3rem 0 1.3rem 0;
	color: #444;
}

.NewsClass-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.6rem;
}

.NewsClass {
	display: flex;
	align-items: center;
	justify-content: center;
}

.NewsClass a {
	font-size: 0.22rem;
	margin: 0 0.1rem;
}

.NewsClass a.on,
.NewsClass a:hover {
	color: #00408a;
}

.news-list {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.news-list a {
	display: block;
	color: #000;
	cursor: pointer;
	overflow: hidden;
	width: calc(33.33% - (2 * 30px / 3));
	margin-right: 30px;
	margin-bottom: 0.65rem;
	border-radius: 12px;
	position: relative;
}

.news-list a:nth-child(3n) {
	margin-right: 0;
}

.news-list a .img-box {
	border-radius: 0.2rem;
}

.news-list .content {
	width: 100%;
	padding: 0.3rem 0;
	position: relative;
	overflow: hidden;
}

.news-list .content h2 {
	font-size: 0.26rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
}

.news-list .content .i-span {
	position: relative;
	justify-content: space-between;
}

.news-list .content i {
	display: block;
	font-size: 0.18rem;
	color: #000;
	line-height: ;
	font-style: normal;
}

.news-list .content span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.2rem;
	transition: 0.4s linear;
	background-color: #c5c5c5;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.25rem;
}

.news-list a:hover .content span {
	background-color: #0956a2;
}

.news-detail-title {
	overflow: hidden;
	position: relative;
	text-align: center;
}

.news-detail-title h1 {
	font-size: 0.4rem;
	line-height: 50px;
	margin-bottom: 0.4rem;
}

.news-detail-title .three {
	font-size: 0.18rem;
}

.news-intro {
	font-size: 0.18rem;
	line-height: 38px;
	overflow: hidden;
	padding: 0.3rem 0;
	margin-top: 0.3rem;
	border-top: 1px solid #999999;
}

.news-intro img {
	max-width: 100%;
	margin: 0.2rem auto;
}

.news-updown {
	width: 100%;
	overflow: hidden;
	padding: 0.15rem 0;
	border-bottom: 1px solid #999999;
}

.news-updown ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.news-updown ul li {
	font-size: 0.18rem;
}

.news-updown ul li a:hover {
	color: #00428e;
}

/*inner-contact */
.inner-contact {
	width: 100%;
	overflow: hidden;
	position: relative;
	color: #000000;
	background-color: #ffffff;
}

.inner-contact .container-fluid {
	position: relative;
	padding: 2.85rem 0 0.6rem 0;
}

.inner-contact h1 {
	color: #f2f2f2;
	position: absolute;
	right: 0;
	font-size: 3rem;
	top: 4%;
	z-index: 10;
	font-family: 'HarmonyOS_Sans_SC_Bold';
}

.contact-content {
	width: 100%;
	z-index: 20;
	padding-top: 0.6rem;
	position: relative;
}

.contact-list {
	width: 55%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	color: #fff;
	border-radius: 15px;
	padding: 1rem 0.75rem;
	background-color: #0f4d95;
	background-image: url(../contact-list.jpg);
	background-size: cover;
}

.contact-list .container {
	width: 85%;
}

.contact-list h2 {
	font-size: 0.5rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	padding-bottom: 0.2rem;
	margin-bottom: 0.5rem;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contact-list ul {
	width: 100%;
	overflow: hidden;
}

.contact-list ul li {
	width: 100%;
	padding-left: 0.5rem;
	margin-bottom: 0.5rem;
	font-size: 0.21rem;
	line-height: 1.5;
	position: relative;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.contact-list ul li img {
	width: 0.33rem;
	transition: 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
}

.form-form {
	width: 54%;
	margin-left: 46%;
	position: relative;
	z-index: 20;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 10px #aaaaaa;
	padding: 0.5rem 0.75rem;
	border-radius: 0.25rem;
	color: #000000;
}

.form-form h2 {
	font-size: 0.5rem;
	font-family: 'HarmonyOS_Sans_SC_Bold';
	color: #064792;
}

.form-form h5 {
	font-size: 0.2rem;
	margin-bottom: 0.3rem;
}

.form-form ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.form-form ul li {
	margin: 5px 0;
	overflow: hidden;
	position: relative;
}

.form-form ul li label {
	width: 100%;
	display: block;
	color: #064792;
	font-size: 0.18rem;
	line-height: 40px;
}

.form-form ul li textarea {
	width: 100%;
	display: block;
	font-size: 0.18rem;
	line-height: 50px;
	padding: 0 10px;
	color: #000;
	border-radius: 7px;
	background: #e8f0f8;
	border: 1px solid #e8f0f8;
	position: relative;
	font-family: "Roboto-Regular", Arial, sans-serif;
}

.form-form ul li input {
	width: 100%;
	display: block;
	font-size: 0.18rem;
	line-height: 50px;
	padding: 0 10px;
	color: #000;
	border-radius: 7px;
	background: #e8f0f8;
	border: 1px solid #e8f0f8;
	position: relative;
	position: relative;
	font-family: "Roboto-Regular", Arial, sans-serif;
}

.form-form ul li input::placeholder,
.form-form ul li textarea::placeholder {
	color: #888888;
}

.form-form ul li.name,
.form-form ul li.tel {
	width: 49%;
}

.form-form ul li.email {
	width: 100%;
}

.form-form ul li.content,
.form-form ul li.button_li {
	width: 100%;
}

.form-form ul li .button {
	width: 100%;
	display: block;
	color: #ffffff;
	border: 0;
	line-height: 50px;
	font-size: 0.2rem;
	border-radius: 10px;
	padding: 0 15px;
	background: #044591;
}

.qt-pagination {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #868686;
	margin-top: 0.5rem;
}

.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;
}

.cd-top {
	width: 100%;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 10px rgb(0, 0, 0, 0.24);
	position: absolute;
	z-index: 10;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	left: 50%;
	margin-top: -27.5px;
	margin-left: -27.5px;
	cursor: pointer;
}

.cd-top img {
	margin: auto;
	max-width: 100%;
}

.cd-top:hover {
	background: #daae4e;
}

.cd-top:hover img {
	filter: brightness(100);
}

.footer {
	width: 100%;
	overflow: hidden;
	background-image: url(../footer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

.index_footer {
	width: 100%;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 30;
}

.footer-box {
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 10;
	padding: 1.1rem 0;
}

.foot-menu {
	width: 100%;
	padding: 0 0.15rem 0.25rem 0.15rem;
	margin-bottom: 0.75rem;
	border-bottom: 1px solid #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-menu a {
	color: #fff;
	font-weight: 500;
	font-size: 0.25rem;
	position: relative;
}

.foot-menu a i {
	display: flex;
	transition: 0.3s;
	z-index: -1;
	position: absolute;
	border-radius: 50%;
	background: #044591;
	right: -7px;
	width: 14px;
	height: 14px;
	top: -1px;
	opacity: 0;
	transition: 0.3s;
}

.foot-menu a:hover i {
	opacity: 1;
}

.foot-logo-wehat {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.logo-title {
	width: 35%;
}

.foot-logo {
	width: 47%;
}

.foot-logo img {
	max-width: 100%;
}

.logo-title h1 {
	margin-top: 0.25rem;
	font-size: 0.24rem;
	font-family: 'HarmonyOS_Sans_SC_Light';
}

.foot-wehat {
	width: 8%;
}

.foot-wehat img {
	width: 100%;
}

.foot-copyright {
	width: 100%;
	padding: 0.2rem 0;
	overflow: hidden;
	line-height: 1.5;
	color: #a1a1a1;
	font-size: 0.14rem;
	position: relative;
	z-index: 10;
}

.foot-copyright .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.foot-copyright a {
	color: #a1a1a1;
}

.foot-copyright .container-fluid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.foot-Support {
	display: flex;
}

.foot-Support .img {
	width: 50px;
	display: flex;
	opacity: 0.4;
	transition: 0.3s;
}

.foot-Support .img img {
	width: 100%;
}

.foot-copyright a:hover {
	color: #064792;
}

.foot-copyright a:hover .img {
	opacity: 1;
}

@media (max-width:1650px) {}

@media (max-width:1550px) {}

@media (max-width:1400px) {
	.packaging-canvas {
		width: 67.46%;
	}

	.semiconductor-canvas {
		width: 69.666%;
	}

	.foot-wehat {
		width: 10%;
	}

	.semiconductor-class-intro dl.dl01 dd {
		width: 47%;
	}

	.product-item .iconfont-link h5 {
		font-size: 0.2rem;
	}

	.product-item {
		width: calc(33.33% - (2* 0.3rem / 3));
		margin-right: 0.3rem;
		margin-bottom: 0.3rem;
		border-radius: 12px;
		padding: 0.3rem 0.3rem;
	}

	.product-item .iconfont-link .iconfont {
		font-size: 0.32rem;
	}

	.product-item .iconfont-link {
		width: 1.5rem;
		height: 1.5rem;
		margin-left: -0.75rem;
		margin-top: -0.75rem;
	}

	.semiconductor-detail-intro .container {
		padding: 0.4em 0.55rem;
		border-radius: 0.12rem;
	}
}

@media (max-width:1199px) {
	.advantage-item {
		padding: 0.35rem 0.25rem;
	}

	.drop::after {
		display: none;
	}

	.advantage-item h3,
	.advantage-item h2 {
		font-size: 0.22rem;
	}

	.logo-title {
		width: 37%;
	}

	.semiconductor-class-intro dl.dl02 {
		width: 100%;
		margin: 0;
	}

	.packaging-canvas {
		width: 71.46%;
	}

	.semiconductor-canvas {
		width: 72.666%;
	}

	.header {
		z-index: 9999;
		height: 70px;
	}

	.container-fluid {
		width: 100%;
		padding: 0 42px;
	}

	.inner-contact .container-fluid {
		padding: 2.85rem 42px 0.6rem 42px;
	}

	.header .logo {
		height: 70px;
	}

	.header .logo a {
		width: 210px;
	}

	.m_menu {
		display: flex;
	}

	.header-icon {
		right: 80px;
		height: 32px;
		margin-top: -16px;
	}

	.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%;
		padding: 0;
		position: relative;
		border-bottom: 1px solid #ddd;
	}

	.header .menu ul li a.menu-a {
		padding: 0;
		display: table;
		font-size: 16px;
		margin-left: 42px;
		line-height: 50px;
		color: #222;
	}

	.fixnav a.menu-a,
	.inner-header a.menu-a {
		color: #222 !important;
	}

	.header .menu li .drop {
		position: static;
		width: 100%;
		margin: 0;
	}

	.n-h {
		background-color: #fff;
	}

	.main-nav,
	.banner {
		margin-top: 70px;
	}

	.logo-title h1 {
		font-size: 0.2rem;
	}

	.advantage-pagination span {
		margin: 0 3px;
		width: 30px;
		height: 3px;
	}

	.soultion-time-box {
		position: relative;
	}

	.soultion-time-box .content {
		margin-left: 10%;
		width: 80%;
	}

	.time-title {
		width: 100%;
		color: #6c6c6c;
	}

	.soultionsection {
		width: 60%;
		height: auto;
		margin: 0 20%;
	}

	.soultion-time-box .swiper-slide:nth-child(even) .time-title h3,
	.soultion-time-box .swiper-slide:nth-child(odd) .time-title h2 {
		font-size: 13px;
	}

	.soultion-time-box .swiper-slide:nth-child(even) .time-title h2,
	.soultion-time-box .swiper-slide:nth-child(odd) .time-title h3 {
		font-size: 18px;
	}

	.soultion-next,
	.soultion-prev {
		display: flex !important;
	}
}

@media (max-width:999px) {
	.logo-title {
		width: 42%;
	}
}

/*banner媒体查询*/
@media (max-width:720px) {
	.container-fluid {
		width: 100%;
		padding: 0 14px;
	}

	.soultionsection {
		width: 80%;
		margin: 0 10%;
	}

	.historydataSwiper .swiper-slide-thumb-active span {
		font-size: 0.4rem;
	}

	.soultion-next {
		right: -30px;
	}

	.soultion-prev {
		left: -30px;
	}

	.soultion-title h3 {
		font-size: 15px;
	}

	.soultion-txt {
		font-size: 14px;
	}

	.soultion-txt p::before {
		width: 7px;
		height: 7px;
		top: 6px;
	}

	.inner-contact .container-fluid {
		padding: 2.85rem 14px 0.6rem 14px;
	}

	.contact-list .container {
		width: 100%;
	}

	.form-form {
		box-shadow: 0 0 5px #ccc;
	}

	.form-form h2,
	.contact-list h2 {
		font-size: 24px;
	}

	.form-form ul li .button,
	.form-form ul li input,
	.form-form ul li textarea,
	.form-form ul li label,
	.form-form h5 {
		font-size: 15px;
	}

	.form-form ul li label {
		line-height: 30px;
	}

	.form-form ul li .button,
	.form-form ul li textarea,
	.form-form ul li input {
		line-height: 40px;
	}

	.form-form ul li.name,
	.form-form ul li.tel {
		width: 100%;
	}

	.contact-list ul li {
		width: 100%;
		padding-left: 24px;
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 24px;
	}

	.header .logo a {
		width: 155px;
	}

	.canvas-item {
		margin-top: 90px;
	}

	.canvas-item .container {
		height: 13rem;
	}

	.semiconductor-canvas,
	.packaging-canvas {
		transform: scale(1);
	}

	.packaging-canvas {
		width: 95%;
		top: 11%;
		left: 0;
	}

	.semiconductor-canvas {
		width: 98%;
		right: 0;
	}

	.canvas-item .container:before {
		top: 0;
	}

	.m_menu {
		right: 14px;
	}

	.header .menu ul li a.menu-a {
		margin-left: 14px;
	}

	.header-icon {
		right: 50px;
		height: 26px;
		padding: 0 15px;
		margin-top: -13px;
	}

	.header-icon i {
		opacity: 0.5;
		height: 14px;
		margin: 0 6px;
	}

	.search-icon span,
	.lang-icon span {
		font-size: 13px;
	}

	.hover-active {
		transform: translateY(-15px) scale(1.1);
	}

	.semiconductor-item .title {
		font-size: 20px;
	}

	.semiconductor-item .title:before {
		width: 10px;
		height: 17px;
		margin-top: -8.5px;
	}

	.semiconductor-img,
	.semiconductor-content {
		width: 100%;
		margin: 20px 0;
	}

	.semiconductor-img img {
		width: 45%;
		margin: auto;
	}

	.semiconductor-content h4 {
		font-size: 16px;
	}

	.semiconductor-detail-intro,
	.semiconductor-content p {
		font-size: 14px;
		line-height: 25px;
	}

	.device-hd h3,
	.in-title,
	.semiconductor_intro_content h2 {
		font-size: 24px;
		margin-bottom: 25px;
		text-align: center;
	}

	.semiconductor-product {
		padding: 0.8rem 0.5rem;
	}

	.product-slide .box img {
		width: 66%;
	}

	.swiper-slide-active .product-slide .content h3 {
		font-size: 16px;
	}

	.soultion-prev,
	.soultion-next,
	.device-next,
	.device-prev,
	.product-next,
	.product-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 14px;
	}

	.device-button {
		width: 70px;
		height: 30px;
	}

	.product-prev {
		left: 5%;
	}

	.product-next {
		right: 5%;
	}

	.semiconductor_intro {
		width: 90%;
		margin: 0 5%;
		padding: 1.2rem 0;
	}

	.semiconductor_intro_content .txt {
		font-size: 15px;
	}

	.semiconductor_intro_content .txt p {
		padding-left: 17px;
		line-height: 26px;
	}

	.semiconductor_intro_content .txt p:before {
		width: 6px;
		height: 6px;
		top: 10px;
	}

	.history-le {
		width: 30%;
		margin: 0 4% 0 0;
	}

	.history-lr {
		width: 64%;
		margin: 0 0 0 2%;
	}

	.history-slide .content {
		font-size: 14px;
	}

	.history-slide .content p {
		padding-left: 17px;
	}

	.history-slide .content p:before {
		width: 6px;
		height: 6px;
		top: 6px;
	}

	.semiconductor-class-intro dl.dl01 dt,
	.semiconductor-class-intro dl.dl02 dt,
	.semiconductor_big_img,
	.semiconductor_smal_img {
		display: none;
	}

	.semiconductor-class-intro .img {
		display: block;
		margin-top: 30px;
	}

	.semiconductor-class-intro dl.dl01 dd,
	.semiconductor-class-intro dl.dl02 dd {
		width: 100%;
	}

	.semiconductor-class-intro .img img {
		width: 50%;
		margin: auto;
	}

	.semiconductor-class-intro h1 {
		font-size: 24px;
	}

	.semiconductor_intro_content .img-box {
		display: block;
		width: 45%;
		margin: auto;
	}

	.agency-item dt,
	.agency-item dd {
		width: 100%;
		margin: 15px 0;
	}

	.agency-item dt img {
		margin: auto;
		width: 50%;
	}

	.agency-item dt h4 {
		text-align: center;
		font-size: 15px;
	}

	.agency-item dd {
		font-size: 15px;
	}

	.product-link a,
	.semiconductor_intro_content a {
		margin: auto;
		max-width: 120px;
		font-size: 15px;
		line-height: 35px;
	}

	.product-link a span,
	.semiconductor_intro_content a span {
		height: 26px;
		width: 26px;
	}


	.device-hd {
		padding-left: 0;
		margin-bottom: 15px;
		width: 100%;
	}

	.device-hd h3 {
		width: 100%;
		position: static;
	}

	.slideTxtBox-hd ul {
		flex-wrap: wrap;
	}

	.slideTxtBox-hd ul li {
		width: 48%;
		padding: 9px 0.3rem;
		font-size: 14px;
		margin: 3px 1%;
	}

	.device-middle-swiper h2 {
		font-size: 16px;
	}

	.device-middle-swiper .memo p {
		font-size: 14px;
		padding-left: 14px;
		margin-right: 10px;
	}

	.device-middle-swiper .memo p:before {
		width: 6px;
		height: 6px;
		top: 7px;
	}

	.advantage-item .txt,
	.semiconductor-class-intro dl dd .txt {
		font-size: 15px;
		line-height: 26px;
	}

	.advantage-item .txt p {
		padding-left: 19px;
	}

	.semiconductor-class-intro dl dd .txt p {
		padding-left: 15px;
	}

	.advantage-item .txt p:before {
		width: 12px;
		height: 12px;
		top: 8px;
	}

	.semiconductor-class-intro dl dd .txt p:before {
		width: 6px;
		height: 6px;
		top: 11px;
	}

	.device-slide h3 {
		font-size: 16px;
	}

	.semiconductor-advantage-list .advantage-item {
		width: 48%;
		margin: 10px 1%;
	}

	.foot-copyright .container-fluid {
		justify-content: center;
	}

	.foot-menu a {
		font-size: 0.22rem;
	}

	.foot-copyright {
		font-size: 13px;
		text-align: center;
	}

	.foot-copyright p {
		width: 100%;
	}

	.foot-copyright p a {
		display: block;
	}

	.foot-Support {
		display: flex;
		margin: auto;
	}

	.footer-box {
		padding: 0.6rem 0;
	}

	.logo-title {
		width: 100%;
	}

	.foot-logo {
		width: 100%;
	}

	.foot-logo img {
		max-width: 32%;
		margin: auto;
	}

	.logo-title h1 {
		font-size: 18px;
		text-align: center;
	}

	.foot-wehat {
		width: 22%;
		margin: 25px auto 10px auto;
	}

	.main-nav .nav-now a.hm span,
	.main-nav .nav-now {
		font-size: 12px;
	}

	.product-item {
		width: 48%;
		margin: 6px 1%;
		border-radius: 8px;
		box-shadow: 0 0 5px #ccc;
		padding: 0.2rem 0.2rem;
	}

	.product-item .content h3 {
		font-size: 16px;
	}

	.about-title h2 {
		font-size: 18px;
	}

	.about-title h5 {
		font-size: 14px;
	}

	.about-item .content .txt {
		font-size: 15px;
	}

	.ab-logo {
		bottom: 0;
	}

	.about-item .content {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}

	.contact-list {
		padding: 0.6rem 0.4rem;
	}

	.form-form {
		padding: 0.3rem 0.4rem;
	}

	.inner-contact h1 {
		font-size: 2.5rem;
	}

	.about-title h1 {
		font-size: 1.8rem;
	}

	.drop {
		padding-top: 0;
	}

	.drop-container {
		box-shadow: none;
	}

	.left-banner {
		display: none;
	}

	.middle-nav {
		width: 35%;
		min-height: 3.6rem;
		padding: 15px 10px;
	}

	.sub-item,
	.nav-item {
		font-size: 15px;
	}

	.right-sub-container {
		width: 25%;
	}

	.right-sub-img {
		width: 50%;
		padding: 5px 5px;
	}

	.sub-item-img {
		padding: 10px 10px;
	}
	.soultion-txt p{
		margin-bottom: 6px;
	}
}

@media (max-width:658px) {
	.Honors-item dl {
		flex-wrap: wrap;
	}

	.Honors-item dl dt,
	.Honors-item dl dd {
		width: 100%;
	}

	.Honors-item dl dt img {
		width: 100%;
	}

	.contact-content {
		padding-top: 0;
	}

	.contact-list,
	.form-form {
		width: 100%;
		margin: 25px 0;
	}

	.contact-list {
		position: static;
	}

	.footer-box {
		padding: 50px 0 20px 0;
	}

	.product-item .content h3 {
		font-size: 15px;
	}

	.semiconductor-class-intro h5 {
		font-size: 14px;
	}

	.logo-title h1 {
		font-size: 16px;
	}

	.foot-menu {
		display: none;
	}

	.advantage-item span img {
		height: 30px;
	}

	.advantage-item h3,
	.advantage-item h2 {
		font-size: 15px;
	}

	.advantage-item {
		padding: 28px 15px;
	}

	.semiconductor-detail-intro .container {
		padding: 12px 12px;
	}

	.semiconductor-detail-intro table,
	.table-box table {
		border-right: 0.1rem solid #fff;
		border-bottom: 0.1rem solid #fff;
	}

	.semiconductor-detail-intro table td,
	.table-box table td {
		padding: 0.04rem 0.03rem;
		font-size: 14px;
		border-left: 0.07rem solid #fff;
		border-top: 0.07rem solid #fff;
	}

	.semiconductor-detail-intro table tr:first-child td,
	.table-box table tr:first-child td {
		padding: 0.04rem 0.03rem;
		font-size: 18px;
	}

	.honor-list ul li {
		width: 46%;
		margin: 20px 2%;
	}

	.honor-list ul li h4 {
		font-size: 16px;
	}

	.inner-contact h1 {
		font-size: 2rem;
	}

	.Honorsswiper {
		height: calc(50px* 7);
	}

	.Honorsswiper .swiper-slide h4,
	.Honorsswiper .swiper-slide-active h4 {
		font-size: 16px;
	}
}

@media (max-width:520px) {
	.header .logo a {
		width: 135px;
	}

	.honor-list ul li {
		width: 46%;
		margin: 15px 2%;
	}

	.foot-copyright {
		font-size: 12px;
	}

	.index_footer {
		bottom: 10px;
	}
}