.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;
}
.topBar {
  background: #fff;
  height: 112px;
}
.topBar .main {
  height: 100%;
}
.web-header {
  transition: 0.3s;
  width: 100%;
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.web-header .header-nav {
  height: 100px;
  margin: 0 auto;
  transition: 0.5s;
  position: relative;
  z-index: 12;
}
.web-header .header-nav .nav-logo {
  width: 380px;
  height: 100%;
  background: #2e78d4;
}
.web-header .header-nav .nav-logo h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.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 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  width: 750px;
  height: 100px;
  box-sizing: border-box;
}
.web-header .header-nav .nav-list li {
  position: relative;
  z-index: 10;
  height: 44px;
  display: flex;
  align-items: center;
}
.web-header .header-nav .nav-list li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0%;
  height: 3px;
  background: #2e78d4;
  transition: 0.5s;
}
.web-header .header-nav .nav-list li a {
  display: block;
  text-align: center;
  transition: 0.4s;
  font-size: 16px;
  height: 44px;
}
.web-header .header-nav .nav-list li:hover a {
  color: #2e78d4;
}
.web-header .header-nav .nav-list li:hover::after {
  width: 100%;
}
.web-header .header-nav .nav-list li.active a {
  color: #2e78d4;
}
.web-header .header-nav .nav-list li.active::after {
  width: 100%;
}
.web-header .header-nav .tb-rig {
  position: absolute;
  top: 12px;
  right: 0;
}
.web-header .header-nav .tb-rig p {
  font-size: 22px;
  font-weight: bold;
}
.web-header .header-nav .tb-rig .tel {
  display: flex;
  align-items: center;
}
.web-header .header-nav .tb-rig .iconfont {
  font-size: 25px;
  color: #2e78d4;
}
.web-header.active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.web-header.header-active {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.web-header .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: calc((100% - 1200px)/2);
  background: #2e78d4;
}
.bg-color.active {
  padding-top: 100px;
}
.header-hide {
  margin-top: -110px;
}
.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: 375px;
}
.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;
}
.banner1 .swiper-slide {
  overflow: hidden;
}
.banner1 .swiper-slide img {
  width: 100%;
  height: auto;
}
.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;
  bottom: 15px !important;
}
.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;
}
.titleBox {
  margin-bottom: 35px;
  text-align: center;
}
.titleBox p {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.titleBox p span {
  color: #2e78d4;
}
.titleBox h2 {
  font-size: 24px;
  line-height: 1;
  margin: 12px 0;
}
.titleBox i {
  display: block;
  width: 40px;
  height: 2px;
  background: #999;
  margin: 0 auto;
}
.titleBox a {
  display: block;
  font-size: 15px;
  transition: 0.3s;
  padding-right: 28px;
  background: url(../images/icon2.png) no-repeat right center;
  border-bottom: 1px solid #fff;
}
.titleBox a:hover {
  color: #2e78d4;
  border-bottom: 1px solid #2e78d4;
}
.moreBtn {
  width: 180px;
  height: 40px;
  border: 1px solid #f5f5f5;
  line-height: 42px;
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 6px;
}
.moreBtn:hover {
  border-color: #333;
}
.index1 {
  position: relative;
  top: -100px;
  z-index: 20;
}
.index1 .index1-content {
  background: #2e78d4;
  padding: 16px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.index1 .left {
  width: 228px;
}
.index1 .left .t {
  text-align: center;
}
.index1 .left .t p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.index1 .left .t h2 {
  font-size: 24px;
  color: #fff;
  margin: 15px 0 10px;
}
.index1 .left .t i {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 2px;
  background: #fff;
}
.index1 .left .t a {
  display: block;
  margin: 40px auto 0;
  width: 160px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.4s;
}
.index1 .left .t a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.index1 .right {
  width: 940px;
  background: #fff;
  padding: 10px 6px;
  box-sizing: border-box;
}
.index1 .right .index1-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.index1 .right .index1-swiper .swiper-slide {
  width: 312px;
}
.index1 .right .index1-swiper .swiper-slide a {
  display: block;
}
.index1 .right .index1-swiper .swiper-slide a .img {
  height: 210px;
}
.index1 .right .index1-swiper .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
.index2 {
  padding-bottom: 60px;
}
.index2 .company-content {
  width: 90%;
  margin: 0 auto;
}
.index2 .company-content p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.index2 .company-content .more {
  display: block;
  width: 180px;
  line-height: 36px;
  height: 36px;
  text-align: center;
  margin-top: 35px;
  transition: 0.4s;
  border-radius: 18px;
  background: #2e78d4;
  color: #fff;
  margin: 30px auto;
  border: 1px solid transparent;
}
.index2 .company-content .more:hover {
  border-color: #2e78d4;
  background: transparent;
  color: #333;
}
.index2 .img img {
  width: 100%;
  height: auto;
}
.index3 {
  padding: 60px 0 ;
  background: #f6f7f9;
}
.index3 .proType {
  padding: 20px 90px 0;
  margin-bottom: 30px;
  border-left: 10px solid #2e78d4;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
}
.index3 .proType a {
  display: flex;
  align-items: center;
  font-size: 15px;
  width: 19%;
  transition: 0.3s;
  margin-bottom: 20px;
}
.index3 .proType a i {
  width: 7px;
  height: 7px;
  background: #999999;
  transition: 0.3s;
  margin-right: 6px;
}
.index3 .proType a:hover {
  color: #2e78d4;
}
.index3 .proType a:hover i {
  background: #2e78d4;
}
.index3 .product-main .index3-swiper {
  margin-top: 32px;
}
.index3 .product-main .index3-swiper .swiper-slide {
  width: 380px;
}
.index3 .product-main .index3-swiper .swiper-slide a {
  display: block;
}
.index3 .product-main .index3-swiper .swiper-slide a .img {
  overflow: hidden;
  height: 255px;
}
.index3 .product-main .index3-swiper .swiper-slide a .img div {
  height: 100%;
  transition: 0.4s;
}
.index3 .product-main .index3-swiper .swiper-slide a .img img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.index3 .product-main .index3-swiper .swiper-slide a h3 {
  line-height: 48px;
  transition: 0.4s;
  text-align: center;
  font-size: 16px;
  background: #ffffff;
}
.index3 .product-main .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 .product-main .index3-swiper .swiper-slide:hover h3 {
  color: #fff;
  background: #2e78d4;
}
.index4 {
  padding: 4vw 0 5.5vw;
  background: #336fdd;
}
.index4 .title {
  text-align: center;
  margin-bottom: 2.5vw;
}
.index4 .title h2 {
  font-size: 28px;
  color: #fff;
}
.index4 .title p {
  font-size: 16px;
  color: #f1f1f1;
}
.index4 .index4-content {
  position: relative;
}
.index4 .index4-content .left {
  width: 35vw;
  min-width: 580px;
}
.index4 .index4-content .left .info .t {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #fff;
}
.index4 .index4-content .left .info .t p {
  color: #f5f5f5;
  font-size: 18px;
}
.index4 .index4-content .left .info .t h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.index4 .index4-content .left .info .desc {
  margin-top: 2vw;
  padding-left: 40px;
  line-height: 34px;
  color: #f1f1f1;
  position: relative;
}
.index4 .index4-content .left .info .desc::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
  height: 1px;
  background: #fff;
}
.index4 .index4-content ul {
  display: flex;
  justify-content: space-between;
}
.index4 .index4-content ul li {
  width: 25%;
}
.index4 .index4-content ul li img {
  margin: 0 auto;
}
.index4 .index4-content ul li h3 {
  font-size: 16px;
  text-align: center;
  margin: 5px 0;
  color: #f5f5f5;
}
.index4 .index4-content ul li p {
  text-align: center;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}
.index4 .index4-content .right {
  width: 42vw;
  min-width: 590px;
  position: absolute;
  right: 0;
  top: 0;
}
.index4 .index4-content .right img {
  width: 100%;
  height: auto;
  display: block;
}
.index5 {
  padding: 7vw 0 60px;
}
.index5 ul {
  display: flex;
  justify-content: space-between;
}
.index5 ul .left-news {
  width: 620px;
}
.index5 ul .left-news li:hover a .img .time {
  left: -15px;
}
.index5 ul .left-news li:hover a h3::before {
  width: 40px;
}
.index5 ul .left-news li:hover a span {
  color: #2e78d4;
}
.index5 ul .left-news li a {
  display: block;
}
.index5 ul .left-news li a .img {
  height: 290px;
  position: relative;
}
.index5 ul .left-news li a .img .time {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background-color: #2e78d4;
  /* 浏览器不支持时显示 */
  background-image: linear-gradient(#5f97ff, #336fdd);
  transition: 0.5s;
}
.index5 ul .left-news li a h3 {
  font-size: 18px ;
  position: relative;
  margin-top: 20px;
  padding-bottom: 15px;
}
.index5 ul .left-news li a h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #cecece;
  transition: 0.4s;
  z-index: 4;
}
.index5 ul .left-news li a h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 2px;
  background: #2e78d4;
  transition: 0.4s;
  z-index: 5;
}
.index5 ul .left-news li a article {
  margin-top: 15px;
  color: #545454;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index5 ul .left-news li a span {
  color: #999;
  font-size: 16px;
  margin-top: 16px;
  display: block ;
  transition: 0.3s;
}
.index5 ul .right-news {
  width: 540px;
}
.index5 ul .right-news li {
  padding: 20px 0 10px;
  border: 2px solid transparent;
  transition: 0.4s;
}
.index5 ul .right-news li:hover {
  border-color: #2e78d4;
}
.index5 ul .right-news li:hover a .time {
  color: #2e78d4;
}
.index5 ul .right-news li:hover a .info h3 {
  color: #2e78d4;
}
.index5 ul .right-news li a {
  display: flex;
}
.index5 ul .right-news li a .time {
  width: 100px;
  transition: 0.3s;
}
.index5 ul .right-news li a .time span {
  display: block;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
}
.index5 ul .right-news li a .time span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 30px;
  height: 2px;
  background: #eee;
  transition: 0.3s;
  z-index: 4;
}
.index5 ul .right-news li a .info {
  width: 400px;
  margin-left: 20px;
}
.index5 ul .right-news li a .info h3 {
  font-size: 18px ;
  line-height: 1;
  transition: 0.3s;
}
.index5 ul .right-news li a .info article {
  margin-top: 15px;
  color: #acacac;
  line-height: 25px;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index6 {
  padding-top: 10px;
  padding-bottom: 40px;
}
.index6 .t {
  padding-left: 12px;
  border-left: 3px solid #2e78d4;
  display: flex;
  align-items: flex-end;
}
.index6 .t h3 {
  font-size: 18px;
  color: #2e78d4;
  font-weight: bold;
  line-height: 1;
}
.index6 .t p {
  color: #999;
  margin-left: 10px;
  line-height: 1;
}
.index6 .link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.index6 .link a {
  line-height: 30px;
  font-size: 16px;
  margin-right: 40px;
  color: #444;
  transition: 0.3s;
}
.index6 .link a:hover {
  color: #2e78d4;
}
.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: #2e78d4;
  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: #25262b;
  padding-bottom: 20px;
}
.web-footer .foot-box {
  border-bottom: 1px solid #42609b;
}
.web-footer .foot-box .foot-nav {
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-footer .foot-box .foot-nav a {
  color: #f5f5f5;
  transition: 0.3s;
}
.web-footer .foot-box .foot-nav a:hover {
  color: #aaa;
}
.web-footer .footer-info {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.web-footer .footer-info .footer-itme1 h2 {
  line-height: 1;
  margin-bottom: 12px;
}
.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-itme1 ul li {
  margin-bottom: 10px;
  color: #f5f5f5;
}
.web-footer .footer-info .footer-itme2 {
  width: 160px;
  padding-top: 68px;
}
.web-footer .footer-info .footer-itme2 .foot-nav {
  display: flex;
  flex-wrap: wrap;
}
.web-footer .footer-info .footer-itme2 .foot-nav a {
  width: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.web-footer .footer-info .footer-item3 .t {
  text-align: right;
}
.web-footer .footer-info .footer-item3 .t h4 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.web-footer .footer-info .footer-item3 .t p {
  font-size: 12px;
  text-transform: uppercase;
  color: #f1f1f1;
}
.web-footer .footer-info .footer-item3 .wxBox {
  float: right;
  margin-top: 20px;
}
.web-footer .footer-info .footer-item3 .wxBox img {
  width: 120px;
  height: auto;
  display: block;
}
.web-footer .footer-info .footer-item3 .wxBox h3 {
  font-size: 13px;
  color: #fff;
  margin-top: 5px;
  text-align: center;
}
.footer_bottom {
  border-top: 1px solid #36373c;
  padding-top: 15px;
}
.footer_bottom .main {
  display: flex;
  flex-wrap: wrap;
}
.footer_bottom p {
  color: #f5f5f5;
  margin-right: 20px;
}
.footer_bottom a {
  color: #f5f5f5;
}
.back_to_top1 {
  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_top1:hover {
  background-color: rgba(138, 138, 138, 0.9);
}
.rig-title {
  font-size: 18px;
  height: 60px;
  overflow: hidden;
  box-sizing: border-box;
  background: #f5f5f5;
}
.rig-title h3 {
  font-size: 24px;
  color: #1255ab;
  font-weight: bold;
}
.rig-title .crumbs {
  line-height: 60px;
  height: 60px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.rig-title .crumbs a {
  color: #999;
}
.page-head-nav {
  height: 122px;
  background: #f5f5f5;
}
.page-head-nav .main {
  height: 100%;
}
.page-head-nav .t {
  display: flex;
}
.page-head-nav .t p {
  font-size: 48px;
  color: #2e78d4;
  text-transform: uppercase;
  line-height: 1;
}
.page-head-nav .t h2 {
  font-size: 28px;
  line-height: 1;
}
.page-head-nav .t h2 span {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
.page-head-nav .n-list {
  display: flex;
}
.page-head-nav .n-list a {
  font-size: 16px;
  margin-left: 50px;
  position: relative;
  transition: 0.4s;
  padding-top: 10px;
}
.page-head-nav .n-list a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2e78d4;
  opacity: 0;
  transition: 0.4s;
}
.page-head-nav .n-list a:hover {
  padding-top: 0px;
  color: #2e78d4;
}
.page-head-nav .n-list a:hover::after {
  bottom: 5px;
  opacity: 1;
}
.page-head-nav .n-list a.active {
  padding-top: 0px;
  color: #2e78d4;
}
.page-head-nav .n-list a.active::after {
  bottom: 5px;
  opacity: 1;
}
.fix_box {
  position: fixed;
  bottom: 100px;
  right: 0%;
  z-index: 99;
  width: 60px;
}
.fix_box li {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #333;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s linear 0s;
  perspective: 1000;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fix_box li.mes a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fix_box li img {
  max-width: 70%;
  max-height: 70%;
}
.fix_box li i {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  transition: 0.3s;
}
.fix_box li p {
  color: #666666;
  transition: 0.3s;
}
.fix_box li:hover {
  border-color: #2e78d4;
  background: #2e78d4;
}
.fix_box li:hover p {
  color: #f5f5f5;
}
.fix_box li:hover.back_to_top i {
  background: url(../images/side10.png) no-repeat center center;
  background-size: contain;
}
.fix_box li:hover.tel i {
  background: url(../images/side07.png) no-repeat center center;
  background-size: contain;
}
.fix_box li:hover.tel div {
  visibility: visible;
  left: -150px;
  transform: rotateY(0deg);
}
.fix_box li:hover.qrcode i {
  background: url(../images/side08.png) no-repeat center center;
  background-size: contain;
}
.fix_box li:hover.qrcode div {
  bottom: -52px;
  transform: rotateX(0deg);
  visibility: visible;
}
.fix_box li:hover.qrcode div::before {
  top: 60px;
}
.fix_box .back_to_top {
  margin-bottom: 10px;
  transition: 0.3s;
}
.fix_box .back_to_top i {
  background: url(../images/side05.png) no-repeat center center;
  background-size: contain;
}
.fix_box .tel i {
  background: url(../images/side02.png) no-repeat center center;
  background-size: contain;
}
.fix_box .tel div {
  visibility: hidden;
  border-radius: 3px;
  position: absolute;
  left: -140px;
  width: 140px;
  color: #f5f5f5;
  text-align: center;
  background-color: #2e78d4;
  height: 45px;
  line-height: 45px;
  bottom: 8px;
  transform: rotateX(-90deg);
  transition: all 0.2s linear 0s;
  font-size: 18px;
}
.fix_box .tel div::before {
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 8px solid #2e78d4;
  display: block;
  content: '';
  position: absolute;
  top: 15px;
  right: -16px;
  transition: top 0.2s linear;
  transition-delay: 0.1s;
}
.fix_box .qrcode {
  border-top: none;
}
.fix_box .qrcode i {
  background: url(../images/side04.png) no-repeat center center;
  background-size: contain;
}
.fix_box .qrcode div {
  visibility: hidden;
  border-radius: 3px;
  position: absolute;
  width: 155px;
  left: -165px;
  padding-top: 10px;
  text-align: center;
  background-color: #2e78d4;
  bottom: 10px;
  transform: rotateX(-90deg);
  transition: all 0.2s linear 0s;
  box-sizing: border-box;
}
.fix_box .qrcode div::before {
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 8px solid #2e78d4;
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  right: -16px;
  transition: top 0.2s linear;
  transition-delay: 0.1s;
}
.fix_box .qrcode div img {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.fix_box .qrcode div h3 {
  color: #f5f5f5;
  text-align: center;
  line-height: 30px;
}
.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 #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
  transition: 0.3s;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #2e78d4;
  background: #2e78d4;
}
.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: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  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: #dddddd;
}
.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;
}
.web-sider {
  padding: 30px 12px;
  background: #2e78d4;
}
.web-sider .in-title {
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.web-sider .in-title h3 {
  font-size: 24px;
  color: #f7f8fc;
  margin-bottom: 20px;
  font-weight: bold;
}
.web-sider .in-title p {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  background: #fff;
}
.web-sider .sider-ul {
  background: #fff;
  border-radius: 10px;
  padding: 20px 5px;
  min-height: 180px;
}
.web-sider .sider-ul a {
  line-height: 44px;
  font-size: 15px;
  position: relative;
  transition: 0.3s;
  box-sizing: border-box;
  margin-bottom: 1px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ddd;
}
.web-sider .sider-ul a i {
  width: 7px;
  height: 7px;
  background: #999999;
  transition: 0.3s;
  margin-right: 8px;
}
.web-sider .sider-ul a:hover {
  color: #2e78d4;
  border-color: #2e78d4;
}
.web-sider .sider-ul a.active {
  color: #2e78d4;
  border-color: #2e78d4;
}
.web-sider .search {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.web-sider .search input {
  width: 185px;
  height: 40px;
  line-height: 40px;
  float: left;
  outline: none;
  font-size: 12px;
  text-indent: 10px;
}
.web-sider .search button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2e78d4 url(../images/search-btn.png) center no-repeat;
  cursor: pointer;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.3s;
}
.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: 44px;
  font-size: 15px;
  border-bottom: 1px dashed #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
}
.web-sider .news-sider-ul a:hover {
  color: #2e78d4;
  border-color: #2e78d4;
}
.web-sider .news-sider-ul a.active {
  color: #2e78d4;
  border-color: #2e78d4;
}
.inner-contact {
  background: #f7f8fc;
  margin-top: 20px;
}
.inner-contact .title {
  height: 80px;
  background: #333 url(../images/i-pro-title.png) no-repeat -3px top;
  text-align: center;
  line-height: 1;
  padding-top: 26px;
  box-sizing: border-box;
}
.inner-contact .title h3 {
  font-size: 20px;
  color: #f7f8fc;
  margin-bottom: 6px;
}
.inner-contact .title p {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  margin: 0 auto;
  background: #fff;
}
.inner-contact .contact-box {
  min-height: 180px;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
  word-wrap: break-word;
  display: flex;
}
.inner-contact .contact-box .contact-item .act {
  width: 60px;
}
.inner-contact .contact-box .contact-item span {
  width: calc(100% - 60px);
}
.yudingBox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  box-sizing: border-box;
}
.yudingBox h2 {
  font-size: 24px;
  text-align: center;
}
.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;
}
.commonInner .padd {
  min-height: 400px;
  padding: 55px 0;
}
.commonInner .titleBox1 {
  text-align: center;
  margin-bottom: 40px;
}
.commonInner .titleBox1 p {
  font-size: 15px;
  text-transform: uppercase;
  color: #2e78d4;
}
.commonInner .titleBox1 h2 {
  font-size: 28px;
  line-height: 1;
}
.commonInner .company .company-content .left-company article {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
}
.commonInner .company .company-content .left-company article img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .company .company-content .right-company {
  margin-top: 30px;
}
.commonInner .company .company-content .right-company img {
  width: 100%;
  height: auto;
}
.commonInner .company ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.commonInner .company ul li {
  width: 22.5%;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  padding-bottom: 15px;
}
.commonInner .company ul li h3 {
  font-size: 20px;
  color: #2e78d4;
  padding-top: 15px;
}
.commonInner .company ul li p {
  font-size: 15px;
  line-height: 30px;
}
.commonInner .contact h2 {
  font-size: 24px;
  text-align: center;
}
.commonInner .contact .de-contact {
  display: flex;
  justify-content: space-between;
}
.commonInner .contact .de-contact ul {
  width: 350px;
}
.commonInner .contact .de-contact ul h3 {
  font-size: 18px;
  margin-bottom: 12px;
}
.commonInner .contact .de-contact ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
.commonInner .contact .de-contact .wxBox {
  width: 150px;
}
.commonInner .contact .de-contact .wxBox img {
  display: block;
  width: 150px;
  height: auto;
  border: 1px solid #f1f1f1;
}
.commonInner .contact .de-contact .wxBox h3 {
  margin-top: 5px;
  text-align: center;
}
.commonInner .contact .contact-map {
  margin-top: 50px;
  height: 400px;
  overflow: hidden;
}
.commonInner .contact .contact-map #dituContent {
  height: 100%;
}
.commonInner .contact .de-message {
  width: 600px;
}
.commonInner .contact .de-message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .contact .de-message #formData .form-tr {
  width: 45%;
}
.commonInner .contact .de-message #formData .form-tr input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-left: 22px;
  background: #f5f5f5;
  margin-bottom: 15px;
  border-radius: 5px;
}
.commonInner .contact .de-message #formData .textarea {
  width: 100%;
}
.commonInner .contact .de-message #formData .textarea textarea {
  width: 100%;
  background: #f5f5f5;
  margin-bottom: 10px;
  height: 90px;
  padding-left: 22px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 8px;
}
.commonInner .contact .de-message #formData .codeBox {
  width: 360px;
}
.commonInner .contact .de-message #formData .codeBox .code {
  display: flex;
  align-items: center;
}
.commonInner .contact .de-message #formData .codeBox .code input {
  width: 160px;
  margin-bottom: 0;
}
.commonInner .contact .de-message #formData .codeBox .code .verify {
  width: 128px;
  margin-left: 20px;
}
.commonInner .contact .de-message #formData .codeBox .code .verify img {
  width: 100%;
}
.commonInner .contact .de-message #formData .submitBox {
  width: 150px;
}
.commonInner .contact .de-message #formData .submitBox .submit {
  width: 150px;
  height: 40px;
  line-height: 40px;
  color: #333;
  text-align: center;
  display: block;
  transition: 0.4s;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 8px;
}
.commonInner .contact .de-message #formData .submitBox .submit:hover {
  background: rgba(1, 46, 92, 0.8);
  color: #fff;
}
.commonInner .message .de-message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .message .de-message #formData .form-tr {
  width: 45%;
  margin-bottom: 30px;
}
.commonInner .message .de-message #formData .form-tr input {
  width: 100%;
  height: 40px;
  background: #f5f5f5;
  border-radius: 5px;
  color: #333;
  border: none;
  padding: 0 20px;
}
.commonInner .message .de-message #formData .form-tr input::placeholder {
  color: #333;
}
.commonInner .message .de-message #formData .textarea {
  width: 100%;
}
.commonInner .message .de-message #formData .textarea textarea {
  width: 100%;
  background: #f5f5f5;
  border-radius: 10px;
  color: #333;
  border: none;
  padding: 10px 20px;
  height: 120px;
}
.commonInner .message .de-message #formData .textarea textarea::placeholder {
  color: #333;
}
.commonInner .message .de-message #formData .codeBox .code {
  display: flex;
  align-items: flex-end;
}
.commonInner .message .de-message #formData .codeBox .code input {
  width: 160px;
}
.commonInner .message .de-message #formData .codeBox .code .verify {
  width: 140px;
  margin-left: 30px;
}
.commonInner .message .de-message #formData .codeBox .code .verify img {
  width: 100%;
}
.commonInner .message .de-message #formData .submitBox {
  display: flex;
  justify-content: flex-end;
}
.commonInner .message .de-message #formData .submitBox .submit {
  width: 160px;
  background: #f5f5f5;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
  color: #333;
  text-align: center;
  display: block;
  transition: 0.4s;
}
.commonInner .message .de-message #formData .submitBox .submit:hover {
  background: #ddd;
}
.commonInner .jobPage .de-job-list {
  margin-top: 40px;
}
.commonInner .jobPage .de-job-list ul li {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  min-height: 220px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.commonInner .jobPage .de-job-list ul li.active .img {
  left: -240px;
}
.commonInner .jobPage .de-job-list ul li.active .info {
  padding-left: 0;
}
.commonInner .jobPage .de-job-list ul li.active .info .job-title {
  border-color: #eee;
  color: #2e78d4;
}
.commonInner .jobPage .de-job-list ul li.active .info .job-title span {
  transform: rotate(180deg);
}
.commonInner .jobPage .de-job-list ul li.active .info .job-info {
  padding-top: 20px;
}
.commonInner .jobPage .de-job-list ul li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
  height: 220px;
  border-radius: 10px;
  transition: 0.4s;
}
.commonInner .jobPage .de-job-list ul li .info {
  padding-left: 265px;
  transition: 0.4s;
}
.commonInner .jobPage .de-job-list ul li .info .job-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  transition: 0.4s;
}
.commonInner .jobPage .de-job-list ul li .info .job-title h3 {
  font-size: 20px;
  transition: 0.3s;
}
.commonInner .jobPage .de-job-list ul li .info .job-title span {
  font-size: 20px;
  transition: 0.3s;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p1 {
  height: 140px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p1 p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p2 {
  overflow: hidden;
  height: auto;
  display: none;
}
.commonInner .jobPage .de-job-list ul li .info .job-info .p2 p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.commonInner .news-page h2 {
  font-size: 24px;
  text-align: center;
}
.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 {
  width: 580px;
  border-bottom: 1px solid #ddd;
  transition: 0.4s;
  margin-bottom: 20px;
}
.commonInner .news-page .de-news-list .newsList li a {
  display: flex;
  padding: 15px ;
  justify-content: space-between;
  align-items: center;
}
.commonInner .news-page .de-news-list .newsList li a .time {
  background: #f5f5f5;
  text-align: center;
  width: 100px;
  padding: 15px 0;
  transition: all 0.4s;
}
.commonInner .news-page .de-news-list .newsList li a .time p {
  font-size: 32px;
  color: #666666;
  transition: all 0.4s;
  line-height: 1;
  font-weight: bold;
}
.commonInner .news-page .de-news-list .newsList li a .time span {
  display: block;
  font-size: 18px;
  color: #999;
  transition: all 0.4s;
}
.commonInner .news-page .de-news-list .newsList li a .info {
  width: 435px;
}
.commonInner .news-page .de-news-list .newsList li a .info h3 {
  font-size: 18px;
  transition: all 0.4s;
  line-height: 1;
}
.commonInner .news-page .de-news-list .newsList li a .info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 24px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.4s;
}
.commonInner .news-page .de-news-list .newsList li:hover {
  border-color: #fff;
  background: #2e78d4;
}
.commonInner .news-page .de-news-list .newsList li:hover a .time {
  background: rgba(255, 255, 255, 0.2);
}
.commonInner .news-page .de-news-list .newsList li:hover a .time span,
.commonInner .news-page .de-news-list .newsList li:hover a .time p {
  color: #f1f1f1;
}
.commonInner .news-page .de-news-list .newsList li:hover a .info h3 {
  color: #fff;
}
.commonInner .news-page .de-news-list .newsList li:hover a .info p {
  color: #fff;
}
.commonInner .infoPage .de-content-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.commonInner .infoPage .de-content-info .left-content {
  width: 230px;
}
.commonInner .infoPage .de-content-info .right-content {
  width: 940px;
  border: 1px solid #eaeaea;
  height: auto;
}
.commonInner .infoPage .news-detail-content {
  padding: 0 18px;
}
.commonInner .infoPage .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .h3 {
  font-size: 24px;
  color: #323232;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  display: flex;
  justify-content: center;
}
.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 12px 30px;
  min-height: 300px;
}
.commonInner .infoPage .news-detail-content .news-detail .img img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
}
.commonInner .infoPage .news-detail-content .news-detail .videoInfo {
  width: 800px;
  height: 450px;
  margin: 0 auto 20px;
}
.commonInner .infoPage .news-detail-content .news-detail article p {
  font-size: 15px;
  color: #595959;
  line-height: 28px;
}
.commonInner .infoPage .news-detail-content .news-detail article img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .product-page .de-product-list {
  min-height: 400px;
}
.commonInner .product-page .de-product-list .productList {
  display: flex;
  flex-wrap: wrap;
}
.commonInner .product-page .de-product-list .productList li {
  width: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.commonInner .product-page .de-product-list .productList li:nth-of-type(3n) {
  margin-right: 0;
}
.commonInner .product-page .de-product-list .productList li a {
  display: block;
}
.commonInner .product-page .de-product-list .productList li a .img {
  overflow: hidden;
  height: 200px;
}
.commonInner .product-page .de-product-list .productList li a .img div {
  height: 100%;
  transition: 0.4s;
}
.commonInner .product-page .de-product-list .productList li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.commonInner .product-page .de-product-list .productList li a h3 {
  line-height: 44px;
  transition: 0.4s;
  text-align: center;
  font-size: 16px;
  background: #f5f5f5;
}
.commonInner .product-page .de-product-list .productList 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 .product-page .de-product-list .productList li:hover h3 {
  color: #fff;
  background: #2e78d4;
}
.commonInner .prodect-Info .info-main {
  background: #f7f8fc;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}
.commonInner .prodect-Info .info-main .info-preview {
  width: 400px;
}
.commonInner .prodect-Info .info-main .info-main-rig {
  width: 715px;
  overflow: hidden;
}
.commonInner .prodect-Info .info-main .info-main-rig .title {
  font-size: 24px;
  color: #000;
}
.commonInner .prodect-Info .info-main .info-main-rig .desc {
  margin-top: 10px;
}
.commonInner .prodect-Info .info-main .info-main-rig .desc p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.commonInner .prodect-Info .info-main .info-main-rig .desc p a {
  color: #666;
}
.commonInner .prodect-Info .info-main .info-main-rig .desc p a:hover {
  color: #2e78d4;
}
.commonInner .prodect-Info .info-main .info-main-rig .tel {
  padding-left: 55px;
  margin-left: 40px;
  background: url(../images/icon1.png) no-repeat left center;
}
.commonInner .prodect-Info .info-main .info-main-rig .tel span {
  font-size: 16px;
  display: block;
}
.commonInner .prodect-Info .info-main .info-main-rig .tel p {
  font-size: 24px;
  color: #2e78d4;
  line-height: 1.2;
}
.commonInner .prodect-Info .info-main .info-main-rig .btn {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.commonInner .prodect-Info .info-main .info-main-rig .btn .lx {
  font-size: 15px;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #2e78d4;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
}
.commonInner .prodect-Info .info-main .info-main-rig .btn .lx:hover {
  background: #0860ca;
}
.commonInner .prodect-Info .info-center .center-title {
  height: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  border-bottom: 1px solid #eee;
}
.commonInner .prodect-Info .info-center .center-content {
  font-size: 16px;
  line-height: 28px;
  min-height: 300px;
}
.commonInner .prodect-Info .info-center .center-content img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .page-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.commonInner .page-nav a {
  width: 165px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
.commonInner .page-nav a:last-of-type {
  margin-left: 40px;
}
.commonInner .page-nav a.active::after {
  background: #2e78d4;
}
.commonInner .page-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: transparent;
  border-radius: 4px;
}
.commonInner .car-page .carList {
  display: flex;
  flex-wrap: wrap;
}
.commonInner .car-page .carList li {
  margin-bottom: 20px;
  width: 380px;
  margin-right: 30px;
}
.commonInner .car-page .carList li:nth-of-type(3n) {
  margin-right: 0;
}
.commonInner .car-page .carList li a {
  display: block;
}
.commonInner .car-page .carList li a .img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 240px;
}
.commonInner .car-page .carList li a .img div {
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.commonInner .car-page .carList li a h3 {
  font-size: 16px;
  text-align: center;
  transition: 0.3s;
  margin-top: 10px;
}
.commonInner .car-page .carList li a: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 .car-page .carList li a:hover h3 {
  color: #2e78d4;
}
.commonInner .honor-page h2 {
  font-size: 24px;
  text-align: center;
}
.commonInner .honor-page .honorList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.commonInner .honor-page .honorList li {
  transition: 0.4s;
  margin-right: 20px;
  margin-bottom: 30px;
  width: 285px;
  height: 430px;
}
.commonInner .honor-page .honorList li:nth-of-type(4n) {
  margin-right: 0;
}
.commonInner .honor-page .honorList li:hover {
  transform: translateY(-20px);
}
.commonInner .honor-page .honorList li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ededed;
  height: 100%;
}
.commonInner .honor-page .honorList li a img {
  max-width: 100%;
}
.commonInner .serve-area .info {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
.commonInner .serve-area ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.commonInner .serve-area ul li {
  width: 26%;
  text-align: center;
}
.commonInner .serve-area ul li img {
  display: block;
  margin: 0 auto;
}
.commonInner .serve-area ul li h3 {
  font-size: 18px;
  margin-top: 10px;
}
.commonInner .serve-area ul li p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 5px;
}
.commonInner .newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
  display: flex;
  justify-content: space-between;
}
.commonInner .newsPage a {
  color: #323232;
}
.commonInner .newsPage a:hover {
  color: #2e78d4;
}
.commonInner .de-content-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.commonInner .de-content-list .left-content {
  width: 230px;
}
.commonInner .de-content-list .right-content {
  width: 940px;
}
#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;
}
@-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(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  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);
  }
}
.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: #2e78d4;
  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: #2e78d4 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-1:hover:before {
  border-width: 1450px 1450px 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(15, 131, 240, 0.9);
  -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(20, 132, 238, 0.9) 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: 300px 0 0 300px;
}
.btn-2:hover:after {
  border-width: 0 300px 300px 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 #2e78d4;
  -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 #2e78d4 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: #2e78d4;
  -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: #333;
  -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: #f5f5f5;
  transition: transform 0.8s 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: #2e78d4;
  transition: transform 0.4s 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 #2e78d4;
  -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 #2e78d4 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 #2e78d4 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: #2e78d4 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 #2e78d4 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 #2e78d4;
}
.btn-span-2:before,
.btn-span-2:after {
  border-color: #2e78d4;
}
.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: #2e78d4 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 #2e78d4 transparent;
}
.btn-span-2span:before,
.btn-span-2span:after {
  border-color: #2e78d4;
}
.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: #2e78d4;
  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(46, 120, 212, 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(46, 120, 212, 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: #2e78d4;
}
.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: #2e78d4;
}
.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: #2e78d4;
}
.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(46, 120, 212, 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: #2e78d4;
  -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: #2e78d4;
  -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: #2e78d4;
  -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);
  }
}
