#index .index-banner {
  position: relative;
}

#index .index-banner .index-swiper .swiper-slide {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#index .index-banner .index-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .index-banner .index-swiper .swiper-slide .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#index .index-banner .index-swiper .swiper-slide .mask .text-box {
  color: #fff;
  padding-top: 15%;
}

#index .index-banner .index-swiper .swiper-slide .mask .text-box .t1 {
  font-size: 58px;
  line-height: 58px;
}

#index .index-banner .index-swiper .swiper-slide .mask .text-box .t2 {
  font-size: 20px;
  line-height: 20px;
  margin-top: 40px;
  font-family: 'Dinb';
  text-transform: uppercase;
}

#index .index-banner .index-swiper .swiper-slide:nth-child(3) .mask .text-box {
  text-align: center;
}

#index .index-banner .banner-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  border-top: 1px solid #fff;
  z-index: 10;
}

#index .index-banner .banner-bottom .container {
  display: flex;
  align-items: center;
  height: 100%;
  border-left: 1px solid #fff;
}

#index .index-banner .banner-bottom .container .swiper-bottom {
  width: 100%;
  height: 100%;
}

#index .index-banner .banner-bottom .container .swiper-bottom .swiper-slide {
  width: 33.33%;
  height: 100%;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-left: 1px solid #fff;
  padding-left: 30px;
}

#index .index-banner .banner-bottom .container .swiper-bottom .swiper-slide:first-child {
  border: none;
}

#index .index-banner .banner-bottom .container .swiper-bottom .swiper-slide.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #2087f0;
  left: 0;
  top: -1px;
}

#index .index-banner .banner-bottom .container .index-pages {
  width: 200px;
  height: 100%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #fff;
}

#index .index-banner .banner-bottom .container .index-pages .pages {
  width: 50%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  background-color: #2087f0;
  position: relative;
  cursor: pointer;
}

#index .index-banner .banner-bottom .container .index-pages .pages.prev:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 36px;
  right: 0;
  top: 17px;
  background-color: rgba(244, 243, 241, 0.3);
}

#index .index-about {
  width: 100%;
  display: flex;
}

#index .index-about .index-info {
  width: 50%;
  padding: 110px 8.33% 150px 8.33%;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-image: url("../img/07.png");
}

#index .index-about .index-info .title {
  font-size: 42px;
  line-height: 42px;
}

#index .index-about .index-info .desc {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-top: 30px;
  text-indent: 2em;
}

#index .index-about .index-info .num-box {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  width: 70%;
}

#index .index-about .index-info .num-box .item .t1 {
  font-size: 16px;
  line-height: 24px;
  color: #2087f0;
}

#index .index-about .index-info .num-box .item .t1 .num {
  font-size: 60px;
  line-height: 60px;
  font-family: 'Dinb';
}

#index .index-about .index-info .num-box .item .t2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
}

#index .index-about .index-info .com-more {
  margin-top: 90px;
}

#index .index-about .pic {
  width: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#index .index-about .pic video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  outline: none;
}

#index .index-about .pic .mask {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#index .index-about .pic .mask i {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index .index-about .pic .mask i.play {
  display: block;
  background-image: url("../img/play.png");
}

#index .index-about .pic .mask i.pause {
  display: none;
  background-image: url("../img/pause.png");
}

#index .index-about .pic .mask.active {
  background-color: transparent;
  transition: all 0.3s;
}

#index .index-about .pic img {
  width: 100%;
  opacity: 0;
}

#index .partner-box {
  background-color: #F8F8F8;
  padding: 100px 0 90px;
}

#index .partner-box .tops {
  display: flex;
  justify-content: space-between;
}

#index .partner-box .tops .title .t1 {
  font-size: 42px;
  line-height: 42px;
}

#index .partner-box .tops .title .t2 {
  font-size: 20px;
  line-height: 24px;
  margin-top: 16px;
  color: #999;
}

#index .partner-box .tops .com-more {
  width: 120px;
  font-size: 14px;
  border-radius: 4px;
}

#index .partner-box .tops .com-more i {
  zoom: 0.5;
}

#index .partner-box .partner-list {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#index .partner-box .partner-list .item {
  width: 320px;
  cursor: pointer;
  display: block;
}

#index .partner-box .partner-list .item .pic {
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

#index .partner-box .partner-list .item .pic img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
  object-fit: cover;
}

#index .partner-box .partner-list .item .pic .mask {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(32, 135, 240, 0.6);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

#index .partner-box .partner-list .item .pic .mask i {
  font-size: 80px;
  color: #fff;
}

#index .partner-box .partner-list .item .desc {
  text-align: center;
  margin-top: 40px;
}

#index .partner-box .partner-list .item .desc .cn {
  font-size: 26px;
  line-height: 26px;
}

#index .partner-box .partner-list .item .desc .en {
  font-size: 16px;
  color: #999;
  margin-top: 10px;
}

#index .partner-box .partner-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#index .partner-box .partner-list .item:hover .pic .mask {
  opacity: 1;
  transition: all 0.3s;
}

#index .service-box {
  width: 100%;
  height: 780px;
  display: flex;
}

#index .service-box .item {
  width: 25%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

#index .service-box .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(rgba(2, 10, 40, 0), rgba(2, 10, 40, 0.6));
}

#index .service-box .item .subtitle {
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #fff;
  display: block;
}

#index .service-box .item .subtitle span {
  display: block;
}

#index .service-box .item .subtitle .num {
  font-size: 80px;
  line-height: 80px;
  position: relative;
  z-index: 1;
  font-family: 'Dinb';
  color: rgba(255, 255, 255, 0.5);
}

#index .service-box .item .subtitle .tt {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

#index .service-box .item .subtitle .line {
  width: 30px;
  height: 2px;
  background-color: #2087f0;
  margin-top: 24px;
}

#index .service-box .item .info-box {
  position: absolute;
  padding: 50px;
  height: 220px;
  right: 0;
  bottom: 0;
  width: 83.33%;
  background-color: #2087f0;
  display: none;
}

#index .service-box .item .info-box .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
}

#index .service-box .item .info-box .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 24px 0;
}

#index .service-box .item .info-box .desc {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

#index .service-box .item .info-box .num {
  font-size: 260px;
  line-height: 260px;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Dinb';
  position: absolute;
  right: 30px;
  bottom: -60px;
}

#index .service-box .item.active {
  width: 50%;
  transition: all 0.3s;
}

#index .service-box .item.active .subtitle {
  display: none;
}

#index .service-box .item.active .info-box {
  display: block;
}

#index .news-box {
  background-color: #F8F8F8;
  padding: 100px 0;
}

#index .news-box .tops {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#index .news-box .tops .title {
  font-size: 42px;
  line-height: 42px;
}

#index .news-box .tops .nav {
  display: flex;
  align-items: center;
}

#index .news-box .tops .nav .item {
  font-size: 16px;
  padding-bottom: 4px;
  margin-left: 45px;
}

#index .news-box .tops .nav .item.active {
  border-bottom: 2px solid #2087f0;
  color: #2087f0;
}

#index .news-box .tops .nav .item:first-child {
  margin-left: 0;
}

#index .project-box {
  overflow: hidden;
  position: relative;
}

#index .project-box .project-swiper .swiper-slide {
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#index .project-box .project-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#index .project-box .project-swiper .swiper-slide .mask {
  padding: 9% 0 6% 8.33%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#index .project-box .project-swiper .swiper-slide .mask .tops .title {
  color: #fff;
}

#index .project-box .project-swiper .swiper-slide .mask .tops .title .t1 {
  font-size: 24px;
  line-height: 24px;
  background-color: rgba(32, 135, 240, 0.8);
  padding: 4px 0;
  text-align: center;
}

#index .project-box .project-swiper .swiper-slide .mask .tops .title .t2 {
  font-size: 60px;
  line-height: 60px;
  margin-top: 20px;
  font-weight: bold;
}

#index .project-box .project-swiper .swiper-slide .mask .tops .com-more {
  margin-top: 110px;
}

#index .project-box .project-swiper .swiper-slide .mask .project-pages {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
}

#index .project-box .project-swiper .swiper-slide .mask .project-pages .line {
  margin: 0 5px;
  display: inline-block;
}

#index .project-box .project-swiper .swiper-slide .mask .project-pages .cur {
  font-size: 36px;
  line-height: 20px;
}

#index .project-box .project-swiper .swiper-slide .mask .project-pages .total {
  line-height: 10px;
}

#index .project-box .circle-box {
  width: 35%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/bg.png");
  right: 0;
  top: 0;
  position: absolute;
  z-index: 10;
}

#index .project-box .circle-box .lines {
  display: flex;
  align-items: center;
  position: absolute;
  cursor: pointer;
}

#index .project-box .circle-box .lines .pot {
  font-size: 20px;
  font-family: 'Dinb';
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  position: relative;
  background-color: #2087f0;
  border-radius: 50%;
}

#index .project-box .circle-box .lines .pot i {
  font-size: 24px;
}

#index .project-box .circle-box .lines .txt {
  font-size: 26px;
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  background-color: rgba(32, 135, 240, 0.8);
  padding: 0 5px;
}

#index .project-box .circle-box .lines.active .pot:after {
  content: '';
  width: 56px;
  height: 56px;
  background-color: rgba(32, 135, 240, 0.3);
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 28px);
  top: calc(50% - 28px);
  z-index: -1;
}

#index .project-box .circle-box .lines.active .txt {
  font-size: 36px;
}

#index .project-box .circle-box .lines.line01 {
  top: calc(20% - 28px);
  left: 44px;
}

#index .project-box .circle-box .lines.line02 {
  top: calc(35% - 28px);
  left: 0;
}

#index .project-box .circle-box .lines.line03 {
  top: calc(50% - 28px);
  left: -18px;
}

#index .project-box .circle-box .lines.line04 {
  top: calc(65% - 28px);
  left: 0;
}

#index .project-box .circle-box .lines.line05 {
  top: calc(80% - 28px);
  left: 44px;
}

#about .about-box {
  padding: 60px 0 0;
}

#about .about-box .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 40px;
  margin-bottom: 50px;
}

#about .about-box .img {
  display: flex;
  margin-bottom: -170px;
}

#about .about-box .img img {
  width: 50%;
}

#about .about-box .about-bottom {
  width: 100%;
  padding: 90px 0 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #2087f0;
}

#about .about-box .about-bottom img {
  width: 100%;
  opacity: 0;
}

#about .honor-box {
  background-color: #F8F8F8;
  padding: 70px 0 90px;
}

#about .honor-box .honor-swiper {
  margin-top: 60px;
}

#about .honor-box .honor-swiper .swiper-slide {
  width: 23.5% !important;
  padding: 0 35px 40px;
  background-color: #fff;
}

#about .honor-box .honor-swiper .swiper-slide .title {
  padding: 24px 0 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#about .honor-box .honor-swiper .swiper-slide .title .tt {
  font-size: 18px;
  line-height: 18px;
  width: 90%;
}

#about .honor-box .honor-swiper .swiper-slide .title .large {
  font-size: 18px;
  color: #2087f0;
  cursor: pointer;
}

#about .honor-box .honor-swiper .swiper-slide .pic {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}

#about .honor-box .honor-swiper .swiper-slide .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#about .honor-box .honor-swiper .swiper-slide:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#about .honor-box .honor-pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

#about .honor-box .honor-pages .left {
  display: flex;
  align-items: center;
}

#about .honor-box .honor-pages .left .num-box {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}

#about .honor-box .honor-pages .left .num-box .line {
  display: inline-block;
  margin: 0 10px;
  color: #ddd;
}

#about .honor-box .honor-pages .left .num-box .cur {
  font-size: 20px;
  line-height: 24px;
}

#about .honor-box .honor-pages .left .num-box .total {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

#about .honor-box .honor-pages .left .h-page {
  margin-left: 24px;
}

#about .honor-box .honor-pages .left .h-page .swiper-pagination-bullet {
  opacity: 1;
  background-color: #999;
  margin: 0 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
}

#about .honor-box .honor-pages .left .h-page .swiper-pagination-bullet-active {
  background-color: #2087f0;
}

#about .honor-box .honor-pages .more {
  font-size: 16px;
  padding-bottom: 4px;
  box-shadow: 0 3px #2087f0;
  color: #2087f0;
}

#about .culture-box {
  padding: 90px 0 160px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/19.png");
}

#about .culture-box .list {
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

#about .culture-box .list .item {
  width: 23.5%;
  margin-right: 2%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 70px 30px 60px;
  border-radius: 8px;
  transition: all 0.3s;
}

#about .culture-box .list .item .title .cn {
  font-size: 26px;
  line-height: 36px;
}

#about .culture-box .list .item .title .en {
  font-size: 16px;
  line-height: 24px;
}

#about .culture-box .list .item .desc {
  font-size: 18px;
  line-height: 28px;
  margin-top: 60px;
}

#about .culture-box .list .item:hover {
  background-color: #2087f0;
  transition: all 0.3s;
  color: #fff;
}

#about .culture-box .list .item:nth-child(4n) {
  margin-right: 0;
}

#honor .honor-box {
  padding: 60px 0 90px;
  background-color: #f8f8f8;
}

#honor .honor-box .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

#honor .honor-box .list .item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #fff;
  padding: 0 30px 50px;
}

#honor .honor-box .list .item .title {
  padding: 24px 0 10px 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#honor .honor-box .list .item .title .tt {
  font-size: 18px;
  line-height: 18px;
  width: 90%;
}

#honor .honor-box .list .item .title .large {
  font-size: 18px;
  color: #2087f0;
  cursor: pointer;
}

#honor .honor-box .list .item .pic {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}

#honor .honor-box .list .item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#honor .honor-box .list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#honor .honor-box .list .item:nth-child(4n) {
  margin-right: 0;
}

#service .service-item {
  padding: 60px 0;
}

#service .service-item .container {
  display: flex;
  margin-top: 50px;
}

#service .service-item .container .pic {
  width: 50%;
}

#service .service-item .container .pic .swiper-pic {
  width: 100%;
}

#service .service-item .container .pic .swiper-pic .swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#service .service-item .container .pic .swiper-pic .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#service .service-item .container .info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 80px;
}

#service .service-item .container .info .tops {
  width: 100%;
  position: relative;
  left: 0;
  z-index: 10;
  background-color: #fff;
  padding: 40px 0 40px 30px;
}

#service .service-item .container .info .tops .title {
  font-size: 20px;
  line-height: 24px;
}

#service .service-item .container .info .tops .line {
  width: 30px;
  height: 2px;
  background-color: #2087f0;
  margin: 24px 0;
}

#service .service-item .container .info .tops .desc {
  font-size: 18px;
  line-height: 28px;
  color: #666;
  max-height: 120px;
  overflow-y: auto;
  text-indent: 2em;
}

#service .service-item .container .info .tops .desc::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #f3f4f5;
}

#service .service-item .container .info .tops .desc::-webkit-scrollbar-track {
  background-color: #f3f4f5;
}

#service .service-item .container .info .tops .desc::-webkit-scrollbar-thumb {
  background-color: #2087f0;
}

#service .service-item .container .info .bottoms {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 60px;
}

#service .service-item .container .info .bottoms .left {
  display: flex;
  align-items: center;
}

#service .service-item .container .info .bottoms .left .pages {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #999;
}

#service .service-item .container .info .bottoms .left .pages .cur {
  color: #2087f0;
}

#service .service-item .container .info .bottoms .left .pages .line {
  width: 120px;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.2);
  position: relative;
  margin: 0 10px;
}

#service .service-item .container .info .bottoms .left .pages .line .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 1px;
  background-color: #2087f0;
  transition: width 0.3s;
}

#service .service-item .container .info .bottoms .left .pic-btn {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

#service .service-item .container .info .bottoms .left .pic-btn .btn {
  width: 50px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

#service .service-item .container .info .bottoms .left .pic-btn .btn i {
  font-size: 12px;
  color: #2087f0;
}

#service .service-item .container .info .bottoms .left .pic-btn .btn.swiper-button-disabled i {
  color: #999;
}

#service .service-item .container .info .bottoms .next-pic {
  width: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#service .service-item .container .info .bottoms .next-pic img {
  width: 100%;
  opacity: 0;
}

#service .service-item.reverse {
  background-color: #F8F8F8;
}

#service .service-item.reverse .container {
  flex-direction: row-reverse;
}

#service .service-item.reverse .container .info .tops {
  left: unset;
  right: 0;
  z-index: 10;
  background-color: #f8f8f8;
  padding: 40px 80px 40px 0;
}

#service .service-item.reverse .container .info .bottoms {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 80px;
}

#service .special-service {
  padding: 60px 0 0;
  background-color: #f8f8f8;
}

#service .special-service .cont {
  display: flex;
  justify-content: flex-end;
}

#service .special-service .cont .inner {
  width: 92%;
  background-color: #F0F0F0;
  padding: 100px 0 0 30px;
  position: relative;
  margin-top: 50px;
}

#service .special-service .cont .inner .swiper {
  width: 73%;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide {
  height: 440px;
  padding: 0 70px 160px 70px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .num-box {
  font-size: 36px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .num-box .total {
  font-size: 24px;
  line-height: 28px;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  margin-top: 16px;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .desc {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 36px;
  text-indent: 2em;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .more {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
  line-height: 36px;
  text-align: center;
  position: absolute;
  bottom: 60px;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .more i {
  font-size: 12px;
  zoom: 0.5;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide:hover .num-box {
  color: #2087f0;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide:hover .title {
  color: #2087f0;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide:hover .more {
  border: 1px solid #2087f0;
  color: #2087f0;
}

#service .special-service .cont .inner .swiper .swiper-spe .swiper-slide:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 80%;
  background-color: #ddd;
  bottom: 0;
  right: 0;
}

#service .special-service .cont .inner .blank {
  position: absolute;
  width: 20%;
  background-color: #2087f0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#service .special-service .cont .inner .blank .more {
  width: 220px;
  height: 80px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

#service .special-service .cont .inner .blank .more a {
  color: #fff;
  display: inline-block;
  height: 100%;
  flex-shrink: 0;
  line-height: 80px;
  padding: 0 20px;
}

#service .special-service .cont .inner .blank .more i {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  zoom: 0.5;
}

#service .special-service .cont .inner .blank .spe-btn {
  display: flex;
  align-items: center;
  height: 100%;
}

#service .special-service .cont .inner .blank .spe-btn .btn {
  height: 100%;
  color: #fff;
  cursor: pointer;
  text-align: right;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

#service .special-service .cont .inner .blank .spe-btn .btn i {
  font-size: 12px;
  zoom: 0.5;
}

#service .special-service .cont .inner .blank .spe-btn .btn.prev {
  padding-right: 10px;
  padding-left: 0;
  text-align: left;
}

#service .special-service .cont .inner .blank .spe-btn .btn.prev i {
  display: inline-block;
  transform: rotate(180deg);
}

#service .case-box {
  background-color: #F8F8F8;
  padding: 100px 0 50px;
}

#service .case-box .case-swiper {
  margin-top: 60px;
}

#service .case-box .case-swiper .swiper-slide {
  width: 32% !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#service .case-box .case-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#service .case-box .case-swiper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2087f0;
  color: #fff;
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}

#service .case-box .case-swiper .swiper-slide .mask .title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 40px;
}

#service .case-box .case-swiper .swiper-slide .mask .desc {
  font-size: 16px;
  line-height: 32px;
}

#service .case-box .case-swiper .swiper-slide:hover .mask {
  transition: all 0.3s;
  opacity: 1;
}

#service .case-box .case-pages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

#service .case-box .case-pages .left {
  display: flex;
  align-items: center;
}

#service .case-box .case-pages .left .num-box {
  display: flex;
  align-items: flex-end;
  font-weight: bold;
}

#service .case-box .case-pages .left .num-box .line {
  display: inline-block;
  margin: 0 10px;
  color: #ddd;
}

#service .case-box .case-pages .left .num-box .cur {
  font-size: 20px;
  line-height: 24px;
}

#service .case-box .case-pages .left .num-box .total {
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

#service .case-box .case-pages .left .c-page {
  margin-left: 24px;
}

#service .case-box .case-pages .left .c-page .swiper-pagination-bullet {
  opacity: 1;
  background-color: #999;
  margin: 0 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
}

#service .case-box .case-pages .left .c-page .swiper-pagination-bullet-active {
  background-color: #2087f0;
}

#service .case-box .case-pages .more {
  font-size: 16px;
  padding-bottom: 4px;
  box-shadow: 0 3px #2087f0;
  color: #2087f0;
}

#service .spe-service .section {
  background-color: #f8f8f8;
  padding: 80px 0 70px;
}

#service .spe-service .section .com-title {
  margin-bottom: 70px;
}

#service .spe-service .section .s-items {
  display: flex;
}

#service .spe-service .section .s-items .pic {
  width: 50%;
  position: relative;
}

#service .spe-service .section .s-items .pic .swiper-pic .swiper-slide {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#service .spe-service .section .s-items .pic .swiper-pic .swiper-slide img {
  width: 100%;
  opacity: 0;
}

#service .spe-service .section .s-items .pic .spe-btn {
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}

#service .spe-service .section .s-items .pic .spe-btn .btn {
  width: 80px;
  height: 100%;
  line-height: 60px;
  background-color: #2087f0;
  text-align: center;
  cursor: pointer;
}

#service .spe-service .section .s-items .pic .spe-btn .btn i {
  color: #fff;
  font-size: 12px;
}

#service .spe-service .section .s-items .pic .spe-btn .btn.swiper-button-disabled {
  background-color: #fff;
}

#service .spe-service .section .s-items .pic .spe-btn .btn.swiper-button-disabled i {
  color: #2087f0;
}

#service .spe-service .section .s-items .info {
  width: 50%;
  height: 90%;
  padding: 60px 0 100px 80px;
  position: relative;
  left: 0;
  z-index: 11;
  background-color: #F8F8F8;
  top: 36px;
}

#service .spe-service .section .s-items .info .title {
  display: flex;
  align-items: center;
}

#service .spe-service .section .s-items .info .title .num {
  font-size: 36px;
  color: #2087f0;
}

#service .spe-service .section .s-items .info .title .line {
  width: 60px;
  height: 1px;
  background-color: #2087f0;
  margin: 0 16px;
}

#service .spe-service .section .s-items .info .title .txt {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

#service .spe-service .section .s-items .info .desc {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-top: 24px;
}

#service .spe-service .section.reverse {
  background-color: #fff;
}

#service .spe-service .section.reverse .s-items {
  flex-direction: row-reverse;
}

#service .spe-service .section.reverse .s-items .pic .spe-btn {
  left: unset;
  right: 0;
  bottom: 0;
}

#service .spe-service .section.reverse .s-items .info {
  padding: 60px 80px 100px 0;
  background-color: #fff;
  left: unset;
  right: 0;
}

#service .service {
  background-color: #f8f8f8;
  padding: 80px 0;
}

#service .service .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

#service .service .list .item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}

#service .service .list .item:nth-child(3n) {
  margin-right: 0;
}

#service .service .list .item img {
  width: 100%;
}

#service .service .list .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2087f0;
  color: #fff;
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
}

#service .service .list .item .mask .title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 40px;
}

#service .service .list .item .mask .desc {
  font-size: 16px;
  line-height: 32px;
}

#service .service .list .item:hover .mask {
  transition: all 0.3s;
  opacity: 1;
}

#partner .partner-box {
  padding: 80px 0 120px;
}

#partner .partner-box .partner-cont {
  display: flex;
  margin-top: 15px;
}

#partner .partner-box .partner-cont .left-nav {
  width: 180px;
  border-right: 1px solid #ddd;
  flex-shrink: 0;
  padding-top: 80px;
}

#partner .partner-box .partner-cont .left-nav .item {
  width: 100%;
  font-family: "Dinb";
  font-size: 22px;
  color: #999;
  height: 80px;
  line-height: 80px;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  flex-shrink: 0;
}

#partner .partner-box .partner-cont .left-nav .item span {
  display: inline-block;
  margin-left: 10px;
}

#partner .partner-box .partner-cont .left-nav .item.active {
  color: #2087f0;
}

#partner .partner-box .partner-cont .left-nav .item.active:after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #2087f0;
  right: -2px;
  top: 0;
}

#partner .partner-box .partner-cont .right {
  width: calc(100% - 180px);
  margin-top: 65px;
  position: relative;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide {
  display: flex;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info {
  width: 43%;
  padding: 0 5% 0 4%;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .title {
  font-size: 26px;
  line-height: 40px;
  text-indent: 2em;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .desc {
  margin-top: 100px;
  font-size: 16px;
  line-height: 32px;
  height: 200px;
  margin-bottom: 60px;
  overflow-y: auto;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .desc::-webkit-scrollbar {
  width: 3px;
  height: 10px;
  background-color: #f3f4f5;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .desc::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f3f4f5;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2087F0;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .pic {
  width: 57%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .pic img {
  width: 100%;
  opacity: 0;
}

#partner .partner-box .partner-cont .right .partner-page {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 180px 0 70px;
  background-color: #2087f0;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 10;
}

#partner .partner-box .partner-cont .right .partner-page .text {
  font-size: 26px;
  line-height: 26px;
}

#partner .partner-box .partner-cont .right .partner-page .left {
  display: flex;
  align-items: center;
  margin-left: 90px;
}

#partner .partner-box .partner-cont .right .partner-page .left .pages {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

#partner .partner-box .partner-cont .right .partner-page .left .pages .cur {
  color: #fff;
}

#partner .partner-box .partner-cont .right .partner-page .left .pages .line {
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  margin: 0 10px;
}

#partner .partner-box .partner-cont .right .partner-page .left .pages .line .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 1px;
  background-color: #fff;
}

#partner .partner-box .partner-cont .right .partner-page .left .pic-btn {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

#partner .partner-box .partner-cont .right .partner-page .left .pic-btn .btn {
  width: 50px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

#partner .partner-box .partner-cont .right .partner-page .left .pic-btn .btn i {
  font-size: 12px;
  color: #fff;
}

#partner .partner-box .partner-cont .right .partner-page .left .pic-btn .btn.swiper-button-disabled i {
  color: #fff;
}

#news .news-container {
  padding: 60px 0 80px;
  background-color: #f8f8f8;
}

#news .news-container .news-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
}

#news .news-container .news-nav .item {
  width: 240px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  border-radius: 4px;
  border: 1px solid #ddd;
  display: block;
}

#news .news-container .news-nav .item.active {
  background-color: #2087f0;
  border: 1px solid #2087f0;
  color: #fff;
}

#news .news-container .list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#news .news-container .list-items .item {
  width: 49%;
  display: flex;
  align-items: center;
  height: 130px;
  padding: 20px 30px 20px 0;
  background-color: #fff;
  position: relative;
  margin-top: 2%;
}

#news .news-container .list-items .item .date {
  width: 120px;
  flex-shrink: 0;
  padding-left: 30px;
  border-right: 1px solid #ddd;
}

#news .news-container .list-items .item .date .day {
  font-size: 48px;
  line-height: 48px;
  color: #999;
}

#news .news-container .list-items .item .date .year {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}

#news .news-container .list-items .item .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
  width: calc(100% - 120px);
}

#news .news-container .list-items .item .info-box .info {
  width: 70%;
}

#news .news-container .list-items .item .info-box .info .title {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  font-weight: bold;
}

#news .news-container .list-items .item .info-box .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}

#news .news-container .list-items .item .info-box .more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  color: #999;
}

#news .news-container .list-items .item:hover .date .day {
  color: #666;
}

#news .news-container .list-items .item:hover .info-box .info .title {
  color: #2087f0;
}

#news .news-container .list-items .item:hover .info-box .more {
  background-color: #2087f0;
  color: #fff;
  border: 1px solid #2087f0;
}

#news .news-container .list-items .item:hover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #2087f0;
}

#news .news-detail {
  padding: 80px 0;
  background-color: #f8f8f8;
}

#news .news-detail .news-cont {
  padding: 70px 100px;
  background-color: #fff;
}

#news .news-detail .news-cont .title {
  text-align: center;
  padding-bottom: 40px;
}

#news .news-detail .news-cont .title .tt {
  font-size: 30px;
  line-height: 30px;
  color: #404040;
}

#news .news-detail .news-cont .title .sub {
  font-size: 14px;
  line-height: 20px;
  margin-top: 40px;
  color: #555;
}

#news .news-detail .news-cont .title .sub .line {
  color: #999;
  display: inline-block;
  margin: 0 20px;
}

#news .news-detail .news-cont .cont {
  padding: 45px 0;
  border-bottom: 1px solid #ddd;
}

#news .news-detail .news-cont .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 70px;
}

#news .news-detail .news-cont .bottom .pages .lines {
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
}

#news .news-detail .news-cont .bottom .pages .lines .label {
  color: #2087f0;
}

#news .news-detail .news-cont .bottom .more {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
  background-color: #999;
}

#contact .contact-box {
  padding: 80px 0 120px;
  background-color: #f8f8f8;
}

#contact .contact-box .tops-box .business {
  margin-top: 50px;
}

#contact .contact-box .tops-box .business .bg {
  width: 100%;
}

#contact .contact-box .tops-box .business .bg img {
  width: 100%;
}

#contact .contact-box .tops-box .business .info-box {
  width: 87.5%;
  padding: 40px 45px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: -90px;
  position: relative;
  z-index: 10;
}

#contact .contact-box .tops-box .business .info-box .title {
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
}

#contact .contact-box .tops-box .business .info-box .info {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
}

#contact .contact-box .tops-box .business .info-box .line {
  width: 52px;
  height: 3px;
  background-color: #2087f0;
  margin: 36px 0;
}

#contact .contact-box .tops-box .business .info-box .desc {
  font-size: 18px;
  line-height: 42px;
  color: #333;
}

#contact .contact-box .form-box {
  margin-top: 90px;
}

#contact .contact-box .form-box .form-cont {
  background-color: #fff;
  padding: 60px 70px 50px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#contact .contact-box .form-box .form-cont .address {
  width: 500px;
  flex-shrink: 0;
}

#contact .contact-box .form-box .form-cont .address .title {
  font-size: 26px;
}

#contact .contact-box .form-box .form-cont .address .line {
  width: 60px;
  height: 2px;
  background-color: #2087f0;
  margin: 24px 0;
}

#contact .contact-box .form-box .form-cont .address .tel {
  font-size: 26px;
  font-family: "Dinb";
}

#contact .contact-box .form-box .form-cont .address .lines {
  margin-top: 30px;
}

#contact .contact-box .form-box .form-cont .address .lines .item {
  font-size: 16px;
  line-height: 40px;
  display: flex;
  align-items: center;
}

#contact .contact-box .form-box .form-cont .address .lines .item img {
  width: 18px;
  margin-right: 8px;
}

#contact .contact-box .form-box .form-cont .address .bottom {
  display: flex;
  margin-top: 60px;
}

#contact .contact-box .form-box .form-cont .address .bottom .items {
  width: 100%;
}

#contact .contact-box .form-box .form-cont .address .bottom .items .lines {
  margin-top: 0;
}

#contact .contact-box .form-box .form-cont .address .code {
  margin-top: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

#contact .contact-box .form-box .form-cont .address .code p {
  margin-top: 14px;
}

#contact .contact-box .form-box .form-cont .address .code img {
  width: 148px;
  border: 1px solid #ddd;
}

#contact .contact-box .form-box .form-cont .form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contact .contact-box .form-box .form-cont .form input {
  width: 31%;
  height: 64px;
  border-radius: 4px;
  transition: all 0.3s;
  padding-left: 15px;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

#contact .contact-box .form-box .form-cont .form input:focus {
  box-shadow: 0px 4px 10px 0px rgba(32, 135, 240, 0.1);
  border-radius: 4px;
  border: solid 1px #2087f0;
  transition: all 0.3s;
}

#contact .contact-box .form-box .form-cont .form textarea {
  width: 100%;
  padding: 15px;
  resize: none;
  transition: all 0.3s;
  margin: 40px 0 70px;
  border: 1px solid #ddd;
  background-color: #f8f8f8;
}

#contact .contact-box .form-box .form-cont .form textarea:focus {
  box-shadow: 0px 4px 10px 0px rgba(32, 135, 240, 0.1);
  border-radius: 4px;
  border: solid 1px #2087f0;
  transition: all 0.3s;
}

#contact .contact-box .form-box .form-cont .form .code-box {
  display: flex;
  align-items: center;
}

#contact .contact-box .form-box .form-cont .form .code-box input {
  width: 180px;
  height: 50px;
}

#contact .contact-box .form-box .form-cont .form .code-box .code-img {
  width: 180px;
  height: 50px;
  margin-left: 24px;
}

#contact .contact-box .form-box .form-cont .form .code-box .code-img img {
  width: 100%;
  height: 100%;
}

#contact .contact-box .form-box .form-cont .form .sub-btn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #2087f0;
}

#recruit .recruit {
  padding: 0 0 80px;
  background-color: #f8f8f8;
}

#recruit .recruit .com-title {
  padding: 70px 0 60px;
}

#recruit .recruit .news .list {
  display: flex;
}

#recruit .recruit .news .list .item {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
}

#recruit .recruit .news .list .item:nth-child(3n) {
  margin-right: 0;
}

#recruit .recruit .news .list .item .tops {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

#recruit .recruit .news .list .item .tops .date {
  color: #999;
  width: 110px;
  border-right: 1px solid #e3e3e3;
  padding: 0 0 0 20px;
  flex-shrink: 0;
}

#recruit .recruit .news .list .item .tops .date .day {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}

#recruit .recruit .news .list .item .tops .date .year {
  font-size: 16px;
  line-height: 28px;
}

#recruit .recruit .news .list .item .tops .info {
  width: calc(100% - 110px);
  padding: 0 20px;
}

#recruit .recruit .news .list .item .tops .info .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

#recruit .recruit .news .list .item .tops .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  margin-top: 10px;
}

#recruit .recruit .news .list .item .bottoms {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e3e3e3;
  padding: 0 20px 0 30px;
  border-top: 1px solid #e3e3e3;
  color: #999;
  height: 46px;
}

#recruit .recruit .news .list .item .bottoms i {
  color: #999;
  font-size: 12px;
  zoom: 0.5;
}

#recruit .recruit .news .list .item:hover .tops .date {
  color: #2087f0;
}

#recruit .recruit .news .list .item:hover .tops .info .title {
  color: #2087f0;
}

#recruit .recruit .news .list .item:hover .bottoms {
  color: #2087f0;
}

#recruit .recruit .news .list .item:hover .bottoms i {
  color: #2087f0;
}

#recruit .recruit .concept .list {
  display: flex;
}

#recruit .recruit .concept .list .item {
  width: 25%;
  padding: 50px 15px 45px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #ddd;
}

#recruit .recruit .concept .list .item i {
  font-size: 60px;
}

#recruit .recruit .concept .list .item .tt {
  font-size: 26px;
  line-height: 28px;
  margin-top: 30px;
}

#recruit .recruit .concept .list .item .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

#recruit .recruit .concept .list .item:hover {
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(193, 193, 193, 0.1);
  transition: all 0.3s;
}

#recruit .recruit .concept .list .item:hover i {
  color: #2087f0;
}

#recruit .recruit .concept .list .item:last-child {
  border: none;
}

#recruit .recruit .develop .list {
  display: flex;
  justify-content: flex-end;
}

#recruit .recruit .develop .list .inner {
  width: 92%;
  display: flex;
}

#recruit .recruit .develop .list .inner .img {
  width: 55%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#recruit .recruit .develop .list .inner .img.img01 {
  width: 45%;
}

#recruit .recruit .position .tops {
  position: relative;
}

#recruit .recruit .position .tops .swiper-recruit {
  width: 87.5%;
  margin: 0 auto;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 260px;
  width: 200px !important;
  cursor: pointer;
  text-align: center;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide i {
  font-size: 36px;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide .title {
  margin-top: 20px;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide .title .t1 {
  font-size: 18px;
  line-height: 28px;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide .title .t2 {
  font-size: 14px;
  line-height: 14px;
  margin-top: 10px;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide .line {
  width: 20px;
  height: 1px;
  background-color: #b6b6b6;
  margin-top: 40px;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide.active {
  background-color: #2087f0;
  color: #fff;
}

#recruit .recruit .position .tops .swiper-recruit .swiper-slide.active .line {
  background-color: #fff;
}

#recruit .recruit .position .tops .re-btn {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 20px);
  border: 1px solid #2087f0;
  background-color: #2087f0;
  color: #fff;
  cursor: pointer;
  outline: none;
}

#recruit .recruit .position .tops .re-btn i {
  font-size: 12px;
  zoom: 0.5;
}

#recruit .recruit .position .tops .re-btn.prev {
  left: 0;
  transform: rotate(180deg);
}

#recruit .recruit .position .tops .re-btn.next {
  right: 0;
}

#recruit .recruit .position .tops .re-btn.swiper-button-disabled {
  border: 1px solid #333;
  background-color: transparent;
  color: #333;
}

#recruit .recruit .position .bottoms {
  height: 400px;
  padding: 30px 80px 30px 60px;
  background-color: #fff;
  margin-top: 40px;
}

#recruit .recruit .position .bottoms .cont {
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  height: 100%;
}

#recruit .recruit .position .bottoms .cont::-webkit-scrollbar {
  width: 2px;
  height: 10px;
  background-color: #ccc;
}

#recruit .recruit .position .bottoms .cont::-webkit-scrollbar-track {
  background-color: #ccc;
}

#recruit .recruit .position .bottoms .cont::-webkit-scrollbar-thumb {
  background-color: #2087f0;
}

#recruit .recruit .position .bottoms .cont .item {
  width: 48%;
  margin-bottom: 30px;
}

#recruit .recruit .position .bottoms .cont .item .tt {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}

#recruit .recruit .position .bottoms .cont .item .desc {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-top: 4px;
}

#recruit .recruit .staff .list {
  display: none;
}

#recruit .recruit .staff .list .item {
  width: 32%;
  margin-right: 2%;
}

#recruit .recruit .staff .list .item:nth-child(3n) {
  margin-right: 0;
}

#recruit .recruit .staff .list .item .pic {
  width: 100%;
  overflow: hidden;
}

#recruit .recruit .staff .list .item .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#recruit .recruit .staff .list .item .info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #f8f8f8;
  font-size: 26px;
  text-align: center;
  padding: 0 10px;
  background-color: #2087f0;
}

#recruit .recruit .staff .list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

#recruit .recruit .staff .staff-swiper .swiper-slide {
  width: 32% !important;
}

#recruit .recruit .staff .staff-swiper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
}

#recruit .recruit .staff .staff-swiper .swiper-slide .pic img {
  width: 100%;
  transition: transform .5s ease-out;
  -webkit-transition: transform .5s ease-out;
  -moz-transition: transform .5s ease-out;
}

#recruit .recruit .staff .staff-swiper .swiper-slide .info {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #f8f8f8;
  font-size: 26px;
  text-align: center;
  padding: 0 10px;
  background-color: #2087f0;
}

@media screen and (max-width: 1900px) {
  .container {
    width: 83.33%;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box {
    padding-top: 12%;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .t1 {
    font-size: 50px;
    line-height: 50px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .t2 {
    font-size: 18px;
    line-height: 18px;
    margin-top: 30px;
  }
  #index .index-banner .banner-bottom {
    height: 65px;
  }
  #index .index-banner .banner-bottom .container .swiper-bottom .swiper-slide {
    line-height: 65px;
    padding-left: 24px;
  }
  #index .index-banner .banner-bottom .container .index-pages {
    width: 180px;
  }
  #index .index-banner .banner-bottom .container .index-pages .pages {
    line-height: 65px;
  }
  #index .index-banner .banner-bottom .container .index-pages .pages.prev:after {
    height: 32px;
  }
  #index .index-about .index-info {
    width: 50%;
    padding: 90px 8.33% 130px 8.33%;
  }
  #index .index-about .index-info .title {
    font-size: 36px;
    line-height: 36px;
  }
  #index .index-about .index-info .desc {
    font-size: 15px;
    line-height: 30px;
    margin-top: 28px;
  }
  #index .index-about .index-info .num-box {
    margin-top: 60px;
  }
  #index .index-about .index-info .num-box .item .t1 {
    font-size: 15px;
    line-height: 22px;
  }
  #index .index-about .index-info .num-box .item .t1 .num {
    font-size: 50px;
    line-height: 50px;
  }
  #index .index-about .index-info .num-box .item .t2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  #index .index-about .index-info .com-more {
    margin-top: 80px;
  }
  #index .partner-box {
    padding: 90px 0 80px;
  }
  #index .partner-box .tops .title .t1 {
    font-size: 36px;
    line-height: 36px;
  }
  #index .partner-box .tops .title .t2 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 14px;
  }
  #index .partner-box .tops .com-more {
    width: 110px;
    height: 45px;
  }
  #index .partner-box .partner-list {
    margin-top: 80px;
  }
  #index .partner-box .partner-list .item {
    width: 280px;
  }
  #index .partner-box .partner-list .item .pic {
    height: 280px;
  }
  #index .partner-box .partner-list .item .pic .mask i {
    font-size: 70px;
  }
  #index .partner-box .partner-list .item .desc {
    margin-top: 36px;
  }
  #index .partner-box .partner-list .item .desc .cn {
    font-size: 22px;
    line-height: 22px;
  }
  #index .partner-box .partner-list .item .desc .en {
    font-size: 14px;
  }
  #index .service-box {
    height: 750px;
  }
  #index .service-box .item {
    width: 25%;
  }
  #index .service-box .item .subtitle {
    left: 45px;
    bottom: 45px;
  }
  #index .service-box .item .subtitle .num {
    font-size: 70px;
    line-height: 70px;
  }
  #index .service-box .item .subtitle .tt {
    font-size: 32px;
    line-height: 32px;
    margin-top: -26px;
  }
  #index .service-box .item .subtitle .line {
    width: 24px;
    height: 2px;
    margin-top: 20px;
  }
  #index .service-box .item .info-box {
    padding: 45px;
    height: 200px;
    width: 83.33%;
  }
  #index .service-box .item .info-box .title {
    font-size: 32px;
    line-height: 32px;
  }
  #index .service-box .item .info-box .line {
    width: 24px;
    height: 2px;
    margin: 20px 0;
  }
  #index .service-box .item .info-box .desc {
    font-size: 15px;
    line-height: 20px;
  }
  #index .service-box .item .info-box .num {
    font-size: 240px;
    line-height: 240px;
    right: 26px;
    bottom: -50px;
  }
  #index .news-box {
    padding: 80px 0;
  }
  #index .news-box .tops .title {
    font-size: 38px;
    line-height: 38px;
  }
  #index .news-box .tops .nav .item {
    font-size: 14px;
    padding-bottom: 4px;
    margin-left: 40px;
  }
  #index .project-box .project-swiper .swiper-slide .mask {
    padding: 7% 0 6% 8.33%;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .title {
    color: #fff;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .title .t1 {
    font-size: 22px;
    line-height: 22px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .title .t2 {
    font-size: 50px;
    line-height: 50px;
    margin-top: 16px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .com-more {
    margin-top: 90px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages {
    font-size: 18px;
    line-height: 18px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages .line {
    margin: 0 4px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages .cur {
    font-size: 32px;
    line-height: 20px;
  }
  #index .project-box .circle-box .lines .pot {
    font-size: 18px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  #index .project-box .circle-box .lines .pot i {
    font-size: 22px;
  }
  #index .project-box .circle-box .lines .txt {
    font-size: 22px;
    margin-left: 18px;
  }
  #index .project-box .circle-box .lines.active .pot:after {
    width: 52px;
    height: 52px;
    left: calc(50% - 26px);
    top: calc(50% - 26px);
  }
  #index .project-box .circle-box .lines.active .txt {
    font-size: 32px;
  }
  #index .project-box .circle-box .lines.line01 {
    top: calc(20% - 26px);
    left: 40px;
  }
  #index .project-box .circle-box .lines.line02 {
    top: calc(35% - 26px);
    left: -3px;
  }
  #index .project-box .circle-box .lines.line03 {
    top: calc(50% - 26px);
    left: -16px;
  }
  #index .project-box .circle-box .lines.line04 {
    top: calc(65% - 26px);
    left: -3px;
  }
  #index .project-box .circle-box .lines.line05 {
    top: calc(80% - 28px);
    left: 32px;
  }
  .com-title {
    font-size: 32px;
    line-height: 32px;
  }
  .com-title span:before, .com-title span:after {
    width: 32px;
  }
  #about .about-box {
    padding: 55px 0 0;
  }
  #about .about-box .desc {
    font-size: 16px;
    line-height: 26px;
    margin-top: 36px;
    margin-bottom: 46px;
  }
  #about .about-box .img {
    margin-bottom: -160px;
  }
  #about .about-box .about-bottom {
    padding: 80px 0 40px;
  }
  #about .honor-box {
    padding: 60px 0 80px;
  }
  #about .honor-box .honor-swiper {
    margin-top: 50px;
  }
  #about .honor-box .honor-swiper .swiper-slide {
    padding: 0 32px 36px;
  }
  #about .honor-box .honor-swiper .swiper-slide .title .tt {
    font-size: 16px;
    line-height: 18px;
  }
  #about .honor-box .honor-swiper .swiper-slide .title .large {
    font-size: 18px;
  }
  #about .honor-box .honor-swiper .swiper-slide .pic {
    margin-top: 36px;
  }
  #about .honor-box .honor-pages {
    margin-top: 46px;
  }
  #about .honor-box .honor-pages .left .num-box .cur {
    font-size: 18px;
    line-height: 22px;
  }
  #about .honor-box .honor-pages .left .num-box .total {
    font-size: 14px;
    line-height: 20px;
  }
  #about .honor-box .honor-pages .left .h-page {
    margin-left: 20px;
  }
  #about .honor-box .honor-pages .more {
    box-shadow: 0 2px #2087f0;
  }
  #about .culture-box {
    padding: 80px 0 130px;
  }
  #about .culture-box .list {
    margin-top: 100px;
  }
  #about .culture-box .list .item {
    padding: 60px 26px 55px;
  }
  #about .culture-box .list .item .title .cn {
    font-size: 24px;
    line-height: 32px;
  }
  #about .culture-box .list .item .title .en {
    font-size: 15px;
    line-height: 22px;
  }
  #about .culture-box .list .item .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 50px;
  }
  #contact .contact-box {
    padding: 70px 0 100px;
  }
  #contact .contact-box .tops-box .business {
    margin-top: 40px;
  }
  #contact .contact-box .tops-box .business .info-box {
    padding: 36px 40px;
    margin-top: -80px;
  }
  #contact .contact-box .tops-box .business .info-box .title {
    font-size: 24px;
    line-height: 24px;
  }
  #contact .contact-box .tops-box .business .info-box .info {
    font-size: 15px;
    line-height: 24px;
    margin-top: 18px;
  }
  #contact .contact-box .tops-box .business .info-box .line {
    width: 48px;
    height: 2px;
    margin: 32px 0;
  }
  #contact .contact-box .tops-box .business .info-box .desc {
    font-size: 16px;
    line-height: 36px;
  }
  #contact .contact-box .form-box {
    margin-top: 80px;
  }
  #contact .contact-box .form-box .form-cont {
    padding: 50px 60px 40px;
    margin-top: 36px;
  }
  #contact .contact-box .form-box .form-cont .address {
    width: 480px;
    flex-shrink: 0;
  }
  #contact .contact-box .form-box .form-cont .address .title {
    font-size: 26px;
  }
  #contact .contact-box .form-box .form-cont .address .line {
    width: 50px;
    margin: 20px 0;
  }
  #contact .contact-box .form-box .form-cont .address .tel {
    font-size: 24px;
  }
  #contact .contact-box .form-box .form-cont .address .lines {
    margin-top: 26px;
  }
  #contact .contact-box .form-box .form-cont .address .lines .item {
    font-size: 15px;
    line-height: 36px;
  }
  #contact .contact-box .form-box .form-cont .address .lines .item img {
    margin-right: 6px;
  }
  #contact .contact-box .form-box .form-cont .address .code {
    margin-top: 35px;
    font-size: 16px;
    line-height: 24px;
  }
  #contact .contact-box .form-box .form-cont .address .code p {
    margin-top: 12px;
  }
  #contact .contact-box .form-box .form-cont .address .code img {
    width: 140px;
  }
  #contact .contact-box .form-box .form-cont .form input {
    width: 31%;
    height: 60px;
  }
  #contact .contact-box .form-box .form-cont .form textarea {
    margin: 30px 0 50px;
  }
  #contact .contact-box .form-box .form-cont .form .code-box input {
    width: 160px;
  }
  #contact .contact-box .form-box .form-cont .form .code-box .code-img {
    width: 160px;
    margin-left: 20px;
  }
  #contact .contact-box .form-box .form-cont .form .sub-btn {
    width: 160px;
  }
  #news .news-container {
    padding: 50px 0 70px;
  }
  #news .news-container .news-nav {
    padding: 0 90px;
  }
  #news .news-container .news-nav .item {
    width: 200px;
  }
  #news .news-container .list-items .item {
    height: 120px;
    padding: 20px 24px 20px 0;
  }
  #news .news-container .list-items .item .date {
    width: 110px;
    padding-left: 24px;
  }
  #news .news-container .list-items .item .date .day {
    font-size: 42px;
    line-height: 42px;
  }
  #news .news-container .list-items .item .date .year {
    margin-top: 6px;
  }
  #news .news-container .list-items .item .info-box {
    padding-left: 28px;
    width: calc(100% - 110px);
  }
  #news .news-container .list-items .item .info-box .info {
    width: 70%;
  }
  #news .news-container .list-items .item .info-box .info .title {
    font-size: 16px;
    line-height: 18px;
  }
  #news .news-container .list-items .item .info-box .info .desc {
    font-size: 14px;
    line-height: 20px;
  }
  #news .news-container .list-items .item .info-box .more {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  #recruit .recruit .position.container {
    width: 100%;
  }
  #service .service-item {
    padding: 50px 0;
  }
  #service .service-item .container {
    margin-top: 40px;
  }
  #service .service-item .container .info {
    padding-top: 60px;
  }
  #service .service-item .container .info .tops {
    padding: 30px 0 30px 24px;
  }
  #service .service-item .container .info .tops .title {
    font-size: 18px;
    line-height: 20px;
  }
  #service .service-item .container .info .tops .line {
    width: 22px;
    margin: 18px 0;
  }
  #service .service-item .container .info .tops .desc {
    font-size: 14px;
    line-height: 20px;
  }
  #service .service-item .container .info .bottoms {
    padding-left: 40px;
  }
  #service .service-item .container .info .bottoms .left .pages {
    font-size: 18px;
  }
  #service .service-item .container .info .bottoms .left .pages .line {
    width: 100px;
  }
  #service .service-item .container .info .bottoms .left .pic-btn {
    margin-left: 20px;
  }
  #service .service-item .container .info .bottoms .left .pic-btn .btn {
    width: 40px;
    height: 28px;
    line-height: 28px;
  }
  #service .service-item .container .info .bottoms .next-pic {
    width: 260px;
  }
  #service .service-item.reverse .container .info .tops {
    padding: 30px 30px 24px 0;
  }
  #service .service-item.reverse .container .info .bottoms {
    padding-right: 40px;
  }
  #service .special-service {
    padding: 50px 0 0;
  }
  #service .special-service .cont .inner {
    padding: 90px 0 0 24px;
    margin-top: 40px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide {
    padding: 0 40px 60px 50px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .num-box {
    font-size: 32px;
    line-height: 28px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .num-box .total {
    font-size: 22px;
    line-height: 24px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 14px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .more {
    width: 40px;
    height: 40px;
    margin-top: 70px;
  }
  #service .special-service .cont .inner .blank .more {
    width: 200px;
    height: 65px;
  }
  #service .special-service .cont .inner .blank .more a {
    line-height: 65px;
  }
  #service .special-service .cont .inner .blank .spe-btn .btn {
    width: 42px;
  }
  #service .case-box {
    background-color: #F8F8F8;
    padding: 100px 0 50px;
  }
  #service .case-box .case-swiper {
    margin-top: 60px;
  }
  #service .case-box .case-swiper .swiper-slide {
    width: 32% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  #service .case-box .case-swiper .swiper-slide img {
    width: 100%;
    opacity: 0;
  }
  #service .case-box .case-swiper .swiper-slide .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2087f0;
    color: #fff;
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
  }
  #service .case-box .case-swiper .swiper-slide .mask .title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  #service .case-box .case-swiper .swiper-slide .mask .desc {
    font-size: 16px;
    line-height: 32px;
  }
  #service .case-box .case-swiper .swiper-slide:hover .mask {
    transition: all 0.3s;
    opacity: 1;
  }
  #service .case-box .case-pages {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
  }
  #service .case-box .case-pages .left {
    display: flex;
    align-items: center;
  }
  #service .case-box .case-pages .left .num-box {
    display: flex;
    align-items: flex-end;
    font-weight: bold;
  }
  #service .case-box .case-pages .left .num-box .line {
    display: inline-block;
    margin: 0 10px;
    color: #ddd;
  }
  #service .case-box .case-pages .left .num-box .cur {
    font-size: 20px;
    line-height: 24px;
  }
  #service .case-box .case-pages .left .num-box .total {
    font-size: 14px;
    line-height: 20px;
    color: #999;
  }
  #service .case-box .case-pages .left .c-page {
    margin-left: 24px;
  }
  #service .case-box .case-pages .left .c-page .swiper-pagination-bullet {
    opacity: 1;
    background-color: #999;
    margin: 0 6px;
    display: inline-block;
    width: 6px;
    height: 6px;
  }
  #service .case-box .case-pages .left .c-page .swiper-pagination-bullet-active {
    background-color: #2087f0;
  }
  #service .case-box .case-pages .more {
    font-size: 16px;
    padding-bottom: 4px;
    box-shadow: 0 3px #2087f0;
    color: #2087f0;
  }
  #service .service {
    padding: 70px 0;
  }
  #service .service .list {
    margin-top: 50px;
  }
  #service .service .list .item .mask {
    padding: 0 36px;
  }
  #service .service .list .item .mask .title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  #service .service .list .item .mask .desc {
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1600px) {
  .container {
    width: 92%;
  }
  .footer .tops .container .nav {
    padding-right: 4%;
  }
  .footer .tops .container .right {
    padding-left: 2%;
  }
  .footer .tops .container .right .lines {
    margin-left: 24px;
  }
  .footer .tops .container .right .lines .line {
    font-size: 14px;
  }
  .footer .tops .container .right .code {
    width: 120px;
    font-size: 14px;
  }
  .footer .bottoms {
    height: 60px;
  }
  #index .index-about .index-info {
    padding: 90px 4% 110px 4%;
  }
  #index .service-box {
    height: 720px;
  }
  #index .service-box .item .info-box {
    width: 92%;
    height: 180px;
  }
  #index .service-box .item .info-box .num {
    font-size: 220px;
    line-height: 220px;
    bottom: -50px;
  }
  #index .project-box .project-swiper .swiper-slide .mask {
    padding: 7% 0 6% 4%;
  }
  #service .spe-service .section .s-items .info {
    padding: 40px 0 60px 60px;
  }
  #service .spe-service .section .s-items .info .title .txt {
    font-size: 20px;
  }
  #service .spe-service .section .s-items .info .desc {
    font-size: 15px;
    line-height: 28px;
  }
  #service .spe-service .section.reverse .s-items .info {
    padding: 40px 60px 60px 0;
  }
}

@media screen and (max-width: 1460px) {
  #index .index-banner .index-swiper .swiper-slide .mask .text-box {
    padding-top: 10%;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .t1 {
    font-size: 38px;
    line-height: 38px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .t2 {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
  }
  #index .index-banner .banner-bottom {
    height: 60px;
  }
  #index .index-banner .banner-bottom .container .swiper-bottom .swiper-slide {
    line-height: 60px;
    padding-left: 20px;
  }
  #index .index-banner .banner-bottom .container .index-pages {
    width: 160px;
  }
  #index .index-banner .banner-bottom .container .index-pages .pages {
    line-height: 60px;
  }
  #index .index-banner .banner-bottom .container .index-pages .pages.prev:after {
    height: 28px;
  }
  #index .index-about .index-info {
    padding: 60px 4% 70px 4%;
  }
  #index .index-about .index-info .title {
    font-size: 30px;
    line-height: 30px;
  }
  #index .index-about .index-info .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 22px;
  }
  #index .index-about .index-info .num-box {
    margin-top: 45px;
  }
  #index .index-about .index-info .num-box .item .t1 {
    font-size: 14px;
    line-height: 20px;
  }
  #index .index-about .index-info .num-box .item .t1 .num {
    font-size: 40px;
    line-height: 40px;
  }
  #index .index-about .index-info .num-box .item .t2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
  #index .index-about .index-info .com-more {
    margin-top: 60px;
  }
  #index .partner-box {
    padding: 60px 0 50px;
  }
  #index .partner-box .tops .title .t1 {
    font-size: 32px;
    line-height: 32px;
  }
  #index .partner-box .tops .title .t2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  #index .partner-box .tops .com-more {
    height: 40px;
  }
  #index .partner-box .partner-list {
    margin-top: 60px;
  }
  #index .partner-box .partner-list .item {
    width: 240px;
  }
  #index .partner-box .partner-list .item .pic {
    height: 240px;
  }
  #index .partner-box .partner-list .item .pic .mask i {
    font-size: 60px;
  }
  #index .partner-box .partner-list .item .desc {
    margin-top: 30px;
  }
  #index .partner-box .partner-list .item .desc .cn {
    font-size: 18px;
    line-height: 22px;
  }
  #index .partner-box .partner-list .item .desc .en {
    font-size: 14px;
  }
  #index .service-box {
    height: 650px;
  }
  #index .service-box .item .subtitle {
    left: 40px;
    bottom: 40px;
  }
  #index .service-box .item .subtitle .num {
    font-size: 50px;
    line-height: 50px;
  }
  #index .service-box .item .subtitle .tt {
    font-size: 26px;
    line-height: 26px;
    margin-top: -20px;
  }
  #index .service-box .item .subtitle .line {
    width: 20px;
    height: 2px;
    margin-top: 15px;
  }
  #index .service-box .item .info-box {
    padding: 36px;
    height: 150px;
  }
  #index .service-box .item .info-box .title {
    font-size: 28px;
    line-height: 28px;
  }
  #index .service-box .item .info-box .line {
    width: 18px;
    height: 2px;
    margin: 14px 0;
  }
  #index .service-box .item .info-box .desc {
    font-size: 14px;
    line-height: 20px;
  }
  #index .service-box .item .info-box .num {
    font-size: 160px;
    line-height: 160px;
    right: 20px;
    bottom: -40px;
  }
  #index .news-box {
    padding: 60px 0;
  }
  #index .news-box .tops .title {
    font-size: 30px;
    line-height: 30px;
  }
  #index .news-box .tops .nav .item {
    margin-left: 30px;
  }
  #index .project-box .project-swiper .swiper-slide .mask {
    padding: 6% 0 6% 4%;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .title .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .title .t2 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 12px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .com-more {
    margin-top: 60px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages {
    font-size: 16px;
    line-height: 18px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages .line {
    margin: 0 3px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages .cur {
    font-size: 28px;
    line-height: 20px;
  }
  #index .project-box .circle-box .lines .pot {
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #index .project-box .circle-box .lines .pot i {
    font-size: 20px;
  }
  #index .project-box .circle-box .lines .txt {
    font-size: 18px;
    margin-left: 18px;
  }
  #index .project-box .circle-box .lines.active .txt {
    font-size: 26px;
  }
  #index .project-box .circle-box .lines.line05 {
    top: calc(80% - 28px);
    left: 24px;
  }
  .n-list {
    margin-top: 45px;
  }
  .n-list .item .info-box {
    padding: 20px 16px;
  }
  .n-list .item .info-box .title {
    font-size: 16px;
  }
  .n-list .item .info-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
  }
  .n-list .item .info-box .date-box {
    margin-top: 20px;
  }
  .n-list .item .info-box .date-box .date {
    font-size: 20px;
  }
  .inner-banner {
    height: 480px;
  }
  .inner-banner .text .cn {
    font-size: 40px;
    line-height: 40px;
  }
  .inner-banner .text .en {
    font-size: 48px;
    line-height: 48px;
    margin-top: 20px;
  }
  .com-title {
    font-size: 28px;
    line-height: 28px;
  }
  #about .about-box {
    padding: 50px 0 0;
  }
  #about .about-box .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #about .about-box .img {
    margin-bottom: -130px;
  }
  #about .about-box .about-bottom {
    padding: 60px 0 30px;
  }
  #about .honor-box {
    padding: 45px 0 60px;
  }
  #about .honor-box .honor-swiper {
    margin-top: 40px;
  }
  #about .honor-box .honor-swiper .swiper-slide {
    padding: 0 28px 30px;
  }
  #about .honor-box .honor-swiper .swiper-slide .title .tt {
    font-size: 14px;
    line-height: 18px;
  }
  #about .honor-box .honor-swiper .swiper-slide .title .large {
    font-size: 16px;
  }
  #about .honor-box .honor-swiper .swiper-slide .pic {
    margin-top: 30px;
  }
  #about .honor-box .honor-pages {
    margin-top: 30px;
  }
  #about .honor-box .honor-pages .left .num-box .cur {
    font-size: 16px;
    line-height: 20px;
  }
  #about .honor-box .honor-pages .left .num-box .total {
    font-size: 14px;
    line-height: 20px;
  }
  #about .honor-box .honor-pages .left .h-page {
    margin-left: 26px;
  }
  #about .honor-box .honor-pages .more {
    box-shadow: 0 2px #2087f0;
  }
  #about .culture-box {
    padding: 60px 0 100px;
  }
  #about .culture-box .list {
    margin-top: 70px;
  }
  #about .culture-box .list .item {
    padding: 50px 20px 45px;
  }
  #about .culture-box .list .item .title .cn {
    font-size: 20px;
    line-height: 28px;
  }
  #about .culture-box .list .item .title .en {
    font-size: 14px;
    line-height: 20px;
  }
  #about .culture-box .list .item .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  #service .service {
    padding: 60px 0;
  }
  #service .service .list {
    margin-top: 45px;
  }
  #service .service .list .item .mask {
    padding: 0 32px;
  }
  #service .service .list .item .mask .title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 24px;
  }
  #service .service .list .item .mask .desc {
    font-size: 14px;
    line-height: 24px;
  }
  #contact .contact-box .form-box .form-cont {
    padding: 40px 45px 40px;
  }
  #honor .honor-box {
    padding: 50px 0 80px;
  }
  #honor .honor-box .list {
    margin-top: 45px;
  }
  #honor .honor-box .list .item {
    padding: 0 20px 30px;
  }
  #honor .honor-box .list .item .pic {
    margin-top: 30px;
  }
  #news .news-container .news-nav {
    padding: 0 80px;
  }
  #news .news-container .news-nav .item {
    width: 170px;
    height: 45px;
    line-height: 45px;
  }
  #news .news-detail .news-cont {
    padding: 50px 80px;
  }
  #news .news-detail .news-cont .title {
    padding-bottom: 30px;
  }
  #news .news-detail .news-cont .title .tt {
    font-size: 24px;
  }
  #news .news-detail .news-cont .title .sub {
    margin-top: 30px;
  }
  #news .news-detail .news-cont .cont {
    padding: 30px 0;
  }
  #news .news-detail .news-cont .bottom {
    padding-top: 50px;
  }
  #partner .partner-box {
    padding: 70px 0 110px;
  }
  #partner .partner-box .partner-cont {
    margin-top: 10px;
  }
  #partner .partner-box .partner-cont .left-nav {
    width: 160px;
    padding-top: 60px;
  }
  #partner .partner-box .partner-cont .left-nav .item {
    font-size: 20px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 24px;
  }
  #partner .partner-box .partner-cont .right {
    width: calc(100% - 160px);
    margin-top: 55px;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info {
    width: 43%;
    padding: 0 5% 0 4%;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .title {
    font-size: 22px;
    line-height: 36px;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .desc {
    margin-top: 60px;
    font-size: 16px;
    line-height: 32px;
  }
  #partner .partner-box .partner-cont .right .partner-page {
    height: 60px;
    padding: 0 110px 0 60px;
    bottom: -30px;
    z-index: 10;
  }
  #partner .partner-box .partner-cont .right .partner-page .text {
    font-size: 22px;
    line-height: 22px;
  }
  #partner .partner-box .partner-cont .right .partner-page .left {
    margin-left: 70px;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pages {
    font-size: 18px;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pages .line {
    width: 100px;
    margin: 0 10px;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pic-btn {
    margin-left: 26px;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pic-btn .btn {
    width: 46px;
    height: 28px;
    line-height: 28px;
  }
  #recruit .recruit {
    padding: 0 0 70px;
  }
  #recruit .recruit .com-title {
    padding: 60px 0 50px;
  }
  #recruit .recruit .news .list .item .tops {
    padding: 16px 0;
  }
  #recruit .recruit .news .list .item .tops .date {
    width: 90px;
    padding: 0 0 0 16px;
  }
  #recruit .recruit .news .list .item .tops .date .day {
    font-size: 48px;
    line-height: 48px;
  }
  #recruit .recruit .news .list .item .tops .date .year {
    font-size: 14px;
    line-height: 24px;
  }
  #recruit .recruit .news .list .item .tops .info {
    width: calc(100% - 90px);
    padding: 0 16px;
  }
  #recruit .recruit .news .list .item .tops .info .title {
    font-size: 16px;
    line-height: 20px;
  }
  #recruit .recruit .news .list .item .tops .info .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #recruit .recruit .news .list .item .bottoms {
    padding: 0 16px 0 24px;
    height: 42px;
  }
  #recruit .recruit .concept .list .item {
    padding: 40px 12px 36px;
  }
  #recruit .recruit .concept .list .item i {
    font-size: 48px;
  }
  #recruit .recruit .concept .list .item .tt {
    font-size: 24px;
    line-height: 24px;
    margin-top: 24px;
  }
  #recruit .recruit .concept .list .item .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 6px;
  }
  #recruit .recruit .develop .list .inner {
    width: 96%;
  }
  #recruit .recruit .position .tops .swiper-recruit {
    width: 87.5%;
    margin: 0 auto;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide {
    border-radius: 4px;
    height: 230px;
    width: 180px !important;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide i {
    font-size: 30px;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .title {
    margin-top: 14px;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .title .t1 {
    font-size: 16px;
    line-height: 24px;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .title .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .line {
    width: 16px;
    height: 1px;
    margin-top: 30px;
  }
  #recruit .recruit .position .tops .re-btn {
    width: 36px;
    height: 36px;
    line-height: 32px;
    top: calc(50% - 18px);
  }
  #recruit .recruit .position .bottoms {
    height: 360px;
    padding: 24px 60px 24px 50px;
    margin-top: 40px;
  }
  #recruit .recruit .position .bottoms .cont .item {
    margin-bottom: 24px;
  }
  #recruit .recruit .position .bottoms .cont .item .tt {
    font-size: 15px;
    line-height: 26px;
  }
  #recruit .recruit .position .bottoms .cont .item .desc {
    font-size: 13px;
    line-height: 24px;
  }
  #recruit .recruit .staff .list .item .info {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #recruit .recruit .staff .staff-swiper .swiper-slide .info {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  #service .spe-service .section {
    padding: 65px 0 60px;
  }
  #service .spe-service .section .s-items .info {
    padding: 30px 0 45px 45px;
  }
  #service .spe-service .section .s-items .info .title .num {
    font-size: 28px;
  }
  #service .spe-service .section .s-items .info .title .line {
    width: 45px;
    margin: 0 10px;
  }
  #service .spe-service .section .s-items .info .title .txt {
    font-size: 18px;
  }
  #service .spe-service .section .s-items .info .desc {
    font-size: 14px;
    line-height: 24px;
  }
  #service .spe-service .section .s-items .pic .spe-btn {
    height: 45px;
  }
  #service .spe-service .section .s-items .pic .spe-btn .btn {
    width: 60px;
    line-height: 45px;
  }
  #service .spe-service .section.reverse .s-items .info {
    padding: 40px 60px 60px 0;
  }
}

@media screen and (max-width: 1300px) {
  .header {
    height: 90px;
  }
  .header .container .logo {
    width: 260px;
  }
  .header .container .nav .item {
    padding: 0 20px;
    line-height: 90px;
  }
  #index .partner-box .partner-list .item {
    width: 180px;
  }
  #index .partner-box .partner-list .item .pic {
    height: 180px;
  }
  #index .partner-box .partner-list .item .pic .mask i {
    font-size: 45px;
  }
  #index .service-box {
    height: 520px;
  }
  #index .service-box .item .info-box {
    height: 130px;
  }
  #index .service-box .item .info-box .num {
    bottom: -30px;
    font-size: 140px;
    line-height: 140px;
  }
  #contact .contact-box {
    padding: 50px 0 70px;
  }
  #contact .contact-box .tops-box .business {
    margin-top: 36px;
  }
  #contact .contact-box .tops-box .business .info-box {
    padding: 30px 36px;
    margin-top: -70px;
  }
  #contact .contact-box .tops-box .business .info-box .title {
    font-size: 20px;
    line-height: 20px;
  }
  #contact .contact-box .tops-box .business .info-box .info {
    font-size: 14px;
    line-height: 22px;
    margin-top: 14px;
  }
  #contact .contact-box .tops-box .business .info-box .line {
    width: 42px;
    height: 2px;
    margin: 28px 0;
  }
  #contact .contact-box .tops-box .business .info-box .desc {
    font-size: 14px;
    line-height: 28px;
  }
  #contact .contact-box .form-box {
    margin-top: 60px;
  }
  #contact .contact-box .form-box .form-cont {
    padding: 30px 40px 50px;
    margin-top: 30px;
  }
  #contact .contact-box .form-box .form-cont .address {
    width: 400px;
  }
  #contact .contact-box .form-box .form-cont .address .title {
    font-size: 22px;
  }
  #contact .contact-box .form-box .form-cont .address .line {
    width: 40px;
    margin: 16px 0;
  }
  #contact .contact-box .form-box .form-cont .address .tel {
    font-size: 20px;
  }
  #contact .contact-box .form-box .form-cont .address .lines {
    margin-top: 20px;
  }
  #contact .contact-box .form-box .form-cont .address .lines .item {
    font-size: 12px;
    line-height: 24px;
  }
  #contact .contact-box .form-box .form-cont .address .lines .item img {
    margin-right: 5px;
  }
  #contact .contact-box .form-box .form-cont .address .code {
    margin-top: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  #contact .contact-box .form-box .form-cont .address .code p {
    margin-top: 10px;
  }
  #contact .contact-box .form-box .form-cont .address .code img {
    width: 120px;
  }
  #contact .contact-box .form-box .form-cont .form input {
    width: 32%;
    height: 50px;
  }
  #contact .contact-box .form-box .form-cont .form textarea {
    margin: 20px 0 30px;
    height: 210px;
  }
  #contact .contact-box .form-box .form-cont .form .code-box input {
    width: 140px;
  }
  #contact .contact-box .form-box .form-cont .form .code-box .code-img {
    width: 140px;
    margin-left: 16px;
  }
  #contact .contact-box .form-box .form-cont .form .sub-btn {
    width: 160px;
  }
  #news .news-container .news-nav .item {
    width: 140px;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info {
    padding: 0 4%;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .title {
    font-size: 20px;
    line-height: 30px;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .desc {
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  .m-header {
    width: 100%;
    height: 1rem;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 101;
    background-color: #fff;
  }
  .m-header .logo {
    width: 2rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .right {
    display: flex;
    align-items: center;
  }
  .m-header .right .search {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
  }
  .m-header .right .search i {
    color: #2087f0;
    font-size: 0.36rem;
  }
  .m-header .right .open {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: .64rem .64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/menu.png");
    margin-left: 0.2rem;
  }
  .m-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 100002;
    display: none;
  }
  .m-cover .icon {
    width: 1rem;
    height: 1rem;
    background-size: .64rem .64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/cha.png");
    position: absolute;
    top: 0;
    right: .25rem;
  }
  .m-cover .copyRight {
    position: absolute;
    left: .2rem;
    bottom: .4rem;
    font-size: 12px;
    color: #fff;
  }
  .m-cover .copyRight strong {
    font-weight: 700;
  }
  .m-cover .link-box {
    padding-top: 3rem;
  }
  .m-cover .link-box a {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
  }
  .m-cover .link-box a .cn {
    display: block;
  }
  .m-cover .link-box a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .com-more {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 12px;
  }
  .com-more i {
    zoom: 0.5;
  }
  .inner-banner {
    height: 4rem;
  }
  .inner-banner .text .cn {
    font-size: 20px;
    line-height: 20px;
  }
  .inner-banner .text .en {
    font-size: 24px;
    line-height: 24px;
    margin-top: 0.2rem;
  }
  .com-title {
    font-size: 22px;
    line-height: 22px;
  }
  .com-title span:before {
    left: -0.8rem;
  }
  .com-title span:after {
    right: -0.8rem;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box {
    padding-top: 5%;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .t1 {
    font-size: 16px;
    line-height: 16px;
  }
  #index .index-banner .index-swiper .swiper-slide .mask .text-box .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.2rem;
  }
  #index .index-banner .banner-bottom {
    height: 0.8rem;
  }
  #index .index-banner .banner-bottom .container .swiper-bottom .swiper-slide {
    line-height: 0.8rem;
    padding-left: 0.1rem;
    font-size: 12px;
  }
  #index .index-banner .banner-bottom .container .index-pages {
    width: 1.8rem;
  }
  #index .index-banner .banner-bottom .container .index-pages .pages {
    line-height: 0.8rem;
  }
  #index .index-banner .banner-bottom .container .index-pages .pages.prev:after {
    height: 0.4rem;
  }
  #index .index-about {
    flex-wrap: wrap;
  }
  #index .index-about .index-info {
    width: 100%;
    padding: 0.6rem 0.3rem 0.6rem 0.3rem;
  }
  #index .index-about .index-info .title {
    font-size: 24px;
    line-height: 24px;
  }
  #index .index-about .index-info .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #index .index-about .index-info .num-box {
    margin-top: 0.3rem;
    width: 100%;
  }
  #index .index-about .index-info .num-box .item .t1 {
    font-size: 14px;
    line-height: 20px;
  }
  #index .index-about .index-info .num-box .item .t1 .num {
    font-size: 28px;
    line-height: 28px;
  }
  #index .index-about .index-info .num-box .item .t2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #index .index-about .index-info .com-more {
    margin-top: 0.4rem;
  }
  #index .index-about .pic {
    width: 100%;
  }
  #index .partner-box {
    padding: 0.6rem 0;
  }
  #index .partner-box .tops .title {
    width: 60%;
  }
  #index .partner-box .tops .title .t1 {
    font-size: 20px;
    line-height: 20px;
  }
  #index .partner-box .tops .title .t2 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #index .partner-box .tops .com-more {
    width: 2rem;
    height: 0.7rem;
  }
  #index .partner-box .partner-list {
    margin-top: 0.6rem;
  }
  #index .partner-box .partner-list .item {
    width: 3rem;
    margin-bottom: 0.4rem;
  }
  #index .partner-box .partner-list .item .pic {
    height: 3rem;
  }
  #index .partner-box .partner-list .item .pic .mask i {
    font-size: 28px;
  }
  #index .partner-box .partner-list .item .desc {
    margin-top: 0.4rem;
  }
  #index .partner-box .partner-list .item .desc .cn {
    font-size: 16px;
    line-height: 22px;
  }
  #index .partner-box .partner-list .item .desc .en {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #index .service-box {
    height: auto;
    flex-wrap: wrap;
  }
  #index .service-box .item {
    width: 100%;
    height: 5rem;
  }
  #index .service-box .item .subtitle {
    left: 0.4rem;
    bottom: 0.4rem;
    display: none !important;
  }
  #index .service-box .item .subtitle .num {
    font-size: 28px;
    line-height: 28px;
  }
  #index .service-box .item .subtitle .tt {
    font-size: 18px;
    line-height: 18px;
    margin-top: -0.2rem;
  }
  #index .service-box .item .subtitle .line {
    width: 20px;
    height: 2px;
    margin-top: 0.2rem;
  }
  #index .service-box .item .info-box {
    padding: 0.3rem;
    height: 2.2rem;
    display: block !important;
  }
  #index .service-box .item .info-box .title {
    font-size: 18px;
    line-height: 18px;
  }
  #index .service-box .item .info-box .line {
    width: 18px;
    height: 2px;
    margin: 0.2rem 0;
  }
  #index .service-box .item .info-box .desc {
    font-size: 14px;
    line-height: 20px;
  }
  #index .service-box .item .info-box .num {
    font-size: 100px;
    line-height: 100px;
    right: 0.3rem;
    bottom: -0.6rem;
  }
  #index .service-box .item.active {
    width: 100%;
  }
  #index .news-box {
    padding: 0.6rem 0 0.3rem;
  }
  #index .news-box .tops {
    flex-wrap: wrap;
  }
  #index .news-box .tops .title {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  #index .news-box .tops .nav {
    width: 100%;
    justify-content: space-between;
  }
  #index .news-box .tops .nav .item {
    margin-left: 0rem;
  }
  #index .project-box {
    height: 6rem;
  }
  #index .project-box .project-swiper {
    height: 100%;
  }
  #index .project-box .project-swiper .swiper-slide {
    height: 100%;
  }
  #index .project-box .project-swiper .swiper-slide .mask {
    padding: 6% 0 6% 4%;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .title .t1 {
    font-size: 14px;
    line-height: 16px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .title .t2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0.2rem;
  }
  #index .project-box .project-swiper .swiper-slide .mask .tops .com-more {
    margin-top: 0.6rem;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages {
    font-size: 14px;
    line-height: 18px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages .line {
    margin: 0 3px;
  }
  #index .project-box .project-swiper .swiper-slide .mask .project-pages .cur {
    font-size: 20px;
    line-height: 16px;
  }
  #index .project-box .circle-box {
    width: 50%;
  }
  #index .project-box .circle-box .lines .pot {
    font-size: 14px;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    flex-shrink: 0;
  }
  #index .project-box .circle-box .lines .pot i {
    font-size: 16px;
  }
  #index .project-box .circle-box .lines .txt {
    font-size: 14px;
    margin-left: 0.2rem;
  }
  #index .project-box .circle-box .lines.active .pot:after {
    width: 0.6rem;
    height: 0.6rem;
    left: calc(50% - 0.3rem);
    top: calc(50% - 0.3rem);
  }
  #index .project-box .circle-box .lines.active .txt {
    font-size: 18px;
  }
  #index .project-box .circle-box .lines.line01 {
    top: calc(20% - 0.3rem);
    left: 0.4rem;
  }
  #index .project-box .circle-box .lines.line02 {
    top: calc(35% - 0.3rem);
    left: 0;
  }
  #index .project-box .circle-box .lines.line03 {
    top: calc(50% - 0.3rem);
    left: -0.3rem;
  }
  #index .project-box .circle-box .lines.line04 {
    top: calc(65% - 0.3rem);
    left: 0;
  }
  #index .project-box .circle-box .lines.line05 {
    top: calc(80% - 0.3rem);
    left: 0.3rem;
  }
  #about .about-box {
    padding: 0.6rem 0 0;
  }
  #about .about-box .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  #about .about-box .img {
    margin-bottom: -1rem;
  }
  #about .about-box .about-bottom {
    padding: 0.6rem 0 0.4rem;
  }
  #about .honor-box {
    padding: 0.6rem 0;
  }
  #about .honor-box .honor-swiper {
    margin-top: 0.4rem;
  }
  #about .honor-box .honor-swiper .swiper-slide {
    width: 48% !important;
    padding: 0 0.24rem 0.24rem;
  }
  #about .honor-box .honor-swiper .swiper-slide .title {
    padding: 0.24rem 0 0.1rem 0;
  }
  #about .honor-box .honor-swiper .swiper-slide .title .tt {
    font-size: 14px;
    line-height: 18px;
    width: 80%;
  }
  #about .honor-box .honor-swiper .swiper-slide .title .large {
    font-size: 16px;
  }
  #about .honor-box .honor-swiper .swiper-slide .pic {
    margin-top: 0.4rem;
  }
  #about .honor-box .honor-pages {
    margin-top: 0.4rem;
  }
  #about .honor-box .honor-pages .left .num-box .cur {
    font-size: 14px;
    line-height: 20px;
  }
  #about .honor-box .honor-pages .left .num-box .total {
    font-size: 14px;
    line-height: 20px;
  }
  #about .honor-box .honor-pages .left .h-page {
    margin-left: 0.24rem;
  }
  #about .honor-box .honor-pages .more {
    font-size: 14px;
    box-shadow: 0 1px #2087f0;
  }
  #about .culture-box {
    padding: 0.6rem 0;
  }
  #about .culture-box .list {
    margin-top: 0.6rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #about .culture-box .list .item {
    width: 48%;
    padding: 0.4rem 0.24rem 0.4rem;
    margin-right: 0;
    margin-bottom: 4%;
  }
  #about .culture-box .list .item .title .cn {
    font-size: 16px;
    line-height: 24px;
  }
  #about .culture-box .list .item .title .en {
    font-size: 14px;
    line-height: 20px;
  }
  #about .culture-box .list .item .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
  }
  #service .service {
    padding: 0.6rem 0;
  }
  #service .service .list {
    margin-top: 0.4rem;
    justify-content: space-between;
  }
  #service .service .list .item {
    width: 49%;
    margin-right: 0;
  }
  #service .service .list .item .mask {
    padding: 0 0.24rem;
  }
  #service .service .list .item .mask .title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0.2rem;
  }
  #service .service .list .item .mask .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #contact .contact-box {
    padding: 0.6rem 0;
  }
  #contact .contact-box .tops-box .business {
    margin-top: 0.4rem;
  }
  #contact .contact-box .tops-box .business .info-box {
    width: 100%;
    padding: 0.3rem;
    margin-top: 0;
  }
  #contact .contact-box .tops-box .business .info-box .title {
    font-size: 16px;
    line-height: 16px;
  }
  #contact .contact-box .tops-box .business .info-box .info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #contact .contact-box .tops-box .business .info-box .line {
    width: 0.8rem;
    height: 2px;
    margin: 0.2rem 0;
  }
  #contact .contact-box .tops-box .business .info-box .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #contact .contact-box .form-box {
    margin-top: 0.6rem;
  }
  #contact .contact-box .form-box .form-cont {
    padding: 0.24rem 0.24rem 0.4rem;
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #contact .contact-box .form-box .form-cont .address {
    width: 100%;
  }
  #contact .contact-box .form-box .form-cont .address .title {
    font-size: 18px;
  }
  #contact .contact-box .form-box .form-cont .address .line {
    width: 0.8rem;
    margin: 0.2rem 0;
  }
  #contact .contact-box .form-box .form-cont .address .tel {
    font-size: 20px;
  }
  #contact .contact-box .form-box .form-cont .address .lines {
    margin-top: 0.4rem;
  }
  #contact .contact-box .form-box .form-cont .address .lines .item {
    font-size: 12px;
    line-height: 28px;
  }
  #contact .contact-box .form-box .form-cont .address .lines .item img {
    margin-right: 0.1rem;
  }
  #contact .contact-box .form-box .form-cont .address .bottom {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
  #contact .contact-box .form-box .form-cont .address .bottom .items {
    width: 100%;
    margin-top: 0.4rem;
  }
  #contact .contact-box .form-box .form-cont .address .code {
    margin-top: 0.24rem;
    font-size: 12px;
    line-height: 20px;
  }
  #contact .contact-box .form-box .form-cont .address .code p {
    margin-top: 0.1rem;
  }
  #contact .contact-box .form-box .form-cont .address .code img {
    width: 2rem;
  }
  #contact .contact-box .form-box .form-cont .form {
    margin-top: 0.6rem;
  }
  #contact .contact-box .form-box .form-cont .form input {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0.24rem;
  }
  #contact .contact-box .form-box .form-cont .form textarea {
    margin: 0 0 0.3rem;
    height: 3rem;
  }
  #contact .contact-box .form-box .form-cont .form .code-box {
    width: 100%;
    justify-content: space-between;
  }
  #contact .contact-box .form-box .form-cont .form .code-box input {
    width: 100%;
    height: 0.8rem;
    margin-bottom: 0;
  }
  #contact .contact-box .form-box .form-cont .form .code-box .code-img {
    width: 2.4rem;
    height: 0.8rem;
    flex-shrink: 0;
    margin-left: 16px;
  }
  #contact .contact-box .form-box .form-cont .form .sub-btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #honor .honor-box {
    padding: 0.6rem 0;
  }
  #honor .honor-box .list {
    margin-top: 0.6rem;
    justify-content: space-between;
  }
  #honor .honor-box .list .item {
    width: 49%;
    margin-right: 0;
    padding: 0 0.24rem 0.3rem;
  }
  #honor .honor-box .list .item .title {
    padding: 0.2rem 0 0.1rem 0;
  }
  #honor .honor-box .list .item .title .tt {
    font-size: 14px;
  }
  #honor .honor-box .list .item .pic {
    margin-top: 0.4rem;
  }
  #news .news-container {
    padding: 0.6rem 0;
  }
  #news .news-container .news-nav {
    padding: 0;
    overflow-x: auto;
  }
  #news .news-container .news-nav .item {
    width: 1.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    flex-shrink: 0;
    font-size: 14px;
    margin-right: 0.24rem;
  }
  #news .news-container .list-items .item {
    width: 100%;
    height: 1.8rem;
    padding: 0.24rem 0.24rem 0.24rem 0;
  }
  #news .news-container .list-items .item .date {
    width: 1.8rem;
    padding-left: 0;
    text-align: center;
  }
  #news .news-container .list-items .item .date .day {
    font-size: 24px;
    line-height: 24px;
  }
  #news .news-container .list-items .item .date .year {
    margin-top: 0.1rem;
  }
  #news .news-container .list-items .item .info-box {
    padding-left: 0.24rem;
    width: calc(100% - 1.8rem);
  }
  #news .news-container .list-items .item .info-box .info {
    width: 100%;
  }
  #news .news-container .list-items .item .info-box .info .title {
    font-size: 14px;
    line-height: 20px;
  }
  #news .news-container .list-items .item .info-box .info .desc {
    font-size: 12px;
    line-height: 18px;
  }
  #news .news-container .list-items .item .info-box .more {
    display: none;
  }
  #news .news-detail {
    padding: 0.6rem 0;
  }
  #news .news-detail .news-cont {
    padding: 0.4rem 0.3rem;
  }
  #news .news-detail .news-cont .title {
    padding-bottom: 0.2rem;
  }
  #news .news-detail .news-cont .title .tt {
    font-size: 16px;
    line-height: 24px;
  }
  #news .news-detail .news-cont .title .sub {
    margin-top: 0.2rem;
  }
  #news .news-detail .news-cont .cont {
    padding: 0.24rem 0;
  }
  #news .news-detail .news-cont .bottom {
    flex-wrap: wrap;
    padding-top: 0.4rem;
  }
  #news .news-detail .news-cont .bottom .pages {
    width: 100%;
  }
  #news .news-detail .news-cont .bottom .pages .lines {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #news .news-detail .news-cont .bottom .more {
    width: 2.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  #partner .partner-box {
    padding: 0.6rem 0 1rem;
  }
  #partner .partner-box .partner-cont {
    margin-top: 0.2rem;
    flex-wrap: wrap;
  }
  #partner .partner-box .partner-cont .left-nav {
    width: 100%;
    padding-top: 0.24rem;
    border: none;
    display: flex;
    align-items: center;
  }
  #partner .partner-box .partner-cont .left-nav .item {
    width: 33.33%;
    font-size: 14px;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-bottom: 0;
  }
  #partner .partner-box .partner-cont .left-nav .item span {
    margin-left: 0.1rem;
  }
  #partner .partner-box .partner-cont .left-nav .item.active:after {
    width: 0;
  }
  #partner .partner-box .partner-cont .right {
    width: 100%;
    margin-top: 0;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide {
    flex-wrap: wrap;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info {
    width: 100%;
    padding: 0.24rem 0;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .title {
    font-size: 16px;
    line-height: 20px;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .info .desc {
    margin-top: 0.4rem;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 0;
  }
  #partner .partner-box .partner-cont .right .swiper-partner .swiper-slide .pic {
    width: 100%;
  }
  #partner .partner-box .partner-cont .right .partner-page {
    height: 0.8rem;
    padding: 0 0.24rem 0 0.24rem;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
  }
  #partner .partner-box .partner-cont .right .partner-page .text {
    font-size: 14px;
    line-height: 14px;
  }
  #partner .partner-box .partner-cont .right .partner-page .left {
    margin-left: 0.24rem;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pages {
    font-size: 16px;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pages .line {
    width: 1rem;
    margin: 0 0.2rem;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pic-btn {
    margin-left: 0.24rem;
  }
  #partner .partner-box .partner-cont .right .partner-page .left .pic-btn .btn {
    width: 0.5rem;
    height: 100%;
    line-height: 0.6rem;
  }
  #recruit .recruit {
    padding: 0 0 0.6rem;
  }
  #recruit .recruit .com-title {
    padding: 0.6rem 0;
  }
  #recruit .recruit .news .list {
    flex-wrap: wrap;
  }
  #recruit .recruit .news .list .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #recruit .recruit .news .list .item .tops {
    padding: 0.2rem 0;
  }
  #recruit .recruit .news .list .item .tops .date {
    width: 1.5rem;
    padding: 0 0 0 0.2rem;
  }
  #recruit .recruit .news .list .item .tops .date .day {
    font-size: 32px;
    line-height: 32px;
  }
  #recruit .recruit .news .list .item .tops .date .year {
    font-size: 12px;
    line-height: 20px;
  }
  #recruit .recruit .news .list .item .tops .info {
    width: calc(100% - 1.5rem);
    padding: 0 0.2rem;
  }
  #recruit .recruit .news .list .item .tops .info .title {
    font-size: 14px;
    line-height: 18px;
  }
  #recruit .recruit .news .list .item .tops .info .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #recruit .recruit .news .list .item .bottoms {
    padding: 0 0.24rem;
    height: 0.8rem;
  }
  #recruit .recruit .concept .list {
    flex-wrap: wrap;
  }
  #recruit .recruit .concept .list .item {
    width: 50%;
    border: none;
    padding: 0.3rem 0.1rem;
  }
  #recruit .recruit .concept .list .item i {
    font-size: 32px;
  }
  #recruit .recruit .concept .list .item .tt {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #recruit .recruit .concept .list .item .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #recruit .recruit .develop .list .inner {
    width: 96%;
    flex-wrap: wrap;
  }
  #recruit .recruit .develop .list .inner .img {
    width: 100% !important;
  }
  #recruit .recruit .position .tops .swiper-recruit {
    width: 82%;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide {
    height: 180px;
    width: 100% !important;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide i {
    font-size: 24px;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .title {
    margin-top: 0.2rem;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .title .t1 {
    font-size: 14px;
    line-height: 20px;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .title .t2 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 20px;
  }
  #recruit .recruit .position .tops .swiper-recruit .swiper-slide .line {
    width: 0.3rem;
    height: 1px;
    margin-top: 0.24rem;
  }
  #recruit .recruit .position .tops .re-btn {
    width: 28px;
    height: 28px;
    line-height: 23px;
    top: calc(50% - 14px);
  }
  #recruit .recruit .position .tops .re-btn i {
    zoom: 0.5;
  }
  #recruit .recruit .position .bottoms {
    height: auto;
    padding: 0.4rem 0.24rem;
    margin-top: 0.4rem;
  }
  #recruit .recruit .position .bottoms .cont .item {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  #recruit .recruit .position .bottoms .cont .item .tt {
    font-size: 14px;
    line-height: 24px;
  }
  #recruit .recruit .position .bottoms .cont .item .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #recruit .recruit .staff .list {
    flex-wrap: wrap;
  }
  #recruit .recruit .staff .list .item {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  #recruit .recruit .staff .list .item .info {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 16px;
  }
  #recruit .recruit .staff .staff-swiper .swiper-slide {
    width: 49% !important;
  }
  #recruit .recruit .staff .staff-swiper .swiper-slide .info {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 14px;
  }
  #service .spe-service .section {
    padding: 0.6rem 0;
  }
  #service .spe-service .section .com-title {
    margin-bottom: 0.4rem;
  }
  #service .spe-service .section .s-items {
    flex-wrap: wrap;
  }
  #service .spe-service .section .s-items .info {
    padding: 0.24rem 0 0;
    width: 100%;
    left: unset;
    height: 100%;
    top: unset;
    margin-top: 0.24rem;
  }
  #service .spe-service .section .s-items .info .title .num {
    font-size: 20px;
  }
  #service .spe-service .section .s-items .info .title .line {
    width: 0.8rem;
    margin: 0 0.2rem;
  }
  #service .spe-service .section .s-items .info .title .txt {
    font-size: 14px;
  }
  #service .spe-service .section .s-items .info .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.24rem;
  }
  #service .spe-service .section .s-items .pic {
    width: 100%;
  }
  #service .spe-service .section .s-items .pic .spe-btn {
    height: 0.6rem;
  }
  #service .spe-service .section .s-items .pic .spe-btn .btn {
    width: 0.8rem;
    line-height: 0.6rem;
  }
  #service .spe-service .section.reverse .s-items .info {
    width: 100%;
    right: unset;
    height: 100%;
    top: unset;
    padding: 0.24rem 0 0;
  }
  #service .service-item {
    padding: 0.6rem 0 0.4rem;
  }
  #service .service-item .container {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #service .service-item .container .info {
    width: 100%;
    padding-top: 0.4rem;
  }
  #service .service-item .container .info .tops {
    width: 100%;
    left: unset;
    padding: 0.24rem 0;
  }
  #service .service-item .container .info .tops .title {
    font-size: 16px;
    line-height: 20px;
  }
  #service .service-item .container .info .tops .line {
    width: 0.4rem;
    margin: 0.2rem 0;
  }
  #service .service-item .container .info .tops .desc {
    font-size: 12px;
    line-height: 18px;
  }
  #service .service-item .container .info .bottoms {
    padding-left: 0;
  }
  #service .service-item .container .info .bottoms .left .pages {
    font-size: 16px;
  }
  #service .service-item .container .info .bottoms .left .pages .line {
    width: 1rem;
  }
  #service .service-item .container .info .bottoms .left .pic-btn {
    margin-left: 0.24rem;
  }
  #service .service-item .container .info .bottoms .left .pic-btn .btn {
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  #service .service-item .container .info .bottoms .next-pic {
    display: none;
  }
  #service .service-item .container .pic {
    width: 100%;
  }
  #service .service-item.reverse .container .info .tops {
    padding: 0.24rem 0;
  }
  #service .service-item.reverse .container .info .bottoms {
    padding-right: 0;
  }
  #service .special-service {
    padding: 0.6rem 0 0;
  }
  #service .special-service .cont .inner {
    padding: 0.4rem 0 0 0.24rem;
    margin-top: 0.24rem;
  }
  #service .special-service .cont .inner .swiper {
    width: 100%;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide {
    height: 100%;
    padding: 0 0.24rem 0.24rem;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .num-box {
    font-size: 22px;
    line-height: 24px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .num-box .total {
    font-size: 18px;
    line-height: 20px;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .tops .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.24rem;
  }
  #service .special-service .cont .inner .swiper .swiper-spe .swiper-slide .more {
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.6rem;
    margin-top: 0.4rem;
    display: none;
  }
  #service .special-service .cont .inner .blank {
    width: 100%;
    bottom: unset;
    height: auto;
    position: static;
  }
  #service .special-service .cont .inner .blank .more {
    height: 1rem;
    margin: 0.4rem 0;
  }
  #service .special-service .cont .inner .blank .more a {
    line-height: 1rem;
  }
  #service .special-service .cont .inner .blank .spe-btn .btn {
    height: 28px;
    width: 42px;
  }
  #service .case-box {
    padding: 0.6rem 0;
  }
  #service .case-box .case-swiper {
    margin-top: 0.4rem;
  }
  #service .case-box .case-swiper .swiper-slide {
    width: 49% !important;
  }
  #service .case-box .case-swiper .swiper-slide .mask {
    padding: 0 0.24rem;
  }
  #service .case-box .case-swiper .swiper-slide .mask .title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0.2em;
  }
  #service .case-box .case-swiper .swiper-slide .mask .desc {
    font-size: 12px;
    line-height: 20px;
  }
  #service .case-box .case-pages {
    margin-top: 0.4rem;
  }
  #service .case-box .case-pages .left .num-box .line {
    margin: 0 0.1rem;
  }
  #service .case-box .case-pages .left .num-box .cur {
    font-size: 16px;
    line-height: 20px;
  }
  #service .case-box .case-pages .left .num-box .total {
    font-size: 14px;
  }
  #service .case-box .case-pages .left .c-page {
    margin-left: 0.24rem;
  }
  #service .case-box .case-pages .more {
    font-size: 12px;
    padding-bottom: 4px;
    box-shadow: 0 1px #2087f0;
    color: #2087f0;
  }
  .pages-box {
    margin-top: 0.6rem;
  }
  .pages-box .item {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 0.1rem;
  }
  .pages-box .item.prevNext {
    width: 1.2rem;
  }
  .n-list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.6rem;
  }
  .n-list .item {
    width: 49%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .n-list .item .info-box {
    padding: 0.2rem 0.15rem;
  }
  .n-list .item .info-box .title {
    font-size: 14px;
  }
  .n-list .item .info-box .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  .n-list .item .info-box .date-box {
    margin-top: 0.3rem;
  }
  .n-list .item .info-box .date-box .date {
    font-size: 16px;
  }
  .footer .tops {
    padding: 0.6rem 0 0.4rem;
  }
  .footer .tops .container {
    flex-wrap: wrap;
  }
  .footer .tops .container .nav {
    display: none;
  }
  .footer .tops .container .nav .items-box .tt {
    font-size: 16px;
  }
  .footer .tops .container .nav .items-box .items {
    margin-top: 0.2rem;
  }
  .footer .tops .container .nav .items-box .items .item {
    font-size: 14px;
    line-height: 32px;
  }
  .footer .tops .container .right {
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
  }
  .footer .tops .container .right .code {
    width: 2.4rem;
    font-size: 14px;
    margin: 0 auto;
  }
  .footer .tops .container .right .code p {
    margin-top: 0.2rem;
  }
  .footer .tops .container .right .lines {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .footer .tops .container .right .lines .line {
    font-size: 14px;
    line-height: 28px;
  }
  .footer .tops .container .right .lines .line img {
    width: 18px;
    margin-right: 6px;
  }
  .footer .bottoms {
    height: auto;
    padding: 0.24rem 0;
  }
  .footer .bottoms .container {
    flex-wrap: wrap;
  }
  .footer .bottoms .container a {
    width: 100%;
    display: inline-block;
    line-height: 0.4rem;
  }
}
