﻿.header {
  width: 100%;
  background: url(../images/header_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}
.logo {
  width: 384px;
  height: 67px;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.logo a img {
  width: 100%;
}
.nav {
  width: 720px;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav ul li {
  width: 138px;
  line-height: 46px;
}
.nav ul li a {
  font-size: 19px;
  color: white;
  display: block;
  width: 100%;
  text-align: center;
}
.nav ul li:first-child {
  margin-left: 0;
}
.nav ul li:hover a {
  background: url(../images/header_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.section01 {
  width: 100%;
  background: url(../images/section01_bg.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}
.s01_box {
  width: 100%;
}
.s01_zt {
  width: 865px;
  height: 362px;
  margin: 0 auto;
  margin-top: 65px;
}
.s01_djs {
  width: 386px;
  margin: 0 auto;
  line-height: 77px;
  color: white;
  background: url(../images/s01_icon.png) no-repeat;
  background-size: 100% 100%;
  font-size: 30px;
  margin-top: 110px;
  letter-spacing: 0.13em;
  word-spacing: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow:
    2px 2px 4px rgb(99 9 9 / 50%),
    -1px -1px 2px rgb(244 113 113 / 70%);
}
.s01_djs span {
  font-size: 48px;
  font-weight: bold;
  color: white;
  font-family: "sour";
  text-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.5),
    -1px -1px 2px rgba(255, 255, 255, 0.7);
}
.s01_yqh {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 110px;
}

.s01_yqhTit {
  width: 293px;
  height: 310px;
}
.s01_yqhTit img {
  width: 100%;
}
.s01_yqhCon {
  width: 1088px;
  padding: 35px 60px 34px 60px;
  background: url(../images/s01_icon02.png) no-repeat center;
  background-size: 100% 100%;
  height: 308px;
}
.s01_yqhCon p {
  font-size: 18px;
  color: white;
  line-height: 1.6;
  text-align: justify;
}
.s01_yqhConbox {
  height: 240px;
  overflow: hidden;
}

.s01_yqhConbox {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.s01_yqhConbox .scroll-content {
  display: block;
  animation: scrollUp 60s linear infinite;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

.section02 {
  width: 100%;
  background: url(../images/section02_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.section_tit {
  width: 377px;
  line-height: 80px;
  margin-top: 70px;
  background: url(../images/section_tit.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  margin-left: 35px;
  z-index: 1;
}
.section_tit a {
  font-size: 42px;
  font-weight: bold;
  color: white;
  padding-left: 42px;
  text-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.5),
    -1px -1px 2px rgba(255, 255, 255, 0.7);
}
.section_tit::after {
  content: "";
  position: absolute;
  right: -246%;
  background: url(../images/section_icon.png) no-repeat center;
  background-size: 100% 100%;
  width: 937px;
  height: 6px;
  top: 54px;
  z-index: -1;
}
.section_tit::before {
  content: "";
  width: 937px;
  position: absolute;
  height: 6px;
  right: -246%;
  background: url(../images/section_icon02.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 1;
  top: 35px;
}
.s02_box {
  width: 100%;
  background: url(../images/section02_icon.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  padding: 45px 115px 50px 115px;
  margin-top: 60px;
  position: relative;
}
.s02_body {
  width: 602px;
  height: 385px;
  overflow: hidden;
  position: relative;
  z-index: 12;
}
.s02_body ul {
}
.s02_body ul li {
  width: 100%;
  height: 100%;
}
.s02_body ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.s02_body ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s02_head {
  width: 529px;
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
.s02_head:after {
  content: "";
  width: 637px;
  position: absolute;
  height: 435px;
  background-color: #ffeebb;
  top: -23px;
  right: 0;
  z-index: -1;
}
.s02_head ul {
}
.s02_head ul li {
  padding: 15px 0;
  border-top: dashed 1px #c02a1e;
}
.s02_head ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.s02_head ul li:first-child a {
  border-top: none;
}
.s02_head ul li a {
  font-size: 18px;
  height: 50px;
  display: flex;
  align-items: center;
}
.s02_box:after {
  content: "";
  position: absolute;
  width: 1317px;
  height: 296px;
  background: url(../images/section02_icon02.png) no-repeat center;
  background-size: 100% 100%;
  left: 45px;
  top: 111px;
}
.s02_head ul li.active a {
  font-size: 22px;
  font-weight: bold;
  color: #b11412;
}
.section03 {
  background-color: #fffaee;
  overflow: hidden;
  width: 100%;
}
.s03_box {
  margin-top: 48px;
}
.s03_head {
  width: 100%;
}
.s03_head ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.s03_head ul li {
  font-size: 18px;
  width: 200px;
  height: 57px;
  background: url(../images/s03_icon.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
  padding-left: 33px;
  position: relative;
}
.s03_head ul li:last-child a::before {
  width: 257px;
  height: 50px;
  bottom: -1px;
}
.s03_head ul li a {
  position: relative;
  z-index: 1;
}
.s03_head ul li.active a {
  color: white;
}
.s03_head ul li a:before {
  content: "";
  width: 150px;
  position: absolute;
  height: 30px;
  background-color: #d5a46e;
  z-index: -1;
  left: -8px;
  bottom: -4px;
  border-radius: 20px;
  display: none;
}
.s03_head ul li:nth-child(5) {
  padding-left: 20px;
}

.s03_head ul li:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 36px;
  background: url(../images/s03_icon02.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 8px;
  right: 15px;
  z-index: 20;
}
.s03_head ul li:last-child {
  width: 300px;
  background: url(../images/s03_icon03.png) no-repeat center;
  background-size: 100% 100%;
}
.s03_body {
  margin-top: 45px;
}
.s03_con {
  width: 100%;
}
.s03_conBox {
}
.s03_conBox a {
  position: relative;
  display: block;
  width: 449px;
  height: 317px;
  overflow: hidden;
}
.s03_conBox a:hover img {
  transform: scale(1.1);
}
.s03_conBox a::after {
  content: "";
  position: absolute;
  width: 434px;
  height: 306px;
  background: url(../images/s03_icon05.png) no-repeat center;
  background-size: 100% 100%;
  left: 7px;
  bottom: 5px;
}
.s03_conBox a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.s03_conBox a p {
  width: 172px;
  line-height: 30px;
  position: absolute;
  bottom: 55px;
  left: 32%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: url(../images/s03_icon06.png) no-repeat center;
  background-size: 100% 100%;
}
.s03_prev,
.s03_next {
  width: 67px;
  height: 67px;
  background-color: #f7e9c2;
  position: relative;
  margin: 0 10px;
  margin-top: 35px;
  cursor: pointer;
}
.s03_prev::after,
.s04_prev::after {
  content: "";
  width: 27px;
  height: 34px;
  background: url(../images/s03_prev.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 18px;
  bottom: 14px;
}
.s03_prev:hover::after,
.s04_prev:hover::after {
  background: url(../images/s03_prev02.png) no-repeat center;
  background-size: 100% 100%;
}
.s03_next:hover:after,
.s04_next:hover:after {
  background: url(../images/s03_next02.png) no-repeat center;
  background-size: 100% 100%;
}
.s03_qh {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s03_next::after,
.s04_next::after {
  content: "";
  width: 27px;
  height: 34px;
  background: url(../images/s03_next.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  left: 21px;
  bottom: 14px;
}
.s03_head ul li.active:after {
  background: url(../images/s03_icon04.png) no-repeat center;
  background-size: 100% 100%;
}
.s03_head ul li.active a:before {
  display: block;
}
.s03_head ul li:nth-child(5) a:before {
  width: 173px;
}
.section04 {
  width: 100%;
  background: url(../images/section04.png) no-repeat center #fffaee;
  background-size: 100% 100%;
  overflow: hidden;
  padding-top: 150px;
}
.s04_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 120px;
}
.s04_head {
  width: 254px;
  height: 597px;
  background: url(../images/s04_head.png) no-repeat center;
  background-size: 100% 100%;
  padding-top: 90px;
}
.s04_head ul li {
  font-size: 18px;
  width: 200px;
  height: 57px;
  background: url(../images/s03_icon.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  cursor: pointer;
  padding-left: 65px;
  position: relative;
  margin: 0 auto;
  margin-top: 22px;
  text-align: justify;
  font-weight: bold;
}
.s04_head ul li:after {
  content: "";
  position: absolute;
  width: 38px;
  height: 36px;
  background: url(../images/s03_icon02.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 8px;
  right: 15px;
  z-index: 20;
}
.s04_head ul li.active:after {
  background: url(../images/s03_icon04.png) no-repeat center;
  background-size: 100% 100%;
}
.s04_head ul li.active {
  color: white;
}
.s04_head ul li.active a {
  color: white;
}
.s04_head ul li.active a:after {
  display: block;
}
.s04_head ul li a {
  position: relative;
  z-index: 1;
}
.s04_head ul li a::after {
  content: "";
  content: "";
  width: 150px;
  position: absolute;
  height: 35px;
  background-color: #d5a46e;
  z-index: -1;
  left: -37px;
  bottom: -6px;
  border-radius: 20px;
  display: none;
}
.s04_body {
  width: 1110px;
}
.s04_zf {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.s04_con {
}
.s04_zfL {
  width: 730px;
}
.s04_zfL a {
  display: block;
  width: 347px;
  height: 230px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.s04_zfL a:hover img {
  transform: scale(1.1);
}
.s04_zfL a::after {
  content: "";
  width: 66px;
  height: 66px;
  position: absolute;
  left: 40%;
  bottom: 39%;
  background: url(../images/s04_bf.png) no-repeat center;
  background-size: 100% 100%;
}
.s04_zfL a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.s04_zfL a p {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 50px;
  text-align: center;
  width: 100%;
  font-size: 16px;
  background-color: #ffffffc4;
}
.s04_qh {
  display: flex;
  justify-content: center;
  align-items: center;
}
.s04_prev,
.s04_next {
  width: 67px;
  height: 67px;
  background-color: #f7e9c2;
  position: relative;
  margin: 0 10px;
  margin-top: 22px;
  cursor: pointer;
}
.s04_prev {
}
.s04_next {
}
.s04_zfR {
  width: 349px;
  background-color: white;
  position: relative;
  padding: 45px;
  display: flex;
  justify-content: center;
  height: 569px;
  z-index: 2;
}
.s04_zfR ul {
  width: 100%;
  /* height: 321px; */
  overflow: hidden;
  z-index: 1;
}
.s04_zfR::after {
  position: absolute;
  content: "";
  width: 391px;
  height: 568px;
  background: url(../images/s04_icon.png) no-repeat center;
  background-size: 100% 100%;
  left: 0;
  bottom: 0;
}
.s04_zfR a {
  height: 45px;
  display: block;
  position: relative;
  z-index: 1;
}
.s04_zfR a p {
  color: black;
  opacity: 0.6;
}
.s04_zfR ul li:first-child {
  margin-top: 0;
}
.s04_zfR ul li {
  margin-top: 10px;
}
.s04_zfR ul li:hover a p {
  font-weight: bold;
  opacity: 1;
}
.s04_zfRbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 321px;
}
.s04_jz {
  width: 100%;
  background: url(../images/s04_jz.png) no-repeat center;
  background-size: 100% 100%;
  height: 563px;
  overflow: hidden;
}
.s04_jzSwiper {
  width: 770px;
  margin: 0 auto;
  margin-top: 77px;
  position: relative;
}
.s04_jzSwiper a {
  display: block;
  width: 360px;
  height: 264px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.s04_jzSwiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s04_jzBox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  height: 90px;
}
.s04_jzBox p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.s04_jzBox span {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.s04_jzNext,
.s04_jzPrev {
  width: 27px;
  height: 34px;
  position: absolute;
  top: 44%;
  cursor: pointer;
}
.s04_jzNext {
  right: -46px;
}
.s04_jzPrev {
  left: -46px;
}
.s04_jzInfo {
  width: 770px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}
.s04_jzInfoL {
  width: 306px;
}
.s04_jzInfoR {
  height: 100%;
  width: 362px;
}
.s04_jzInfoR p {
  font-size: 16px;
  color: #a1865a;
  margin-top: 5px;
}
.section05 {
  width: 100%;
  background: url(../images/section05_02.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}
.s05_box {
  margin-top: 65px;
  padding-bottom: 140px;
}
.s05_box ul {
  display: flex;
  justify-content: space-between;
}
.s05_box ul li {
  width: 674px;
  height: 381px;
  background: url(../images/s05_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.s05_box ul li a {
}
.s05_box ul li p {
  text-align: center;
  font-size: 24px;
  color: white;
  margin-top: 50px;
}
.s05_img {
  width: 590px;
  height: 245px;
  margin: 0 auto;
  margin-top: 20px;
}
.s05_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer {
  width: 100%;
  background: url(../images/f_bg.png) no-repeat center;
  background-size: 100% 100%;
}
.f_box {
  display: flex;
  justify-content: space-between;
  padding: 70px 0;
  align-items: center;
}
.f_logo {
  position: relative;
  width: 568px;
}
.f_logo::after {
  position: absolute;
  content: "";
  width: 164px;
  height: 88px;
  background: url(../images/f_by.png) no-repeat center;
  background-size: 100% 100%;
  right: -240px;
  top: 11px;
}
.f_logo img {
}
.f_info {
  width: 330px;
}
.f_line p {
  font-size: 18px;
  color: white;
  width: 108px;
  line-height: 39px;
  text-align: center;
  background: url(../images/f_icon.png) no-repeat center;
  background-size: 100% 100%;
}
.f_line span {
  font-size: 18px;
  color: white;
  margin-left: 10px;
}
.f_line {
  display: flex;
  align-items: center;
  margin-top: 22px;
}