.f-cb {
    zoom: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.m{
  display: none;
}
@media screen and (max-width: 1023px) {

  .pc{
    display: none!important;
  }
  .m{
    display: block;
  }
}




.jobs-wrap .main {
  width: 1205px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .jobs-wrap .main {
    width: 90%;
  }
}
.jobs-wrap .intro {
  padding: 3.5% 0 1.7%;
  border-bottom: 1px solid #e5e5e5;
}
.jobs-wrap .intro .tips {
  float: left;
  width: 29%;
  font-size: 16px;
  line-height: 2;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .tips {
    font-size: 14px;
  }
}
.jobs-wrap .intro .tips a {
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.jobs-wrap .intro .tips a:hover {
  color: #316db5;
}
.jobs-wrap .intro .tips h2 {
  position: relative;
  padding-left: 120px;
  font-size: 24px;
  line-height: 2;
  color: #666;
}
.jobs-wrap .intro .tips h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 96px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .tips h2 {
    padding-left: 60px;
    font-size: 18px;
  }
  .jobs-wrap .intro .tips h2::before {
    width: 48px;
  }
}
.jobs-wrap .intro .tips h3 {
  margin-bottom: 34px;
  font: 40px/64px Arial;
  color: #000;
  text-transform: uppercase;
}
.jobs-wrap .intro .tips h3 b {
  color: #316db5;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .tips h3 {
    font-size: 24px;
    line-height: 2;
  }
}
.jobs-wrap .intro .search {
  float: right;
  width: 62%;
  padding-top: 48px;
  margin-right: 2.5%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .search {
    padding-top: 5%;
  }
}
.jobs-wrap .intro .search a {
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.jobs-wrap .intro .search a:hover {
  color: #316db5;
}
.jobs-wrap .intro .search span {
  font-size: 14px;
  color: #316db5;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .search span {
    line-height: 24px;
  }
}
.jobs-wrap .intro .search form {
  position: relative;
  margin-top: 25px;
}
.jobs-wrap .intro .search form input {
  width: 600px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background-color: #f7f7f7;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 42px;
  color: #666;
}
.jobs-wrap .intro .search form input[type="submit"] {
  width: 150px;
  height: 44px;
  padding-left: 60px;
  background: #316db5 url(../img/bg_sign11.png) no-repeat 32px center;
  margin-left: -30px;
  box-shadow: none;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .intro .search form input {
    width: 80%;
  }
  .jobs-wrap .intro .search form input[type="submit"] {
    position: absolute;
    right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .jobs-wrap .intro {
    padding: 3.5% 0 5%;
  }
  .jobs-wrap .intro .tips {
    float: none;
    width: 100%;
  }
  .jobs-wrap .intro .tips h3 {
    margin-bottom: 0;
  }
  .jobs-wrap .intro .search {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.jobs-wrap .list {
  padding: 4% 0 6%;
}
.jobs-wrap .list li {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 18px;
}
.jobs-wrap .list li .top {
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.jobs-wrap .list li .tips {
  float: left;
  box-sizing: border-box;
  width: 86%;
  padding: 1.4% 4.6% 2.3%;
  border-right: 1px solid #ccc;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.jobs-wrap .list li .tips h2 {
  font-size: 20px;
  line-height: 48px;
  color: #316db5;
}
.jobs-wrap .list li .tips h2 span {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  padding-left: 23px;
  font-size: 14px;
  line-height: 48px;
  color: #666;
}
.jobs-wrap .list li .tips h2 span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #d6d6d6;
  margin-top: -8px;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .list li .tips {
    width: 80%;
    font-size: 12px;
    line-height: 2;
  }
  .jobs-wrap .list li .tips h2 {
    font-size: 18px;
    line-height: 2;
  }
  .jobs-wrap .list li .tips td {
    float: left;
    width: 50%;
  }
}
.jobs-wrap .list li .view {
  position: relative;
  float: right;
  width: 14%;
  padding-top: 1.4%;
  text-align: center;
  cursor: pointer;
}
.jobs-wrap .list li .view span {
  display: inline-block;
  padding-top: 48px;
  background: url(../images/bg_sign12.png) no-repeat center top;
  font-size: 16px;
  line-height: 1;
  color: #666;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.jobs-wrap .list li .view:hover span {
  background-position: center 25%;
  color: #316db5;
}
.jobs-wrap .list li .view::after {
  opacity: 0;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 70%;
  width: 0;
  height: 0;
  background: url(../images/close01.png) no-repeat center;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .list li .view {
    padding-top: 5%;
    width: 20%;
  }
  .jobs-wrap .list li .view span {
    font-size: 14px;
  }
}
.jobs-wrap .list li .box {
  display: none;
  position: relative;
  padding: 2.2% 4% 5%;
  background-color: #f7f7f7;
  border-top: 1px solid #d0d0d0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.jobs-wrap .list li .box h2 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
}
.jobs-wrap .list li .box a.mail {
  display: inline-block;
  position: absolute;
  right: 3.5%;
  bottom: 14%;
  width: 90px;
  padding-left: 60px;
  border-radius: 8px;
  background: #316db5 url(../images/bg_sign13.png) no-repeat 30px center;
  font-size: 16px;
  line-height: 44px;
  color: #fff;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.jobs-wrap .list li .box a.mail:hover {
  box-shadow: 2px 2px 15px #316db5;
}
@media screen and (max-width: 1023px) {
  .jobs-wrap .list li .box a.mail {
    position: relative;
    left: 0;
    right: auto;
    margin-top: 5%;
  }
}
.jobs-wrap .list li.cur .top {
  background-color: #f7f7f7;
}
.jobs-wrap .list li.cur .view span {
  opacity: 0;
}
.jobs-wrap .list li.cur .view::after {
  width: 37px;
  height: 37px;
  margin: -16.5px 0 0 -16.5px;
  opacity: 1;
}



.contact-wrap {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .contact-wrap {
    min-height: 600px;
  }
}
@media screen and (max-width: 1023px) {
  .contact-wrap {
    min-height: 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact-wrap .map {
    position: relative;
    height: 400px;
  }
}
.contact-wrap .tips {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  /*padding-top: 3%;*/
  background-color: rgba(49, 109, 181, 0.85);
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.contact-wrap .tips .main {
  position: relative;
  width: 1210px;
  margin: 0 auto;
  padding-bottom: 5%;
}
.contact-wrap .tips .aaa{
  padding-top: 3%;
}
@media screen and (max-width: 1279px) {
  .contact-wrap .tips .main {
    width: 90%;
  }
}
.contact-wrap .tips .main h2 {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
}
.contact-wrap .tips .main h3 {
  margin-bottom: 30px;
  font: 16px/34px Arial;
  color: #fff;
}
.contact-wrap .tips .main .box {
  position: relative;
  float: left;
  padding-right: 52px;
}
.contact-wrap .tips .main .box:nth-child(3) {
  margin-right: 62px;
}
.contact-wrap .tips .main .box:nth-child(3) ::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 96px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-top: -48px;
}
.contact-wrap .tips .main .box p {
  padding-left: 32px;
}
.contact-wrap .tips .main .box p:nth-child(1) {
  background: url(../images/bg_sign18.png) no-repeat left 8px;
}
.contact-wrap .tips .main .box p:nth-child(2) {
  background: url(../images/bg_sign19.png) no-repeat left 8px;
}
.contact-wrap .tips .main .box p:nth-child(3) {
  background: url(../images/bg_sign20.png) no-repeat left 8px;
}
.contact-wrap .tips .main .box.on p:nth-child(1){
  background: url(../images/bg_sign18s.png) no-repeat left 8px;
}
.contact-wrap .tips .main .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65px;
  height: 55px;
  background: #ccc url(../images/bg_sign21.png) no-repeat center;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-property: background;
  -webkit-transition-property: background;
  -ms-transition-property: background;
  -o-transition-property: background;
  cursor: pointer;
}
.contact-wrap .tips .main .btn.on{
  background: #ccc url(../images/icon10_10.png) no-repeat center;
}
@media screen and (max-width: 1023px) {
  .contact-wrap .tips {
    position: relative;
    font-size: 14px;
  }
  .contact-wrap .tips .main h2 {
    font-size: 18px;
    line-height: 2;
  }
  .contact-wrap .tips .main h3 {
    font-size: 14px;
    line-height: 2;
  }
  .contact-wrap .tips .main .box {
    float: none;
    width: 100%;
    margin: 0;
  }
}
