* {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

/*头部*/

.all_echar {
  width: 68%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.scat_box {
  width: 90%;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
}
.scat_box b {
  color: #be1d2c;
  font-size: 34px;
  font-style: oblique;
  margin-right: 5px;
}
.scat_box span {
  margin-left: 20px;
}
.scat_box .scat_text {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
}
.scat_box .scat_one {
  margin: 10px 0;
}
.scat_box img {
  width: 40px;
  margin: 0 auto;
}
.scat_box h5 {
  color: #c51e2f;
}
.bottom_echar {
  width: 100%;
  height: 360px;
  margin: 90px auto;
  display: flex;
}
.bottom_echar .botechar_left {
  width: 22%;
  height: 100%;
  float: left;
  border-radius: 10px;
  background: url(../img/2018/botechar_leftbg.png) no-repeat;
  position: relative;
}
.bottom_echar .botechar_left dl {
  width: 165px;
  height: 285px;
  position: absolute;
  right: 7%;
  top: 12%;
}
.bottom_echar .botechar_left dl .botdt {
  margin-bottom: 50px;
}
.bottom_echar .botechar_left dl .botdt div {
  display: flex;
}
.bottom_echar .botechar_left dl .botdt p {
  color: #4a472e;
  font-weight: bold;
  font-size: 20px;
}
.bottom_echar .botechar_left dl .botdt h3 {
  font-weight: bold;
  font-size: 60px;
}
.bottom_echar .botechar_left dl .botdt .font_text {
  color: #e54b4b;
}
.bottom_echar .botechar_left dl .botdt span {
  display: block;
  line-height: 112px;
  font-size: 19px;
  font-weight: bold;
  color: #383832;
}
.botechar_right {
  width: 150px;
  height: 100%;
  float: left;
}
.botechar_right li {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.botechar_right li span {
  margin-left: 10px;
  font-size: 18px;
  color: #666;
  line-height: 44px;
}
.botechar_center {
  flex: 1;
  height: 100%;
  float: left;
  position: relative;
}
#echarFour {
  position: relative !important;
}
.echar_img {
  flex: 1;
  height: 30px;
  position: absolute;
  left: 28.1%;
  bottom: -1%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -o-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -o-box-orient: horizontal;
  box-orient: horizontal;
}
.echar_img img {
  width: 30px;
  height: 30px;
  margin: 0 24.8px;
  display: block;
}
.school_box {
  width: 100%;
  height: auto;
}
.school_box .school_txt {
  width: 68%;
  margin: 30px auto;
  text-align: center;
}
