*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol {
  list-style: none;
}
img {
  border-style: none;
  vertical-align: middle;
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
html,body{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
	overflow-x: hidden;
}
/* 工具样式 */
.swiper {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}
/* 公共样式布局 */
.stact_m>*{
	margin-bottom: 20px;
}
.stact_uls{
	display: flex;
	flex-wrap: wrap;
}
.stact_uls .stact_2{
	width: calc(49%);
	margin-right: 2%;
}
.stact_uls .stact_2:nth-child(2n){
	margin-right: 0%;
}
.stact_uls .stact_3{
	width: calc(32.5%);
	margin-right: 1.16%;
}
.stact_uls .stact_3:nth-child(3n){
	margin-right: 0%;
}
.stact_uls .stact_4{
	width: calc(24%);
	margin-right: 1.16%;
}
.stact_uls .stact_4:nth-child(4n){
	margin-right: 0%;
}
.stact_uls .stact_5{
	width: calc(19%);
	margin-right: 1.16%;
}
.stact_uls .stact_5:nth-child(5n){
	margin-right: 0%;
}
.stact_img{
	width: 50%;
}
.stact_text{
	width: 50%;
}
.stact_l{
	position: relative;
	left: 50%;
}
.stact_r{
	position: relative;
	right: 50%;
}
.stact_tran .stact_img_tran{
	/* width: 100%; */
	overflow: hidden;
}
.stact_tran .stact_img_tran img{
	width: 100%;
	-ms-animation: all 0.8s;
	-o-animation: all 0.8s;
	-webkit-animation: all 0.8s;
	transition: all 0.8s;
}
.stact_tran:hover .stact_img_tran img{
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}
/* {
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	overflow: hidden;
}
{
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
} */
/* 适配 */
@media (max-width:1024px){
	.stact_img{width: 100%;}
	.stact_text{width: 100%;}
	.stact_l{left: 0%;}
	.stact_r{right: 0%;}
	.stact_uls .stact_4{width: 32.5%;}
	.stact_uls .stact_4:nth-child(4n){margin-right: 1.16%;}
	.stact_uls .stact_4:nth-child(3n){margin-right: 0%;}
	.stact_uls .stact_5{width: 32.5%;}
	.stact_uls .stact_5:nth-child(5n){margin-right: 1.16%;}
	.stact_uls .stact_5:nth-child(3n){margin-right: 0%;}
}
@media (max-width:820px){
	.stact_uls .stact_3{width: 49%;margin-right: 2%;}
	.stact_uls .stact_3:nth-child(3n){margin-right: 2%;}
	.stact_uls .stact_3:nth-child(2n){margin-right: 0%;}
	.stact_uls .stact_4{width: 49%;margin-right: 2%;}
	.stact_uls .stact_4:nth-child(4n){margin-right: 2%;}
	.stact_uls .stact_4:nth-child(3n){margin-right: 2%;}
	.stact_uls .stact_4:nth-child(2n){margin-right: 0%;}
	.stact_uls .stact_5{width: 49%;margin-right: 2%;}
	.stact_uls .stact_5:nth-child(5n){margin-right: 2%;}
	.stact_uls .stact_5:nth-child(3n){margin-right: 2%;}
	.stact_uls .stact_5:nth-child(2n){margin-right: 0%;}
}
@media (max-width:768px){
	
}
@media (max-width:500px){
	.stact_uls .stact_2{width: 100%;margin-right: 0%;}
	.stact_uls .stact_3{width: 100%;margin-right: 0%;}
	.stact_uls .stact_3:nth-child(3n){margin-right: 0%;}
	.stact_uls .stact_3:nth-child(2n){margin-right: 0%;}
	.stact_uls .stact_4{width: 100%;margin-right: 0%;}
	.stact_uls .stact_4:nth-child(4n){margin-right: 0%;}
	.stact_uls .stact_4:nth-child(3n){margin-right: 0%;}
	.stact_uls .stact_4:nth-child(2n){margin-right: 0%;}
	.stact_uls .stact_5{width: 100%;margin-right: 0%;}
	.stact_uls .stact_5:nth-child(5n){margin-right: 0%;}
	.stact_uls .stact_5:nth-child(3n){margin-right: 0%;}
	.stact_uls .stact_5:nth-child(2n){margin-right: 0%;}
}