#index .com-title {
  padding: 80px 0 60px;
}

#index .index-banner {
  width: 100%;
  height: 100%;
  position: relative;
}

#index .index-banner .index-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

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

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

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

#index .index-banner .index-swiper .swiper-wrapper .swiper-slide .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index .index-banner .index-pagination {
  bottom: 60px;
  position: absolute;
  z-index: 10;
  text-align: center;
}

#index .index-banner .index-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #aea7b1;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 5px;
  transition: all 0.3s;
}

#index .index-banner .index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  height: 10px;
  background-color: #fff;
  transition: all 0.3s;
}

#index .index-banner .index-prev,
#index .index-banner .index-next {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 10;
  cursor: pointer;
}

#index .index-banner .index-prev i,
#index .index-banner .index-next i {
  font-size: 40px;
  color: #fff;
}

#index .index-banner .index-prev {
  left: 7%;
}

#index .index-banner .index-next {
  right: 7%;
}

#index .service-banner {
  width: 100%;
  padding: 60px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#index .service-banner .main {
  padding: 0 60px;
}

#index .service-banner .service-swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}

#index .service-banner .service-swiper .swiper-slide .info-box {
  width: 42%;
}

#index .service-banner .service-swiper .swiper-slide .info-box .num {
  font-size: 80px;
  line-height: 80px;
  color: #0d2142;
  font-family: 'Dinb';
  margin-bottom: 20px;
}

#index .service-banner .service-swiper .swiper-slide .info-box .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #0d2142;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

#index .service-banner .service-swiper .swiper-slide .info-box .title .line {
  width: 30px;
  height: 8px;
  margin-left: 15px;
  background-color: #008cdb;
}

#index .service-banner .service-swiper .swiper-slide .info-box .desc {
  font-size: 16px;
  line-height: 28px;
  color: #5d646f;
}

#index .service-banner .service-swiper .swiper-slide .info-box .items {
  margin-top: 20px;
}

#index .service-banner .service-swiper .swiper-slide .info-box .items .item {
  font-size: 16px;
  line-height: 32px;
  color: #5d646f;
}

#index .service-banner .service-swiper .swiper-slide .info-box .items .item .pot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #008cdb;
  border-radius: 50%;
  margin-right: 10px;
}

#index .service-banner .service-swiper .swiper-slide .info-box .com-more {
  margin-top: 50px;
}

#index .service-banner .service-swiper .swiper-slide .pic {
  width: 51%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

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

#index .service-banner .service-prev,
#index .service-banner .service-next {
  position: absolute;
  top: calc(50% - 20px);
  outline: none;
}

#index .service-banner .service-prev i,
#index .service-banner .service-next i {
  font-size: 40px;
  color: #008cdb;
  cursor: pointer;
}

#index .service-banner .service-prev i.dark,
#index .service-banner .service-next i.dark {
  display: none;
}

#index .service-banner .service-prev i.light,
#index .service-banner .service-next i.light {
  display: block;
}

#index .service-banner .service-prev.swiper-button-disabled i.dark,
#index .service-banner .service-next.swiper-button-disabled i.dark {
  display: block;
}

#index .service-banner .service-prev.swiper-button-disabled i.light,
#index .service-banner .service-next.swiper-button-disabled i.light {
  display: none;
}

#index .service-banner .service-prev {
  left: 7%;
}

#index .service-banner .service-next {
  right: 7%;
}

#index .solution-banner {
  width: 100%;
  height: 480px;
  position: relative;
}

#index .solution-banner .solution-swiper {
  height: 100%;
}

#index .solution-banner .solution-swiper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 23.5% !important;
  transition: width 0.3s;
}

#index .solution-banner .solution-swiper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#index .solution-banner .solution-swiper .swiper-slide .bg {
  background: #0000005c;
}

#index .solution-banner .solution-swiper .swiper-slide .bg .tops {
  color: #fff;
}

#index .solution-banner .solution-swiper .swiper-slide .bg .tops .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

#index .solution-banner .solution-swiper .swiper-slide .bg .tops .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  display: none;
}

#index .solution-banner .solution-swiper .swiper-slide .bg .tops .line {
  width: 30px;
  height: 8px;
  background-color: #fff;
  margin-top: 20px;
}

#index .solution-banner .solution-swiper .swiper-slide .bg .com-more {
  display: none;
}

#index .solution-banner .solution-swiper .swiper-slide.swiper-slide-active {
  width: 48% !important;
  transition: width 0.3s;
}

#index .solution-banner .solution-swiper .swiper-slide.swiper-slide-active .bg {
  justify-content: space-between;
}

#index .solution-banner .solution-swiper .swiper-slide.swiper-slide-active .bg .tops .desc {
  display: block;
}

#index .solution-banner .solution-swiper .swiper-slide.swiper-slide-active .bg .com-more {
  display: block;
}

#index .solution-banner .solution-prev,
#index .solution-banner .solution-next {
  position: absolute;
  top: calc(50% - 20px);
  outline: none;
  z-index: 10;
}

#index .solution-banner .solution-prev i,
#index .solution-banner .solution-next i {
  font-size: 40px;
  color: #008cdb;
  cursor: pointer;
}

#index .solution-banner .solution-prev i.dark,
#index .solution-banner .solution-next i.dark {
  display: none;
}

#index .solution-banner .solution-prev i.light,
#index .solution-banner .solution-next i.light {
  display: block;
}

#index .solution-banner .solution-prev.swiper-button-disabled i.dark,
#index .solution-banner .solution-next.swiper-button-disabled i.dark {
  display: block;
}

#index .solution-banner .solution-prev.swiper-button-disabled i.light,
#index .solution-banner .solution-next.swiper-button-disabled i.light {
  display: none;
}

#index .solution-banner .solution-prev {
  left: 7%;
}

#index .solution-banner .solution-next {
  right: 7%;
}

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

#index .display-banner .pic-swiper .swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

#index .display-banner .pic-swiper .swiper-slide .bg .main {
  height: 100%;
}

#index .display-banner .pic-swiper .swiper-slide .bg .main .title-box {
  width: 27%;
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
}

#index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .title {
  font-size: 36px;
  line-height: 36px;
}

#index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .desc {
  font-size: 14px;
  line-height: 26px;
  margin: 30px 0;
}

#index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .line {
  width: 30px;
  height: 8px;
  background-color: #fff;
}

#index .display-banner .items-banner {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: -90px;
}

#index .display-banner .items-banner .items-inner {
  width: 83%;
  display: flex;
  align-items: center;
  height: 180px;
}

#index .display-banner .items-banner .items-inner .navigation-box {
  width: 60px;
  height: 100%;
}

#index .display-banner .items-banner .items-inner .navigation-box .prev-btn,
#index .display-banner .items-banner .items-inner .navigation-box .next-btn {
  width: 100%;
  height: 50%;
  line-height: 90px;
  text-align: center;
  outline: none;
  cursor: pointer;
}

#index .display-banner .items-banner .items-inner .navigation-box .prev-btn i,
#index .display-banner .items-banner .items-inner .navigation-box .next-btn i {
  font-size: 14px;
  color: #fff;
}

#index .display-banner .items-banner .items-inner .navigation-box .prev-btn {
  background-color: #008cdb;
}

#index .display-banner .items-banner .items-inner .navigation-box .next-btn {
  background-color: #0d2142;
}

#index .display-banner .items-banner .items-inner .navigation-box .next-btn i {
  display: inline-block;
  transform: rotate(180deg);
}

#index .display-banner .items-banner .items-inner .items-swiper {
  width: calc(100% - 60px);
  height: 100%;
  background-color: #f8f9fa;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide {
  padding-top: 0px !important;
  position: relative;
  width: 20% !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 70px;
  background-color: #e6e6e6;
  top: calc(50% - 35px);
  right: 0;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item {
  position: relative;
  z-index: 10;
  text-align: center;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item i {
  font-size: 48px;
  color: #858c9b;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .title {
  font-size: 26px;
  line-height: 26px;
  color: #0d2142;
  font-weight: bold;
  margin: 6px 0 10px;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .more {
  font-size: 13px;
  width: 160px;
  height: auto;
  font-family: 'Dinb';
  color: #9fa8b7;
  display: none;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .more i {
  font-size: 13px;
  color: #9fa8b7;
  display: inline-block;
  margin-left: 6px;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active {
  padding-top: 10px;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item i {
  color: #fff;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item .title {
  color: #fff;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item .more {
  background-color: #fff;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  color: #008cdb;
  text-align: center;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item .more i {
  color: #008cdb;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active:after {
  width: 0;
}

#index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #008cdb;
  box-shadow: 0px 5px 13px 0px rgba(24, 92, 206, 0.38);
  border-radius: 2px;
}

#index .about-box {
  padding: 90px 0 110px;
}

#index .about-box .about-inner {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}

#index .about-box .about-inner .pic {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

#index .about-box .about-inner .info-box {
  width: 45%;
  padding-top: 40px;
}

#index .about-box .about-inner .info-box .title-box .cn {
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #0d2142;
}

#index .about-box .about-inner .info-box .title-box .en {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
  color: #99a2b2;
  font-family: 'Dinb';
}

#index .about-box .about-inner .info-box .title-box .line {
  width: 30px;
  height: 8px;
  background-color: #ededed;
  margin-top: 30px;
}

#index .about-box .about-inner .info-box .desc {
  font-size: 14px;
  line-height: 26px;
  color: #5d646f;
  margin-top: 40px;
}

#index .about-box .about-inner .info-box .com-more {
  margin-top: 40px;
}

#index .about-box .about-inner .info-box .items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 90px;
  padding-right: 60px;
}

#index .about-box .about-inner .info-box .items .item {
  cursor: pointer;
  margin-right: 140px;
}

#index .about-box .about-inner .info-box .items .item i {
  font-size: 28px;
  color: #858c9b;
}

#index .about-box .about-inner .info-box .items .item .tt {
  font-size: 22px;
  color: #0d2142;
  font-weight: bold;
  margin-top: 10px;
}

#index .about-box .about-inner .info-box .items .item .more {
  font-family: 'Dinb';
  color: #9fa8b7;
  font-size: 13px;
}

#index .about-box .about-inner .info-box .items .item .more i {
  display: inline-block;
  margin-left: 6px;
  font-size: 13px;
}

#index .about-box .about-inner .info-box .items .item .line {
  width: 0;
  height: 8px;
  background-color: #57b148;
  transition: all 0.3s;
  margin-top: 10px;
}

#index .about-box .about-inner .info-box .items .item:hover .line {
  width: 30px;
  transition: all 0.3s;
}

#index .about-box .about-inner .info-box .items .item:last-child {
  margin-right: 0;
}

#index .ability-box {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#index .ability-box .ability-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#index .ability-box .ability-list .item {
  width: 22%;
  color: #fff;
}

#index .ability-box .ability-list .item .icon-box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 auto;
}

#index .ability-box .ability-list .item .icon-box i {
  font-size: 46px;
  color: #fff;
}

#index .ability-box .ability-list .item .title {
  font-size: 22px;
  line-height: 22px;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}

#index .ability-box .ability-list .item .desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}

#index .news-box {
  padding-bottom: 50px;
}

#index .news-box .com-more {
  margin: 60px auto 0;
}

#about .intro-box {
  padding: 90px 0 110px;
}

#about .intro-box .title-box {
  margin-top: 50px;
  text-align: center;
}

#about .intro-box .title-box .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #0d2142;
}

#about .intro-box .title-box .desc {
  width: 55%;
  font-size: 14px;
  line-height: 26px;
  color: #5d646f;
  margin: 35px auto 0;
}

#about .intro-box .title-box .img {
  width: 52%;
  margin: 50px auto 0;
}

#about .intro-box .title-box .img img {
  width: 100%;
}

#about .culture-box {
  padding: 70px 0 50px;
}

#about .culture-box .culture-list {
  width: 52%;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}

#about .culture-box .culture-list .item .icon-box {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  border: 1px solid #fff;
}

#about .culture-box .culture-list .item .icon-box i {
  font-size: 50px;
  color: #fff;
}

#about .culture-box .culture-list .item .title-box {
  color: #fff;
  margin-top: 28px;
  text-align: center;
}

#about .culture-box .culture-list .item .title-box .cn {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

#about .culture-box .culture-list .item .title-box .en {
  font-size: 18px;
  color: #fff;
  font-family: 'Dinb';
  line-height: 24px;
  margin-top: 6px;
}

#about .culture-box .culture-list .item .title-box .line {
  width: 30px;
  height: 8px;
  background-color: #fff;
  margin: 16px auto 30px;
}

#about .culture-box .culture-list .item .desc {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}

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

#about .honor-box .honor-banner {
  margin-top: 40px;
  position: relative;
}

#about .honor-box .honor-banner .honor-swiper {
  width: 100%;
}

#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
}

#about .honor-box .honor-banner .honor-swiper .swiper-slide .pic img {
  width: 100%;
}

#about .honor-box .honor-banner .honor-swiper .swiper-slide .info {
  margin-top: 24px;
  height: 60px;
  line-height: 60px;
  background-color: #008cdb;
  padding: 0 20px;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

#about .honor-box .honor-banner .honor-prev,
#about .honor-box .honor-banner .honor-next {
  position: absolute;
  top: calc(50% - 20px);
  outline: none;
  position: absolute;
}

#about .honor-box .honor-banner .honor-prev i,
#about .honor-box .honor-banner .honor-next i {
  font-size: 40px;
  color: #008cdb;
  cursor: pointer;
}

#about .honor-box .honor-banner .honor-prev i.dark,
#about .honor-box .honor-banner .honor-next i.dark {
  display: none;
}

#about .honor-box .honor-banner .honor-prev i.light,
#about .honor-box .honor-banner .honor-next i.light {
  display: block;
}

#about .honor-box .honor-banner .honor-prev.swiper-button-disabled i.dark,
#about .honor-box .honor-banner .honor-next.swiper-button-disabled i.dark {
  display: block;
}

#about .honor-box .honor-banner .honor-prev.swiper-button-disabled i.light,
#about .honor-box .honor-banner .honor-next.swiper-button-disabled i.light {
  display: none;
}

#about .honor-box .honor-banner .honor-prev {
  left: 7%;
}

#about .honor-box .honor-banner .honor-next {
  right: 7%;
}

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

#about .rule-box .rule-banner {
  display: flex;
  margin-top: 40px;
}

#about .rule-box .rule-banner .info-box {
  width: 50%;
  color: #fff;
  padding: 6% 4% 0 13.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#about .rule-box .rule-banner .info-box .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

#about .rule-box .rule-banner .info-box .desc {
  font-size: 14px;
  line-height: 26px;
  margin-top: 30px;
}

#about .rule-box .rule-banner .info-box .line {
  width: 30px;
  height: 8px;
  background-color: #fff;
  margin-top: 70px;
}

#about .rule-box .rule-banner .pic {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#about .rule-box .rule-banner .pic img {
  width: 100%;
  opacity: 0;
}

#about .advantage-box {
  padding: 90px 0 70px;
}

#about .advantage-box .advantage-list {
  width: 57%;
  margin: 50px auto 0;
  padding-top: 50px;
  background-position: top center;
  background-size: 700px 120px;
  background-repeat: no-repeat;
  background-image: url('../image/21.png');
  display: flex;
  justify-content: space-between;
}

#about .advantage-box .advantage-list .item {
  text-align: center;
}

#about .advantage-box .advantage-list .item .num-box {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  color: #008cdb;
}

#about .advantage-box .advantage-list .item .info {
  margin-top: 20px;
  color: #5d646f;
  font-size: 18px;
  line-height: 30px;
}

#about .message-box {
  padding: 70px 0 60px;
  background-color: #f8f9fa;
}

#about .message-box .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

#about .message-box .form-box input {
  width: 48.5%;
  height: 60px;
  background-color: #fff;
  font-size: 16px;
  padding-left: 20px;
  border: 0;
  margin-bottom: 20px;
}

#about .message-box .form-box input:focus {
  border: 1px solid #008cdb;
}

#about .message-box .form-box textarea {
  width: 100%;
  height: 300px;
  padding: 20px;
  border: 0;
  background-color: #fff;
  resize: none;
  margin-bottom: 20px;
}

#about .message-box .form-box textarea:focus {
  border: 1px solid #008cdb;
}

#about .message-box .form-box .code-box {
  width: 50%;
  display: flex;
  align-items: center;
}

#about .message-box .form-box .code-box input {
  width: 100%;
  margin-bottom: 0;
}

#about .message-box .form-box .code-box .code-img {
  width: 200px;
  height: 60px;
  flex-shrink: 0;
}

#about .message-box .form-box .code-box .code-img img {
  width: 100%;
  height: 100%;
}

#about .message-box .form-box .submit-btn {
  width: 175px;
  height: 60px;
  line-height: 60px;
  display: block;
  border: 0;
  background-color: #008cdb;
  text-align: center;
  font-size: 14px;
  font-family: 'Dinb';
  color: #fff;
}

#about .message-box .form-box .submit-btn i {
  color: #fff;
  display: inline-block;
  margin-left: 14px;
}

#scene .scene-box {
  padding: 70px 0 110px;
}

#scene .scene-box .main {
  display: flex;
  align-items: center;
  position: relative;
}

#scene .scene-box .main:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  top: 50%;
  left: 0;
}

#scene .scene-box .scene-item-banner {
  margin-top: 70px;
}

#scene .scene-box .scene-item-banner .items-swiper {
  position: relative;
  width: 73.6%;
}

#scene .scene-box .scene-item-banner .items-swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 135px !important;
}

#scene .scene-box .scene-item-banner .items-swiper .swiper-slide .icon-box {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: #f8f8f9;
  text-align: center;
}

#scene .scene-box .scene-item-banner .items-swiper .swiper-slide .icon-box i {
  font-size: 48px;
  color: #858c9b;
}

#scene .scene-box .scene-item-banner .items-swiper .swiper-slide .txt {
  font-size: 22px;
  line-height: 22px;
  margin-top: 24px;
  font-weight: bold;
  color: #0d2142;
}

#scene .scene-box .scene-item-banner .items-swiper .swiper-slide.swiper-slide-active .icon-box {
  background-color: #008cdb;
  color: #fff;
}

#scene .scene-box .scene-item-banner .items-swiper .swiper-slide.swiper-slide-active .icon-box i {
  color: #fff;
}

#scene .scene-box .scene-info-banner {
  margin-top: 80px;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide {
  width: 73% !important;
  display: flex;
  align-items: center;
  align-items: stretch;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box {
  width: 31.5%;
  background-color: #f8f9fa;
  padding: 4% 3% 0;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .num {
  font-size: 86px;
  line-height: 86px;
  color: #a0a8b7;
  font-family: 'Dinb';
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .title {
  font-size: 36px;
  line-height: 36px;
  color: #a0a8b7;
  font-weight: bold;
  margin-top: 20px;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .desc {
  margin-top: 40px;
  font-size: 14px;
  line-height: 26px;
  color: #a0a8b7;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .line {
  width: 30px;
  height: 8px;
  position: absolute;
  left: 3%;
  bottom: 60px;
  background-color: #a0a8b7;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .pic {
  width: 68.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .pic img {
  width: 100%;
  opacity: 0;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide .pic .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #fff;
  transition: all 0.3s;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide.swiper-slide-active .info-box .num {
  color: #0d2142;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide.swiper-slide-active .info-box .title {
  color: #0d2142;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide.swiper-slide-active .info-box .desc {
  color: #5d646f;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide.swiper-slide-active .info-box .line {
  background-color: #008cdb;
}

#scene .scene-box .scene-info-banner .info-swiper .swiper-slide.swiper-slide-active .pic .mask {
  opacity: 0;
  transition: all 0.3s;
}

#scene .scene-box .items-prev,
#scene .scene-box .items-next {
  outline: none;
  z-index: 10;
}

#scene .scene-box .items-prev i,
#scene .scene-box .items-next i {
  font-size: 40px;
  color: #008cdb;
  cursor: pointer;
}

#scene .scene-box .items-prev i.dark,
#scene .scene-box .items-next i.dark {
  display: none;
}

#scene .scene-box .items-prev i.light,
#scene .scene-box .items-next i.light {
  display: block;
}

#scene .scene-box .items-prev.swiper-button-disabled i.dark,
#scene .scene-box .items-next.swiper-button-disabled i.dark {
  display: block;
}

#scene .scene-box .items-prev.swiper-button-disabled i.light,
#scene .scene-box .items-next.swiper-button-disabled i.light {
  display: none;
}

#recruit .recruit-info {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#recruit .recruit-info .main {
  display: flex;
  justify-content: space-between;
}

#recruit .recruit-info .main .left .tt {
  font-size: 36px;
  line-height: 36px;
  color: #0d2142;
  font-weight: bold;
}

#recruit .recruit-info .main .left .t1 {
  color: #99a2b2;
  font-size: 16px;
  margin-top: 15px;
}

#recruit .recruit-info .main .left .line {
  margin-top: 60px;
  width: 30px;
  height: 8px;
  background-color: #008cdb;
}

#recruit .recruit-info .main .info-box {
  width: 71%;
  font-size: 14px;
  line-height: 28px;
  color: #5d646f;
}

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

#recruit .recruit-box .recruit-list {
  margin-top: 70px;
}

#recruit .recruit-box .recruit-list .recruit-item {
  margin-bottom: 20px;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head {
  height: 120px;
  background-color: #f8f9fa;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head .left .title {
  font-size: 20px;
  color: #0d2142;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head .left .title .name {
  margin-right: 20px;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head .left .title .date {
  height: 14px;
  font-size: 14px;
  border-left: 2px solid #99a2b2;
  color: #99a2b2;
  padding: 0 25px;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head .left .info {
  font-size: 14px;
  margin-top: 20px;
  color: #5d646f;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head .left .info span {
  display: inline-block;
  margin-right: 60px;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head .arr-box {
  width: 120px;
  height: 100%;
  line-height: 120px;
  text-align: center;
  border-left: 1px solid #d3d3d3;
}

#recruit .recruit-box .recruit-list .recruit-item .top-head .arr-box i {
  font-size: 30px;
  color: #999;
  transition: transform 0.3s;
}

#recruit .recruit-box .recruit-list .recruit-item .re-content {
  background-color: #f8f9fa;
  padding: 30px 24px 35px;
  display: none;
}

#recruit .recruit-box .recruit-list .recruit-item .re-content .desc-box {
  font-size: 14px;
  color: #0d2142;
  margin-bottom: 15px;
}

#recruit .recruit-box .recruit-list .recruit-item .re-content .desc-box .tt {
  font-weight: bold;
}

#recruit .recruit-box .recruit-list .recruit-item .re-content .desc-box .desc {
  font-size: 14px;
  line-height: 32px;
  color: #5d646f;
}

#recruit .recruit-box .recruit-list .recruit-item .re-content .upload-btn {
  width: 146px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-top: 30px;
  background-color: #008cdb;
  cursor: pointer;
}

#recruit .recruit-box .recruit-list .recruit-item.slide .top-head {
  background-color: #008cdb;
}

#recruit .recruit-box .recruit-list .recruit-item.slide .top-head .title {
  color: #fff;
}

#recruit .recruit-box .recruit-list .recruit-item.slide .top-head .title .date {
  color: #fff;
  border-left: 2px solid #fff;
}

#recruit .recruit-box .recruit-list .recruit-item.slide .top-head .info {
  color: #fff;
}

#recruit .recruit-box .recruit-list .recruit-item.slide .top-head .arr-box i {
  color: #fff;
  transform: rotate(90deg);
  transition: transform 0.3s;
  display: inline-block;
}

#recruit .pages-box {
  margin-top: 80px;
}

#product .product-box {
  padding: 80px 0 20px;
}

#product .product-box .main {
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
}

#product .product-box .pro-item {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url('../image/31.png');
  margin-bottom: 60px;
}

#product .product-box .pro-item.reserve {
  background-image: url('../image/32.png');
}

#product .product-box .pro-item.reserve .main {
  flex-direction: row-reverse;
}

#product .product-box .pro-item .info-box {
  width: 42%;
}

#product .product-box .pro-item .info-box .num {
  font-size: 80px;
  line-height: 80px;
  color: #0d2142;
  font-family: 'Dinb';
  margin-bottom: 20px;
}

#product .product-box .pro-item .info-box .title {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #0d2142;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

#product .product-box .pro-item .info-box .title .line {
  width: 30px;
  height: 8px;
  margin-left: 15px;
  background-color: #008cdb;
}

#product .product-box .pro-item .info-box .desc {
  font-size: 16px;
  line-height: 28px;
  color: #5d646f;
}

#product .product-box .pro-item .info-box .items {
  margin-top: 20px;
}

#product .product-box .pro-item .info-box .items .item {
  font-size: 16px;
  line-height: 32px;
  color: #5d646f;
}

#product .product-box .pro-item .info-box .items .item .pot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #008cdb;
  border-radius: 50%;
  margin-right: 10px;
}

#product .product-box .pro-item .info-box .com-more {
  margin-top: 50px;
}

#product .product-box .pro-item .pic {
  width: 51%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

#product .product-box .pro-item .pic img {
  width: 100%;
  opacity: 0;
}

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

#case .case-box .case-list {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#case .case-box .case-list .items {
  width: 46%;
  margin-bottom: 50px;
}

#case .case-box .case-list .items .pic {
  width: 100%;
  position: relative;
}

#case .case-box .case-list .items .pic img {
  width: 100%;
}

#case .case-box .case-list .items .pic .bg {
  width: 94%;
  background-color: #efefef;
  height: 86%;
  position: absolute;
  z-index: -1;
  top: -20px;
  right: -20px;
}

#case .case-box .case-list .items .info {
  padding: 30px 0;
}

#case .case-box .case-list .items .info .title {
  display: flex;
  align-items: flex-end;
}

#case .case-box .case-list .items .info .title .tt {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}

#case .case-box .case-list .items .info .title .line {
  width: 30px;
  height: 8px;
  background-color: #008cdb;
  margin-left: 20px;
}

#case .case-box .case-list .items .info .desc {
  color: #5d646f;
  font-size: 14px;
  line-height: 24px;
  margin: 15px 0 25px 0;
}

#case .case-box .case-list .items .info .com-more {
  background-color: transparent;
  border: 1px solid #9fa8b7;
  color: #9fa8b7;
  box-shadow: none;
}

#case .case-box .case-list .items .info .com-more i {
  color: #9fa8b7;
}

#case .case-box .case-list .items:hover .info .com-more {
  box-shadow: 0px 5px 13px 0px rgba(24, 92, 206, 0.38);
  color: #fff;
  border: 1px solid transparent;
  background-color: #008cdb;
}

#case .case-box .case-list .items:hover .info .com-more i {
  color: #fff;
}

#solution .solution-box {
  padding: 80px 0 90px;
}

#solution .solution-box .solution-list {
  display: flex;
  flex-wrap: wrap;
}

#solution .solution-box .solution-list .items {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 50px;
}

#solution .solution-box .solution-list .items:nth-child(3n) {
  margin-right: 0;
}

#solution .solution-box .solution-list .items .pic {
  width: 100%;
  overflow: hidden;
}

#solution .solution-box .solution-list .items .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}

#solution .solution-box .solution-list .items .info {
  padding: 30px 0;
}

#solution .solution-box .solution-list .items .info .title {
  font-size: 28px;
  line-height: 28px;
  color: #0d2142;
  font-weight: bold;
}

#solution .solution-box .solution-list .items .info .line {
  width: 30px;
  height: 8px;
  background-color: #ededed;
  margin-top: 15px;
}

#solution .solution-box .solution-list .items .info .desc {
  font-size: 14px;
  line-height: 26px;
  color: #5d646f;
  margin: 15px 0 30px 0;
}

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

#solution .solution-box .pages-box {
  margin-top: 20px;
}

#news .news-box {
  padding: 70px 0 90px;
}

#news .news-box .news-banner {
  margin-top: 50px;
}

#news .news-box .news-list {
  padding: 30px 0 0;
}

#news .news-box .news-list .items {
  display: flex;
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}

#news .news-box .news-list .items .pic {
  width: 280px;
  flex-shrink: 0;
  overflow: hidden;
}

#news .news-box .news-list .items .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}

#news .news-box .news-list .items .info-box {
  padding: 10px 0;
  padding-left: 40px;
  flex: 1;
  display: flex;
}

#news .news-box .news-list .items .info-box .date .day {
  font-size: 36px;
  line-height: 36px;
  color: #0d2142;
  font-family: 'Dinb';
}

#news .news-box .news-list .items .info-box .date .year {
  font-family: 'Dinb';
  color: #9fa8b7;
  font-size: 12px;
  margin-top: 6px;
}

#news .news-box .news-list .items .info-box .info {
  margin-left: 30px;
}

#news .news-box .news-list .items .info-box .info .title {
  font-size: 22px;
  line-height: 32px;
  color: #0d2142;
}

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

#news .news-box .news-list .items .info-box .info .com-more {
  margin-top: 60px;
}

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

#news .news-box .pages-box {
  margin-top: 80px;
}

#news .news-detail {
  padding: 70px 0 120px;
}

#news .news-detail .title-box {
  padding-bottom: 35px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}

#news .news-detail .title-box .title {
  font-size: 35px;
  line-height: 40px;
  color: #0d2142;
  font-weight: bold;
}

#news .news-detail .title-box .time {
  font-size: 16px;
  margin-top: 10px;
  color: #99a2b2;
}

#news .news-detail .content {
  padding: 60px 0 70px;
}

#news .news-detail .detail-bottom {
  padding: 30px 0;
  border-top: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}

#news .news-detail .detail-bottom .page {
  width: 50%;
  color: #0d2142;
}

#news .news-detail .detail-bottom .page a {
  color: #0d2142;
}

#news .news-detail .detail-bottom .page.next {
  text-align: right;
}

#news .news-detail .com-more {
  margin: 30px auto 0;
}

#search .search-result {
  width: 100%;
  padding-bottom: 90px;
  padding-top: 80px;
  min-height: 600px;
}

#search .search-result .search-box {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

#search .search-result .search-box .search-input {
  width: 400px;
  height: 44px;
  border-radius: 22px;
  background-color: #f2f2f2;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

#search .search-result .search-box .search-input .search-select {
  font-size: 16px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 100%;
  color: #008cdb;
}

#search .search-result .search-box .search-input .search-select i {
  font-size: 12px;
  color: #008cdb;
  display: inline-block;
  margin-left: 10px;
}

#search .search-result .search-box .search-input .search-select:hover .select-down {
  display: block;
}

#search .search-result .search-box .search-input .search {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url('../image/01.png');
  background-position: center;
  flex-shrink: 0;
  display: none;
}

#search .search-result .search-box .search-input input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  padding-left: 15px;
}

#search .search-result .search-box .search-btn {
  width: 100px;
  background-color: #008cdb;
  color: #fff;
  height: 44px;
  border-radius: 22px;
  text-align: center;
  border: 0;
  line-height: 44px;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}

#search .search-result .search-box .select-down {
  width: 75px;
  background-color: #fff;
  position: absolute;
  top: 44px;
  left: -16px;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #eee;
  display: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}

#search .search-result .search-box .select-down .item {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}

#search .search-result .search-box .select-down .item.active,
#search .search-result .search-box .select-down .item:hover {
  color: #008cdb;
  background-color: #f2f2f2;
  transition: all 0.3s;
}

#search .search-result .s-item {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #e6e6e6;
}

#search .search-result .s-item .title {
  width: 100%;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#search .search-result .s-item .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #008cdb;
  margin-right: 10px;
}

#search .search-result .s-item .title p {
  display: inline-block;
  width: calc(100% - 14px);
}

#search .search-result .s-item .date {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  margin-top: 10px;
  padding-left: 14px;
}

#search .search-result .pages-box {
  margin-top: 50px;
}

@media screen and (max-width: 1900px) {
  .main {
    width: 84%;
  }

  .com-title .t1 {
    font-size: 28px;
    line-height: 28px;
  }

  .com-title .t2 {
    font-size: 14px;
    line-height: 14px;
  }

  #index .display-banner .items-banner .items-inner {
    width: 88%;
  }

  #index .service-banner .service-prev {
    left: 4%;
  }

  #index .service-banner .service-next {
    right: 4%;
  }

  #index .about-box .about-inner {
    padding: 0 4%;
  }

  .second-box .nav .item {
    min-width: 165px;
    font-size: 16px;
  }

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

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

  #about .honor-box .honor-banner .main {
    width: 84% !important;
  }

  #about .honor-box .honor-banner .honor-prev {
    left: 4%;
  }

  #about .honor-box .honor-banner .honor-next {
    right: 4%;
  }

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

  #about .rule-box .rule-banner .info-box {
    padding: 4% 4% 0 8%;
  }

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

  #about .advantage-box .advantage-list {
    width: 75%;
  }

  #about .message-box {
    padding: 50px 0 40px;
  }

  #about .message-box .form-box textarea {
    height: 240px;
  }

  #about .culture-box .culture-list .item .icon-box {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }

  #about .culture-box .culture-list .item .icon-box i {
    font-size: 36px;
  }

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

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

  #about .culture-box .culture-list .item .title-box .line {
    width: 20px;
    height: 2px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 1600px) {
  .main {
    width: 90%;
  }

  .header {
    height: 90px;
  }

  .header .container {
    width: 90%;
  }

  .header .right .nav .item {
    padding: 0 20px;
    line-height: 90px;
  }

  .header .right .search-box {
    width: 280px;
  }

  #index .com-title {
    padding: 60px 0 40px;
  }

  #index .com-title .t1 {
    font-size: 28px;
    line-height: 28px;
  }

  #index .com-title .t2 {
    font-size: 14px;
    line-height: 14px;
  }

  #index .service-banner {
    padding: 45px 0;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .num {
    font-size: 56px;
    line-height: 56px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .title {
    font-size: 24px;
    line-height: 24px;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg {
    padding: 30px;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg .tops .title {
    font-size: 24px;
    line-height: 24px;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .title {
    font-size: 24px;
    line-height: 24px;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .desc {
    margin: 20px 0;
  }

  #index .display-banner .items-banner .items-inner {
    height: 160px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item i {
    font-size: 36px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .title {
    font-size: 22px;
    line-height: 22px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .more {
    width: 130px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item .more {
    height: 36px;
    line-height: 36px;
  }

  #index .ability-box {
    height: 540px;
  }

  #index .ability-box .ability-list .item .icon-box {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }

  #index .ability-box .ability-list .item .icon-box i {
    font-size: 32px;
  }

  #index .ability-box .ability-list .item .title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
  }

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

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

  #about .honor-box .honor-banner .honor-swiper .swiper-slide .info {
    height: 55px;
    line-height: 55px;
    padding: 0 14px;
    font-size: 18px;
  }

  #about .honor-box .honor-banner .main {
    width: 84% !important;
  }

  #about .honor-box .honor-banner .honor-prev {
    left: 4%;
  }

  #about .honor-box .honor-banner .honor-next {
    right: 4%;
  }

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

  #about .rule-box .rule-banner .info-box {
    padding: 4% 4% 0 8%;
  }

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

  #about .message-box {
    padding: 50px 0 40px;
  }

  #about .message-box .form-box textarea {
    height: 240px;
  }

  #about .culture-box .culture-list .item .icon-box {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }

  #about .culture-box .culture-list .item .icon-box i {
    font-size: 36px;
  }

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

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

  #about .culture-box .culture-list .item .title-box .line {
    width: 20px;
    height: 2px;
    margin: 10px auto;
  }

  .news-banner .news-items .items .date-box {
    width: 45px;
  }

  .news-banner .news-items .items .date-box .day {
    font-size: 28px;
    line-height: 30px;
  }

  .news-banner .news-items .items .info-box {
    width: calc(100% - 75px);
  }

  .news-banner .news-items .items .info-box .title {
    font-size: 18px;
    line-height: 18px;
  }

  .footer .foot-top .main .left .logo {
    padding: 35px 0;
  }

  .footer .foot-top .main .left .foot-nav {
    padding: 45px 6% 45px 0;
  }

  .footer .foot-top .main .right {
    padding-left: 2%;
  }

  .footer .foot-top .main .right .tops .items {
    line-height: 32px;
  }
}

@media screen and (max-width: 1460px) {
  #case .case-box .case-list .items {
    margin-bottom: 20px;
  }

  #case .case-box .case-list .items .info {
    padding: 24px 0;
  }

  #case .case-box .case-list .items .info .title .tt {
    font-size: 24px;
    line-height: 24px;
  }

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

  #product .product-box .main {
    padding: 0 55px;
  }

  #product .product-box .pro-item {
    padding: 50px 0;
    margin-bottom: 40px;
  }

  #product .product-box .pro-item .info-box .num {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  #product .product-box .pro-item .info-box .title {
    font-size: 22px;
    line-height: 22px;
  }

  #product .product-box .pro-item .info-box .title .line {
    width: 20px;
    height: 4px;
  }

  #product .product-box .pro-item .info-box .com-more {
    margin-top: 30px;
  }

  #product .product-box .pro-item .pic {
    width: 46%;
  }

  #recruit .recruit-info {
    padding: 60px 0;
  }

  #recruit .recruit-info .main .left .tt {
    font-size: 26px;
    line-height: 26px;
  }

  #recruit .recruit-info .main .left .t1 {
    font-size: 14px;
    margin-top: 10px;
  }

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

  #recruit .recruit-box .recruit-list {
    margin-top: 50px;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head {
    height: 100px;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .left .info {
    margin-top: 10px;
  }

  #recruit .pages-box {
    margin-top: 50px;
  }

  #scene .scene-box {
    padding: 50px 0 80px;
  }

  #scene .scene-box .scene-item-banner .items-swiper {
    width: 80%;
  }

  #scene .scene-box .scene-item-banner .items-swiper .swiper-slide .icon-box {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  #scene .scene-box .scene-item-banner .items-swiper .swiper-slide .icon-box i {
    font-size: 36px;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .num {
    font-size: 48px;
    line-height: 48px;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .title {
    font-size: 28px;
    line-height: 28px;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .desc {
    margin-top: 20px;
  }

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

  #solution .solution-box .solution-list .items {
    margin-bottom: 30px;
  }

  #solution .solution-box .solution-list .items .info {
    padding: 20px 0;
  }

  #solution .solution-box .solution-list .items .info .title {
    font-size: 22px;
    line-height: 22px;
  }

  #solution .solution-box .solution-list .items .info .desc {
    margin: 10px 0 20px 0;
  }
}

@media screen and (max-width: 1386px) {
  .com-more {
    width: 135px;
    height: 38px;
    line-height: 38px;
    border-radius: 18px;
  }

  #index .com-title {
    padding: 60px 0 40px;
  }

  #index .com-title .t1 {
    font-size: 28px;
    line-height: 28px;
  }

  #index .com-title .t2 {
    font-size: 14px;
    line-height: 14px;
  }

  #index .service-banner {
    padding: 45px 0;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .num {
    font-size: 56px;
    line-height: 56px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .title {
    font-size: 24px;
    line-height: 24px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .items {
    margin-top: 15px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .items .item {
    font-size: 14px;
    line-height: 24px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .com-more {
    margin-top: 30px;
  }

  #index .service-banner .service-swiper .swiper-slide .pic {
    width: 46%;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg {
    padding: 30px;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg .tops .title {
    font-size: 24px;
    line-height: 24px;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .title {
    font-size: 24px;
    line-height: 24px;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .desc {
    margin: 20px 0;
  }

  #index .display-banner .items-banner .items-inner {
    height: 160px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item i {
    font-size: 36px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .title {
    font-size: 22px;
    line-height: 22px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .more {
    width: 130px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item .more {
    height: 36px;
    line-height: 36px;
  }

  #index .ability-box {
    height: 540px;
  }

  #index .ability-box .ability-list .item .icon-box {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }

  #index .ability-box .ability-list .item .icon-box i {
    font-size: 32px;
  }

  #index .ability-box .ability-list .item .title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1300px) {
  .header {
    height: 80px;
  }

  .header .logo {
    width: 120px;
  }

  .header .container {
    width: 90%;
  }

  .header .right .nav .item {
    padding: 0 15px;
    line-height: 80px;
    font-size: 14px;
  }

  .header .right .search-box {
    width: 240px;
    height: 36px;
  }

  .header .right .search-box .search-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .second-box {
    height: 60px;
  }

  .second-box .nav {
    margin-left: 40px;
  }

  .second-box .nav .item {
    min-width: 120px;
    font-size: 14px;
    line-height: 60px;
  }

  .com-title .t1 {
    font-size: 24px;
    line-height: 24px;
  }

  .com-title .t2 {
    font-size: 14px;
    line-height: 14px;
  }

  #index .com-title {
    padding: 40px 0 30px;
  }

  #index .com-title .t1 {
    font-size: 24px;
    line-height: 24px;
  }

  #index .com-title .t2 {
    font-size: 14px;
    line-height: 14px;
  }

  #index .service-banner {
    padding: 35px 0;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .num {
    font-size: 42px;
    line-height: 42px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .title {
    font-size: 20px;
    line-height: 20px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .desc {
    font-size: 14px;
    line-height: 24px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .items {
    margin-top: 15px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .items .item {
    font-size: 14px;
    line-height: 24px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .com-more {
    margin-top: 20px;
  }

  #index .service-banner .service-swiper .swiper-slide .pic {
    width: 46%;
  }

  #index .solution-banner {
    height: 330px;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg {
    padding: 30px;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg .tops .title {
    font-size: 16px;
    line-height: 24px;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box {
    width: 40%;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .title {
    font-size: 24px;
    line-height: 24px;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .desc {
    margin: 20px 0;
  }

  #index .display-banner .items-banner .items-inner {
    height: 140px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper {
    width: calc(100% - 46px);
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item i {
    font-size: 36px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .title {
    font-size: 16px;
    line-height: 16px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .more {
    width: 110px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item .more {
    height: 32px;
    line-height: 32px;
  }

  #index .display-banner .items-banner .items-inner .navigation-box {
    width: 46px;
  }

  #index .display-banner .items-banner .items-inner .navigation-box .prev-btn,
  #index .display-banner .items-banner .items-inner .navigation-box .next-btn {
    line-height: 70px;
  }

  #index .ability-box {
    height: 450px;
  }

  #index .ability-box .ability-list .item .icon-box {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }

  #index .ability-box .ability-list .item .icon-box i {
    font-size: 26px;
  }

  #index .ability-box .ability-list .item .title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
  }

  #index .ability-box .ability-list .item .desc {
    font-size: 12px;
    margin-top: 14px;
  }

  #index .about-box .about-inner .info-box {
    padding-top: 30px;
  }

  #index .about-box .about-inner .info-box .desc {
    margin-top: 20px;
  }

  #index .about-box .about-inner .info-box .items {
    margin-top: 40px;
  }

  #index .about-box .about-inner .info-box .items .item .tt {
    font-size: 16px;
  }

  #index .about-box .about-inner .info-box .com-more {
    margin-top: 20px;
  }

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

  #about .intro-box .title-box {
    margin-top: 30px;
  }

  #about .intro-box .title-box .desc {
    width: 86%;
  }

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

  #about .honor-box .honor-banner .main {
    width: 84% !important;
  }

  #about .honor-box .honor-banner .honor-prev {
    left: 4%;
  }

  #about .honor-box .honor-banner .honor-next {
    right: 4%;
  }

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

  #about .rule-box .rule-banner .info-box {
    padding: 3% 3% 0 8%;
  }

  #about .rule-box .rule-banner .info-box .title {
    font-size: 24px;
    line-height: 24px;
  }

  #about .rule-box .rule-banner .info-box .desc {
    margin-top: 20px;
  }

  #about .rule-box .rule-banner .info-box .line {
    margin-top: 40px;
  }

  #about .advantage-box {
    padding: 40px 0 30px;
  }

  #about .advantage-box .advantage-list {
    width: 75%;
    margin: 40px auto 0;
    padding-top: 40px;
  }

  #about .advantage-box .advantage-list .item .info {
    margin-top: 14px;
    font-size: 16px;
    line-height: 24px;
  }

  #about .message-box {
    padding: 50px 0 40px;
  }

  #about .message-box .form-box textarea {
    height: 240px;
  }

  #about .culture-box {
    padding: 50px 0 40px;
  }

  #about .culture-box .culture-list {
    width: 68%;
  }

  #about .culture-box .culture-list .item .icon-box {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  #about .culture-box .culture-list .item .icon-box i {
    font-size: 32px;
  }

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

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

  #about .culture-box .culture-list .item .title-box .line {
    width: 20px;
    height: 2px;
    margin: 10px auto;
  }

  .news-banner .news-swiper .swiper-slide .title-box {
    height: 45px;
    line-height: 45px;
  }

  .news-banner .news-swiper .swiper-slide .title-box .title {
    font-size: 16px;
  }

  .news-banner .news-items .items .info-box {
    margin-left: 20px;
    width: calc(100% - 65px);
    padding-bottom: 14px;
  }

  .news-banner .news-items .items .info-box .title {
    font-size: 14px;
  }

  .news-banner .news-items .items .info-box .info {
    line-height: 20px;
  }

  .news-banner .news-items .items .info-box .more {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1044px) {
  .anzhuo:hover .anzhuo_box {
    display: none;
  }

  .pingguo:hover .pingguo_box {
    display: none;
  }
  .header {
    display: none;
  }

  .m-header {
    width: 100%;
    height: 1rem;
    padding: 0 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
  }

  .m-header .logo {
    width: 2.5rem;
  }

  .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: #008cdb;
    font-size: 0.36rem;
  }

  .m-header .right .open {
    display: inline-block;
    width: 0.88rem;
    height: 0.88rem;
    background-size: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/menu.png');
    margin-left: 0.2rem;
  }

  .m-header-fix {
    background-color: #fff;
  }

  .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: 0.64rem 0.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../image/cha.png');
    position: absolute;
    top: 0;
    right: 0.25rem;
  }

  .m-cover .copyRight {
    position: absolute;
    left: 0.2rem;
    bottom: 0.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 0.6s;
  }

  .m-cover .link-box a .cn {
    display: block;
  }

  .m-cover .link-box a:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .join-form {
    width: 320px;
    padding: 20px;
    height: auto;
  }

  .join-form .line input {
    width: 200px;
    height: 25px;
  }

  .join-form .line button {
    width: 100%;
    float: initial;
    margin-top: 30px;
  }

  .join-form .line .label {
    font-size: 14px;
  }

  .join-form .line img {
    height: auto;
  }

  #search .search-result {
    min-height: 6rem;
    padding: 0.6rem 0;
  }

  #search .search-result .search-box {
    margin-bottom: 0.4rem;
  }

  #search .search-result .search-box .search-input {
    width: 4rem;
    height: 0.7rem;
    padding-left: 0.2rem;
  }

  #search .search-result .search-box .search-input .search {
    width: 0.4rem;
    height: 0.4rem;
  }

  #search .search-result .search-box .search-btn {
    width: 1.6rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-left: 0.2rem;
  }

  #search .search-result .pages-box {
    margin-top: 0.4rem;
  }

  .com-title .t1 {
    font-size: 16px;
    line-height: 16px;
  }

  .com-title .t2 {
    font-size: 14px;
    line-height: 14px;
    margin-top: 0.2rem;
  }

  .right-nav .item {
    width: 1.75rem;
    height: 1rem;
    font-size: 12px;
  }

  .right-nav .item i {
    font-size: 20px;
  }

  .right-nav .item p {
    margin-top: 0.05rem;
  }

  .com-more {
    width: 116px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 12px;
  }

  .second-box {
    height: 0.8rem;
  }

  .second-box .bread-box {
    display: none;
    font-size: 12px;
  }

  .second-box .bread-box i {
    font-size: 12px;
    margin-right: 0.1rem;
  }

  .second-box .nav {
    margin-left: 0;
    overflow-x: auto;
  }

  .second-box .nav .item {
    min-width: 1.8rem;
    flex-shrink: 0;
    line-height: 0.8rem;
  }

  .inner-banner {
    margin-top: 1rem;
  }

  #index .com-title {
    padding: 0.4rem 0;
  }

  #index .com-title .t1 {
    font-size: 16px;
    line-height: 16px;
  }

  #index .com-title .t2 {
    font-size: 12px;
    line-height: 12px;
    margin-top: 0.2rem;
  }

  #index .index-banner {
    margin-top: 1rem;
  }

  #index .index-banner .index-pagination {
    bottom: 0.2rem;
  }

  #index .index-banner .index-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 4px;
    border: 1px solid #fff;
  }

  #index .index-banner .index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
  }

  #index .index-banner .index-prev i,
  #index .index-banner .index-next i {
    font-size: 24px;
  }

  #index .service-banner {
    padding: 0.4rem 0;
  }

  #index .service-banner .main {
    padding: 0;
  }

  #index .service-banner .service-swiper .swiper-slide {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box {
    width: 100%;
    padding: 0.4rem 0.48rem 0.2rem;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .num {
    font-size: 0.48rem;
    line-height: 0.48rem;
    margin-bottom: 0.2rem;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 0.2rem;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .title .line {
    width: 0.4rem;
    height: 2px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .desc {
    font-size: 14px;
    line-height: 24px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .items {
    margin-top: 15px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .items .item {
    font-size: 14px;
    line-height: 24px;
  }

  #index .service-banner .service-swiper .swiper-slide .info-box .com-more {
    margin-top: 20px;
  }

  #index .service-banner .service-swiper .swiper-slide .pic {
    width: 100%;
    margin: 0 auto;
  }

  #index .service-banner .service-prev,
  #index .service-banner .service-next {
    top: calc(50% - 14px);
  }

  #index .service-banner .service-prev i,
  #index .service-banner .service-next i {
    font-size: 28px;
  }

  #index .service-banner .service-prev {
    left: 2%;
  }

  #index .service-banner .service-next {
    right: 2%;
  }

  #index .solution-banner {
    height: 4.5rem;
  }

  #index .solution-banner .solution-swiper .swiper-slide {
    width: 100% !important;
    transition: none;
  }

  #index .solution-banner .solution-swiper .swiper-slide.swiper-slide-active {
    width: 100% !important;
    transition: none;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg {
    padding: 0.24rem;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg .tops .title {
    font-size: 16px;
    line-height: 24px;
  }

  #index .solution-banner .solution-swiper .swiper-slide .bg .tops .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }

  #index .solution-banner .solution-next i,
  #index .solution-banner .solution-prev i {
    font-size: 28px;
  }

  #index .solution-banner .solution-prev {
    left: 2%;
  }

  #index .solution-banner .solution-next {
    right: 2%;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box {
    width: 80%;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .title {
    font-size: 16px;
    line-height: 16px;
  }

  #index .display-banner .pic-swiper .swiper-slide .bg .main .title-box .desc {
    margin: 0.2rem 0;
    font-size: 12px;
    line-height: 20px;
  }

  #index .display-banner .items-banner {
    position: static;
  }

  #index .display-banner .items-banner .items-inner {
    width: 100%;
    height: 1.8rem;
  }

  #index .display-banner .items-banner .items-inner .items-swiper {
    width: calc(100% - 0.7rem);
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide {
    width: 42% !important;
    padding-top: 0.24rem;
    justify-content: center;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item i {
    font-size: 24px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .title {
    font-size: 13px;
    line-height: 16px;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .more {
    width: 1.8rem;
    font-size: 12px;
    display: none;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide .item .more i {
    display: none;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active .item .more {
    height: 0.5rem;
    line-height: 0.5rem;
  }

  #index .display-banner .items-banner .items-inner .items-swiper .swiper-slide.swiper-slide-active:before {
    top: 0;
  }

  #index .display-banner .items-banner .items-inner .navigation-box {
    width: 0.7rem;
  }

  #index .display-banner .items-banner .items-inner .navigation-box .prev-btn,
  #index .display-banner .items-banner .items-inner .navigation-box .next-btn {
    line-height: 0.9rem;
  }

  #index .ability-box {
    height: auto;
    padding: 0.4rem 0;
  }

  #index .ability-box .ability-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #index .ability-box .ability-list .item {
    width: 48%;
    margin-bottom: 0.4rem;
  }

  #index .ability-box .ability-list .item .icon-box {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }

  #index .ability-box .ability-list .item .icon-box i {
    font-size: 26px;
  }

  #index .ability-box .ability-list .item .title {
    font-size: 13px;
    line-height: 16px;
    margin-top: 0.2rem;
  }

  #index .ability-box .ability-list .item .desc {
    font-size: 12px;
    margin-top: 0.2rem;
  }

  #index .about-box {
    padding: 0.4rem 0;
  }

  #index .about-box .about-inner {
    padding: 0;
    flex-wrap: wrap;
  }

  #index .about-box .about-inner .info-box {
    width: 100%;
    padding-top: 0.3rem;
  }

  #index .about-box .about-inner .info-box .title-box .cn {
    font-size: 18px;
    line-height: 20px;
  }

  #index .about-box .about-inner .info-box .title-box .en {
    font-size: 14px;
    line-height: 16px;
  }

  #index .about-box .about-inner .info-box .title-box .line {
    margin-top: 0.2rem;
  }

  #index .about-box .about-inner .info-box .desc {
    margin-top: 0.2rem;
  }

  #index .about-box .about-inner .info-box .items {
    margin-top: 0.4rem;
    padding-right: 0;
    justify-content: space-between;
  }

  #index .about-box .about-inner .info-box .items .item {
    margin-right: 0;
  }

  #index .about-box .about-inner .info-box .items .item i {
    font-size: 20px;
  }

  #index .about-box .about-inner .info-box .items .item .tt {
    font-size: 14px;
  }

  #index .about-box .about-inner .info-box .com-more {
    margin-top: 0.2rem;
  }

  #index .about-box .about-inner .pic {
    width: 100%;
  }

  #index .news-box {
    padding-bottom: 0.6rem;
  }

  #index .news-box .com-more {
    margin: 0.4rem auto 0;
  }

  #about .intro-box {
    padding: 0.4rem 0;
  }

  #about .intro-box .title-box {
    margin-top: 0.4rem;
  }

  #about .intro-box .title-box .title {
    font-size: 18px;
    line-height: 18px;
  }

  #about .intro-box .title-box .desc {
    width: 90%;
    margin: 0.2rem auto 0;
    text-align: justify;
  }

  #about .intro-box .title-box .img {
    width: 90%;
    margin: 0.4rem auto 0;
  }

  #about .honor-box {
    padding: 0.4rem 0 0;
  }

  #about .honor-box .honor-banner {
    margin-top: 0.4rem;
  }

  #about .honor-box .honor-banner .honor-swiper .swiper-slide .pic {
    padding: 0.1rem;
  }

  #about .honor-box .honor-banner .honor-swiper .swiper-slide .info {
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.2rem;
    font-size: 12px;
    margin-top: 0.2rem;
  }

  #about .honor-box .honor-banner .main {
    width: 80% !important;
  }

  #about .honor-box .honor-banner .honor-prev i,
  #about .honor-box .honor-banner .honor-next i {
    font-size: 28px;
  }

  #about .honor-box .honor-banner .honor-prev {
    left: 2%;
  }

  #about .honor-box .honor-banner .honor-next {
    right: 2%;
  }

  #about .rule-box {
    padding: 0.4rem 0 0;
  }

  #about .rule-box .rule-banner {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }

  #about .rule-box .rule-banner .info-box {
    padding: 0.3rem;
    width: 100%;
  }

  #about .rule-box .rule-banner .info-box .title {
    font-size: 18px;
    line-height: 18px;
  }

  #about .rule-box .rule-banner .info-box .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }

  #about .rule-box .rule-banner .info-box .line {
    margin-top: 0.4rem;
    width: 0.4rem;
    height: 2px;
  }

  #about .rule-box .rule-banner .pic {
    width: 100%;
  }

  #about .advantage-box {
    padding: 0.4rem 0 0;
  }

  #about .advantage-box .advantage-list {
    width: 90%;
    margin: 0.2rem auto 0;
    padding-top: 0.2rem;
    background-size: 90% auto;
    flex-wrap: wrap;
  }

  #about .advantage-box .advantage-list .item {
    width: 49%;
    margin-bottom: 0.4rem;
  }

  #about .advantage-box .advantage-list .item .num-box {
    font-size: 22px;
    line-height: 22px;
  }

  #about .advantage-box .advantage-list .item .info {
    margin-top: 0.2rem;
    font-size: 12px;
    line-height: 20px;
  }

  #about .message-box {
    padding: 0.4rem 0;
  }

  #about .message-box .form-box {
    margin-top: 0.4rem;
  }

  #about .message-box .form-box input {
    width: 100%;
    height: 0.8rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 13px;
  }

  #about .message-box .form-box textarea {
    height: 3rem;
    margin-bottom: 0.2rem;
  }

  #about .message-box .form-box .code-box {
    width: 80%;
  }

  #about .message-box .form-box .code-box .code-img {
    width: 2rem;
    height: 0.8rem;
  }

  #about .message-box .form-box .submit-btn {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0.4rem auto 0;
  }

  #about .culture-box {
    padding: 0.4rem 0;
  }

  #about .culture-box .culture-list {
    width: 90%;
  }

  #about .culture-box .culture-list .item {
    width: 33.33%;
  }

  #about .culture-box .culture-list .item .icon-box {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }

  #about .culture-box .culture-list .item .icon-box i {
    font-size: 32px;
  }

  #about .culture-box .culture-list .item .title-box {
    margin-top: 0.2rem;
  }

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

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

  #about .culture-box .culture-list .item .title-box .line {
    width: 20px;
    height: 2px;
    margin: 10px auto;
  }

  #about .culture-box .culture-list .item .desc {
    font-size: 12px;
    line-height: 20px;
  }

  #case .case-box {
    padding: 0.4rem 0;
  }

  #case .case-box .case-list {
    margin-top: 0.6rem;
  }

  #case .case-box .case-list .items {
    width: 48%;
    margin-bottom: 0.4rem;
  }

  #case .case-box .case-list .items .pic .bg {
    top: -0.1rem;
    right: -0.1rem;
  }

  #case .case-box .case-list .items .info {
    padding: 0.2rem 0;
  }

  #case .case-box .case-list .items .info .title .tt {
    font-size: 16px;
  }

  #case .case-box .case-list .items .info .title .line {
    width: 0.4rem;
    height: 2px;
  }

  #case .case-box .case-list .items .info .desc {
    font-size: 12px;
    line-height: 20px;
    margin: 0.2rem 0;
  }

  #case .case-box .case-list .items .info .com-more {
    display: none;
  }

  #news .second-box .bread-box {
    display: flex;
  }

  #news .news-box {
    padding: 0.4rem 0;
  }

  #news .news-box .news-banner {
    margin-top: 0.4rem;
  }

  #news .news-box .news-list {
    padding: 0;
  }

  #news .news-box .news-list .items {
    flex-wrap: wrap;
    padding: 0.3rem 0;
  }

  #news .news-box .news-list .items .pic {
    width: 100%;
  }

  #news .news-box .news-list .items .info-box {
    width: 100%;
    padding: 0.3rem 0.3rem 0;
  }

  #news .news-box .news-list .items .info-box .date {
    width: 0.9rem;
    flex-shrink: 0;
  }

  #news .news-box .news-list .items .info-box .date .day {
    font-size: 24px;
    line-height: 24px;
  }

  #news .news-box .news-list .items .info-box .info {
    margin-left: 0.2rem;
    width: calc(100% - 1.1rem);
  }

  #news .news-box .news-list .items .info-box .info .title {
    font-size: 16px;
    line-height: 24px;
  }

  #news .news-box .news-list .items .info-box .info .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.1rem;
  }

  #news .news-box .news-list .items .info-box .info .com-more {
    display: none;
  }

  #news .news-box .pages-box {
    margin-top: 0.4rem;
  }

  #news .news-detail {
    padding: 0.4rem 0 0.8rem;
  }

  #news .news-detail .title-box {
    padding-bottom: 0.3rem;
  }

  #news .news-detail .title-box .title {
    font-size: 18px;
    line-height: 24px;
  }

  #news .news-detail .title-box .time {
    font-size: 14px;
    margin-top: 0.1rem;
  }

  #news .news-detail .content {
    padding: 0.4rem 0;
  }

  #news .news-detail .detail-bottom {
    padding: 0.3rem 0;
    flex-wrap: wrap;
  }

  #news .news-detail .detail-bottom .page {
    width: 100%;
    line-height: 28px;
  }

  #news .news-detail .com-more {
    margin: 0.2rem auto 0;
  }

  #product .product-box {
    padding: 0.4rem 0;
  }

  #product .product-box .main {
    padding: 0;
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
  }

  #product .product-box .pro-item {
    padding: 0.4rem 0;
    margin-bottom: 0.4rem;
    flex-wrap: wrap;
  }

  #product .product-box .pro-item .info-box {
    width: 100%;
    margin-top: 0.4rem;
  }

  #product .product-box .pro-item .info-box .num {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0.2rem;
  }

  #product .product-box .pro-item .info-box .title {
    font-size: 16px;
    line-height: 16px;
  }

  #product .product-box .pro-item .info-box .title .line {
    width: 20px;
    height: 4px;
    margin-left: 10px;
  }

  #product .product-box .pro-item .info-box .desc {
    font-size: 14px;
    line-height: 20px;
  }

  #product .product-box .pro-item .info-box .items {
    margin-top: 0.2rem;
  }

  #product .product-box .pro-item .info-box .items .item {
    font-size: 14px;
    line-height: 24px;
  }

  #product .product-box .pro-item .info-box .com-more {
    margin-top: 0.4rem;
  }

  #product .product-box .pro-item .pic {
    width: 100%;
  }

  #recruit .recruit-info {
    padding: 0.6rem 0 0.4rem;
  }

  #recruit .recruit-info .main {
    flex-wrap: wrap;
  }

  #recruit .recruit-info .main .left {
    width: 100%;
  }

  #recruit .recruit-info .main .left .tt {
    font-size: 18px;
    line-height: 22px;
  }

  #recruit .recruit-info .main .left .t1 {
    font-size: 14px;
    margin-top: 10px;
  }

  #recruit .recruit-info .main .left .line {
    margin-top: 0.2rem;
    width: 0.4rem;
    height: 1px;
  }

  #recruit .recruit-info .main .info-box {
    width: 100%;
    margin-top: 0.4rem;
  }

  #recruit .recruit-box {
    padding: 0.4rem 0;
  }

  #recruit .recruit-box .recruit-list {
    margin-top: 0.4rem;
  }

  #recruit .recruit-box .recruit-list .recruit-item {
    margin-bottom: 0.2rem;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head {
    padding-left: 0.2rem;
    height: 1.6rem;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .left .title {
    font-size: 14px;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .left .title .name {
    margin-right: 0.2rem;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .left .title .date {
    font-size: 12px;
    padding: 0 0.2rem;
    display: none;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .left .info {
    margin-top: 0.1rem;
    font-size: 12px;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .left .info span {
    margin-right: 0.2rem;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .arr-box {
    display: none;
    width: 2rem;
    line-height: 2rem;
  }

  #recruit .recruit-box .recruit-list .recruit-item .top-head .arr-box i {
    font-size: 16px;
  }

  #recruit .recruit-box .recruit-list .recruit-item .re-content {
    padding: 0.3rem;
  }

  #recruit .recruit-box .recruit-list .recruit-item .re-content .upload-btn {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.4rem;
  }

  #recruit .pages-box {
    margin-top: 0.4rem;
  }

  #scene .second-box .bread-box {
    display: flex;
  }

  #scene .scene-box {
    padding: 0.4rem 0 0.6rem;
  }

  #scene .scene-box .scene-item-banner {
    margin-top: 0.4rem;
  }

  #scene .scene-box .scene-item-banner .items-swiper {
    width: 80%;
  }

  #scene .scene-box .scene-item-banner .items-swiper .swiper-slide .icon-box {
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }

  #scene .scene-box .scene-item-banner .items-swiper .swiper-slide .icon-box i {
    font-size: 20px;
  }

  #scene .scene-box .scene-item-banner .items-swiper .swiper-slide .txt {
    font-size: 16px;
    line-height: 16px;
    margin-top: 0.2rem;
  }

  #scene .scene-box .scene-info-banner {
    margin-top: 0.4rem;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide {
    flex-wrap: wrap;
    width: 100% !important;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box {
    width: 100%;
    padding: 0.24rem;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .num {
    font-size: 32px;
    line-height: 32px;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0.2rem;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .info-box .desc {
    margin-top: 0.2rem;
  }

  #scene .scene-box .scene-info-banner .info-swiper .swiper-slide .pic {
    width: 100%;
  }

  #scene .scene-box .items-prev i,
  #scene .scene-box .items-next i {
    font-size: 28px;
  }

  #solution .solution-box {
    padding: 0.4rem 0;
  }

  #solution .solution-box .solution-list .items {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }

  #solution .solution-box .solution-list .items:nth-child(3n) {
    margin-right: 2%;
  }

  #solution .solution-box .solution-list .items:nth-child(2n) {
    margin-right: 0%;
  }

  #solution .solution-box .solution-list .items .info {
    padding: 0.3rem 0;
  }

  #solution .solution-box .solution-list .items .info .title {
    font-size: 16px;
    line-height: 22px;
  }

  #solution .solution-box .solution-list .items .info .desc {
    margin: 0.2rem 0 0 0;
    font-size: 12px;
    line-height: 20px;
  }

  #solution .solution-box .solution-list .items .info .line {
    display: none;
    margin-top: 0.2rem;
  }

  #solution .solution-box .solution-list .items .info .com-more {
    display: none;
  }

  #solution .solution-box .pages-box {
    margin-top: 0.2rem;
  }

  .news-banner {
    flex-wrap: wrap;
  }

  .news-banner .news-swiper {
    width: 100%;
  }

  .news-banner .news-swiper .swiper-slide .title-box {
    height: 0.8rem;
    line-height: 0.8rem;
    padding: 0 0.2rem;
  }

  .news-banner .news-swiper .swiper-slide .title-box .title {
    font-size: 14px;
  }

  .news-banner .news-items {
    width: 100%;
    margin-top: 0.4rem;
  }

  .news-banner .news-items .items {
    padding: 0.2rem 0 0;
  }

  .news-banner .news-items .items .info-box {
    margin-left: 10px;
    width: calc(100% - 55px);
    padding-bottom: 14px;
  }

  .news-banner .news-items .items .info-box .title {
    font-size: 14px;
  }

  .news-banner .news-items .items .info-box .info {
    line-height: 18px;
  }

  .news-banner .news-items .items .info-box .more {
    margin-top: 0.2rem;
  }

  .footer .foot-top .main {
    flex-wrap: wrap;
  }

  .footer .foot-top .main .left {
    width: 100%;
    border-right: 0;
  }

  .footer .foot-top .main .left .logo {
    width: 4rem;
    padding: 0.3rem 0 0.5rem;
  }

  .footer .foot-top .main .left .foot-nav {
    display: none;
  }

  .footer .foot-top .main .right {
    width: 100%;
    padding: 0;
  }

  .footer .foot-top .main .right .tops .items {
    line-height: 24px;
  }

  .footer .foot-top .main .right .code-box {
    width: 2.4rem;
    margin: 0.4rem auto 0.3rem;
  }

  .footer .foot-top .main .right .code-box .code {
    height: 2.4rem;
  }

  .footer .foot-top .main .right .code-box .txt {
    padding: 0.1rem 0;
  }

  .footer .foot-bottom {
    padding: 0.24rem 0;
    height: auto;
  }

  .footer .foot-bottom .main {
    flex-wrap: wrap;
  }

  .footer .foot-bottom .left {
    width: 100%;
  }

  .footer .foot-bottom .right {
    width: 100%;
  }

  .footer .foot-bottom .right .beian {
    margin-left: 0;
  }

  .footer .foot-bottom a {
    font-size: 12px;
    line-height: 24px;
  }

  .pages-box .item {
    width: 0.65rem;
    height: 0.65rem;
    line-height: 0.65rem;
    font-size: 14px;
  }

  .pages-box .item.prev,
  .pages-box .item.next {
    width: 1rem;
  }
}

.hide1 {
  display: none;
}

.wxxin_box {
  position: absolute;
  width: 168px;
  height: 148px;
  top: 80px;
  left: -198px;
}
.anzhuo_box {
  position: absolute;
  width: 168px;
  height: 148px;
  top: 244px;
  left: -182px;
}
.pingguo_box {
  position: absolute;
  width: 168px;
  height: 148px;
  top: 334px;
  left: -182px;
}
.phone_box {
  position: absolute;
  padding: 15px 11px;
  background-color: rgba(0, 0, 0, 0.8);
  top: 189px;
  border-radius: 4px;
  left: -194px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.phone_box .tel-item {
  line-height: 20px;
  margin: 10px 0;
}



.chahao0617 {
  position: absolute;

  
  border-radius: 50%;
  background: #000000a1;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  right: -20px;
  cursor: pointer;
  z-index: 99;
  font-size: 12px;
}

@media screen and (min-width: 1044px) {
  .anzhuo:hover .anzhuo_box {
    display: block;
  }

  .pingguo:hover .pingguo_box {
    display: block;
  }
}
.mask {     
  position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #777;   
  z-index: 1002; left: 0px;   
  opacity:0.5; -moz-opacity:0.5;   
}