.swiper_img{
	width: 100%;
	height: 34.79vw;
}

.wrap1{
	width: 100%;
	height: auto;
	background: url(../image/home_bg_ourproduct@2x.png);
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: auto;
}
.wrap_title{
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	text-align: center;
	margin-top: 60px;
}
.product{
	display: flex;
	margin-top: 60px;
	align-items: center;
	justify-content: center;
}
.product_img{
	width: 368px;
	height: 368px;
	background-image: url('../image/home_img_puce@2x.png');
	background-size: cover;
	box-shadow: 30px 30px 30px rgba(65,62,101,0.2);
	position: relative;
	z-index: 2;
	border-radius: 0.56vw;
}
.product_view{
	width: 800px;
	height: 326px;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
	border-radius: 10px;
	margin-left: -16px;
	position: relative;
	z-index: 1;
}
.view_top{
	margin-left: 36px;
	margin-top: 24px;
	height: 44px;
	display: flex;
	align-items: center;
}
.appLogo{
	width: 44px;
	height: 44px;
}
.appName{
	font-size: 28px;
	font-weight: bolder;
	color: #333333;
	margin-left: 20px;
}
.home_def_left{
	width: 16px;
	height: 10px;
	margin-left: 66px;
	margin-top: 22px;
}
.home_def_left2{
	width: 16px;
	height: 10px;
	position: absolute;
	top: 130px;
	left: 704px;
}
.product_degree{
	position: absolute;
	left: 100px;
	bottom: 32px;
}
.product_user{
	position: absolute;
	left: 273px;
	bottom: 32px;
}
.product_user1,.product_degree1{
	height: 32px;
	font-size: 32px;
	color: #4B71FF;
	line-height: 32px;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.product_user1 .span1,.product_degree1 .span1{
	font-size: 32px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bold;
}

.product_user2,.product_degree2{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 14px;
}
.appDesc{
	width: 626px;
	height: 56px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 28px;
	position: absolute;
	left: 100px;
	top: 84px;
}
.home_btn_left{
	width: 46px;
	height: 46px;
	border-radius: 46px;
	background: url(../image/home_btn_leftslide_normal@2x.png);
	background-size: cover;
	position: absolute;
	bottom: -23px;
	right: 122px;
	cursor: pointer;
}
.home_btn_right{
	width: 46px;
	height: 46px;
	border-radius: 46px;
	background: url(../image/home_btn_rightslide_normal@2x.png);
	background-size: cover;
	position: absolute;
	bottom: -23px;
	right: 48px;
	cursor: pointer;
}
.product_list{
	margin: 60px auto;
	width: 1152px;
	display: flex;
	justify-content: space-between;
}
.product_item{
	width: 267px;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.09);
	border-radius: 12px;
	overflow: auto;
	text-align: center;
	transition: all 0.3s;
}
.product_item:hover {
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.26);
	transform: translate(0, -6px);
	cursor: pointer;
}
.item_logo{
	width: 70px;
	height: 70px;
	margin-top: 44px;
}
.item_name{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 24px;
}
.item_tip{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	margin-bottom: 10px;
}
.wrap2{
	width: 100%;
	background: #F9FAFF;
	overflow: auto;
}
.service_list{
	margin: 60px auto 0;
	width: 1152px;
	display: flex;
	justify-content: space-between;
}
.service_item{
	width: 540px;
	height: 346px;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px 0px rgba(135,135,135,0.06);
	overflow: auto;
	text-align: center;
}
.service_title{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin-top: 64px;
	margin-bottom: 26px;
}
.service_word{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 14px;
	margin-bottom: 16px;
}
.service_button{
	width: 174px;
	height: 42px;
	background: #4B71FF;
	border-radius: 32px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 48px auto 0;
	cursor: pointer;
}
.about_us{
	width: 1152px;
	height: 340px;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.06);
	margin: 60px auto;
	display: flex;
}
.about_us_right{
	margin-left: 28px;
}
.about_us_text{
	font-size: 18px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 18px;
	text-shadow: 0px 2px 16px rgba(65,62,101,0.06);
	margin-top: 64px;
}
.about_us_text2{
	width: 518px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	text-shadow: 0px 2px 16px rgba(65,62,101,0.06);
	margin-top: 32px;
}
.about_us_button{
	width: 120px;
	text-align: center;
	padding: 13px 0;
	background: #FFFFFF;
	box-shadow: 0px 2px 16px 0px rgba(65,62,101,0.06);
	border: 1px solid #B2B2B2;
	margin-top: 40px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
	text-shadow: 0px 2px 16px rgba(65,62,101,0.06);
	transition: .15s;
	cursor: pointer;
}
.service_button:hover{
	background-color: #3755C4;
}
.about_us_button span{
	position: relative;
	transition: .15s;
}
.about_us_button:hover{
	color: #4B71FF;
	border-color: #4B71FF;
}
.about_us_button:hover span{
    padding-right: 20px;
}
.about_us_button:hover span:after{
	display: inline-block;
	right: 0;
}
.about_us_button span:after {
    content: "";
	width: 20px;
	height: 20px;
	background: url(../image/home_ic_more@2x.png);
	background-size: cover;
    position: absolute;
    display: none;
	top: 0px;
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}
.abouthc{
	width: 578px;
	height: 340px;
	overflow: hidden;
}
.abouthc img{
	width: 578px;
	height: 340px;
}
.abouthc img:hover{
	transform: scale(1.15); 
	transition: all 0.6s;
}
.home_btn_left:hover{
	background: url(../image/home_btn_leftslide_hover@2x.png);
	background-size: cover;
}
.home_btn_left:active{
	background: url(../image/home_btn_leftslide_pressed@2x.png);
	background-size: cover;
}
.home_btn_right:hover{
	background: url(../image/home_btn_rightslide_hover@2x.png);
	background-size: cover;
}
.home_btn_right:active{
	background: url(../image/home_btn_rightslide_pressed@2x.png);
	background-size: cover;
}
.yanniao_bottom{
	width: 100%;
	height: 132px;
	background: url('../image/home_bg_bottom_yanniao@2x.png');
	background-size: cover;
	display: flex;
	align-items: center;
}
.home_img_yanniaologo{
	width: 198px;
	height: 49px;
}
.yanniao_text{
	margin-left: 101px;
}
.yanniao_text1{
	font-size: 30px;
	font-weight: bold;
	color: #3286F5;
	line-height: 30px;
}
.yanniao_text2{
	font-family: PingFangSC-Regular, PingFang SC;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin-top: 16px;
}
.loading{
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #F9FAFF;
	
}
.loading_ani{
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	display: flex;
	flex-direction: column;
}
.loading .gif{
	width: 160px;
	height: 160px;
}
.loading_text{
	width: 140px;
	height: 24px;
	margin: 0 auto;
}