.f28 {
  font-size: 28px;
}

.mt3 {
  margin-top: 3px;
}

.mr10 {
  margin-right: 10px;
}

.mt13 {
  margin-top: 13px;
}

.mt25 {
  margin-top: 25px;
}

.ml5 {
  margin-left: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.tc {
  text-align: center;
}

.deg180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.green {
  color: #20b09f;
}

.lh32 {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.poi {
  cursor: pointer;
}

.w80 {
  width: 80px;
}

.main-wrap {
  width: 1200px !important;
}

.top-arrow {
  position: absolute;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.fillBox {
  background-color: #f6f8fb;
}
.subject-font {
  color: #20b09f;
}
.subject-bgc {
  background-color: #20b09f;
}
.padding-t20 {
  padding-top: 20px;
  box-sizing: border-box;
}
.top-arrow:before {
  position: absolute;
  content: "";
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  border-bottom: 5px solid;
  border-top: none !important;
  border-bottom: 5px solid #09c;
}

.none {
  display: none;
}

.bottom-arrow {
  position: absolute;
}

.bottom-arrow:after,
.bottom-arrow:before {
  position: absolute;
  content: "";
  border: 5px dashed transparent;
  border-top: 5px solid;
}

.bottom-arrow:before {
  border-top: 5px solid #09c;
}
.top-menu {
  padding: 0 35px;
  box-sizing: content-box;
  position: relative;
  z-index: 999;
  height: 70px;
  line-height: 70px;
  background: #fff;
  
  border-bottom: 1px solid #f6f8fb;
}
.top-menu .topbar-body {
  position: relative;
  z-index: 3000;
  min-width:1290px;
}
.top-menu .topbar-body > div {
  height: 70px;
}
.top-menu .topbar-body > div > div {
  display: inline-block !important;
  vertical-align: middle;
  line-height: normal;
}

.top-menu .topbar-body > .fr > div > div {
  display: inline-block !important;
  vertical-align: middle;
}
.top-menu {
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
}

.top-menu .logo {
  margin: 0;
}
.top-menu .logo a {
  display: flex;
  align-items: center;
  height:70px;
  line-height: 70px;
 
}
.top-menu .logo img {
  /* width: 138px; */
  height: 40px;
}

.top-menu .Nav_searchBox {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  z-index: 3001;
  background-color: #ffffff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.top-menu .Nav_searchBox .Nav_searchBox_closeBtn{
  position: absolute;
  top: 33px  ;
  right: 33px;
  width: 36px;
  height: 36px;
}
.top-menu .Nav_searchBox .Nav_searchBox_closeBtn svg{
  cursor: pointer;
}
.top-menu .Nav_searchBox .Nav_logo{
  position: absolute;
  top: 32px;
  left: 60px;
  cursor: pointer;
  width: 101px;
  height: 40px;
}
.top-menu .Nav_searchBox .search-body {
  width: 800px;
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  line-height: normal;
}
.top-menu .Nav_searchBox .search-body .search-tab-list{
  padding: 0 10px;
}
.top-menu .search-body .search-tab-list .search-tab-item{
  font-size: 14px;
  color: rgba(0,0,0,0.85);
  cursor: pointer;
}
.top-menu .search-body .search-tab-list .search-tab-item.active{
  color: #FFFFFF;
  background-color: #20b09f;
}
.top-menu .search-body .search-tab-list .search-tab-item span{
display: inline-block;
height:40px;
line-height: 40px;
padding: 0 20px;

}
.top-menu .search-body .search-hot .hot-tit {
  color: #20b09f;
}

.top-menu .search-body .search-hot .hot-item {
  height: 30px;
  line-height: 30px;
  color: #999;
  padding: 0 10px;
  background: #f3f5f8;
  margin-right: 10px;
}

.top-menu .search-body .search-hot .hot-item a {
  color: #999;
}

.top-menu .search-body .search-line {
  width: 800px;
  height: 52px;
  border: 2px solid #20b09f;
  border-radius: 2px;
  position: relative;
  box-sizing: border-box;
  line-height: 48px;
  background-color: #ffffff;
}

.top-menu .search-body .search-input {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  background-color: #ffffff;
}

.top-menu .search-body .search-input input {
  width: 342px;
  border: none;
  height: 48px;
  box-sizing: border-box;
  vertical-align: super;
  line-height: 20px;
  padding: 14px 20px;
  outline: none;
}

.top-menu .search-body .search-input .search-tips {
  color: #999;
  font-size: 12px;
  line-height: 20px;
}

.top-menu .search-body .drop-btn {
  width: 124px;
  height: 48px;
  line-height: 48px;
  background: #e9f7f6;
  color: #20b09f;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  cursor: pointer;
}
.drop-btn .suffixToogle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-menu .search-body .search-drop {
  position: relative;
  margin-left: 17px;
  /* padding: 17px 0 0 5px */
}

.top-menu .search-body .drop-body {
  position: absolute;
  top: 92px;
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
  display: none;
  max-height: 308px;
  overflow-y: auto;
}

.top-menu .search-body .drop-body .drop-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.top-menu .search-body .drop-body label{
  white-space: nowrap;
  height: 20px !important;
}
.top-menu .search-body .drop-body input[name="Fruit"]{
width: 16px;
height: 16px;
background: #ffffff;
position: relative;
margin-right: 6px;
vertical-align: inherit;
}
.top-menu .search-body .drop-body input[name="Fruit"]::after{
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 2px;
  display: inline-block;
     visibility: visible;
     text-align: center;
     content: ' ';
  }
  .top-menu .search-body .drop-body input[name="Fruit"]:checked::after{
    content: "✓";
    font-size: 14px;
    font-weight: bold;
    background: #20b09f;
    color: #ffffff;
    }
.top-menu .search-body .drop-body .drop-enter {
  width: 68px;
  height: 28px;
  background: rgba(114, 244, 229, 0.1);
  border: 1px solid #20b09f;
  border-radius: 2px;
  line-height: 28px;
  color: #20b09f;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.top-menu .search-body .search-btn {
  width: 100px;
  height: 48px;
  line-height: 48px;
  background: #20b09f;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

.top-menu .search-body .search-lnk {
  padding-top: 22px;
  margin-left: -12px;
}

.top-menu .search-body .search-lnk .lnk-item {
  height: 36px;
  margin-top: 12px;
  line-height: 36px;
  float: left;
  background: #ffffff;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  margin-left: 12px;
}

.top-menu .search-body .search-lnk .lnk-item:hover {
  color: #20b09f;
}
.top-menu .search-body .search-lnk .lnk-item a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
}
.top-menu .Nav_searchBox .search-card {
  margin-top: 70px;
}
.top-menu .Nav_searchBox .search-card .card-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Nav_searchBox .search-card .card-list .card-item {
  width: 260px;
  height: 120px;
}
.Nav_searchBox .search-card .card-list a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.Nav_searchBox .search-card .card-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-menu .menu-body {
  margin-left: 30px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-menu .menu-body .top-border {
  height: 3px;
  position: absolute;
  bottom: 0;
  background: #20b09f;
}

.top-menu .menu-body .menu-group {
  list-style-type: none;
  margin: 0;
  position: relative;
}

.top-menu .menu-body .menu-group .menu-item {
  height: 34px !important;
  line-height: 34px !important;
  float: left;
}

.top-menu .menu-body .menu-group .menu-item a {
  font-weight: 400;
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0px 14px;
  color: #212121;
  white-space: nowrap;
}
.top-menu .menu-body .menu-group .menu-item a:hover {
  color: #20b09f;
}
.top-menu .menu-body .menu-group .menu-item:first-child a {
  padding-left: 0;
}

.top-menu .other-contact {
  color: #666;
  padding: 10px 0;
  line-height: 20px;
}

.top-menu .other-contact span {
  margin: 0 0 0 5px;
}

.top-menu .other-contact a:hover {
  color: #20b09f;
}

.top-menu .other-contact .h5,
.top-menu .other-contact .we-chat {
  position: relative;
}

.top-menu .other-contact .h5 img,
.top-menu .other-contact .we-chat img {
  position: absolute;
  top: 25px;
  left: 0;
  margin-left: -40px;
  display: none;
  background: none;
}

.top-menu .tool-body .t-l {
  margin: 0 5px 0;
}

.top-menu .tool-body > a {
  display: block;
  height: 34px;
  line-height: 34px;
}
.top-menu .tool-body .tool-body-item a:hover,
.top-menu .tool-body .login-btn a:hover {
  color: #20b09f;
}
.top-menu .tool-body .searchHint a,
.top-menu .tool-body .QRcode a {
  position: relative;
}
.QRcode a:hover .QRcodeBox {
  display: block;
}
.QRcode .QRcodeBox {
  width: 260px;
  height: 158px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.searchHint .searchHintbigBox {
  position: relative;

}
.searchHint .searchhintsmallBox {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 232px;
  transform: translateX(-50%);
  height: 200px;
  display: none;
}
.searchHint .searchhintsmallBox .bgimg {
  width: 100%;
}
.searchHint .searchhintsmallBox .searchShow {
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
}
.searchHint .searchhintsmallBox .searchShow .Nav-search-img{
  cursor: pointer;
}
.searchHint .searchhintsmallBox .searchShow .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  padding: 10px;
  cursor: pointer;
}
.searchHint .searchhintsmallBox .searchShow span {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #212121 !important;
}

.top-menu .tool-body .is-login {
  max-width: 160px;

}

.top-menu .tool-body .is-login a {
  display: block;
  max-width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #20b09f;
}
.top-menu .tool-body .tool-body-item > a > img {
  width: 12px;
  padding-right: 3px;
}
.top-menu .tool-body .reg-btn a {
  /* padding: 0 9px; */
  display: inline-block;
  color: #fff;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 74px;
  font-weight: 400;
  background: #20b09f;
}
.top-menu .tool-body .login-out{
  margin-left: 10px;
}
.top-menu .tool-body .login-out a {
  display: inline-block;
  text-align: center;
  width: 68px;
  height: 28px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  background: #ececec;
}

.top-menu .menu-detail {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
  z-index: 999;
  display: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-size: cover;
}

.top-menu .menu-detail .menu-subcontent {
  width: 100%;
  padding: 30px;
  padding-right: 0;
  /* min-height:480px; */
  padding-left: 48px;
  display: none;
  box-sizing: border-box;
  line-height: normal;
}
.top-menu .menu-detail .topbar-box {
  width: 100%;
}
.top-menu .menu-detail .menu-subcontent .menu-subitem {
  position: relative;
  padding: 0 30px 0 50px;
}
.top-menu .menu-detail .menu-subcontent .shuxian {
  background: rgba(216, 216, 216, 0.4);
  margin-top: 36px;
  width: 1px;
  height: 70%;
}

.top-menu .menu-detail .menu-subcontent .menu-subitem:nth-of-type(1) {
  padding-left: 0;
}
.top-menu .menu-detail .menu-subcontent .menu-subitem h3 {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  padding-bottom: 10px;

  padding-left: 10px;
}

.top-menu .menu-detail .menu-subcontent .menu-subitem .has-sub {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.top-menu .menu-detail .menu-subcontent .menu-subitem .has-sub .sub-item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.top-menu
  .menu-detail
  .menu-subcontent
  .menu-subitem
  .sub-group
  .sub-item
  .sub-tit {
  color: #999;
  margin: 0 0 5px 10px;
  padding-top: 10px;
}

.top-menu
  .menu-detail
  .menu-subcontent
  .menu-subitem
  .sub-group
  .sub-item
  ul
  li
  a {
  display: block;
  padding: 8px;
  color: #191919;
}

.top-menu
  .menu-detail
  .menu-subcontent
  .menu-subitem
  .sub-group
  .sub-item
  ul
  li
  a:hover {
  color: #20b09f;
  /* background: #f4f4f4; */
}

.menu-subitem .menu-icon {
  height: 18px;
  vertical-align: text-bottom;
  margin-left: 4px;
}

.no-sub-group li {
  margin-bottom: 10px;
}

.footer {
  background: #2e3033;
  color: #9b9ea0;
  font-size: 14px;
}

.footer p {
  font-size: 14px;
}

.footer .f-b-l {
  border-bottom: 1px solid #9a9ba0;
}

.footer .footer-topbar-content {
  padding: 30px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-topbar-content .footer-topbar-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .footer-body {
  margin-top: 40px;
  text-align: left;
}
.footer .footer-content{
  position: relative;
}
.footer .footer-content .footer-tel{
  position: absolute;
  right: 0;
  top: 18px;
  width: 267px;
  height: 38px;
  border: 1px solid #9c9ea0;
  border-radius: 2px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  color: #9c9ea0;
}
.footer .footer-content .footer-tel>img{
  position: relative;
  top: 3px;
  margin-right: 3px;
}
.footer .footer-body .footer-menu span {
  margin-left: 5px;
}

.footer .kx-img {
  width: 79px;
  height: 28px;
}

.footer .footer-menu a {
  color: inherit;
}

.menu-icon {
  display: inline-block;
  height: 34px;
  vertical-align: middle;
}

/* ie x 去除 */
::-o-clear {
  display: none;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
/* 商学院2级导航样式 */
.eduSecondNavBox {
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  height: 50px;
  min-width: 1200px;
  padding-left: 35px;
  padding-right: 40px;
  min-width: 1365px;
}
.eduSecondNavBox .eduSecondNav-list .eduSecondNav-item {
  height: 50px;
  line-height: 50px;
  padding: 0 17px;
  font-size: 14px;
  color: #212121;
}
.eduSecondNavBox .eduSecondNav-list .eduSecondNav-item:nth-of-type(1) {
  padding-left: 0;
}
.eduSecondNavBox .eduSecondNav-list .eduSecondNav-item:hover {
  color: #20b09f;
}
.eduSecondNavBox .eduSecondNav-list .active {
  color: #20b09f;
}
.eduSecondNavBox > .fr {
  height: 50px;
  line-height: 50px;
}
.eduSecondNavBox .searchBox {
  position: relative;
  height: 100%;
  background: #f9f9f9;
  border-radius: 1px;
  width: 218px;
}
.eduSecondNavBox .searchBox input {
  background: #f9f9f9;
  width: 166px;
  height: 17px;
  line-height: 17px;
  color: #565656;
  outline: none;
  border: none;
  margin-left: 12px;
  font-size: 12px;
}
.eduSecondNavBox .searchBox .icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.eduSecondNavBox .text {
  margin-left: 30px;
  color: #212121;
  font-size: 14px;
}
.eduSecondNavBox .text .phoneIcon {
  width: 14px;
  vertical-align: sub;
}
.eduSecondNavBox .text .phone {
  display: inline-block;
  line-height: 50px;
  margin-left: 8px;
}
/* @media screen and (min-width: 1201px) {
  .eduSecondNav .eduSecondNavBox {
    padding-left: 92px;
    padding-right: 40px;
  }
} */
/* 禁止滚动样式 */
.forbiddenScroll{
  height:100% !important;
  overflow:hidden !important;
}

/* 注册页面顶部导航 */
.register-top-menu{

}
.register-top-menu .register-topbar-body .register-topbar-box .clearfix{
  width: 100%;
}

.top-menu>.topbar-body>.topbar-box>.clearfix>.other-contact>.fr:nth-of-type(1)>a{
  color: #001eb4 !important;
}