﻿/*首页banner2 3D*/
/* up-down*/
@-moz-keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 20px;
  }
}
@-webkit-keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -20px;
  }
}
@-o-keyframes myMove {
  0% {
    bottom: 20px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes myMove {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: -20px;
  }
}
/*banner*/
.pics_wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
  /*幻灯片样式2*/
}
.pics_wrap .html5zoo-img-0 img {
  width: 100%;
}
.pics_wrap .html5zoo-arrow-left-0 {
  left: 10% !important;
}
.pics_wrap .html5zoo-arrow-right-0 {
  right: 10% !important;
}
.pics_wrap .html5zoo-bullet-wrapper-0 div {
  margin: 0 4px !important;
}
.pics_wrap .html5zoo-nav-0 {
  margin-top: -35px !important;
  left: 47% !important;
}
.pics_wrap .html5zoo-bullet-wrapper-0 {
  width: 100% !important;
}
.pics_wrap #focus {
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
}
.pics_wrap #focus ul {
  height: 188px;
  position: absolute;
}
.pics_wrap #focus ul li {
  float: left;
  width: 255px;
  height: 188px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.pics_wrap #focus ul li a img {
  height: 188px;
  width: 255px;
}
.pics_wrap #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.pics_wrap #focus .btnBg {
  position: absolute;
  width: 255px;
  height: 20px;
  left: 0;
  bottom: 0;
  background: #000;
}
.pics_wrap #focus .btn {
  position: absolute;
  width: 255px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 0;
  text-align: right;
}
.pics_wrap #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 25px;
  height: 10px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
}
.pics_wrap #focus .btn span.on {
  background: #fff;
}
.pics_wrap #bannerCircle,
.pics_wrap #bannerArrow {
  display: none;
}
body {
  overflow: scroll;
  overflow-x: hidden;
}
/*pro*/
.pro {
  width: 1200px;
  margin: 0 auto;
  height: auto;
  margin-top: 60px;
  overflow: hidden;
  margin-bottom: 60px;
}
.pro .pro_l {
  float: left;
  width: 250px;
  height: auto;
  margin-right: 40px;
  background: #c42020;
}
.pro .pro_l h3 {
  height: 80px;
  padding-left: 65px;
  color: #fff;
  padding-top: 20px;
  background: url(../images/x.png) bottom center no-repeat;
  background-color: #c42020;
}
.pro .pro_l h3 b {
  display: block;
  margin-bottom: 14px;
  line-height: 28px;
  height: 28px;
  font-size: 28px;
}
.pro .pro_l h3 p {
  text-transform: uppercase;
  line-height: 14px;
  height: 14px;
  font-size: 14px;
}
.zx_con {padding: 4px;height: auto;overflow: hidden; background-color:#e6e6e6; }
.zx_con h2 { background: #c42020;     width: 232px; height: 36px; line-height: 36px; text-align: center; clear: both; margin: 5px auto;border-radius: 3px; }
.zx_con h2 a { font-size: 16px; color: #fff; }
.zx_con ul { padding-bottom: 3px; }
.agent_con{ line-height:35px; font-size:15px;}
.agent_con img{ border:#CCC solid 1px; padding:5px; }
.zx_con ul li { width: 45%; height: 35px; line-height: 35px; border: 1px solid #ccc;background: #fff;text-align:center; margin:5px 5px; float:left;border-radius: 3px;}
.zx_con ul li:hover{background: #c42020;}
.zx_con ul li:hover a{ color:#fff; text-decoration:none;}
.zx_con ul li a { font-size: 14px; color: #333; }
.pro .pro_r {
  float: right;
  width: 908px;
}
.pro .pro_r .pro_bg {
  height: 35px;
  color: #c42020;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.pro .pro_r .pro_bg span {
  float: left;
  display: block;
  line-height: 25px;
  height: 35px;
  font-size: 24px;
  color: #c42020;
}
.pro .pro_r .pro_bg a {
  float: right;
  text-transform: uppercase;
  color: #c42020;
}
.pro .pro_r .pro_main {
  margin-right: -26px;
  height: auto;
}
.pro .pro_r .pro_main div {
  float: left;
  margin-right: 21px;
  margin-bottom: 20px;
  position: relative;
  width: 290px;
  height: 290px;
}
.pro .pro_r .pro_main div a {
  display: block;
}
.pro .pro_r .pro_main div .pro_img {
  width: 290px;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.pro .pro_r .pro_main div .pro_img::before {
  position: absolute;
  transition: 0.4s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  content: '';
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
.pro .pro_r .pro_main div .pro_img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.pro .pro_r .pro_main div .pro_a {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  transition: .6s;
  left: 0;
  bottom: 0;
  line-height: 50px;
  width: 290px;
  height: 50px;
  font-size: 16px;
  color: #666666;
  background-color: #fcf9f9;
  z-index: 1;
}
.pro .pro_r .pro_main div .pro_a::before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #c42020;
  transition: .6s;
}
.pro .pro_r .pro_main div:hover .pro_a::before {
  height: 50px;
}
.pro .pro_r .pro_main div:hover .pro_a {
  color: #fff;
}
.pro .pro_r .pro_main div:hover .pro_img::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
/*pro*/


/*ys*/
@media screen and (max-width: 600px) {
.you1-box {
	display: none;
}
}
.you1-box {
	position: relative;
	margin: 0 auto;
	height: 593px;
	overflow: hidden;
	width: 100%;
}
.you1-bo {
	width: 1920px;
	height: 593px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
	background: url(../images/you01.jpg) no-repeat
}
.you1-b {
	width: 1100px;
	height: 593px;
	margin: 0 auto;
	overflow: hidden;
}
.you1 {
	width: 470px;
	float: right;
	padding-top: 160px
}
.you1 dl {
	width: 470px;
	margin-bottom: 13px
}
.you1 dl dt {
	line-height: 34px;
	font-size: 18px;
	color: #f4cccc;
	font-weight: 700
}
.you1 dl dd {
	line-height: 24px;
	font-size: 14px;
	color: white
}
@media screen and (max-width: 925px) {
.scrollable ul li {
	padding: 0px;
	/*margin: 0 10px;*/
	margin: 5px;
	display: block;
	float: left;
	/*width: 204px;*/
	width: 31.33333%;
	text-align: center;
}
}
@media screen and (max-width: 536px) {
.scrollable ul li {
	padding: 0px;
	/*margin: 0 10px;*/
	margin: 2px;
	display: block;
	float: left;
	/*width: 204px;*/
	width: 48.5%;
	text-align: center;
}
}

@media screen and (max-width: 600px) {
.hxysbg {
	display: none;
}
}
.hxysbg {
	padding-bottom: 50px;
	/*background: #202932 url(../images/boxbg.jpg);*/
}

.hxysbox {
	text-align: center;
	margin: 0 auto;
	width: auto;
	max-width: 1120px;
}
.hxysbox .hxystit {
	padding: 50px 0 20px 0;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
}
.hxysbox .hxystit span {
	font-size: 32px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #e04440;
	text-align: center;
	display: block
}
.hxysbox .hxystit p {
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	display: block
}
.hxysbox ul {
	overflow: hidden;
}
.hxysbox li {
	float: left;
	margin: 0 2px;
	padding: 0 20px;
	/*width: 152px;*/
	width: 16%;
	height: 234px;
	background: url(../images/hxysdl1.png) no-repeat center;
}
.hxysbox li h5 {
	padding-top: 54px;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
	color: #400100;
}
.hxysbox li p {
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}
/*ys*/

/*case*/
.bt {
  text-align: center;
  height: auto;
}
.bt h3 {
  font-weight: bold;
  font-size: 30px;
}
.bt p {
  text-transform: uppercase;
  font-size: 16px;
}
.case {
  width: 100%;
  height: 630px;
  background: url(../images/casegbg.jpg) center no-repeat;
 
  margin-top:60px;
}
.case .case_cen {
  width: 1200px;
  margin: 0 auto;
  height: 540px;
  padding-top: 62px;
}
.case .case_cen .bt h3 {
  color: #fff;
}
.case .case_cen .bt p {
  color: #cccccc;
}
.case .case_cen .home-ysMain {
  overflow: hidden;
  margin-top: 40px;
  cursor: pointer;
  height: 336px;
}
.case .case_cen .home-ysMain ul {
  width: 1220px;
}
.case .case_cen .home-ysMain ul * {
  transition: all 0.6s;
}
.case .case_cen .home-ysMain li {
  width: 130px;
  height: 326px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 15px;
}
.case .case_cen .home-ysMain li img {
  width: 423px;
  height: 326px;
  display: block;
  margin: 0 auto;
}
.case .case_cen .home-ysMain li .cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding-top: 40px;
  padding-left: 40px;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case_cen .home-ysMain li .cover::before {
  content: '';
  width: 76px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 80px;
  left: 40px;
}
.case .case_cen .home-ysMain li .hood {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  opacity: 0;
  text-align: center;
  line-height: 80px;
  display: block;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case .case_cen .home-ysMain .big {
  width: 423px;
  height: 326px;
  border: 5px solid #fff;
}
.case .case_cen .home-ysMain .big .cover {
  opacity: 0;
}
.case .case_cen .home-ysMain .big .hood {
  opacity: 1;
}
.case .case_cen .case_more {
  display: block;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: 40px;
  border: solid 1px #ffffff;
  transition: .6s;
}
.case .case_cen .case_more:hover {
  color: #c42020;
}
/*case*/
/*ry*/
.ry {
  width: 100%;
  margin: 0 auto;
  height: auto;
 
  position: relative; text-align:center;
 
}
.ry .bt{ background-color:#c93436; width:100%; text-align:center;}
.ry .bt h3 {
  color: #fff; font-size:30px; line-height:90px;
}

.ry .ry_left,
.ry .ry_right {
  width: 40px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  top: 168px;
  transition: .6s;
}
.ry .ry_left {
  left: -60px;
  background: url(../images/ryjt.jpg) 0 0 no-repeat;
}
.ry .ry_left:hover {
  background: url(../images/ryjt.jpg) 0 -60px no-repeat;
}
.ry .ry_right {
  right: -60px;
  background: url(../images/ryjt.jpg) -40px 0 no-repeat;
}
.ry .ry_right:hover {
  background: url(../images/ryjt.jpg) -40px -60px no-repeat;
}
.ry .tempWrap {
  margin-top: 40px;
}
.ry .ry_b { width:1200px; margin:0 auto; overflow:hidden; margin-top:20px;
  height: auto;
}
.ry .ry_b div {
  float: left;
  margin-right: 13px;
  position: relative;
}
.ry .ry_b div a {
  display: block;
}
.ry .ry_b div .ry_img {
  width: 380px;
  height: 250px; margin:10px 2px;
}
.ry .ry_b div .ry_img img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.ry .ry_b div .ry_a {
  width: 380px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .6s;
}
.ry .ry_b div:hover .ry_a {
  color: #c42020;
}
/*ry*/
/*we*/
.we {
  width: 100%;
  height: 600px;
  background: url(../images/webg.jpg) center no-repeat;
  margin-bottom: 40px;
}
.we .we_cen {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 600px;
}
.we .we_cen .bt {
  width: 158px;
  height: auto;
  text-align: left;
}
.we .we_cen .bt h3 {
  color: #fff;
}
.we .we_cen .bt p {
  color: #ccc;
}
.we .we_cen img {
  float: left;
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  width: 590px;
  height: 440px;
}
.we .we_cen .we_r {
  width: 548px;
  height: 308px;
  float: right;
  margin-top: 148px;
}
.we .we_cen .we_r .we_p {
  margin-top: 34px;
  text-indent: 2em;
  color: #fff;
  overflow: hidden;
  width: 546px;
  height: 144px;
  font-size: 14px;
  line-height: 30px;
}
.we .we_cen .we_r .we_mo {
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  margin-top: 38px;
  border: solid 1px #ffffff;
  background: url(../images/wej.png) center no-repeat;
}
/*we*/


/*news*/
.new {margin: 0 auto;overflow: hidden;padding: 10px;width: 1300px;}
.news {float: left;font-family: "微软雅黑";font-size: 16px;width: 420px;margin-right: 17px;}
.news_bt {line-height: 40px;margin-bottom: 10px;overflow: hidden;width: 410px; border-bottom:#eeeeee solid 1px;}
.news_bt span a {color: #f00;float: right;font-size: 12px; margin-right: 15px;}
.news_bt a {color: #e00029;font-size: 18px; }

.new_con {overflow: hidden; width:420px}
.new_con ul {margin-top: 10px;overflow: hidden;}
.fl {float: left;}
.news ul li {border-bottom: dashed 1px #ddd;float: left;font-size: 14px;height:40px;line-height:40px; margin: 5px 10px 5px 0; padding-left: 5px;width: 410px;padding-bottom: 5px;}
.news ul li span a {color: #7e7e7e;float: right;font-size: 12px; margin-right: 10px;}
.news ul li a {margin-left: 10px;}

.support {float:right;font-family: "微软雅黑";font-size: 16px;width: 420px;}
.support_bt {border-bottom:#eeeeee solid 1px;line-height: 40px;margin-bottom: 10px;overflow: hidden;width: 410px;}
.support_bt span a {color: #e00029;float: right;font-size: 12px; margin-right: 15px;}
.support_bt a {color: #e00029;font-size: 18px;}
.support ul li {border-bottom: dashed 1px #ddd;float: left;font-size: 14px;height:40px;line-height:40px;  margin: 5px 10px 5px 0; padding-left: 5px;width: 410px;padding-bottom: 5px;}
.support ul li span a {color: #7e7e7e;float: right;font-size: 12px; margin-right: 10px;}
.support ul li a {margin-left: 10px;}

.news-num {
    line-height: 40px;
    width: 40px;
    background-color: #BB0102;
    color: #fff;
    position:relative;
    left: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: bold; float:left;}
/*news*/

.fw-ys {
    width: 100%;
    background: url(../images/10424639937_1864305585.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 80px 0 100px 0;
    -webkit-box-shadow: #bdbdbd 0px 10px 10px inset;
    -moz-box-shadow: #bdbdbd 0px 10px 10px inset;
    box-shadow: #bdbdbd 0px 10px 10px inset;
    position: relative;}
.fw-ys .fy {
    font-size: 18px;
    color: #737373;
}
.fw-ys h3 {
    font-size: 45px;
    color: #343434;
    line-height: 45px;
    margin: 15px 0 30px 0; font-weight:bold;
}
.fw-ys .text {
    color: #8b8b8b;
    line-height: 24px;
    padding: 0px 24%;
}
.fw-ys ul {
    max-width: 1200px;
    overflow: hidden;
    margin: 90px auto;
}
.fw-ys li {
    width: 25%;
    float: left;
    padding: 0;
}
.fw-ys li span {
    font-size: 18px;
    color: #d31919;
}
.fw-ys li strong {
    font-size: 60px;
    font-family: impact;
    line-height: 60px;
    margin-right: 10px;
}
.fw-ys li p {
    font-size: 18px;
    color: #282828;
    line-height: 30px;
    margin-top: 15px;
}	
	
	
/*-fri*/
.fri {
  width: 1300px;
  margin: 0 auto;
  height:50px;
  margin: 20px auto;
}
.fri .fri_l {
  float: left;
  width: 120px;
  height: 50px;
  margin-right: 42px;
}
.fri_l span,
.fri_l i {
  display: block;
}
.fri_l span {
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 14px;
}
.fri_l i {
  text-transform: uppercase;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #cccccc;
}
.fri_r {width: 1200px; margin:0 auto; overflow:hidden; height:auto;color:#ffffff;}
.fri_r a {line-height: 30px; color:#ffffff; padding:0 5px;}
.fri_r a:hover {color: #ffffff;}
/*fri*/


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 
 */

 @-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

