body,html{font-family: "HelveticaNeue";}
* {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
}
.hidden{
	display:none;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.kv{
	width: 100%;
	height:1002px;
	position: relative;
	min-width: 1200px;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/bg2.jpg) center top no-repeat;
}
.kv>.wrap_con{
	width: 1200px;
	height:1002px;
	margin: 0 auto;
	position: relative;
}
.kv>.wrap_con .play
{
	width:110px;
	height:110px;
	position: absolute;
	top:350px;
    left:50%;
    margin-left:-55px;
     animation: vGo 2s linear infinite;
    -webkit-animation: vGo 2s linear infinite;
}
@keyframes vGo{
	0%{transform: scale(0.9);}
	50%{transform: scale(1);}
	100%{transform: scale(0.9);}
}
@-webkit-keyframes vGo{
	0%{transform: scale(0.9);}
	50%{transform: scale(1);}
	100%{transform: scale(0.9);}
}
.kv>.wrap_con .play img{
	width:100%;
	height:100%;
}
.down_box{
    position: fixed;
    left: 40px;
    top: 60%;
    width: 174px;
    height: 349px;
    background: url(../images/download.png) center top no-repeat;
    background-size: 100% 100%;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    z-index: 999;
}
.down_box>a{
	width:161px;
	height:60px;
	position: absolute;
	  transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.down_box>a:hover{
    transform: translate(0, -8px);
  -webkit-transform: translate(0, -8px);
}
.down_box>a:hover .ico{
    transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.down_box>a img.btn_bg{
	width:100%;
	height:100%;
}
.down_box .down_az{
    left: 50%;
    bottom: 10px;
    margin-left: -80.5px
}
.down_box .down_az .ico{
    width: 26px;
    height: 31px;
    position: absolute;
    left: 29px;
    top: 50%;
    margin-top: -15.5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.down_box .down_ios{
    left: 50%;
    bottom: 83px;
    margin-left: -80.5px;
}
.down_box .down_ios .ico{
    width: 25px;
    height: 31px;
    position: absolute;
    left: 26px;
    top: 50%;
    margin-top: -16.5px;
        transition: all 1s;
    -webkit-transition: all 1s;
}
.down_box .ewm{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: 28px;
}
.kv>.wrap_con .light{
    display:none;
    width: 971px;
    height: 329px;
    background: url(../images/light.png) center top no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 683px;
    right: 105px;
    z-index: 1;
     animation: twinkling 2s infinite ease-out; 
  -moz-animation: twinkling 2s infinite ease-out; 
  -o-animation: twinkling 2s infinite ease-out; 
    -webkit-animation: twinkling 2s infinite ease-out; 
}
@keyframes twinkling{ /*透明度由0到1*/
  0%{
  opacity:0; /*透明度为0*/
  }
 50%{
  opacity:0.5; /*透明度为1*/
  
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}
@-webkit-keyframes twinkling{ /*透明度由0到1*/
 0%{
  opacity:0; /*透明度为0*/
  }
 50%{
  opacity:0.5; /*透明度为1*/
  
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}
@-moz-keyframes twinkling{ /*透明度由0到1*/
  0%{
  opacity:0; /*透明度为0*/
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}
@-o-keyframes twinkling{ /*透明度由0到1*/
  0%{
  opacity:0; /*透明度为0*/
  }
  100%{
  opacity:1; /*透明度为1*/
  
  }
}

.kv .logo1{
    position: absolute;
    z-index: 10;
    width: 398px;
    height: 214px;
    top: 30px;
    left: 20px;
}
.kv .logo1 img{
    width:100%;
    height:100%;
}
.kv .slogan1{
    position: absolute;
    z-index: 10;
    width: 930px;
    height: 359px;
    bottom: 50px;
    right: 0;
}
.kv .slogan1 img{
    width:100%;
    height:100%;
}
.bottom_box{
    width:100%;
    height:163px !important;
    min-width:1200px;
    background-color:#2B2B2B;
    position:relative;
    overflow: hidden;
}
.bottom_box .wrap{
    width:1072px;
    height:100%;
    position: relative;
    margin:0 auto;
}
.bottom_box ul{
    width:100%;
    height:100%;
    position:relative;
    overflow: hidden;
}
.bottom_box ul li{
    overflow: hidden;
    float:left;
    margin-top:25px;
}
.bottom_box ul li img{
    display: block;
    width:113px;
    height:113px;
    float:left;
    margin-right:20px;
}
.bottom_box ul li a{
	display: block;
	width:100%;
	height:100%;
}
.bottom_box ul li .bottom_box_txt{
    float:left;
}
.bottom_box ul li .bottom_box_txt p:nth-child(1){
    font-size:24px;
    color:#cccccc;
    margin-top:5px;
}
.bottom_box ul li .bottom_box_txt p:nth-child(2){
    font-size:14px;
    color:#999;
    margin-top:5px;
}
.bottom_box ul li .bottom_box_txt p:nth-child(3){
    font-size:14px;
    color:#D6C289;
    margin-top:25px;
}
.bottom_box ul li:nth-child(2){
    margin-left:96px;
}
.bottom_box ul li:nth-child(3){
    margin-left:90px;
}
.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(3){
    color:#ccc;
}
.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(3) span{
    color:#D6C289;
}
.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(2){
    color:#ccc;
}
.bottom_box ul li:nth-child(2) .bottom_box_txt p:nth-child(2) span{
    color:#D6C289;
}