* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 96%;
}
.clear {
  clear: both;
}
body {
  background-size: cover;
}

.content {
  margin-top: 10px;
  padding: 30px;
  width: 100%;
  height: 720px;
}
.content .left {
  width: 810px;
  height: 100%;
  display: block;
  float: left;
  position: relative;
}
.content .left #img1,
.content .left #img2,
.content .left #img3,
.content .left #img4 {
  position: absolute;
}
.content .left #img1 {
  top: 0;
  left: 0;
}
.content .left #img2 {
  top: 250px;
  left: 100px;
}
.content .left #img3 {
  top: 270px;
  left: 540px;
}
.content .left #img4 {
  top: 0px;
  left: 250px;
}
.content .left .dd .syt_title {
  color: #3182ed;
  font-size: 28px;
  font-weight: bold;
  top:0px;
  position: absolute;
  bottom: 65px;
  left: 130px;
}
.content .left .dd .syt_description {
  padding-top: 30px;
  padding-left: 10px;
  width: 630px;
  height: 120px;
  margin: 0 auto;
  color: #000000;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.content .left .dd .syt_tishi {
  padding-top: 60px;
  padding-left: 10px;
  width: 630px;
  height: 100px;
  margin: 0 auto;
  color: red;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}

.content .right {
  float: left;
  width: 300px;
  height: 100%;
  display: block;
  position: relative;
}
.content .right .phone-container {
  width: 409px;
  height: 672px;
  position: absolute;
  top: 0;
  left: 50px;
  background: url("phone.png") no-repeat center;
  background-size: 100% 100%;
}
.content .right .zspt {
  width: 350px;
  height: 520px;
  position: absolute;
  top: 70px;
  left: 30px;
}
/*# sourceMappingURL=dzxf.css.map */