/* CSS Document */
* {
	margin: 0;
	padding: 0;
	outline: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
ul, ol, li {
	list-style: none;
}
em, i {
	font-style: normal;
}
img {
	border: none;
}
input, img {
	vertical-align: middle;
}
html {
	font-size: 16px;
	height: 100%;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
}
body {
	margin: 0 auto;
	width: 100%;
	font: 85%/1 "\9ED1\4F53";
	background-color:#ffffff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.imgwidth{ width:100%;}
.displayno{ display:none;}
.opacityno{ opacity:0;}
/*----------预加载样式 start--------------*/
.prestrain{ background:#FFF; position:fixed; top:0; right:0; z-index:999;}
.award_topimg{position: absolute;top: 2%; width:100%; right:0}
.award_img1{position: absolute;top: 40%;}
.award_img2{position: absolute;top: 40.2%;}
.award_img3{position: absolute;top: 57%;}
.award_img4{position: absolute;top: 67%;}
.award_img5{position: absolute;bottom: 19%;}
.award_img6{position: absolute;bottom: 4%;}



/*---------------------动态 样式------------------------------*/
.animated_01 {
  -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/***延迟时间  start***/
 .delay01{
  -webkit-animation-delay:.5s;
  animation-delay:.5s;
	 }
 .delay02{
  -webkit-animation-delay:1s;
  animation-delay:1s;
	 }	 
 .delay03{
  -webkit-animation-delay:1.5s;
  animation-delay:1.5s;
	 }	
 .delay04{
  -webkit-animation-delay:2s;
  animation-delay:2s;
	 }	 
 .delay05{
  -webkit-animation-delay:2.5s;
  animation-delay:2.5s;
	 }	 
 .delay06{
  -webkit-animation-delay:3s;
  animation-delay:3s;
	 }	
 .delay07{
  -webkit-animation-delay:3.5s;
  animation-delay:3.5s;
	 }	
/***延迟时间  end***/


@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}


@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes tada {
  0% {
	   opacity:0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
	   opacity:1;
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
	   opacity:1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
	   opacity:1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
	   opacity:1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}



  /*苹果4手机 start*/
@media screen and (min-height:400px) and (max-height:420px) {
	  .award_img5 {position: absolute;bottom: 16%;}
	  .award_topimg {position: absolute;top: 2%;width: 90%;right: 0;}
}
@media screen and (min-height: 150px) and (max-height: 200px) {
	  
	  
}