#index .banner {
  width: 100%;
  height: auto;
  position: relative;
}
#index .banner .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
#index .banner .swiper-slide img {
  width: 100%;
  height: auto;
}
#index .banner .swiper-slide .text {
  position: absolute;
  top: 40%;
  left: 12.5%;
  right: 12.5%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  overflow: hidden;
}
#index .banner .swiper-slide .text .sma {
  display: none;
  font-size: 20px;
}
#index .banner .swiper-slide .text .mid {
  display: none;
  font-size: 30px;
  margin-top: 30px;
}
#index .banner .swiper-slide .text .big {
  font-size: 50px;
  float: left;
  clear: both;
}
#index .banner .paget {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#index .banner .paget .btn {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  outline: none;
}
#index .banner .paget .btn i {
  font-size: 12px;
}
#index .banner .paget .page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 16px 0;
}
#index .banner .paget .page p {
  font-weight: bold;
  color: #fff;
  margin: 10px 0;
}
#index .banner .paget .page p.active {
  color: #77c450;
}
#index .banner .paget .page p.active + i {
  height: 40px;
}
#index .banner .paget .page i {
  display: block;
  width: 1px;
  height: 0;
  background-color: #77c450;
  transition: all 0.3s;
}
#index .main {
  width: 83.33%;
  max-width: unset;
}
#index .index-mod {
  text-align: center;
  font-weight: bold;
}
#index .index-mod .en {
  font-size: 72px;
  line-height: 72px;
  opacity: 0.1;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 1;
}
#index .index-mod .cn {
  height: 72px;
  line-height: 72px;
  position: relative;
  margin-top: -72px;
  z-index: 2;
  font-size: 36px;
}
#index .index-more {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 60px;
  background-color: #77c450;
  color: #fff;
  font-size: 16px;
}
#index .index-more i {
  font-size: 24px;
  margin-left: 15px;
}
#index .about {
  width: 100%;
  padding-top: 130px;
}
#index .about .cont {
  margin-top: 60px;
  background-image: url(../img/47.png);
  background-size: 1920px 480px;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 270px;
}
#index .about .cont .main {
  background-color: #f8f8f8;
  padding: 40px 80px 50px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#index .about .cont .img {
  flex-shrink: 0;
  width: 45%;
  height: 446px;
  margin-top: -130px;
}
#index .about .cont .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .about .cont .text {
  width: 55%;
  padding-left: 60px;
}
#index .about .cont .text .title {
  font-size: 24px;
}
#index .about .cont .text .desc {
  margin-top: 10px;
  font-size: 18px;
  color: #999;
}
#index .about .cont .text .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
#index .about .cont .text .index-more {
  margin-top: 60px;
}
#index .prod {
  width: 100%;
  padding-top: 130px;
}
#index .prod .main {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
#index .prod .left {
  width: 335px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 20px;
}
#index .prod .left .titles {
  width: 100%;
  overflow: hidden;
}
#index .prod .left .titles a {
  display: block;
  float: left;
  clear: both;
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
  display: flex;
  transition: all 0.3s;
}
#index .prod .left .titles a::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #666;
  margin-right: 12px;
  border-radius: 50%;
  margin-top: 7px;
  transition: all 0.3s;
}
#index .prod .left .titles a.active {
  color: #77c450;
}
#index .prod .left .titles a.active::before {
  background-color: #77c450;
}
#index .prod .left .titles a:hover {
  color: #77c450;
}
#index .prod .left .page {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 20px;
}
#index .prod .left .page p {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  text-align: center;
}
#index .prod .left .page p.current {
  color: #77c450;
}
#index .prod .left .page i {
  display: block;
  width: 1px;
  height: 100%;
  margin: 10px 0;
  background-color: #ddd;
}
#index .prod .swiper {
  width: calc(100% - 335px);
  padding-left: 48px;
  position: relative;
}
#index .prod .swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
#index .prod .swiper .swiper-slide .gallary {
  width: calc(100% - 474px);
  height: 690px;
  overflow: hidden;
}
#index .prod .swiper .swiper-slide .gallary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .prod .swiper .swiper-slide .right {
  width: 414px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
#index .prod .swiper .swiper-slide .right .num {
  font-size: 14px;
  font-weight: bold;
  color: #77c450;
}
#index .prod .swiper .swiper-slide .right .info {
  width: 100%;
}
#index .prod .swiper .swiper-slide .right .info .title {
  font-size: 32px;
  margin-top: 40px;
}
#index .prod .swiper .swiper-slide .right .info .desc {
  margin-top: 24px;
  font-size: 18px;
}
#index .prod .swiper .swiper-slide .right .info i.line {
  display: block;
  margin-top: 26px;
  width: 26px;
  height: 8px;
  background-color: #77c450;
}
#index .prod .swiper .swiper-slide .right .info .index-more {
  margin-top: 60px;
}
#index .prod .swiper .swiper-slide .right .thumb {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
#index .prod .swiper .swiper-slide .right .thumb img {
  display: block;
  width: 32%;
  margin-left: 2%;
  margin-top: 10px;
}
#index .prod .swiper .swiper-slide .right .thumb img:nth-child(3n+1) {
  margin-left: 0;
}
#index .prod .swiper .btns {
  width: 96px;
  height: 48px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#index .prod .swiper .btns .btn {
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  outline: none;
}
#index .prod .swiper .btns .btn i {
  font-size: 12px;
}
#index .prod .swiper .btns .btn.prev {
  background-color: #77c450;
  color: #fff;
}
#index .prod .swiper .btns .btn.next {
  background-color: #fff;
  color: #77c450;
}
#index .tech {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 120px;
}
#index .tech .main {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  max-width: 1140px;
}
#index .tech .left {
  flex-shrink: 0;
}
#index .tech .left .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  transition: all 0.3s;
  cursor: pointer;
}
#index .tech .left .item .num {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #999;
  margin-right: 5px;
  font-family: "Arial";
}
#index .tech .left .item i {
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #999;
  border-radius: 50%;
}
#index .tech .left .item.active .num {
  color: #77c450;
}
#index .tech .left .item.active i {
  border-color: #77c450;
}
#index .tech .swiper {
  width: calc(100% - 45px);
}
#index .tech .swiper .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#index .tech .swiper .swiper-slide .text {
  width: 100%;
  height: 650px;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .tech .swiper .swiper-slide .text .title {
  font-size: 36px;
  flex-shrink: 0;
}
#index .tech .swiper .swiper-slide .text i.line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #77c450;
  flex-shrink: 0;
  margin-top: 40px;
}
#index .tech .swiper .swiper-slide .text .content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-top: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #666;
}
#index .tech .swiper .swiper-slide .text .more {
  margin-top: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 60px;
  background-color: #77c450;
  color: #fff;
  font-size: 16px;
}
#index .tech .swiper .swiper-slide .text .more i {
  font-size: 24px;
  margin-left: 15px;
}
#index .tech .swiper .swiper-slide .gallary {
  width: 480px;
  height: 650px;
  overflow: hidden;
  flex-shrink: 0;
}
#index .tech .swiper .swiper-slide .gallary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .tech .btn {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 46px;
  color: #77c450;
  cursor: pointer;
  outline: none;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  transition: all 0.3s;
}
#index .tech .btn i {
  font-size: 12px;
}
#index .tech .btn.prev {
  left: -120px;
}
#index .tech .btn.next {
  right: -120px;
}
#index .tech .btn:hover {
  background-color: #77c450;
  color: #fff;
  border-color: #77c450;
}
#index .case {
  padding: 120px 0;
  background-color: #f8f8f8;
}
#index .case .main {
  margin-top: 50px;
}
#index .case .tab {
  width: 100%;
  border-bottom: 1px solid #ddd;
  overflow-x: auto;
  text-align: center;
}
#index .case .tab .scroll {
  display: inline-flex;
  align-items: center;
}
#index .case .tab a {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 16px;
  color: #999;
  white-space: nowrap;
  margin: 0 40px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s;
}
#index .case .tab a::before {
  content: "-";
  display: none;
  margin-right: 4px;
}
#index .case .tab a::after {
  content: "-";
  display: none;
  margin-left: 4px;
}
#index .case .tab a.active {
  border-color: #77c450;
}
#index .case .tab a.active::before, #index .case .tab a.active::after {
  display: block;
}
#index .case .swiper {
  margin-top: 50px;
  display: none;
}
#index .case .swiper .swiper-slide {
  width: 33.75%;
  position: relative;
  overflow: hidden;
}
#index .case .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .case .swiper .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
#index .case .swiper .swiper-slide .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  color: #fff;
  padding: 20px;
  transition: opacity 0.3s;
}
#index .case .swiper .swiper-slide .text .en {
  font-size: 48px;
  font-weight: bold;
}
#index .case .swiper .swiper-slide .text .cn {
  font-size: 20px;
  margin-top: 10px;
}
#index .case .swiper .swiper-slide .text .more {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 60px;
  background-color: #77c450;
  color: #fff;
  font-size: 16px;
}
#index .case .swiper .swiper-slide .text .more i {
  font-size: 24px;
  margin-left: 15px;
}
#index .case .swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
#index .case .swiper .swiper-slide.swiper-slide-active:hover::after {
  opacity: 1;
}
#index .case .swiper .swiper-slide.swiper-slide-active:hover .text {
  z-index: 3;
  opacity: 1;
}
#index .news {
  padding: 140px 0;
}
#index .news .main {
  margin-top: 80px;
}
#index .news .main > .index-more {
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 60px;
  background-color: #77c450;
  color: #fff;
  font-size: 16px;
}
#index .news .main > .index-more i {
  font-size: 24px;
  margin-left: 15px;
}
#index .news .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#index .news .list .item {
  display: block;
  width: 32%;
  margin-left: 2%;
}
#index .news .list .item:nth-child(3n+1) {
  margin-left: 0;
}
#index .news .list .item .img {
  width: 100%;
  overflow: hidden;
}
#index .news .list .item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#index .news .list .item .img:hover img {
  transform: scale(1.1);
}
#index .news .list .item .cate {
  width: calc(100% + 25px);
  margin-left: -25px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#index .news .list .item .cate i {
  display: block;
  width: 50px;
  height: 1px;
  background-color: #333;
  margin-right: 40px;
}
#index .news .list .item .cate p {
  font-size: 16px;
}
#index .news .list .item .title {
  padding-left: 65px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px;
  height: 60px;
}
#index .news .list .item .more {
  display: inline-flex;
  align-items: center;
  color: #999;
  font-weight: bold;
  margin-left: 65px;
  margin-top: 20px;
}
#index .news .list .item .more i {
  font-size: 24px;
  margin-left: 10px;
}
#index .contact {
  padding: 100px 0 130px;
  background-color: #f8f8f8;
}
#index .contact .main {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
#index .contact #map {
  width: 50%;
  height: 100%;
  overflow: auto;
}
#index .contact #map img {
  max-width: -moz-max-content;
  max-width: max-content;
}
#index .contact .text {
  width: 50%;
  padding: 35px 60px;
}
#index .contact .text .cname {
  font-size: 24px;
  font-weight: bold;
}
#index .contact .text .desc {
  font-size: 20px;
  color: #999;
  margin-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
#index .contact .text .line {
  display: flex;
  margin-top: 30px;
}
#index .contact .text .line i {
  font-size: 24px;
  color: #77c450;
  margin-right: 10px;
}
#index .contact .text .line span {
  font-size: 18px;
}

#about .about {
  width: 100%;
  padding: 80px 0 280px;
  background-image: url(../img/18.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 219px;
}
#about .about .main {
  display: flex;
  justify-content: space-between;
}
#about .about .text {
  width: 50%;
}
#about .about .text .title {
  font-size: 26px;
}
#about .about .text .content {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
  height: 360px;
  overflow-y: auto;
}
#about .about .img {
  width: 44.44%;
  height: 426px;
  background-image: url(../img/16.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
#about .about .img img {
  width: 200px;
}

#culture .culture {
  padding: 80px 0;
}
#culture .culture .main {
  display: flex;
  justify-content: space-between;
}
#culture .culture .item {
  width: 23.5%;
  display: flex;
  flex-direction: column;
}
#culture .culture .item .img {
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
}
#culture .culture .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#culture .culture .item .bot {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  padding: 15px;
  transition: all 0.3s;
}
#culture .culture .item .bot .block {
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #f8f8f8;
  padding: 30px 20px 20px;
}
#culture .culture .item .bot i {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #f8f8f8;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 34px;
  background-color: #77c450;
}
#culture .culture .item .bot .title {
  margin-top: 30px;
  font-size: 26px;
  transition: all 0.3s;
}
#culture .culture .item .bot .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  transition: all 0.3s;
}
#culture .culture .item:hover .img img {
  transform: scale(1.1);
}
#culture .culture .item:hover .bot {
  background-color: #77c450;
}
#culture .culture .item:hover .bot .title {
  color: #fff;
}
#culture .culture .item:hover .bot .desc {
  color: #fff;
}

#dev .dev {
  padding: 80px 0;
}
#dev .dev .year {
  width: 100%;
  height: 363px;
  background-image: url(../img/23.png);
  background-position: center;
  background-size: cover;
  padding: 50px 60px 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#dev .dev .year .mod {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
}
#dev .dev .year .swiper-container {
  width: 100%;
  margin-bottom: -15px;
}
#dev .dev .year .swiper-slide {
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 0 80px;
  cursor: pointer;
}
#dev .dev .year .swiper-slide p {
  white-space: nowrap;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
#dev .dev .year .swiper-slide i {
  display: block;
  margin: 30px auto 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  padding: 8px;
  opacity: 0;
  transition: all 0.3s;
}
#dev .dev .year .swiper-slide i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #77c450;
}
#dev .dev .year .swiper-slide.active i {
  opacity: 1;
}
#dev .dev .bot {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dev .dev .bot .btn {
  display: block;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background-color: #e5e5e5;
  line-height: 48px;
  text-align: center;
  transition: all 0.3s;
}
#dev .dev .bot .btn i {
  font-size: 16px;
}
#dev .dev .bot .btn:hover {
  background-color: #77c450;
  color: #fff;
}
#dev .dev .bot .swiper-container {
  width: 83.33%;
  height: 230px;
  padding: 0 40px;
}
#dev .dev .bot .swiper-slide {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  border-left: 1px solid #e5e5e5;
}
#dev .dev .bot .swiper-slide i {
  display: inline-flex;
  align-items: center;
  width: 36px;
  height: 10px;
  margin-left: -5px;
  flex-shrink: 0;
}
#dev .dev .bot .swiper-slide i::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e5e5;
  flex-shrink: 0;
}
#dev .dev .bot .swiper-slide i::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
#dev .dev .bot .swiper-slide .num {
  flex-shrink: 0;
  font-size: 70px;
  line-height: 70px;
  white-space: nowrap;
  color: #77c450;
  font-weight: bold;
  margin-left: 35px;
}
#dev .dev .bot .swiper-slide .content {
  font-size: 20px;
  line-height: 36px;
  margin-left: 50px;
}

#honor .honor {
  padding: 80px 0;
}
#honor .honor .list {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#honor .honor .list .item {
  display: block;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 30px;
}
#honor .honor .list .item:nth-child(4n+1) {
  margin-left: 0;
}
#honor .honor .list .item .img {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  overflow: hidden;
}
#honor .honor .list .item .img .bg {
  width: 100%;
  opacity: 0;
}
#honor .honor .list .item .img .content {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#honor .honor .list .item .img .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
}
#honor .honor .list .item .img .mask i {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 21px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
}
#honor .honor .list .item .img .mask p {
  margin-top: 25px;
  font-size: 16px;
}
#honor .honor .list .item .img:hover .mask {
  opacity: 1;
}
#honor .honor .list .item .title {
  margin-top: 15px;
  font-size: 16px;
  text-align: center;
}
#honor .honor .loadmore {
  margin-top: 50px;
}

#prod .prod {
  padding: 80px 0;
}
#prod .prod .inner-cate {
  margin-bottom: 50px;
}
#prod .prod .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#prod .prod .list .item {
  display: block;
  width: 23.5%;
  margin-left: 2%;
  margin-bottom: 30px;
}
#prod .prod .list .item:nth-child(4n+1) {
  margin-left: 0;
}
#prod .prod .list .item .img {
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
}
#prod .prod .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#prod .prod .list .item .text {
  width: 100%;
  background-color: #f8f8f8;
  padding: 0 20px;
}
#prod .prod .list .item .text .title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  transition: color 0.3s;
}
#prod .prod .list .item .text .desc {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#prod .prod .list .item .text .desc p {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #999;
}
#prod .prod .list .item .text .desc i {
  display: block;
  font-size: 24px;
  color: #999;
  transition: color 0.3s;
}
#prod .prod .list .item:hover .img img {
  transform: scale(1.1);
}
#prod .prod .list .item:hover .text .title {
  color: #77c450;
}
#prod .prod .list .item:hover .text .desc i {
  color: #77c450;
}
#prod .prod .loadmore {
  margin-top: 50px;
}

#prod_d .detail {
  padding: 80px 0;
  background-color: #f5f5f5;
}
#prod_d .detail .main {
  background-color: #fff;
  padding: 60px;
  display: flex;
  justify-content: space-between;
}
#prod_d .detail .gallary {
  width: 640px;
  height: 427px;
  overflow: hidden;
}
#prod_d .detail .gallary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#prod_d .detail .right {
  width: calc(100% - 640px);
  padding-left: 60px;
}
#prod_d .detail .right .title {
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#prod_d .detail .right .features {
  font-size: 20px;
  margin-top: 20px;
}
#prod_d .detail .right .desc {
  margin-top: 20px;
}
#prod_d .detail .right .desc .label {
  font-size: 20px;
}
#prod_d .detail .right .desc .text {
  font-size: 16px;
  line-height: 28px;
  color: #999;
  margin-top: 6px;
  min-height: 150px;
}
#prod_d .detail .right .prev-next {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#prod_d .detail .right .prev-next .btn {
  display: inline-flex;
  align-items: center;
}
#prod_d .detail .right .prev-next .btn i {
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 46px;
  text-align: center;
  transition: all 0.3s;
}
#prod_d .detail .right .prev-next .btn i:hover {
  background-color: #77c450;
  color: #fff;
  border-color: #77c450;
}
#prod_d .detail .right .prev-next .btn.prev i {
  margin-right: 15px;
}
#prod_d .detail .right .prev-next .btn.next i {
  margin-left: 15px;
}

#tech .tech {
  padding: 80px 0;
}
#tech .tech .main {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
#tech .tech .gallary {
  width: 640px;
  overflow: hidden;
}
#tech .tech .gallary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#tech .tech .right {
  width: calc(100% - 640px);
  height: 100%;
  background-color: #f8f8f8;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
#tech .tech .right .tops {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 70px;
  padding-bottom: 30px;
}
#tech .tech .right .tops .num {
  font-size: 60px;
  color: #ddd;
  line-height: 50px;
}
#tech .tech .right .tops i.line {
  display: block;
  width: 95px;
  height: 3px;
  background-color: #ddd;
  margin-left: 30px;
  margin-right: 15px;
}
#tech .tech .right .tops .title {
  font-size: 26px;
}
#tech .tech .right .bots {
  width: 100%;
  height: 350px;
  padding: 50px 50px 50px 70px;
}
#tech .tech .right .bots .content {
  height: 100%;
  overflow-y: auto;
  font-size: 16px;
  line-height: 36px;
  padding-right: 20px;
}
#tech .tech .right .bots .content::-webkit-scrollbar {
  width: 1px;
  height: 6px;
  background-color: #ddd;
}
#tech .tech .right .bots .content::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ddd;
}
#tech .tech .right .bots .content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #77c450;
}

#case .case {
  padding: 80px 0;
}
#case .case .list {
  width: 100%;
}
#case .case .list .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
#case .case .list .item .img {
  width: 55.55%;
  height: 480px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#case .case .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#case .case .list .item .block {
  width: 55.55%;
  height: 400px;
  flex-shrink: 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 2;
  padding: 50px 70px;
}
#case .case .list .item .block .num {
  display: flex;
  align-items: center;
  font-size: 50px;
  color: #77c450;
}
#case .case .list .item .block .num::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #77c450;
  margin-left: 10px;
}
#case .case .list .item .block .title {
  margin-top: 30px;
  font-size: 26px;
  line-height: 36px;
  height: 72px;
  transition: all 0.3s;
}
#case .case .list .item .block .desc {
  margin-top: 5px;
  font-size: 16px;
  line-height: 28px;
  color: #999;
  height: 56px;
}
#case .case .list .item .block a {
  margin-top: 50px;
  display: inline-flex;
  align-items: center;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
}
#case .case .list .item .block a i {
  font-size: 24px;
  margin-left: 10px;
}
#case .case .list .item:nth-child(odd) .img {
  margin-right: -5.55%;
}
#case .case .list .item:nth-child(odd) .block {
  margin-left: -5.55%;
}
#case .case .list .item:nth-child(even) {
  flex-direction: row-reverse;
}
#case .case .list .item:nth-child(even) .img {
  margin-left: -5.55%;
}
#case .case .list .item:nth-child(even) .block {
  margin-right: -5.55%;
}
#case .case .list .item:hover .img img {
  transform: scale(1.1);
}
#case .case .list .item:hover .block .title {
  color: #77c450;
}
#case .case .list .item:hover .block a {
  color: #77c450;
}
#case .case .loadmore {
  margin-top: 50px;
}

#case_d .detail {
  padding: 80px 0;
  background-color: #f5f5f5;
}
#case_d .detail .main {
  background-color: #fff;
  padding: 55px 220px;
}
#case_d .detail .main .title {
  text-align: center;
  font-size: 30px;
}
#case_d .detail .main .swiper-container {
  width: 100%;
  margin-top: 60px;
}
#case_d .detail .main .swiper-container .btn {
  display: block;
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  line-height: 48px;
  text-align: center;
  color: #77c450;
  font-size: 12px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  z-index: 2;
  cursor: pointer;
  outline: none;
  transition: all 0.3s;
}
#case_d .detail .main .swiper-container .btn.prev {
  left: 0;
}
#case_d .detail .main .swiper-container .btn.next {
  right: 0;
}
#case_d .detail .main .swiper-container .btn:hover {
  background-color: #77c450;
  color: #fff;
}
#case_d .detail .main .cont {
  margin-top: 50px;
}
#case_d .detail .main .cont .label {
  font-size: 26px;
}
#case_d .detail .main .cont .content {
  margin-top: 20px;
  line-height: 28px;
}

#news .news {
  padding: 80px 0;
}
#news .news .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#news .news .list .item {
  display: block;
  width: 32%;
  margin-left: 2%;
  margin-bottom: 55px;
}
#news .news .list .item:nth-child(3n+1) {
  margin-left: 0;
}
#news .news .list .item .img {
  width: 100%;
  overflow: hidden;
}
#news .news .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#news .news .list .item .text {
  width: 100%;
  padding: 25px 20px 0;
}
#news .news .list .item .text .title {
  font-size: 18px;
}
#news .news .list .item .text .desc {
  height: 52px;
  line-height: 26px;
  color: #999;
  margin-top: 10px;
}
#news .news .list .item .text .date-more {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  transition: color 0.3s;
}
#news .news .list .item .text .date-more .more {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
}
#news .news .list .item .text .date-more .more i {
  font-size: 24px;
  margin-left: 10px;
}
#news .news .list .item:hover .img img {
  transform: scale(1.1);
}
#news .news .list .item:hover .text .date-more {
  color: #77c450;
}
#news .news .pages {
  margin-top: 20px;
}

#news_d .detail {
  padding: 80px 0;
  background-color: #f5f5f5;
}
#news_d .detail .main {
  background-color: #fff;
  padding: 55px 220px;
}
#news_d .detail .main .title {
  text-align: center;
  font-size: 30px;
}
#news_d .detail .main .info {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
#news_d .detail .main .desc {
  margin-top: 50px;
  width: 100%;
  background-color: #f5f5f5;
  padding: 20px 30px;
  line-height: 28px;
}
#news_d .detail .main .content {
  width: 100%;
  margin-top: 50px;
  line-height: 28px;
}
#news_d .detail .main .func {
  width: 100%;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news_d .detail .main .func .prev-next {
  width: 100%;
  padding-right: 50px;
}
#news_d .detail .main .func .prev-next a {
  display: block;
  float: left;
  clear: both;
  margin: 5px 0;
  transition: all 0.3s;
}
#news_d .detail .main .func .prev-next a span {
  color: #77c450;
}
#news_d .detail .main .func .prev-next a:hover {
  color: #77c450;
}
#news_d .detail .main .func .back-btn {
  display: block;
  flex-shrink: 0;
  width: 140px;
  height: 40px;
  background-color: #999;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  transition: all 0.3s;
}
#news_d .detail .main .func .back-btn:hover {
  background-color: #77c450;
}

#join .join {
  width: 100%;
  padding: 80px 0;
}
#join .join .desc {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
#join .join .list {
  margin-top: 50px;
}
#join .join .list .item {
  width: 100%;
  margin-top: 20px;
}
#join .join .list .item .tops {
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 36px;
  cursor: pointer;
  transition: all 0.3s;
}
#join .join .list .item .tops .title {
  width: 100%;
  padding-right: 30px;
  font-size: 16px;
}
#join .join .list .item .tops i {
  flex-shrink: 0;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background-image: url(../img/38.png);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
#join .join .list .item .tops.active {
  background-color: #77c450;
  border-color: #77c450;
  color: #fff;
}
#join .join .list .item .tops.active i {
  border-color: #fff;
  background-image: url(../img/39.png);
}
#join .join .list .item .bots {
  display: none;
  width: 100%;
  padding: 35px 40px;
  background-color: #f5f5f5;
}
#join .join .list .item .bots .info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
#join .join .list .item .bots .content {
  margin-top: 20px;
  line-height: 36px;
  font-size: 16px;
}

#contact .contact {
  padding-top: 120px;
}
#contact .contact .main {
  display: flex;
  justify-content: space-between;
}
#contact .contact .item {
  display: block;
  text-align: center;
  transition: all 0.3s;
}
#contact .contact .item i {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 118px;
  color: #999;
  font-size: 42px;
  transition: all 0.3s;
}
#contact .contact .item .title {
  font-size: 18px;
  margin-top: 15px;
}
#contact .contact .item .text {
  font-size: 16px;
  margin-top: 5px;
  white-space: nowrap;
}
#contact .contact .item:hover {
  color: #77c450;
  border-color: #77c450;
}
#contact .contact .item:hover i {
  background-color: #77c450;
  color: #fff;
}
#contact .loca {
  margin-top: 110px;
}
#contact .loca .main {
  display: flex;
  justify-content: space-between;
}
#contact .loca .item {
  width: 48.6%;
}
#contact .loca .item .img {
  width: 100%;
  overflow: hidden;
}
#contact .loca .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
#contact .loca .item .img:hover img {
  transform: scale(1.1);
}
#contact .loca .item .title {
  margin-top: 25px;
  font-size: 20px;
}
#contact .loca .item .desc {
  margin-top: 10px;
  font-size: 16px;
}
#contact .map {
  margin-top: 90px;
  width: 100%;
  height: 550px;
}
#contact .map #allmap {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}
#contact .map #allmap img {
  max-width: -moz-max-content;
  max-width: max-content;
}
#contact .map .BMapLabel {
  background-color: transparent !important;
  border: none !important;
}
#contact .map .map-label {
  width: 321px;
  height: 129px;
  max-width: unset;
}

@media screen and (max-width: 1440px) {
  #contact .contact {
    padding-top: 80px;
  }
  #contact .contact .main {
    display: flex;
  }
  #contact .contact .item i {
    width: 100px;
    height: 100px;
    line-height: 98px;
    font-size: 32px;
  }
  #contact .contact .item .title {
    font-size: 18px;
    margin-top: 15px;
  }
  #contact .contact .item .text {
    font-size: 16px;
    margin-top: 5px;
  }
  #contact .loca {
    margin-top: 80px;
  }
  #contact .loca .main {
    display: flex;
  }
  #contact .loca .item {
    width: 48.6%;
  }
  #contact .loca .item .title {
    margin-top: 15px;
    font-size: 20px;
  }
  #contact .loca .item .desc {
    margin-top: 8px;
    font-size: 14px;
  }
  #contact .map {
    margin-top: 90px;
    height: 400px;
  }
  #contact .map .map-label {
    width: 321px;
    height: 129px;
  }
  #about .about {
    padding: 80px 0 240px;
    background-size: auto 180px;
  }
  #about .about .main {
    display: flex;
  }
  #about .about .text {
    width: 50%;
  }
  #about .about .text .title {
    font-size: 26px;
  }
  #about .about .text .content {
    margin-top: 30px;
    font-size: 16px;
    line-height: 36px;
    height: 360px;
    overflow-y: auto;
  }
  #about .about .img {
    width: 44.44%;
    height: 426px;
    display: flex;
  }
  #about .about .img img {
    width: 200px;
  }
  #culture .culture {
    padding: 80px 0;
  }
  #culture .culture .main {
    display: flex;
  }
  #culture .culture .item {
    width: 23.5%;
    display: flex;
  }
  #culture .culture .item .img {
    height: 200px;
  }
  #culture .culture .item .bot {
    padding: 15px;
  }
  #culture .culture .item .bot .block {
    padding: 20px;
  }
  #culture .culture .item .bot i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 28px;
  }
  #culture .culture .item .bot .title {
    margin-top: 20px;
    font-size: 20px;
  }
  #culture .culture .item .bot .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #dev .dev {
    padding: 80px 0;
  }
  #dev .dev .year {
    height: 300px;
    padding: 30px 40px 0;
    display: flex;
  }
  #dev .dev .year .mod {
    font-size: 30px;
    line-height: 40px;
  }
  #dev .dev .year .swiper-container {
    margin-bottom: -10px;
  }
  #dev .dev .year .swiper-slide {
    padding: 0 50px;
  }
  #dev .dev .year .swiper-slide p {
    font-size: 32px;
    line-height: 32px;
  }
  #dev .dev .year .swiper-slide i {
    margin: 20px auto 0;
    width: 20px;
    height: 20px;
    padding: 4px;
  }
  #dev .dev .bot {
    display: flex;
  }
  #dev .dev .bot .btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  #dev .dev .bot .btn i {
    font-size: 16px;
  }
  #dev .dev .bot .swiper-container {
    width: 83.33%;
    height: 200px;
    padding: 0 20px;
  }
  #dev .dev .bot .swiper-slide {
    height: 200px;
    display: flex;
  }
  #dev .dev .bot .swiper-slide i {
    width: 36px;
    height: 10px;
    margin-left: -5px;
  }
  #dev .dev .bot .swiper-slide i::before {
    width: 10px;
    height: 10px;
  }
  #dev .dev .bot .swiper-slide .num {
    font-size: 50px;
    line-height: 5px;
    margin-left: 20px;
  }
  #dev .dev .bot .swiper-slide .content {
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;
  }
  #prod_d .detail {
    padding: 80px 0;
  }
  #prod_d .detail .main {
    padding: 40px;
    display: flex;
  }
  #prod_d .detail .gallary {
    width: 450px;
    height: 300px;
  }
  #prod_d .detail .right {
    width: calc(100% - 450px);
    padding-left: 40px;
  }
  #prod_d .detail .right .title {
    font-size: 18px;
    padding-bottom: 16px;
  }
  #prod_d .detail .right .features {
    font-size: 18px;
    margin-top: 12px;
  }
  #prod_d .detail .right .desc {
    margin-top: 12px;
  }
  #prod_d .detail .right .desc .label {
    font-size: 18px;
  }
  #prod_d .detail .right .desc .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
    min-height: 130px;
  }
  #prod_d .detail .right .prev-next {
    display: flex;
  }
  #prod_d .detail .right .prev-next .btn i {
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 46px;
  }
  #prod_d .detail .right .prev-next .btn.prev i {
    margin-right: 15px;
  }
  #prod_d .detail .right .prev-next .btn.next i {
    margin-left: 15px;
  }
  #tech .tech {
    padding: 80px 0;
  }
  #tech .tech .main {
    display: flex;
  }
  #tech .tech .gallary {
    width: 540px;
  }
  #tech .tech .right {
    width: calc(100% - 540px);
    display: flex;
  }
  #tech .tech .right .tops {
    display: flex;
    padding-left: 50px;
    padding-bottom: 30px;
  }
  #tech .tech .right .tops .num {
    font-size: 50px;
    line-height: 40px;
  }
  #tech .tech .right .tops i.line {
    width: 60px;
    height: 3px;
    margin-left: 20px;
    margin-right: 15px;
  }
  #tech .tech .right .tops .title {
    font-size: 22px;
  }
  #tech .tech .right .bots {
    width: 100%;
    height: 300px;
    padding: 30px 30px 30px 50px;
  }
  #tech .tech .right .bots .content {
    font-size: 16px;
    line-height: 36px;
    padding-right: 20px;
  }
  #case_d .detail {
    padding: 80px 0;
  }
  #case_d .detail .main {
    padding: 55px 120px;
  }
  #case_d .detail .main .title {
    font-size: 24px;
  }
  #case_d .detail .main .swiper-container {
    margin-top: 50px;
  }
  #case_d .detail .main .swiper-container .btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
  }
  #case_d .detail .main .cont {
    margin-top: 30px;
  }
  #case_d .detail .main .cont .label {
    font-size: 20px;
  }
  #case_d .detail .main .cont .content {
    margin-top: 10px;
    line-height: 28px;
  }
  #news_d .detail {
    padding: 80px 0;
  }
  #news_d .detail .main {
    padding: 55px 120px;
  }
  #news_d .detail .main .title {
    font-size: 24px;
  }
  #news_d .detail .main .info {
    font-size: 14px;
    margin-top: 30px;
  }
  #news_d .detail .main .desc {
    margin-top: 30px;
    padding: 20px 30px;
    line-height: 28px;
  }
  #news_d .detail .main .content {
    margin-top: 50px;
    line-height: 28px;
  }
  #news_d .detail .main .func {
    margin-top: 50px;
    padding-top: 50px;
    display: flex;
  }
  #news_d .detail .main .func .prev-next {
    padding-right: 50px;
  }
  #news_d .detail .main .func .prev-next a {
    margin: 5px 0;
  }
  #news_d .detail .main .func .back-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #index .banner .swiper-slide .text {
    top: 40%;
    left: 12.5%;
    right: 12.5%;
  }
  #index .banner .swiper-slide .text .sma {
    font-size: 16px;
  }
  #index .banner .swiper-slide .text .mid {
    font-size: 24px;
    margin-top: 20px;
  }
  #index .banner .swiper-slide .text .big {
    font-size: 40px;
  }
  #index .banner .paget {
    top: 50%;
    right: 4%;
  }
  #index .banner .paget .btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  #index .banner .paget .btn i {
    font-size: 12px;
  }
  #index .banner .paget .page {
    display: flex;
    margin: 16px 0;
  }
  #index .banner .paget .page p {
    margin: 10px 0;
  }
  #index .banner .paget .page p.active + i {
    height: 40px;
  }
  #index .index-mod .en {
    font-size: 50px;
    line-height: 50px;
  }
  #index .index-mod .cn {
    height: 50px;
    line-height: 50px;
    margin-top: -50px;
    font-size: 30px;
  }
  #index .index-more {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  #index .index-more i {
    font-size: 20px;
    margin-left: 10px;
  }
  #index .about {
    padding-top: 100px;
  }
  #index .about .cont {
    margin-top: 60px;
    background-size: auto 350px;
    padding-top: 100px;
  }
  #index .about .cont .main {
    padding: 30px;
  }
  #index .about .cont .img {
    width: 45%;
    height: 300px;
    margin-top: -130px;
  }
  #index .about .cont .text {
    width: 55%;
    padding-left: 30px;
  }
  #index .about .cont .text .title {
    font-size: 20px;
  }
  #index .about .cont .text .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  #index .about .cont .text .content {
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }
  #index .about .cont .text .index-more {
    margin-top: 30px;
  }
  #index .prod {
    padding-top: 100px;
  }
  #index .prod .main {
    display: flex;
    margin-top: 50px;
  }
  #index .prod .left {
    width: 240px;
    display: flex;
    padding-right: 20px;
  }
  #index .prod .left .titles a {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #index .prod .left .titles a::before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-top: 5px;
  }
  #index .prod .left .page {
    height: 160px;
    display: flex;
    width: 20px;
  }
  #index .prod .left .page p {
    font-size: 16px;
  }
  #index .prod .left .page i {
    margin: 10px 0;
  }
  #index .prod .swiper {
    width: calc(100% - 240px);
    padding-left: 40px;
    position: relative;
  }
  #index .prod .swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
  }
  #index .prod .swiper .swiper-slide .gallary {
    width: calc(100% - 340px);
    height: 500px;
  }
  #index .prod .swiper .swiper-slide .right {
    width: 300px;
    display: flex;
  }
  #index .prod .swiper .swiper-slide .right .num {
    font-size: 14px;
  }
  #index .prod .swiper .swiper-slide .right .info .title {
    font-size: 22px;
    margin-top: 30px;
  }
  #index .prod .swiper .swiper-slide .right .info .desc {
    margin-top: 15px;
    font-size: 14px;
  }
  #index .prod .swiper .swiper-slide .right .info i.line {
    margin-top: 20px;
    width: 26px;
    height: 4px;
  }
  #index .prod .swiper .swiper-slide .right .info .index-more {
    margin-top: 30px;
  }
  #index .prod .swiper .swiper-slide .right .thumb {
    margin-top: 50px;
  }
  #index .prod .swiper .swiper-slide .right .thumb img {
    width: 32%;
    margin-left: 2%;
    margin-top: 10px;
  }
  #index .prod .swiper .swiper-slide .right .thumb img:nth-child(3n+1) {
    margin-left: 0;
  }
  #index .prod .swiper .btns {
    width: 80px;
    height: 40px;
  }
  #index .prod .swiper .btns .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index .tech {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #index .tech .main {
    display: flex;
    margin-top: 80px;
    max-width: 1140px;
  }
  #index .tech .left {
    flex-shrink: 0;
  }
  #index .tech .left .item {
    display: flex;
    margin-bottom: 30px;
  }
  #index .tech .left .item .num {
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
  }
  #index .tech .left .item i {
    width: 12px;
    height: 12px;
    border: 3px solid #999;
  }
  #index .tech .swiper {
    width: calc(100% - 45px);
  }
  #index .tech .swiper .swiper-slide {
    display: flex;
  }
  #index .tech .swiper .swiper-slide .text {
    height: 480px;
    padding: 0 40px;
    display: flex;
  }
  #index .tech .swiper .swiper-slide .text .title {
    font-size: 24px;
  }
  #index .tech .swiper .swiper-slide .text i.line {
    width: 20px;
    height: 2px;
    margin-top: 20px;
  }
  #index .tech .swiper .swiper-slide .text .content {
    height: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  #index .tech .swiper .swiper-slide .text .more {
    margin-top: 40px;
    flex-shrink: 0;
    display: flex;
    width: 214px;
    height: 60px;
    font-size: 16px;
  }
  #index .tech .swiper .swiper-slide .text .more i {
    font-size: 24px;
    margin-left: 15px;
  }
  #index .tech .swiper .swiper-slide .gallary {
    width: 380px;
    height: 480px;
    flex-shrink: 0;
  }
  #index .tech .btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
  }
  #index .tech .btn.prev {
    left: -80px;
  }
  #index .tech .btn.next {
    right: -80px;
  }
  #index .case {
    padding: 100px 0;
  }
  #index .case .main {
    margin-top: 40px;
  }
  #index .case .tab a {
    display: inline-flex;
    height: 50px;
    font-size: 16px;
    margin: 0 40px;
  }
  #index .case .tab a::before {
    margin-right: 4px;
  }
  #index .case .tab a::after {
    margin-left: 4px;
  }
  #index .case .swiper {
    margin-top: 40px;
  }
  #index .case .swiper .swiper-slide {
    width: 33.75%;
  }
  #index .case .swiper .swiper-slide .text {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  #index .case .swiper .swiper-slide .text .en {
    font-size: 38px;
  }
  #index .case .swiper .swiper-slide .text .cn {
    font-size: 18px;
    margin-top: 10px;
  }
  #index .case .swiper .swiper-slide .text .index-more {
    margin-top: 40px;
  }
  #index .news {
    padding: 100px 0;
  }
  #index .news .main {
    margin-top: 70px;
  }
  #index .news .main > .index-more {
    margin: 60px auto 0;
  }
  #index .news .list {
    display: flex;
  }
  #index .news .list .item {
    display: block;
    width: 32%;
    margin-left: 2%;
  }
  #index .news .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #index .news .list .item .img {
    width: 100%;
  }
  #index .news .list .item .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s;
  }
  #index .news .list .item .img:hover img {
    transform: scale(1.1);
  }
  #index .news .list .item .cate {
    width: calc(100% + 15px);
    margin-left: -15px;
    margin-top: 15px;
    display: flex;
  }
  #index .news .list .item .cate i {
    width: 30px;
    margin-right: 20px;
  }
  #index .news .list .item .cate p {
    font-size: 14px;
  }
  #index .news .list .item .title {
    padding-left: 35px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 15px;
    height: 56px;
  }
  #index .news .list .item .more {
    display: inline-flex;
    margin-left: 35px;
    margin-top: 15px;
  }
  #index .news .list .item .more i {
    font-size: 24px;
    margin-left: 10px;
  }
  #index .contact {
    padding: 100px 0;
  }
  #index .contact .main {
    margin-top: 70px;
    display: flex;
  }
  #index .contact #map {
    width: 50%;
  }
  #index .contact .text {
    width: 50%;
    padding: 35px 60px;
  }
  #index .contact .text .cname {
    font-size: 24px;
  }
  #index .contact .text .desc {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 25px;
  }
  #index .contact .text .line {
    display: flex;
    margin-top: 30px;
  }
  #index .contact .text .line i {
    font-size: 24px;
    margin-right: 10px;
  }
  #index .contact .text .line span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #contact .contact {
    padding-top: 50px;
  }
  #contact .contact .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #contact .contact .item {
    width: 33.33%;
    margin-bottom: 50px;
  }
  #contact .contact .item i {
    width: 90px;
    height: 90px;
    line-height: 88px;
    font-size: 32px;
  }
  #contact .contact .item .title {
    font-size: 16px;
    margin-top: 12px;
  }
  #contact .contact .item .text {
    font-size: 14px;
    margin-top: 5px;
  }
  #contact .loca {
    margin-top: 0;
  }
  #contact .loca .main {
    display: flex;
  }
  #contact .loca .item {
    width: 48.6%;
  }
  #contact .loca .item .title {
    margin-top: 15px;
    font-size: 16px;
  }
  #contact .loca .item .desc {
    margin-top: 8px;
    font-size: 14px;
  }
  #contact .map {
    margin-top: 90px;
    height: 400px;
  }
  #contact .map .map-label {
    width: 321px;
    height: 129px;
  }
  #about .about {
    padding: 50px 0 140px;
    background-size: auto 120px;
  }
  #about .about .main {
    display: block;
  }
  #about .about .text {
    width: 100%;
  }
  #about .about .text .title {
    font-size: 20px;
  }
  #about .about .text .content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    height: auto;
    overflow-y: auto;
  }
  #about .about .img {
    margin-top: 20px;
    width: 100%;
    height: 426px;
    display: flex;
  }
  #about .about .img img {
    width: 200px;
  }
  #culture .culture {
    padding: 50px 0;
  }
  #culture .culture .main {
    display: flex;
    flex-wrap: wrap;
  }
  #culture .culture .item {
    width: 49%;
    display: flex;
    margin-bottom: 20px;
  }
  #culture .culture .item .img {
    height: 200px;
  }
  #culture .culture .item .bot {
    padding: 15px;
  }
  #culture .culture .item .bot .block {
    padding: 20px;
  }
  #culture .culture .item .bot i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 28px;
  }
  #culture .culture .item .bot .title {
    margin-top: 20px;
    font-size: 20px;
  }
  #culture .culture .item .bot .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #dev .dev {
    padding: 50px 0;
  }
  #dev .dev .year {
    height: 300px;
    padding: 30px 30px 0;
    display: flex;
  }
  #dev .dev .year .mod {
    font-size: 30px;
    line-height: 40px;
  }
  #dev .dev .year .swiper-container {
    margin-bottom: -10px;
  }
  #dev .dev .year .swiper-slide {
    padding: 0 30px;
  }
  #dev .dev .year .swiper-slide p {
    font-size: 32px;
    line-height: 32px;
  }
  #dev .dev .year .swiper-slide i {
    margin: 20px auto 0;
    width: 20px;
    height: 20px;
    padding: 4px;
  }
  #dev .dev .bot {
    display: flex;
  }
  #dev .dev .bot .btn {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  #dev .dev .bot .btn i {
    font-size: 16px;
  }
  #dev .dev .bot .swiper-container {
    width: 83.33%;
    height: 200px;
    padding: 0 20px;
  }
  #dev .dev .bot .swiper-slide {
    height: 200px;
    display: flex;
  }
  #dev .dev .bot .swiper-slide i {
    width: 36px;
    height: 10px;
    margin-left: -5px;
  }
  #dev .dev .bot .swiper-slide i::before {
    width: 10px;
    height: 10px;
  }
  #dev .dev .bot .swiper-slide .num {
    font-size: 50px;
    line-height: 5px;
    margin-left: 20px;
  }
  #dev .dev .bot .swiper-slide .content {
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;
  }
  #honor .honor {
    padding: 50px 0;
  }
  #honor .honor .list {
    margin-top: 50px;
    display: flex;
  }
  #honor .honor .list .item {
    display: block;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #honor .honor .list .item:nth-child(4n+1) {
    margin-left: 2%;
  }
  #honor .honor .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #honor .honor .list .item .img {
    padding: 10px;
  }
  #honor .honor .list .item .img .mask i {
    width: 40px;
    height: 40px;
    font-size: 21px;
    line-height: 38px;
  }
  #honor .honor .list .item .img .mask p {
    margin-top: 25px;
    font-size: 16px;
  }
  #honor .honor .list .item .title {
    margin-top: 15px;
    font-size: 16px;
  }
  #honor .honor .loadmore {
    margin-top: 50px;
  }
  #prod .prod {
    padding: 50px 0;
  }
  #prod .prod .inner-cate {
    margin-bottom: 50px;
  }
  #prod .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod .prod .list .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #prod .prod .list .item:nth-child(4n+1) {
    margin-left: 2%;
  }
  #prod .prod .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #prod .prod .list .item .text {
    padding: 0 20px;
  }
  #prod .prod .list .item .text .title {
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  #prod .prod .list .item .text .desc {
    height: 50px;
    display: flex;
  }
  #prod .prod .list .item .text .desc p {
    font-size: 14px;
  }
  #prod .prod .list .item .text .desc i {
    font-size: 24px;
  }
  #prod .prod .loadmore {
    margin-top: 50px;
  }
  #prod_d .detail {
    padding: 50px 0;
  }
  #prod_d .detail .main {
    padding: 20px;
    display: block;
  }
  #prod_d .detail .gallary {
    width: 100%;
    height: auto;
  }
  #prod_d .detail .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #prod_d .detail .right .title {
    font-size: 18px;
    padding-bottom: 16px;
  }
  #prod_d .detail .right .features {
    font-size: 18px;
    margin-top: 12px;
  }
  #prod_d .detail .right .desc {
    margin-top: 12px;
  }
  #prod_d .detail .right .desc .label {
    font-size: 18px;
  }
  #prod_d .detail .right .desc .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
    min-height: auto;
  }
  #prod_d .detail .right .prev-next {
    display: flex;
    margin-top: 15px;
  }
  #prod_d .detail .right .prev-next .btn i {
    width: 48px;
    height: 48px;
    font-size: 12px;
    line-height: 46px;
  }
  #prod_d .detail .right .prev-next .btn.prev i {
    margin-right: 15px;
  }
  #prod_d .detail .right .prev-next .btn.next i {
    margin-left: 15px;
  }
  #tech .tech {
    padding: 50px 0;
  }
  #tech .tech .main {
    display: block;
  }
  #tech .tech .gallary {
    width: 100%;
  }
  #tech .tech .right {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  #tech .tech .right .tops {
    display: flex;
    padding-left: 0;
    padding-bottom: 20px;
  }
  #tech .tech .right .tops .num {
    font-size: 36px;
    line-height: 30px;
  }
  #tech .tech .right .tops i.line {
    width: 20px;
    height: 3px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #tech .tech .right .tops .title {
    font-size: 22px;
  }
  #tech .tech .right .bots {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  #tech .tech .right .bots .content {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
  }
  #case .case {
    padding: 50px 0;
  }
  #case .case .list .item {
    display: block;
    margin-bottom: 30px;
  }
  #case .case .list .item .img {
    width: 100%;
    height: auto;
  }
  #case .case .list .item .block {
    width: 100%;
    height: auto;
    padding: 30px;
  }
  #case .case .list .item .block .num {
    display: flex;
    font-size: 40px;
    line-height: 40px;
  }
  #case .case .list .item .block .num::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #77c450;
    margin-left: 10px;
  }
  #case .case .list .item .block .title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 36px;
    height: auto;
  }
  #case .case .list .item .block .desc {
    margin-top: 5px;
    font-size: 14px;
    line-height: 26px;
    max-height: 56px;
  }
  #case .case .list .item .block a {
    margin-top: 30px;
    display: inline-flex;
    font-size: 14px;
  }
  #case .case .list .item .block a i {
    font-size: 20px;
    margin-left: 6px;
  }
  #case .case .list .item:nth-child(odd) .img {
    margin-right: 0;
  }
  #case .case .list .item:nth-child(odd) .block {
    margin-left: 0;
  }
  #case .case .list .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  #case .case .list .item:nth-child(even) .img {
    margin-left: 0;
  }
  #case .case .list .item:nth-child(even) .block {
    margin-right: 0;
  }
  #case .case .loadmore {
    margin-top: 30px;
  }
  #case_d .detail {
    padding: 50px 0;
  }
  #case_d .detail .main {
    padding: 50px;
  }
  #case_d .detail .main .title {
    font-size: 20px;
  }
  #case_d .detail .main .swiper-container {
    margin-top: 30px;
  }
  #case_d .detail .main .swiper-container .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  #case_d .detail .main .cont {
    margin-top: 30px;
  }
  #case_d .detail .main .cont .label {
    font-size: 18px;
  }
  #case_d .detail .main .cont .content {
    margin-top: 10px;
    line-height: 28px;
  }
  #news .news {
    padding: 50px 0;
  }
  #news .news .list {
    display: flex;
  }
  #news .news .list .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 40px;
  }
  #news .news .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #news .news .list .item .text {
    padding: 14px 0 0;
  }
  #news .news .list .item .text .title {
    font-size: 16px;
  }
  #news .news .list .item .text .desc {
    height: 52px;
    line-height: 24px;
    margin-top: 6px;
  }
  #news .news .list .item .text .date-more {
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
  }
  #news .news .list .item .text .date-more .more {
    display: inline-flex;
    font-size: 14px;
  }
  #news .news .list .item .text .date-more .more i {
    font-size: 20px;
    margin-left: 6px;
  }
  #news .news .pages {
    margin-top: 20px;
  }
  #news_d .detail {
    padding: 50px 0;
  }
  #news_d .detail .main {
    padding: 50px;
  }
  #news_d .detail .main .title {
    font-size: 20px;
  }
  #news_d .detail .main .info {
    font-size: 14px;
    margin-top: 30px;
  }
  #news_d .detail .main .desc {
    margin-top: 30px;
    padding: 20px;
    line-height: 26px;
  }
  #news_d .detail .main .content {
    margin-top: 30px;
    line-height: 26px;
  }
  #news_d .detail .main .func {
    margin-top: 30px;
    padding-top: 30px;
    display: flex;
  }
  #news_d .detail .main .func .prev-next {
    padding-right: 30px;
  }
  #news_d .detail .main .func .prev-next a {
    margin: 5px 0;
  }
  #news_d .detail .main .func .back-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #join .join {
    padding: 50px 0;
  }
  #join .join .desc {
    font-size: 14px;
    margin-top: 26px;
  }
  #join .join .list {
    margin-top: 50px;
  }
  #join .join .list .item {
    margin-top: 20px;
  }
  #join .join .list .item .tops {
    height: 60px;
    display: flex;
    padding: 0 36px;
  }
  #join .join .list .item .tops .title {
    padding-right: 30px;
    font-size: 16px;
  }
  #join .join .list .item .tops i {
    width: 28px;
    height: 28px;
  }
  #join .join .list .item .bots {
    padding: 30px;
  }
  #join .join .list .item .bots .info {
    display: flex;
    font-size: 16px;
  }
  #join .join .list .item .bots .content {
    margin-top: 20px;
    line-height: 36px;
    font-size: 16px;
  }
  #index .main {
    width: 94%;
  }
  #index .banner .swiper-slide .text {
    top: 40%;
    left: 10%;
    right: 10%;
  }
  #index .banner .swiper-slide .text .sma {
    font-size: 14px;
  }
  #index .banner .swiper-slide .text .mid {
    font-size: 20px;
    margin-top: 15px;
  }
  #index .banner .swiper-slide .text .big {
    font-size: 30px;
  }
  #index .banner .paget {
    top: 50%;
    right: 4%;
  }
  #index .banner .paget .btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  #index .banner .paget .btn i {
    font-size: 12px;
  }
  #index .banner .paget .page {
    display: flex;
    margin: 10px 0;
  }
  #index .banner .paget .page p {
    margin: 10px 0;
  }
  #index .banner .paget .page p.active + i {
    height: 30px;
  }
  #index .index-mod .en {
    font-size: 40px;
    line-height: 40px;
  }
  #index .index-mod .cn {
    height: 40px;
    line-height: 40px;
    margin-top: -40px;
    font-size: 22px;
  }
  #index .index-more {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  #index .index-more i {
    font-size: 20px;
    margin-left: 10px;
  }
  #index .about {
    padding-top: 70px;
  }
  #index .about .cont {
    margin-top: 40px;
    background-size: auto 350px;
    padding-top: 80px;
  }
  #index .about .cont .main {
    padding: 0;
    display: block;
  }
  #index .about .cont .img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  #index .about .cont .text {
    width: 100%;
    padding-left: 0;
    padding: 30px;
  }
  #index .about .cont .text .title {
    font-size: 20px;
  }
  #index .about .cont .text .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  #index .about .cont .text .content {
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
  }
  #index .about .cont .text .index-more {
    margin-top: 30px;
  }
  #index .prod {
    padding-top: 70px;
  }
  #index .prod .main {
    display: flex;
    margin-top: 30px;
  }
  #index .prod .left {
    display: none;
  }
  #index .prod .swiper {
    width: 100%;
    padding-left: 0;
  }
  #index .prod .swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
  }
  #index .prod .swiper .swiper-slide .gallary {
    width: calc(100% - 340px);
    height: 500px;
  }
  #index .prod .swiper .swiper-slide .right {
    width: 300px;
    display: flex;
  }
  #index .prod .swiper .swiper-slide .right .num {
    font-size: 14px;
  }
  #index .prod .swiper .swiper-slide .right .info .title {
    font-size: 22px;
    margin-top: 30px;
  }
  #index .prod .swiper .swiper-slide .right .info .desc {
    margin-top: 15px;
    font-size: 14px;
  }
  #index .prod .swiper .swiper-slide .right .info i.line {
    margin-top: 20px;
    width: 26px;
    height: 4px;
  }
  #index .prod .swiper .swiper-slide .right .info .index-more {
    margin-top: 30px;
  }
  #index .prod .swiper .swiper-slide .right .thumb {
    margin-top: 50px;
  }
  #index .prod .swiper .swiper-slide .right .thumb img {
    width: 32%;
    margin-left: 2%;
    margin-top: 10px;
  }
  #index .prod .swiper .swiper-slide .right .thumb img:nth-child(3n+1) {
    margin-left: 0;
  }
  #index .prod .swiper .btns {
    width: 80px;
    height: 40px;
  }
  #index .prod .swiper .btns .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #index .tech {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #index .tech .main {
    display: flex;
    margin-top: 50px;
    max-width: 1140px;
  }
  #index .tech .left {
    display: none;
  }
  #index .tech .swiper {
    width: 100%;
  }
  #index .tech .swiper .swiper-slide {
    display: flex;
  }
  #index .tech .swiper .swiper-slide .text {
    height: 480px;
    padding: 0 40px 0 0;
    display: flex;
  }
  #index .tech .swiper .swiper-slide .text .title {
    font-size: 18px;
  }
  #index .tech .swiper .swiper-slide .text i.line {
    width: 20px;
    height: 2px;
    margin-top: 20px;
  }
  #index .tech .swiper .swiper-slide .text .content {
    height: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  #index .tech .swiper .swiper-slide .text .more {
    margin-top: 40px;
    flex-shrink: 0;
    display: flex;
    width: 214px;
    height: 60px;
    font-size: 16px;
  }
  #index .tech .swiper .swiper-slide .text .more i {
    font-size: 24px;
    margin-left: 15px;
  }
  #index .tech .swiper .swiper-slide .gallary {
    width: 380px;
    height: 480px;
    flex-shrink: 0;
  }
  #index .tech .btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    background-color: #fff;
    z-index: 2;
  }
  #index .tech .btn.prev {
    left: 0;
  }
  #index .tech .btn.next {
    right: 0;
  }
  #index .case {
    padding: 70px 0;
  }
  #index .case .main {
    margin-top: 30px;
  }
  #index .case .tab a {
    display: inline-flex;
    height: 40px;
    font-size: 15px;
    margin: 0 20px;
  }
  #index .case .tab a::before {
    margin-right: 4px;
  }
  #index .case .tab a::after {
    margin-left: 4px;
  }
  #index .case .swiper {
    margin-top: 30px;
  }
  #index .case .swiper .swiper-slide {
    width: 33.75%;
  }
  #index .case .swiper .swiper-slide .text {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  #index .case .swiper .swiper-slide .text .en {
    font-size: 28px;
  }
  #index .case .swiper .swiper-slide .text .cn {
    font-size: 16px;
    margin-top: 10px;
  }
  #index .case .swiper .swiper-slide .text .index-more {
    margin-top: 30px;
  }
  #index .case .swiper .swiper-slide.swiper-slide-active::after {
    opacity: 1;
  }
  #index .case .swiper .swiper-slide.swiper-slide-active .text {
    z-index: 3;
    opacity: 1;
  }
  #index .news {
    padding: 70px 0;
  }
  #index .news .main {
    margin-top: 50px;
  }
  #index .news .main > .index-more {
    margin: 50px auto 0;
  }
  #index .news .list {
    display: flex;
  }
  #index .news .list .item {
    display: block;
    width: 32%;
    margin-left: 2%;
  }
  #index .news .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #index .news .list .item .cate {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    display: flex;
  }
  #index .news .list .item .cate i {
    display: none;
  }
  #index .news .list .item .cate p {
    font-size: 14px;
  }
  #index .news .list .item .title {
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    height: 56px;
  }
  #index .news .list .item .more {
    display: inline-flex;
    margin-left: 0;
    margin-top: 10px;
  }
  #index .news .list .item .more i {
    font-size: 20px;
    margin-left: 10px;
  }
  #index .contact {
    padding: 70px 0;
  }
  #index .contact .main {
    margin-top: 50px;
    display: flex;
  }
  #index .contact #map {
    width: 50%;
  }
  #index .contact .text {
    width: 50%;
    padding: 30px;
  }
  #index .contact .text .cname {
    font-size: 18px;
  }
  #index .contact .text .desc {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  #index .contact .text .line {
    display: flex;
    margin-top: 15px;
  }
  #index .contact .text .line i {
    font-size: 20px;
    margin-right: 8px;
  }
  #index .contact .text .line span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #contact .contact {
    padding-top: 30px;
  }
  #contact .contact .main {
    display: flex;
  }
  #contact .contact .item {
    width: 33.33%;
    margin-bottom: 50px;
  }
  #contact .contact .item i {
    width: 90px;
    height: 90px;
    line-height: 88px;
    font-size: 32px;
  }
  #contact .contact .item .title {
    font-size: 16px;
    margin-top: 12px;
  }
  #contact .contact .item .text {
    font-size: 14px;
    margin-top: 5px;
  }
  #contact .loca {
    margin-top: 0;
  }
  #contact .loca .main {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .loca .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #contact .loca .item .title {
    margin-top: 15px;
    font-size: 16px;
  }
  #contact .loca .item .desc {
    margin-top: 8px;
    font-size: 14px;
  }
  #contact .map {
    margin-top: 20px;
    height: 400px;
  }
  #contact .map .map-label {
    width: 321px;
    height: 129px;
  }
  #about .about {
    padding: 30px 0 80px;
    background-size: auto 80px;
  }
  #about .about .main {
    display: block;
  }
  #about .about .text {
    width: 100%;
  }
  #about .about .text .title {
    font-size: 20px;
  }
  #about .about .text .content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    height: auto;
    overflow-y: auto;
  }
  #about .about .img {
    margin-top: 20px;
    width: 100%;
    height: 240px;
    display: flex;
  }
  #about .about .img img {
    width: 120px;
  }
  #dev .dev {
    padding: 30px 0;
  }
  #dev .dev .year {
    height: 250px;
    padding: 30px 30px 0;
    display: flex;
  }
  #dev .dev .year .mod {
    font-size: 30px;
    line-height: 40px;
  }
  #dev .dev .year .swiper-container {
    margin-bottom: -10px;
  }
  #dev .dev .year .swiper-slide {
    padding: 0 20px;
  }
  #dev .dev .year .swiper-slide p {
    font-size: 24px;
    line-height: 24px;
  }
  #dev .dev .year .swiper-slide i {
    margin: 20px auto 0;
    width: 20px;
    height: 20px;
    padding: 4px;
  }
  #dev .dev .bot {
    display: flex;
  }
  #dev .dev .bot .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #dev .dev .bot .btn i {
    font-size: 14px;
  }
  #dev .dev .bot .swiper-container {
    width: 88%;
    height: 200px;
    padding: 0 20px;
  }
  #dev .dev .bot .swiper-slide {
    height: 200px;
    display: flex;
  }
  #dev .dev .bot .swiper-slide i {
    width: 36px;
    height: 10px;
    margin-left: -5px;
  }
  #dev .dev .bot .swiper-slide i::before {
    width: 10px;
    height: 10px;
  }
  #dev .dev .bot .swiper-slide .num {
    font-size: 50px;
    line-height: 5px;
    margin-left: 20px;
  }
  #dev .dev .bot .swiper-slide .content {
    font-size: 16px;
    line-height: 28px;
    margin-left: 30px;
  }
  #honor .honor {
    padding: 30px 0;
  }
  #honor .honor .list {
    margin-top: 30px;
    display: flex;
  }
  #honor .honor .list .item {
    display: block;
    width: 49%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #honor .honor .list .item:nth-child(4n+1) {
    margin-left: 2%;
  }
  #honor .honor .list .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #honor .honor .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #honor .honor .list .item .img {
    padding: 10px;
  }
  #honor .honor .list .item .img .mask i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 28px;
  }
  #honor .honor .list .item .img .mask p {
    margin-top: 16px;
    font-size: 14px;
  }
  #honor .honor .list .item .title {
    margin-top: 10px;
    font-size: 14px;
  }
  #honor .honor .loadmore {
    margin-top: 30px;
  }
  #prod .prod {
    padding: 30px 0;
  }
  #prod .prod .inner-cate {
    margin-bottom: 30px;
  }
  #prod .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod .prod .list .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #prod .prod .list .item:nth-child(4n+1) {
    margin-left: 2%;
  }
  #prod .prod .list .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #prod .prod .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #prod .prod .list .item .text {
    padding: 0 14px;
  }
  #prod .prod .list .item .text .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #prod .prod .list .item .text .desc {
    height: 40px;
    display: flex;
  }
  #prod .prod .list .item .text .desc p {
    font-size: 14px;
  }
  #prod .prod .list .item .text .desc i {
    font-size: 24px;
  }
  #prod .prod .loadmore {
    margin-top: 30px;
  }
  #prod_d .detail {
    padding: 30px 0;
  }
  #prod_d .detail .main {
    padding: 14px;
    display: block;
  }
  #prod_d .detail .gallary {
    width: 100%;
    height: auto;
  }
  #prod_d .detail .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #prod_d .detail .right .title {
    font-size: 18px;
    padding-bottom: 16px;
  }
  #prod_d .detail .right .features {
    font-size: 16px;
    margin-top: 12px;
  }
  #prod_d .detail .right .desc {
    margin-top: 12px;
  }
  #prod_d .detail .right .desc .label {
    font-size: 16px;
  }
  #prod_d .detail .right .desc .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
    min-height: auto;
  }
  #prod_d .detail .right .prev-next {
    display: flex;
    margin-top: 15px;
  }
  #prod_d .detail .right .prev-next .btn i {
    width: 40px;
    height: 40px;
    font-size: 12px;
    line-height: 38px;
  }
  #prod_d .detail .right .prev-next .btn.prev i {
    margin-right: 10px;
  }
  #prod_d .detail .right .prev-next .btn.next i {
    margin-left: 10px;
  }
  #tech .tech {
    padding: 30px 0;
  }
  #tech .tech .main {
    display: block;
  }
  #tech .tech .gallary {
    width: 100%;
  }
  #tech .tech .right {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  #tech .tech .right .tops {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 20px;
  }
  #tech .tech .right .tops .num {
    font-size: 30px;
    line-height: 30px;
  }
  #tech .tech .right .tops i.line {
    width: 20px;
    height: 3px;
    margin-left: 15px;
    margin-right: 15px;
  }
  #tech .tech .right .tops .title {
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
  }
  #tech .tech .right .bots {
    width: 100%;
    height: auto;
    padding: 14px;
  }
  #tech .tech .right .bots .content {
    font-size: 14px;
    line-height: 26px;
    padding-right: 0;
  }
  #case .case {
    padding: 30px 0;
  }
  #case .case .list .item {
    display: block;
    margin-bottom: 20px;
  }
  #case .case .list .item .img {
    width: 100%;
    height: auto;
  }
  #case .case .list .item .block {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  #case .case .list .item .block .num {
    display: flex;
    font-size: 30px;
    line-height: 30px;
  }
  #case .case .list .item .block .num::after {
    width: 80px;
    margin-left: 10px;
  }
  #case .case .list .item .block .title {
    margin-top: 14px;
    font-size: 18px;
    line-height: 30px;
    height: auto;
  }
  #case .case .list .item .block .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    max-height: 56px;
  }
  #case .case .list .item .block a {
    margin-top: 20px;
    font-size: 14px;
  }
  #case .case .list .item .block a i {
    font-size: 20px;
    margin-left: 6px;
  }
  #case .case .loadmore {
    margin-top: 30px;
  }
  #case_d .detail {
    padding: 30px 0;
  }
  #case_d .detail .main {
    padding: 40px 20px;
  }
  #case_d .detail .main .title {
    font-size: 18px;
  }
  #case_d .detail .main .swiper-container {
    margin-top: 30px;
  }
  #case_d .detail .main .swiper-container .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  #case_d .detail .main .cont {
    margin-top: 30px;
  }
  #case_d .detail .main .cont .label {
    font-size: 18px;
  }
  #case_d .detail .main .cont .content {
    margin-top: 10px;
    line-height: 28px;
  }
  #news .news {
    padding: 30px 0;
  }
  #news .news .list {
    display: flex;
  }
  #news .news .list .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #news .news .list .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #news .news .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #news .news .list .item .text {
    padding: 14px 0 0;
  }
  #news .news .list .item .text .title {
    font-size: 16px;
  }
  #news .news .list .item .text .desc {
    height: 52px;
    line-height: 24px;
    margin-top: 6px;
  }
  #news .news .list .item .text .date-more {
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
  }
  #news .news .list .item .text .date-more .more {
    display: inline-flex;
    font-size: 14px;
  }
  #news .news .list .item .text .date-more .more i {
    font-size: 20px;
    margin-left: 6px;
  }
  #news .news .pages {
    margin-top: 20px;
  }
  #news_d .detail {
    padding: 30px 0;
  }
  #news_d .detail .main {
    padding: 40px 20px;
  }
  #news_d .detail .main .title {
    font-size: 18px;
  }
  #news_d .detail .main .info {
    font-size: 14px;
    margin-top: 30px;
  }
  #news_d .detail .main .desc {
    margin-top: 30px;
    padding: 20px;
    line-height: 26px;
  }
  #news_d .detail .main .content {
    margin-top: 30px;
    line-height: 26px;
  }
  #news_d .detail .main .func {
    margin-top: 30px;
    padding-top: 30px;
    display: block;
  }
  #news_d .detail .main .func .prev-next {
    overflow: hidden;
    padding-right: 0;
  }
  #news_d .detail .main .func .prev-next a {
    margin: 5px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
  #news_d .detail .main .func .back-btn {
    margin: 30px auto 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #join .join {
    padding: 30px 0;
  }
  #join .join .desc {
    font-size: 14px;
    margin-top: 26px;
  }
  #join .join .list {
    margin-top: 30px;
  }
  #join .join .list .item {
    margin-top: 20px;
  }
  #join .join .list .item .tops {
    height: 50px;
    display: flex;
    padding: 0 20px;
  }
  #join .join .list .item .tops .title {
    padding-right: 20px;
    font-size: 16px;
  }
  #join .join .list .item .tops i {
    width: 28px;
    height: 28px;
  }
  #join .join .list .item .bots {
    padding: 30px;
  }
  #join .join .list .item .bots .info {
    display: flex;
    font-size: 16px;
  }
  #join .join .list .item .bots .content {
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
  }
  #index .banner .swiper-slide .text {
    overflow: hidden;
    top: 40%;
    left: 10%;
    right: 10%;
  }
  #index .banner .swiper-slide .text .sma {
    font-size: 14px;
  }
  #index .banner .swiper-slide .text .mid {
    font-size: 18px;
    margin-top: 10px;
  }
  #index .banner .swiper-slide .text .big {
    font-size: 22px;
  }
  #index .banner .paget {
    top: 50%;
    right: 4%;
  }
  #index .banner .paget .btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  #index .banner .paget .btn i {
    font-size: 12px;
  }
  #index .banner .paget .page {
    display: flex;
    margin: 5px 0;
  }
  #index .banner .paget .page p {
    margin: 5px 0;
  }
  #index .banner .paget .page p.active + i {
    height: 20px;
  }
  #index .prod {
    padding-top: 40px;
  }
  #index .prod .main {
    display: flex;
    margin-top: 20px;
  }
  #index .prod .left {
    display: none;
  }
  #index .prod .swiper {
    width: 100%;
    padding-left: 0;
  }
  #index .prod .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
  }
  #index .prod .swiper .swiper-slide .gallary {
    width: 100%;
    height: auto;
  }
  #index .prod .swiper .swiper-slide .right {
    width: 100%;
    display: flex;
  }
  #index .prod .swiper .swiper-slide .right .num {
    display: none;
  }
  #index .prod .swiper .swiper-slide .right .info .title {
    font-size: 18px;
    margin-top: 20px;
  }
  #index .prod .swiper .swiper-slide .right .info .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  #index .prod .swiper .swiper-slide .right .info i.line {
    margin-top: 20px;
    width: 26px;
    height: 4px;
  }
  #index .prod .swiper .swiper-slide .right .info .index-more {
    margin-top: 20px;
  }
  #index .prod .swiper .swiper-slide .right .thumb {
    margin-top: 20px;
  }
  #index .prod .swiper .swiper-slide .right .thumb img {
    width: 32%;
    margin-left: 2%;
    margin-top: 10px;
  }
  #index .prod .swiper .swiper-slide .right .thumb img:nth-child(3n+1) {
    margin-left: 0;
  }
  #index .prod .swiper .btns {
    position: static;
    width: 100px;
    height: 40px;
    margin: 20px auto 0;
  }
  #index .prod .swiper .btns .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
  #index .prod .swiper .btns .btn.next {
    background-color: #77c450;
    color: #fff;
  }
  #index .tech {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #index .tech .main {
    display: flex;
    margin-top: 30px;
  }
  #index .tech .left {
    display: none;
  }
  #index .tech .swiper {
    width: 100%;
  }
  #index .tech .swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #index .tech .swiper .swiper-slide .text {
    height: auto;
    padding: 0;
    display: block;
    margin-top: 20px;
  }
  #index .tech .swiper .swiper-slide .text .title {
    font-size: 18px;
  }
  #index .tech .swiper .swiper-slide .text i.line {
    width: 20px;
    height: 2px;
    margin-top: 20px;
  }
  #index .tech .swiper .swiper-slide .text .content {
    height: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  #index .tech .swiper .swiper-slide .text .index-more {
    margin-top: 20px;
  }
  #index .tech .swiper .swiper-slide .gallary {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  #index .tech .btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin-top: -20px;
    background-color: #fff;
    z-index: 2;
  }
  #index .tech .btn.prev {
    left: 0;
  }
  #index .tech .btn.next {
    right: 0;
  }
  #index .case {
    padding: 50px 0;
  }
  #index .case .main {
    margin-top: 30px;
  }
  #index .case .tab a {
    display: inline-flex;
    height: 40px;
    font-size: 15px;
    margin: 0 20px;
  }
  #index .case .tab a::before {
    margin-right: 4px;
  }
  #index .case .tab a::after {
    margin-left: 4px;
  }
  #index .case .swiper {
    margin-top: 30px;
  }
  #index .case .swiper .swiper-slide {
    width: 50%;
  }
  #index .case .swiper .swiper-slide .text {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  #index .case .swiper .swiper-slide .text .en {
    font-size: 20px;
  }
  #index .case .swiper .swiper-slide .text .cn {
    font-size: 14px;
    margin-top: 10px;
  }
  #index .case .swiper .swiper-slide .text .index-more {
    margin-top: 20px;
  }
  #index .case .swiper .swiper-slide.swiper-slide-active::after {
    opacity: 1;
  }
  #index .case .swiper .swiper-slide.swiper-slide-active .text {
    z-index: 3;
    opacity: 1;
  }
  #index .news {
    padding: 50px 0;
  }
  #index .news .main {
    margin-top: 30px;
  }
  #index .news .main > .index-more {
    margin: 30px auto 0;
  }
  #index .news .list {
    display: flex;
  }
  #index .news .list .item {
    display: block;
    width: 49%;
    margin-left: 2%;
  }
  #index .news .list .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #index .news .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #index .news .list .item:nth-child(3) {
    display: none;
  }
  #index .news .list .item .cate {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    display: flex;
  }
  #index .news .list .item .cate i {
    display: none;
  }
  #index .news .list .item .cate p {
    font-size: 14px;
  }
  #index .news .list .item .title {
    padding-left: 0;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    height: 56px;
  }
  #index .news .list .item .more {
    display: inline-flex;
    margin-left: 0;
    margin-top: 10px;
  }
  #index .news .list .item .more i {
    font-size: 20px;
    margin-left: 10px;
  }
  #index .contact {
    padding: 50px 0;
  }
  #index .contact .main {
    margin-top: 30px;
    display: block;
  }
  #index .contact #map {
    width: 100%;
    height: 300px;
  }
  #index .contact .text {
    width: 100%;
    padding: 20px;
  }
  #index .contact .text .cname {
    font-size: 18px;
  }
  #index .contact .text .desc {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  #index .contact .text .line {
    display: flex;
    margin-top: 15px;
  }
  #index .contact .text .line i {
    font-size: 20px;
    margin-right: 8px;
  }
  #index .contact .text .line span {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  #contact .contact {
    padding-top: 30px;
  }
  #contact .contact .main {
    display: flex;
  }
  #contact .contact .item {
    width: 50%;
    margin-bottom: 30px;
  }
  #contact .contact .item i {
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 24px;
  }
  #contact .contact .item .title {
    font-size: 16px;
    margin-top: 10px;
  }
  #contact .contact .item .text {
    font-size: 14px;
    margin-top: 5px;
  }
  #contact .loca {
    margin-top: 0;
  }
  #contact .loca .main {
    display: flex;
    flex-wrap: wrap;
  }
  #contact .loca .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #contact .loca .item .title {
    margin-top: 15px;
    font-size: 16px;
  }
  #contact .loca .item .desc {
    margin-top: 8px;
    font-size: 14px;
  }
  #contact .map {
    margin-top: 20px;
    height: 240px;
  }
  #contact .map .map-label {
    width: 321px;
    height: 129px;
  }
  #about .about {
    padding: 30px 0 80px;
    background-size: auto 50px;
  }
  #about .about .main {
    display: block;
  }
  #about .about .text {
    width: 100%;
  }
  #about .about .text .title {
    font-size: 20px;
  }
  #about .about .text .content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    height: auto;
    overflow-y: auto;
  }
  #about .about .img {
    margin-top: 20px;
    width: 100%;
    height: 240px;
    display: flex;
  }
  #about .about .img img {
    width: 120px;
  }
  #culture .culture {
    padding: 30px 0;
  }
  #culture .culture .main {
    display: flex;
    flex-wrap: wrap;
  }
  #culture .culture .item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  #culture .culture .item .img {
    height: 200px;
  }
  #culture .culture .item .bot {
    padding: 15px;
  }
  #culture .culture .item .bot .block {
    padding: 20px;
  }
  #culture .culture .item .bot i {
    width: 50px;
    height: 50px;
    line-height: 48px;
    font-size: 28px;
  }
  #culture .culture .item .bot .title {
    margin-top: 20px;
    font-size: 20px;
  }
  #culture .culture .item .bot .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #dev .dev {
    padding: 30px 0;
  }
  #dev .dev .year {
    height: 200px;
    padding: 14px 14px 0;
    display: flex;
  }
  #dev .dev .year .mod {
    font-size: 24px;
    line-height: 32px;
  }
  #dev .dev .year .swiper-container {
    margin-bottom: -10px;
  }
  #dev .dev .year .swiper-slide {
    padding: 0 14px;
  }
  #dev .dev .year .swiper-slide p {
    font-size: 20px;
    line-height: 20px;
  }
  #dev .dev .year .swiper-slide i {
    margin: 15px auto 0;
    width: 20px;
    height: 20px;
    padding: 4px;
  }
  #dev .dev .bot {
    display: flex;
  }
  #dev .dev .bot .btn {
    display: none;
  }
  #dev .dev .bot .swiper-container {
    width: 100%;
    height: 140px;
    padding: 0 5px;
  }
  #dev .dev .bot .swiper-slide {
    height: 140px;
    display: flex;
  }
  #dev .dev .bot .swiper-slide i {
    width: 36px;
    height: 10px;
    margin-left: -5px;
  }
  #dev .dev .bot .swiper-slide i::before {
    width: 10px;
    height: 10px;
  }
  #dev .dev .bot .swiper-slide .num {
    display: none;
  }
  #dev .dev .bot .swiper-slide .content {
    font-size: 14px;
    line-height: 26px;
    margin-left: 20px;
  }
  #prod .prod {
    padding: 30px 0;
  }
  #prod .prod .inner-cate {
    margin-bottom: 30px;
  }
  #prod .prod .list {
    display: flex;
    flex-wrap: wrap;
  }
  #prod .prod .list .item {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 30px;
  }
  #prod .prod .list .item:nth-child(4n+1) {
    margin-left: 2%;
  }
  #prod .prod .list .item:nth-child(3n+1) {
    margin-left: 2%;
  }
  #prod .prod .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #prod .prod .list .item .text {
    padding: 0 14px;
  }
  #prod .prod .list .item .text .title {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #prod .prod .list .item .text .desc {
    height: 40px;
    display: flex;
  }
  #prod .prod .list .item .text .desc p {
    font-size: 14px;
  }
  #prod .prod .list .item .text .desc i {
    font-size: 24px;
  }
  #prod .prod .loadmore {
    margin-top: 10px;
  }
  #case .case {
    padding: 30px 0;
  }
  #case .case .list .item {
    display: block;
    margin-bottom: 20px;
  }
  #case .case .list .item .img {
    width: 100%;
    height: auto;
  }
  #case .case .list .item .block {
    width: 100%;
    height: auto;
    padding: 14px;
  }
  #case .case .list .item .block .num {
    display: flex;
    font-size: 24px;
    line-height: 24px;
  }
  #case .case .list .item .block .num::after {
    width: 80px;
    margin-left: 10px;
  }
  #case .case .list .item .block .title {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
    height: auto;
  }
  #case .case .list .item .block .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    max-height: 56px;
  }
  #case .case .list .item .block a {
    margin-top: 20px;
    font-size: 14px;
  }
  #case .case .list .item .block a i {
    font-size: 20px;
    margin-left: 6px;
  }
  #case .case .loadmore {
    margin-top: 30px;
  }
  #case_d .detail {
    padding: 30px 0;
  }
  #case_d .detail .main {
    padding: 30px 14px;
  }
  #case_d .detail .main .title {
    font-size: 18px;
  }
  #case_d .detail .main .swiper-container {
    margin-top: 30px;
  }
  #case_d .detail .main .swiper-container .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
  }
  #case_d .detail .main .cont {
    margin-top: 30px;
  }
  #case_d .detail .main .cont .label {
    font-size: 16px;
  }
  #case_d .detail .main .cont .content {
    margin-top: 10px;
    line-height: 26px;
  }
  #news .news {
    padding: 30px 0;
  }
  #news .news .list {
    display: flex;
  }
  #news .news .list .item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #news .news .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #news .news .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #news .news .list .item .text {
    padding: 14px 0 0;
  }
  #news .news .list .item .text .title {
    font-size: 16px;
  }
  #news .news .list .item .text .desc {
    height: 52px;
    line-height: 24px;
    margin-top: 6px;
  }
  #news .news .list .item .text .date-more {
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
  }
  #news .news .list .item .text .date-more .more {
    display: inline-flex;
    font-size: 14px;
  }
  #news .news .list .item .text .date-more .more i {
    font-size: 20px;
    margin-left: 6px;
  }
  #news .news .pages {
    margin-top: 20px;
  }
  #news_d .detail {
    padding: 30px 0;
  }
  #news_d .detail .main {
    padding: 30px 14px;
  }
  #news_d .detail .main .title {
    font-size: 18px;
  }
  #news_d .detail .main .info {
    font-size: 14px;
    margin-top: 20px;
  }
  #news_d .detail .main .desc {
    margin-top: 30px;
    padding: 20px;
    line-height: 26px;
  }
  #news_d .detail .main .content {
    margin-top: 30px;
    line-height: 26px;
  }
  #news_d .detail .main .func {
    margin-top: 20px;
    padding-top: 20px;
    display: block;
  }
  #news_d .detail .main .func .prev-next {
    overflow: hidden;
    padding-right: 0;
  }
  #news_d .detail .main .func .prev-next a {
    margin: 5px 0;
  }
  #news_d .detail .main .func .back-btn {
    margin: 30px auto 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #join .join {
    padding: 30px 0;
  }
  #join .join .desc {
    font-size: 14px;
    margin-top: 20px;
  }
  #join .join .list {
    margin-top: 30px;
  }
  #join .join .list .item {
    margin-top: 20px;
  }
  #join .join .list .item .tops {
    height: 50px;
    display: flex;
    padding: 0 14px;
  }
  #join .join .list .item .tops .title {
    padding-right: 14px;
    font-size: 16px;
  }
  #join .join .list .item .tops i {
    width: 28px;
    height: 28px;
  }
  #join .join .list .item .bots {
    padding: 20px 14px;
  }
  #join .join .list .item .bots .info {
    display: flex;
    font-size: 14px;
  }
  #join .join .list .item .bots .content {
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
  }
  #index .main {
    width: 94%;
  }
  #index .banner .swiper-slide .text {
    overflow: hidden;
    top: 40%;
    left: 6%;
    right: 6%;
  }
  #index .banner .swiper-slide .text .sma {
    font-size: 12px;
  }
  #index .banner .swiper-slide .text .mid {
    font-size: 14px;
    margin-top: 8px;
  }
  #index .banner .swiper-slide .text .big {
    font-size: 16px;
  }
  #index .banner .paget {
    top: 50%;
    right: 4%;
  }
  #index .banner .paget .btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  #index .banner .paget .btn i {
    font-size: 12px;
  }
  #index .banner .paget .page {
    display: flex;
    margin: 2px 0;
  }
  #index .banner .paget .page p {
    font-size: 12px;
    margin: 2px 0;
  }
  #index .banner .paget .page p.active + i {
    height: 10px;
  }
  #index .index-mod .en {
    font-size: 30px;
    line-height: 30px;
  }
  #index .index-mod .cn {
    height: 30px;
    line-height: 30px;
    margin-top: -30px;
    font-size: 18px;
  }
  #index .about {
    padding-top: 30px;
  }
  #index .about .cont {
    margin-top: 20px;
    background-size: auto 200px;
    padding-top: 20px;
  }
  #index .about .cont .main {
    padding: 0;
    display: block;
  }
  #index .about .cont .img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  #index .about .cont .text {
    width: 100%;
    padding-left: 0;
    padding: 20px 14px;
  }
  #index .about .cont .text .title {
    font-size: 18px;
  }
  #index .about .cont .text .desc {
    margin-top: 10px;
    font-size: 14px;
  }
  #index .about .cont .text .content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
  }
  #index .about .cont .text .index-more {
    margin-top: 20px;
  }
  #index .case {
    padding: 40px 0;
  }
  #index .case .main {
    margin-top: 20px;
  }
  #index .case .tab a {
    display: inline-flex;
    height: 40px;
    font-size: 15px;
    margin: 0 20px;
  }
  #index .case .tab a::before {
    margin-right: 4px;
  }
  #index .case .tab a::after {
    margin-left: 4px;
  }
  #index .case .swiper {
    margin-top: 20px;
  }
  #index .case .swiper .swiper-slide {
    width: 80%;
  }
  #index .case .swiper .swiper-slide .text {
    display: flex;
    flex-direction: column;
    padding: 20px;
  }
  #index .case .swiper .swiper-slide .text .en {
    font-size: 18px;
  }
  #index .case .swiper .swiper-slide .text .cn {
    font-size: 14px;
    margin-top: 10px;
  }
  #index .case .swiper .swiper-slide .text .index-more {
    margin-top: 20px;
  }
  #index .case .swiper .swiper-slide.swiper-slide-active::after {
    opacity: 1;
  }
  #index .case .swiper .swiper-slide.swiper-slide-active .text {
    z-index: 3;
    opacity: 1;
  }
  #index .news {
    padding: 40px 0;
  }
  #index .news .main {
    margin-top: 20px;
  }
  #index .news .main > .index-more {
    margin: 20px auto 0;
  }
  #index .news .list {
    display: block;
  }
  #index .news .list .item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #index .news .list .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #index .news .list .item:nth-child(2n+1) {
    margin-left: 0;
  }
  #index .news .list .item:nth-child(3) {
    display: block;
  }
  #index .news .list .item .cate {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
    display: flex;
  }
  #index .news .list .item .cate i {
    display: none;
  }
  #index .news .list .item .cate p {
    font-size: 12px;
  }
  #index .news .list .item .title {
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    height: 52px;
  }
  #index .news .list .item .more {
    display: inline-flex;
    margin-left: 0;
    margin-top: 10px;
  }
  #index .news .list .item .more i {
    font-size: 20px;
    margin-left: 10px;
  }
  #index .contact {
    padding: 40px 0;
  }
  #index .contact .main {
    margin-top: 20px;
    display: block;
  }
  #index .contact #map {
    width: 100%;
    height: 200px;
  }
  #index .contact .text {
    width: 100%;
    padding: 20px 14px;
  }
  #index .contact .text .cname {
    font-size: 16px;
  }
  #index .contact .text .desc {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  #index .contact .text .line {
    display: flex;
    margin-top: 15px;
  }
  #index .contact .text .line i {
    font-size: 18px;
    margin-right: 8px;
  }
  #index .contact .text .line span {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */