.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%;
}
.topBar .tb-rig {
  padding-right: 50px;
  background: url(../images/icon1.png) no-repeat right center;
  text-align: right;
}
.topBar .tb-rig p {
  font-size: 24px;
  line-height: 28px;
  color: #ac110f;
}
.web-header {
  transition: 0.3s;
  width: 100%;
  margin: 0 auto;
  background: #000000;
}
.web-header .header-nav {
  height: 115px;
  transition: 0.5s;
  position: relative;
  z-index: 12;
}
.web-header .header-nav.header-hide {
  margin-top: -60px;
}
.web-header .header-nav.header-active {
  position: fixed;
  left: 0;
  top: 0px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.web-header .header-nav .nav-logo {
  display: flex;
}
.web-header .header-nav .nav-logo h1 {
  display: flex;
  align-items: center;
}
.web-header .header-nav .nav-logo h1 a {
  font-size: 0;
}
.web-header .header-nav .nav-logo h1 a img {
  display: block;
}
.web-header .header-nav .nav-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 720px;
}
.web-header .header-nav .nav-list li {
  width: 82px;
  position: relative;
  z-index: 10;
}
.web-header .header-nav .nav-list li a {
  display: block;
  text-align: center;
  height: 50px;
  transition: 0.4s;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.web-header .header-nav .nav-list li a span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
.web-header .header-nav .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #e20210;
  transition: 0.4s;
}
.web-header .header-nav .nav-list li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 2px;
  background: #e20210;
  transition: 0.4s;
}
.web-header .header-nav .nav-list li:hover a::after,
.web-header .header-nav .nav-list li:hover a::before {
  width: 50%;
}
.web-header .header-nav .nav-list li.active a::after,
.web-header .header-nav .nav-list li.active a::before {
  width: 50%;
}
.web-header .header-nav .line1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: calc((100% - 1170px)/2);
  background: #ac110f;
}
.web-header .header-nav .line2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  background: #ac110f;
  transform: skew(-30deg);
  z-index: 9;
}
.web-header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  height: 100px;
}
.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: 450px;
}
.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;
}
#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: 2.5rem;
  height: 2.5rem;
  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;
}
.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;
  display: none;
}
.banner1 .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 100px;
  height: 4px;
  opacity: 1;
  margin: 0 10px;
  transition: 0.3s;
  border-radius: 2px;
  background: #fff;
  opacity: 0.4;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 0.8;
  height: 6px;
}
.titleBox {
  text-align: center;
  position: relative;
}
.titleBox::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background: #ac110f;
}
.titleBox p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  opacity: 0.1;
  line-height: 1;
  text-transform: uppercase;
}
.titleBox h2 {
  font-size: 28px;
  line-height: 1;
  color: #fff;
  transform: translateY(-15px);
}
.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 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #333 url(../images/index1-bg.png) no-repeat left center;
  position: relative;
  z-index: 10;
}
.index1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #333;
  transform: rotate(2deg);
}
.index1::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #333;
  transform: rotate(-2deg);
}
.index1 .proTyep {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 50px;
  margin-top: 20px;
}
.index1 .proTyep a {
  font-size: 16px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
  min-width: 100px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
}
.index1 .proTyep a:hover {
  background: #ac110f;
}
.index1 .proTyep a.active {
  background: #ac110f;
}
.index1 .index1-swiper {
  margin-top: 30px;
}
.index1 .index1-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.index1 .index1-swiper .swiper-slide a {
  display: block;
  width: 285px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.index1 .index1-swiper .swiper-slide a:nth-of-type(4n) {
  margin-right: 0;
}
.index1 .index1-swiper .swiper-slide a .img {
  overflow: hidden;
  position: relative;
}
.index1 .index1-swiper .swiper-slide a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.index1 .index1-swiper .swiper-slide a .img .shde {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ac110f;
  opacity: 0.65;
  transition: 0.4s;
}
.index1 .index1-swiper .swiper-slide a .img i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 40px;
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.5s;
  background: url(../images/icon1.png) no-repeat center;
}
.index1 .index1-swiper .swiper-slide a h3 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.index1 .index1-swiper .swiper-slide a:hover .shde {
  height: 100%;
}
.index1 .index1-swiper .swiper-slide a:hover i {
  transform: translateX(0);
  opacity: 1;
}
.index2 {
  padding: 80px 0 60px;
  background: #f5f5f5;
  position: relative;
  z-index: 9;
}
.index2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #f5f5f5;
  transform: rotate(2deg);
}
.index2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #f5f5f5;
  transform: rotate(-2deg);
}
.index2 .titleBox h2 {
  color: #333333;
}
.index2 .titleBox p {
  color: #333333;
}
.index2 .company-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.index2 .company-content .left-content {
  width: 570px;
}
.index2 .company-content .left-content h3 {
  font-size: 28px;
  letter-spacing: 4px;
}
.index2 .company-content .left-content h5 {
  font-size: 12px;
  text-transform: uppercase;
}
.index2 .company-content .left-content p {
  font-size: 15px;
  margin-top: 30px;
  line-height: 28px;
  text-indent: 32px;
}
.index2 .company-content .left-content .more {
  display: block;
  width: 170px;
  height: 44px;
  border-radius: 5px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #ac110f;
  margin-top: 30px;
  transition: 0.4s;
}
.index2 .company-content .left-content .more:hover {
  background: rgba(172, 17, 15, 0.8);
}
.index2 .company-content .right-content {
  width: 550px;
  height: 310px;
  background: #ac110f;
  position: relative;
}
.index2 .company-content .right-content .video {
  position: absolute;
  left: 5px;
  top: -5px;
  width: 100%;
  height: 100%;
}
.index2 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.index2 ul li {
  width: 23.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index2 ul li:nth-of-type(1) .icon {
  background: url(../images/icon2.png) no-repeat center center;
}
.index2 ul li:nth-of-type(2) .icon {
  background: url(../images/icon3.png) no-repeat center center;
}
.index2 ul li:nth-of-type(3) .icon {
  background: url(../images/icon4.png) no-repeat center center;
}
.index2 ul li:nth-of-type(4) .icon {
  background: url(../images/icon5.png) no-repeat center center;
}
.index2 ul li .icon {
  width: 116px;
  height: 116px;
}
.index2 ul li .desc {
  width: 128px;
}
.index2 ul li .desc h3 {
  font-size: 18px;
}
.index2 ul li .desc p {
  font-size: 14px;
}
.index3 {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  z-index: 7;
  background: #333;
}
.index3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #333;
  transform: rotate(2deg);
}
.index3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #333;
  transform: rotate(-2deg);
}
.index3 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.index3 ul li:nth-of-type(1) .icon {
  background: url(../images/icon6.png) no-repeat center;
}
.index3 ul li:nth-of-type(2) .icon {
  background: url(../images/icon7.png) no-repeat center;
}
.index3 ul li:nth-of-type(3) .icon {
  background: url(../images/icon8.png) no-repeat center;
}
.index3 ul li:nth-of-type(4) .icon {
  background: url(../images/icon9.png) no-repeat center;
}
.index3 ul li:nth-of-type(5) .icon {
  background: url(../images/icon10.png) no-repeat center;
}
.index3 ul li .icon {
  width: 75px;
  height: 65px;
  margin: 0 auto;
}
.index3 ul li .desc {
  color: #f5f5f5;
  text-align: center;
  margin-top: 15px;
}
.index3 ul li .desc h3 {
  font-size: 18px;
  line-height: 30px;
}
.index3 ul li .desc p {
  text-transform: uppercase;
}
.index3 .img {
  margin-top: 80px;
  height: 370px;
}
.index4 {
  padding: 80px 0 60px;
  background: #f5f5f5;
  position: relative;
  z-index: 6;
}
.index4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #f5f5f5;
  transform: rotate(2deg);
}
.index4::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  width: 50.1%;
  height: 36px;
  background: #f5f5f5;
  transform: rotate(-2deg);
}
.index4 .titleBox h2 {
  color: #333333;
}
.index4 .titleBox p {
  color: #333333;
}
.index4 ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.index4 ul .left-news {
  width: 520px;
}
.index4 ul .left-news li a {
  display: block;
}
.index4 ul .left-news li a .img {
  height: 390px;
  overflow: hidden;
}
.index4 ul .left-news li a .img div {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.index4 ul .left-news li a .info {
  padding: 24px 20px 24px 20px;
  transition: 0.4s;
}
.index4 ul .left-news li a .info h3 {
  font-size: 18px;
  transition: all 0.4s;
}
.index4 ul .left-news li a .info p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}
.index4 ul .left-news li a .info .time {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #c3c3c3;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s;
}
.index4 ul .left-news li a .info .time span {
  color: #999;
  transition: all 0.4s;
}
.index4 ul .left-news li a .info .time i {
  width: 34px;
  height: 10px;
  transition: all 0.4s;
  background: url(../images/icon3.png) no-repeat center;
}
.index4 ul .left-news 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);
}
.index4 ul .left-news li a:hover .info {
  background: #ac110f;
}
.index4 ul .left-news li a:hover .info h3 {
  color: #fff;
}
.index4 ul .left-news li a:hover .info p {
  color: #fff;
}
.index4 ul .left-news li a:hover .info .time {
  border-color: #fff;
}
.index4 ul .left-news li a:hover .info .time span {
  color: #fff;
}
.index4 ul .left-news li a:hover .info .time i {
  background: url(../images/icon4.png) no-repeat center;
}
.index4 ul .right-news {
  width: 640px;
}
.index4 ul .right-news li {
  transition: 0.4s;
}
.index4 ul .right-news li a {
  padding: 22px 12px 22px 40px;
  display: block;
}
.index4 ul .right-news li a .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.index4 ul .right-news li a .t::after {
  content: '';
  position: absolute;
  left: -24px;
  top: 4px;
  width: 4px;
  height: 18px;
  background: #ac110f;
  transition: all 0.4s;
}
.index4 ul .right-news li a .t span {
  color: #666;
}
.index4 ul .right-news li a .t h3 {
  font-size: 18px;
  transition: all 0.4s;
  max-width: 80%;
}
.index4 ul .right-news li a p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.4s;
}
.index4 ul .right-news li:hover {
  background: #ac110f;
}
.index4 ul .right-news li:hover a .t::after {
  background: #fff;
}
.index4 ul .right-news li:hover a .t h3 {
  color: #fff;
}
.index4 ul .right-news li:hover a .t span {
  color: #fff;
}
.index4 ul .right-news li:hover a p {
  color: #fff;
}
.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: #ac110f;
  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: #222222;
  padding-top: 80px;
  padding-bottom: 15px;
}
.web-footer .foot-box .foot-nav {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.web-footer .foot-box .foot-nav a {
  color: #fff;
  transition: 0.3s;
}
.web-footer .foot-box .foot-nav a:hover {
  color: #eee;
}
.web-footer .footer-info {
  padding-bottom: 20px;
  display: flex;
}
.web-footer .footer-info .footer-itme1 {
  max-width: 310px;
  box-sizing: border-box;
  padding-right: 40px;
  position: relative;
}
.web-footer .footer-info .footer-itme1::after {
  content: "";
  position: absolute;
  right: 0;
  top: 58px;
  width: 1px;
  height: 118px;
  background: #4c4c4c;
}
.web-footer .footer-info .footer-itme1 h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1;
}
.web-footer .footer-info .footer-itme1 p {
  font-size: 25px;
  color: #fff;
}
.web-footer .footer-info .footer-itme1 ul li {
  margin-bottom: 10px;
  color: #fff;
}
.web-footer .footer-info .footer-itme2 {
  width: 310px;
  padding-top: 60px;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
}
.web-footer .footer-info .footer-itme2::after {
  content: "";
  position: absolute;
  right: 0;
  top: 58px;
  width: 1px;
  height: 118px;
  background: #4c4c4c;
}
.web-footer .footer-info .footer-itme2 .tel {
  display: flex;
  margin-bottom: 10px;
}
.web-footer .footer-info .footer-itme2 .tel span {
  color: #fff;
}
.web-footer .footer-info .footer-itme2 .tel p {
  color: #fff;
  margin-bottom: 5px;
}
.web-footer .footer-info .footer-item3 {
  width: 580px;
  padding-left: 60px;
  box-sizing: border-box;
}
.web-footer .footer-info .footer-item3 .contact-map {
  width: 520px;
  height: 200px;
  border-radius: 15px;
  overflow: hidden;
}
.web-footer .footer-info .footer-item3 .contact-map #dituContent {
  height: 100%;
}
.footer_bottom {
  border-top: 1px solid #555555;
  padding-top: 15px;
}
.footer_bottom .main {
  display: flex;
  flex-wrap: wrap;
}
.footer_bottom p {
  color: #f5f5f5;
}
.footer_bottom a {
  color: #f5f5f5;
}
.back_to_top {
  position: fixed;
  bottom: 55px;
  right: 2%;
  z-index: 12;
  width: 50px;
  height: 50px;
  background: rgba(138, 138, 138, 0.8) url(../images/icon-top.png) no-repeat center center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  display: none;
}
.back_to_top:hover {
  background-color: rgba(138, 138, 138, 0.9);
}
.rig-title {
  font-size: 18px;
  height: 44px;
  overflow: hidden;
  box-sizing: border-box;
  border-bottom: 1px solid #5c5c5c;
}
.rig-title .crumbs {
  line-height: 44px;
  height: 44px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #f5f5f5;
}
.rig-title .crumbs a {
  color: #f5f5f5;
}
.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: #ac110f;
  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: #ac110f;
  opacity: 0;
  transition: 0.4s;
}
.page-head-nav .n-list a:hover {
  padding-top: 0px;
  color: #ac110f;
}
.page-head-nav .n-list a:hover::after {
  bottom: 5px;
  opacity: 1;
}
.page-head-nav .n-list a.active {
  padding-top: 0px;
  color: #ac110f;
}
.page-head-nav .n-list a.active::after {
  bottom: 5px;
  opacity: 1;
}
.fix_box {
  position: fixed;
  bottom: 100px;
  right: 0%;
  z-index: 9;
  width: 72px;
}
.fix_box li {
  width: 72px;
  height: 72px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-color: #ac110f;
  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 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: #ac110f;
  background: #ac110f;
}
.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 {
  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: -80px;
  transform: rotateX(0deg);
}
.fix_box li:hover.qrcode div::before {
  top: 56px;
}
.fix_box .back_to_top {
  margin-bottom: 10px;
}
.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 {
  border-radius: 3px;
  position: absolute;
  left: -140px;
  width: 140px;
  color: #f5f5f5;
  text-align: center;
  background-color: #ac110f;
  height: 45px;
  line-height: 45px;
  bottom: 15px;
  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 #ac110f;
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  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 {
  border-radius: 3px;
  position: absolute;
  width: 155px;
  left: -165px;
  padding-top: 10px;
  text-align: center;
  background-color: #ac110f;
  bottom: 20px;
  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 #ac110f;
  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: #ac110f;
  background: #ac110f;
}
.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 {
  background: #f7f8fc;
}
.web-sider .in-title {
  height: 80px;
  background: #ac110f url(../images/i-pro-title.png) no-repeat -3px top;
  text-align: center;
  line-height: 1;
  padding-top: 26px;
  box-sizing: border-box;
}
.web-sider .in-title h3 {
  font-size: 20px;
  color: #f7f8fc;
  margin-bottom: 6px;
}
.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 {
  min-height: 160px;
  padding: 10px 15px 30px;
}
.web-sider .sider-ul a {
  display: flex;
  line-height: 42px;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
  position: relative;
  transition: 0.3s;
  color: #666;
  padding: 0 8px;
}
.web-sider .sider-ul a i {
  font-size: 12px;
  margin-right: 5px;
  transform: rotate(-90deg);
}
.web-sider .sider-ul a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #ac110f;
  transition: 0.5s;
}
.web-sider .sider-ul a:hover {
  color: #ac110f;
}
.web-sider .sider-ul a:hover::after {
  width: 100%;
}
.web-sider .sider-ul a.active {
  color: #ac110f;
}
.web-sider .sider-ul a.active::after {
  width: 100%;
}
.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: #ac110f 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: #ac110f;
  border-color: #ac110f;
}
.web-sider .news-sider-ul a.active {
  color: #ac110f;
  border-color: #ac110f;
}
.inner-contact {
  background: #f7f8fc;
  margin-top: 20px;
}
.inner-contact .title {
  height: 80px;
  background: #ac110f 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: 65px;
}
.inner-contact .contact-box .contact-item span {
  width: calc(100% - 65px);
}
.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 {
  background: #333;
}
.commonInner .padd {
  min-height: 400px;
  padding: 55px 0 80px;
}
.commonInner .newsPage {
  padding: 0 12px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin: 15px 0 30px;
}
.commonInner .newsPage a {
  color: #fff;
}
.commonInner .newsPage a:hover {
  color: #ac110f;
}
.commonInner .titleBox1 {
  text-align: center;
}
.commonInner .titleBox1 p {
  font-size: 12px;
  text-transform: uppercase;
}
.commonInner .titleBox1 h2 {
  font-size: 24px;
}
.commonInner .company .index2 {
  padding: 0px ;
  background: #333;
  position: relative;
  z-index: 9;
}
.commonInner .company .index2::after {
  display: none;
}
.commonInner .company .index2::before {
  display: none;
}
.commonInner .company .index2 .titleBox h2 {
  color: #fff;
}
.commonInner .company .index2 .titleBox p {
  color: #fff;
  opacity: 0.1;
}
.commonInner .company .index2 .company-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.commonInner .company .index2 .company-content .left-content {
  width: 570px;
}
.commonInner .company .index2 .company-content .left-content h3 {
  color: #ffffff;
}
.commonInner .company .index2 .company-content .left-content h5 {
  color: #ffffff;
}
.commonInner .company .index2 .company-content .left-content p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
.commonInner .company .index2 ul li .desc h3 {
  color: #ffffff;
}
.commonInner .company .index2 ul li .desc p {
  color: #ffffff;
}
.commonInner .company .index3 {
  padding: 0;
}
.commonInner .company .index3::after {
  display: none;
}
.commonInner .company .index3::before {
  display: none;
}
.commonInner .company .index3 .img {
  margin-top: 50px;
}
.commonInner .contact h2 {
  font-size: 22px;
  text-align: center;
}
.commonInner .contact .de-contact {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.commonInner .contact .de-contact ul {
  width: 500px;
  padding-right: 35px;
  border-right: 1px solid #585858;
}
.commonInner .contact .de-contact ul h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
}
.commonInner .contact .de-contact ul li {
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
}
.commonInner .contact .de-contact .tel {
  display: flex;
  margin-bottom: 10px;
}
.commonInner .contact .de-contact .tel span {
  color: #fff;
  font-size: 16px;
}
.commonInner .contact .de-contact .tel p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
}
.commonInner .contact .de-contact .wxBox {
  width: 150px;
  padding-top: 5px;
}
.commonInner .contact .de-contact .wxBox img {
  display: block;
  width: 150px;
  height: auto;
}
.commonInner .contact .de-contact .wxBox h5 {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.commonInner .contact .contact-map {
  width: 600px;
  height: 225px;
  border-radius: 15px;
  overflow: hidden;
}
.commonInner .contact .contact-map #dituContent {
  height: 100%;
}
.commonInner .contact .de-message {
  width: 600px;
}
.commonInner .contact .de-message h3 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.commonInner .contact .de-message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.commonInner .contact .de-message #formData .form-tr {
  width: 47%;
  margin-bottom: 20px;
}
.commonInner .contact .de-message #formData .form-tr p {
  margin-bottom: 10px;
  color: #fff;
}
.commonInner .contact .de-message #formData .form-tr input {
  width: 100%;
  height: 42px;
  background: transparent;
  color: #333;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 8px;
}
.commonInner .contact .de-message #formData .form-tr input::placeholder {
  color: #999;
}
.commonInner .contact .de-message #formData .textarea {
  width: 100%;
}
.commonInner .contact .de-message #formData .textarea textarea {
  width: 100%;
  color: #333;
  padding: 10px 20px;
  height: 140px;
  background: #f5f5f5;
  border-radius: 8px;
  box-sizing: border-box;
}
.commonInner .contact .de-message #formData .textarea textarea::placeholder {
  color: #999;
}
.commonInner .contact .de-message #formData .codeBox {
  width: 320px;
}
.commonInner .contact .de-message #formData .codeBox .code {
  display: flex;
  align-items: flex-end;
}
.commonInner .contact .de-message #formData .codeBox .code input {
  width: 140px;
  height: 48px;
}
.commonInner .contact .de-message #formData .codeBox .code .verify {
  width: 150px;
  margin-left: 20px;
}
.commonInner .contact .de-message #formData .codeBox .code .verify img {
  width: 100%;
}
.commonInner .contact .de-message #formData .submitBox {
  display: flex;
  justify-content: flex-end;
  width: 140px;
}
.commonInner .contact .de-message #formData .submitBox .submit {
  width: 140px;
  background: #000000;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  display: block;
  transition: 0.4s;
}
.commonInner .contact .de-message #formData .submitBox .submit:hover {
  background: rgba(0, 0, 0, 0.8);
}
.commonInner .message .de-message {
  margin-top: 40px;
}
.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: #ac110f;
}
.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 {
  margin-top: 30px;
}
.commonInner .news-page .de-news-list .newsList {
  overflow: hidden;
}
.commonInner .news-page .de-news-list .newsList li:hover a {
  border-color: transparent;
}
.commonInner .news-page .de-news-list .newsList li:hover a .img div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.commonInner .news-page .de-news-list .newsList li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  transition: 0.4s;
  border-bottom: 1px solid #5c5c5c;
}
.commonInner .news-page .de-news-list .newsList li a .img {
  width: 235px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}
.commonInner .news-page .de-news-list .newsList li a .img div {
  height: 100%;
  transition: 0.4s;
}
.commonInner .news-page .de-news-list .newsList li a .info {
  width: 925px;
  height: 100%;
  transition: 0.4s;
}
.commonInner .news-page .de-news-list .newsList li a .info h3 {
  font-size: 18px;
  transition: 0.3s;
  color: #fff;
}
.commonInner .news-page .de-news-list .newsList li a .info .t {
  display: flex;
  justify-content: space-between;
}
.commonInner .news-page .de-news-list .newsList li a .info .t span {
  color: #fff;
}
.commonInner .news-page .de-news-list .newsList li a .info p {
  line-height: 26px;
  margin-top: 10px;
  font-size: 15px;
  color: #666;
  color: #fff;
}
.commonInner .news-page .de-news-list .newsList li a .time {
  color: #999999;
  width: 190px;
  height: 140px;
  background: #f7f8fc;
  padding-top: 40px;
  padding-left: 48px;
  box-sizing: border-box;
  transition: 0.4s;
}
.commonInner .news-page .de-news-list .newsList li a .time span {
  font-size: 22px;
  transition: 0.3s;
  line-height: 1;
}
.commonInner .news-page .de-news-list .newsList li a .time p {
  font-size: 38px;
  transition: 0.3s;
  line-height: 1;
}
.commonInner .infoPage .de-content-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.commonInner .infoPage .de-content-info .left-content {
  width: 260px;
}
.commonInner .infoPage .de-content-info .right-content {
  width: 900px;
  border: 1px solid #5c5c5c;
  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 #5c5c5c;
  text-align: center;
  margin-bottom: 15px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .h3 {
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.commonInner .infoPage .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #ddd;
  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 article p {
  font-size: 15px;
  color: #f5f5f5;
  line-height: 28px;
}
.commonInner .infoPage .news-detail-content .news-detail article img {
  max-width: 100%;
  margin: 0 auto;
}
.commonInner .infoPage .news-detail-content .news-detail-video {
  margin-bottom: 30px;
}
.commonInner .infoPage .news-detail-content .news-detail-video .video {
  width: 100%;
  height: 550px;
}
.commonInner .product-page .proTyep {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 50px;
  margin-top: 20px;
}
.commonInner .product-page .proTyep a {
  font-size: 16px;
  color: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 5px;
  min-width: 100px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  transition: 0.4s;
}
.commonInner .product-page .proTyep a:hover {
  background: #ac110f;
}
.commonInner .product-page .proTyep a.active {
  background: #ac110f;
}
.commonInner .product-page .de-product-list {
  min-height: 400px;
}
.commonInner .product-page .de-product-list .productList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.commonInner .product-page .de-product-list .productList li {
  width: 285px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.commonInner .product-page .de-product-list .productList li:nth-of-type(4n) {
  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;
  position: relative;
}
.commonInner .product-page .de-product-list .productList li a .img img {
  display: block;
  width: 100%;
  height: auto;
}
.commonInner .product-page .de-product-list .productList li a .img .shde {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: #ac110f;
  opacity: 0.65;
  transition: 0.4s;
}
.commonInner .product-page .de-product-list .productList li a .img i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 42px;
  height: 40px;
  transform: translateX(-20px);
  opacity: 0;
  transition: 0.5s;
  background: url(../images/icon1.png) no-repeat center;
}
.commonInner .product-page .de-product-list .productList li a h3 {
  font-size: 15px;
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.commonInner .product-page .de-product-list .productList li a:hover .shde {
  height: 100%;
}
.commonInner .product-page .de-product-list .productList li a:hover i {
  transform: translateX(0);
  opacity: 1;
}
.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: 450px;
  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: #ac110f;
}
.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: #ac110f;
  line-height: 1.2;
}
.commonInner .prodect-Info .info-main .info-main-rig .btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.commonInner .prodect-Info .info-main .info-main-rig .btn .lx {
  font-size: 15px;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #ac110f;
  text-align: center;
  border-radius: 8px;
  transition: 0.4s;
}
.commonInner .prodect-Info .info-main .info-main-rig .btn .lx:hover {
  background: #ac110f;
}
.commonInner .prodect-Info .info-center {
  margin-top: 50px;
}
.commonInner .prodect-Info .info-center .center-title {
  height: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #888;
}
.commonInner .prodect-Info .info-center .center-content {
  font-size: 16px;
  line-height: 28px;
  min-height: 300px;
  color: #fff;
}
.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: #ac110f;
}
.commonInner .page-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: transparent;
  border-radius: 4px;
}
.commonInner .video-page .videoList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.commonInner .video-page .videoList li {
  width: 390px;
  margin-bottom: 20px;
  margin-right: 15px;
}
.commonInner .video-page .videoList li:nth-of-type(3n) {
  margin-right: 0;
}
.commonInner .video-page .videoList li a {
  display: block;
}
.commonInner .video-page .videoList li a .img {
  height: 300px;
  overflow: hidden;
}
.commonInner .video-page .videoList li a .img div {
  height: 100%;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonInner .video-page .videoList li a .img div .icon-bofang {
  font-size: 44px;
  color: #fff;
  transition: 0.4s;
  opacity: 0.7;
}
.commonInner .video-page .videoList li a .t {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: #f7f8fc;
}
.commonInner .video-page .videoList li a h3 {
  max-width: 80%;
  font-size: 18px;
  transition: 0.4s;
}
.commonInner .video-page .videoList li a .icon-jia1 {
  font-size: 20px;
  transition: 0.4s;
}
.commonInner .video-page .videoList li:hover a .img div {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.commonInner .video-page .videoList li:hover a .img div .icon-bofang {
  opacity: 0.9;
}
.commonInner .video-page .videoList li:hover a h3 {
  color: #ac110f;
}
.commonInner .video-page .videoList li:hover a .icon-jia1 {
  transform: rotate(180deg);
  color: #ac110f;
}
.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 .de-content-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.commonInner .de-content-list .left-content {
  width: 260px;
}
.commonInner .de-content-list .right-content {
  width: 915px;
}
@-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: #f5f5f5;
  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: #ac110f 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 #ac110f;
  -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 #ac110f 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: #ac110f;
  -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: #ac110f;
  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: #ac110f;
  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 #ac110f;
  -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 #ac110f 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 #ac110f 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: #ac110f 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 #ac110f 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 #ac110f;
}
.btn-span-2:before,
.btn-span-2:after {
  border-color: #ac110f;
}
.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: #ac110f 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 #ac110f transparent;
}
.btn-span-2span:before,
.btn-span-2span:after {
  border-color: #ac110f;
}
.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: #ac110f;
  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(172, 17, 15, 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(172, 17, 15, 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: #ac110f;
}
.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: #ac110f;
}
.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: #ac110f;
}
.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(172, 17, 15, 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: #ac110f;
  -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: #ac110f;
  -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: #ac110f;
  -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);
  }
}
