
.swiper-container {
	width: 100%;
	/* max-width: 1980px; */
	background: #f5f5f5;
	overflow: hidden;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;  
	/* 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;
}
.swiper-slide-active{
	box-shadow: 0px 130px 310px -130px rgba(101, 102, 116, 0.45);
}
.pb35{
	padding-bottom: 35px;
}
.topSlide{
	width: 71.875%;
	max-width: 1380px;
	border-radius: 16px;
	    overflow: hidden;
	/* min-width: 960px; */
	/* height: 620px; */
}
.swiper-slide img{
	width: 100%;
}
.swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border-radius:2px
}
:root{
	--swiper-theme-color: #000;  
}
.product-container{
	padding-bottom: 120px;
}
.subText{ 
	font-size: 18px;
	color: #545765;
	padding-top: 12px;
}

.allProduct{
	display: inline-block;
	padding-top: 36px; 
	color: #1C66FF;
	font-size: 16px;
}
.productWrap{
	margin-top: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.product_items{
	cursor: pointer;
	padding-bottom: 34px; 
	border-radius: 16px;
	overflow: hidden;
	margin: 0 5px;
} 
.product_items:hover{
	transition: all 0.1s ease-in-out; 
	background: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 100%);
	box-shadow: 0px 72px 80px -72px rgba(101, 102, 116, 0.45);
}
.product_items:hover .imgWrap{
	background-color: #fff;
}

.product_items:hover .imgWrap .hoverImg{
	transition: all 0.3s linear;
	opacity:1
}
.product_items:hover .imgWrap .initImg{
	transition: all 0.3s linear;
	opacity:0
}
.imgWrap{
	position: relative;
	width: 258px;
	height: 260px;
}
.imgWrap img.hoverImg{
	transition: all 0.3s linear;
	opacity:0
}
.imgWrap img.initImg{
	transition: all 0.3s linear;
	opacity:1
}
.imgWrap img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.productName{
	padding-top: 30px;
	font-size: 24px;
	font-weight: 600; 
}
.subName{
	color: #B2B7C1;
	font-size: 14px;
	padding-top: 5px; 
}

/* ODM */
.odm{
	width: 100%;
	height: 3.144em;
	background: url(../img/index/ODM.png) no-repeat 50%;
	background-size: cover; 
	color: #fff; 
} 
.odm span{
	font-size: 0.31em;
}
/*  穿戴技术研究院  */
.idoInstitute{
	position: relative;
	background-color: #000;
	text-align: center;
}
.blackImg{
	width: 100%;
	max-width: 1980px;
}
.idoInstituteBox{
	position: absolute;
	color: #fff; 
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-justify-content: center;
}
.idoInstituteBox h5{ 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.idoInstituteBox h5 span{
	margin-left: 12px;
	font-size: 34px;
}
.idoInstituteBox .subText{
	margin-top: 12px;
	font-size: 18px;
	color: #999BA3;
}
.idoInstituteBox .hrefWrap{
	padding-top: 36px;
}
.idoInstituteBox .hrefWrap a{
	color: #1C66FF;
	font-size: 16px;
}
.watchImgWrap{
	position: relative;
	width: 33.125%;
	min-width: 630px;
}
.textWrap{
	position: absolute;
	top: 10.8371%;
	z-index: 11;
}
 
.watchImg{
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}

.lightImg{
	position: absolute;
	bottom: 0;
	opacity: 0; 
}

.lightAnimate{
	animation: lightAnimate 0.5s ease-out 0.2s 1 forwards;
}
@keyframes lightAnimate{100%{opacity:1}}
.sportsItem{
	position: absolute;
	bottom: 30.25%;
	width: 100%;
	opacity: 0;
}

.sportsItem .itemUl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	flex-wrap: wrap;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: space-between;
}
.sportsItem .itemUl li{
	margin: 25px 0px;
	display: flex;
	align-items: center;
	flex: 0 0 33.3333%;
}
.sportsItem .itemUl li .iconText{
	flex: 1;
}
.sportsItem .itemUl li img{
	width: 100%;
	max-width: 66px;
}
.iconText p{
	font-size: 18px;
	padding-bottom: 6px;
	font-weight: 600;
}
.iconText span{
	font-size: 14px;
	color: #999BA3;
}
.textAnimation{ 
	transform: translateY(50px); 
	animation: fade-in-hero 1s ease-out 0.5s 1 forwards;
}
@keyframes fade-in-hero{100%{transform:translateY(0);opacity:1}}  

/* 爱都制造基地 */

.idoProduceBase{
	background: -webkit-linear-gradient(top, #ECECFE 0%,#F5F5F7 100%);
	background: -o-linear-gradient(top, #ECECFE 0%,#F5F5F7 100%);
	background: -ms-linear-gradient(top, #ECECFE 0%,#F5F5F7 100%);
	background: linear-gradient(to bottom, #ECECFE 0%,#F5F5F7 100%);
}
.produceBaseSwiper{
	margin-top: 56px; 
	max-width: 1980px;
	
}
.produceBaseSwiper img{
	border-radius: 16px;
} 
.produce-bullet{
	background-color: #fff;
	display: inline-block;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	margin: 0 4px;
	opacity: 0.2;
}
.produceBaseSwiper{
	background: none!important;
}
.produceBaseSwiper .swiper-slide{
	/* height: 500px; */
	position: relative;
} 
.produceBaseSwiper .swiper-pagination-bullet-active{
	opacity: 1;
}
.produceBaseSwiper .blackBox{
	position: absolute;
	top: 0;
	left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0,0,0,0.5);
	    border-radius: 16px;
} 
.produceBaseSwiper .slideText{
	position: absolute;
	text-align: left;
	color: #fff;
	top: 24%;
	left: 8.333%;
} 
.produceBaseSwiper .slideText h4{
	font-size: 30px;
	    font-weight: 600;
	    line-height: 42px;
		padding-bottom: 24px;
} 
.produceBaseSwiper .slideText li{
	font-size: 16px;
	line-height: 32px;
	color: rgba(255,255,255,0.6);
	max-width: 520px;
}
.produceBaseSwiper .slideText li .li_top{
	font-size: 16px;
	line-height: 32px;
	opacity: 1;
	color: #fff;
} 
.produceBaseSwiper .slideText li p{
	padding-bottom: 10px;
}
/* 服务与支持 */
.section4{
	padding-bottom: 120px;
	background: url(../img/index/bj_item.png) center no-repeat;
}
.serviceWrap{
	padding: 56px 0px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.serviceWrap .serviceItem{
	width: 240px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 72px 80px -72px rgba(101, 102, 116, 0.3);
	padding: 48px 43px 38px;
	opacity: 0;
	position: relative;
}
.rightIcon{
	position: absolute;
	top:0;
	right: 0;
}
.serviceAnimate1{
	transform: translateY(50px);
	animation: fade-in-hero1 0.5s ease-out 0s 1 forwards;
}
@keyframes fade-in-hero1{100%{transform:translateY(0);opacity:1}}  
.serviceAnimate2{
	transform: translateY(50px);
	animation: fade-in-hero2 0.5s ease-out 0.5s 1 forwards;
}
@keyframes fade-in-hero2{100%{transform:translateY(0);opacity:1}}  
.serviceAnimate3{
	transform: translateY(50px);
	animation: fade-in-hero3 0.5s ease-out 0.8s 1 forwards;
}
@keyframes fade-in-hero3{100%{transform:translateY(0);opacity:1}}  
.serviceAnimate4{
	transform: translateY(50px);
	animation: fade-in-hero4 0.5s ease-out 1.1s 1 forwards;
}
@keyframes fade-in-hero4{100%{transform:translateY(0);opacity:1}}  
.serviceWrap .itemTitle{
	padding-top: 18px;
	font-size: 24px;
	font-weight: 600;
}
.serviceWrap .itemDetail{
	padding-top: 26px;
	font-size: 14px;
	color: #545765;
	line-height: 24px;
}
.itemDetail ul li{ 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	align-items: center;
	-webkit-align-items: center;
}

.itemDetail ul li .liDesc{
	width: 6px;
	height: 6px;
	border-radius: 3px;
	margin-right: 6px;
	background-color: #999BA3;
}

/* 爱都动态 */
.serviceWrap .dynamicItem{
	width: 440px;
	height: 432px;
	background: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 100%);
	box-shadow: 0px 72px 80px -72px rgba(101, 102, 116, 0.12);
	border-radius: 16px;
	overflow: hidden;
}
.serviceWrap .dynamicItem:hover{
	box-shadow: 0px 36px 200px -56px #656674;
}
.serviceWrap .dynamicItem:hover .dynamicTitle{
	color: #1C66FF;
}
.dynamicItem .topImg{
	width: 440px;
	height: 230px;
	overflow: hidden;
}
.dynamicItem .cont{
	padding: 32px;
}
.dynamicItem .dynamicTitle{
	font-size: 20px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.dynamicItem .dynamicDdetail{
	padding-top: 16px;
	font-size: 14px;
	color: #999BA3;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.dynamicItem .dynamicTime{
	font-size: 14px;
	padding-top: 24px;
	color: #000E48;
}

/* 关于我们 */
.aboutUsWrap{
	width: 100%;
	background: url(../img/index/aboutUs.png) no-repeat 50%;
	background-size:cover;
	height: 436px; 
}
.aboutContWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.aboutUsWrap .aboutCont{
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
}
.aboutUsWrap .about_title{
	font-size: 40px;
	font-weight: 600;
	margin-right: 64px;
	opacity: 0;
}

.aboutUsWrap .about_detail{
	font-size: 14px;
	width: 710px;
	line-height: 30px;
	opacity: 0;
}

.aboutAnimate1{
	transform: translateY(50px);
	animation: fade-in-aboutTitle 1s ease-out 0s 1 forwards;
}
@keyframes fade-in-aboutTitle{100%{transform:translateY(0);opacity:1}}  
.aboutAnimate2{
	transform: translateY(50px);
	animation: fade-in-aboutDetail 1.2s ease-out 0.3s 1 forwards;
}
@keyframes fade-in-aboutDetail{100%{transform:translateY(0);opacity:1}}
 
 
 
 /* Phone */
 @media screen and (min-width: 200px) and (max-width: 1199px) { 
	/* 产品轮播 */
 	.topSwiper{
 		display: none;
 	}
	/* 产品中心 */
	.product-container{
		display: none;
	}
	.m-pro-center{
		padding: 0 0.4rem 1.6rem;
	}
	/* ODM */
	.odm{
		display: none;
	}
	.m_odm{
		background: url(../img/index/m_bj1.png) no-repeat 50%;
		height: 4rem;
		font-size:0.32rem; 
		background-size:cover;
		color: #fff;
	}
	/* 穿戴技术研究院 */
	.idoInstitute{
		display: none;
	}
	/* 爱都制造基地 */
	.idoProduceBase{
		display: none;
	}
	.m_base_top{
		padding: 0 0.4rem 0.48rem;
	}
	/* 服务与支持 */
	.section4{
		display: none;
	}
	/* 爱都动态 */
	.idoNews{
		display: none;
	}
	.dynamicItem{
		background: #FFFFFF;
		box-shadow: 0px 1.44rem 1.6rem -1.44rem rgba(101, 102, 116, 0.12);
		border-radius: 0.16rem;
		margin-bottom: 0.4rem;
	}
	.dynamicItem .topImg{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.dynamicItem .topImg img{
		width: 100%;
	}
	.dynamicItem .cont{
		padding: 0.48rem;
	}
	.dynamicItem .dynamicTitle{
		font-size: 0.32rem;
		font-weight: 600;
	}
	.dynamicItem .dynamicDdetail{
		padding-top: 0.32rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
	}
	.dynamicItem .dynamicTime{
		font-size: 0.28rem;
		padding-top: 0.32rem;
	}
	
	/* 关于我们 */
	.aboutUsWrap{
		display: none;
	}
 }
 .m_odm .align_center{
 	    height: 100%;
 	    padding: 0 0.4rem;
 	    text-align: center; 
 }
 /* phone 轮播 */
 .m_top_swiper{
	box-shadow: 0px 2.6rem 6.2rem -2.6rem rgba(101, 102, 116, 0.45); 
 }
 /*  移动端 顶部轮播 */
 .slideCont{
 	width: 100%;
 	height: 10.96rem;
 }
 .m_slider1{ 
 	background: url(../img/index/m_slider1.png) no-repeat center;
 	background-size: cover;
 }
 .m_slider2{
	background: url(../img/index/m_slider2.png) no-repeat center; 
	background-size: cover;
	
 }
 .m_slider3{
 	background: url(../img/index/m_slider3.png) no-repeat center;
 	background-size: cover;
 }
 .m_slider4{
 	background: url(../img/index/m_slider4.png) no-repeat center;
 	background-size: cover;
 }
 .m_slider5{
	background: url(../img/index/m_slider5.png) no-repeat center;
	background-size: cover;
 }
	.m_top_swiper .slideCont{
		padding-bottom: 0.88rem;
	}
 .m_top_swiper .slideCont .p-title{
	font-size: 0.56rem;
	line-height: 1;
	padding-top: 0.72rem;
	font-weight: bold;
 }
 .m_top_swiper .slideCont .p-detail{
 	font-size: 0.28rem;
 	color: #595757;
 	padding-top: 0.3rem;
 }
 .m_top_swiper .slideCont h5{
	font-size: 0.56rem;
	line-height: 1;
	padding-top: 0.3rem;
	font-weight: bold;
 }
 .m_top_swiper .slideCont .sub_h5{
	font-size: 0.36rem;
	padding-bottom: 0.32rem;
 }
 .m_top_swiper .slideCont .alexaBtn{
	width: 1.8rem;
	margin: 0.36rem auto 0;
 }
 .m_top_swiper .m-top-bullet{
 	background-color: #000;
 	display: inline-block;
 	width: 0.4rem;
 	height: 0.08rem;
 	border-radius:0.04rem;
 	margin: 0 0.08rem;
 	opacity: 0.2;
 }
 .m_top_swiper .swiper-pagination-bullet-active{
 	opacity: 1;
 }
  .m_top_swiper .slideCont.m_slider2 .p-title{
	font-size: 0.48rem;
	line-height: 0.48rem;
	padding-top: 0.72rem;
	color: #fff;
 }
 .m_top_swiper .slideCont.m_slider2 .p-detail{
	font-size: 0.36rem;
	line-height: 0.48rem;
	padding-top: 0.36rem;
	color: #fff;
 }
 
  /* phone 产品中心 */
  .m_base_top h3{
	padding-top: 1.6rem;
	font-size: 0.6rem;  
  }
 .m_base_top h3 img{ 
 	margin-right: 0.24rem;
 }
.m_base_top h3 span{
	font-size: 0.6rem;
	font-weight: 600; 
}
.m_base_top  .subText{
	font-size: 0.32rem;
	color: #545765;
	padding-top: 0.16rem;
	line-height: 0.56rem;
}
.m_base_top .hrefText{
	display: inline-block;
	padding-top:0.72rem;
	color: #1C66FF;
	font-size: 0.28rem;
}
.m_pro_wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	padding-top: 0.32rem;
	
}
.m_pro_wrap .m_pro_items{
	width: 49%;
	background: linear-gradient(135deg, #FFFFFF 0%, #FAFAFA 100%);
	box-shadow: 0px 1.44rem 1.6rem -1.44rem rgba(101, 102, 116, 0.45);
	border-radius: 0.16rem;
	overflow: hidden;
	padding-bottom: 0.32rem;
	margin-top: 0.16rem;
}
.m_pro_wrap .m_imgWrap{
	background-color: #fff;
}
.m_pro_wrap .m_imgWrap .initImg{
	width: 100%;
}
.m_pro_wrap .m_pro_name{
	padding-top: 0.32rem;
	font-size: 0.36rem;
	font-weight: 600;
}
.m_pro_wrap .m_sub_name{
	font-size: 0.24rem;
	color: #B2B7C1;
	padding-top: 0.08rem;
}
.m_idoInstitute .iconText{
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}

/* 穿戴技术研究院 */
.align_end{
	align-items: flex-end;
	display: flex;
}

.m_idoInstitute{
	height: 9.3rem;
	background: url(../img/index/m_bj2.png) no-repeat center;
	background-size: cover;
}
.m_idoInstitute .iconItemWrap{
	padding: 0 0.26rem;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.m_idoInstitute .iconItem{
	width: 50%;
	margin-bottom: 0.72rem;
}
.m_idoInstitute .icon{
	width: 0.96rem;
}
.m_idoInstitute .iconText p{
	font-size: 0.24rem;
	font-weight: 600;
	color: #fff;
	padding: 0;
}
.m_idoInstitute .watchWrap{
	text-align: center;
	position: relative;
}
.m_idoInstitute .watchWrap img{
	width: 6.2rem;
}
.m_idoInstitute .watchWrap .m_light{
	position: absolute;
	width: 6.6rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.5rem;
}

/* 爱都制造基地 */
.m_probase_swiper .swiper-slide{
	width: 76.875%;
	position: relative;
	border-radius: 0.16rem;
	overflow: hidden;
	/* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); */
}
.m_probase_swiper .m-pro-bullet{
 	background-color: #FFFFFF;
 	display: inline-block;
 	width: 0.4rem;
 	height: 0.08rem;
 	border-radius:0.04rem;
 	margin: 0 0.08rem;
 	opacity: 0.2;
}

 .m_probase_swiper .swiper-pagination-bullet-active{
 	opacity: 1;
 }
 .shadowText{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10; 
	color: #fff;
 }
 .shadowText h4{
 	font-size: 0.48rem;
 	    font-weight: 600;  
	text-align: left;
	padding: 0 0.72rem 0.56rem;
 } 
.shadowText li{
 	font-size: 0.24rem;
 	line-height: 0.48rem;
 	color: rgba(255,255,255,0.8);
 	padding: 0 0.72rem;
	text-align: left;
 }
 .m_pb40{
	 padding-bottom: 0.3rem!important;
 }
.shadowText li .li_top{
 	color: rgba(255,255,255,1);
 } 
.shadowText li p{
 	padding-bottom: 0.2rem;
	color: rgba(255,255,255,0.6);
 }
 
/* 服务与支持 */
.m_service_swiper .serviceItem{
	width: 4.56rem;
	height: 4.48rem;
	background: #FFFFFF;
	box-shadow: 0px 1.44rem 1.6rem -1.44rem rgba(101, 102, 116, 0.3);
	border-radius: 0.16rem;
	padding: 0.96rem 0.72rem 0.72rem;
	text-align: left;
}
.m_service_swiper .serviceItem img{
	width: auto;
}
.m_service_swiper .serviceItem .itemTitle{
	font-size: 0.4rem;
	padding-top: 0.4rem;
}
.m_service_swiper .serviceItem .itemDetail{
	font-size: 0.26rem;
	color: #545765;
	padding-top: 0.52rem;
	line-height: 0.48rem;
}
.m_service_swiper .swiper-slide{
	width: 80%;
    background: #FFFFFF;
	border-radius: 0.16rem;
	box-shadow: 0px 1.44rem 1.6rem -1.44rem rgba(101, 102, 116, 0.3);
}

/* 爱都动态 */
.m-news-wrap{
	padding: 0 0.4rem;
}

/* 关于我们 */
.m_aboutCont{
	widows: 100%;
	height: 11.36rem;
	background: url(../img/index/bj_aboutUs.png) no-repeat 50%;
	background-size: cover;
}
.m_aboutCont .about_title{
	padding-top: 1.36rem;
	color: #FFFFFF;
	font-size: 0.48rem;
	font-weight: bold;
}
.m_aboutCont .about_detail{
	padding: 0.72rem 0.4rem 0;
	color: #FFFFFF;
	line-height: 0.64rem;
	font-size: 0.28rem;
	opacity: 0.8;
}
