.sec1-title-p-left{
	float:left;
	padding-top:20px;
	font-size:14px;
	color:#ffffff
}
.sec1-title-div-right{
	float:right;
	padding-top:20px;
	width:180px
}
.sec1-title-p2-left{
	float:left;
	font-size:12px;
	color:#ffffff
}
.sec1-title-p2-left:hover{
	color:#1CC76C;
	cursor:pointer
}
#sep{
    float: left;
    display: block;
    border-left: 1px solid #454a54;
    margin: 3px 10px;
    height: 16px;
    width: 0px;
    line-height: 1.42857143;
    overflow: hidden;
}

.btn-download-wis{
	float:right;
	width:90px;
	height:30px;
	border-radius:4px;
	background:#1cc76c;
	border-width:0px;
	color:#ffffff;
	font-size:12px;
	margin-top:15px
}
.btn-download-wis:hover{
	border-radius:4px;
	background:#34985a
}

.sec1-img1{
	margin-top:96px;
	text-align:center;
	width:478px;
	height:	219px
}
.sec1-img2{
	margin-top:50px;
	text-align:center;
	width:383px;
	height:	274x
}

.sec1-title{
	font-size: 16px;
	color: #efefef;
	text-align: center
}

.sec1-eye-box{
	width:250px;
	height:49px;
	margin-top:90px;
}
.sec1-img-eye{
	width:49px;
	height:49px;
	float:left
}
.eye-p{
	font-family:'PingFang SC',"Microsoft YaHei", 'sans-serif';
	margin-left:26px;
	margin-top:-10px;
	font-size:48px;
	color:#FFF;
	float:left
}
.look-p-green{
	color:#1cc76c;
	font-size:18px;
	text-align:center;
	margin:30px 0px;
}
.look-p-white{
	color:#fff;
	font-size:14px;
	text-align:center;
}

.sec1-img3{
	margin-top:60px;
	text-align:center;
	width:1190px;
	height:	460px
}

.sec2-img1{
	text-align:center;
	width:1190px;
	height:	560px
}

.sec3-img1{
	padding-top:40px;
	width:1188px;
	height:	635px
}

.sec4-img1{
	margin-top:60px;
	text-align:center;
	width:1190px;
	height:	635px
}
.sec4-walk-box{
	width:250px;
	height:49px;
	padding-top:90px;
}

.walk-p-green{
	color:#1cc76c;
	font-size:18px;
	text-align:center;
	margin-top:80px;
}

.sec5-inspection-box{
	width:250px;
	height:49px;
}

.sec5-img1{
	margin-top:60px;
	text-align:center;
	width:1190px;
	height:	655px
}
.sao-p-green{
	color:#1cc76c;
	font-size:18px;
	text-align:center;
	margin-top:50px;
}

.sec6-img{
	margin-top:100px;
	text-align:center;
	width:1190px;
	height:	355px
}

.sec7-inspection-box{
	padding-top:110px;
	width:280px;
	height:49px;
}
.sec7-img1{
	margin-top:5px;
	float:left;
	width:42px;
	height:37px;
}
.sec7-code{
	margin-top:50px;
	width:200px;
	height:200px;
}

/*加载等待动画*/

.spinner {
  margin: 100px auto 0;
  width: 150px;
  text-align: center;
}
 
.spinner > div {
  width: 30px;
  height: 30px;
  background-color: #67CF22;
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
 
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
