/* 全局定义，勿删除 */
.fl {
  float: left;
}

.clear {
  clear: both;
}

.mainWrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* 全局定义，勿删除 */


.g_top {
  height: 40px;
  background: #f5f5f5;
}

.g_top a {
  color: #333333;
}

.g_header {
  height: 60px;
  background: #ffffff;
}

.g_header .logo,
.g_header .logo a {
  display: block;
  width: 161px;
  height: 40px;
  overflow: hidden;
}

.g_header .logo {
  line-height: 300px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 161px;
}

.g_header .simplesearch {
  width: 500px;
  padding: 0 22px 0 0;
}

.g_header .search {
  width: 100%;
  border: 2px solid #a2a2a2;
}

.g_header .keyword,
.g_header .submit_btn {
  height: 40px;
  line-height: 40px;
}

.g_header .keyword {
  width: 80%;
  border: none;
  box-sizing: border-box;
  padding: 0 10px;
}

.g_header .submit_btn {
  width: 20%;
  border: none;
  box-sizing: border-box;
  text-align: center;
  background: #a2a2a2;
  color: #ffffff;
  cursor: pointer;
}

.g_nav {
  background: linear-gradient(90deg, #f5a334, #fa7b2a) !important;
}

.g_nav .ax-col:first-child {
  border-left: none;
}

.g_nav .ax-col:last-child {
  border-right: none;
}

.g_nav .link {
  display: block;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-bottom: 2px solid transparent;
}

.g_nav .actived .link {
  color: #ffffff;
  border-bottom: 2px solid #ffc3c3;
}

.g_nav .link:hover {
  background-color: #ff6c00;
  border-bottom: 2px solid #ffc3c3;
}

.g_section_title {
  text-align: center;
}

.g_section_title span {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #555555;
}

.g_section_title span:before,
.g_section_title span:after {
  content: '';
  width: 78px;
  height: 12px;
  top: 1.1rem;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  position: absolute;
}

.g_section_title span:before {
  background-image: url(../images/title_bg_left.png);
  left: calc(-2rem - 78px);
}

.g_section_title span:after {
  background-image: url(../images/title_bg_right.png);
  right: calc(-2rem - 78px);
}

.g_footer {
  /* background: linear-gradient(90deg, #0084f0, #0379db); */
  background: linear-gradient(90deg, rgba(73, 32, 245, 0.54) 0%, rgba(154, 52, 193, 0.54) 100%);
  background-image: url(../images/new/footer-bg.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  color: #ffffff;
  padding: 30px 0;
  position: relative;
}

.g_footer .mainWrap {
  display: flex;
  margin: 0 auto;
}

.footer_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0;
}

.footer_item {
  margin-right: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer_right {
  padding: 20px;
  width: 22%;
  display: flex;
  align-items: center;
}

.footer_left {
  width: 66%;
  border-right: 1px solid #ffffff5e;
}

.qrcode_img {
  margin-left: 20px;
  border-radius: 5px;
  width: 120px;
  height: 120px;
}

.g_footer .linksBlock {
  line-height: 200%;
}

.g_footer .link,
.g_footer .bottom a {
  color: #ffffff;
}

.g_footer .link:hover {
  text-decoration: underline;
}

.friendlist .link {
  margin: 0 15px 0 0;
}

.g_footer .bottom {
  line-height: 180%;
}

.languageSet {
  font-size: 16px;
  padding: 0 22px 0 0;
}

.languageSet em {
  display: inline-block;
  font-style: normal;
  color: #eeeeee;
  margin: 0 10px;
}

.headmenu {
  cursor: pointer;
}

.dropitem {
  display: block;
  padding: 5px 0;
}

.dropitem_box+.dropitem_box {
  border-top: 1px solid #EBEBEB;
}

.dropitem_box {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 5px;
}

.dropitem_box:hover {
  background: #fafafa;
}

/*.gongyi {*/
/*  display: inline-block;*/
/*  width: 35px;*/
/*  height: 18px;*/
/*  background-position: -168px -660px;*/
/*  vertical-align: middle;*/
/*  !*margin: 5px 0 0 0;*!*/
/*}*/
.commPopLogin .login_type_switch .login_ctrl .fwd_link:hover {
  color: #f88134;
}

.modal_drop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 9990;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: .5;
}

.commPopLogin {
  display: none;
  width: 400px;
  background: #ffffff;
  border-radius: 4px;
  position: fixed;
  top: 260px;
  left: 50%;
  margin: 0 0 0 -200px;
  z-index: 10000;
  border-top: 2px solid #0d3880;
}

.commPopLogin .loginWrap {
  padding: 50px 50px 55px 50px;
  position: relative;
}

.commPopLogin .loginWrap .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: 1px dotted #ffffff;
}

.commPopLogin .loginWrap .close:hover {
  border: 1px dotted #dddddd;
}

.commPopLogin .loginWrap .close .icon {
  display: block;
  width: 8px;
  height: 8px;
  background-position: -126px -225px;
  margin: 11px 0 0 11px;
}

.commPopLogin .loginWrap .title {
  text-align: center;
  font-size: 18px;
  margin: 0 0 20px 0;
}

.commPopLogin .loginWrap .switch_tab {
  z-index: 999;
  position: relative;
  float: left;
  width: 100%;
}

.commPopLogin .loginWrap .switch_tab .tab {
  float: left;
  width: 150px;
  height: 30px;
  line-height: 30px;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}

.commPopLogin .loginWrap .switch_tab .curr {
  border-bottom: 2px solid #0d3880;
  color: #0d3880;
  font-weight: bold;
}

.commPopLogin .login_type_switch .item {
  margin: 20px 0 0 0;
  display: none;
}

.commPopLogin .login_type_switch .input_row {
  position: relative;
  z-index: 99;
  margin: 0 0 20px 0;
}

.commPopLogin .login_type_switch .input_row .inpt {
  width: 94%;
  height: 46px;
  line-height: 46px;
  padding: 0 3%;
  background: #eaeaea;
  border-radius: 4px;
  font-size: 14px;
  border: none;
}

.commPopLogin .login_type_switch .input_row .msg {
  font-size: 12px;
  width: 100%;
}

.commPopLogin .login_type_switch .input_row .msg .err_tips {
  display: none;
  color: #fd5f39;
  background: url(/static/images/alert.png) left center no-repeat;
  padding: 0 0 0 22px;
  margin: 5px 0 0 0;
  height: 30px;
  line-height: 30px;
}

.commPopLogin .login_type_switch .input_row .sbtn {
  display: block;
  border: 1px solid #0d3880;
  background: #0d3880;
  width: 100%;
  height: 46px;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}

.commPopLogin .login_type_switch .input_row .yzm,
.commPopLogin .login_type_switch .input_row .yzm img {
  float: right;
  width: 120px;
  height: 46px;
}

.commPopLogin .login_type_switch .login_ctrl {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.commPopLogin .login_type_switch .login_ctrl .fwd_link {
  color: #666666;
}

.commPopLogin .login_type_switch .other_login {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}

.commPopLogin .login_type_switch .other_login .label,
.commPopLogin .login_type_switch .other_login .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.commPopLogin .login_type_switch .other_login .btn {
  width: 30px;
  height: 30px;
  line-height: 150px;
  overflow: hidden;
  margin: 0 0 0 10px;
  border-radius: 100px;
}

.commPopLogin .login_type_switch .other_login .wx_login {
  background-position: -83px -370px;
}

.commPopLogin .login_type_switch .other_login .qq_login {
  background-position: -83px -340px;
}

.commPopLogin .login_type_switch .other_login .wx_login:hover {
  background-position: -113px -370px;
}

.commPopLogin .login_type_switch .other_login .qq_login:hover {
  background-position: -113px -340px;
}

.icon {
  background-image: url(/static/images/icon.png);
  background-repeat: no-repeat;
}

.minimumFit {
  min-height: calc(100vh - 455px);
}

/* 中等屏幕（平板，小于等于 1024px） */
@media screen and (max-width: 1024px) {
  body {
    width: 1200px;
    margin: 0;
  }

  .mainwrap {
    width: 100%;
  }
}

/* 2023改版样式，标记ver2 */
.icon_ver2 {
  background-image: url(/static/images/ver2/icon_ver2.png);
  background-repeat: no-repeat;
}

.header_ver2 .appletCode .ax-active,
.header_ver2 .hotkeywords a:hover {
  color: #0084f0;
}

.header_ver2 .keywordWrap .searchbtn {
  background-color: #0084f0;
}

.top_ver2,
.footer_ver2 {
  /* background:linear-gradient(90deg,#0084f0,#0379db); */

}

.top_ver2 {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(90deg, rgba(67, 25, 245, 1) 0%, rgba(158, 52, 199, 1) 100%);
}

.top_ver2,
.top_ver2 a,
.top_ver2 a:hover {
  color: #ffffff;
}

.top_ver2 .functionItem {
  margin: 0 0 0 30px;
}

.top_ver2 .recruitment {
  display: inline-block;
  padding: 0 15px;
  border-radius: 60px;
  line-height: 22px;
  border: 1px solid #ffffff;
}

.top_ver2 .usericon {
  width: 18px;
  height: 18px;
  background-position: 0 0;
}

.top_ver2 .language {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 100px;
  background: #125e9e;
  text-align: center;
  cursor: pointer;
}

.header_ver2 {
  background: #ffffff;
  padding: 25px 0 0 0;
}

.header_ver2 .logo {
  display: block;
}

.header_ver2 .logo img {
  height: 106px;
}

.header_ver2 .searchWrap {
  margin: 15px 30px 0 50px;
}

.header_ver2 .keywordWrap {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  position: relative;
}

.header_ver2 .keywordWrap .zoom {
  width: 40px;
  height: 100%;
  box-sizing: border-box;
}

.header_ver2 .keywordWrap .icon_ver2 {
  width: 18px;
  height: 18px;
  background-position: 0 -23px;
}

.header_ver2 .keywordWrap .keywordinput {
  width: 600px;
  /*height: 48px;*/
  line-height: 48px;
  border: none;
}

.header_ver2 .keywordWrap .keywordinput:focus {
  box-shadow: none;
  border-color: none;
}

.header_ver2 .keywordWrap .searchbtn {
  box-shadow: none;
  border-color: none;
}

.header_ver2 .keywordWrap .searchbtn {
  width: 160px;
  height: 48px;
  line-height: 48px;
  border: none;
  text-align: center;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
}

.header_ver2 .hotkeywords {
  font-size: 12px;
  min-height: 28px;
  line-height: 28px;
}

.header_ver2 .hotkeywords,
.header_ver2 .hotkeywords a {
  color: #999999;
}

.header_ver2 .appletCode {
  font-size: 12px;
  line-height: 25px;
}

.header_ver2 .appletCode .ax-tab {
  position: relative;
}

.header_ver2 .appletCode .ax-tab-nav li {
  cursor: pointer;
}

.header_ver2 .appletCode .ax-tab-content {
  position: absolute;
  right: -150px;
  top: -20px;
}

.header_ver2 .appletCode .codeimg,
.header_ver2 .appletCode .codeimg img {
  width: 130px;
  height: 130px;
}

.header_ver2 .appletCode .codeimg {
  position: relative;
  border: 1px solid #d9d9d9;
  padding: 3px;
  border-radius: 4px;
}

.header_ver2 .appletCode .codeimg:before {
  content: '';
  width: 8px;
  height: 8px;
  position: absolute;
  left: -6px;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  background: #ffffff;
  transform: translate(0, 0) rotate(315deg) scale(1, 1);
}

.header_ver2 .appletCode .forRecruitment:before {
  top: 28px;
}

.header_ver2 .appletCode .forjobHunting:before {
  top: 53px;
}

.nav2_ver2 {
  background: #ffffff;
  /* padding: 0 0 10px 0; */
  font-size: 18px;
  height: 75px;
  border-bottom: 1px solid #dedede;
}

.nav2_box {
  display: flex;
  height: 100%;
  width: 1280px;
  position: relative;
  margin: 0 auto;
}

.nav2_box .nav_box_content {
  flex: 1;
}

.nav2_box .login__box {
  display: flex;
  align-items: center;
}

.nav2_box .login__box .login-btn {
  width: 114px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  display: block;
  background: linear-gradient(90deg, #4319F5 0%, #9E34C7 100%);
}

.nav2_box .login-btn.btn-transparent {
  background: #fff;
  color: #9E34C7;
  border: 1px solid #9E34C7;
  box-sizing: border-box;
}

.nav2_ver2 .item {
  /* height: 40px; */
  /* line-height: 40px; */
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  margin: 0 15px 0 0;
  /* border-bottom: 4px solid transparent; */
  position: relative;
}

.nav2_ver2 .current {
  /* border-bottom: 4px solid #0084f0; */
  font-weight: bold;
}

.nav2_ver2 .current:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(67, 25, 245, 1) 0%, rgba(158, 52, 199, 1) 100%);
  width: 100%;
  height: 4px;
}

.titleStyl1_ver2 {
  position: relative;
  line-height: 150%;
}

.titleStyl1_ver2 .titleText {
  display: inline-block;
  position: relative;
  font-size: 28px;
  color: #6e6e6e;
  font-weight: bold;
}

.titleStyl1_ver2 .titleText span {
  display: inline-block;
  padding: 0 10px;
}

.titleStyl1_ver2 .titleText:after {
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  background: #8ec1eb;
  z-index: 1;
  margin: 0;
}

.titleStyl1_ver2 .viewmore {
  display: block;
  color: #666666;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 999;
}

.titleStyl1_ver2 .viewmore:hover {
  color: #000000;
}

.footer_ver2 {
  font-size: 12px;
  line-height: 200%;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: 30px 0;
  margin: 15px 0 0 0;
}