@charset "UTF-8";
.container main .newJoin .box .college .coll-ri ul li .cloright-word {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container main .content, .container main .newJoin .box .college .coll-lf .col-word, .container footer .footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container main .content .main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container main .content .main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container main .incubation, .container footer .footer_bottom .fb_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.white_square {
  width: 2.604vw;
  height: 0.26vw;
  background-color: #fff;
  margin: 0 auto;
}

html,
body {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
not supported by any browser */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0;
  /*滚动条宽度*/
  height: 0;
  /*滚动条高度*/
}

.video-back {
  -o-object-fit: fill;
     object-fit: fill;
}

.container {
  width: 100%;
}

.container main {
  width: 100%;
}

.container main .content {
  width: 100%;
  height: 51.094vw;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.container main .content .main_nav {
  width: 100%;
  height: 5.208vw;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}

.container main .content .main_nav .logo {
  width: 7.865vw;
  height: 1.406vw;
  margin-top: -10px;
}

.container main .content .main_nav ul {
  width: 646px;
  height: 100%;
  font-size: 16px;
  color: #c5cad0;
}

.container main .content .main_nav ul a {
  color: inherit;
}

.container main .content .main_nav ul a:hover {
  color: #fff;
}

.container main .content .content_center {
  width: 868px;
  z-index: 10;
  height: 289px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container main .incubation {
  width: 100%;
  height: 50.99vw;
  background: url("../../images/index_img/job_2.png") no-repeat;
  background-size: cover;
}

.container main .incubation .title {
  margin-top: 1.3vw;
}

.container main .incubation .ten {
  width: 79.167vw;
  height: 29.427vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container main .incubation .ten .ten_item:not(:nth-of-type(4n)) {
  margin-right: 6.74vw;
}

.container main .incubation .ten .ten_item {
  width: 11.978vw;
  height: 13.02vw;
  border: 2px solid #ffffff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.container main .incubation .ten .ten_item:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.container main .incubation .ten .ten_item .active {
  display: none;
  padding: 0.6vw;
  line-height: 1.5vw;
  padding: 1vw;
    height: 100%;
    padding-top: 0;
}

.container main .incubation .ten .ten_item .active .center {
  width: 100%;
  height: 100%;
  line-height: 1.4;
  font-size: 1vw;
  font-weight: 300;
  text-align: justify;
  display: flex;
    justify-content: center;
    align-items: center;
}

.container main .incubation .ten .ten_item .normal {
  width: 100%;
  height: 100%;
  font-size: 1.25vw;
  text-align: center;
}

.container main .incubation .ten .ten_item .normal p:first-of-type {
  padding-top: 2vw;
}

.container main .incubation .ten .ten_item .normal p {
  width: 100%;
}

.container main .incubation .ten .ten_item .normal p:last-of-type {
  margin-bottom: 1.083vw;
}

.container main .incubation .ten .ten_item:hover .normal {
  display: none;
}

.container main .incubation .ten .ten_item:hover .active {
  display: block;
}

.container main .swiper {
  width: 100%;
  height: 51.042vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.container main .swiper .title {
  width: 44.896vw;
  height: 22.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}

.container main .swiper .title p {
  width: 6.25vw;
  height: 1.458vw;
  font-size: 0.933vw;
  line-height: 1.458vw;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 1.458vw;
}

.container main .swiper .title p a {
  width: 100%;
  height: 100%;
}

.container main .swiper .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(44, 75, 140, 0.5);
  z-index: 900;
}

.container main .swiper .swiper-container {
  cursor: pointer;
}

.container main .newJoin {
  width: 100%;
  height: 44.219vw;
  background: url("../../images/index_img/job_4.png") no-repeat;
  background-size: cover;
}

.container main .newJoin .title {
  width: 100%;
  height: 8.302vw;
  padding-top: 3.917vw;
  margin: 0 auto;
  text-align: center;
}

.container main .newJoin .box {
  width: 57.096vw;
  height: 18.698vw;
  padding-top: 6.021vw;
  margin: 0 auto;
}

.container main .newJoin .box .college {
  width: 100%;
  height: 100%;
}

.container main .newJoin .box .college .coll-lf {
  position: relative;
  width: 37.34vw;
  height: 100%;
}

.container main .newJoin .box .college .coll-lf .coll-mv {
  background-color: rgba(15, 15, 17, 0.7);
  border: none;
  outline: 0;
  -o-object-fit: fill;
     object-fit: fill;
  width: 25.781vw;
}

.container main .newJoin .box .college .coll-lf .col-word {
  width: 11.615vw;
  height: 100%;
  font-size: 14px;
  position: absolute;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  right: 0;
  background: rgba(10, 13, 24, 0.7);
}

.container main .newJoin .box .college .coll-lf .col-word div {
  width: 100%;
  font-size: 12px;
  line-height: 1.5vw;
  text-align: justify;
  overflow: hidden;
}

.container main .newJoin .box .college .coll-ri {
  width: calc(100% - 37.44vw);
  height: 100%;
}

.container main .newJoin .box .college .coll-ri ul {
  width: 100%;
  height: 100%;
}

.container main .newJoin .box .college .coll-ri ul li {
  float: left;
  width: 9.375vw;
  height: 9.375vw;
  position: relative;
}

.container main .newJoin .box .college .coll-ri ul li .cloright-word {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 9.427vw;
  height: 1.458vw;
  font-size: 12px;
  text-align: center;
  background: #0a0d18;
}

.container main .newJoin .box .college .coll-ri ul li:nth-of-type(4) img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.container footer {
  width: 100%;
  height: 16.823vw;
  background-color: #292a2f;
}

.container footer .footer_top {
  width: 100%;
  height: 5.885vw;
  border-bottom: 1px solid #76777a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container footer .footer_bottom {
  height: calc(100% - 5.885vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container footer .footer_bottom .fb_content {
  width: 71.927vw;
  height: 100%;
}

.container footer .footer_bottom .fb_content .corporate_information {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_left {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_left a {
  color: inherit;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #cecece;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right a {
  color: inherit;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat {
  -ms-flex-preferred-size: 1.51vw;
      flex-basis: 1.51vw;
  height: 1.302vw;
  position: relative;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat .wechat_icon {
  width: 100%;
  height: 100%;
  background: url("../../images/public/wechat.png") no-repeat;
  background-size: cover;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat .erwma {
  width: 6.25vw;
  height: 6.25vw;
  background-color: #fff;
  border: 8px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat .erwma::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 0.573vw;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat:hover .erwma {
  display: block;
}

.container footer .footer_bottom .fb_content .corporate_information .ci_right .wechat:hover .wechat_icon {
  background: url("../../images/public/wechat_active.png") no-repeat;
  background-size: cover;
}

.container footer .footer_bottom .fb_content .cut-off {
  width: 100%;
  height: 1px;
  background-color: #333333;
}

.container footer .footer_bottom .fb_content .mark {
  font-size: 12px;
  color: #666666;
}
/*# sourceMappingURL=index.css.map */