* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

div {
	display: block;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.pa {
	position: absolute;
}

.swiper-banner {
	width: 100%;
	height: 500px;
}

.swiper-banner .swiper-slide {
	width: 100%;
	height: 500px;
	color: #fff;
	display: block;
}

.swiper-banner .swiper-slide .wrap {
	height: 420px;
}

.swiper-banner .swiper-slide .sl-left {
	top: 170px;
	left: 10%;
	width: 100%;
}

.swiper-banner .swiper-slide .t1 {
	top: 0px;
	left: 0px;
	font-size: 26px;
}

.swiper-banner .swiper-slide .t2 {
	top: -20px;
	left: 0px;
	font-size: 40px;
}

.swiper-banner .swiper-slide .t3 {
	top: 40px;
	left: 00px;
	font-size: 16px;
	max-width:600px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
}

.swiper-banner .swiper-slide .btn {
	width: 170px;
	height: 40px;
	line-height: 40px;
	left: 00px;
	top: 160px;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 16px;
	text-align: center;
}

.swiper-banner .swiper-slide .img1 {
	top: 110px;
	left: 490px;
}

.swiper-banner .swiper-slide .img2 {
	top: 0px;
	left: 700px;
}

.swiper-banner .swiper-slide .img3 {
	top: 100px;
	left: 650px;
}

.swiper-banner .swiper-slide.slide1 {
	background: url(../images/banner/phemt-banner.avif) no-repeat center top #070E2A;
}

.swiper-banner .swiper-slide.slide2 {
	background: url(../images/banner/SOC-banner.avif) no-repeat center top #06195E;
}

.swiper-banner .swiper-slide.slide3 {
	background: url(../images/banner/miniled-banner.avif) no-repeat center top #06195E;
}

.swiper-banner .swiper-slide.slide4 {
	background: url(../images/banner/gansic-banner.avif) no-repeat center top #033045;
}
.swiper-banner .swiper-slide.slide5 {
	background: url(../images/banner/hemt-banner.avif) no-repeat center top #033045;
}
.swiper-banner .swiper-slide.slide6 {
	background: url(../images/banner/microled-banner.avif) no-repeat center top #06195E;
}

.swiper-banner .swiper-pagination {
	bottom: 120px!important;
}

.swiper-banner .swiper-pagination .swiper-pagination-bullet {
	width: 40px;
	height: 5px;
	border-radius: 0;
}

.swiper-banner .swiper-nav {
	width: 100%;
	height: 100px;
	background: rgba(17,32,51, 0.6);
	left: 0;
	bottom: 0;
	z-index: 999;
}

.swiper-banner .swiper-nav li {
	color: #fff;
	width: 25%;
	height: 100px;
	border-right: 1px solid rgba(233, 233, 233, 0.05);
	float: left;
	cursor: pointer;
}

.swiper-banner .swiper-nav li .icon {
	text-align: center;
	margin-top: 10px;
	height: 58px;
}

.swiper-banner .swiper-nav li .info {
	/* float: left; */
	/* width: 174px; */
	text-align: center;
}

.swiper-banner .swiper-nav li .info div {
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 5px;
}

.swiper-banner .swiper-nav li .info p {
	color: #c3c3c3;
	font-size: 14px;
}

.swiper-banner .swiper-nav li.active {
	background: rgba(233, 233, 233, 0.1);
	font-weight: bold;
}

.swiper-banner .swiper-nav li:nth-child(5) {
	border-right: none;
}
.swiper-nav a{
	color:#fff;
}
@media(max-width: 1366px) {

}
@media (max-width: 640px){ 

	dt{
		font-size:14px;
	}
	.swiper-banner .swiper-slide .t3{
		max-width: 380px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		word-break: break-all;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.swiper-banner .swiper-nav li{
		width: 9%;
	}
	.swiper-banner .swiper-nav li .icon{
		display:none;
	}		
	.swiper-banner .swiper-nav li .info p{
		display:none;
	}
	.swiper-nav{
		display:none;
	}
	
	
}