@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;
}

.bannertxt {
  position: absolute;
  left: 0;
  bottom: 70px;
  text-align: center;
  width: 100%;
}

.bannertxt h2 {
  position: relative;
  z-index: 2;
}

.banner::before {
  /* content: ''; */
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  padding-bottom: calc(152% / 19.2);
  background-size: 100% 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.55);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.bannerPic {
  padding-bottom: calc(520% / 19.2);
}

a:hover {
  color: #cfa972;
}

.main-item {
  box-sizing: border-box;
}

.main1 {
  padding: 7rem 0 8rem;
}

.main1 .main-title {
  margin-bottom: 4rem;
}

.main1 .main-box {
  display: flex;
}

.main1 .main-box .left,
.main1 .main-box .right {
  padding-top: 3rem;
  width: 25%;
}

.main1 .main-box .center {
  width: 50%;
}

.main1 .main-box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem 8rem 3.5rem 5rem;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.main1 .main-box ul li a .text {
  writing-mode: vertical-rl;
  /* 文字从上到下垂直排列 */
}

.main1 .main-box ul li a .icon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12rem;
  height: 12rem;
  margin-right: 6.5rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px dotted #fff;
}

.main1 .main-box .left ul li:nth-child(1) a {
  background-color: #435f87;
  margin-bottom: 2rem;
}

.main1 .main-box .left ul li:nth-child(2) a {
  background-color: #5a6a84;
}

.main1 .main-box .right ul li:nth-child(1) a {
  padding-right: 7rem;
  margin-bottom: 2rem;
  background-color: #cea972;
}

.main1 .main-box .right ul li:nth-child(1) a .icon-img {
  margin-right: 4rem;
}

.main1 .main-box .right ul li:nth-child(1) a .text {
  display: flex;
  flex-direction: column;
}


.main1 .main-box .right ul li:nth-child(2) a {
  background-color: #892621;
}

.main1 .main-box .center {
  margin: 0 2rem;
}

.main1 .main-box .center a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.main1 .main-box .center a .icon-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(21, 50, 97, 0.8);
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  margin-bottom: 3.5rem;
}

.main1 .main-box .center a .text {
  font-weight: bold;
}

.main1 .main-box ul li a:hover {
  transform: scale(1.1);
}

.main1 .main-box .center a:hover {
  transform: scale(1.1);
}

.main2 {
  padding: 6rem 0 8rem;
  background-color: #fff;
}

.main2 .main-title {
  margin-bottom: 4.5rem;
}

.main2 .main-box .swiper-box {
  display: flex;
  align-items: center;
}

.main2 .swiper-pagination .swiper-pagination-bullet {
  margin: 0 .5rem;
}

.main2 .swiper-pagination .swiper-pagination-bullet-active {
  background: #153261;
}

.main2 .main-box .swiper-box .base-swiper {
  position: relative;
  width: 47%;
  overflow: hidden;
}

.main2 .main-box .swiper-box .base-swiper a {
  display: block;
  width: 100%;
}

.main2 .main-box .swiper-box .base-swiper .gp-img-responsive {
  padding-bottom: 90%;
}

.main2 .main-box .swiper-box .base-swiper .arrow-but {
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  box-sizing: border-box;
  border-radius: 50%;
  cursor: pointer;
}


.main2 .main-box .swiper-box .base-swiper .swiper-next {
  right: 0;
  background: url("../images/swiper_next_bg.png") no-repeat center/100% 100%;
  transform: translate(50%, -50%);
}

.main2 .main-box .swiper-box .base-swiper .swiper-prev {
  background: url("../images/swiper_prev_bg.png") no-repeat center/100% 100%;
}

.main2 .main-box .swiper-box .right-text {
  flex: 1;
  background-color: #153261;
}

.main2 .main-box .swiper-box .right-text .text-main {
  position: relative;
  /* z-index: 999; */
  padding: 5rem 7rem 6rem 8rem;
  margin: -2rem 2rem 2rem -5rem;
  box-shadow: 20px 20px 10px rgba(47, 47, 76, 0.2);
}

.main2 .main-box .swiper-box .right-text .text-main .title {
  margin-bottom: 4rem;
}

.main2 .main-box .swiper-box .right-text .text-main .title a {
  color: #153261;
}

.main2 .main-box .swiper-box .right-text .text-main p {
  line-height: 2;
  color: #666666;
  margin-bottom: 7rem;
}

.main3 {
  padding: 6rem 0 32rem;
}

.main3 .main-title {
  margin-bottom: 4rem;
}

.main3 .top-text {
  color: #666;
  line-height: 3rem;
}

.main3 .top-text .phone {
  text-align: center;
}

.main3 .top-text .text {
  white-space: nowrap;
  /* width: 100%;
  overflow-x: auto; */
}

.main3 .swiper-box {
  position: relative;
  overflow-x: clip;
  margin: 12rem 0 0;
  width: 100%;
}

.main3 .swiper-box .swiper-wrapper {
  position: relative;
  align-items: center;
}

.main3 .swiper-box .swiper-slide {
  z-index: 0;
  transform: scale(1.4);
}

.main3 .swiper-box .swiper-slide a {
  display: block;
}

.main3 .swiper-box .swiper-slide img {
  height: 100%;
}

.main3 .swiper-box .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.main3 .swiper-box .swiper-slide .swiper-date {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #153261;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}

.main3 .swiper-box .swiper-slide .swiper-date::after {
  content: '';
  display: block;
  width: 5rem;
  height: 1px;
  background: linear-gradient(to right, #18325f, transparent);

}

.main3 .swiper-box .swiper-slide .swiper-date::before {
  content: '';
  display: block;
  width: 5rem;
  height: 1px;
  background: linear-gradient(to left, #18325f, transparent);
}

.main3 .swiper-box .swiper-slide .swiper-text {
  text-align: center;
  color: #333;
  white-space: nowrap;
}

.main3 .swiper-box .swiper-slide .text-box {
  display: none;
  width: 100%;
  transform: scale(0.714);
  /* 1/1.4 = 0.714 */
  transform-origin: center;
}

.main3 .swiper-box .swiper-slide.swiper-slide-active .text-box {
  display: block;
  position: absolute;
  transform: scale(0.714);
  /* 抵消父元素的缩放 */
}

.main3 .swiper-box .swiper-slide.swiper-slide-prev::before, .main3 .swiper-box .swiper-slide.swiper-slide-next::before {
  background: rgba(0, 0, 0, .6);
}

.main3 .swiper-box .swiper-slide.swiper-slide-prev, .main3 .swiper-box .swiper-slide.swiper-slide-next {
  transform: scale(1.6) translateX(6rem);
  z-index: 1;
}

.main3 .swiper-box .swiper-slide.swiper-slide-next {
  transform: scale(1.6) translateX(-6rem);
  z-index: 1;
}

.main3 .swiper-box .swiper-slide.swiper-slide-active {
  transform: scale(1.95);
  z-index: 2;
  box-sizing: border-box;
  /* overflow: hidden; */
}



.main3 .swiper-box .swiper-slide.swiper-slide-active::before {
  display: none;
}

.main3 .swiper-box .arrow-but {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  box-sizing: border-box;
  cursor: pointer;
}

.main3 .swiper-box .swiper-slide.swiper-slide-active .arrow-but {
  display: block;
}

.main3 .swiper-box .swiper-next {
  right: 0;
  transform: translate(50%, -50%);
  /* 使用 clip-path 创建左半圆 */
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
  background: url("../images/swiper_next_bg.png") no-repeat center/100% 100%;
}

.main3 .swiper-box .swiper-prev {
  /* 使用 clip-path 创建右半圆 */
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  background: url("../images/swiper_prev_bg.png") no-repeat center/100% 100%;
}

@media screen and (max-width:1480px) {
  .main3 .top-text .text {
    white-space: normal;
    text-align: center;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width:1200px) {
  .main3 .swiper-box .swiper-slide.swiper-slide-active {
    transform: scale(1.4);
  }

  .main3 .swiper-box .swiper-slide.swiper-slide-prev, .main3 .swiper-box .swiper-slide.swiper-slide-next {
    transform: scale(1.12) translateX(0rem);
    z-index: 1;
  }

  .main3 .swiper-box {
    margin-top: 7rem;
  }

  .main3 {
    padding: 6rem 0 20rem;
  }
}

@media screen and (max-width:479px) {
  .main3 .swiper-box {
    margin: 25px 0 0;
  }

  .main3 .swiper-box .swiper-slide.swiper-slide-prev, .main3 .swiper-box .swiper-slide.swiper-slide-next {
    transform: scale(1);
    z-index: 1;
  }

  .main3 .swiper-box .swiper-slide.swiper-slide-active {
    transform: scale(1);
    z-index: 2;
  }

  .main3 .swiper-box .swiper-slide a .title {
    display: block;
    position: relative;
    height: auto;
    top: auto;
    writing-mode: initial;
    order: 1;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 10px;
  }

  .main3 .swiper-box .swiper-slide a .title p {
    writing-mode: initial;
    ;
  }

  .main3 .swiper-box .swiper-slide a {
    flex-direction: column;
  }

  .main2 .main-box .swiper-box .base-swiper .arrow-but {
    width: 6rem;
    height: 6rem;
  }

  .main3 .swiper-box .arrow-but {
    width: 5rem;
    height: 5rem;
  }

  .main3 {
    padding: 6rem 0 12rem;
  }
}

.main4 {
  padding: 7rem 0 8rem;
}

.main4 .main-title {
  margin-bottom: 4rem;
}

.main4 .main-box .title4 a {
  color: #fff;
}

.main4 .main-box .title4 .more a {
  color: #cfa972;
}

.main4 .main-box ul {
  display: flex;
  justify-content: space-between;
}

.main4 .main-box ul li {
  width: 15%;
}

.main4 .main-box ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 0;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, .8);
}

.main4 .main-box ul li a .text {
  margin-top: 4rem;
  color: #153261;
}

.main4 .main-box ul li:nth-child(2n) a {
  background-color: rgba(206, 169, 114, 0.55);
  margin-top: 5rem;
}

.main4 .main-box ul li:nth-child(2n) a .text {
  color: #ffffff;
}

.main4 .main-box ul li:nth-child(3) a .text {
  margin-top: 3rem;
}

.main4 .main-box .donate {
  margin-top: 6rem;
  text-align: center;
}

.main4 .main-box .donate a {
  display: inline-block;
  color: #fff;
  padding: 1.5rem 6rem;
  border-radius: 3rem;
  background-color: #cfa972;
  transition: all 0.3s ease-in-out;
}

.main4 .main-box ul li a:hover {
  animation: move1 1s;
}

.main4 .main-box .donate a:hover {
  background-color: #153261;
}

.main5 {
  padding: 8rem 0 8rem;
}

.main5 .main-title {
  margin-bottom: 5rem;
}

.main5 .main-box .info {
  display: flex;
  padding: 5rem 5rem 5rem 3rem;
}

.main5 .main-box .info .left {
  width: 60%;
}

.main5 .main-box .info .left .title {
  position: relative;
  margin-bottom: 2rem;
}

.main5 .main-box .info .left p {
  line-height: 2;

}

.main5 .main-box .info .left .text-item {
  display: flex;
  align-items: baseline;
  margin-bottom: .8rem;
}

.main5 .main-box .info .left .text-item:last-child {
  margin-bottom: 0rem;
}

.main5 .main-box .info .left .title::before {
  content: '';
  display: block;
  position: absolute;
  left: -3rem;
  width: 3px;
  height: 100%;
  background-color: #153261;
}

.main5 .main-box .info .right {
  margin-left: 5rem;
  padding: 4rem;
  flex: 1;
  background-color: #89a3ba;
  box-shadow: #7f848b 3px 4px 9px -3px;
}

.main5 .main-box .info .right .title {
  margin-bottom: 3.5rem;
}

.main5 .main-box .info .right>p {
  display: flex;
  align-items: center;
  line-height: 3;
}

.main5 .main-box .info .right>p img {
  margin-right: 1rem;
}

.main5 .main-title .link-title-text {
  color: #999;
}

.main5 .main-title .link-title a {
  transition: all .3s ease;
}

.main5 .main-title .link-title-text:hover {
  font-size: 3.6rem;
  color: #cfa972;
}


.main5 .main-title .link-title a:first-child {
  padding-right: 0;
}

.main-title {
  display: flex;
  align-items: center;
  margin-left: 45%;
}

.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;
}

.main-title .right a {
  padding: 2rem 0;
  padding-left: 3rem;
  border-left: 1px solid #e5e5e5;
  color: #cfa972;
}

@keyframes move1 {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2rem);
  }

  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 1400px) {
  .main1 .main-box .right ul li:nth-child(1) a .icon-img {
    margin-right: 4.5rem;
  }

  .main2 .main-box .swiper-box .right-text .text-main {
    padding: 2rem 6rem 4rem 2rem;
  }

  .main3 .main-box .right {
    padding: 0rem 8px 30px 8px;
  }

  .main5 .main-box .info .left {
    width: 50%;
  }

  .main3 .main-box .center a p {
    margin: 1rem 0 3.5rem;
  }
}

@media screen and (max-width: 1270px) {
  .main1 .main-box ul li a {
    padding: 2.5rem 8rem 2.5rem 2rem;
  }

  .main1 .main-box ul li a .icon-img {
    width: 10rem;
    height: 10rem;
    margin-right: 5.5rem;
  }

  .main1 .main-box .right ul li:nth-child(1) a .icon-img {
    margin-right: 3.5rem;
  }

  .main1 .main-box .center a .icon-img {
    width: 12rem;
    height: 12rem;
  }

  .main2 .main-box .swiper-box .right-text .text-main p {
    margin-bottom: 1rem;
  }

  .main2 .main-box .swiper-box .right-text .text-main .title {
    margin-bottom: 1rem;
  }

  .main3 .main-box .right {
    width: 50%;
  }

  .main3 .main-box .center {
    width: 40%;
  }

  .main3 .main-box .right p:nth-of-type(1) {
    margin: 0 0 2rem;
  }

  .main4 .main-box ul li:nth-child(1) {
    width: 20%;
  }

  .main3 .main-box .center a {
    padding: 1.5rem 3rem 1.5rem;
  }

  .main3 .main-box .center a p {
    margin: 1rem 0 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .bannertxt {
    bottom: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .main2 .main-box .swiper-box .right-text .text-main {
    margin: 0;
  }
}

@media screen and (max-width: 997px) {
  .bannertxt {
    bottom: 10px;
  }

  .main1 .main-box {
    flex-direction: column;
  }

  .main1 .main-box .left,
  .main1 .main-box .right {
    width: 100%;
  }

  .main1 .main-box .center {
    width: 100%;
  }

  .main1 .main-box .left ul li:nth-child(2) a {
    margin-bottom: 2rem;
  }

  .main1 .main-box .center {
    margin: 0;
  }

  .main1 .main-box .center a {
    padding: 2.5rem 8rem 2.5rem 2rem;
    flex-direction: row;
    justify-content: space-between;
    background-position: center !important;
    background-size: 100% 100% !important;

    width: auto;
  }

  .main1 .main-box .center a .icon-img {
    width: 10rem;
    height: 10rem;
    margin: 0;
  }

  .main2 .main-box .swiper-box {
    flex-direction: column;
  }

  .main2 .main-box .swiper-box .base-swiper {
    width: 100%;
  }

  .main2 .main-box .swiper-box .base-swiper .gp-img-responsive {
    padding-bottom: 56.25%;
  }

  .main-title {
    justify-content: center;
    margin-left: 0;
  }

  .main3 .main-box {
    flex-direction: column;
  }

  .main3 .main-box .left,
  .main3 .main-box .center,
  .main3 .main-box .right {
    width: 100%;
  }

  .main3 .main-box .center {
    margin-left: 0;
  }

  .main3 .main-box .right {
    margin-top: 5rem;
    padding-top: 20px;
    background-position: center !important;
    background-size: 100% 100% !important;
  }

  .main3 .main-box .right p:nth-of-type(1) {
    margin: 2rem 0 5rem;
  }

  .main5 .main-box .info {
    flex-direction: column;
  }

  .main5 .main-box .info .left {
    width: 100%;
  }

  .main5 .main-box .info .right {
    margin-left: 0;
    width: 90%;
  }
}

@media screen and (max-width: 850px) {
  .main4 .main-box ul {
    flex-wrap: wrap;
  }

  .main4 .main-box ul li {
    width: 31% !important;
  }

  .main4 .main-box ul li:nth-child(2n) a {
    margin: 0;
  }

  .main4 .main-box ul li:nth-child(2) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 700px) {
  .bannertxt {
    bottom: 0;
    position: relative;
    padding: 15px 0;
  }

  .banner::before {
    display: none;
  }

  .bannertxt h2 {
    color: #333;
  }

  .gp-f36 {
    font-size: 3rem;
  }

  /* .main-title  {
    margin-left: 28%;
  } */
}

@media screen and (max-width: 480px) {
  .main4 .main-box ul li {
    width: 48% !important;
  }

  .main4 .main-box ul li:nth-child(3) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 350px) {
  .main4 .main-box ul li {
    width: 100% !important;
    margin-bottom: 2rem;
  }
}
