@font-face {
  font-family: 'FZZY_GBK';
  src: url('../fonts/FZZYK--GBK1-0.eot');
  src: url('../fonts/FZZYK--GBK1-0.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FZZY_GBK.woff2') format('woff2'),
    url('../fonts/FZZY_GBK.woff') format('woff'),
    url('../fonts/FZZY_GBK.ttf') format('truetype'),
    url('../fonts/FZZYK--GBK1-0.svg#goudy_old_stylebold') format('svg');
  font-weight: normal;
  font-style: normal;
}

.banner {
  position: relative;
  z-index: 1;
}

.bannerJzPic {
  padding-bottom: 47.25%;
}

.bannertxt {
  position: absolute;
  left: 0;
  bottom: 7rem;
  text-align: center;
  width: 100%;
}

.bannertxt h2 {
  font-size: 6rem;
}

.bannertxt .gp-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bannertxt .jz_link {
  padding: 15px 50px;
  border-radius: 50px;
  background-color: #0054a6;
}

.main-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-title .title-box {
  display: flex;
  align-items: center;
}

.main-title .left a {
  padding-right: 3rem;
  font-weight: 400;
  font-family: 'FZZY_GBK';
}

.main-title .left p a {
  line-height: 1.2;
  color: #999999;
  font-family: 'Bookman Old Style';
}

.main-title .left p {
  margin-top: .7rem;
  text-align: center;
}

.main-title .right a {
  padding: 2rem 0;
  padding-left: 3rem;
  border-left: 1px solid #e5e5e5;
  color: #cfa972;
}

@media screen and (max-width: 997px) {
  .main-title {
    justify-content: center;
    margin-left: 0;
  }

  .bannertxt h2 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .bannertxt h2 {
    font-size: 3rem;
  }

  .bannertxt {
    bottom: 5rem;
  }
}

@media screen and (max-width: 480px) {
  .bannertxt {
    bottom: 2rem;
  }
}

/* 捐赠回馈 */
.jzhk-mode1 {
  padding: 7rem 0 8rem;
}

.jzhk-mode1 .main-title {
  margin-bottom: 5rem;
}

.jzhk-mode1 .tab-title-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 4rem;
}

.jzhk-mode1 .tab-title-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22.7rem;
  height: 22.7rem;
  text-align: center;
  border-radius: 50%;
  border: 1px dashed transparent;
  transition: all .3s ease-in-out;
  background: transparent;
}

.jzhk-mode1 .tab-title-list li.on {
  border: 1px dashed #4d86b2;
  background: url('../images/jzhk_item_bg.png') no-repeat center/100% 100%;

}

.jzhk-mode1 .tab-title-list li .text {
  margin-top: 3rem;
  color: #333;
}

.jzhk-mode1 .tab-title-list li img {
  width: 9rem;
  height: 9rem;
}

.jzhk-mode1 .tab-title-list li.on .text {
  color: #153261;
}

.jzhk-mode1 .tab-title-list li.on img {
  animation: moveX 1s ease-in-out;
}

@keyframes moveX {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.jzhk-mode1 .tab-content-box .tab-item {
  display: none;
}

.jzhk-mode1 .tab-content-box .tab-item.on {
  display: block;
}

.jzhk-mode1 .tab-content-box li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.jzhk-mode1 .tab-content-box li dd {
  width: calc(33% - 20px);
}

.jzhk-mode1 .tab-content-box li dd .img {
  position: relative;
  width: 100%;
}

.jzhk-mode1 .tab-content-box li dd .img .gp-img-responsive {
  padding-bottom: 56.42%;
}

.jzhk-mode1 .tab-content-box li dd .img .img-text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 3rem 0;
  transition: all .3s ease-in-out;

  /* 兼容性写法 */
  background: -webkit-linear-gradient(left,
      transparent 0%,
      rgba(21, 50, 97, 0.8) 50%,
      transparent 100%);
  background: -moz-linear-gradient(left,
      transparent 0%,
      rgba(21, 50, 97, 0.8) 50%,
      transparent 100%);
  background: -o-linear-gradient(left,
      transparent 0%,
      rgba(21, 50, 97, 0.8) 50%,
      transparent 100%);
  background: linear-gradient(to right,
      transparent 0%,
      rgba(21, 50, 97, 0.8) 50%,
      transparent 100%);
}

.jzhk-mode1 .tab-content-box li dd .but-group {
  display: flex;
  align-items: center;
}

.jzhk-mode1 .tab-content-box li dd .but-group a {
  position: relative;
  display: block;
  width: 50%;
  background-color: #fff;
  color: #153261;
  box-sizing: border-box;
  text-align: center;
  padding: 2rem 0;
  transition: all .3s ease-in-out;

}

.jzhk-mode1 .tab-content-box li dd .but-group a:last-child {
  border-left: 1px solid #f5f6f7;
}

.jzhk-mode1 .tab-content-box li dd .but-group a:hover {
  background-color: #cea972;
  color: #fff;
}

.jzhk-mode1 .tab-content-box li dd .but-group a::after {
  content: '';
  position: absolute;
  top: -1rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1rem;
  background-color: transparent;
  transition: all .3s ease-in-out;

}

.jzhk-mode1 .tab-content-box li dd .but-group a:hover::after {
  background-color: #cea972;
}

.jzhk-mode1 .tab-content-box li dd:hover .img .img-text {
  background: rgba(207, 169, 114, 0.7);
}

.jzhk-mode2 {
  position: relative;
}

.jzhk-mode2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 58%;
  height: 100%;
  background-color: #fff
}

.jzhk-mode2 .gp-container {
  padding-top: 8rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 5;
}

.jzhk-mode2 .left-swiper-text .main-title {
  margin-bottom: 4rem;
  display: flex;
  justify-content: flex-start;
}

.jzhk-mode2>.main-title {
  display: none;
}

.jzhk-mode2 .main-title .left p {
  text-align: left;
}

.jzhk-mode2 .more a {
  color: #cfa972;
}

.jzhk-mode2 .left-swiper-text {
  width: 42%;
}

.jzhk-mode2 .left-swiper-text .news-list {
  margin-bottom: 5.5rem;
}

.jzhk-mode2 .left-swiper-text .news-list li {
  margin-bottom: 4rem;
}

.jzhk-mode2 .left-swiper-text .news-list li:last-child {
  margin-bottom: 0;
}

.jzhk-mode2 .left-swiper-text p {
  line-height: 3rem;
  transition: all .3s ease-in-out;
}

.jzhk-mode2 .left-swiper-text .date {
  display: flex;
  align-items: center;
  color: #999;
  margin-top: 2rem;
}

.jzhk-mode2 .left-swiper-text .icon {
  width: 14px;
  height: 14px;
  background: url('../images/shijian.png') no-repeat center/100% 100%;
  transition: all .3s ease-in-out;
}

.jzhk-mode2 .left-swiper-text .time {
  margin: 0 2rem 0 1rem;
  transition: all .3s ease-in-out;
}

.jzhk-mode2 .left-swiper-text .line {
  flex: 1;
  height: 1px;
  background-color: #e5e5e5;
  transition: all .3s ease-in-out;
}

.jzhk-mode2 .left-swiper-text li.on p {
  color: #153261;
}

.jzhk-mode2 .left-swiper-text li.on .icon {
  background: url('../images/shijian_on.png') no-repeat center/100% 100%;
}

.jzhk-mode2 .left-swiper-text li.on .time {
  color: #153261;
}

.jzhk-mode2 .left-swiper-text li.on .line {
  background-color: #153261;
}

.jzhk-mode2 .right-swiper-box {
  position: absolute;
  right: 0;
  top: 8rem;
  z-index: 10;
  width: 52.5%;
  height: calc(100% - 16rem);
}

.jzhk-mode2 .right-swiper-box .swiper-box {
  overflow: hidden;
  height: 100%;
}

.jzhk-mode2 .right-swiper-box .swiper-box .swiper-img {
  height: 100%;
}

.jzhk-mode2 .right-swiper-box .swiper-box .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jzhk-mode2 .swiper-but {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 20;
  display: flex;
}

.jzhk-mode2 .swiper-but .arrow-but {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  background-color: #fff;
}

.jzhk-mode2 .swiper-but .arrow-but::after {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  border-left: 3px solid #595959;
  border-top: 3px solid #595959;
  transition: all .3s ease-in-out;
}

.jzhk-mode2 .swiper-but .arrow-but.swiper-prev::after {
  transform: rotate(-45deg);
}

.jzhk-mode2 .swiper-but .arrow-but.swiper-next::after {
  transform: rotate(135deg);
}

.jzhk-mode2 .swiper-but .arrow-but:hover::after {
  border-color: #153261;
}

.jzhk-mode2 .swiper-but .arrow-but.swiper-prev:hover:after {
  transform: rotate(-45deg) scale(1.2);
}

.jzhk-mode2 .swiper-but .arrow-but.swiper-next:hover:after {
  transform: rotate(135deg) scale(1.2);
}

.jzhk-mode3 {
  padding: 8rem 0;
}

.jzhk-mode3 .main-title {
  margin-bottom: 4rem;
}

.jzhk-mode3 table {
  width: 100%;
}

.jzhk-mode3 table th {
  color: #153261;
  padding: 3rem 0;
  padding-left: 5rem;
  text-align: left;
  width: 20%;
  background-color: #e4e8f0;
}

.jzhk-mode3 table th:nth-child(1) {
  width: 60%;
}

.jzhk-mode3 table th:nth-child(n+2) {
  border-left: 1px solid #fff;
}

.jzhk-mode3 table td {
  width: 20%;
  padding: 3rem 0;
  background-color: #fff;
  padding-left: 5rem;
  border-bottom: 1px solid #e4e8f0;
  color: #153261;
}

.jzhk-mode3 table td:nth-child(1) {
  width: 60%;
}

.jzhk-mode3 table td:nth-child(n+2) {
  border-left: 1px solid #e4e8f0;
}

.jzhk-mode4 {
  background-color: #fff;
  padding: 6rem 0;
}

.jzhk-mode4 .main-title {
  margin-bottom: 4rem;
}

.jzhk-mode4 .zn-list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d2d2d2;
}

.jzhk-mode4 .zn-list .zn-item {
  position: relative;
  width: 25%;
  box-sizing: border-box;
  border-left: 1px solid #d2d2d2;
  transition: all .3s ease-in-out;
}

.jzhk-mode4 .zn-list .zn-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 80%;
  background-color: transparent;
  transition: all .3s ease-in-out;
}

.jzhk-mode4 .zn-list .zn-item a {
  display: flex;
  flex-direction: column;
  padding: 4rem 5rem;
}

.jzhk-mode4 .zn-list .zn-item:hover {
  border-color: transparent;
}

.jzhk-mode4 .zn-list .zn-item:hover a {
  color: #153261;
}

.jzhk-mode4 .zn-list .zn-item:hover::after {
  background-color: #153261;
}

.jzhk-mode4 .zn-list .zn-item .icon {
  margin-bottom: 4rem;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(1) .icon {
  width: 5.8rem;
  height: 4.8rem;
  background: url('../images/jzhk_icon1.png') no-repeat center/100% 100%;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(2) .icon {
  width: 5.4rem;
  height: 4.4rem;
  background: url('../images/jzhk_icon2.png') no-repeat center/100% 100%;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(3) .icon {
  width: 6.4rem;
  height: 5.5rem;
  background: url('../images/jzhk_icon3.png') no-repeat center/100% 100%;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(4) .icon {
  width: 4.9rem;
  height: 4.9rem;
  background: url('../images/jzhk_icon4.png') no-repeat center/100% 100%;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(1):hover .icon {
  background: url('../images/jzhk_ac_icon1.png') no-repeat center/100% 100%;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(2):hover .icon {
  background: url('../images/jzhk_ac_icon2.png') no-repeat center/100% 100%;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(3):hover .icon {
  background: url('../images/jzhk_ac_icon3.png') no-repeat center/100% 100%;
}

.jzhk-mode4 .zn-list .zn-item:nth-child(4):hover .icon {
  background: url('../images/jzhk_ac_icon4.png') no-repeat center/100% 100%;
}

/* 系际合作 */
.xjhz-container .hd {
  overflow: hidden;
  position: relative;
  height: auto;
  margin: 0px auto 0px auto;
  background-color: #fff;
  padding: 1rem;
  border: 1rem solid #153261;
}

.xjhz-container .hd ul {
  position: relative;
  height: 291px;
  width: 495px;
  background: url("../images/sjdt.jpg") no-repeat;
  margin: 0 auto;
}

.xjhz-container .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  text-align: center;
}

.xjhz-container .hd .map_bmz {
  background: url("../images/map_bmz-1.png") no-repeat center/100% 100%;
  width: 223px;
  height: 181px;
  position: absolute;
  top: 0px;
  left: 0;
  line-height: 217px;
  text-align: center;
  display: block;
}

.xjhz-container .hd .map_nmz {
  background: url("../images/map_nmz.png") no-repeat center/100% 100%;
  width: 71px;
  height: 118px;
  position: absolute;
  top: 173px;
  left: 110px;
  line-height: 80px;
  display: block;
}

.xjhz-container .hd .map_oz {
  background: url("../images/map_oz.png") no-repeat center/100% 100%;
  width: 120px;
  height: 130px;
  position: absolute;
  top: 11px;
  left: 202px;
  line-height: 180px;
  display: block;
}

.xjhz-container .hd .map_yz {
  background: url("../images/ditu_yazhou.png") no-repeat center/100% 100%;
  width: 180px;
  height: 210px;
  position: absolute;
  top: 5px;
  left: 300px;
  line-height: 210px;
  display: block;
}

.xjhz-container .hd .map_dyz {
  background: url("../images/map_dyz.png") no-repeat center/100% 100%;
  width: 93px;
  height: 77px;
  position: absolute;
  top: 210px;
  left: 402px;
  line-height: 45px;
  text-align: left;
  display: block;
}

.xjhz-container .hd .map_fz {
  background: url("../images/map_fz.png") no-repeat center/100% 100%;
  width: 116px;
  height: 120px;
  position: absolute;
  top: 127px;
  left: 207px;
  line-height: 150px;
  display: block;
}

.xjhz-container .hd ul li.on>.map_bmz {
  background: url("../images/map_bmz2_2.png") no-repeat center/100% 100% !important;
  color: #ffffff;
}

.xjhz-container .hd ul li.on>.map_nmz {
  background: url("../images/map_nmz2.png") no-repeat center/100% 100% !important;
  color: #ffffff;
}

.xjhz-container .hd ul li.on>.map_oz {
  background: url("../images/map_oz2.png") no-repeat center/100% 100% !important;
  color: #ffffff;
}

.xjhz-container .hd ul li.on>.map_yz {
  background: url("../images/ditu_yazhou2.png") no-repeat center/100% 100% !important;
  color: #ffffff;
}

.xjhz-container .hd ul li.on>.map_dyz {
  background: url("../images/map_dyz2.png") no-repeat center/100% 100% !important;
  color: #ffffff;
}

.xjhz-container .hd ul li.on>.map_fz {
  background: url("../images/map_fz2.png") no-repeat center/100% 100% !important;
  color: #ffffff;
}

.xjhz-container .tab-content-box {
  margin-top: 5rem;
}

.xjhz-container .tab-content-box .tab-item {
  display: none;
}

.xjhz-container .tab-content-box .tab-item.on {
  display: block;
}

.xjhz-container .tab-content-box .title {
  display: flex;
  align-items: center;
  color: #153261;
  margin-bottom: 3rem;
}

.xjhz-container .tab-content-box .title .line {
  height: 1px;
  flex: 1;
  background-color: #153261;
  margin-left: 1.5rem;
}

.xjhz-container .tab-content-box dd {
  margin-bottom: 4rem;
}

.xjhz-container .tab-content-box dd:last-child {
  margin-bottom: 0;
}

.xjhz-container .tab-content-box dd .content {
  display: flex;

}

.xjhz-container .tab-content-box dd .content .img {
  width: 11rem;
  margin-right: 3rem;
}

.xjhz-container .tab-content-box dd .content .gp-img-responsive {
  padding-bottom: 70.90%;
}

.xjhz-container .tab-content-box dd .content .link-list {
  flex: 1;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
}

.xjhz-container .tab-content-box dd .content .link-list a {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  transition: all .3s ease-in-out;
}

.xjhz-container .tab-content-box dd .content .link-list a:hover {
  color: #153261;
  transform: translateX(15px);
}

.xjhz-container .tab-content-box dd .content .link-list a::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  margin-right: 1rem;
  background-color: #94070a;

}

.xjhz-container .tab-content-box dd .content .link-list a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 996px) {
  .jzhk-mode1 .tab-content-box li dd {
    width: calc(50% - 20px);
    margin-bottom: 2rem;
  }

  .jzhk-mode1 .tab-title-list li {
    width: 18rem;
    height: 18rem;
  }

  .jzhk-mode1 .tab-title-list li img {
    width: 6rem;
    height: 6rem;
  }

  .jzhk-mode1 .tab-title-list li .text {
    margin-top: 1.5rem;
  }

  .jzhk-mode2 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }

  .jzhk-mode2::after {
    display: none;
  }

  .jzhk-mode2 .left-swiper-text .main-title {
    display: none;
  }

  .jzhk-mode2 .left-swiper-text .more {
    display: none;
  }

  .jzhk-mode2 .gp-container {
    padding-bottom: 0;
    order: 2;
  }

  .jzhk-mode2 .left-swiper-text {
    width: 100%;
  }

  .jzhk-mode2 .right-swiper-box {
    position: relative;
    order: 1;
    width: 100%;
    top: 5rem;
  }

  .jzhk-mode2>.main-title {
    display: flex;
    order: 0;
  }
}

@media screen and (max-width: 680px) {
  .jzhk-mode4 .zn-list .zn-item {
    width: 50%;
    margin-bottom: 2rem;
  }

  .jzhk-mode3 table th:nth-child(1),
  .jzhk-mode3 table td:nth-child(1) {
    width: 40%;
  }

  .jzhk-mode3 table th,
  .jzhk-mode3 table td {
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  .jzhk-mode1 .tab-content-box li dd {
    width: 100%;
    margin-bottom: 2rem;
  }

  .jzhk-mode1 .tab-title-list li {
    width: 12rem;
    height: 12rem;
  }

  .jzhk-mode1 .tab-title-list li img {
    width: 3rem;
    height: 3rem;
  }

  .jzhk-mode3 table th:nth-child(1),
  .jzhk-mode3 table td:nth-child(1) {
    width: auto;
  }

  .jzhk-mode3 table th,
  .jzhk-mode3 table td {
    width: auto;
  }

}

@media screen and (max-width: 368px) {
  .jzhk-mode4 .zn-list .zn-item {
    width: 100%;
    margin-bottom: 2rem;
  }

  .jzhk-mode4 .zn-list .zn-item a {
    align-items: center;
  }
}
