.poster{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.poster .swiper-container{
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.poster .swiper-wrapper .swiper-slide{
	position: relative;
	color: #fff;
	overflow: hidden;
}
.poster .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}
.poster .swiper-wrapper .swiper-slide-active img{
	transition: 6s linear;
	transform: scale(1, 1);
}

.poster .swiper-wrapper .swiper-slide .text{
	position: absolute;
	left: 50%;
	/* top: 0; */
	bottom: 10%;
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
	height: 100%;
	max-width: 1420px;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.poster .swiper-wrapper .swiper-slide .text h2{
	font-size: 60px;
	line-height: 90px;
	font-weight: bold;
}
.poster .swiper-wrapper .swiper-slide .text h2 span{
	color: #FFFF41;
	font-weight: bold;
}
.poster .swiper-wrapper .swiper-slide .text h3{
	font-size: 34px;
	font-weight: bold;
	margin-top: 40px;
}
.poster .swiper-wrapper .swiper-slide .text h3 span{
	font-size: 54px;
	color: #FFFF18;
	font-weight: bold;
}
.poster .swiper-wrapper .swiper-slide:nth-child(1) .text h3{
	font-size: 30px;
}

.poster .swiper-wrapper .swiper-slide .text .text-inner-a{
	display: inline-flex;
}
.poster .swiper-wrapper .swiper-slide .text .text-inner-a a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin-top: 60px;
	margin-right: 10px;
}

.poster .swiper-wrapper .swiper-slide .text a:nth-child(1){
	width: 150px;
	height: 46px;
}
.poster .swiper-wrapper .swiper-slide .text a:nth-child(2){
	color: #fff;
}
.poster .swiper-wrapper .swiper-slide .text a:nth-child(2) i{
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	transition: all .3s linear;
	padding: 0px 0px 2px 4px;
}
.poster .swiper-wrapper .swiper-slide .text a:nth-child(2) span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.poster .swiper-pagination{
	text-align: left;
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 8%;
}
.poster .swiper-pagination-bullet{
	background: #fff;
	opacity: .2;
	width: 18px;
	height: 2px;
	border-radius: 0;
}
.poster .swiper-pagination-bullet-active{
	opacity: 1;
}

.poster .poster1, .poster .poster2, .poster .poster3, .poster .poster4, .poster .poster5, .poster .poster6{
	position: absolute;
	margin-left: 50%;
	padding-top: 16%;
}
.poster .poster1 h2, .poster .poster2 h2, .poster .poster3 h2, .poster .poster4 h2, .poster .poster5 h2, .poster .poster6 h2{
    /* font-family: "思源黑体 Bold";
	font-weight: 700; */
	font-size: 4rem;
	letter-spacing: 0.1rem;
	margin-left: -660px;
}
.poster .poster1 h2 span, .poster .poster2 h2 span, .poster .poster3 h2 span, .poster .poster4 h2 span, .poster .poster5 h2 span, .poster .poster6 h2 span{
	color: #ee8101;
}

.poster .poster1 h3, .poster .poster2 h3, .poster .poster3 h3, .poster .poster4 h3, .poster .poster5 h3, .poster .poster6 h3{
	font-weight: normal;
	font-size: 2rem;
	margin-top: 1.5rem;
	padding-bottom: 3.5rem;
	margin-left: -660px;
}
.poster .poster1 h3 span, .poster .poster2 h3 span, .poster .poster3 h3 span, .poster .poster4 h3 span, .poster .poster5 h3 span, .poster .poster6 h3 span{
	color: #ee8101;
}

.poster .poster1 a, .poster .poster2 a, .poster .poster3 a, .poster .poster4 a, .poster .poster5 a, .poster .poster6 a{
	color: #fff;
	padding: 0.5rem 1rem;
	background-color: #ee8101;
	border-radius: 0.8rem;
	font-size: 0.8rem;
	letter-spacing: 0.2rem;
	margin-left: -660px;
}
.poster .poster1 a span, .poster .poster2 a span, .poster .poster3 a span, .poster .poster4 a span, .poster .poster5 a span, .poster .poster6 a span{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 0.5rem;
    width: 1rem;
    height: 1rem;
    line-height: 0.9rem;
    text-align: right;
}
.poster .poster1 a:hover, .poster .poster2 a:hover, .poster .poster3 a:hover, .poster .poster4 a:hover, .poster .poster5 a:hover, .poster .poster6 a:hover{
	background-color: #fff;
	border: 1px solid #ee8101;
	color: #ee8101;
}
.poster .poster1 a:hover span, .poster .poster2 a:hover span, .poster .poster3 a:hover span, .poster .poster4 a:hover span, .poster .poster5 a:hover span, .poster .poster6 a:hover span{
    border: 1px solid #ee8101;
}
.posterTool{
	position: absolute;
	left: 50%;
	width: 100%;
	max-width: 1820px;
	box-sizing: border-box;
	padding: 0 10px;
	transform: translateX(-50%);
	bottom: 30%;
	z-index: 2;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.posterTool ul{
	margin-left: -40rem;
}
.posterTool ul li{
	display: inline-block;
	font-size: 0.8rem;
	line-height: 1rem;
	height: 1rem;
	width: 1rem;
	color: #fff;
    cursor: pointer;
}
.posterTool .lastSpe, .posterTool .nextSpe{
	border-radius: 10px;
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 5px;
}
.posterTool i{
	font-size: 26px;
}

.posterTool div{
    color: #fff;
}
.posterTool div:hover{
    background-color: rgba(255, 255, 255, .8);
    color: #0565da;
}

.products, .softwares, .getsolution, .introduction, .news, .certificate{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: center;
}
.products .productsDiv, .softwares .softwaresDiv, .introduction .introductionDiv, .news .newsDiv, .certificate .certificateDiv{
	margin: auto;
	width: 100%;
	max-width: 1820px;
	box-sizing: border-box;
	padding: 100px 0px;
}

.products h1 a, .softwares h2 a, .introduction h2 a, .news h2 a, .certificate h2 a{
    text-shadow: none;
}
.hengxian{
	margin-top: 0.5rem;
	width: 4.5rem;
	height: 2px;
	background-color: #ee8101;
}
.products .caption, .softwares .caption, .introduction .caption, .news .caption, .certificate .caption{
	margin-top: 2rem;
	font-size: 1rem;
	line-height: 1.8;
	font-weight: normal;
	letter-spacing: 0.1rem;
}

.products{
	
}
.products ul{
	margin-top: 80px;
}
.products ul li{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all 0.5s;
	padding-top: 22.12%;
}
.products ul li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	transition: all 0.5s;
}
.products ul li .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	box-sizing: border-box;
	padding: 0 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	color: #FFFFFF;
}
.products ul li .text h3{
	font-size: 26px;
	color: #FFFF18;;
	font-weight: bold;
}
.products ul li .text h4{
	font-size: 26px;
	font-weight: bold;
}
.products ul li .text p{
	font-size: 18px;
	margin-top: 15px;
	font-weight: 500;
}
.products ul li .text a{
	margin-top: 15px;
	width: 100px;
	height: 35px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}
.products ul li:nth-child(2n-2) .text{
	align-items: flex-start;
}
.products ul li:hover{
	transform: translateY(-5px);
	box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.3);
}
.products ul li:hover img{
	transform: scale(1.04);
}

/* ---------------------------------------------------------- */
.softwares {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.softwares ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr); 
	gap: 20px; 
	margin: 100px 0 0;
	padding: 0;
	list-style: none;
}

.softwares ul li {
	position: relative;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 35px 0;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    overflow: hidden;
}

.softwares ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

.softwares ul li .flex-item {
    margin: 20px;
}

.softwares ul li .flex-item .flex-item-image {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.softwares ul li .flex-item .flex-item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out;
}

.softwares ul li .flex-item .flex-item-image img.img-first {
    opacity: 1;
}

.softwares ul li .flex-item .flex-item-image img.img-second {
    opacity: 0;
}

.softwares ul li .flex-item .flex-item-image:hover img.img-first {
    opacity: 0;
}

.softwares ul li .flex-item .flex-item-image:hover img.img-second {
    opacity: 1;
}

.softwares ul li .flex-item .flex-item-image .tip-issoldout{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 52px; 
	height: 52px;
	border-radius: 50%; 
	background-color: red;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999; 
}
.softwares ul li .flex-item .flex-item-image .tip-issoldout span {
    display: block;
    text-align: center;
    line-height: 1;
	font-size: 12px;
}

.softwares ul li .flex-item .flex-item-image .btn-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease;
    background: rgba(0,0,0,0.7);
}

.softwares ul li .flex-item .flex-item-image:hover .btn-wrapper {
    transform: translateY(0);
    opacity: 1;
}

.softwares ul li .flex-item .flex-item-image .btn-wrapper a {
    display: block;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
}

.softwares ul li .flex-item .flex-item-info {
    margin-top: 30px;
    text-align: center;
}

.softwares ul li .flex-item .flex-item-info h3 {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    text-transform: capitalize;
}

.softwares ul li .flex-item .flex-item-info p {
    font-size: 14px;
    color: #333;
    margin: 8px 0;
}

/* ---------------------------------------------------------- */
.featured-product {
	max-width: 1840px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 10px;
}
/* 商品容器，左右布局 */
.featured-product-container {
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
/* 左侧图片展示区域 */
.featured-product-images {
    width: 50%;
}
.featured-product-images .mySwiper{
	height: 400px;
}
.featured-product-images .mySwiper .swiper-slide{
	width: 100%;
	height: 100%;
}
.featured-product-images .mySwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.1s ease;
	cursor: zoom-in;
	flex-shrink: 0;
}
.featured-product-images .mySwiper2{
	margin-top: 40px;
	height: 120px;
}
.featured-product-images .mySwiper2 .swiper-slide{
	width: auto;
}
.featured-product-images .mySwiper2 .swiper-slide img{
	height: 100%;
}
.featured-product-images .mySwiper2 .swiper-slide {
  opacity: 0.4;
}
.featured-product-images .mySwiper2 .swiper-slide-thumb-active {
  opacity: 1;
}
.featured-product-images .swiper-next, .featured-product-images .swiper-prev{
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	outline: none;
}
.featured-product-images .swiper-next .fa, .featured-product-images .swiper-prev .fa{
	font-size: 40px;
	color: #556CD6;
}
.featured-product-images .swiper-prev{
	right: auto;
	left: 20px;
}

/* 主轮播图容器，设置固定宽高，溢出隐藏 */
.featured-product-images .main-carousel {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
/* 主轮播图的图片列表，通过 transform 控制滑动，设置 flex 让图片并排 */
.featured-product-images .main-slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}
.featured-product-images .main-slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

/* 主轮播图切换按钮样式 */
.featured-product-images .main-carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #666;
    border: 1px solid #d3d3d3;
    padding: 6px 12px;
    cursor: pointer;
    z-index: 10;
    border-radius: 4px;
	font-size: 20px;
    transition: background-color 0.3s ease;
}

.featured-product-images .main-carousel button:hover {
    color: #888;
}

.featured-product-images .prev-main {
    left: 10px;
}

.featured-product-images .next-main {
    right: 10px;
}

/* 下方缩略图轮播容器 */
.featured-product-images .thumbnail-carousel {
    width: 100%;
    height: 80px;
    overflow: hidden;
    position: relative;
}

/* 缩略图列表，同样用 flex 并排，transform 控制滑动 */
.featured-product-images .thumbnail-carousel .thumbnail-slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
	justify-content: center; 
	align-items: center; 
}

.featured-product-images .thumbnail-carousel .thumbnail-slides img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border 0.3s ease;
    border-radius: 4px;
}

/* 缩略图选中时的样式 */
.featured-product-images .thumbnail-carousel .thumbnail-slides img.active {
    border-color: #d3d3d3;
}

/* 缩略图切换按钮 */
.featured-product-images .thumbnail-carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.featured-product-images .thumbnail-carousel button:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

/* 右侧商品信息区域 */
.featured-product-info {
    width: 40%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.featured-product-info .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.featured-product-info .price {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}
.featured-product-info .originalPrice {
    text-decoration: line-through; 
    margin-left: 10px; 
}

.featured-product-info .note {
    color: #666;
    margin-bottom: 20px;
	font-size: 13px;
}

.featured-product-info .purchase {
	padding: 20px 0px;
}
.featured-product-info .purchase .purchase-title {
	margin-right: 10px;
}
.featured-product-info .purchase .purchase-number {
	padding: 10px;
	border: 1px solid #d3d3d3;
	display: inline-block !important;
	text-align: center;
	width: 60px;
}
.featured-product-info .shop-to-cart, .featured-product-info .shop-pay-btn {
	text-align: center;
	min-height: var(--gravity-button-min-height);
	height: var(--gravity-button-height);
	width: var(--gravity-button-width, 260px);
	padding: 10px 20px;
	cursor: pointer;
	margin: 10px 0px;
}

.featured-product-info .shop-to-cart{
	
}

.featured-product-info .shop-pay-btn {
    padding: 10px 20px;
    border: none;
    color: #fff;
    transition: background-color 0.3s ease;
    display: inline-block;
    margin-right: 10px;
}

.featured-product-info .shop-pay-btn {
    background-color: #556cd6;
}

.featured-product-info .shop-pay-btn:hover {
    background-color: #4154b0;
}

.featured-product-info .more-payment {
    display: block;
    margin-top: 10px;
    color: #333;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
    transition: color 0.3s ease;
}

.featured-product-info .more-payment:hover {
    color: #333;
}

.featured-product-info .featured-product-intro {
    margin-top: 15px;
    line-height: 1.6;
    color: #555;
}

/* ---------------------------------------------------------- */

/* 视频区块样式 */
.video-wrapper {
	width: 100%;
	height: 500px;
	background: url('../akd/home/video_bg.jpg') center/cover no-repeat; 
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff; 
}

/* 内容容器样式，让文字等集中在中间 */
.video-wrapper-content {
	max-width: 700px;
}

/* 按钮样式 */
.video-wrapper-content .btn-buy-now {
	display: inline-block;
	padding: 12px 24px;
	text-decoration: none;
	font-size: 14px;
}

/* 标题样式 */
.video-wrapper-title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

/* 描述文本样式 */
.video-wrapper-desc {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

/* ---------------------------------------------------------- */

.getsolution{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.getsolution h3{
	margin: 0 auto;
	height: 185px;
	max-width: 1420px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.getsolution h3 a{
	float: right;
	width: 135px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:18px;
	font-size: 20px;
	font-weight: 400;
}

.introduction .introductionCont{
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 20px;
	padding-top: 60px;
}
.introduction ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.introduction ul li:nth-child(1){
	width: 230px;
}
.introduction ul li:nth-child(2){
	width: 170px;
}
.introduction ul li:nth-child(3){
	width: 280px;
}
.introduction ul li:nth-child(4){
	width: 170px;
}
.introduction ul li h3{
	font-size: 32px;
	color: #285BDC;
	font-weight: bold;
}
.introduction ul li h3 strong{
	font-size: 64px;
	font-family: 'OswaldHeavy', sans-serif;
}
.introduction ul li p{
	font-size: 1.3125rem;
	color: #333;
}
.defaut-more{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 100px;
}
.defaut-more a{
	font-size: 16px;
	width: 100px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	
}

.news{
	background-color: #F5F7FA;
}
.news ul{
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
}
.news ul li{
	flex-grow: 1;
	flex-basis: 0;
	padding-top: 1px;
	padding-bottom: 4rem;
	background-color: #fff;
	box-sizing: border-box;
	transition: box-shadow 0.3s ease;
}
.news ul li:hover{
	box-shadow: 3px 10px 12px rgba(0, 0, 0, 0.2);
	z-index: 5;
}
.news ul li:hover .img{
    border-bottom: 1px solid #285BDC;
}
.news ul .focus{
	
}
.news ul li .date, .news ul li h3, .news ul li .button, .news ul li .img{
	margin: auto;
	width: 76%;
}
.news ul li .date{
	padding-top: 3rem;
	font-size: 0.8rem;
	color: #0c48ff;
}
.news ul li .date span{
	font-size: 1rem;
	margin-right: 0.3rem;
}
.news ul li h3{
	height: 8rem;
	font-weight: normal;
	font-size: 1.0625rem;
	letter-spacing: 0.1rem;
	padding: 2.6rem 0 2rem 0;
	font-weight: 600;
	line-height: 26px;
}
.news ul li .button a{
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	font-size: 0.8rem;
	letter-spacing: 0.2rem;
	line-height: normal;
}
.news ul li .img{
	padding-top: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #E5E5E5;
}
.news ul li .img img{
	width: 100%;
}

.certificate{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.certificate .certDiv{
	position: relative;
}
.certificate .swiper-container2{
	overflow: hidden;
	margin-top: 80px;
}
.certificate .swiper-container2 .swiper-slide{
	width: auto;
}
.certificate .certDiv .swiper-pagination{
	position: absolute;
	top: auto;
	left: 0;
	bottom: 0;
	background-color: #fff;
}
.yg-slider-container {
	margin-top: 80px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.yg-slider-track {
	display: flex;
	transition: transform 0.5s ease;
}
.yg-slide {
	flex-shrink: 0;
	margin-right: 10px;
}
.yg-slide img {
	height: 100%;
	width: auto;
	display: block;
}
.yg-slider-scrollbar {
	width: 100%;
	height: 4px;
	background: #fff;
	margin-top: 50px;
	position: relative;
}
.yg-slider-scrollbar-thumb {
	height: 100%;
	width: 60px;
	background: #285BDC;
	position: absolute;
	cursor: pointer;
	border-radius: 4px;
}


/* 自适应样式 */
@media screen and (max-width:1400px){
	.getsolution h3{
		font-size: 28px;
	}
	.getsolution h3 a{
		font-size: 16px;
		width: 108px;
		height: 40px;
		border-radius: 14px;
	}
}
@media screen and (max-width:1300px){
	.poster .swiper-wrapper .swiper-slide .text h2{
		font-size: 60px;
		line-height: 70px;
	}
	.poster .swiper-wrapper .swiper-slide .text h3{
		font-size: 26px;
		margin-top: 20px;
	}
	.poster .swiper-wrapper .swiper-slide:nth-child(1) .text h3{
		font-size: 38px;
	}
	.poster .swiper-wrapper .swiper-slide .text h3 span{
		font-size: 40px;
	}
	.poster .swiper-wrapper .swiper-slide .text a{
		margin-top: 30px;
		height: 43px;
		width: 130px;
		border-radius: 15px;
		font-size: 16px;
	}
	.poster .swiper-wrapper .swiper-slide .text a span{
		border: 1px solid #fff;
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}
}
@media screen and (max-width:1024px){
	.poster .swiper-wrapper .swiper-slide .text h2{
		font-size: 50px;
		line-height: 60px;
	}
	.poster .swiper-wrapper .swiper-slide .text h3{
		font-size: 20px;
		margin-top: 15px;
	}
	.poster .swiper-wrapper .swiper-slide:nth-child(1) .text h3{
		font-size: 30px;
	}
	.poster .swiper-wrapper .swiper-slide .text h3 span{
		font-size: 32px;
	}
	
	.products .productsDiv, .softwares .softwaresDiv, .introduction .introductionDiv, .news .newsDiv, .certificate .certificateDiv{
		padding: 80px 10px;
	}
	
	.products ul li .text h3{
		font-size: 20px;
	}
	.products ul li .text h4{
		font-size: 20px;
	}
	.products ul li .text p{
		font-size: 14px;
		margin-top: 10px;
	}
	.products ul li .text a{
		margin-top: 10px;
		font-size: 12px;
		width: 80px;
		height: 30px;
	}
	
	.softwares ul li h3{
		font-size: 18px;
	}
	.softwares ul li p{
		font-size: 0.6875rem;
	}
	.softwares ul{
		margin-top: 80px;
		gap: 20px;
	}
	
	.introduction ul li h3{
		font-size: 26px;
		font-weight: normal;
	}
	.introduction ul li h3 strong{
		font-size: 52px;
	}
	.introduction ul li p{
		font-size: 16px;
	}
	.defaut-more a{
		font-size: 0.8125rem;
	}
	.introduction ul li:nth-child(1){
		width: 165px;
	}
	.introduction ul li:nth-child(2){
		width: 125px;
	}
	.introduction ul li:nth-child(3){
		width: 200px;
	}
	.introduction ul li:nth-child(4){
		width: 135px;
	}
	
	.getsolution h3{
		font-size: 20px;
	}
	.news ul{
		margin-top: 60px;
	}
	.news ul li h3{
		height: 106px;
		font-size: 14px;
		padding: 20px 0;
	}
	.news ul li .date, .news ul li h3, .news ul li .button, .news ul li .img{
		width: 86%;
	}
}
@media screen and (max-width:768px){
	.poster .swiper-wrapper .swiper-slide .text h2{
		font-size: 30px;
		line-height: 36px;
	}
	.poster .swiper-wrapper .swiper-slide .text h3{
		font-size: 12px;
		margin-top: 5px;
	}
	.poster .swiper-wrapper .swiper-slide:nth-child(1) .text h3{
		font-size: 18px;
	}
	.poster .swiper-wrapper .swiper-slide .text h3 span{
		font-size: 1.1875rem;
	}
	.poster .swiper-wrapper .swiper-slide .text a{
		font-size: 12px;
		height: 32px;
		margin-top: 15px;
		width: 90px;
		border-radius: 10px;
	}
	.posterTool{
		display: none;
	}
	.poster .swiper-wrapper .swiper-slide .text a span{
		width: 14px;
		height: 14px;
	}
	
	.products ul li{
		padding-top: 0;
		height: 162px;
	}
	.products ul li img{
		width: auto;
		max-width: none;
		height: 162px;
	}
	.products ul li .text{
		padding: 0 10px;
	}
	.products ul li .text h3{
		font-size: 18px;
	}
	.products ul li .text h4{
		font-size: 18px;
	}
	.products ul li .text p{
		font-size: 12px;
		margin-top: 5px;
	}
	.products ul li .text a{
		margin-top: 5px;
		font-size: 0.625rem;
		width: 70px;
		height: 26px;
	}
	.products ul{
		margin-top: 40px;
	}
	
	.products .productsDiv, .softwares .softwaresDiv, .introduction .introductionDiv, .news .newsDiv, .certificate .certificateDiv{
		padding: 40px 10px;
	}
	.softwares ul{
		display: block;
	}
	.softwares ul li{
		width: auto;
		max-width: 440px;
		margin: 0 auto;
		margin-top: 20px;
		flex: none;
	}
	.softwares ul{
		margin-top: 40px;
	}
	.softwares ul li h3{
		font-size: 1.0625rem;
	}
	
	.introduction .introductionCont{
		padding-top: 0;
	}
	.introduction .introductionDiv ul{
		margin-top: 0;
	}
	.introduction .introductionDiv ul li{
		width: 50%;
		text-align: center;
		margin-top: 20px;
	}
	.introduction .defaut-more{
		margin-top: 40px;
	}
	.getsolution h3{
		font-size: 0.6875rem;
		height: 92px;
	}
	.getsolution h3 a{
		height: 30px;
		width: 80px;
		border-radius: 10px;
		font-size: 12px;
	}
	
	.news ul{
		display: block;
		margin-top: 40px;
	}
	.news ul li{
		width: auto;
		max-width: 460px;
		margin: 0 auto;
		flex-grow: 0;
		flex-basis: auto;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.news ul li .date{
		padding-top: 30px;
	}
}
@media screen and (max-width:690px){
	.products ul li img{
		transform: translateX(-10%);
	}
	.products ul li:nth-child(2n-2) img{
		transform: translateX(10%);
		left: auto;
		right: 0;
	}
}
@media screen and (max-width:540px){
	.news ul li h3{
		height: auto;
		font-size: 16px;
	}
	.news ul li .date, .news ul li h3, .news ul li .button, .news ul li .img{
		width: 76%;
	}
}
@media screen and (max-width:480px){
	.poster .swiper-wrapper .swiper-slide .text h2{
		font-size: 20px;
		line-height: normal;
	}
	.poster .swiper-wrapper .swiper-slide .text h3{
		font-size: 0.5rem;
		margin-top: 5px;
	}
	.poster .swiper-wrapper .swiper-slide:nth-child(1) .text h3{
		font-size: 12px;
	}
	.poster .swiper-wrapper .swiper-slide .text h3 span{
		font-size: 0.8rem;
	}
	
	.softwares ul li h3{
		font-size: 24px;
	}
	.softwares ul li p{
		font-size: 0.8125rem;
	}
	
	.introduction ul li h3{
		font-size: 20px;
	}
	.introduction ul li h3 strong{
		font-size: 42px;
	}
	.introduction ul li p{
		font-size: 0.8125rem;
	}
	.getsolution h3{
		font-size: 0.5rem;
	}
}