.content-height {
  height: calc(100vh - 96px);
}
.content-wrapper {
  width: 1230px;
  z-index: 1;
}
.swiper-container {
  z-index: 0;
}
.my-bullet {
  margin: 10px 0px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
.my-bullet > div:first-child {
  text-align: right;
}
.my-bullet > div:first-child > div:first-child {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #A6A6A6;
}
.my-bullet > div:first-child > div:last-child {
  display: none;
}
.my-bullet > div:last-child {
  display: none;
}
.my-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.my-bullet.swiper-pagination-bullet-active > div:first-child {
  text-align: right;
  flex: 1;
  margin-right: 11px;
}
.my-bullet.swiper-pagination-bullet-active > div:first-child > div:first-child {
  font-size: 24px;
  font-family: Arial;
  font-weight: 900;
  color: #525252;
}
.my-bullet.swiper-pagination-bullet-active > div:first-child > div:last-child {
  display: block;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #A6A6A6;
}
.my-bullet.swiper-pagination-bullet-active > div:last-child {
  display: block;
  font-size: 24px;
  font-family: Arial;
  font-weight: 900;
  color: #525252;
}
@keyframes left-to-right {
  from {
    left: -10%;
    transform: scale(0.1);
  }
  50% {
    left: 18%;
    transform: scale(1);
  }
  to {
    left: 18%;
    transform: scale(1);
  }
}
@keyframes right-to-left1 {
  from {
    right: -40%;
  }
  to {
    right: 22%;
  }
}
@keyframes right-to-left2 {
  from {
    right: -40%;
  }
  25% {
    right: -40%;
  }
  to {
    right: 22%;
  }
}
@keyframes right-to-left3 {
  from {
    right: -40%;
    top: -20%;
    transform: scale(0.1);
  }
  to {
    right: 38%;
    top: 20%;
    transform: scale(1);
  }
}
.index-container {
  background-color: #f1f1f1;
}
.index-container .banner {
  overflow: hidden;
  position: relative;
}
.index-container .banner .swiper-container {
  height: 100%;
}
.index-container .banner .swiper-container .swiper-wrapper {
  height: 100%;
}
.index-container .banner .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
.index-container .banner .swiper-container .swiper-wrapper .swiper-slide img {
  min-width: 100%;
  height: 100%;
}
.index-container .index-pagination {
  display: none;
}
.index-container .title-wrapper {
  text-align: center;
  margin-bottom: 12px;
}
.index-container .title-wrapper .title {
  font-size: 30px;
  line-height: 1.5;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
}
.index-container .title-wrapper > div:nth-child(2) {
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 400;
  color: #999999;
  line-height: 1.5;
}
.index-container .products-container .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
}
.index-container .products-container .product-container {
  height: 680px;
}
.index-container .products-container .product-container .product {
  height: 45%;
  width: 437px;
}
.index-container .products-container .product-container .product img {
  width: 100%;
  height: 250px;
}
.index-container .products-container .product-container .product div:last-child {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
  margin-top: 10px;
}
.index-container .applications-container .applications {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.index-container .applications-container .applications .application {
  cursor: pointer;
}
.index-container .applications-container .applications .application > div:first-child {
  overflow: hidden;
}
.index-container .applications-container .applications .application img {
  width: 100%;
  height: auto;
  transition: all ease-in-out 1s;
}
.index-container .applications-container .applications .application > div:last-child {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  text-align: center;
  margin: 15px 0;
}
.index-container .applications-container .applications .application:hover img {
  transform: scale(1.2);
}
.index-container .news-container .news-list {
  height: 692px;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
}
.index-container .news-container .news-list .news {
  padding: 39px 21px;
  display: block;
  width: 100%;
}
.index-container .news-container .news-list .news > div:first-child {
  font-size: 32px;
  font-family: Gotham;
  font-weight: 900;
  color: #222222;
  margin-bottom: 40px;
  opacity: 0;
}
.index-container .news-container .news-list .news .news-title {
  font-size: 18px;
  line-height: 27px;
  height: 27px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-container .news-container .news-list .news .des {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 42px;
}
.index-container .news-container .news-list .news > div:nth-child(4) img {
  width: 100%;
}
.index-container .news-container .news-list .news > div:last-child {
  margin-top: 80px;
  margin-left: 29px;
}
.index-container .news-container .news-list .news.active {
  background-color: #ffffff;
}
.index-container .news-container .news-list .news.active > div:first-child {
  opacity: 1;
}
.index-container .news-container .news-list .news.active > div:last-child {
  margin-top: 54px;
  margin-left: 0px;
}
.index-container .partner-container .title-wrapper {
  margin-bottom: 24px;
}
.index-container .partner-container .title-wrapper .title {
  font-size: 30px;
  line-height: 1.5;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
}
.index-container .partner-container .title-wrapper > div:nth-child(2) {
  font-size: 14px;
  font-family: Helvetica;
  font-weight: 400;
  color: #999999;
  line-height: 1.5;
}
.index-container .partner-container .partner-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}
.index-container .partner-container .partner-content > img {
  width: 322px;
  height: 147px;
  transition: box-shadow 0.5s ease-in-out;
}
.index-container .partner-container .partner-content img:hover {
  box-shadow: 0 0 10px #999999;
  border: 1px solid #999999;
}
.index-container .contact-container {
  position: relative;
}
.index-container .contact-container .contact-content {
  margin-bottom: 90px;
}
.index-container .contact-container .contact-content > div:first-child {
  background-color: #FFFFFF;
  padding: 48px;
  width: calc(50% - 10px);
  height: 440px;
  margin-right: 20px;
}
.index-container .contact-container .contact-content > div:first-child > div:nth-child(1) {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
  line-height: 2;
  margin-bottom: 30px;
}
.index-container .contact-container .contact-content > div:first-child > div:nth-child(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 2;
}
.index-container .contact-container .contact-content > div:first-child > div:nth-child(3) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #777777;
  line-height: 3;
}
.index-container .contact-container .contact-content > div:last-child {
  background-color: #FFFFFF;
  padding: 40px;
  width: calc(50% - 10px);
  height: 440px;
}
.index-container .contact-container .contact-content > div:last-child #map {
  width: 100%;
  height: 100%;
}
.index-container .contact-container .copyright {
  width: 100%;
  bottom: 0;
  left: 0;
  height: 58px;
  background: #383838;
  line-height: 58px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
}
@media (max-width: 1600px) and (min-width: 1000px) {
  .content-wrapper {
    width: 760px;
    z-index: 1;
  }
  .index-container .products-container .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
  }
  .index-container .products-container .product-container {
    height: 60vh;
    margin: 0 auto;
  }
  .index-container .products-container .product-container .product {
    height: 32%;
  }
  .index-container .products-container .product-container .product img {
    width: 100%;
    height: 150px;
  }
  .index-container .products-container .product-container .product div:last-child {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    margin-top: 5px;
  }
  .index-container .applications-container .applications {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
  }
  .index-container .applications-container .applications .application {
    cursor: pointer;
  }
  .index-container .applications-container .applications .application > div:first-child {
    overflow: hidden;
  }
  .index-container .applications-container .applications .application img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 1s;
  }
  .index-container .applications-container .applications .application > div:last-child {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin: 15px 0;
  }
  .index-container .applications-container .applications .application:hover img {
    transform: scale(1.2);
  }
  .index-container .news-container .news-list {
    height: 70vh;
    display: grid;
    grid-template-columns: repeat(3, 33.33%);
  }
  .index-container .news-container .news-list .news {
    padding: 20px 21px;
    display: block;
    width: 100%;
  }
  .index-container .news-container .news-list .news > div:first-child {
    font-size: 32px;
    font-family: Gotham;
    font-weight: 900;
    color: #222222;
    margin-bottom: 20px;
    opacity: 0;
  }
  .index-container .news-container .news-list .news .news-title {
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .index-container .news-container .news-list .news .des {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
  .index-container .news-container .news-list .news > div:nth-child(4) img {
    width: 100%;
  }
  .index-container .news-container .news-list .news > div:last-child {
    margin-top: 40px;
    margin-left: 29px;
  }
  .index-container .news-container .news-list .news.active {
    background-color: #ffffff;
  }
  .index-container .news-container .news-list .news.active > div:first-child {
    opacity: 1;
  }
  .index-container .news-container .news-list .news.active > div:last-child {
    margin-top: 14px;
    margin-left: 0px;
  }
  .index-container .contact-container {
    position: relative;
  }
  .index-container .contact-container .contact-content {
    margin-bottom: 90px;
  }
  .index-container .contact-container .contact-content > div:first-child {
    background-color: #FFFFFF;
    padding: 20px;
    width: calc(50% - 10px);
    height: 55vh;
    margin-right: 20px;
  }
  .index-container .contact-container .contact-content > div:first-child > div:nth-child(1) {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 2;
    margin-bottom: 10px;
  }
  .index-container .contact-container .contact-content > div:first-child > div:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 1.8;
  }
  .index-container .contact-container .contact-content > div:first-child > div:nth-child(3) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #777777;
    line-height: 2.2;
  }
  .index-container .contact-container .contact-content > div:last-child {
    background-color: #FFFFFF;
    padding: 20px;
    width: calc(50% - 10px);
    height: 55vh;
  }
  .index-container .contact-container .contact-content > div:last-child #map {
    width: 100%;
    height: 100%;
  }
  .index-container .contact-container .copyright {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 58px;
    background: #383838;
    line-height: 58px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
  }
}
@media (max-width: 999px) {
  .content-height {
    height: auto;
  }
  .swiper-container {
    height: calc(100vh - 61px);
  }
  .swiper-slide {
    height: auto;
  }
  .content-wrapper {
    width: calc(100vw - 16px);
    z-index: 99999;
  }
  .index-container .banner {
    overflow: hidden;
  }
  .index-container .banner img:first-child {
    width: 100%;
  }
  .index-container .banner img:nth-child(2) {
    height: 50%;
  }
  .index-container .banner img:nth-child(3) {
    height: 20%;
  }
  .index-container .banner img:nth-child(4) {
    height: 5%;
  }
  .index-container .banner img:nth-child(5) {
    height: 5%;
  }
  .index-container .title-wrapper {
    margin: 40px 0 20px;
  }
  .index-container .title-wrapper .title {
    font-size: 20px;
  }
  .index-container .products-container .product-container {
    padding: 20px 0;
    height: auto;
  }
  .index-container .products-container .product-container .product {
    height: auto;
  }
  .index-container .products-container .product-container .product img {
    width: 100%;
    height: auto;
  }
  .index-container .applications-container .applications {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .index-container .news-container {
    padding: 20px 0;
  }
  .index-container .news-container .news-list {
    display: block;
    height: auto;
  }
  .index-container .contact-container .contact-content {
    display: block;
    height: auto;
    margin-bottom: 90px;
  }
  .index-container .contact-container .contact-content > div {
    width: 100%;
    height: auto;
  }
  .index-container .contact-container .contact-content > div:first-child {
    min-width: 100%;
    height: auto;
    padding: 20px;
  }
  .index-container .contact-container .contact-content > div:first-child > div:nth-child(1) {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    margin: 10px 0;
  }
  .index-container .contact-container .contact-content > div:first-child > div:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 28px;
    opacity: 0.8;
    margin-bottom: 20px;
  }
  .index-container .contact-container .contact-content > div:first-child > div:nth-child(3) > div {
    padding: 8px;
    border: 1px solid #cccccc;
    margin-right: 15px;
  }
  .index-container .contact-container .contact-content > div:first-child > div:nth-child(3) > div span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
  }
  .index-container .contact-container .contact-content > div:last-child {
    padding: 20px;
    width: 100%;
    height: 350px;
  }
  .index-container .contact-container .contact-content > div:last-child #map {
    width: 100%;
    height: 100%;
  }
  .index-container .contact-container .copyright {
    padding: 15px 0;
    height: 72px;
    background: #383838;
    line-height: 28px;
  }
}
/*# sourceMappingURL=index.css.map */