/* 样式重置 */
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
/*body {
  font: 12px "微软雅黑", "宋体", HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}*/

li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
p {
  word-wrap: break-word;
}
html {
  font-size: 16px;
  overflow: -moz-scrollbars-none;

}
.box {
  width: 1615px;
}
.header {
  width: 100%;
  height: 129px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.one {
  width: 23%;
  height: 103px;
  background: #f47268;
  border-radius: 4px;
}
.one div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.two {
  width: 23%;
  height: 103px;
  background: #60c0af;
  border-radius: 4px;
}
.two div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.three {
  width: 23%;
  height: 103px;
  background: #eace4e;
  border-radius: 4px;
}
.three div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.four {
  width: 23%;
  height: 103px;
  background: #b0cb4a;
  border-radius: 4px;
}
.four div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}

.header p {
  font-size: 36px;
  color: white;
  padding-top: 18px;
}
.header span {
  font-size: 16px;
  color: white;
}
.header i {
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}
.setion {
  width: 100%;
  display: flex;
}
.plan {
  width: 75%;
  float: left;
  height: 800px;
  margin-top: 20px;
  background: url(../images/pieimg/schoolplan.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.pie {
  width: 25%;
  height: 800px;
  float: left;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  align-content: space-around;
}
.pie p {
  font-size: 36px;
  color: white;
  padding-top: 18px;
}
.pie span {
  font-size: 16px;
  color: white;
}
.pie i{
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}
.five {
  width: 92%;
  height: 103px;
  background: #ed84ac;
  border-radius: 4px;
}
.five div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.six {
  width: 92%;
  height: 103px;
  background: #6cb2d6;
  border-radius: 4px;
}
.six div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.seven {
  width: 92%;
  height: 103px;
  background: #ffaf68;
  border-radius: 4px;
}
.seven div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.eight {
  width: 92%;
  height: 103px;
  background: #65d5d9;
  border-radius: 4px;
}
.eight div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.nine {
  width: 92%;
  height: 103px;
  background: #ab9ee6;
  border-radius: 4px;
}
.nine div {
  width: 200px;
  height: 103px;
  padding-left: 45px;
  float: left;
}
.show {
  width: 300px;
  height: 240px;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  right: 30px;
  border-radius: 14px;
  border: 1px solid #ccc;
}
.show ul {
  width: 100%;
  height: 100%;
}
.show ul li {
  width: 100%;
  height: 30px;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.show ul li span {
  width: 60%;
  float: right;
  color: #f58664;
}
.one-classroom {
  width: 200px;
  height: 300px;
  position: absolute;
  top: 250px;
  left: 170px;
  cursor: pointer;
}
.two-classroom {
  width: 185px;
  height: 250px;
  position: absolute;
  top: 190px;
  left: 380px;
  cursor: pointer;
}
.three-classroom {
  width: 80px;
  height: 150px;
  position: absolute;
  top: 190px;
  left: 575px;
  cursor: pointer;
}
.four-classroom {
  width: 120px;
  height: 250px;
  position: absolute;
  top: 40px;
  left: 680px;
  cursor: pointer;
}
.footballfield {
  width: 220px;
  height: 130px;
  position: absolute;
  top: 330px;
  left: 780px;
  cursor: pointer;
}
.track {
  width: 210px;
  height: 140px;
  position: absolute;
  top: 450px;
  left: 530px;
  cursor: pointer;
}
.section {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
