.header {
  width: 100%;
  background: url("../images/header_bg.png") 0% 0% / 100% 100% no-repeat;
  position: fixed;
  z-index: 10;
  padding: 25px 5%;
  /* display: flex; */
  transition: opacity 0.3s;
}

.header.scrolled {
  background:#43187b;
}

.header.scrolled::after {
  opacity: 0;
}
.zym{
    position: relative;
}
.header::after {
  content: "";
  position: absolute;
  width: 100%;
  background: linear-gradient(rgb(39, 5, 113), rgba(255, 255, 255, 0));
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.header_box {
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 821px;
}

.logo a {
  display: block;
}

.h_R {
  display: flex;
  align-items: center;
}

.logo img {
    width: 100%;
}

.top_link {
  margin-right: 20px;
}

.top_link ul {
  display: flex;
}

.top_link ul li {
  transition: 0.3s;
  position: relative;
  padding-left: 26px;
  line-height: 24px;
  border-right: 1px solid white;
  padding-right: 20px;
}

.top_link ul li::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0px;
  bottom: 0px;
  background: url("../images/top_icon.png") 0% 0% / 100% 100% no-repeat;
}

.top_link ul li:hover {
  transform: translateY(-4px);
}

.top_link ul li a {
  font-size: 14px;
  color: white;
}

.search {
  position: relative;
}

.ipt {
  width: 220px;
  height: 40px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.51);
  font-size: 16px;
  color: white;
  padding-left: 15px;
}

.btn {
  width: 23px;
  height: 22px;
  background: url("../images/search_btn.png") center center / 100% 100% no-repeat;
  position: absolute;
  right: 11px;
  top: 22%;
}

.search_box {
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
  position: fixed;
  z-index: 10000;
  background-color: rgba(34, 36, 38, 0.69);
}

.search_con {
  margin: auto;
}

.ipt {
  width: 500px;
  height: 39px;
  outline: none;
  padding-left: 10px;
}

.btn {
  width: 39px;
  height: 39px;
  margin-left: 8px;
  position: relative;
  background: url("../images/seach_btn.png") center center / 51% no-repeat rgb(0, 104, 183);
  vertical-align: top;
}

.search_btn {
  position: absolute;
  right: -53px;
  width: 18px;
  height: 18px;
  background: url("../images/seach_btn.png");
  top: 59px;
  cursor: pointer;
  z-index: 102;
}

.search_box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 0px;
  overflow: hidden;
  z-index: 10000;
  background-color: rgba(34, 36, 38, 0.95);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_box.active {
  height: 100vh;
}

.search_con {
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.3s 0.2s;
}

.search_box.active .search_con {
  opacity: 1;
  transform: translateY(0px);
}

.search_show {
  width: 35px;
  height: 35px;
  background: url("../images/search_show.png") center center / 100% 100% no-repeat;
  cursor: pointer;
}

.close {
  color: white;
  position: absolute;
  right: 22%;
  font-size: 60px;
  width: 65px;
  height: 65px;
  top: 30%;
}

.close img {
  width: 100%;
}

.dh_bx {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.nav_box {
  width: 100%;
  margin-top: 10px;
}

.nav {
  height: 35px;
  line-height: 35px;
  transition: 0.3s;
  width: 100%;
}

.nav>ul {
  margin: 0px auto;
  font-size: 0px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 11111;
}

.nav ul>li {
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 35px;
  width: 100%;
  z-index: 2147483647;
}

a:hover {
  text-decoration: none;
}

.nav ul li>a {
  font-size: 22px;
  display: block;
  position: relative;
  z-index: 11111111;
  color: white;
  font-weight: bold;
}

.nav ul li.on .subNav {
  display: block;
}

.subNav li {
  float: left;
  width: 100% !important;
  height: 45px !important;
}

.subNav li a {
  line-height: 38px;
}

.nav ul li.on .subNav {
  display: block;
}

.subNav {
  position: absolute;
  z-index: 2147483647;
  visibility: hidden;
  transition: 0.3s;
  top: 65px;
  width: 100%;
  left: 0rem;
  opacity: 0;
  padding-top: 10px;
}

.nav .subNav li a {
  font-size: 14px;
  color: black;
  text-shadow: none;
  width: 100%;
}

.nav .subNav li:hover {
  color: white;
  width: 100%;
  background-color: rgb(39, 5, 113);
}

.nav-item:hover .subNav {
  visibility: visible;
  opacity: 1;
  top: 35px;
  background-color: white;
}

.nav-item .subNav li:hover a {
  z-index: 1111111111;
  color: white;
  font-weight: bold;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner_swiper {
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
  object-fit: cover;
  display: none;
}

.banner .banner_next img {
  display: block;
  width: 79%;
  height: 30px;
  margin-top: 25px;
  margin-left: 7px;
}

.banner .banner_prev img {
  display: block;
  width: 79%;
  height: 30px;
  margin-top: 25px;
  margin-left: 8px;
}

.banner_next,
.banner_prev {
  width: 40px;
  height: 40px;
  top: 50%;
  z-index: 11;
  position: absolute;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.28);
  border-radius: 100%;
}

.banner_next {
  right: 18%;
  background: url("../images/banner_next.png") center center / 100% 100% no-repeat;
}

.banner_prev {
  left: 18%;
  background: url("../images/banner_prev.png") center center / 100% 100% no-repeat;
}

.banner_pagination {
  position: absolute;
  z-index: 111;
  display: flex;
  align-items: center;
  height: 22px;
  justify-content: center;
  width: 100%;
  bottom: 21px;
}

.banner_swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: white;
  margin: 0px 10px !important;
  border-radius: 100%;
}

.banner_swiper .swiper-pagination-bullet-active {
  width: 33px;
  height: 33px;
  transition: 0.3s;
  background: url("../images/banner_icon.png") center center / 100% 100% no-repeat;
}

.banner a {
  transform: scale(1.2);
  transition: 5s linear;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.banner .swiper-slide-active {
  position: relative;
  z-index: 500 !important;
}

.banner .swiper-slide-active a {
  transform: scale(1);
  display: block;
}

.banner .swiper-slide-active a img {
  display: block;
}

.section_tit {
  margin-top: 18px;
}

.section_tit a {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.setL {
  position: relative;
}

.setL p {
  font-size: 36px;
  /* font-family: syst; */
  font-weight: bold;
  position: relative;
}

.setL p::after {
  position: absolute;
  content: "";
  width: 96px;
  height: 4px;
  background-color: rgb(116, 0, 207);
  bottom: 23px;
  right: -100px;
}

.setL span {
  font-size: 42px;
  color: rgb(226, 226, 226);
  position: absolute;
  top: -37px;
  z-index: -1;
  left: 0px;
  font-family: syst;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

.setR {
  font-size: 18px;
  color: rgb(80, 20, 106);
  position: relative;
  padding-right: 25px;
}

.setR::after {
  position: absolute;
  content: "";
  background: url("../images/section_icon.png") center center / 100% 100% no-repeat;
  width: 17px;
  height: 9px;
  bottom: 6px;
  right: 0px;
}

.s01_swiper {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 61px;
}

.s01_temple {
  width: 691px;
  overflow: hidden;
}

.s01_swiper .s01_temple a {
  display: block;
  width: 100%;
  height: 435px;
  overflow: hidden;
  position: relative;
}

.s01_swiper .s01_temple a::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  z-index: 2;
  pointer-events: none;
}

.s01_swiper .s01_temple a:hover::after {
  left: 150%;
  transition: 0.6s ease-in-out;
}

.s01_swiper .s01_temple a:hover img {
  transform: scale(1.1);
}

.s01_swiper .s01_temple img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.s01_list {
  width: 670px;
  height: 435px;
  position: relative;
}

.section01 {
  width: 100%;
  overflow: hidden;
  padding-top: 120px;
}
.setR{
    position: absolute;
    right: 0;
    bottom: -37px;
    z-index: 1;
    color: rgb(80, 20, 106);
}
.setR a{ color: rgb(80, 20, 106);}
.s01_swiper .setR a{
    color: rgb(80, 20, 106);
}
.s01_list::after {
  position: absolute;
  content: "";
  width: 1048px;
  height: 538px;
  background: url("../images/s01_icon.png") no-repeat;
  right: -242px;
  top: -52px;
}

.s01_list .swiper-slide {
  height: 98px !important;
}

.s01_info {
  padding: 27px 35px;
  width: 576px;
  border-bottom: 1px solid rgb(208, 208, 208);
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.s01_temList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 95px;
  cursor: pointer;
}

.s01_time {}

.s01_time p {
  font-size: 24px;
  color: rgb(153, 153, 153);
}

.s01_time span {
  font-size: 14px;
  color: rgb(153, 153, 153);
}

.s01_info p {
  font-size: 18px;
}

.s01_info span {
  font-size: 14px;
  display: none;
  color: rgb(153, 153, 153);
  margin-top: 0px;
  line-height: 1.6;
}

.s01_list .swiper-slide-thumb-active .s01_info span {
  display: block;
}

.s01_list .swiper-slide-thumb-active {
  height: 140px !important;
}

.s01_list .swiper-slide-thumb-active .s01_info {
  background-color: white;
  border-bottom: 2px solid rgb(32, 42, 237);
  min-height: 140px;
}

.s01_list .swiper-slide-thumb-active .s01_time p {
  color: rgb(32, 42, 237);
  font-weight: bold;
}

.s01_list .swiper-slide-thumb-active .s01_time span {
  color: rgb(32, 42, 237);
}

.section02 {
  width: 100%;
  overflow: hidden;
}

.s02_swiper {
  margin-top: 79px;
  margin-bottom: 150px;
  position: relative;
}
.s02_swiper::after{
  position: absolute;
  content: "";
  width: 799px;
  height: 655px;
  background: url(../images/s02_icon5.png) no-repeat center;
  background-size: 100% 100%;
  left: -248px;
  top: -228px;
  z-index: -1;
}
.s02_swiper::before{
  position: absolute;
  content: "";
  width: 258px;
  height: 407px;
  background: url(../images/s02_icon6.png) no-repeat center;
  background-size: 100% 100%;
  right: -181px;
  top: -55px;
  z-index: -1;
}
.s02_swiper a {
  width: 287px;
  height: 187px;
  display: block;
  padding: 50px 15px;
  background: url("../images/s02_icon.png") center center / 100% 100% no-repeat;
  position: relative;
  z-index: 1;
}

.s02_swiper .swiper-slide {
  padding-bottom: 110px;
}

.s02_swiper a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgb(229, 229, 229);
  left: 46.4%;
  bottom: -49px;
}

.s02_swiper a::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background: url("../images/s02_icon2.png") center center / 100% 100% no-repeat;
  left: 43%;
  bottom: -66px;
  z-index: 2;
}

.s02_swiper a p {
  font-size: 18px;
  padding-bottom: 25px;
  border-bottom: 1px dashed rgb(191, 191, 191);
}

.s02_swiper a:hover {
  background: url("../images/s02_icon3.png") center center / 100% 100% no-repeat;
}

.s02_swiper a:hover i {
  display: block;
}

.s02_swiper a:hover::after {
  background-color: rgb(32, 42, 237);
}

.s02_swiper a:hover::before {
  background: url("../images/s02_icon4.png") center center no-repeat;
}

.s02_swiper a span {
  font-size: 14px;
  margin-top: 25px;
  display: block;
  line-height: 1.6;
}

.s02_swiper a:hover .s02_time {
  color: rgb(32, 42, 237);
}

.s02_swiper i {
  display: none;
  font-style: normal;
  font-size: 15px;
  position: absolute;
  left: 15px;
  bottom: 13px;
}

.s02_time {
  position: absolute;
  bottom: -110px;
  left: 37%;
  font-size: 24px;
  color: rgb(51, 51, 51);
}

.s02_swiper i::after {
  position: absolute;
  content: "";
  background: url("../images/section_icon.png") center center / 100% 100% no-repeat;
  width: 17px;
  height: 9px;
  bottom: 4px;
  right: -24px;
}

.s02_line {
  width: 100%;
  border-bottom: 1px dashed rgb(159, 159, 159);
  margin-top: -55px;
}

.s02_swiper .swiper-wrapper {
  align-items: end;
}

.section03 {
  width: 100%;
  background: url("../images/s03_bg.png") no-repeat bottom;
  background-size: 100% 100%;
}

.s03_swiper {
  margin-top: 80px;
}

.s03_swiper a {
  display: block;
  width: 445px;
  height: 358px;
  position: relative;
  overflow: hidden;
}

.s03_swiper a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
}

.s03_swiper a:hover .s03_time {
  display: none;
}

.s03_swiper a:hover .s03_tit {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.s03_swiper a:hover .s03_info::after {
  height: 90px;
  background: none;
  background-color: #202aedc4;
}

.s03_swiper a:hover img {
  transform: scale(1.1);
}

.s03_info {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.s03_info:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, black, #ffffff00);
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all .3s;
}

.s03_time {
  display: flex;
  align-items: end;
}

.s03_time p {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.s03_time span {
  color: white;
  margin-left: 10px;
}

.s03_tit {
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 7px;
}

.s03_pagetion {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  margin-bottom: 40px;
  align-items: center;
}

.s03_pagetion .swiper-pagination-bullet {
  width: 10px;
  height: 21px;
  display: block;
  margin: 0 23px;
  font-size: 18px;
  color: #202aed;
  position: relative;
  opacity: 1;
}

.s03_pagetion .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 1px;
  background-color: #202aed;
  right: -32px;
  bottom: 8px;
}

.s03_pagetion .swiper-pagination-bullet:last-child::after {
  display: none;
}

.s03_pagetion .swiper-pagination-bullet-active {
  width: 23px;
  height: 23px;
  background: url(../images/s03_icon.png) no-repeat center;
  color: transparent;

}

.section04 {}

.s04_box {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  position: relative;
}
.s04_box::after{
  position: absolute;
  content: "";
  width: 524px;
  height: 575px;
  background: url(../images/s04_icon3.png) no-repeat center;
  background-size: 100% 100%;
  right: -220px;
  bottom: -30px;
  z-index: -1;
}
.s04_boxL {
  width: 670px;
  height: 454px;
  overflow: hidden;
  position: relative;
}

.s04_boxL::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #000000, #99999900);
  left: 0;
  bottom: 0;
}

.s04_boxL a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.s04_boxL a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s04_boxL a p {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 18px;
  z-index: 1;
  color: white;
  padding-bottom: 7px;
  border-bottom: 2px solid #bc4026;
}

.s04_boxM {
  width: 345px;
  height: 453px;
  overflow: hidden;
  position: relative;
}

.s04_boxM::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #000000, #99999900);
  left: 0;
  bottom: 0;
}

.s04_boxM a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.s04_boxM a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s04_boxM a p {
  position: absolute;
  bottom: 10px;
  left: 0;
  font-size: 18px;
  z-index: 1;
  color: white;
  padding-left: 10px;
  padding-bottom: 7px;
  border-left: 2px solid #bc4026;
}

.s04_boxR {
  width: 360px;
  background: url(../images/s04_icon.png) no-repeat center;
  background-size: 100% 100%;
  padding: 0px 38px;
}

.s04_boxRtit {
  width: 176px;
  line-height: 45px;
  background: url(../images/s04_icon2.png) no-repeat center;
  text-align: center;
  font-size: 20px;
  color: #0869eb;
  margin: 0 auto;
  margin-top: 10px;
}

.s04_boxR ul {
  margin-top: 35px;
}

.s04_boxR ul li {
  position: relative;
  margin-top: 28px;
  transition: all .3s;
}

.s04_boxR ul li:hover {
  transform: translateY(-4px);
}

.s04_boxR ul li:first-child {
  margin-top: 0;
}

.s04_boxR ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: white;
  left: -15px;
  top: 7px;
}

.s04_boxR ul li a {
  font-size: 14px;
  color: white;
}

.f_link {
  background-color: #43187b;
}

.f_linkBox {
  display: flex;
  align-items: center;
}

.f_linkBox p {
  font-size: 15px;
  color: #ffffff;
  padding: 20px 0px;
}

.f_linkBox ul {
  display: flex;
  margin-left: 25px;
}

.f_linkBox ul li {
  margin-left: 20px;
  padding: 15px 10px;
  transition: all .3s;
}

.f_linkBox ul li:first-child {
  margin-left: 0;
}

.f_linkBox ul li a {
  font-size: 15px;
  color: #ffffff;
  display: block;
  
  padding: 5px;
}
.f_linkBox ul li:hover a{
outline: 1px solid;
}
.f_linkBox ul li:hover{
  transform: translateY(-4px);
  
}
.f_box{
  position: relative;
  overflow: hidden;
}
.f_box::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  background: url(../images/f_bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 0;
  animation: bgFloat 8s ease-in-out infinite;
}
@keyframes bgFloat {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-15px, -20px) scale(1.05); }
}
.f_boxCon{
    display: flex;
    justify-content: space-between;
    padding-top: 95px;
    padding-bottom: 85px;
    align-items: center;
}
.f_logo{
    width: 755px;
}
.f_logo img{
  width: 100%;
}
.f_info{
    width: 305px;
}
.f_info p{
  font-size: 15px;
  color: white;
  margin-top: 10px;
}
 
 
.wow {
  visibility: hidden; 
}

 
.wow.animate__animated {
  visibility: visible;
}

 
.animate__fadeInUp {
  --animate-duration: 1.2s;  
  --animate-delay: 0s;
}

 .section01 .section_tit .setR{
    display: none;
}
.section01 { --animate-delay: 0.4s; }
.section02 { --animate-delay: 0.4s; }
.section03 { --animate-delay: 0.4s; }
.section04 {--animate-delay: 0.4s;width: 100%;overflow: hidden;}
.footer   { --animate-delay: 0.5s; }
.s04_boxL{
  --animate-delay: 0.4s;
}
.s04_boxM{
  --animate-delay: 0.4s;
}
.s04_boxR{
  --animate-delay: 0.4s;
}
.list-page{
   --animate-delay: 0.4s;
}
.mobile-nav-wrapper {
  display: none;
}
.section02 .setR{
    bottom: -105px;
}