body {
  font-family: "pingfang SC", "helvetica neue", arial, "hiragino sans gb",
    "microsoft yahei ui", "microsoft yahei", simsun, sans-serif;
}

.wrap {
  width: 100%;
  overflow: hidden;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.fdnav {
  left: 50%;
  margin-left: -600px;
  width: 440px;
  height: 260px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: none;
  overflow: hidden;
}
.fdnav ul {
  width: 442px;
  padding: 1px 0 0;
}
.fdnav ul li {
  width: 220px !important;
  height: 51px;
  border-right: 1px #fefefe solid;
  border-bottom: 1px #fefefe solid;
  margin-bottom: 0;
}
.fdnav ul li.java_icon {
  width: 220px !important;
}
.fdnav ul li.java_icon em {
  margin-top: 10px;
}
.fdnav ul li.web_icon {
  width: 220px !important;
}
.fdnav ul li.ui_icon {
  width: 220px !important;
}
.fdnav ul li.test_icon {
  width: 220px !important;
}
.fdnav ul li.xmt_icon {
  width: 220px !important;
}
.fdnav ul li.pm_icon {
  width: 220px !important;
}

.fdnav ul li em {
  width: 36px;
  height: 36px;
  background: none !important;
  margin: 6px 6px 0 28px;
}
.fdnav ul li em img {
  width: 100%;
  margin: 0;
}
.fdnav ul li span {
  line-height: 51px;
}

.ban1 {
  position: relative;
  height: 260px;
}
.ban1 img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}

.schools {
  width: 100%;
  position: relative;
  background: #0b0764;
}
.schools .schoolbg1 {
  height: 71px;
  background: #fff;
}
.schools .school_con {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  background: #f7f9fa;
  box-shadow: inset 0 10px 16px rgba(208, 208, 208, 0.2);
  margin: 0 auto;
}

.schools .schoolcon1 {
  width: 1200px;
  margin: 0 auto;
}
.schools .schoolcon1 a.con1btn {
  float: left;
  width: 181px;
  height: 70px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 103px;
  margin-left: 419px;
}
.schools .schoolcon1 a.con1btn:hover {
  color: #d51229;
}
.schools .schoolcon1 a.con1btnr {
  float: right;
  margin-right: 419px;
  margin-left: 0;
}
.schools .schoolcon1 a.con1cur {
  color: #d51229;
  border-bottom: 2px #d51229 solid;
}
.schools .school_con .schoolcon2 ul li .schoolselect {
  position: absolute;
  left: 101px;
  top: 40px;
  width: 142px;
  height: 28px;
  line-height: 26px;
  cursor: pointer;
}
.schools .school_con .schoolcon2 ul li .schoolselect .schooltop {
  position: relative;
  height: 26px;
  border-radius: 4px;
  border: 1px #dee0ea solid;
  background: #fff;
  padding-left: 12px;
  z-index: 3;
}
.schools .school_con .schoolcon2 ul li .schoolselect .schooltop:before {
  position: absolute;
  right: 12px;
  top: 9.5px;
  width: 9px;
  height: 7px;
  background: url(/http/python.itheima.com/2020gw/images/indeximg/pic.png) no-repeat -127px -146px;
  content: "";
}
.schools .school_con .schoolcon2 ul li .schoolselect .schoolbot {
  display: none;
  position: absolute;
  top: 24px;
  width: 128px;
  height: 205px;
  border: 1px #dee0ea solid;
  background: #fff;
  padding-left: 12px;
  z-index: 3;
}
.schools .school_con .schoolcon2 ul li .schoolselect.cur .schoolbot {
  display: block;
}
.schools .school_con .schoolcon2 ul li .schoolselect .schoolxq {
  width: 122px;
  height: 185px;
  font-size: 14px;
  color: #252b3a;
  line-height: 23px;
  overflow-y: auto;
  margin-top: 10px;
}
.schools
  .school_con
  .schoolcon2
  ul
  li
  .schoolselect
  .schoolxq::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.schools
  .school_con
  .schoolcon2
  ul
  li
  .schoolselect
  .schoolxq::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 5px;
  background: #e6e7ef;
}
.schools
  .school_con
  .schoolcon2
  ul
  li
  .schoolselect
  .schoolxq::-webkit-scrollbar-track {
  width: 6px;
  height: 1px;
}
.schools .school_con .schoolcon2 ul li .schoolxq span {
  color: #252b3a;
  cursor: pointer;
  display: block;
}
.schools .school_con .schoolcon2 ul li .schoolxq span:hover {
  color: #d62c2c;
}
.schools .school_con .schoolcon2 ul li .mackbg2 {
  position: absolute;
  right: 44px;
  bottom: 24px;
}
.schools .school_con .schoolcon2 ul li.con2li1 {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  /* display: none; */
}
.schools .school_con .schoolcon2 ul li.con2li1.cur {
  height: auto;
  padding-bottom: 210px;
  overflow: visible;
}
.schools .school_con .schoolcon2 ul li .mack_con {
  width: 640px;
  background: #f8f9fa;
  background: -moz-linear-gradient(to bottom, #f7f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f7f8fa, #fcfcfc);
  z-index: 100;
  border-radius: 4px;
  border: 2px #fff solid;
  box-shadow: 0 8px 20px rgba(193, 200, 214, 0.3);
  box-sizing: border-box;
  padding: 0 44px 41px;
}
.schools .school_con .schoolcon2 ul li.con2li1 .mack_con {
  position: absolute;
  left: 48%;
  top: 36px;
}
.schools .school_con .schoolcon2 ul li.con2li2 .mack_con {
  position: relative;
  margin: 5px 0 0 46%;
}
.mack_con .mackcon {
  display: none;
}
.mack_con .concur {
  display: block;
}

.mack_con .mackcon .mackcon_top h2 {
  font-size: 20px;
  color: #eff3fd;
  line-height: 40px;
  height: 40px;
  padding-top: 34px;
}
.mack_con .mackcon .mackcon_top h2 span {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 1.5% 0 0;
  overflow: hidden;
}
.mack_con .mackcon .mackcon_top h2 img {
  height: 100%;
  margin-left: -11px;
}
.mack2_con .mackcon .mackcon_top h2 {
  font-size: 15px;
}
.mack2_con .mackcon .mackcon_top h2 span {
  width: 40px;
  height: 40px;
  border: none;
  background: #fff;
}
.mack2_con .mackcon .web_icon h2,
.mack2_con .mackcon .python_icon h2,
.mack2_con .mackcon .xmt_icon h2,
.mack2_con .mackcon .linux_icon h2,
.mack2_con .mackcon .robot_icon h2,
.mack2_con .mackcon .uids_icon h2 {
  line-height: 25px;
}
.mack2_con .mackcon .mackcon_top h2 img {
  display: block;
  height: 36px;
  margin: 2px auto 0;
}
.mack2_con .mackcon .java_icon h2 img {
  margin: 2px auto 0;
}
.mack_con .mackcon .mackcon_top h2 p {
  float: right;
  width: 56%;
  margin: 6px -3% 0 0;
}
.mack_con .mackcon .mackcon_top h2 p a {
  float: left;
  width: 23%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  background: #e9162f;
  margin: 1px 1%;
}
.mack_con .mackcon .mackcon_top h2 p a:hover {
  background: #ff3434;
}

.mack_con .mackcon .mackcon_cen h2 {
  height: 17px;
  font-size: 18px;
  color: #252b3a;
  line-height: 18px;
  font-weight: bold;
  border-left: 3px #d51229 solid;
  margin: 44px 0 25px 0;
  padding-left: 6px;
}
.mack_con .mackcon .mackcon_cen ol {
  margin-bottom: 15px;
}
.mack_con .mackcon .mackcon_cen ol li {
  float: left;
  margin: 0 7px 6px 0;
  cursor: pointer;
}
.mack_con .mackcon .mackcon_cen ol li span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #252b3a;
  border: 2px #fff solid;
  border-radius: 4px;
  box-shadow: 0 6px 8px rgba(193, 200, 214, 0.3);
  background: -moz-linear-gradient(to bottom, #f7f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f7f8fa, #fcfcfc);
  padding: 0 11px;
}
.mack_con .mackcon .mackcon_cen ol li:hover,
.mack_con .mackcon .mackcon_cen ol li.cur {
  padding: 2px;
}
.mack_con .mackcon .mackcon_cen ol li:hover span,
.mack_con .mackcon .mackcon_cen ol li.cur span {
  color: #fff;
  border: none;
  background: #e9162f;
}
.mack_con .mackcon .mackcon_cen ul li {
  font-size: 14px;
  color: #595959;
  overflow: hidden;
  width: 95%;
  line-height: 26px;
}
.mack_con .mackcon .mackcon_cen ul li em {
  display: inline-block;
  width: 12px;
}
.mack_con .mackcon .mackcon_cen ul li span.bmz {
  position: relative;
}
.mack_con .mackcon .mackcon_cen ul li span.bmz i {
  position: absolute;
  right: -18px;
  top: 3px;
  width: 12px;
  height: 13px;
  background: url(/http/python.itheima.com/2020gw/images/indeximg/hot.png) no-repeat;
  background-size: 100%;
}
.mack_con .mackcon .mackcon_cen ul li a {
  float: right;
  height: 26px;
  line-height: 26px;
  border: 1px #3c4b94 solid;
  border-radius: 15px;
  padding: 0 12px;
  font-size: 14px;
  color: #c5c3e6;
}
.mack_con .mackcon .mackcon_cen ul li a:hover {
  background: #3c4b94;
  color: #fff;
}
.mack_con .mackcon .mackcon_bot h3 {
  height: 17px;
  font-size: 18px;
  color: #252b3a;
  line-height: 17px;
  font-weight: bold;
  border-left: 3px #d51229 solid;
  margin: 44px 0 25px 0;
  padding-left: 6px;
}
.mack_con .mackcon_cen .schoolkb .schoolkbxx {
  display: none;
  width: 560px;
  overflow: hidden;
  margin-left: 15px;
}
.mack_con .mackcon_cen .schoolkb .cur {
  display: block;
}
.mack_con .mackcon .mackcon_bot p {
  font-size: 14px;
  color: #979db2;
  line-height: 26px;
  margin-top: -4px;
}
.mack_con .mackcon .mack_btn {
  float: left;
  width: 110px;
  height: 28px;
  background: #e9162f;
  border-radius: 2px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  margin-top: 40px;
}
.mack_con .mackcon .mack_btn2 {
  width: 149px;
  height: 29px;
  background: url("../images/qjpic.png") no-repeat 0 0;
  margin-left: 28px;
}
.mack_con .mackcon .mack_btn:hover {
  background: #ff3434;
}
.mack_con .mackcon .mack_btn2:hover {
  background: url("../images/qjpic.png") no-repeat 0 0;
  opacity: 0.9;
}
.mack2_con .mackcon .mackcon_bot h3 {
  margin-bottom: 18px;
}
.mack_con .mackcon .mackcon_bot h4 {
  font-size: 14px;
  line-height: 32px;
}
.mack_con .mackcon .mackcon_bot h4 a {
  height: 32px;
  color: #fff;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mack_con .mackcon .mackcon_bot h4 a:hover {
  color: #c9c7e5;
}
.mack_con .mackcon .mackcon_bot h4 span {
  float: right;
  color: #fff;
}
.mack_con .mackcon .mackcon_bot h4 em {
  float: left;
  width: 8px;
  height: 8px;
  background: #216df4;
  border-radius: 50%;
  margin: 11px 7px 0 0;
}
.mack_con .mackcon .mackcon_bot h4 span i {
  font-style: inherit;
  margin-right: 5px;
}

.mack_con .mack1con .schoolkbxx ul,
.mack_con .mack2con .schoolkb ul {
  width: 50%;
  float: left;
}

.schools .school_con .schoolcon2 ul li.con2li1 .map {
  position: relative;
  width: 520px;
  margin: 45px 55% 0 0;
  float: right;
}
/* .schools .school_con .schoolcon2 ul li.con2li1 .map .mappic{width: 100%;} */
.schools .school_con .schoolcon2 ul li.con2li1 .map .con2li1_city {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.schools .school_con .schoolcon2 ul li.con2li1 .map .con2li1_city .citys {
  position: relative;
  width: 130px;
  height: 110px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  border: 2px #fafcfc solid;
  background-color: #fafcfc;
}
.schools .school_con .schoolcon2 ul li.con2li1 .map .con2li1_city .citys.huis {
  background-color: #f7f9fa;
}
.schools .school_con .schoolcon2 ul li.con2li1 .map .con2li1_city .citys.cur {
  z-index: 3;
}
.schools .school_con .schoolcon2 ul li.con2li1 .map .con2li1_city .citys p {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  font-size: 15px;
  color: #252b3a;
  text-align: center;
  z-index: 3;
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .citys.cur
  span {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 130px;
  height: 110px;
  border-radius: 4px;
  border: 2px #fff solid;
  box-shadow: 0 8px 20px rgba(193, 200, 214, 0.3);
  background: -moz-linear-gradient(to bottom, #f7f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f7f8fa, #fcfcfc);
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .citys:before {
  position: absolute;
  left: 50%;
  top: 12px;
  width: 74px;
  height: 59px;
  background: url("../images/bj.png") no-repeat 0 0;
  margin-left: -37px;
  content: "";
  z-index: 4;
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .citys:hover
  p {
  color: #e9162f;
}
.schools .school_con .schoolcon2 ul li.con2li1 .map .con2li1_city .citys.cur p {
  color: #e9162f;
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_sh:before {
  background-image: url("../images/sh.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_gz:before {
  background-image: url("../images/gz.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_sz:before {
  background-image: url("../images/sz.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_wh:before {
  background-image: url("../images/wh.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_zz:before {
  background-image: url("../images/zz.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_xa:before {
  background-image: url("../images/xa.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_cs:before {
  background-image: url("../images/cs.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_jn:before {
  background-image: url("../images/jn.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_cq:before {
  background-image: url("../images/cq.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_nj:before {
  background-image: url("../images/nj.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_hz:before {
  background-image: url("../images/hz.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_sjz:before {
  background-image: url("../images/sjz.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_cd:before {
  background-image: url("../images/cd.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_hf:before {
  background-image: url("../images/hf.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .city_ty:before {
  background-image: url("../images/ty.png");
}
.schools
  .school_con
  .schoolcon2
  ul
  li.con2li1
  .map
  .con2li1_city
  .citys.cur:before {
  background-position-y: -59px;
}

.schools .school_con .schoolcon2 ul li.con2li2 {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  background: url("../images/bg.png") no-repeat center bottom;
  /* display: none; */
}
.schools .school_con .schoolcon2 ul li.con2li2.cur {
  height: auto;
  padding: 30px 0 274px 0;
  overflow: visible;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2img {
  position: absolute;
  width: 459px;
  right: 58%;
  top: 40px;
  border-left: 1px #fff solid;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic {
  position: relative;
  float: left;
  width: 152px;
  height: 152px;
  background: #f7f9fa;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  cursor: pointer;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic:nth-child(odd) {
  background: #fafcfc;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic i {
  position: absolute;
  left: 46px;
  bottom: 66px;
  width: 60px;
  height: 60px;
  background: url("/http/python.itheima.com/2020gw/images/indeximg/anijavaee.png") no-repeat 0 0;
  background-size: 60px;
}

.schools .school_con .schoolcon2 ul li.con2li2 .con2pic.is-enter i {
  -webkit-animation: tpm-product-multi__icon-enter 0.4s steps(23) forwards;
  animation: tpm-product-multi__icon-enter 0.4s steps(23) forwards;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic.is-leave i {
  -webkit-animation: tpm-product-multi__icon-leave 0.4s steps(23) forwards;
  animation: tpm-product-multi__icon-leave 0.4s steps(23) forwards;
}
@-webkit-keyframes tpm-product-multi__icon-enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1380px;
  }
}
@keyframes tpm-product-multi__icon-enter {
  0% {
    background-position: 0 0;
  }
  to {
    background-position: 0 -1380px;
  }
}
@-webkit-keyframes tpm-product-multi__icon-leave {
  0% {
    background-position: 0 -1380px;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes tpm-product-multi__icon-leave {
  0% {
    background-position: 0 -1380px;
  }
  to {
    background-position: 0 0;
  }
}

.schools .school_con .schoolcon2 ul li.con2li2 .con2pic p {
  font-size: 15px;
  color: #252b3a;
  text-align: center;
  padding-top: 92px;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic:hover p {
  color: #e9162f;
  font-weight: bold;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic.cur .con2picmain {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 160px;
  height: 160px;
  border: 2px #fff solid;
  border-radius: 4px;
  background: -moz-linear-gradient(to bottom, #f7f8fa, #fcfcfc);
  background: linear-gradient(to bottom, #f7f8fa, #fcfcfc);
  box-shadow: 0 8px 20px rgba(193, 200, 214, 0.3);
  z-index: 5;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic.cur i {
  left: 50px;
  bottom: 70px;
}
.schools .school_con .schoolcon2 ul li.con2li2 .con2pic.cur p {
  padding-top: 96px;
  color: #e9162f;
  font-weight: bold;
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolweb i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/aniweb.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolpython i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anipython.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolai i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/aniai.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolui i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/aniui.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schooltest i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anitest.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolxmt i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anixmt.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolpm i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anipm.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schooljcdl i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anijcdl.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolhm i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anihm.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoollinux i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anilinux.png");
}
.schools .school_con .schoolcon2 ul li.con2li2 .schoolCBEC i {
  background-image: url("/http/python.itheima.com/2020gw/images/indeximg/anicbec.png");
}

.footer2 {
  background: #21242c;
}
.footer2 .footer_top {
  padding: 0;
}
.footer2 .footer_top .footer_ewm {
  background: #262933;
}
.footer2 .footer_top .footer_ch {
  padding-bottom: 40px;
}
.footer2 .footer_top .footer_ch ol li {
  margin-right: 34px;
}
.footer2 .footer_top .footer_ch ol h2 {
  color: #bfbfbf;
}
.footer2 .footer_top .footer_ch ol p a {
  color: #848484;
}
.footer2 .footer_top .footer_ch ul {
  width: 660px;
  margin-top: 18px;
}
.footer2 .footer_top .footer_ch ul li {
  margin-right: 44px;
}
.footer2 .footer_top .footer_ch ul li.logobot img {
  margin: 25px 0 0 53px;
}
.footer2 .footer_top .footer_yqlj {
  padding-top: 12px;
}
.footer2 .footer_top .footer_yqlj ul {
  border-color: #323640;
}
.footer2 .footer_top .footer_yqlj ol {
  height: 42px;
  border-color: #323640;
}
.footer2 .footer_top .footer_yqlj ol li {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #9c9c9c;
  margin-right: 42px;
}
.footer2 .footer_top .footer_yqlj ol li.cur {
  color: #e9152e;
  border-bottom: 3px #e9152e solid;
}
.footer2 .footer_top .footer_yqlj a {
  color: #949494;
}
.footer2 .footer_bot {
  background: #21242c;
}

@media (max-width: 1700px) {
  /* .schools .school_con .schoolcon2 ul li.con2li1 .map{
		margin-right: 46%;
		float: right;
		-webkit-transform: scale(.98);
		-moz-transform: scale(.98);
		-ms-transform: scale(.98);
		-o-transform: scale(.98);
		transform: scale(.98);
	}
	.schools .school_con .schoolcon2 ul li .mack_con{
		width: 570px;
		padding: 0 36px 41px;
	}
	.schools .school_con .schoolcon2 ul li.con2li1 .mack_con{left: 55%;} */
}

@media (max-width: 1400px) {
  /* .schools .school_con .schoolcon2 ul li.con2li1 .map{
		-webkit-transform: scale(.85);
		-moz-transform: scale(.85);
		-ms-transform: scale(.85);
		-o-transform: scale(.85);
		transform: scale(.85);
		margin-right: 42%;
	}
	.schools .school_con .schoolcon2 ul li .mack_con{width: 560px;padding: 0px 26px 41px;}
	.mack_con .mackcon_cen .schoolkb .schoolkbxx{width: 500px;} */
}

.clears::after {
  content: ".";
  clear: both;
  display: block;
  overflow: hidden;
  font-size: 0;
  height: 0;
}
.clears {
  zoom: 1;
}
