/* 筑淘小蜜蜂css */
.header{
	width: 100%;height: 400px;display: flex;margin-top: 40px;
	flex-direction: column;align-items: center;justify-content: center;background: url(../img/PC切图/3小蜜蜂/banner-xiaomifeng%20.png) no-repeat;
	background-size: cover;
}

.introduction{
	width: 100%;height: 652px;display: flex;flex-direction: column;align-items: center;
}
.introduction .introduction-p1{margin-top: 80px;
	width: 150px;
height:44px;
font-size: 36px;
font-family: PingFang SC;
font-weight: bold;
color: #333333;}

.introduction .introduction-img{margin-top: 31px;}

.introduction .box{height: 410px;display: flex;}
.introduction .box .box-img{width: 705px;height: 410px;display: flex;align-items: center;justify-content: center;overflow: hidden;
background: url(../img/PC切图/3小蜜蜂/img3.png) no-repeat -7px 0px;background-size: cover;transform: translateX(-1000px);
animation: spin 2s forwards;}
@keyframes spin{
	from{transform: translateX(-1000px);}
	to{transform: translateX(0px);}
}



.introduction .box .box-text{margin-left: 44px;width: 551px;height: 410px;
transform: translateX(600px);animation: sp 2s forwards;}
@keyframes sp{
	from{transform: translateX(600px);}
	to{transform: translateX(0px);}
}



.introduction .box .box-text span{color: #4680FF;}
.introduction .box .box-text p{
	width: 554px;
height: 32px;
font-size: 16px;
font-family: PingFang SC;
font-weight: 400;
color: #555555;
line-height: 36px;}
.introduction .box .box-text .p1{margin-top: 28px;}

.introduction em{margin-top: 58px;display: block;
	width: 196px;
	height: 19px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: bold;
	font-style: italic;
	color: #1D1D1F;
	line-height: 30px;
}

.platform{background: #FAFBFF;
	width: 100%;height: 846px;display: flex;flex-direction: column;align-items: center;}
.platform .platform-p1{margin-top: 80px;
	width: 150px;
	height: 45px;
	font-size: 36px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
}
.platform .platform-img{margin-top: 31px;}

.platform .platform-big{margin-top: 60px;
	width: 1200px;height: 536px;display: flex;
	flex-direction: column;justify-content: space-between;}
.platform .platform-big .platform-center{width:1200px;height: 152px;display: flex;justify-content: space-between;}	

.platform .platform-big .platform-center .platform-small{width: 580px;height: 152px;display: flex;}

.platform .platform-big .platform-center .platform-small:hover{
	box-shadow: 0px 0px 20px 0px rgba(80, 118, 196, 0.3)
}

.platform .platform-big .platform-center .small1{background: url(../img/PC切图/3小蜜蜂/1.png) no-repeat 500px 70px;
background-color: #FFFFFF;}
.platform .platform-big .platform-center .small2{background: url(../img/PC切图/3小蜜蜂/2.png) no-repeat 500px 63px;
background-color: #FFFFFF;}
.platform .platform-big .platform-center .small3{background: url(../img/PC切图/3小蜜蜂/3.png) no-repeat 500px 65px;
background-color: #FFFFFF;}
.platform .platform-big .platform-center .small4{background: url(../img/PC切图/3小蜜蜂/4.png) no-repeat 500px 60px;
background-color: #FFFFFF;}
.platform .platform-big .platform-center .small5{background: url(../img/PC切图/3小蜜蜂/5.png) no-repeat 500px 70px;
background-color: #FFFFFF;}
.platform .platform-big .platform-center .small6{background: url(../img/PC切图/3小蜜蜂/6.png) no-repeat 500px 70px;
background-color: #FFFFFF;}



.platform .platform-big .platform-center .platform-small .img{width: 110px;height: 110px;margin: 21px 35px 24px;
background:url(../img/PC切图/3小蜜蜂/xiaomifeng-tedian.png) no-repeat 0 0;}
.platform .platform-big .platform-center .platform-small .img2{background-position-x: -120px;}
.platform .platform-big .platform-center .platform-small .img3{background-position-x: -240px;}
.platform .platform-big .platform-center .platform-small .img4{background-position-x: -360px;}
.platform .platform-big .platform-center .platform-small .img5{background-position-x: -480px;}
.platform .platform-big .platform-center .platform-small .img6{background-position-x: -600px;}



.platform .platform-big .platform-center .platform-small .text{margin-top: 42px;}
.platform .platform-big .platform-center .platform-small .text-1{width: 80px;
height: 19px;
font-size: 20px;
font-family: PingFang SC;
font-weight: 500;
color: #333E59;}
.platform .platform-big .platform-center .platform-small .text-2{margin-top: 10px;
	width: 377px;
height: 39px;
font-size: 14px;
font-family: PingFang SC;
font-weight: 500;
color: #A7AFBD;
line-height: 26px;}

