@charset "utf-8";
.other_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.other_banner img {
  width: 100%;
  height: auto;
}
.other_banner .other_head {
  width: 100%;
  height: 136px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.other_banner .other_head .banner_head {
  width: 290px;
  height: 136px;
  background: url(../images/about/l_nav_bj.png) no-repeat center right #067dcf;
  background-size: 100% 100%;
  padding-left: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.other_banner .other_head .banner_head p {
  width: 100%;
  padding-left: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  margin-top: 10px;
  text-transform: capitalize;
}
.other_banner .other_head .banner_head h5 {
  border-left: 8px solid #fff;
  padding-left: 18px;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.temp_modal {
  width: 100%;
  padding-bottom: 36px;
}
.temp_modal .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.temp_modal .temp_m_left {
  width: 290px;
}
.temp_modal .temp_m_left .slide_ul {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 40px;
  background: #006fbb;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
}
.temp_modal .temp_m_left .slide_ul li {
  width: 100%;
  line-height: 68px;
}
.temp_modal .temp_m_left .slide_ul li a {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 68px;
  padding-left: 50px;
  position: relative;
}
.temp_modal .temp_m_left .slide_ul li a::after {
  width: calc(100% - 52px);
  height: 1px;
  background: #fff;
  opacity: 0.32;
  content: '';
  position: absolute;
  left: 26px;
  bottom: -1px;
}
.temp_modal .temp_m_left .slide_ul li.active a {
  background: #067DCF;
}
.temp_modal .temp_m_left .slide_ul li.active a::after {
  width: 100%;
  left: 0;
}
.temp_modal .temp_m_left .slide_ul li:hover a {
  background: #067DCF;
}
.temp_modal .temp_m_left .slide_ul li:hover a::after {
  width: 100%;
  left: 0;
}
.temp_modal .temp_m_left .modal_tel {
  width: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.temp_modal .temp_m_left .modal_tel img {
  display: inline-block;
  width: 44px;
  height: auto;
  margin-right: 12px;
}
.temp_modal .temp_m_left .modal_tel .tel_right {
  color: #343434;
  padding: 36px 0 32px 0;
}
.temp_modal .temp_m_left .modal_tel .tel_right h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.temp_modal .temp_m_left .modal_tel .tel_right p {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
}
.temp_modal .temp_m_left .modal_news {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  padding: 26px 0;
}
.temp_modal .temp_m_left .modal_news .m_news_t {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #006FBB;
  height: 26px;
  padding: 0 22px 0 26px;
}
.temp_modal .temp_m_left .modal_news .m_news_t span {
  display: inline-block;
  font-size: 20px;
  color: #006FBB;
  font-weight: bold;
  line-height: 26px;
  padding: 0 12px;
  background: #fff;
}
.temp_modal .temp_m_left .modal_news .m_news_t a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: lighter;
}
.temp_modal .temp_m_left .modal_news .m_news_t a:hover {
  text-decoration: underline;
}
.temp_modal .temp_m_left .modal_news .news_list {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.temp_modal .temp_m_left .modal_news .news_list li {
  display: inline-block;
  width: 100%;
}
.temp_modal .temp_m_left .modal_news .news_list li a {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #303030;
  width: 100%;
}
.temp_modal .temp_m_left .modal_news .news_list li a::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ABABAB;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
}
.temp_modal .temp_m_left .modal_news .news_list li a:hover {
  color: #006fbb;
}
.temp_modal .temp_m_left .modal_news .news_list li a:hover::after {
  background: #006fbb;
}
.temp_modal .temp_m_right {
  width: calc(100% - 315px);
  padding: 6px 34px 34px 34px;
  background: #fff;
  margin-top: 28px;
}
.temp_modal .temp_m_right .page_wz {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C4C4C4;
}
.temp_modal .temp_m_right .page_wz .page_name {
  font-size: 24px;
  color: #2E2E2E;
  font-weight: bold;
  padding: 32px 0;
}
.temp_modal .temp_m_right .page_wz .page_cur {
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  padding-left: 32px;
}
.temp_modal .temp_m_right .page_wz .page_cur::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/about/r_dw.png) no-repeat left center;
  background-size: 22px auto;
}
.temp_modal .temp_m_right .page_wz .page_cur li {
  padding: 0 12px 0 5px;
  position: relative;
  line-height: 16px;
  font-size: 14px;
  color: #343434;
}
.temp_modal .temp_m_right .page_wz .page_cur li a {
  font-size: 14px;
  color: #343434;
  line-height: 16px;
  text-decoration: none;
}
.temp_modal .temp_m_right .page_wz .page_cur li a:hover {
  color: #006FBB;
}
.temp_modal .temp_m_right .page_wz .page_cur li::after {
  font-size: 14px;
  color: #343434;
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 16px;
}
.temp_modal .temp_m_right .page_wz .page_cur li:last-child {
  padding-right: 0;
}
.temp_modal .temp_m_right .page_wz .page_cur li:last-child::after {
  content: none;
}
/*学校简介*/
.jianjie_con {
  width: 100%;
  padding: 30px 0;
}
.jianjie_con .jj_desc {
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 34px;
  text-indent: 32px;
  margin-bottom: 30px;
}
.jianjie_con .jj_pt_img {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jianjie_con .jj_pt_img .jj_pt_item {
  width: 23.5%;
  margin: 0 2% 25px 0;
  overflow: hidden;
}
.jianjie_con .jj_pt_img .jj_pt_item:nth-child(4n) {
  margin-right: 0;
}
.jianjie_con .jj_pt_img .jj_pt_item img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.jianjie_con .jj_pt_img .jj_pt_item:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
/*魅力学校*/
.school_show {
  width: 100%;
  padding: 26px 0 30px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.school_show .school_item {
  width: 23.5%;
  margin: 0 2% 15px 0;
}
.school_show .school_item:nth-child(4n) {
  margin-right: 0;
}
.school_show .school_item .school_img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.school_show .school_item .school_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.school_show .school_item .school_img:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.school_show .school_item h5 {
  width: 100%;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  color: #2E2E2E;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*荣誉资质*/
.zz_list {
  width: 100%;
  padding: 26px 0 30px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.zz_list .zz_item {
  width: 32%;
  margin-left: 2%;
  margin-bottom: 40px;
  position: relative;
}
.zz_list .zz_item .zz_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #D9D9D9;
  height: 400px;
}
.zz_list .zz_item .zz_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.zz_list .zz_item p {
  width: 100%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 14px;
  margin-top: 16px;
  line-height: 18px;
}
.zz_list .zz_item::after {
  width: 0;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  background: #006fbb;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.zz_list .zz_item:nth-child(3n+1) {
  margin-left: 0;
}
.zz_list .zz_item:hover p {
  color: #006fbb;
}
.zz_list .zz_item:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50%;
  z-index: 1;
  background: #305dc3;
  content: '';
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*新闻资讯*/
.news_list_con {
  width: 100%;
  padding-bottom: 40px;
}
.news_list_con .news_a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 5px;
  border-bottom: 1px solid #E1E1E1;
}
.news_list_con .news_a .news_l {
  display: flex;
  width: 90px;
  height: 112px;
  background: #2169B2;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  position: relative;
}
.news_list_con .news_a .news_l::after {
  content: '';
  width: 1px;
  height: 90px;
  background: #E1E1E1;
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: -16px;
}
.news_list_con .news_a .news_l span {
  font-size: 50px;
  line-height: 52px;
  margin-bottom: 6px;
  text-align: center;
}
.news_list_con .news_a .news_l text {
  text-align: center;
}
.news_list_con .news_a .news_r {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 166px;
  overflow: hidden;
  width: 21%;
}
.news_list_con .news_a .news_r img {
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  /* transform: scale(1.06); */
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list_con .news_a .news_r:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.news_list_con .news_a .news_c {
  width: calc(79% - 90px);
  padding: 0 20px 0 40px;
}
.news_list_con .news_a .news_c h5 {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_list_con .news_a .news_c div {
  font-size: 14px;
  color: #A1A1A1;
  line-height: 16px;
  margin: 14px 0;
}
.news_list_con .news_a .news_c p {
  width: 100%;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list_con .news_a .news_c:hover h5 {
  color: #006fbb;
}
/*详情*/
.details_box {
  width: 100%;
}
.details_box .details_head {
  width: 100%;
  padding: 36px 0 25px 0;
}
.details_box .details_head h5 {
  width: 100%;
  font-size: 30px;
  color: #484848;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}
.details_box .details_head p {
  margin-top: 14px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #484848;
  line-height: 20px;
}
.details_box .details_con {
  width: 100%;
  padding: 25px 0;
}
.details_box .details_con img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.details_box .details_bottom {
  width: 100%;
  border-top: 1px solid #c4c4c4;
  padding: 24px 0;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details_box .details_bottom a {
  display: inline-block;
  font-size: 16px;
  color: #484848;
  max-width: 34%;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details_box .details_bottom a:hover {
  color: #006fbb;
}
/*在线报名*/
.online_box {
  width: 100%;
  padding: 24px 35px;
}
.online_box .bm_con {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.online_box .bm_con .bm_item_box {
  width: calc(50% - 28px);
  margin: 20px 0 0 0;
}
.online_box .bm_con .bm_item_box .label_p {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
  font-size: 15px;
  color: #444;
  line-height: 16px;
}
.online_box .bm_con .bm_item_box .label_p text {
  color: #DE0000;
}
.online_box .bm_con .bm_item_box:nth-child(7) {
  width: 100%;
  height: unset;
}
.online_box .bm_con .bm_item_box:nth-child(7) .bm_item {
  width: 100%;
  height: 234px;
  margin-bottom: 22px;
}
.online_box .bm_con .bm_item_box:nth-child(7) textarea {
  width: 100%;
  padding: 14px;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  resize: none;
  color: #343434;
  font-size: 13px;
  line-height: 24px;
}
.online_box .bm_con .bm_item_box:nth-child(7) textarea::-webkit-input-placeholder {
  color: #7A7A7A;
}
.online_box .bm_con .bm_item_box:nth-child(7) textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7A7A7A;
}
.online_box .bm_con .bm_item_box:nth-child(7) textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7A7A7A;
}
.online_box .bm_con .bm_item_box:nth-child(7) textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7A7A7A;
}
.online_box .bm_con .bm_item {
  width: 100%;
  height: 48px;
  background: #F6F6F6;
  border-radius: 0px;
}
.online_box .bm_con .bm_item input {
  display: inline-block;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  padding: 0 15px;
  font-size: 13px;
  color: #343434;
  background: transparent;
}
.online_box .bm_con .bm_item input::-webkit-input-placeholder {
  color: #7A7A7A;
}
.online_box .bm_con .bm_item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7A7A7A;
}
.online_box .bm_con .bm_item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7A7A7A;
}
.online_box .bm_con .bm_item input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #7A7A7A;
}
.online_box .bm_con .bm_item.bm_single {
  position: relative;
}
.online_box .bm_con .bm_item.bm_single::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/fb_r_arrow.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  content: '';
  z-index: 1;
}
.online_box .bm_con .bm_item.bm_single input {
  padding-right: 46px;
}
.online_box .bm_con .bm_item.bm_single .single_select {
  width: 100%;
  border-radius: 0px;
  background: #fff;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 2;
  border: 1px solid #ddd;
}
.online_box .bm_con .bm_item.bm_single .single_select li {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.online_box .bm_con .bm_item.bm_single .single_select li:hover {
  color: #006fbb;
}
.online_box .bm_con .bm_item.bm_single .single_select li .active {
  color: #006fbb;
}
.online_box .bm_con .bm_item.bm_single .single_select li:nth-child(1) {
  margin-top: 10px;
}
.online_box .bm_con .bm_item.bm_single .single_select li:last-child {
  margin-bottom: 10px;
}
.online_box .bm_con .bm_item.bm_single.s_show .single_select {
  display: flex;
}
.online_box .bm_con .bm_item.bm_qy .pick-area {
  width: 100% !important;
  height: 100%;
  border: none !important;
  background: transparent !important;
}
.online_box .bm_con .bm_item.bm_qy .pick-area .pick-show {
  width: 100% !important;
  height: 100%;
  line-height: 48px;
  border: none !important;
  color: #343434 !important;
  padding: 0 46px 0 14px !important;
  display: flex;
  justify-content: left;
  align-items: center;
}
.online_box .bm_con .bm_item.bm_qy .pick-area .pick-show span {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 48px;
  display: inline-block;
  height: 48px;
  font-size: 13px;
  color: #343434 !important;
  background: transparent !important;
  max-width: 32% !important;
}
.online_box .bm_con .bm_item.bm_qy .pick-area .pick-show i {
  line-height: 50px;
  font-size: 13px;
  color: #343434 !important;
}
.online_box .bm_con .bm_item.bm_qy .pick-area .pick-show em.pick-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/fb_r_arrow.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -8px;
  border: none;
}
.online_box .bm_con .bm_item.bm_qy .pick-area .pick-list {
  width: 100% !important;
  border-radius: 0px !important;
  overflow: hidden;
  border: 1px solid #ddd !important;
}
.online_box .bm_con .bm_item.bm_item_code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}
.online_box .bm_con .bm_item.bm_item_code .input_c {
  width: calc(100% - 116px);
  background: #f6f6f6;
  height: 48px;
  line-height: 48px;
  padding: 0 14px;
}
.online_box .bm_con .bm_item.bm_item_code .input_code {
  display: inline-block;
  width: 106px;
  height: 48px;
  background: #f3edd4;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
  color: #b50000;
  font-weight: bold;
  letter-spacing: 2px;
}
.online_box .bm_con .submit_a {
  width: 242px;
  display: inline-block;
  height: 56px;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  border-radius: 0px;
  text-decoration: none;
  color: #fff;
  background: #006FBB;
}
.online_box .bm_con .submit_a:hover {
  opacity: 0.9;
}
/*联系我们*/
.lx_con {
  width: 100%;
}
.lx_con .lx_text_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lx_con .lx_text_con .lx_text_left {
  width: 41.7%;
  margin-top: 40px;
}
.lx_con .lx_text_con .lx_text_left .lx_info {
  width: 100%;
  padding-top: 6px;
}
.lx_con .lx_text_con .lx_text_left .lx_info .lx_info_item {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 24px;
}
.lx_con .lx_text_con .lx_text_left .lx_info .lx_info_item img {
  width: 30px;
  height: auto;
}
.lx_con .lx_text_con .lx_text_left .lx_info .lx_info_item span {
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 12px;
  font-size: 16px;
  color: #4E4E4E;
  line-height: 30px;
}
.lx_con .lx_text_con .lx_text_left .lx_info .lx_info_item span span {
  color: #4e4e4e;
  text-decoration: none;
}
.lx_con .lx_text_con .lx_text_right {
  width: 41.7%;
  margin-top: 40px;
}
.lx_con .lx_text_con .lx_text_right .lx_erm_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.lx_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item {
  width: 110px;
  margin-top: 26px;
}
.lx_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.lx_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item span {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  line-height: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.lx_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item:nth-child(1) {
  margin-right: 40px;
}
.lx_con .lx_map {
  padding: 60px 0 20px 0;
}
/*人才招聘*/
.join_con {
  width: 100%;
  padding-top: 32px;
}
.join_con .join_head {
  background: #f4f4f4;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.join_con .join_head .join_item {
  text-align: center;
  border: 1px solid #E5E5E5;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  color: #444444;
  border-right: none;
  padding: 0 5px;
}
.join_con .join_head .join_item:last-child {
  border-right: 1px solid #e5e5e5;
}
.join_con .join_head .join_item:nth-child(1) {
  width: 18%;
}
.join_con .join_head .join_item:nth-child(2) {
  width: 13%;
}
.join_con .join_head .join_item:nth-child(3) {
  width: 9%;
}
.join_con .join_head .join_item:nth-child(4) {
  width: 24%;
}
.join_con .join_head .join_item:nth-child(5) {
  width: calc(36% - 180px);
}
.join_con .join_head .join_item:nth-child(6) {
  width: 180px;
}
.join_con .join_body .join_head {
  background: #fff;
}
.join_con .join_body .join_head .join_item {
  border-top: none;
  font-size: 13px;
}
.join_con .join_body .join_head .join_item .click_show {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.join_con .join_body .join_head .join_item .click_show img {
  display: inline-block;
  width: 10px;
  height: auto;
  margin-left: 8px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.join_con .join_body .join_head .join_item .sq_a {
  color: #DE0000;
  text-decoration: none;
  margin-left: 10px;
}
.join_con .join_body .join_b_con {
  background: #f4f4f4;
  width: 100%;
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-top: none;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.join_con .join_body .join_b_con .join_desc {
  width: 100%;
  margin-top: 20px;
}
.join_con .join_body .join_b_con .join_desc h5 {
  font-size: 16px;
  color: #de0000;
  line-height: 20px;
}
.join_con .join_body .join_b_con .join_desc .p_desc {
  margin: 15px 0 10px 0;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.join_con .join_body .join_b_con .join_desc .sq_btn {
  display: inline-block;
  width: 180px;
  height: 48px;
  background: #006fbb;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 48px;
  margin-top: 10px;
}
.join_con .join_body .join_b_con .join_desc .sq_btn:hover {
  opacity: 0.9;
}
.join_con .join_body.join_show .join_head {
  background: #f4f4f4;
}
.join_con .join_body.join_show .join_head .join_item .click_show img {
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.join_con .join_body.join_show .join_head .join_item .sq_a {
  color: #DE0000;
  text-decoration: none;
  margin-left: 10px;
}
.join_con .join_body.join_show .join_b_con {
  padding: 20px 20px 50px 20px;
  height: auto;
  overflow: visible;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/*页码*/
.page_con {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.page_con nav ul {
  margin: 0;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #f2f2f2;
  text-align: center;
  color: #6D6D6D;
  font-size: 12px;
  width: 32px;
  line-height: 32px;
  padding: 0 !important;
  border-radius: 0px !important;
  margin: 0 4px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 84px;
  background: #006fbb;
  color: #fff !important;
}
.pagination > li.disabled a {
  color: #fff !important;
  background: #c8c8c8 !important;
}
.page_con nav ul li:hover a {
  color: #006fbb;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #006fbb !important;
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1024px) {
  /*人才招聘*/
  .join_con {
    width: 100%;
    padding-top: 22px;
  }
  .join_con .join_head .join_item {
    height: 56px;
    padding: 0 10px;
  }
  .join_con .join_head .join_item:nth-child(1) {
    width: calc(100% - 100px);
    justify-content: left;
  }
  .join_con .join_head .join_item:nth-child(6) {
    width: 100px;
  }
  .join_con .join_head .join_item:nth-child(6) a {
    display: none;
  }
  .join_con .join_head .join_item.block_pc {
    display: none;
  }
  .join_con .join_head .join_item.block_sj {
    display: flex;
  }
  .join_con .join_body .join_b_con .block_sj {
    display: inline-block;
  }
  .join_con .join_body .join_b_con .block_sj .sj_word {
    width: 100%;
  }
  .join_con .join_body .join_b_con .block_sj .sj_word .sj_word_i {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
}
@media screen and (max-width: 767px) {
    .jianjie_con img{ margin-bottom:0.5rem;  width:auto; max-width:100%; height:auto;}
  body {
    background: #fff !important;
  }
  .other_banner .other_head {
    display: none;
  }
  .temp_modal {
    padding-bottom: 2rem;
  }
  .temp_modal .safe_width {
    flex-direction: column;
    padding: 0;
  }
  .temp_modal .temp_m_left {
    width: 100%;
  }
  .temp_modal .temp_m_left .slide_ul {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    background: #EDEDED;
    border-top: none;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: unset;
  }
  .temp_modal .temp_m_left .slide_ul li {
    width: unset;
    flex: 1;
    line-height: 2.2rem;
  }
  .temp_modal .temp_m_left .slide_ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #5A5A5A;
    font-size: 0.6rem;
    line-height: 2.2rem;
    padding-left: 0;
    position: relative;
  }
  .temp_modal .temp_m_left .slide_ul li a::after {
    content: none;
  }
  .temp_modal .temp_m_left .slide_ul li.active a {
    background: url(../images/about/nav_bg.png) no-repeat center center #006fbb;
    background-size: auto 100%;
    color: #fff;
  }
  .temp_modal .temp_m_left .slide_ul li:hover a {
    background: url(../images/about/nav_bg.png) no-repeat center center #006fbb;
    background-size: auto 100%;
    color: #fff;
  }
  .temp_modal .temp_m_left .modal_tel {
    display: none;
  }
  .temp_modal .temp_m_left .modal_news {
    display: none;
  }
  .temp_modal .temp_m_right {
    width: 100%;
    padding: 1.8rem 0.65rem 1rem 0.65rem;
    background: #fff;
    margin-top: 0;
  }
  .temp_modal .temp_m_right .page_wz {
    display: none;
  }
  /*学校简介*/
  .jianjie_con {
    padding: 0;
  }
  .jianjie_con .jj_desc {
    font-size: 0.6rem;
    line-height: 0.95rem;
    text-indent: 1.2rem;
    margin-bottom: 0.65rem;
  }
  .jianjie_con .jj_pt_img {
    justify-content: space-between;
  }
  .jianjie_con .jj_pt_img .jj_pt_item {
    width: 48.5%;
    margin: 0 0 0.6rem 0;
  }
  /*魅力学校*/
  .school_show {
    padding: 0.4rem 0 0.6rem 0;
    justify-content: space-between;
  }
  .school_show .school_item {
    width: 48.5%;
    margin: 0 0 0.3rem 0;
  }
  .school_show .school_item:nth-child(4n) {
    margin-right: 0;
  }
  .school_show .school_item h5 {
    padding: 0.5rem 0;
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  /*资质荣誉*/
  .zz_list {
    padding: 0rem 0 0.4rem 0;
  }
  .zz_list .zz_item {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 1rem;
    padding: 0;
  }
  .zz_list .zz_item .zz_img {
    padding: 1.65rem;
    height: auto;
  }
  .zz_list .zz_item p {
    margin-top: 0.85rem;
    font-size: 0.6rem;
    line-height: 0.85rem;
  }
  /*新闻资讯*/
  .news_list_con .news_a {
    padding: 0;
    border-bottom: none;
    height: 3.5rem;
    background: #f7f7f7;
    margin-bottom: 0.65rem;
  }
  .news_list_con .news_a .news_l {
    width: 3.1rem;
    height: 3.5rem;
    font-size: 0.5rem;
    line-height: 0.6rem;
  }
  .news_list_con .news_a .news_l::after {
    content: none;
  }
  .news_list_con .news_a .news_l span {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
  }
  .news_list_con .news_a .news_r {
    display: none;
  }
  .news_list_con .news_a .news_c {
    width: calc(100% - 3.1rem);
    padding: 0 0.65rem;
  }
  .news_list_con .news_a .news_c h5 {
    font-size: 0.65rem;
    line-height: 0.8rem;
  }
  .news_list_con .news_a .news_c p {
    font-size: 0.5rem;
    color: #4A4A4A;
    line-height: 0.7rem;
    -webkit-line-clamp: 1;
    margin-top: 0.1rem;
  }
  .news_list_con .news_a .news_c img {
    width: 0.65rem;
    height: auto;
    margin-top: 0.2rem;
  }
  /*详情*/
  .temp_m_right.temp_m_right_xq {
    padding: 1.8rem 0rem 0.2rem 0rem;
  }
  .details_box {
    width: 100%;
  }
  .details_box .details_head {
    padding: 0.2rem 0.65rem 0.9rem 0.65rem;
    border-bottom: 0.025rem solid #CCCCCC;
  }
  .details_box .details_head h5 {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
  .details_box .details_head p {
    margin-top: 0.75rem;
    font-size: 0.55rem;
    line-height: 0.65rem;
  }
  .details_box .details_con {
    width: 100%;
    padding: 0.9rem 0.65rem;
  }
  .details_box .details_bottom {
    padding: 0.65rem 0.65rem 0 0.65rem;
    border-top-width: 0.025rem;
    flex-direction: column;
  }
  .details_box .details_bottom a {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 0.6rem;
    line-height: 0.8rem;
    margin-bottom: 0.6rem;
  }
  .details_box .details_bottom a:last-child {
    margin: 0;
  }
  /*在线报名*/
  .online_box {
    padding: 0;
  }
  .online_box .bm_con {
    margin-top: 0px;
    flex-direction: column;
  }
  .online_box .bm_con .bm_item_box {
    width: 100%;
    margin: 0 0 0.65rem 0;
  }
  .online_box .bm_con .bm_item_box .label_p {
    margin-bottom: 0.4rem;
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  .online_box .bm_con .bm_item_box:nth-child(7) {
    height: unset;
  }
  .online_box .bm_con .bm_item_box:nth-child(7) .bm_item {
    height: 4.5rem;
    margin-bottom: 0.6rem;
  }
  .online_box .bm_con .bm_item_box:nth-child(7) textarea {
    padding: 0.5rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .online_box .bm_con .bm_item {
    height: 1.8rem;
  }
  .online_box .bm_con .bm_item input {
    padding: 0 0.5rem;
    font-size: 0.6rem;
  }
  .online_box .bm_con .bm_item.bm_single::after {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    right: 0.4rem;
    margin-top: -0.3rem;
  }
  .online_box .bm_con .bm_item.bm_single input {
    padding-right: 1rem;
  }
  .online_box .bm_con .bm_item.bm_single .single_select {
    top: 1.825rem;
    border: 0.025rem solid #ddd;
  }
  .online_box .bm_con .bm_item.bm_single .single_select li {
    font-size: 0.6rem;
    line-height: 1.6rem;
    padding: 0 0.5rem;
  }
  .online_box .bm_con .bm_item.bm_single .single_select li:nth-child(1) {
    margin-top: 0.25rem;
  }
  .online_box .bm_con .bm_item.bm_single .single_select li:last-child {
    margin-bottom: 0.25rem;
  }
  .online_box .bm_con .bm_item.bm_qy .pick-area .pick-show {
    line-height: 1.8rem;
    padding: 0 1rem 0 0.5rem !important;
  }
  .online_box .bm_con .bm_item.bm_qy .pick-area .pick-show span {
    line-height: 1.8rem;
    height: 1.8rem;
    font-size: 0.6rem;
  }
  .online_box .bm_con .bm_item.bm_qy .pick-area .pick-show i {
    line-height: 1.8rem;
    font-size: 0.6rem;
  }
  .online_box .bm_con .bm_item.bm_qy .pick-area .pick-show em.pick-arrow {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    right: 0.5rem;
    margin-top: -0.3rem;
  }
  .online_box .bm_con .bm_item.bm_qy .pick-area .pick-list {
    border: 0.025rem solid #ddd !important;
  }
  .online_box .bm_con .bm_item.bm_item_code .input_c {
    width: calc(100% - 3.8rem);
    height: 1.8rem;
    line-height: 1.8rem;
    padding: 0 0.5rem;
  }
  .online_box .bm_con .bm_item.bm_item_code .input_code {
    width: 3.4rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.75rem;
    letter-spacing: 0.025rem;
  }
  .online_box .bm_con .submit_a {
    width: 100%;
    height: 1.8rem;
    font-size: 0.7rem;
    line-height: 1.8rem;
  }
  /*联系我们*/
  .lx_con .lx_text_con {
    flex-wrap: wrap;
  }
  .lx_con .lx_text_con .lx_text_left {
    width: 100%;
    margin-top: 0rem;
  }
  .lx_con .lx_text_con .lx_text_left .lx_info {
    padding-top: 0rem;
  }
  .lx_con .lx_text_con .lx_text_left .lx_info .lx_info_item {
    margin-top: 0rem;
    margin-bottom: 0.8rem;
  }
  .lx_con .lx_text_con .lx_text_left .lx_info .lx_info_item img {
    width: 1.3rem;
  }
  .lx_con .lx_text_con .lx_text_left .lx_info .lx_info_item span {
    width: calc(100% - 1.3rem);
    padding-left: 0.5rem;
    font-size: 0.6rem;
    line-height: 1.3rem;
  }
  .lx_con .lx_text_con .lx_text_right {
    width: 100%;
    margin-top: 0rem;
  }
  .lx_con .lx_text_con .lx_text_right .lx_erm_box {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
  }
  .lx_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item {
    width: 4.85rem;
    margin-top: 0.8rem;
  }
  .lx_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item span {
    font-size: 0.6rem;
    margin-top: 0.55rem;
    line-height: 0.8rem;
  }
  .lx_con .lx_text_con .lx_text_right .lx_erm_box .lx_erm_item:nth-child(1) {
    margin-right: 1.4rem;
  }
  .lx_con .lx_map {
    padding: 1.5rem 0 0rem 0;
  }
  /*人才招聘*/
  .join_con {
    padding-top: 0;
  }
  .join_con .join_head .join_item {
    height: 2.4rem;
    padding: 0 0.5rem;
    font-size: 0.65rem;
  }
  .join_con .join_head .join_item:nth-child(1) {
    width: calc(100% - 5rem);
    justify-content: left;
    text-align: left;
  }
  .join_con .join_head .join_item:nth-child(6) {
    width: 5rem;
  }
  .join_con .join_head .join_item:nth-child(6) a {
    display: none;
  }
  .join_con .join_head .join_item.block_pc {
    display: none;
  }
  .join_con .join_head .join_item.block_sj {
    display: flex;
  }
  .join_con .join_body .join_head .join_item {
    font-size: 0.6rem;
  }
  .join_con .join_body .join_head .join_item:nth-child(1) {
    justify-content: left;
    text-align: left;
  }
  .join_con .join_body .join_head .join_item .click_show img {
    width: 0.4rem;
    height: auto;
    margin-left: 0.2rem;
  }
  .join_con .join_body .join_b_con .block_sj {
    display: inline-block;
  }
  .join_con .join_body .join_b_con .block_sj .sj_word .sj_word_i {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .join_con .join_body .join_b_con .join_desc {
    margin-top: 0.5rem;
  }
  .join_con .join_body .join_b_con .join_desc h5 {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .join_con .join_body .join_b_con .join_desc .p_descP {
    margin: 0.5rem 0 0.3rem 0;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .join_con .join_body .join_b_con .join_desc .sq_btn {
    height: 1.8rem;
    width: 5.6rem;
    line-height: 1.8rem;
    font-size: 0.65rem;
    margin-top: 0.2rem;
  }
  /*页码*/
  .page_con_m {
    width: 100%;
    padding: 0.6rem 0 0.2rem 0;
  }
  .page_con_m nav {
    width: 100%;
  }
  .page_con_m nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .page_con_m nav ul li {
    border-radius: 0;
    border: none;
  }
  .page_con_m nav ul li a {
    border: none;
    display: inline-block;
    width: unset;
    margin: 0;
    text-align: center;
    color: #454545;
    font-size: 0.7rem;
    line-height: 1.4rem;
    padding: 0;
    border-radius: 0 !important;
  }
  .page_con_m nav ul li a .c_page {
    font-size: 0.7rem;
    color: #006fbb;
  }
  .page_con_m nav ul li:nth-child(1) a {
    width: 4rem;
    font-size: 0.7rem;
    background: #d4d4d4;
    color: #454545;
  }
  .page_con_m nav ul li:last-child a {
    width: 4rem;
    font-size: 0.7rem;
    background: #006fbb;
    color: #fff;
  }
}
