.w1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.main {
  margin: 0 auto;
  padding: 0 6vw;
  max-width: 1920px;
  box-sizing: border-box;
}
@media screen and (max-width: 1319.99px) {
  .main {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1023.99px) {
  .main {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767.99px) {
  .main {
    padding: 0 0.3rem !important;
  }
}
.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tet {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fl {
  display: flex;
  justify-content: start;
}
.header-section {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  height: 110px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  background: transparent;
}
.header-section.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.8);
  height: 90px;
}
.header-section .web-nav {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  position: static;
  z-index: 5;
}
.header-section .web-nav .nav-logo {
  position: relative;
  z-index: 6;
  margin-right: auto;
}
.header-section .web-nav .nav-logo h1 {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-section .web-nav .nav-logo h1 a {
  display: flex;
  align-items: center;
  font-size: 0;
}
.header-section .web-nav .nav-logo h1 img {
  display: block;
  height: 40px;
  width: auto;
}
.header-section .web-nav .nav-list {
  display: flex;
  justify-content: start;
  align-items: center;
}
.header-section .web-nav .nav-list .li {
  margin-right: 40px;
}
.header-section .web-nav .nav-list .li:last-of-type {
  margin-right: 0;
}
.header-section .web-nav .nav-list .li.active .a {
  color: #00a5ff;
}
.header-section .web-nav .nav-list .li .a {
  cursor: pointer;
  line-height: 60px;
  position: relative;
  letter-spacing: 1px;
  z-index: 6;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.header-section .web-nav .nav-list .li .a:hover {
  color: #00a5ff;
}
.header-section .m-web-nav {
  box-sizing: border-box;
  width: 100%;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
  height: 100%;
}
.header-section .m-web-nav.active {
  background: #fff;
}
.header-section .m-web-nav.active .menu span {
  background: #000;
}
.header-section .m-web-nav .nav-logo {
  position: relative;
  z-index: 6;
}
.header-section .m-web-nav .nav-logo h1 {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-section .m-web-nav .nav-logo h1 a {
  display: flex;
  align-items: center;
  font-size: 0;
}
.header-section .m-web-nav .nav-logo h1 img {
  display: block;
  height: 28px;
  width: auto;
}
.header-section .m-web-nav .menu {
  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;
  border-radius: 50%;
  transition: 0.4s;
}
.header-section .m-web-nav .menu.click span:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}
.header-section .m-web-nav .menu.click span:nth-of-type(2) {
  opacity: 0;
}
.header-section .m-web-nav .menu.click span:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header-section .m-web-nav .menu span {
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
  position: relative;
  border-radius: 1px;
}
.header-section .m-menu-section {
  position: fixed;
  display: none;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.8);
  padding-top: 60px;
  transform: translateY(-100%);
  transition: 1s;
}
.header-section .m-menu-section.active {
  transform: translateY(0);
}
.header-section .m-menu-section .nav-list {
  padding-top: 0.6rem;
}
.header-section .m-menu-section .nav-list li {
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}
.header-section .m-menu-section .nav-list li:nth-of-type(1) {
  transform: translateY(30px);
}
.header-section .m-menu-section .nav-list li:nth-of-type(2) {
  transform: translateY(50px);
}
.header-section .m-menu-section .nav-list li:nth-of-type(3) {
  transform: translateY(90px);
}
.header-section .m-menu-section .nav-list li:nth-of-type(4) {
  transform: translateY(130px);
}
.header-section .m-menu-section .nav-list li:nth-of-type(5) {
  transform: translateY(170px);
}
.header-section .m-menu-section .nav-list li:nth-of-type(5) {
  transform: translateY(210px);
}
.header-section .m-menu-section .nav-list li:nth-of-type(6) {
  transform: translateY(250px);
}
.header-section .m-menu-section .nav-list li:nth-of-type(7) {
  transform: translateY(290px);
}
.header-section .m-menu-section .nav-list li .lia {
  padding: 0.28rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #666;
  transition: 0.3s;
  color: #fff;
  font-size: 0.36rem;
}
.header-section .m-menu-section .nav-list li span {
  width: 0.5rem;
  text-align: center;
  color: #e3e3e3;
  font-size: 0.4rem;
}
.header-section .m-menu-section .nav-list li .icon-jian1 {
  display: none;
}
.header-section .m-menu-section .nav-list li .icon-jiantouyou {
  font-size: 0.4rem;
  font-weight: normal;
}
.header-section .m-menu-section .nav-list li .erji {
  display: none;
  overflow: hidden;
}
.header-section .m-menu-section .nav-list li .erji a {
  display: block;
  padding-left: 1rem;
  color: #e3e3e3;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 42px;
  border-bottom: 1px solid #dedede;
}
.header-section .m-menu-section .nav-list li.active {
  transform: translateY(0);
  opacity: 1;
}
.header-section .m-menu-section .nav-list li.active1 .icon-jian1 {
  display: block;
}
.header-section .m-menu-section .nav-list li.active1 .lia {
  border-bottom: 1px solid transparent;
}
.header-section .m-menu-section .nav-list li.active1 .icon-jia1 {
  display: none;
}
.header-section .m-menu-section .nav-list.active {
  display: none;
}
.header-section .m-menu-section .lang-box {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 0.25rem;
  transform: translateY(1rem);
  opacity: 0;
  transition: 0.5s;
}
.header-section .m-menu-section .lang-box.active {
  transform: translateY(0);
  opacity: 1;
}
.header-section .m-menu-section .lang-box .lang {
  display: inline-flex;
  text-align: center;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.5s;
}
.header-section .m-menu-section .lang-box .lang span {
  display: flex;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  margin-left: 6px;
}
.header-section .m-menu-section .lang-box .lang span:hover {
  color: #00a5ff;
}
@media screen and (max-width: 1319.99px) {
  .header-section .web-nav .nav-logo h1 img {
    height: 36px;
  }
  .header-section .web-nav .nav-list .li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023.99px) {
  .header-section {
    height: 80px;
  }
  .header-section.active {
    height: 64px;
  }
  .header-section .web-nav {
    display: none;
  }
  .header-section .m-web-nav {
    display: flex;
  }
  .header-section .erji-nav-section {
    display: none;
  }
  .header-section .m-menu-section {
    display: block;
  }
}
@media screen and (max-width: 767.99px) {
  .header-section {
    height: 64px;
  }
  .header-section.active {
    height: 54px;
  }
  .header-section .m-web-nav .nav-logo h1 img {
    height: 28px;
  }
}
.load-section {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #cce7ff;
  overflow: hidden;
  transition: 2s;
}
.load-section .content {
  position: absolute;
  top: -24%;
  left: -30%;
  width: 160vw;
  z-index: 10000000;
}
.load-section .image-group {
  display: -ms-grid;
  display: flex;
  margin-bottom: 4vw;
  position: relative;
  z-index: 9999999999;
}
.load-section .image-group:nth-of-type(2n) {
  opacity: 0.4;
}
.load-section .image-group img {
  width: 20vw;
  position: relative;
  z-index: 9999999999;
}
.load-section .title-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20vw;
  background: rgba(255, 255, 255, 0.5);
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.load-section .title-content h1 {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1;
  margin-top: 2vw;
  text-transform: uppercase;
}
.load-section .title-content h2 {
  font-size: 4.8vw;
  font-weight: bold;
}
.a-link {
  -webkit-transition: background-size 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
  transition: background-size 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s !important;
  color: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#999)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#999, #999) 100% 100%/0 1px no-repeat;
  will-change: background-size;
}
.a-link:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.banner-section {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: #121212;
}
.banner-section .swiper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.banner-section .swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  opacity: 0 !important;
}
.banner-section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .swiper .swiper-slide .desc {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .swiper .swiper-slide .desc h4 {
  margin-top: 40px;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: bold;
}
.banner-section .swiper .swiper-slide .desc h4 span {
  display: inline-flex;
}
.banner-section .swiper .swiper-slide .desc h4 span:last-of-type {
  color: #00a5ff;
  margin-left: 1rem;
}
.banner-section .swiper .swiper-slide .desc p {
  font-size: 0.45rem;
  margin: 15px 0 10px;
  color: rgba(255, 255, 255, 0.5);
}
.banner-section .swiper .swiper-slide-active {
  opacity: 1 !important;
}
.banner-section .swiper .swiper-slide-active {
  overflow: hidden;
}
.banner-section .swiper .swiper-slide-active img {
  transform: translateZ(0) scale(1);
}
.banner-section .swiper .swiper-pagination {
  bottom: 20px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 50px;
}
.banner-section .swiper .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
  width: 52px;
  height: 4px;
  opacity: 1;
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 0px;
}
.banner-section .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #eee;
}
@media screen and (max-width: 1319.99px) {
  .banner-section {
    height: 80vh;
  }
}
@media screen and (max-width: 1023.99px) {
  .banner-section {
    height: 60vh;
  }
  .banner-section .swiper .swiper-slide .desc h4 {
    margin-top: 20px;
    font-size: 0.64rem;
  }
  .banner-section .swiper .swiper-slide .desc h4 span:last-of-type {
    margin-left: 0.5rem;
  }
  .banner-section .swiper .swiper-slide .desc p {
    font-size: 0.32rem;
    margin: 10px 0 10px;
  }
}
.section-title {
  margin-bottom: 0.6rem;
}
.section-title h3 {
  text-align: center;
  font-size: 0.64rem;
  font-weight: bold;
}
.section-title p {
  text-align: center;
  font-size: 0.32rem;
  color: #999;
  font-weight: normal;
  text-transform: uppercase;
}
.discover-more {
  display: block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  text-transform: uppercase;
  transition: 0.5s;
  text-align: center;
  border: 1px solid #666;
}
.discover-more:hover {
  background: #00a5ff;
  color: #fff;
  border: 1px solid #00a5ff;
}
.section-fixed-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-index1 {
  padding: 100px 0 120px;
  background: url(../images/bg.jpg) no-repeat bottom left;
}
.section-index1 .section-content {
  padding: 0 8vw;
}
.section-index1 .section-content .list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-index1 .section-content .list li {
  width: 48%;
  margin-bottom: 40px;
}
.section-index1 .section-content .list li:last-of-type {
  margin-bottom: 0;
}
.section-index1 .section-content .list li:nth-of-type(2n) .content {
  order: 1;
  padding-left: 0px;
  padding-right: 40px;
}
.section-index1 .section-content .list li:nth-of-type(2n) .img {
  order: 2;
}
.section-index1 .section-content .list li .img {
  margin-bottom: 15px;
}
.section-index1 .section-content .list li .img img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.section-index1 .section-content .list li .content {
  box-sizing: border-box;
}
.section-index1 .section-content .list li .content .title {
  display: flex;
  align-items: center;
}
.section-index1 .section-content .list li .content .title .icon {
  width: 44px;
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-index1 .section-content .list li .content .title .icon::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #cce7ff;
  border-radius: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}
.section-index1 .section-content .list li .content .title .icon img {
  position: relative;
  z-index: 5;
  width: 35px;
}
.section-index1 .section-content .list li .content .title h2 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-left: 0px;
}
.section-index1 .section-content .list li .content .title h3 {
  font-size: 0.36rem;
  font-weight: bold;
  margin-left: 20px;
}
.section-index1 .section-content .list li .content .desc {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.5;
}
.section-index1 .section-content .list li .content a {
  display: inline-flex;
  font-size: 16px;
  margin-top: 10px;
  color: #666;
}
.section-index2 {
  padding: 100px 0 20px;
}
.section-index2 .section-content .swiper1 {
  border: 2px solid #eee;
  border-bottom: none;
  overflow: hidden;
}
.section-index2 .section-content .swiper1 .swiper-slide {
  cursor: pointer;
  padding: 20px 0;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #eee;
  border-right: 2px solid #eee;
  transition: 0.3s;
}
.section-index2 .section-content .swiper1 .swiper-slide:last-of-type {
  border-right: none;
}
.section-index2 .section-content .swiper1 .swiper-slide .icon {
  position: relative;
}
.section-index2 .section-content .swiper1 .swiper-slide .icon::after {
  position: absolute;
  content: "";
  left: 49%;
  top: 20%;
  transform: translate(-49%, -20%);
  width: 24px;
  height: 24px;
  border-radius: 0.5rem;
  background: linear-gradient(206.57deg, rgba(0, 133, 255, 0.5) 0%, rgba(34, 181, 115, 0) 83.33%);
  /* z-index: -1; */
  display: none;
  animation: tiaodong 2s infinite;
  -webkit-animation: tiaodong 2s infinite;
}
.section-index2 .section-content .swiper1 .swiper-slide .icon svg path {
  fill: #000;
}
.section-index2 .section-content .swiper1 .swiper-slide h3 {
  font-size: 0.32rem;
  margin-left: 0.32rem;
}
.section-index2 .section-content .swiper1 .swiper-slide.swiper-slide-thumb-active {
  border-bottom-color: transparent ;
}
.section-index2 .section-content .swiper1 .swiper-slide.swiper-slide-thumb-active .icon::after {
  display: block;
}
.section-index2 .section-content .swiper1 .swiper-slide.swiper-slide-thumb-active h3 {
  font-weight: bold;
  color: #0085ff;
}
.section-index2 .section-content .swiper2 {
  border: 2px solid #eee;
  border-top: none;
  overflow: hidden;
}
.section-index2 .section-content .swiper2 .swiper-slide {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title {
  display: flex;
  align-items: center;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title .icon {
  margin-right: 15px;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title .icon img {
  max-width: 40px;
  max-height: 40px;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title h3 {
  font-size: 0.32rem;
  color: #00a5ff;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li {
  width: 49%;
  display: flex;
  align-items: center;
  background: #f9f9f9;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 20px;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one {
  width: 20%;
  border-right: 1px solid #eaeaea;
  padding: 10px 0;
  display: none;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 56px;
  height: 56px;
  background: #1e985f;
  border-radius: 50%;
  text-align: center;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle img {
  width: 24px;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle p {
  font-size: 0.24rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item {
  cursor: pointer;
  text-align: center;
  width: 20%;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item img {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item p {
  font-size: 0.24rem;
  margin-top: 8px;
  text-transform: uppercase;
  line-height: 1;
  color: #444;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .last .li {
  min-height: 56px;
  padding: 10px 0;
}
.section-index2 .section-content .swiper2 .swiper-slide .slide-item .last .li .item {
  width: 10%;
  margin: 5px 0;
}
.section-index3 {
  padding: 100px 0 120px;
}
.section-index3 .product-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.5rem 0.4rem;
  grid-template-columns: 1fr 1fr 1fr;
}
.section-index3 .product-list li {
  position: relative;
  background: #f7f7f7;
  cursor: pointer;
}
.section-index3 .product-list li:hover .img img {
  transform: scale(1.05);
}
.section-index3 .product-list .img {
  overflow: hidden;
  position: relative;
  padding-bottom: 55% !important;
}
.section-index3 .product-list .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: 0.5s;
}
.section-index3 .product-list .info {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  padding: 10px 15px 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.section-index3 .product-list .info h3 {
  font-size: 0.3rem;
  font-weight: bold;
}
.fixed-banner {
  overflow: hidden;
  height: 100vh;
  transition: 1.6s;
  position: relative;
}
.fixed-banner .bg-img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: 3s;
  text-align: center;
  position: relative;
}
.fixed-banner .bg-img p {
  color: #ffffff;
  font-size: 0.4rem;
  transition: 1s;
}
.fixed-banner .bg-img h3 {
  font-size: 1rem;
  color: #fff;
  transition: 1s;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.fixed-banner .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.fixed-banner .tag-nav {
  position: relative;
  left: 0;
  top: 120px;
}
.fixed-banner .tag-nav .main {
  display: flex;
  justify-content: flex-start;
}
.fixed-banner .tag-nav a {
  color: #efefef;
  position: relative;
  margin-right: 0.8rem;
  transition: 0.5s;
  text-transform: uppercase;
}
.fixed-banner .tag-nav a:hover {
  color: #00a5ff;
}
.fixed-banner .tag-nav a::after {
  content: '';
  position: absolute;
  right: -0.4rem;
  top: 2px;
  width: 1px;
  height: 14px;
  background-color: #efefef;
  transform: rotate(30deg);
}
.fixed-banner .tag-nav a:last-of-type::after {
  display: none;
}
#footer {
  background: #121212;
}
#footer .web-footer-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  color: #f5f5f5;
}
#footer .web-footer-nav .nav-logo {
  position: relative;
  z-index: 6;
  margin-left: 0 !important;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
#footer .web-footer-nav .nav-logo h1 {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
#footer .web-footer-nav .nav-logo h1 a {
  display: flex;
  align-items: center;
  font-size: 0;
}
#footer .web-footer-nav .nav-logo h1 img {
  display: block;
  height: 40px;
  width: auto;
}
#footer .web-footer-nav dl {
  margin-left: calc(40px + 3vw);
}
#footer .web-footer-nav dl dt {
  margin-bottom: 15px;
}
#footer .web-footer-nav dl dt h3 {
  font-size: 16px;
  line-height: 34px;
}
#footer .web-footer-nav dl dt a {
  font-size: 14px;
  line-height: 34px;
  color: #666666;
  font-weight: normal;
  transition: 0.3s;
}
#footer .web-footer-nav dl dt a:hover {
  color: #00a5ff;
}
#footer .web-footer-nav dl dd {
  margin-bottom: 15px;
  color: #666666;
  transition: 0.3s;
  line-height: 1;
  font-size: 14px;
}
#footer .web-footer-nav dl dd a {
  color: #666666;
  font-size: 14px;
}
#footer .web-footer-nav dl dd a:hover {
  color: #00a5ff;
}
#footer .web-footer-nav .wxBox dd {
  width: 132px;
  margin-left: auto;
}
#footer .web-footer-nav .wxBox dd img {
  width: 132px;
  height: auto;
}
#footer .web-footer-nav .wxBox dd h3 {
  font-size: 14px;
  color: #666666;
  line-height: 34px;
  text-align: center;
}
#footer .m-footer-nav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #f5f5f5;
  display: none;
  transition: 1s;
}
#footer .m-footer-nav dl {
  margin-bottom: 0.2rem;
}
#footer .m-footer-nav dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #5a5a5a;
  cursor: pointer;
  transition: 0.3s;
}
#footer .m-footer-nav dl dt h3 {
  font-size: 0.32rem;
}
#footer .m-footer-nav dl dt a {
  font-size: 0.28rem;
  color: #f5f5f5;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer .m-footer-nav dl .iconfont {
  width: 0.5rem;
  font-size: 0.4rem;
  text-align: center;
  color: #ddd;
}
#footer .m-footer-nav dl .icon-jian1 {
  display: none;
}
#footer .m-footer-nav dl.active .icon-jian1 {
  display: block;
}
#footer .m-footer-nav dl.active .icon-jia1 {
  display: none;
}
#footer .m-footer-nav dl.active dt {
  border-bottom: 1px solid transparent;
}
#footer .m-footer-nav dl .erji {
  display: none;
}
#footer .m-footer-nav dl dd {
  padding-top: 0.1rem;
}
#footer .m-footer-nav dl dd a {
  color: #ccc;
  transition: 0.3s;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.28rem;
  line-height: 34px;
  padding-left: 15px;
  display: block;
  border-bottom: 1px solid #5a5a5a;
}
#footer .m-footer-nav dl dd a:hover {
  color: #00a5ff;
}
#footer .m-footer-nav dl dd span {
  color: #ccc;
  transition: 0.3s;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.28rem;
  line-height: 28px;
  display: block;
}
#footer .m-footer-nav .nav-logo {
  position: relative;
  z-index: 6;
}
#footer .m-footer-nav .nav-logo dt {
  padding-bottom: 0.5rem;
}
#footer .m-footer-nav .nav-logo h1 {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#footer .m-footer-nav .nav-logo h1 a {
  display: flex;
  align-items: center;
  font-size: 0;
}
#footer .m-footer-nav .nav-logo h1 img {
  display: block;
  height: 40px;
  width: auto;
}
#footer .m-footer-nav .wxBox dd {
  width: 2.5rem;
}
#footer .m-footer-nav .wxBox dd img {
  width: 2.5rem;
  height: auto;
}
#footer .m-footer-nav .wxBox dd h3 {
  font-size: 0.3rem;
  color: #666666;
  line-height: 34px;
  text-align: center;
}
#footer .bottom {
  border-top: 1px solid #575757;
  padding: 1rem 0;
}
#footer .bottom .bottom-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom .bottom-info .bot-l {
  color: #b2b2b2;
}
#footer .bottom .bottom-info .bot-l p {
  line-height: 28px;
  font-size: 0.7rem;
}
#footer .bottom .bottom-info .bot-l p a {
  color: #b2b2b2;
  display: inline-block;
  line-height: 28px;
  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;
}
.bottom-section {
  border-top: 1px solid #373737;
  background: #121212;
  padding: 0.3rem 0 0.5rem;
}
.bottom-section .bottom-info {
  display: flex;
  justify-content: center;
}
.bottom-section .bottom-info p {
  color: #666;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
}
.bottom-section .bottom-info p a{
    color: #666;
    font-size: 12px;
}

@media screen and (max-width: 1439.99px) {
  .fixed-banner {
    height: 80vh;
  }
  #footer .web-footer-nav dl {
    margin-left: calc(15px + 3vw);
  }
  .section-index1 {
    padding: 100px 0 100px;
  }
  .section-index1 .section-content {
    padding: 0 4vw;
  }
  .section-index1 .section-content .list {
    margin-top: 60px;
  }
  .section-index1 .section-content .list li {
    margin-bottom: 80px;
  }
  .section-index1 .section-content .list li:nth-of-type(2n) .content {
    padding-right: 20px;
  }
  .section-index1 .section-content .list li .content {
    padding-left: 20px;
  }
  .section-index1 .section-content .list li .content .desc {
    margin-top: 30px;
  }
  .section-index1 .section-content .list li .content a {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023.99px) {
  .fixed-banner {
    height: 60vh;
  }
  #footer .web-footer-nav {
    display: none;
  }
  #footer .m-footer-nav .nav-logo h1 img {
    height: 40px;
  }
  .company-section .pc-company {
    display: none;
  }
  .company-section .m-company {
    display: block;
  }
  .section-index1 {
    padding: 60px 0 80px;
  }
  .section-index1 .section-content {
    padding: 0 2vw;
  }
  .section-index1 .section-content .list {
    margin-top: 40px;
  }
  .section-index1 .section-content .list li {
    margin-bottom: 60px;
  }
  .section-index1 .section-content .list li:nth-of-type(2n) .content {
    padding-right: 0px;
  }
  .section-index1 .section-content .list li .content {
    padding-left: 0px;
  }
  .section-index1 .section-content .list li .content .title .icon {
    width: 36px;
    height: 36px;
  }
  .section-index1 .section-content .list li .content .title h2 {
    margin-left: 0px;
  }
  .section-index1 .section-content .list li .content .title h3 {
    margin-left: 20px;
  }
  .section-index1 .section-content .list li .content .title img {
    width: 20px;
  }
  .section-index1 .section-content .list li .content .desc {
    margin-top: 20px;
  }
  .section-index1 .section-content .list li .content a {
    margin-top: 10px;
  }
  .section-index2 {
    padding: 0px 0 20px;
  }
  .section-index2 .section-content .swiper1 .swiper-slide {
    padding: 10px 0;
  }
  .section-index2 .section-content .swiper1 .swiper-slide .icon::after {
    width: 20px;
    height: 20px;
  }
  .section-index2 .section-content .swiper1 .swiper-slide .icon svg {
    width: 32px;
    height: 32px;
  }
  .section-index2 .section-content .swiper1 .swiper-slide .icon img {
    width: 32px;
    height: 32px;
  }
  .section-index2 .section-content .swiper1 .swiper-slide h3 {
    font-size: 14px;
    margin-left: 10px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide {
    padding: 15px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title {
    display: flex;
    align-items: center;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title .icon {
    margin-right: 10px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title .icon img {
    max-width: 32px;
    max-height: 32px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title h3 {
    font-size: 14px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list {
    margin-top: 10px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one {
    width: 20%;
    border-right: 1px solid #eaeaea;
    padding: 10px 0;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 56px;
    height: 56px;
    background: #689681;
    border-radius: 50%;
    text-align: center;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle img {
    width: 24px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle p {
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item {
    cursor: pointer;
    text-align: center;
    width: 20%;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item img {
    width: 28px;
    height: 28px;
    margin: 0 auto;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item p {
    font-size: 0.24rem;
    margin-top: 8px;
    text-transform: uppercase;
    line-height: 1;
    color: #444;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .last .li {
    flex-wrap: wrap;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .last .li .item {
    width: 20%;
  }
  .section-index3 {
    padding: 80px 0 80px;
  }
  .section-index3 .product-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767.99px) {
  .fixed-banner {
    height: 7.2rem;
  }
  .fixed-banner .bg-img p {
    font-size: 0.35rem;
  }
  .fixed-banner .bg-img h3 {
    font-size: 0.64rem;
  }
  .fixed-banner .tag-nav {
    position: relative;
    left: 0;
    top: 72px;
  }
  .fixed-banner .tag-nav a {
    font-size: 12px;
    margin-right: 0.6rem;
  }
  .fixed-banner .tag-nav a::after {
    right: -0.3rem;
  }
  .banner-section {
    height: auto;
  }
  .banner-section .swiper {
    height: 40vh;
  }
  .banner-section .swiper .swiper-slide .desc h4 {
    font-size: 0.5rem;
  }
  .banner-section .swiper .swiper-slide .desc h4 span {
    display: inline-flex;
  }
  .banner-section .swiper .swiper-slide .desc h4 span:last-of-type {
    margin-left: 0.2rem;
  }
  .banner-section .swiper .swiper-slide .desc p {
    font-size: 0.3rem;
    margin: 10px 0 0;
  }
  #footer .m-footer-nav {
    display: block;
  }
  .section-index1 {
    padding: 1rem 0 1rem;
  }
  .section-index1 .section-content {
    padding: 0 0vw;
  }
  .section-index1 .section-content .list {
    margin-top: 0.8rem;
  }
  .section-index1 .section-content .list li {
    width: 100%;
    margin-bottom: 0.8rem;
    display: block;
  }
  .section-index1 .section-content .list li:nth-of-type(2n) .content {
    padding-right: 0px;
    order: 2;
  }
  .section-index1 .section-content .list li:nth-of-type(2n) .img {
    order: 1;
  }
  .section-index1 .section-content .list li .content {
    padding-left: 0px;
    width: 100%;
  }
  .section-index1 .section-content .list li .content .title .icon {
    width: 28px;
    height: 28px;
  }
  .section-index1 .section-content .list li .content .title h2 {
    margin-left: 0px;
  }
  .section-index1 .section-content .list li .content .title h3 {
    margin-left: 0.25rem;
  }
  .section-index1 .section-content .list li .content .title img {
    width: 16px;
  }
  .section-index1 .section-content .list li .content .desc {
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 1.4;
  }
  .section-index1 .section-content .list li .content a {
    margin-top: 0.25rem;
    font-size: 14px;
  }
  .section-index1 .section-content .list li .img {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .section-index2 {
    padding: 1rem 0 0.2rem;
  }
  .section-index2 .section-content .swiper1 .swiper-slide {
    padding: 10px 0;
  }
  .section-index2 .section-content .swiper1 .swiper-slide .icon::after {
    width: 16px;
    height: 16px;
  }
  .section-index2 .section-content .swiper1 .swiper-slide .icon svg {
    width: 28px;
    height: 28px;
  }
  .section-index2 .section-content .swiper1 .swiper-slide .icon img {
    width: 28px;
    height: 28px;
  }
  .section-index2 .section-content .swiper1 .swiper-slide h3 {
    font-size: 0.3rem;
    margin-left: 5px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide {
    padding: 10px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title {
    display: flex;
    align-items: center;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title .icon {
    margin-right: 8px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title .icon img {
    max-width: 28px;
    max-height: 28px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .top-title h3 {
    font-size: 0.32rem;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list {
    margin-top: 10px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one {
    width: 20%;
    border-right: 1px solid #eaeaea;
    padding: 10px 0;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 44px;
    height: 44px;
    background: #689681;
    border-radius: 50%;
    text-align: center;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle img {
    width: 20px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .one .circle p {
    font-size: 0.24rem;
    margin-top: 2px;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item {
    cursor: pointer;
    text-align: center;
    width: 24%;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item img {
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .list .li .item p {
    font-size: 0.24rem;
    margin-top: 5px;
    text-transform: uppercase;
    line-height: 1;
    color: #444;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .last .li {
    flex-wrap: wrap;
  }
  .section-index2 .section-content .swiper2 .swiper-slide .slide-item .last .li .item {
    width: 24%;
  }
  .section-index3 {
    padding: 1rem 0 1rem;
  }
  .section-index3 .product-list {
    grid-template-columns: 1fr 1fr;
  }
  .section-index3 .product-list .info {
    padding: 5px 5px 5px;
    box-sizing: border-box;
    background: #f7f7f7;
  }
  .section-index3 .product-list .info h3 {
    font-size: 0.34rem;
    font-weight: normal;
  }
}
.layer-content {
  height: 100%;
}
.layer-content .layer-header {
  padding: 0.4rem 0.3rem;
  border-bottom: 1px solid #eaeaea;
  background: url(../images/header.png) no-repeat center center;
}
.layer-content .layer-header .layer-title {
  font-size: 0.32rem;
  text-align: center;
}
.layer-content .layer-body {
  padding: 0.4rem 0.6rem 0.8rem;
  overflow-y: auto;
  max-height: calc(100% - 70px);
  box-sizing: border-box;
}
.layer-content .layer-body .title-box {
  margin-bottom: 0.2rem;
}
.layer-content .layer-body .title-box h3 {
  font-size: 0.36rem;
  font-weight: bold;
}
.layer-content .layer-body .title-box p {
  font-size: 0.28rem;
  text-transform: uppercase;
  color: #00a5ff;
}
.layer-content .layer-body .props {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 0.5rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eaeaea;
}
.layer-content .layer-body .files {
  background: #F9F9F9;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
  padding: 0.25rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
}
.layer-content .layer-body .files .file-item {
  text-align: center;
  width: 28%;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-content .layer-body .files .file-item span {
  font-weight: normal;
  color: #00a5ff;
}
.layer-content .layer-body .table-responsive {
  margin-bottom: 0.3rem;
  margin-top: 0.5rem;
  font-size: 12px;
}
.layer-content .layer-body .table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.layer-content .layer-body .table tr {
  display: table-row;
  text-align: center;
}
.layer-content .layer-body .table td {
  display: table-cell;
  padding: 0.2rem;
}
.layui-layer-page {
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
}
.layui-layer-page .layui-layer-content {
  border-radius: 12px;
}
.layui-layer-page .layui-layer-content .footer-qrcode {
  padding-top: 10px;
  text-align: center;
}
.layui-layer-page .layui-layer-content .footer-qrcode img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.layui-layer-page .layui-layer-content .footer-qrcode span {
  display: block;
  font-size: 13px;
  color: #8a8f99;
  margin-top: 8px;
}
.layui-layer-page .layui-layer-setwin {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
  font-size: 0;
  line-height: initial;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  top: 20px;
  right: 10px;
  margin: 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(/src/images/close.png) no-repeat center center;
  background-size: 20px 20px;
  border: 1px solid #aaa;
}
.layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
  background: url(/src/images/close.png) no-repeat center center;
  background-size: 20px 20px;
}
@media screen and (max-width: 1023.99px) {
  .layui-layer-page {
    width: 90% !important;
  }
  .layui-layer-page .layui-layer-setwin .layui-layer-close2 {
    top: 12px;
    right: 5px;
    width: 28px;
    height: 28px;
    background-size: 16px 16px;
  }
  .layui-layer-page .layui-layer-setwin .layui-layer-close2:hover {
    background-size: 16px 16px;
  }
  .layer-content .layer-header .layer-title {
    font-size: 16px;
  }
  .layer-content .layer-body .props {
    font-size: 12px;
  }
  .layer-content .layer-body .files {
    padding: 0.25rem 0.4rem 0;
  }
  .layer-content .layer-body .files .file-item {
    text-align: left;
    width: 50% !important;
    font-size: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .layer-content .layer-body .files .file-item span {
    font-weight: normal;
    color: #00a5ff;
  }
  .layer-content .layer-body .files .file-item .btnlink {
    width: 72px;
    height: 24px;
    line-height: 24px;
  }
  .layer-content .layer-body .table-responsive {
    width: 100%;
    overflow-x: auto;
  }
  .layer-content .layer-body .table {
    min-width: 500px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767.99px) {
  .layui-layer-page {
    width: 95% !important;
    /*height: 80vh !important;*/
  }
  table {
    display: block;
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
  }
}
.fadeInLeft1 {
  -webkit-animation-name: fadeInLeft1;
  animation-name: fadeInLeft1;
}
.fadeInRight1 {
  -webkit-animation-name: fadeInRight1;
  animation-name: fadeInRight1;
}
.fadeInUp1 {
  -webkit-animation-name: fadeInUp1;
  animation-name: fadeInUp1;
}
.inUp {
  -webkit-animation-name: inUp;
  animation-name: inUp;
}
.bgInUp {
  -webkit-animation-name: bgInUp;
  animation-name: bgInUp;
}
.rotate1 {
  -webkit-animation-name: rotate1;
  animation-name: rotate1;
}
.scale1 {
  -webkit-animation-name: scale1;
  animation-name: scale1;
}
.scale2 {
  -webkit-animation-name: scale2;
  animation-name: scale2;
}
.imgInLeft {
  -webkit-animation-name: imgInLeft;
  animation-name: imgInLeft;
  animation-duration: 1.5s;
}
.imgInRight {
  -webkit-animation-name: imgInRight;
  animation-name: imgInRight;
  animation-duration: 1.5s;
}
@-webkit-keyframes imgInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes imgInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes imgInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes imgInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60%);
    transform: translateX(-60%);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes inUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  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(8deg);
    transform: rotate(8deg);
  }
  100% {
    opacity: 1;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotate1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes scale1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scale1 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes scale2 {
  0% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes scale2 {
  0% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes tiaodong {
  0% {
    transform: translate(-49%, 0);
  }
  50% {
    transform: translate(-49%, -20%);
  }
  100% {
    transform: translate(-49%, 0);
  }
}
@keyframes tiaodong {
  0% {
    transform: translate(-49%, 0);
  }
  50% {
    transform: translate(-49%, -20%);
  }
  100% {
    transform: translate(-49%, 0);
  }
}
