.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.w1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.main {
  transition: 1s;
  width: 100%;
  padding: 0 80px;
}
.tet {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pos {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.pc-style {
  background: url(../images/jobs-bg.png) center;
}
.m-style {
  width: 100%;
  height: 100%;
}
#header {
  box-sizing: border-box;
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
}
#header.active {
  background: transparent;
}
#header .web-nav {
  position: relative;
  height: 60px;
  padding: 0 60px;
  border-radius: 30px;
  background: #f5f5f5;
}
#header .web-nav .nav-logo h1 {
  display: flex;
  align-items: center;
}
#header .web-nav .nav-logo h1 a {
  display: flex;
  align-items: center;
  font-size: 0;
}
#header .web-nav .nav-logo h1 a .logo {
  height: 60px;
}
#header .web-nav .main {
  position: relative;
}
#header .web-nav .web-nav-list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .web-nav .web-nav-list .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
#header .web-nav .web-nav-list .nav-list li .lia {
  display: block;
  transform: 0.3s;
  font-size: 15px;
  height: 60px;
  line-height: 60px;
  user-select: none;
}
#header .web-nav .web-nav-list .nav-list li .lia:hover {
  color: #329252;
}
#header .web-nav .web-nav-list .nav-list li.erjiActive .lia {
  color: #329252;
}
#header .web-nav .web-nav-list .nav-list li.erjiActive .erji-nav {
  opacity: 1;
  top: 60px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#header .web-nav .web-nav-list .nav-list li .erji-nav {
  width: 100%;
  position: absolute;
  padding: 2% 3%;
  box-sizing: border-box;
  background: #fff;
  left: 0;
  opacity: 0;
  display: none;
  top: 70px;
  transition: all 0.5s;
  z-index: 12;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list {
  width: 46%;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a {
  display: block;
  margin: 0 15px 10px;
  padding: 8px 0;
  transition: 0.4s;
  position: relative;
  border-bottom: 2px solid #ddd;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a h3 {
  font-size: 18px;
  text-transform: uppercase;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0%;
  width: 0;
  height: 2px;
  background: #329252;
  transition: 0.4s;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a:hover {
  color: #329252;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a:hover::after {
  width: 100%;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a.active1 {
  color: #329252;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list a.active1::after {
  width: 100%;
  right: 0;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list .t {
  font-size: 18px;
  padding: 8px 0;
  border-bottom: 2px solid #ddd;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list .linkInfo {
  margin-top: 20px;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list .linkInfo p {
  font-size: 15px;
  margin-bottom: 8px;
  color: #666;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list.news-nav {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .erji-list.news-nav a {
  width: 48%;
  height: 59px;
  box-sizing: border-box;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .nav-img {
  max-width: 50%;
}
#header .web-nav .web-nav-list .nav-list li .erji-nav .erji-content .nav-img img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
#header .web-nav .m-nav-list {
  display: none;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .web-nav .m-nav-list .nav-logo h1 a {
  display: flex;
  align-items: center;
}
#header .web-nav .m-nav-list .nav-logo h1 a .logo {
  height: 50px;
}
#header .web-nav .m-nav-list .nav-btn {
  display: flex;
  align-items: center;
}
#header .web-nav .m-nav-list .nav-btn .search {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .web-nav .m-nav-list .nav-btn .menu {
  margin-left: 20px;
  height: 38px;
  width: 38px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-direction: column;
  padding: 10px 8px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: 0.4s;
}
#header .web-nav .m-nav-list .nav-btn .menu span {
  width: 22px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  position: relative;
}
#header .web-nav .m-nav-list .nav-btn .click {
  background: rgba(245, 245, 245, 0.6);
}
#header .web-nav .m-nav-list .nav-btn .click span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}
#header .web-nav .m-nav-list .nav-btn .click span:nth-of-type(2) {
  opacity: 0;
}
#header .web-nav .m-nav-list .nav-btn .click span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.mune-nav-list {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background: url(../images/mune-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: 996;
  transform: translateY(-100%);
  transition: 0.5s;
}
.mune-nav-list.active {
  transform: translateY(0);
}
.mune-nav-list ul {
  margin-top: 80px;
}
.mune-nav-list ul li {
  margin-bottom: 2vw;
}
.mune-nav-list ul li h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
}
.mune-nav-list ul li .list {
  display: flex;
  justify-content: center;
}
.mune-nav-list ul li .list a {
  margin: 0 10px;
  padding: 8px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #f5f5f5;
  transition: 0.4s;
  position: relative;
  text-align: center;
}
.mune-nav-list ul li .list a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 0;
  height: 2px;
  background: #f5f5f5;
  transition: 0.4s;
}
.mune-nav-list ul li .list a:hover::after {
  width: 100%;
  right: 0;
}
.mune-nav-list ul li .list a.active::after {
  width: 100%;
  right: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
  #header .web-nav {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #header {
    top: 0;
    background: #329252;
  }
  #header .web-nav {
    padding: 0 0;
    background: none;
  }
  #header .web-nav .web-nav-list {
    display: none;
  }
  #header .web-nav .m-nav-list {
    display: flex;
  }
}
@media (max-width: 767.98px) {
  #header {
    top: 0;
    background: #329252;
  }
  #header .web-nav {
    padding: 0 0;
    background: none;
  }
  #header .web-nav .web-nav-list {
    display: none;
  }
  #header .web-nav .m-nav-list {
    display: flex;
  }
  .mune-nav-list ul {
    margin-top: 80px;
  }
  .mune-nav-list ul li {
    margin-bottom: 2vw;
  }
  .mune-nav-list ul li h3 {
    margin-bottom: 4px;
  }
  .mune-nav-list ul li .list {
    display: flex;
    justify-content: center;
  }
  .mune-nav-list ul li .list a {
    margin: 0 0.5rem;
    padding: 0.5rem 0;
  }
}
.pc-nav-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 96px;
  background: #fff;
  z-index: 9999;
  transform: translateY(-100%);
  transition: 0.5s;
  display: flex;
  align-items: center;
}
.pc-nav-search .search-box {
  width: 64vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-nav-search .search-box input {
  height: 50px;
  font-size: 16px;
  width: 60%;
  color: #666;
  margin-left: 12px;
}
.pc-nav-search .search-box .iconfont {
  margin-left: auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #329252;
  line-height: 32px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.pc-nav-search.active {
  transform: translateY(0%);
}
@media (max-width: 1023.98px) {
  .pc-nav-search {
    height: 60px;
  }
  .pc-nav-search .search-box {
    width: 100%;
  }
  .pc-nav-search .search-box input {
    font-size: 14px;
  }
}
.header-hide {
  margin-top: -100px;
}
.fixed-banner {
  overflow: hidden;
  height: 450px;
  transition: 1.6s;
}
.fixed-banner.active {
  height: 100vh;
}
.fixed-banner .bg-img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.fixed-banner .bg-img .main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.fixed-banner .bg-img p {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  transition: 1s;
}
.fixed-banner .bg-img h3 {
  font-size: 48px;
  color: #fff;
  transition: 1s;
  margin-top: 10px;
}
.fixed-banner1 {
  overflow: hidden;
  transition: 1.6s;
  height: 60vh;
}
.fixed-banner1 .bg-img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 3s;
}
.fixed-banner1 .bg-img .main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding-top: 98px;
  box-sizing: border-box;
}
.fixed-banner1 .bg-img p {
  color: #ffffff;
  font-size: 40px;
  text-transform: uppercase;
  transition: 1s;
}
.fixed-banner1 .bg-img h3 {
  font-size: 48px;
  color: #fff;
  transition: 1s;
  margin-top: 10px;
}
.fixed-banner1 .bg-img.active {
  transform: scale(1.02);
}
.swiper-wrapper {
  transition-delay: 0.3s;
}
.index1 {
  padding: 4.5vw 0;
  background: url(../images/index1-bg.jpg.png) no-repeat center;
}
.index1 .top-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index1 .top-con .tel .t {
  display: block;
  font-size: 40px;
  color: #329252;
}
.index1 .top-con .tel .bt {
  display: block;
  width: 250px;
  height: 42px;
  line-height: 42px;
  background: #329252;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  transition: 0.5s;
  margin: 0 auto;
}
.index1 .top-con .tel .bt:hover {
  background: rgba(48, 119, 78, 0.9);
}
.index1 .titleBox {
  width: 300px;
}
.index1 .titleBox .t {
  position: relative;
  display: inline-block;
}
.index1 .titleBox .t p {
  font-size: 68px;
  color: #131313;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
}
.index1 .titleBox .t h2 {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #131313;
  line-height: 1.4;
  padding: 0 5px;
  font-style: italic;
  background: #fff;
}
.index1 .titleBox .desc {
  margin-top: 15px;
}
.index1 .titleBox .desc h3 {
  font-size: 18px;
}
.index1 .titleBox .desc p {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 22px;
}
.index1 .fruits-list {
  display: flex;
  flex-wrap: wrap;
}
.index1 .fruits-list li {
  width: 25%;
  margin-top: 2.7vw;
  transition: 0.5s;
  border-radius: 10px;
  overflow: hidden;
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
.index1 .fruits-list li:hover {
  box-shadow: 0 0 5px rgba(47, 86, 5, 0.28);
  transform: translateY(-2px);
}
.index1 .fruits-list li:hover a span {
  transform: rotateX(0deg);
}
.index1 .fruits-list li a {
  display: block;
  padding: 2vw 0 1vw;
}
.index1 .fruits-list li a img {
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.index1 .fruits-list li a p {
  text-align: center;
  color: #329252;
  font-size: 14px;
  margin-top: 10px;
}
.index1 .fruits-list li a h3 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}
.index1 .fruits-list li a span {
  margin: 0 auto;
  display: block;
  width: 170px;
  line-height: 30px;
  text-align: center;
  border-bottom: 1px solid #329252;
  transform: rotateX(-90deg);
  transition: 0.5s;
}
.index1 .more {
  margin: 2vw auto 0;
  display: block;
  width: 170px;
  line-height: 44px;
  text-align: center;
  border-radius: 5px;
  font-size: 30px;
  transition: 0.5s;
}
.index1 .more:hover {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .index1 .top-con .tel .t {
    font-size: 32px;
  }
  .index1 .top-con .tel .bt {
    display: block;
    width: 180px;
    height: 38px;
    line-height: 38px;
    background: #329252;
    color: #fff;
    text-align: center;
    border-radius: 8px;
  }
  .index1 .titleBox {
    width: 300px;
  }
  .index1 .titleBox .t p {
    font-size: 58px;
  }
  .index1 .titleBox .t h2 {
    font-size: 16px;
  }
  .index1 .titleBox .desc {
    margin-top: 10px;
  }
  .index1 .titleBox .desc h3 {
    font-size: 16px;
  }
  .index1 .fruits-list li a img {
    width: 150px;
    height: 150px;
  }
  .index1 .fruits-list li a span {
    width: 120px;
  }
}
@media (min-width: 425px) and (max-width: 768.98px) {
  .index1 {
    padding: 2.5rem 0;
  }
  .index1 .top-con .tel {
    display: none;
  }
  .index1 .titleBox {
    width: 100%;
  }
  .index1 .titleBox .t {
    display: block;
    text-align: center;
  }
  .index1 .titleBox .t p {
    font-size: 2.2rem;
  }
  .index1 .titleBox .t h2 {
    position: static;
    font-size: 1.2rem;
  }
  .index1 .titleBox .desc {
    display: none;
  }
  .index1 .fruits-list li {
    margin-top: 1.2rem;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-animation-name: fadeInUp1;
    animation-name: fadeInUp1;
  }
  .index1 .fruits-list li a {
    display: block;
    padding: 1rem 0 0.5rem;
  }
  .index1 .fruits-list li a img {
    display: block;
    margin: 0 auto;
    width: 6rem;
    height: 6rem;
  }
  .index1 .fruits-list li a p {
    font-size: 12px;
  }
  .index1 .fruits-list li a h3 {
    font-size: 16px;
  }
  .index1 .fruits-list li a span {
    width: 80%;
    transform: rotateX(0deg);
    display: none;
  }
  .index1 .more {
    margin: 2rem auto 0;
    width: 170px;
    font-size: 0.7rem;
    line-height: 40px;
  }
}
@media (max-width: 424.98px) {
  .index1 {
    padding: 2.5rem 0;
  }
  .index1 .top-con .tel {
    display: none;
  }
  .index1 .titleBox {
    width: 100%;
  }
  .index1 .titleBox .t {
    text-align: center;
    display: block;
  }
  .index1 .titleBox .t p {
    font-size: 2.4rem;
  }
  .index1 .titleBox .t h2 {
    position: static;
    font-size: 1.3rem;
    bottom: 0.4rem;
  }
  .index1 .titleBox .desc {
    display: none;
  }
  .index1 .fruits-list {
    display: flex;
    flex-wrap: wrap;
  }
  .index1 .fruits-list li {
    width: 50%;
    margin-top: 1rem;
    border-radius: 0.5rem;
  }
  .index1 .fruits-list li a {
    padding: 1rem 0 0.5rem;
  }
  .index1 .fruits-list li a img {
    width: 8rem;
    height: 8rem;
  }
  .index1 .fruits-list li a p {
    font-size: 0.8rem;
  }
  .index1 .fruits-list li a h3 {
    font-size: 1.1rem;
    line-height: 30px;
  }
  .index1 .fruits-list li a span {
    display: none;
  }
  .index1 .more {
    margin: 2rem auto 0;
    width: 150px;
    font-size: 0.8rem;
    line-height: 36px;
  }
}
.index2 {
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
  position: relative;
  background: #f5f5f5;
}
.index2 .bg-img {
  background-image: url(../images/index2-bg.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: 1;
}
.index2 .index2-content {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.index2 .left-content {
  width: 45%;
  -webkit-animation-name: s_img;
  animation-name: s_img;
}
.index2 .left-content img {
  width: 100%;
  transition: 0.5s;
}
.index2 .right-content {
  width: 52%;
}
.index2 .right-content .top-box {
  width: 100%;
  position: relative;
}
.index2 .right-content .top-box img {
  width: 100%;
  height: auto;
  display: block;
}
.index2 .right-content .top-box .titleBox {
  width: 350px;
}
.index2 .right-content .top-box .titleBox .t {
  position: relative;
  display: inline-block;
}
.index2 .right-content .top-box .titleBox .t p {
  font-size: 68px;
  color: #131313;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
}
.index2 .right-content .top-box .titleBox .t h2 {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #131313;
  line-height: 1.4;
  padding: 0 8px;
  font-style: italic;
  background: #e9e9ea;
}
.index2 .right-content .top-box .titleBox .desc {
  margin-top: 15px;
  width: 300px;
}
.index2 .right-content .top-box .titleBox .desc h3 {
  font-size: 18px;
}
.index2 .right-content .top-box .titleBox .desc p {
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 22px;
}
.index2 .right-content .product-list {
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.index2 .right-content .product-list li {
  width: 48.5%;
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
.index2 .right-content .product-list li:hover a .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.index2 .right-content .product-list li:hover a .t {
  color: #329252;
  background: url(../images/icon2.png) no-repeat right center;
}
.index2 .right-content .product-list li a {
  display: block;
}
.index2 .right-content .product-list li a .img {
  overflow: hidden;
}
.index2 .right-content .product-list li a .img img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.index2 .right-content .product-list li a .t {
  margin-top: 5px;
  transition: 0.4s;
  padding-right: 30px;
  background: url(../images/icon1.png) no-repeat right center;
}
.index2 .right-content .product-list li a .t p {
  font-size: 22px;
  text-transform: uppercase;
}
.index2 .right-content .product-list li a .t h3 {
  font-size: 14px;
}
@-webkit-keyframes h_bg {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes h_bg {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes s_img {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes s_img {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .index2 .left-content {
    display: none;
  }
  .index2 .right-content {
    width: 100%;
  }
  .index2 .right-content .top-box {
    width: 100%;
    margin-left: 0;
  }
  .index2 .right-content .top-box img {
    width: 32%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .index2 .right-content .top-box .titleBox {
    position: static;
  }
  .index2 .right-content .top-box .titleBox .t p {
    font-size: 58px;
  }
  .index2 .right-content .top-box .titleBox .t h2 {
    font-size: 16px;
  }
  .index2 .right-content .top-box .titleBox .desc {
    margin-top: 10px;
    margin-left: 0;
    text-align: left;
  }
  .index2 .right-content .top-box .titleBox .desc h3 {
    font-size: 16px;
  }
  .index2 .right-content .product-list {
    margin-top: 30px;
  }
}
@media (min-width: 425px) and (max-width: 768.98px) {
  .index2 {
    padding: 2.5rem 0;
  }
  .index2 .left-content {
    display: none;
  }
  .index2 .right-content {
    width: 100%;
  }
  .index2 .right-content .top-box {
    width: 100%;
    margin-left: 0;
  }
  .index2 .right-content .top-box img {
    display: none;
  }
  .index2 .right-content .top-box .titleBox {
    width: 100%;
    position: static;
  }
  .index2 .right-content .top-box .titleBox .t {
    display: block;
    text-align: center;
  }
  .index2 .right-content .top-box .titleBox .t p {
    font-size: 2.2rem;
  }
  .index2 .right-content .top-box .titleBox .t h2 {
    position: static;
    font-size: 1.2rem;
    background: none;
  }
  .index2 .right-content .top-box .titleBox .desc {
    display: none;
  }
  .index2 .right-content .product-list {
    margin-top: 1.5rem;
  }
  .index2 .right-content .product-list li {
    width: 49%;
  }
  .index2 .right-content .product-list li a .t {
    padding-right: 0px;
    background: none;
  }
  .index2 .right-content .product-list li a .t p {
    font-size: 1rem;
    text-transform: uppercase;
  }
  .index2 .right-content .product-list li a .t h3 {
    font-size: 15px;
  }
}
@media (max-width: 424.98px) {
  .index2 .left-content {
    display: none;
  }
  .index2 .right-content {
    width: 100%;
  }
  .index2 .right-content .top-box {
    width: 100%;
    margin-left: 0;
  }
  .index2 .right-content .top-box img {
    display: none;
  }
  .index2 .right-content .top-box .titleBox {
    width: 100%;
    position: static;
  }
  .index2 .right-content .top-box .titleBox .t {
    display: block;
    text-align: center;
  }
  .index2 .right-content .top-box .titleBox .t p {
    font-size: 2.4rem;
  }
  .index2 .right-content .top-box .titleBox .t h2 {
    position: static;
    font-size: 1.3rem;
    background: none;
  }
  .index2 .right-content .top-box .titleBox .desc {
    display: none;
  }
  .index2 .right-content .product-list {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  .index2 .right-content .product-list li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .index2 .right-content .product-list li a .t {
    padding-right: 0px;
    background: none;
  }
  .index2 .right-content .product-list li a .t p {
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  .index2 .right-content .product-list li a .t h3 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.index3 {
  padding-top: 5.2vw;
  padding-bottom: 5.2vw;
  position: relative;
  overflow: hidden;
  background: url(../images/index3-bg.png) no-repeat right 5.2vw;
}
.index3 .index3-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index3 .index3-content .titleBox {
  width: 300px;
}
.index3 .index3-content .titleBox .t {
  position: relative;
  display: inline-block;
}
.index3 .index3-content .titleBox .t p {
  font-size: 68px;
  color: #131313;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
}
.index3 .index3-content .titleBox .t h2 {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #131313;
  line-height: 1.4;
  padding: 0 7px;
  font-style: italic;
  background: #fff;
}
.index3 .index3-content .titleBox .desc {
  margin-top: 15px;
}
.index3 .index3-content .titleBox .desc h3 {
  font-size: 18px;
}
.index3 .index3-content .titleBox .desc p {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 22px;
}
.index3 .index3-content .content {
  margin-top: 15px;
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
.index3 .index3-content .content .tit h3 {
  font-size: 22px;
  letter-spacing: 6px;
}
.index3 .index3-content .content .tit p {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}
.index3 .index3-content article {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.index3 .left-content {
  width: 45%;
}
.index3 .right-content {
  width: 49%;
  padding-top: 5vw;
  position: relative;
}
.index3 .right-content .video {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  overflow: hidden;
}
.index3 .right-content .more {
  width: 220px;
  border-bottom: 2px solid #666;
  font-size: 18px;
  box-sizing: border-box;
  line-height: 34px;
  position: absolute;
  left: -190px;
  bottom: 40px;
  transition: 0.4s;
}
.index3 .right-content .more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #329252;
  transition: 0.5s;
}
.index3 .right-content .more:hover {
  padding-left: 20px;
  color: #329252;
}
.index3 .right-content .more:hover::after {
  width: 100%;
}
.index3 .side {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: #329252;
  -webkit-animation-name: w_side;
  animation-name: w_side;
}
.index3 .listNum {
  width: 100%;
  margin-top: 5vw;
}
.index3 .listNum .numCount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index3 .listNum .numCount .item {
  width: 19%;
  transition: 0.5s;
  padding: 30px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.index3 .listNum .numCount .item:hover {
  box-shadow: 0 0 5px rgba(51, 51, 51, 0.6);
}
.index3 .listNum .numCount .item img {
  margin: 0 auto;
}
.index3 .listNum .numCount .item .numU {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.index3 .listNum .numCount .item .numU .numCX {
  font-size: 28px;
  color: #329252;
}
.index3 .listNum .numCount .item .numU .unitC {
  font-size: 28px;
  color: #329252;
  bottom: 0;
}
.index3 .listNum .numCount .item .indc {
  font-size: 20px;
  text-align: center;
}
@-webkit-keyframes w_side {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes w_side {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
  .index3 {
    background: url(../images/index3-bg.png) no-repeat 130% 3.2vw;
  }
  .index3 .index3-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .index3 .index3-content .content .tit h3 {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .index3 .index3-content article {
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
  }
  .index3 .left-content {
    width: 46.5%;
  }
  .index3 .right-content {
    width: 50%;
    padding-top: 7vw;
    position: relative;
  }
  .index3 .right-content .video {
    height: 400px;
  }
  .index3 .right-content .more {
    width: 180px;
    left: -160px;
    bottom: 2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .index3 {
    background: url(../images/index3-bg1.png) no-repeat 100% 5.2vw;
  }
  .index3 .index3-content .titleBox {
    width: 300px;
  }
  .index3 .index3-content .titleBox .t p {
    font-size: 58px;
  }
  .index3 .index3-content .titleBox .t h2 {
    font-size: 16px;
  }
  .index3 .index3-content .titleBox .desc {
    margin-top: 10px;
  }
  .index3 .index3-content .titleBox .desc h3 {
    font-size: 16px;
  }
  .index3 .left-content {
    width: 100%;
  }
  .index3 .right-content {
    padding-top: 30px;
    width: 100%;
  }
  .index3 .right-content .video {
    width: 100%;
    height: 45vw;
    border-radius: 10px;
  }
  .index3 .right-content .more {
    display: block;
    margin: 30px auto;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .index3 .right-content .more:hover {
    padding-left: 0px;
  }
  .index3 .listNum .numCount .item {
    padding: 20px 10px;
  }
  .index3 .listNum .numCount .item .numU .numCX {
    font-size: 24px;
  }
  .index3 .listNum .numCount .item .numU .unitC {
    font-size: 24px;
  }
  .index3 .listNum .numCount .item .indc {
    font-size: 18px;
  }
}
@media (min-width: 425px) and (max-width: 768.98px) {
  .index3 {
    padding: 2.5rem 0;
    background: none;
  }
  .index3 .index3-content .titleBox {
    width: 100%;
  }
  .index3 .index3-content .titleBox .t {
    display: block;
    text-align: center;
  }
  .index3 .index3-content .titleBox .t p {
    font-size: 2.2rem;
  }
  .index3 .index3-content .titleBox .t h2 {
    position: static;
    font-size: 1.2rem;
  }
  .index3 .index3-content .titleBox .desc {
    display: none;
  }
  .index3 .left-content {
    width: 100%;
  }
  .index3 .left-content .content .tit h3 {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
  }
  .index3 .left-content .content .tit p {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
  .index3 .left-content article {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 1.2rem;
  }
  .index3 .right-content {
    padding-top: 1.5rem;
    width: 100%;
  }
  .index3 .right-content .video {
    height: 18rem;
    border-radius: 0.5rem;
  }
  .index3 .right-content .more {
    display: block;
    margin: 1.5rem auto;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    width: 160px;
  }
  .index3 .right-content .more:hover {
    padding-left: 0px;
  }
  .index3 .listNum {
    margin-top: 1.2rem;
  }
  .index3 .listNum .numCount {
    flex-wrap: wrap;
  }
  .index3 .listNum .numCount .item {
    width: 49%;
    padding: 1rem 0.5rem;
  }
  .index3 .listNum .numCount .item:nth-of-type(1),
  .index3 .listNum .numCount .item:nth-of-type(2),
  .index3 .listNum .numCount .item:nth-of-type(3) {
    width: 32%;
  }
  .index3 .listNum .numCount .item img {
    max-width: 3.8rem;
  }
  .index3 .listNum .numCount .item .numU .numCX {
    font-size: 1.4rem;
  }
  .index3 .listNum .numCount .item .numU .unitC {
    font-size: 1.4rem;
  }
  .index3 .listNum .numCount .item .indc {
    font-size: 1.1rem;
  }
}
@media (max-width: 424.98px) {
  .index3 {
    padding: 2.5rem 0;
    background: none;
  }
  .index3 .index3-content .titleBox {
    width: 100%;
  }
  .index3 .index3-content .titleBox .t {
    text-align: center;
    display: block;
  }
  .index3 .index3-content .titleBox .t p {
    font-size: 2.4rem;
  }
  .index3 .index3-content .titleBox .t h2 {
    position: static;
    font-size: 1.3rem;
    bottom: 0.4rem;
  }
  .index3 .index3-content .titleBox .desc {
    display: none;
  }
  .index3 .left-content {
    width: 100%;
  }
  .index3 .left-content .content .tit h3 {
    font-size: 1.3rem;
    letter-spacing: 0rem;
  }
  .index3 .left-content .content .tit p {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
  .index3 .left-content article {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-top: 1.2rem;
  }
  .index3 .right-content {
    padding-top: 1.5rem;
    width: 100%;
  }
  .index3 .right-content .video {
    height: 18rem;
    border-radius: 0.5rem;
  }
  .index3 .right-content .more {
    display: block;
    margin: 1.5rem auto;
    position: relative;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    width: 160px;
  }
  .index3 .right-content .more:hover {
    padding-left: 0px;
  }
  .index3 .listNum {
    margin-top: 1.2rem;
  }
  .index3 .listNum .numCount {
    flex-wrap: wrap;
  }
  .index3 .listNum .numCount .item {
    width: 49%;
    padding: 1rem 0.5rem;
  }
  .index3 .listNum .numCount .item:nth-of-type(1),
  .index3 .listNum .numCount .item:nth-of-type(2),
  .index3 .listNum .numCount .item:nth-of-type(3) {
    width: 32%;
  }
  .index3 .listNum .numCount .item img {
    max-width: 4rem;
  }
  .index3 .listNum .numCount .item .numU .numCX {
    font-size: 1.5rem;
  }
  .index3 .listNum .numCount .item .numU .unitC {
    font-size: 1.5rem;
  }
  .index3 .listNum .numCount .item .indc {
    font-size: 1.2rem;
  }
}
.index4 {
  padding-top: 1.2vw;
  padding-bottom: 5.2vw;
  overflow: hidden;
}
.index4 .titleBox {
  width: 300px;
}
.index4 .titleBox .t {
  position: relative;
  display: inline-block;
}
.index4 .titleBox .t p {
  font-size: 68px;
  color: #131313;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
}
.index4 .titleBox .t h2 {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #131313;
  line-height: 1.4;
  font-style: italic;
  background: #fff;
}
.index4 .titleBox .desc {
  margin-top: 15px;
}
.index4 .titleBox .desc h3 {
  font-size: 18px;
}
.index4 .titleBox .desc p {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  margin-top: 8px;
  line-height: 22px;
}
.index4 .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.index4 .main .index1-content {
  width: 70%;
}
.index4 .main .index1-content .news-list {
  display: flex;
  justify-content: space-between;
}
.index4 .main .index1-content .news-list li {
  width: 28%;
}
.index4 .main .index1-content .news-list li:hover .time i::after {
  opacity: 0;
}
.index4 .main .index1-content .news-list li:hover .time i::before {
  width: 14px;
  height: 14px;
}
.index4 .main .index1-content .news-list li .time {
  padding-top: 5px;
}
.index4 .main .index1-content .news-list li .time span {
  display: block;
  text-align: center;
  font-size: 14px;
}
.index4 .main .index1-content .news-list li .time i {
  display: block;
  width: 65px;
  height: 14px;
  background: #fff;
  margin: 25px auto 20px;
  position: relative;
  z-index: 3;
}
.index4 .main .index1-content .news-list li .time i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #041525;
  z-index: 4;
  transition: 0.5s;
}
.index4 .main .index1-content .news-list li .time i::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #329252;
  transition: 0.5s;
}
.index4 .main .index1-content .news-list li a {
  display: block;
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
.index4 .main .index1-content .news-list li a h3 {
  font-size: 17px;
}
.index4 .main .index1-content .news-list li a p {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index4 .main .index1-content .m-news-list {
  display: none;
  margin-top: 1.5rem;
}
.index4 .main .index1-content .m-news-list li {
  margin-bottom: 1.2rem;
}
.index4 .main .index1-content .m-news-list li a {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
.index4 .main .index1-content .m-news-list li .img {
  height: 55vw;
}
.index4 .main .index1-content .m-news-list li .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.index4 .main .index1-content .m-news-list li .info {
  box-sizing: border-box;
  overflow: hidden;
  padding: 1rem 1rem;
  background: #f5f5f5;
}
.index4 .main .index1-content .m-news-list li .info h3 {
  font-size: 1.2rem;
}
.index4 .main .index1-content .m-news-list li .info p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 0.5rem;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index4 .main .index1-content .m-news-list li .info span {
  font-size: 0.7rem;
  text-align: right;
  color: #666;
  margin-top: 0.5rem;
  display: block;
}
.index4 .main .line {
  position: absolute;
  left: 82px;
  top: 58px;
  z-index: 2;
  background: #333;
  width: 200%;
  height: 1px;
  -webkit-animation-name: w_line;
  animation-name: w_line;
}
@-webkit-keyframes w_line {
  0% {
    width: 0;
  }
  100% {
    width: 200%;
  }
}
@keyframes w_line {
  0% {
    width: 0;
  }
  100% {
    width: 200%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .index4 .titleBox .t p {
    font-size: 58px;
  }
  .index4 .titleBox .t h2 {
    font-size: 16px;
  }
  .index4 .titleBox .desc {
    margin-top: 10px;
  }
  .index4 .titleBox .desc h3 {
    font-size: 16px;
  }
  .index4 .main .index1-content .news-list {
    display: flex;
    justify-content: space-between;
  }
  .index4 .main .index1-content .news-list li {
    width: 48%;
  }
  .index4 .main .index1-content .news-list li:last-of-type {
    display: none;
  }
  .index4 .main .index1-content .news-list li .time span {
    font-size: 13px;
  }
  .index4 .main .index1-content .news-list li .time i {
    margin: 18px auto 20px;
  }
  .index4 .main .index1-content .news-list li a h3 {
    font-size: 16px;
  }
  .index4 .main .index1-content .news-list li a p {
    font-size: 13px;
  }
  .index4 .main .line {
    left: 50px;
    top: 50px;
  }
}
@media (min-width: 425px) and (max-width: 768.98px) {
  .index4 .titleBox {
    width: 100%;
  }
  .index4 .titleBox .t {
    display: block;
    text-align: center;
  }
  .index4 .titleBox .t p {
    font-size: 2.2rem;
  }
  .index4 .titleBox .t h2 {
    position: static;
    font-size: 1.2rem;
  }
  .index4 .titleBox .desc {
    display: none;
  }
  .index4 .main {
    display: block;
  }
  .index4 .main .index1-content {
    width: 100%;
  }
  .index4 .main .index1-content .news-list {
    display: none;
  }
  .index4 .main .index1-content .m-news-list {
    display: block;
  }
  .index4 .line {
    display: none;
  }
}
@media (max-width: 424.98px) {
  .index4 .titleBox {
    width: 100%;
  }
  .index4 .titleBox .t {
    text-align: center;
    display: block;
  }
  .index4 .titleBox .t p {
    font-size: 2.4rem;
  }
  .index4 .titleBox .t h2 {
    position: static;
    font-size: 1.3rem;
    bottom: 0.4rem;
  }
  .index4 .titleBox .desc {
    display: none;
  }
  .index4 .main {
    display: block;
  }
  .index4 .main .index1-content {
    width: 100%;
  }
  .index4 .main .index1-content .news-list {
    display: none;
  }
  .index4 .main .index1-content .m-news-list {
    display: block;
  }
  .index4 .main .index1-content .m-news-list li .info h3 {
    font-size: 1.4rem;
  }
  .index4 .main .index1-content .m-news-list li .info p {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    line-height: 1.6;
  }
  .index4 .main .index1-content .m-news-list li .info span {
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
  .index4 .line {
    display: none;
  }
}
#footer {
  background: #333;
}
#footer .web-footer-nav {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #f5f5f5;
}
#footer .web-footer-nav .footer-item1 {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
#footer .web-footer-nav .footer-item1 dl dt {
  margin-bottom: 10px;
}
#footer .web-footer-nav .footer-item1 dl dt h3 {
  font-size: 18px;
  line-height: 34px;
  color: #f5f5f5;
}
#footer .web-footer-nav .footer-item1 dl dd {
  margin-bottom: 10px;
}
#footer .web-footer-nav .footer-item1 dl dd a {
  color: #f5f5f5;
  transition: 0.3s;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
}
#footer .web-footer-nav .footer-item1 dl dd a:hover {
  color: #329252;
}
#footer .web-footer-nav .footer-item2 {
  width: 22%;
}
#footer .web-footer-nav .footer-item2 h3 {
  font-size: 18px;
  line-height: 34px;
  color: #f5f5f5;
  margin-bottom: 10px;
}
#footer .web-footer-nav .footer-item2 ul li {
  font-size: 14px;
  color: #f5f5f5;
  margin-bottom: 10px;
}
#footer .web-footer-nav .footer-item2 ul li a {
  font-size: 14px;
  color: #f5f5f5;
}
#footer .web-footer-nav .footer-item3 {
  width: 12%;
}
#footer .web-footer-nav .footer-item3 .wxBox img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}
#footer .web-footer-nav .footer-item3 .wxBox h3 {
  font-size: 15px;
  text-align: center;
  line-height: 30px;
}
#footer .bottom {
  border-top: 1px solid #575757;
  padding: 10px 0;
}
#footer .bottom .bottom-info .bot-l {
  color: #b2b2b2;
  display: flex;
  flex-wrap: wrap;
}
#footer .bottom .bottom-info .bot-l p {
  line-height: 1.8;
  font-size: 0.7rem;
  margin-right: 0.8rem;
}
#footer .bottom .bottom-info .bot-l p a {
  color: #b2b2b2;
  display: inline-block;
  line-height: 1.8;
  font-size: 0.7rem;
}
#footer .bottom .bottom-info .bot-l p a.gongan {
  background: url(../images/gongan.png) no-repeat left center;
  padding-left: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  #footer .web-footer-nav {
    justify-content: flex-start;
  }
  #footer .web-footer-nav .footer-item1 {
    flex-wrap: wrap;
  }
  #footer .web-footer-nav .footer-item1 dl {
    width: 50%;
  }
  #footer .web-footer-nav .footer-item1 dl dt {
    margin-bottom: 8px;
  }
  #footer .web-footer-nav .footer-item1 dl dt h3 {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .web-footer-nav .footer-item1 dl dd {
    margin-bottom: 6px;
  }
  #footer .web-footer-nav .footer-item1 dl dd a {
    line-height: 1;
    font-size: 13px;
  }
  #footer .web-footer-nav .footer-item1 dl dd a:hover {
    color: #329252;
  }
  #footer .web-footer-nav .footer-item2 {
    width: auto;
    max-width: 360px;
  }
  #footer .web-footer-nav .footer-item2 h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  #footer .web-footer-nav .footer-item2 ul li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  #footer .web-footer-nav .footer-item2 ul li a {
    font-size: 13px;
  }
  #footer .web-footer-nav .footer-item3 {
    width: auto;
    margin-left: 4%;
  }
  #footer .web-footer-nav .footer-item3 .wxBox {
    width: 160px;
  }
  #footer .web-footer-nav .footer-item3 .wxBox h3 {
    font-size: 16px;
  }
}
@media (min-width: 425px) and (max-width: 768.98px) {
  #footer .web-footer-nav .footer-item1 {
    display: none;
  }
  #footer .web-footer-nav .footer-item2 {
    width: auto;
    max-width: 360px;
  }
  #footer .web-footer-nav .footer-item2 h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  #footer .web-footer-nav .footer-item2 ul li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  #footer .web-footer-nav .footer-item2 ul li a {
    font-size: 13px;
  }
  #footer .web-footer-nav .footer-item3 {
    width: auto;
    margin-left: 4%;
  }
  #footer .web-footer-nav .footer-item3 .wxBox {
    width: 8rem;
    min-width: 100px;
  }
  #footer .web-footer-nav .footer-item3 .wxBox h3 {
    font-size: 16px;
  }
}
@media (max-width: 424.98px) {
  #footer .web-footer-nav {
    flex-wrap: wrap;
  }
  #footer .web-footer-nav .footer-item1 {
    display: none;
  }
  #footer .web-footer-nav .footer-item2 {
    width: 100%;
  }
  #footer .web-footer-nav .footer-item2 h3 {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  #footer .web-footer-nav .footer-item2 ul li {
    font-size: 13px;
    margin-bottom: 6px;
  }
  #footer .web-footer-nav .footer-item2 ul li a {
    font-size: 13px;
  }
  #footer .web-footer-nav .footer-item3 {
    width: auto;
    margin-top: 1rem;
  }
  #footer .web-footer-nav .footer-item3 .wxBox {
    width: 8rem;
    min-width: 100px;
  }
  #footer .web-footer-nav .footer-item3 .wxBox h3 {
    font-size: 14px;
  }
}
/* 无内容 */
.no-goods,
.no-network {
  padding-top: 5rem;
  overflow: hidden;
  text-align: center;
}
.no-goods img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  max-height: 5.25rem;
}
.no-network img {
  display: block;
  margin: 0 auto 1.5rem;
  width: 11rem;
  height: 8rem;
}
.no-goods p,
.no-network p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
iframe #video_container .txp_tipbar {
  display: none;
}
.rig-title {
  font-size: 18px;
  overflow: hidden;
  box-sizing: border-box;
  background: #f5f5f5;
}
.rig-title .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rig-title .crumbs {
  line-height: 50px;
  height: 50px;
  padding-left: 30px;
  box-sizing: border-box;
  font-size: 14px;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #666666;
}
.rig-title .crumbs a {
  color: #666666;
}
.rig-title .nav-list {
  display: flex;
}
.rig-title .nav-list a {
  font-size: 16px;
  margin-left: 50px;
  position: relative;
  text-transform: uppercase;
}
.rig-title .nav-list a::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #727071;
}
.rig-title .nav-list a:last-of-type::after {
  display: none;
}
.rig-title .nav-list a:hover {
  color: #329252;
  font-weight: bold;
}
.rig-title .nav-list a.active {
  color: #329252;
  font-weight: bold;
}
.rig-title .nav-list1 {
  display: flex;
}
.rig-title .nav-list1 a {
  font-size: 16px;
  margin-left: 50px;
  position: relative;
  text-transform: uppercase;
}
.rig-title .nav-list1 a::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #727071;
}
.rig-title .nav-list1 a:last-of-type::after {
  display: none;
}
.rig-title .nav-list1 a:hover {
  color: #329252;
  font-weight: bold;
}
.rig-title .nav-list1 a.active {
  color: #329252;
  font-weight: bold;
}
.rig-title .nav-list2 {
  display: none;
  align-items: center;
  min-width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
.rig-title .nav-list2::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10rem;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
.rig-title .nav-list2::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #fff;
}
.rig-title .nav-list2::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  background: #329252;
}
.rig-title .nav-list2 a {
  height: 50px;
  min-width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 0.7rem;
  position: relative;
  text-transform: uppercase;
  margin-left: 0;
  color: #fff;
}
.rig-title .nav-list2 a::after {
  content: '';
  position: absolute;
  right: 50%;
  top: auto;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.5s;
  display: block;
}
.rig-title .nav-list2 a:last-of-type::after {
  display: block;
}
.rig-title .nav-list2 a:hover {
  color: #fff;
  font-weight: normal;
}
.rig-title .nav-list2 a:hover::after {
  right: 0;
  width: 100%;
}
.rig-title .nav-list2 a.active {
  color: #fff;
  font-weight: normal;
}
.rig-title .nav-list2 a.active::after {
  right: 0;
  width: 100%;
}
.rig-title .nav-list3 {
  display: flex;
}
.rig-title .nav-list3 a {
  font-size: 16px;
  margin-left: 50px;
  position: relative;
  text-transform: uppercase;
}
.rig-title .nav-list3 a::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #727071;
}
.rig-title .nav-list3 a:last-of-type::after {
  display: none;
}
.rig-title .nav-list3 a:hover {
  color: #329252;
  font-weight: bold;
}
.rig-title .nav-list3 a.active {
  color: #329252;
  font-weight: bold;
}
@media (max-width: 1439.98px) {
  .rig-title .nav-list1 a {
    font-size: 14px;
  }
}
@media (max-width: 1023.98px) {
  .rig-title .nav-list1 {
    max-width: 80%;
  }
  .rig-title .nav-list1 a {
    font-size: 13px;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rig-title .nav-list1 a::after {
    display: none;
  }
}
@media (max-width: 768.98px) {
  .rig-title {
    background: #329252;
  }
  .rig-title .crumbs {
    display: none;
  }
  .rig-title .nav-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .rig-title .nav-list a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    margin-left: 0;
    color: #fff;
  }
  .rig-title .nav-list a::after {
    content: '';
    position: absolute;
    right: 50%;
    top: auto;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.5s;
  }
  .rig-title .nav-list a:last-of-type::after {
    display: block;
  }
  .rig-title .nav-list a:hover {
    color: #fff;
    font-weight: normal;
  }
  .rig-title .nav-list a:hover::after {
    right: 0;
    width: 100%;
  }
  .rig-title .nav-list a.active {
    color: #fff;
    font-weight: normal;
  }
  .rig-title .nav-list a.active::after {
    right: 0;
    width: 100%;
  }
  .rig-title .nav-list1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: none;
  }
  .rig-title .nav-list1 a {
    height: 50px;
    line-height: 50px;
    font-size: 0.7rem;
    position: relative;
    text-transform: uppercase;
    margin-left: 0;
    color: #fff;
  }
  .rig-title .nav-list1 a::after {
    content: '';
    position: absolute;
    right: 50%;
    top: auto;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: 0.5s;
    display: block;
  }
  .rig-title .nav-list1 a:last-of-type::after {
    display: block;
  }
  .rig-title .nav-list1 a:hover {
    color: #fff;
    font-weight: normal;
  }
  .rig-title .nav-list1 a:hover::after {
    right: 0;
    width: 100%;
  }
  .rig-title .nav-list1 a.active {
    color: #fff;
    font-weight: normal;
  }
  .rig-title .nav-list1 a.active::after {
    right: 0;
    width: 100%;
  }
  .rig-title .nav-list2 {
    display: flex;
  }
  .rig-title .nav-list3 {
    display: none;
  }
}
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 2rem 0 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.de-page-mian .page-inner a {
  min-width: 1.4rem;
  padding: 0.25rem 0.6rem;
  border: 1px solid #1f1f1f;
  border-radius: 0.25rem;
  background: #fff;
  text-align: center;
  font-size: 0.7rem;
  color: #333;
  margin: 0 5px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #000000;
  background: #000000;
}
.de-page-mian .page-inner a.prev {
  border-color: #ddd;
  color: #ddd;
}
.de-page-mian .page-inner a.prev.on {
  border-color: #000000;
  color: #000000;
}
.de-page-mian .page-inner a.prev:hover {
  color: #fff;
  border-color: #000000;
  background: #000000;
}
.de-page-mian .page-inner a.next {
  border-color: #ddd;
  color: #ddd;
}
.de-page-mian .page-inner a.next.on {
  border-color: #000000;
  color: #000000;
}
.de-page-mian .page-inner a.next:hover {
  color: #fff;
  border-color: #000000;
  background: #000000;
}
.de-page-mian .page-inner a.page-btn {
  display: none;
}
.de-page-mian .page-inner span {
  display: none;
}
.de-page-mian .page-inner input {
  display: none;
}
.job-sider {
  min-height: 360px;
  min-width: 150px;
  border-right: 1px solid #d5d5d5;
}
.job-sider .sider-title h3 {
  font-size: 1.2rem;
  height: 2rem;
}
.job-sider .sider-ul {
  margin-top: 10px;
}
.job-sider .sider-ul li {
  margin-bottom: 24px;
}
.job-sider .sider-ul li a {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  color: #666666;
}
.job-sider .sider-ul li a i {
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  margin-right: 24px;
}
.job-sider .sider-ul li.active a i {
  background: #329252;
  border-color: #329252;
}
.join-sider {
  min-height: 360px;
  min-width: 150px;
  border-right: 1px solid #d5d5d5;
}
.join-sider .sider-title h3 {
  font-size: 1.2rem;
  height: 2rem;
  border-bottom: 1px solid #d0d0d0;
  width: 150px;
}
.join-sider .m-sider-title {
  display: none;
}
.join-sider .m-sider-title h3 {
  font-size: 1.2rem;
  height: 2rem;
  width: 100%;
  padding-right: 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.join-sider .m-sider-title h3 .iconfont {
  display: block;
  color: #666;
  transform: rotate(-180deg);
  transition: 1s;
}
.join-sider .m-sider-title.active h3 .iconfont {
  transform: rotate(0);
}
.join-sider .sider-ul {
  margin-top: 10px;
}
.join-sider .sider-ul li {
  width: 150px;
  padding: 0.6rem 0;
  border-bottom: 1px solid #d0d0d0;
}
.join-sider .sider-ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7rem;
  color: #666666;
}
.join-sider .sider-ul li a:hover {
  color: #329252;
}
.join-sider .sider-ul li.active a {
  color: #329252;
}
.neiye {
  padding: 100px 0 5rem;
}
.pageContent .public-titleBox {
  text-align: center;
}
.pageContent .public-titleBox h3 {
  font-size: 1.4rem;
}
.pageContent .public-titleBox p {
  font-size: 1rem;
  text-transform: uppercase;
  color: #999999;
}
.pageContent .titleBox {
  width: 300px;
}
.pageContent .titleBox .t {
  position: relative;
  display: inline-block;
}
.pageContent .titleBox .t p {
  font-size: 60px;
  color: #131313;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
}
.pageContent .titleBox .t h2 {
  position: absolute;
  right: 0;
  bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #131313;
  line-height: 1.4;
  padding: 0 5px;
  font-style: italic;
  background: #fff;
}
.pageContent .company .company-index1 .company-brief {
  padding: 5.2vw 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageContent .company .company-index1 .company-brief .left-content {
  width: 420px;
}
.pageContent .company .company-index1 .company-brief .left-content h2 img {
  display: block;
}
.pageContent .company .company-index1 .company-brief .left-content h2 .logo {
  height: 50px;
}
.pageContent .company .company-index1 .company-brief .left-content .img {
  margin-top: 30px;
}
.pageContent .company .company-index1 .company-brief .left-content .img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.pageContent .company .company-index1 .company-brief .right-content {
  width: calc(100% - 460px);
  padding-top: 80px;
}
.pageContent .company .company-index1 .company-brief .right-content .tit h3 {
  font-size: 24px;
  letter-spacing: 5px;
}
.pageContent .company .company-index1 .company-brief .right-content .tit p {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.pageContent .company .company-index1 .company-brief .right-content .tit h4 {
  color: #329252;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.pageContent .company .company-index1 .company-brief .right-content .tit h4 i {
  width: 5.5vw;
  margin-right: 20px;
  height: 1px;
  background: #999999;
}
.pageContent .company .company-index1 .company-brief .right-content article {
  margin-top: 20px;
}
.pageContent .company .company-index1 .company-brief .right-content article::-webkit-scrollbar {
  width: 5px;
}
.pageContent .company .company-index1 .company-brief .right-content article::-webkit-scrollbar-thumb {
  background: #329252;
}
.pageContent .company .company-index1 .company-brief .right-content article::-webkit-scrollbar-track {
  background: #999;
}
.pageContent .company .company-index1 .company-brief .right-content article p {
  font-size: 16px;
  line-height: 28px;
}
.pageContent .company .company-index1 .company-brief ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pageContent .company .company-index1 .company-brief ul.ul2 {
  display: none;
}
.pageContent .company .company-index1 .company-brief ul li {
  width: 28%;
  text-align: center;
}
.pageContent .company .company-index1 .company-brief ul li img {
  display: block;
  margin: 0 auto;
}
.pageContent .company .company-index1 .company-brief ul li p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 28px;
}
.pageContent .company .company-index2 {
  padding-bottom: 4.5vw;
}
.pageContent .company .company-index2 .jishu-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.pageContent .company .company-index2 .left-content {
  width: 45%;
  display: flex;
  align-items: center;
}
.pageContent .company .company-index2 .left-content img {
  max-width: 100%;
  display: block;
}
.pageContent .company .company-index2 .right-content {
  width: 50%;
}
.pageContent .company .company-index2 .right-content .img {
  position: relative;
  height: 125px;
}
.pageContent .company .company-index2 .right-content .img img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  display: block;
}
.pageContent .company .company-index2 .right-content .desc h5 {
  font-size: 18px;
  line-height: 30px;
}
.pageContent .company .company-index2 .right-content .desc p {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}
.pageContent .company .company-index2 .right-content .content {
  margin-top: 5px;
}
.pageContent .company .company-index2 .right-content .content p {
  margin-top: 20px;
  text-indent: 40px;
  line-height: 28px;
  color: #666;
  font-size: 14px;
  background: url(../images/icon7.png) no-repeat 0 0;
}
.pageContent .company .company-index2 .img1 {
  margin-top: 1rem;
  display: none;
  width: 100%;
}
.pageContent .company .company-index2 .img1 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pageContent .company .company-index3 {
  background: #329252;
}
.pageContent .company .company-index3 .listNum {
  width: 100%;
}
.pageContent .company .company-index3 .listNum .numCount {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageContent .company .company-index3 .listNum .numCount .item {
  width: 19%;
  transition: 0.5s;
  padding: 30px 10px;
  box-sizing: border-box;
  border-radius: 10px;
}
.pageContent .company .company-index3 .listNum .numCount .item img {
  margin: 0 auto;
}
.pageContent .company .company-index3 .listNum .numCount .item .numU {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.pageContent .company .company-index3 .listNum .numCount .item .numU .numCX {
  font-size: 28px;
  color: #fff;
}
.pageContent .company .company-index3 .listNum .numCount .item .numU .unitC {
  font-size: 28px;
  color: #fff;
  bottom: 0;
}
.pageContent .company .company-index3 .listNum .numCount .item .indc {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.pageContent .company .company-index4 {
  padding: 4.2vw 0;
}
.pageContent .contact {
  padding: 5.2vw 0;
}
.pageContent .contact .contact-content {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pageContent .contact .contact-content .tit h3 {
  font-size: 24px;
  transition: 1s;
}
.pageContent .contact .contact-content .tit p {
  font-size: 12px;
  margin-top: 5px;
  color: #999999;
  text-transform: uppercase;
}
.pageContent .contact .contact-content .left-contact {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pageContent .contact .contact-content .left-contact .contact-box {
  width: 50%;
}
.pageContent .contact .contact-content .left-contact .contact-list {
  margin-top: 1rem;
}
.pageContent .contact .contact-content .left-contact .contact-list li {
  padding-left: 30px;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #333;
  color: #555;
}
.pageContent .contact .contact-content .left-contact .contact-list li.icon1 {
  background: url(../images/contact-icon1.png) no-repeat left center;
}
.pageContent .contact .contact-content .left-contact .contact-list li.icon2 {
  background: url(../images/contact-icon2.png) no-repeat left center;
}
.pageContent .contact .contact-content .left-contact .contact-list li.icon3 {
  background: url(../images/contact-icon3.png) no-repeat left center;
}
.pageContent .contact .contact-content .left-contact .contact-list li.icon3 {
  background: url(../images/contact-icon3.png) no-repeat left center;
}
.pageContent .contact .contact-content .left-contact .contact-list li.icon4 {
  background: url(../images/contact-icon4.png) no-repeat left center;
}
.pageContent .contact .contact-content .left-contact .contact-list li.icon5 {
  background: url(../images/contact-icon5.png) no-repeat left center;
}
.pageContent .contact .contact-content .left-contact .contact-list li.icon6 {
  background: url(../images/contact-icon6.png) no-repeat left center;
}
.pageContent .contact .contact-content .left-contact .contact-list li a {
  font-size: 16px;
  color: #555;
}
.pageContent .contact .contact-content .left-contact .wxBox {
  display: flex;
  width: 46%;
  background: #f5f5f5;
  padding: 20px 40px;
  box-sizing: border-box;
  height: auto;
  border-radius: 10px;
}
.pageContent .contact .contact-content .left-contact .wxBox div {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.pageContent .contact .contact-content .left-contact .wxBox div img {
  display: block;
  width: 8rem;
  min-width: 120px;
  height: auto;
}
.pageContent .contact .contact-content .left-contact .wxBox div:last-of-type {
  margin-right: 0;
}
.pageContent .contact .contact-content .left-contact .wxBox div h3 {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-left: 2vw;
}
.pageContent .contact .contact-content .right-contact {
  margin-top: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pageContent .contact .contact-content .right-contact .message {
  overflow: hidden;
  width: 50%;
}
.pageContent .contact .contact-content .right-contact .message #formData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
.pageContent .contact .contact-content .right-contact .message .form-tr {
  overflow: hidden;
  width: 48%;
  margin-bottom: 1rem;
}
.pageContent .contact .contact-content .right-contact .message .form-tr input {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0 1rem;
  border-radius: 8px;
  background: #f5f5f5;
  box-sizing: border-box;
}
.pageContent .contact .contact-content .right-contact .message .textarea {
  width: 100%;
}
.pageContent .contact .contact-content .right-contact .message .textarea textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  height: 160px;
  border-radius: 8px;
  background: #f5f5f5;
  box-sizing: border-box;
}
.pageContent .contact .contact-content .right-contact .message .code {
  overflow: hidden;
  width: 320px;
  display: flex;
  align-items: center;
}
.pageContent .contact .contact-content .right-contact .message .code input {
  width: 160px;
}
.pageContent .contact .contact-content .right-contact .message .code .verify {
  cursor: pointer;
  margin-left: 1rem;
  width: 140px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 0;
}
.pageContent .contact .contact-content .right-contact .message .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.pageContent .contact .contact-content .right-contact .message .submit {
  width: 160px;
}
.pageContent .contact .contact-content .right-contact .message .submit a {
  display: block;
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  background: #333;
  color: #fff;
  border-radius: 8px;
  font-size: 16px;
  transition: 0.3s;
}
.pageContent .contact .contact-content .right-contact .message .submit a:hover {
  background: #4a4a4a;
}
.pageContent .contact .contact-content .right-contact .contact-map {
  width: 46%;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}
.pageContent .contact .contact-content .right-contact .contact-map #dituContent {
  height: 100%;
}
.pageContent .honor-page {
  padding: 5.2vw 0;
}
.pageContent .honor-page .honor-list {
  margin-top: 30px;
}
.pageContent .honor-page .honor-list ul {
  display: flex;
  flex-wrap: wrap;
}
.pageContent .honor-page .honor-list ul li {
  width: 24.25%;
  margin-bottom: 20px;
  margin-right: 1%;
}
.pageContent .honor-page .honor-list ul li:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pageContent .honor-page .honor-list ul li:hover h3 {
  color: #329252;
}
.pageContent .honor-page .honor-list ul li:nth-of-type(4n) {
  margin-right: 0;
}
.pageContent .honor-page .honor-list ul li a {
  display: block;
}
.pageContent .honor-page .honor-list ul li .img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 13.05vw;
  border: 1px solid #ededed;
  box-sizing: border-box;
  overflow: hidden;
}
.pageContent .honor-page .honor-list ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.pageContent .honor-page .honor-list ul li h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s;
}
.pageContent .job-page {
  padding: 100px 0 5rem;
  background: url(../images/jobs-bg.png) center;
}
.pageContent .job-page .job-content {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageContent .job-page .job-content .left-job {
  width: 200px;
}
.pageContent .job-page .job-content .right-job {
  width: calc(100% - 230px);
}
.pageContent .job-page .job-content .right-job .jobList li {
  margin-bottom: 2rem;
  border-radius: 15px;
  transition: 0.3s;
}
.pageContent .job-page .job-content .right-job .jobList li:hover {
  background: #ffffff;
  box-shadow: 3px 2px 6px rgba(168, 168, 168, 0.3);
}
.pageContent .job-page .job-content .right-job .jobList li a {
  display: block;
  padding: 20px 35px;
}
.pageContent .job-page .job-content .right-job .jobList li a .tit {
  display: flex;
  justify-content: space-between;
}
.pageContent .job-page .job-content .right-job .jobList li a .tit h3 {
  font-size: 18px;
}
.pageContent .job-page .job-content .right-job .jobList li a .tit i {
  width: 17px;
  height: 17px;
  background: url(../images/icon5.png) no-repeat center center;
  background-size: contain;
}
.pageContent .job-page .job-content .right-job .jobList li a article {
  font-size: 16px;
  margin-top: 15px;
  line-height: 30px;
}
.pageContent .job-info {
  padding: 100px 0 5rem;
  background: url(../images/jobs-bg.png) center;
}
.pageContent .job-info .job-content {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageContent .job-info .job-content .left-job {
  width: 200px;
}
.pageContent .job-info .job-content .right-job {
  width: calc(100% - 230px);
}
.pageContent .job-info .job-content .right-job .jobs {
  box-sizing: border-box;
  padding: 0 50px;
}
.pageContent .job-info .job-content .right-job .jobs .job-name {
  font-size: 1rem;
  font-weight: bold;
}
.pageContent .job-info .job-content .right-job .jobs .desc {
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaa;
}
.pageContent .job-info .job-content .right-job .jobs .desc p {
  color: #666666;
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1.6;
}
.pageContent .job-info .job-content .right-job .jobs .desc p span {
  font-size: #444;
}
.pageContent .job-info .job-content .right-job .jobs .jobs-content {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  min-height: 15rem;
}
.pageContent .job-info .job-content .right-job .jobs .jobs-content p {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.7;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage .page-a {
  font-size: 0.7rem;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage .page-a a {
  font-size: 0.7rem;
}
.pageContent .job-info .job-content .right-job .jobs .jobsPage span {
  margin: 0 1rem;
  width: 1px;
  height: 1.2rem;
  background: #999;
}
.pageContent .join-page {
  padding: 100px 0 5rem;
  background: url(../images/jobs-bg.png) center;
}
.pageContent .join-page .join-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pageContent .join-page .join-content .left-join {
  width: 200px;
}
.pageContent .join-page .join-content .right-join {
  width: calc(100% - 230px);
}
.pageContent .join-page .join-content .right-join h3 {
  font-size: 28px;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  text-align: center;
  transition: 1s;
}
.pageContent .join-page .join-content .right-join .join-img img {
  display: block;
  width: 100%;
  height: auto;
}
.pageContent .join-page .join-content .right-join article {
  margin-top: 20px;
  font-size: 0.8rem;
  line-height: 40px;
}
.pageContent .news-page {
  padding: 5.2vw 0;
}
.pageContent .news-page .news-content {
  min-height: 400px;
  margin-top: 30px;
}
.pageContent .news-page .news-content .newsList {
  display: flex;
  flex-wrap: wrap;
}
.pageContent .news-page .news-content .newsList li {
  width: 23.5%;
  margin-right: 2%;
  height: calc(105px + 12vw);
  position: relative;
  margin-bottom: 1.2rem;
}
.pageContent .news-page .news-content .newsList li:nth-of-type(4n) {
  margin-right: 0;
}
.pageContent .news-page .news-content .newsList li:hover .img {
  top: 110px;
}
.pageContent .news-page .news-content .newsList li:hover .info {
  top: 0;
}
.pageContent .news-page .news-content .newsList li:hover .info h3 {
  color: #329252;
}
.pageContent .news-page .news-content .newsList li a {
  display: block;
}
.pageContent .news-page .news-content .newsList li .img {
  height: 12vw;
  width: 100%;
  border-radius: 10px;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.pageContent .news-page .news-content .newsList li .img img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.pageContent .news-page .news-content .newsList li .info {
  width: 100%;
  transition: 0.5s;
  height: 95px;
  box-sizing: border-box;
  position: absolute;
  top: calc(12vw + 15px);
  left: 0;
}
.pageContent .news-page .news-content .newsList li .info h3 {
  font-size: 20px;
  transition: 1s;
  transition: 0.3s;
}
.pageContent .news-page .news-content .newsList li .info article {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  transition: 1s;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pageContent .news-page .news-content .newsList li .info span {
  font-size: 13px;
  display: block;
  color: #999;
  text-align: right;
}
.pageContent .news-page .news-content .videoList {
  display: flex;
  flex-wrap: wrap;
}
.pageContent .news-page .news-content .videoList li {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 2vw;
}
.pageContent .news-page .news-content .videoList li:nth-of-type(4n) {
  margin-right: 0;
}
.pageContent .news-page .news-content .videoList li:hover a .img::after {
  width: 200%;
  height: 200%;
}
.pageContent .news-page .news-content .videoList li:hover a .img .iconfont {
  color: #f5f5f5;
}
.pageContent .news-page .news-content .videoList li a {
  display: block;
}
.pageContent .news-page .news-content .videoList li a .img {
  overflow: hidden;
  height: 11.458vw;
  position: relative;
  border-radius: 15px;
}
.pageContent .news-page .news-content .videoList li a .img img {
  height: 100%;
  width: 100%;
}
.pageContent .news-page .news-content .videoList li a .img::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  transition: 0.8s;
  width: 0;
  height: 0;
  background: #000;
  opacity: 0.4;
  border-radius: 50%;
}
.pageContent .news-page .news-content .videoList li a .img .iconfont {
  font-size: 2.4rem;
  opacity: 0.9;
  color: #f5f5f5;
  position: absolute;
  left: calc(50% - 1.2rem);
  top: calc(50% - 1.2rem);
  z-index: 3;
  transition: 0.8s;
}
.pageContent .news-page .news-content .videoList li a .info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.pageContent .news-page .news-content .videoList li a .info span {
  font-size: 14px;
  color: #999;
}
.pageContent .news-page .news-content .videoList li a .info h3 {
  font-size: 16px;
  transition: 1s;
  max-width: calc(100% - 100px);
}
.pageContent .news-page .news-content .news-detail-content .news-detail-title {
  text-align: center;
}
.pageContent .news-page .news-content .news-detail-content .news-detail-title h3 {
  font-size: 28px;
  transition: 1s;
}
.pageContent .news-page .news-content .news-detail-content .news-detail-title .b {
  padding: 1vw 0;
  font-size: 14px;
  color: #999;
}
.pageContent .news-page .news-content .news-detail-content .news-detail-video {
  width: 80%;
  height: 36vw;
  margin: 1rem auto;
}
.pageContent .news-page .news-content .news-detail-content .news-detail-video .video {
  width: 100%;
  height: 100%;
}
.pageContent .news-page .news-content .news-detail-content .news-detail {
  font-size: 16px;
  line-height: 1.6;
  min-height: 400px;
}
.pageContent .news-page .news-content .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.pageContent .news-page .news-content .news-detail-content .news-detail iframe {
  width: 80%;
  height: 36vw;
  margin: 1rem 10%;
}
.pageContent .news-page .news-content .news-detail-content .newsPage {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pageContent .news-page .news-content .news-detail-content .newsPage .page-a {
  width: 45%;
  background: #f5f5f5;
  padding: 1vw;
  border-radius: 10px;
  font-size: 18px;
  color: #999;
}
.pageContent .news-page .news-content .news-detail-content .newsPage .page-a:first-of-type {
  margin-right: 4%;
}
.pageContent .product-list {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.pageContent .product-list li {
  width: 46%;
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
  position: relative;
}
.pageContent .product-list li:hover a .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.pageContent .product-list li:hover a .t {
  background: transparent;
}
.pageContent .product-list li:hover a .t p {
  transform: translateY(-100%);
  opacity: 0;
}
.pageContent .product-list li:hover a .t h3 {
  transform: translateY(100%);
  opacity: 0;
}
.pageContent .product-list li:hover a .t span {
  transform: translateY(100%);
  opacity: 0;
}
.pageContent .product-list li a {
  display: block;
}
.pageContent .product-list li a .img {
  overflow: hidden;
}
.pageContent .product-list li a .img img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.pageContent .product-list li a .t {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pageContent .product-list li a .t p {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  transition: 0.4s;
}
.pageContent .product-list li a .t h3 {
  font-size: 24px;
  color: #fff;
  transition: 0.4s;
}
.pageContent .product-list li a .t span {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 12px;
  transition: 0.4s;
  width: 100%;
  padding: 0 1rem;
  text-align: center;
}
.pageContent .product-center {
  padding: 5.2vw 0;
}
.cpxl-content {
  padding: 5.2vw 0;
}
.cpxl-content .cpxl-index1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cpxl-content .cpxl-index1 .left-content {
  width: 49%;
}
.cpxl-content .cpxl-index1 .left-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.cpxl-content .cpxl-index1 .left-content1 {
  width: 100%;
  margin-top: 30px;
  display: none;
}
.cpxl-content .cpxl-index1 .left-content1 img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.cpxl-content .cpxl-index1 .right-content {
  width: 48%;
}
.cpxl-content .cpxl-index1 .right-content .title h3 {
  font-size: 48px;
  font-weight: bold;
  color: #329252;
}
.cpxl-content .cpxl-index1 .right-content .title h4 {
  font-size: 28px;
}
.cpxl-content .cpxl-index1 .right-content .title p {
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  margin-top: 10px;
}
.cpxl-content .cpxl-index1 .right-content .desc {
  margin-top: 20px;
}
.cpxl-content .cpxl-index1 .right-content .desc p {
  font-size: 16px;
  line-height: 30px;
}
.cpxl-content .cpxl-index1 .right-content ul {
  margin-top: 5vw;
  display: flex;
  justify-content: space-between;
}
.cpxl-content .cpxl-index1 .right-content ul li {
  width: 30%;
  background: #f5f5f5;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 20px;
}
.cpxl-content .cpxl-index1 .right-content ul li h3 {
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  background: #329252;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.cpxl-content .cpxl-index1 .right-content ul li p {
  padding: 8px 10px 0;
}
.cpxl-content .cpxl-index2 {
  padding-top: 3.5vw;
}
.cpxl-content .cpxl-index2 .content {
  margin-top: 30px;
}
.cpxl-content .cpxl-index2 .content img {
  width: 100%;
  height: auto;
}
.cpxl-content .cpxl-index2 .content .video {
  width: 100%;
  height: 42vw;
  border-radius: 10px;
  overflow: hidden;
}
.cpxl-content .cpxl-index3 {
  padding-top: 3.5vw;
}
.cpxl-content .cpxl-index3 ul {
  margin-top: 30px;
  display: flex;
}
.cpxl-content .cpxl-index3 ul li {
  width: 33.33%;
}
.cpxl-content .cpxl-index3 ul li .img {
  height: 17.5vw;
}
.cpxl-content .cpxl-index3 ul li .info {
  padding: 1.5vw;
  height: 17.5vw;
  background: #f5f5f5;
  overflow: hidden;
}
.cpxl-content .cpxl-index3 ul li .info .t h3 {
  font-size: 18px;
}
.cpxl-content .cpxl-index3 ul li .info .t p {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  line-height: 28px;
}
.cpxl-content .cpxl-index3 ul li .info .p {
  margin-top: 5px;
}
.cpxl-content .cpxl-index3 ul li .info .p p {
  font-size: 14px;
  line-height: 25px;
}
.cpxl-content .cpxl-index3 ul li .info .en {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  line-height: 22px;
}
.yewu-page {
  padding: 5.2vw 0;
}
.yewu-page .tit h2 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.yewu-page .page-index1 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
  border-bottom: 1px dashed #c4c4c4;
}
.yewu-page .page-index1 .left-content {
  width: 48%;
}
.yewu-page .page-index1 .left-content .t h3 {
  font-size: 24px;
  line-height: 28px;
  color: #329252;
}
.yewu-page .page-index1 .left-content .desc {
  margin-top: 20px;
}
.yewu-page .page-index1 .left-content .desc p {
  font-size: 16px;
  line-height: 30px;
}
.yewu-page .page-index1 .left-content .desc img {
  max-width: 100%;
}
.yewu-page .page-index1 .left-content ul {
  margin-top: 20px;
  display: flex;
}
.yewu-page .page-index1 .left-content ul li {
  width: 50%;
}
.yewu-page .page-index1 .left-content ul li h3,
.yewu-page .page-index1 .left-content ul li p {
  font-size: 15px;
}
.yewu-page .page-index1 .left-content ul li h3 {
  margin-bottom: 5px;
}
.yewu-page .page-index1 .left-content ul li p {
  line-height: 24px;
}
.yewu-page .page-index1 .right-content {
  width: 49%;
}
.yewu-page .page-index1 .right-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.yewu-page .page-ts {
  margin-top: 3vw;
}
.yewu-page .page-ts .t h3 {
  font-size: 24px;
  line-height: 28px;
  color: #329252;
}
.yewu-page .page-ts ul {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.yewu-page .page-ts ul li h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.yewu-page .page-ts ul li p {
  line-height: 24px;
  font-size: 15px;
}
.yewu-page .page-index2 {
  margin-top: 3.5vw;
}
.yewu-page .page-index2 .t h3 {
  font-size: 24px;
  color: #329252;
}
.yewu-page .page-index2 .t p {
  font-size: 15px;
  margin-top: 8px;
}
.yewu-page .page-index2 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.yewu-page .page-index2 ul li {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  border: 1px dashed #329252;
  padding: 3px;
  margin-bottom: 40px;
  box-sizing: border-box;
  position: relative;
}
.yewu-page .page-index2 ul li p {
  width: 100%;
  height: 100%;
  background: #329252;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 16px;
}
.yewu-page .page-index2 ul span {
  display: block;
  width: 45px;
  height: 31px;
  margin: 0 calc((100% - 1215px) / 10) 40px;
  background: url(../images/icon19.png) no-repeat center;
  background-size: contain;
}
.yewu-page .page-index2 ul span:nth-of-type(6n) {
  display: none;
}
.yewu-page .page-index2 ul span:last-of-type {
  display: none;
}
.yewu-page .page-jclc {
  margin-top: 3.5vw;
}
.yewu-page .page-jclc .t h3 {
  font-size: 24px;
  color: #329252;
}
.yewu-page .page-jclc .t p {
  font-size: 15px;
  margin-top: 8px;
}
.yewu-page .page-jclc ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.yewu-page .page-jclc ul li {
  width: 25%;
  margin-bottom: 40px;
}
.yewu-page .page-jclc ul li .img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.yewu-page .page-jclc ul li p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.yewu-page .page-index3 img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
  .pageContent .company .company-index1 .company-brief .left-content {
    width: 350px;
  }
  .pageContent .company .company-index1 .company-brief .left-content .img {
    margin-top: 20px;
  }
  .pageContent .company .company-index1 .company-brief .right-content {
    width: calc(100% - 380px);
    padding-top: 70px;
  }
  .pageContent .company .company-index1 .company-brief .right-content .tit h4 {
    margin-top: 10px;
  }
  .pageContent .company .company-index1 .company-brief .right-content article {
    max-height: 364px;
    overflow-y: scroll;
  }
  .pageContent .company .company-index1 .company-brief ul.ul1 {
    display: none;
  }
  .pageContent .company .company-index1 .company-brief ul.ul2 {
    display: flex;
  }
  .pageContent .company .company-index1 .company-brief ul li {
    width: 32%;
  }
  .pageContent .company .company-index1 .company-brief ul li img {
    width: 56px;
  }
  .pageContent .company .company-index2 {
    padding-bottom: 4.5vw;
  }
  .pageContent .company .company-index2 .left-content {
    width: 48%;
  }
  .pageContent .company .company-index2 .right-content {
    width: 48%;
  }
  .pageContent .company .company-index2 .right-content .img img {
    width: 340px;
  }
  .pageContent .company .company-index2 .right-content .desc p {
    font-size: 12px;
  }
  .pageContent .honor-page .honor-list ul li {
    width: 32%;
    margin-right: 2%;
  }
  .pageContent .honor-page .honor-list ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .pageContent .honor-page .honor-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .pageContent .honor-page .honor-list ul li .img {
    height: 19.2vw;
  }
  .pageContent .news-page .news-content .newsList li {
    width: 32%;
    margin-right: 2%;
    height: calc(105px + 16vw);
    position: relative;
  }
  .pageContent .news-page .news-content .newsList li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .pageContent .news-page .news-content .newsList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .pageContent .news-page .news-content .newsList li .img {
    height: 16vw;
  }
  .pageContent .news-page .news-content .newsList li .info {
    top: calc(16vw + 15px);
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-video {
    width: 80%;
    height: 38vw;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail iframe {
    width: 80%;
    height: 38vw;
    margin: 1rem 10%;
  }
  .cpxl-content .cpxl-index1 {
    flex-wrap: wrap;
  }
  .cpxl-content .cpxl-index1 .left-content {
    width: 48%;
  }
  .cpxl-content .cpxl-index1 .right-content {
    width: 49%;
  }
  .cpxl-content .cpxl-index1 .right-content .title h3 {
    font-size: 44px;
  }
  .cpxl-content .cpxl-index1 .right-content .title h4 {
    font-size: 25px;
  }
  .cpxl-content .cpxl-index1 .right-content .desc {
    margin-top: 20px;
  }
  .cpxl-content .cpxl-index1 .right-content .desc p {
    font-size: 15px;
    line-height: 28px;
  }
  .cpxl-content .cpxl-index1 .right-content ul li {
    width: 31.5%;
  }
  .cpxl-content .cpxl-index1 .right-content ul li h3 {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
  .cpxl-content .cpxl-index1 .right-content ul li p {
    padding: 6px 10px 0;
    font-size: 13px;
  }
  .cpxl-content .cpxl-index2 .content .video {
    height: 45vw;
  }
  .cpxl-content .cpxl-index3 {
    padding-top: 3.5vw;
  }
  .cpxl-content .cpxl-index3 ul {
    margin-top: 30px;
    display: flex;
  }
  .cpxl-content .cpxl-index3 ul li {
    width: 33.33%;
  }
  .cpxl-content .cpxl-index3 ul li .img {
    height: 18vw;
  }
  .cpxl-content .cpxl-index3 ul li .info {
    height: 18vw;
  }
  .cpxl-content .cpxl-index3 ul li .info .p p {
    line-height: 22px;
  }
  .cpxl-content .cpxl-index3 ul li .info .en {
    display: none;
  }
  .yewu-page .tit h2 {
    font-size: 24px;
  }
  .yewu-page .page-index1 {
    margin-top: 30px;
  }
  .yewu-page .page-index1 .left-content {
    width: 49%;
  }
  .yewu-page .page-index1 .left-content .t h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .yewu-page .page-index1 .left-content .desc {
    margin-top: 16px;
  }
  .yewu-page .page-index1 .left-content .desc p {
    font-size: 15px;
    line-height: 24px;
  }
  .yewu-page .page-index1 .left-content ul {
    margin-top: 16px;
  }
  .yewu-page .page-index1 .left-content ul li h3,
  .yewu-page .page-index1 .left-content ul li p {
    font-size: 13px;
  }
  .yewu-page .page-index1 .right-content {
    width: 49%;
  }
  .yewu-page .page-index1 .right-content img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .yewu-page .page-ts .t h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .yewu-page .page-ts ul li h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .yewu-page .page-ts ul li p {
    line-height: 24px;
    font-size: 14px;
  }
  .yewu-page .page-index2 ul li {
    width: 150px;
    height: 150px;
  }
  .yewu-page .page-index2 ul span {
    display: block;
    margin: 0 calc((100% - 910px) / 8) 40px;
    width: 40px;
    height: 27.5px;
  }
  .yewu-page .page-index2 ul span:nth-of-type(6n) {
    display: block;
  }
  .yewu-page .page-index2 ul span:nth-of-type(5n) {
    display: none;
  }
  .yewu-page .page-jclc {
    margin-top: 3.5vw;
  }
  .yewu-page .page-jclc .t h3 {
    font-size: 20px;
  }
  .yewu-page .page-jclc .t p {
    font-size: 14px;
  }
  .yewu-page .page-jclc ul li {
    margin-bottom: 30px;
  }
  .yewu-page .page-jclc ul li .img {
    width: 180px;
    height: 180px;
  }
  .yewu-page .page-index3 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .pageContent .titleBox .t p {
    font-size: 50px;
  }
  .pageContent .titleBox .t h2 {
    bottom: 5px;
    font-size: 16px;
    padding: 0 4px;
  }
  .pageContent .company .company-index1 .company-brief .left-content {
    display: none;
  }
  .pageContent .company .company-index1 .company-brief .right-content {
    width: 100%;
    padding-top: 0;
  }
  .pageContent .company .company-index1 .company-brief .right-content .tit h4 {
    margin-top: 10px;
  }
  .pageContent .company .company-index1 .company-brief .right-content article {
    max-height: 364px;
    overflow-y: scroll;
  }
  .pageContent .company .company-index1 .company-brief ul.ul1 {
    display: none;
  }
  .pageContent .company .company-index1 .company-brief ul.ul2 {
    display: flex;
  }
  .pageContent .company .company-index1 .company-brief ul li {
    width: 32%;
  }
  .pageContent .company .company-index1 .company-brief ul li img {
    width: 54px;
  }
  .pageContent .company .company-index1 .company-brief ul li p {
    font-size: 14px;
    line-height: 25px;
  }
  .pageContent .company .company-index2 .left-content {
    width: 48%;
  }
  .pageContent .company .company-index2 .right-content {
    width: 48%;
  }
  .pageContent .company .company-index2 .right-content .img img {
    width: 300px;
  }
  .pageContent .company .company-index2 .right-content .desc h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .pageContent .company .company-index2 .right-content .desc p {
    font-size: 12px;
  }
  .pageContent .company .company-index2 .right-content .content p {
    font-size: 13px;
    line-height: 25px;
    margin-top: 15px;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .numU .numCX {
    font-size: 24px;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .numU .unitC {
    font-size: 24px;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .indc {
    font-size: 18px;
  }
  .pageContent .contact .contact-content .left-contact {
    width: 100%;
  }
  .pageContent .contact .contact-content .left-contact .contact-box {
    width: 100%;
  }
  .pageContent .contact .contact-content .left-contact .wxBox {
    margin-top: 30px;
    width: 100%;
  }
  .pageContent .contact .contact-content .right-contact .message {
    width: 100%;
  }
  .pageContent .contact .contact-content .right-contact .contact-map {
    width: 100%;
    margin-top: 20px;
  }
  .pageContent .honor-page .honor-list ul li {
    width: 32%;
    margin-right: 2%;
  }
  .pageContent .honor-page .honor-list ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .pageContent .honor-page .honor-list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .pageContent .honor-page .honor-list ul li .img {
    height: 19.5vw;
  }
  .pageContent .honor-page .honor-list ul li h3 {
    font-size: 15px;
  }
  .pageContent .news-page .news-content .newsList li {
    width: 32%;
    margin-right: 2%;
    height: calc(105px + 18vw);
    position: relative;
  }
  .pageContent .news-page .news-content .newsList li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .pageContent .news-page .news-content .newsList li:nth-of-type(3n) {
    margin-right: 0;
  }
  .pageContent .news-page .news-content .newsList li .img {
    height: 16vw;
  }
  .pageContent .news-page .news-content .newsList li .info {
    top: calc(16vw + 15px);
  }
  .pageContent .news-page .news-content .newsList li .info h3 {
    font-size: 18px;
  }
  .pageContent .news-page .news-content .newsList li .info article {
    font-size: 14px;
  }
  .pageContent .news-page .news-content .newsList li .info span {
    font-size: 12px;
    margin-top: 5px;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-title h3 {
    font-size: 22px;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-title .b {
    font-size: 12px;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-video {
    width: 100%;
    height: 50vw;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail iframe {
    width: 100%;
    height: 50vw;
    margin: 1rem 0;
  }
  .pageContent .news-page .news-content .news-detail-content .newsPage .page-a {
    width: 100%;
    font-size: 16px;
  }
  .pageContent .news-page .news-content .news-detail-content .newsPage .page-a:first-of-type {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pageContent .product-list li {
    width: 48%;
  }
  .pageContent .product-list li a .t p {
    font-size: 30px;
  }
  .pageContent .product-list li a .t h3 {
    font-size: 20px;
  }
  .cpxl-content .cpxl-index1 {
    flex-wrap: wrap;
  }
  .cpxl-content .cpxl-index1 .left-content {
    display: none;
  }
  .cpxl-content .cpxl-index1 .left-content1 {
    display: block;
  }
  .cpxl-content .cpxl-index1 .right-content {
    width: 100%;
  }
  .cpxl-content .cpxl-index1 .right-content .title h3 {
    font-size: 40px;
  }
  .cpxl-content .cpxl-index1 .right-content .title h4 {
    font-size: 22px;
    margin-top: 5px;
  }
  .cpxl-content .cpxl-index2 .content .video {
    height: 48vw;
  }
  .cpxl-content .cpxl-index3 {
    padding-top: 3.5vw;
  }
  .cpxl-content .cpxl-index3 ul {
    margin-top: 30px;
    display: block;
  }
  .cpxl-content .cpxl-index3 ul li {
    width: 100%;
    display: flex;
  }
  .cpxl-content .cpxl-index3 ul li .img {
    height: 28vw;
    width: 50%;
  }
  .cpxl-content .cpxl-index3 ul li .info {
    width: 50%;
    padding: 2vw;
    height: 28vw;
  }
  .cpxl-content .cpxl-index3 ul li .info .t p {
    line-height: 24px;
  }
  .cpxl-content .cpxl-index3 ul li .info .p p {
    font-size: 13px;
    line-height: 22px;
  }
  .cpxl-content .cpxl-index3 ul li .info .en {
    line-height: 20px;
  }
  .yewu-page .tit h2 {
    font-size: 24px;
  }
  .yewu-page .page-index1 {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .yewu-page .page-index1 .left-content {
    width: 100%;
  }
  .yewu-page .page-index1 .left-content .t h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .yewu-page .page-index1 .left-content .desc {
    margin-top: 16px;
  }
  .yewu-page .page-index1 .left-content .desc p {
    font-size: 15px;
    line-height: 24px;
  }
  .yewu-page .page-index1 .left-content ul {
    margin-top: 16px;
  }
  .yewu-page .page-index1 .left-content ul li h3,
  .yewu-page .page-index1 .left-content ul li p {
    font-size: 13px;
  }
  .yewu-page .page-index1 .right-content {
    width: 100%;
    margin-top: 30px;
  }
  .yewu-page .page-index1 .right-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .yewu-page .page-ts .t h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .yewu-page .page-ts ul li h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .yewu-page .page-ts ul li p {
    line-height: 24px;
    font-size: 14px;
  }
  .yewu-page .page-index2 ul li {
    width: 120px;
    height: 120px;
    margin-bottom: 30px;
  }
  .yewu-page .page-index2 ul li p {
    font-size: 14px;
  }
  .yewu-page .page-index2 ul span {
    display: block;
    margin: 0 calc((100% - 720px) / 8) 40px;
    width: 30px;
    height: 20px;
    margin-bottom: 30px;
  }
  .yewu-page .page-index2 ul span:nth-of-type(6n) {
    display: block;
  }
  .yewu-page .page-index2 ul span:nth-of-type(5n) {
    display: none;
  }
  .yewu-page .page-jclc .t h3 {
    font-size: 20px;
  }
  .yewu-page .page-jclc .t p {
    font-size: 14px;
  }
  .yewu-page .page-jclc ul li {
    margin-bottom: 30px;
  }
  .yewu-page .page-jclc ul li .img {
    width: 160px;
    height: 160px;
  }
  .yewu-page .page-index3 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pageContent .titleBox {
    width: 100%;
  }
  .pageContent .titleBox .t {
    display: block;
    text-align: center;
  }
  .pageContent .titleBox .t p {
    font-size: 2.2rem;
  }
  .pageContent .titleBox .t h2 {
    position: static;
    font-size: 1.2rem;
  }
  .pageContent .company .company-index1 .company-brief .left-content {
    display: none;
  }
  .pageContent .company .company-index1 .company-brief .right-content {
    width: 100%;
    padding-top: 0;
  }
  .pageContent .company .company-index1 .company-brief .right-content .tit h3 {
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
  }
  .pageContent .company .company-index1 .company-brief .right-content .tit p {
    font-size: 0.7rem;
  }
  .pageContent .company .company-index1 .company-brief .right-content .tit h4 {
    font-size: 14px;
    margin-top: 0.5rem;
  }
  .pageContent .company .company-index1 .company-brief .right-content .tit h4 i {
    width: 3rem;
  }
  .pageContent .company .company-index1 .company-brief .right-content article {
    max-height: 300px;
    overflow-y: scroll;
  }
  .pageContent .company .company-index1 .company-brief .right-content article p {
    font-size: 14px;
    line-height: 25px;
  }
  .pageContent .company .company-index1 .company-brief ul {
    margin-top: 1.2rem;
  }
  .pageContent .company .company-index1 .company-brief ul.ul1 {
    display: none;
  }
  .pageContent .company .company-index1 .company-brief ul.ul2 {
    display: flex;
  }
  .pageContent .company .company-index1 .company-brief ul li {
    width: 32%;
  }
  .pageContent .company .company-index1 .company-brief ul li img {
    width: auto;
    max-width: 3.6rem;
  }
  .pageContent .company .company-index1 .company-brief ul li p {
    font-size: 0.8rem;
    line-height: 1.8;
  }
  .pageContent .company .company-index2 {
    padding-bottom: 2.5rem;
  }
  .pageContent .company .company-index2 .jishu-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .pageContent .company .company-index2 .left-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pageContent .company .company-index2 .left-content img {
    max-width: 80%;
    display: block;
  }
  .pageContent .company .company-index2 .right-content {
    width: 100%;
  }
  .pageContent .company .company-index2 .right-content .img {
    display: none;
  }
  .pageContent .company .company-index2 .right-content .desc {
    margin-top: 1.2rem;
    text-align: center;
  }
  .pageContent .company .company-index2 .right-content .desc h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .pageContent .company .company-index2 .right-content .desc p {
    font-size: 0.7rem;
  }
  .pageContent .company .company-index2 .right-content .content {
    margin-top: 0.5rem;
  }
  .pageContent .company .company-index2 .right-content .content p {
    margin-top: 1rem;
    line-height: 25px;
    font-size: 13px;
  }
  .pageContent .company .company-index2 .img1 {
    display: block;
  }
  .pageContent .company .company-index3 .listNum {
    padding: 1rem 0;
  }
  .pageContent .company .company-index3 .listNum .numCount {
    flex-wrap: wrap;
  }
  .pageContent .company .company-index3 .listNum .numCount .item {
    width: 49%;
    padding: 1rem 0.5rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item:nth-of-type(1),
  .pageContent .company .company-index3 .listNum .numCount .item:nth-of-type(2),
  .pageContent .company .company-index3 .listNum .numCount .item:nth-of-type(3) {
    width: 32%;
  }
  .pageContent .company .company-index3 .listNum .numCount .item img {
    max-width: 3.8rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .numU .numCX {
    font-size: 1.4rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .numU .unitC {
    font-size: 1.4rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .indc {
    font-size: 1.1rem;
  }
  .pageContent .contact {
    padding: 2.5rem 0;
  }
  .pageContent .contact .contact-content {
    padding-top: 1.5rem;
  }
  .pageContent .contact .contact-content .tit h3 {
    font-size: 1.3rem;
  }
  .pageContent .contact .contact-content .tit p {
    font-size: 0.7rem;
  }
  .pageContent .contact .contact-content .left-contact {
    width: 100%;
  }
  .pageContent .contact .contact-content .left-contact .contact-box {
    width: 100%;
  }
  .pageContent .contact .contact-content .left-contact .contact-list {
    margin-top: 1rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li {
    padding-left: 30px;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li a {
    font-size: 0.9rem;
  }
  .pageContent .contact .contact-content .left-contact .wxBox {
    margin-top: 1.5rem;
    width: 100%;
  }
  .pageContent .contact .contact-content .left-contact .wxBox div h3 {
    font-size: 1rem;
    padding-left: 1rem;
  }
  .pageContent .contact .contact-content .right-contact .message {
    width: 100%;
  }
  .pageContent .contact .contact-content .right-contact .contact-map {
    width: 100%;
    height: 18rem;
    margin-top: 1rem;
  }
  .pageContent .honor-page .honor-list ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 1.2rem;
  }
  .pageContent .honor-page .honor-list ul li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .pageContent .honor-page .honor-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .honor-page .honor-list ul li .img {
    height: 32.5vw;
  }
  .pageContent .honor-page .honor-list ul li h3 {
    font-size: 14px;
  }
  .pageContent .news-page {
    padding: 2.5rem 0;
  }
  .pageContent .news-page .news-content {
    margin-top: 1.5rem;
  }
  .pageContent .news-page .news-content .newsList li {
    margin-right: 2%;
    position: relative;
    height: auto;
    width: 49%;
  }
  .pageContent .news-page .news-content .newsList li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .news-page .news-content .newsList li .img {
    position: static;
    height: 27vw;
  }
  .pageContent .news-page .news-content .newsList li .info {
    position: static;
    margin-top: 0.9rem;
    height: auto;
  }
  .pageContent .news-page .news-content .newsList li .info h3 {
    font-size: 1rem;
  }
  .pageContent .news-page .news-content .newsList li .info article {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    line-height: 1.6;
  }
  .pageContent .news-page .news-content .newsList li .info span {
    font-size: 0.7rem;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-title {
    text-align: center;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-title h3 {
    font-size: 1.3rem;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-title .b {
    padding: 1rem 0;
    font-size: 0.6rem;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail-video {
    width: 100%;
    height: 53.5vw;
    margin: 0 auto 1rem;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail {
    font-size: 0.9rem;
    min-height: 20rem;
  }
  .pageContent .news-page .news-content .news-detail-content .news-detail iframe {
    width: 100%;
    height: 53.5vw;
    margin: 0 auto 1rem;
  }
  .pageContent .news-page .news-content .news-detail-content .newsPage .page-a {
    width: 100%;
    padding: 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    color: #999;
  }
  .pageContent .news-page .news-content .news-detail-content .newsPage .page-a:first-of-type {
    margin-right: 0%;
    margin-bottom: 1rem;
  }
  .pageContent .product-list li {
    width: 49%;
  }
  .pageContent .product-list li a .t p {
    font-size: 1.2rem;
    text-transform: uppercase;
  }
  .pageContent .product-list li a .t h3 {
    font-size: 1rem;
  }
  .pageContent .product-list li a .t span {
    font-size: 0.6rem;
    margin-top: 0.5rem;
  }
  .cpxl-content {
    padding: 2.5rem 0;
  }
  .cpxl-content .cpxl-index1 {
    flex-wrap: wrap;
  }
  .cpxl-content .cpxl-index1 .left-content {
    display: none;
  }
  .cpxl-content .cpxl-index1 .left-content1 {
    margin-top: 1.5rem;
    display: block;
  }
  .cpxl-content .cpxl-index1 .right-content {
    width: 100%;
  }
  .cpxl-content .cpxl-index1 .right-content .title h3 {
    font-size: 2rem;
  }
  .cpxl-content .cpxl-index1 .right-content .title h4 {
    font-size: 1.1rem;
    margin-top: 0.5rem;
  }
  .cpxl-content .cpxl-index1 .right-content .title p {
    font-size: 0.7rem;
    margin-top: 0.5rem;
  }
  .cpxl-content .cpxl-index1 .right-content .desc {
    margin-top: 1rem;
  }
  .cpxl-content .cpxl-index1 .right-content .desc p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .cpxl-content .cpxl-index1 .right-content ul {
    margin-top: 1.5rem;
  }
  .cpxl-content .cpxl-index1 .right-content ul li {
    width: 32%;
    height: auto;
    padding-bottom: 1rem;
  }
  .cpxl-content .cpxl-index1 .right-content ul li h3 {
    height: 34px;
    line-height: 34px;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .cpxl-content .cpxl-index1 .right-content ul li p {
    padding: 0.4rem 0.5rem 0;
    font-size: 0.7rem;
  }
  .cpxl-content .cpxl-index2 {
    padding-top: 2rem;
  }
  .cpxl-content .cpxl-index2 .content {
    margin-top: 1.2rem;
  }
  .cpxl-content .cpxl-index2 .content .video {
    height: 20rem;
  }
  .cpxl-content .cpxl-index3 {
    padding-top: 2rem;
  }
  .cpxl-content .cpxl-index3 ul {
    margin-top: 1.5rem;
    display: block;
  }
  .cpxl-content .cpxl-index3 ul li {
    width: 100%;
    display: flex;
  }
  .cpxl-content .cpxl-index3 ul li .img {
    height: 10rem;
    width: 50%;
  }
  .cpxl-content .cpxl-index3 ul li .info {
    width: 50%;
    padding: 1rem;
    height: 10rem;
  }
  .cpxl-content .cpxl-index3 ul li .info .t h3 {
    font-size: 0.9rem;
  }
  .cpxl-content .cpxl-index3 ul li .info .t p {
    font-size: 0.6rem;
    line-height: 1.5;
  }
  .cpxl-content .cpxl-index3 ul li .info .p {
    margin-top: 0.5rem;
  }
  .cpxl-content .cpxl-index3 ul li .info .p p {
    font-size: 0.7rem;
    line-height: 1.6;
  }
  .cpxl-content .cpxl-index3 ul li .info .en {
    display: none;
  }
  .yewu-page {
    padding: 2.5rem 0;
  }
  .yewu-page .tit h2 {
    font-size: 1.2rem;
  }
  .yewu-page .page-index1 {
    margin-top: 1.5rem;
    flex-wrap: wrap;
  }
  .yewu-page .page-index1 .left-content {
    width: 100%;
  }
  .yewu-page .page-index1 .left-content .t h3 {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .yewu-page .page-index1 .left-content .desc {
    margin-top: 1rem;
  }
  .yewu-page .page-index1 .left-content .desc p {
    font-size: 0.8rem;
    line-height: 1.6;
  }
  .yewu-page .page-index1 .left-content ul {
    margin-top: 1rem;
  }
  .yewu-page .page-index1 .left-content ul li h3,
  .yewu-page .page-index1 .left-content ul li p {
    font-size: 0.75rem;
  }
  .yewu-page .page-index1 .right-content {
    width: 100%;
    margin-top: 1rem;
  }
  .yewu-page .page-ts .t h3 {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .yewu-page .page-ts ul {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .yewu-page .page-ts ul li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .yewu-page .page-ts ul li h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .yewu-page .page-ts ul li p {
    line-height: 24px;
    font-size: 13px;
  }
  .yewu-page .page-index2 {
    margin-top: 2rem;
  }
  .yewu-page .page-index2 .t h3 {
    font-size: 0.9rem;
  }
  .yewu-page .page-index2 ul li {
    width: 5.8rem;
    height: 5.8rem;
    margin-bottom: 1.5rem;
  }
  .yewu-page .page-index2 ul li P {
    font-size: 0.8rem;
    text-align: center;
  }
  .yewu-page .page-index2 ul span {
    display: none;
  }
  .yewu-page .page-index3 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .yewu-page .page-jclc {
    margin-top: 1rem;
  }
  .yewu-page .page-jclc .t h3 {
    font-size: 0.9rem;
  }
  .yewu-page .page-jclc .t p {
    font-size: 12px;
  }
  .yewu-page .page-jclc ul li {
    width: 33.33%;
    margin-bottom: 1.5rem;
  }
  .yewu-page .page-jclc ul li .img {
    width: 8rem;
    height: 8rem;
  }
  .yewu-page .page-jclc ul li p {
    font-size: 15px;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 425px) {
  .pageContent .titleBox {
    width: 100%;
  }
  .pageContent .titleBox .t {
    display: block;
    text-align: center;
  }
  .pageContent .titleBox .t p {
    font-size: 2.4rem;
  }
  .pageContent .titleBox .t h2 {
    position: static;
    font-size: 1.3rem;
  }
  .pageContent .company .company-index1 .company-brief .right-content {
    width: 100%;
    padding-top: 0;
  }
  .pageContent .company .company-index1 .company-brief .right-content .tit h3 {
    font-size: 1.5rem;
    letter-spacing: 0rem;
  }
  .pageContent .company .company-index1 .company-brief ul li p {
    font-size: 1rem;
  }
  .pageContent .company .company-index3 .listNum .numCount {
    flex-wrap: wrap;
  }
  .pageContent .company .company-index3 .listNum .numCount .item {
    width: 49%;
    padding: 1rem 0.5rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item img {
    max-width: 4rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .numU .numCX {
    font-size: 1.5rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .numU .unitC {
    font-size: 1.5rem;
  }
  .pageContent .company .company-index3 .listNum .numCount .item .indc {
    font-size: 1.2rem;
  }
  .pageContent .contact .contact-content .tit h3 {
    font-size: 1.5rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li {
    padding-left: 30px;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .pageContent .contact .contact-content .left-contact .contact-list li a {
    font-size: 1.1rem;
  }
  .pageContent .contact .contact-content .left-contact .wxBox div {
    justify-content: center;
    flex-wrap: wrap;
  }
  .pageContent .contact .contact-content .left-contact .wxBox div h3 {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
  .pageContent .contact .contact-content .right-contact .message {
    width: 100%;
  }
  .pageContent .contact .contact-content .right-contact .message .form-tr {
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem;
  }
  .pageContent .contact .contact-content .right-contact .message .form-tr input {
    height: 42px;
  }
  .pageContent .contact .contact-content .right-contact .message .textarea {
    width: 100%;
  }
  .pageContent .contact .contact-content .right-contact .message .textarea textarea {
    height: 8rem;
    min-height: 80px;
  }
  .pageContent .contact .contact-content .right-contact .message .submit a {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }
  .pageContent .contact .contact-content .right-contact .contact-map {
    width: 100%;
    height: 18rem;
    margin-top: 1rem;
  }
  .pageContent .honor-page .honor-list ul li {
    width: 100%;
    margin-right: 0%;
  }
  .pageContent .honor-page .honor-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .honor-page .honor-list ul li .img {
    height: 20rem;
  }
  .pageContent .honor-page .honor-list ul li h3 {
    font-size: 13px;
    margin-top: 0.5rem;
  }
  .pageContent .news-page .news-content .newsList li {
    width: 100%;
    margin-right: 0%;
  }
  .pageContent .news-page .news-content .newsList li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pageContent .news-page .news-content .newsList li .img {
    height: 15rem;
  }
  .pageContent .news-page .news-content .newsList li .info h3 {
    font-size: 1.2rem;
  }
  .pageContent .news-page .news-content .newsList li .info article {
    font-size: 1rem;
    margin-top: 0.5rem;
    line-height: 1.6;
  }
  .pageContent .news-page .news-content .newsList li .info span {
    font-size: 0.7rem;
  }
  .pageContent .product-list {
    flex-wrap: wrap;
  }
  .pageContent .product-list li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .pageContent .product-list li a .t p {
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .pageContent .product-list li a .t h3 {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
  .cpxl-content .cpxl-index1 .right-content .title h3 {
    font-size: 2.1rem;
  }
  .cpxl-content .cpxl-index1 .right-content .title h4 {
    font-size: 1.2rem;
  }
  .cpxl-content .cpxl-index1 .right-content .desc p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .cpxl-content .cpxl-index1 .right-content ul li h3 {
    font-size: 0.9rem;
  }
  .cpxl-content .cpxl-index1 .right-content ul li p {
    font-size: 0.7rem;
  }
  .cpxl-content .cpxl-index2 .content .video {
    height: 18rem;
    border-radius: 0.5rem;
  }
  .cpxl-content .cpxl-index3 ul li .info .t h3 {
    font-size: 1rem;
  }
  .cpxl-content .cpxl-index3 ul li .info .p p {
    font-size: 0.8rem;
  }
  .yewu-page .tit h2 {
    font-size: 1.4rem;
  }
  .yewu-page .page-index1 .left-content {
    width: 100%;
  }
  .yewu-page .page-index1 .left-content .t h3 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .yewu-page .page-index1 .left-content .desc p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  .yewu-page .page-index1 .left-content ul li h3,
  .yewu-page .page-index1 .left-content ul li p {
    font-size: 0.85rem;
  }
  .yewu-page .page-ts .t h3 {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .yewu-page .page-ts ul {
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .yewu-page .page-ts ul li {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .yewu-page .page-ts ul li h3,
  .yewu-page .page-ts ul li p {
    font-size: 0.85rem;
  }
  .yewu-page .page-index2 .t h3 {
    font-size: 1.1rem;
  }
  .yewu-page .page-index2 ul li {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.5rem;
  }
  .yewu-page .page-index2 ul li P {
    font-size: 0.85rem;
    text-align: center;
  }
  .yewu-page .page-index2 ul span {
    display: none;
  }
  .yewu-page .page-index3 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .yewu-page .page-jclc .t h3 {
    font-size: 1.1rem;
  }
  .yewu-page .page-jclc ul li {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .yewu-page .page-jclc ul li .img {
    width: 10rem;
    height: 10rem;
  }
  .yewu-page .page-jclc ul li p {
    font-size: 0.85rem;
    margin-top: 0.8rem;
  }
}
.prodectInfo {
  padding-top: 150px;
  padding-bottom: 120px;
  min-height: 600px;
  background: #f5f5f5;
  position: relative;
}
.prodectInfo .info-main {
  display: flex;
  flex-wrap: wrap;
}
.prodectInfo .info-main .s-info-img {
  width: 130px;
  position: relative;
  padding: 50px 0 50px;
}
.prodectInfo .info-main .s-info-img .small-swiper {
  padding: 0 10px;
  height: 370px;
}
.prodectInfo .info-main .s-info-img .small-swiper .swiper-slide {
  height: 110px;
  margin-bottom: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.prodectInfo .info-main .s-info-img .small-swiper .swiper-slide:last-of-type {
  margin-bottom: 0;
}
.prodectInfo .info-main .s-info-img .small-swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  transition: 0.5s;
  height: auto;
}
.prodectInfo .info-main .s-info-img .small-swiper .swiper-slide-thumb-active {
  transform: scale(1.15);
}
.prodectInfo .info-main .s-info-img .swiper-button-black {
  opacity: 0.6;
}
.prodectInfo .info-main .s-info-img .swiper-button-disabled {
  opacity: 0.3;
}
.prodectInfo .info-main .s-info-img .swiper-button-prev {
  top: 0;
  margin: 0 auto;
  transform: rotate(90deg);
  left: 0;
  right: 0;
}
.prodectInfo .info-main .s-info-img .swiper-button-next {
  bottom: 0;
  top: auto;
  margin: 0 auto;
  transform: rotate(90deg);
  left: 0;
  right: 0;
}
.prodectInfo .info-main .m-s-info-img {
  position: relative;
  margin-top: 1rem;
  padding: 0 1.5rem;
  display: none;
}
.prodectInfo .info-main .m-s-info-img .m-small-swiper .swiper-slide {
  width: 31.5%;
  height: 6.5rem;
  margin-bottom: 20px;
  transition: 0.5s;
  border: 1px solid #eee;
  margin-right: 1.3%;
}
.prodectInfo .info-main .m-s-info-img .m-small-swiper .swiper-slide-thumb-active {
  border: 1px solid #333;
}
.prodectInfo .info-main .m-s-info-img .swiper-button-black {
  opacity: 0.6;
  width: 1rem;
  height: 2rem;
  background-size: contain;
}
.prodectInfo .info-main .m-s-info-img .swiper-button-disabled {
  opacity: 0.3;
}
.prodectInfo .info-main .m-s-info-img .swiper-button-prev {
  top: calc(50% - 1rem);
  margin: 0 auto;
  left: 0;
  right: auto;
}
.prodectInfo .info-main .m-s-info-img .swiper-button-next {
  top: calc(50% - 1rem);
  margin: 0 auto;
  left: auto;
  right: 0;
}
.prodectInfo .info-main .b-info-img {
  width: 440px;
  height: 440px;
  border-bottom: 1px solid #eee;
  margin-left: 20px;
  margin-top: 15px;
}
.prodectInfo .info-main .b-info-img .big-swiper .swiper-slide {
  height: 440px;
}
.prodectInfo .info-main .b-info-img .big-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.prodectInfo .info-main .b-info-img .big-swiper .swiper-slide .video {
  width: 100%;
  height: 100%;
}
.prodectInfo .info-main .b-info-img .m-big-swiper {
  display: none;
}
.prodectInfo .info-main .b-info-img .m-big-swiper .swiper-slide {
  height: auto;
  max-width: 440px;
  overflow: hidden;
}
.prodectInfo .info-main .b-info-img .m-big-swiper .swiper-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}
.prodectInfo .info-main .b-info-img .m-big-swiper .swiper-slide .video {
  width: 100%;
  height: 100%;
}
.prodectInfo .info-main .info-content {
  width: calc(100% - 130px - 440px - 50px);
  margin-left: 30px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px 40px 60px;
  position: relative;
}
.prodectInfo .info-main .info-content .tit h3 {
  font-size: 28px;
}
.prodectInfo .info-main .info-content .tit .price {
  font-size: 20px;
  color: #999;
  margin-top: 10px;
}
.prodectInfo .info-main .info-content .param {
  margin-top: 30px;
}
.prodectInfo .info-main .info-content .param h3 {
  font-size: 20px;
  color: #000;
}
.prodectInfo .info-main .info-content .param ul {
  display: flex;
  flex-wrap: wrap;
}
.prodectInfo .info-main .info-content .param ul li {
  width: 50%;
  display: flex;
}
.prodectInfo .info-main .info-content .param ul li h4,
.prodectInfo .info-main .info-content .param ul li p {
  font-size: 18px;
  line-height: 1;
  color: #999999;
  margin-top: 15px;
}
.prodectInfo .info-main .info-content .newsPage {
  position: absolute;
  right: 0;
  bottom: 20px;
  display: flex;
}
.prodectInfo .info-main .info-content .newsPage .page-a {
  margin-right: 20px;
}
.prodectInfo .info-details {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.prodectInfo .info-details .sider-box {
  width: 224px;
}
.prodectInfo .info-details .details-content {
  width: calc(96% - 224px);
  background: #fff;
}
.prodectInfo .info-details .details-content .title {
  height: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}
.prodectInfo .info-details .details-content .title h3 {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 140px;
  background: #333;
  color: #f5f5f5;
}
.prodectInfo .info-details .details-content .details {
  min-height: 400px;
  padding: 0 15px 50px;
}
.prodectInfo .info-details .details-content .details img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.prodectInfo .sider-fixed {
  display: none;
}
#playercontainer .jw-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#playercontainer .jw-controls .jw-display-icon-container {
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 3.4rem;
  height: 3.4rem;
  position: static;
  margin: 0;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
#playercontainer .jw-controls .jw-display-icon-container .jw-icon::before {
  font-size: 0;
}
#m-playercontainer .jw-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}
#m-playercontainer .jw-controls .jw-display-icon-container {
  background: rgba(255, 255, 255, 0);
  border: none;
  width: 3.4rem;
  height: 3.4rem;
  position: static;
  margin: 0;
}
#m-playercontainer .jw-controls .jw-display-icon-container .jw-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/play.png) no-repeat center center;
  background-size: contain;
}
#m-playercontainer .jw-controls .jw-display-icon-container .jw-icon::before {
  font-size: 0;
}
.search_pagenation {
  text-align: center;
  margin-top: 1rem;
}
.search_pagenation a {
  display: inline-block;
  width: 5rem;
  height: 2rem;
  font-size: 0.8rem;
  background: #333;
  color: #fff;
  line-height: 2rem;
  margin: 0 0.25rem;
}
.search_pagenation .noothers {
  display: none;
}
.fix_box {
  position: fixed;
  top: 50%;
  left: 2%;
  z-index: 12;
  width: 50px;
}
.fix_box li {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s linear 0s;
  perspective: 1000;
  transform-style: preserve-3d;
}
.fix_box li i {
  display: block;
  width: 50px;
  height: 50px;
  transition: 0.3s;
  border-radius: 10px;
  border: 1px solid #ededed;
  box-sizing: border-box;
}
.fix_box li div {
  border-radius: 3px;
  position: absolute;
  width: 140px;
  left: 65px;
  padding-top: 10px;
  text-align: center;
  background-color: #f5f5f5;
  bottom: 7px;
  transform: rotateX(-90deg);
  transition: all 0.2s linear 0s;
  box-sizing: border-box;
}
.fix_box li div::before {
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-right: 8px solid #f5f5f5;
  display: block;
  content: '';
  position: absolute;
  top: 12px;
  left: -16px;
  transition: top 0.2s linear;
  transition-delay: 0.1s;
}
.fix_box li div img {
  display: block;
  width: 110px;
  margin: 0 auto;
}
.fix_box li div h3 {
  color: #666;
  text-align: center;
  line-height: 30px;
}
.fix_box li.active i {
  background-color: rgba(255, 255, 255, 0.9);
}
.fix_box li.active div {
  bottom: -60px;
  transform: rotateX(0deg);
}
.fix_box li.active div::before {
  top: 56px;
}
.fix_box .qrcode_wx {
  margin-bottom: 30px;
}
.fix_box .qrcode_wx i {
  background: rgba(255, 255, 255, 0.7) url(../images/icon8.png) no-repeat center center;
}
.fix_box .qrcode_gzh i {
  background: rgba(255, 255, 255, 0.7) url(../images/icon9.png) no-repeat center center;
}
.m-fix_box {
  position: fixed;
  bottom: 100px;
  right: 2%;
  z-index: 12;
  width: 30px;
  display: none;
}
.m-fix_box li {
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.m-fix_box li i {
  display: block;
  width: 30px;
  height: 30px;
  transition: 0.3s;
  border-radius: 10px;
  box-sizing: border-box;
}
.m-fix_box .qrcode_wx {
  margin-bottom: 10px;
}
.m-fix_box .qrcode_wx i {
  background: rgba(255, 255, 255, 0.7) url(../images/icon12.png) no-repeat center center;
}
.m-fix_box .qrcode_gzh i {
  background: rgba(255, 255, 255, 0.7) url(../images/icon13.png) no-repeat center center;
}
.back_to_top {
  position: fixed;
  bottom: 55px;
  right: 2%;
  z-index: 12;
  width: 50px;
  height: 50px;
  background: rgba(20, 20, 20, 0.4) url(../images/icon-top.png) no-repeat center center;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  display: none;
}
.back_to_top:hover {
  background-color: rgba(20, 20, 20, 0.5);
}
.layui-layer-page {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box {
  width: 260px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box img {
  display: block;
  width: 210px;
  height: 210px;
  margin: 0 auto;
}
.layui-layer-page .layui-layer-content .qrcode_wx_box p {
  line-height: 28px;
}
.layui-layer-page .layui-layer-setwin {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: auto;
  bottom: -20px;
  font-size: 0;
  line-height: initial;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/icon14.png) no-repeat center center;
  border: 1px solid #f5f5f5;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
  background: url(../images/icon14.png) no-repeat center center;
}
@media screen and (min-width: 1440px) and (max-width: 99999px) {
  .main {
    max-width: 1680px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439.98px) {
  .main {
    max-width: 1440px;
    margin: 0 auto;
  }
  .neiye {
    padding: 75px 0 5rem;
  }
  .fixed-banner {
    height: 400px;
  }
  .fixed-banner .bg-img p {
    font-size: 32px;
  }
  .fixed-banner .bg-img h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .main {
    margin: 0 auto;
    padding: 0 50px;
    width: 100%;
    box-sizing: border-box;
  }
  .neiye {
    padding: 50px 0 5rem;
  }
  .fixed-banner {
    height: 320px;
  }
  .fixed-banner .bg-img .main {
    padding-top: 76px;
  }
  .fixed-banner .bg-img p {
    font-size: 32px;
  }
  .fixed-banner .bg-img h3 {
    font-size: 35px;
  }
  .fix_box {
    display: none;
  }
  .m-fix_box {
    bottom: 110px;
    width: 40px;
    display: block;
  }
  .m-fix_box li {
    width: 40px;
    height: 40px;
  }
  .m-fix_box li i {
    width: 40px;
    height: 40px;
  }
  .m-fix_box .qrcode_wx i {
    background: rgba(255, 255, 255, 0.7) url(../images/icon8.png) no-repeat center center;
  }
  .m-fix_box .qrcode_gzh i {
    background: rgba(255, 255, 255, 0.7) url(../images/icon9.png) no-repeat center center;
  }
  .back_to_top {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
@media (max-width: 767.98px) {
  .main {
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .neiye {
    padding: 2rem 0 4rem;
  }
  .fixed-banner {
    height: 15rem;
    min-height: 180px;
  }
  .fixed-banner .bg-img .main {
    padding-top: 55px;
  }
  .fixed-banner .bg-img p {
    font-size: 1.6rem;
  }
  .fixed-banner .bg-img h3 {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .fix_box {
    display: none;
  }
  .m-fix_box {
    display: block;
    bottom: 80px;
  }
  .back_to_top {
    bottom: 40px;
    width: 30px;
    height: 30px;
    background: rgba(20, 20, 20, 0.4) url(../images/icon-m-top.png) no-repeat center center;
    background-size: contain;
  }
}
@media (max-width: 1023.98px) {
  #playercontainer .jw-controls .jw-display-icon-container {
    width: 3.2rem;
    height: 3.2rem;
  }
  #m-playercontainer .jw-controls .jw-display-icon-container {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.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: #329252;
  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: 20px 20px 0 0;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-1:hover:before {
  border-width: 300px 300px 0 0;
}
.btn-2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  display: block;
  z-index: 1;
}
.btn-2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #329252;
  -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 #329252 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-2:hover:before {
  border-width: 300px 0 0 300px;
}
.btn-2:hover:after {
  border-width: 0 300px 300px 0;
}
.btn-3 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  z-index: 1;
}
.btn-3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent #329252;
  -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 #329252 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: #000;
  -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: #329252;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  z-index: -1;
}
.btn-6:after {
  top: auto;
  bottom: 0;
}
.btn-6:hover:before,
.btn-6:hover:after {
  height: 40px;
}
.btn-7 {
  position: relative;
  transform-style: preserve-3d;
  transition: 0.4s;
}
.btn-7:hover {
  transform: translateZ(20px) rotateX(360deg) scale(1.1);
}
.btn-8 {
  position: relative;
  transform-style: preserve-3d;
  transition: 1s;
}
.btn-8:hover {
  transform: rotateY(360deg);
}
.btn-9 {
  position: relative;
  z-index: 1;
}
.btn-9::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #329252;
  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: #329252;
  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 #329252;
  -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 #329252 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 #329252 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: #329252 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 #329252 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 #329252;
}
.btn-span-2:before,
.btn-span-2:after {
  border-color: #329252;
}
.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: #329252 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 #329252 transparent;
}
.btn-span-2span:before,
.btn-span-2span:after {
  border-color: #329252;
}
.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: #329252;
  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(50, 146, 82, 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(50, 146, 82, 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: #329252;
}
.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: #329252;
}
.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: #329252;
}
.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(50, 146, 82, 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: #329252;
  -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: #329252;
  -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: #329252;
  -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(231, 234, 237, 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);
  }
}
@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes bgInUp {
  0% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 200%;
  }
  100% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 100%;
  }
}
@keyframes bgInUp {
  0% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 200%;
  }
  100% {
    background: #000000 url(../images/footer-bg.png) no-repeat center 100%;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
