@charset "UTF-8";

.commom_title1 h1 {

  font-size: 30px;

  font-weight: bold;

  max-width: 400px;

  line-height: 40px;

}



.commom_title1 p {

  margin-top: 10px;

  font-size: 14px;

}



.commom_title1 .line {

  margin-top: 15px;

  display: inline-block;

  width: 150px;

  height: 5px;

  background-color: var(--color-Primary);

  border-radius: 50px;

}



.fullLoading5 {

  position: fixed;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 9999;

  background-color: rgba(255, 255, 255, 0.8);

  display: none;

}



.fullLoading5 .content {

  width: 100%;

  height: 100%;

  gap: 20px;

}



.fullLoading5 .content .dot-loader {

  height: 20px;

  width: 20px;

  border-radius: 50%;

  background-color: var(--color-Primary);

  position: relative;

  animation: 1.2s fullLoading5 ease-in-out infinite;

}



.fullLoading5 .content .dot-loader {

  height: 20px;

  width: 20px;

  border-radius: 50%;

  background-color: var(--color-Primary);

  position: relative;

  animation: 1.2s fullLoading5 ease-in-out infinite;

}



.fullLoading5 .content .dot-loader--3 {

  animation: 1.2s fullLoading5 ease-in-out infinite 0.3s;

}



@keyframes fullLoading5 {

  0%,

  40%,

  100% {

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  40% {

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}



.message-container {

  position: fixed;

  top: 20px;

  left: 50%;

  transform: translateX(-50%);

  z-index: 9999999999;

  width: 400px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .message-container {

    width: 90vw;

  }

}



.message-container .message {

  background-color: #fff;

  border: 1px solid #ebeef5;

  border-radius: 10px;

  box-shadow: 0 3px 12px rgba(51, 51, 51, 0.2);

  padding: 15px 15px 15px 20px;

  margin-bottom: 10px;

  min-width: 200px;

  max-width: 100%;

  display: flex !important;

  align-items: center;

  opacity: 0;

  transform: translateY(20px);

  transition: all 0.3s;

  font-family: "iconfont";

}



.message-container .message.show {

  opacity: 1;

  transform: translateY(0);

}



.message-container .message.success {

  color: #67c23a;

}



.message-container .message.success::before {

  content: "\e66b";

  margin-right: 10px;

}



.message-container .message.error {

  color: #ff3b3b;

}



.message-container .message.error::before {

  content: "\e66a";

  margin-right: 10px;

}



.message-container .message.warning {

  color: #f5a52e;

}



.message-container .message.warning::before {

  content: "\e63c";

  margin-right: 10px;

}



.message-container .message.info {

  color: #909399;

}



.modulepadding .container {

  padding: 0 40px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .modulepadding .container {

    padding: 0 20px;

  }

}



.header {

  width: 100%;

  background-color: white;

  font-size: 1rem;

  position: sticky;

  top: 0;

  z-index: 99;

  transition: all 0.5s;

}



.header .rightBox .right_top {

  text-align: right;

  margin-top: 10px;

}



.header .rightBox .right_top .btnBox {

  display: inline-block;

  color: black;

  display: flex;

  align-items: center;

  justify-content: flex-end;

}



.header .rightBox .right_top .btnBox button {

  color: black;

}



.header .rightBox .right_top .btnBox button:hover {

  color: var(--color-Primary2);

}



.header .rightBox .right_top .btnBox .search {

  margin-left: 20px;

}



.header .rightBox .right_top .btnBox .userBox {

  display: flex;

  align-items: center;

  gap: 5px;

  margin-right: 10px;

}



.header .rightBox .right_top .btnBox .userBox .avatar {

  width: 40px;

  height: 40px;

  object-fit: cover;

  border-radius: 50px;

}



.header .rightBox .right_top .btnBox .userBox .name {

  font-size: 14px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .header .rightBox .right_top .btnBox .userBox .name {

    display: none;

  }

}



.header .header_left {

  height: 100%;

  display: flex;

  align-items: center;

}



.header .header_left .logo {

  max-width: 250px;

}



.header .header_right {

  display: flex;

}



.header .header_right a {

  display: inline-block;

}



.header .header_right .tabBtn {

  cursor: pointer;

  display: block;

  height: 65px;

  line-height: 65px;

  transition: all 0.3s;

  min-width: 100px;

  padding: 0 30px;

  text-align: right;

  position: relative;

}



.header .header_right .tabBtn.select .title {

  color: var(--color-Primary) !important;

  position: relative;

}



.header .header_right .tabBtn.select .title:after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 10px;

  width: 100%;

  height: 5px;

  background-color: var(--color-Primary);

  border-radius: 50px;

}



.header .header_right .tabBtn .title {

  color: #333333;

  font-size: 18px;

  font-weight: bold;

  text-align: center;

  white-space: nowrap;

}



.header .header_right .tabBtn:hover .title {

  color: var(--color-Primary) !important;

}



.header .header_right .tabBtn .icon {

  font-size: 12px;

  margin-left: 10px;

}



.header .header_right .tabBtn:hover .downMenu {

  visibility: visible;

  opacity: 1;

}



.header .header_right .tabBtn .downMenu {

  position: absolute;

  left: 50%;

  transform: translate(-50%);

  top: 100%;

  min-width: 100%;

  opacity: 0;

  text-align: center;

  visibility: hidden;

  transition: all 0.5s;

}



.header .header_right .tabBtn .downMenu .tablistBtn {

  background-color: var(--color-Primary);

  color: white;

  display: block;

  white-space: nowrap;

  padding: 0 20px;

  line-height: 60px;

}



.header .header_right .tabBtn .downMenu .tablistBtn:hover {

  background-color: var(--color-Primary3);

}



.header .header_search_page {

  position: fixed;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: 9999;

  display: none;

}



.header .header_search_page .mask {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.7);

  z-index: 1;

}



.header .header_search_page .inputBox {

  position: relative;

  top: 100px;

  z-index: 3;

}



.header .header_search_page .inputBox input {

  width: 60%;

  font-size: 1.2rem;

  line-height: 2rem;

  padding: 10px;

}



.header .header_search_page .inputBox button {

  font-size: 1rem;

  line-height: 2rem;

  padding: 10px 40px;

  background-color: var(--color-Primary);

  color: white;

  transition: all 0.5s;

}



.header .header_search_page .inputBox button:hover {

  background-color: var(--color-Primary2);

}



.header .mobileBtnlist .menuBtn {

  color: black;

  font-size: 36px;

  cursor: pointer;

  padding-left: 15px;

  padding-right: 5px;

}



.header .header_sidebar {

  display: none;

  position: fixed;

  width: 80%;

  height: 100%;

  top: 0;

  right: -100%;

  z-index: 999;

  background-color: white;

  box-shadow: -1px 0px 9px #e9e9e9;

  transition: all 0.6s;

  display: flex;

  flex-direction: column;

}



.header .header_sidebar .closeSidbar {

  font-size: 30px;

  padding: 15px;

  display: inline-block;

  flex-shrink: 0;

}



.header .header_sidebar .mobileTabList {

  padding-bottom: 20px;

  height: 100%;

  overflow: auto;

}



.header .header_sidebar .mobileTabList .tabBtn {

  width: 100%;

  text-align: center;

}



.header .header_sidebar .mobileTabList .tabBtn.select .title {

  color: var(--color-Primary2) !important;

  font-weight: bold;

}



.header .header_sidebar .mobileTabList .tabBtn .title {

  padding: 15px 0;

  font-size: 1.2rem;

  font-weight: bold;

  display: block;

}



.header .header_sidebar .mobileTabList .tabBtn .title .icon {

  font-size: 12px;

  margin-left: 10px;

}



.header .header_sidebar .mobileTabList .tabBtn .downMenu {

  background-color: white;

}



.header .header_sidebar .mobileTabList .tabBtn .downMenu .tablistBtn {

  display: block;

  padding: 10px 0;

  font-size: 14px;

  color: #5a5a5a;

}



.header .header_language_box {

  display: none;

  position: absolute;

  z-index: 3;

  background-color: white;

  width: 100%;

  box-shadow: 0 1px 5px #e6e6e6;

}



.header .header_language_box .tablistBtn {

  width: 100%;

  display: block;

  text-align: center;

  padding: 15px 0;

}



@media screen and (max-width: 700px) {

  .header {

    padding: 10px 0;

    border-bottom: 1px solid lightgray;

  }

  .header .headerbox {

    width: 95%;

  }

  .header .btnBox .search {

    margin-left: 5px !important;

  }

  .header .rightBox .right_top {

    margin: 0;

    margin-left: 10px;

  }

  .header .rightBox .right_top .btnBox {

    background-color: transparent;

  }

  .header .rightBox .right_top .btnBox button {

    padding: 10px;

  }

  .header .header_right {

    display: none;

  }

  .header .header_search_page .inputBox input {

    width: 60%;

  }

  .header .header_left .logo {

    max-width: 160px;

  }

}



@media screen and (min-width: 700px) {

  .header .mobileBtnlist {

    display: none;

  }

}



.module .container {

  background-color: white;

}



.module .container section:first .container {

  padding: 60px 40px;

  box-sizing: border-box;

  position: relative;

  z-index: 3;

  background-color: #fff;

  min-height: 50vh;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module .container section:first .container {

    padding: 40px 20px;

  }

}



.tab_Box {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

  padding-bottom: 0 !important;

}



@media (min-width: 0px) and (max-width: 700px) {

  .tab_Box {

    padding: 40px 20px;

  }

}



.tab_Box .tab_header {

  display: flex;

  align-items: center;



  gap: 0px;

  overflow-x: auto;

  border-bottom: 1px solid #dfdfdf;

}



.tab_Box .tab_header::-webkit-scrollbar {

  height: 0;

}



.tab_Box .tab_header .tabBtn {
  cursor: pointer;

  white-space: nowrap;

}



.tab_Box .tab_header .tabBtn button {

  padding: 10px 20px;

  transition: all 0.3s;

}

@media (min-width: 0px) and (max-width: 700px) {
  .tab_Box .tab_header {
      flex-direction: column;
      gap: 5px;
  }
  .tab_Box .tab_header .tabBtn {
     width: 100%;
  }

  .tab_Box .tab_header .tabBtn .nav {
    width: 100%;
  }

  .tab_Box .tab_header .tabBtn button {
    width: 100%;
    background-color: #f1f1f1;
  }
}


.tab_Box .tab_header .tabBtn button:hover {

  background-color: var(--color-Primary);

  color: white;

}



.tab_Box .tab_header .select button {

  background-color: var(--color-Primary) !important;

  color: white !important;

}



.tab_Box .swiper .swiper-wrapper {

  height: auto;

}



.module1 {

  width: 100%;

  height: calc(100vh - 120px);

  position: relative;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module1 {

    height: 60vh;

  }

}



.module1 .box {

  width: 100%;

  height: 100%;

  position: relative;

  overflow: hidden;

}



.module1 .swiper-slide {

  position: relative;

}



.module1 .swiper-slide::after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 2;

  opacity: 0.3;

}



.module1 .swiper-pagination-bullet {

  background: #fff;

}



.module1 .content {

  position: absolute;

  left: 50%;

  top: 50%;

  width: 100%;

  z-index: 9;

  transform: translate(-50%, -50%);

  text-align: center;

}



.module1 .content h1 {

  font-size: 40px;

  font-weight: bold;

  line-height: 50px;

  color: white;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module1 .content h1 {

    font-size: 30px;

    padding: 0 10px;

  }

}



.module1 .content .title2 {

  text-align: center;

  margin-top: 20px;

  color: white;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module1 .content .title2 {

    width: 100%;

    padding: 0 10px;

  }

}



.module1 .content .title2 p {

  margin: auto;

  width: 550px;

  line-height: 26px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module1 .content .title2 p {

    width: 100%;

  }

}



.module1 .content .title2 h3 {

  color: var(--color-Sub);

  font-size: 1.6rem;

  margin-bottom: 5px;

}



.module1 .content .title2 h2 {

  font-size: 2.4rem;

}



.module1 .content .btn {

  border: 2px solid white;

  font-size: 18px;

  font-weight: bold;

  color: white;

  padding: 10px 50px;

  border-radius: 0px;

  margin-top: 50px;

  transition: all 0.3s;

}



.module1 .content .btn:hover {

  background-color: var(--color-Primary);

}



.module1 .content .btnBox {

  margin-top: 30px;

}



.module1 .content .btnBox .navBtn {

  background-color: #fff;

  padding: 7px 20px;

  transition: all 0.3s;

}



.module1 .content .btnBox .navBtn:hover {

  background-color: var(--color-Primary);

  color: white;

}



.module2 {

  margin-bottom: -100px;

}



.module2 .container {

  padding: 60px 40px;

  box-sizing: border-box;

  position: relative;

  top: -100px;

  z-index: 3;

  background-color: #fff;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module2 .container {

    padding: 40px 20px;

  }

}



.module2 .container .box1 {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 30px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module2 .container .box1 {

    flex-direction: column;

  }

}



.module2 .container .box1 .rtext {

  width: 50%;
  font-size: 14px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module2 .container .box1 .rtext {

    width: 100%;

    text-align: center;

  }

}



.module2 .container .box2 {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module2 .container .box2 {

    grid-template-columns: repeat(1, 1fr);

  }

}



.module2 .container .box2 li {

  position: relative;

  transition: all 0.5s;

}



.module2 .container .box2 li:hover {

  transform: translateY(-10px);

  box-shadow: 10px 10px 0px #dadada;

}



.module2 .container .box2 li:nth-child(1) .card {

  background-color: #3f9bec !important;

}



.module2 .container .box2 li:nth-child(1) .card:hover {

  background-color: rgba(63, 155, 236, 0.8) !important;

}



.module2 .container .box2 li:nth-child(2) .card {

  background-color: #89ba29 !important;

}



.module2 .container .box2 li:nth-child(2) .card:hover {

  background-color: rgba(138, 186, 41, 0.8) !important;

}



.module2 .container .box2 li:nth-child(3) .card {

  background-color: #ff8758 !important;

}



.module2 .container .box2 li:nth-child(3) .card:hover {

  background-color: rgba(255, 135, 88, 0.8) !important;

}



.module2 .container .box2 li:nth-child(4) .card {

  background-color: #33cc99 !important;

}



.module2 .container .box2 li:nth-child(4) .card:hover {

  background-color: rgba(51, 204, 153, 0.8) !important;

}



.module2 .container .box2 li .bc {

  position: absolute;

  z-index: 1;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.module2 .container .box2 li .card {

  position: relative;

  z-index: 2;

  padding: 50px 30px;

  color: white;

  height: 100%;

  padding-bottom: 100px;

  transition: all 0.5s;

}



.module2 .container .box2 li .card h3 {

  font-size: 20px;

  line-height: 30px;

  font-weight: bold;

  height: 90px;

}



.module2 .container .box2 li .card .line {

  display: inline-block;

  width: 30%;

  height: 3px;

  background-color: #fff;

  border-radius: 50px;

  margin-bottom: 20px;

}
.module2 .container .box2 li .card p{
  font-size: 14px;
  line-height: 22px;
}


.module2 .container .box2 li .card .center {

  text-align: center;

  position: absolute;

  width: 100%;

  left: 0;

  bottom: 30px;

}



.module2 .container .box2 li .card .center a {

  width: 100%;

}



.module2 .container .box2 li .card .center a button {

  color: white;

  width: 80%;

  padding: 10px 0;

  border-radius: 10px;

  border: 1px solid white;

  transition: all 0.5s;

}



.module2 .container .box2 li .card .center a button:hover {

  background-color: #ff733c;

  border: 1px solid #ff733c;

}



.module3 {

  margin: 50px 0;

}



.module3 .container .box1 {

  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 30px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module3 .container .box1 {

    flex-direction: column;

  }

}



.module3 .container .box1 .rtext {

  width: 50%;

  font-size: 14px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module3 .container .box1 .rtext {

    width: 100%;

    text-align: center;

  }

}

.module3 .container .swiper{
  width: 100%;
}

.module3 .container .swiper .swiper-wrapper {
  width: 100% !important;
  height: auto;

}



.module3 .container .swiper .swiper-wrapper .swiper-slide {

  height: 500px;

  width: calc(50% + 60px) !important;

  padding: 0 30px;

  background-color: #fff;

  position: relative;

  overflow: hidden;

  opacity: 0.5;

  transition: all 0.5s;

}



.module3 .container .swiper .swiper-wrapper .swiper-slide::after {

  content: "";

  position: absolute;

  left: 30px;

  top: 0;

  width: calc(100% - 60px);

  height: 100%;

  z-index: 2;

  background-color: #fff;

  background-image: linear-gradient(to right, black, transparent);

  background-image: -webkit-linear-gradient(to right, black, transparent);

  background-image: -moz-linear-gradient(to right, black, transparent);

  background-image: -o-linear-gradient(to right, black, transparent);

  opacity: 0.3;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module3 .container .swiper .swiper-wrapper .swiper-slide {

    width: 98% !important;
    padding: 0;

  }

  .module3 .container .swiper .swiper-wrapper .swiper-slide::after{
      left: 0px;

  width:100%;
  }

}



.module3 .container .swiper .swiper-wrapper .swiper-slide .bc {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.module3 .container .swiper .swiper-wrapper .swiper-slide .card {

  position: absolute;

  left: 10%;

  bottom: 20%;

  width: 50%;

  transform: translateY(50%);

  border-radius: 10px;

  box-sizing: border-box;

  z-index: 3;

  transition: all 1s;

  color: white;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module3 .container .swiper .swiper-wrapper .swiper-slide .card {

    width: 70%;

  }

}



.module3 .container .swiper .swiper-wrapper .swiper-slide .card h3 {

  margin: 20px 0;

  font-size: 30px;

  font-weight: bold;

}



.module3 .container .swiper .swiper-wrapper .swiper-slide .card .btn {

  margin-top: 10px;

  background-color: var(--color-Primary);

  padding: 7px 30px;

  font-size: 16px;

  transition: all 0.5s;

  color: white;

}

.module3 .container .swiper .swiper-wrapper .swiper-slide .card p{
  display: none;
}

.module3 .container .swiper .swiper-wrapper .swiper-slide .card .btn:hover {

  background-color: var(--color-Primary2);

  color: white;

}



.module3 .container .swiper .swiper-wrapper .swiper-slide-active {

  opacity: 1;

}

.module3 .container .swiper .swiper-wrapper .swiper-slide-active .card p{
  display: block;
}


.module3 .container .swiper .swiper-wrapper .swiper-slide-active .card {

  visibility: inherit;

  bottom: 60%;

}



.module3 .container .swiper .btns {

  width: 50px;

  height: 50px;

  background-color: #e7e7e7;

  border-radius: 50px;

  transition: all 0.5s;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module3 .container .swiper .btns {

    top: auto;

    bottom: 20px;

  }

}



.module3 .container .swiper .btns::after {

  font-size: 24px;

  font-weight: bold;

  color: var(--color-Primary);

  transition: all 0.5s;

}



.module3 .container .swiper .btns:hover {

  background-color: var(--color-Primary);

}



.module3 .container .swiper .btns:hover::after {

  color: white;

}



.module3 .container .swiper .swiper-button-prev {

  left: 20%;

}



.module3 .container .swiper .swiper-button-next {

  right: 20%;

}



.module4 {

  margin: 50px 0;

}



.module4 .container {

  padding: 100px 0;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 5%;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module4 .container {

    grid-template-columns: repeat(1, 1fr);

  }

}



.module4 .container .left {

  color: white;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}



.module4 .container .left h3 {

  font-size: 26px;

  font-weight: bold;

}



.module4 .container .left p {

  padding: 15px 0;

  height: 40%;

  box-sizing: border-box;

}



.module4 .container .left .btnlist {

  display: flex;

  align-items: center;

  gap: 20px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module4 .container .left .btnlist {

    flex-direction: column;

    gap: 0px;

  }

}



.module4 .container .left .btnlist .btn1 {

  background-color: var(--color-Primary);

  color: white;

  padding: 8px 40px;

  transition: all 0.5s;

}

.module4 .container .left .btnlist .btn1 a {
  color: white;
}


.module4 .container .left .btnlist .btn1:hover {

  background-color: var(--color-Primary2);

}



.module4 .container .left .btnlist .btn2 {

  background-color: white;

  color: black;

  width: 100%;

  padding: 10px 0;

  transition: all 0.5s;

}



.module4 .container .left .btnlist .btn2:hover {

  background-color: var(--color-Primary);

  color: white;

}



.module4 .container .left .btnlist button {

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 20px;

}



.module4 .container .left .btnlist button .icon {

  margin-left: 5px;

  font-size: 24px;

}



.module4 .container .right {

  width: 100%;

}



.module4 .container .right video {

  width: 100%;

  aspect-ratio: 16 / 9;

  background-color: #ffffff;

}



.module5 {

  padding: 50px 0;

  background-color: #fff4f5;

}





.module5 .container {
  background-color: transparent;
}

.module5 .container .t2{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module5 .container .t2 a{
  font-size: 18px;
  color: var(--color-Primary);
}

.module5 .container .t2 a:hover{
  color: var(--color-Primary2);
}

.module5 .filterBox{
  display: flex;
  align-items: center;
  gap: 20px;
}

.module5 .filterBox .selectBox {
  background-color: #fff;
  border: 1px solid #9b9b9b;
}

.module5 .filterBox .selectBox select{
  width: 200px;
    height: 40px;
    line-height: 40px;
    padding:0 5px;
    outline: none;
    border: none;
    background-color: transparent;
}
.module5 .filterBox .inputBox{
  width: 200px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #9b9b9b;
}

.module5 .filterBox .inputBox input{
  width: 100%;
  height: 100%;
  padding: 0 10px;
  background-color: transparent;
}

.module5 .filterBox button{
  height: 40px;
  padding: 0 30px;
  background-color: var(--color-Primary);
  color: white;
}
.module5 .filterBox button:hover{
  background-color: var(--color-Primary2);
}


.module5 .listBox {

  width: 100%;

  margin-top: 50px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

  position: relative;

  z-index: 3;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module5 .listBox {

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;

  }

}



.module5 .listBox li {

  width: 100%;

  display: flex;
  flex-direction: column;

  cursor: pointer;

  box-sizing: border-box;

  background-color: white;

  position: relative;

  transition: all 0.3s;

  flex-shrink: 0;

}



.module5 .listBox li a {

  display: block;

  width: 100%;

}



.module5 .listBox li:hover .box {

  background-color: var(--color-Primary);

}



.module5 .listBox li:hover {

  box-shadow: 0px 0px 5px 0px #c9c9c9;

  transform: scale(1.05);

}



.module5 .listBox li img {

  width: 100%;

  aspect-ratio: 1/1;

  object-fit: cover;

  /* 添加图片适应 */

}



.module5 .listBox li .box {

  background-color: var(--color-Primary3);
  height: 100%;

  padding: 30px 20px;

  box-sizing: border-box;

  color: white;

  border-radius: 0 0 20px 20px;

  transition: all 0.5s;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module5 .listBox li .box {

    padding: 15px 10px;

  }

}



.module5 .listBox li .box h3 {

  font-size: 22px;

  margin-bottom: 10px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module5 .listBox li .box h3 {

    font-size: 18px;

  }

}



.module5 .listBox li .box p {

  font-size: 14px;

  line-height: 20px;

  height: 40px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module5 .listBox li .box p {

    font-size: 12px;

    line-height: 18px;

    height: 36px;

  }

}



.module5 .listBox li .t1 {

  position: absolute;

  top: 50%;

  left: 10px;

  color: white;

  font-size: 22px;

  border-left: 2px solid white;

  padding-left: 10px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module5 .listBox li .t1 {

    top: 45%;

  }

}



.module5 .listBox li .pop {

  display: none;

}



.module5 .moreBtn {

  text-align: center;

  padding-top: 50px;

}



.module5 .moreBtn button {

  border: 1px solid #a7a7a7;

  padding: 10px 40px;

  border-radius: 50px;

  color: black;

  transition: all 0.5s;

  cursor: pointer;

  background: transparent;

}



.module5 .moreBtn button:hover {

  background-color: var(--color-Primary);

  color: white;

  border-color: var(--color-Primary);

}




.module5 .joinBtn{
  margin-top: 50px;
  text-align: center;
}

.module5 .common_btn_2{
    border: 2px solid var(--color-Primary) !important;
    color: var(--color-Primary);
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
}
.module5 .common_btn_2 .icon{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    opacity: 0;
    transition: all 0.5s;
}
.module5 .common_btn_2:hover{
    padding-right: 70px;
    background-color: rgb(253, 253, 253);
}
.module5 .common_btn_2:hover .icon{
    opacity: 1;
    right: 40px;
    font-weight: bold;
}



.Popup_fullBox4 .mask {

  position: fixed;

  left: 0;

  top: 0;

  width: 100vw;

  height: 100vh;

  z-index: 198;

  background-color: black;

  opacity: 0.4;

  display: none;

}



.Popup_fullBox4 .popBox {

  position: fixed;

  right: -100%;

  top: 0%;

  width: 100%;

  max-width: 500px;

  height: 100%;

  z-index: 199;

  background-color: white;

  transition: all 0.8s;

  display: none;

}



.Popup_fullBox4 .popBox .content {

  width: 100%;

  height: 100%;

  padding: 50px;

  box-sizing: border-box;

  position: relative;

}



.Popup_fullBox4 .popBox .content::after {

  content: "";

  position: absolute;

  background-color: #ff8759;

  width: 100px;

  height: 200px;

  clip-path: polygon(0 0, 0% 100%, 100% 0);

  left: 0;

  top: 0;

  z-index: 1;

}



.Popup_fullBox4 .popBox .content .pop {

  width: 100%;

  height: calc(100% - 100px);

  box-sizing: border-box;

  overflow: auto;

  margin-top: 100px;

}



.Popup_fullBox4 .popBox .content .box1 {

  display: flex;

  align-items: flex-end;

  gap: 20px;

  position: relative;

  z-index: 2;

}



.Popup_fullBox4 .popBox .content .box1 img {

  width: 180px;

}



.Popup_fullBox4 .popBox .content .box1 .rightBox .t1 {

  display: inline-block;

  border: 1px solid silver;

  padding: 5px 20px;

}



.Popup_fullBox4 .popBox .content .box1 .rightBox .t2 {

  font-weight: bold;

  font-size: 18px;

  margin: 10px 0;

}



.Popup_fullBox4 .popBox .content .box2 {

  margin-top: 30px;

}



.Popup_fullBox4 .popBox .content .box2 .t1 {

  background-color: #2f7293;

  color: white;

  padding: 10px 15px;

  font-size: 14px;

}



.Popup_fullBox4 .popBox .content .box2 p {

  margin-top: 15px;

}



.Popup_fullBox4 .popBox .content .box2 .t2 {

  font-size: 18px;

  font-weight: bold;

}



.Popup_fullBox4 .popBox .closeBtn {

  position: absolute;

  right: 20px;

  top: 20px;

  z-index: 10;

  padding: 10px;

  transition: all 0.6s;

}



.Popup_fullBox4 .popBox .closeBtn .icon {

  font-size: 26px;

}



.Popup_fullBox4 .popBox .closeBtn .icon:hover {

  color: var(--color-Primary2);

}



.footer {

  padding: 50px 0;

  background-color: #ececec;

  position: relative;

  z-index: 3;

}



@media (min-width: 0px) and (max-width: 700px) {

  .footer .footer_71_Bdox {

    flex-direction: column;

    gap: 20px;

  }

}



.footer .footer_71_Bdox .left {

  width: 25%;

  flex-shrink: 0;

}



@media (min-width: 0px) and (max-width: 700px) {

  .footer .footer_71_Bdox .left {

    width: 100%;

  }

}



.footer .footer_71_Bdox .left img {

  width: 80%;

  max-width: 300px;

  flex-shrink: 0;

}



.footer .footer_71_Bdox .left ul {

  margin-top: 30px;

}



.footer .footer_71_Bdox .left ul .icon {

  font-size: 20px;

}



.footer .footer_71_Bdox .left ul li {

  font-size: 14px;

  display: flex;

  align-items: center;

  gap: 8px;

}



.footer .footer_71_Bdox .footer_navlist {

  display: flex;

  justify-content: space-evenly;

  gap: 20px;

  width: 100%;

  padding-left: 20px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .footer .footer_71_Bdox .footer_navlist {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    width: 100%;

    padding: 0;

  }

}



@media (min-width: 0px) and (max-width: 700px) {

  .footer .footer_71_Bdox .footer_navlist {

    flex-direction: column;

  }

}



.footer .footer_71_Bdox .footer_navlist .navlist {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

}



.footer .footer_71_Bdox .footer_navlist .navlist a {

  padding: 5px 0;

  white-space: nowrap;

}



.footer .footer_71_Bdox .footer_navlist .navlist h4 {

  font-size: 1.2rem;

  font-weight: bold;

  white-space: nowrap;

}



.footer .footer_71_Bdox .footer_navlist .navlist h4 a {

  color: #1f1f1f;

  transition: all 0.5s;

}



.footer .footer_71_Bdox .footer_navlist .navlist h4 a:hover {

  color: var(--color-Primary2);

}



.footer .footer_71_Bdox .footer_navlist .navlist li {

  position: relative;

  display: inline;

  padding-right: 10px;

  transition: all 0.5s;

}



.footer .footer_71_Bdox .footer_navlist .navlist li a {

  color: #3d3d3d;

  transition: all 0.5s;

}



.footer .footer_71_Bdox .footer_navlist .navlist li a:hover {

  color: var(--color-Primary2);

}



.footer .footer_71_Bdox .footer_navlist .navlist li .icon {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  right: 0px;

  opacity: 0;

  transition: all 0.5s;

}



.footer .footer_71_Bdox .footer_navlist .navlist li:hover {

  transform: translateX(5px);

}



.footer .footer_71_Bdox .footer_navlist .navlist li:hover .icon {

  right: -10px;

  opacity: 1;

}



.footer .footer_71_Bdox .shareBox {

  align-self: baseline;

  padding: 0 10px;

  flex-shrink: 0;

  color: var(--color-Content);

  width: 20%;

  text-align: center;

}



@media (min-width: 0px) and (max-width: 700px) {

  .footer .footer_71_Bdox .shareBox {

    width: 100%;

  }

}



.footer .footer_71_Bdox .shareBox .code {

  width: 80%;

  max-width: 150px;

}



.footer .footer_71_Bdox .shareBox .tip {

  margin-top: 10px;

}



.footer .divider {

  border-top: 1px solid #dddddd;

  margin-top: 40px;

  padding-top: 15px;

  margin-bottom: 20px;

}



.footer .Copyright {

  display: flex;

  align-items: center;

  justify-content: space-between;

  font-size: 14px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .footer .Copyright {

    flex-direction: column;

    gap: 20px;

  }

}



.footer .Copyright a {

  display: inline;

  padding: 0 5px;

}



.module6 {

  height: 60vh;

  margin-bottom: -10vh;

  position: relative;

  z-index: -1;

}


 .module6::after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background-color: black;
   opacity: 0.4;
 }


@media (min-width: 0px) and (max-width: 700px) {

  .module6 {

    height: 50vh;

    margin-bottom: -15vh;

  }

}



.module6 .container {

  height: 100%;

  justify-content: center;

  display: flex;

  align-items: flex-start;

  flex-direction: column;

  position: relative;

  z-index: 3;

}



.module6 .container .box {

  height: 40%;

  width: 100%;

  color: white;

}



.module6 .container .box h3 {

  font-size: 34px;

  font-weight: bold;

  margin-bottom: 20px;

}



.module6 .container .box p {

  width: 50%;

  max-width: 600px;

  font-size: 18px;

  line-height: 26px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module6 .container .box p {

    width: 100%;

  }

}



.module7 {

  position: relative;

  z-index: 4;

}



.module7 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module7 .container {

    padding: 40px 20px;

  }

}

.module7 .container .commom_title1{
  margin-bottom: 30px;
}

.module7 .container .box1 {

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  margin-bottom: 30px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module7 .container .box1 {

    flex-direction: column;

  }

}



.module7 .container .box1 .rtext {

  width: 50%;

  flex-shrink: 0;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module7 .container .box1 .rtext {

    width: 100%;

    margin-top: 20px;

  }

}



.module7 .container .box2 {

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  gap: 10px;

  padding: 20px 50px;

  margin: 70px 0;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module7 .container .box2 {

    grid-template-columns: repeat(3, 1fr);

    padding: 0;

    margin: 30px 0;

  }

}



.module7 .container .box2 li {

  width: 100%;

  height: 100%;

  box-sizing: border-box;

}



.module7 .container .box2 li:hover {

  border: 2px solid var(--color-Primary);

}



.module7 .container .box2 li:hover img {

  transform: scale(1.1);

}



.module7 .container .box2 li img {

  width: 100%;

  transition: all 0.5s;

}



.module7 .container .box3 {

  margin: 70px 0;

}



.module7 .container .box3 h2 {

  font-size: 40px;

  font-weight: bold;

  text-align: center;

}



.module7 .container .box3 .list {

  margin-top: 50px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module7 .container .box3 .list {

    grid-template-columns: repeat(2, 1fr);

  }

}



.module7 .container .box3 .list li {

  text-align: center;

}



.module7 .container .box3 .list li div {

  display: flex;

  align-items: center;

  justify-content: center;

}



.module7 .container .box3 .list li span {

  color: #2e7193;

  font-size: 50px;

  font-weight: bold;

}



.module7 .container .box3 .list li p {

  margin: auto;

  margin-top: 20px;

  width: 50%;

  max-width: 140px;

  font-size: 18px;

}



.module7 .container .box4 {

  margin: 70px 0;

  position: relative;

}



.module7 .container .box4 .bc {

  width: 100%;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module7 .container .box4 .bc {

    height: 400px;

    object-fit: cover;

  }

}



.module7 .container .box4 .card {

  background-color: rgba(39, 39, 39, 0.7);

  z-index: 2;

  padding: 30px 70px;

  color: white;

  text-align: center;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module7 .container .box4 .card {

    width: 90%;

    padding: 20px 30px;

  }

}



.module7 .container .box4 .card p {

  margin: 20px 0;

}



.module7 .container .box4 .card h2 {

  font-size: 36px;

}



.module7 .container .box5 {

  text-align: center;

}



.module7 .container .box5 .common_btn_2 {

  border: 2px solid var(--color-Primary) !important;

  color: white;

  background-color: var(--color-Primary);

  font-weight: bold;

  padding: 15px 70px;

  border-radius: 50px;

  position: relative;

  transition: all 0.5s;

  font-size: 20px;

}



.module7 .container .box5 .common_btn_2:hover {

  padding-right: 100px;

  background-color: var(--color-Primary2);

}



.module7 .container .box5 .common_btn_2:hover .icon {

  opacity: 1;

  right: 40px;

  font-weight: bold;

}



.module7 .container .box5 .common_btn_2 .icon {

  position: absolute;

  right: 5px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 20px;

  opacity: 0;

  transition: all 0.5s;

}



.module8 {

  position: relative;

  z-index: 4;

}



.module8 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module8 .container {

    padding: 40px 20px;

  }

}



.module8 .container .content {

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module8 .container .content {

    flex-direction: column;

  }

}



.module8 .container .rtext {

  width: 60%;

  flex-shrink: 0;

  line-height: 26px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module8 .container .rtext {

    width: 100%;

    margin-top: 20px;

  }

}



.module8 .container .rtext .list {

  margin-top: 50px;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module8 .container .rtext .list {

    grid-template-columns: repeat(2, 1fr);

  }

}



.module8 .container .rtext .list li {

  text-align: center;

}



.module8 .container .rtext .list li div {

  display: flex;

  align-items: center;

  justify-content: center;

}



.module8 .container .rtext .list li span {

  color: var(--color-Primary);

  font-size: 50px;

  line-height: 60px;

  font-weight: bold;

}



.module8 .container .rtext .list li p {

  margin-top: 10px;

  margin: auto;

  font-size: 18px;

}



.module9 {

  padding: 50px 0;

}

.module9 .container {
  background-color: transparent;
}

.module9 .container h2 {

  text-align: center;

  color: white;

  font-weight: bold;

  padding: 50px 0;

}



.module9 .container ul {

  padding: 30px 0;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 40px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module9 .container ul {

    grid-template-columns: repeat(1, 1fr);

    gap: 20px;

  }

}



.module9 .container ul li {

  background-color: white;

  padding: 5% 8%;

  box-sizing: border-box;

  border-radius: 20px;

  min-height: 200px;

}



.module9 .container ul li h4 {

  font-weight: bold;

  font-size: 18px;

}



.module10 {

  margin: 50px 0;

}



.module10 .container {

  padding: 50px 0;

}



.module10 .container ul {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module10 .container ul {

    grid-template-columns: repeat(1, 1fr);

  }

}



.module10 .container ul li {

  padding: 30px;

  border-radius: 20px;

  position: relative;

  overflow: hidden;

}



.module10 .container ul li::after {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 2;

  background-color: black;

  opacity: 0.5;

}



.module10 .container ul li .box {

  position: relative;

  z-index: 3;

  color: white;

}



.module10 .container ul li .box .icon {

  width: 50px;

}



.module10 .container ul li .box h3 {

  font-size: 26px;

  font-weight: bold;

  margin: 20px 0;

}



.module11 {

  padding: 100px 0;

}

.module11 .container {
  background-color: transparent;
}

.module11 .container .title {

  font-size: 30px;

  font-weight: bold;

  margin-bottom: 30px;

}



.module11 .container .title span {

  font-size: 14px;

}



.module11 .container .content {

  display: flex;

  align-items: center;

  position: relative;

  padding: 0 50px;

}



.module11 .container .content .btn {

  background-color: #dfdfdf;

  width: 40px;

  height: 40px;

  border-radius: 100px;

  flex-shrink: 0;

  transition: all 0.5s;

  position: absolute;

  z-index: 23;

  top: 50%;

  transform: translateY(-50%);

}



.module11 .container .content .btn .icon {

  font-weight: bold;

  color: #616161;

}



.module11 .container .content .btn:hover {

  background-color: #a8a8a8;

}



.module11 .container .content .left {

  left: 0px;

}



.module11 .container .content .right {

  right: 0px;

}



.module11 .container .swiper {

  width: 100%;

}



.module11 .container .swiper .swiper-slide {

  display: flex;

  flex-direction: column;

  align-items: center;

  background-color: #fe8858;

  padding: 10px;

}



.module11 .container .swiper .swiper-slide img {

  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.module11 .container .swiper .swiper-slide p {

  margin-top: 10px;

  margin-bottom: 0;

  color: white;

  font-size: 14px;

}



.module12 {

  position: relative;

  z-index: 4;

}



.module12 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module12 .container {

    padding: 40px 20px;

  }

}

.module12 .container .tab{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.module12 .container .tab button{
  padding: 5px 20px ;
  border: 1px solid rgb(223 223 223);
  color: #5d5d5d;
}

.module12 .container .tab button:hover{
  border:1px solid var(--color-Primary);
}

.module12 .container .tab .select{
  border:1px solid var(--color-Primary);
  background-color: var(--color-Primary);
  color: white;
}


.module12 .container .box1 .tab_header {

  display: flex;

  align-items: center;

  gap: 0px;

  margin-bottom: 10px;

  overflow-x: auto;

  border-bottom: 1px solid #dfdfdf;

}



.module12 .container .box1 .tab_header::-webkit-scrollbar {

  height: 0;

}



.module12 .container .box1 .tab_header .tabBtn {

  cursor: pointer;

  white-space: nowrap;

}



.module12 .container .box1 .tab_header .tabBtn button {

  padding: 10px 30px !important;

  transition: all 0.3s;

}



.module12 .container .box1 .tab_header .tabBtn button:hover {

  background-color: var(--color-Primary);

  color: white;

}



.module12 .container .box1 .tab_header .select button {

  background-color: var(--color-Primary);

  color: white;

}



.module12 .container .box2 {

  padding: 30px 0;

  line-height: 26px;

}



.module12 .container .box3 h3 {

  margin-bottom: 30px;

}



.module12 .container .box3 ul {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module12 .container .box3 ul {

    grid-template-columns: repeat(1, 1fr);

  }

}



.module12 .container .box3 ul li {

  position: relative;

  border-radius: 20px;

  overflow: hidden;

  min-height: 400px;

}



.module12 .container .box3 ul li a {

  width: 100%;

  height: 100%;

}



.module12 .container .box3 ul li::after {

  content: "";

  position: absolute;

  z-index: 1;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

  background-color: black;

  opacity: 0.4;

}



.module12 .container .box3 ul li .bc {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.5s;

}



.module12 .container .box3 ul li:hover .bc {

  transform: scale(1.1);

}



.module12 .container .box3 ul li .content {

  position: relative;

  width: 100%;

  height: 100%;

  z-index: 3;

  color: white;

  padding: 40px;

  box-sizing: border-box;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

}



.module12 .container .box3 ul li .content h4 {

  font-weight: bold;

  font-size: 20px;

}



.module12 .container .box3 ul li .content p {

  margin: 20px 0;

}



.module12 .container .box3 ul li .content .icon {

  font-size: 30px;

}



.module12 .container .box3 ul li .content .state {

  display: flex;

  align-items: center;

  font-weight: bold;

  font-size: 18px;

}



.module12 .container .box3 ul li .content .state::before {

  content: "";

  width: 12px;

  height: 12px;

  border-radius: 50px;

  display: inline-block;

  background-color: #fff;

  margin-right: 7px;

}



.module12 .container .box3 ul li .content .ing {

  color: #61e604;

}



.module12 .container .box3 ul li .content .ing::before {

  background-color: #61e604;

}



.module12 .container .box3 ul li .content .finish {

  color: white;

}



.module12 .container .box3 ul li .content .finish::before {

  background-color: white;

}



.module12 .container .moreBtn {

  text-align: center;

  padding-top: 50px;

}



.module12 .container .moreBtn button {

  background-color: #eeeeee;

  padding: 10px 50px;

  border-radius: 50px;

  color: #3b3b3b;

  transition: all 0.5s;

  cursor: pointer;

}



.module12 .container .moreBtn button:hover {

  background-color: var(--color-Primary);

  color: white;

}



.module13 {

  position: relative;

  z-index: 4;

}



.module13 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module13 .container {

    padding: 40px 20px;

  }

}



.module13 .container .box1 {

  display: flex;

  gap: 30px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module13 .container .box1 {

    flex-direction: column;

  }

}



.module13 .container .box1 .leftImg {

  width: 45%;

  flex-shrink: 0;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module13 .container .box1 .leftImg {

    width: 100%;

  }

}



.module13 .container .box1 .leftImg img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 15px;

}



.module13 .container .box1 .right {

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  width: calc(55% - 30px);

  flex-shrink: 0;

}

.module13 .container .box1 .right a{
  margin-top: 10px;
}

.module13 .container .box1 .right a .btn{
  background-color: var(--color-Primary);
    color: white;
    margin-top: 10px;
    padding: 5px 30px;
}


@media (min-width: 0px) and (max-width: 700px) {

  .module13 .container .box1 .right {

    width: 100%;

    flex-direction: column-reverse;

  }

}



.module13 .container .box1 .right h3 {

  font-weight: bold;

  font-size: 26px;

  margin-bottom: 20px;

}



.module13 .container .box1 .right .name {

  font-weight: bold;

}



.module13 .container .box1 .right .text {

  min-height: 100px;

  overflow: auto;

}



.module13 .container .box1 .right .scorllBox {

  width: 100%;

  overflow-x: auto;

  /* 隐藏水平滚动条 */

}



@media (min-width: 0px) and (max-width: 700px) {

  .module13 .container .box1 .right .scorllBox {

    margin-bottom: 20px;

  }

}



.module13 .container .box1 .right .scorllBox::-webkit-scrollbar {

  height: 0;

}



.module13 .container .box1 .right .scorllBox ul {

  display: flex;

  gap: 20px;

}



.module13 .container .box1 .right .scorllBox ul li {

  cursor: pointer;

  width: 150px;

  flex-shrink: 0;

}



.module13 .container .box1 .right .scorllBox ul li img {

  width: 100%;

  border-radius: 5px;

}



.module13 .container .box1 .right .scorllBox ul .select {

  border: 2px solid var(--color-Primary);

  border-radius: 6px;

}



.module14 {

  margin: 50px 0;

}


.module14 .swiper {
  width: 100%;
}

.module14 .container .tab_Box {

  padding: 0;

}



.module14 .container .box1 .tab_header {

  gap: 5px !important;

}



.module14 .container .box1 .tab_header .tabBtn button {

  background-color: var(--color-Primary3);

  color: white;

  width: 200px !important;

  text-align: left;

  padding: 10px !important;

  box-sizing: border-box;

}



.module14 .container .box1 .content {
  width: 100% !important;
  padding: 30px 0;

}



.module14 .container ul .box1 {

  display: flex;

  justify-content: space-between;

  align-items: center;

  border: 1px solid silver;

  padding: 10px 15px;

  margin: 10px;

  gap: 10px;

  border-radius: 5px;

  transition: all 0.5s;

}



.module14 .container ul .box1:hover {

  border: 1px solid var(--color-Primary);

}



.module14 .container ul .box1 p {

  margin: 0;

}



.module14 .container ul .box1 button {

  color: var(--color-Primary);

  white-space: nowrap;

}



.module14 .container ul .box1 button:hover {

  color: var(--color-Primary2);

}



.module15 {

  margin: 50px 0;

}



.module15 .container .title {

  font-size: 26px;

  font-weight: bold;

  margin-bottom: 30px;

}



.module15 .container .content {

  display: flex;

  align-items: center;

  position: relative;

  padding: 0 50px;

}



.module15 .container .content .btn {

  background-color: #dfdfdf;

  width: 40px;

  height: 40px;

  border-radius: 100px;

  flex-shrink: 0;

  transition: all 0.5s;

  position: absolute;

  z-index: 23;

  top: 50%;

  transform: translateY(-50%);

}



.module15 .container .content .btn .icon {

  transition: all 0.5s;

  font-weight: bold;

  color: #616161;

}



.module15 .container .content .btn:hover {

  background-color: var(--color-Primary);

}



.module15 .container .content .btn:hover .icon {

  color: white;

}



.module15 .container .content .left {

  left: 0px;

}



.module15 .container .content .right {

  right: 0px;

}



.module15 .container .swiper {

  width: 100%;

}



.module15 .container .swiper .swiper-slide {

  position: relative;

  border-radius: 15px;

  overflow: hidden;


}

 .module15 .container .swiper .swiper-slide::after {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   z-index: 1;
   background-color: black;
   opacity: 0.4;
 }



.module15 .container .swiper .swiper-slide:hover img {

  transform: scale(1.2);

}



.module15 .container .swiper .swiper-slide img {

  display: block;

  transition: all 0.5s;

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.module15 .container .swiper .swiper-slide p {

  position: absolute;

  left: 10%;

  bottom: 20%;

  z-index: 3;

  margin: 0;

  color: white;

  font-weight: bold;

  font-size: 20px;

}



.module16 {

  position: relative;

  z-index: 4;

}



.module16 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module16 .container {

    padding: 40px 20px;

  }

}



.module16 .container h3 {

  font-size: 26px;

  margin-bottom: 50px;

  font-weight: bold;

}



.module16 .container ul {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 3%;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module16 .container ul {

    grid-template-columns: repeat(1, 1fr);

  }

}



.module16 .container ul li {

  border: 1px solid var(--color-Border);

  border-radius: 15px;

  padding: 40px;

  box-sizing: border-box;

  transition: all 0.5s;

  background-color: #dfdfdf;

  gap: 20px;

}



.module16 .container ul li .icon {

  font-size: 60px;

  font-weight: bold;

  color: #999999;

  margin-right: 15px;

  transition: all 0.5s;

  flex-shrink: 0;

}



.module16 .container ul li .content {

  width: 100%;

  color: #2c2c2c;

  transition: all 0.5s;

  font-weight: bold;

  font-size: 18px;

}



.module16 .container ul li .content h5 {

  font-weight: bold;

  font-size: 18px;

  margin-bottom: 20px;

}



.module16 .container ul li .content p {

  font-size: 18px;

}



.module16 .container ul li:hover {

  background-color: #fe8855;

  transform: translateY(-20px);

}



.module16 .container ul li:hover .content {

  color: white;

}



.module16 .container ul li:hover .icon {

  color: white;

}



.module16 .box2 {

  padding: 50px 0;

}



.module16 .box2 h1 {

  color: white;

  font-weight: bold;

}



.module16 .box2 h5 {

  color: white;

}



.module17 {

  margin: 50px 0;

}



.module17 .container {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 5%;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module17 .container {

    grid-template-columns: repeat(1, 1fr);

  }

}



.module17 .container h4 {

  font-size: 26px;

  margin-bottom: 40px;

  font-weight: bold;

}



.module17 .container form .inputBox {

  display: flex;

  align-items: baseline;

  gap: 10px;

  padding: 10px 0;

}



.module17 .container form .inputBox .name {

  flex-shrink: 0;

  white-space: nowrap;

}



.module17 .container form .inputBox input {

  border: 1px solid #969696;

  height: 40px;

  border-radius: 10px;

  width: 100%;

  padding: 0 5px;

  box-sizing: border-box;

}



.module17 .container form .inputBox textarea {

  border: 1px solid #969696;

  border-radius: 10px;

  width: 100%;

  min-height: 100px;

  padding: 5px;

  box-sizing: border-box;

}



.module17 .container form .btnlist {

  margin-top: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 30px;

}



.module17 .container form .btnlist button {

  color: white;

  padding: 10px 70px;

  border-radius: 50px;

  transition: all 0.5s;

  white-space: nowrap;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module17 .container form .btnlist button {

    padding: 10px 30px;

  }

}



.module17 .container form .btnlist .submit {

  background-color: var(--color-Primary);

}



.module17 .container form .btnlist .submit:hover {

  background-color: var(--color-Primary2);

}



.module17 .container form .btnlist .reset {

  background-color: #5e5e5e;

}



.module17 .container form .btnlist .reset:hover {

  background-color: var(--color-Primary3);

}



.module18 {

  position: relative;

  z-index: 4;

}



.module18 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module18 .container {

    padding: 40px 20px;

  }

}



.module18 .container .box1 {

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  margin-bottom: 30px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module18 .container .box1 {

    flex-direction: column;

  }

}



.module18 .container .box1 .rtext {

  width: 50%;

  flex-shrink: 0;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module18 .container .box1 .rtext {

    width: 100%;

    margin-top: 20px;

  }

}



.module19 {

  padding-bottom: 50px;

}



.module19 .container .t1 {

  font-size: 20px;

  font-weight: bold;

}



.module19 .container .t1 .tip {

  font-weight: 500;

  color: #868686;

  margin-left: 10px;

}



.module19 .container .t1 .tip2 {

  color: var(--color-Primary);

  font-weight: 500;

  margin-left: 10px;

}



.module19 .container .t2 {

  font-size: 24px;

  font-weight: bold;

  border-bottom: 1px solid #cfcfcf;

  padding: 10px 0;

  margin: 20px 0;

}



.module19 .container .progressBox {

  display: flex;

  align-items: center;

  gap: 30px;

  padding: 20px 0;

  padding-bottom: 60px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module19 .container .progressBox {

    flex-direction: column;

    align-items: flex-start;

    gap: 15px;

  }

  .module19 .container .progressBox .line {

    display: none;

  }

}



.module19 .container .progressBox li {

  display: flex;

  align-items: center;

  gap: 10px;

}



.module19 .container .progressBox li span {

  display: inline-block;

  width: 30px;

  height: 30px;

  flex-shrink: 0;

  background-color: #b4b4b4;

  display: flex;

  align-items: center;

  justify-content: center;

  color: white;

  border-radius: 50px;

  font-size: 18px;

  font-weight: bold;

}



.module19 .container .progressBox li p {

  margin: 0;

}



.module19 .container .progressBox li .line {

  width: 200px;

  height: 5px;

  background-color: #b4b4b4;

  border-radius: 50px;

}



.module19 .container .progressBox .select span {

  background-color: var(--color-Primary);

}



.module19 .container .progressBox .select .line {

  background-color: var(--color-Primary);

}



.module19 .container form .box {

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 10%;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module19 .container form .box {

    grid-template-columns: repeat(1, 1fr);

    gap: 0;

  }

}



.module19 .container form .inputBox {

  display: flex;

  align-items: center;

  gap: 10px;

  padding: 15px 0;

  font-size: 18px;

}



.module19 .container form .inputBox .red {

  color: red;

}



.module19 .container form .inputBox .name {

  width: 100%;

  flex-shrink: 0;

  max-width: 100px;

}



.module19 .container form .inputBox .name2 {

  font-weight: bold;

  width: 100%;

  flex-shrink: 0;

  max-width: 150px;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module19 .container form .inputBox .name2 {

    font-size: 16px;

    max-width: 120px;

  }

}



.module19 .container form .inputBox .input {

  border: 1px solid #969696;

  height: 50px;

  border-radius: 50px;

  width: 100%;

  max-width: 500px;

  padding: 0 20px;

  box-sizing: border-box;

}



.module19 .container form .inputBox .input input {

  width: 100%;

  height: 100%;

}



.module19 .container form .inputBox .input select {

  width: 100%;

  height: 100%;

  border: none;

  list-style: none;

  outline: none;

}



.module19 .container form .inputBox .inputFull {

  max-width: 100%;

}



.module19 .container form .inputBox textarea {

  border: 1px solid #969696;

  border-radius: 10px;

  width: 100%;

  max-width: 500px;

  min-height: 100px;

  padding: 5px;

  box-sizing: border-box;

}



.module19 .container form .inputBox2 {

  padding: 15px 0;

  flex-direction: column;

}



.module19 .container form .inputBox2 .name2 {

  max-width: none;

}



.module19 .container form .inputBox2 textarea {

  max-width: none;

}



.module19 .container form .uploadBox {

  width: 100px;

  height: 120px;

  position: relative;

  overflow: hidden;

  margin: 10px 0;

  display: inline-block;

  margin-right: 15px;

}



.module19 .container form .uploadBox .imgBox {

  position: relative;

  background-color: #e6e6e6;

  width: 100px;

  height: 100px;

}



.module19 .container form .uploadBox .imgBox img {

  width: 100%;

  height: 100%;

  object-fit: contain;

}



.module19 .container form .uploadBox .del {

  text-align: center;

  width: 100%;

  background-color: red;

  color: white;

  font-size: 14px;

  height: 20px;

}



.module19 .container form .uploadBox .icon {

  position: absolute;

  font-size: 30px;

  color: #5e5e5e;

}



.module19 .container form .uploadBox .input {

  position: absolute;

  width: 100%;

  height: 100%;

  z-index: 4;

  left: 0;

  top: 0;

  cursor: pointer;

  opacity: 0;

}



.module19 .container form .btnlist {

  margin-top: 20px;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  gap: 30px;

}



.module19 .container form .btnlist button {

  width: 30%;

  color: white;

  padding: 10px;

  border-radius: 50px;

  transition: all 0.5s;

  white-space: nowrap;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module19 .container form .btnlist button {

    padding: 10px 30px;

  }

}



.module19 .container form .btnlist .submit {

  background-color: var(--color-Primary);

}



.module19 .container form .btnlist .submit:hover {

  background-color: var(--color-Primary2);

}



.module19 .container form .btnlist .reset {

  background-color: #5e5e5e;

}



.module19 .container form .btnlist .reset:hover {

  background-color: var(--color-Primary3);

}



.module19 .container .successBox {

  text-align: center;

}



.module19 .container .successBox img {

  width: 400px;

  margin: 30px 0;

}



.module19 .container .successBox .btnlist {

  margin-top: 20px;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 30px;

}



.module19 .container .successBox .btnlist button {

  width: 30%;

  color: white;

  padding: 10px;

  border-radius: 50px;

  transition: all 0.5s;

  white-space: nowrap;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module19 .container .successBox .btnlist button {

    padding: 10px 30px;

  }

}



.module19 .container .successBox .btnlist .btn1 {

  background-color: #757575;

}



.module19 .container .successBox .btnlist .btn1:hover {

  background-color: var(--color-Primary2);

}



.module19 .container .successBox .btnlist .btn2 {

  background-color: var(--color-Primary);

}



.module19 .container .successBox .btnlist .btn2:hover {

  background-color: var(--color-Primary3);

}



.module20 {

  position: relative;

  z-index: 4;

}



.module20 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module20 .container {

    padding: 40px 20px;

  }

}



.module20 .container ul {

  padding: 50px 0;

}



.module20 .container ul li {

  width: 100%;

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: nowrap;

  gap: 10px;

  padding: 10px 0;

}



.module20 .container ul li a {

  position: relative;

  padding-left: 15px;

}



.module20 .container ul li a::before {

  content: "";

  position: absolute;

  left: 0;

  top: 50%;

  transform: translateY(-50%);

  width: 5px;

  height: 5px;

  display: inline-block;

  margin-right: 10px;

  background-color: #b3b3b3;

  border-radius: 50px;

}



.module20 .container ul li span {

  white-space: nowrap;

  color: var(--color-Primary);

  font-size: 14px;

}



.module20 .container ul li:nth-child(5n) {

  border-bottom: 1px solid #c2c2c2;

}



.module21 {

  position: relative;

  z-index: 4;

}



.module21 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module21 .container {

    padding: 40px 20px;

  }

}



.module21 h2 {

  text-align: center;

  margin-bottom: 20px;

  font-weight: bold;

}



.module21 .t2 {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 20px;

  padding-bottom: 20px;

  border-bottom: 1px solid #e0e0e0;

  margin-bottom: 30px;

}



.module21 .paging {

  padding: 50px 0;

  gap: 20px;

}

.module21 .downloadBox{
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.module21 .downloadBox li{
  display: flex;
  align-items: center;
  gap: 20px;
}


.module21 .downloadBox li .name{
  margin: 0;
}

.module21 .downloadBox li a{
  background-color: var(--color-Primary);
  color: white;
  display: inline-block;
  padding: 4px 15px;
}

.module21 .downloadBox li a:hover{
  background-color: var(--color-Primary2);
}


.module22 .container {

  background-color: #fff;

  padding: 60px 40px;

  box-sizing: border-box;

}



@media (min-width: 0px) and (max-width: 700px) {

  .module22 .container {

    padding: 40px 20px;

  }

}





.module23 .container {
  background-color: #fff;
  padding: 60px 40px;
  box-sizing: border-box;
}

@media (min-width: 0px) and (max-width: 700px) {
  .module23 .container {
    padding: 40px 20px;
  }
}

.module23 .container ul li {
  margin: 20px 0;
  background-color: #f0f0f0;
}

.module23 .container ul li a {
  display: grid;
  grid-template-columns: 20% calc(80% - 10px);
  align-items: center;
  gap: 10px;
}

@media (min-width: 0px) and (max-width: 700px) {
  .module23 .container ul li a {
    grid-template-columns: repeat(1, 1fr);
  }
}

.module23 .container ul li a:hover img {
  transform: scale(1.1);
}

.module23 .container ul li a .imgBox {
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.module23 .container ul li a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.module23 .container ul li a .rightBox {
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.module23 .container ul li a .rightBox .t1 {
  font-size: 18px;
  font-weight: bold;
}

.module23 .container ul li a .rightBox .t3 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.module23 .container ul li a .rightBox .t3 button {
  background-color: var(--color-Primary);
  color: white;
  padding: 5px 20px;
}

.module23 .container ul li a .rightBox .t3 button:hover {
  background-color: var(--color-Primary2);
}
