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

.content {
  margin-top: 30px;
  padding: 30px;
  width: 100%;
  height: 600px;
}
.content .centered {
  color:white;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.content .center-image  {
  display: flex;
    justify-content: center;
    align-items: center;
}

.content .center-shuoming {
  height: 350px;
  display: block;
  float: left;
  position: relative;
}

.content .center-shuoming .ss .shuoming {

  top: 430px;
  left: 100px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.content .left {
  width: 750px;
  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: 100px;
  width:600px;
  height:350px;
}
.content .left #img2 {
  top: 400px;
  left: 400px;
}
.content .left #img3 {
  top: 420px;
  left: 840px;
}
.content .left #img4 {
  top: 100px;
  left: 550px;
}

.content .left .dd .syt_title {
  color: #3182ed;
  font-size: 28px;
  font-weight: bold;
  top:380px;
  position: absolute;
  bottom: 65px;
  left: 100px;
}
.content .left .dd .syt_description {
  position: absolute;
  top: 430px;
  left: 100px;
  width: 600px;
  height: 100px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
}

.content .left .dd .syt_tishi {
  padding-top: 30px;
  padding-left: 100px;
  width: 560px;
  height: 100px;
  margin: 0 auto;
  color: red;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
.content .right {
  float: left;
  width: 700px;
  height: 100%;
  display: block;
  position: relative;
}
.content .right .phone-container {
  width: 429px;
  height: 872px;
  position: absolute;
  top: 0;
  left: 50px;
  background: url("phone.png") no-repeat center;
  background-size: 100% 100%;
}
.content .right .zspt {
  width: 370px;
  height: 670px;
  position: absolute;
  top: 100px;
  left: 30px;
}
.content .right .lyjl {
	top:10px;
  width: 90%;
  height: 90%;
  position: absolute;
  box-shadow: inset 0 0 30px #07417a;
}
.content .right .lyjl .title {
  width: 100%;
  height: 40px;
}
.content .right .lyjl .list-container {
  width: 97%;
  height: 97%;
  margin: 0 auto;
}
.content .right .lyjl .list-container .list-head {
  width: 100%;
  height: 50px;
  display: table;
  list-style: none;
  border-bottom: 1px dashed #000000;
  text-align: center;
}
.content .right .lyjl .list-container .list-head .list-head-item {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
 
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.content .right .lyjl .list-container .list-head .list-head-item div {
  text-align: center;
}
.content .right .lyjl .list-container .list-body {
  width: 100%;
  height: 79%;
  overflow: hidden;
}
.content .right .lyjl .list-container .list-body .list-body-item {
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #000000;
  font-size: 14px;
}
.content .right .lyjl .list-container .list-body .list-body-item div {
  flex: 0 1 auto;
  font-size: 14px;
  text-align: center;
  width: 30%;
}
.content .right .lyjl .title {
  background: url("../images/kqjl.png") no-repeat center;
  background-size: 100% 100%;
}
/*# sourceMappingURL=dzxf.css.map */