﻿@charset "utf-8";
/*about zyr
 * 内容：贷款-整站
 * 2017-7-12
 */
/*页面公用 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;
}
.blue{color: #97D3CB;}
.tt-H3{
	text-align: left;
	overflow: hidden;
	line-height: 0;
	padding: 40px 0 30px;
}
.tt-H3 b{
	font-size: 22px;
	line-height: 24px;
	color: #333;
	padding-left: 13px;
	border-left: 3px solid #97D3CB;
}
.tt-H3 span{
	font-size: 14px;
	color: #666;
	padding-left: 10px;
}
.tt-H3 a{
	font-size:14px;
	color: #666;
	line-height: 24px;
}
.tt-H3 a:hover{text-decoration: underline;}
/*页面公用 end*/
/*banner start*/

/*banner end*/
/*优势 start*/
.adv-list{
	min-width: 1200px;
	overflow: hidden;
}
.adv-list li{
	width: 25%;
	text-align: left;
	float: left;
	padding: 25px 0;
}
.icons{
	width: 80px;
	height: 70px;
	background: url(../images/index-new/icon_03.png) no-repeat;
}
.adv-list li i{
	float: left;
	margin-right: 10px;
}
.adv-icon2{background-position: -80px 0;margin-left: 50px;}
.adv-icon3{background-position: -160px 0;margin-left:60px;}
.adv-icon4{background-position: -240px 0;margin-left:73px;}
.adv-list li p{
	float: left;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	padding-top:9px;
}
.adv-list li p b{
	font-size: 20px;
	color: #333;
}
/*优势 end*/
/*热门贷款 start*/
.box{background: #f1f5f8;}
.hot-list{
	width: 100%;
	overflow:hidden ;
	padding-bottom: 50px;
}
.hot-list li{
	float: left;
	border: 1px solid #dedede;
	border-left: none;
	background: #fff;
}
.hot-list li:first-child{
	border-left: 1px solid #dedede !important;
}
.hot-bd,.hot-form{
	height: 380px;
	overflow: hidden;
}
.hot-bd{
	width: 198px;
	padding-left: 30px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.hot-bd>h5{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 22px;
	padding: 39px 0 15px;
}
.hot-line{
	width: 50px;
	height: 2px;
	background: #10bbb8;
	-webkit-transition: width .5s ease-in;
	transition: width .5s ease-in;
}
.hot-bd>p{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	padding-top: 17px;
}
.hot-bd img{
	position: absolute;
	right: -69px;
	bottom:20px;
	-webkit-transition: all .8s;
	transition: all .8s;
}
.hot-bd .hot-img2{
	bottom: 0;
	right: -40px;
}
.hot-bd .hot-img3{
    bottom: -23px;
    right: -47px;
}
.sq-btn{
	width: 98px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	border: 1px solid #10bbb8;
	font-size: 14px;
	color: #10bbb8;
	margin-top: 23px;
    -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.5s;
    transition-duration: 0.5s;
}
.hot-bd>a:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10bbb8;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -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;
}
.hot-list li:hover a:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(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);
}
.hot-list li:hover a{color: #fff;}
.hot-list li:hover .hot-line{
	width:90px;
}
.hot-list li:hover img{
	right: -30px;
}
/*预估贷款 start*/
.hot-form{
	width: 510px;
	text-align: center;
}
.step{
	width: 420px;
	margin: 0 auto;
}
.form-box{overflow: hidden;margin-bottom: 10px;}
.fist-step>h6{
	font-size: 20px;
	color: #333;
	line-height: 22px;
	line-height: 60px;
	padding-top: 17px;
}
.form-box span{
	display: block;
	float: left;
	width:90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #e5e5e5;
	border-radius: 2px;
	font-size: 14px;
	color: #666;
}
.choose-select{
    position: relative;
}
.form-fl,.form-box input.dummy,.form-fr {
    border: 1px solid #e5e5e5;
    height: 38px;
    text-align: left;
    overflow: hidden;
    position: relative;
	border-radius: 2px;
}
.form-box .choose-select>input.dummy {
    width: 318px;
    line-height: 38px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
}
.form-fl{
	width: 238px;
}
.form-box .form-fl .input.dummy{
	width: 138px;
	border: none;
}
.form-fr{
	width: 168px;
}
.form-fr input{
	width: 160px;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.form-fr font{
	font-size: 14px;
	color: #666;
	position: absolute;
	height: 40px;
	line-height: 40px;
	right: 10px;
	top: 0;
}
.form-btn{
	display:block;
	width: 420px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px ;
	background: #10bbb8;
	font-size:14px;
	color: #fff;
}
.hot-form p{
	font-size: 12px;
	color: #999;
	padding-top: 7px;
}
.two-step{
	text-align: left;
}
.two-step>h6{
	font-size: 20px;
	line-height: 22px;
	padding: 25px 0 17px;
	color: #97D3CB;
}
.two-step>h6>i{
	width: 51px;
	height: 42px;
	background-position: -325px 0;
}
.wc-text{padding-bottom: 16px;}
.wc-text p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding: 0;
}
.wc-text p:first-child{
	font-size: 16px !important;
}
.wc-text p big{font-size: 30px;}
.two-step .form-box input{
	width: 408px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	line-height:38px ;
	height: 38px;
}
.form-btn1{
	width: 100%;
	overflow:hidden;
}
.form-btn1>a,button{
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	background: #10bbb8;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
}
/*预估贷款 end*/
/*热门贷款 end*/
/*推荐顾问 start*/
.tj-box,.tj-list,.form-box{
	width: 100%;
}
.tj-list{overflow: hidden;padding-bottom: 60px;}
.tj-list li{
	width: 270px;
	height: 500px;
	float: left;
	text-align:center ;
	margin-left: 40px;
	position: relative;
	background: #f7f7f7;
	overflow:hidden ;
}
.tj-list li:first-child{margin-left: 0 !important;}
.member-image {
	border-bottom: 5px solid #10bbb8;
	transition:all 0.4s;
	height: 360px;
	width: 100%;
	overflow: hidden;
}
.member-image img{
	height: 100%;
	width: 100%;
}
.member-info {
	transition:all 0.6s;
}
.member-info h3 {
	padding:13px 0 4px;
	line-height: 33px;
	font-size: 20px;
	color: #333;
	transition: padding-bottom .5s linear;
	transition: padding-bottom .5s linear;
	transition: padding-bottom .5s linear;
}
.member-info h5 {
	font-size:14px;
	line-height: 16px;
	color: #666;
}
.member-info p{
	font-size:14px;
	color: #333;
	line-height: 24px;
	height: 48px;
	margin: 6px 30px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.fb-touch{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	-webkit-transition: bottom .4s linear;
	-moz-transition: bottom .4s linear;
	transition: bottom .4s linear;
	overflow: hidden;
}
.fb-touch a{
	width: 133px;
	height: 48px;
	line-height:48px;
	/*border: 1px solid #10bbb8;*/
	background-color: #10bbb8;
    color: #fff;
	font-size: 14px;
	vertical-align: middle;
}
.fb-touch a:first-child{
	background: #10bbb8;
	color: #fff !important;
}
/*.tj-list li:hover .member-image {
	border-bottom: 0;
	border-radius: 0 0 50px 50px;
	height: 150px;
	display: inline-block;
	overflow: hidden;
	width: 120px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}*/
.tj-list li:hover .fb-touch{bottom: 0;}
.tj-list li:hover h5{font-size: 14px;}
.tj-list li:hover h3{padding:22px 0 0;}
.tj-list li .fb-touch a:hover{
	background: #10bbb8;
	color: #fff ;
}
/*推荐顾问 end*/

/*贷款流程 start*/
.flow-list{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.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;
}
.flow-list li .flow-icon2{background-position: -98px 0;}
.flow-list li .flow-icon3{background-position: -196px 0;}
.flow-list li .flow-icon4{background-position: -294px 0;}
.flow-list li .flow-icon5{background-position: -392px 0;}
.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*/
.choose-list{
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px;
}
.choose-list li{
	width: 590px;
	height: 140px;
	background: #fff;
	margin: 0 0 20px 0;
	overflow: hidden;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.choose-list li:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.choose-list li>i{
	width: 150px;
	height: 100px;
	background-position: 0 -84px;
	vertical-align: middle;
	float: left;
	margin: 20px 10px 0 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.choose-list li:hover i{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.choose-list li .choose-icon2{background-position: -150px -84px;}
.choose-list li .choose-icon3{background-position: -300px -84px;}
.choose-list li .choose-icon4{background-position: -450px -84px;}
.choose-list li p{
	font-size: 14px;
	float: left;
	color: #666;
	line-height: 30px;
	padding-top: 37px;
}
.choose-list li p b{
	font-size: 18px;
	color: #97D3CB;
}
/*为什么要选小顶金融？end*/
/*贷款产品 start*/
.use-list{
	width:1180px;
	padding: 0 10px;
}
.use-list li{
	width:100%;
	overflow: hidden;
	margin: 40px 0 0;
	border-radius: 5px;
}
.use-list li:first-child{margin-top: 10px !important;}
.use-bd{
	width: 24.9%;
	height: 320px;
	text-align: center;
	float: left;
	border-left: 1px solid #e7e7e7;
	background: #fff;
}
.use-bd>i{
	width: 110px;
	height: 103px;
	background-position: 0 -82px;
	margin: 15px 0 20px;
}
.use-bd .use-icon2{background-position: -105px -82px;}
.use-bd .use-icon3{background-position: -214px -82px;}
.use-bd .use-icon4{background-position: -321px -82px;}
.use-bd .use-icon5{background-position: -440px -82px;}
.use-bd .use-icon6{background-position: -545px -82px;}
.use-bd .use-icon7{background-position: -656px -82px;}
.use-bd .use-icon8{background-position: -770px -82px;}
.use-bd p{
	font-size: 14px;
	line-height: 19px;
	color: #666;
}
.use-bd span{
	font-size: 24px;
	line-height:26px;
	color: #333;
	padding-bottom: 12px;
}
.zx-btn{
	width: 149px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border-radius: 5px;
	border: 1px solid #ff7f00;
    background: #ff7f00;
	margin-top: 17px;
	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.6s;
    transition-duration: 0.6s;
}
.zx-btn:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
	border-radius: 5px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.use-list li .use-bd:hover a{
	color: #333;
}
.use-list li .use-bd:hover i{
	-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;
}
.use-list li .use-bd:first-child{
	border: none;
}
.use-list li .use-bd:hover a:before, .use-list li .use-bd:hover a:focus:before, .use-list li .use-bd:hover a:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
/*贷款产品 end*/

/*咨询问答 start*/
.qa-box{
	overflow: hidden;
	padding: 10px 0 0 0;
}
.online-box{
	width: 490px;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.qa-tt{
	padding: 33px 0 20px;
	font-size: 0;
	line-height: 0;
}
.qa-tt p{
	font-size: 30px;
	line-height: 70px;
	color: #fff;
}
.qa-tt span{
	width: 103px;
	height: 2px;
	background: #fff;
}
.online-form{
	width: 490px;
}
.online-input, .online-form button{
	line-height: 0;
	border-radius: 4px;
}
.online-input{
	overflow: hidden;
	margin-bottom: 10px;
}
.online-input textarea{
	border: 1px solid #e5e5e5;
	padding: 15px 10px;
	width: 468px;
	height: 130px;
	max-height: 130px;
	overflow: hidden;
	text-align: left;
	line-height:20px;
	font-size: 14px;
	color: #333 !important;
	background:#fff;
	border-radius: 4px;
}
.input-box{
	width: 240px;
	overflow: hidden;
	position: relative;
}
.input-box span{
	width: 70px;
	height: 40px;
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	background: #e6e6e6;
	font-size: 14px;
	color: #666;
	border-radius:  4px 0 0 4px;
}
.input-box select,
.input-box input{
	float: left;    
	width: 163px;
	text-align: left;
	padding-left: 5px;
	height: 40px;
	line-height: 40px;
	position: relative;
	background:#fff;
	border: none;
	color: #666;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 0 4px 4px 0;
}
.input-box input.dummy{    
	width: 162px;
	padding: 9px 0 10px 5px;
	line-height: 16px;
	height: 26px;
	text-align: left;
	padding: 6px 0 6px 6px;
	font-size: 14px;
	vertical-align: middle;
	position: relative;
}
#dummydata{width: 163px;}
#dummydata a {
    height: 35px;
}
#dummydata a:hover {
    background: #97D3CB;
}
.select-box{height: 40px;}
.select-icon{
	width: 14px;
	height: 8px;
	position: absolute;
	background-position: -83px -20px;
	top:18px;
	right:10px;
	z-index: 5;
}
.online-form button{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height:50px;
	font-size: 16px;
	color: #fff;
	background: darkorange;
}
.cr-text{
	width: 100%;
	text-align: left;
	color: #666;
	padding:7px 0 55px;
}
.cr-text b{
	font-size:16px;
	line-height: 31px;
	color: #333;
}
.cr-text p{
	font-size:14px;
	line-height: 24px;
}
/*在线咨询  end*/

/*贷款问答 start*/
.ask-box{
	width: 666px;
	text-align: right;
}
.ask-tt{
	margin:59px 0 20px;
	text-align: left;
}
.ask-tt p{
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	border-left: 6px solid #fff;
	padding-left: 15px;
}
.ask-list,.ask-list li,.ask-list li p{width: 100%;}
.ask-list li{
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0 ;
	text-align: left;
	line-height: 0;
}
.ask-list li:first-child{padding-top: 3px !important;}
.ask-list li p{overflow: hidden;padding-bottom: 12;}
.ask-list li p b{
	overflow: hidden;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #10bbb8;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: normal;
	float: left;
}
.ask-list li p span,
.ask-list li p font{
	width: 635px;
	float: left;
	margin-left: 9px;
	line-height: 22px;
}
.ask-list li p font{
	font-size:16px;
	color: #333;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden; 
}
.ask-list li p span{
	font-size: 14px;
	color:#666;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	word-break:break-all; /*支持IE，chrome，FF不支持*/
	word-wrap:break-word;/*支持IE，chrome，FF*/
}
.ask-list li p:first-child{padding-bottom:13px;}
.ask-list li p:first-child b{
	background: #97D3CB;
}
.more-text{
	font-size: 18px;
	color: #10bbb8;
	text-align: right;
	padding-top: 40px;
}
.more-text:hover{
	text-decoration: underline;
}
.more-btn{
	width: 120px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size:14px ;
	color: #fff;
	background: #ff7f00;
	margin-top: 40px;
}
/*咨询问答 end*/

/*新闻资讯 start*/
.news-list{
	width: 100%;
	overflow: hidden;
	padding-top: 45px;
}
.news-list li{
	width: 360px;
	float: left;
	text-align: left;
	margin-left:60px;
}
.news-list li:first-child{margin-left: 0 !important;}
.new-text{width: 100%;margin-top: 10px;}
.news-list li p,.new-text a{
	width: 100%;
	overflow: hidden;
}
.news-list li p span{
	font-size: 20px;
	line-height: 24px;
	border-left: 4px solid #10bbb8;
	padding-left: 15px;
	color: #333;
}
.news-list li p a{
	padding: 0;
	font-size: 16px;
	line-height: 24px;
}
.new-text a{
	font-size: 14px;
	color: #666;
	line-height: 39px;
	border-bottom: 1px dashed #dedede;
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	transition: color .5s;
}
.new-text a span{
	height: 39px;
}
.new-text a span:first-child{
	width: 75%;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}
.new-text a:first-child{
	border-top: 1px dashed #dedede;
}
.new-text a:hover{
	color: #ff7f00;
}
/*新闻资讯 end*/
/*合作机构 start*/
.w1210{
	width: 1210px;
	margin: 0 auto;
}
.sl-box{
	width: 100%;
	overflow: hidden;
	padding:10px 0 0;
}
.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  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);
    }
}
@-webkit-keyframes twinkling{ 
	0%{ 
	opacity: 0.6; 
	} 
	50%{ 
	opacity: .8; 
	} 
	100%{ 
	opacity: 1; 
	} 
} 
@keyframes twinkling{ 
	0%{ 
	opacity: 0.6; 
	} 
	50%{ 
	opacity: .8; 
	} 
	100%{ 
	opacity: 1; 
	} 
}
@-moz-keyframes twinkling{ 
	0%{ 
	opacity: 0.6; 
	} 
	50%{ 
	opacity: .8; 
	} 
	100%{ 
	opacity: 1; 
	} 
}
@-ms-keyframes twinkling{ 
	0%{ 
	opacity: 0.6; 
	} 
	50%{ 
	opacity: .8; 
	} 
	100%{ 
	opacity: 1; 
	} 
}
@-o-keyframes twinkling{ 
	0%{ 
	opacity: 0.6; 
	} 
	50%{ 
	opacity: .8; 
	} 
	100%{ 
	opacity: 1; 
	} 
}
@keyframes twinkling{ 
	0%{ 
	opacity: 0.6; 
	} 
	50%{ 
	opacity: .8; 
	} 
	100%{ 
	opacity: 1; 
	} 
}
@-moz-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)
	}
}
@-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)
	}
}
@-webkit-keyframes moveLargeLeft {
    0%{
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
    }
    50%{
        -webkit-transform: scale(1.1) translate(-20px,-50px);
        transform: scale(1.1) translate(-20px,-50px);
    }
    100%{
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
    }
}
@keyframes moveLargeLeft {
    0%{
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
    }
    50%{
        -webkit-transform: scale(1.1) translate(-20px,-50px);
        transform: scale(1.1) translate(-20px,-50px);
    }
    100%{
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
    }
}
/*动画 end*/