* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Microsoft YaHei UI Light", sans-serif;
}
/*包含以下四种的链接*/
a {
  text-decoration: none;
  color: #ffffff;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
html
body,
div,
p,
ul,
li {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

.center {
  width: 92.26667vw;
  margin: 0 auto;
}

.nav {
  padding: 3.46667vw 0;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(175,175,175,0.43);
}

.nav-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.nav-content .nav-logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.nav-content .nav-logo img {
  width: 24.8vw;
  height: 4.53333vw;
}

.nav-content .nav-logo .logo {
  width: 20.8vw;
  height: 7.46667vw;
  margin-right: 1.6vw;
}

.nav-content .login {
  font-size: 24rem;
  padding: 2vw 4.8vw;
  border-radius: 0.8vw;
  color: #fff;
  background-color: #006BFF;
}

/*轮播*/
.swiper-resource {
  position: relative;
}

.head-swiper {
  height: 50.66667vw !important;
  color: #fff;
  position: relative;
}

.swiper1, .swiper2 {
  background-image: url("../../websrc/static/img/swiper1-bg.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: center center;
}

.swiper2 {
  background-image: url("../../websrc/static/img/swiper2-bg.png");
}

.swiper-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  height: 100%;
}

.sc-title {
  font-weight: 700;
  letter-spacing: 0.09em;
  font-size: 35rem;
  margin-bottom: 4.8vw;
}

.sc-info {
  font-size: 16rem;
}

.sc-info:nth-of-type(0) {
  color: red;
}

.sc-right img {
  width: 34.13333vw;
}

#elpagination {
  bottom: 3.2vw;
}

#elpagination span {
  width: 1.33333vw;
  height: 1.33333vw;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
  margin: 0 1.06667vw;
}

#elpagination .swiper-pagination-bullet {
  opacity: 1;
}

#elpagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

/*两大产品*/
.product {
  padding-top: 5.86667vw;
  padding-bottom: 3.73333vw;
  background-image: url("../../websrc/static/img/product-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.prod-title {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.09em;
  margin-bottom: 3.73333vw;
  font-size: 40rem;
}

.prod-info {
  color: #333333;
  text-align: center;
  margin-bottom: 4.8vw;
  font-size: 2.66667vw;
}

.prod-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.prod-content .prod-item {
  width: 82vw;
  background-color: #fff;
  border: 1px solid #006BFF;
  border-radius: 1.33333vw;
  padding: 14.66667vw 1.33333vw 4vw 8vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  margin-bottom: 6.66667vw;
}

.prod-content .prod-item ul {
  margin-bottom: 4vw;
}

.prod-content .prod-item li {
  margin-bottom: 0.13333vw;
  color: #333333;
  font-size: 18rem;
}

.prod-content .prod-item .prod-item-header {
  width: 43.2vw;
  color: #fff;
  font-weight: 700;
  padding: 1.33333vw 0;
  text-align: center;
  position: absolute;
  background-image: url("../../websrc/static/img/prod-icon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  top: -1.33333vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26rem;
}

.prod-content .prod-item .prod-item-header::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 1.2vw solid #061DAB;
  border-right: 0.53333vw solid transparent;
  border-left: 0.53333vw solid transparent;
  position: absolute;
  top: 0;
  left: -0.26667vw;
  margin: 0;
  padding: 0;
}

.prod-content .prod-item .prod-item-header::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 1.2vw solid #061DAB;
  border-right: 0.53333vw solid transparent;
  border-left: 0.53333vw solid transparent;
  position: absolute;
  top: 0;
  right: -0.4vw;
  margin: 0;
  padding: 0;
}

.prod-content .prod-item .prod-item-title {
  font-weight: 700;
  margin-bottom: 2.66667vw;
  font-size: 24rem;
}

.prod-content .prod-item .prod-item-title span {
  display: inline-block;
  width: 2.53333vw;
  height: 2.53333vw;
  position: relative;
  top: 1px;
  background-image: url("../../websrc/static/img/prod-icon1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 center;
  margin-left: 1.33333vw;
}

.prod-content .prod-item img {
  height: 34.53333vw;
  position: absolute;
  bottom: 4.26667vw;
  right: 1.86667vw;
  z-index: -1;
}

.operat,
.operat2 {
  padding-top: 6.26667vw;
  padding-bottom: 6.26667vw;
  background-color: #F4F7FF;
}

.operat .title,
.operat2 .title {
  font-size: 40rem;
  font-weight: 700;
  margin-bottom: 3.73333vw;
  text-align: center;
  color: #333;
}

.operat .info,
.operat2 .info {
  font-size: 20rem;
  line-height: 1.4em;
  margin-bottom: 4vw;
  text-align: center;
}

.operat img,
.operat2 img {
  width: 100%;
}

.operat2 {
  background-color: #fff;
  padding-top: 5.33333vw;
  padding-bottom: 4.26667vw;
}

/*案例*/
.examples {
  padding: 6.13333vw 0;
  background-image: url("../../websrc/static/img/examples-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.examples .title {
  font-size: 40rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5.06667vw;
  text-align: center;
}

.tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 3.46667vw;
  box-sizing: border-box;
  margin-bottom: 5.06667vw;
}

.tabs span {
  width: 15.46667vw;
  line-height: 4.26667vw;
  font-size: 20rem;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.tabs span.active {
  background-color: #fff;
  color: #006BFF;
}

.swiper.tab-swiper {
  min-height: 56vw !important;
}

.tab-swiper .swiper-slide {
  width: 100%;
  padding: 0 7.33333vw;
  box-sizing: border-box;
}

.tab-content img {
  width: 85.33333vw;
  height: 33.86667vw;
  display: block;
}

.tab-content div {
  padding: 4.26667vw 3.73333vw;
  background-color: #fff;
}

.tab-content .tab-title {
  font-size: 26rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 3.46667vw;
}

.tab-content .tab-info {
  font-size: 20rem;
  line-height: 1.6em;
  color: #666;
}

/*合作企业*/
.business {
  padding-top: 5.86667vw;
  padding-bottom: 4.53333vw;
  background-color: #F4F7FF;
}

.business .title {
  font-size: 40rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5.86667vw;
  text-align: center;
}

.business .buns-itme:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.business .buns-itme:nth-of-type(even) {
  background-color: #fff;
}

.buns-line {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333;
  font-size: 16rem;
  padding: 0 6.13333vw;
}

.buns-line .buns-itme {
  width: 26.66667vw;
  text-align: center;
  padding-bottom: 2.4vw;
}

.buns-line .buns-itme span {
  display: inline-block;
  width: 100%;
  height: 13.33333vw;
  background-image: url("../../websrc/static/img/business-logo.png");
  background-size: 160vw 93.333vw;
}

.buns-line .buns-itme:nth-of-type(2) span {
  background-position: -26.66667vw 0;
}

.buns-line .buns-itme:nth-of-type(3) span {
  background-position: -53.33333vw 0;
}

.buns-line .buns-itme:nth-of-type(4) span {
  background-position: -80vw 0;
}

.buns-line .buns-itme:nth-of-type(5) span {
  background-position: -106.66667vw 0;
}

.buns-line .buns-itme:nth-of-type(6) span {
  background-position: -133.33333vw 0;
}

.buns-line .buns-itme:nth-of-type(7) span {
  background-position: 0vw -13.33333vw;
}

.buns-line .buns-itme:nth-of-type(8) span {
  background-position: -26.66667vw -13.33333vw;
}

.buns-line .buns-itme:nth-of-type(9) span {
  background-position: -53.33333vw -13.33333vw;
}

.buns-line .buns-itme:nth-of-type(10) span {
  background-position: -80vw -13.33333vw;
}

.buns-line .buns-itme:nth-of-type(11) span {
  background-position: -1066.66667vw -13.33333vw;
}

.buns-line .buns-itme:nth-of-type(12) span {
  background-position: -133.33333vw -13.33333vw;
}

.buns-line .buns-itme:nth-of-type(13) span {
  background-position: 0vw -26.66667vw;
}

.buns-line .buns-itme:nth-of-type(14) span {
  background-position: -26.66667vw -26.66667vw;
}

.buns-line .buns-itme:nth-of-type(15) span {
  background-position: -53.33333vw -26.66667vw;
}

.buns-line .buns-itme:nth-of-type(16) span {
  background-position: -80vw -26.66667vw;
}

.buns-line .buns-itme:nth-of-type(17) span {
  background-position: -1066.66667vw -26.66667vw;
}

.buns-line .buns-itme:nth-of-type(18) span {
  background-position: -133.33333vw -26.66667vw;
}

.buns-line .buns-itme:nth-of-type(19) span {
  background-position: 0vw -40vw;
}

.buns-line .buns-itme:nth-of-type(20) span {
  background-position: -26.66667vw -40vw;
}

.buns-line .buns-itme:nth-of-type(21) span {
  background-position: -53.33333vw -40vw;
}

.buns-line .buns-itme:nth-of-type(22) span {
  background-position: -80vw -40vw;
}

.buns-line .buns-itme:nth-of-type(23) span {
  background-position: -1066.66667vw -40vw;
}

.buns-line .buns-itme:nth-of-type(24) span {
  background-position: -133.33333vw -40vw;
}

.buns-line .buns-itme:nth-of-type(25) span {
  background-position: 0vw -53.33333vw;
}

.buns-line .buns-itme:nth-of-type(26) span {
  background-position: -26.66667vw -53.33333vw;
}

.buns-line .buns-itme:nth-of-type(27) span {
  background-position: -53.33333vw -53.33333vw;
}

.buns-line .buns-itme:nth-of-type(28) span {
  background-position: -80vw -53.33333vw;
}

.buns-line .buns-itme:nth-of-type(29) span {
  background-position: -1066.66667vw -53.33333vw;
}

.buns-line .buns-itme:nth-of-type(30) span {
  background-position: -133.33333vw -53.33333vw;
}

.buns-line .buns-itme:nth-of-type(31) span {
  background-position: 0vw -66.6666vw;
}

.buns-line .buns-itme:nth-of-type(32) span {
  background-position: -26.66667vw -66.6666vw;
}

.buns-line .buns-itme:nth-of-type(33) span {
  background-position: -53.33333vw -66.6666vw;
}

.buns-line .buns-itme:nth-of-type(34) span {
  background-position: -80vw -66.6666vw;
}

.buns-line .buns-itme:nth-of-type(35) span {
  background-position: -1066.66667vw -66.6666vw;
}

.buns-line .buns-itme:nth-of-type(36) span {
  background-position: -133.33333vw -66.6666vw;
}

.buns-line .buns-itme:nth-of-type(37) span {
  background-position: 0vw -79.999vw;
}

.buns-line .buns-itme:nth-of-type(38) span {
  background-position: -26.66667vw -79.999vw;
}

.buns-line .buns-itme:nth-of-type(39) span {
  background-position: -53.33333vw -79.999vw;
}

.buns-line .buns-itme:nth-of-type(40) span {
  background-position: -80vw -79.999vw;
}

.buns-line .buns-itme:nth-of-type(41) span {
  background-position: -1066.66667vw -79.999vw;
}

.buns-line .buns-itme:nth-of-type(42) span {
  background-position: -133.33333vw -79.999vw;
}
/*研发实力*/
.power {
  text-align: center;
  background-image: url("../../websrc/static/img/power-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 104%;
  background-position: 0 0;
  padding-top: 6vw;
  padding-bottom: 6.66667vw;
}

.power-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5.33333vw;
  font-size: 40rem;
  line-height: 6.4vw;
}

.power-title p {
  margin-bottom: 2.66667vw;
}

.power-title span {
  font-weight: normal;
  letter-spacing: normal;
  font-size: 20rem;
}

.power-info {
  color: #fff;
}

.power-data {
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  text-align: left;
  margin-bottom: 5.33333vw;
}
.power-data p {
  font-size: 17rem;
}
.power-data .max-font {
  font-size: 48rem;
}
.power-data .max-font span {
  font-size: 14rem;
}

.power-item {
  position: relative;
  padding-left: 2.66667vw;
}

.power-item p:nth-of-type(1) {
  margin-bottom: 1.33333vw;
}

.power-item p:nth-of-type(1) span {
  margin-left: 0.53333vw;
}

.power-item::before {
  content: '';
  display: block;
  width: 0.53333vw;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0.8vw;
  left: 0;
}

.power-sort .power-sort-item:last-child {
  margin-bottom: 0;
}

.power-sort-item {
  min-height: 18.13333vw;
  background-color: #fff;
  margin-bottom: 1.33333vw;
  padding: 1.6vw 2.66667vw;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.5s;
  color: #005AEF;
}

.power-sort-item .power-sort-title {
  font-weight: 700;
  margin-bottom: 2.13333vw;
  font-size: 26rem;
}

.power-sort-item .power-sort-info {
  font-size: 16rem;
  line-height: 3.2vw;
}

.power-img {
  width: 14.66667vw;
  text-align: center;
  text-align: center;
  flex: none;
  margin-right: 4vw;
}

.power-sort-item img {
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
}

.power-sort-item:nth-of-type(1) img {
  width: 13.33333vw;
}

.power-sort-item:nth-of-type(2) img {
  width: 9.33333vw;
}

.power-sort-item:nth-of-type(3) img {
  width: 12vw;
}

.power-sort-item:nth-of-type(4) img {
  width: 10.93333vw;
}

/*footer*/
.footer {
  background-color: #23242C;
  padding-top: 8vw;
  padding-bottom: 22vw;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 6.66667vw;
}

.footer-left span {
  display: inline-block;
  width: 26.66667vw;
  height: 9.6vw;
  background-image: url("../../websrc/static/img/logo-white.png");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 1.86667vw;
}

.footer-left p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-left i {
  display: inline-block;
  width: 2.66667vw;
  height: 2.8vw;
  background-image: url("../../websrc/static/img/phone-icon.png");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-right: 1.6vw;
}

.footer-left p:nth-of-type(1) {
  font-size: 32rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 2.13333vw;
}

.footer-left p:nth-of-type(2) {
  font-size: 16rem;
  color: #fff;
}

.footer-left p:nth-of-type(2) i {
  background-image: url("../../websrc/static/img/time-icon.png");
}

.footer-right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-top: 2.66667vw;
}

.footer-right img {
  display: block;
  width: 21.06667vw;
  margin-bottom: 1.33333vw;
}

.footer-right p:nth-of-type(1) {
  margin-right: 3.46667vw;
}

.footer-right span {
  font-size: 16rem;
  color: #fff;
}

.footer-xy,
.footer-copy {
  text-align: center;
  font-size: 12rem;
  color: #fff;
}

.footer-copy {
  color: #C9C9C9;
  transform: scale(0.9);
}

.footer-xy {
  margin-bottom: 1.33333vw;
}

.footer-xy a {
  color: #006BFF;
}

.footer-copy a:hover {
  color: skyblue;
}

/*第10部分 */
.ten_page {
  position: relative;
}

.ten_page0 {
  border: 2px solid rgb(18, 108, 233);
  position: fixed;
  left: 0;
  /* transform: translate(-50%, 0); */
  bottom: 0;
  width: 43%;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  height: 40px;
  z-index: 99;
  margin: 10px;
  box-shadow: 1px soild #007aff;
}
.ten_page1 {
  border: 2px solid rgb(18, 108, 233);
  position: fixed;
  right: 0;
  border-radius: 5px;
  bottom: 0;
  width: 43%;
  /* background-color: rgb(255, 255, 255); */
  background-color: rgb(18, 108, 233);
  height: 40px;
  z-index: 99;
  margin: 10px;
}
.ten_page0 p:nth-child(1) {
  color: #007aff;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 8px;
}
.ten_page1 p:nth-child(1) {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 8px;
}
.ten_pagee {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 65px;
  z-index: 99;
  box-shadow: 0 0.1px 5px rgb(230, 230, 230);
}
/* 弹出层 */
#myModel {
  position: fixed;
  bottom: 0;
  display: none;
  background-color: rgba(9, 9, 9, 0.63);
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}

.qrcode {
  width: 180px;
  height: 180px;
  padding: 2px;
  margin: 20px auto 25px;
  box-sizing: border-box;
  background: url("/img/code.png") no-repeat;
  background-size: auto;
  background-size: 180px 180px;
}

.popup_erweima {
  display: block;
  width: 176px;
  height: 176px;
}

.close {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.close img {
  display: block;
  float: right;
  margin-right: 14px;
  margin-top: 14px;
  width: 12px;
  height: 12px;
}

.zhidao {
  width: 100%;
  height: 20px;
  font-size: 14px;
  text-align: center;
  margin-top: -10px;
  font-weight: 400;
  color: #111;
  line-height: 20px;
}

.iphone {
  width: 100%;
  height: 26px;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
  color: rgb(18, 108, 233);
  line-height: 20px;
  box-sizing: border-box;
}

.iphone img {
  display: inline-block;
  height: 20px;
  margin-left: 1.12rem;
  margin-top: -6px;
  vertical-align: middle;
}

.zhong {
  display: inline-block;
  height: 26px;
  line-height: 26px;
}

.last {
  display: inline-block;
  height: 26px;
  line-height: 26px;
}

.hujiao {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #007aff;
  height: 20px;
  width: 60px;
  margin-left: 6px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
  width: 280px;
  height: 360px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 23px 0px rgba(86, 86, 86, 0.08);
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
/* page标题 */
.pageTitle,
.pageinfo,
.pageTitle2 {
  text-align: center;
  padding: 2vh 0 2vh 0;
  font-size: 25px;
  font-weight: 600;
}
.pageinfo {
  font-size: 20px;
  padding: 0;
}
/*行业选择板块*/

.industry {
  width: 100%;
  padding: 4vw 0;
  background-color: #fff;
  text-align: center;
}
.industry-title {
  font-size: 40rem;
  font-weight: 700;
  margin-bottom: 3.7vw;
}
.industry-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.industry-itme {
  width: 49%;
  height: 28vw;
  position: relative;
  box-shadow: 0 0 2vw 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 4vw;
}
.industry-itme img {
  width: 100%;
  height: 100%;
}
.industry-itme p {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #7A9BF3;
  line-height: 4.5vw;
  font-size: 20rem;
}
