#all {
  width: 100%;
  background-color: #f5f5f5;
}
.main {
  width: 1400px;
  margin: 0 auto;
}
  /* 其中的动画效果 */
  /* 动画样式3  */
  .fade-in-up1 {
    transition: all 1s linear;
    -ms-transition: all 1s linear;
    animation: fadeInUp 1s ease;
    -ms-animation: fadeInUp 1s ease;
    animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
  }
  .fade-in-up2 {
    transition: all 2s linear;
    animation: fadeInUp 2s ease;
    animation-fill-mode: forwards;
  }
  .fade-in-up3 {
    transition: all 3s linear;
    animation: fadeInUp 3s ease;
    animation-fill-mode: forwards;
  }
  .fade-in-up4 {
    transition: all 4s linear;
    animation: fadeInUp 4s ease;
    animation-fill-mode: forwards;
  }
  /* 从下往上走*/
  @keyframes fadeInUp {
    0% {
      transform: translateY(100px);
      opacity: 0;
    }

    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  /* Firefox */
  @-moz-keyframes fadeInUp {
    0% {
      -moz-transform: translateY(100px);
      opacity: 0;
      /* z-index: -100; */
    }

    100% {
      -moz-transform: translateY(0);
      opacity: 1;
      /* z-index: 10 !important; */
    }
  }
  /* Safari 和 Chrome */
  @-webkit-keyframes fadeInUp {
    0% {
      -webkit-transform: translateY(100px);
      opacity: 0;
    }

    100% {
      -webkit-transform: translateY(0);
      opacity: 1;
    }
  }
  /* Opera */
  @-o-keyframes fadeInUp {
    0% {
      -o-transform: translateY(100px);
      opacity: 0;
    }

    100% {
      -o-transform: translateY(0);
      opacity: 1;
    }
  }
/*  IE */
  @-ms-keyframes fadeInUp {
    0% {
      -ms-transform: translateY(100px);
      opacity: 0;
    }

    100% {
      -ms-transform: translateY(0);
      opacity: 1;
    }
  }


  .header_bg {
    float: left;
    width: 100%;
    height: 620px;
    background: url("../image/join_header_bg.jpg") top center;
    background-size: 100% 100%;
  }
  .top {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 121px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    z-index: 9;
  }
  .top-box {
    height: 122px;
  }
  .nav-logo {
    width: 64px;
    height: 60px;
    background: url(../image/nav_logo.png);
    overflow: hidden;
    float: left;
    margin: 30px 0;
  }
  .navbar {
    float: right;
    width: 818px;
  }
  .nav-box {
    list-style: none;
  }
  .navbar > ul > li {
    float: left;
  }
  .nav-tab {
    font-size: 18px;
    color: #fff;
    margin: 20px 40px;
    line-height: 82px;
    text-align: center;
    display: block;
  }
  .last {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px 20px;
    line-height: 82px;
    text-align: center;
    display: block;
  }
  .header_bg .top:hover {
    background: #fff !important;
  }
  .header_bg .top:hover .nav-logo {
    background: url(../image/nav_logo2.png) !important;
  }
  .header_bg .top:hover .nav-tab {
    color: #333 !important;
  }
  .header_bg .top:hover .last {
    color: #333 !important;
  }
  .top .navbar .nav-box  li .nav-tab:hover {
    color: #2967cc !important;
    border-bottom: 2px solid #2967cc !important; /*font-weight: bold*/
  }
  .top .navbar .nav-box  li .last:hover {
    color: #2967cc !important;
    border-bottom: 2px solid #2967cc !important; /*font-weight: bold*/
  }
  /* 点击之后添加的样式 */
  .active {
    border-bottom: 2px solid #2967cc;
    color: #2967cc; /*font-weight: bold*/
  }
  /* 点击之后添加的样式 */
  .active1{
    color: #2967cc !important; /*font-weight: bold*/
  }
  /* 行业案例中的隐藏模块 */
  /* 关于我们中的模块 */
  .about_total {
    display: none;
    position: absolute;
    top: 121px;
    left: 678px;
    width: 848px;
    height: 236px;
    background: #fff;
    box-shadow: 0px 0px 7px #999;
    z-index: 1000;
  }
  .aboutwe:hover .about_total {
    display: block;
  }
  .atotal_title {
    float: left;
    width: 728px;
    height: 57px;
    border-bottom: 1px solid #ccc;
    margin-left: 60px;
    margin-top: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
  }
  .atotal_txt {
    float: left;
    width: 728px;
    height: 117px;
    margin-left: 60px;
  }
  .atotal_txt li a {
    float: left;
    height: 117px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 117px;
    margin-right: 59px;
  }
  .atotal_txt li .mr {
    margin-right: 0px;
  }
  .atotal_txt li a:hover {
    color: #2967cc;
  }
  /* 关于我们的大字 */
  .about_title {
    height: 60px;
    font-size: 60px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.3em;
    margin: 0 auto;
    margin-top: 280px;
    text-align: center;
  }
  .about_text {
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    letter-spacing: 0;
    margin-top: 40px;
    text-align: center;
  }
  /* 产品服务中的模块 */
  .product_total {
    display: none;
    position: absolute;
    top: 121px;
    left: 832px;
    width: 802px;
    height: 360px;
    background: #fff;
    box-shadow: 0px 0px 7px #999;
    z-index: 1000;
  }
  .pro {
    float: left;
    width: 33.33%;
    height: 100%;
  }
  .pro_nav_title,
  .pro_nav_title2,
  .pro_nav_title3 {
    width: 90px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin: 60px 0 0 60px;
  }
  .pro_nav_title3 {
    margin: 60px 0 0 48px;
  }
  .pro_nav_line1 {
    width: 176px;
    height: 1px;
    background: #cccccc;
    margin: 40px 0 0 60px;
  }
  .pro_nav_content {
    width: 178px;
    height: 79px;
    margin: 30px 0 0 60px;
  }
  .pro_nav_content3 {
    margin: 30px 0 0 48px;
  }
  .pro_nav_content ul {
    width: 100%;
    height: 100%;
  }
  .pro_nav_content ul li a {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
  }
  .pro_nav_line2 {
    width: 128px;
    height: 1px;
    background: #cccccc;
    margin: 40px 0 0 60px;
  }
  .pro_nav_line3 {
    width: 178px;
    height: 1px;
    background: #cccccc;
    margin: 40px 0 0 48px;
  }
  .product_servise:hover .product_total {
    display: block;
  }
  .pro_nav_content ul li a:hover {
    color: #2967cc;
  }
  .trade_total {
    display: none;
    position: absolute;
    top: 121px;
    left: 877px;
    height: 330px;
    width: 974px;
    background: #fff;
    box-shadow: 0px 0px 7px #999;
    z-index: 1000;
  }

  .trade_servise:hover .trade_total {
    display: block;
  }
  .pro_nav_content ul li a:hover {
    color: #2967cc;
  }
  .ps_title {
    width: 72px;
    height: 17px;
    margin: 60px 0 0 60px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
  }
  .ps_line {
    width: 854px;
    height: 1px;
    background: #cccccc;
    margin: 40px 0 0 60px;
  }
  .ps_text1 {
    float: left;
    width: 208px;
    height: 111px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 40px 100px 0 60px;
  }
  .ps_text2 {
    float: left;
    width: 240px;
    height: 112px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 40px 100px 0 0;
  }
  .ps_text3 {
    float: left;
    width: 239px;
    height: 112px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    margin: 40px 0 0 0;
  }

  .about_text {
    width: 131px;
    height: 60px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
  }

  /* 中间的导航栏 */
  .nav {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 68px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
  }
  .nav_ul {
    float: right;
    height: 100%;
  }
  .nav_ul li {
    float: left;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding: 19px 20px;
  }
  .nav_ul li a {
    padding: 21px 0px;
  }
  .nav_ul li a:hover {
    color: #2967cc;
    border-bottom: 2px solid #2967cc;
  }
  .trade_total .ps_text1 p:hover,
  .trade_total .ps_text2 p:hover,
  .trade_total .ps_text3 p:hover {
    color: #2967cc;
    cursor: pointer;
  }
  /* 第二屏开始 */
  .join_content {
    position: relative;
    top: 0;
    left: 0px;
    /* width: 74%; */
    height: 2080px;
    margin: 0 auto;
    margin-top: 80px;
    background-color: #f5f5f5; 
  }
  .join_input {
    float: left;
    width: 900px;
    height: 316px;
    background: #ffffff;
    opacity: 0;
  }
  .input_title {
    width: 120px;
    height: 29px;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 29px;
    margin: 40px 0 0 40px;
  }
  #input_l {
    float: left;
    width: 720px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin: 40px 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
  }
  /* WebKit browsers */
  input::-webkit-input-placeholder {
    color: #999999;
  }
  /* Mozilla Firefox 4 to 18 */
  input:-moz-placeholder {
    color: #999999;
  }
  /* Mozilla Firefox 19+ */
  input::-moz-placeholder {
    color: #999999;
  }
  /* Internet Explorer 10+ */
  input:-ms-input-placeholder {
    color: #999999;
  }
  #input_b {
    float: left;
    width: 100px;
    height: 40px;
    background: #2967cc;
    margin: 40px 0 0 -1px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
  }
  .input_text {
    float: left;
    width: 100%;
    height: 100px;
    margin: 40px 0 0 40px;
  }
  .input_text ul li {
    float: left;
    width: 100%;
    height: 15px;
    margin-bottom: 20px;
  }
  .input_text ul li p {
    margin-right: 20px;
  }
  .in_t {
    float: left;
    width: 80px;
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
  }
  .in_txt1 {
    float: left;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
  }
  .in_txt2 {
    float: left;
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
  }
  .in_txt3 {
    float: left;
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
  }
  .join_jinji {
    float: right;
    width: 460px;
    height: 400px;
    background: #ffffff;
  }

  .join_active_re {
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    left: 50%;
    margin-left: 240px;
  }

  .join_active_fi {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: 240px;
    z-index: 1;
  }

  .join_active_ab {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 240px;
  }
    
  .jizhao_t {
    float: left;
    width: 120px;
    height: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin: 40px 0 0 40px;
  }
  .jizhao_content {
    float: left;
    width: 100%;
    height: 380px;
    margin-top: 10px;
  }
  .jizhao_content ul li {
    float: left;
    width: 380px;
    height: 70%;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    margin-left: 40px;
  }
  .jizhao_content ul li:last-child{
    border-bottom: 0px solid #ddd;
  }
  .ji_t {
    float: left;
    width: 40px;
    height: 40px;
    background: #fb6a6a;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px;
  }
  .ji_t2 {
    float: left;
    width: 189px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    margin-left: 22px;
    margin-top: 11px;
  }
  .join_part1 {
    float: left;
    padding-bottom: 40px;
    width: 900px;
    /* height: 610px; */
    background: #ffffff;
    margin-top: 20px;
    opacity: 0;
  }
  .join_ui_title {
    float: left;
    width: 100%;
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin: 46px 0 0 41px;
  }
  .join_ui_meun {
    float: left;
    margin-top: 23px;
    width: 100%;
    height: 18px;
    margin-left: 31px;
  }
  .join_ui_meun p {
    float: left;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
  }
  .join_add {
    float: left;
    width: 100%;
    height: 16px;
    margin-top: 20px;
  }
  .add_tab {
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 41px;
  }
  .add_tab img {
    width: 16px;
    height: 16px;
  }
  .add_txt {
    float: left;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 19px;
  }
  .time_con {
    float: right;
    width: 260px;
    height: 18px;
  }
  .time_tab {
    float: left;
    width: 18px;
    height: 18px;
  }
  .time_tab img{
    width: 18px;
    height: 18px;
  }
  .time_txt{
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  padding: 0 28px;
  }
  .join_line{
    float: left;
    width: 820px;
    height: 1px;
    background: #DDDDDD;
    margin: 20px 40px;
  }
  .join_txt1{
    float: left;
    width: 100%;
    height: 143px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
    }
    .join_txt2{
      float: left;
      width: 100%;
    height: 207px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
    margin-top: 24px;
    }
  .join_part2{
    float: left;
    padding-bottom: 40px;
    width: 900px;
    /* height: 548px; */
    background: #ffffff;
    margin-top: 20px;
    opacity: 0;
  }
  .join_part3{
    float: left;
    width: 900px;
    padding-bottom: 70px;
  /* height: 610px; */
    background: #ffffff;
    margin-top: 20px;
    opacity: 0;
  }
  .join_part4{
    float: left;
    width: 900px;
    height: 575px;
    background: #ffffff;
    margin-top: 20px;
    opacity: 0;
  }
  .join_txt12{
    float: left;
    width: 100%;
    height: 111px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
  }
  .join_txt22{
    float: left;
    width: 100%;
    height: 175px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
    margin-top: 24px;
  }
  .join_txt13{
    float: left;
    width: 100%;
    height: 175px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
  }
  .join_txt23{
    float: left;
    width: 100%;
    height: 175px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
    margin-top: 24px;
  }
  .join_txt14{
    float: left;
    width: 100%;
    height: 143px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
  }
  .join_txt24{
    float: left;
    width: 100%;
    height: 143px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-left: 40px;
    margin-top: 24px;
  }
  /*  未检索到信息时的职位信息 */
  .no_job {
    display: none;
    float: left;
    width: 900px;
    height: 300px;
    margin-top: 20px;
    line-height: 300px;
    text-align: center;
    background-color: #fff;
  }
  .no_job span {
    font-size: 20px;
  }

  .no_job_active {
    display: block;
  }

  .succ_job {
    display: none;
  }

  .succ_job_active {
    display: block;
  }





  /* ======================================= */
  /* 尾部部分 */

  .footer {
    position: relative;
    top: 80px;
    left: 0;
    /* margin-top: 80px; */
    height: 330px;
    background: #214278;
  }
  .containers{
    width: 1400px;
    height: 100%;
    margin:  0 auto;
  }
  .footer_logo {
    float: left;
    width: 133px;
    height: 141px;
    margin-top: 3%;
  }
  .footer_logo img {
    width: 133px;
    height: 141px;
  }
  .footer-msg{
    float: left;
    width: 672px;
    height: 150px;
    margin-top: 3%;
    margin-left: 15%;
  }
  .footer_txt1 {
    float: left;
    width: 600px;
    height: 18px;
  }
  .footer_txt1 ul li a {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    padding: 0px 5px;
  }
  .footer_txt1 ul p {
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    width: 30px;
  }
  .footer_txt2 {
    float: left;
    width: 689px;
    height: 81px;
    margin-top: 41px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
  }
  .footer_txt2 ul li {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer_txt2 ul li {
    color: rgba(255, 255, 255, 0.6);
  }
  /* 鼠标经过时字体变为纯白色 */
  .footer_txt1 ul li a:hover {
    color: #fff;
  }
  .footer_txt2 ul li:hover {
    color: #fff;
  }
  .footer_gw {
    float: left;
    width: 117px;
    height: 200px;
    margin-top: 3%;
    margin-left: 7%;
  }
  .footer_gw img {
    width: 116px;
    height: 116px;
  }
  .gw_txt {
    width: 138px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin: 13px 0 0 -10px;
  }
  .footer_wx {
    float: right;
    width: 117px;
    height: 170px;
    margin-top: 3%;
    margin-left: 3%;
  }
  .footer_wx img {
    width: 116px;
    height: 116px;
  }
  .wx_txt {
    width: 138px;
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    margin: 13px 0 0 -10px;
  }
  .gw_txt:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .wx_txt:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .footer_line {
    position: absolute;
    top: 255px;
    left: 0;
    float: left;
    width: 100%;
    height: 75px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: -30px;
  }
  .footer_text {
    width: 574px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
    margin-top: 25px;
  }
  .footer_txt2 li {
    float: left;
  }
  .footer_txt2 p {
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    width: 30px;
  }

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .join_input,
  .join_part1,
  .join_part2,
  .join_part3,
  .join_part4,
  .no_job {
    width: 800px;
  }
  .join_jinji {
    width: 380px;
  }  
  #input_l{
    width: 630px;
  }
  .join_line {
    width: 720px;
  }

  .jizhao_content ul li {
    width: 300px;
  }

}