.vvjob-hide {
  display: none;
}
.g-hover-color:hover {
  color: #FE7919 !important;
}
.g-hover-color:hover * {
  color: #FE7919 !important;
}
.g-transit-0 {
  transition: all 0s;
}
.g-transit-0:hover {
  transition: all 0s;
}
.g-transit-0:hover * {
  transition: all 0s;
}
.g-transit-1 {
  transition: all 0.1s;
}
.g-transit-1:hover {
  transition: all 0.1s;
}
.g-transit-1:hover * {
  transition: all 0.1s;
}
.g-transit-2 {
  transition: all 0.2s;
}
.g-transit-2:hover {
  transition: all 0.2s;
}
.g-transit-2:hover * {
  transition: all 0.2s;
}
.g-transit-3 {
  transition: all 0.3s;
}
.g-transit-3:hover {
  transition: all 0.3s;
}
.g-transit-3:hover * {
  transition: all 0.3s;
}
.g-transit-4 {
  transition: all 0.4s;
}
.g-transit-4:hover {
  transition: all 0.4s;
}
.g-transit-4:hover * {
  transition: all 0.4s;
}
.g-transit-5 {
  transition: all 0.5s;
}
.g-transit-5:hover {
  transition: all 0.5s;
}
.g-transit-5:hover * {
  transition: all 0.5s;
}
.g-transit-6 {
  transition: all 0.6s;
}
.g-transit-6:hover {
  transition: all 0.6s;
}
.g-transit-6:hover * {
  transition: all 0.6s;
}
.g-transit-7 {
  transition: all 0.7s;
}
.g-transit-7:hover {
  transition: all 0.7s;
}
.g-transit-7:hover * {
  transition: all 0.7s;
}
.g-transit-8 {
  transition: all 0.8s;
}
.g-transit-8:hover {
  transition: all 0.8s;
}
.g-transit-8:hover * {
  transition: all 0.8s;
}
.g-transit-9 {
  transition: all 0.9s;
}
.g-transit-9:hover {
  transition: all 0.9s;
}
.g-transit-9:hover * {
  transition: all 0.9s;
}
.g-transit-10 {
  transition: all 1s;
}
.g-transit-10:hover {
  transition: all 1s;
}
.g-transit-10:hover * {
  transition: all 1s;
}
body {
  background-color: #ff88b0;
  background-image: url("img/index_002.png");
  background-repeat: no-repeat;
  background-position: center 0;
  padding-top: 0;
}
body * {
  box-sizing: border-box;
}
body .type-area {
  width: 1400px;
  margin: 0 auto;
}
body header {
  height: 56px;
  background: rgba(0, 0, 0, 0.5);
}
body header .type-area {
  height: 56px;
}
body header .page-top .fl .logo-box {
  width: 108px;
  height: 35px;
  line-height: 35px;
  background: url("./img/logo_1.png") no-repeat;
}
body header .page-top .fl dd {
  padding: 0 20px;
  position: relative;
}
body header .page-top .fl dd.new:after,
body header .page-top .fl dd.hot:after {
  position: absolute;
  top: -10px;
  right: -13px;
  display: inline-block;
  content: 'NEW';
  background: #ff6400;
  color: #fff;
  font-size: 12px;
  padding: 2px 5px;
  transform: scale(0.6);
  border-radius: 5px 0;
}
body header .page-top .fl dd.hot:after {
  content: 'HOT';
}
body header .page-top .fl dd a {
  font-size: 16px;
  color: #fff;
}
body header .page-top .fl dd a:hover {
  color: #ff6400;
  transition: all 0.5s;
}
body header .page-top .fr {
  padding-right: 30px;
  font-size: 16px;
}
body header .page-top .fr .no-login div {
  color: #ff6400;
  padding: 0 10px;
}
body header .page-top .fr .no-login button {
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  background: unset;
  border: 1px solid #fff;
  outline: none;
  border-radius: 13px;
  color: #fff;
  margin-right: 15px;
}
body header .page-top .fr .no-login button:hover {
  border: 1px solid #ff6400;
}
body header .page-top .fr .is-login {
  color: #fff;
  display: none;
}
body header .page-top .fr .is-login a {
  color: #fff;
  margin-left: 10px;
}
body main {
  /* 重点参会企业 start */
  /* 重点参会企业 end */
}
body main .img-top,
body main .img-bottom {
  width: 1400px;
}
body main .focus-on {
  font-size: 0;
  margin: 0 auto 50px;
  height: 725px;
  position: relative;
}
body main .focus-on .title-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
}
body main .focus-on .title-box p {
  font-size: 24px;
  color: #fff;
  margin-top: 36px;
}
body main .focus-on .box {
  background: url("./img/index_06.png");
  width: 1400px;
  background-size: 1400px;
  padding-top: 85px;
}
body main .focus-on .box ul {
  padding-left: 60px;
}
body main .focus-on ul {
  flex-wrap: wrap;
}
body main .focus-on ul li:nth-child(4n) {
  margin-right: 0;
}
body main .focus-on ul li {
  width: 300px;
  height: 100px;
  border: 1px solid #ebebed;
  margin-right: 28px;
  margin-bottom: 28px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-shadow: 6px 8px 0px #180d8d;
}
body main .focus-on ul li a {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body main .qiye_list_box {
  min-height: 100px;
  margin: 0 auto;
  border-radius: 5px;
}
body main .qiye_list_box .corp-list {
  font-size: 0;
  margin: 0 auto 50px;
  position: relative;
}
body main .qiye_list_box .corp-list .icon-fast {
  position: absolute;
  top: 96px;
  right: 130px;
}
body main .qiye_list_box .corp-list .title-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 40px;
}
body main .qiye_list_box .corp-list .box {
  background: url("./img/index_06.png");
  width: 1400px;
  background-size: 1400px;
  padding-top: 10px;
}
body main .qiye_list_box .corp-list .box .show-data {
  width: 1024px;
  height: 80px;
  background: #fff9eb;
  margin: 0 auto;
  padding: 0 58px;
  color: #555356;
  font-size: 22px;
}
body main .qiye_list_box .corp-list .box .show-data .item {
  position: relative;
  padding: 0 20px;
  height: 42px;
}
body main .qiye_list_box .corp-list .box .show-data .item:after {
  width: 100%;
  height: 18px;
  background: #fee2a1;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  z-index: 0;
}
body main .qiye_list_box .corp-list .box .show-data .item .text {
  z-index: 1;
  position: relative;
}
body main .qiye_list_box .corp-list .box .show-data .item .text .num {
  color: #000000;
  font-size: 32px;
  margin-right: 10px;
}
body main .qiye_list_box .corp-list .box .search-box {
  height: 126px;
}
body main .qiye_list_box .corp-list .box .search-box .search-corp-from {
  border: 2px solid #a3a3a3;
  background: #fff;
}
body main .qiye_list_box .corp-list .box .search-box .search-corp-from .search-content {
  flex: 1;
  padding-left: 25px;
}
body main .qiye_list_box .corp-list .box .search-box .search-corp-from .search-content .search-corp-input {
  width: 410px;
  border: none;
  height: 58px;
  line-height: 58px;
  text-indent: 1em;
  font-size: 18px;
}
body main .qiye_list_box .corp-list .box .search-box .search-corp-from .search-corp-btn {
  text-align: center;
  width: 150px;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  color: #fff;
  background: #3a3a46;
  font-size: 23px;
}
body main .qiye_list_box .corp-list .box .do_container_corp {
  padding-left: 22px;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box {
  padding: 30px 18px 18px 18px;
  margin: 7px;
  border: 1px solid #f3f2f7;
  border-radius: 7px;
  background: #fff;
  width: 320px;
  height: 300px;
  position: relative;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_top {
  display: flex;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_top .corp_logo {
  width: 58px;
  height: 58px;
  border-radius: 5px;
  border: 1px solid #efefef;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_top .corp_info {
  margin-left: 20px;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_top .corp_info .corp_name {
  font-size: 20px;
  text-align: left;
  display: block;
  color: #000000;
  width: 200px;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_top .corp_info .corp_welfare {
  color: #999;
  width: 200px;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_job_box {
  margin-top: 20px;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_job_box .corp_job_line {
  background: #f3f3f3;
  width: 280px;
  height: 40px;
  font-size: 17px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 40px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_job_box .corp_job_line:hover {
  background: #8176f9;
  color: #fff;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_job_box .corp_job_line .corp_job_name {
  flex: 1;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .corp_job_box .corp_job_line .corp_job_salary {
  text-align: right;
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .more-job {
  color: #000000;
  font-size: 16px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
}
body main .qiye_list_box .corp-list .box .do_container_corp .corp_box .more-job img {
  margin-left: 13px;
}
.infos_liucheng {
  width: 900px;
  margin: 0 auto;
  line-height: 30px;
  margin-top: 10px;
}
/*重新定义宽*/
.bodypage {
  width: 1200px;
}
#tabs ul li {
  width: 275px;
}
#tabs dl dd #Map_box {
  width: 600px;
}
#tabs dl dd .MapInfo {
  width: 400px;
  margin-left: 50px;
}
#review .con li {
  width: 264px;
}
#review .con li img {
  width: 255px;
  height: 185px;
}
.infos ul.infos_right li {
  height: 34px;
  line-height: 34px;
}
.infos .infos_title {
  width: 1110px;
  /*background: url(img/service_01.jpg) no-repeat;*/
}
.bodypage .search .search-keyword {
  width: 806px;
  text-align: center;
}
.bodypage .search .search-keyword form {
  display: inline-block;
}
.bodypage .search .fair-info {
  padding-left: 50px;
}
.corp_box .corp_bottom {
  margin-top: 15px;
  float: left;
}
.corp_box .corp_bottom span {
  color: #369;
}
.goutong_btn {
  background: #ff4701;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  color: #fff;
  float: right;
  margin-top: 10px;
  padding: 0px 10px;
}
.goutong_btn:hover i {
  color: #fff;
}
.goutong_btn:hover span {
  color: #fff;
}
.goutong_btn span {
  float: right;
  margin-top: -1px;
}
.zaixian_btn {
  width: 92px;
  height: 27px;
  background: url(img/goutong.gif) no-repeat;
  display: block;
  padding: 0;
}
/*底部说明信息*/
.page_info_line {
  width: 1200px;
  height: 210px;
  background: url(img/06.jpg) no-repeat;
}
.page_info_box {
  border-top: 1px dashed #ccc;
  margin-top: 20px;
  padding-top: 25px;
}
.erweima_info {
  /*background: url(img/3.jpg) no-repeat;*/
  width: 87px;
  height: 87px;
  float: left;
}
.lianxi_info {
  float: left;
  margin-left: 15px;
}
.lianxi_info .fuwu_img {
  /*background: url(img/4.jpg) no-repeat;*/
  width: 327px;
  height: 51px;
}
.lianxi_info .fuwu_text {
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}
#footer {
  background: #2c2841;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  margin-top: 100px;
  padding: 20px;
}
#footer .footerMenu {
  text-align: center;
}
#footer a {
  color: #fff;
}
.footerMenu a {
  color: #fff;
}
.search_corp_from .search_corp_input {
  float: left;
  width: 410px;
  border: none;
  height: 35px;
  line-height: 35px;
  text-indent: 1em;
}
.search_corp_from .search_corp_btn {
  float: left;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  color: #fff;
  padding: 7px 33px;
  background: #3a3a46;
}
.canhui_title {
  background: url(img/07.jpg) no-repeat;
  width: 326px;
  height: 29px;
  margin: 20px auto;
}
/*悬浮行业分类*/
.hangye_type_box {
  max-width: 166px;
  position: fixed;
  left: 20px;
  bottom: 50px;
  background: red;
}
.fenlei_title {
  /*background: url(img/6.jpg) repeat;*/
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 35px;
  line-height: 35px;
}
.fenlei_container .fenlei_item {
  height: 20px;
  cursor: pointer;
  line-height: 20px;
  margin: 2px;
  padding: 2px 5px;
}
.fenlei_container .fenlei_item:hover {
  background: #ff4d55;
  color: #fff;
}
.search_content {
  float: left;
  width: 450px;
  border: 1px solid #ccc;
  height: 35px;
  line-height: 35px;
  text-indent: 1em;
}
.search_content .search_icon {
  float: left;
  display: inline-block;
  width: 30px;
  background: #fff;
}
.fenlei_container .fenlei_item.active {
  background: #ff4d55;
  color: #fff;
}
.fenlei_container {
  background: #fff;
  margin: 0 10px;
  margin-bottom: 0;
}
.close_xuanfu {
  text-align: center;
  /*background: url(img/6.jpg) repeat;*/
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  color: #fff;
}
.zhankai_hangye {
  text-align: center;
  /*background: url(img/6.jpg) repeat;*/
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  width: 72px;
  color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.information {
  float: left;
  margin-left: 12px;
}
.information ul:hover {
  color: #333333;
}
.information ul {
  margin-top: 30px;
}
.information ul li {
  color: #000;
  height: 28px;
  line-height: 28px;
  max-width: 210px;
}
.information ul li span {
  max-width: 130px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*导航栏 start */
.nva-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.nva-bar .box .logo {
  background: url('./img/logo_2.png') no-repeat;
  background-position: 50%;
  width: 133px;
  height: 50px;
}
.nva-bar .box {
  width: 1190px;
  margin: 10px auto;
}
.nva-bar .box .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.nva-bar .box .fr li {
  padding: 0 10px;
  font-size: 14px;
  position: relative;
  height: 52px;
  line-height: 52px;
}
.nva-bar .box .fr li a {
  width: 100%;
  height: 100%;
  display: block;
}
.nva-bar .box .fr li .active {
  color: #ff6652;
}
.pagetop .cur,
#nva_bar_box .cur {
  color: #F00;
}
#nva_bar_box {
  display: none;
  background: #fff;
}
.pagetop .cur:before,
.nva-bar .box .fr .active:before,
#nva_bar_box .cur:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #ff6652;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.pagetop .cur:before,
#nva_bar_box .cur:before {
  background: #F00;
}
/*导航栏 end */
.pagetop {
  height: 53px;
  width: 100%;
  background: #f2f2f2;
  padding: 15px 0 20px;
}
.pagetop-con {
  width: 1190px;
  margin: 0 auto;
}
.pagetop-con .pagetop-left {
  height: 50px;
  float: left;
  width: 150px;
  background: url(img/logo_2.png) no-repeat;
  background-position: center top;
  margin-top: 2px;
}
a.guipin-logo {
  width: 100%;
  height: 100%;
  display: block;
}
.pagetop-con .pagetop-right {
  float: right;
  height: 53px;
  line-height: 53px;
}
.pagetop-con .pagetop-right li:first-child span {
  color: #f41018;
  position: relative;
}
.pagetop-con .pagetop-right li:first-child span:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 38px;
  background: #f41018;
  position: absolute;
  bottom: -15px;
  border-radius: 2px;
  left: 50%;
  transform: translateX(-50%);
}
.pagetop-con .pagetop-right li {
  float: left;
  width: 96px;
  text-align: center;
  position: relative;
}
.pagetop-con .pagetop-right li a:hover {
  cursor: pointer;
}
.pagetop-con .pagetop-right li a span {
  width: 100%;
}
/* 固定头部 end */
/*# sourceMappingURL=css.css.map */