html,
body {
  min-width: 1300px;
}
.minwidth {
  min-width: 1300px;
  overflow-x: hidden;
}
.banner_wrapper img {
  width: 100%;
  height: 35.4%;
}
#nav {
  display: flex;
  justify-content: center;
  height: 80px;
  background-color: #6b397f;
}
#nav .content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  width: 1200px;
}
#nav .content .left {
  height: 100%;
  display: flex;
  align-items: center;
}
#nav .content .left img {
  width: 211px;
  height: 49px;
}
#nav .content .right ul {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
#nav .content .right ul li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 100px;
}
#nav .content .right ul li a {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav .content .right ul li.active a {
  color: #e7aa68;
  position: relative;
}
#nav .content .right ul li.active a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 3px;
  background-color: #e7aa68;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
}
.content_item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_item .content_container {
  width: 1200px;
}
.content_item .content_container .title .zh {
  font-size: 56px;
  font-family: "隶书";
  text-align: center;
  color: #6b397f;
}
.content_item .content_container .title .en {
  font-size: 24px;
  font-family: "隶书";
  text-align: center;
  color: #6b397f;
}
.content_item .content_container > .content {
  margin-top: 36px;
}
#xmjj {
  height: 1388px;
  background: url(../images/xmjj_bg.png);
  background-size: cover;
  padding-top: 50px;
}
#xmjj .content {
  display: flex;
  flex-direction: column;
}
#xmjj .content .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
#xmjj .content .item .word_content {
  width: 567px;
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  position: relative;
  z-index: 5000;
}
#xmjj .content .item .word_content::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 5px;
  background-color: #b59cbf;
  left: 0;
  bottom: -35px;
}
#xmjj .content .item .word_content::before {
  position: absolute;
  content: "MBA";
  font-size: 110px;
  font-weight: bold;
  color: rgba(107, 57, 127, 0.4);
  font-family: "Times New Roman";
  left: 0;
  top: -30px;
  z-index: 0;
}
#xmjj .content .item .img_content {
  width: 600px;
}
#xmjj .content .item:nth-of-type(2) .word_content::before {
  content: "MEM";
}
#xmjj .content .item:nth-of-type(3) .word_content::before {
  content: "MSW";
}
.xmjj_content {
  width: 1203px;
  height: 1146px;
}
#xmts {
  padding-top: 80px;
  padding-bottom: 56px;
  height: auto;
  background: url(../images/xmts_bg.png);
  background-size: cover;
}
#xmts .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#xmts .content .tabs ul {
  display: flex;
}
#xmts .content .tabs ul li {
  cursor: pointer;
  margin-right: 40px;
}
#xmts .content .tabs ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 268px;
  height: 55px;
  border-radius: 40px;
  box-sizing: border-box;
  border: 1px solid #6b397f;
  color: #6b397f;
}
#xmts .content .tabs ul li.active div {
  background-color: #6b397f;
  color: #fff;
}
#xmts .content .item_content {
  margin-top: 40px;
}
#xmts .content .item_content .item_content0 {
  display: flex;
  justify-content: center;
}
#xmts .content .item_content .item_content0 .item {
  width: 185px;
  margin-right: 70px;
}
#xmts .content .item_content .item_content0 .item .top {
  text-align: center;
}
#xmts .content .item_content .item_content0 .item .mid {
  font-size: 18px;
  font-weight: bold;
  color: #6b397f;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}
#xmts .content .item_content .item_content0 .item .bottom {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
#xmts .content .item_content .item_content1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  width:100%;
}
#xmts .content .item_content .item_content1 .item {
  width: 280px;
  height: 290px;
  background-color: #ffffff;
  margin-right: 15px;
  padding-bottom: 20px;
  margin-bottom:75px;
}
#xmts .content .item_content .item_content1 .item .logo_wrapper {
  text-align: center;
  position: relative;
  top: -50px;
}
#xmts .content .item_content .item_content1 .item .title {
  text-align: center;
  font-size: 18px;
  color: #6b397f;
  font-weight: bold;
  position: relative;
  top: -30px;
}
#xmts .content .item_content .item_content1 .item .content {
  position: relative;
  top: -15px;
  padding: 0 27px;
  color: #666666;
  font-size: 16px;
  line-height: 25px;
}
#xmts .content .item_content .item_content2 {
  display: flex;
  justify-content: center;
}
#xmts .content .item_content .item_content2 .item {
  width: 182px;
  margin-right: 74px;
}
#xmts .content .item_content .item_content2 .item .top {
  text-align: center;
}
#xmts .content .item_content .item_content2 .item .bottom {
  text-align: center;
  margin-top: 24px;
  line-height: 25px;
  font-size: 16px;
  color: #666666;
}
#xspy {
  height: 640px;
  background: url(../images/xspy_bg.png);
  background-size: cover;
  padding-top: 50px;
}
#xspy .content_container .title .zh {
  color: #fff;
}
#xspy .content_container .title .en {
  color: #fff;
}
#xspy .content_container > .content {
  display: flex;
  justify-content: center;
}
#xspy .content_container > .content > .item {
  width: 380px;
  height: 406px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-right: 30px;
  box-sizing: border-box;
  padding-left: 30px;
}
#xspy .content_container > .content > .item > .title {
  margin-top: 30px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Times New Roman";
  margin-bottom: 30px;
}
#xspy .content_container > .content > .item .contentitem {
  margin-bottom: 20px;
}
#xspy .content_container > .content > .item .contentitem .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
#xspy .content_container > .content > .item .contentitem .content {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}
#bklc {
  height: auto;
  background: url(../images/bklc_bg.png);
  background-size: cover;
  padding-top: 100px;
}
#bklc .content_container > .content {
  display: flex;
  flex-direction: column;
}
#bklc .content_container > .content > .top {
  display: flex;
}
#bklc .content_container > .content > .top .item {
  width: 450px;
  margin-right: 260px;
}
#bklc .content_container > .content > .top .item .title {
  width: 340px;
  height: 48px;
  background: url(../images/title_bg.png);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 24px;
  font-weight: bold;
  color: #6b397f;
  font-family: "Times New Roman";
  margin-bottom: 22px;
}
#bklc .content_container > .content > .top .item .content {
  display: flex;
  font-size: 16px;
  line-height: 30px;
}
#bklc .content_container > .content > .top .item .content .left {
  width: 80px;
  flex-shrink: 0;
}
#bklc .content_container > .content > .bottom > .title {
  font-size: 20px;
  font-weight: bold;
  color: #6b397f;
  background: url(../images/title_bg.png);
  width: 340px;
  height: 48px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  box-sizing: border-box;
}
#bklc .content_container > .content > .bottom .tabs {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
#bklc .content_container > .content > .bottom .tabs ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#bklc .content_container > .content > .bottom .tabs ul li {
  position: relative;
  margin-right: 107px;
}
#bklc .content_container > .content > .bottom .tabs ul li.not_arrow {
  display: inline-block;
  width: 145px;
  height: 145px;
  position: relative;
}
#bklc .content_container > .content > .bottom .tabs ul li.not_arrow .activeimg {
  display: none;
}
#bklc .content_container > .content > .bottom .tabs ul li.not_arrow .defaultimg {
  display: inline-block;
}
#bklc .content_container > .content > .bottom .tabs ul li.not_arrow.active .activeimg {
  display: inline-block;
}
#bklc .content_container > .content > .bottom .tabs ul li.not_arrow.active .defaultimg {
  display: none;
}
#bklc .content_container > .content > .bottom .tabs ul li.not_arrow.active::after {
  color: #6b397f;
}
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(1).not_arrow::after,
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(3).not_arrow::after,
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(5).not_arrow::after {
  position: absolute;
  content: "第一步：报名";
  color: #999999;
  font-weight: bold;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  width: 100%;
  text-align: center;
}
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(3).not_arrow::after {
  content: "第二步：参加考试";
}
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(5).not_arrow::after {
  content: "第三步：录取及调剂";
}
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(1).not_arrow.active::after,
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(3).not_arrow.active::after,
#bklc .content_container > .content > .bottom .tabs ul li:nth-of-type(5).not_arrow.active::after {
  color: #6b397f;
}
#bklc .content_container > .content > .bottom .content1,
#bklc .content_container > .content > .bottom .content2 {
  display: none;
}
#bklc .content_container > .content > .bottom > .content {
  margin-top: 35px;
  padding: 30px;
}
#bklc .content_container > .content > .bottom > .content .title {
  font-size: 16px;
  color: #666666;
  margin-bottom: 24px;
}
#bklc .content_container > .content > .bottom > .content .word_content {
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  border: 1px solid #cccccc;
  padding: 30px;
}
#lxwm {
  height: auto;
  background: url(../images/lxwm_bg.png);
  background-size: cover;
}
#lxwm .content_container .title .zh {
  color: #fff;
}
#lxwm .content_container .title .en {
  color: #fff;
}
#lxwm .content_container > .content {
  display: flex;
  align-items: center;
}
#lxwm .content_container > .content .left {
  width: 532px;
  margin-right: 168px;
}
#lxwm .content_container > .content .left .item {
  margin-bottom: 40px;
}
#lxwm .content_container > .content .left .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
#lxwm .content_container > .content .left .item .content {
  font-size: 16px;
  color: #fff;
}
#lxwm .content_container > .content .right {
  width: 245px;
}
#lxwm .content_container > .content .right .code_wrapper {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
}
#lxwm .content_container > .content .right .desc {
  text-align: center;
  margin-top: 20px;
  color: #ffffff;
  line-height: 25px;
}
