.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next{
	color: #fff;
}
.home{
	margin-top: 150px;
}
.home_banner{
	position: relative;
}
.home_banner_info{
	width: 100%;
	height: 134px;
	/* background: #000000;
	opacity: 0.36; */
	background: rgba(0, 0, 0, 0.36);
	position: absolute;
	bottom: -60px;
	z-index: 99;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

.home_banner_info_l{
	width: 1100px;
	height: 134px;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.positioning{
	display: flex;
	align-items: normal;
}
.positioning img{
	margin-right: 8px;
}
.positioning p{
	font-size: 40px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}
.positioning span{
	font-size: 22px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
}

.sma{
	width: 1200px;
	margin: auto;
	margin-bottom: 164px;
}
.sma .title{
	height: 77px;
	font-size: 52px;
	font-family: Source Han Sans CN;
	font-weight: 800;
	color: #F2F2F2;
	line-height: 73px;
	margin: auto;
	margin-top: 53px;
	position: relative;
	margin-bottom: 86px;
	text-align: center;
}
.sma .title h2{
	font-size: 36px;
	font-weight: bold;
	color: #2C61AD;
	line-height: 45px;
	text-align: center;
	margin-top: -60px;
}
.sma ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sma ul li img{
	width: 378px;
	height: 298px;
}
.sma ul li div{
	width: 317px;
	height: 146px;
	background: #FFFFFF;
	box-shadow: 0px 0px 27px 0px rgba(193,193,193,0.4);
	border-radius: 0px 0px 14px 14px;
	padding:  0 30px;
	margin-top: -2px;
}
.sma ul li p:nth-child(1){
	font-size: 28px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #212121;
	margin-bottom: 15px;
	padding-top: 25px;
	
	
}
.sma ul li p{
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #212121;
}
.sma ul li:hover{
	transform: scale(1.2);
	transition: 0.8s;
}
.sma ul li:hover div{
	background: #2C61AD;
}
.sma ul li:hover p{
	color: #FFFFFF;
}
.flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow .li{
	width: 582px;
	height: 280px;
	background-image: url("../img/组 113 (4).png");
	margin-bottom: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flow .lii{
	width: 582px;
	height: 280px;
	margin-bottom: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	 background-size: cover;  /* 保持正比例缩小 */
    background-position: center;  /* 背景图片居中显示 */
    background-repeat: no-repeat;  /* 不重复背景图片 */
}
.flow .lii .text {
    position: relative; /* 相对于父容器定位 */
    z-index: 1; /* 保证文字在背景图片上方 */
}
.flow .li:nth-child(2){
	width: 582px;
	height: 280px;
	background-image: url("../img/组 113 (1).png");
}
.flow .li:nth-child(3){
	width: 582px;
	height: 280px;
	background-image: url("../img/组 113 (2).png");
	margin-bottom: 0;
}
.flow .li:nth-child(4){
	width: 582px;
	height: 280px;
	background-image: url("../img/组 113 (3).png");
	margin-bottom: 0;
}
.flow p{
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}
.flow p:nth-child(2){
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	width: 220px;
	margin: auto;
	margin-top: 28px;
	display: none;
}
.flow .li:hover  p:nth-child(2){
	display: block;
}
.secure{
	width: 100%;
	height: 548px;
	background-size: 100% 548px;
	background-repeat: no-repeat;
}
.text {
    position: relative; /* 相对于父容器定位 */
    z-index: 1; /* 保证文字在背景图片上方 */
}
.secure_title{
	font-size: 32px;
	font-family: SourceHanSansSC;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	padding-top: 36px;
}
.secure_bottom{
	display: flex;
	align-items: center;
	justify-content: center;
}
.secure_bottom_l,.secure_bottom_r{
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
}
.secure_bottom_l_info{
	display: flex;
	align-items: center;
	width: 500px;
	height: 88px;
	background: linear-gradient(90deg, #17A4F1 0%, rgba(23,164,241,0) 50%);
	margin-bottom: 173px;
}
.secure_bottom_l_info img{
	margin-right: 26px;
	margin-left: 36px;
}
.secure_bottom_l_info span{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #06F9FF;
}
.area .li p{
	font-size: 32px;
}
.area .li{
	margin-bottom: 17px;
}
.area .li:nth-child(1){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95.png");
}
.area .li:nth-child(2){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95 拷贝.png");
}
.area .li:nth-child(3){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95 拷贝 2.png");
}
.area .li:nth-child(4){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95 拷贝 3.png");
}
.area .li:nth-child(5){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95(1).png");
}
.area .li:nth-child(6){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95 拷贝(1).png");
}
.area .li:nth-child(7){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95 拷贝 2(1).png");
}
.area .li:nth-child(8){
	width: 282px;
	height: 282px;
	background-image: url("../img/组 95 拷贝 3(1).png");
}

.experience{
	width: 100%;
	height: 364px;
	background-size: 100% 364px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.experience div{
	text-align: center;
}
.experience p:nth-child(1){
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 60px;
	margin-bottom: 50px;
	letter-spacing: 12px;
}
.experience p:nth-child(2){
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}
.case{
	position: relative;
}
.case .swiper-slide:hover{
	transform: scale(0.9);
	transition: 0.5s;
}
.case .swiper-slide p{
	margin-bottom: 25px;
	font-size: 32px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
}
.case .sw-button-next{
	position: absolute;
	left: -110px;
	top: 150px;
	z-index: 999;
	width: 48px;
	height: 48px;
	background-image: url("../img/左边.png");
}

.case .sw-button-prev{
	position: absolute;
	right: -110px;
	top: 150px;
	z-index: 999;
	width: 48px;
	height: 48px;
	background-image: url("../img/右边.png");
}
.cooperate ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cooperate ol li{
	margin-bottom: 60px;
}