@charset "utf-8";

/* */
@font-face {
  font-family: Bebas;
  src: url("../font/Bebas-Regular.ttf");
}



.a_body {
  position: relative;
  z-index: 0;
}

.section {
  overflow: hidden;
}

.header_box {
  position: fixed;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  padding: .32rem 0;
  transition: all .6s;
}


.header_box #header::before {
  content: "";
  position: absolute;
  height: 2.78rem;
  top: 0;
  left: 0px;
  right: 0px;
  transition: all 0.6s;
  opacity: 1;
  visibility: visible;
  background: url("../images/headbg.png") center top / 100% 100% repeat-x;
  z-index: -1;
}


.header_box #header.xg::before {
  background: #22B5AF;
  height: 1.4rem;
}

.head .right {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.head .right .t-link{
  width:100%;
  display:flex;
  justify-content:flex-end;
}
.head .right .t-link a{
    color: #fff;
    font-size: .14rem;
    line-height: .2rem;
    background: url(../images/gojiuban.png) no-repeat;
    background-size: .14rem auto;
    background-position: right center;
    padding-right: .2rem;
}
.header_top {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: .2rem;
}

.list_box0 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}


.list_box0 .li {
  width: .94rem;
  height: .3rem;
  background: #FFB200;
  border-radius: .2rem;
  font-size: 0.18rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.list_box0 .li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  padding: 0 0.15rem;
  line-height: .3rem;
}


.list_box0 .li a img {
  padding-right: 0.05rem;
  height: .18rem;
}

.list_box0 .li:first-child a {
  border-left: none;
}

.list_box0 .li a.search_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: none;
  padding-left: 0;
  padding-right: 0;
  width: .32rem;
  height: .32rem;
  border: 0.6px solid #FFFFFF;
  border-radius: 5px;
}

.list_box0 .li a.search_btn img {
  padding-right: 0;
}

#m_header .list_box0 {
  float: right;
}

#m_header .list_box0 .li {
  line-height: 60px;
}

#m_header .list_box0 .li a .ewm_box {
  top: 60px;
}

#m_header .list_box0 .li a>img {
  height: 12px;
}

.list_box_01 {
  font-size: 0px;
  white-space: nowrap;
  padding: 0.1rem;
}

.list_box_01 li {
  text-align: center;
  display: block !important;
  margin: 0px 15px !important;
}

.list_box_01 li h3 img {
  border: 1px solid rgb(237, 237, 237);
  width: 85px;
  height: 85px;
}

.list_box_01 li h5 {
  font-size: 0.12rem;
  color: rgb(102, 102, 102);
  line-height: 20px;
  margin: 0px;
}

.list_box0 .li::after {
  content: "";
  position: absolute;
  left: -0.26rem;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.8;
}

.list_box0 .li:first-child::after {
  display: none;
}

.head .head-b .wp {
  position: relative;
  display: flex;
  justify-content: space-between;

  align-items: center;
}

#logo {
  height: 100%;
  display: flex;
  align-items: center;
}

#logo img {
  max-width: 100%;
  transition: all 0.5s ease 0s;
  height: .7rem;
}

#nav {}

#nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#nav ul li {
  height: 100%;
  position: relative;

}

#nav ul li a {
  display: block;
  position: relative;
  padding: .2rem 0;
}

#nav ul li h3 {
  position: relative;
  padding: 0 .18rem;
  font-size: 0.2rem;
  color: #fff;
}



#nav ul li .sub {
  display: flex;
  align-items: center;
  position: absolute;
  top: 100%;
  background: #fff;
  height: 100%;
  width: auto;
  min-width: 1.5rem;
  height: auto;

  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

#nav ul li:last-child .sub {
  left: auto;
  right: 0;
  transform: translateX(0) scaleY(0);
}

#nav ul li:last-child:hover .sub {
  transform: translateX(0) scaleY(1);

}


#nav ul li .sub::after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #eb7a0b;
}

#nav ul li .sub .box {

  padding: 0.14rem .3rem;
  text-align: center;

  width: 100%;
}

#nav ul li .sub a {
  margin: .1rem 0;
  line-height: 0.28rem;
  transition: all 0.6s ease 0s;
  padding: 0;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
}

#nav ul li .sub a:hover {
  color: #D28B44;

}

#nav ul li:hover .sub {
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}

#nav ul li.on h3,
#nav ul li:hover h3 {

  color: #D28B44;
}

/* #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li:hover a h3,.body_home.showdiv #header #nav ul li.on a h3{color:#fff;opacity:.7} */


.search_btn {
  cursor: pointer;
  margin-left: .19rem;
}


.head.xg .wp {
  /* align-items: center; */
}




.head.xg .head-b .wp {}

.head.xg::before {
  height: 0;
}

#m_nav * {
  transition: all 0s ease 0s;
}

.m_header_box {
  transition: all 0.6s ease 0s;
  display: none;
  position: relative;
  z-index: 100000;
}

.m_header_box header {
  padding: 0px 0px 0px 0;
  height: 0.7rem;
  background: #22B5AF;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.m_header_box header #logo img {
  height: auto;
  max-height: 0.5rem;
}

.m_header_box header #logo {
  padding: 0px;
  width: calc(100% - 80px);
}

#nav_btn_box.on {
  background: none;
}

#nav_btn_box {
  position: relative;
  width: 1rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

#nav_btn_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
}

#nav_btn_box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -.15rem;
  border-right: .15rem solid rgb(255, 255, 255);
  border-top: 0.7rem solid transparent;
  display: none;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  transition: all 0.5s ease 0s;
  outline: none;
  box-shadow: none;
}

#nav_btn .point {
  display: inline-block;
  width: 0.4rem;
  height: 22px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 0.28rem;
}

#nav_btn .navbtn {
  position: absolute;
  top: 12px;
  left: 0px;
  display: inline-block;
  width: 18px;
  height: 2px;
  transition: all 0.3s ease-out 0s;
  background: #22B5AF;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0px;
  display: inline-block;
  width: 24px;
  height: 2px;
  content: "";
  transition: all 0.3s ease-out 0s;
  background: #22B5AF;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: transparent;
}

#nav_btn .point.on .navbtn::after {
  transform: rotate(45deg);
  top: 0px;
}

#nav_btn .point.on .navbtn::before {
  transform: rotate(-45deg);
  top: 0px;
}

.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: 0px;
  padding: 70px 20px 30px;
  overflow: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out 0s;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: 0% 0% / cover rgb(247, 247, 247);
  opacity: 0;
  visibility: hidden;
}

#m_nav .close {
  position: absolute;
  top: 7px;
  right: 15px;
  left: 15px;
  font-size: 30px;
  color: rgb(51, 51, 51);
  z-index: 10000;
  width: auto;
  height: 35px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
}

#m_nav.act {
  pointer-events: auto;
  right: 0px;
  opacity: 1;
  visibility: visible;
}

#m_nav .search_box input.submit {
  background: url("../images/submit.png") center center / 0.28rem no-repeat #A21111;
}

#m_nav .list_box0 {
  width: 90%;
  margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
  width: auto;
  text-align: center;
  color: #fff;
  margin: 0px 0rem 0.15rem;
  font-size: 14px;
  margin-left: .15rem;
}

#m_nav .list_box0 .li a {
  background: none;
  padding: 0 0.2rem;
}

#m_nav .old_rukou {
  margin: 0.24rem 0px 0px;
  width: 100%;
}

.list_box_nav_mobile {
  width: 100%;
  /* height: calc(100% - 3rem); */
  padding: 0px 0px 10px;
  overflow: hidden scroll;
  margin: 0px;
  /* flex: 1 1 0%; */
}

.list_box_nav_mobile>li {
  width: 90%;
  overflow: hidden;
  padding: 0px;
  position: relative;
  margin: 0px auto;
}

.list_box_nav_mobile>li .con {
  position: relative;
}

.list_box_nav_mobile>li .a {
  width: 100%;
  border-bottom: 1px solid rgb(226, 226, 226);
  line-height: 0.64rem;
  color: rgb(51, 51, 51);
  padding: 0px;
  font-size: 16px;
  display: flex;
  position: relative;
  transition: all 0.5s ease 0s;
}

.list_box_nav_mobile>li i {
  opacity: 1;
  width: 0.64rem;
  height: 0.64rem;
  background-image: url("../images/arrow_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  position: absolute;
  display: block;
  right: 0px;
  top: 2px;
  background-size: 15px 15px !important;
}

.list_box_nav_mobile>li.on1 i {
  transform: rotate(-90deg);
}

.list_box_nav_mobile>li.on .a {
  border-bottom: 1px solid rgb(226, 226, 226);
}

.list_box_nav_mobile>li .list {
  padding: 10px 0px;
  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: rgb(102, 102, 102);
  line-height: 2.5;
}

.nav_mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 888;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

.dlnr {
  position: static;
  left: 0;
  display: flex;
  align-items: center;

  overflow: hidden;
}

.dlnr span {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0 .08rem;
  font-size: .14rem;
  color: #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.dlnr span img {
  margin-right: .1rem;
  height: .3rem;
}

.dlnr span:first-child {
  border-left: none;
}

.dlnr span a {
  font-size: .14rem;
  color: #D28B44;
}

/* 手机搜索 */
.wap_search {
  font-size: 0.16rem;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  width: 100%;
  height: 0.6rem;
  display: block;
  margin-bottom: .1rem;
}

.wap_search .header-search {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 0.2rem;
  background: rgb(255, 255, 255);
  position: relative;
  width: 100%;
  margin: 0rem auto;
  padding: 0 .15rem;
}

.wap_search .input {
  flex: 1;
  min-width: 0;
  font-size: 0.14rem;
  color: #333;
  height: 0.6rem;
  line-height: 0.5rem;
  padding: 0px 0.24rem;
  box-shadow: none;
  appearance: none;
  float: left;
  border-right: 0px;
  background: none;
  width: calc(100% - 40px);
}

.wap_search .btn_blue {
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  border: 0px;
  background: url("../images/submit.png") center center no-repeat #22B5AF;
  border-radius: 50%;
  background-size: 22px;
}

.wap_search .btn_blue.fr {
  background: rgb(233, 237, 239);
  color: rgb(78, 79, 83);
}

.wap_search input::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

.wap_search input:focus::-webkit-input-placeholder {
  color: transparent;
}

/* pc搜索 */
.search_btn {
  cursor: pointer;
}

.search_btn svg {
  fill: rgb(255, 255, 255);
  width: 16px;
  height: 16px;
}

.search-dialog-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0px;
  background: #A21111;
  transition: all 0.6s ease 0s;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
}

.search-dialog-box.on::before {
  height: 100%;
  display: none;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: all 0.6s ease 0s;
}

.search-dialog {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0px;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.7rem;
  width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
  background-color: #38b9b4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../images/search-btn.png");
  font-size: .2rem;
  color: #fff;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close-btn.png");
  background-size: 0.56rem;
  border-radius: 100%;
  margin-right: 0.16rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
  font-size: 0px;
  width: 0.49rem;
  margin: 0.096rem auto 0px;
  box-sizing: border-box;
  padding: 0px 0.096rem;
  overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
  font-size: 0.06rem;
  line-height: 0.08rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding-left: 0.096rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.08rem;
}

.search-dialog .hot-link {
  margin-left: 0.16rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  zoom: 1;
  font-size: 0.06rem;
  line-height: 0.08rem;
  margin-right: 0.12rem;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0px;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: rgb(255, 255, 255);
  font-family: gilroy-regular;
  margin-top: 0.5rem;
  overflow: hidden;
}

.header-right.is-open .bubbles-bg {
  visibility: visible;
  opacity: 1;
}

.header-right.is-open .search-btn .con-box {
  display: none;
}

.header-right.is-open .close-btn {
  display: block;
}

.header-right.is-open .item .search-bg {
  transform: scale(1);
}

.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(28, 90, 183);
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background-image: url("../images/close-btn.png");
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}

@media screen and (max-width: 1024px) {
  .header_box {
    display: none;
  }

  .m_header_box {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }
}

/* banner */
.main-visual-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-visual-slider {
  overflow: hidden;
  position: relative;
}

.main-visual-slider .swiper-slide {
  overflow: hidden;
}

.swiper-box1 .imged {
  padding-bottom: 50%;
}

.swiper-box1 .slide-inner {
  position: relative;
  overflow: hidden;
}


.main-visual-slider .imged {
  transform: translate3d(0px, 0px, 0px) scale(1.05);
  transition: opacity 0.5s
}

.main-visual-slider .swiper-slide-active .imged {
  transform: scale(1);

}

.main-visual-slider video {
  transform: scale(1.1)\0;
}

.main-visual-slider a p {
  color: #fff;
  font-size: 0.28rem;
  line-height: 1.5;
  position: absolute;
  left: 15%;
  bottom: 4%;
  width: 70%;
  z-index: 10;
}

.banner .btn {
  font-size: 0;
  bottom: 1.8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .swiper-container .btn span {
  position: relative;
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.07rem;
  opacity: 1;
  background: rgba(255, 255, 255, .7);
}

.banner .swiper-container .btn .swiper-pagination-bullet-active {
  width: .5rem;
  border-radius: .2rem;
  background: #fff;
}

@media screen and (min-width: 2300px) {
  .header_box #header::after {
    width: 18%;
  }
}

@media screen and (min-width: 1200px) {
  .swiper-box1 .imged {
    padding-bottom: 82vh;
  }
}



@media screen and (max-width: 1400px) {
  #logo img {
    height: .7rem;
  }

  #nav ul li h3 {
    font-size: .18rem;
  }
}

@media screen and (max-width: 1200px) {

body{margin-top:.7rem}

  .swiper-box1 .imged {
    padding-bottom: 50%;
  }

}

@media screen and (max-width: 1024px) {}

.index {
  position: relative;
  margin-top: -1.7rem;
  background: url(../images/main.png) no-repeat center top/cover;
  z-index: 9;
}

.index .jqr {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 90;
}

.nav_r {
  position: fixed;
  top: 2rem;
  left: .6rem;
  z-index: 9;
  padding-top: .65rem;
  background: url(../images/navl_xx.png) no-repeat center top/.15rem auto;
 opacity: 0;
  transition: all 0.5s;
}

.nav_r.on {
 opacity: 1;
}

.nav_r ul li {
  position: relative;
  width: .17rem;
  padding-bottom: .55rem;
  cursor: pointer;
  /* transition: all .6s; */
}

.nav_r ul li a {
  font-size: 0;
}

.nav_r ul li.on a {
  font-size: .18rem;
  color: #353535;
}

.nav_r ul li::before {
  content: "";
  position: absolute;
  top: .1rem;
  width: .07rem;
  height: .07rem;
  background: #22B5AF;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.nav_r ul li.on::before {
  opacity: 0;
  z-index: -1;
}

.nav_r ul li:after {
  content: "";
  position: absolute;
  bottom: .05rem;
  width: 1px;
  height: .37rem;
  background: #D8D8D8;
  left: 50%;
  transform: translateX(-50%);
}

/* home1 */

.home1 {
  width: 100%;
  padding: 1rem 0 .75rem;
  overflow: hidden;
}

.title {
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.title h3 {
  font-size: .4rem;
  color: #353535;
}

.title .h3 {
  position: relative;

}


.title .h3 h3 span {}

.title .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.title .more a {
  display: block;
  padding-right: .15rem;
  font-size: .14rem;
  color: #353535;
  font-weight: bold;
  line-height: .16rem;
  background: url(../images/more.png) no-repeat right top;
}

.title .more a:hover {
  color: #22B5AF;
}

.home1-t {
  justify-content: space-between;
  align-items: flex-start;
}

.home1-t .left {
  width: 49%;
  margin-top: .5rem;

}

.hl-t ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: .35rem;
}

.hl-t ul li {
  width: 48%;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  border-radius: 12px;
  transition: all .6s;
}

.hl-t ul li:hover {
  box-shadow: 0 0 20px #e0e0e0;

}

.hl-t ul li a {
  position: relative;
  display: block;
  padding: .25rem;
  padding-right: .75rem;
}

.hl-t ul li a i {
  position: absolute;
  right: .25rem;
  top: 50%;
  transform: translateY(-50%);
  width: .32rem;
  height: .32rem;
  background: url(../images/h2l_more.png) no-repeat center center/.32rem auto;
}

.hl-t ul li a span {
  display: block;
  position: relative;
  font-size: .18rem;
  color: #353535;
  margin-bottom: .14rem;
  padding-left: .12rem;
  font-family: Bebas;
}

.hl-t ul li a span:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #22B5AF;
  left: 0;
  top: 50%;
  transform: translateX(-50%);
}

.hl-t ul li a p {
  font-size: .2rem;
  color: #353535;
}

.h1l_listw ul {
  margin: 0 -.16rem;
}

.h1l_listw .slick-slide {
  margin: 0 .16rem;
}

.h1l_listw .slick-slide a {
  display: block;
  position: relative;
  padding: .35rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.h1l_listw .slick-slide a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  bottom: -1px;
  height: 1px;
  background: #22B5AF;
  transition: all .6s;
}

.h1l_listw .slick-slide a span {
  display: block;
  padding-left: .24rem;
  font-size: .18rem;
  line-height: .24rem;
  color: #9E9E9E;
  background: url(../images/h1l-time.png) no-repeat left center/.16rem auto;
  margin-bottom: .15rem;
  font-family: Bebas;
}

.h1l_listw .slick-slide a p {
  font-size: .2rem;
  color: #353535;
}

.h1l_listw .slick-dots {
  position: static;
  margin-top: .4rem;
}

.h1l_listw .slick-dots li {
  width: .4rem;
  height: 3px;
  background: #D8D8D8;
  margin: 0;
}

.h1l_listw .slick-dots li button::before {
  display: none;
}

.h1l_listw .slick-dots li.slick-active {
  background: #22B5AF;
}

.home1-t .right {
  width: 42.5%;
}

.search-con {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 1.84rem;
  padding-left: .28rem;
  padding-right: .42rem;
  background: #FFFFFF;
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  margin-bottom: .4rem;
}

.search-con>div {
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
}

.search-con input[type="text"] {
  width: calc(100% - .32rem);
  height: .64rem;
  line-height: .64rem;
padding-left:0.31rem;
}

.search-con input[type="text"]::placeholder {
  font-size: .18rem;
  color: rgba(158, 158, 158, 0.7);
}

.cx-sel {
  position: relative;
  width: 1rem;

}

.search-con input[type="image"] {
  height: .32rem;
}

.cx-sel p {
  font-size: 0.18rem;
  line-height: .58rem;
  color: #4D4D4D;
  position: relative;
  cursor: pointer;
}

.cx-sel p::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 0.2rem;
  border-top: 8px solid #22B5AF;
  border-right: 5px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 5px solid transparent;
}

.cx-sel ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  min-width: 1.5rem;
  background: rgba(255, 255, 255, 0.8);
  max-height: 2rem;
  overflow: auto;
  display: none;
  border-radius: 0.05rem;
  padding: 0 .22rem;
  z-index: 999;

}

.cx-sel ul li {
  line-height: 0.4rem;
  color: #999;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  border-bottom: 0.5px solid #999999;
  cursor: pointer;
  text-align: center;
}

.cx-sel ul li:last-child {
  border-bottom: none;
}

.cx-sel ul li:hover {
  color: #22B5AF;
}

.hr-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hr-t .hrtl {
  width: 47.9%;
  margin-top: .2rem;
}

.hr-t .hrtl ul li {
  position: relative;
  margin-top: .12rem;
}

.hr-t .hrtl ul li:after {
  content: "";
  position: absolute;
  right: .16rem;
  top: .16rem;
  width: .16rem;
  height: .16rem;
  border-radius: 50%;
  background: url(../images/h5r-tb.png) no-repeat center center/.16rem auto;
  opacity: 0;
  z-index: -1;
  transition: all .6s;
}

.hr-t .hrtl ul li:hover:after {
  opacity: 1;
  z-index: 9;
}

.hr-t .hrtl ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 1.64rem;
  padding: .4rem;
  background: url(../images/h1r-bg.png) no-repeat right bottom/cover;
  border-radius: .2rem;
  transition: all .6s;
}

.hr-t .hrtl ul li:hover a {
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  border-radius: .12rem;
}

.hr-t .hrtl ul li a p {
  font-size: .18rem;
  color: #9E9E9E;
  margin: .05rem 0;
}

.hr-t .hrtl ul li a p span {
  font-size: .48rem;
  color: #353535;
  font-family: Bebas;
}

.hr-t .hrtr {
  width: 48.5%;
  background: #FFFFFF;
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  border-radius: .12rem;
  padding: .35rem;
  padding-bottom: 0;
}

.hr-t .hrtr .htr_bt {
  position: relative;
  padding-top: .25rem;
  margin-bottom: .1rem;
}

.hr-t .hrtr .htr_bt h2 {
  font-size: .24rem;
  color: #353535;
}

.hr-t .hrtr .htr_bt p {
  position: absolute;
  top: 0;
  font-size: .6rem;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 102, 255, 0.045) 0%, rgba(0, 102, 255, 0) 100%);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Bebas;
}

.hr-t .hrtr ul li {
  border-bottom: 1px solid #F1F1F1;
  padding-top: .2rem;
  padding-bottom: .3rem;
}

.hr-t .hrtr ul li:last-child {
  border-bottom: none;
}

.hr-t .hrtr ul li p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: .24rem;
  color: #353535;
  margin-bottom: .1rem;
}

.hr-t .hrtr ul li p img {
  height: .24rem;
}

.hr-t .hrtr ul li p:nth-child(2) {
  font-size: .16rem;
}

.hr-t .hrtr ul li p span {
  display: inline-block;
  font-family: Bebas;
  padding: 0 .1rem;

}

.hr-t .hrtr ul li p:nth-child(2) img {
  margin-right: .15rem;
}

.hr-t .hrtr ul li p a {
  display: block;
  border: 1px solid #FFDB9E;
  margin-top: .05rem;
  font-size: .14rem;
  color: #E1AE86;
  line-height: .24rem;
  padding: 0 .08rem;
  background: #FFFAE5;
  border-radius: .05rem;
}

@media screen and (min-width: 1200px) {
  .h1l_listw .slick-slide a:hover p {
    color: #22B5AF;
  }

  .h1l_listw .slick-slide a:hover:after {
    width: 100%;
  }
}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
  .nav_r {
    display: none;
  }

  .home1-t .left {
    width: 100%;
  }

  .home1-t .right {
    width: 100%;
    margin-top: .15rem;
  }

  .hr-t .hrtr ul li p a {
    margin-right: .15rem;
  }
}

@media screen and (max-width:768px) {
  .hl-t ul li {
    width: 100%;
    margin-bottom: .15rem;
  }

  .index {
    margin-top: 0;
    background: #8cdeda url(../images/main.png) no-repeat center top / cover;
  }

  .h1l_listw .slick-slide a {
    padding: .15rem 0;
  }

  .hr-t .hrtl {
    width: 100%;
    margin-top: 0;
  }

  .search-con {
    margin-bottom: .2rem;
  }

  .hr-t .hrtr {
    width: 100%;
    margin-top: .2rem;
  }

  .banner .btn {
    bottom: .2rem;
  }

  .home1 {
    padding-top: 0;
    padding-bottom: .3rem;
  }
}

@media screen and (max-width:420px) {}

/* home2 */
.home2 {
  position: relative;
  overflow: hidden;
}

.home2::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 5.66rem;
  height: 4.46rem;
  background: url(../images/h2_bg.png) no-repeat center center/100% 100%;
}

.home2 .title {
  justify-content: center;
  margin-bottom: .65rem;
}

.home2 .title .h3 h3 span {
  color: #353535;
}

.home2-t {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}

.home2-t .left {
  flex: 1;
  min-width: 0;
}

.h2l-big {
  margin-bottom: .4rem;
}

.h2l-big .h2tp_big {
  display: flex;
  flex-wrap: wrap;
}

.h2l-big .scale {
  width: 6.5rem;
  border-radius: 1.5rem 2.5rem 2.5rem 0.3rem;
}

.h2l-big .cont {
  position: relative;
  flex: 1;
  min-width: 0;
  margin-left: .7rem;
}

.tw-listw h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: .14rem;
  color: #9E9E9E;
  font-weight: normal;
  margin-bottom: .16rem;
}

.tw-listw h2 span {
  min-width: 1.5rem;
  height: .28rem;
  line-height: .28rem;
  background: #22B5AF;
  border-radius: 1rem;
  text-align: center;
  font-size: .16rem;
  color: #fff;
}

.tw-listw .cont h3 {
  font-size: .24rem;
  color: #333;
  font-weight: bold;
}

.tw-listw .cont h4 {
  margin-top: .12rem;
  margin-bottom: .3rem;
  padding-left: .22rem;
  font-size: .14rem;
  color: #9E9E9E;
  background: url(../images/h2l-rw.png) no-repeat left center/.15rem auto;
  line-height: .2rem;
}

.tw-listw .cont .js_tit {
  margin-bottom: .2rem;
}

.tw-listw .cont .js_tit span {
  display: inline-block;
  line-height: .33rem;
  padding: 0 .08rem;
  font-size: .16rem;
  color: #9E9E9E;
  border-radius: .05rem;
  margin-right: .2rem;

}

.tw-listw .cont .js_tit span.on {
  background: #fff;
  color: #353535;
}

.tw-listw .cont .js-nr .js-box {
  display: none;
}

.tw-listw .cont .js-nr .js-box.on {
  display: block;
}

.tw-listw .cont .js-nr .js-box p {
  font-size: .16rem;
  color: #999999;
  line-height: .28rem;
}

.tw-listw .cont .js-more {
  position: absolute;
  right: 0.4rem;
  bottom: .1rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/h2l-more.png) no-repeat center center/.6rem auto;
  transition: all .6s;
}

.tw-listw .cont .js-more a {
  display: block;
  height: 100%;
}

.tw-listw .cont .js-more:hover {
  transform: scale(1.1);
}

.h2l-little {
  position: relative;
  padding-left: 2.05rem;
}

.h2l-little ul li {
  margin-left: .2rem;
}

.h2l-little ul li {
  display: block;
}

.h2l-little ul li .imged {
  padding-bottom: 69%;
}

.h2l-little ul li .cont h2 {
  font-size: .16rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: .1rem 0;
}

.h2l-little ul li .cont p {
  padding-left: .22rem;
  line-height: .2rem;
  font-size: .14rem;
  color: #9E9E9E;
  background: url(../images/h2l-rw.png) no-repeat left center/.15rem auto;
}

.h2l-little .slick-prev {
  width: .32rem;
  left: auto;
  height: .32rem;
  right: calc(100% + .6rem);
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  background: url(../images/h2l-l.png) no-repeat center center/.16rem auto;
  cursor: pointer;
}

.h2l-little .slick-prev:hover {
  border: 1px solid #22B5AF;
  background: #22B5AF url(../images/h2l-l1.png) no-repeat center center/.06rem auto;
}

.h2l-little .slick-next {
  width: .32rem;
  height: .32rem;
  right: calc(100% + .15rem);
  border-radius: 50%;
  border: 1px solid #D8D8D8;
  background: url(../images/h2l-r.png) no-repeat center center/.16rem auto;
  cursor: pointer;
}

.h2l-little .slick-next:hover {
  border: 1px solid #22B5AF;
  background: #22B5AF url(../images/h2l-r1.png) no-repeat center center/.06rem auto;
}

.h2l-little button::before {
  display: none;
}

.home2-t .right {
  width: 4.08rem;
  margin-left: .6rem;

}

.rm-list {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  padding: .4rem;
  padding-bottom: .2rem;
}

.rm-list .h2r-tit {
  text-align: center;
  font-size: .24rem;
  color: #353535;
  padding-bottom: .3rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: .15rem;
}

.rm-list ul li {
  position: relative;
  line-height: .45rem;
  padding-left: .37rem;
  padding-right: .45rem;
}

.rm-list ul li span {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: .24rem;
  height: .24rem;
  line-height: .24rem;
  text-align: center;
  background: #ECECF6;
  border-radius: 50%;
  font-size: .16rem;
  color: #9E9E9E;
}

.rm-list ul li p {
  font-size: .16rem;
  color: #9E9E9E;
}

.rm-list ul li:nth-child(1) p,
.rm-list ul li:nth-child(2) p,
.rm-list ul li:nth-child(3) p {
  color: #353535;
}

.rm-list ul li:hover p {
  color: #22B5AF;
}

.rm-list ul li i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: .16rem;
  color: #9E9E9E;
  font-style: normal;
  font-family: Bebas;
}

.rm-list ul li:first-child span {
  width: .28rem;
  height: .41rem;
  background: url(../images/h2r-ic1.png) no-repeat left center/.28rem auto;
  font-size: 0;
}

.rm-list ul li:nth-child(2) span {
  width: .28rem;
  height: .41rem;
  background: url(../images/h2r-ic2.png) no-repeat left center/.28rem auto;
  font-size: 0;
}

.rm-list ul li:nth-child(3) span {
  width: .28rem;
  height: .41rem;
  background: url(../images/h2r-ic3.png) no-repeat left center/.28rem auto;
  font-size: 0;
}

.rm-list ul li:nth-child(1) i,
.rm-list ul li:nth-child(2) i,
.rm-list ul li:nth-child(3) i {
  font-size: .16rem;
  color: #353535;
}

.home2-t li * {
  transition: 0.5s;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width:1024px) {
  .header_top{
    min-width: 0;
    /* flex: 1; */
    width: 100%;
    margin-right: .1rem;
}
  .dlnr span a{color:#fff}
  #username_m i{
    max-width: 2rem;
    overflow: hidden;
    display: block;
font-style: normal;
}
  .home2-t .right {
    width: 100%;
    margin-left: 0;
  }

  .home2-t .left {
    flex: none;
    width: 100%;
    margin-bottom: .3rem;
  }

  .h2l-big .cont {
    margin-left: .3rem;
  }
}

@media screen and (max-width:768px) {
  .home2 .title {
    justify-content: space-between;
    margin-bottom: .3rem;
  }

  .h2l-big .h2tp_big {
    display: block;
  }

  .tw-listw .cont .xgjs {
    padding-bottom: .8rem;
  }

  .h2l-big .scale {
    width: 100%;
  }

  .h2l-big .cont {
    margin-left: 0;
    margin-top: .3rem;
    flex: none;
  }

  .h2l-little {
    padding-left: 1rem;
  }
}

@media screen and (max-width:420px) {}

/* home3 */
.home3 {
  position: relative;
  padding: .7rem 0 0;
  overflow: hidden;
  width: 100%;
}

.home3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13%;
  width: 9.76rem;
  height: 5.8rem;
  background: url(../images/h3bg.png) no-repeat center center/100% 100%;
}

.home3 .title {
  justify-content: center;
}

.home3 .wp {
  position: relative;
  z-index: 6;
}

.home3-t {
  justify-content: space-between;

  padding-top: .7rem;
}

.home3-t .left {
  flex: 1;
  min-width: 0;

}

.home3-t .left .tw-listw .cont .js_tit {
  margin-top: .3rem;
}

.home3-t .left .tw-listw .cont .js_tit span {
  background: #F4F3F8;
}

.home3-t .left .tw-listw .cont .js_tit span.on {
  background: #fff;
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
}

.list3w a {
  display: block;
}

.list3w .list3wl .slick-prev {
  position: absolute;
  top: 55%;
  left: 0;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  background: #fff url(../images/h3l-l.png) no-repeat center center/.08rem auto;
  z-index: 9;
}

.list3w .list3wl .slick-next {
  position: absolute;
  top: 55%;
  right: 0;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  background: #fff url(../images/h3l-r.png) no-repeat center center/.08rem auto;
}

.list3w .list3wl li {
  margin: 0 .2rem;
}

.list3w .list3wl a {
  position: relative;
  background: #fff;
  border-radius: 1.9rem 1.5rem 0.3rem 0.3rem;
  overflow: hidden;
}

.list3w .list3wl a:after {
  content: "";
  position: absolute;
  right: -.5rem;
  bottom: 0;
  width: 2.97rem;
  height: 1.5rem;
  border-radius: 1.55rem;
  background: #FAFAFC;
  transform: rotate(53.06deg);
}

.list3w .list3wl .scale {
  border-radius: 4rem 1.5rem 0.3rem 4rem;
}

.list3w .list3wl .imged {
  padding-bottom: 71.29%;
}


.list3w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list3w .list3wl {
  width: 48.17%;
}

.list3w .list3wl .cont {
  position: relative;
  padding: .35rem .4rem .75rem .6rem;
  z-index: 9;
}

.list3w .list3wr {
  width: 41.8%;

}

.list3w .list3wr li {
  margin-top: .4rem;
}

.list3w .list3wr li a {
  position: relative;
  display: block;
  border-radius: .3rem;
  overflow: hidden;
}

.list3w .list3wr li a .scale .imged {
  padding-bottom: 61.6667%;
}

.list3w .list3wr li a .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 67%);
  padding: .25rem .35rem;
  z-index: 2;
}

.list3w .list3wr li a .cont span {
  position: absolute;
  right: .24rem;
  top: .24rem;
  min-width: .85rem;
  padding: 0 .15rem;
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  border-radius: .3rem;
  background: #fff;
  font-size: .16rem;
  color: #353535;
}

.list3w .list3wr li a .cont .info {
  position: absolute;
  left: .35rem;
  bottom: .2rem;
}

.list3w .list3wr li a .cont .info h2 {
  font-size: .16rem;
  color: #fff;
  margin-bottom: .05rem;
}

.list3w .list3wr li a .cont .info p {
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.7);
  padding-left: .2rem;
  background: url(../images/h2l-rw.png) no-repeat left center/.15rem auto;
}

.list3w .list3wr .slick-dots {
  position: static;
  margin-top: .5rem;
}

.list3w .list3wr .slick-dots li {
  margin-top: 0;
  width: .3rem;
  height: .04rem;
  background: #D8D8D8;
  margin: 0;
}

.list3w .list3wr .slick-dots li.slick-active {
  background: #22B5AF;
}

.home3-t .right {
  width: 4.08rem;
  margin-left: .6rem;
  margin-top: .5rem;
}

.list_box3 ul li a {
  display: block;
  padding: 0.4rem 0 .45rem;
 /**************/
  transition: all .6s;
}

.list_box3 ul li a .lb4_1 {
  position: relative;
  padding-left: 65px;
}

.list_box3 ul li a .lb4_1 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .2rem;
  color: #333333;
  padding-right: .11rem;
  border-right: 1px solid #999999;
  line-height: 1;
}

.list_box3 ul li a .lb4_1 p {
  padding-left: 0.14rem;
  font-size: .2rem;
  color: #333;
}

.list_box3 ul li a .lb4_2 {

  padding: 0 .45rem;
  display: none;
}

.list_box3 ul li.on a .lb4_2 {
  display: block;
}

.list_box3 ul li.on {
  margin-top: .3rem;
}

.list_box3 ul li.on a .lb4_1 {
  display: none;
}

.list_box3 ul li.on a {
  margin-left: -1.1rem;
  background: #22B5AF;
  border-left: 3px solid #D28B44;
}

.list_box3 ul li a .lb4_2 h2 {
  font-size: .2rem;
  color: #fff;
  line-height: .36rem;
  height: .72rem;
}

.list_box3 ul li a .lb4_2 .ifn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: .15rem;
}

.list_box3 ul li a .lb4_2 .ifn span {
  font-size: .18rem;
  color: #7AA2C8;
  font-family: "sy-normal";
}

.list_box3 ul li a .lb4_2 .ifn .gd {
  padding-right: .3rem;
 /***************/
  font-size: .18rem;
  color: #7AA2C8;
}

@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .home3-t .left {
    flex: none;
    width: 100%;
  }

  .home3-t .right {
    width: 100%;
    margin-left: 0;
  }

  .list3w .list3wr {
    width: 48%;
  }
}

.home3:after {
  width: 4.6rem;
}


@media screen and (max-width: 768px) {
  .home3 {
    padding-top: .4rem;
  }

  .home3 .title {
    justify-content: space-between;
  }

  .home3-t {
    padding-top: .3rem;
  }

  .list3w .list3wl {
    width: 100%;
    margin-bottom: .2rem;
  }

  .list3w .list3wr {
    width: 100%;
  }

  .list3w .list3wl .scale {
    border-radius: 1.5rem 2.5rem 2.5rem 0.3rem;
  }

  .list3w .list3wr li {
    margin-top: .1rem;
  }

  .list3w .list3wr .slick-dots {
    margin-top: .2rem;
  }

  .home3-t .right {
    margin-top: .2rem;
  }
}

@media screen and (max-width: 420px) {}


/* home4 */
.home4 {
  position: relative;
  /*  padding-top: 1.1rem;*/
  padding: 1.1rem 0 1.6rem;
  overflow: hidden;
}

.home4 .title .h3 h3 span {
  line-height: .45rem;
}

.home4 .wp {
  position: relative;
  z-index: 6;
}

.home4::before {
  content: "";
  position: absolute;
  left: 0;
  top: -.1rem;
  width: 100%;
  height: 100%;
  background: url(../images/h4_bg1.png) no-repeat right 50%/89% auto;
  z-index: 2;
}

.home4:after {
  content: "";
  position: absolute;
  left: 0;
  top: -25%;
  width: 8.08rem;
  height: 8.98rem;
  background: url(../images/h4_bg2.png) no-repeat center center/100% 100%;
}

.home4 .title {
  position: absolute;
  left: 9rem;
  width: 48%;
}

.home4 .title .h3 {
  width: 63%;
}

.home4 .tw-listw .cont .js_tit {
  margin-top: .2rem;
}

.home4 .tw-listw .cont .js_tit span {
  background: #F4F3F8;
}

.home4 .tw-listw .cont .js_tit span.on {
  background: #FFFFFF;
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
}

.home4-t .left {
  width: 3.2rem;
}

.home4-t .left ul li {
  width: 1.6rem;
  height: 1.6rem;
  border: .2rem solid #1ab7ba;
  box-shadow: 0px 4px 27px 0px rgba(5, 50, 240, 0.3);
  border-radius: 50%;
  background: linear-gradient(217deg, #E8EAFF 41%, #FFFFFF 87%);
}

.home4-t .left ul li:nth-child(1) {
  width: 2.4rem;
  height: 2.4rem;
  border: .28rem solid #1ab7ba;
  margin-bottom: .55rem;
}

.home4-t .left ul li:nth-child(2) {
  margin-left: .2rem;
}

.home4-t .left ul li:nth-child(3) {
  margin-left: 1.52rem;
}

.home4-t .left ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.home4-t .left ul li a img {
  max-width: 100%;
  max-height: 100%;
}

.home4-t .right {
  flex: 1;
  min-width: 0;
  margin-left: .55rem;
}

.h4_listw {
  display: flex;
  flex-wrap: wrap;
}

.h4_listwl {
  width: 5rem;

}

.h4_listwl a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 1.8rem 0.3rem 0.3rem 0.3rem;
  overflow: hidden;

}

.h4_listwl a .scale {
  border-radius: 1.6rem 0.3rem 0.3rem 0.3rem;
}

.h4_listwl a .cont {
  position: relative;
  padding: .4rem;
  padding-bottom: .6rem;
  z-index: 9;
}

.h4_listwl a:after {
  content: "";
  position: absolute;
  right: -.5rem;
  bottom: 0;
  width: 2.97rem;
  height: 1.5rem;
  border-radius: 1.55rem;
  background: #FAFAFC;
  transform: rotate(53.06deg);
}

.h4_listwr {
  flex: 1;
  min-width: 0;
  margin-top: 1rem;
}

.h4_listwr ul {
  width: calc(100% + (100vw - 16rem)/2);
}

.h4_listwr .slick-list {
  padding-right: 3rem;
}

.h4_listwr ul li {
  margin-left: .3rem;
}

.h4_listwr ul li a {
  display: block;
}

.h4_listwr ul li a p {
  position: relative;
  /* padding-left: .2rem; 
  padding-right: .9rem;*/
  margin-bottom: .25rem;
  font-size: .2rem;
  color: #353535;
  font-weight: bold;
}

.h4_listwr ul li a p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .08rem;
  height: .08rem;
  background: #22B5AF;
  display: none;
}

.h4_listwr ul li a .scale span {
  position: absolute;
  left: .15rem;
  top: .15rem;
  width: .85rem;
  height: .28rem;
  line-height: .28rem;
  text-align: center;
  background: #22B5AF;
  border-radius: .2rem;
  font-size: .16rem;
  color: #fff;
  z-index: 9;
}

.h4_listwr ul li a .scale {
  position: relative;
  border-radius: .3rem;
}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .h4_listwr .slick-list {
    padding-right: 0;
  }

  .home4-t .left {
    width: 100%;
  }

  .home4-t .left ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .home4 .title {
    position: relative;
    width: 100%;
    left: 0;
    margin-bottom: .2rem;
  }

  .h4_listwr ul {
    width: 100%;
  }

  .home4-t .right {
    margin-left: 0;
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .home4 {
    padding-top: .2rem;
  }

  .home4 .title .h3 {
    width: 65%;
  }

  .home4-t .left ul li:nth-child(1) {
    width: 1.8rem;
    height: 1.8rem;
    border: .2rem solid #1ab7ba;
  }

  .home4-t .left ul li {
    width: 1rem;
    height: 1rem;
    border: .1rem solid #1ab7ba;
  }

  .home4-t .left ul li:nth-child(3) {
    margin-left: 0;
  }

  .h4_listwr {
    margin-top: .3rem;
    flex: none;
    width: 100%;
  }

  .h4_listwr ul li {
    margin-left: 0;
  }

  .h4_listwl {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {}


/* home5 */
.home5 {
  padding: 1.1rem 0 1.6rem;
}

.h5-t {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.h5-t .left {
  width: 66%;
}

.h5-t .left .h5t-bt {
  height: 2.4rem;
  border-radius: .1rem .1rem 0 0;
  background: url(../images/h5l-tit.png) no-repeat center center/cover;
  padding: .6rem .8rem;
}

.h5-t .left .h5t-bt h2 img {
  display: block;
  height: .55rem;
}

.h5-t .left .h5t-bt p {
  margin-top: .4rem;
  font-size: .18rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: .24rem;
}

.h5-t .left .h5r-nr {
  padding: .5rem .8rem;
  background: url(../images/h5lnr_bg.png) no-repeat center center/cover;
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  border-radius: 0 0 .1rem .1rem;
}

.h5-t .left .h5r-nr h2 {
  font-size: .24rem;
  color: #353535;
  margin-bottom: .24rem;
}

.h5-t .left .h5r-nr>p {
  margin-bottom: .24rem;
}

.h5-t .left .h5r-nr p a {
  display: inline-block;
  padding: 0 .12rem;
  line-height: .28rem;
  font-size: .14rem;
  color: #AC63EC;
  background: #FFFFFF;
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  border-radius: .12rem;
  margin-right: .24rem;
}

.h5-t .left .h5r-nr p a:hover {
  color: #22B5AF;
}

.h5-t .left .h5r-nr ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.2rem;
}

.h5-t .left .h5r-nr ul li {
  position: relative;
  width: 33.333%;
  padding: 0 .2rem;
}

.h5-t .left .h5r-nr ul li a {
  position: relative;
  display: block;
  border-radius: .2rem;
  overflow: hidden;
}

.h5-t .left .h5r-nr ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .2rem .1rem;
  font-size: .16rem;
  color: #FFFFFF;
  z-index: 9;
}

.h5-t .left .h5r-nr ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #000000 100%);
  z-index: 2;
}

.h5-t .left .h5-ss {
  display: flex;
  align-items: center;
  height: .64rem;
  margin-top: .35rem;
  margin-left: .7rem;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0px 6px 37px 0px rgba(209, 204, 229, 0.3);
  border-radius: .3rem;
  padding: 0 .3rem;
  padding-right: .07rem;
}

.h5-t .left .h5-ss .h5-ssjg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.75rem;
}

.h5-t .left .h5-ss .h5-ssjg input[type="image"] {
  height: .5rem;
}

.h5-t .left .h5-ss input[type="text"] {
  flex: 1;
  min-width: 0;
  height: .64rem;
  line-height: .64rem;
}

.h5-t .left .h5-ss input[type="text"]::placeholder {
  font-size: .18rem;
  color: #9E9E9E;
}

.h5-t .left .h5-ss .h5-ssjg span {
  padding-left: .25rem;
  background: url(../images/qc_ic1.png) no-repeat left center;
  font-size: .14rem;
  color: #BCBCBC;
}

.h5-t .right {
  position: relative;
  width: 32%;
  background: url(../images/h5r-bg.png) no-repeat center center/cover;
  border-radius: .2rem;
  padding: .6rem;
  padding-bottom: 1.8rem;
  margin-top: .55rem;
}

.h5-t .right h2 {
  padding-left: .25rem;
  background: url(../images/h5r-tb.png) no-repeat left center;
  font-size: .24rem;
  color: #353535;
  margin-bottom: .35rem;
}

.h5-t .right ul li {
  margin-top: .16rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
}

.h5-t .right ul li a {

  display: block;
  line-height: .47rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 .24rem;
}

.h5-t .right .gd {
  position: absolute;
  right: .6rem;
  bottom: .6rem;
  width: .6rem;
  height: .6rem;
  background: url(../images/h2l-more.png) no-repeat center center/.6rem auto;
  transition: all .6s;
}

.h5-t .right .gd:hover {
  transform: scale(1.1);
}

.h5-t .h5_ai {
  position: absolute;
  bottom: -.7rem;
  z-index: 9;
  left: 68%;
}

.h5-t .h5_ai img {
  height: 2.81rem;
}

@media screen and (min-width:1024px) {}

@media screen and (max-width:1024px) {
  .h5-t .left {
    width: 100%;
  }

  .h5-t .right {
    width: 100%;
  }
}

@media screen and (max-width:768px) {
  .home5 {
    padding-top: .2rem;
  }

  .h5-t .left .h5t-bt {
    padding: .3rem .2rem;
  }

  .h5-t .left .h5r-nr {
    padding: .2rem;
  }

  .h5-t .left .h5r-nr ul {
    margin: 0 -.1rem;
  }

  .h5-t .left .h5r-nr ul li {
    width: 50%;
    margin-bottom: .15rem;
    padding: 0 .1rem;
  }

  .h5-t .right {
    margin-top: .2rem;
    padding: .3rem;
  }

  .h5-t .h5_ai {
    left: 0;
    right: 0;
    text-align: center;
    bottom: -1.5rem;
  }

  .h5-t .h5_ai img {
    height: 2rem;
  }
}


/* foot */
.footer {
  position: relative;
  padding: .5rem 0 .75rem;
  width: 100%;
  background: url(../images/footbg.png) no-repeat center/cover;
  border-radius: .2rem .2rem 0 0;
  margin-top: -.2rem;
  box-shadow: 0px -6px 29px 0px rgba(78, 0, 147, 0.2);
  z-index: 9;
}

.footer .totop {
  position: absolute;
  right: .5rem;
  top: -.35rem;
  width: .7rem;
  height: .7rem;
  z-index: 9;
  cursor: pointer;
}

.foot {
  align-items: center;
  justify-content: space-between;
}

.fot-l h2 {
  font-size: .2rem;
  color: #fff;
  font-weight: normal;
  margin-bottom: .3rem;
}

.fot-l ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fot-l ul li {
  margin-left: .4rem;
}

.fot-l ul li:first-child {
  margin-left: 0;
}

.fot-m a {
  display: block;
}

.fot-m a img {
  display: block;
  height: .65rem;
}

.fot-r ul li {
  line-height: .3rem;
}

.fot-r ul li p {
  font-size: .16rem;
  color: #fff;
}


@media screen and (max-width: 1024px) {
  .fot-l {
    width: 100%;
    margin-bottom: .2rem;
  }

  .fot-l h2 {
    margin-bottom: .1rem;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: .2rem 0;
  }

  .fot-l ul {
    justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .fot-m {
    width: 100%;
    margin-bottom: .2rem;
  }

  .fot-m a img {
    margin: 0 auto;
  }
}





@media (min-width: 200px) {
  [aos="zoom-in"] {
    transform: scale(0.5);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0)
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0)
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(-150px, -150px, 0);
    transform: translate3d(-150px, -150px, 0)
  }
}

.module {
    max-height: 30px; /* 设置模块的最大高度为300像素 */
    overflow-y: auto;  /* 如果内容超出高度，显示垂直滚动条 */
    border: 1px solid #ccc; /* 可选：添加边框以便更好地看到模块的边界 */
    padding: 10px; /* 可选：添加内边距 */
}