*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
}
input{
	border: 0;
	background: none;
			 font-family: 'siyuan';
}
html body{
	width: 100%;
			 font-family: 'siyuan';
}
@font-face {
    font-family: 'siyuan';
   src:url('../font/siyuan.ttf') format('truetype');  
}
.page1{
	width: 100%;
	position: relative;
}
.page1bg{
	display: block;
	width: 100%;
}
.play{
	display: block;
	width: 7.18%;
	position: absolute;
	z-index: 90;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.play img{
	display: block;
	width: 100%;
}

.page1_register{
	display: block;
	width: 14%;
	height: 10%;
	position: absolute;
	z-index: 90;
	top:59%;
	right: 3.3333%;

}











.page1searchbox{
	width: 100%;
	height: auto;
	background-color: #0051a0;
	padding: 2% 0;
	
}
.page1search{
	position: relative;
	width: 66%;
	margin: 0 auto;
}
.page1searchbox img{
	display: block;
	width: 100%;
}

.page1search label{
	display: block;
}
.page1search label input{
	display: block;
	width: 63%;
	height: 100%;
	position: absolute;
	z-index: 16;
	top:0;
	left: 0;
	font-size: 40px;
	color: #a8a8a8;
	text-indent: 31px;
	    outline: none;

}



.searchutton{
	display: block;
	width: 22%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top:0;
	right: 0;
}


.page2{
	width: 100%;
	height: auto;
}
.page2top{
	width: 100%;
	height: 100px;
	background: #0051a0;
}
.page2top ul{
	width: 65.7%;
	height: 100%;
	margin: 0 auto;

}

.page2top ul li{
	float: left;
	width: 25%;
	height: 100%;
	text-align: center;
	cursor: pointer;
}
.page2top ul li a{
	display: block;
	color: #fff;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
	font-size: 30px;
}
.page2top ul li:nth-child(2) a{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.page2top ul li:nth-child(3) a{
	border-right: 1px solid #fff;
}


.page2top ul li.active{
	background: url(../images/icon.png) no-repeat center bottom;
	background-size: 10%;
}
.page2top ul li.active a{
	font-weight: 700;
}
.page2con{
	width: 100%;
	position: relative;
}
.page2bg{
	display: block;
	width: 100%;
}

.page2action{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0;
}
.page2_list{
	width: 100%;
	display: none;
}
.page2_menu{
	width: 66%; /*1267*/
	margin: 0 auto;
	margin-top: 5.6%;

}

.page2_menu2{
	width: 66%; /*1267*/
	margin: 0 auto;
	margin-top: 10%;

}

.page2left{
	float: left;
	width: 31%;/*392  392/1267=31%*/

}
.page2left span{
	display: block;
	width: 100%;
}
.page2left span img{
	display: block;
	width: 100%;
}

.page2left .btn_solution{
	display: block;
	width: 52.8%;
}
.page2left .more_btn{
	display: block;
	width: 51%;
	    margin-top: 29%;
}

.page2left a img{
	display: block;
	width: 100%;
}

.page2right{
	width: 62.5%;
	float: right;
	position: relative;
}

.page2right img{
	display: block;
	width: 100%;
}
.applets_play{
	display: block;
	width: 17.3%;
	height: auto;
	position: absolute;
	z-index: 10;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.applets_play img{
	display: block;
	width: 100%;
}
.page2_laye1{
	width: 91%;
	position: absolute;
	z-index: 90;
	top:6%;
	left: 4.5%;
	display: none;
}

.page2_laye1 img{
	display: block;
	width: 100%;
}

.page2_laye1_close{
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	z-index: 99;
	top: 1%;
	right: 1%;
}
.page2_use1{
	width: 100%;
	display: none;
}



.page2swiper{
	width: 100%;
	padding: 1.4% 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
}
.page2swipercon{
	width: 66%; /*1268*/
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.page2swiper .swiper-container {
      width: 63%; /*1268*/
      height: 100%;
	  margin: 0 auto;
    }
.page2swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: none;
  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;
}

.swiperpage{
	width:100%;
	height: 100%;
	margin: 0 auto;
}

.swiperpage span{
	display: block;
	float: left;
	width: 44%;
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor: pointer;
	color: #fff;
}
.swiperpage .spanhover{
	opacity: 1;
	filter:alpha(opacity=100);
}
.swiperpage span:nth-last-child(1){
	float: right;
}
.swiperpage span img{
	display: block;
	width: 100%;
}
















.page3{
	width: 100%;
	position: relative;
}
.page3 .page3bg{
	display: block;
	width: 100%;
}

.page3con{
	width: 100%;
	position: absolute;
	z-index: 1;
	top:18%;
	left: 0;
}
.page3text{
	display: block;
	width: 52.6%;
	margin: 0 auto;
}
.page3text img{
	display: block;
	width: 100%;
}


.page3search{
	width: 57.5%;
	margin: 5% auto 0;
	position: relative;
}
.page3search img{
	display: block;
	width: 100%;
}

.page3search span{
	display: block;
	width: 64%;
	height: 100%;
	position: absolute;
	z-index: 10;
	top:0;
	left: 0;
}
.page3search span input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 34px;
	color: #b6b6b6;
	text-indent: 30px;
	line-height: 2;
	outline: none;
}


.page3search_button{
	display: block;
	width: 22%;
	height: 100%;
	position: absolute;
	z-index: 10;
	right: 0;
	top:0;

}

.page3bot{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
}

.page3bot>img{
	display: block;
	width: 100%;
	
}
.page3bot span{
	    display: block;
	    width: 9.3%;
	    margin: 0 auto;
	    position: absolute;
	    z-index: 20;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    -webkit-transform: translate(-50%,-50%);
	    -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
}

.page3bot span img{
	display: block;
	width: 100%;
}

.page2right_applets{
	position: relative;
}
.appletsvideo{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99;
	top:0;
	left: 0;
	
}


.layvideobox {
    width: 101%;
        height: 101%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        z-index: 9;
        left: -1%;
}
.page2right_applets .button {
    display: block;
    width: 13.89870435806832%;
    height: 24.34077079107505%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin-left: -7%;
    margin-top: -8.8%;
}
.page2right_applets .layvideobox img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    position: absolute;
}
.page2right_applets .video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
	display: none;
}
.page2right_applets .video video {
    display: block;
    width: 100%;
    height: 100%;
}


.business_register{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	top:0;
	left: 0;
	display: none;
}
.business_register img{
	display: block;
	width: 100%;
}
.business_register a{
	    display: block;
	        width: 41%;
	        height: auto;
	        margin: 0 auto;
	        position: absolute;
	        z-index: 9999;
	        top: 50%;
	        left: 11.5%;
}
.business_register a img{
	display: block;
	width: 100%;
}






.business_registerfood{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	top:0;
	left: 0;
	display: none;
}
.business_registerfood img{
	display: block;
	width: 100%;
}
.business_registerfood a{
	  display: block;
	  	width: 33%;
	  	height: auto;
	  	margin: 0 auto;
	  	position: absolute;
	  	z-index: 9999;
	  	top: 56%;
	  	right: 11.5%;
}
.business_registerfood a img{
	display: block;
	width: 100%;
}
