.container {
  width: 100%;
}

.box12 {
  width: 1170px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .box12 {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
  }
}

@media (max-width: 1200px) {
  .pc {
    display: none !important;
  }
}

.m {
  display: none;
}

@media (max-width: 1200px) {
  .m {
    display: block;
  }
}

section {
  padding: 50px 0;
  background-color: #ffffff;
}

@media (max-width: 1200px) {
  section {
    padding: 25px 0;
  }
}

.top {
  position: relative;
  margin-bottom: 30px;
  height: 100Vh;
}
.top.ny{
  height: auto;
}
@media (max-width: 1200px) {
  .top {
    margin-bottom: 0;
    height: auto;
  }
}

.top video {
  width: 100%;
  position: absolute;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

@media (max-width: 1200px) {
  .top video {
    position: relative;
    height: auto;
  }
}
.top .head {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
}

@media (max-width: 1200px) {
  .top .head {
    position: relative;
    background-color: #fff;
    padding: 0;
    top: 0;
  }
}

.top .head .logo img {
  max-height: 50px;
}

@media (max-width: 1200px) {
  .top .head .logo {
    display: none;
  }
}

.top .head .nav li {
  border-bottom: 2px solid transparent;
  margin: 0 22.5px;
  padding: 0 3px;
  width: auto;
}

@media (max-width: 1200px) {
  .top .head .nav li {
    border-bottom: none;
    margin: 0 15px;
    padding: 0;
  }
}

.top .head .nav li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 2em;
}

@media (max-width: 1200px) {
  .top .head .nav li a {
    color: #000000;
    line-height: 60px;
  }
}

.top .head .nav li.on {
  border-bottom: 2px solid #ffffff;
}

@media (max-width: 1200px) {
  .top .head .nav li.on {
    border-bottom: none!important;
  }
}

.top .head .nav li.on a {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .top .head .nav li.on a {
    color: #0082fc;
  }
}

.top .head .nav li:hover {
  border-bottom: 2px solid #ffffff;
}

@media (max-width: 1200px) {
  .top .head .nav li:hover {
    border-bottom: none!important;
  }
}

.top .head .nav li:hover a {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .top .head .nav li:hover a {
    color: #0082fc;
  }
}

.top .bg {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(17, 56, 141, 0.5);
}

.top .bannerbox {
  position: absolute;
  left: 50%;
  top: 190px;
  transform: translate(-50%, -45%);
  z-index: 5;
}
.top .bannerbox.indexbg {
  top: 50%;
}

@media (max-width: 1200px) {
  .top .bannerbox {
    top: 60%;
  }
}

.top .bannerbox h2 {
  font-size: 80px;
  font-weight: 500;
  color: #ffffff;
  line-height: 112px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .top .bannerbox h2 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 15px;
  }
}

.top .bannerbox h4 {
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
}

@media (max-width: 1200px) {
  .top .bannerbox h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 4px;
    margin-bottom: 15px;
    line-height: 20px;
  }
}

.top .bannerbox #play {
  max-width: 72px;
  display: block;
  margin: 55px auto 80px;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .top .bannerbox #play {
    width: 15%;
    margin: 0 auto;
  }
}

.top .bannerbox .lxlist {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .top .bannerbox .lxlist {
    display: none;
  }
}

.top .bannerbox .lxlist a {
  width: 260px;
  height: 60px;
  background: #ffffff;
  border-radius: 31px;
  line-height: 60px;
  font-size: 24px;
  font-weight: 400;
  margin: 0 20px;
  color: #333333;
  text-align: center;
}

.top .bannerbox .lxlist a img {
  max-width: 32px;
}

.top.ny .head li a {
  color: #333333;
}

.top.ny .head li.on {
  border-bottom: 2px solid #0056f5;
}

.top.ny .head li.on a {
  color: #0082fc;
}

.top.ny .head li:hover {
  border-bottom: 2px solid #0056f5;
}

.top.ny .head li:hover a {
  color: #0082fc;
}

.top.ny .bannerbox h2 {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 8px;
}

@media (max-width: 1200px) {
  .top.ny .bannerbox h2 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0;
  }
}

.index-zp {
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e6f0ff;
}

@media (max-width: 1200px) {
  .index-zp {
    display: flex;
  }
}

.index-zp a {
  width: 49.5%;
  text-align: center;
  font-size: 20px;
  line-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-zp a img {
  max-width: 30px;
  margin-right: 5px;
}

.index-zp em {
  width: 1px;
  height: 28px;
  background: #e6f0ff;
}

.title {
  font-size: 32px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .title {
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 15px;
    text-align: left;
  }
}

.dec {
  font-size: 16px;
  font-weight: 400;
  color: #8496ab;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .dec {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    margin-bottom: 30px;
  }

  .dec br {
    display: none;
  }
}

.ljfr {
  padding-top: 80px;
}

@media (max-width: 1200px) {
  .ljfr {
    padding-top: 25px;
  }
}

.ljfr .box12 {
  width: 1020px;
  padding-bottom: 280px;
  background-image: url(../../images/2020_job_ljbg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .ljfr .box12 {
    width: 100%;
    padding-bottom: 115px;
    background-size: contain;
  }
}

.ljfr .box12 .title-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 1200px) {
  .ljfr .box12 .title-box {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.ljfr .box12 .title-box li {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .ljfr .box12 .title-box li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}

.ljfr .box12 .title-box li img {
  margin-bottom: 15px;
  border-radius: 15px;
}

@media (max-width: 1200px) {
  .ljfr .box12 .title-box li img {
    width: 25%;
    box-shadow: 0 0 20px rgba(0, 126, 211, 0.2);
  }
}

@media (max-width: 1200px) {
  .ljfr .box12 .title-box li .txtbox {
    width: 70%;
  }
}

.ljfr .box12 .title-box li .txtbox h4 {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  text-align: center;
}

@media (max-width: 1200px) {
  .ljfr .box12 .title-box li .txtbox h4 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 4px;
    line-height: initial;
    text-align: left;
  }
}

.ljfr .box12 .title-box li .txtbox p {
  display: none;
}

@media (max-width: 1200px) {
  .ljfr .box12 .title-box li .txtbox p {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #617288;
    line-height: 1.5em;
  }
}

.ljfr .box12 .title-box li.t1,
.ljfr .box12 .title-box li.t5 {
  position: relative;
  top: 42px;
}

@media (max-width: 1200px) {

  .ljfr .box12 .title-box li.t1,
  .ljfr .box12 .title-box li.t5 {
    top: 0;
  }
}

.ljfr .box12 .title-box li.t2,
.ljfr .box12 .title-box li.t4 {
  position: relative;
  top: 26px;
}

@media (max-width: 1200px) {

  .ljfr .box12 .title-box li.t2,
  .ljfr .box12 .title-box li.t4 {
    top: 0;
  }
}

.ljfr .box12 .title-box li.on img {
  box-shadow: 0 0 20px rgba(0, 126, 211, 0.2);
}

.ljfr .box12 .content-box {
  width: 600px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .ljfr .box12 .content-box {
    display: none;
  }
}

.ljfr .box12 .content-box li {
  display: none;
  font-size: 20px;
  text-align: center;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
}

.ljfr .box12 .content-box li.on {
  display: block;
}

.ljfr .box12 .content-box li:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../../images/2020_job_ld.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -28px;
  top: -10px;
}

.ljfr .box12 .content-box li:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background-image: url(../../images/2020_job_rd.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -28px;
  bottom: -10px;
}

@media (max-width: 1200px) {
  .gxgl .title {
    margin-bottom: 30px;
  }
}

.gxgl .list-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}

.gxgl .list-box .item .img-box {
  width: 50%;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item .img-box {
    width: 100%;
    margin-bottom: 15px;
  }
}

.gxgl .list-box .item .txt-box {
  width: 50%;
  padding: 0 80px;
  position: relative;
  z-index: 99;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item .txt-box {
    width: 100%;
    padding: 0;
    z-index: 99;
  }
}

.gxgl .list-box .item .txt-box .t {
  position: relative;
  margin-bottom: 54px;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item .txt-box .t {
    margin-bottom: 10px;
  }
}

@media (max-width: 1200px) {
  .gxgl .list-box .item .txt-box .t img {
    max-width: 33%;
  }
}

.gxgl .list-box .item .txt-box .t h4 {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item .txt-box .t h4 {
    font-size: 22px;
    bottom: 10px;
  }
}

.gxgl .list-box .item .txt-box p {
  font-size: 16px;
  text-align: justify;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 62px;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item .txt-box p {
    margin-bottom: 0;
  }
}

.gxgl .list-box .item .txt-box span {
  display: block;
  width: 80px;
  height: 2px;
  background: linear-gradient(132deg, #00cdfe 0%, #0056f5 100%);
  border-radius: 2px;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item .txt-box span {
    display: none;
  }
}

.gxgl .list-box .item:after {
  content: "";
  display: block;
  width: 245px;
  height: 95px;
  background-image: url(../../images/2020_job_d.png);
  background-size: cover;
  position: absolute;
  right: -60px;
  bottom: 80px;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item:after {
    width: 33%;
    height: 63px;
    right: 0;
    bottom: 0;
  }
}

.gxgl .list-box .item:nth-of-type(even):after {
  left: -60px;
  right: auto;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item:nth-of-type(even):after {
    right: 0;
    bottom: 0;
    left: auto;
  }
}

.gxgl .list-box .item:nth-of-type(even) .img-box {
  order: 2;
}

@media (max-width: 1200px) {
  .gxgl .list-box .item:nth-of-type(even) .img-box {
    order: 0;
  }
}

.gxgl .list-box .item:last-of-type {
  margin-bottom: 0;
}

.ygyz {
  background-image: url(../../images/2020_job_xsbg.png);
}

@media (max-width: 1200px) {
  .ygyz {
    background: #f6faff;
  }
}

.ygyz .list-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .ygyz .list-box {
    flex-wrap: wrap;
  }
}

.ygyz .list-box li {
  width: 32%;
}

@media (max-width: 1200px) {
  .ygyz .list-box li {
    width: 100%;
  }

  .ygyz .list-box li:last-of-type .box:last-of-type {
    margin-bottom: 0;
  }
}

.ygyz .list-box li .box {
  background: #ffffff;
  box-shadow: 0px 8px 24px 0px rgba(181, 204, 255, 0.5);
  border-radius: 16px;
  padding: 40px 40px 25px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .ygyz .list-box li .box {
    padding: 20px;
    margin-bottom: 15px;
  }
}

.ygyz .list-box li .box:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .ygyz .list-box li .box:last-of-type {
    margin-bottom: 15px;
  }
}

.ygyz .list-box li .box h5 {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 15px;
  line-height: 26px;
}

.ygyz .list-box li .box p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}

@media (max-width: 1200px) {
  .ygyz .list-box li .box p {
    font-size: 14px;
  }
}

.ygyz .list-box li .box hr {
  border-top: 1px solid #d9e7ff;
  margin: 25px 0;
}

@media (max-width: 1200px) {
  .ygyz .list-box li .box hr {
    margin: 15px 0;
  }
}

.ygyz .list-box li .box .yg {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.ygyz .list-box li .box .yg span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 10px;
}

.ygyz .list-box li .box .yg span.a {
  background: #0082fc;
}

.ygyz .list-box li .box .yg span.b {
  background: #28c346;
}

.ygyz .list-box li .box .yg span.c {
  background: #ffc54b;
}

.yggs {
  margin-bottom: 80px;
}

@media (max-width: 1200px) {
  .yggs {
    margin-bottom: 0;
  }
}

.yggs .lunbox {
  position: relative;
}

.yggs .lunbox .swiper-slide {
  display: flex;
  align-items: unset;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .yggs .lunbox .swiper-slide {
    display: block;
  }
}

.yggs .lunbox .swiper-slide .img-box {
  width: 470px;
}

@media (max-width: 1200px) {
  .yggs .lunbox .swiper-slide .img-box {
    width: 100%;
  }
}

.yggs .lunbox .swiper-slide .txt-box {
  width: 635px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .yggs .lunbox .swiper-slide .txt-box {
    width: 100%;
    align-items: flex-start;
  }
}

@media (max-width: 1200px) {
  .yggs .lunbox .swiper-slide .txt-box .nr {
    margin-bottom: 15px;
  }
}

.yggs .lunbox .swiper-slide .txt-box .nr h5 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .yggs .lunbox .swiper-slide .txt-box .nr h5 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 15px;
    line-height: 18px;
  }
}

.yggs .lunbox .swiper-slide .txt-box .nr p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}

@media (max-width: 1200px) {
  .yggs .lunbox .swiper-slide .txt-box .nr p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    line-height: 1.5em;
  }
}

@media (max-width: 1200px) {
  .yggs .lunbox .swiper-slide .txt-box .nr p a {
    color: #0082fc;
  }
}

.yggs .lunbox .swiper-slide .txt-box .rwbox {
  display: flex;
  align-items: center;
}

.yggs .lunbox .swiper-slide .txt-box .rwbox .tx {
  margin-right: 15px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.yggs .lunbox .swiper-slide .txt-box .rwbox p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22p;
}

.yggs .lunbox .swiper-slide .txt-box .rwbox span {
  font-size: 12px;
  font-weight: 400;
  color: #8496ab;
  line-height: 20px;
}

.yggs .lunbox .swiper-button-prev,
.yggs .lunbox .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #eef3fa;
  border-radius: 50%;
  left: auto;
  top: auto;
  bottom: 10px;
  background-size: 13px;
  background-color: #fff;
}

@media (max-width: 1200px) {

  .yggs .lunbox .swiper-button-prev,
  .yggs .lunbox .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}

.yggs .lunbox .swiper-button-prev {
  right: 80px;
}

.yggs .lunbox .swiper-button-next {
  right: 0;
}

.footer {
  padding: 35px 0;
  background-color: #1e2b47;
}

.footer .box12 {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1200px) {
  .footer .box12 {
    flex-wrap: wrap;
  }
}

.footer .box12 .fa {
  width: 490px;
  min-height: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {
  .footer .box12 .fa {
    width: 100%;
    min-height: auto;
    border-right: none;
    display: none;
  }
}

.footer .box12 .fa img {
  height: 35px;
  margin-bottom: 8px;
}

.footer .box12 .fa p {
  margin: 4px 0;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

@media (max-width: 1200px) {
  .footer .box12 .fa p {
    font-size: 12px;
    height: auto;
  }
}

.footer .box12 .fb {
  width: 204px;
  height: 100px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .footer .box12 .fb {
    width: 50%;
    border-right: none;
  }
}

.footer .box12 .fb p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 22px;
  margin-bottom: 10px;
}

.footer .box12 .fb a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
}

.footer .box12 .fd {
  width: 270px;
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .footer .box12 .fd {
    width: 100%;
  }
}

.footer .box12 .fd p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  line-height: 22px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .footer .box12 .fd p br {
    display: none;
  }
}

.nrbox {
  background-color: #fff;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .nrbox {
    background: transparent;
  }
}

@media (max-width: 1200px) {
  .zplist {
    padding: 0;
  }
}

.zplist .fltitle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e8f2ff;
}

@media (max-width: 1200px) {
  .zplist .fltitle {
    background-color: #fff;
    justify-content: space-around;
  }
}

.zplist .fltitle a {
  margin: 0 50px;
  line-height: 70px;
}

@media (max-width: 1200px) {
  .zplist .fltitle a {
    line-height: 50px;
    margin: 0;
  }
}

.zplist .fltitle a.on {
  font-size: 20px;
  font-weight: 500;
  color: #0082fc;
  position: relative;
}

@media (max-width: 1200px) {
  .zplist .fltitle a.on {
    font-size: 16px;
  }
}

.zplist .fltitle a.on:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #0082fc;
  position: absolute;
  bottom: -1px;
  width: 90%;
  left: 5%;
}

.zplist .zybox {
  padding: 0px 40px 1px;
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .zplist .zybox {
    background-color: #fff;
    margin-top: 12px;
    padding: 0;
    margin-bottom: 0;
  }
}

.zplist .zybox>li {
  display: flex;
  align-items: unset;
  margin-bottom: 40px;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .zplist .zybox>li {
    display: block;
    margin-bottom: 0;
  }
}

.zplist .zybox>li .bt {
  width: 180px;
  text-align: right;
  padding-right: 20px;
  padding-top: 15px;
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  border-right: 2px solid #0082fc;
}

@media (max-width: 1200px) {
  .zplist .zybox>li .bt {
    width: 100%;
    padding: 15px 5%;
    text-align: left;
    font-size: 20px;
    border-bottom: 2px solid #0082fc;
    border-right: none;
  }
}

.zplist .zybox>li .box {
  width: 920px;
  padding-left: 20px;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .zplist .zybox>li .box {
    width: 100%;
    padding: 0 5%;
  }
}

.zplist .zybox>li .box ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zplist .zybox>li .box ul .item {
  padding: 30px;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
}

@media (max-width: 1200px) {
  .zplist .zybox>li .box ul .item {
    padding: 20px 0;
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #e3e3e3;
  }
}

.zplist .zybox>li .box ul .item .zwtitle {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.zplist .zybox>li .box ul .item .zwtitle p {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .zplist .zybox>li .box ul .item .zwtitle p {
    font-size: 16px;
    margin-right: 10px;
    line-height: 16px;
  }
}

.zplist .zybox>li .box ul .item .zwtitle span {
  width: 114px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #0082fc;
  font-size: 14px;
  /*font-weight: 200;*/
  color: #0082fc;
  line-height: 24px;
  text-align: center;
}

.zplist .zybox>li .box ul .item .zwms {
  display: flex;
  align-items: center;
}

.zplist .zybox>li .box ul .item .zwms span {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}

@media (max-width: 1200px) {
  .zplist .zybox>li .box ul .item .zwms span {
    font-size: 14px;
    line-height: 30px;
  }
}

.zplist .zybox>li:nth-of-type(2) .bt {
  border-right: 2px solid #28c346;
}

@media (max-width: 1200px) {
  .zplist .zybox>li:nth-of-type(2) .bt {
    border-right: none;
  }
}

.zplist .zybox>li:nth-of-type(3) .bt {
  border-right: 2px solid #ffc54b;
}

@media (max-width: 1200px) {
  .zplist .zybox>li:nth-of-type(3) .bt {
    border-right: none;
  }
}

.zplist .zybox>li:nth-of-type(4) .bt {
  border-right: 2px solid #0082fc;
}

@media (max-width: 1200px) {
  .zplist .zybox>li:nth-of-type(4) .bt {
    border-right: none;
  }
}

.zplist .zybox>li:nth-of-type(5) .bt {
  border-right: 2px solid #28c346;
}

@media (max-width: 1200px) {
  .zplist .zybox>li:nth-of-type(5) .bt {
    border-right: none;
  }
}


.zplist .zybox>li:nth-of-type(6) .bt {
  border-right: 2px solid #ff4b4b;
}

@media (max-width: 1200px) {
  .zplist .zybox>li:nth-of-type(6) .bt {
    border-right: none;
  }
}





@media (max-width: 1200px) {
  .zplist .zybox.hyrc .bt {
    display: none;
  }
}

.zplist .zybox.hyrc .bt a {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

@media (max-width: 1200px) {
  .zplist .zybox.hyrc .box {
    padding: 0;
  }
}

.zplist .zybox.hyrc .box h5 {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  line-height: 33px;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .zplist .zybox.hyrc .box h5 {
    font-size: 24px;
    padding: 0 5%;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    line-height: 33px;
    padding-bottom: 15px;
    padding-top: 20px;
    border-bottom: 1px solid #0082fc;
  }
}

.zplist .zybox.hyrc .box ul {
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .zplist .zybox.hyrc .box ul {
    padding: 0 5%;
    margin-bottom: 0;
  }
}

.zplist .zybox.hyrc .box ul:last-of-type {
  margin-bottom: 0;
}

.zplist .wtbox {
  padding: 0 40px 40px;
  margin-bottom: 100px;
}

@media (max-width: 1200px) {
  .zplist .wtbox {
    padding: 0 5%;
    background: #fff;
    margin-bottom: 0;
    margin-top: 12px;
  }
}

.zplist .wtbox .wtjs {
  margin-bottom: 40px;
  padding-top: 40px;
}

@media (max-width: 1200px) {
  .zplist .wtbox .wtjs {
    display: none;
  }
}

.zplist .wtbox .wtjs h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 26px;
  margin-bottom: 15px;
}

.zplist .wtbox .wtjs p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}

.zplist .wtbox .wtlist {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zplist .wtbox .wtlist li {
  width: 32.5%;
  border-radius: 8px;
  margin-bottom: 15px;
  border: 1px solid #e3e3e3;
  padding: 30px;
  min-height: 248px;
}

@media (max-width: 1200px) {
  .zplist .wtbox .wtlist li {
    width: 100%;
    border-radius: 8px;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0;
    min-height: auto;
    margin-bottom: 0;
  }
}

.zplist .wtbox .wtlist li .wen {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  display: flex;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .zplist .wtbox .wtlist li .wen {
    font-size: 16px;
    line-height: 16px;
  }
}

.zplist .wtbox .wtlist li .da {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  display: flex;
}

@media (max-width: 1200px) {
  .zplist .wtbox .wtlist li .da {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .rczfr {
    margin-top: 12px;
    padding: 0;
  }
}
.rczfr .rclist{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rczfr .rclist .item {
  display: flex;
  align-items: unset;
  justify-content: space-between;
  margin-bottom: 60px;
  width: 48.5%;
  border: 1px solid rgb(235,235,235);
  border-radius: 10px;
  padding: 20px 25px 20px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .rczfr .rclist .item {
    width: 100%;
    padding: 30px 5%;
    display: block;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #e6f0ff;
    border-radius: 0;
  }
}

.rczfr .rclist .item .img-box {
  width: 470px;
}

@media (max-width: 1200px) {
  .rczfr .rclist .item .img-box {
    width: 100%;
  }
}

.rczfr .rclist .item .txt-box {
  width: 635px;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .rczfr .rclist .item .txt-box {
    width: 100%;
    padding: 10px 0 0;
  }
}

@media (max-width: 1200px) {
  .rczfr .rclist .item .txt-box .nr {
    margin-bottom: 10px;
  }
}

.rczfr .rclist .item .txt-box .nr h5 {
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-bottom: 30px;
}

@media (max-width: 1200px) {
  .rczfr .rclist .item .txt-box .nr h5 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 10px;
    line-height: 18px;
  }
}

.rczfr .rclist .item .txt-box .nr p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}

@media (max-width: 1200px) {
  .rczfr .rclist .item .txt-box .nr p {
    font-size: 14px;
    line-height: 1.5em;
  }
}

.rczfr .rclist .item .txt-box .nr p a {
  color: #0082fc;
  font-size: 16px;
}

@media (max-width: 1200px) {
  .rczfr .rclist .item .txt-box .nr p a {
    font-size: 14px;
  }
}

.rczfr .rclist .item .txt-box .rwbox {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.rczfr .rclist .item .txt-box .rwbox .tx {
  margin-right: 15px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.rczfr .rclist .item .txt-box .rwbox p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22p;
}

.rczfr .rclist .item .txt-box .rwbox span {
  font-size: 12px;
  font-weight: 400;
  color: #8496ab;
  line-height: 20px;
}

.zpdetail {
  padding: 100px 100px 120px;
}

@media (max-width: 1200px) {
  .zpdetail {
    padding: 0 5%;
    margin-bottom: 20px;
  }
}

.zpdetail h4 {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .zpdetail h4 {
    margin-bottom: 15px;
  }
}

.zpdetail .zwlist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.zpdetail .zwlist span {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  padding: 0 12px;
  border-left: 1px solid #e1e7f0;
}

@media (max-width: 1200px) {
  .zpdetail .zwlist span {
    font-size: 14px;
    padding: 0 6px;
  }
}

.zpdetail .zwlist span:first-of-type {
  padding-left: 0;
  border-left: none;
}

.zpdetail .zzbox {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .zpdetail .zzbox {
    margin-bottom: 20px;
  }
}

.zpdetail .zzbox h5 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .zpdetail .zzbox h5 {
    margin-top: 20px;
  }
}

.zpdetail .zzbox p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .zpdetail .tdbox {
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    left: 0;
    border-top: 1px solid #e6f0ff;
    background-color: #fff;
  }
}

.zpdetail .tdbox .fx {
  display: none;
}

@media (max-width: 1200px) {
  .zpdetail .tdbox .fx {
    display: block;
    width: 45%;
    height: 40px;
    border-radius: 16px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    color: #617288;
  }
}

.zpdetail .tdbox .td {
  display: block;
  width: 240px;
  height: 40px;
  background: #0082fc;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .zpdetail .tdbox .td {
    width: 45%;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    background: #0082fc;
    border-radius: 16px;
    border: 1px solid #0082fc;
    color: #fff;
  }
}

.zpdetail .xgtjlist {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .zpdetail .xgtjlist {
    display: none;
  }
}

.zpdetail .xgtjlist .item {
  padding: 30px;
  width: 440px;
  border-radius: 8px;
  margin-bottom: 15px;
  margin-right: 15px;
  border: 1px solid #e3e3e3;
}

.zpdetail .xgtjlist .item .zwtitle {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.zpdetail .xgtjlist .item .zwtitle p {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 26px;
  margin-right: 15px;
}

.zpdetail .xgtjlist .item .zwtitle span {
  width: 44px;
  height: 20px;
  border-radius: 11px;
  border: 1px solid #0082fc;
  font-size: 12px;
  font-weight: 400;
  color: #0082fc;
  line-height: 18px;
  text-align: center;
}

.zpdetail .xgtjlist .item .zwms {
  display: flex;
  align-items: center;
}

.zpdetail .xgtjlist .item .zwms span {
  font-size: 16px;
  margin-right: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
}

.video-box {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1100;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: none;
  opacity: 1;
  background-color: rgba(0, 20, 40, 0.9);
}

.video-box.on {
  display: block;
}

.video-box .video {
  width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .video-box .video {
    width: 95%;
  }
}

.video-box .video .close {
  font-size: 46px;
  line-height: 0.5;
  position: absolute;
  top: -50px;
  right: 0;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}



@-webkit-keyframes jump {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes jump {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(20%)
  }

  to {
    transform: translateY(0)
  }
}

.click_down {
  position: absolute;
  z-index: 9;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}

.click_down img {
  width: 18px;
  -webkit-animation: jump 1s infinite;
  animation: jump 1s infinite;
}

.click_down:after {
  content: "";
  display: block;
  position: relative;
  height: 36px;
  border-left: 1px dashed #fff;
  top: 17px;
  left: 50%;

}
@media (max-width: 1200px) {
  .click_down{
    display: none;
  }
}