.w1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
}
li {
  list-style: none;
}
a {
  color: #333;
  text-decoration: none;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tet {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eee {
  background: #ededed;
}
.fl {
  display: flex;
  justify-content: start;
}
.top_bar {
  background: #ececec;
  color: #fff;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
.top_bar .tb-left {
  color: #666;
}
.top_bar .tb-rig ul li {
  font-size: 14px;
}
.top_bar .tb-rig ul li:nth-of-type(1) {
  margin-right: 28px;
}
.top_bar .tb-rig ul li:nth-of-type(1) a {
  padding-left: 24px;
  background: url(../images/t_ico1.png) no-repeat left center;
}
.top_bar .tb-rig ul li:nth-of-type(2) a {
  padding-left: 24px;
  background: url(../images/t_ico2.png) no-repeat left center;
}
.top_bar .tb-rig ul li a {
  color: #666;
  padding: 0;
}
.top_bar .tb-rig ul li a:hover {
  color: #e9772b;
}
.web-header {
  transition: 0.3s;
  width: 100%;
  z-index: 99;
  height: 80px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.web-header .header-nav {
  height: 100%;
  transition: 0.5s;
}
.web-header .header-nav .nav-logo h1 {
  display: flex;
  align-items: center;
}
.web-header .header-nav .nav-logo h1 a {
  font-size: 0;
}
.web-header .header-nav .nav-logo h1 a img {
  display: block;
}
.web-header .header-nav .nav-list {
  width: 940px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.web-header .header-nav .nav-list li {
  position: relative;
}
.web-header .header-nav .nav-list li a {
  display: block;
  position: relative;
  font-size: 16px;
}
.web-header .header-nav .nav-list li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  width: 0;
  height: 3px;
  margin: 0 auto;
  background: #e9772b;
  border-radius: 2px;
  transition: 0.4s;
  opacity: 0;
}
.web-header .header-nav .nav-list li a:hover::after {
  opacity: 1;
  width: 100%;
}
.web-header .header-nav .nav-list li.active a::after {
  opacity: 1;
  width: 100%;
}
.web-header .header-nav .nav-list li:last-of-type .iconfont {
  font-size: 32px;
  color: #343994;
  line-height: 1;
}
.web-header .header-nav .nav-list li:last-of-type p {
  font-size: 24px;
  font-weight: bold;
  color: #343994;
}
.web-header.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
.header_fix {
  height: 120px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 111;
  top: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
}
.fixed-banner {
  height: 500px;
  position: relative;
}
.layui-layer-page {
  background: rgba(0, 0, 0, 0) !important;
}
.layui-layer {
  box-shadow: none !important;
}
.layui-layer .search-box {
  display: block;
  width: 100%;
  height: 100%;
}
.layui-layer .search-box input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 0;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-right: 35px;
  color: #fff;
  background: none;
  outline: none;
  text-indent: 10px;
  box-sizing: border-box;
}
.layui-layer .search-box button {
  width: 35px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/search_btn.svg) center no-repeat;
  background-size: 25px;
  cursor: pointer;
  border: 0;
  outline: none;
}
.layui-layer .layui-layer-setwin {
  top: auto;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.layui-layer .layui-layer-setwin > .layui-layer-close2 {
  width: 30px;
  height: 30px;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  border: 1px solid #f5f5f5;
  background: url(../images/search_close.png) center no-repeat;
  cursor: pointer;
  border-radius: 50%;
}
.layui-layer .layui-layer-setwin > .layui-layer-close2:hover {
  background-position: center;
}
.swiper-container {
  line-height: 1;
}
.banner1 {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 60px;
}
@keyframes bannerimgAnimate {
  0% {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.banner1 .swiper-slide {
  overflow: hidden;
}
.banner1 .swiper-slide img {
  width: 100%;
  height: auto;
  transition: transform 2s;
  transform: translateZ(0) scale(1.05);
}
.banner1 .swiper-slide.swiper-slide-active img {
  transform: translateZ(0) scale(1);
}
.banner1:hover .swiper-button-black {
  opacity: 0.7;
}
.banner1:hover .swiper-button-prev {
  left: 4%;
}
.banner1:hover .swiper-button-next {
  right: 4%;
}
.banner1 .swiper-button-black {
  opacity: 0;
  transition: 0.4s;
}
.banner1 .swiper-button-prev {
  left: 2%;
}
.banner1 .swiper-button-next {
  right: 2%;
}
.banner1 .swiper-pagination {
  top: auto;
  left: auto;
  right: 16%;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
}
.banner1 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 18px;
  transition: 0.3s;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.banner1 .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.titleBox {
  margin-bottom: 40px;
}
.titleBox p {
  text-transform: uppercase;
  color: #444;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.titleBox .t {
  display: flex;
  justify-content: center;
  align-items: center;
}
.titleBox .t i {
  width: 40px;
  height: 3px;
  background: #343994;
  margin: 0 24px;
}
.titleBox h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 5px;
}
.moreBtn {
  width: 180px;
  height: 40px;
  border: 1px solid #e9772b;
  line-height: 42px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 6px;
  font-size: 16px;
}
.moreBtn:hover {
  color: #f1f1f1;
}
.index1 {
  padding: 60px 0;
  background: url(../images/index1-bg.jpg) no-repeat center;
}
.index1 .proType {
  display: flex;
  justify-content: center;
  align-items: center;
}
.index1 .proType a {
  font-size: 16px;
  transition: 0.3s;
}
.index1 .proType a:hover {
  color: #e9772b;
}
.index1 .proType a.active {
  color: #e9772b;
}
.index1 .proType i {
  height: 20px;
  width: 1px;
  background: #666;
  transform: rotate(30deg);
  margin: 0 42px;
}
.index1 .index1-swiper {
  margin-top: 50px;
}
.index1 .index1-swiper .swiper-slide {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index1 .index1-swiper .swiper-slide a {
  width: 380px;
  margin-bottom: 30px;
  margin-right: 30px;
  transition: 0.4s;
  background: rgba(33, 33, 33, 0.5);
}
.index1 .index1-swiper .swiper-slide a:nth-of-type(3n) {
  margin-right: 0;
}
.index1 .index1-swiper .swiper-slide a:hover h3 {
  color: #ff9752;
}
.index1 .index1-swiper .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.index1 .index1-swiper .swiper-slide .img {
  height: 280px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.index1 .index1-swiper .swiper-slide .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.index1 .index1-swiper .swiper-slide h3 {
  font-size: 18px;
  transition: 0.3s;
  text-align: center;
  line-height: 44px;
  color: #f1f1f1;
}
.index1 .index1-swiper .swiper-slide .noData {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 200px;
}
.index1 .index1-swiper .swiper-slide .noData p {
  font-size: 28px;
  opacity: 0.8;
}
.index2 {
  padding-top: 50px;
  position: relative;
}
.index2 .index3-content {
  position: relative;
  z-index: 5;
}
.index2 .index3-content .img {
  max-width: 100%;
  height: auto;
}
.index2 .index3-content .img img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
}
.index2 .index3-content .left-content {
  width: 560px;
}
.index2 .index3-content .left-content h2 {
  font-size: 40px;
  color: #444;
  letter-spacing: 4px;
}
.index2 .index3-content .left-content h4 {
  font-size: 22px;
  margin-top: 15px;
}
.index2 .index3-content .left-content p {
  font-size: 15px;
  line-height: 34px;
  color: #666;
  margin-top: 10px;
  text-indent: 34px;
}
.index2 .index3-content .left-content .more {
  display: block;
  width: 160px;
  line-height: 40px;
  font-size: 16px;
  letter-spacing: 2px;
  color: #e9772b;
  border: 1px solid #ddd;
  color: #666;
  box-sizing: border-box;
  transition: 0.4s;
  text-align: center;
  margin: 30px 0 40px;
}
.index2 .index3-content .left-content .more:hover {
  color: #f5f5f5;
  border-color: #e9772b;
}
.index2 .bg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
.index3 {
  padding: 60px 0;
}
.index3 .index3-swiper .swiper-slide {
  width: 384px;
  cursor: pointer;
}
.index3 .index3-swiper .swiper-slide .img {
  height: 285px;
  overflow: hidden;
}
.index3 .index3-swiper .swiper-slide .img div {
  height: 100%;
  transition: 0.5s;
}
.index3 .index3-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
.index3 .index3-swiper .swiper-slide h3 {
  font-size: 17px;
  text-align: center;
  transition: 0.4s;
  line-height: 48px;
}
.index3 .index3-swiper .swiper-slide:hover .img div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.index3 .index3-swiper .swiper-slide:hover h3 {
  color: #fff;
  background: #e9772b;
}
.index4 {
  background: url(../images/index4-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.index4 .title h2 {
  font-size: 32px;
  color: #f8f8f8;
}
.index4 .title p {
  font-size: 18px;
  color: #f8f8f8;
  text-transform: uppercase;
}
.index4 ul {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 70px;
}
.index4 ul li {
  text-align: center;
  width: 17.5%;
}
.index4 ul li img {
  margin: 0 auto;
}
.index4 ul li h3 {
  font-size: 18px;
  color: #f8f8f8;
  line-height: 1;
  margin: 20px auto 10px;
}
.index4 ul li p {
  color: #f2f2f2;
}
.index5 {
  padding: 60px 0;
}
.index5 ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.index5 ul .left-news {
  width: 580px;
}
.index5 ul .left-news li a {
  display: block;
}
.index5 ul .left-news li a .img {
  height: 280px;
  overflow: hidden;
}
.index5 ul .left-news li a .img div {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.index5 ul .left-news li a .info {
  padding: 15px 0 14px;
  border-bottom: 1px solid #f5f5f5;
}
.index5 ul .left-news li a .info h3 {
  font-size: 20px;
  transition: all 0.4s;
}
.index5 ul .left-news li a .info p {
  text-indent: 30px;
  font-size: 15px;
  color: #777;
  line-height: 28px;
  height: 56px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index5 ul .left-news li a .info .btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
}
.index5 ul .left-news li a .info .btn span {
  color: #999;
  font-size: 16px;
}
.index5 ul .left-news li a .info .btn i {
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 150px;
  border: 1px solid #eee;
  color: #999;
  transition: all 0.4s;
}
.index5 ul .left-news li:hover a .img div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.index5 ul .left-news li:hover a .info .btn i {
  border-color: #e9772b;
  color: #e9772b;
}
.index5 ul .right-news {
  width: 580px;
}
.index5 ul .right-news li {
  margin-bottom: 16px;
}
.index5 ul .right-news li a {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.index5 ul .right-news li a h3 {
  font-size: 20px;
  transition: all 0.4s;
  margin-top: 5px;
}
.index5 ul .right-news li a p {
  text-indent: 30px;
  font-size: 15px;
  color: #777;
  line-height: 28px;
  height: 56px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}
.index5 ul .right-news li a span {
  color: #999;
  display: block;
  font-size: 20px;
}
.index5 ul .right-news li:hover a h3 {
  color: #e9772b;
}
.wx_box {
  width: 100%;
  height: 100%;
}
.wx_box p {
  line-height: 32px;
  text-align: center;
}
.wx_box p:nth-of-type(1) {
  color: #000;
  font-size: 24px;
  line-height: 50px;
}
.wx_box p:nth-of-type(2) {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background: #e9772b;
  line-height: 60px;
}
.wx_box p:nth-of-type(3) {
  font-size: 20px;
  color: #666;
  line-height: 60px;
}
.wx_box img {
  display: block;
  margin: auto;
  width: 300px;
  border: 1px solid #ddd;
  margin-top: 20px;
}
.web-footer {
  background: #232323;
}
.web-footer .footer-nav {
  padding: 24px 0;
  border-bottom: 1px solid #444;
}
.web-footer .footer-nav .nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.web-footer .footer-nav .nav-list li a {
  color: #f5f5f5;
  font-size: 15px;
  transition: 0.3s;
}
.web-footer .footer-nav .nav-list li a:hover {
  color: #e9772b;
}
.web-footer .footer-info {
  padding: 40px 0;
}
.web-footer .footer-info .footer-itme1 h2 {
  line-height: 1;
}
.web-footer .footer-info .footer-itme1 h2 a {
  font-size: 0;
}
.web-footer .footer-info .footer-itme1 h2 a img {
  display: inline-block;
}
.web-footer .footer-info .footer-itme2 ul {
  margin-top: 8px;
  padding-bottom: 15px;
}
.web-footer .footer-info .footer-itme2 ul li {
  color: #dfdfdf;
  line-height: 30px;
}
.web-footer .footer-info .footer-itme2 .nav-list li h3 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ccc;
  text-align: right;
}
.web-footer .footer-info .footer-itme2 .nav-list li a {
  text-decoration: underline;
  color: #ccc;
  transition: 0.3s;
  margin-bottom: 5px;
  margin-left: 50px;
}
.web-footer .footer-info .footer-itme3 .wxBox img {
  width: 150px;
  height: auto;
}
.web-footer .footer-info .footer-itme3 .wxBox h3 {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #ccc;
}
.footer_bottom {
  border-top: 1px solid #444;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer_bottom .main {
  display: flex;
  flex-wrap: wrap;
}
.footer_bottom p {
  color: #aaa;
  margin-right: 20px;
}
.footer_bottom a {
  color: #aaa;
}
.rig-title .main {
  border-bottom: 1px solid #f1f1f1;
}
.rig-title .crumbs {
  height: 50px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  display: flex;
  align-items: center;
}
.rig-title .crumbs .iconfont {
  font-size: 20px;
  margin-right: 5px;
}
.rig-title .crumbs a {
  color: #999;
}
.rig-title .back a {
  font-size: 16px;
  line-height: 1;
  color: #999;
  transition: 0.3s;
}
.rig-title .back a:hover {
  color: #e9772b;
}
.commonInner .padd {
  min-height: 400px;
  padding: 50px 0 60px;
}
.commonInner .titleBox1 {
  margin-bottom: 40px;
}
.commonInner .titleBox1 p {
  color: #666;
  font-size: 16px;
  text-align: center;
}
.commonInner .titleBox1 .t {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .titleBox1 .t i {
  width: 40px;
  height: 3px;
  background: #343994;
  margin: 0 24px;
}
.commonInner .titleBox1 h2 {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 8px;
  color: #444;
}
.commonInner .company .company-content {
  padding-bottom: 60px;
}
.commonInner .company .company-content .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.commonInner .company .company-content .content .left {
  width: 580px;
}
.commonInner .company .company-content .content .left .info {
  font-size: 15px;
  line-height: 32px;
  color: #555;
  text-indent: 34px;
}
.commonInner .company .company-content .content .left .desc {
  margin-top: 5px;
}
.commonInner .company .company-content .content .left .desc h4 {
  font-size: 16px;
  font-weight: bold;
}
.commonInner .company .company-content .content .left .desc p {
  font-size: 15px;
  line-height: 32px;
  color: #555;
}
.commonInner .company .company-content .content .img {
  width: 600px;
}
.commonInner .company .company-content .content .img img {
  width: 100%;
  height: auto;
  display: block;
}
.commonInner .company .company-content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.commonInner .company .company-content ul li {
  display: flex;
  align-items: center;
}
.commonInner .company .company-content ul li .t {
  margin-left: 20px;
}
.commonInner .company .company-content ul li h3 {
  font-size: 18px;
}
.commonInner .company .company-content ul li span {
  color: #999;
  display: block;
  text-transform: uppercase;
}
.commonInner .company .company-content ul li p {
  color: #666;
  font-size: 15px;
}
.commonInner .company .index3 {
  padding-bottom: 0;
}
.commonInner .contact {
  overflow: hidden;
}
.commonInner .contact .de-contact {
  display: flex;
}
.commonInner .contact .de-contact .contact-list {
  width: 480px;
  box-sizing: border-box;
  background: url(../images/lxwm.jpg) no-repeat center;
  background-size: cover;
  padding: 40px 30px 20px;
}
.commonInner .contact .de-contact .contact-list h2 {
  font-size: 24px;
  line-height: 1;
  color: #f5f5f5;
}
.commonInner .contact .de-contact .contact-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.commonInner .contact .de-contact .contact-list li {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.commonInner .contact .de-contact .contact-list li h3 {
  font-size: 15px;
  color: #f1f1f1;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.commonInner .contact .de-contact .contact-list li h3 .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.commonInner .contact .de-contact .contact-list li p {
  font-size: 16px;
  color: #f1f1f1;
  line-height: 32px;
}
.commonInner .contact .de-contact .contact-list li:nth-of-type(2),
.commonInner .contact .de-contact .contact-list li:nth-of-type(3) {
  width: 48%;
}
.commonInner .contact .de-contact .contact-list li:nth-of-type(2) p,
.commonInner .contact .de-contact .contact-list li:nth-of-type(3) p {
  font-size: 18px;
}
.commonInner .contact .de-contact .wxBox h3 {
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
  color: #f1f1f1;
}
.commonInner .contact .de-contact .wxBox img {
  display: block;
  border: 1px solid #f1f1f1;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.commonInner .contact .contact-map {
  width: 720px;
}
.commonInner .contact .contact-map #dituContent {
  height: 100%;
}
.commonInner .contact .de-message {
  margin-top: 60px;
}
.commonInner .contact .de-message h3 {
  font-size: 24px;
  line-height: 1;
  color: #555;
  margin-bottom: 20px;
}
.commonInner .contact .de-message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .contact .de-message #formData .form-tr {
  width: 47%;
  margin-bottom: 20px;
}
.commonInner .contact .de-message #formData .form-tr p {
  margin-bottom: 10px;
}
.commonInner .contact .de-message #formData .form-tr input {
  width: 100%;
  height: 42px;
  background: transparent;
  color: #333;
  border: 1px solid #eee;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 2px;
}
.commonInner .contact .de-message #formData .form-tr input::placeholder {
  color: #999;
}
.commonInner .contact .de-message #formData .textarea {
  width: 100%;
}
.commonInner .contact .de-message #formData .textarea textarea {
  width: 100%;
  color: #333;
  border: 1px solid #eee;
  padding: 10px 20px;
  height: 140px;
  border-radius: 2px;
  box-sizing: border-box;
}
.commonInner .contact .de-message #formData .textarea textarea::placeholder {
  color: #999;
}
.commonInner .contact .de-message #formData .codeBox {
  width: 320px;
}
.commonInner .contact .de-message #formData .codeBox .code {
  display: flex;
  align-items: flex-end;
}
.commonInner .contact .de-message #formData .codeBox .code input {
  width: 160px;
  height: 42px;
  border-radius: 5px;
}
.commonInner .contact .de-message #formData .codeBox .code .verify {
  width: 140px;
  margin-left: 20px;
}
.commonInner .contact .de-message #formData .codeBox .code .verify img {
  width: 100%;
}
.commonInner .contact .de-message #formData .submitBox {
  display: flex;
  justify-content: flex-end;
  width: 160px;
}
.commonInner .contact .de-message #formData .submitBox .submit {
  width: 160px;
  background: #e9772b;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
  transition: 0.4s;
}
.commonInner .news-page .de-news-list .newsList {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.commonInner .news-page .de-news-list .newsList li {
  margin-bottom: 40px;
  width: 580px;
}
.commonInner .news-page .de-news-list .newsList li a {
  display: block;
}
.commonInner .news-page .de-news-list .newsList li a .img {
  height: 280px;
  overflow: hidden;
}
.commonInner .news-page .de-news-list .newsList li a .img div {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.commonInner .news-page .de-news-list .newsList li a .info {
  padding: 15px 0 12px;
  border-bottom: 1px solid #f5f5f5;
}
.commonInner .news-page .de-news-list .newsList li a .info h3 {
  font-size: 20px;
  transition: all 0.4s;
}
.commonInner .news-page .de-news-list .newsList li a .info p {
  text-indent: 30px;
  font-size: 15px;
  color: #777;
  line-height: 28px;
  height: 56px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.commonInner .news-page .de-news-list .newsList li a .info .btn {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
}
.commonInner .news-page .de-news-list .newsList li a .info .btn span {
  color: #999;
  font-size: 16px;
}
.commonInner .news-page .de-news-list .newsList li a .info .btn i {
  display: block;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 150px;
  border: 1px solid #eee;
  color: #999;
  transition: all 0.4s;
}
.commonInner .news-page .de-news-list .newsList li:hover a .img div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.commonInner .news-page .de-news-list .newsList li:hover a .info .btn i {
  border-color: #e9772b;
  color: #e9772b;
}
.commonInner .infoPage .de-content-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.commonInner .infoPage .de-content-info .left-content {
  width: 210px;
}
.commonInner .infoPage .de-content-info .right-content {
  width: 950px;
  background: #fff;
}
.commonInner .infoPage .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .h3 {
  font-size: 24px;
  color: #323232;
  line-height: 28px;
  margin-bottom: 15px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  display: flex;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span {
  display: flex;
  align-items: center;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span .iconfont {
  margin-right: 0.5rem;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b span:first-of-type {
  margin-right: 1rem;
}
.commonInner .infoPage .news-detail-content .news-detail {
  padding: 0 30px 30px;
  min-height: 300px;
}
.commonInner .infoPage .news-detail-content .news-detail p {
  font-size: 15px;
  color: #595959;
  line-height: 28px;
}
.commonInner .infoPage .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .infoPage .news-detail-content .news-detail .videoInfo {
  width: 800px;
  height: 450px;
  margin: 0 auto 20px;
}
.commonInner .infoPage .news-detail-content .newsPage {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 30px;
}
.commonInner .infoPage .news-detail-content .newsPage .page-a {
  font-size: 16px;
  color: #999;
  max-width: 48%;
}
.commonInner .infoPage .news-detail-content .newsPage .page-a a {
  color: #999;
}
.commonInner .product-page .de-product-list {
  min-height: 400px;
  margin-top: 40px;
}
.commonInner .product-page .de-product-list .productList {
  display: flex;
  flex-wrap: wrap;
}
.commonInner .product-page .de-product-list .productList li {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.commonInner .product-page .de-product-list .productList li:nth-of-type(3n) {
  margin-right: 0;
}
.commonInner .product-page .de-product-list .productList li .img {
  height: 280px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.commonInner .product-page .de-product-list .productList li .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.commonInner .product-page .de-product-list .productList li h3 {
  font-size: 18px;
  transition: 0.3s;
  text-align: center;
  line-height: 44px;
  color: #555;
}
.commonInner .product-page .de-product-list .productList li:hover h3 {
  color: #ff9752;
}
.commonInner .product-page .de-product-list .productList li:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.commonInner .product-Info .info-main {
  display: flex;
  align-items: flex-start;
}
.commonInner .product-Info .info-main .pro-swiper {
  width: 600px;
  height: 400px;
  margin: 0 ;
  border: 1px solid #ededed;
  box-sizing: border-box;
  --swiper-navigation-color: #000;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 26px;
  /* 设置按钮大小 */
}
.commonInner .product-Info .info-main .pro-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .product-Info .info-main .pro-swiper .swiper-slide img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.commonInner .product-Info .info-main .pro-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #e9772b;
}
.commonInner .product-Info .info-main .pro-swiper:hover .swiper-button-prev {
  opacity: 0.6;
  left: 15px;
}
.commonInner .product-Info .info-main .pro-swiper:hover .swiper-button-next {
  right: 15px;
  opacity: 0.6;
}
.commonInner .product-Info .info-main .pro-swiper .swiper-button-black {
  width: 25px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: 0.4s;
}
.commonInner .product-Info .info-main .pro-swiper .swiper-button-disabled {
  opacity: 0.3;
}
.commonInner .product-Info .info-main .pro-swiper .swiper-button-prev {
  top: calc(50% - 17px);
  margin: 0 auto;
  left: 0px;
  right: auto;
}
.commonInner .product-Info .info-main .pro-swiper .swiper-button-next {
  top: calc(50% - 17px);
  margin: 0 auto;
  left: auto;
  right: 00px;
}
.commonInner .product-Info .info-main .info-main-rig {
  margin-left: 50px;
  width: 550px;
}
.commonInner .product-Info .info-main .info-main-rig .title {
  font-size: 26px;
  color: #444;
  line-height: 1;
  padding-bottom: 15px;
  letter-spacing: 2px;
  position: relative;
}
.commonInner .product-Info .info-main .info-main-rig .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 2px;
  background: #e9772b;
}
.commonInner .product-Info .info-main .info-main-rig .info {
  margin-top: 20px;
}
.commonInner .product-Info .info-main .info-main-rig .info .desc {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
}
.commonInner .product-Info .info-main .info-main-rig .info .desc span {
  color: #888;
  float: left;
  font-size: 15px;
  line-height: 26px;
}
.commonInner .product-Info .info-main .info-main-rig .info .desc p {
  font-size: 15px;
  color: #888;
  line-height: 26px;
}
.commonInner .product-Info .info-main .info-main-rig .info .param p {
  font-size: 15px;
  color: #888;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.commonInner .product-Info .info-main .info-main-rig .info .param p a {
  color: #888;
}
.commonInner .product-Info .info-main .info-main-rig .info .param p a:hover {
  color: #e9772b;
}
.commonInner .product-Info .info-main .info-main-rig .info .param p span {
  font-weight: bold;
  font-size: 16px;
}
.commonInner .product-Info .info-center {
  margin: 50px  auto 0;
}
.commonInner .product-Info .info-center .center-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 50px;
  color: #555;
  border-bottom: 1px solid #eee;
}
.commonInner .product-Info .info-center .center-content {
  color: #666;
  font-size: 16px;
  line-height: 28px;
}
.commonInner .product-Info .info-center .center-content img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .product-Info .info-center .center-content table {
  border: 1px solid #ddd !important;
  margin: 0 auto;
}
.commonInner .product-Info .info-center .center-content table tr {
  border: 1px solid #ddd !important;
}
.commonInner .product-Info .info-center .center-content table tr td {
  border: 1px solid #ddd !important;
}
.commonInner .product-Info .newsPage {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 50px;
}
.commonInner .product-Info .newsPage .page-a {
  font-size: 16px;
  color: #999;
  max-width: 48%;
}
.commonInner .product-Info .newsPage .page-a a {
  color: #999;
}
.commonInner .video-page .videoList {
  display: flex;
  flex-wrap: wrap;
}
.commonInner .video-page .videoList li {
  width: 380px;
  margin-right: 30px;
  margin-bottom: 25px;
}
.commonInner .video-page .videoList li:nth-of-type(3n) {
  margin-right: 0;
}
.commonInner .video-page .videoList li a {
  display: block;
}
.commonInner .video-page .videoList li a .img {
  height: 240px;
  overflow: hidden;
  border-radius: 10px;
}
.commonInner .video-page .videoList li a .img div {
  height: 100%;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .video-page .videoList li a .img div i {
  transition: 0.4s;
  width: 49px;
  height: 49px;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
.commonInner .video-page .videoList li a h3 {
  font-size: 16px;
  transition: 0.4s;
  text-align: center;
  margin-top: 10px;
}
.commonInner .video-page .videoList li:hover a .img div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.commonInner .video-page .videoList li:hover a .img div i {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.commonInner .video-page .videoList li:hover a h3 {
  color: #e9772b;
}
.commonInner .case-page .caseList {
  display: flex;
  flex-wrap: wrap;
}
.commonInner .case-page .caseList li {
  width: 384px;
  cursor: pointer;
  margin-right: 24px;
  margin-bottom: 30px;
}
.commonInner .case-page .caseList li:nth-of-type(3n) {
  margin-right: 0;
}
.commonInner .case-page .caseList li .img {
  height: 285px;
  overflow: hidden;
}
.commonInner .case-page .caseList li .img div {
  height: 100%;
  transition: 0.5s;
}
.commonInner .case-page .caseList li .img img {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
.commonInner .case-page .caseList li h3 {
  font-size: 17px;
  text-align: center;
  transition: 0.4s;
  line-height: 48px;
}
.commonInner .case-page .caseList li:hover .img div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.commonInner .case-page .caseList li:hover h3 {
  color: #fff;
  background: rgba(233, 119, 43, 0.8);
}
.commonInner .de-content-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.commonInner .de-content-list .left-content {
  width: 210px;
}
.commonInner .de-content-list .right-content {
  width: 950px;
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 0px 0 35px;
  padding-top: 30px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #eee;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: 5px;
  overflow: hidden;
  transition: 0.3s;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #e9772b;
  background: #e9772b;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #eee;
}
.de-page-mian .page-inner a.next {
  margin-left: 5px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #eee;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: none;
}
.de-page-mian .page-inner input {
  display: none;
}
.de-page-mian .page-inner .page-btn {
  display: none;
}
.fix_box {
  display: block;
  position: fixed;
  right: -140px;
  top: 45%;
  z-index: 99;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.fix_box:hover li div:nth-of-type(2) {
  height: 170px;
}
.fix_box li {
  margin-bottom: 10px;
  padding: 0 10px 0 15px;
  width: 210px;
  box-sizing: border-box;
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
  background: #333;
}
.fix_box li div:nth-of-type(1) {
  height: 62px;
  display: flex;
  align-items: center;
}
.fix_box li div:nth-of-type(1) p {
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
  width: 130px;
  display: none;
}
.fix_box li div:nth-of-type(2) {
  transition: 0.4s;
  width: 185px;
  height: 0;
  overflow: hidden;
}
.fix_box li div:nth-of-type(2) img {
  width: 155px;
  height: 155px;
  display: block;
  margin: 0 auto;
}
.fix_box1 {
  display: block;
  position: fixed;
  right: -140px;
  top: 360px;
  z-index: 99;
  overflow: hidden;
  cursor: pointer;
  transition: 0.5s;
}
.fix_box1:hover li div:nth-of-type(2) {
  height: 170px;
}
.fix_box1 li {
  margin-bottom: 10px;
  padding: 0 10px 0 15px;
  width: 210px;
  box-sizing: border-box;
  border-top-left-radius: 31px;
  border-bottom-left-radius: 31px;
  background: #e9772b;
}
.fix_box1 li div:nth-of-type(1) {
  height: 62px;
  display: flex;
  align-items: center;
}
.fix_box1 li div:nth-of-type(1) p {
  margin-left: 5px;
  color: #fff;
  font-size: 18px;
  width: 125px;
  display: none;
}
.fix_box1 li div:nth-of-type(2) {
  transition: 0.4s;
  width: 185px;
  height: 0;
  overflow: hidden;
}
.fix_box1 li div:nth-of-type(2) img {
  width: 155px;
  height: 155px;
  display: block;
  margin: 0 auto;
}
.back_to_top {
  position: fixed;
  bottom: 55px;
  right: 2%;
  z-index: 12;
  width: 50px;
  height: 50px;
  background: rgba(138, 138, 138, 0.8) url(../images/icon-top.png) no-repeat center center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  display: none;
}
.back_to_top:hover {
  background-color: rgba(138, 138, 138, 0.9);
}
.web-sider {
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e8e8;
}
.web-sider .titleBox {
  margin-bottom: 0;
}
.web-sider .proType {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.web-sider .proType a {
  font-size: 16px;
  transition: 0.3s;
  color: #555;
}
.web-sider .proType a:hover {
  color: #e9772b;
}
.web-sider .proType a.active {
  color: #e9772b;
}
.web-sider .proType i {
  height: 20px;
  width: 1px;
  background: #999;
  transform: rotate(30deg);
  margin: 0 42px;
}
.web-sider .in-title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 1;
  padding-top: 20px;
  box-sizing: border-box;
}
.web-sider .in-title h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 6px;
}
.web-sider .in-title p {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
.web-sider .sider-ul {
  min-height: 160px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 15px 12px 30px;
}
.web-sider .sider-ul a {
  display: flex;
  justify-content: space-between;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 1px solid #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
}
.web-sider .sider-ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #e9772b;
  transition: 0.5s;
}
.web-sider .sider-ul a .iconfont {
  font-size: 13px;
}
.web-sider .sider-ul a:hover {
  color: #e9772b;
}
.web-sider .sider-ul a:hover::after {
  width: 100%;
}
.web-sider .sider-ul a.active {
  color: #e9772b;
}
.web-sider .sider-ul a.active::after {
  width: 100%;
}
.web-sider .news-sider-ul {
  min-height: 160px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 15px 15px 25px;
}
.web-sider .news-sider-ul a {
  display: block;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 1px dashed #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
}
.web-sider .news-sider-ul a:hover {
  color: #e9772b;
  border-color: #e9772b;
}
.web-sider .inner-contact {
  margin-top: 18px;
}
.web-sider .inner-contact .title {
  height: 80px;
  background: url(../images/i-pro-title1.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.web-sider .inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.web-sider .inner-contact .title em {
  font-size: 13px;
  color: #fff;
}
.web-sider .inner-contact .contact-box {
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 12px 30px;
}
.web-sider .inner-contact .contact-box .contact-item {
  overflow: hidden;
  font-size: 14px;
  color: #444;
  line-height: 24px;
  margin-bottom: 10px;
}
.yudingBox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.yudingBox li {
  font-size: 18px;
  line-height: 34px;
}
.yudingBox li span {
  font-size: 20px;
}
.yudingBox li:first-of-type {
  margin-top: 10px;
}
.yudingBox img {
  width: 175px;
  height: 175px;
  display: block;
  margin: 10px auto;
}
.yudingBox p {
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
#playercontainer .jw-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#playercontainer .jw-controls .jw-display-icon-container {
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 3.4rem;
  height: 3.4rem;
  position: static;
  margin: 0;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon::before {
  font-size: 0;
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
.inUp {
  -webkit-animation-name: inUp;
  animation-name: inUp;
}
.bgInUp {
  -webkit-animation-name: bgInUp;
  animation-name: bgInUp;
}
.rotate1 {
  -webkit-animation-name: rotate1;
  animation-name: rotate1;
}
.scale1 {
  -webkit-animation-name: scale1;
  animation-name: scale1;
}
@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bgInUp {
  0% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 200%;
  }
  100% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 100%;
  }
}
@keyframes bgInUp {
  0% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 200%;
  }
  100% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 100%;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes scale1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scale1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.btn-0 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-0:before {
  background: #e9772b;
  content: '';
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: -1;
}
.btn-0:hover:before {
  width: 100%;
}
.btn-1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-1:before {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  content: '';
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-1:hover:before {
  border-width: 300px 300px 0 0;
}
.btn-2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  z-index: 1;
}
.btn-2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.1);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-2:after {
  border-style: solid;
  content: '';
  width: 0;
  height: 0;
  border-width: 0 0 0 0;
  border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-2:hover:before {
  border-width: 240px 0 0 240px;
}
.btn-2:hover:after {
  border-width: 0 240px 240px 0;
}
.btn-3 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #e9772b;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-3:after {
  border-style: solid;
  content: '';
  width: 0;
  height: 0;
  border-width: 0 0 0 0;
  border-color: transparent transparent #e9772b transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-3:hover:before {
  border-width: 222px 0 0 222px;
}
.btn-3:hover:after {
  border-width: 0 0 222px 222px;
}
.btn-4 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #e9772b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-order-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.btn-4:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn-4:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -mz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.btn-4:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  -moz-animation: criss-cross-left 0.8s both;
  -o-animation: criss-cross-left 0.8s both;
  -ms-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}
.btn-4:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  -moz-animation: criss-cross-right 0.8s both;
  -ms-animation: criss-cross-right 0.8s both;
  -o-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-5 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-5:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  right: 0;
  border-color: transparent #3f444e transparent transparent;
}
.btn-5:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #3f444e;
}
.btn-5:hover:before,
.btn-5:hover:after {
  border-width: 80px 433px;
}
.btn-6 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-6:before,
.btn-6:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 0;
  background: #e9772b;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-6:after {
  top: auto;
  bottom: 0;
}
.btn-6:hover:before,
.btn-6:hover:after {
  height: 40px;
}
.btn-7 {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.4s;
}
.btn-7:hover {
  transform: translateZ(20px) rotateX(360deg) scale(1.1);
}
.btn-8 {
  position: relative;
  transform-style: preserve-3d;
  transition: 1s;
}
.btn-8:hover {
  transform: rotateY(360deg);
}
.btn-9 {
  position: relative;
  z-index: 1;
}
.btn-9::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e9772b;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right bottom;
  transform: scaleX(0);
  z-index: -1;
}
.btn-9:hover::after {
  transform: scaleX(1);
  transform-origin: left bottom;
}
.btn-9-1 {
  position: relative;
  z-index: 1;
}
.btn-9-1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #e9772b;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: right bottom;
  transform: scaleX(0);
  z-index: -1;
}
.btn-9-1:hover::after {
  transform: scaleX(1);
  transform-origin: left bottom;
}
.btn-span-1 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn-span-1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #e9772b;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-span-1:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  right: 0;
  border-color: transparent #e9772b transparent transparent;
}
.btn-span-1 span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  bottom: 0;
  right: 0;
  border-color: transparent transparent #e9772b transparent;
}
.btn-span-1 span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  left: 0;
  border-color: #e9772b transparent transparent transparent;
}
.btn-span-1:hover:before {
  border-width: 165px 0 0 165px;
}
.btn-span-1:hover:after {
  border-width: 0 165px 165px 0;
}
.btn-span-1:hover span:before {
  border-width: 0 0 165px 165px;
}
.btn-span-1:hover span:after {
  border-width: 165px 165px 0 0;
}
.btn-span-2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-2:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  right: 0;
  border-color: transparent #e9772b transparent transparent;
}
.btn-span-2:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-color: transparent transparent transparent #e9772b;
}
.btn-span-2:before,
.btn-span-2:after {
  border-color: #e9772b;
}
.btn-span-2span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  top: 0;
  left: 0;
  border-color: #e9772b transparent transparent transparent;
}
.btn-span-2span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-color: transparent transparent #e9772b transparent;
}
.btn-span-2span:before,
.btn-span-2span:after {
  border-color: #e9772b;
}
.btn-span-2:hover:before {
  border-width: 20px 62.5px;
}
.btn-span-2:hover:after {
  border-width: 20px 62.5px;
}
.btn-span-2:hover span:before {
  border-width: 20px 62.5px;
}
.btn-span-2:hover span:after {
  border-width: 20px 62.5px;
}
.btn-span-3 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-3 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-order-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #e9772b;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.4s, height 0.4s;
  -moz-transition: width 0.4s, height 0.4s;
  -ms-transition: width 0.4s, height 0.4s;
  -o-transition: width 0.4s, height 0.4s;
  transition: width 0.4s, height 0.4s;
}
.btn-span-3:hover span {
  width: 562.5px;
  height: 562.5px;
}
.btn-span-4 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-4:before,
.btn-span-4:after,
.btn-span-4 span:before,
.btn-span-4 span:after {
  content: '';
  position: absolute;
  top: 0;
  width: 63.5px;
  height: 0;
  background: #012f04;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-span-4:before {
  left: 0;
}
.btn-span-4:after {
  left: 125px;
}
.btn-span-4 span:before,
.btn-span-4 span:after {
  top: auto;
  bottom: 0;
}
.btn-span-4 span:before {
  left: 62.5px;
}
.btn-span-4 span:after {
  left: 187.5px;
}
.btn-span-4:hover {
  color: #c0d3c1;
}
.btn-span-4:hover:before,
.btn-span-4:hover:after,
.btn-span-4:hover span:before,
.btn-span-4:hover span:after {
  height: 80px;
}
.btn-span-5 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-5:before,
.btn-span-5:after,
.btn-span-5 span:before,
.btn-span-5 span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: rgba(233, 119, 43, 0.5);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-span-5:after,
.btn-span-5 span:before {
  top: auto;
  bottom: 0;
}
.btn-span-5 span:before,
.btn-span-5 span:after {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  z-index: -1;
}
.btn-span-5:hover:before,
.btn-span-5:hover:after,
.btn-span-5:hover span:before,
.btn-span-5:hover span:after {
  height: 80px;
}
.btn-span-6 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-span-6:before,
.btn-span-6:after,
.btn-span-6 span:before,
.btn-span-6 span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 80px;
  background: rgba(233, 119, 43, 0.25);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}
.btn-span-6:after,
.btn-span-6 span:before {
  left: auto;
  right: 0;
}
.btn-span-6 span:before,
.btn-span-6 span:after {
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.btn-span-6:hover:before,
.btn-span-6:hover:after,
.btn-span-6:hover span:before,
.btn-span-6:hover span:after {
  width: 250px;
}
.btn-span-7 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-7 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7:hover {
  background-color: #e9772b;
}
.btn-span-7:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}
.btn-span-7::after {
  position: absolute;
  content: attr(data-text);
  -webkit-transform: translate(0, 30%);
  transform: translate(0, 30%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-7-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-7-1 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-1:hover {
  background-color: #e9772b;
}
.btn-span-7-1:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
.btn-span-7-1::after {
  position: absolute;
  content: attr(data-text);
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-1:hover::after {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
.btn-span-7-2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-7-2 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-2:hover {
  background-color: #e9772b;
}
.btn-span-7-2:hover > span {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}
.btn-span-7-2::after {
  position: absolute;
  content: attr(data-text);
  -webkit-transform: translate(-30%, -50%) rotate(-30deg);
  transform: translate(-30%, -50%) rotate(-30deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-7-2:hover::after {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate(0, 0);
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.btn-span-8 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
}
.btn-span-8:hover {
  background-color: rgba(233, 119, 43, 0.2);
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.btn-span-9 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-span-9 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-9::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #e9772b;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-9:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-9-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-span-9-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-9-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #e9772b;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-9-1:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-10 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-10 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-10::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: #e9772b;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-10:hover::before {
  transform: skewX(-180deg) scale(0.6, 1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: skewX(-180deg) scale(0.6, 1);
}
.btn-span-11 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
}
.btn-span-11 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-11::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-span-11::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-11:hover::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: rgba(255, 255, 255, 0);
}
.btn-span-11:hover::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: rgba(255, 255, 255, 0);
}
.btn-span-12 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  perspective: 2000px;
}
.btn-span-12 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-12::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-12::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-12:hover::before {
  -webkit-transform: rotateX(60deg) translate(0px, 40px);
  transform: rotateX(60deg) translate(0px, 40px);
}
.btn-span-12:hover::after {
  -webkit-transform: rotateX(-60deg) translate(0px, -40px);
  transform: rotateX(-60deg) translate(0px, -40px);
}
.btn-span-13 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
}
.btn-span-13 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-13::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-13:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.btn-span-13::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.25);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.btn-span-13:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-13-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-span-13-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-13-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-span-13-1:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.btn-span-13-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-span-13-1:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-14 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14::before,
.btn-span-14::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14:hover::before,
.btn-span-14:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-1::before,
.btn-span-14-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-1::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-1:hover::before,
.btn-span-14-1:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-2 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-2 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-2::before,
.btn-span-14-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-2::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-2:hover::before,
.btn-span-14-2:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-3 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-3::before,
.btn-span-14-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(13%, 190%) rotate(-30deg);
  transform: translate(13%, 190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-3::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-3:hover::before,
.btn-span-14-3:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-4 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(13%, 190%) rotate(-30deg);
  transform: translate(13%, 190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-4::before {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-4:hover::before,
.btn-span-14-4:hover::after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-14-5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-14-5 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-14-5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(13%, -190%) rotate(30deg);
  transform: translate(13%, -190%) rotate(30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-14-5::before {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-14-5:hover::before,
.btn-span-14-5:hover::after {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.btn-span-15 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, -105%);
  transform: translate(0, -105%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-1 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-1 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-1:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-2 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-2:hover::before {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-3 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-3 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-3::before,
.btn-span-15-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, -105%);
  transform: translate(0, -105%);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-3::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-15-3:hover::before,
.btn-span-15-3:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-4 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-4 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-4::before,
.btn-span-15-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-4::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-15-4:hover::before,
.btn-span-15-4:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-15-5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-span-15-5 span {
  z-index: 2;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-span-15-5::before,
.btn-span-15-5::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-15-5::after {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.btn-span-15-5:hover::before,
.btn-span-15-5:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-16 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #ffffff;
}
.btn-span-16:hover {
  border: 1px solid rgba(255, 255, 255, 0);
}
.btn-span-16::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-100%, -600%) rotate(30deg);
  transform: translate(-100%, -600%) rotate(30deg);
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-span-16:hover::before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.btn-span-17 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  overflow: hidden;
}
.btn-span-17 span {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  letter-spacing: 0;
}
.btn-span-17::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.btn-span-17:hover span {
  letter-spacing: 2px;
}
.btn-span-17:hover::before {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.btn-span-17::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.25);
}
.btn-span-17:hover::after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.1, 1);
  transform: scale(0.1, 1);
}
.btn-span-18 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-right-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-left-style: solid;
  border-right-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}
.btn-span-18 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
}
.btn-span-18:hover span {
  letter-spacing: 2px;
}
.btn-span-18:hover {
  border-right-color: rgba(255, 255, 255, 0);
  border-left-color: rgba(255, 255, 255, 0);
}
.btn-span-18::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-18:hover::before {
  transform: translate(0, -45px) rotate(-45deg);
}
.btn-span-18::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-18:hover::after {
  transform: translate(0, 45px) rotate(45deg);
}
.btn-span-19 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.btn-span-19 span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0;
}
.btn-span-19:hover span {
  letter-spacing: 2px;
}
.btn-span-19:hover {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.btn-span-19::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-19:hover::before {
  -webkit-transform: translate(-94.9845px, 0) rotate(270deg);
  -moz-transform: translate(-94.9845px, 0) rotate(270deg);
  transform: translate(-94.9845px, 0) rotate(270deg);
}
.btn-span-19::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.5);
}
.btn-span-19:hover::after {
  -webkit-transform: translate(94.9845px, 0) rotate(180deg);
  -moz-transform: translate(94.9845px, 0) rotate(180deg);
  transform: translate(94.9845px, 0) rotate(180deg);
}
.btn-span-20 {
  position: relative;
  overflow: hidden;
  display: block;
}
.btn-span-20 span {
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-span-20 span::before {
  content: attr(data-hover);
  position: absolute;
  top: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: 0;
}
.btn-span-20:hover span {
  transform: translateY(-100%);
}
.hover-img-1 {
  overflow: hidden;
}
.hover-img-1 img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.hover-img-1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
