*,
body {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

.no-margin {
  margin-right: 0px !important;
}
@media only screen and (min-width: 768px) {
  body {
    min-width: 1350px;
  }
  .mobile-nav {
    display: none;
  }
  #banner {
    width: 100%;
    height: 200px;
    position: relative;
    background: url("../../img/recruitment/tc12x.png");
  }
  .banner-div {
    position: absolute;
    height: 100px;
    width: 150px;
    background: #f48033;
    bottom: 0;
    left: 15%;
    text-align: center;
    color: white;
  }
  .banner-div-p {
    margin-top: 25px;
    font-size: 18px;
  }
  #content {
    width: calc(100% - 200px);
    padding: 0 100px;
    margin-top: 100px;
  }
  .con-div {
    width: 30%;
    margin-left: 2.5%;
    margin-bottom: 30px;
    height: 600px;
    display: inline-block;
    position: relative;
  }
  .tag-title {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .rs-title-color {
    background: #024770;
  }
  .swxy-title-color {
    background: #31576a;
  }
  .cpjl-title-color {
    background: #005959;
  }
  .cs-title-color {
    background: #4c697b;
  }
  .yw-title-color {
    background: #396d45;
  }
  .qd-title-color {
    background: #174555;
  }
  .hd-title-color {
    background: #23405a;
  }
  .tag-title-icon {
    width: 200px;
    height: 150px;
    margin-left: calc(50% - 100px);
    position: absolute;
    top: calc(50% - 75px);
    text-align: center;
  }
  .title-iconhover {
    font-size: 60px !important;
    color: white;
    transition: all 1000ms ease-in-out;
  }
  .title-iconhover2 {
    font-size: 35px !important;
    transition: all 1000ms ease-in-out;
  }
  .title-icon {
    font-size: 50px !important;
    color: white;
  }
  .title-name {
    font-size: 26px;
    color: white;
  }
  .tag-title-addr {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
  }
  .addr-icon {
    font-size: 20px !important;
  }
  .tag-bottom {
    width: calc(100% - 30px);
    height: calc(100% - 250px);
    box-shadow: 0px 0px 14px 0px rgba(156, 156, 156, 0.17);
    padding: 10px 15px 0 15px;
    position: relative;
  }
  .tag-all-content {
    display: block;
    top: 250px;
    background: white;
    width: calc(100% - 30px);
    position: absolute;
    padding: 10px 15px 0 15px;
    z-index: 3;
    display: none;
    box-shadow: 0px 0px 14px 0px rgba(156, 156, 156, 0.17);
  }
  .tag-content {
    position: absolute;
    height: 250px;
    overflow: hidden;
    top: 10px;
  }
  .tag-content-title {
    font-size: 20px;
    color: #333333;
  }
  .tag-content-text {
    margin-bottom: 10px;
    color: #8e8e8e;
    margin-top: 5px;
  }
  .margintop {
    margin-top: 10px;
  }
  .tag-bottom-footer {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
  }
  .tag-bottom-footer div {
    display: inline-block;
  }
  .contactus {
    float: right;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
  }
  .upcontent {
    color: #638eaf;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .look-more {
    color: #638eaf;
    margin-top: 10px;
    cursor: pointer;
  }

  .tag {
    display: none;
    position: absolute;
    bottom: -10px;
    background: white;
    z-index: 2;
    width: 100%;
    right: 0;
    border-radius: 2px;
    box-shadow: 0px 0px 14px 0px rgba(156, 156, 156, 0.17);
  }
  .closeicon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .right-tag {
    font-size: 14px;
    width: 100%;
    margin-left: 12px;
  }
  .right-tag img {
    width: 110px;
  }
  .left-tag {
    padding-bottom: 10px;
  }
  .left-tag p {
    height: 25px;
    font-size: 15px;
  }
  .left-tag i {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tagtext {
    width: calc(100% - 36px);
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  #banner {
    width: 100%;
    height: 100px;
    position: relative;
    background: url("../../img/recruitment/tc12x.png");
    background-size: 100% 100%;
  }
  .banner-div {
    position: absolute;
    height: 50px;
    width: 100px;
    background: #f48033;
    bottom: 0;
    left: 15%;
    text-align: center;
    color: white;
  }
  .banner-div-p {
    margin-top: 10px;
    font-size: 14px;
  }
  .banner-div-p2 {
    font-size: 14px;
  }
  #content {
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-top: 30px;
  }
  .mobile-nav {
    height: 60px;
    width: 100%;
  }
  .swxy {
    display: none;
  }
  .rs {
    display: none;
  }
  .bac-color {
    color: white !important;
    background-color: #638eaf !important;
  }
  .mobile-nav div {
    width: 32%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #888888;
    background: #f7f7f7;
    box-sizing: border-box;
    cursor: pointer;
  }
  .con-div {
    width: 100%;
    margin-bottom: 30px;
    height: 600px;
    display: inline-block;
    position: relative;
  }
  .tag-title {
    width: 100%;
    height: 250px;
    position: relative;
  }
  .rs-title-color {
    background: #024770;
  }
  .swxy-title-color {
    background: #31576a;
  }
  .cpjl-title-color {
    background: #005959;
  }
  .cs-title-color {
    background: #4c697b;
  }
  .yw-title-color {
    background: #396d45;
  }
  .qd-title-color {
    background: #174555;
  }
  .hd-title-color {
    background: #23405a;
  }
  .tag-title-icon {
    width: 200px;
    height: 150px;
    margin-left: calc(50% - 100px);
    position: absolute;
    top: calc(50% - 75px);
    text-align: center;
  }
  .title-icon {
    font-size: 50px !important;
    color: white;
  }
  .title-name {
    font-size: 26px !important;
    color: white;
  }
  .tag-title-addr {
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: white;
  }
  .addr-icon {
    font-size: 20px !important;
  }
  .tag-bottom {
    width: calc(100% - 30px);
    height: calc(100% - 250px);
    box-shadow: 0px 0px 14px 0px rgba(156, 156, 156, 0.17);
    padding: 10px 15px 0 15px;
    position: relative;
  }
  .tag-all-content {
    display: block;
    top: 250px;
    background: white;
    width: calc(100% - 30px);
    position: absolute;
    padding: 10px 15px 0 15px;
    z-index: 3;
    display: none;
    box-shadow: 0px 0px 14px 0px rgba(156, 156, 156, 0.17);
  }
  .tag-content {
    position: absolute;
    height: 250px;
    overflow: hidden;
    top: 10px;
    width: calc(100% - 30px);
  }
  .tag-content-title {
    font-size: 20px;
    color: #333333;
  }
  .tag-content-text {
    color: #8e8e8e;
    margin-top: 5px;
  }
  .margintop {
    margin-top: 10px;
  }
  .tag-bottom-footer {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 10px;
  }
  .tag-bottom-footer div {
    display: inline-block;
  }
  .contactus {
    float: right;
    border: 1px solid #ddd;
    padding: 5px 10px;
    cursor: pointer;
  }
  .upcontent {
    color: #638eaf;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
  }
  .look-more {
    color: #638eaf;
    margin-top: 10px;
    cursor: pointer;
  }

  .tag {
    display: none;
    position: absolute;
    bottom: -10px;
    background: white;
    z-index: 2;
    width: 100%;
    right: 0;
    border-radius: 2px;
    box-shadow: 0px 0px 14px 0px rgba(156, 156, 156, 0.17);
  }
  .closeicon {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .right-tag {
    font-size: 14px;
    width: 100%;
    margin-left: 12px;
  }
  .right-tag img {
    width: 110px;
  }
  .left-tag {
    padding-bottom: 10px;
  }
  .left-tag p {
    height: 25px;
    font-size: 15px;
  }
  .left-tag i {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tagtext {
    width: calc(100% - 36px);
    float: right;
  }
}
