/* banner */
.ban0 {
  position: relative;
  height: 583px;
  width: 100%;
  background: linear-gradient(to right, #ffc025, #fe9e26);
  overflow: hidden;
  top: 70px;
}

.ban {
  position: relative;
  height: 583px;
  width: 100%;
  background: url(/images/ban0.png) center 0 no-repeat;
  background-size: auto 100%;
  overflow: hidden;
}

.ban .slogan {
  position: absolute;
  left: 330px;
  top: 112px;
}

.ban .slogan h1 {
  font-size: 70px;
  color: #2d3e50;
}
.ban .slogan h3 {
  font-size: 50px;
  color: #2d3e50;
}

.ban .tap {
  margin-top: 272px;
}

.ban .tap .fl,
.ban .tap .fr {
  width: 40px;
  height: 40px;
}

.ban .tap .fl {
  float: left;
  background: url(/images/fl.png) 100% no-repeat;
  margin-left: 135px;
}

.ban .tap .fr {
  float: right;
  background: url(/images/fr.png) 100% no-repeat;
  margin-right: 135px;
}

.ban .more {
  position: absolute;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  color: #2d3e50;
  left: 330px;
  top: 363px;
  width: 110px;
  height: 39px;
  background: linear-gradient(90deg, #fede35 0%, #ffc200 100%);
  border-radius: 26px;
}

.box1 {
  position: relative;
  width: 100%;
  height: 670px;
  background: linear-gradient(
    179deg,
    rgba(242, 244, 245, 0.5) 0%,
    #f7f7f8 100%
  );
  overflow: hidden;
  margin-top: 70px;
}

.box1 .decorate4 {
  position: absolute;
  bottom: -57px;
  width: 121px;
  height: 178px;
  background: linear-gradient(180deg, #fede35 0%, #ffb200 100%);
  opacity: 0.78;
  filter: blur(21px);
  border-radius: 34px 175px 35px 0px;
}

.box1 .decorate5 {
  position: absolute;
  top: -80px;
  right: -20px;
  width: 121px;
  height: 178px;
  background: linear-gradient(180deg, #fede35 0%, #ffb200 100%);
  opacity: 0.78;
  filter: blur(21px);
  border-radius: 25px 0px 40px 127px;
}

.container1 {
  width: 1180px;
  height: 502px;
  margin: 70px auto 64px;
}

.container1 .uk {
  text-align: center;
  color: #adadad;
}

.container1 h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  color: #2d3e50;
}

.icon {
  width: 41px;
  height: 17px;
  background: url(/images/xiabiao.png) no-repeat;
  background-size: 100%;
  margin: 5px auto 0;
}

.row {
  position: relative;
  float: left;
  width: 268px;
  height: 370px;
  background: #ffffff;
  border-radius: 10px;
  cursor: default;
  transition: all 0.3s ease-in 0.1s;
}

.row:hover .Underline1,
.row:hover .Underline2,
.row:hover .Underline3,
.row:hover .Underline4 {
  visibility: visible;
  transition: all 0.5s ease-in 0.1s;
}

.row:hover {
  margin-top: -20px;
  transition: all 0.3s ease-in 0.1s;
}

.container1 .services {
  margin-top: 58px;
}

.container1 .row:nth-child(n + 2) {
  margin-left: 36px;
}

.row img {
  width: 100%;
}

.row h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3e50;
  text-align: center;
  margin: 25px auto 16px;
}

.row p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  padding: 0 34px;
  text-align: center;
}

.row .Underline1,
.Underline2,
.Underline3,
.Underline4 {
  position: absolute;
  visibility: hidden;
  width: 180px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2)
    linear-gradient(318deg, #ffbd4c 0%, #ffdd64 100%);
  bottom: 0;
  left: 50%;
  margin-left: -90px;
}

.box2 {
  width: 100%;
  height: 636px;
  overflow: hidden;
}

.container2 {
  width: 1264px;
  height: 523px;
  margin: 70px auto 0;
  cursor: default;
}

.video-container {
  float: left;
  width: 640px;
  height: 360px;
  background: #edece9;
  border-radius: 10px;
  overflow: hidden;
}

.video-container img {
  width: 100%;
}

.video-container video {
  width: 100%;
  height: 360px;
}

.container2-1 {
  float: right;
  width: 580px;
  height: 360px;
}

.container2-1 .bar {
  position: relative;
  width: 580px;
  height: 200px;
  background: linear-gradient(318deg, #ffbd4c 0%, #ffdd64 100%);
  border-radius: 10px;
  border: 1px solid transparent;
}

.container2-1 .bar .dot {
  width: 14px;
  height: 8px;
  background: #2d3e50;
  border-radius: 5px;
}

.container2-1 .bar .dot:nth-child(1) {
  position: absolute;
  top: 48px;
  left: -7px;
}

.container2-1 .bar .dot:nth-child(2) {
  position: absolute;
  top: 100px;
  left: -7px;
}

.container2-1 .bar h3 {
  font-size: 24px;
  font-weight: bold;
  color: #2d3e50;
  text-align: left;
  margin: 25px 38px 16px;
}

.container2-1 .bar p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  padding: 0 38px;
}

.container2-1 .list1 {
  width: 580px;
  margin-top: 34px;
}

.container2-1 .list1 .list2 {
  float: left;
  width: 250px;
  height: 52px;
  margin-left: 34px;
}

.container2-1 .list1 .list2:nth-child(n + 3) {
  margin-top: 25px;
}

.container2-1 .list1 .list2 div {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.container2-1 .list1 .list2 h3 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #2d3e50;
}

.container2-1 .list1 .list2 p {
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.container2-1 .list1 .list2 .icon1 {
  background: url(/images/编组/ 19.png);
  background-size: 100%;
}

.container2-1 .list1 .list2 .icon2 {
  background: url(/images/编组/ 20.png);
  background-size: 100%;
}

.container2-1 .list1 .list2 .icon3 {
  background: url(/images/编组/ 22.png);
  background-size: 100%;
}

.container2-1 .list1 .list2 .icon4 {
  background: url(/images/编组/ 21.png);
  background-size: 100%;
}

.container2 .uk {
  text-align: center;
  color: #adadad;
}

.container2 h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  color: #2d3e50;
}

.container2 .icon {
  width: 41px;
  height: 17px;
  background: url(/images/xiabiao.png) no-repeat;
  background-size: 100%;
  margin: 5px auto 63px;
}

.box3 {
  width: 100%;
  height: 636px;
  overflow: hidden;
}

.background-map {
  position: relative;
  width: 1260px;
  height: 500px;
  background: url(/images/编组/ 29.png) no-repeat;
  background-size: 100% auto;
  margin: 100px auto 0;
  border: 1px solid transparent;
}

.background-map .container3 {
  margin: 63px 0 0 53px;
}

.background-map .container3 .bar {
  float: left;
  width: 8px;
  height: 20px;
  background: #fede35;
  border-radius: 5px;
  margin-top: 8px;
}

.background-map .container3 h3 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 20px;
}

.background-map .container3 p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-left: 20px;
}

.background-map .list3 {
  width: 460px;
  margin: 29px 0 0 75px;
}

.background-map .list3-1 {
  float: left;
  width: 220px;
  height: 26px;
}

.background-map .list3-1-1,
.list3-1-2,
.list3-1-3,
.list3-1-4 {
  float: left;
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

.background-map .list3-1:nth-child(n + 3) {
  margin-top: 15px;
}

.background-map .list3-1-1 {
  background: url(/images/编组/ 37.png);
  background-size: 100%;
}

.background-map .list3-1-2 {
  background: url(/images/编组/ 33.png);
  background-size: 100%;
}

.background-map .list3-1-3 {
  background: url(/images/编组/ 38.png);
  background-size: 100%;
}

.background-map .list3-1-4 {
  background: url(/images/编组/ 36.png);
  background-size: 100%;
}

.background-map .list3-1 h3 {
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
}

.background-map .dot {
  width: 370px;
  margin: 40px 0 0 29px;
}
.background-map .dot div:nth-child(1) {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fede35;
  margin-left: 117px;
}

.background-map .dot div:nth-child(2) {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #008dff;
  margin-left: 205px;
}

.background-map .pq-code {
  display: inline-block;
  width: 148px;
  height: 290px;
}

.background-map .pq-code div {
  width: 148px;
  height: 148px;
  border-radius: 10px;
}

.background-map .pq-code .pq-code1 {
  background: url(/images/个人端.jpg) no-repeat;
  background-size: 100% 100%;
}

.background-map .pq-code .pq-code2 {
  background: url(/images/企业端.jpg) no-repeat;
  background-size: 100% 100%;
  /* margin: 30px 0 0 76px; */
}

.background-map .pq-code1-1 {
  margin: 15px 0 0 76px;
}

.background-map .pq-code1-1 p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 10px auto 0;
  text-align: center;
}

.background-map .pq-code1-2 p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 10px auto 0;
  text-align: center;
}

.background-map .pq-code1-2 {
  margin: 15px 0 0 64px;
}

.background-map .pic1 {
  position: absolute;
  top: -54px;
  left: 520px;
  width: 505px;
  height: 634px;
  background: url(/images/编组/ 32.png) no-repeat;
  background-size: 100%;
}

.background-map .pic2 {
  position: absolute;
  top: -70px;
  left: 851px;
  width: 505px;
  height: 634px;
  background: url(/images/编组/ 31.png) no-repeat;
  background-size: 100%;
}

.box4 {
  width: 100%;
  height: 636px;
  overflow: hidden;
}

.lattice {
  float: left;
  overflow: hidden;
  width: 629px;
  height: 428px;
  background: linear-gradient(318deg, #ffbd4c 0%, #ffdd64 100%);
  border-radius: 10px;
  margin: 104px 0 104px 89px;
}

.lattice ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
  width: 600px;
  height: 400px;
  margin: 14px;
}

.lattice ul li {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  /* flex: 1; */
}

.lattice .dor {
  width: 20px;
  height: 6px;
  background: #008dff;
  border-radius: 5px;
  margin: 6px auto 0;
}

.lattice h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2d3e50;
  margin-top: 38px;
  text-align: center;
}

.lattice p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  text-align: center;
}

.lattice ul li:nth-child(1) p {
  margin-top: 6px;
}

.lattice ul li:nth-child(3) p {
  margin-top: 8px;
}

.lattice ul li:nth-child(5) h4 {
  margin-top: 25px;
}

.lattice ul li:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/编组/ 78.png) no-repeat;
  background-size: 100%;
}

.lattice ul li:nth-child(2) div {
  width: 60px;
  height: 60px;
  background: url(/images/编组.png) no-repeat;
  background-size: 100%;
}

.lattice ul li:nth-child(4) {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/编组/ 78备份.png) no-repeat;
  background-size: 100%;
}

.lattice ul li:nth-child(4) div {
  width: 60px;
  height: 60px;
  background: url(/images/编组1.png) no-repeat;
  background-size: 100%;
}

.lattice ul li:nth-child(6) {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/images/编组/ 78备份/ 2.png) no-repeat;
  background-size: 100%;
}

.lattice ul li:nth-child(6) div {
  width: 60px;
  height: 70px;
  background: url(/images/编组2.png) no-repeat;
  background-size: 100%;
}

.box4 .line-dashed {
  display: flex;
  width: 64px;
  height: 476px;
  flex-direction: column;
  justify-content: space-around;
  float: left;
  margin: 81px 0;
}

.box4 .line-dashed div:nth-child(2n + 1) {
  width: 8px;
  height: 20px;
  background: #fede35;
  border-radius: 5px;
  margin: 0 auto;
}

.box4 .line-dashed div:nth-child(2) {
  width: 1px;
  /* height: 378px; */
  flex: 1;
  border: 1px dashed #fede35;
  margin: 31px auto;
}

.box4 .w {
  overflow: hidden;
}

.housekeeper {
  float: left;
  overflow: hidden;
  width: 566px;
  height: 428px;
  margin-top: 104px;
}

.housekeeper h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2d3e50;
}
.housekeeper > p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.housekeeper .container3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 220px;
  margin-top: 32px;
}

.housekeeper .container3 > div {
  width: 272px;
  height: 106px;
  background: #f7f7f8;
  border-radius: 10px;
  padding: 16px;
}

.housekeeper .container3 div:nth-child(2n) {
  margin-left: 10px;
}
.housekeeper .container3 div div {
  float: left;
  width: 26px;
  height: 26px;
}

.housekeeper .container3 .icon5-1 {
  background: url(/images/编组/ 48.png) center no-repeat;
  background-size: 100%;
}

.housekeeper .container3 .icon5-2 {
  background: url(/images/编组/ 49.png) center no-repeat;
  background-size: 100%;
}

.housekeeper .container3 .icon5-3 {
  background: url(/images/编组/ 47.png) center no-repeat;
  background-size: 100%;
}

.housekeeper .container3 .icon5-4 {
  background: url(/images/编组/ 50.png) center no-repeat;
  background-size: 100%;
}

.housekeeper .container3 h4 {
  /* float: left; */
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #2d3e50;
  margin-left: 35px;
}
.housekeeper .container3 p {
  font-size: 16px;
  font-weight: 400;
  color: #8a8a8a;
  margin-top: 5px;
}

.box5 {
  position: relative;
  width: 100%;
  height: 670px;
  background: #f7f7f8;
  border: 1px solid transparent;
}

.container4 {
  position: relative;
  margin: 70px auto;
}

.container4 .uk {
  text-align: center;
  color: #adadad;
}

.container4 h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  color: #2d3e50;
}

.box5 .container4 .row2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1260px;
  height: 340px;
  margin: 46px auto 0;
}

.box5 .container4 .row2 > div {
  width: 236px;
  height: 340px;
  padding: 24px 30px;
}

.box5 .container4 .row2 h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2d3e50;
}

.box5 .container4 .row2 > div:nth-of-type(1) {
  background: url(/images/编组/ 84.png) no-repeat;
  background-size: 100%;
}

.box5 .container4 .row2 div:nth-of-type(2) {
  background: url(/images/编组/ 85.png) no-repeat;
  background-size: 100%;
}

.box5 .container4 .row2 div:nth-of-type(3) {
  background: url(/images/编组/ 86.png) no-repeat;
  background-size: 100%;
}

.box5 .container4 .row2 div:nth-of-type(4) {
  background: url(/images/编组/ 87.png) no-repeat;
  background-size: 100%;
}

.box5 .container4 .row2 div:nth-of-type(5) {
  background: url(/images/编组/ 88.png) no-repeat;
  background-size: 100%;
}

.box5 .container4 .row2 div:nth-of-type(1) div {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #008dff;
  margin: 8px 0 0;
}

.box5 .container4 .row2 div:nth-of-type(2) div {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #ff3800;
  margin: 8px 0 0;
}

.box5 .container4 .row2 div:nth-of-type(3) div {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #8900ff;
  margin: 8px 0 0;
}

.box5 .container4 .row2 div:nth-of-type(4) div {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #7de78f;
  margin: 8px 0 0;
}

.box5 .container4 .row2 div:nth-of-type(5) div {
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffac00;
  margin: 8px 0 0;
}

.box5 .container4 .row2 div p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.box5 .decorate1 {
  position: absolute;
  z-index: 2;
  top: -93px;
  left: 200px;
  width: 82px;
  height: 82px;
  background: linear-gradient(180deg, #fede35 0%, #ffb200 100%);
  border-radius: 0px 104px;
  opacity: 0.77;
  filter: blur(20px);
}
.box5 .decorate2 {
  position: absolute;
  z-index: 0;
  top: 50px;
  right: 16px;
  width: 184px;
  height: 221px;
  background: linear-gradient(180deg, #fede35 0%, #ffb200 100%);
  opacity: 0.52;
  filter: blur(21px);
  border-radius: 100px 0 0 100px;
}

.box5 .decorate3 {
  position: absolute;
  z-index: 0;
  top: 545px;
  left: 128px;
  width: 110px;
  height: 110px;
  background: linear-gradient(180deg, #feab35 0%, #ff7600 100%);
  opacity: 0.69;
  filter: blur(6px);
  border-radius: 55px;
}

.box6 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1055px;
}

.box6 .customer {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 423px;
  background: #2d3e50;
  overflow: hidden;
}
.box6 .customer div {
  transform: skewx(31deg);
  width: 376px;
  height: 423px;
  background: linear-gradient(180deg, #afbcc8 0%, #778697 100%);
  opacity: 0.1;
  margin-left: 176px;
}

.box6 .title1 {
  position: absolute;
  width: 150px;
  height: 108px;
  top: 70px;
  left: 50%;
  margin-left: -75px;
  text-align: center;
}

.box6 .title1 p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.box6 .title1 h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
}

.box6 .customer-number {
  display: flex;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -493px;
  justify-content: space-between;
  width: 986px;
  height: 70px;
  text-align: center;
}
.box6 .customer-number > div {
  width: 160px;
}
.box6 .customer-number h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fede35;
}

.box6 .customer-number p {
  font-size: 20px;
  font-weight: 400;
  color: #b6b6b6;
}

.box6 .logos {
  position: absolute;
  top: 372px;
  left: 50%;
  margin-left: -590px;
  width: 1180px;
  height: 632px;
  box-shadow: 0px 2px 80px -10px rgba(54, 58, 67, 0.12);
  border-radius: 10px;
  background: #ffffff url(../images/位图.png) no-repeat center;
  background-size: 90%;
}

.box7 {
  position: relative;
  width: 100%;
  height: 636px;
  text-align: center;
  margin-top: 56px;
}

.box7 p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.box7 h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  color: #2d3e50;
}

.box7 .container5 {
  width: 1260px;
  height: 372px;
  margin: 48px auto 0;
}
.container5 .map {
  float: left;
  width: 550px;
  height: 372px;
  background: url(/images/编组/ 69.png);
  box-shadow: 0px 2px 80px -10px rgb(54 58 67 / 12%);
  background-size: 100%;
}

.container5 .msg {
  float: right;
  width: 560px;
  height: 372px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 80px -10px rgb(54 58 67 / 12%);
}

.msg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 40px;
}

.msg input {
  width: 230px;
  height: 52px;
  background: #f0f0f0;
  border-radius: 10px;
  opacity: 0.5;
  padding: 0 20px;
  outline: 1px solid #e0e0e0;
}

.msg input:focus {
  outline: 1px solid #008dff;
  opacity: 1;
  color: #008dff;
}

.msg textarea {
  width: 481px;
  height: 104px;
  background: #f0f0f0;
  border-radius: 10px;
  opacity: 0.5;
  resize: none;
  padding: 20px;
}

.msg textarea:focus {
  outline: 1px solid #008dff;
  opacity: 1;
  color: #008dff;
}

.msg button {
  width: 138px;
  height: 44px;
  background: linear-gradient(321deg, #ffbd4c 0%, #ffdd64 100%);
  border-radius: 34px;
  margin: 15px auto 0;
  font-weight: 600;
  font-size: 18px;
}

.box8 {
  position: relative;
  width: 100%;
  height: 291px;
  background: #2d3e50;
  margin-top: 100px;
}

.box8 .w {
  width: 1440px;
  height: 291px;
  padding: 54px 198px;
}

.contact-information {
  float: left;
  width: 400px;
  height: 100%;
}

.contact-information div {
  width: 108px;
  height: 39px;
  background: url(/images/logo1.png) no-repeat;
  background-size: 100%;
}

.contact-information ul {
  margin-top: 53px;
}

.contact-information ul li {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 14px;
}

.wechat {
  float: right;
  width: 148px;
  height: 184px;
}

.wechat div {
  width: 148px;
  height: 148px;
  background: url(/images/个人端.jpg);
  background-size: 100%;
}

.applet {
  float: right;
  width: 148px;
  height: 184px;
  margin-left: 84px;
}

.applet div {
  width: 148px;
  height: 148px;
  background: url(/images/个人端.jpg);
  background-size: 100%;
}

.wechat p,
.applet p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}

.footer {
  text-align: center;
  position: relative;
  width: 100%;
  height: 84px;
  background: #e6ebf4;
}

.footer span {
  line-height: 84px;
  margin-right: 10px;
}

.footer span:nth-child(4) {
  position: absolute;
  top: 32px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/ga.png) no-repeat;
  background-size: contain;
}

.footer span:nth-child(5) {
  margin-left: 23px;
}
