.cp1 {
  color: #424242;
  text-align: center;
  font-size: 34px;
  font-weight: bold; }
  .about{
    margin-bottom: 50px;
  }
.about .p1 {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  color: #424242;
  margin-bottom: 30px; }

.about .p2 {
  color: #6d6d6d;
  line-height: 28px; }

.about img {
  margin: 15px 0;
  width: 100%; }

.weTeam {
  margin-top: 85px; }

.weTeam > p {
  display: table; }

.weTeam > p span {
  display: table-cell;
  vertical-align: middle;
  font-size: 34px;
  font-weight: bold;
  color: #424242; }

.weTeam > div {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.weTeam > div > div:nth-child(1) {
  width: 125px; }

.weTeam > div > div:nth-child(1):hover img:nth-of-type(1) {
  top: 20px; }

.weTeam > div > div:nth-child(1):hover img:nth-of-type(2) {
  top: -20px; }

.weTeam > div > div:nth-child(1) p {
  font-size: 15px;
  line-height: 50px;
  color: #585858;
  font-weight: bold; }

.weTeam > div > div:nth-child(1) img:nth-of-type(1) {
  margin-bottom: 43px;
  margin-top: 68px;
  transition: all 0.3s;
  position: relative;
  top: 0; }

.weTeam > div > div:nth-child(1) img:nth-of-type(2) {
  margin-top: 43px;
  transition: all 0.3s;
  position: relative;
  top: 0; }

.weTeam > div > div:nth-child(2) {
  width: 220px;
  position: relative; }

.weTeam > div > div:nth-child(2) .banyuan {
  width: 120px;
  height: 220px;
  border: 2px solid #e2c76c;
  border-radius: 0 100% 100% 0/50%;
  border-left: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.weTeam > div > div:nth-child(2) .banyuan > span {
  width: 10px;
  height: 10px;
  background-color: #e2c76c;
  display: inline-block;
  position: absolute; }

.weTeam > div > div:nth-child(2) .banyuan > span:nth-of-type(1) {
  top: 2px;
  left: 40px; }

.weTeam > div > div:nth-child(2) .banyuan > span:nth-of-type(2) {
  top: 75px;
  left: 110px; }

.weTeam > div > div:nth-child(2) .banyuan > span:nth-of-type(3) {
  top: 140px;
  left: 110px; }

.weTeam > div > div:nth-child(2) .banyuan > span:nth-of-type(4) {
  top: 207px;
  left: 40px; }

.weTeam > div > div:nth-child(2) .banyuan > div {
  width: 120px;
  height: 120px;
  background: #e2c76c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50%;
  z-index: 10; }

.weTeam > div > div:nth-child(2) .banyuan > div div {
  width: 120px;
  height: 120px;
  background: #e2c76c;
  border-radius: 50%;
  z-index: 10;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 21px; }

.weTeam > div > div:nth-child(2) .banyuan > div::before {
  content: '';
  position: absolute;
  z-index: -2;
  width: 120px;
  height: 120px;
  background: #e2c76c;
  border-radius: 50%;
  animation: kuosan 2s infinite; }

.weTeam > div > div:nth-child(2) .banyuan > div::after {
  content: '';
  position: absolute;
  z-index: -2;
  width: 120px;
  height: 120px;
  background: #e2c76c;
  border-radius: 50%;
  top: 0;
  animation: kuosan 4s infinite; }

@keyframes kuosan {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(1.3);
    opacity: 0; } }

.weTeam > div > ul:nth-of-type(1) {
  width: 215px; }

.weTeam > div > ul:nth-of-type(1) li {
  margin-top: 43px;
  transition: all 0.3s; }

.weTeam > div > ul:nth-of-type(1) li:hover p {
  text-decoration: underline; }

.weTeam > div > ul:nth-of-type(1) li span {
  font-size: 15px;
  font-weight: bold;
  color: #e2c76c;
  line-height: 28px; }

.weTeam > div > ul:nth-of-type(1) li p {
  color: #585858;
  line-height: 22px; }

.weTeam > div > ul:nth-of-type(2) {
  width: 440px; }

.weTeam > div > ul:nth-of-type(2) li {
  width: 440px;
  margin-top: 58px;
  transition: all 0.3s; }

.weTeam > div > ul:nth-of-type(2) li:hover .title {
  color: #e2c76c; }

.weTeam > div > ul:nth-of-type(2) li:hover .content {
  text-decoration: underline; }

.weTeam > div > ul:nth-of-type(2) li .title {
  font-size: 15px;
  font-weight: bold;
  line-height: 28px; }

.weTeam > div > ul:nth-of-type(2) li .content {
  line-height: 22px; }

.weTeamf .cp1 {
  margin: 90px 0 0 0;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px; }

.aboutDetails{
  min-height: 500px;
}
.aboutDetails img{
  max-width: 100%;
}
.honor2 {
  background: url(../images/honor.jpg) center center;
  width: 100%;
  height: 450px;
  margin-top: 95px; }
  .honor .w {
    display: flex;
    align-items: center;
    height: 100%; }
    .honor .w .cp1 {
      color: #fff;
      margin-left: 175px; }
      .honor .w .cp1 a{
        color: #fff;
      }
    .honor .w .swiper-container {
      width: 660px;
      height: 100%; }
      .honor .w .swiper-container li {
        box-sizing: border-box;
        padding: 60px 85px; }
        .honor .w .swiper-container li div{
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
        text-align: center;
      }
      .honor .w .swiper-container li p{
        height: 46px;
        line-height: 46px;
        width: 90%;
        margin: 0 auto;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        color: #fff;
      }
        .honor .w .swiper-container li img {
          max-width: 490px;
          max-height: 284px; }
      .honor .w .swiper-container .div {
        width: 10px; }

.team > div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 95px; }
  .team > div:nth-child(1) span img:active {
    background-color: #ddd; }
  .team > div:nth-child(1) span img:nth-child(2) {
    transform: rotate(180deg);
    margin-left: 35px; }

.team ul {
  display: flex;
  margin-top: 30px;
   }
  .team ul > div {
    width: 380px; }

.team ul li {
  width: 380px;
  font-size: 0;
  margin-bottom: 30px;
  transition: all 1s;
  box-sizing:border-box;
  cursor: default; }
  .team ul li a div:nth-child(1){
    width: 380px;
    height: 274px;
  }
.team ul li:hover {
  box-shadow: 0 0 42px -24px #000; }

.team ul li img {
  width: 100%;
  height: 100%; }
  .fengcai ul li div:nth-child(1){
    text-align: center;
  }
  .fengcai ul{
    margin-top: 0;
  }
.fengcai ul li img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.fengcai ul li a>div:nth-child(1){
  display: flex;
  justify-content: center;
  align-items: center;
}
.team ul li a> div:nth-child(1) {
  width: 100%;
  height: 276px;
  overflow: hidden;
  
  position: relative; }
  .fengcai ul li a>div:nth-child(1){
    height: 220px;
  }
  .fengcai ul li a>div:nth-child(1) img{
    height: 220px;
  }
.team ul li > div:nth-child(1)::before {
  content: '';
  width: 100%;
  height: 0%;
  background: #000;
  opacity: 0;
  position: absolute;
  transition: all 0.5s;
  top: 100%; }

.team ul li:hover > div:nth-child(1)::before {
  opacity: 0.5;
  height: 100%;
  top: 0; }

.team ul li .words {
  width: 100%;
  height: 253px;
  box-sizing: border-box;
  padding: 0 40px;
  border: 1px solid #eaeaea; }
  .fengcai ul li .words{
    border: none;
  }
  .team ul li{
    border: 1px solid #eaeaea;
  }
.team ul li .words .title {
  margin-bottom: 13px;
  margin-top: 23px;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: bold; }

.team ul li:hover .words .title {
  color: #e2c76c; }

.team ul li .words .content {
  color: #767676;
    line-height: 24px;
    font-size: 14px;
    height: 148px;
    overflow: hidden;
} 

.team ul li .words button {
  width: 112px;
  height: 36px;
  color: #fff;
  background: #e2c76c;
  margin-top: 14px;
  margin-right: 10px;
  transition: all 1s; }

.team ul li .words button:hover {
  background: #000; }

.resources > div {
  width: 380px; }

.resources ul {
  flex-wrap: wrap; justify-content: space-between;}
  .resources ul li .words .content {
    min-height: 56px;
    height: auto;
    max-height: 110px; }
    .tixi ul li .words .content {
      max-height: 100px;
    }
    .fengcai ul li .words .content{
      max-height: 117px;
    }
.news ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .news ul li {
    width: 380px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    margin-top: 14px;
    transition: all 0.5s;
    position: relative;
    top: 0; }
    .news ul>div{
      width: 380px;
    }
    .news ul li img {
      width: 100%;
      height: 210px; }
    .news ul li .time {
      margin-top: 22px;
      margin-bottom: 5px; }
    .news ul li .title {
      margin-bottom: 2px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .news ul li .content {
      height: 66px;
      overflow: hidden; }
  .news ul li:hover {
    top: -20px; }
  .news ul li:hover .content, .news ul li:hover .title {
    text-decoration: underline; }

.news .ctitle {
  margin-bottom: 39px;
  margin-top: 66px; }

.time {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #7e7e7e; }

.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 32px; }

.content {
  color: #767676;
  line-height: 22px;
  font-size: 14px; }

.resourcesDetails {
  display: flex;
  justify-content: space-between; }
  .resourcesDetails > video {
    width: 600px;
    height: 434px; }
    .resourcesDetails > video > img {
      width: 100%; }
  .resourcesDetails > div {
    width: 555px; }
    .resourcesDetails > .vimg{
      width: 600px;
      height: 434px;
      position: relative;
    }
    .resourcesDetails > .vimg .play{
      width: auto;
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      z-index: 1;
    }
    .resourcesDetails > .vimg .cover{
      width: 100%;
      height: 100%;
    }
    .resourcesDetails > .vimg video{
      width: 100%;
      height: 100%;
      display: none;
    }
    .resourcesDetails > .vimg img{
      width: 100%;
      height: 100%;
    }
    .resourcesDetails > div .p1 {
      font-size: 24px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      margin-top: 7px;
      margin-bottom: 37px; }
    .resourcesDetails > div .p2 {
      font-weight: bold;
      color: #000; }
    .resourcesDetails > div .p2:nth-of-type(4) {
      border-top: 1px solid #ebebeb;
      padding-top: 20px; }
    .resourcesDetails > div .p3 {
      color: #6d6d6d;
      line-height: 24px;
      margin-top: 20px;
      margin-bottom: 10px;
      height: 171px;
      overflow: hidden; }

.undown + .news {
  margin-top: 50px; }

.resourcesDetailsf .details {
  border-top: 1px solid #cecece;
  min-height: 500px;
  margin-top: 60px;
  padding: 20px 0; }
  .resourcesDetailsf .details img {
    max-width: 100%; }

.dispatch, .intermediaty {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  min-height: 1000px;
  box-sizing: border-box;
  padding: 20px 0; }
  .dispatch img, .intermediaty img {
    max-width: 100%; }

.cooperationItem {
  background-color: #fff;
  box-sizing: border-box; }
  .cooperationItem ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cooperationItem ul > div {
      width: 380px; }
    .cooperationItem ul li {
      margin-bottom: 33px; }
  .cooperationItem ul li a > div {
    width: 380px;
    background-color: #f3f3f3;
    font-size: 0;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s; }
  .cooperationItem ul li a > div:hover {
    transform: scale(1.03); }
  .cooperationItem ul li a > div:hover::before {
    width: 100%; }
  .cooperationItem ul li a > div::before {
    content: '';
    width: 60px;
    height: 14px;
    position: absolute;
    background-color: #e2c76c;
    top: 0;
    left: 0;
    transition: all 0.3s; }
  .cooperationItem ul li img {
    width: 100%;
    height: 276px; }
  .cooperationItem ul li .title {
    margin-top: 8px;
    margin-bottom: 3px; }
  .cooperationItem ul li .content {
    font-size: 14px;
    height: 44px;
    overflow: hidden; }
  .cooperationItem ul li .words {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px 37px; }

.successDetails .successTitle, .successDetails .newsDetails, .newsDetails .successTitle, .newsDetails .newsDetails {
  text-align: center; }
  .successDetails .successTitle .cp1, .successDetails .newsDetails .cp1, .newsDetails .successTitle .cp1, .newsDetails .newsDetails .cp1 {
    font-size: 24px; }
  .successDetails .successTitle .p2, .successDetails .newsDetails .p2, .newsDetails .successTitle .p2, .newsDetails .newsDetails .p2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #7e7e7e;
    margin: 20px 0; }

.successDetails .detail, .newsDetails .detail {
  border-top: 1px solid #cecece;
  min-height: 500px;
  padding: 15px 0 20px;
  width: 100%;
  word-wrap: break-word; }
  .successDetails .detail img, .newsDetails .detail img {
    max-width: 100%; }

.successDetails .undown, .newsDetails .undown {
  margin-top: 0; }

.newsDetails .detail {
  text-indent: 35px; }
  .newsDetails .detail * {
    word-wrap: break-word;
    line-height: 34px; }

.downLoad ul li:hover {
  box-shadow: 0px 9px 25.28px 6.72px rgba(64, 67, 66, 0.1);
  border-bottom: 1px solid transparent; }

.downLoad ul li {
  display: flex;
  border-bottom: 1px solid #cecece;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  margin-bottom: 28px;
  cursor: default; }
  .downLoad ul li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .downLoad ul li div:nth-child(1) {
    width: 112px;
    height: 122px;
    background-color: #e2c76c; }
    .downLoad ul li div:nth-child(1) span {
      display: block;
      text-align: center;
      color: #fff;
      font-family: Arial, Helvetica, sans-serif; }
    .downLoad ul li div:nth-child(1) span:nth-child(1) {
      margin-top: 25px;
      font-size: 46px;
      font-weight: bold; }
  .downLoad ul li div:nth-child(2) {
    width: 830px; }
    .downLoad ul li div:nth-child(2) .p1 {
      font-weight: bold;
      font-size: 16px;
      line-height: 32px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .downLoad ul li div:nth-child(2) .p2 {
      color: #6d6d6d;
      line-height: 24px;
      max-height: 48px;
      overflow: hidden; }
  .downLoad ul li a button {
    width: 167px;
    height: 50px;
    background-color: #e2c76c;
    color: #fff;
    margin-right: 25px;
    transition: all 0.3s;
    cursor: pointer; }
    .downLoad ul li button {
      width: 167px;
      height: 50px;
      background-color: #e2c76c;
      color: #fff;
      margin-right: 25px;
      transition: all 0.3s;
      cursor: pointer; }
  .downLoad ul li a button:hover {
    background-color: #000; }

.new ul li {
  width: 590px;
  padding-bottom: 25px; }
  .new ul li .content {
    height: 44px; }

.new ul li:hover a p {
  color: #e2c76c; }

.new ul li:hover {
  border-bottom: 1px solid #e2c76c; }

.search li:hover {
  box-shadow: 0px 9px 25.28px 6.72px rgba(64, 67, 66, 0.1);
  border-bottom: 1px solid transparent; }

.search li {
  display: flex;
  border-bottom: 1px solid #cecece;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  margin-bottom: 28px;
  cursor: default; }
  .search li div {
    width: 1000px;
    padding: 25px; }
    .search li div .p1 {
      font-weight: bold;
      font-size: 16px;
      line-height: 32px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .search li div .p2 {
      color: #6d6d6d;
      line-height: 24px;
      max-height: 48px;
      overflow: hidden; }
  .search li a button {
    width: 167px;
    height: 50px;
    background-color: #e2c76c;
    color: #fff;
    margin-right: 25px;
    transition: all 0.3s;
    cursor: pointer; }
  .search li a button:hover {
    background-color: #000; }

.apply input {
  outline: none;
  border: none;
  background-color: transparent; }

.apply .cp1 {
  font-size: 24px; }

.apply form {
  border-top: 1px solid #cecece;
  margin-top: 60px;
  overflow: hidden; }
  .apply form > div {
    width: 100%;
    clear: both; }
    .apply form > div .y-input {
      width: 50%; }
    .apply form > div .y-input:nth-child(2) label {
      border-left: none; }
  .apply form .needindex .y-select {
    z-index: 1; }
  .apply form .y-input {
    margin-top: 50px;
    float: left; }
    .apply form .y-input span {
      display: block;
      font-weight: bold;
      line-height: 32px; }
    .apply form .y-input label {
      border: 1px solid #cecece;
      display: block;
      height: 52px;
      text-align: center; }
      .apply form .y-input label .y-select {
        border: none; }
        .apply form .y-input label .y-select span {
          line-height: 50px; }
      .apply form .y-input label input {
        width: 90%;
        height: 80%;
        margin-top: 5px; }

.y-select {
  width: 100%;
  height: 50px;
  border: 1px solid #cecece;
  user-select: none;
  position: relative; }
  .y-select span {
    display: inline-block;
    height: 100%;
    width: 100%;
    line-height: 50px;
    position: relative;
    box-sizing: border-box;
    padding: 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .y-select span::after {
    content: '';
    width: 7px;
    height: 14px;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/selectArrow.png) 7px 14px;
    transform-origin: 5.5px 3px;
    transition: all 0.3s; }
  .y-select .icon::after {
    transform: rotate(90deg); }
  .y-select ul {
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    width: 100%;
    top: 53px;
    overflow: hidden;
    box-shadow: 0px 10px 42px -26px #cecece; }
    .y-select ul li {
      height: 50px;
      line-height: 50px;
      box-sizing: border-box;
      padding: 0 3px;
      background-color: #fff;
      text-align: center;
      width: 100%;
      padding: 0 10%;
      margin: 0 auto;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .y-select ul li:hover {
      background-color: #cecece; }

.y-button {
  height: 60px;
  width: 190px;
  border: none;
  outline: none;
  color: #fff; }

.y-button:active {
  opacity: 0.9; }

.y-reset {
  background-color: #44423d; }

.y-submit {
  background-color: #e2c76c; }

.y-buttonf {
  text-align: center;
  margin-top: 58px;
  float: left; }
  .y-buttonf .y-submit {
    margin-left: 50px; }
    .y-input textarea{
      width: 100%;
      height: 54px;
      border: 1px solid #cecece;
      box-sizing: border-box;resize: none;
      outline: none;
      padding: 10px;
    }


    .partyJob {
      overflow: hidden;
    }
    .partyJob .onef {
      border-bottom: 1px solid #bfbfbf;
    }
    .partyJob .one {
      position: relative;
    }
    .partyJob .one .swiper-container {
      width: 580px;
      margin: 0;
      margin-bottom: 80px;
    }
    .partyJob .one .swiper-container ul li {
      font-size: 0;
      height: 690px;
    }
    .partyJob .one .swiper-container ul li a > img {
      width: 580px;
      height: 324px;
    }
    .partyJob .one .swiper-container ul li .info {
      box-sizing: border-box;
      padding-right: 17px;
    }
    .partyJob .one .swiper-container ul li .info > span {
      display: inline-block;
      width: 100px;
      height: 100px;
      background-color: #e2c76c;
      color: #fff;
      text-align: center;
      font-size: 30px;
      font-family: Arial, Helvetica, sans-serif;
      box-sizing: border-box;
      padding: 23px 0;
    }
    .partyJob .one .swiper-container ul li .info > span span {
      display: block;
      font-size: 16px;
      margin-top: 4px;
    }
    .partyJob .one .swiper-container ul li .info .p1 {
      font-size: 17px;
      font-weight: bold;
      font-family: "微软雅黑";
      color: #333333;
      margin-top: 20px;
      margin-bottom: 12px;
    }
    .partyJob .one .swiper-container ul li .info .p2 {
      font-size: 14px;
      color: #808080;
      line-height: 28px;
      margin-bottom: 20px;
    }
    .partyJob .one .swiper-container ul li .info label {
      font-size: 14px;
      color: #adadad;
      cursor: pointer;
    }
    .partyJob .one .swiper-container .swiper-button-prev {
      top: auto;
      bottom: 0px;
      left: auto;
      right: 50px;
      background-size: 7px 14px;
    }
    .partyJob .one .swiper-container .swiper-button-next {
      top: auto;
      bottom: 0px;
      background-size: 7px 14px;
    }
    .partyJob .one .oneNews {
      position: absolute;
      width: 1020px;
      height: 480px;
      left: 580px;
      top: 240px;
      background-color: #f5f5f5;
    }
    .partyJob .one .oneNews ul {
      width: 620px;
      margin-left: 78px;
      box-sizing: border-box;
      padding: 70px 0;
      height: 100%;
      position: relative;
    }
    .partyJob .one .oneNews ul li {
      margin-top: 16px;
      position: relative;
      left: 0;
    }
    .partyJob .one .oneNews ul li a {
      display: flex;
      align-items: flex-end;
    }
    .partyJob .one .oneNews ul li p {
      width: 540px;
      border-bottom: 1px dashed #d7d7d7;
      padding-bottom: 20px;
      color: #333333;
    }
    .partyJob .one .oneNews ul li p::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      background-color: #d9d9d9;
      border-radius: 3px;
      margin-right: 13px;
      position: relative;
      top: -2px;
      transition: all 0.3s;
    }
    .partyJob .one .oneNews ul li span {
      position: relative;
      top: 7px;
      font-family: Arial, Helvetica, sans-serif;
      margin-left: 9px;
      font-style: italic;
      color: #8f8f8f;
    }
    .partyJob .one .oneNews ul li:hover p::before {
      width: 20px;
      background-color: #e2c76c;
    }
    .partyJob .one .oneNews ul .seeMore {
      position: absolute;
      top: -64px;
      right: 0;
      text-align: center;
    }
    .partyJob .one .oneNews ul .seeMore::after {
      content: "";
      display: block;
      width: 144px;
      height: 12px;
      background-color: #e2c76c;
      margin-top: 33px;
    }
    .partyJob .two {
      box-sizing: border-box;
      padding-left: 200px;
      position: relative;
      margin-bottom: 145px;
      padding-top: 59px;
      min-height: 250px;
    }
    .partyJob .two > img {
      position: absolute;
      top: 50%;
      transform: translateY(-27%);
      left: -305px;
    }
    .partyJob .two > div {
      width: 1080px;
      display: flex;
    }
    .partyJob .two > div .info {
      flex: 1;
      font-family: "微软雅黑";
      box-sizing: border-box;
      padding: 57px 45px;
      background-color: #f5f5f5;
      position: relative;
    }
    .partyJob .two > div .info .p1 {
      font-size: 17px;
      line-height: 36px;
      font-weight: bold;
    }
    .partyJob .two > div .info .p2 {
      margin-top: 14px;
      margin-bottom: 27px;
      color: #8f8f8f;
      line-height: 28px;
    }
    .partyJob .two > div .info .p3 span {
      font-family: Arial, Helvetica, sans-serif;
      color: #adadad;
    }
    .partyJob .two > div .info .p3 a {
      color: #e2c76c;
      float: right;
    }
    .partyJob .two > div .info::before {
      content: "";
      position: absolute;
      width: 96px;
      height: 12px;
      background-color: #e2c76c;
      top: 250px;
      left: -80px;
    }
    .partyJob .two > div img {
      width: 540px;
      height: 300px;
    }
    .partyJob .two ul {
      width: 1080px;
      box-sizing: border-box;
      position: relative;
      margin-top: 100px;
    }
    .partyJob .two ul li {
      margin-top: 26px;
      transition: all 0.3s;
    }
    .partyJob .two ul li a {
      display: flex;
      align-items: flex-end;
    }
    .partyJob .two ul li p {
      width: 100%;
      border-bottom: 1px dashed #d7d7d7;
      padding-bottom: 20px;
      color: #333333;
    }
    .partyJob .two ul li p::before {
      content: "";
      display: inline-block;
      width: 6px;
      height: 6px;
      background-color: #d9d9d9;
      border-radius: 3px;
      margin-right: 13px;
      position: relative;
      top: -2px;
      transition: 0.3s;
    }
    .partyJob .two ul li span {
      font-family: Arial, Helvetica, sans-serif;
      font-style: italic;
      color: #8f8f8f;
      float: right;
    }
    .partyJob .two ul li:hover p::before {
      background-color: #e2c76c;
      width: 20px;
    }
    
    .partyJobList .list ul {
    }
    .partyJobList .list ul li {
      display: flex;
      height: 120px;
      overflow: hidden;
      margin-bottom: 32px;
    }
    .partyJobList .list ul li a {
      display: flex;
      width: 100%;
      height: 100%;
    }
    .partyJobList .list ul li .icon {
      height: 120px;
      text-align: center;
      width: 180px;
      margin-left: -180px;
      background-color: #f5f5f5;
      box-sizing: border-box;
      padding: 15px 0;
      transition: all 0.3s;
      opacity: 0;
    }
    .partyJobList .list ul li .icon img {
      width: 140px;
      height: 90px;
      margin: 0 20px;
    }
    .partyJobList .list ul li .info {
      width: 100%;
      height: 100%;
      flex: 1;
      background-color: #f5f5f5;
      margin-left: 0;
      transition: all 0.3s;
      line-height: 32px;
      box-sizing: border-box;
      padding: 28px 30px;
    }
    .partyJobList .list ul li .info .p1 {
      font-size: 16px;
      font-weight: bold;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }
    .partyJobList .list ul li .info span {
      font-family: Arial, Helvetica, sans-serif;
      color: #848484;
    }
    .partyJobList .list ul li:hover .icon {
      margin-left: 0;
      opacity: 1;
    }
    .partyJobList .list ul li:hover .info {
      margin-left: 10px;
      width: 1090px;
    }




/*荣誉资质*/
.honor{margin: 30px auto 130px auto;}
#certify {position: relative;width: 1200px;margin: 0 auto}
#certify .swiper-container {padding-bottom: 60px;}
#certify  .swiper-slide {width: 520px;height: 408px;background: #fff;box-shadow: 0 8px 30px #ddd;}
#certify  .swiper-slide img{display:block;width: 100%;height: 310px;}
#certify  .swiper-slide p {line-height: 98px;padding-top: 0;text-align: center;color: #636363;font-size: 1.1em;margin: 0;}
#certify .swiper-pagination {width: 100%;bottom: 20px;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 5px;border: 3px solid #fff;background-color: #d5d5d5;width: 10px;height: 10px;opacity: 1;}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {border: 3px solid #00aadc;background-color: #fff;}
#certify .swiper-button-prev {left: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 0;background-size: 100%;}
#certify .swiper-button-prev:hover {background-position: 0 -46px;background-size: 100%}
#certify .swiper-button-next {right: -30px;width: 45px;height: 45px;background: url(../images/wm_button_icon.png) no-repeat;background-position: 0 -93px;background-size: 100%;}
#certify .swiper-button-next:hover {background-position: 0 -139px;background-size: 100%}




/*招聘*/
.join{width: 1110px;margin: 50px auto 0 auto;}
.join .list{width: 1110px;margin: 30px auto;border-bottom: 10px solid #F0F0F0;}
.join .list li{height: auto;overflow: hidden;border-top: 10px solid #F0F0F0;}
.join .list li .p1{line-height: 70px;font-size: 16px;color: #323232;font-weight: bolder;cursor: pointer;transition: all 0.3s;}
.join .list li .p1 span{float: right;font-size: 28px;display: block;width: 30px;text-align: center;color: #e2c76c;}
.join .list li .p1 .s2{display: none;}
.join .list li div{background-color: #ffffff;line-height: 30px;height: 0px;transition: all 0.3s;overflow: hidden;}
.join .list .on div{padding:0 0 20px 0px;height: auto;}
/*.join .list .on .p1{border-bottom: 4px solid #ff795a;}*/
.join .list .on .p1 .s1{display: none;}
.join .list .on .p1 .s2{display: block;}
