* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
}

li {
    list-style: none;
}

input,
button {
    outline: none;
    font-family: "microsoft yahei";
}

button {
    cursor: pointer;
}

body {
    background: #fff;
    font-family: "microsoft yahei";
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *+height: 1%;
}
/*内容*/
.header{
    background: #fff;
    width: 100%;
    height:80px;
}

.header_con{
    width: 1000px;
    margin: 0 auto;
}

.logo{
    width: 56px;
    float: left;
    margin-top:16px;
}
.logo p{
    width: 150px;
	font-size: 18px;
    color: #f77118;
    float: left;
	margin: -42px 0 0 120px;
}

.header_nav{
    float: right;
}

.header_nav li{
    font-size: 18px;
    color: #333;
    line-height: 80px;
    float: left;
    margin-left: 52px;
    cursor: pointer;
}

.header_nav li:first-child{
    margin-left: 0;
}

.header_nav li:hover{
    transform:scale(1.1);
    -ms-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}

/*首图*/
.banner{
    background: url("../images/banner_bg.jpg") no-repeat center 0;
    height:682px;
    padding-top: 118px;
}

.banner_tit{
    background: url("../images/banner_tit.png") no-repeat center 0;
    height:96px;
    text-indent:-9999px;
}

.banner_con{
    width: 680px;
    margin: 50px auto 0;
}

.banner_con ul{
    width:100%;
    height:170px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}


.banner_con li{
    background:rgba(0,0,0,0.12);
    width:170px;
    height:142px;
    border: #fff 1px dotted;
    border-radius:85px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding-top:28px;
}

.banner_con li:hover{

}

.banner_icon{
    background: url("../images/banner_icon.png") no-repeat 0 0;
    width:57px;
    height:53px;
    display:block;
    margin: 0 auto;
}

.banner_icon2{
    background-position: 0 -53px;
}

.banner_icon3{
    background-position: 0 -106px;
}

.banner_icon4{
    background-position: 0 -159px;
}

.banner_h2{
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 8px;
}

.banner_h2 strong{
    font-size:22px;
}

.banner_p{
    background:-webkit-linear-gradient(left,transparent 0%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0.08) 87%,transparent 100%);
    background:-moz-linear-gradient(right,transparent 0%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0.08) 87%,transparent 100%);
    background:-o-linear-gradient(right,transparent 0%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0.08) 87%,transparent 100%);
    background:linear-gradient(to right,transparent 0%,rgba(0,0,0,0.08) 17%,rgba(0,0,0,0.08) 87%,transparent 100%);
    width: 747px;
    height:65px;
    margin:65px auto 0;
    font-size: 28px;
    color: #fcff00;
    font-weight: bold;
    text-align: center;
    line-height: 65px;
}

.banner_btns{
    width: 686px;
    margin:60px auto 0;
}

.banner_btna{
    background: #f77118;
    width: 309px;
    height:60px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-size: 24px;
    color: #fff;
    float: left;
    transition: all 0.6s;
}

.banner_btna:hover{
    transform:scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}

.banner_btnb{
    background:rgba(22,27,28,0.1);
    width: 309px;
    height:60px;
    border:#fcff00 1px solid;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-size: 24px;
    color: #fcff00;
    float: right;
    transition: all 0.6s;
}

.banner_btnb:hover{
    transform:scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}
/**/
.mixed{
    background: url("../images/mixed_bg.jpg") no-repeat center;
    height:766px;
    padding-top: 60px;
}

.mixed_top{
    width: 1008px;
    margin:25px auto 0 ;
}

.mixed_top li{
    background: url("../images/mixed_box.png") no-repeat 0 0;
    width: 248px;
    height:305px;
    float: left;
    margin-left: 5px;
    padding-top: 22px;
}

.mixed_top li:first-child{
    margin-left: 0;
}

.mixed_num{
    background: url("../images/mixed_num.png") no-repeat 0 0;
    width: 30px;
    height:23px;
    margin: 0 auto;
}

.mixed_num2{
    background-position: 0 -23px;
}

.mixed_num3{
    background-position: 0 -46px;
}

.mixed_num4{
    background-position: 0 -69px;
}

.mixed_icon{
    background: url("../images/mixed_icon.png") no-repeat 0 0;
    width: 37px;
    height:37px;
    display: block;
    margin: 20px auto 0;
}

.mixed_icon2{
    background-position: 0 -37px;
}

.mixed_icon3{
    background-position: 0 -74px;
}

.mixed_icon4{
    background-position: 0 -111px;
}

.mixed_tit{
    font-size: 22px;
    color: #333;
    line-height: 1;
    text-align: center;
    margin: 18px 0 0 0;
}

.mixed_p{
    font-size: 16px;
    color: #555;
    text-align: center;
    line-height: 27px;
    text-align: center;
    height:81px;
    margin-top: 14px;
}

.mixed_btn{
    background: #f77118;
    width: 163px;
    height:36px;
    display: block;
    margin: 20px auto 0;
    font-size: 18px;
    color: #fff;
}

.mixed_btn:hover{
    background: transparent;
    width: 161px;
    height:34px;
    border: #f77118 1px solid;
    color: #f77118;
}

.mixed_bottom{
    background:url("../images/mixed_botom.png") no-repeat 0 0;
    width: 1000px;
    height:278px;
    margin:0 auto;
    padding: 82px 0 0 0;
}

.mixed_bottom li{
    width:249px;
    border-right:rgba(247,113,24,0.58) 1px dashed;
    float: left;
}

.mixed_bottom li:last-child{
    border-right: none;
}

.mixed_tit1{
    font-size: 22px;
    color: #333;
    text-align: center;
}
.mixed_tit2{
    font-size: 22px;
    text-align: center;
	margin-top: 14px;
}
.color{
	color: rgb(247,113,24);
}

.mixed_box{
    width: 219px;
    margin: 0 auto;
}

.mt15{
    margin-top: 15px;
}

.mixed_h4{
    font-size: 16px;
    color: #333;
    line-height: 39px;
    font-weight: normal;
    float: left;
}

.mixed_p1{
    font-size: 14px;
    color: #333;
    line-height: 39px;
    float: left;
	letter-spacing: -0.5px;
}

.p2{
	line-height: 28px;
	text-align: center;
    padding-left: 54px;
    margin-top: 2px;
	
}

.star{
    color: #f77118;
}
.mixed_btn2{
    background:transparent;
    width: 200px;
    height:40px;
    border:#f77118 1px solid;
    display: block;
    margin: 51px auto 0;
    font-size: 18px;
    color: #f77118;
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.05);
}

.mixed_btn2:hover{
    background:#f77118;
    color: #fff;
}
.mixed_btn1{
    background:transparent;
    width: 200px;
    height:40px;
    border:#f77118 1px solid;
    display: block;
    margin: 24px auto 0;
    font-size: 18px;
    color: #f77118;
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.05);
}

.mixed_btn1:hover{
    background:#f77118;
    color: #fff;
}
/**/
.time{
    background: url("../images/time_bg.jpg") no-repeat center 0;
    width: 100%;
    height:340px;
    padding-top: 70px;
}

.time_tit{
    font-size: 40px;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.time_tit strong{
    color: #fcff00;
}

.time_con{
    width: 554px;
    margin:52px auto 0;
}

.time_box{
    background: #fff;
    width: 220px;
    height:194px;
    border-radius: 10px;
    float: left;
    font-size: 26px;
    color: #f77118;
    font-weight: bold;
    text-align: center;
    box-shadow:inset 5px 5px 9px rgba(96,144,247,0.4),0 0 7px rgba(4,0,0,0.16);
}

.time_box:last-child{
    float: right;
}

#month,#day{
    font-family: Impact, "Microsoft YaHei";
    font-size: 126px;
    color: #f77118;
    line-height: 194px;
    font-weight: 500;
    margin-right: 10px;
}

.time_list{
    width: 710px;
    margin: 40px auto 0;
}

.time_list li{
    width: 100%;
    height:34px;
    overflow: hidden;
    border-bottom: rgba(255,255,255,0.85) 1px dashed;
    margin-top: 20px;
}

.time_list li:first-child{
    margin-top: 0;
}

.time_p{
    font-size: 18px;
    color: #fff;
    line-height:34px;
    float: left;
}

.time_a{
    font-size: 18px;
    color: #fcff00;
    line-height: 34px;
    float: right;
    cursor: pointer;
}

.time_btns{
    width: 686px;
    margin: 40px auto 0;
}

.time_btna{
    background: #f77118;
    width: 309px;
    height:60px;
    border: none;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 0 5px rgba(4,0,0,0.1);
    float: left;
    transition: all 0.6s;
}

.time_btna:hover{
    transform:scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}

.time_btnb{
    background:rgba(22,27,28,0.1);
    width: 309px;
    height:60px;
    border:#fcff00 1px solid;
    font-size: 24px;
    color: #f2f71b;
    box-shadow: 0 0 5px rgba(4,0,0,0.1);
    float: right;
    transition: all 0.6s;
}

.time_btnb:hover{
    transform:scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}
.dianhuahaoma{
	width: 330px;
	margin: 20px auto 0;
}
.dianhuahaoma p{
	font-size: 20px;
    color: #f2f71b;
}
/**/
.answer{
    background: url("../images/answer_bg.jpg") no-repeat center 0;
    width: 100%;
    height:682px;
    padding-top: 70px;
}

.answer_tit{
    font-size: 40px;
    color: #333;
    text-align: center;
    line-height: 1;
}

.answer_tit strong{
    color: #f77118;
}

.answer_con{
    width: 996px;
    height:449px;
    margin: 52px auto 0;
    box-shadow: 0 0 5px rgba(4,0,0,0.1);
}

.answer_top{
    background: -webkit-linear-gradient(#5187f9,#4f84f7);
    background: -moz-linear-gradient(#5187f9,#4f84f7);
    background: -o-linear-gradient(#5187f9,#4f84f7);
    background: linear-gradient(#5187f9,#4f84f7);
    width: 100%;
    height:72px;
    border-radius: 10px 10px 0 0;
}

.answer_h3{
    width:498px;
    float: left;
    height:52px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    line-height: 52px;
    text-align: center;
    margin-top: 10px;
}

.answer_h3a{
    width: 497px;
    border-right: #d3e0fc 1px dashed;
}

.answer_box{
    background:rgba(255,255,255,0.9);
    width: 994px;
    height:450px;
    margin: 0 auto;
    border:#4f84f7 1px solid;
    border-top: none;
}

.answer_left{
    width: 451px;
    float: left;
    padding: 28px 28px 0 17px;
}

.answer_left li{
    overflow: hidden;
    width: 100%;
    height:41px;
    border-bottom: #fcdfcb 1px dashed;
}

.answer_p{
    font-size: 16px;
    color: #555;
    line-height: 41px;
    float: left;
    cursor: pointer;
}
.answer_p:hover{
    color: #f77118;
}


.answer_btn{
    background: transparent;
    width: 96px;
    height:26px;
    border: #f77118 1px solid;
    border-radius: 14px;
    font-size: 16px;
    color: #f7741f;
    float: right;
    margin-top: 6px;
}

.answer_btn:hover{
    background: #f77118;
    color: #fff;
}

.answer_line{
    height:374px;
    border-right: #afafaf 1px dashed;
    float: left;
    margin-top: 33px;
}

.answer_right{
    width: 464px;
    padding: 33px 0 0 33px;
    float: right;
}

.answer_a{
    background: #fff;
    width:95px;
    height:37px;
    border: #5086f8 1px solid;
    border-radius: 5px;
    display: block;
    font-size: 20px;
    color: #5085f8;
    line-height: 37px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.answer_a:hover{
    background:#5086f8;
    color: #fff;
}

.answer_a_orange{
    border-color: #f77118;
    color: #f77118;
}

.answer_a_orange:hover{
    background:#f77118;
}

.mt9{
    margin-top: 9px;
}

.ml15{
    margin-left: 15px;
}

.answer_a1{
    background: #f77118;
    color: #fff;
    border-color:#f77118;
}

.answer_a1:hover{
    background: #f77118;
    color: #fff;
    border-color:#f77118;
}
/**/
.reform{
    background: url("../images/reform_bg.jpg") no-repeat center 0;
    height:520px;
    padding-top: 70px;
}

.reform_tit{
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.reform_tit strong{
    color: #edf31d;
}

.reform_p{
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    margin-top: 26px;
}

.reform_con{
    width: 1000px;
    margin: 34px auto 0;
}

.reform_con li{
    background: #fff;
    width: 310px;
    height:384px;
    border-radius: 0 11px 0 10px;
    float: left;
    margin-left: 35px;
    box-shadow:0 0 5px rgba(0,0,0,0.1);
}

.reform_con li:first-child{
    margin-left: 0;
}

.reform_con li:hover{
    box-shadow: 0px 4px 20px rgba(0, 0, 0, .3);
}

.reform_pic{
    background: url("../images/reform_pic1.png") no-repeat 0 0;
    width: 310px;
    height:124px;
    position: relative;
    padding-top: 32px;
}

.reform_num{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    position:absolute;
    top:11px;
    right:4px;
}

.reform_circle{
    background: #f77118;
    width: 92px;
    height:70px;
    border-radius: 100%;
    margin: 0 auto;
    padding-top: 22px;
}

.reform_h3a{
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.reform_arrow{
    background: url("../images/reform_arrow.png") no-repeat 0 0;
    width: 36px;
    height:24px;
    margin:6px auto 0;
}

.reform_h3{
    font-size: 20px;
    color: #4f84f7;
    line-height: 1;
    text-align: center;
    margin-top: 22px;
}

.reform_h4{
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-top: 18px;
}

.reform_p1{
    font-size: 14px;
    color: #333;
    line-height: 21px;
    text-align: center;
    margin-top: 9px;
}

.reform_btn{
    background: transparent;
    width: 194px;
    height:38px;
    border: #f77118 1px solid;
    border-radius: 5px;
    font-size: 16px;
    color: #f77118;
    display: block;
    margin: 19px auto 0;
}

.reform_btn:hover{
    background:#f77118;
    color: #fff;
}

/**/
.warn{
    background: url("../images/warn_bg.jpg") no-repeat center 0;
    height:588px;
    padding-top: 70px;
}

.warn_tit{
    font-size: 40px;
    color: #333;
    line-height: 1;
    text-align: center;
}

.warn_tit strong{
    color: #f77118;
}

.warn_p{
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-top: 32px;
}

.warn_con{
    width: 998px;
    margin:40px auto 0;
}

.warn_con li{
    background: #fff;
    width: 190px;
    height:292px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.06);
    float: left;
    margin-left: 12px;
}

.warn_con li:first-child{
    margin-left: 0;
}

.warn_h3{
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}

.warn_p1{
    height:42px;
    font-size: 16px;
    color: #333;
    line-height: 21px;
    text-align: center;
    margin-top: 10px;
}

.warn_btn{
    background: transparent;
    width: 153px;
    height:34px;
    border: #f77118 1px solid;
    border-radius: 5px;
    font-size: 16px;
    color: #f77118;
    display: block;
    margin: 20px auto 0;
}

.warn_btn:hover{
    background:#f77118;
    color: #fff;
}

.warn_btn_big{
    background: #f77118;
    width: 309px;
    height:60px;
    font-size: 20px;
    color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    display: block;
    margin: 40px auto 0;
    transition: all 0.6s;
}

.warn_btn_big:hover{
    transform:scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}

/**/
.save{
    background: url("../images/save_bg.jpg") no-repeat center 0;
    height:640px;
    padding-top:40px;
}

.save_tit{
    font-size: 40px;
    color: #333;
    line-height:60px;
    text-align: center;
}

.save_tit strong{
    color: #f77118;
}

.save_con{
    width: 880px;
    margin: 40px auto 0;
}

.save_con li{
    background: #fff;
    width: 240px;
    height:259px;
    box-shadow: 0 0 5px rgba(0,0,0,0.06);
    float: left;
    margin-left:80px;
    border-radius: 5px;
    padding-top: 28px;
}

.save_con li:nth-child(1),.save_con li:nth-child(4){
    margin-left: 0;
}

.save_con li:nth-child(4),.save_con li:nth-child(5),.save_con li:nth-child(6){
    margin-top:40px;
}

.save_h3{
    background: url("../images/save_tit.png") no-repeat 0 0;
    width:190px;
    height:35px;
    font-size:20px;
    color: #fff;
    line-height: 35px;
    padding-left: 18px;
}

.save_p{
    height:104px;
    font-size: 16px;
    color:#333;
    line-height: 26px;
    text-align: left;
    margin: 22px 0 0 14px;
}

.save_btn{
    background: transparent;
    width: 153px;
    height:34px;
    border: #f77118 1px solid;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(247,113,24,0.06);
    display: block;
    font-size: 16px;
    color: #f77118;
    margin: 33px auto 0;
}

.save_btn:hover{
    background:#f77118;
    color: #fff;
}

.save_btns{
    width: 686px;
    margin: 60px auto 0;
}

.save_btna{
    background: #f77118;
    width: 309px;
    height:60px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-size: 24px;
    color: #fff;
    float:left;
    transition: all 0.6s;
}

.save_btna:hover{
    transform:scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}

.save_btnb{
    background: #4f84f7;
    width: 309px;
    height:60px;
    border: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-size: 24px;
    color: #fff;
    float:right;
    transition: all 0.6s;
}

.save_btnb:hover{
    transform:scale(1.08);
    -ms-transform:scale(1.08);
    -moz-transform:scale(1.08);
    -webkit-transform:scale(1.08);
    -o-transform:scale(1.08);
}
/**/
.model{
    background: url("../images/model_bg.jpg") no-repeat center 0;
    height:516px;
    padding-top: 70px;
}

.model_tit{
    font-size: 40px;
    color: #333;
    text-align: center;
    line-height: 1;
}

.model_tit strong{
    color: #f77118;
}

.model_con{
    width:1008px;
    margin: 36px auto 0;
}

.model_left{
    width: 415px;
    float: left;
}

.model_box{
    background: url("../images/model_box1.png") no-repeat 0 0;
    width: 407px;
    height:174px;
    padding: 4px;
}

.model_box2{
    background: url("../images/model_box2.png") no-repeat 0 0;
    margin-top: 13px;
}

.model_h3{
    background: #4f84f7;
    width: 407px;
    height:51px;
    border-radius: 5px 5px 0 0;
    font-size: 22px;
    color: #fff;
    line-height: 51px;
    text-align: center;
}

.model_ul{
    width: 100%;
    margin: 13px 0 0 0;
}

.model_ul li{
    width: 134px;
    height:96px;
    float: left;
    border-right: #d5d5d5 1px dashed;
}

.model_ul li:last-child{
    border-right: none;
    width: 135px;
}

.model_h4{
    font-size: 18px;
    color: #4f84f7;
    line-height:28px;
    text-align: center;
    font-weight: normal;
}

.model_p{
    font-size:14px;
    color: #333;
    line-height: 21px;
    text-align: center;
    margin-top: 4px;
}

.model_box2 .model_p{
    margin-top:14px;
}

.model_icon{
    background: url("../images/model_icon.png") no-repeat 0 0;
    width:32px;
    height:32px;
    display: block;
    margin: 0 auto;
}

.model_icon2{
    background-position: 0 -32px;
}

.model_icon3{
    background-position: 0 -64px;
}

.model_right{
    background: url("../images/model_box3.png") no-repeat 0 0;
    width: 547px;
    height:369px;
    float: right;
    padding: 4px;
}

.model_h4a{
    background: #4f84f7;
    width:547px;
    height:51px;
    border-radius: 5px 5px 0 0;
    font-size: 22px;
    color: #fff;
    line-height: 51px;
    text-align: center;
}

.model_part{
    width: 334px;
    margin: 20px auto 0;
}

.model_part li{
    overflow: hidden;
    margin-top: 11px;
}

.model_part li:first-child{
    margin-top: 0;
}

.model_pic{
    width: 86px;
    height:86px;
    float: left;
}

.model_words{
    width: 226px;
    height:48px;
    float: left;
    margin: 0 0 0 -14px;
    border-bottom:rgba(0,0,0,0.3) 1px dashed;
    padding:22px 0 0 34px;
}

.model_words2{
    width:190px;
    height:25px;
    padding:45px 0 0 70px;
}

.model_words3{
    width:226px;
    height:25px;
    padding:45px 0 0 34px;
}

.model_part li:nth-child(even) .model_pic{
    float: right;
}

.model_part li:nth-child(even) .model_words{
    float: right;
    margin: 0 -14px 0 0;
}

.model_p1{
    font-size: 14px;
    color: #595959;
    line-height: 22px;
}

.model_p1 strong{
    font-size: 16px;
    font-weight: normal;
}

/**/
.footer{
    background: #4f84f7;
    width: 100%;
    height:90px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 90px;
}

#ani{
    background: url("../images/ani.gif") no-repeat 0 0;
    width: 314px;
    height:249px;
    position: fixed;
    bottom:0;
    right:0;
    opacity: 0;
}
/* Bob */
@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}
@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
    -webkit-animation-name: hvr-bob-float, hvr-bob;
    animation-name: hvr-bob-float, hvr-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate;
}

/* Float */
.hvr-float {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

/* Push */
@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Sink */
.hvr-sink {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sink:hover, .hvr-sink:focus, .hvr-sink:active {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}
.leftbar{
	background: url(../images/left_icon.gif) no-repeat center 0;
	display: block;
    position:fixed;
    left: 1px;
    top: 50%;
	margin-top: -245px;
    width: 121px;
    height: 490px;
    z-index: 10003;
	padding-top: 66px;
}
.leftbar_btn{
	width: 121px;
    height: 424px;
	display: block;
	cursor: pointer;
}
.rightbar{
	right:0;
    z-index: 9999999999;
    position: fixed;
	height: 71px;
	width: 230px;
	top:50%;
	margin-top: -35.5px;
}
.rightbar a{
	display: block;
    text-decoration: none;
	cursor: pointer;
}
.rightbar img{
	left: -10px;
    top: 50%;
    margin-top: -35px;
    position: absolute;
    z-index: 9999;
    border: 0;
}
.rightbar .bubble{
	font-size: 15px;
    width: 230px;
    height: 45px;
    line-height: 45px;
    text-indent: 55px;
    text-align: center;
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative;
    background: #ff5400;
    background: linear-gradient(rgba(248,113,24,1),rgba(248,145,50,.8));
    text-transform: uppercase;
    border-radius: 20px;
	margin-top:13px;
}
.rightbar .bubble:after{
	content: "";
    background: #fff;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 35px;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    margin: auto;
    border-radius: 50%;
    transform: scale(1);
    animation: 1s btn ease-in-out infinite;
}
@keyframes btn {0%{transform:scale(0);opacity: 1;}100%{transform:scale(1);opacity: 0;}}