@charset "utf-8";
*{
	-webkit-overflow-scrolling: touch;
}
.wp {
  width: 15.6rem;
  padding: 0;
  margin: 0 auto;
  max-width: 94%;
}
.headder_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  height: 1.5rem;
  transition: 0.5s;
}

.headder_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/b_bg.png) 50% 0 no-repeat;
  background-size: 100% 100% !important;
  height: 1.75rem;
  z-index: -1;
}

.headder_box .wp {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 0 0 50px;
  width: auto;
}

.headder_box .logo img {
  max-width: 100%;
  height: 0.5rem;
}

.headder_box .logo img.img2 {
  display: none;
}

.headder_box .right {
  display: flex;
  align-items: center;
  padding: 0 0.8rem 0 0.22rem;
  justify-content: space-between;
}

.headder_box .right .ll .top {
  display: flex;
  justify-content: flex-end;
  padding: 0.18rem 0 0;
  align-items: center;
  position: relative;
  z-index: 10;
  margin-bottom: -0.08rem;
}

.headder_box .right .ll .bottom {
  display: flex;
  justify-content: flex-end;
  margin: 0.24rem 0 0;
}

.list_box2 {
  display: flex;
  margin: 0 -0.07rem;
  align-items: center;
}

.list_box2 li {
  padding: 0 0.08rem;
  font-size: 0.14rem;
  color: #fff;
}

.list_box2 li:nth-child(even) {
  margin-bottom: 0.02rem;
}

.list_box2 li a {
  display: flex;
  align-items: center;
  transition: 0.5s;
  opacity: 0.8;
}

.list_box2 li a img {
  margin: -2px 0.06rem 0 0;
}

.list_box2 li a img.img2 {
  display: none;
}

.headder_box .right .topl1 .bottom {
  margin: 0;
}
.headder_box .search {
  position: relative;
}

.headder_box .search:before {
  content: "";
  width: 1px;
  height: 0.14rem;
  position: absolute;
  left: 0.02rem;
  top: 50%;
  margin-top: -0.07rem;
}

.headder_box .search .form {
  display: block !important;
  position: relative;
  margin-left: 0.1rem;
}

.headder_box .search .form .serinp {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.headder_box .search .form .serbtn {
  width: 0.4rem;
  height: 0.4rem;
  position: relative;
  text-align: center;
  line-height: 0.4rem;
  font-size: 0.22rem;
  color: #fff;
}

.headder_box .search .form .serbtn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0);
  border: 0;
}

.headder_box .search .form .serinp input {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  background: #fff;
  border: 0;
  font-size: 0.15rem;
  border-radius: 0.1rem;
  color: #333;
  border: 1px solid #ddd;
}

.headder_box .search .form:hover .serinp {
  width: 2.6rem;
  opacity: 1;
  visibility: inherit;
}

.headder_box .search .form:hover .serinp input {
  padding: 0 0.4rem 0 0.1rem;
}

.headder_box .search .form:hover .serbtn {
  color: #004eb9;
}

.headder_box1 {
  position: fixed;
  height: 0.8rem;
  transform: translateY(-110%);
}

.headder_box1 .logo img {
  height: 0.3rem;
  width: auto;
}

.headder_box1:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(0, #0753bb 0%, #135bbe 100%);
  background-image: -webkit-linear-gradient(0, #0753bb 0%, #135bbe 100%);
  background-image: -ms-linear-gradient(0, #0753bb 0%, #135bbe 100%);
  opacity: 0.9;
  height: 100%;
}

.headder_box1 .right {
  width: 70%;
}
.showdiv .headder_box1 {
  transform: translateY(0);
}
#m_nav .list_box2 {
  flex-wrap: wrap;
  line-height: 1.75;
  justify-content: space-between;
  margin-bottom: 0.1rem;
  width: auto;
  margin: 0 auto 0.2rem;
}

#m_nav .list_box2 li {
  padding: 0 0.1rem;
  font-size: 0.15rem;
}

#m_nav .list_box2 .search {
  display: none;
}

.topl1 #nav {
  width: 100%;
  padding: 0;
}

.topl1 #nav li {
  padding: 0 0.2rem;
}

#nav {
  width: calc(100% - 0.9rem);
  height: 100%;
}

#nav ul {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

#nav ul li {
  z-index: 0;
  height: 100%;
  position: relative;
  white-space: nowrap;
}

#nav ul li a {
  display: flex;
  padding: 0;
  position: relative;
  z-index: 2;
  height: 100%;
  align-items: center;
}

#nav ul li h3 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.65rem;
  position: relative;
  transition: 0.36s;
  display: inline-block;
  font-weight: 700;
}

#nav ul li h3:after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  transition: 0.6s;
  border-left: transparent 0.75rem solid;
  border-right: transparent 0.75rem solid;
  border-bottom: #fff 1rem solid;
  margin-left: -0.75rem;
  opacity: 0;
  visibility: hidden;
}

#nav ul li.on1 h3:after {
  opacity: 1;
  visibility: visible;
}

#nav ul li a i {
  margin: -3px 0 0 0.625rem;
  display: inline-block;
  width: 10px;
  height: 5px;
  transition: 0.5s;
}

#nav ul li a i {
  display: inline-block;
  width: 9px;
  height: 6px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 8px;
}

#nav ul li .sub {
  position: absolute;
  top: 100%;
  background: #fff;
  width: auto;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: 0.5s;
  transform-origin: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 0.08rem 0.08rem;
  overflow: hidden;
}

#nav ul li .sub:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #aacd06;
}

#nav ul li .sub .box {
  padding: 3px 0 0;
  text-align: center;
}

#nav ul li .sub a {
  padding: 8px 30px;
  line-height: 28px;
  transition: 0.6s;
  font-size: 14px;
  color: #666;
  text-align: center;
  white-space: nowrap;
  font-family: SourceHanSerifCN-Bold;
  min-width: 160px;
  justify-content: center;
}

#nav ul li .sub a:hover {
  color: #fff;
  background: #004eb9;
}

#nav ul li:hover .sub {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

#nav > ul > li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
  opacity: 0.9;
}

#nav > ul > li h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -1.375rem;
  top: 50%;
  margin-top: -6px;
  transition: 0.3s;
  display: none;
}

#nav > ul > li:hover h3:after,
#nav ul li.on h3:after {
  transform: scale(1);
}

body.fixed {
  overflow: hidden;
}

.banner {
  height: 100vh;
  position: relative;
}

.main-visual-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-visual-slider {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.main-visual-slider .swiper-slide-duplicate-active .overlay,
.main-visual-slider .swiper-slide-active .overlay {
  opacity: 0.7;
}

.main-visual-slider .swiper-slide .visual-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1649px;
  height: 100%;
  width: 100%;
}

.main-visual-slider .swiper-slide .visual-img a {
  display: block;
  width: 100%;
  height: 100%;
}

.main-visual-slider .swiper-slide .visual-img img,
.main-visual-slider .swiper-slide .visual-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-visual-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.main-visual-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.banner .slide-banner .swiper-slide .bat {
  position: absolute;
  height: 0.7rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.banner .slide-banner .swiper-slide .bat1 {
  right: 110%;
}

.banner .slide-banner .swiper-slide .bat2 {
  left: 110%;
}

.main-visual-slider .swiper-slide .visual-img .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0 0.3rem 50px;
  z-index: 1;
}

.main-visual-slider .swiper-slide .visual-img .txt::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/hei_bg.png) 50% 100% no-repeat;
  background-size: 100% 1.4rem;
  z-index: -1;
}

.main-visual-slider .swiper-slide .visual-img .txt h3 {
  font-size: 0.26rem;
  color: #fff;
  width: auto;
  line-height: 1.375;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.6);
}

.main-visual-slider .swiper-pagination-bullet {
  width: 0.42rem;
  height: 0.42rem;
  background: 0 0;
  opacity: 1;
  margin: 0 !important;
  transition: 0.5s;
  position: relative;
}

.main-visual-slider .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 0.13rem;
  height: 0.13rem;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  transition: 0.5s;
  top: 50%;
  left: 50%;
  margin: -0.065rem 0 0 -0.065rem;
}

.main-visual-slider .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  width: 0.31rem;
  height: 0.31rem;
  background: url(../img/banner_dots_on.png) 50% no-repeat;
  transition: 0.5s;
  left: 50%;
  top: 50%;
  margin: -0.155rem;
  opacity: 0;
  background-size: 100%;
  transform: scale(0);
}

.main-visual-slider .swiper-pagination {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.main-visual-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 0;
}

.main-visual-slider
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
  transform: scale(1);
}

.main-visual-slider .swiper-pagination_box {
  position: absolute;
  bottom: 0.25rem;
  padding-right: 0.86rem;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.banner_box1 {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner {
  overflow: hidden;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.m_header_box {
  transition: 0.6s;
  display: none;
  height: 0.75rem;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0 0 0 15px;
  height: 0.75rem;
  background: url(../img/footer_bg.png) 50% no-repeat;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 5%);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo img {
  height: 0.2rem;
}

.m_header_box header #logo {
  padding: 0;
  width: 100%;
}

#nav_btn_box.on {
  background: 0 0;
}

#nav_btn_box {
  position: relative;
  width: 0.85rem;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  min-width: 0.85rem;
}

#nav_btn_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #aacd06;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -6px;
  border-right: #aacd06 7px solid;
  border-bottom: transparent 0.75rem solid;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.34rem;
  height: 18px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 100%;
}

#nav_btn .navbtn {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
  margin-top: -1px;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: "";
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: #fff;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: 0 0;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.m_nav_list {
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: auto;
  align-items: center;
  display: flex;
  background: rgba(255, 255, 255, 0.1);
}

.m_nav_list::-webkit-scrollbar {
  display: none;
}

#m_nav {
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100vh;
  right: -105vw;
  top: 0;
  display: none;
  padding: 70px 20px 20px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: block;
  align-items: flex-start;
  background: #004eb9;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: -moz-linear-gradient(0, #004eb9 0%, #2e81f5 100%);
  background-image: -webkit-linear-gradient(0, #004eb9 0%, #2e81f5 100%);
  background-image: -ms-linear-gradient(0, #004eb9 0%, #2e81f5 100%);
  overflow: hidden;
  overflow-y: scroll;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: #333;
  z-index: 10000;
  width: auto;
  height: 35px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

#m_nav.act {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.list_box_nav_mobile {
  width: 100%;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  margin: 0;
  margin-bottom: 0.2rem;
}

.list_box_nav_mobile > li {
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 auto;
}

.list_box_nav_mobile > li .con {
  position: relative;
}

.list_box_nav_mobile > li .a {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 0.56rem;
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  font-size: 0.2rem;
  display: flex;
  position: relative;
  transition: 0.5s;
}

.list_box_nav_mobile > li i {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  display: inline-block;
  background: url(../img/arrow_down.png) 50% no-repeat;
  background-size: 15px 15px !important;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
}

.list_box_nav_mobile > li.on1 i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.list_box_nav_mobile > li.on .a {
  color: #fff;
}

.list_box_nav_mobile > li .list {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}

.list_box_nav_mobile > li .list a {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2.5;
  border: none;
}

.nav_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.container01 .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container01 .box > img {
  width: 4.62rem;
  max-width: 94%;
}

.container01 .box .top {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.container01 .box .top a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container01 .box .top h6 {
  font-size: 0.14rem;
  color: #004eb9;
  margin-bottom: 0.3rem;
}

.container01 .box .top .banner-next {
  position: relative;
  height: auto;
  z-index: 1;
}

.container01 .box .top .banner-next .next-icon {
  -webkit-animation: scroll 2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
  -moz-animation: scroll 2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
  animation: scroll 2s cubic-bezier(0.15, 0.41, 0.69, 0.94) infinite;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    -o-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.title001 {
  margin-bottom: 0.15rem;
  height: 0.85rem;
  padding: 0.18rem 0 0;
}

.title001 h3 {
  font-size: 0.32rem;
  color: #004eb9;
  font-family: pingfang sc, pingfang sc-regular, 苹方;
  font-weight: 700;
}

.title001 h6 {
  font-size: 0.14rem;
  color: #004eb9;
  position: relative;
  /* padding: 0 0 0 .42rem; */
  margin: 0.08rem 0 0;
}

/* .title001 h6::before {
    position: absolute;
    content: "";
    width: .32rem;
    height: 2px;
    top: 50%;
    left: 0;
    background: #004EB9;
    margin-top: -1px
} */

.more001 .a {
  font-size: 0.14rem;
  color: #004eb9;
  display: flex;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}

.more001 .a .ico {
  width: 63px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.more001w .a .ico:before {
  background: #fff;
}

.more001w .a .ico .img2 {
  display: none;
}
.more001w .a .ico .img1 {
  width: 0.45rem;
  height: 0.26rem;
}

.title001s {
  display: flex;
  justify-content: space-between;
}

.title001s .rr {
  padding: 0.15rem 0 0;
}

.container01 {
  width: 8.3rem;
  position: relative;
  z-index: 101;
  bottom: 0;
  left: 0;
  right: 0;
}

.container02_box {
  overflow: hidden;
  background: #fff url(../img/container02_box.png) 0 no-repeat;
  position: relative;
}

.container02s {
  padding: 0.6rem 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.container02s .wp {
  display: flex;
  flex-wrap: wrap;
}

.container02s .left {
  width: 71%;
  position: relative;
  padding: 0 0.35rem 0.2rem 0;
  overflow: hidden;
}

.container02s .left::before {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 0.1rem;
  right: 0;
  width: 1px;
  background: #e8eaf2;
}

.container02s .right {
  width: calc(100% - 71%);
  padding: 0 0 0 0.35rem;
}

.container02s .left .fl01 {
  padding: 0 0 0.48rem;
}

.title-other .ll {
  margin-right: 0.6rem;
  cursor: pointer;
}
.title-other .ll h3 {
  color: #b5b7bd;
}
.title-other .line {
  width: 0.64rem;
  height: 0.04rem;
  background: #fff;
  margin: 0.1rem auto 0;
}
.title-other .ll:hover {
  transform: scale(1.01);
}
.title-other .active h3 {
  color: #004eb9;
}
.title-other .active .line {
  background: #004eb9;
}
.list_box4_box {
  position: relative;
  z-index: 1;
}

.list_box4 li {
}

.list_box4 li * {
  transition: 0.5s;
}

.list_box4 li a {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}

.list_box4 li .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.3rem;
  left: 0;
  background-size: cover !important;
}

.list_box4 li .img,
.list_box4 li .top {
  opacity: 0;
  visibility: hidden;
}

.list_box4 li .img .img_hezi {
  padding-bottom: 56.39% !important;
}

.list_box4 li .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/hei70.png) 50% 100% no-repeat;
  background-size: 100%;
}

.list_box4 li .top * {
  width: 100%;
}

.list_box4 li .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0.36rem 0.18rem;
}

.list_box4 li .top h5 {
  font-size: 0.2rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 700;
  margin: 0.1rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.list_box4 li .top p {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.24rem;
  height: 0.72rem\0;
  position: relative;
  margin: 0;
}

.list_box4 li .top hr {
  background: rgba(255, 255, 255, 0.4);
  margin: 0.15rem 0 0.1rem;
}

.list_box4 li .top h6 {
  font-size: 0.14rem;
  color: #fff;
}

.list_box4 li:nth-child(2) a .bg {
  transform: translateY(0.44rem);
}

.list_box4 li .bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6c390;
  opacity: 0.92;
}

.list_box4 li:nth-child(1) .bg:after {
  background: #2b7fd2;
}

.list_box4 li:nth-child(2) .bg:after {
  background: #e6c390;
}

.list_box4 li:nth-child(3) .bg:after {
  background: #e99a0e;
}

.list_box4 li.active {
}

.list_box4 li.active .img,
.list_box4 li.active .top {
  opacity: 1;
  visibility: visible;
}

.list_box4 li.active .bg {
  opacity: 0;
  visibility: hidden;
}

.list_box4_box .miso-arrow {
  width: 0.5rem;
  height: 0.5rem;
  fill: #fff;
  z-index: 10;
}

.list_box4_box .miso-arrow:hover {
  fill: #004eb9;
}

.list_box4_box .miso-prev {
  transform: rotate(90deg) translateX(-60%);
  left: 0.2rem;
}

.list_box4_box .miso-next {
  transform: rotate(-90deg) translateX(60%);
  right: 0.2rem;
}

.container02s .left .fl02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container02s .left .fl02 .ll {
  width: calc(100% - 3.12rem);
  padding: 0 0.7rem 0 0;
}

.container02s .left .fl02 .rr {
  width: 3.12rem;
}

.list_box7 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.39rem;
}

.list_box7 li {
  width: 50%;
  padding: 0.39rem;
}

.list_box7 li * {
}

.list_box7 li a {
  display: block;
  padding: 0;
  position: relative;
}

.list_box7 li a .con h5:after {
  content: "";
  position: absolute;
  top: 0.035rem;
  left: 0;
  width: 2px;
  height: 0.2rem;
  background: #004eb9;
}

.list_box7 li a .img .img_hezi {
  padding-bottom: 56.39% !important;
}

.list_box7 li a .con {
  padding: 0.2rem 0;
  position: relative;
}

.list_box7 li a .con h5 {
  font-size: 0.16rem;
  color: #333;
  line-height: 0.3rem;
  max-height: 0.9rem\0;
  position: relative;
  padding: 0 0 0 0.1rem;
  transition: 0.5s;
}

.list_box7 li a .con p {
  font-size: 0.15rem;
  color: #5f5f5f;
  line-height: 0.25rem;
  height: 0.75rem\0;
  position: relative;
  margin: 0.1rem 0 0;
}

.list_box7 li a .con h6 {
  font-size: 0.14rem;
  color: #004eb9;
}

.list_box7 li:nth-child(2) {
  transform: translateY(0.4rem);
}

.list_box7 li a .img_box {
  position: relative;
  z-index: 1;
}

.list_box7 li a .img_box .time {
  position: absolute;
  top: -0.31rem;
  left: 0.18rem;
  width: 0.62rem;
  height: 0.62rem;
  background: #aacd06;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.list_box7 li a .img_box .time h3 {
  font-size: 0.3rem;
  color: #fff;
}

.list_box7 li a .img_box .time h6 {
  font-size: 12px;
  color: #fff;
  margin: 0.02rem 0 0;
}

.list_box3 {
  overflow: hidden;
}

.list_box3 li * {
}

.list_box3 li a {
  border-bottom: #dedede 1px solid;
  padding: 0.28rem 0;
  display: block;
  position: relative;
}

.list_box3 li h5:before {
  content: "";
  position: absolute;
  top: 0.035rem;
  left: 0;
  width: 2px;
  height: 0.2rem;
  background: #004eb9;
}

.list_box3 li a:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #004eb9;
}

.list_box3 li h5 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  max-width: 100%;
  position: relative;
  padding: 0 0 0 0.1rem;
  max-height: 0.6rem\0;
  transition: 0.5s;
}

.list_box3 li p {
  font-size: 0.15rem;
  margin: 0.1rem 0 0;
  color: #5f5f5f;
  line-height: 0.25rem;
  height: 0.75rem\0;
}

.list_box3 li:last-child a {
  border-bottom: none;
}

.list_box5 li * {
  transition: 0.5s;
}

.list_box5 li a {
  display: block;
  position: relative;
}

.list_box5 li .img .img_hezi {
  padding-bottom: 2.33rem !important;
}

.list_box5 li .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/hei70s.png) 50% 180% no-repeat;
  background-size: 100%;
}

.list_box5 li .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 0.26rem 0.18rem;
  flex-direction: column;
}

.list_box5 li .top h6 {
  font-size: 0.14rem;
  color: #fff;
  text-indent: -0.05rem;
}

.list_box5 li .top h5 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.24rem;
  max-height: 0.48rem\0;
  font-weight: 700;
  margin: 0.1rem 0 0;
}

.list_box6 {
  margin: 0.15rem 0;
  overflow: hidden;
}

.list_box6 li * {
}

.list_box6 li a {
  display: block;
  padding: 0.15rem 0;
  position: relative;
}

.list_box6 li a:after {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  width: 0;
  height: 1px;
  background: #004eb9;
}

.list_box6 li h6 {
  font-size: 0.14rem;
  color: #004eb9;
  text-indent: -0.05rem;
  transition: 0.5s;
}

.list_box6 li h5 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  margin: 0.08rem 0 0;
  max-height: 0.6rem\0;
  transition: 0.5s;
}
.list_box6 .list_box6-more {
  width: 1.32rem;
  height: 0.36rem;
  border: 1px solid #bfbfbf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  color: #999999;
  margin-top: 0.1rem;
}
.list_box6 .list_box6-more:hover {
  border: 1px solid #004eb9;
  color: #004eb9;
}
.container03 {
  position: relative;
  padding: 0.76rem 0 0.8rem;
  z-index: 1;
}

.container03 .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background: url(../img/container03_bg1.png) 100% 100% no-repeat;
  background-size: 100% 100%;
}

.bg-big-logo {
  width: 2.2rem;
  position: absolute;
  top: 0.2rem;
  left: 50%;
  margin-left: -0.75rem;
  z-index: 9;
}

.container03 .wp-t {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.container03 .left {
  width: 50%;
  position: relative;
}

.container03 .right-wrap {
  width: 50%;
  position: relative;
}

.container03 .right {
  width: 8.15rem;
  padding: 0 0 0 1rem;
  position: relative;
  margin: 0.8rem 0 0;
}

.container03 .right .list6_box {
  margin-top: 0.4rem;
}

.container03 .right .list6_box h3 {
  text-align: center;
}

.container03 .right .list6_box .detail-btn {
  width: 0.8rem;
  height: 0.3rem;
  background: #7ebe27;
  font-size: 0.14rem;
  line-height: 0.3rem;
  text-align: center;
  color: #fff;
}

.container03 .right .list6_box .detail-btn:hover {
  opacity: 0.7;
}

.container03 .right .more001 {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0.1rem;
}

.container03 .right .right_wai {
  position: absolute;
  left: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  top: -0.15rem;
  z-index: 999;
}

.container03 .right .right_wai p {
  font-size: 12px;
  color: #fff;
  line-height: 0.24rem;
  text-align: right;
}

.container03 .right .title001 {
  margin: -0.15rem 0 0;
}

.container03 .list_box8_box {
  margin-right: 0;
  width: 100%;
  height: 100%;
}

.list_box8 li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.list_box8 li a .img_zd {
  width: 100%;
  height: 100%;
}

.container03 .left .top {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8.6rem;
  height: 1.68rem;
  display: flex;
  align-items: center;
  padding: 0 0.34rem 0 0.9rem;
  z-index: 2;
  background-image: -moz-linear-gradient(
    0,
    transparent,
    rgba(230, 195, 144, 0.9)
  );
  background-image: -webkit-linear-gradient(
    0,
    transparent,
    rgba(230, 195, 144, 0.9)
  );
  background-image: -ms-linear-gradient(
    0,
    transparent,
    rgba(230, 195, 144, 0.9)
  );
}

.container03 .left .top .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.container03 .left .top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: -moz-linear-gradient(
    0,
    transparent,
    rgba(126, 190, 39, 0.6)
  );
  background-image: -webkit-linear-gradient(
    0,
    transparent,
    rgba(126, 190, 39, 0.6)
  );
  background-image: -ms-linear-gradient(
    0,
    transparent,
    rgba(126, 190, 39, 0.6)
  );
}

.container03 .left .top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -moz-linear-gradient(
    0,
    transparent,
    rgba(126, 190, 39, 0.6)
  );
  background-image: -webkit-linear-gradient(
    0,
    transparent,
    rgba(126, 190, 39, 0.6)
  );
  background-image: -ms-linear-gradient(
    0,
    transparent,
    rgba(126, 190, 39, 0.6)
  );
  z-index: -1;
}

.container03 .left .top .title001 {
  margin: -0.1rem 0 0.1rem;
}

.title001w h3 {
  color: #fff;
}

.title001w h6 {
  color: #fff;
}

.title001w h6::before {
  background: #fff;
}

.more001w .a {
  color: #fff;
}

.container03 .left .top .box .more001 a {
  justify-content: flex-end;
  color: #fff;
}

.pagination-wrapper {
  font-size: 0;
  position: absolute;
  bottom: 0.4rem;
  left: 1.8rem;
  text-align: center;
  z-index: 10;
}

@keyframes pagination-container--animation-prev {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(18px);
  }
}

@keyframes pagination-container--animation-next {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-18px);
  }
}

.transition-prev .pagination-container {
  animation: pagination-container--animation-prev 0.3s forwards;
}

.transition-next .pagination-container {
  animation: pagination-container--animation-next 0.3s forwards;
}

.little-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  position: relative;
  z-index: 10;
}

.little-dot--first,
.little-dot--last {
  z-index: 5;
}

@keyframes slideLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-18px);
  }
}

.transition-prev .little-dot--first {
  animation: slideLeft 0.4s 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

@keyframes little-dot--first--animation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.transition-next .little-dot--first {
  animation: little-dot--last--animation 0.3s forwards;
}

@keyframes little-dot--last--animation {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.transition-prev .little-dot--last {
  animation: little-dot--last--animation 0.3s forwards;
}

@keyframes slideRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }

  100% {
    transform: translateX(18px);
    opacity: 1;
  }
}

.transition-next .little-dot--last {
  animation: slideRight 0.4s 0.3s forwards cubic-bezier(0.165, 0.84, 0.44, 1);
}

.big-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #004eb9;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}

.transition-next .big-dot {
  right: auto;
  left: -6px;
}

.big-dot-container {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  z-index: 10;
}

.transition-next .big-dot-container {
  right: auto;
  left: 3px;
}

@keyframes big-dot-container--animation-prev {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(-50%) rotate(-179deg);
  }
}

@keyframes big-dot-container--animation-next {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(-50%) rotate(-181deg);
  }
}

.transition-prev .big-dot-container {
  animation: big-dot-container--animation-prev 0.3s forwards;
}

.transition-next .big-dot-container {
  animation: big-dot-container--animation-next 0.3s forwards;
}

.pagination-wrapper .btn {
  position: absolute;
  top: 50%;
  fill: #fff;
  cursor: pointer;
  transition: fill 0.5s;
  width: 0.4rem;
  height: 0.4rem;
}

.pagination-wrapper .btn:hover {
  fill: #004eb9;
}

.pagination-wrapper .btn--next {
  left: calc(100% + 5px);
  transform: translateY(-50%) rotate(-90deg);
}

.btn--prev {
  right: calc(100% + 5px);
  transform: translateY(-50%) rotate(90deg);
}

.container03 .left .top .more001 .a .ico:after {
  background: #004eb9;
}

.list1 {
  margin-bottom: 0.3rem;
}

.list1 li a {
  display: flex;
  flex-wrap: wrap;
}

.list1 li a .ll {
  width: calc(100% - 2rem);
  padding: 0.22rem 0.2rem 0 0;
}

.list1 li a .ll h3 font {
  display: inline-block;
  font-size: 0.24rem;
  color: #fff;
  position: relative;
  padding: 0 0 0.2rem;
  line-height: 0.36rem;
  max-height: 0.72rem\0;
}

/* .list1 li a .ll h3 font::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .7rem;
    height: 2px;
    background: #e6c390
} */

.list1 li a .ll .con {
  font-size: 0.14rem;
  color: #fff;
  line-height: 0.24rem;
  height: 1.44rem\0;
  margin: 0.18rem 0 0.36rem;
  letter-spacing: 1px;
}

.list1 li a .ll svg {
  width: 0.3rem;
  height: 0.3rem;
  fill: #e6c390;
  transform: rotateX(180deg);
  margin: 0 0 0 0.1rem;
  transition: 0.5s;
}

.list1 li a .rr {
  width: 2rem;
  display: flex;
}

.list1 li a .rr img {
  width: 100%;
}

.list1 li a .ll h6 {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #e6c390;
}

.list2 {
  margin: 0;
}

.list5_box {
  padding: 0.1rem 0.4rem;
  margin: -0.32rem 0;
}

.list5_box .img {
  width: 1.28rem;
  height: 1.88rem;
  border-radius: 0.64rem;
  overflow: hidden;
  border: 1px solid #004eb9;
}
.list5_box .img .svg-clipped-img {
  height: 100%;
}

.list2 li {
  padding: 0;
}

.list2 li .overfloat-dot {
  text-align: center;
  font-size: 0.18rem;
  color: #fff;
  margin-top: 0.2rem;
  opacity: 0.8;
}

.list2 li a {
  display: block;
}

.list5_box .miso-prev {
  width: 0.4rem;
  height: 0.4rem;
  transform: rotate(90deg) translateX(-60%);
  right: 0;
  margin-top: -0.16rem;
}
.list5_box .miso-next {
  width: 0.4rem;
  height: 0.4rem;
  transform: rotate(-90deg) translateX(60%);
  right: 0;
  margin-top: -0.16rem;
}

/* .svg-clipped-img {
  transform: translateY(0.2rem);
} */

.list2 li.swiper-slide-active .img {
  filter: drop-shadow(0 0 0.04rem #e8c899);
}

.container04 {
  overflow: hidden;
  padding: 1.08rem 0 2.875rem;
  background: #f2f3f9 url(../img/container04_bg1.png) 50% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.container04 .wp {
  position: relative;
  z-index: 1;
}

.container04 .content {
  display: flex;
  flex-wrap: wrap;
}

.container04 .box {
  width: 50%;
}

.container04 .box:nth-child(2) {
  padding: 0 0 0 0.6rem;
}

.container04 .box:nth-child(1) .title001 {
  width: calc(50% - 0.08rem);
}

.container04 .title001 {
  margin-bottom: 0.2rem;
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}

.list3 li {
  width: 50%;
}

.list3 li a {
  display: block;
}

.list3 li * {
  transition: 0.5s;
}

.list3 li:nth-child(2) {
  transform: translateY(-0.9rem);
}

.list3 li .img .img_hezi {
  padding-bottom: 56% !important;
}

.list3 li .con {
  height: 3.1rem;
  padding: 0 0.38rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.list3 li .con::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  z-index: -1;
  background: #fff;
}

.list3 li .con h5 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  max-height: 0.9rem\0;
  position: relative;
  padding: 0 0 0 0.15rem;
}

.list3 li .con h5:before {
  content: "";
  position: absolute;
  top: 0.03rem;
  left: 0;
  width: 0.04rem;
  height: 0.24rem;
  background: #7ebe27;
}

.list3 li .con p {
  font-size: 0.16rem;
  color: #5f5f5f;
  line-height: 0.3rem;
  max-height: 1.2rem\0;
  margin: 0.15rem 0 0.2rem;
  padding: 0 0 0 0.15rem;
}

.list3 li .con h6 {
  font-size: 0.14rem;
  color: #004eb9;
  margin-bottom: 0.4rem;
  padding: 0 0 0 0.15rem;
}

.list3 li:nth-child(1) .con {
  background: #004eb9;
}

.list3 li:nth-child(1) .con * {
  color: #fff;
}

.list3 li:nth-child(1) .con p {
  opacity: 0.6;
}

.list3 li:nth-child(1) .con h5::before {
  background: #7ebe27;
}

.list4 {
  background: #fff;
}

.list4 li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list4 li a .img {
  width: 4rem;
}

.list4 li a .img .img_hezi {
  padding-bottom: 56% !important;
}

.list4 li a .con {
  width: calc(100% - 4rem);
  padding: 0 0 0 0.2rem;
}

.list4 li a .con h5 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.3rem;
  max-height: 0.9rem\0;
  transition: 0.5s;
  font-weight: bold;
}

.list4 li a .con h6 {
  width: 0.48rem;
  height: 0.04rem;
  background: #7ebe27;
  margin: 0.25rem 0 0;
}

.list5 {
  border-top: #d4d4d4 1px solid;
  padding: 0.2rem 0 0;
  margin: 0.3rem 0 0;
}

.list5 li * {
}

.list5 li a {
  display: block;
}

.list5 li a h5 {
  font-size: 0.18rem;
  color: #333;
  line-height: 0.5rem;
  position: relative;
  padding: 0 0 0 0.15rem;
  height: 0.5rem;
  transition: 0.5s;
}

.list5 li a h5:before {
  content: "";
  position: absolute;
  top: 0.16rem;
  left: 0;
  width: 2px;
  height: 0.18rem;
  background: #004eb9;
}

.container05 {
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.container05 .bg {
  height: 5.73rem;
  position: absolute;
  top: -1.5rem;
  right: 0;
  left: 0;
  z-index: -1;
  background: url(../img/container05_bg1.png) no-repeat;
  background-size: 100% 100% !important;
}

.container05 .title001_box {
  display: flex;
  justify-content: center;
  text-align: center;
}

.container05 .title001 {
  margin-bottom: 0;
  margin-bottom: 0.36rem;
  margin-top: -0.3rem;
}
.container05 .title001 h3 {
  color: #fff;
}
.container05 .title001 h6 {
  color: #fff;
}
.container05 .more001 {
  position: absolute;
  left: 50%;
  margin-left: 6rem;
  z-index: 2;
}
.container05 .more001 .a {
  color: #fff;
}

.container05 .content {
  overflow: hidden;
}

.container05 .slideHcp {
}

.container05 .bottom_box {
  margin: 1.25rem 0 0;
  display: flex;
  align-items: center;
  width: 1500px;
  max-width: calc(100% - 30px);
  justify-content: space-between;
}

.container05 .swiper-pagination-progressbar {
  width: calc(100% - 13.375rem);
  height: 5px;
  max-width: 100%;
  position: static;
  background: 0 0;
}

.container05 .swiper-pagination-progressbar:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #edeef0;
}

.container05
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #0e5da8;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  z-index: 5;
  transform: scale(0);
  transform-origin: left top;
}

.container05 .miso-arrow1_box .miso-arrow1 {
  width: 0.56rem;
  height: 0.56rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(99, 6, 95, 0.15);
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(calc(-0.28rem - 0.25rem));
  right: 0;
}

.container05 .miso-arrow1_box.miso-next1 {
  right: -0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container05 .miso-arrow1_box.miso-next1 svg {
  width: 0.28rem;
  height: 0.28rem;
  fill: #004eb9;
  transform: rotate(-90deg);
}

.container05 .miso-arrow1_box.miso-prev1 {
  left: -0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container05 .miso-arrow1_box.miso-prev1 svg {
  width: 0.28rem;
  height: 0.28rem;
  fill: #004eb9;
  transform: rotate(-90deg);
}

.container05 .miso-arrow1_box .swiper-button-prev {
  left: 0;
  margin: 0;
}

.container05 .miso-arrow1_box .swiper-button-prev:after {
  display: none;
}

.container05 .miso-arrow1_box .swiper-button-prev svg {
  width: 0.4rem;
  height: 0.4rem;
  fill: #004eb9;
  transform: rotate(90deg);
}

.container05 .miso-arrow1_box .swiper-button-next {
  right: 0;
  margin: 0;
}

.container05 .miso-arrow1_box .swiper-button-next:after {
  display: none;
}

.container05 .miso-arrow1_box .swiper-button-next svg {
  width: 0.4rem;
  height: 0.4rem;
  fill: #004eb9;
  transform: rotate(-90deg);
}

.container05 .swiper-container {
  padding: 0.25rem 0.35rem 0.75rem;
  margin: -0.25rem 0 0;
}
.container05 .swiper-container .title-wrap {
  padding: 0.2rem 0.13rem;
  display: none;
}
.container05 .swiper-container .img-title {
  font-size: 0.16rem;
  border-left: 2px solid #004eb9;
  padding-left: 0.13rem;
  line-height: 0.2rem;
  min-height: 0.4rem;
  display: flex;
  align-items: center;
}

.list_box11 li .img {
  border-radius: 0.05rem;
  box-shadow: 0 0 0.1rem 4px rgba(99, 6, 95, 0.1);
  background: #fff;
}

.list_box11 li .img .img_hezi {
  padding-bottom: 56% !important;
}

.container08_box {
  background: #fff url(../img/container08_box_bg.png) 100% 100% no-repeat;
  background-size: 100%;
  /* background-attachment: fixed; */
  position: relative;
  z-index: 1;
}

.container08 .wp {
  display: flex;
  flex-wrap: wrap;
}

.container08 .left {
  width: 22.3% !important;
  position: relative;
}

.container08 .left .img .img_hezi {
  padding-bottom: 7.14rem !important;
}

.container08 .left .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.6rem 0 0.16rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.title003 img {
  width: 0.94rem;
}

.container08 .center {
  width: 27.62% !important;
  position: relative;
}

.container08 .right {
  width: calc(100% - 22.3% - 27.62%);
}

.list_box14 {
  display: flex;
  flex-direction: column;
  width: 0.8rem;
  align-items: center;
}

.list_box14 li {
  margin: 0 0 0.2rem;
}

.list_box14 li .a {
  position: relative;
  cursor: pointer;
}

.list_box14 li .a .ewm {
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  top: 50%;
  transform: translateY(-50%) translateX(0.3rem) scale(0.3);
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  width: 116px;
  height: 116px;
  background: #fff;
  border-radius: 4px;
  padding: 0.06rem;
  transform-origin: left;
  z-index: 10;
}

.list_box14 li .a .ewm:before {
  content: "";
  position: absolute;
  top: 50%;
  border-top: transparent 0.08rem solid;
  border-bottom: transparent 0.08rem solid;
  border-right: #fff 0.08rem solid;
  left: -0.08rem;
  margin-top: -0.08rem;
}

.list_box14 li .a .ewm img {
  width: 100%;
  height: 100%;
}

.list_box14 li .a:hover .ewm {
  transform: translateY(-50%) translateX(0.5rem) scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.list_box15 li * {
  transition: 0.5s;
}

.list_box15 li a {
  display: block;
  position: relative;
}

.list_box15 li a .img::after {
  content: "";
  position: absolute;
  top: 0;
}

.list_box15 li a .img .img_hezi {
  padding-bottom: 7.14rem !important;
}

.list_box15 li a .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/hei70s1.png) 50% 101% no-repeat;
  background-size: 100%;
}

.list_box15 li a .top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  padding: 0 0.26rem 0.2rem 0.16rem;
}

.list_box15 li a .top .con {
  display: flex;
  width: 100%;
}

.list_box15 li a .top .con .ico {
  width: 0.4rem;
  padding: 0.06rem 0 0;
  text-align: center;
  flex-shrink: 0;
}
.list_box15 li a .top .con .ico img {
  width: 100%;
}

.list_box15 li a .top .con .ico h6 {
  font-size: 0.13rem;
  color: #fff;
  line-height: 1.25;
  margin: 0.1rem 0 0;
}

.list_box15 li a .top .con .con_li {
  width: calc(100% - 0.4rem);
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
}

.list_box15 li a .top .con .con_li h5 {
  font-size: 0.18rem;
  color: #fff;
  line-height: 0.26rem;
}

.list_box16 li a .img .img_hezi {
  padding-bottom: 3.57rem !important;
}

.list_box16 li a .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/hei70s2.png) 50% 100% no-repeat;
  background-size: 100%;
}

.list_box17 {
  width: 50%;
}

.list_box17 li a .img .img_hezi {
  padding-bottom: 3.57rem !important;
}

.list_box17 li a .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/hei70s3.png) 50% 100% no-repeat;
  background-size: 100%;
}

.container08 .right .right_bottom {
  display: flex;
  flex-wrap: wrap;
}

.container08 .right .right_bottom .box1 {
  width: 50%;
  height: 3.57rem;
  background: #e6c390;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0 0;
}
.container09 {
  padding: 1.5rem 0 1.2rem;
  overflow: hidden;
}

.container09 .content {
  position: relative;
  z-index: 1;
}

.container09 .content > svg {
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
  z-index: -1;
  left: 50%;
  margin-left: -1e3px;
}

.path {
  stroke-dasharray: 4, 2;
  animation: dash1 6s linear infinite;
}

@keyframes dash1 {
  to {
    stroke-dashoffset: -100;
  }
}

.list_box19 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_box19 li * {
  transition: 0.5s;
}

.list_box19 li i svg {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: 0s;
}

.list_box19 li i svg path {
  fill: transparent !important;
  transition: 0s;
}

.list_box19 li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.21rem;
  height: 1.21rem;
  position: relative;
  left: 50%;
  margin: 0 0 0 -0.605rem;
}

.list_box19 li a h5 {
  font-size: 0.24rem;
  color: #004eb9;
  font-family: pingfang sc, pingfang sc-regular, 苹方;
  font-weight: 700;
}

.list_box19 li a i {
  display: flex;
  width: 1.21rem;
  height: 1.21rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.list_box19 li a i .ico {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0.3);
  opacity: 1;
  border-radius: 50%;
  z-index: 9;
}

.list_box19 li a i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/list_box19_top.png) no-repeat 50% / cover;
  animation: circle1 10s linear 0s infinite;
  opacity: 0;
}

@keyframes circle1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.container10 {
  position: relative;
  z-index: 1;
  padding: 0 0 0.4rem;
  background: #fff url(../img/container10_bg.png) no-repeat;
  background-size: 12.5rem 4.86rem;
  background-position: 80% 70%;
}

.container10 .bg1 {
  width: 8.3rem;
  position: absolute;
  left: 50%;
  margin-left: -4.15rem;
  top: 3%;
  z-index: -1;
}

.container10 .bg1 img {
  width: 100%;
}

.container10 .title001_box {
  display: flex;
  justify-content: center;
  margin-bottom: 0.3rem;
}

.container10 .content {
  position: relative;
}

.container10 .item-box {
  width: 100%;
  height: 4.12rem;
  position: relative;
  overflow: hidden;
}
.container10 .item-box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.container10 .item-box .title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #ffffff;
  margin: 0.2rem auto 0.1rem;
}
.container10 .item-box .line {
  width: 1rem;
  height: 2px;
  background: #ffffff;
}
.container10 .item-box .item1 {
  position: absolute;
  width: 33%;
  height: 3.85rem;
  left: 0;
  bottom: 0;
  background: url(../img/container10_item_bg1.png) no-repeat;
  background-size: cover;
}
.container10 .item-box .item2 {
  position: absolute;
  width: 20%;
  height: 3.1rem;
  left: 34%;
  bottom: 0;
  background: url(../img/container10_item_bg2.png) no-repeat;
  background-size: cover;
}
.container10 .item-box .item3 {
  position: absolute;
  width: 18%;
  height: 2.55rem;
  left: 63%;
  top: 0;
  background: url(../img/container10_item_bg3.png) no-repeat;
  background-size: cover;
}
.container10 .item-box .item4 {
  position: absolute;
  width: 26%;
  height: 1.5rem;
  left: 55%;
  bottom: 0;
  background: url(../img/container10_item_bg4.png) no-repeat;
  background-size: cover;
  flex-direction: row;
}
.container10 .item-box .item4 .title {
  margin: 0 0.1rem;
}
.container10 .item-box .item4 .line {
  width: 0.02rem;
  height: 0.25rem;
}
.container10 .item-box .item5 {
  position: absolute;
  width: 18%;
  height: 4.12rem;
  left: 82%;
  top: 0;
  background: url(../img/container10_item_bg5.png) no-repeat;
  background-size: cover;
}

.container10 .item-box .item:hover {
  transform: scale(1.04) !important;
  transition: transform 1s cubic-bezier(0.25, 0, 0, 1);
}

.container10 .content .box1 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}

.container10 .content .left {
  width: 1.9rem;
}

.container10 .content .right {
  width: calc(100% - 1.9rem);
  padding: 0 0 0 1.2rem;
  position: relative;
  overflow: hidden;
  z-index: 10000000;
}

.container10 .content .right > svg {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  margin-top: -1.5px;
  z-index: -1;
}

.container10 .content .right:before {
  content: "";
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -0.07rem;
}

.danmu {
  width: 100vw;
  margin-top: 0.5rem;
  height: 3.2rem;
  position: relative;
}

.danmu .list {
  height: 0.5rem;
  background: #f1f6fd;
  border-radius: 0.35rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
}
.danmu .list img {
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.05rem;
  border-radius: 50%;
  vertical-align: text-top;
}

.d_lists {
  margin: 0;
  position: initial;
}

.d_lists .miso-list {
  padding: 5px 0;
  margin: -0.5px 0;
}

.d_lists li {
  max-width: 25%;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}

.d_lists li .a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fdfbfa;
  z-index: 1;
  cursor: pointer;
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
}

.d_lists li .a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: #004eb9 1px dashed;
  -webkit-animation: play 25s linear infinite;
  -moz-animation: play 25s linear infinite;
  animation: play 25s linear infinite;
}

.d_lists li .a > svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.d_lists li .a .ll {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
  opacity: 0.5;
}

.d_lists li .a .ll svg {
  width: 90%;
  height: 80%;
  transition: 0.5s;
  fill: #e6c390;
}
.d_lists li .a .ll svg .cls-2 {
  fill: #e6c390;
}

.d_lists li .a .rr {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0.2rem;
}

.d_lists li .a .rr h3 {
  font-size: 0.32rem;
  color: #004eb9;
  transition: 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.d_lists li .a .rr h6 {
  font-size: 0.17rem;
  color: #333;
  line-height: 0.24rem;
  margin: 0.1rem 0 0;
}

.container10 .content .right .swiper-pagination {
  left: 0;
  width: 3rem;
  top: 50%;
  margin: -0.07rem 0 0;
  text-align: left;
}

.container10 .content .right .swiper-pagination span {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  padding: 0;
  margin: 0 0.1rem 0 0;
  opacity: 1;
  border: 1px solid #004eb9;
}

.container10
  .content
  .right
  .swiper-pagination
  span.swiper-pagination-bullet-active {
  background: #004eb9;
}

@-webkit-keyframes borderAnimation1 {
  0% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }

  33% {
    -webkit-transform: skew(0.5deg, 0.5deg);
    transform: skew(0.5deg, 0.5deg);
  }

  66% {
    -webkit-transform: skew(-0.5deg, -0.5deg);
    transform: skew(-0.5deg, -0.5deg);
  }

  100% {
    -webkit-transform: skew(0, 0);
    transform: skew(0, 0);
  }
}

.pore {
  position: relative;
  max-width: 100%;
}

.container10 .svgbg {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
a .container10 .svgbg svg {
  display: block;
  margin: 0 auto;
  height: 7.52rem;
  pointer-events: none;
  transition: 0.5s;
}

.container10 .slideDatap {
  opacity: 1;
}

.container10 .svgbg .show svg {
  opacity: 0.2;
}

.container10 .slideDatap:after {
  content: "";
}

.container10 .slideDatap:before {
  content: "";
  width: 0.94rem;
  height: 0.85rem;
  position: absolute;
  top: 0.38rem;
  left: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

.container10 .slideDatap.show:after {
  width: 100vw;
  transition: 0.5s 1s;
}

.container10 .slideDatap.show:before {
  opacity: 0.2;
  left: -10vw;
  transition: 0.5s 1.5s;
}

.more3 {
  position: absolute;
  bottom: 0;
  right: 0.3rem;
  bottom: 0.25rem;
}
.more3 .a {
  display: flex;
}

.more3 .a h6 {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #fff;
  justify-content: flex-end;
  margin-left: 0.1rem;
}

#miso_loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 100000000;
}

.container01,
.container02,
.container03,
.container04,
.container05,
.container06,
.container07,
.container08,
.n-container01,
.n-container03,
.n-container04 {
  margin: 0 auto;
}

.slow {
  overflow: hidden;
  transition: 0.5s;
  background-size: 100% !important;
}

a:hover .slow img {
  transform: scale(1.1);
}

.slow img {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

h5 a,
.more a {
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.img_zd {
  position: relative;
  width: 100%;
}

.img_zd .img_hezi {
  padding-bottom: 60%;
  transition: 0.5s;
  background-size: cover !important;
}

.img_zd > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_n {
  display: none;
}

.more a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}

.miso-prev,
.miso-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: 0 0;
}

.miso-prev:hover,
.miso-prev:focus,
.miso-next:hover,
.miso-next:focus {
  color: transparent;
  outline: none;
  background: 0 0;
}

.miso-prev:hover:before,
.miso-prev:focus:before,
.miso-next:hover:before,
.miso-next:focus:before {
  opacity: 1;
}

.miso-prev.miso-disabled:before,
.miso-next.miso-disabled:before {
  opacity: 0.25;
}

.miso-prev:before,
.miso-next:before {
  font-size: 2rem;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  cursor: pointer;
  position: absolute;
}

.miso-prev {
  left: 0;
}

[dir="rtl"] .miso-prev {
  right: 0;
  left: auto;
}

.miso-prev:before {
  content: "";
  font-family: simsun;
}

[dir="rtl"] .miso-prev:before {
  content: "";
  font-family: simsun;
}

.miso-next {
  right: 0;
}

[dir="rtl"] .miso-next {
  right: auto;
  left: 0;
}

.miso-next:before {
  content: "";
  font-family: simsun;
}

[dir="rtl"] .miso-next:before {
  content: "";
  font-family: simsun;
}

.miso-prev,
.miso-next {
  position: absolute;
  display: flex;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  padding: 0;
  border: none;
  outline: none;
  top: 50%;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.miso-prev {
  left: 0;
}

.miso-next {
  right: 0;
}

h5 a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-btn {
  width: 0.18rem;
  margin-left: 0.2rem;
  margin-top: 0.03rem;
  cursor: pointer;
}

#imgDiv {
  position: absolute;
  z-index: 99999;
  background-color: red;
  cursor: pointer;
  text-align: center;
  /*width: 200px;
  height: 150px;*/
}
#imgDiv .ImgFirLine {
  margin-top: 6px;
}
#imgDiv .imgDivreset {
  position: absolute;
  top: -14px;
  right: 0px;
  color: #333;
}
#imgDiv a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#imgDiv a img {
  width: 100%;
  height: auto;
}

.xuanfu {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -0.915rem;
  transform: translateX(0);
  z-index: 10000;
  transition: 0.5s;
}
.xuanfu img {
  height: 1.83rem;
}
