@charset "utf-8";

.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.wrap{ width:100%; min-width:1200px;}
.w980{width:980px; width:1200px; +width:1200px; margin:0 auto;}
input[type='text'],input[type='password'],input[type='button'],input[type='submit'],input[type='reset']{-webkit-appearance: none;}

*html{background-image:url(about:blank);background-attachment:fixed;}
.sit{position:fixed; top:50px; z-index:9990;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); _margin-bottom:70px;}

/* Begin */
.million-2016{ width:100%; height:568px;background:url(../images/2016-million-bg.jpg) no-repeat center center #ce2546;position: relative;}
.million-2016 .doyoo{ width:100%; height:100%; position:absolute; z-index:1000;}
.million-2016 .contain{  position:relative;}
.million-2016 .grab-btn{ width:89px; height:89px; cursor:pointer;  position:absolute; left:50%; top:50%; z-index:10; margin:360px 0 0 -10px; }
.million-2016 .grab-btn img{ width:89px; height:89px; -webkit-transition: all .5s ease-out;transition: all .5s ease-out;
-webkit-animation:sizeScale 2s infinite; animation:sizeScale 2s infinite;}
.million-2016 .grab-btn:hover img{
-webkit-animation:sizeScale 2s 1; animation:sizeScale 2s 1;}
.million-2016 .grab-btn:active img{ margin-top:2px;}
.million-2016 .million-text{ width:434px; height:567px; position:absolute; top:0; left:50%; margin-left:-770px;}

.million-2016 .subsidies-box{ width:270px; height:260px; position:absolute; top:140px; left:50%; margin-left:510px;}
.million-2016 .subsidies li{ color:#fff; padding:3px 0; font-weight:600;font-size: 12px;}

@media screen and (max-width:1600px){ 
	.million-2016 .subsidies-box{ left:inherit; margin-left:0; right:50px;}
	.million-2016 .million-text{ left:inherit; margin-left:0; left:50px}
}


/* 点击后显示录入信息 */
.million-2016 .grab-target{ display:none; width:419px; height:387px; position:absolute; left:50%; top:0; z-index:8100; margin:156px 0 0 -171px; background:url(../images/2016-million-packet.png) no-repeat center center;}
.million-2016 .target{ position:absolute; bottom:25px; left:78px;}
#BM_phone,#BM_name{ width:240px; display:block; background-color:#fff; font-size:14px; border-radius:4px; padding:10px 10px; border:0}
#BM_name{margin-bottom: 15px;}
.million-submit{ width:240px;display:block; text-align:center;  padding:6px 10px; background-color:#fff000;border-radius:4px; border:1px solid #f4c71c;  margin-top:15px;-webkit-transition: all .5s ease-out;transition: all .5s ease-out;position: relative;}
.million-submit input{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: none;border: none;}
.million-submit:hover{ background:#F7EA23; text-decoration:none; }
.million-submit:active{ -webkit-transform: matrix(1.04,0,0,1.04,0,0);transform: matrix(1.04,0,0,1.04,0,0)}
.million-2016 .grab-close-btn{ width:28px; height:28px; position:absolute; right:-20px; top:-15px; cursor:pointer; -webkit-transition:all .08s ease-in; transition:all .08s ease-in;}
.million-2016 .grab-close-btn:hover{ margin-top:1px;}
.million-2016 .opacity-bg{ display:none; width:100%; height:568px; background:rgba(1,1,1,.6); position:absolute; top:0; left:0; z-index:1500; }


@keyframes sizeScale
{
	0%{-webkit-transform:scale(.9);}
	50%{-webkit-transform:scale(1.1);}
	100%{ -webkit-transform:scale(.9);}
}
@-webkit-keyframes sizeScale
{
	0%{-webkit-transform:scale(.9);}
	50%{-webkit-transform:scale(1.1);}
	100%{ -webkit-transform:scale(.9);}
}

.animation{ 
	-webkit-animation:bounceInDown .6s; 
	animation:bounceInDown .6s; 
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;} 
@-webkit-keyframes bounceInDown {
	  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10000px, 0);
    transform: translate3d(0, -10000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10000px, 0);
    transform: translate3d(0, -10000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.mo1-0{background: #f2f1f0;width: 100%;}
.w980{width: 980px;position: relative;margin: 0 auto;text-align:left;}
.mo1-0 img{width: 100%;}