*,
:before,
:after {
  box-sizing: border-box;
  /*IE8+*/
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
* {
  padding: 0;
  margin: 0;
}
html {
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*禁止手机端点击出现闪亮阴影*/
}
.tb {
  display: table;
  width: 100%;
  position: relative;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.trow {
  display: table-row;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.top {
  vertical-align: top;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
input,
textarea,
button {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /*iOS输入框默认有内部阴影，但无法使用 box-shadow 来清除，如果不需要阴影，可以这样关闭*/
}
textarea {
  resize: none;
}
li {
  list-style: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
object {
  display: none;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-direction: normal;
  /*正常顺序*/
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-horizontal {
  box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-vertical {
  box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-align {
  box-align: center;
  box-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-align-left {
  box-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex > *,
.flex-item-none {
  box-flex: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.flex > .flex-item {
  box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex-item-align {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
body {
  min-width: 1080px;
  font-size: 15px;
  font-family: "Microsoft Yahei", "微软雅黑", Helvetica, Arial, "Hiragino Sans GB", STHeiti, "华文细黑", sans-serif;
}
img {
  width: auto;
}
.b1-item1:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  background: #ff4200;
  height: 6px;
  z-index: 1;
}
.b1-item2:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  background: #2e4298;
  height: 6px;
  z-index: 1;
}
.b1-item3:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  background: #0faba7;
  height: 6px;
  z-index: 1;
}
.b1-item4:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  background: #ff002e;
  height: 6px;
  z-index: 1;
}
.box {
  max-width: 1200px;
  margin: 0 auto;
  min-width: 1080px;
  padding: 0 15px;
}
.pagination {
  display: block;
  padding-top: 32px;
  font-size: 0;
}
.pagination .swiper-pagination-switch,
.pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #6e7167;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 9px;
}
.pagination .swiper-active-switch,
.pagination .swiper-pagination-bullet-active {
  background: #6fb92c;
}
.b1 {
  height: 720px;
  background-image: url(../images/banner.png);
  background-size: 1440px 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #0f1d50;
}
.b1 .b1-controller {
  padding: 650px 0 0;
  text-align: center;
  box-shadow: 0 5px 16px 1px rgba(38, 19, 140, 0.12);
}
.b1 .b1-controller .b1-item {
  height: 142px;
  background: #fff;
  width: 14.28571429%;
  position: relative;
  padding-top: 25px;
  font-size: 15px;
  color: rgba(25, 25, 25, 0.5);
  cursor: pointer;
}
.b1 .b1-controller .b1-item .b1-item-zh {
  padding: 14px 0 2px;
  font-size: 18px;
  color: #191919;
  font-weight: bold;
}
.about {
  font-size: 16px;
  text-align: center;
  color: #191919;
  width: 860px;
  margin: 0 auto;
}
.about img {
  margin: 100px 0 30px;
}
.about p {
  text-align: left;
  text-align: justify;
  padding-top: 28px;
  text-indent: 32px;
  line-height: 1.6;
}
.schools {
  text-align: center;
}
.schools > img {
  margin: 90px 0 58px;
}
.schools .swiper-container img {
  width: 100%;
}
.facility {
  text-align: center;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
.facility > img {
  margin: 100px 0 59px;
}
.facility .facility-list {
  margin: 0 -15px;
}
.facility .facility-list .facility-item {
  float: left;
  width: 25%;
  padding: 0 15px;
}
.facility .facility-list .facility-item img {
  width: 100%;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.26);
}
.recruitment {
  text-align: center;
}
.recruitment > img {
  margin: 103px 0 15px;
}
.recruitment div {
  width: 858px;
  margin: 0 auto;
  position: relative;
}
.recruitment div img {
  margin-top: 44px;
  width: 100%;
}
.recruitment div .recruitment-btn {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  width: 136px;
  height: 40px;
  line-height: 40px;
  background: #ffb605;
  position: absolute;
  z-index: 1;
  right: 61px;
  bottom: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.recruitment div .recruitment-btn:hover {
  opacity: 0.6;
}
.develop {
  background: #f2eeeb;
  text-align: center;
  margin: 143px 0 20px;
  padding-top: 9px;
  padding-bottom: 50px;
}
.develop .box > img {
  position: relative;
  top: 48px;
  z-index: 1;
}
.develop .box div img {
  width: 100%;
}
.process {
  background: #d5e3ec;
  text-align: center;
  padding: 52px 0 0;
  height: 400px;
}
.process .box div img {
  width: 100%;
  margin-top: 71px;
}
.campus {
  background: #4f6a7f;
  text-align: center;
  padding: 104px 0 101px;
}
.campus .box div img {
  width: 894px;
  margin-top: 50px;
}
.footer {
  background: #203864;
  color: #fff;
  height: 300px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer .fl {
  font-size: 16px;
  padding: 94px 0 0 203px;
}
.footer .fl > div {
  padding-bottom: 20px;
}
.footer .fr {
  padding: 95px 188px 0 0;
  text-align: center;
  font-size: 14px;
}
.footer .fr .td:first-child {
  padding-right: 82px;
}
.footer .fr img {
  width: 91px;
  margin-bottom: 18px;
}
