body {
  background: #f4f5f7;
}
body .part1 {
  margin-top: 10px;
}
body .part1 .w1200 .left {
  float: left;
  width: 238px;
}
body .part1 .w1200 .left .byssearch {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  height: 117px;
  background: url(../img/byssearch.png) no-repeat right bottom;
  padding: 15px;
}
body .part1 .w1200 .left .byssearch p:first-child {
  font-size: 15px;
  text-align: center;
  color: #1f41b4;
  font-weight: bold;
}
body .part1 .w1200 .left .byssearch p:last-child {
  font-size: 12px;
  color: #4e4e4e;
  text-align: center;
  margin-top: 15px;
}
body .part1 .w1200 .left .byssearch .search-container {
  height: 24px;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  margin-top: 10px;
  position: relative;
}
body .part1 .w1200 .left .byssearch .search-container input {
  width: 140px;
  height: 22px;
  position: absolute;
  left: 0;
  padding: 0 5px;
}
body .part1 .w1200 .left .byssearch .search-container .search {
  width: 58px;
  line-height: 22px;
  height: 24px;
  text-align: center;
  background-color: #3652b3;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: -1px;
}
body .part1 .w1200 .left > a img {
  margin: 6px 0;
}
body .part1 .w1200 .mid {
  width: 674px;
  float: left;
  margin-left: 7px;
}
body .part1 .w1200 .mid .swiper {
  position: relative;
}
body .part1 .w1200 .mid .swiper .swiper-container {
  height: 290px;
}
body .part1 .w1200 .mid .swiper .swiper-container .swiper-wrapper {
  height: 290px;
}
body .part1 .w1200 .mid .swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 290px;
}
body .part1 .w1200 .mid .swiper .pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
body .part1 .w1200 .mid .swiper .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 25px;
  height: 11px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  margin: 0 5px;
  cursor: pointer;
}
body .part1 .w1200 .mid .swiper .pagination .swiper-active-switch {
  background: #fff;
}
body .part1 .w1200 .mid .article-container {
  background-color: #fff;
  margin-top: 6px;
  border: 1px solid #e4e4e4;
}
body .part1 .w1200 .mid .article-container .article-tab {
  border-bottom: 1px solid #e4e4e4;
  height: 45px;
}
body .part1 .w1200 .mid .article-container .article-tab li {
  float: left;
  width: 134px;
  height: 45px;
  text-align: center;
  line-height: 55px;
  position: relative;
}
body .part1 .w1200 .mid .article-container .article-tab li a {
  color: #383838;
  position: relative;
}
body .part1 .w1200 .mid .article-container .article-tab li.on {
  color: #587cf7;
}
body .part1 .w1200 .mid .article-container .article-tab li.on::before {
  content: "";
  width: 122px;
  height: 35px;
  border: 1px solid #587cf7;
  border-bottom: none;
  position: absolute;
  left: 6px;
  bottom: 0;
}
body .part1 .w1200 .mid .article-container .article-list {
  margin-top: 10px;
}
body .part1 .w1200 .mid .article-container .article-list .article {
  display: none;
  margin: 0 20px 0 10px;
}
body .part1 .w1200 .mid .article-container .article-list .article:first-child {
  display: block;
}
body .part1 .w1200 .mid .article-container .article-list .article:first-child li {
  float: left;
  width: 48%;
}
body .part1 .w1200 .mid .article-container .article-list .article:first-child li:nth-child(2n + 1) {
  margin-right: 2%;
}
body .part1 .w1200 .mid .article-container .article-list .article:first-child li a {
  width: 100%;
}
body .part1 .w1200 .mid .article-container .article-list .article:first-child li span {
  display: none;
}
body .part1 .w1200 .mid .article-container .article-list .article li {
  padding: 3px 0 5px 7px;
  border-bottom: 1px dashed #ababab;
  font-size: 14px;
  margin-bottom: 5px;
}
body .part1 .w1200 .mid .article-container .article-list .article li a {
  float: left;
  display: block;
  position: relative;
  font-size: 14px;
  color: #494848;
  padding-left: 12px;
  width: 530px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .part1 .w1200 .mid .article-container .article-list .article li a:hover {
  color: #ff642e;
}
body .part1 .w1200 .mid .article-container .article-list .article li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: 8px;
}
body .part1 .w1200 .mid .article-container .article-list .article li span {
  float: right;
  color: #ababab;
}
body .part1 .w1200 .right {
  width: 274px;
  float: right;
}
body .part1 .w1200 .right .login-container {
  border: 1px solid #e4e4e4;
}
body .part1 .w1200 .right .login-container .login-tab {
  background-color: #fff;
  height: 45px;
  border-bottom: 1px solid #c4c4c4;
}
body .part1 .w1200 .right .login-container .login-tab li {
  width: 50%;
  float: left;
  line-height: 44px;
  text-align: center;
  position: relative;
}
body .part1 .w1200 .right .login-container .login-tab li.on .line {
  display: block;
}
body .part1 .w1200 .right .login-container .login-tab li .line {
  height: 3px;
  width: 75px;
  background: #3652b3;
  position: absolute;
  bottom: -2px;
  left: 30px;
  display: none;
}
body .part1 .w1200 .right .login-container .login-form {
  background-color: #fff;
  padding: 15px 0 10px;
  text-align: center;
}
body .part1 .w1200 .right .login-container .login-form input {
  border: 1px solid #d3d3d3;
  width: 229px;
  height: 32px;
  border-radius: 3px;
  margin-bottom: 19px;
  padding: 0 5px;
}
body .part1 .w1200 .right .login-container .login-form .yzm {
  width: 229px;
  height: 32px;
  margin: 0 auto 10px;
}
body .part1 .w1200 .right .login-container .login-form .yzm input {
  width: 150px;
  float: left;
  margin-bottom: 0;
}
body .part1 .w1200 .right .login-container .login-form .yzm img {
  float: right;
  margin-top: 10px;
}
body .part1 .w1200 .right .login-container .login-form .kl {
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  font-size: 14px;
  width: 229px;
}
body .part1 .w1200 .right .login-container .login-form .kl a {
  color: #4c4c4c;
}
body .part1 .w1200 .right .login-container .login-form .kl .reg {
  color: #3652b3;
  position: absolute;
  right: 5px;
}
body .part1 .w1200 .right .login-container .login-form p {
  font-size: 12px;
  color: #4c4c4c;
}
body .part1 .w1200 .right .login-container .login-form p a {
  color: #7790c1;
}
body .part1 .w1200 .right .login-container .login-form .login {
  display: block;
  width: 220px;
  height: 37px;
  border-radius: 5px;
  color: #fff;
  line-height: 37px;
  background-color: #3652b3;
  margin: 12px auto 0;
}
body .part1 .w1200 .right .job {
  background-color: #fff;
  margin-top: 6px;
  border: 1px solid #e4e4e4;
  padding: 10px 10px;
}
body .part1 .w1200 .right .job .title {
  font-size: 16px;
  color: #242424;
  position: relative;
  padding: 5px 0 10px;
  margin: 0 10px;
  border-bottom: 1px solid #c8c8c8;
}
body .part1 .w1200 .right .job .title a {
  color: #969696;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 6px;
}
body .part1 .w1200 .right .job ul li {
  padding: 6px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .part1 .w1200 .right .job ul li a {
  position: relative;
  font-size: 14px;
  color: #494848;
  padding-left: 12px;
}
body .part1 .w1200 .right .job ul li a:hover {
  color: #ff642e;
}
body .part1 .w1200 .right .job ul li a::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #d8d8d8;
  position: absolute;
  left: 0;
  top: 8px;
}
body .scyc {
  margin: 8px auto 20px;
}
body .module {
  font-size: 25px;
  color: #266eed;
  font-weight: bold;
}
body .module .w1200 .title {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
body .module .w1200 .title::before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background-color: #006bf6;
  position: absolute;
  left: 0;
  bottom: 0;
}
body .module .w1200 .title .more {
  position: absolute;
  right: 0;
  font-size: 14px;
}
body .module .w1200 .jumpmore {
  background-color: #fff;
  display: block;
  width: 388px;
  height: 47px;
  border: 1px solid #3d7dff;
  border-radius: 5px;
  text-align: center;
  line-height: 47px;
  color: #3d7dff;
  margin: 20px auto 30px;
}
body .zcfg .zcs {
  margin-top: 10px;
}
body .zcfg .zcs a > div {
  background-color: #fff;
  position: relative;
  width: 287px;
  height: 160px;
  border: 1px #d1d1d1 solid;
  box-shadow: 5px 7px 12px rgba(0, 7, 129, 0.1);
  float: left;
  margin: 10px 6px;
  top: 0;
  transition: all 0.5s;
}
body .zcfg .zcs a > div:hover {
  top: -10px;
}
body .zcfg .zcs a > div > div {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 50px;
}
body .zcfg .zcs a > div > div img {
  display: inline-block;
}
body .zcfg .zcs a > div p {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #343434;
  position: absolute;
  bottom: 25px;
}
body .zxzp .w1200 .title .more {
  font-size: 12px;
  color: #466997;
  font-weight: lighter;
  bottom: 5px;
}
body .zxzp .w1200 .company-list {
  margin-top: 10px;
  height: 1336px;
  overflow: hidden;
  transition: all 2s;
}
body .zxzp .w1200 .company-list .company {
  background-color: #fff;
  width: 388px;
  height: 147px;
  padding: 20px 15px;
  border: 1px solid #dadada;
  float: left;
  margin: 10px 6px;
  box-shadow: 5px 7px 12px rgba(0, 7, 129, 0.1);
  position: relative;
  transition: all 0.5s;
  top: 0;
}
body .zxzp .w1200 .company-list .company:hover {
  top: -10px;
}
body .zxzp .w1200 .company-list .company > span {
  position: absolute;
  font-size: 17px;
  color: #ff8b17;
  right: 15px;
  animation: scale 2s infinite;
}
body .zxzp .w1200 .company-list .company .company-name {
  font-size: 18px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 290px;
}
body .zxzp .w1200 .company-list .company .company-name > div {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  background-color: #3b6ce5;
  color: #fff;
  font-size: 16px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 5px;
}
body .zxzp .w1200 .company-list .company .time {
  color: #626a7e;
  font-size: 14px;
  padding: 10px 40px;
  border-bottom: 2px solid #cbcbcb;
}
body .zxzp .w1200 .company-list .company .recruitment {
  color: #626a7e;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  margin-top: 10px;
}
body .zxzp .w1200 .company-list .company .recruitment span {
  display: inline-block;
  font-size: 14px;
  color: #707070;
  background-color: #e8f2fa;
  padding: 2px 8px;
  margin-right: 5px;
}
body .rctj .w1200 .people-container {
  position: relative;
}
body .rctj .w1200 .people-container .arrow-left {
  position: absolute;
  font-size: 50px;
  left: 0;
  top: 105px;
}
body .rctj .w1200 .people-container .arrow-right {
  position: absolute;
  font-size: 50px;
  right: 0;
  top: 105px;
}
body .rctj .w1200 .people-container .people-swiper {
  width: 1042px;
  height: 260px;
  margin: 40px auto;
  position: relative;
}
body .rctj .w1200 .people-container .people-swiper .swiper-wrapper .swiper-slide .people .person {
  background-color: #fff;
  padding: 30px 20px;
  width: 220px;
  height: 240px;
  float: left;
  border: 1px solid #dadada;
  margin: 10px 20px;
  box-shadow: 5px 7px 12px rgba(0, 7, 129, 0.1);
  position: relative;
  transition: all 0.5s;
  top: 0;
}
body .rctj .w1200 .people-container .people-swiper .swiper-wrapper .swiper-slide .people .person:hover {
  top: -10px;
}
body .rctj .w1200 .people-container .people-swiper .swiper-wrapper .swiper-slide .people .person img {
  margin: 0 auto;
  width: 100px;
}
body .rctj .w1200 .people-container .people-swiper .swiper-wrapper .swiper-slide .people .person .name {
  font-size: 18px;
  color: #1f41b4;
  text-align: center;
  margin: 15px;
}
body .rctj .w1200 .people-container .people-swiper .swiper-wrapper .swiper-slide .people .person .info {
  color: #626a7e;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  margin: 5px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .rctj .w1200 .people-container .people-swiper .swiper-wrapper .swiper-slide .people .person .school {
  color: #3652b3;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body .mqtj {
  margin-bottom: 30px;
}
body .mqtj .w1200 .reccompany {
  margin-top: 10px;
}
body .mqtj .w1200 .reccompany a img {
  width: 185px;
  float: left;
  margin: 10px 7px;
}
