.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
}
.flex-align-center {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.flex-center {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-wrap {
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mr40 {
  margin-right: 40px;
}
.wrapper {
  background-color: #f8f8f8;
}
.wrapper nav.top-nav {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 33px;
  background-color: #333;
  z-index: 999;
}
.wrapper nav.top-nav > .com-size {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  height: 33px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wrapper nav.top-nav > .com-size .nav-item {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  margin-right: 5px;
  height: 33px;
  font-size: 12px;
  color: #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list:not(.last-list) {
  position: relative;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .im-unread:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 7px;
  width: 7px;
  height: 7px;
  border: none;
  border-radius: 50%;
  background: #ff2929;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list:hover {
  background-color: #282828;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list:hover section.pos {
  display: block;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list > a {
  display: block;
  padding-right: 10px;
  color: #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list > a:before {
  content: '';
  position: absolute;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .phone {
  padding-left: 18px;
  border-right: 1px solid #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .phone:before {
  left: 10px;
  background:  center no-repeat;
  width: 12px;
  height: 20px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .wechat {
  padding-left: 25px;
  border-right: 1px solid #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .wechat:before {
  left: 10px;
  background:  center no-repeat;
  width: 20px;
  height: 18px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .service-tel {
  padding-left: 25px;
  border-right: 1px solid #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .service-tel:before {
  left: 10px;
  background:  center no-repeat;
  width: 20px;
  height: 18px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .save-to-desktop{
	padding-left: 25px;
	/* border-right: 1px solid #fff; */
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .save-to-desktop:before {
  left: 10px;
  background:  center no-repeat;
  width: 20px;
  height: 15px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .logining {
  padding-right: 33px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .logining:before {
  right: 11px;
  background:  center no-repeat;
  width: 16px;
  height: 14px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .login {
  padding-left: 25px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .login:before {
  left: 10px;
  background:  center no-repeat;
  width: 18px;
  height: 18px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .register {
  padding-left: 25px;
  border-right: 1px solid #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .register:before {
  left: 10px;
  background:  center no-repeat;
  width: 18px;
  height: 17px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .im-chat {
  padding-left: 25px;
  border-right: 1px solid #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .im-chat:before {
  left: 10px;
  background:  center no-repeat;
  width: 18px;
  height: 17px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .talent {
  padding-right: 30px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .talent:before {
  right: 11px;
  background:  center no-repeat;
  width: 16px;
  height: 14px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .company {
  padding-right: 30px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .company:before {
  right: 10px;
  background:  center no-repeat;
  width: 16px;
  height: 14px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .agency {
  padding-right: 30px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .agency:before {
  right: 10px;
  background:  center no-repeat;
  width: 16px;
  height: 14px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .navigation {
  position: relative;
  padding-left: 25px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .navigation:before {
  left: 0;
  background:  center no-repeat;
  width: 18px;
  height: 16px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .collect{
	position: relative;
	padding-left: 25px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .collect:before {
  left: 0;
  background:  center no-repeat;
  width: 18px;
  height: 16px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list:hover .tip{
	display: block;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .tip{
	position: absolute;
	top: 33px;
	left: -30px;
	background: #fff;
	padding: 5px 8px;
	width: 120px;
	text-align: center;
	color: #333;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(180,180,180,.5);
	display: none;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .tip:before{
	position: absolute;
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #fff;
	left: 60px;
	top: -6px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  right: 0;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos img {
  width: 90px;
  height: 90px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos .pos-ul {
  width: 100px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos .pos-ul a {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos .pos-ul a:hover {
  background-color: #eee;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation {
  width: 100%;
  padding: 15px 0;
  box-shadow: 0 2px 10px 0 #e5e5e5;
  background-color: #fff;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list {
  min-width: 130px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list.active .title {
  margin-bottom: 5px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list .title {
  display: block;
  font-size: 16px;
  color: #333;
  margin: 5px 0 15px;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list .title:hover {
  color: #fb6c2e;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list img {
  width: 104px;
  height: 104px;
  border: 1px solid #ebebeb;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .pos-navigation-con {
  padding: 0 40px;
  width: 1120px;
  margin: auto;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list-ul a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #333;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list-ul a.hot {
  position: relative;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list-ul a.hot:after {
  content: ;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list-ul a:hover {
  color: #fb6c2e;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list-ul a.new {
  position: relative;
}
.wrapper nav.top-nav > .com-size .nav-item .item-list .pos-navigation .navigation-list-ul a.new:after {
  content: ;
  position: absolute;
  width: 26px;
  height: 14px;
  top: 0;
}
.wrapper header {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 33px;
  height: 78px;
  box-shadow: 0 3px 8px 0 #ececec;
  background-color: #fff;
}
.wrapper header .com-size {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.wrapper header .com-size h1 img {
  width: 170px;
  height: 50px;
}
.wrapper header .com-size .area {
  position: relative;
  padding: 10px;
  font-size: 16px;
  color: #666;
}
.wrapper header .com-size .area > span:after {
  content: '';
  position: absolute;
  top: 21px;
  right: -5px;
  background:  center no-repeat;
  width: 9px;
  height: 6px;
}
.wrapper header .com-size .area .area-ul {
  display: none;
  position: absolute;
  padding: 5px 5px;
  border: 1px solid #eaecea;
  box-shadow: 0 0 5px 2px #eaecea;
  background: #fff;
  z-index: 666;
  width: 350px;
  top: 35px;
}
.wrapper header .com-size .area .area-ul > li > a {
  float: left;
  padding: 6px 5px;
  font-size: 12px;
  color: #333;
  width: 60px;
}
.wrapper header .com-size .area:hover .area-ul {
  display: block;
}
.wrapper header .com-size .navbar {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  margin-left: 30px;
  width: 610px;
}
.wrapper header .com-size .navbar .nav-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
}
.wrapper header .com-size .navbar .nav-ul > li {
  position: relative;
  margin: 0 15px;
}
.wrapper header .com-size .navbar .nav-ul > li > a {
  display: block;
  padding: 10px 5px;
  font-size: 16px;
  color: #999;
}
.wrapper header .com-size .navbar .nav-ul > li > a.active,
.wrapper header .com-size .navbar .nav-ul > li > a:hover {
  color: #333;
}
.wrapper header .com-size .navbar .nav-ul > li > a span {
  display: inline-block;
  margin-left: 3px;
  background:  center no-repeat;
  width: 12px;
  height: 12px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.wrapper header .com-size .navbar .nav-ul > li .menu-ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 94px;
  text-align: center;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  z-index: 9;
}
.wrapper header .com-size .navbar .nav-ul > li .menu-ul a {
  display: block;
  line-height: 40px;
  font-size: 12px;
  color: #999;
}
.wrapper header .com-size .navbar .nav-ul > li .menu-ul a:hover {
  background-color: #f8f8f8;
}
.wrapper header .com-size .navbar .nav-ul > li:hover .menu-ul {
  display: block;
}
.wrapper header .com-size > .btns {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
}
.wrapper header .com-size > .btns > a {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  width: 144px;
  height: 44px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper header .com-size > .btns > a.recruit-btn {
  color: #333;
  background-color: #ffd205;
}
.wrapper header .com-size > .btns > a.recruit-btn:hover {
  background-color: #ffe35e;
}
.wrapper header .com-size > .btns > a.recruit-btn span {
  display: block;
  margin-right: 8px;
  background:  center no-repeat;
  width: 29px;
  height: 21px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.wrapper header .com-size > .btns > a.pub-btn {
  color: #fff;
  background-color: #333;
}
.wrapper header .com-size > .btns > a.pub-btn:hover {
  background-color: #444;
}
.wrapper header .com-size > .btns > a.pub-btn span {
  display: block;
  margin-right: 8px;
  background:  center no-repeat;
  width: 21px;
  height: 21px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.wrapper .main.com-size {
  width: 1200px;
  margin: 20px auto 70px;
}
.wrapper .main.com-size > .left {
  float: left;
  width: 410px;
}
.wrapper .main.com-size > .left .major-box {
  border: 1px solid #ebebeb;
}
.wrapper .main.com-size > .left .major-box .major-tab {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 30px;
  height: 42px;
  font-size: 18px;
  color: #999;
}
.wrapper .main.com-size > .left .major-box .major-tab .tab-list {
  display: block;
  cursor: pointer;
  width: 50%;
  text-align: center;
}
.wrapper .main.com-size > .left .major-box .major-tab .tab-list.active {
  position: relative;
  color: #222;
}
.wrapper .main.com-size > .left .major-box .major-tab .tab-list.active:after {
  content: '';
  position: absolute;
  width: 46px;
  height: 2px;
  background-color: #333;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translatex(-50%);
     -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
       -o-transform: translatex(-50%);
          transform: translatex(-50%);
}
.wrapper .main.com-size > .left .major-box .major-tab:before {
  display: none;
  content: '';
  position: absolute;
  width: 1px;
  left: 50%;
  top: 25px;
  height: 19px;
  background-color: #acacac;
}
.wrapper .main.com-size > .left .major-box .tab-con {
  padding: 5px 0 10px;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li {
  position: relative;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li > .details {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 305px;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li > .details > a {
  display: block;
  padding: 0 5px;
  line-height: 46px;
  font-size: 14px;
  color: #777;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li > .details > a:hover {
  color: #fb6c2e;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .cert-details {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .cert-details a {
  font-size: 12px;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .cert-details .em {
  font-size: 16px;
  color: #222;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .arrow-right {
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 12px;
  background:  center no-repeat;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .major-pos {
  display: none;
  position: absolute;
  left: 408px;
  top: 0;
  width: 730px;
  padding: 5px 5px 5px 45px;
  box-shadow: 0 0 8px 0 #ececec;
  z-index: 9;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .major-pos:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 46px;
  background-color: #fff;
  left: -8px;
  top: 0;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .major-pos > .major-pos-item {
  margin-bottom: 5px;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .major-pos > .major-pos-item > .title {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  color: #666;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .major-pos > .major-pos-item > .major-pos-ul > li {
  display: inline-block;
  margin: 6px 15px 6px 0;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .major-pos > .major-pos-item > .major-pos-ul > li > a {
  display: block;
  font-size: 14px;
  color: #999;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li .major-pos > .major-pos-item > .major-pos-ul > li > a:hover {
  color: #fb6c2e;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li:hover {
  box-shadow: 0 0 8px 0 #ececec;
}
.wrapper .main.com-size > .left .major-box .tab-con .major-ul > li:hover .major-pos {
  display: block;
}
.wrapper .main.com-size > .left .major-part {
  padding: 10px 35px 0;
  margin-top: 25px;
  background-color: #fff;
  border: 1px solid #ebebeb;
}
.wrapper .main.com-size > .left .major-part .title {
  padding: 12px 0;
  font-size: 18px;
  color: #222;
}
.wrapper .main.com-size > .left .major-part .title a {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
}
.wrapper .main.com-size > .left .major-part .title a:after {
  content: '';
  position: absolute;
  background:  center no-repeat;
  width: 27px;
  height: 13px;
  right: -30px;
  top: -5px;
}
.wrapper .main.com-size > .left .major-part .title a:hover {
  color: #fb6c2e;
}
.wrapper .main.com-size > .left .major-part .major-part-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5px;
}
.wrapper .main.com-size > .left .major-part .major-part-ul li {
  min-width: 30%;
  margin-bottom: 22px;
}
.wrapper .main.com-size > .left .major-part .major-part-ul li:nth-child(3n 1) {
  width: 123px;
}
.wrapper .main.com-size > .left .major-part .major-part-ul li:nth-child(3n) {
  text-align: right;
}
.wrapper .main.com-size > .left .major-part .major-part-ul li a {
  font-size: 14px;
  color: #777;
}
.wrapper .main.com-size > .left .major-part .major-part-ul li a:hover {
  color: #fb6c2e;
}
.wrapper .main.com-size > .right {
  float: right;
  width: 770px;
}
.wrapper .main.com-size .search-box {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1025px;
  margin: 0 auto;
  height: 50px;
  background-color: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 1px solid #333;
}
.wrapper .main.com-size .search-box .search-type {
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 130px;
  height: 50px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.wrapper .main.com-size .search-box .search-type:after {
  content: '';
  position: absolute;
  right: 0;
  top: 16px;
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
}
.wrapper .main.com-size .search-box .search-type .drop-ico {
  display: block;
  margin-left: 8px;
  width: 11px;
  height: 6px;
  background:  center no-repeat;
}
.wrapper .main.com-size .search-box .search-type .search-type-pos {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  -webkit-transform: translatey(100%);
     -moz-transform: translatey(100%);
      -ms-transform: translatey(100%);
       -o-transform: translatey(100%);
          transform: translatey(100%);
  z-index: 9;
  background-color: #fff;
}
.wrapper .main.com-size .search-box .search-type .search-type-pos span {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.wrapper .main.com-size .search-box .search-type .search-type-pos span:hover {
  background-color: #f8f8f8;
}
.wrapper .main.com-size .search-box .search-type:hover .search-type-pos {
  display: block;
}
.wrapper .main.com-size .search-box .search-input {
  padding: 0 13px;
  width: 771px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #ccc;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  outline: none;
}

.wrapper .main.com-size .search-box .search-input:-ms-input-placeholder{
  color: #666;
}
.wrapper .main.com-size .search-box .search-input::-webkit-input-placeholder{
  color: #666;
}

.wrapper .main.com-size > .search-box .search-pos {
  display: none;
  position: absolute;
  width: 535px;
  max-height: 270px;
  overflow: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transform: translatey(100%);
     -moz-transform: translatey(100%);
      -ms-transform: translatey(100%);
       -o-transform: translatey(100%);
          transform: translatey(100%);
  bottom: -1px;
  left: 130px;
  z-index: 100;
}
.wrapper .main.com-size > .search-box .search-pos span {
  display: block;
  padding: 0 13px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #999;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  cursor: pointer;
}
.wrapper .main.com-size > .search-box .search-pos span:hover {
  background-color: #f8f8f8;
}
.wrapper .main.com-size > .search-box .search-btn {
  position: relative;
  width: 124px;
  height: 50px;
  background-color: #333;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.wrapper .main.com-size > .search-box .search-btn:before {
  content: ;
  position: absolute;
  width: 27px;
  height: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrapper .main.com-size > .search-box .search-btn:hover {
  background-color: #444;
}
.wrapper .main.com-size > .right > .banner {
  width: 770px;
  height: 477px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content:space-between;
      -ms-flex-line-pack:justify;
          align-content:space-between;
}
.wrapper .main.com-size > .right > .banner a.banner1{
  width: 375px;
  height: 196px;
}
.wrapper .main.com-size > .right > .banner a.banner2{
  width: 770px;
  height: 268px;
}
.wrapper .main.com-size > .right > .banner a img{
  width: 100%;
  height: 100%;
}
.wrapper .main.com-size > .hot-position-sort {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14px;
  font-size: 14px;
  padding-left: 88px;
}
.wrapper .main.com-size > .hot-position-sort .title {
  color: #888;
  width: 75px;
  height: 19px;
}
.wrapper .main.com-size > .hot-position-sort .hot-position-list {
  margin-left: 15px;
  width: 700px;
}
.wrapper .main.com-size > .hot-position-sort .hot-position-list li {
  margin-right: 30px;
  padding-bottom: 10px;
  float: left;
}
.wrapper .main.com-size > .hot-position-sort .hot-position-list li a {
  color: #666;
}
.wrapper .main.com-size > .hot-position-sort .hot-position-list li:hover .first-level-positon {
  color: #fb6c2e;
}
/* .wrapper .main.com-size > .right .hot-part .hot-part-nav {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 20px;
  padding: 0 20px;
  height: 54px;
  border: 1px solid #ebebeb;
}
.wrapper .main.com-size > .right .hot-part .hot-part-nav .hot-nav-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.wrapper .main.com-size > .right .hot-part .hot-part-nav .hot-nav-ul a {
  position: relative;
  padding: 0 10px;
  margin: 0 20px;
  font-size: 16px;
  color: #999;
}
.wrapper .main.com-size > .right .hot-part .hot-part-nav .hot-nav-ul a.active {
  color: #333;
}
.wrapper .main.com-size > .right .hot-part .hot-part-nav .hot-nav-ul a.active:before {
  content: '';
  position: absolute;
  width: 46px;
  height: 2px;
  background-color: #333;
  bottom: -17px;
  left: 20px;
}
.wrapper .main.com-size > .right .hot-part .hot-part-nav .more {
  font-size: 14px;
  color: #999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .main.com-size > .right .hot-part .hot-part-nav .more:hover {
  color: #fb6c2e;
} */
.wrapper .main.com-size > .hot-part-con{
  display: none;
  zoom: 1;
}
.wrapper .main.com-size > .hot-part-con.active{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrapper .main.com-size > .hot-part-con:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}
.wrapper .main.com-size > .hot-part-con:first-of-type {
  display: block;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list {
  position: relative;
  float: left;
  margin-top: 15px;
  width: 390px;
  height: 160px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list:hover {
  box-shadow: 0px 2px 14px 0px #d4d4d4;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list:hover .send-resume .send {
  display: block;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 28px 10px 28px;
  font-size: 12px;
  color: #999;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .title .job {
  max-width: 240px;
  font-size: 18px;
  color: #222;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .title .job span{
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 24px;
display: inline-block;
    vertical-align: unset;
    margin-left: 10px;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .title .job:hover,
.wrapper .main.com-size > .hot-part-con .hot-part-list .title .job:hover span{
  color: #fb6c2e;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .title .price{
  
font-size: 18px;
font-weight: bold;
color: #ff5757;

}
.wrapper .main.com-size > .hot-part-con .hot-part-list .info{
  display: flex;
  justify-content: space-between;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .info .time{
  padding-right: 28px;
  font-size: 12px;
  font-weight: 400;
  color: #b7b7b7;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .details-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  padding: 0 0 20px 22px;
  font-size: 14px;
  color: #777;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .details-ul li {
  padding: 0 6px;
  line-height: 1;
  border-right: 1px solid #ebebeb;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .details-ul li:nth-child(2) {
  max-width: 140px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .details-ul li:last-child {
  max-width: 120px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  border-right: none;
}


.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume {
  display: flex;
  justify-content: space-between;
  padding: 15px 28px;
  line-height: 30px;
  border-top: 1px solid #ebebeb;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume a{
  display: flex;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume a img{
  width: 30px;
  height: 30px;
  box-shadow: 0px 0px 14px 0px rgba(156,176,175,0.3);
  margin-right: 13px;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume a p{
  font-size: 14px;
  color: #666;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume ul{
  display: flex;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume ul li{
  font-size: 12px;
  color: #666;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume ul li:first-child{
  margin-right: 20px;
  position: relative;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list > .send-resume ul li:first-child::before{
  content: '';
  height: 12px;
  width: 1px;
  background: #bababa;
  opacity: 0.4;
  position: absolute;
  right: -10px;
  top: 10px;
}
.wrapper .main.com-size > .hot-part-con .hot-part-list .jian{
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 32px;
  background: ;
}
.wrapper .main.com-size .view-detail{
  display: block;
  margin: 29px auto 0;
  width: 390px;
  height: 40px;
  background: #ffd205;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
  margin-bottom: 22px;
}
.wrapper .main.com-size .view-detail:hover{
  box-shadow: 0 7px 15px -4px rgba(236, 144, 0, 0.8);
}

.wrapper .main.com-size > .hot-part-con .hot-part-list .ding-ico {
  position: absolute;
  right: 0;
  top: 0;
  background:  center no-repeat;
  width: 28px;
  height: 28px;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.wrapper .main.com-size .middle-adver {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  margin-top: 24px;
}
.wrapper .main.com-size .middle-adver a {
  display: block;
}
.wrapper .main.com-size .middle-adver a img {
  width: 392px;
  height: 100px;
}
.wrapper .main.com-size .hot-news {
  margin-top: 25px;
  padding: 0 20px;
}
.wrapper .main.com-size .hot-news > .title {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ececec;
}
.wrapper .main.com-size .hot-news > .title .more {
  font-size: 14px;
  color: #999;
}
.wrapper .main.com-size .hot-news > .title .more:hover {
  color: #fb6c2e;
}
.wrapper .main.com-size .hot-news .hot-news-con {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  padding: 30px 0 40px;
}
.wrapper .main.com-size .hot-news .hot-news-con .news-banner,
.wrapper .main.com-size .hot-news .hot-news-con .news-banner img {
  position: relative;
  width: 550px;
  height: 284px;
}
.wrapper .main.com-size .hot-news .hot-news-con .description {
  position: absolute;
  width: 550px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
}
.wrapper .main.com-size .hot-news .news-right {
  width: 590px;
}
.wrapper .main.com-size .hot-news .news-right .news-nav {
  padding-bottom: 10px;
}
.wrapper .main.com-size .hot-news .news-right .news-nav a {
  padding: 0 25px;
  line-height: 1;
  font-size: 16px;
  color: #999;
  border-right: 1px solid #ebebeb;
  cursor: pointer;
  font-weight: bold;
}
.wrapper .main.com-size .hot-news .news-right .news-nav a.active {
  color: #fb6c2e;
}
.wrapper .main.com-size .hot-news .news-right .news-nav a:last-of-type {
  border: none;
}
.wrapper .main.com-size .hot-news .news-right .news-tab-con {
  display: none;
}
.wrapper .main.com-size .hot-news .news-right .news-tab-con:first-of-type {
  display: block;
}
.wrapper .main.com-size .hot-news .news-right .news-list-ul {
  margin-left: 20px;
}
.wrapper .main.com-size .hot-news .news-right .news-list-ul li {
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 20px;
  margin-top: 23px;
  font-size: 14px;
  color: #999;
}
.wrapper .main.com-size .hot-news .news-right .news-list-ul li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e7e7e7;
}
.wrapper .main.com-size .hot-news .news-right .news-list-ul li a.title {
  color: #333;
}
.wrapper .main.com-size .hot-news .news-right .news-list-ul li a.title:hover {
  color: #fb6c2e;
}
.wrapper footer {
  text-align: left;
}
.wrapper footer .footer-con {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  padding-top: 35px;
}
.wrapper footer .footer-con .logo {
  display: block;
  margin-left: 50px;
  margin-right: 20px;
}
.wrapper footer .footer-con .logo img {
  width: 112px;
  height: 55px;
}
.wrapper footer .footer-item {
  min-width: 90px;
  margin-left: 75px;
}
.wrapper footer .footer-item > .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.wrapper footer .footer-item > a,
.wrapper footer .footer-item .part {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
.wrapper footer .footer-item > a:hover,
.wrapper footer .footer-item .part:hover {
  color: #fb6c2e;
}
.wrapper footer .footer-item > a:hover .pos,
.wrapper footer .footer-item .part:hover .pos {
  display: block;
}
.wrapper footer .footer-item > a .pos,
.wrapper footer .footer-item .part .pos {
  display: none;
  position: absolute;
  width: 94px;
  height: 94px;
  right: -60px;
  top: -20px;
  z-index: 9;
  border: 1px solid #f1f1f1;
}
.wrapper footer .footer-item > a .pos img,
.wrapper footer .footer-item .part .pos img {
  width: 100%;
  height: 100%;
}
footer .friend-link {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  padding: 0 145px 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 12px;
  color: #999;
  width: 1199px;
  margin: 22px auto 0;
  box-sizing: border-box;
}
footer .friend-link >span {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 20px;
}
footer .friend-link ul{
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 30px;
  overflow: hidden;
  transition: all 0.3s;
}
footer .friend-link ul.more{
  height: auto;
}
footer .friend-link ul a {
  display: block;
  margin: 0 15px 12px 0;
  color: #999;
}
footer .friend-link ul a:hover {
  color: #fb6c2e;
}
footer .friend-link .height-control{
  font-size: 12px;
  color: #999;
  width: 55px;
  cursor: pointer;
}
footer .friend-link .height-control span{
  display: inline-block;
  vertical-align: middle;
  background: ;
  width: 12px;
  height: 8px;
  margin-left: 5px;
  transition: all 0.3s;

}
footer .friend-link .height-control.active span{
  transform:rotate(180deg);
}

footer .copyright-mark{
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #b5b5b5;
  line-height: 37px;
}
footer .copyright-mark a{
  margin-left: 30px;
  color: #b5b5b5;
  position: relative;
}
footer .copyright-mark a.beian{
  margin-left: 0;
}
footer .copyright-mark a.before:before{
  display: block;
  content: "";
  width: 1px;
  height: 15px;
  background: #b5b5b5;
  position: absolute;
  top: 12px;
  right: -16px;
}



.wrapper footer .copyright-info {
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  line-height: 50px;
  background-color: #f8f8f8;
}
.wrapper footer .copyright-info span {
  margin: 0 50px;
  font-size: 12px;
  color: #666;
}
.extension{
	position: relative;
    margin-top: 33px;
	margin-bottom: -33px;
	height: 160px;
	background:  no-repeat center center;
	-o-background-size: auto 100%;
	   background-size: auto 100%;
}
.extension a{
  position: absolute;
  display: block;
  width:100%;
  height:100%;
  top:0;
  left:0;
}
.extension .close-btn{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 200px;
	top: 48px;
	background:  no-repeat;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}

.quick-entry{
  padding: 40px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  display: -ms-flexbox;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.quick-entry >a{
  display: block;
  width: 255px;
  height: 127px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 37px;
  justify-content: space-between;
  box-sizing: border-box;
}
.quick-entry-logo1{
  background-image: ;
}
.quick-entry-logo2{
  background-image: ;
}
.quick-entry-logo3{
  background-image: ;
}
.quick-entry-logo4{
  background-image: ;
}
.block-title-box ul{
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.block-title-box ul li{
  font-size: 17px;
  color: #666;
  font-weight: 400;
  position: relative;
  margin-right: 48px;
}
.block-title-box ul li.active{
  color: #333;
  font-weight: bold;

}
.block-title-box ul li.active:after{
  display: block;
  content: '';
  width: 40px;
  height: 3px;
  background: #ffd205;
  border-radius: 2px;
  position: absolute;
  bottom: -9px;
  left: 14px;
}
.block-title-box ul li .cheng{
  display: inline-block;
  width: 15px;
  height: 15px;
  background: ;
  vertical-align: middle;
  margin-left: 5px;
}

/* 猎头榜单 */
.headhunt-list-block{
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 39px;
}
.headhunt-list-block > section{
  width: 580px;
  height: 1152px;
  background-color: #fff;
  padding: 30px 43px 0;
  box-sizing: border-box;
}
.headhunt-list-block > section >.title{
  font-size: 17px;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
}
.headhunt-list-block > section >.title::before{
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #ffd205;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%);
}
.headhunt-list-block > section >.first-box .photo{
  width: 95px;
  height: 95px;
  margin: 52px auto 25px;
  position: relative;
}
.headhunt-list-block > section >.first-box .photo img{
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 2px solid #feae30;
}
.headhunt-list-block > section >.first-box .photo .wangguan{
  position: absolute;
  width: 79px;
  height: 44px;
  background: ;
  top: -27px;
  left: 10px;
}
.headhunt-list-block > section >.first-box .photo .dizuo{
  position: absolute;
  width: 120px;
  height: 30px;
  background: ;
  top: 72px;
  left: -11px;
}
.headhunt-list-block > section >.first-box .name{
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #333;
  align-items: center;
  margin-bottom: 10px;
}
.headhunt-list-block > section >.first-box .name a{
  color: #333;
}
.headhunt-list-block > section >.first-box .name i{
  width: 16px;
  height: 15px;
  margin: 0 7px;
}
.headhunt-list-block > section >.first-box .name i.gjgw{
  background: ;
}
.headhunt-list-block > section >.first-box .name i.ltgw{
  background: ;
}
.headhunt-list-block > section >.first-box .name i.ltzl{
  background: ;
}
.headhunt-list-block > section >.first-box .name span{
  font-size: 12px;
  color: #666;
}
.headhunt-list-block > section >.first-box .info{
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #666;
  align-items: center;
}
.headhunt-list-block > section >.first-box .info li:first-child{
  margin-right: 20px;
  position: relative;
}
.headhunt-list-block > section >.first-box .info li:first-child::before{
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  position: absolute;
  top: 5px;
  right: -10px;
}
.headhunt-list-block > section >.first-box .info li span{
  color: #fb6c2e;
}
.headhunt-list-block > section >.list-box{
  margin-top: 26px;
}
.headhunt-list-block > section >.list-box >li{
  padding: 20px 0;
  border-top: 1px solid #f1f1f1;
  line-height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.headhunt-list-block > section >.list-box >li >div{
  display: flex;
  align-items: center;
}
.headhunt-list-block > section >.list-box >li >div >span{
  font-size: 14px;
  color: #fcad00;
  width: 46px;
  height: 52px;
}
.headhunt-list-block > section >.list-box >li >div >span.second{
  background: ;
}
.headhunt-list-block > section >.list-box >li >div >span.third{
  background: ;
}
.headhunt-list-block > section >.list-box >li img{
  display: inline-block;
  margin-left: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.headhunt-list-block > section >.list-box >li a{
  font-size: 18px;
  color: #333;
  display: inline-block;
  margin-left: 4px;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headhunt-list-block > section >.list-box >li i{
  width: 16px;
  height: 15px;
  margin-left: 6px;
  display: inline-block;
}
.headhunt-list-block > section >.list-box >li i.gjgw{
  background: ;
}
.headhunt-list-block > section >.list-box >li i.ltgw{
  background: ;
}
.headhunt-list-block > section >.list-box >li i.ltzl{
  background: ;
}
.headhunt-list-block > section >.list-box >li ul{
  float: right;
  display: flex;
  justify-content: end;
  font-size: 14px;
  color: #666;
}
.headhunt-list-block > section >.list-box >li ul li{
  margin-left: 20px;
  position: relative;
}
.headhunt-list-block > section >.list-box >li ul li::before{
  display: block;
  content: "";
  width: 1px;
  height: 12px;
  background: #e5e5e5;
  position: absolute;
  top: 20px;
  right: -10px;
}
.headhunt-list-block > section >.list-box >li ul li:first-child{
  margin-left: 0;
}
.headhunt-list-block > section >.list-box >li ul li:last-child::before{
  display: none;
}
.headhunt-list-block > section >.list-box >li ul li span{
  color: #fb6c2e;
}

.hot-company-block{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  justify-content: space-between;
}
.hot-company-block > .list{
  width: 290px;
  height: 140px;
  background: #fff;
  padding: 28px 15px 0;
  box-sizing: border-box;
  margin-top: 15px;
}
.hot-company-block > .list .head{
  display: flex;
  margin-bottom: 27px;
}
.hot-company-block > .list .head img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.hot-company-block > .list .head a{
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;
  display: block;
}
.hot-company-block > .list .head a:hover{
  color: #fb6c2e;
}
.hot-company-block > .list .head ul{
  display: flex;
  align-items: center;
  margin-top: 2px;
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 208px;
}
.hot-company-block > .list .head ul li{
  font-size: 12px;
  color: #9d9d9d;
  margin-left: 20px;
  position: relative;
}
.hot-company-block > .list .head ul li:first-child{
  margin-left: 0px;
}
.hot-company-block > .list .head ul li::before{
  display: block;
  width: 1px;
  height: 12px;
  background: #a6b0bb;
  content: '';
  position: absolute;
  top: 3px;
  left: -10px;
}
.hot-company-block > .list .head ul li:first-child::before{
  display: none;
}
.hot-company-block > .list .num{
  height: 45px;
  line-height: 45px;
  border-top: 1px dashed #ebeef2;
  font-size: 12px;
  color: #666;
}
.hot-company-block > .list .num span{
  font-size: 16px;
  color: #fb6c2e;
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}


/* 底部 */
.footer .submit-info-block{
  width: 100%;
  height: 332px;
  background:  center no-repeat;
}
.footer .submit-info-block .submit-info-box{
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-top: 30px;
  box-sizing: border-box;
}
.footer .submit-info-block .submit-info-box > span{
  display: block;
  width: 823px;
  height: 170px;
  background: ;
  margin: 0 auto 48px;
}
.footer .submit-info-block .submit-info-box .submit-box{
  width: 690px;
  margin: 0 auto;
  display: flex;
}
.footer .submit-info-block .submit-info-box .submit-box .saoma{
    width: 190px;
    margin-right: 20px;
    line-height: 44px;
    background: #ffd206;
    color: #333;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    position: relative;
}
.footer .submit-info-block .submit-info-box .submit-box .saoma .hide{
    position: absolute;
    top: -190px;
}
.footer .submit-info-block .submit-info-box .submit-box .saoma .hide img{
    width: 190px;
    height: 190px;
}
.footer .submit-info-block .submit-info-box .submit-box .saoma:hover .hide{
    display: block;
}
.footer .submit-info-block .submit-info-box .submit-box span{
  width: 105px;
  border-radius: 4px 0 0 4px;
  background: #fff;
  font-size: 16px;
  color: #999;
  text-align: center;
  border-right: 1px solid #e9e9e9;
  line-height: 44px;
}
.footer .submit-info-block .submit-info-box .submit-box input{
  width: 239px;
  line-height: 44px;
  padding: 0 22px;
  font-size: 16px;
  box-sizing: border-box;
}
.footer .submit-info-block .submit-info-box .submit-box a{
  width: 137px;
  line-height: 44px;
  background: #ffd206;
  color: #333;
  font-size: 16px;
  text-align: center;
  border-radius: 0 4px 4px 0;
}
.footer .contact-us-box{
  display: flex;
  justify-content: space-between;
  padding-top: 39px;
}
.footer .contact-us-box > div{
  display: flex;
}
.footer .contact-us-box > div .title h4{
  font-size: 16px;
  color: #444;
  font-weight: bold;
}
.footer .contact-us-box > div .title p{
  font-size: 13px;
  font-weight: 400;
  color: #cfcfcf;
  margin-top: 2px;
}
.footer .contact-us-box > div .number{
  display: flex;
}
.footer .contact-us-box > div .number li{
  font-size: 14px;
  color: #666;
  margin-left: 28px;
  font-weight: 400;
}
.footer .contact-us-box > div .code-box{
  font-size: 12px;
  color: #acacac;
  margin-left: 33px;
  line-height: 27px;
  cursor: pointer;
  position: relative;
}
.footer .contact-us-box > div .code-box .gzh{
  width: 32px;
  height: 27px;
  background: ;
  display: inline-block;
  margin-right: 8px;
}
.footer .contact-us-box > div .code-box .xcx{
  width: 27px;
  height: 27px;
  background: ;
  display: inline-block;
  margin-right: 8px;
}
.footer .contact-us-box > div .code-box:hover{
  color: #f9c714;
}
.footer .contact-us-box > div .code-box:hover .gzh{
  background: ;
}
.footer .contact-us-box > div .code-box:hover .xcx{
  background: ;
}
.footer .contact-us-box > div .code-box div{
  display: none;
  width: 126px;
  height: 132px;
  background-color: coral;
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translate(-50%);
}
.footer .contact-us-box > div .code-box.gzh-code div{
  background: ;
}
.footer .contact-us-box > div .code-box.xcx-code div{
  background: ;
}
.footer .contact-us-box > div .code-box:hover div{
  display: block;
}