@charset "utf-8";
/* CSS Document */

/*------------logoSearch begin---------*/

.head_bg_color {
  background-color: #ffffff;
}

.head_content {
  width: 1180px;
  height: auto;
  margin: 0 auto;
}

.head {
  /*padding: 23px 0 0 0;*/
  height: 110px !important;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.body_hidden {
  overflow: hidden;
}

.head_logo {
  /* width: 360px; */
  width: 199px;
  height: 70px;

}

.head_search {
  /* width: 456px; */
  margin: 0 auto 0;;
  box-sizing: border-box;
}

.head_search_form {
  width: 420px;
  height: 56px;
  position: relative;
  padding-left: 20px;
}

#headSearchBox {
  display: block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  color: #828792;
  cursor: pointer;
  padding: 0 32px;
  width: 361px;
  height: 56px;
  line-height: 56px;
  background-color: #f7f7f7;
  border-radius: 28px;
  z-index: 0;
}

.btn_search {
  position: absolute;
  right: 75px;
  top: 18px;
  z-index: 1;
}

.search_keys {
  margin: 16px 0 0 22px;
  display: flex;
  font-size: 12px;
  color: #828792;
}

.search_keys p a{
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  color: #828792;
}

.search_keys p a:hover{
  color: #292929;
}

.head_msg {
  padding-top: 5px;
  font-size: 12px;
}

.head_msg a {
  padding-left: 15px;
  color: #828792;
}

/* ---------头部右侧导航 begin----------- */

.head_right {
  /* width: 250px; */
  margin-top: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head_refer_text {
  margin-left: 30px;
  font-size: 14px;
  color: #292929;
  line-height: 26px;
}

.head_refer_text > div > span {
  font-size: 16px;
}


.head_avtive {
  /* width: 60px; */
  margin-right: 12px;
  padding: 50px 0 30px 0;
  position: relative;
  font-size: 12px;
  color: #828792;
}

.head_avtive>a{
  text-decoration: none;
}

.head_active_title {
  color: #828792;
}
  
.head_avtive span.head_active_title:before {
  content: "";
  position: absolute;
  background: url(../../images/idp/ic_active.png) no-repeat left;
  background-size: inherit;
  width: 28px;
  height: 26px;
  left: 10px;
  top: 18px;
}





.head_city {
  /* width: 80px; */
  margin-right: 11px;
  position: relative;
  cursor: pointer;
  padding: 50px 0 30px 0;
  font-size: 12px;
  color: #828792;
}

.head_city_title{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.head_city span.head_city_title:before {
  content: "";
  position: absolute;
  background: url(../../images/idp/ic_map.png) no-repeat left;
  background-size: contain;
  width: 50px;
  height: 27px;
  left: 14px;
  top: 17px;
}

.head_login span.head_wx_title:before {
  content: "";
  position: absolute;
  background: url(../../images/idp/Idpwchat.png) no-repeat left;
  background-size: contain;
  width: 36px;
  height: 27px;
  left: 5px;
  top: 17px;
}

.head_city span.head_wechat_title:before {
  content: "";
  position: absolute;
  background: url(../../images/idp/wx_loginA_iconP.png) no-repeat left;
  background-size: contain;
  width: 50px;
  height: 27px;
  left: 24px;
  top: 17px;
}

.head_city:hover .user_menu {
  display: block;
}

.head_city .user_menu {
  padding: 10px;
  right: 0%;
  left: inherit;
}

.user_menu {
  position: absolute;
  width: 120px;
  background: #fff;
  padding: 20px;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 2px 17px rgba(0, 0, 0, 0.25);
  left: -193px;
  top: 78px;
  display: none;
  z-index: 99999991;
  min-height: 60px;
}

.user_menu .triangle-top {
  margin: 0;
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: -18px;
  right: 24px;
  text-shadow: 0px -1px 2px #a9a5a5;
}

.user_menu .triangle-top::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #fff;
  display: block;
  bottom: -18px;
  left: 50%;
  margin: 0 0 0 -10px;
  z-index: 1001;
  text-shadow: 0px -1px 2px #a9a5a5;
}

.user_menu .user_options {
  max-height: 300px;
  overflow-y: auto;
  /*min-width: 225px; */
  cursor: default;
  margin-left: -10px;
  margin-bottom: 0;
}

.user_options li {
  font-size: 14px !important;
  text-transform: none;
  padding-left: 10px;
  color: #717583;
}

.user_options li.spliter {
  border-top: 1px solid #e9e9e9;
  margin: 10px 0 !important;
  line-height: 10px;
}

.user_options li a {
  display: inline-block;
  color: #717583;
  position: relative !important;
  padding: 4px 10px !important;
  text-align: left;
  font-size: 14px !important;
}

.user_options li a:hover {
  color: #0f9fd4;
  background: none !important;
}

.user_options li:last-child {
  margin-bottom: 0 !important;
}


/* .user_options li:first-child {
  padding-left: 0;
}
.user_options li:first-child a {
  font-weight: bold;
} */

/* ---------头部右侧导航 end----------- */

.head_login {
  /* width: 90px; */
  position: relative;
  font-size: 12px;
  color: #828792;
  padding: 50px 0 30px 0;
  cursor: pointer;
}

.head_login:hover .user_menu {
  display: block;
}

.head_login .user_menu {
  padding: 28px 40px;
  height: 420px;
  width: 308px;
  right: 22%;
  left: inherit;
  box-sizing: border-box;
  top: 78px;
}

.head_login .user_menu .account {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}

.head_login .user_menu .account a {
  color: #717583;
}

.head_login .user_menu .account a:hover {
  color: #0f9fd4;
  background: none !important;
}

.head_login .user_menu .account span {
  color: #717583;
  padding: 0 10px;
}

.account h3 {
  font-size: 20px;
  line-height: 24px;
  color: #292929;
  text-align: center;
}

.account h3::after {
  content: "";
  display: block;
  margin: 23px auto;
  width: 100%;
  height: 1px;
  background-color: #e4eaf6;
}

.account img {
  margin-bottom: 23px;
  display: inline-block;
  width: 186px;
  height: 187px;
}

/*------------logoSearch end---------*/

/* ------------cookies 提示栏 begin -------*/

.cookie_close {
  padding-right: 10px;
  float: right;
  padding-top: 4px;
}

.cookie_close a {
  color: #fff;
  background: url(../../images/idp/ic_close.png) no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: block;
}

.cookie_cont {
  color: #fff;
  width: 100%;
  background: #1e202d;
  font-size: 16px;
  transition: 1s margin;
  font-weight: 300;
  font-family: "BuenosAires-Light";
}

.cookie_cont .container-fluid {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 15px 20px 15px 18px;
}

.cookie_txt {
  display: inline-block;
  width: calc(100% - 155px);
  vertical-align: middle;
  padding: 4px 35px 0 32px;
  box-sizing: border-box;
  font-size: 18px;
}

.cookie_txt a {
  color: #fff;
  text-decoration: underline;
  padding-bottom: 3px;
  margin-right: 3px;
}

.cookie_txt .dotcookie {
  display: none;
}

.cookie_cont.dis {
  margin-top: -100px;
}

.cookie_icon:before {
  content: "";
  position: absolute;
  background: url(../../images/idp/ic_prompt.png) no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  left: 0;
  top: 13px;
  margin-right: 10px;
  float: left;
}

/* ------------cookies 提示栏 end------------ */

/* ------------联系热线栏 begin------------ */

.contactinfo_bar {
  width: 100%;
  height: 48px;
  background: #ebebeb;
}

.contactinfo_bar .head_content {
  height: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contactinfo_bar .contactinfo_ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contactinfo_ul li {
  font-size: 16px;
  font-weight: 500;
  color: #828792;
  margin-right: 34px;
  position: relative;
}

.contactinfo_ul li:not(:last-child):after {
  position: absolute;
  content: "|";
  font-size: 16px;
  color: #a6a9b1;
  font-weight: 500;
  right: -16px;
  bottom: 0;
}

.contactinfo_ul li span {
  font-weight: normal;
}

.contactinfo_ul li:nth-last-child(1) {
  margin-right: 0;
}

/* ------------联系热线栏 end------------ */

/* ------------搜索弹出层 begin---------- */

.srch_ovly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  font-weight: 300;
  display: none;
  overflow: auto;
}

.glyphicon-remove {
  background: url(../../images/idp/ic_close.png) no-repeat center;
  background-size: contain;
  width: 21px;
  height: 21px;
}

.srch_ovly .srcls {
  color: #fff;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: -20px;
  cursor: pointer;
}

.srch_ovly .nsrch_wrp {
  width: 650px;
  margin: 0 auto;
  color: #fff;
  padding: 30px 0;
  font-weight: 300;
  transform: scale3d(0.5, 0.5, 1);
  transition: transform 0.5s;
  position: relative;
  top: calc(50% - 275px);
}

.srch_ovly .nsrch_wrp_vw {
  transform: scale3d(1, 1, 1);
}

.srch_ovly .nsrch_wrp_vw .srtabs>li>a>span {
  vertical-align: bottom;
}

.srch_ovly .srtabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.srch_ovly .srtabs .active {
  color: #1d202c !important;
  border-top-width: 0 !important;
  font-weight: normal !important;
}

.srch_ovly .srtabs>li {
  flex: 1;
  position: relative;
}

.srch_ovly .srtabs>li::after {
  content: '|';
  position: absolute;
  color: rgba(166, 169, 177, 1);
  width: 2px;
  height: 16px;
  right: 0;
  top: 25px;
}

.srch_ovly .srtabs>li.active::after, .srch_ovly .srtabs>li:last-child:after {
  content: '' !important;
}

.srch_ovly .srtabs>li>a {
  padding: 20px 20px 18px;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  font-size: 24px;
  background: #d9d9d6;
  color: #292929;
  line-height: 32px;
  text-align: center;
  box-sizing: border-box;
}

.srch_ovly .srtabs>li:first-child>a {
  border-radius: 10px 0 0 0;
}

.srch_ovly .srtabs>li:last-child>a {
  border-radius: 0 10px 0 0;
}

.srch_ovly .srtabs>li.active a {
  background: #fff;
}

.srch_ovly .srtabs li.active {
  line-height: 32px;
}

.srch_ovly .srtabs>li>a:hover {
  background: rgba(255, 255, 255, 0.8);
}

.srch_ovly .srtabs>li.active>a:hover {
  background: #fff;
}

/* srcontents */

.srcontents {
  width: 100%;
}

.srcontents .srcontent {
  display: none;
  width: 100%;
  padding: 30px 50px;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-sizing: border-box;
}

.srcontents .srcontent:first-child {
  display: block;
}

/* srcontents */

.src_submit {
  display: flex;
  justify-content: flex-end;
}

.srch_ovly .srbtn {
  cursor: pointer;
  background: #0086F8;
  font-size: 18px;
  padding: 10px 20px 10px;
  line-height: initial;
  height: 48px;
  display: flex;
  align-items: center;
  margin: 0;
  color: #fff;
  font-weight: normal;
  transition: all ease 0.5s;
  border-radius: 30px;
  margin: 20px 0 0 !important;
  position: relative;
  font-weight: 300;
  outline: 0;
  border: none;
  box-sizing: border-box;
  /* 按钮底部阴影效果 */
  /* box-shadow: 0 -3px 0 0 rgba(0, 0, 0, 0.4) inset; */
}

.srch_ovly .srbtn span {
  position: relative;
  z-index: 9;
}

.srch_ovly .srbtn::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  padding: 12px 20px 12px 30px;
  background: #0086F8;
  transition: all ease 0.5s;
  opacity: 0;
  box-sizing: border-box;
}

.srch_ovly .srbtn:hover {
  background: #0086F8;
  color: #fff;
}

.srch_ovly .srbtn:hover:before {
  width: 100%;
  background: #0086F8;
  opacity: 1;
}

.srch_ovly .form-control-row {
  margin-bottom: 30px;
}

.srch_ovly .input input, .srch_ovly .select input {
  width: 100%;
  color: rgba(41, 41, 41, 1);
  font-size: 20px;
  border: 0;
  border-radius: 0;
  padding: 12px 12px 12px 0;
  border-bottom: 1px solid #999fab;
  font-weight: 300;
  box-sizing: border-box;
}

.srch_ovly .select input {
  cursor: pointer;
}

.srch_ovly .select {
  position: relative;
}

.srch_ovly .select_options {
  position: absolute;
  z-index: 2;
  overflow-y: auto;
  width: 550px;
  max-height: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: solid 1px #d9d9d6;
  background: #fff;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  -moz-transition: max-height .2s ease-in;
  transition: max-height .2s ease-in;
}

.srch_ovly .options_height {
  max-height: 264px;
}

.srch_ovly .select_options::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.srch_ovly .select_options::-webkit-scrollbar-thumb {
  width: 8px;
  height: 110px;
  border-radius: 3px;
  background-color: #d9d9d6;
}

.srch_ovly .select_options li {
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #292929;
  cursor: pointer;
}

.srch_ovly .select_options li:hover {
  background-color: #f5f5f5;
}

.srch_ovly .select::after {
  content: '';
  background: url(../../images/idp/ic_sel_arrow.png) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 3px;
  bottom: 17px;
}

.srtabs .input.focus input {
  border-bottom: 1px solid #999fab;
}

.srch_ovly .input input::-webkit-input-placeholder {
  color: #1d202c;
  font-size: 18px;
}

.srch_ovly .input input::-moz-placeholder {
  color: #1d202c;
}

.srch_ovly .input input:-ms-input-placeholder {
  color: #1d202c;
}

.srch_ovly .err_msg {
  padding: 5px 0 0;
  color: #e11937;
  display: none;
}

/* 热门搜索 begin */

.srch_ovly .nsrpopsr {
  margin-top: 200px;
  transition: margin-top 1s;
}

.srch_ovly .nsrpopsr .popsbl li {
  list-style: none;
  display: inline-block;
  margin: 0 16px 20px 0;
  float: left;
}

.srch_ovly .nsrpopsr .popsbl li a {
  padding: 9px 15px;
  background: #fff;
  border-radius: 20px;
  font-size: 14px;
  border: solid 1px #636468;
  display: block;
  color: #636468;
  min-width: 60px;
  transition: all 0.3s ease 0s;
  max-width: 600px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.srch_ovly .nsrpopsr .popsbl li a:hover {
  background: #0086f8;
  color: #fff;
  border: solid #0086f8 1px;
}

.srch_ovly .nsrpopsr h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  color: white;
}

.srch_ovly .nsrpopsrani {
  margin-top: 40px;
  transition: margin-top 1s;
}

/* 热门搜索 end */

/* ------------搜索弹出层 end---------- */

.course_list .item {
  padding: 5px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  color: black;
}

.course_list .item:last-child{
  padding:5px;
  box-sizing: border-box;
  border-bottom:1px solid #ccc;
}
.course_list .item:hover{
  background: #eee;
}
.course_list .active{
  background: #eee;
}



.school_list_search .item {
  padding: 5px;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: left;
  color: black;
}

.school_list_search .item:last-child{
  padding:5px;
  box-sizing: border-box;
  border-bottom:1px solid #ccc;
}
.school_list_search .item:hover{
  background: #eee;
}
.school_list_search .active{
  background: #eee;
}