
body{
  margin: 0;
  border: 0;
  padding: 0;
  min-width: 980px;
  font-family : "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", "Microsoft Yahei", sans-serif
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  margin:0;
  padding: 0;
}
#root, #__nuxt {
  isolation: isolate;
}

.width_warp {
  width: 980px;
  margin: 0 auto;
}


.nav {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav .logo {
  width: 100px;
  height: 60px;
}
.nav .logo img {
  width: 100%;
  height: 100%;
}
.nav .btn {
  width: 141px;
  height: 20px;
  opacity: 1;
  border-radius: 6px;
  background: rgba(162, 223, 244, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px 12px 20px;
  color: #fff;
  font-size: 14px;
}


.banner {
  position: relative;
  height: 460px;
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 1920px;
  height: 460px;
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
}

.content {
  margin-top: 60px;
}
.content_title {
  height: 45px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 44px;
  color: rgba(34, 36, 38, 1);
  text-align: left;
  vertical-align: top;
  padding-bottom: 20px;
}

.content_desc,.content_text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  color: rgba(111, 111, 111, 1);
  text-align: left;
  vertical-align: top;
}

.content_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.content_img > div {
  width: 300px;
  height: 180px;
  opacity: 1;
  border-radius: 12px;
  background: #f8f8f8;
}

.content_img > div > img {
  width: 100%;
  height: 100%;
}


.content_technology {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  align-items: center;
}
.content_technology> div:nth-child(1) {
  flex: 1;
}

.content_technology > div:nth-child(2){
  width: 242px;
  height: 282px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 30px;
  overflow: hidden;
}
.content_technology > div:nth-child(2) img {
  width: 100%;
  height: 100%;
}

.content_integration {
  margin-top: 60px;
}

.content_integration-cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content_integration-cont > div {
  flex-shrink: 0;
  width: 300px;
  height: 322px;
  border-radius: 12px;
}

.content_integration-cont ul {
  flex: 1;
  list-style: none;
}

.content_integration-cont ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.content_integration-cont ul li:last-child {
  margin-bottom: 0
}

.content_integration-cont ul li > div:first-child {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 1);
  background: rgba(94, 212, 255, 1);
  line-height: 16px;
  font-size: 12px;
  border-radius: 8px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 10px;
}

.content_integration-cont ul li > div:last-child {
  flex: 1;
}


.content_integration-cont ul li > div:last-child h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
}

.content_integration-cont ul li > div:last-child div{
  font-size:14px;
  font-weight:400;
  letter-spacing: 0;
  line-height: 20px;
  color: rgba(111, 111, 111, 1);
}


.footer {
  background: rgba(41, 41, 38, 1);
  margin-top: 60px;
  padding: 50px 0;
}

.footer_warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_ul {
  width: 600px;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_img {
  width: 120px;
  height: 120px;
  flex-shrink: 0;
  margin-right: 15px;
}
.footer_img img {
  width: 100%;
  height: 100%;
}

.footer_text {
  flex: 1;
}

.footer_text-phone-t {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}

.footer_text-phone-num {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 20px;
}

.footer_text-address {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  vertical-align: middle;
}

.footer_right {
  width: 350px;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_text-qr-t {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 15px;
}

.footer_text-qr {
  line-height: 20px;
  font-size: 12px;
}

