* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
dl,
ol,
ul {
  list-style: none;
}
body,
html {
  font-family: PingFang;
  letter-spacing: 0.5px;
  background-color: #e5effd;
  font-size: 12px;
}

.m-body {
  background: #e5effd;
}

.m-home {
  background: url("../img/home.png") no-repeat;
  width: 100%;
  height: 1128px;
  background-size: 100% 100%;
  position: relative;
}

.m-home-content {
  position: absolute;
  right: 200px;
  width: 1091px;
}

.m-home-content p {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-style: italic;
  font-size: 53px;
  color: #000000;
  margin-top: 503px;
}

.m-home-content div {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 35px;
  color: #066ba8;
  line-height: 60px;
  margin-top: 40px;
}

.m-our {
  margin-top: 42px;
  padding-left: 200px;
  padding-right: 200px;
}

.m-our-title {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 45px;
  color: #608fff;
}

.m-our-content {
  width: 1520px;
  margin-top: 10px;
}

.m-our-content-title {
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 43px;
  margin-bottom: 20px;
  margin-top: 33px;
}

.m-our-content-text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 30px;
  color: #000000;
}

.m-company {
  margin-top: -451px;
  position: relative;
}

.m-company-top {
  display: flex;
}

.m-company-content {
  width: 1267px;
  height: 449px;
  background: #608fff;
  border-radius: 0px 90px 0px 0px;
}

.m-company-title {
  padding-left: 200px;
  padding-top: 50px;
  font-family: Roboto, Roboto;
  font-weight: bold;
  font-size: 45px;
  color: #ffffff;
  font-style: italic;
}

.m-company-other {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-top: 36px;
  margin-left: 200px;
  line-height: 60px;
}

.m-company-top img {
  width: 449px;
  height: 449px;
}

.m-contact {
  width: 1371px;
  height: 406px;
  background: #0b46bd;
  border-radius: 90px 0px 0px 0px;
  position: absolute;
  right: 0;
  top: 350px;
}

.m-contact-title {
  font-family: Roboto, Roboto;
  font-weight: normal;
  font-size: 45px;
  color: #ffffff;
  padding-top: 40px;
  padding-left: 93px;
}

.m-contact-tips {
  max-width: 1078px;
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding-top: 20px;
  padding-left: 93px;
  margin-bottom: 33px;
  line-height: 39px;
}

.m-contact-other {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-left: 93px;
}

.m-ece-content {
  width: 1520px;
  height: 988px;
  background: #ffffff;
  border-radius: 40px 40px 40px 40px;
  margin-left: 200px;
  margin-top: 76px;
}

.m-ece-content p {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #013a90;
  line-height: 60px;
  padding-top: 33px;
  padding-left: 40px;
  padding-right: 39px;
}

.m-ece-content div {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 28px;
  color: #013a90;
  line-height: 60px;
  padding-top: 33px;
  padding-left: 40px;
  padding-right: 39px;
  padding-bottom: 33px;
}

.btn {
  position: absolute;
  bottom: 27px;
  left: 156px;
}

.m-company-bg {
  height: 760px;
}

.btn-box {
  position: absolute;
  left: 156px;
  margin-top: 80px;
}

.btn-box div {
  width: 234px;
  height: 64px;
  background: #0d42b3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  padding-left: 27px;
  padding-right: 15px;
  margin-bottom: 17px;
  cursor: pointer;
}

.btn-box div img {
  width: 22px;
  height: 22px;
}

.btn-box a {
  text-decoration: none;
}
