@charset "utf-8";
/*about zyr
 * 内容：贷款-贷款产品
 * 2017-8-10
 */
/*页面公用 end*/
.box1{background: #f7f7f7;}
.opactity:hover{
	filter:alpha(opacity=85);       /* IE */
	-moz-opacity:0.85;              /* 老版Mozilla */
	-khtml-opacity:0.85;              /* 老版Safari */
	opacity: 0.85;
}
.animated1 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.banner-box ul>li>a{
	width: 100%;
	overflow: hidden;
}
.banner-txt{
   position: absolute;
   width: 1200px;
   top: 0;
   left: 50%;
   margin-left: -600px;
	z-index: 5;
  opacity: 0;
}
.banner-img1{
	width: 356px;
	height: 468px;
	margin: 139px 0 0 -90px;
}
.banner-style2 img{
	width: 782px;
	height: 483px;
	margin: -236px 0 0 43px;
}
.banner-bg{
	width: 1920px;
	height: 196px;
	background: url(../images/product/banner-jy.png) repeat-x;
	position: absolute;
	bottom: -19px;
	left: 0;
	z-index:0;
	animation: bg-move 160s linear infinite;
	-webkit-animation: bg-move 160s linear infinite;
	-moz-animation: bg-move 160s linear infinite;
	-ms-animation: bg-move 160s linear 50s infinite;
}
.inside-dot>ul>li {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.inside-dot{
	z-index:7;
}
/*页面公用 end*/

/*贷款需求 start*/
.need-bg{
	width: 928px;
	height: 86px;
	margin: 0 auto;
	background: url(../images/product/need-bg_03.png) no-repeat;
}
.need-list{
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.need-list li{
	width: 280px;
	height: 340px;
	float: left;
	text-align: center;
	margin: 0 10px;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.pro-icon{
	width: 55px;
	height: 50px;
	background:url(../images/product/pro-icon_03.png) no-repeat ;
	margin: 20px 0 6px;
}
.pro-icon.pro-icon2{background-position: -55px 0;}
.pro-icon.pro-icon3{background-position: -110px 0;}
.pro-icon.pro-icon4{background-position: -165px 0;}
.need-list li h3{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #489cff;
}
.need-list li p{
	font-size: 16px;
	line-height: 26px;
	color: #565656;
	padding: 22px 0 23px;
}
.apply-btn{
	width: 187px;
	height: 48px;
	border-radius: 39px;
	border: 1px solid #ff7f00;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #ff7f00;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.apply-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	border-radius: 39px;
    background: #ff7f00;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.need-list li:hover a:before, .need-list li a:focus:before, .need-list li a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.need-list li:hover a{color: #fff;}
.need-list li:hover i{
	-webkit-animation-name: bounce1;
	animation-name: bounce1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.banli-box1{margin-top: 40px;}
.banli-box1>a{
	padding-right: 0;
	text-align: center;
	width: 185px;
	font-size: 16px;
}
/*贷款需求 end*/
/*明星产品 start*/
.pro-list{
	width: 100%;
	overflow: hidden;
}
.pro-list li{
	width: 230px;
	height: 300px;
	float: left;
	text-align: center;
	margin-left: 10px;
	border: 1px solid #dedede;
	border-radius: 10px;
	border-bottom: 4px solid #73bf39;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    overflow: hidden;
}
.pro-list li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom:-4px;
    background: #73bf39;
	border-radius: 10px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.pro-list li:hover:before, 
.pro-list li:focus:before, 
.pro-list li:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.pro-list li i{
	width: 110px;
	height: 90px;
	background-position: 5px -60px;
	margin: 27px 0 14px;
	-webkit-transition: all .6s linear;
	-moz-transition: all .6s linear;
	-ms-transition: all .6s linear;
	transition: all .6s linear;
}
.pro-list li .pro-icon6{background-position: -110px -60px;}
.pro-list li .pro-icon7{background-position: -219px -60px;}
.pro-list li .pro-icon8{background-position: -330px -60px;}
.pro-list li .pro-icon9{background-position: -440px -60px;}
.pro-list li em{
	width: 49px;
	height: 27px;
	background-position: -228px 0;
	position: absolute;
	right: 25px;
	top: 0;
    -webkit-animation: tadaA 2s ease-out infinite;
    animation: tadaA 2s ease-out infinite;
}
.pro-list li:first-child{
	margin-left: 0 !important;
	border-bottom-color:#489cff ;
}
.pro-list li:first-child:before{
	background: #489cff;
}
.pro-list .pro3{
	border-bottom-color:#eaaa12 ;
}
.pro-list .pro3:before{
	background:#eaaa12 ;
}
.pro-list .pro4{
	border-bottom-color:#32a8f0;
}
.pro-list .pro5{
	border-bottom-color:#fd8b8b;
}
.pro-list .pro4:before{
	background:#32a8f0 ;
}
.pro-list .pro5:before{
	background:#fd8b8b ;
}
.pro-list li:first-child:hover{border-color: #489cff;}
.pro-list li:hover{border-color: #73bf39;}
.pro-list .pro3:hover{border-color: #eaaa12;}
.pro-list .pro4:hover{border-color: #32a8f0;}
.pro-list .pro5:hover{border-color: #fd8b8b;}
.show-text {
	-webkit-transition: opacity ease-out .3s;
	-moz-transition: opacity ease-out .3s;
	transition: opacity ease-out .3s;
}
.show-text b{
	font-size: 20px;
	color: #565656;
	line-height: 22px;
}
.show-text>p{
	font-size: 16px;
	line-height: 26px;
	color: #666;
	padding-top: 10px;
}
.pro-list li a{
	border-radius: 2px;
	width: 118px;
	height: 34px;
	line-height: 34px;
	border-color: #73bf39;
	position: absolute;
	left: 50%;
	bottom: 29px;
	margin-left: -59px;
	color: #73bf39;
}
.pro-list li>p{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 140px;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
.pro-list li:hover i{
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.pro-list li:hover .show-text{
	filter:alpha(opacity=0);       /* IE */
	-moz-opacity:0;              /* 老版Mozilla */
	-khtml-opacity:0;              /* 老版Safari */
	opacity: 0;
	
}
.pro-list li:hover >p{
	filter:alpha(opacity=100);       /* IE */
	-moz-opacity:1;              /* 老版Mozilla */
	-khtml-opacity:1;              /* 老版Safari */
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pro-list li:hover a{
	background: #fff;
	border-color: #fff;
}
.pro-list li:first-child a{
	color: #489cff !important;
	border-color: #489cff;
}
.pro-list .pro3 a{
	color: #eaaa12;
	border-color:#eaaa12 ;
}
.pro-list .pro4  a{
	color: #32a8f0;
	border-color:#32a8f0 ;
}
.pro-list .pro5 a{
	color: #fd8b8b;
	border-color: #fd8b8b;
}
/*明星产品 end*/
/*贷款计算方式 start*/
.box3{
	position: relative;
	z-index: 3;
	height: 478px;
	overflow: hidden;
}
.qa-box{
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
}
.online-box{
	width: 500px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.qa-tt{
	padding: 30px 0 25px;
	font-size: 0;
	line-height: 0;
}
.qa-tt p{
	font-size: 30px;
	line-height: 89px;
	color: #fff;
}
.qa-tt span{
	width: 40px;
	height: 4px;
	background: #ff7f00;
}
.count-text p{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 12px;
}
.counter-box{
	width:452px;
	text-align: right;
}
.counter-tt{
	margin:59px 0 30px;
	text-align: left;
}
.counter-tt p{
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	border-left: 6px solid #fff;
	padding-left: 15px;
}
.online-box>p{
	font-size: 14px;
	line-height:24px;
	color: #fff;
	position: relative;
	padding:40px 0 0 25px;
}
.online-box>p>i{
	width: 16px;
	height: 14px;
	background-position: -277px 0;
	position: absolute;
    left: 2px;
    top: 26px
}
.ask-img{
	width: 1920px;
	height:478px;
	position: absolute;
	top: 0;
	left: 50%;
    margin-left: -960px;
	z-index: -1;
	overflow: hidden;
	background: url(../images/product/count-bg_02.jpg) center top no-repeat;
	-webkit-animation: scale_img1 6s ease both;
    -moz-animation: scale_img1 6s ease both;
    -ms-animation: scale_img1 6s ease both;
    -o-animation: scale_img1 6s ease both;
    animation: scale_img1 6s ease both;
}
.counter-form,.input-box,.counter-form button{
	width: 100%;
}
.input-box{
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.input-box span{
	width: 100px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #0e2746;
	color: #fff;
	font-size: 14px;
	float: left;
	vertical-align: middle;
}
.input-box .select-box{
	height: 50px;
	width: 352px;
	float: left;
}
.input-box .input-box input{
	float: left;
}
.input-box input,.input-box .dib>input.dummy{
	display: inline-block;
	vertical-align: middle;
	width: 332px;
	text-align: left;
	height: 50px;
	line-height: 50px;
	background: #fff;
	padding-left: 20px;
	font-size: 14px;
	border: none;
}
#dummydata a {
    height: 40px;
    border-top: 1px solid #ccc;
}
#dummydata a:first-child{border: none !important;}
.input-box font{
	font-size: 14px;
	color: #999;
	line-height: 50px;
	position: absolute;
	top: 0;
	right: 20px;
}
.select-box>i{
	width: 14px;
	height: 8px;
	background: url(../images/public/select-icon.png) no-repeat;
	position: absolute;
	top: 22px;
	right:17px;
	z-index: 5;
}
#dummydata a:hover {
    background: #ff7f00;
}
.counter-form button{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: #ff7f00;
}
/*贷款计算方式 end*/
/*央行贷款基准利率表 start*/
.rate-box{
	padding: 60px 10px;
	width: 1180px;
}
.rate-box p{
	width: 100%;
	height: 92px;
	text-align: center;
	line-height: 92px;
	position: relative;
	font-weight: bold;
	color: #fff;
	background: #00c6b2;
	font-size: 30px;
}
.rate-box p i{
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 19px solid #00c6b2;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -15px;
}
.rate-list,.rate-list li{
	width: 100%;
}
.rate-list li{
	overflow: hidden;
	text-align: center;
	background: #f8f8f8;
}
.rate-list .background{background: #f5f5f5;}
.rate-list li span{
	display:inline-block;
	*zoom:1;
	*display:inline;
	width: 33.33%;
	float: left;
	height: 81px;
	line-height: 81px;
	font-size: 20px;
	color: #848484;
	position: relative;
}
.rate-list li:first-child span{
	font-size: 24px !important;
	color: #565656 !important;
}
.rate-list li:first-child{
	background: #ebebeb;
}
.rate-list li span i{
	position: absolute;
	width: 13px;
	height: 13px;
	background-position: -294px 0;
    top: 13px;
    left: 130px;
}
.rate-list .rate5 span:first-child font{padding-left:27px;}
.rate-list li:hover span{color: #489cff;}
.rate-list li:first-child:hover span{color: #565656;}
.rate-list li:hover span i{
	background-position: -307px 0;
	-moz-animation: scale_img .7s ease-in 1;
    -webkit-animation: scale_img .7s ease-in 1;
    -moz-animation: scale_img .7s ease-in 1;
    -ms-animation: scale_img .7s ease-in 1;
    -o-animation: scale_img .7s ease-in 1;
	
}
/*央行贷款基准利率表 end*/
/*贷款流程 start*/
.flow-list{
	width: 100%;
	overflow: hidden;
}
.flow-list li{
	width: 17.6%;
	float: left;
	text-align: center;
}
.flow-list .w10{
	width: 3%;
}
.flow-icon{
	background: url(../images/public/flow-icon_03.png) no-repeat;
}
.flow-list li i{
	width:98px;
	height: 98px;
	margin: 0 0 12px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	background-position: 0 -102px;
}
.flow-list li .flow-icon2{background-position: -98px -102px;}
.flow-list li .flow-icon3{background-position: -196px -102px;}
.flow-list li .flow-icon4{background-position: -294px -102px;}
.flow-list li .flow-icon5{background-position: -392px -102px;}
.flow-list li p{
	font-size: 14px;
	color: #666;
	line-height:29px;
}
.flow-list li p span{
	font-size: 20px;
	color: #565656;
}
.flow-list li em{
	width: 38px;
	height: 38px;
	background-position: -494px 0;
	margin: 30px 0 0;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.flow-list li:hover i{
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
}
/*贷款流程 end*/
/*小顶金融实力见证 start*/
.w1210{
	width: 1210px;
	margin: 0 auto;
}
.sl-box{
	width: 100%;
	overflow: hidden;
	padding:10px 0 54px;
}
.sl-box>i{
	width: 230px;
	height: 105px;
	border: 1px solid #dedede;
	float: left;
	margin: 0 5px 10px;
	background: url(../images/public/link-img_03.png) no-repeat;
	background-position: -1px -1px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.sl-box .sl-icon2{background-position: -244px -1px;}
.sl-box .sl-icon3{background-position: -486px -1px;}
.sl-box .sl-icon4{background-position: -729px -1px;}
.sl-box .sl-icon5{background-position: -971px -1px;}
.sl-box .sl-icon6{background-position: -1px -117px;}
.sl-box .sl-icon7{background-position: -244px -117px;}
.sl-box .sl-icon8{background-position: -486px -117px;}
.sl-box .sl-icon9{background-position: -729px -117px;}
.sl-box .sl-icon10{background-position: -971px -117px;}
.sl-box>i:hover{
	box-shadow: 0 0 18px rgba(0,0,0,0.15);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/*小顶金融实力见证 end*/
/*动画 start*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(800px);
    transform: perspective(800px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(800px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(800px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(800px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(800px);
    transform: perspective(800px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@keyframes bg-move{
  from{
    background-position-x: 0;
  }
  to{
    background-position-x: -1190px;
  }
}
@-webkit-keyframes  scale_img1{
    from{
        transform: scale(1.7,1.7);
    }
    to{
        transform: scale(1,1);
    }
}
@-moz-keyframes  scale_img1{
    from{
        transform: scale(1.7,1.7);
    }
    to{
        transform: scale(1,1);
    }
}
@-o-keyframes  scale_img1{
    from{
        transform: scale(1.7,1.7);
    }
    to{
        transform: scale(1,1);
    }
}
@-ms-keyframes  scale_img1{
    from{
        transform: scale(1.7,1.7);
    }
    to{
        transform: scale(1,1);
    }
}
@keyframes  scale_img1{
    from{
        transform: scale(1.7,1.7);
    }
    to{
        transform: scale(1,1);
    }
}
@-moz-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px)
	}
	40% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
	60% {
		-webkit-transform: translateY(-2px);
		transform: translatY(-2px)
	}
}
@-ms-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}
	40% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	60% {
		-webkit-transform: translateX(-2px);
		transform: translatX(-2px)
	}
}
@-o-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}
	40% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	60% {
		-webkit-transform: translateX(-2px);
		transform: translatX(-2px)
	}
}
@-webkit-keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}
	40% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	60% {
		-webkit-transform: translateX(-2px);
		transform: translatX(-2px)
	}
}
@keyframes bounce {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px)
	}
	40% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px)
	}
	60% {
		-webkit-transform: translateX(-2px);
		transform: translatX(-2px)
	}
}
@-moz-keyframes bounce1 {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	40% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px)
	}
	60% {
		-webkit-transform: translatey(-3px);
		transform: translatY(-3px)
	}
}
@-ms-keyframes bounce1 {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	40% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px)
	}
	60% {
		-webkit-transform: translatey(-3px);
		transform: translatY(-3px)
	}
}
@-o-keyframes bounce1 {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	40% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px)
	}
	60% {
		-webkit-transform: translatey(-3px);
		transform: translatY(-3px)
	}
}
@-webkit-keyframes bounce1 {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	40% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px)
	}
	60% {
		-webkit-transform: translatey(-3px);
		transform: translatY(-3px)
	}
}
@keyframes bounce1 {
	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px)
	}
	40% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px)
	}
	60% {
		-webkit-transform: translatey(-3px);
		transform: translatY(-3px)
	}
}
@-webkit-keyframes hot{
  from{
    transform: scale(1.3);
    opacity: 0;    
  }
  to{
    transform:  scale(1);
    opacity: 1;  
  }
}
@-moz-keyframes hot{
  from{
    transform: scale(1.3);    
    opacity: 0;  
  }
  to{
     transform:  scale(1);
     opacity: 1;  
  }
}
@-ms-keyframes hot{
  from{
    transform: scale(1.3);    
    opacity: 0;  
  }
  to{
     transform:  scale(1);
     opacity: 1;  
  }
}
@-o-keyframes hot{
  from{
    transform: scale(1.3);    
    opacity: 0;  
  }
  to{
     transform:  scale(1);
     opacity: 1;  
  }
}
@-webkit-keyframes tadaA {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10% {
        -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% {
        -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);
    }
    20%, 40%, 60%, 80% {
        -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% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes tadaA {
    0% {
         -webkit-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
     }
    10% {
        -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% {
        -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);
    }
    20%, 40%, 60%, 80% {
        -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% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes hot{
  from{
    transform: scale(1.3);
    opacity: 0;  
  }
  to{
    transform:  scale(1);
    opacity: 1;  
  }
}
@keyframes widthA {
    0%{
        opacity: 0;
        width: 0;
    }
    80%{
        opacity: 1;
    }
    100%{
        width: 622px;
    }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/*动画 end*/