@charset "UTF-8";

.zhny-warp {
  width: 100%;
}

.zhny-one {
  width: 100%;
  overflow: hidden;
  height: auto;
  padding-top: 80px;
}

@media screen and (max-width: 1200px) {
  .zhny-one {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 1700px) {
  .zhny-one {
    height: auto;
    background-size: 100% 100% !important;
    padding-top: 50px;
  }
}

@media screen and (max-width: 1700px) and (max-width: 1024px) {
  .zhny-one {
    padding: 20px 0;
  }
}

.zhny-one-t {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 1024px) {
  .zhny-one-t {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.zhny-one-t .zhny-one-tl {
  width: 50%;
  margin-bottom: 90px;
  /*padding: 0 60px;*/
      overflow: hidden;
    height: 375px;
    padding-left: 60px;
    padding-right: 30px;
}
.zhny-one-t:nth-of-type(2n) .zhny-one-tl{

    padding-left: 30px;
    padding-right: 60px;
}
.zhny-one-t:nth-of-type(2n) .zhny-one-tr{

    padding-left: 60px;
    padding-right: 30px;
}
@media screen and (max-width: 1400px) {
  .zhny-one-t .zhny-one-tl {
    margin-bottom: 20px;
    height: 420px;
  }
}

@media screen and (max-width: 1024px) {
  .zhny-one-t .zhny-one-tl {
    width: 100%;
    height: auto;
    padding: 0 15px;
  }
}

.zhny-one-t .zhny-one-tl img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .zhny-one-t .zhny-one-tl img {
    height: auto;
  }
}

.zhny-one-t .zhny-one-tl:hover img {
  filter: grayscale(10%);
  opacity: 0.77;
}

.zhny-one-t .zhny-one-tr {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0 60px 0 30px;
}

@media screen and (max-width: 1400px) {
  .zhny-one-t .zhny-one-tr {
    height: 420px;
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .zhny-one-t .zhny-one-tr {
    width: 100%;
    height: auto;
    padding: 0 15px;
  }
}

.zhny-one-t .zhny-one-tr p {
  width: 85px;
  height: 85px;
  border: 1px solid #ab6325;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 85px;
}

@media screen and (max-width: 1024px) {
  .zhny-one-t .zhny-one-tr p {
    display: none;
  }
}

.zhny-one-t .zhny-one-tr p i {
  font-size: 33px;
}

.zhny-one-t .zhny-one-tr h6 {
  margin: 30px 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  font-family: "思源黑体 CN";
}

@media screen and (max-width: 1024px) {
  .zhny-one-t .zhny-one-tr h6 {
    margin: 15px 0;
    font-size: 14px;
  }
}

.zhny-one-t .zhny-one-tr span {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

@media screen and (max-width: 1400px) {
  .zhny-one-t .zhny-one-tr span {
    font-size: 14px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .zhny-one-t .zhny-one-tr span {
    font-size: 12px;
    line-height: 22px;
  }
}

.zhny-one-t .zhny-one-tr strong {
  margin-top: 25px;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  font-family: "思源黑体 CN";
  display: block;
}

@media screen and (max-width: 1024px) {
  .zhny-one-t .zhny-one-tr strong {
    margin-top: 10px;
    font-size: 12px;
  }
}

.zhny-one-t .zhny-one-tr strong a::before {
  content: "——";
  margin-right: 10px;
}

.zhny-one-t .zhny-one-tr strong a::after {
  content: ">";
  margin-left: 10px;
}

.zhny-one-t .zhny-one-tr strong:hover {
  color: #ab6325;
}

.zhny-one-t:hover .zhny-one-tr p {
  animation: moveee linear 1.6s infinite;
  -moz-animation: moveee linear 1.6s infinite;
  -o-animation: moveee linear 1.6s infinite;
  -ms-animation: moveee linear 1.6s infinite;
  -webkit-animation: moveee linear 1.6s infinite;
}

.zhny-one-t:hover .zhny-one-tr i {
  display: block;
  animation: movee linear 1.6s infinite;
  -moz-animation: movee linear 1.6s infinite;
  -o-animation: movee linear 1.6s infinite;
  -ms-animation: movee linear 1.6s infinite;
  -webkit-animation: movee linear 1.6s infinite;
}

@keyframes movee {
  0% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(360deg);
  }
}

@keyframes moveee {
  0% {
    border: 1px solid #ab6325;
  }

  50% {
    border: 1px solid #f4f4f4;
  }

  100% {
    border: 1px solid #ab6325;
  }
}

.zhny-one-b {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .zhny-one-b {
    flex-direction: column;
  }
}

.xtjc-warp {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 100px 0;
}

@media screen and (max-width: 1200px) {
  .xtjc-warp {
    padding: 100px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .xtjc-warp {
    padding: 30px 0;
  }
}

.xtjc-warp .xtjc-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con {
    flex-direction: column;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-l h5 {
  color: #333333;
  font-size: 36px;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-l h5 {
    font-size: 18px;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-l ul {
  border-left: 1px solid #cccccc;
  margin: 40px 0;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-l ul {
    margin: 20px 0;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-l ul li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 30px;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-l ul li {
    margin-bottom: 10px;
    padding: 0 15px 0 30px;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-l ul li a p {
  font-size: 18px;
  color: #335c9b;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-l ul li a p {
    font-size: 13px;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-l ul li a span {
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-l ul li a span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-l ul li:hover span {
  color: #335c9b;
  font-weight: bold;
}

.xtjc-warp .xtjc-con .xtjc-con-l ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #335c9b;
  position: absolute;
  left: -11px;
  top: 0;
  background: #ffffff;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-l ul li::after {
    left: 2px;
    width: 15px;
    height: 15px;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-l ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #335c9b;
  position: absolute;
  left: -6px;
  top: 5px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-l ul li::before {
    left: 7px;
    width: 5px;
    height: 5px;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-r {
  width: 455px;
  height: 630px;
  margin-left: 50px;
}

@media screen and (max-width: 1024px) {
  .xtjc-warp .xtjc-con .xtjc-con-r {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    height: auto;
  }
}

.xtjc-warp .xtjc-con .xtjc-con-r img {
  width: 100%;
  height: 100%;
}

.jjfa-warp {
  background: url("../images/zhny-con-bg2_08.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 100px 0;
}

@media screen and (max-width: 1200px) {
  .jjfa-warp {
    padding: 100px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .jjfa-warp {
    padding: 25px 15px;
  }
}

.jjfa-warp .jjfa-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.jjfa-warp .jjfa-con .jjfa-con-t {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con .jjfa-con-t {
    margin-bottom: 20px;
  }
}

.jjfa-warp .jjfa-con .jjfa-con-t h5 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con .jjfa-con-t h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.jjfa-warp .jjfa-con .jjfa-con-t span {
  font-size: 16px;
  color: #ffffff;
  font-family: "思源黑体 CN";
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con .jjfa-con-t span {
    font-size: 12px;
  }
}

.jjfa-warp .jjfa-con-b {
  overflow: hidden;
}

.jjfa-warp .jjfa-con-b ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con-b ul {
    flex-flow: wrap;
  }
}

.jjfa-warp .jjfa-con-b ul li {
  width: 230px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con-b ul li {
    width: 49%;
  }
}

.jjfa-warp .jjfa-con-b ul li p {
  width: 100%;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 25px;
  margin-bottom: 20px;
  transition: 2s;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con-b ul li p {
    padding: 5px;
    height: 125px;
    margin-bottom: 10px;
  }
}

.jjfa-warp .jjfa-con-b ul li p i {
  font-size: 88px;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con-b ul li p i {
    font-size: 22px;
  }
}

.jjfa-warp .jjfa-con-b ul li p strong {
  font-size: 22px;
  font-weight: normal;
  font-family: "思源黑体 CN";
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con-b ul li p strong {
    font-size: 14px;
  }
}

.jjfa-warp .jjfa-con-b ul li span {
  font-size: 14px;
  color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .jjfa-warp .jjfa-con-b ul li span {
    font-size: 12px;
  }
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(1) p {
  animation: move 1.5s linear 1s infinite;
  -moz-animation: move 1.5s linear 1s infinite;
  -o-animation: move 1.5s linear 1s infinite;
  -ms-animation: move 1.5s linear 1s infinite;
  -webkit-animation: move 1.5s linear 1s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(1) p i {
  animation: cols 1.5s linear 1s infinite;
  -moz-animation: cols 1.5s linear 1s infinite;
  -o-animation: cols 1.5s linear 1s infinite;
  -ms-animation: cols 1.5s linear 1s infinite;
  -webkit-animation: cols 1.5s linear 1s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(1) p strong {
  animation: cols 1.5s linear 1s infinite;
  -moz-animation: cols 1.5s linear 1s infinite;
  -o-animation: cols 1.5s linear 1s infinite;
  -ms-animation: cols 1.5s linear 1s infinite;
  -webkit-animation: cols 1.5s linear 1s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(2) p {
  animation: move 1.5s linear 1.3s infinite;
  -moz-animation: move 1.5s linear 1.3s infinite;
  -o-animation: move 1.5s linear 1.3s infinite;
  -ms-animation: move 1.5s linear 1.3s infinite;
  -webkit-animation: move 1.5s linear 1.3s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(2) p i {
  animation: cols 1.5s linear 1.3s infinite;
  -moz-animation: cols 1.5s linear 1.3s infinite;
  -o-animation: cols 1.5s linear 1.3s infinite;
  -ms-animation: cols 1.5s linear 1.3s infinite;
  -webkit-animation: cols 1.5s linear 1.3s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(2) p strong {
  animation: cols 1.5s linear 1s infinite;
  -moz-animation: cols 1.5s linear 1.3s infinite;
  -o-animation: cols 1.5s linear 1.3s infinite;
  -ms-animation: cols 1.5s linear 1.3s infinite;
  -webkit-animation: cols 1.5s linear 1.3s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(3) p {
  animation: move 1.5s linear 1.6s infinite;
  -moz-animation: move 1.5s linear 1.6s infinite;
  -o-animation: move 1.5s linear 1.6s infinite;
  -ms-animation: move 1.5s linear 1.6s infinite;
  -webkit-animation: move 1.5s linear 1.6s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(3) p i {
  animation: cols 1.5s linear 1.6s infinite;
  -moz-animation: cols 1.5s linear 1.6s infinite;
  -o-animation: cols 1.5s linear 1.6s infinite;
  -ms-animation: cols 1.5s linear 1.6s infinite;
  -webkit-animation: cols 1.5s linear 1.6s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(3) p strong {
  animation: cols 1.5s linear 1.6s infinite;
  -moz-animation: cols 1.5s linear 1.6s infinite;
  -o-animation: cols 1.5s linear 1.6s infinite;
  -ms-animation: cols 1.5s linear 1.6s infinite;
  -webkit-animation: cols 1.5s linear 1.6s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(4) p {
  animation: move 1.5s linear 1.9 infinite;
  -moz-animation: move 1.5s linear 1.9s infinite;
  -o-animation: move 1.5s linear 1.9s infinite;
  -ms-animation: move 1.5s linear 1.9s infinite;
  -webkit-animation: move 1.5s linear 1.9s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(4) p i {
  animation: cols 1.5s linear 1.9s infinite;
  -moz-animation: cols 1.5s linear 1.9s infinite;
  -o-animation: cols 1.5s linear 1.9s infinite;
  -ms-animation: cols 1.5s linear 1.9s infinite;
  -webkit-animation: cols 1.5s linear 1.9s infinite;
}

.jjfa-warp .jjfa-con-b ul li:nth-of-type(4) p strong {
  animation: cols 1.5s linear 1.9s infinite;
  -moz-animation: cols 1.5s linear 1.9s infinite;
  -o-animation: cols 1.5s linear 1.9s infinite;
  -ms-animation: cols 1.5s linear 1.9s infinite;
  -webkit-animation: cols 1.5s linear 1.9s infinite;
}

@keyframes move {
  0% {
    border: 1px solid #ffffff;
  }

  50% {
    border: 1px solid #666666;
  }

  100% {
    border: 1px solid #ffffff;
  }
}

@keyframes cols {
  0% {
    color: #ffffff;
  }

  50% {
    color: #cccccc;
  }

  100% {
    color: #ffffff;
  }
}

.xmal-bg {
  width: 100%;
  height: 805px;
  background: url("../images/zhny-banner4bg_02.jpg") no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 1024px) {
  .xmal-bg {
    height: auto;
  }
}

.xmal-list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .xmal-list {
    padding: 0 15px;
  }
}

.xmal-list ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .xmal-list ul {
    flex-direction: column;
  }
}

.xmal-list ul li {
  display: flex;
  width: 375px;
  height: 435px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .xmal-list ul li {
    width: 33%;
  }
}

@media screen and (max-width: 768px) {
  .xmal-list ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}

.xmal-list ul li .xmal_im {
  width: 100%;
}

.xmal-list ul li .xmal_im img {
  width: 100%;
  transition: all 2s;
  -o-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}

.xmal_con {
  display: flex;
  height: 155px;
  flex-direction: column;
  background: #ffffff;
  position: relative;
  padding: 0 20px;
}

.xmal_con span {
  line-height: 35px;
  height: 70px;
  font-size: 14px;
  color: #939393;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.xmal_con p {
  color: #939393;
  background: #ffffff;
  padding: 0 10px;
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: -30px;
  left: 0;
  display: inline;
}

.xmal_con h5 {
  line-height: 65px;
  height: 65px;
  font-size: 16px;
  color: #3a3a3a;
  border-bottom: 1px solid #dbdbdb;
  position: relative;
}

.xmal_con h5::after {
  content: "";
  width: 0;
  height: 1px;
  border-bottom: 1px solid #004ea1;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 1s;
}

.xmal-list ul li:hover .xmal_con h5::after {
  width: 100%;
}

.xmal_im {
  transform-style: preserve-3d;
}

.xmal-list ul li:hover .xmal_im img {
  transform: scale(1.2);
  transition: all 1s;
}

.ywbk-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ywbk-con-l {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 70px 0;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .ywbk-con-l {
    padding: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .ywbk-con-l {
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.ywbk-tit-r p {
  padding: 10px;
  border-bottom: 2px solid #004ea1;
}

.ywbk-tit-r p {
  padding: 10px;
  font-size: 16px;
  color: #1d1d1d;
  border-bottom: 2px solid #004ea1;
}

.ywbk-tit-r:hover p {
  font-weight: bold;
}

.xmal_tit {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .xmal_tit {
    width: 100%;
  }
}

.xmal_tit h5 span {
  font-size: 36px;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .xmal_tit h5 span {
    font-size: 18px;
  }
}

.xmal_tit h5 p {
  font-size: 16px;
  margin-top: 25px;
  color: #3a3a3a;
  line-height: 30px;
}

@media screen and (max-width: 1024px) {
  .xmal_tit h5 p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
  }
}

.xmal-list ul li:hover .xmal_con span {
  color: #004ea1;
}