.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;
}
.fl {
  display: flex;
  justify-content: start;
}
.navBar {
  height: 132px;
  background: #fff;
  transition: 0.4s;
}
.navBar .main {
  height: 100%;
  display: flex;
  align-items: center;
}
.navBar .main h1 {
  height: 59px;
  width: 296px;
}
.navBar .main h1 a {
  display: block;
  font-size: 0;
}
.navBar .main h1 a img {
  height: 59px;
  display: block;
}
.navBar .main ul {
  height: 60px;
  width: 650px;
  margin-left: 98px;
}
.navBar .main ul .active .lia {
  color: #c53326;
}
.navBar .main ul .active .lia::after {
  width: 100%;
}
.navBar .main ul .active .er::after {
  left: 0px;
}
.navBar .main ul li {
  height: 100%;
  position: relative;
}
.navBar .main ul li:hover a {
  color: #c53326;
}
.navBar .main ul li:hover a::after {
  width: 100%;
}
.navBar .main ul li:hover .er::after {
  width: 120px;
  left: -32px;
}
.navBar .main ul li .lia {
  display: block;
  font-size: 16px;
  height: 100%;
  text-align: center;
  line-height: 60px;
  transition: 0.3s;
  position: relative;
  padding: 0 10px;
}
.navBar .main ul li .lia::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #c53326;
  transition: 0.3s;
}
.navBar .main ul li .er::after {
  left: -32px;
}
.navBar .main ul li .erji {
  width: 120px;
  background: #fff;
  position: absolute;
  left: -32px;
  top: 60px;
  z-index: 11;
  padding: 10px 0;
  display: none;
}
.navBar .main ul li .erji a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  background: #fff;
  transition: 0.3s;
}
.navBar .main ul li .erji a:hover {
  color: #c53326;
}
.navBar .main .topInfo {
  margin-left: 40px;
  width: 137px;
}
.navBar .main .topInfo a:nth-of-type(1) {
  height: 19px;
  width: 19px;
  background: url(../images/icon01.png) no-repeat center center;
  background-size: contain;
  margin-right: 12px;
}
.navBar .main .topInfo a:nth-of-type(2) {
  width: 90px;
  height: 35px;
  line-height: 35px;
  background: #c53326;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
}
.header_fix {
  height: 80px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 111;
  top: 0;
  box-shadow: 15px 0 10px rgba(0, 0, 0, 0.3);
}
.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: 16px;
  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 > .layui-layer-close2 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -60px;
  top: -60px;
  background: url(../images/search_close.png) center no-repeat;
  cursor: pointer;
}
.layui-layer .layui-layer-setwin > .layui-layer-close2:hover {
  background-position: center;
}
.swiper-container {
  line-height: 1;
  user-select: none;
}
.scale1 {
  transform: scale(1.05);
}
.index1 .banner1 {
  overflow: visible !important;
  height: 480px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.index1 .banner1 .swiper-pagination {
  bottom: 18px !important;
}
.index1 .banner1 .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
  width: 5px;
  height: 5px;
}
.index1 .banner1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 5px;
  border-radius: 2.5px;
  background: #599bdf;
  opacity: 1;
}
.index1 .banner1 .swiper-button-black {
  width: 25px;
  height: 49px;
  opacity: 1;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: 100%;
}
.index1 .banner1 .swiper-button-prev {
  left: -50px;
  background-image: url(../images/ban_p.png) !important;
}
.index1 .banner1 .swiper-button-next {
  right: -50px;
  background-image: url(../images/ban_n.png) !important;
}
.titleBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.titleBox h2 {
  font-size: 30px;
  color: #000;
  position: relative;
  line-height: 1;
}
.titleBox h2::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 0px;
  width: 12px;
  height: 12px;
  background: url(../images/icon02.png) no-repeat center center;
}
.titleBox a {
  font-size: 14px;
  color: #666;
  transition: 0.4s;
}
.titleBox a:hover {
  color: #c53326;
}
.index2 {
  padding: 70px 0;
}
.index2 .main {
  display: flex;
  justify-content: space-between;
}
.index2 .main .titleBox {
  padding-right: 12px;
  box-sizing: border-box;
  margin-bottom: 22px;
}
.index2 .main .exhBox {
  width: 590px;
}
.index2 .main .exhBox .banner2 {
  height: 280px;
  background: #f2f3f9;
}
.index2 .main .exhBox .banner2 .swiper-slide div {
  background: #f2f3f9;
  padding: 40px 30px 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.index2 .main .exhBox .banner2 .swiper-slide h3 {
  font-size: 24px;
  color: #000;
  line-height: 1;
}
.index2 .main .exhBox .banner2 .swiper-slide p:nth-of-type(1) {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1;
}
.index2 .main .exhBox .banner2 .swiper-slide p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  margin-top: 70px;
  line-height: 18px;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../images/icon04.png) no-repeat left center;
}
.index2 .main .exhBox .banner2 .swiper-slide p:nth-of-type(3) {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 18px;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../images/icon03.png) no-repeat left center;
}
.index2 .main .exhBox .banner2 .swiper-pagination {
  bottom: 18px !important;
  text-align: right;
  padding-right: 25px;
  box-sizing: border-box;
}
.index2 .main .exhBox .banner2 .swiper-pagination .swiper-pagination-bullet {
  background: #000;
  opacity: 0.3;
  width: 5px;
  height: 5px;
}
.index2 .main .exhBox .banner2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 5px;
  border-radius: 2.5px;
  background: #599bdf;
  opacity: 1;
}
.index2 .main .exhBox .banner2 .swiper-button-black {
  width: 25px;
  height: 49px;
  opacity: 1;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-size: 100%;
}
.index2 .main .aboutUs {
  width: 590px;
}
.index2 .main .aboutUs .ab-con {
  width: 100%;
  height: 280px;
  background: #f2f3f9;
  box-sizing: border-box;
  padding: 50px 30px 0 33px;
  display: flex;
}
.index2 .main .aboutUs .ab-con .img {
  width: 181px;
  height: 181px;
}
.index2 .main .aboutUs .ab-con article {
  width: 346px;
  height: 170px;
  box-sizing: border-box;
  padding-left: 22px;
  line-height: 28px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.productBox .proType {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.productBox .proType .lia {
  display: block;
  height: 100%;
  width: 100%;
  transition: 0.4s;
  position: relative;
}
.productBox .proType .lia h3 {
  color: #000;
  font-size: 24px;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-top: 35px;
  box-sizing: border-box;
  transition: 0.3s;
}
.productBox .proType .lia h3::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background: #eea134;
  transition: 0.3s;
}
.productBox .proType .lia .btn {
  width: 118px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  background: #c53326;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: 0.4s;
  opacity: 0;
  cursor: pointer;
}
.productBox .proType .ul1 {
  width: 265px;
}
.productBox .proType .ul1 li:hover a {
  background: rgba(0, 0, 0, 0.3);
}
.productBox .proType .ul1 li:hover a h3 {
  color: #fff;
}
.productBox .proType .ul1 li:hover a h3::after {
  background: #fff;
}
.productBox .proType .ul1 li:hover a .btn {
  bottom: 100px;
  opacity: 1;
}
.productBox .proType .ul1 li:nth-of-type(1) {
  width: 100%;
  height: 295px;
  margin-bottom: 15px;
}
.productBox .proType .ul1 li:nth-of-type(2) {
  width: 100%;
  height: 400px;
}
.productBox .proType .ul2 {
  width: 640px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.productBox .proType .ul2 li:nth-of-type(1) {
  width: 100%;
  height: 420px;
  margin-bottom: 15px;
}
.productBox .proType .ul2 li:nth-of-type(1) a {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  transition: 0.4s;
  position: relative;
}
.productBox .proType .ul2 li:nth-of-type(1) a .ht1 {
  padding-bottom: 47px;
  padding-right: 47px;
  transition: 0.3s;
}
.productBox .proType .ul2 li:nth-of-type(1) a .ht1 h3 {
  font-size: 40px;
  line-height: 1;
}
.productBox .proType .ul2 li:nth-of-type(1) a .ht1 p {
  font-size: 14px;
  padding-top: 24px;
  color: #666;
  display: inline-block;
  border-bottom: 2px solid #8e8d94;
}
.productBox .proType .ul2 li:nth-of-type(1) a .ht2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.productBox .proType .ul2 li:nth-of-type(1) a .ht2 h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1;
  position: relative;
  text-align: center;
  padding-top: 35px;
  box-sizing: border-box;
  transition: 0.3s;
}
.productBox .proType .ul2 li:nth-of-type(1) a .ht2 h3::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  bottom: -14px;
  left: 0;
  right: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.productBox .proType .ul2 li:nth-of-type(1) a .ht2 .btn {
  width: 118px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  background: #c53326;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  transition: 0.4s;
  opacity: 0;
  cursor: pointer;
}
.productBox .proType .ul2 li:nth-of-type(1):hover a {
  background: rgba(0, 0, 0, 0.3);
}
.productBox .proType .ul2 li:nth-of-type(1):hover a .ht1 {
  opacity: 0;
}
.productBox .proType .ul2 li:nth-of-type(1):hover a .ht2 {
  opacity: 1;
}
.productBox .proType .ul2 li:nth-of-type(1):hover a .ht2 .btn {
  bottom: 100px;
  opacity: 1;
}
.productBox .proType .ul2 li:nth-of-type(2) {
  width: 350px;
  height: 275px;
}
.productBox .proType .ul2 li:nth-of-type(2):hover a {
  background: rgba(0, 0, 0, 0.3);
}
.productBox .proType .ul2 li:nth-of-type(2):hover a h3 {
  color: #fff;
}
.productBox .proType .ul2 li:nth-of-type(2):hover a h3::after {
  background: #fff;
}
.productBox .proType .ul2 li:nth-of-type(2):hover a .btn {
  bottom: 80px;
  opacity: 1;
}
.productBox .proType .ul2 li:nth-of-type(3) {
  width: 275px;
  height: 275px;
}
.productBox .proType .ul2 li:nth-of-type(3):hover a {
  background: rgba(0, 0, 0, 0.3);
}
.productBox .proType .ul2 li:nth-of-type(3):hover a h3 {
  color: #fff;
}
.productBox .proType .ul2 li:nth-of-type(3):hover a h3::after {
  background: #fff;
}
.productBox .proType .ul2 li:nth-of-type(3):hover a .btn {
  bottom: 80px;
  opacity: 1;
}
.productBox .serveBox {
  margin-top: 70px;
  height: 408px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.productBox .serveBox h2 {
  font-size: 40px;
  color: #fff;
  position: relative;
  line-height: 1;
}
.productBox .serveBox h2::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 38px;
  height: 2px;
  background: #599bdf;
  transition: 0.3s;
}
.productBox .serveBox article {
  font-size: 18px;
  color: #fff;
  margin-top: 40px;
}
.productBox .serveBox .contact-way {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.productBox .serveBox .contact-way p {
  text-align: center;
  width: 383px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  background: #c53326;
  margin-right: 10px;
  border-radius: 25px;
}
.productBox .serveBox .contact-way p span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.index3 {
  padding-top: 75px;
  padding-bottom: 82px;
}
.index3 .titleBox {
  margin-bottom: 58px;
}
.index3 .wrapper {
  position: relative;
}
.index3 .wrapper .container {
  position: relative;
  margin-top: 58px;
  margin: 0 auto;
  width: 256px;
  height: 360px;
}
.index3 .wrapper .container .cards-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  transition: 330ms;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
}
.index3 .wrapper .container .cards-list img {
  max-height: 100%;
  max-width: 100%;
}
.index3 .wrapper .btn-direct {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 22px;
  height: 54px;
  cursor: pointer;
}
.index3 .wrapper .btn-left {
  background: url(../images/icon15.png) no-repeat center center;
  left: 30px;
}
.index3 .wrapper .btn-right {
  background: url(../images/icon14.png) no-repeat center center;
  right: 30px;
}
.foot_message {
  box-sizing: border-box;
  padding-top: 100px;
  background-color: #0a0a12;
}
.foot_message .main #formData {
  position: relative;
}
.foot_message .main #formData input {
  width: 220px;
  height: 45px;
  text-indent: 1em;
  font-size: 16px;
  margin-right: 10px;
  font-size: 14px;
  outline: none;
}
.foot_message .main #formData img {
  height: 30px;
  position: absolute;
  right: 275px;
  top: 7px;
}
.foot_message .main #formData a {
  width: 260px;
  height: 45px;
  text-align: center;
  background: #599bdf;
  color: #fff;
  line-height: 45px;
}
.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: #599bdf;
  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;
}
.footer-box {
  border-top: 1px solid #dcdcdc;
  padding-top: 32px;
  padding-bottom: 40px;
}
.footer-box .main {
  display: flex;
}
.footer-box .main div h2 {
  font-size: 16px;
  color: #000;
  line-height: 1;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
  width: 64px;
}
.footer-box .main div h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 1px;
  background: #c53326;
}
.footer-box .main .menuNav,
.footer-box .main .f-proNav {
  width: 300px;
}
.footer-box .main .menuNav li,
.footer-box .main .f-proNav li {
  padding-top: 10px;
}
.footer-box .main .menuNav li a,
.footer-box .main .f-proNav li a {
  display: block;
  font-size: 14px;
  color: #000;
  line-height: 30px;
}
.footer-box .main .f-contact {
  width: 460px;
}
.footer-box .main .f-contact li {
  padding-top: 15px;
}
.footer-box .main .f-contact li p {
  color: #000;
  padding-left: 32px;
  line-height: 24px;
  margin-bottom: 12px;
}
.footer-box .main .f-contact li p:nth-of-type(1) {
  background: url(../images/icons.png) no-repeat 0 0px;
}
.footer-box .main .f-contact li p:nth-of-type(2) {
  background: url(../images/icons.png) no-repeat 0 -35px;
}
.footer-box .main .f-contact li p:nth-of-type(3) {
  background: url(../images/icons.png) no-repeat 0 -73px;
}
.footer-box .main .f-contact li p:nth-of-type(4) {
  background: url(../images/icons.png) no-repeat 0 -110px;
}
.footer-box .main .f-contact li p:nth-of-type(5) {
  background: url(../images/icons.png) no-repeat 0 -145px;
}
.footer-box .main .f-link {
  width: 140px;
}
.footer-box .main .f-link li {
  padding-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
.footer-box .main .f-link li a {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 16px;
}
.footer-box .main .f-link li a img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer_info {
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
}
.footer_info a {
  color: #999;
}
.fix_box01 {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  width: 75px;
  margin: auto;
  height: 355px;
}
.fix_box01 > div {
  width: 75px;
  background: #599bdf;
  margin-bottom: 1px;
  height: 70px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  float: right;
  cursor: pointer;
  position: relative;
}
.fix_box01 > div img:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
.fix_box01 > div img:nth-of-type(2) {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 100px;
  border: 1px solid #eee;
  top: -20px;
}
.fix_box01 > div p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.fix_box01 > div:hover {
  width: 100px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.fix_box01 > div:nth-of-type(4):hover img:nth-of-type(2) {
  display: block;
}
.fix_box01 > div:nth-of-type(2) {
  width: 220px;
  position: relative;
  right: -145px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.fix_box01 > div:nth-of-type(2) div:nth-of-type(1) {
  width: 75px;
  float: left;
}
.fix_box01 > div:nth-of-type(2) div:nth-of-type(2) {
  height: 70px;
  float: right;
  width: 140px;
  box-sizing: border-box;
  padding-top: 15px;
}
.fix_box01 > div:nth-of-type(2) div:nth-of-type(2) span {
  display: inline-block;
  height: 40px;
  border-left: 1px solid #fff;
  width: 140px;
  color: #fff;
  line-height: 40px;
  text-indent: 1em;
  font-size: 16px;
  letter-spacing: 1px;
}
.fix_box01 > div:nth-of-type(2):hover {
  right: 0px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.paddBott {
  padding-bottom: 80px;
}
.pageIndex .about-content .titleBox h2::after {
  background: url(../images/icon05.png) no-repeat center center;
}
.pageIndex .about-content .ab-us {
  margin-top: 60px;
  display: flex;
}
.pageIndex .about-content .ab-us .img {
  width: 600px;
  height: 350px;
  background: url(../images/ab-us.jpg) no-repeat center center;
  background-size: cover;
}
.pageIndex .about-content .ab-us .con {
  width: 600px;
  padding-left: 45px;
  box-sizing: border-box;
}
.pageIndex .about-content .ab-us .con .tlt {
  border-bottom: 1px solid #eea339;
  display: flex;
  height: 96px;
}
.pageIndex .about-content .ab-us .con .tlt h3 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 1;
  color: #eea339;
  height: 92px;
  border-bottom: 4px solid #eea339;
}
.pageIndex .about-content .ab-us .con .tlt p {
  padding-top: 12px;
  margin-left: 5px;
}
.pageIndex .about-content .ab-us .con .tlt p span {
  display: block;
}
.pageIndex .about-content .ab-us .con .tlt p span:nth-of-type(1) {
  font-size: 30px;
  color: #eea339;
}
.pageIndex .about-content .ab-us .con .tlt p span:nth-of-type(2) {
  font-size: 18px;
  color: #000;
}
.pageIndex .about-content .ab-us .con article {
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-top: 45px;
}
.pageIndex .about-ent {
  background: #efefef;
  margin-top: 38px;
}
.pageIndex .about-ent .ent {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}
.pageIndex .about-ent .ent ul {
  width: 650px;
  padding-top: 87px;
}
.pageIndex .about-ent .ent ul li {
  margin-bottom: 32px;
}
.pageIndex .about-ent .ent ul li h3 {
  font-size: 20px;
  color: #000;
  padding-left: 53px;
  line-height: 24px;
}
.pageIndex .about-ent .ent ul li p {
  font-size: 16px;
  padding-top: 5px;
  color: #666;
  padding-left: 53px;
}
.pageIndex .about-ent .ent ul li:nth-of-type(1) h3 {
  background: url(../images/icon06.png) no-repeat left center;
}
.pageIndex .about-ent .ent ul li:nth-of-type(2) h3 {
  background: url(../images/icon07.png) no-repeat left center;
}
.pageIndex .about-ent .ent ul li:nth-of-type(3) h3 {
  background: url(../images/icon08.png) no-repeat left center;
}
.pageIndex .about-ent .ent ul li:nth-of-type(4) h3 {
  background: url(../images/icon09.png) no-repeat left center;
}
.pageIndex .about-ent .ent .img {
  width: 516px;
  height: 500px;
  background: url(../images/ab-ent.jpg) no-repeat center center;
  background-size: cover;
}
.pageIndex .banner4 {
  margin-top: 14px;
}
.pageIndex .banner4 .swiper-slide {
  height: 350px;
  background: #f4f4f4;
  display: flex;
}
.pageIndex .banner4 .swiper-slide .img {
  width: 500px;
  height: 350px;
  overflow: hidden;
}
.pageIndex .banner4 .swiper-slide .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.pageIndex .banner4 .swiper-slide .info {
  width: 700px;
  height: 350px;
  box-sizing: border-box;
  padding: 52px 45px 40px;
}
.pageIndex .banner4 .swiper-slide .info h3 {
  font-size: 30px;
  line-height: 1;
  color: #000;
}
.pageIndex .banner4 .swiper-slide .info article {
  color: #666;
  line-height: 24px;
  margin-top: 28px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.pageIndex .banner4 .swiper-slide .info a {
  display: block;
  margin-top: 58px;
  width: 135px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  background: #c53326;
  transition: 0.4s;
}
.pageIndex .banner4 .swiper-slide .info a:hover {
  background: #599bdf;
}
.pageIndex .banner4 .swiper-pagination {
  bottom: 53px;
  text-align: left;
  left: 965px;
  box-sizing: border-box;
  width: auto;
}
.pageIndex .banner4 .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 2px solid #666666;
  box-sizing: border-box;
  background: #fff;
  opacity: 1;
}
.pageIndex .banner4 .swiper-pagination .swiper-pagination-bullet-active {
  background: #c53326;
  border-color: #c53326;
}
.pageIndex .productPage {
  padding-top: 14px;
  padding-bottom: 78px;
}
.pageIndex .productPage .conmonLeft {
  width: 230px;
  margin-right: 40px;
}
.pageIndex .productPage .conmonRight {
  width: 930px;
}
.pageIndex .productPage .conmonRight .intrType {
  height: 270px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding: 30px 38px 0;
  display: flex;
  justify-content: space-between;
}
.pageIndex .productPage .conmonRight .intrType .infoBox {
  width: 550px;
}
.pageIndex .productPage .conmonRight .intrType .infoBox h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.pageIndex .productPage .conmonRight .intrType .infoBox article {
  font-size: 18px;
  line-height: 30px;
  margin-top: 28px;
}
.pageIndex .productPage .conmonRight .intrType .img {
  width: 240px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageIndex .productPage .conmonRight .intrType .img img {
  max-width: 100%;
  max-height: 100%;
}
.pageIndex .buyBox {
  padding-top: 14px;
}
.pageIndex .buyBox h2 {
  font-size: 48px;
  color: #599bdf;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.pageIndex .buyBox article {
  color: #000;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  width: 905px;
  margin: 35px auto 0;
}
.pageIndex .buyList {
  width: 900px;
  display: flex;
  flex-wrap: wrap;
  margin: 70px auto 165px;
}
.pageIndex .buyList li {
  width: 32%;
  margin-right: 2%;
}
.pageIndex .buyList li:nth-of-type(3n) {
  margin-right: 0;
}
.pageIndex .buyList li a {
  width: 100%;
  display: block;
}
.pageIndex .buyList li a .img {
  width: 100%;
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageIndex .buyList li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.pageIndex .buyList li a h3 {
  line-height: 36px;
  text-align: center;
}
.pageIndex .buyList li a h3 span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  color: #147baf;
  font-size: 20px;
  transition: 0.3s;
}
.pageIndex .buyList li:hover a h3 span {
  border-bottom: 1px solid #147baf;
}
.pageIndex .proTypePage {
  padding-top: 70px;
}
.pageIndex .proTypePage .titleBox {
  display: flex;
  justify-content: center;
}
.pageIndex .proTypePage .titleBox h2::after {
  background: url(../images/icon05.png) no-repeat center center;
}
.pageIndex .proTypePage .proType {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.pageIndex .proTypePage .proType a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  transition: 0.3s;
  font-size: 18px;
  color: #000;
}
.pageIndex .proTypePage .proType a:hover {
  background: #c53326;
  border-color: #c53326;
  color: #fff;
}
.pageIndex .proTypePage .typeList1 {
  margin-top: 30px;
  display: flex;
}
.pageIndex .proTypePage .typeList1 li {
  width: 390px;
  height: 580px;
  margin-right: 15px;
}
.pageIndex .proTypePage .typeList1 li:hover a {
  background: rgba(0, 0, 0, 0.2);
}
.pageIndex .proTypePage .typeList1 li a {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 50px;
  background: rgba(0, 0, 0, 0);
  transition: 0.4s;
}
.pageIndex .proTypePage .typeList1 li a h3 {
  font-size: 28px;
  color: #000;
  text-align: center;
  position: relative;
}
.pageIndex .proTypePage .typeList1 li a h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 20px;
  height: 2px;
  background: #000;
  margin: 0 auto;
}
.pageIndex .proTypePage .typeList1 li a p {
  margin-top: 30px;
  text-align: center;
  color: #c53326;
}
.pageIndex .proTypePage .typeList1 li:last-of-type {
  margin-right: 0;
}
.pageIndex .proTypePage .typeList2 {
  margin-top: 15px;
  display: flex;
}
.pageIndex .proTypePage .typeList2 li {
  width: 285px;
  height: 330px;
  margin-right: 20px;
}
.pageIndex .proTypePage .typeList2 li:hover a .img p {
  background: rgba(0, 0, 0, 0.2);
}
.pageIndex .proTypePage .typeList2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.pageIndex .proTypePage .typeList2 li a .img {
  width: 100%;
  height: 220px;
}
.pageIndex .proTypePage .typeList2 li a .img p {
  width: 100%;
  height: 100%;
  line-height: 1;
  transition: 0.4s;
  background: rgba(0, 0, 0, 0);
}
.pageIndex .proTypePage .typeList2 li a h3 {
  font-size: 22px;
  height: 110px;
  line-height: 1;
  color: #000;
  text-align: center;
  position: relative;
  background: #f4f4f4;
  padding-top: 34px;
  box-sizing: border-box;
}
.pageIndex .proTypePage .typeList2 li a h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 20px;
  height: 2px;
  background: #000;
  margin: 0 auto;
}
.pageIndex .proTypePage .typeList2 li:last-of-type {
  margin-right: 0;
}
.pageIndex .topPro {
  margin-top: 70px;
  padding-bottom: 80px;
  background: #f4f4f4;
}
.pageIndex .topPro .main {
  padding-top: 60px;
  width: 1260px;
}
.pageIndex .topPro .main .titleBox {
  display: flex;
  justify-content: center;
}
.pageIndex .topPro .main .titleBox h2::after {
  background: url(../images/icon05.png) no-repeat center center;
}
.pageIndex .topPro .main .banner5 {
  padding: 30px 30px 58px;
}
.pageIndex .topPro .main .banner5 .swiper-slide {
  display: flex;
}
.pageIndex .topPro .main .banner5 .swiper-slide .list {
  width: 285px;
  height: 407px;
  margin-right: 20px;
  background: #fff;
  padding-top: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}
.pageIndex .topPro .main .banner5 .swiper-slide .list:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-17px);
}
.pageIndex .topPro .main .banner5 .swiper-slide .list:last-of-type {
  margin-right: 0;
}
.pageIndex .topPro .main .banner5 .swiper-slide .list p {
  width: 54px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #666;
  background: #eeeded;
  margin-left: 14px;
}
.pageIndex .topPro .main .banner5 .swiper-slide .list .img {
  margin-top: 20px;
  width: 100%;
  height: 285px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageIndex .topPro .main .banner5 .swiper-slide .list .img img {
  max-height: 100%;
  max-width: 100%;
}
.pageIndex .topPro .main .banner5 .swiper-slide .list h3 {
  line-height: 60px;
  text-align: center;
  font-size: 16px;
}
.pageIndex .topPro .main .banner5 .swiper-pagination {
  bottom: 0;
}
.pageIndex .topPro .main .banner5 .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  background: #dcdcdc;
  border-radius: 0;
  opacity: 1;
}
.pageIndex .topPro .main .banner5 .swiper-pagination .swiper-pagination-bullet-active {
  background: #eea134;
}
.pageIndex .de-page-mian .page-inner .prev,
.pageIndex .de-page-mian .page-inner a.prev.on {
  background: #f5f7f6 url(../images/icon11.png) no-repeat center;
}
.pageIndex .de-page-mian .page-inner .prev:hover,
.pageIndex .de-page-mian .page-inner a.prev.on:hover {
  background-color: #f5f7f6;
}
.pageIndex .de-page-mian .page-inner .next,
.pageIndex .de-page-mian .page-inner a.next.on {
  background: #f5f7f6 url(../images/icon10.png) no-repeat center;
}
.pageIndex .de-page-mian .page-inner .next:hover,
.pageIndex .de-page-mian .page-inner a.next.on:hover {
  background-color: #f5f7f6;
}
.pageIndex .de-page-mian .page-inner .active {
  color: #fff;
  background-color: #c53326;
}
.pageIndex .de-page-mian .page-inner a {
  display: block;
  float: left;
  width: 55px;
  height: 55px;
  padding: 0;
  background-color: #f5f7f6;
  text-align: center;
  line-height: 55px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  margin-right: 7px;
  border: none;
}
.pageIndex .de-page-mian .page-inner a:hover {
  background-color: #c53326;
  color: #fff;
}
.pageIndex .de-page-mian .page-inner span,
.pageIndex .de-page-mian .page-inner .page-btn,
.pageIndex .de-page-mian .page-inner input {
  display: none;
}
.pageIndex .search_pagenation {
  text-align: center;
  margin-top: 30px;
}
.pageIndex .search_pagenation a {
  display: inline-block;
  width: 80px;
  height: 35px;
  font-size: 14px;
  background: #c53326;
  color: #fff;
  line-height: 35px;
  margin: 0 5px;
}
.pageIndex .search_pagenation .noothers {
  display: none;
}
.rightTitle .main {
  height: 48px;
  box-sizing: border-box;
  border-bottom: 2px solid #dbdbdb;
}
.rightTitle .main .rigTitle-over {
  height: 48px;
  line-height: 48px;
  padding: 0 10px;
  text-align: center;
  border-bottom: 2px solid #555;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.rightTitle .main .crumbsBox {
  margin-right: 10px;
  padding-left: 20px;
  background: url("../images/home-icon.png") no-repeat;
  background-position: 0 1px;
}
.rightTitle .main .crumbsBox a {
  color: #333;
}
.rig-title {
  width: 100%;
  height: 56px;
  line-height: 56px;
  overflow: hidden;
}
.rig-title .main {
  overflow: hidden;
}
.rig-title .crumbs {
  line-height: 56px;
  height: 56px;
  box-sizing: border-box;
  font-size: 14px;
  overflow: hidden;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rig-title .crumbs-nav {
  height: 56px;
  width: 800px;
  display: flex;
  align-items: center;
}
.rig-title .crumbs-nav a {
  display: inline-block;
  margin-left: 7px;
  width: 105px;
  height: 35px;
  color: #666;
  border-radius: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  vertical-align: top;
  transition: 0.3s;
}
.rig-title .crumbs-nav a:hover {
  background: #599bdf;
  color: #fff;
}
.pro-sider {
  width: 230px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.pro-sider .in-title {
  background: #c53326;
  height: 48px;
  border-bottom: 1px solid #e9e9e9;
}
.pro-sider .in-title h3 {
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  margin: 0;
  text-align: left;
  padding-left: 23px;
  box-sizing: border-box;
  font-weight: bold;
}
.pro-sider .pro-sider-ul {
  width: 100%;
  border: none;
}
.pro-sider .pro-sider-ul .ul-li {
  padding: 0;
  height: 49px;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.pro-sider .pro-sider-ul .ul-li a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  padding: 0px 23px;
  transition: 0.4s;
  font-size: 16px;
  border: none;
}
.pro-sider .pro-sider-ul .ul-li a:hover h2 {
  color: #c53326;
}
.pro-sider .pro-sider-ul .ul-li a:hover div.icon {
  background: url(../images/icon12.png) no-repeat center;
}
.pro-sider .pro-sider-ul .ul-li a div.icon {
  background: url(../images/icon13.png) no-repeat center;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  right: 20px;
  transition: 0.3s;
}
.pro-sider .pro-sider-ul .ul-li a h2 {
  font-size: 16px;
  color: #000;
  transition: 0.3s;
}
.pro-sider .pro-sider-ul .ul-li:last-of-type {
  border-bottom: none;
}
.pro-sider .pro-sider-ul .active a h2 {
  color: #c53326;
}
.pro-sider .pro-sider-ul .active a div.icon {
  background: url(../images/icon12.png) no-repeat center;
}
.bg-color .commonInner {
  background: #fff;
}
.bg-color .commonInner .fl {
  display: flex;
  justify-content: start;
}
.bg-color .commonInner .news-list {
  box-sizing: border-box;
  width: 100%;
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 70px;
}
.bg-color .commonInner .news-list .de-news-list .no-goods {
  margin: auto;
}
.bg-color .commonInner .news-list .de-news-list ul li {
  transition: 0.3s;
  border-bottom: 1px solid #eeeeee;
}
.bg-color .commonInner .news-list .de-news-list ul li:hover {
  background: #f0f0f0;
}
.bg-color .commonInner .news-list .de-news-list ul li a {
  display: flex;
  box-sizing: border-box;
  height: 220px;
  padding: 29px;
}
.bg-color .commonInner .news-list .de-news-list ul li a .img {
  width: 270px;
  height: 162px;
}
.bg-color .commonInner .news-list .de-news-list ul li a .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.bg-color .commonInner .news-list .de-news-list ul li a .tlt {
  padding-left: 30px;
  padding-top: 35px;
  box-sizing: border-box;
  width: 517px;
  height: 162px;
  border-right: 1px dashed #d2d2d2;
}
.bg-color .commonInner .news-list .de-news-list ul li a .tlt h3 {
  line-height: 1;
  font-size: 24px;
  color: #000;
}
.bg-color .commonInner .news-list .de-news-list ul li a .tlt p {
  font-size: 18px;
  margin-top: 15px;
}
.bg-color .commonInner .news-list .de-news-list ul li a .time {
  padding-left: 52px;
  padding-top: 35px;
}
.bg-color .commonInner .news-list .de-news-list ul li a .time p:nth-of-type(1) {
  font-size: 14px;
  color: #666;
  line-height: 18px;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../images/icon04.png) no-repeat left center;
}
.bg-color .commonInner .news-list .de-news-list ul li a .time p:nth-of-type(2) {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 18px;
  padding-left: 30px;
  box-sizing: border-box;
  background: url(../images/icon03.png) no-repeat left center;
}
.bg-color .commonInner .singleContent {
  padding: 10px 0 30px;
}
.bg-color .commonInner .singleContent img {
  width: 480px;
  display: block;
  margin: auto;
}
.bg-color .commonInner .singleBox {
  display: flex;
  flex-wrap: wrap;
}
.bg-color .commonInner .singleBox li {
  margin-right: 20px;
  margin-bottom: 30px;
  width: 285px;
  overflow: hidden;
  box-sizing: border-box;
}
.bg-color .commonInner .singleBox li:nth-of-type(4n) {
  margin-right: 0;
}
.bg-color .commonInner .singleBox li a {
  display: block;
}
.bg-color .commonInner .singleBox li a .img {
  border: 1px solid #dcdcdc;
  padding: 15px;
  height: 390px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-color .commonInner .singleBox li a .img img {
  max-height: 100%;
  max-width: 100%;
}
.bg-color .commonInner .singleBox li a h3 {
  font-size: 16px;
  line-height: 40px;
  color: #000;
  text-align: center;
  transition: 0.3s;
}
.bg-color .commonInner .singleBox li a:hover h3 {
  background: #c53326;
  color: #fff;
}
.bg-color .commonInner .de-job-list {
  box-sizing: border-box;
  padding: 30px;
  min-height: 400px;
}
.bg-color .commonInner .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.bg-color .commonInner .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.bg-color .commonInner .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.bg-color .commonInner .de-job-list ul li .job-title p {
  font-size: 16px;
  color: #599bdf;
  line-height: 20px;
  font-weight: bold;
}
.bg-color .commonInner .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.bg-color .commonInner .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.bg-color .commonInner .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.bg-color .commonInner .de-job-list ul li .job-info p span {
  color: #737373;
}
.bg-color .commonInner .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #599bdf;
  margin-top: 50px;
}
.bg-color .commonInner .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.bg-color .commonInner .de-job-list ul li:hover .job-btn {
  display: block;
}
.bg-color .commonInner .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.bg-color .commonInner .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.bg-color .commonInner .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.bg-color .commonInner .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: #599bdf;
  line-height: 1.1;
  max-width: 360px;
}
.bg-color .commonInner .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.bg-color .commonInner .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.bg-color .commonInner .jobs-info .p span {
  color: #595959;
}
.bg-color .commonInner .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.bg-color .commonInner .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: #599bdf;
  font-size: 14px;
  transition: 0.4s;
}
.bg-color .commonInner .jobs-info .btn a:hover {
  background: #0058b1;
}
.bg-color .commonInner .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
  min-height: 300px;
}
.bg-color .commonInner .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.bg-color .commonInner .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.bg-color .commonInner .apply-job {
  overflow: hidden;
  width: 740px;
  margin: 20px auto;
}
.bg-color .commonInner .apply-job .job-tr {
  overflow: hidden;
}
.bg-color .commonInner .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.bg-color .commonInner .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.bg-color .commonInner .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #599bdf;
  color: #fff;
  font-size: 15px;
}
.bg-color .commonInner .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.bg-color .commonInner .newsPage {
  position: relative;
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.bg-color .commonInner .newsPage .back-list {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #c53326;
  transition: 0.3s;
}
.bg-color .commonInner .newsPage .back-list:hover {
  background: #599bdf;
}
.bg-color .commonInner .newsPage .page-a {
  line-height: 30px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.bg-color .commonInner .newsPage .page-a a {
  margin-left: 10px;
}
.bg-color .commonInner .newsPage .page-a::before {
  width: 60px;
  height: 30px;
  background: #a2a2a2;
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: -1;
  content: '';
}
.bg-color .commonInner .de-about-content {
  box-sizing: border-box;
  padding-top: 14px;
  min-height: 420px;
}
.bg-color .commonInner .de-about-content .articleTitle {
  font-size: 26px;
  text-align: center;
  line-height: 32px;
  margin: 0px auto 20px;
}
.bg-color .commonInner .de-about-content .time {
  color: #999;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  height: 30px;
  padding-bottom: 20px;
  position: relative;
}
.bg-color .commonInner .de-about-content .news-detail {
  min-height: 300px;
  padding: 20px 0;
}
.bg-color .commonInner .de-about-content .news-detail img {
  margin: 0 auto;
}
.bg-color .commonInner .de-about-content .news-detail p {
  font-size: 14px;
  line-height: 1.5;
}
.bg-color .commonInner .de-about-content .ab-title h2 {
  font-size: 40px;
  line-height: 1;
}
.bg-color .commonInner .de-about-content .ab-title p {
  text-transform: uppercase;
  color: #ccc;
  font-size: 30px;
  line-height: 50px;
  position: relative;
}
.bg-color .commonInner .de-about-content .ab-title p::after {
  display: block;
  content: '';
  width: 50px;
  height: 4px;
  background: #ff000a;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.bg-color .commonInner .de-case-list {
  padding: 30px 0;
}
.bg-color .commonInner .proList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bg-color .commonInner .proList li {
  width: 580px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.bg-color .commonInner .proList li a {
  border: 1px solid #ddd;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
}
.bg-color .commonInner .proList li a div {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.bg-color .commonInner .proList li a div img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.bg-color .commonInner .proList li a h3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
}
.bg-color .commonInner .proList li:hover a div img {
  transform: scale(1.1);
}
.bg-color .commonInner .caseList {
  display: flex;
  flex-wrap: wrap;
}
.bg-color .commonInner .caseList li {
  width: 390px;
  margin-bottom: 20px;
  transition: 0.3s;
  margin-right: 15px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.bg-color .commonInner .caseList li:nth-of-type(3n) {
  margin-right: 0;
}
.bg-color .commonInner .caseList li:hover {
  transform: translateY(-5px);
}
.bg-color .commonInner .caseList li a {
  display: block;
  position: relative;
}
.bg-color .commonInner .caseList li a .img {
  width: 100%;
  box-sizing: border-box;
  height: 240px;
  transition: 0.3s;
}
.bg-color .commonInner .caseList li a .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.bg-color .commonInner .caseList li a .tlt {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.bg-color .commonInner .caseList li a .tlt h3 {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
  color: #fff;
}
.bg-color .commonInner .page2 .titleBox {
  padding-bottom: 20px;
}
.bg-color .commonInner .page2 .titleBox h2 {
  font-size: 40px;
  color: #000;
  text-align: center;
}
.bg-color .commonInner .page2 .titleBox p {
  font-size: 24px;
  color: #000;
  text-align: center;
  line-height: 40px;
}
.bg-color .commonInner .page2 .page2-con {
  display: flex;
}
.bg-color .commonInner .page2 .page2-con ul {
  width: 400px;
  padding-left: 25px;
  box-sizing: border-box;
}
.bg-color .commonInner .page2 .page2-con ul li {
  transition: 0.3s;
}
.bg-color .commonInner .page2 .page2-con ul li a {
  line-height: 40px;
  display: block;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
}
.bg-color .commonInner .page2 .page2-con ul li:hover {
  background: #dcdcdc;
}
.bg-color .commonInner .aboutContent .contact-title {
  height: 185px;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  padding-left: 98px;
  box-sizing: border-box;
}
.bg-color .commonInner .aboutContent .contact-title .img {
  width: 143px;
  height: 143px;
}
.bg-color .commonInner .aboutContent .contact-title .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.bg-color .commonInner .aboutContent .contact-title .con {
  width: 705px;
  margin-left: 55px;
  padding-top: 30px;
  box-sizing: border-box;
}
.bg-color .commonInner .aboutContent .contact-title .con h2 {
  font-size: 30px;
  line-height: 1;
  color: #000;
}
.bg-color .commonInner .aboutContent .contact-title .con article {
  margin-top: 15px;
}
.bg-color .commonInner .aboutContent .contact-title .con article p {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}
.bg-color .commonInner .aboutContent .contact-lsit {
  border: 1px solid #e5e5e5;
  margin-top: 45px;
  display: flex;
  padding: 20px 7px;
  box-sizing: border-box;
}
.bg-color .commonInner .aboutContent .contact-lsit li {
  padding-left: 30px;
  height: 190px;
  box-sizing: border-box;
  border-right: 1px dashed #e4e4e4;
}
.bg-color .commonInner .aboutContent .contact-lsit li div {
  padding-left: 60px;
  box-sizing: border-box;
  height: 50%;
  padding-top: 24px;
}
.bg-color .commonInner .aboutContent .contact-lsit li div p {
  font-size: 20px;
  color: #000;
}
.bg-color .commonInner .aboutContent .contact-lsit li div span {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(1) {
  width: 380px;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(1) div:nth-of-type(1) {
  background: url(../images/contact-icon-01.png) no-repeat left center;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(1) div:nth-of-type(2) {
  background: url(../images/contact-icon-02.png) no-repeat left center;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(2) {
  width: 485px;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(2) div:nth-of-type(1) {
  background: url(../images/contact-icon-03.png) no-repeat left center;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(2) div:nth-of-type(2) {
  background: url(../images/contact-icon-04.png) no-repeat left center;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(3) {
  width: 300px;
  margin-left: 21px;
  border-right: none;
}
.bg-color .commonInner .aboutContent .contact-lsit li:nth-of-type(3) div:nth-of-type(1) {
  background: url(../images/contact-icon-05.png) no-repeat left center;
}
.bg-color .commonInner .contact-map {
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 80px;
}
.bg-color .commonInner .contact-map #dituContent {
  width: 1200px;
  height: 500px;
}
.bg-color .commonInner .liuyan {
  overflow: hidden;
  margin-top: 70px;
  box-sizing: border-box;
}
.bg-color .commonInner .liuyan form {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.bg-color .commonInner .liuyan form div {
  margin-right: 56px;
  margin-bottom: 20px;
  position: relative;
}
.bg-color .commonInner .liuyan form div:nth-of-type(2n) {
  margin-right: 0;
}
.bg-color .commonInner .liuyan input {
  width: 570px;
  line-height: 42px;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  text-indent: 1em;
  font-size: 16px;
}
.bg-color .commonInner .liuyan input[name="name"] + i,
.bg-color .commonInner .liuyan input[name="email"] + i {
  position: absolute;
  right: -20px;
  top: 16px;
  font-size: 18px;
  color: #c53326;
}
.bg-color .commonInner .liuyan textarea {
  height: 175px;
  width: 100%;
  line-height: 38px;
  text-indent: 1em;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  font-size: 14px;
  box-sizing: border-box;
}
.bg-color .commonInner .liuyan .code {
  width: 360px;
  overflow: hidden;
}
.bg-color .commonInner .liuyan .code input {
  width: 100px;
  height: 43px;
  float: left;
}
.bg-color .commonInner .liuyan .code i {
  position: absolute;
  top: 16px;
  left: 106px;
  font-size: 18px;
  color: #c53326;
}
.bg-color .commonInner .liuyan .code .verify {
  margin-left: 27px;
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
  border: 1px solid #dcdcdc;
}
.bg-color .commonInner .liuyan .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.bg-color .commonInner .liuyan .submit {
  width: 100%;
}
.bg-color .commonInner .liuyan .submit a {
  display: inline-block;
  width: 215px;
  text-align: center;
  line-height: 48px;
  margin-top: 22px;
  color: #fff;
  text-indent: 0em;
}
.bg-color .commonInner .liuyan .submit .sub {
  background: #c53326;
  transition: 0.3s;
}
.bg-color .commonInner .liuyan .submit .rel {
  background: #599bdf;
  margin-left: 30px;
}
.bg-color .commonInner .productList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.bg-color .commonInner .productList li {
  width: 225px;
  margin-bottom: 50px;
  margin-right: 10px;
  box-sizing: border-box;
  transition: 0.4s;
}
.bg-color .commonInner .productList li:nth-of-type(4n) {
  margin-right: 0;
}
.bg-color .commonInner .productList li a {
  display: block;
}
.bg-color .commonInner .productList li a .img {
  height: 225px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-color .commonInner .productList li a .img img {
  max-width: 100%;
  max-height: 100%;
}
.bg-color .commonInner .productList li a h3 {
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 65px;
  height: 65px;
  text-align: center;
  color: #000;
  font-size: 16px;
}
.bg-color .commonInner .productList li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.bg-color .commonInner .searchList {
  margin-top: 0;
}
.bg-color .commonInner .conmonList {
  padding-top: 30px;
  display: flex;
  justify-content: start;
  min-height: 400px;
}
.bg-color .commonInner .conmonList .innerLeft {
  width: 230px;
  margin-right: 40px;
}
.bg-color .commonInner .conmonList .innerRight {
  width: 930px;
}
.bg-color .commonInner .conmonList .innerRight .product_index_title {
  background: #f5f5f5;
  box-sizing: border-box;
  height: 60px;
  border-left: 5px solid #599bdf;
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 60px;
}
.bg-color .commonInner .conmonList .innerRight .newsBox {
  margin: 20px 20px 0;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li {
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px dashed #eee;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li a {
  display: flex;
  justify-content: flex-start;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li a:hover .box p {
  color: #599bdf;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li a img {
  margin-right: 20px;
  width: 200px;
  border: 1px solid #eee;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li a .box {
  padding: 15px;
  box-sizing: border-box;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li a .box h3 {
  font-size: 18px;
  line-height: 45px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li a .box p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s;
}
.bg-color .commonInner .conmonList .innerRight .newsBox li a .box .time {
  color: #666;
  margin-top: 20px;
}
.bg-color .commonInner .conmonList .innerRight .center-title {
  line-height: 40px;
  background: #eee;
  margin-left: 25px;
}
.bg-color .commonInner .conmonList .innerRight .center-title span {
  font-size: 18px;
  display: block;
  line-height: 40px;
  background: #c53326;
  width: 120px;
  text-align: center;
  color: #fff;
}
.bg-color .commonInner .conmonList .innerRight .info-main {
  display: flex;
  float: none;
  padding-top: 0;
}
.bg-color .commonInner .conmonList .innerRight .info-main .MagnifierMain {
  width: 300px;
}
.bg-color .commonInner .conmonList .innerRight .info-main .info-main-rig .title {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  font-size: 30px;
}
.bg-color .commonInner .conmonList .innerRight .info-main .info-main-rig .parm {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.bg-color .commonInner .conmonList .innerRight .info-main .info-main-rig .parm p {
  line-height: 24px;
  overflow: hidden;
  font-size: 18px;
  color: #777;
  margin-bottom: 30px;
  width: 45%;
  margin-right: 5% ;
}
.bg-color .commonInner .conmonList .innerRight .info-main .info-main-rig .parm p:last-of-type {
  width: 100%;
  margin-right: 0;
}
.bg-color .commonInner .conmonList .innerRight .info-main .info-main-rig .order-btn {
  margin-top: 40px;
}
.bg-color .commonInner .conmonList .innerRight .info-main .info-main-rig .order-btn a {
  background: #c53326;
}
.bg-color .commonInner .conmonList .innerRight .center-content {
  padding: 15px 25px;
  box-sizing: border-box;
  min-height: 100px;
}
.bg-color .commonInner .conmonList .innerRight .newsPage {
  padding-left: 25px;
}
.bg-color .commonInner .conmonList .innerRight .newsPage .page-a {
  line-height: 30px;
  text-align: left;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
}
.bg-color .commonInner .conmonList .innerRight .newsPage .page-a a {
  margin-left: 10px;
}
.bg-color .commonInner .conmonList .innerRight .newsPage .page-a::before {
  width: 60px;
  height: 30px;
  background: #a2a2a2;
  display: block;
  position: absolute;
  left: -4px;
  top: 0;
  z-index: -1;
  content: '';
}
.inner-contact {
  margin-top: 30px;
}
.fix_box {
  display: block;
  position: fixed;
  right: 0;
  top: 220px;
  z-index: 99;
  width: 75px;
  margin: auto;
  height: 355px;
}
.fix_box > div {
  width: 75px;
  background: #599bdf;
  margin-bottom: 1px;
  height: 70px;
  float: right;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.fix_box > div img:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
.fix_box > div img:nth-of-type(2) {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  right: 100px;
  border: 1px solid #eee;
  top: -20px;
}
.fix_box > div p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.fix_box > div:hover {
  width: 100px;
}
.fix_box > div:nth-of-type(3):hover img:nth-of-type(2) {
  display: block;
}
.fix_box > div:nth-of-type(1) {
  width: 220px;
  position: relative;
  right: -145px;
  transition: all 0.8s;
}
.fix_box > div:nth-of-type(1) div:nth-of-type(1) {
  width: 75px;
  float: left;
}
.fix_box > div:nth-of-type(1) div:nth-of-type(2) {
  height: 70px;
  float: right;
  width: 140px;
  box-sizing: border-box;
  padding-top: 15px;
}
.fix_box > div:nth-of-type(1) div:nth-of-type(2) span {
  display: inline-block;
  height: 40px;
  border-left: 1px solid #fff;
  width: 140px;
  color: #fff;
  line-height: 40px;
  text-indent: 1em;
  font-size: 16px;
  letter-spacing: 1px;
}
.fix_box > div:nth-of-type(1):hover {
  right: 0px;
}
.de-about-content p img {
  display: inline-block;
}
.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: #4f81b4;
  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: #599bdf transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-1:hover:before {
  border-width: 330px 330px 0 0;
}
.btn-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-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 #599bdf;
  -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 #599bdf 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: 165px 0 0 165px;
}
.btn-2:hover:after {
  border-width: 0 165px 165px 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 #599bdf;
  -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 #599bdf 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: #599bdf;
  -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: #599bdf;
  -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: 0.4s;
}
.btn-8:hover {
  transform: rotateY(360deg) scale(1.1);
}
.btn-9 {
  position: relative;
  z-index: 1;
}
.btn-9::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #599bdf;
  transition: transform 0.4s 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: #599bdf;
  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 #599bdf;
  -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 #599bdf 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 #599bdf 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: #599bdf 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 #599bdf 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 #599bdf;
}
.btn-span-2:before,
.btn-span-2:after {
  border-color: #599bdf;
}
.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: #599bdf 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 #599bdf transparent;
}
.btn-span-2span:before,
.btn-span-2span:after {
  border-color: #599bdf;
}
.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: #599bdf;
  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(89, 155, 223, 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(89, 155, 223, 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: #599bdf;
}
.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: #599bdf;
}
.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: #599bdf;
}
.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(89, 155, 223, 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: #599bdf;
  -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: #599bdf;
  -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: #599bdf;
  -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);
  }
}
