html,body{
	margin: 0 auto;
}

@media (min-width: 1200px){
	.container {
	    max-width: 1200px  !important;
	}
}

	.what{
	    opacity: 0;
	}




.carousel-indicators .Dot {
    box-sizing: content-box ;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 9px;
    height: 9px;
    border-radius: 14px;
    margin-right: 7px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
     border-top: none;
     border-bottom: none;
    opacity: .5;
    transition: opacity .6s ease;
}


.banner-content{
	width: 1200px;
    height:100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.banner-content img{
    position:relative;
    right:-1000px;


}
.bannerRight{
    animation: bannerRight 1s;
    -moz-animation: bannerRight 1s;	/* Firefox */
    -webkit-animation: bannerRight 1s;	/* Safari 和 Chrome */
    -o-animation: bannerRight 1s;	/* Opera */
    animation-fill-mode : forwards;
}
/*体验*/
.experience p{
    font-size:40px;
    color:white;
    letter-spacing: 5px;
}
.index-right1{
    margin-bottom:15px;
    position:relative;
    left:-1000px;
    animation: bannerLeft 1s;
    -moz-animation: bannerLeft 1s;	/* Firefox */
    -webkit-animation: bannerLeft 1s;	/* Safari 和 Chrome */
    -o-animation: bannerLeft 1s;	/* Opera */
    animation-fill-mode : forwards;
}
.exp-submit{
    width:100%;
    margin-top:25px;
    border-radius:30px;
    display: flex;
    align-items: center;
}
.exp-submit a:nth-child(3),.exp-submit a:nth-child(4){
    margin-left:30px;
}
.exper,.phone-exper,.exp-submit .consult{
    padding: 5px 30px;
    margin:5px 0;
    position: relative;
    right: -2px;
    font-size:20px;
    color:white;
   /* background: #007bff; */
    border:1px solid white;
    border-radius:40px;
    text-align: center;
    cursor:pointer;
    text-decoration: none;
}
.exper:hover,.exp-submit .consult:hover{
    background: white;
    color:#007bff;
    text-decoration: none;
}

.phone-exper:hover{
    background: white;
    border:1px solid white;
    color:#F67D09;
    text-decoration: none;
}

/*  */



.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.bannerTitle{
	position: absolute;
	font-size: 40px;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
.LocationItem{
	position: absolute;
}
.Location{
	position: relative;
	color: #ffffff;
	    justify-content: space-around;
	    align-items: center;
	width: 1200px;
	height: 100%;
	display: flex;
	top: -700px;
	left: 0;
	right: 0;
	 margin: 0 auto;
}
.TextContent{
	font-size: 40px;
	margin:auto 0;
}
.information{
	width: 180px;
	height: 50px;
	border: 1px solid #FFFFFF;
	border-radius: 30px;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
	margin-top: 60px;
	cursor: pointer;
}
.Location img{
	margin-left: auto;
}

.items{
	height: 700px;
}
.introduce{
	margin: 80px 0;
	text-align: center;
}
.container>h3{
	width: 100%;
	color: #333;
	margin-bottom: 30px;
	text-align: center;
}
.what{
	color: #888888;
	font-size: 16px;

}
.what span{
	color: #0073fe;
}
.introduce>img{
	vertical-align: middle;
	margin-top: 60px;
}
.RFIDType{
	position: relative;
}
/* .RFIDType img{
	width: 100%;
} */
.MobileTite{
	width: 100%;
	display: flex;
	border-bottom: 2px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	align-items: center;
	justify-content: space-around;
	height: 80px;
	line-height: 80px;
}
.RFIDcontainer{
	/* padding: 40px 0; */
	width: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	height: 800px;
	

}
.RFIDcontainer>.container>h3{
	color: #FFFFFF;
	margin-top: 20px;
}
.RFIDActive{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.BoxOuter{
	position: relative;
	height: calc(100% - 165px);
	overflow: hidden;
	
}
.MobileBox{
	width: 5850px;
	padding: 60px 0;
	/* display: flex; */
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	    display: flex;
	    -webkit-box-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    align-items: center;
	
	
}
.RFIDTYpe1{
	width: 100%;
	display: flex;
}
.RFIDContent{

	height: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
.RFIDTYpes{
	/* width: 100%; */
	display: flex;
	
	-webkit-box-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    align-items: center;
	
}
.lastRFIDTYpes{
	width: 100%;
	display: flex;
}
.RFIDTYpes img{
	height: 100%;
}
.lastRFIDTYpes img{
	width: 200px;
}
.RFIDTypeImg {
	height: 800px;
	width: 100%;
}
.Explain{
	width: calc(100% - 260px);
	/* margin-left: 80px; */
	margin: auto 0 auto 60px;
}
.ExplainDetail{
	height: 40px;
	  background: -webkit-linear-gradient(left,  rgba(255,255,255,0.2), rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
	  background: -o-linear-gradient(right,  rgba(255,255,255,0.2), rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
	  background: -moz-linear-gradient(right, rgba(255,255,255,0.2), rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
	  background: linear-gradient(to right,  rgba(255,255,255,0.2), rgba(255,255,255,0)); /* 标准的语法 */
	  /* margin-bottom: 30px; */
	  color: rgba(255,255,255,0.5);
	  display: flex;
	  line-height: 40px;
	  padding: 0 40px;
	  font-size: 14px;
}
.ExplainDetailTop{
	margin-top: 30px;
}
.ExplainDetail p{
	color: #FFFFFF;
}

.RFIDHardware{
	margin: 90px 0;
}
.HardwareList{
	width: 100%;
	display: flex;
	margin-top: 80px;
	height: 520px;
}
.menuList{
	width: 210px;
	background: #f7f7f7;
	
	
}
.MenuTitle{
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	padding: 0 30px;
	cursor: pointer;
}
.HardwareActive{
	color: #FFFFFF;
	/* background: #266df0; */
	background: #357dcf;
}
.HardwareInfo{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.HardwareContent{
	width: 100% ;
	margin-left: 10px;
	background: #f7faff;
    height: 100%;
	padding: 40px;
		display: flex;

}
.substance{
	width: 62%;
	margin: auto 0;

}
.describe{
	color: #666666;
	font-size: 14px;
	margin-bottom: 40px;
}
.scene{
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}
.scene span{
	color: #ff5959;
}
.Advantage{
		margin-top: 40px;
		display: flex;
		align-items: center;
		   flex-wrap: wrap;
}
.AdvantageInfo{
	width: 186px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	/* color: #266df0; */
	color: #357dcf;
	background: #e6efff;
	border: 1px solid #86b0ff;
	margin-right: 40px;
    margin-bottom: 30px;
	font-size: 14px;
}
.AdvantageInfo:hover{
	color: #FFFFFF;
	/* background: #266df0; */
	background: #357dcf;
}
.ConsultationBtn{
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	/* border: 1px solid #266df0; */
	/* color: #266df0; */
	border: 1px solid #357dcf;
	color: #357dcf;
	text-align: center;
	margin-top: 20px;
	cursor:pointer;
}
.ConsultationBtn:hover{
	color: #FFFFFF;
	/* background:#266df0 ; */
	background: #357dcf;
}



/*盘点器结构*/
.structure{
    margin-top:90px;
    height:800px;
    color:white;
    position:relative;
}
.structure-img{
    height:800px;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.structure-img img{
    position:absolute;
    top:0;
}
.structure-img img:nth-child(1){
    opacity: 1;
}
.structure-img img:not(:nth-child(1)){
    opacity: 0;
}
.structure .container{
    position:absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    z-index: 444;
}

.structure-tittle >h3{
    text-align: center;
    font-size:30px;
    margin:80px auto;
	color: #FFFFFF;
}

.structure-body{
    font-size:18px;
}
.structure-nav{
    padding: 0 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin:0 auto;
    height:80px;
    border-bottom:3px solid #757678;
    box-sizing: border-box;
    position:relative;
}
.structure-nav .line-wrap{
   position:absolute;
    bottom:-3px;
    height:3px;
    width:80%;
    margin:auto;
}
.line-wrap .line{
    height:3px;
    width:36px;
    position:absolute;
    bottom:0;
    left:0;
    background: #ff9c1a;
}
.structure-nav span{
    display: block;
    height:83px;
    line-height:83px;
    cursor:pointer;
    box-sizing: border-box;
}
.structure-nav span.change{
    color:#ff9c1a;
}
.structure-nav span:hover{
    color:#ff9c1a;
}
.nav-content{
    padding: 0 10%;
    height:510px;
    position:relative;
}
.nav-content li{
    height:100%;
    width:100%;
    text-align: center;
    position:absolute;
    top:0;
    left:0;
   display: none;
}
.nav-content li .img{
    height:100px;
    width:100px;
    text-align: center;
    line-height:100px;
    margin:70px auto;
}
.nav-content li p{
    margin-bottom:90px;
    font-size:22px;
}
.nav-content li.active{
    display: block;
}
.consultation{
    /* color:#4095ff; */
	color: #357dcf;
    height:40px;
    line-height:40px;
    width:140px;
    display: block;
	border: 1px solid #357dcf;
    /* border:1px solid #4095ff; */
    border-radius: 30px;
    font-size:14px;
    margin:0 auto;
	cursor:pointer;
}
.consultation:hover{
    
    text-decoration:none;
    cursor:pointer;
    /* background:#4095ff; */
	border: 1px solid #266df0;
	background: #266df0;
	color: #FFFFFF;
}

.RFIDcase{
	width: 100%;
	background: #f8f8f8;
	/* margin-bottom: 310px; */
}
.CaseTitle{
	height: 80px;
	text-align: center;
	line-height: 80px;
	background: #FFFFFF;
	margin: 60px 0;
}
.CaseContent{
	width: 100%;
	padding: 20px;
	display: flex;
	justify-content: space-around;
	/* justify-content: flex-start; */
	flex-wrap: wrap;
}
.caseInfo{
	margin-bottom: 30px;
	    width: 350px;
		
		height: 350px;

}
.casebg{
	background: #FFFFFF;
}
.caseInfo p{
	margin-top: 1rem;
	font-size: 16px;
	color: #333333;
	
	padding: 0 20px;
}
.caseInfo img{
	width: 100%;
	height: auto;
}
.caseInfo div{
	word-wrap:break-word;
	font-size: 14px;
	color: #666666;
	padding: 0 20px;
}

.Solution{
	width: 100%;
	background: #FFFFFF;
	padding: 80px 0;
}
.Solution h3{
	text-align: center;
	margin-bottom: 40px;
}
.RFIDSolution{
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.industrys{
	position: relative;
}
.industrys >div{
	position: absolute;
	top: 60%;
	text-align: center;
	color: #FFFFFF;
	left: 40%;
}
/*产品优势与特点*/
.industry{
    width:100%;
  
    background: #FFFFFF;
}
.industry-tittle{
    padding-top:90px;
    width:100%;
    font-size:30px;
    text-align: center;
    margin-bottom:50px;
}
.industry-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-bottom:50px;
}
.industry-class{
    width:280px;
    text-align: center;
    background: #fafafa;
    margin-bottom:30px;
}
.industry-class div{
    background: #FAFAFA;
}
.industry-class img{
    margin: 15px 0;
}
.industry-class h3{
    font-size:20px;
    color:#666;
    margin-top:25px;
}
.industry-class p{
    padding:0 15px;
    margin-top:25px;
    margin-bottom:65px;
    height:40px;
    font-size:14px;
    color:#999;
    text-align: left;
}
/*仓库解决方案*/
.storage{
    margin-top:90px;
    padding-bottom:60px;
    text-align: center;
}


/*门店解决方案*/
.shop{
    padding-top:90px;
    text-align: center;
    background: #F3F4F6;
    padding-bottom:60px;
}
.shop .shipments{
    padding: 0 150px;
    margin-bottom:60px;
}
.shop .video{
    background: white;
}
/*珠宝解决方案*/
.jewelry{
    padding-top:90px;
    text-align: center;
    background: white;
}
.jewelry .shipmentsClass p{
    margin-top:20px;
}
.jewelry .shipments{
    padding:0 75px;
}
.jewelry .shipmentsClass{
    width:470px;
}


.storage .title p,.shop .title p,.jewelry .title p{
    padding:0 100px;
}

.title h3{
    font-size:30px;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.title p{
    margin-bottom:50px;
    text-align: center;
    color:#888888;
    line-height:30px;
    font-size:16px;
    opacity: 0;
}
.video{
    width:460px;
    height:200px;
    margin:0 auto 60px;
    background: #F3F4F6;
    border-radius: 4px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}
.video video{
    height:100%;
}
.shipments{
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shipmentsClass{
    width:250px;
    margin-bottom:30px;
}
.shipmentsClass img{
    width:100%;
}
.shipmentsClass p{
    margin-top:10px;
    text-align: center;
    color:#333;
    font-size:14px;
}


/*  */
.desktop{
	margin: 20px 0;
}


.RFIDBtn{
	cursor: pointer;
}

/* 手机屏幕 */
@media screen and (max-width: 767px){
	.items{
		height: 200px;
	}
	.nav-content{
		height: 358px;
	}
	.structure{
		height: 660px;
	}
	.items>img{
		height: 200px;
		width: 100%;
	}
	.structure-img{
		height: 570px;
	}
	.structure-tittle >h3{
		    margin: 40px auto;
	}
	.Location {
	    position: relative;
	    color: #ffffff;
	    justify-content: space-around;
	    align-items: center;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    top: -200px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	}
	.banner-content{
		    width: calc(100% - 10px);
		    padding: 0 5px;
	}
	.bannerRight{
		width: 180px;
	}
	.experience p{
		font-size: 12px;
	}
	.exper, .phone-exper, .exp-submit .consult{
		padding: 5px 10px;
		font-size: 12px;
	}
	.introduce>img{
		width: 100%;
	}
	.introduce>.container>img{
		width: 100%;
	}
	.video video{
		width: 100%;
	}
	.shipments {
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    flex-wrap: wrap;
	}
	.shop .shipments{
		    padding: 0 20px;
		    margin-bottom: 60px;
	}
	.industry-body{
		justify-content: center;
	}
	.what {
	    opacity: 1;
	}
	.storage .title p, .shop .title p, .jewelry .title p{
		padding: 0;
	}
}



