.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 55px !important;
  left: 0px !important;
}
@media (max-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet {
  border-radius: 10px !important;
  width: 48px !important;
  height: 6px !important;
  margin: 0 15px !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
  width: 48px !important;
  height: 6px !important;
}
.set1 {
  padding-top: 80px;
}
.set1 .tit {
  text-align: center;
}
.set1 .tit .tit-top {
  background: url(../img/home/ico.png) no-repeat center;
  font-size: 40px;
  font-weight: bold;
}
.set1 .tit .tit-top span {
  color: #1083F8;
}
.set1 .tit .tit-fot {
  padding-top: 40px;
  font-size: 24px;
  color: #555555;
}
.set1 .set1-con {
  margin: 0;
  padding-top: 150px;
}
@media (max-width: 768px) {
  .set1 .set1-con {
    padding-top: 50px;
  }
}
.set1 .set1-con .item {
  padding: 30px 35px;
  position: relative;
  height: 290px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .set1 .set1-con .item {
    height: auto;
    margin-top: 20px;
  }
}
.set1 .set1-con .item .ico1-img {
  position: absolute;
  top: -80px;
  left: calc(50% - 70px);
}
@media (max-width: 768px) {
  .set1 .set1-con .item .ico1-img {
    position: relative;
    top: 0;
  }
}
.set1 .set1-con .item .item-tit {
  padding-top: 55px;
  font-size: 24px;
  color: #0383fa;
  font-weight: bold;
  text-align: center;
}
.set1 .set1-con .item .item-des {
  text-align: center;
  padding: 20px 25px 30px 25px;
  font-size: 18px;
  color: #555555;
}
.set1 .set1-con .item .item-fot {
  border: 1px solid #0383fa;
  border-radius: 5px;
}
.set1 .set1-con .item .item-fot .desi {
  text-align: center;
  font-size: 18px;
  color: #0383fa;
}
.set1 .set1-fot {
  display: flex;
  justify-content: space-evenly;
  padding-top: 55px;
}
@media (max-width: 768px) {
  .set1 .set1-fot {
    flex-direction: column;
    align-items: center;
  }
}
.set1 .set1-fot .list-l {
  text-align: center;
  width: 20.5625rem;
  padding: 10px 50px;
  border-radius: 5px 50px 5px 5px;
  background: linear-gradient(to right, #fe7b0a, #ff4204);
  color: #fff;
  font-size: 24px;
}
.set1 .set1-fot .list-r {
  text-align: center;
  width: 20.5625rem;
  padding: 10px 50px;
  border-radius: 5px 50px 5px 5px;
  background: linear-gradient(to right, #3476e6, #74a1f2);
  color: #fff;
  font-size: 24px;
}
.set2 {
  padding-top: 100px;
}
.set2 .tit {
  text-align: center;
}
.set2 .tit .tit-top {
  background: url(../img/home/ico.png) no-repeat center;
  font-size: 40px;
  font-weight: bold;
}
.set2 .tit .tit-top span {
  color: #1083F8;
}
.set2 .tit .tit-fot {
  padding-top: 40px;
  font-size: 24px;
  color: #555555;
}
.set2 .set2-con {
  background: url(../img/home/banner1.png) no-repeat center;
  padding: 100px 50px;
  margin: 0;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .set2 .set2-con {
    background: linear-gradient(to bottom, #f8f8f8, #116df7);
  }
}
.set2 .set2-con .con-l .con-l-tit {
  font-size: 24px;
  color: #555555;
  font-weight: bold;
}
.set2 .set2-con .con-l ul li {
  color: #555555;
  font-size: 20px;
  background: url(../img/home/ico7.png) no-repeat left center;
  padding-left: 35px;
  margin: 10px 0;
}
.set2 .set2-con .con-r .con-r-tit {
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
}
.set2 .set2-con .con-r ul li {
  color: #ffffff;
  font-size: 20px;
  background: url(../img/home/ico8.png) no-repeat left center;
  padding-left: 35px;
  margin: 10px 0;
}
.set2 .set2-fot {
  margin: 0 auto;
  background: linear-gradient(to right, #feb804, #ff4204);
  width: 432px;
  height: 68px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .set2 .set2-fot {
    width: 95%;
  }
}
.set2 .set2-fot a {
  color: #fff;
  font-size: 20px;
}
.set3 {
  padding: 65px 0;
}
@media (max-width: 768px) {
  .set3 {
    display: none;
  }
}
.set3 .tit {
  text-align: center;
}
.set3 .tit .tit-top {
  background: url(../img/home/ico.png) no-repeat center;
  font-size: 40px;
  font-weight: bold;
}
.set3 .set3-con {
  padding-top: 80px;
  /* 添加无边框样式 */
  /* 新增样式：第一行除第一格外的单元格样式 */
  /* 添加新的类来设置第一列的背景颜色 */
}
.set3 .set3-con .toggle-buttons {
  margin-bottom: 70px;
  display: flex;
  justify-content: center;
}
.set3 .set3-con .toggle-button {
  width: 535px;
  height: 68px;
  padding: 10px 20px;
  font-size: 30px;
  background-color: #F4F4F4;
  cursor: pointer;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .set3 .set3-con .toggle-button {
    height: auto;
  }
}
.set3 .set3-con .toggle-button.active {
  background: linear-gradient(to right, #fe7b0a, #ff4204);
  color: #Ffffff;
}
.set3 .set3-con .toggle-button.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ff4204;
}
.set3 .set3-con table {
  border-collapse: collapse;
  width: 100%;
  display: none;
  max-width: 100%;
  overflow-x: auto;
}
.set3 .set3-con table.active {
  display: table;
}
.set3 .set3-con td {
  border: 1px solid #0383fa;
  padding: 10px;
  vertical-align: middle;
  color: #666666;
}
@media (max-width: 768px) {
  .set3 .set3-con td {
    padding: 0;
    word-wrap: normal;
  }
}
.set3 .set3-con td.no-border {
  border: none;
}
.set3 .set3-con table tr:not(:nth-child(5)) {
  text-align: center;
}
.set3 .set3-con table tr:first-child td:not(:first-child) {
  border: none;
  background: linear-gradient(to left, #106dfd, #89b1fd);
  color: #F4F4F4;
  font-size: 28px;
  border-radius: 10px 10px 0 0;
}
.set3 .set3-con .first-column-bg {
  background-color: #E8F3FE;
  font-size: 22px;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}
.set3 .set3-con .jiage-red {
  color: #d43f4b;
  font-size: 30px;
  font-weight: bold;
}
.set3 .set3-con .baozhang {
  background: url(../img/home/ico9.png) 10% 60% no-repeat;
  color: #0383fa;
  text-align: center;
  font-size: 20px;
}
.set3 .set3-con ul {
  list-style-type: disc;
  margin: 10px;
  padding-left: 20px;
}
.set3 .set3-con ul li {
  color: #666666;
  font-size: 18px;
}
.set4 {
  background: url(../img/home/banner3.png) no-repeat center;
  padding: 100px 50px;
  margin: 0;
}
@media (max-width: 768px) {
  .set4 {
    padding: 0;
  }
}
.set4 .tit {
  text-align: center;
}
.set4 .tit .tit-top {
  background: url(../img/home/ico12.png) no-repeat center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.set4 .set4-con .lc {
  padding: 60px 0;
}
.set4 .set4-con .lc img {
  width: 100%;
}
.set4 .set4-con .list {
  /* 添加或修改以下样式 */
}
.set4 .set4-con .list .tab-buttons {
  margin-bottom: 20px;
  background-color: #Ffffff;
  border-radius: 30px;
  display: flex;
}
@media (max-width: 768px) {
  .set4 .set4-con .list .tab-buttons {
    flex-direction: column;
  }
}
.set4 .set4-con .list .tab-button {
  width: 33.3333333%;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 30px;
  font-weight: bold;
  font-size: 28px;
}
@media (max-width: 768px) {
  .set4 .set4-con .list .tab-button {
    width: 100%;
    padding: 0;
  }
}
.set4 .set4-con .list .tab-button.active {
  background: linear-gradient(to right, #f38f1f, #e8501c);
  color: white;
  border-radius: 30px;
}
.set4 .set4-con .list .tab-content {
  display: none;
}
.set4 .set4-con .list .tab-content.active {
  display: flex;
  background: url(../img/home/banner4.png) no-repeat center;
  height: 365px;
  margin: 50px 0;
  justify-content: space-around;
  padding: 30px;
}
@media (max-width: 768px) {
  .set4 .set4-con .list .tab-content.active {
    background: none;
    padding: 0;
    height: auto;
  }
}
.set4 .set4-con .list .tab-l {
  color: #F4F4F4;
}
.set4 .set4-con .list .tit4 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.set4 .set4-con .list .tit4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 172px;
  height: 4px;
  background-color: white;
}
.set4 .set4-con .list .tab-l p {
  font-size: 20px;
  padding: 10px 0;
}
.set4 .set4-con .list .more-l {
  margin-top: 30px;
  width: 334px;
  height: 62px;
  background-color: #ecf0fe;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.set4 .set4-con .list .more-l a {
  background: linear-gradient(to right, #fe9b0f, #ff4304);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-weight: bold;
}
.set4 .set4-con .list .custom-list {
  list-style-type: disc;
  font-size: 20px;
  padding-top: 30px;
  color: #666666;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .set4 .set4-con .list .custom-list {
    color: #fff;
  }
}
.set4 .set4-con .list .custom-list li::marker {
  color: #3064AE;
}
.set4 .set4-con .list .more-r {
  margin-top: 30px;
  width: 334px;
  height: 62px;
  background-color: #479cf7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
.set4 .set4-con .list .more-r a {
  color: #Ffffff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
.set5 .tit {
  text-align: center;
}
.set5 .tit .tit-top {
  background: url(../img/home/ico.png) no-repeat center;
  font-size: 40px;
  font-weight: bold;
}
.set5 .set5-con {
  padding-top: 75px;
  margin: 0;
}
.set5 .set5-con .set5-item {
  padding: 15px 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.set5 .set5-con .set5-item .set5-item-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .set5 .set5-con .set5-item .set5-item-tit {
    padding: 20px 15px;
  }
  .set5 .set5-con .set5-item .set5-item-tit .tit-l p {
    font-size: 14px !important;
  }
}
.set5 .set5-con .set5-item .set5-item-tit .tit-l {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.set5 .set5-con .set5-item .set5-item-tit .tit-l p {
  font-size: 20px;
  font-weight: normal;
}
.set5 .set5-con .set5-item .set5-item-tit .tit-r {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 105px;
  height: 40px;
  border-radius: 5px;
}
.set5 .set5-con .set5-item .set5-item-tit .tit-r a {
  font-size: 16px;
  font-weight: bold;
  color: #4783ec;
}
.set5 .set5-con .set5-item .set5-item-tit .tit-r .cg2 {
  color: #ff6300;
}
.set5 .set5-con .set5-item .bg {
  background: linear-gradient(to right, #2065e1, #6b9bf0);
}
.set5 .set5-con .set5-item .bg2 {
  background: linear-gradient(to right, #fe910d, #ff4905);
}
.set5 .set5-con .set5-item .set5-item-con {
  padding-top: 10px;
}
.set5 .set5-con .set5-item .set5-item-con ul li a {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  margin: 10px 20px;
  color: #555555;
  line-height: 40px;
}
.set5 .set5-con .set5-item .set5-item-con ul li a .des {
  width: 80%;
}
.set5 .set5-con .set5-item .set5-item-con ul li a .zixun {
  font-size: 16px;
  text-align: center;
  width: 105px;
  height: 40px;
  border: 1px solid #585858;
  border-radius: 5px;
}
.set5 .set5-con .set5-item .set5-item-fot {
  border: 2px solid #4783ec;
  width: 230px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 35px auto;
}
.set5 .set5-con .set5-item .set5-item-fot .cg2 {
  color: #ff6300;
}
.set5 .set5-con .set5-item .set5-item-fot a {
  font-size: 20px;
  color: #4783ec;
}
.set5 .set5-con .set5-item .bd2 {
  border: 2px solid #ff6300;
}
.set5 .set5-fot {
  background: linear-gradient(to right, #fe910d, #ff4905);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 375px;
  height: 60px;
  margin: 62px auto;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .set5 .set5-fot {
    width: 95%;
  }
}
.set5 .set5-fot a {
  font-size: 24px;
  color: #fff;
}
.set6 {
  background: url(../img/home/banner5.png) 50% 0% no-repeat;
  padding: 120px 50px;
}
@media (max-width: 768px) {
  .set6 {
    padding: 50px 10px;
  }
}
.set6 .xz-tit {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.set6 .xz-tit .eng {
  font-size: 20px;
  color: #526ee0;
}
.set6 .set6-con {
  margin: 0;
}
.set6 .set6-con .set6-item {
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.1), -5px 0 10px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 30px 30px 0 30px;
  border-radius: 10px;
  margin-top: 40px;
  height: 100%;
}
@media (max-width: 768px) {
  .set6 .set6-con .set6-item {
    height: auto;
  }
}
.set6 .set6-con .set6-item .set6-tit {
  display: flex;
  align-items: center;
}
.set6 .set6-con .set6-item .set6-tit .tit-r {
  padding-left: 15px;
  font-size: 20px;
  color: #000000;
}
.set6 .set6-con .set6-item .set6-tit .tit-r .eng {
  font-size: 14px;
  color: #99add7;
}
.set6 .set6-con .set6-item .des {
  padding-top: 30px;
  color: #666666;
}
@media (max-width: 768px) {
  .set6 .set6-con .set6-item .des {
    padding-bottom: 30px;
  }
}
.set7 img {
  width: 100%;
  position: relative;
  top: 40px;
}
.set8 {
  background: url(../img/home/banner7.png) 50% 100% no-repeat;
  padding: 50px 0;
  margin-bottom: 110px;
}
.set8 .tit {
  color: #fff;
  text-align: center;
  padding-top: 90px;
}
.set8 .tit .tit-top {
  font-size: 40px;
  font-weight: bold;
}
.set8 .tit .tit-des {
  padding: 50px 0;
  font-size: 20px;
  line-height: 36px;
}
.set8 .container {
  position: relative;
  --swiper-navigation-size: 0;
}
.set8 .swiper {
  width: 100%;
  height: 100%;
  --swiper-navigation-size: 0;
  padding-bottom: 50px;
}
.set8 .swiper-slide .tea-r {
  margin-bottom: 100px;
}
.set8 .swiper-slide .tea-r .tea-name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.set8 .swiper-slide .tea-r .gw {
  font-size: 18px;
  color: #fff;
}
.set8 .swiper-slide .tips {
  position: absolute;
  left: 100px;
  bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 30px;
  border-radius: 80px 10px 10px 10px;
  color: #041468;
  font-size: 20px;
}
@media (max-width: 768px) {
  .set8 .swiper-slide .tips {
    left: 0;
  }
}
.set8 .swiper-slide .more {
  background: linear-gradient(to right, #fe910d, #ff4905);
  padding: 10px 30px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .set8 .swiper-slide .more {
    left: auto;
  }
}
.set8 .swiper-slide .more a {
  color: #fff;
  font-size: 24px;
}
.set8 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.set9 {
  background-color: #4D5259;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.set9 .set9-content {
  display: flex;
  justify-content: center;
}
@media (max-width: 990px) {
  .set9 .set9-content {
    display: block;
  }
}
.set9 .set9-content .set9-tit {
  background: linear-gradient(to right, #fe840b, #ff4605);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-weight: bold;
  font-family: 'Adobe 黑体 Std';
  text-align: center;
  margin-right: 25px;
  line-height: 35px;
  padding-top: 10px;
}
@media (max-width: 768px) {
  .set9 .set9-content .set9-tit {
    font-size: 26px;
    line-height: 29px;
    margin: 0 auto;
    padding: 0;
  }
}
.set9 .set9-content form .ipt {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 768px) {
  .set9 .set9-content form .ipt {
    flex-direction: column;
  }
}
.set9 .set9-content form .ipt .ipt-1 .name-set9 {
  width: 210px;
  height: 61px;
}
.set9 .set9-content form .ipt .ipt-1 .tel-set9 {
  width: 210px;
  height: 61px;
}
.set9 .set9-content form .ipt .ipt-1 .yzm {
  width: 210px;
  height: 61px;
}
@media (max-width: 500px) {
  .set9 .set9-content form .ipt .ipt-1 {
    display: flex;
  }
  .set9 .set9-content form .ipt .ipt-1 .name-set9 {
    width: 80%;
    height: 30px;
  }
  .set9 .set9-content form .ipt .ipt-1 .tel-set9 {
    width: 80%;
    height: 30px;
  }
}
.set9 .set9-content form .ipt input {
  border-radius: 5px;
  border: none;
  outline: none;
  margin: 0 10px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .set9 .set9-content form .ipt input {
    margin: 10px;
  }
}
.set9 .set9-content form .ipt .bm {
  width: 190px;
  height: 109px;
  background: linear-gradient(to right, #fe840b, #ff4605);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  margin-left: 15px;
  cursor: pointer;
}
.set9 .set9-content form .ipt .bm h4 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .set9 .set9-content form .ipt .bm {
    height: auto;
  }
  .set9 .set9-content form .ipt .bm h4 {
    font-size: 24px;
  }
}
.set9 .set9-content form .cbox {
  color: #fff;
}
@media (max-width: 768px) {
  .set9 .set9-content form .cbox {
    display: flex;
    padding: 0 10px;
    margin-top: 5px;
  }
  .set9 .set9-content form .cbox label {
    padding-left: 10px;
  }
}
/*# sourceMappingURL=home.css.map */