#certify {
	position: relative;
	width: 1200px;
	margin: 104px auto 202px;
	height: 403px;
}
#certify .swiper-slide {
	width: 800px;
	height: 497px;
	background: #fff;
	position: relative;
}
#certify .swiper-slide img {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#certify .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
#certify .swiper-slide-prev {
	transform: translateX(260px) scale(0.8);
	z-index: 989;
	opacity: 1;
	transition-duration: 0ms;
}
 #certify .swiper-slide-active,
 #certify .swiper-slide-duplicate-active {
	transform: scale(1);
	z-index: 99999;
}
#certify .swiper-slide-next {
	transform: translateX(-260px) scale(0.8);
	z-index: 1;
	opacity: 1;
	transition-duration: 0ms;
}
#indexSwiper{
    
    
}
#indexSwiper .swiper-container{
    width:100%;
    height: 800px;
}
.swiper-slide-main{
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:1200px;
    margin:0 auto;
}
.swiper-slide-main-text{
    width:100%;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;

    background:linear-gradient(-39deg,rgba(0,219,201,1) 0%,rgba(0,205,218,1) 100%);
}
.swiper-slide-main-text h2{
    height:39px;
    font-size:39px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-shadow:2px 3px 5px rgba(5,2,2,0.27);
}
.swiper-slide-main-text div{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:30px;
    text-shadow:2px 3px 5px rgba(5,2,2,0.17);
    text-align: center;
    margin:20px 0;
    width:1100px;
}
.swiper-slide-main-text .btn{
    width:168px;
    background:rgba(255,255,255,1);
    box-shadow:2px 3px 5px 0px rgba(5,2,2,0.19);
    border-radius:10px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(2,184,172,1);
}

.swiper-slide-main-2{
    height:800px;
    background:linear-gradient(-39deg,rgba(0,211,137,1) 0%,rgba(2,205,178,1) 100%);
}
.swiper-slide-main-4{
    background:linear-gradient(-39deg,rgba(0,211,137,1) 0%,rgba(2,205,178,1) 100%);
}
.swiper-slide-main-3{
    /* height:800px; */
   background: linear-gradient(-39deg, #01cbbf 0%, #02afce 100%);
}
.swiper-slide-main-22{
    height:800px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.swiper-slide-main2-text{
    width:500px;

}
.swiper-slide-main2-text h2{
    font-size:40px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-shadow:2px 3px 5px rgba(5,2,2,0.32);
}
.swiper-slide-main2-text div{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:24px;
    text-shadow:2px 3px 5px rgba(5,2,2,0.1);
    margin:15px 0;
}
.swiper-slide-main2-text .btn{
    width:168px;
    background:rgba(255,255,255,1);
    box-shadow:2px 3px 5px 0px rgba(5,2,2,0.19);
    border-radius:10px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(2,184,172,1);
    float:right;
}
.swiper-slide-main2-text-app{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
.swiper-slide-main2-text-app h2{
    font-size:0.36rem;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#FFFFFF;
    text-shadow:2px 3px 5px rgba(6, 2, 2, 0.32);
     line-height: 0.36rem;
}
.swiper-slide-main2-text-app>div{
    
    font-size: 0.24rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.36rem;
    text-shadow: 2px 3px 5px rgba(6, 2, 2, 0.1);
    padding:0.66rem;
    box-sizing: border-box;
    text-align: center;
}
.swiper-slide-main-hieght{
    height: 100% !important;
    display: flex;
    flex-direction: column;
}
.swiper-slide-main2-text-app .btn{
    width:2.38rem;
    background:rgba(255,255,255,1);
    box-shadow:2px 3px 5px 0px rgba(5,2,2,0.19);
    border-radius:0.1rem;
    font-size:0.24rem;
    font-family:Microsoft YaHei;
    font-weight:400;
    height: 0.61rem;
    line-height: 0.61rem;
    color:rgba(2,184,172,1);
    padding:0;
    margin-top:0.5rem
}