.deve_a {
  padding-bottom: 85px;
}
.deve_a .li {
  float: left;
  width: 49%;
  margin: 2% 2% 0 0;
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
}
.deve_a .li .bg {
  opacity: .25;
  height: 384px;
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.deve_a .li .indiv {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 80px;
}
.deve_a .li .indiv .imgbox {
  width: 84px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto 27px;
  background: #00428e;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.deve_a .li .indiv .imgbox img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.deve_a .li .indiv .tl {
  text-align: center;
  color: #333333;
  font-size: 18px;
  margin-bottom: 25px;
}
.deve_a .li .indiv .line {
  width: 29px;
  height: 2px;
  background-color: #00428e;
  margin: 0 auto 22px;
}
.deve_a .li .indiv .text {
  width: 60%;
  margin: 0 auto;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  font-size: 16px;
}
.deve_a .li:nth-child(1),
.deve_a .li:nth-child(2) {
  margin-top: 0;
}
.deve_a .li:nth-child(2n) {
  margin-right: 0;
}
.deve_a .li:nth-child(1) {
  -webkit-border-top-left-radius: 50px;
     -moz-border-radius-topleft: 50px;
          border-top-left-radius: 50px;
}
.deve_a .li:nth-child(2) {
  -webkit-border-top-right-radius: 50px;
     -moz-border-radius-topright: 50px;
          border-top-right-radius: 50px;
}
.deve_a .li:nth-child(3) {
  -webkit-border-bottom-left-radius: 50px;
     -moz-border-radius-bottomleft: 50px;
          border-bottom-left-radius: 50px;
}
.deve_a .li:nth-child(4) {
  -webkit-border-bottom-right-radius: 50px;
     -moz-border-radius-bottomright: 50px;
          border-bottom-right-radius: 50px;
}
.deve_a .li:hover .bg {
  opacity: .1;
}
.deve_a .li:hover .indiv .imgbox {
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.deve_a .li:hover .indiv .imgbox img {
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.idea_a {
  padding-bottom: 84px;
}
.idea_a .wrap {
  max-width: 1600px;
  background: url(../images/join_10.jpg) no-repeat center top;
}
.idea_a .wrap .circlebox {
  margin: 0 auto;
  width: 900px;
  padding: 5.2% 0 5%;
}
.idea_a .wrap .circlebox .circle {
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  float: left;
  margin-right: 140px;
  position: relative;
  color: #fff;
  font-size: 18px;
}
.idea_a .wrap .circlebox .circle::after {
  content: "";
  width: 120px;
  height: 120px;
  border: 1px dashed #fff;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: zq 5s linear infinite;
     -moz-animation: zq 5s linear infinite;
          animation: zq 5s linear infinite;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.idea_a .wrap .circlebox .circle::before {
  content: "";
  width: 140px;
  height: 1px;
  left: 100%;
  top: 50%;
  background: url(../images/line.png) no-repeat left center;
}
.idea_a .wrap .circlebox .circle:last-child {
  margin-right: 0;
}
.idea_a .wrap .circlebox .circle:last-child::before {
  display: none;
}
.idea_a .wrap .circlebox .circle:hover::after {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
.idea_a .wrap .list {
  width: 87.5%;
  margin: 0 auto;
}
.idea_a .wrap .list .li {
  background-color: #f7f7f7;
  width: 31.9286%;
  float: left;
  margin-right: 2.1071%;
  text-align: center;
  height: 400px;
  padding-top: 90px;
  position: relative;
}
.idea_a .wrap .list .li .imgbox {
  margin-bottom: 54px;
}
.idea_a .wrap .list .li .te {
  width: 75%;
  margin: 0 auto;
  line-height: 24px;
  color: #333333;
  font-size: 16px;
  
}
.idea_a .wrap .list .li::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #00428e;
  left: 0;
  bottom: 0;
}
.idea_a .wrap .list .li:nth-child(3n) {
  margin-right: 0;
}
.idea_a .wrap .list .li:hover .te {
  color: #00428e;
}
@-webkit-keyframes zq {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-moz-keyframes zq {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}
@keyframes zq {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.join_a {
  padding-bottom: 67px;
}
.join_a .wrap .td {
  width: 16.6666%;
  float: left;
  text-align: center;
}
.join_a .wrap .jobth {
  line-height: 50px;
  background-color: #6fba2c;
  color: #fff;
}
.join_a .wrap .jobul .needbox {
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.join_a .wrap .jobul .needbox .td {
  line-height: 60px;
  color: #333333;
}
.join_a .wrap .jobul .contentbox {
  display: none;
  background-color: #f0f0f0;
  padding: 38px 40px 50px 76px;
}
.join_a .wrap .jobul .contentbox .bk {
  line-height: 24px;
  margin-bottom: 30px;
  color: #666;
}
.join_a .wrap .jobul .contentbox .bk .tl {
  font-weight: bold;
  color: #333333;
}
.join_a .wrap .jobul .contentbox .bk p {
  color: #666;
}
.join_a .wrap .jobul .contentbox .send {
  color: #666;
}
.join_a .wrap .jobul .contentbox .send a {
  color: #00428e;
  text-decoration: underline;
  display: inline;
  font-size: 16px;
}
.join_a .wrap .jobul li:first-child .contentbox {
  display: block;
}
.active_a {
  padding-bottom: 95px;
}
.active_a .wrap .indiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.active_a .wrap .indiv .lt,
.active_a .wrap .indiv .center,
.active_a .wrap .indiv .rt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
}
.active_a .wrap .indiv .lt .imgbox,
.active_a .wrap .indiv .center .imgbox,
.active_a .wrap .indiv .rt .imgbox {
  background-position: center center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: relative;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.active_a .wrap .indiv .lt .imgbox img,
.active_a .wrap .indiv .center .imgbox img,
.active_a .wrap .indiv .rt .imgbox img {
  width: 100%;
}
.active_a .wrap .indiv .rt {
  margin-right: 0;
}
.active_a .wrap .indiv .lt .lttop {
  margin-bottom: 18px;
  overflow: hidden;
}
.active_a .wrap .indiv .lt .lttop .imgbox {
  height: 304px;
}
.active_a .wrap .indiv .lt .ltbot {
  overflow: hidden;
}
.active_a .wrap .indiv .lt .ltbot .imgbox {
  height: 503px;
}
.active_a .wrap .indiv .center {
  overflow: hidden;
}
.active_a .wrap .indiv .center .imgbox {
  height: 825px;
}
.active_a .wrap .indiv .rt .imgbox {
  height: 263px;
}
.active_a .wrap .indiv .rt .rttop,
.active_a .wrap .indiv .rt .rtcenter {
  margin-bottom: 18px;
  overflow: hidden;
}
.active_a .wrap .indiv .rt .rtbot {
  overflow: hidden;
}
.active_a .wrap .indiv .lttop,
.active_a .wrap .indiv .ltbot,
.active_a .wrap .indiv .center,
.active_a .wrap .indiv .rttop,
.active_a .wrap .indiv .rtcenter,
.active_a .wrap .indiv .rtbot {
  position: relative;
}
.active_a .wrap .indiv .lttop .yy,
.active_a .wrap .indiv .ltbot .yy,
.active_a .wrap .indiv .center .yy,
.active_a .wrap .indiv .rttop .yy,
.active_a .wrap .indiv .rtcenter .yy,
.active_a .wrap .indiv .rtbot .yy {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 19;
}
.active_a .wrap .indiv .lttop .te,
.active_a .wrap .indiv .ltbot .te,
.active_a .wrap .indiv .center .te,
.active_a .wrap .indiv .rttop .te,
.active_a .wrap .indiv .rtcenter .te,
.active_a .wrap .indiv .rtbot .te {
  position: absolute;
  left: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  z-index: 20;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.active_a .wrap .indiv .lttop:hover .imgbox,
.active_a .wrap .indiv .ltbot:hover .imgbox,
.active_a .wrap .indiv .center:hover .imgbox,
.active_a .wrap .indiv .rttop:hover .imgbox,
.active_a .wrap .indiv .rtcenter:hover .imgbox,
.active_a .wrap .indiv .rtbot:hover .imgbox {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.active_a .wrap .indiv .lttop:hover .te,
.active_a .wrap .indiv .ltbot:hover .te,
.active_a .wrap .indiv .center:hover .te,
.active_a .wrap .indiv .rttop:hover .te,
.active_a .wrap .indiv .rtcenter:hover .te,
.active_a .wrap .indiv .rtbot:hover .te {
  color: #6fba2c;
}
.active_b {
  padding-bottom: 60px;
}
.active_b .tlbox {
  padding: 56px 0 40px;
}
.active_b .tlbox .title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 32px;
  text-align: center;
}
.active_b .tlbox .where {
  text-align: center;
  color: #999999;
}
.active_b .tlbox .where span {
  margin-right: 60px;
}
.active_b .tlbox .where span:last-child {
  margin-right: 0;
}
.active_b .contenbox {
  border-top: 1px dashed #dbdbdb;
  border-bottom: 1px dashed #dbdbdb;
  padding: 40px 0;
  line-height: 24px;
  color: #666666;
}
.active_b .contenbox img {
  display: block;
  margin: 20px auto;
}
.active_b .newpagebox {
  position: relative;
  margin-top: 40px;
}
.active_b .newpagebox .lt {
  padding-right: 150px;
}
.active_b .newpagebox .lt a {
  line-height: 30px;
  color: #666;
}
.active_b .newpagebox .moreBtn {
  position: absolute;
  right: 0;
  top: 8px;
}
@media (max-width: 1440px) {
  .idea_a .wrap .list .li .te {
    font-size: 14px;
  }
  .idea_a .wrap .list .li .imgbox img {
    width: 60px;
  }
  .idea_a .wrap .list .li .te {
    width: 80%;
  }
  .deve_a .li .bg {
    height: 360px;
  }
  .deve_a .li .indiv {
    top: 60px;
  }
  .deve_a .li .indiv .imgbox {
    width: 75px;
    margin: 0 auto 15px;
  }
  .deve_a .li .indiv .tl {
    margin-bottom: 15px;
  }
  .deve_a .li .indiv .line {
    margin-bottom: 12px;
  }
  .deve_a .li .indiv .text {
    width: 70%;
  }
  .join_a .wrap .jobul .contentbox {
    padding: 25px 20px 30px 46px;
  }
}
@media (max-width: 1280px) {
  .idea_a .wrap .list .li .te {
    font-size: 14px;
  }
  .deve_a .li .indiv .tl {
    font-size: 16px;
  }
  .deve_a .li .indiv .text {
    font-size: 14px;
  }
  .join_a {
    padding-bottom: 67px;
  }
  .join_a .wrap .td {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .idea_a {
    padding-bottom: 60px;
  }
  .idea_a .wrap {
    -webkit-background-size: auto 340px;
       -moz-background-size: auto 340px;
            background-size: auto 340px;
  }
  .idea_a .wrap .circlebox {
    width: 700px;
  }
  .idea_a .wrap .circlebox .circle {
    width: 85px;
    height: 85px;
    margin-right: 120px;
    line-height: 85px;
    font-size: 16px;
  }
  .idea_a .wrap .circlebox .circle::after {
    content: "";
    width: 85px;
    height: 85px;
  }
  .idea_a .wrap .circlebox .circle::before {
    width: 120px;
  }
  .idea_a .wrap .list .li {
    height: 350px;
    padding-top: 60px;
  }
  .idea_a .wrap .list .li .imgbox {
    margin-bottom: 34px;
  }
  .active_a .wrap .indiv .lt .lttop .imgbox {
    height: 230px;
  }
  .active_a .wrap .indiv .lt .ltbot .imgbox {
    height: 410px;
  }
  .active_a .wrap .indiv .center .imgbox {
    height: 658px;
  }
  .active_a .wrap .indiv .rt .imgbox {
    height: 207px;
  }
  .join_a .wrap .jobul .contentbox {
    padding: 25px 20px 30px 20px;
  }
}
@media (max-width: 768px) {
  .idea_a .wrap {
    background: none;
    width: 100%;
  }
  .idea_a .wrap .circlebox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 5%;
    background: url(../images/join_10.jpg) no-repeat center top / cover;
    margin-bottom: 30px;
  }
  .idea_a .wrap .circlebox .circle {
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 0;
    width: 80px;
    height: 80px;
  }
  .idea_a .wrap .circlebox .circle::after {
    width: 80px;
    height: 80px;
  }
  .idea_a .wrap .circlebox .circle::before {
    display: none;
  }
  .idea_a .wrap .circlebox::after {
    display: none;
  }
  .idea_a .wrap .list .li {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .idea_a .wrap .list .li:last-child {
    margin-bottom: 0;
  }
  .deve_a {
    padding-bottom: 60px;
  }
  .deve_a .li {
    width: 100%;
    margin: 20px 0 0 0;
    -webkit-border-radius: 10px!important;
       -moz-border-radius: 10px!important;
            border-radius: 10px!important;
  }
  .deve_a .li .bg {
    height: 360px;
  }
  .deve_a .li .indiv {
    top: 60px;
  }
  .deve_a .li .indiv .imgbox {
    width: 75px;
    margin: 0 auto 15px;
  }
  .deve_a .li .indiv .tl {
    margin-bottom: 15px;
  }
  .deve_a .li .indiv .line {
    margin-bottom: 12px;
  }
  .deve_a .li .indiv .text {
    width: 90%;
  }
  .deve_a .li:nth-child(2) {
    margin-top: 20px;
  }
  .active_a {
    padding-bottom: 40px;
  }
  .active_a .wrap .indiv {
    display: block;
  }
  .active_a .wrap .indiv .lt,
  .active_a .wrap .indiv .center,
  .active_a .wrap .indiv .rt {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .active_a .wrap .indiv .lt .lttop .imgbox {
    background: none;
    height: auto;
  }
  .active_a .wrap .indiv .lt .ltbot .imgbox {
    height: auto;
    background: none;
  }
  .active_a .wrap .indiv .center .imgbox {
    height: auto;
    background: none;
  }
  .active_a .wrap .indiv .rt .imgbox {
    background: none;
    height: auto;
  }
  .join_a .wrap .td {
    width: 33.3333%;
  }
  .join_a .wrap .td:nth-child(2n) {
    display: none;
  }
  .join_a .wrap .jobul .contentbox {
    padding: 25px 20px 30px 20px;
  }
  .join_a .wrap .jobul .contentbox .bk {
    margin-bottom: 20px;
  }
}

