/* banner */
.home_banner {
  height: 980px;
  background: linear-gradient(269deg, #11C9C0 0%, #1364DF 100%);
  position: relative;
}

.home_banner::after {
  content: "";
  width: 789px;
  height: 793px;
  background: url("../images/home_banner_bj.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 94px;
  transform: translateX(-50%);
}

.home_banner .home_banner_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 232px;
  padding-bottom: 60px;
  box-sizing: border-box;
  overflow: hidden;
}

.banner_text_pro {
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.banner_text_pro .banner_text_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /* max-width: 1500px;
  width: 100%;
  height: 100%; */
  /* margin: 0 auto; */
}

.banner_text_pro .banner_text_box h2 {
  width: 427px;
  font-size: 66px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 96px;
  letter-spacing: 0.1px;
  margin-top: 16px;
}

.banner_text_pro .banner_text_box .input_box {
  width: 400px;
  height: auto;
  position: relative;
}

.banner_text_pro .banner_text_box .input_box p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 60px 0;
}

.banner_text_pro .input_box .input_text {
  display: block;
  width: 100%;
  height: 60px;
  background-color: #fff;
  padding: 20px 30px;
  padding-right: 140px;
  box-sizing: border-box;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
}

.banner_text_pro .input_box .input_btn {
  display: block;
  width: auto;
  height: 48px;
  background-color: #1573f1;
  padding: 10px 27px;
  box-sizing: border-box;
  border: none;
  border-radius: 60px;
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

.banner_text_pro .banner_text_list {
  width: 100%;
}

#swiper3 {
  width: 100%;
  height: 100%;

}

#swiper3 .swiper-slide {
  width: 100%;
  height: 100%;
}

#swiper3 .swiper-pagination-bullet {
  width: 566px !important;
  height: 1px !important;
}

#swiper3 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 56px !important;
  left: 100px !important;
}


#swiper3 .swiper-slide .swiper-item {
  width: 1000px;
  height: 100%;
  position: relative;
  display: flex;
}

#swiper3 .swiper-slide .swiper-item .img1 {
  position: absolute;
  left: 350px;
  top: 80px;
  width: 348px;
  height: 420px;
  background: url(../images/gx_img1.png) no-repeat center;
  background-size: cover;
}

#swiper3 .swiper-slide .swiper-item .img_1 {
  animation: fadeInBottomLeft 1s linear 1 forwards;
}

#swiper3 .swiper-slide .swiper-item .info {
  width: 352px;
  height: 428px;
  position: absolute;
  left: 546px;
  top: -18px;
  background: #EBF9F9;
  border-radius: 24px;
}

#swiper3 .swiper-slide .swiper-item .info_1 {
  animation: fadeInTopRight 1s linear 1 forwards;
}

#swiper3 .swiper-slide .swiper-item .info .img_2 {
  width: 247px;
  height: 248px;
  background: url("../images/gx_img2.png") no-repeat center;
  background-size: cover;
  margin: 45px auto 36px;
  position: relative;
}

#swiper3 .swiper-slide .swiper-item .info .img_3 {
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%);
  width: 133px;
  height: 128px;
  background: url("../images/gx_img3.png") no-repeat center;
  background-size: 133px;
}

#swiper3 .swiper-slide .swiper-item .info .img3 {
  animation: info_img2 1.5s linear 1.5s forwards;
}

@keyframes info_img2 {
  0% {
    height: 128px;
    opacity: 1;
  }

  100% {
    height: 0;
    opacity: 0;
  }
}

#swiper3 .swiper-slide .swiper-item .info .img_4 {
  position: absolute;
  left: 50%;
  top: 41%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0;
  background: url("../images/gx_img4.png") no-repeat center;
  background-size: 133px;
}

#swiper3 .swiper-slide .swiper-item .info .img4 {
  animation: info_img1 2s linear 2.5s forwards;
}

@keyframes info_img1 {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 100%;
    opacity: 1;
  }
}

#swiper3 .swiper-slide .swiper-item .info .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 70px;
  width: 262px;
  height: 0px;
  border: 2px solid #1868EA;
  /* background: #1868EA; */
  -webkit-box-shadow: 0 0px 26px rgba(26, 107, 237, 1);
  border-radius: 6px;
}

#swiper3 .swiper-slide .swiper-item .info .line_ani {
  animation: info_line1 2s linear 1.5s 1 forwards;
}

@keyframes info_line1 {
  0% {
    top: 70px;
    /* display: block; */
  }

  /* 50%,
  60%,
  70%,
  80%,
  90% {
    height: 2px;
  } */

  100% {
    /* height: 0px; */
    top: 268px;
    /* display: none; */
  }
}

/* #swiper3 .swiper-slide .swiper-item .info .line2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 268px;
  width: 262px;
  height: 0px;
  background: #1868EA;
  animation: info_line2 2s linear 4s 1 forwards;
}


@keyframes info_line2 {
  0% {
    height: 2px;
    top: 268px;
    display: block;
  }

  100% {
    height: 2px;
    top: 70px;
    display: none;
  }
} */

#swiper3 .swiper-slide .swiper-item .info .btn {
  width: 243px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(123deg, #1573F1 0%, #905FE8 100%);
  box-shadow: 0px 3px 10px 1px rgba(21, 115, 241, 0.4);
  border-radius: 31px;
  line-height: 56px;
  font-size: 18px;
  font-family: Helvetica-Bold, Helvetica;
  font-weight: bold;
  color: #FFFFFF;
}

#swiper3 .swiper-slide .swiper-item .info .round {
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 47px;
  height: 47px;
  background: rgba(255, 255, 255, 0.31);
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
}

#swiper3 .swiper-slide .swiper-item .info .rounds {
  animation: info_round 1s linear 3s forwards;
}

@keyframes info_round {
  0% {
    right: 0px;
    bottom: -50px;
    opacity: 0;
  }

  100% {
    right: 90px;
    bottom: 25px;
    opacity: 1;
  }
}

#swiper3 .swiper-slide .swiper-item1 .stabe {
  position: absolute;
  left: 420px;
  top: -10px;
  width: 100%;
  height: 100%;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img {
  position: absolute;
  width: 322px;
  height: 200px;
  background-size: cover;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.2);
  border-radius: 17px;
  left: 0px;
  opacity: 0;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img1 {
  top: 0;
  background: url(../images/wd_img1.png) no-repeat center;
  z-index: 1;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img2 {
  top: 101px;
  background: url(../images/wd_img2.png) no-repeat center;
  z-index: 2;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img3 {
  top: 202px;
  background: url(../images/wd_img3.png) no-repeat center;
  z-index: 3;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img4 {
  top: 303px;
  background: url(../images/wd_img4.png) no-repeat center;
  z-index: 4;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img_1 {
  animation: fadeInRight 0.5s linear 0.5s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img_2 {
  animation: fadeInRight 1s linear 1s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img_3 {
  animation: fadeInRight 1.5s linear 2s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe .s_img_4 {
  animation: fadeInRight 2s linear 3s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card {
  position: absolute;
  left: 805px;
  top: 0;
  width: 245px;
  height: 178px;
  background: linear-gradient(180deg, #1573F1 0%, #905FE8 100%);
  border-radius: 12px;
  padding: 36px 32px 33px;
  box-sizing: border-box;
  opacity: 0;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card_s {
  animation: fadeInRight 1.5s linear 0.3s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card p {
  font-size: 18px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 0.02px;
  margin-bottom: 22px;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon .tx {
  width: 33px;
  height: 33px;
  background: url(../images/wd_icon.png) no-repeat center;
  background-size: cover;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon .td {
  position: absolute;
  top: 0;
  width: 33px;
  height: 33px;
  background-size: cover;
  opacity: 0;
}


#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon1 .td {
  left: 0;
  background: url(../images/wd_icon1.png) no-repeat center;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon2 .td {
  left: 49px;
  background: url(../images/wd_icon2.png) no-repeat center;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon3 .td {
  left: 69;
  background: url(../images/wd_icon3.png) no-repeat center;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon4 .td {
  right: 0;
  background: url(../images/wd_icon4.png) no-repeat center;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon_1 .td {
  animation: fadeIn 1s linear 1s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon_2 .td {
  animation: fadeIn 1.5s linear 2s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon_3 .td {
  animation: fadeIn 2s linear 3s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item1 .stabe_card .s_icon .icon_4 .td {
  animation: fadeIn 2.5s linear 4s 1 forwards;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card {
  position: absolute;
  left: 360px;
  top: 200px;
  width: 269px;
  height: auto;
  background: linear-gradient(180deg, #1573F1 0%, #905FE8 100%);
  border-radius: 12px;

}

#swiper3 .swiper-slide .swiper-item .savy_card_s {
  animation: adeInBottomLeft 1s linear 1 forwards;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card h2 {
  font-size: 20px;
  font-family: Arial-Regular, Arial;
  color: #FFFFFF;
  line-height: 28px;
  letter-spacing: 0.03px;
  padding: 18px 20px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box {
  padding: 30px 20px;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp,
#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp2 {
  display: flex;
  align-items: center;
  width: 230px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0 12px;
  box-sizing: border-box;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp .txt,
#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp2 .txt {
  width: 154px;
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp .kh,
#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp2 .kh {
  line-height: 30px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-family: Arial-Regular, Arial;
  color: #FFFFFF;
  letter-spacing: 0.03px;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .btn {
  width: 230px;
  height: 44px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  font-family: Arial-Bold, Arial;
  font-weight: bold;
  color: #FFFFFF;
  letter-spacing: 0.03px;
  margin-top: 24px;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp_title {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp_title .icon {
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url(../images/sq_icon3.png) no-repeat center;
  background-size: cover;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .inp_title span {
  font-size: 12px;
  font-family: Arial-Regular, Arial;
  color: rgba(255, 255, 255, 0.3);
  line-height: 17px;
  margin-left: 8px;
  letter-spacing: 0.03px;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .round {
  position: absolute;
  right: 0px;
  bottom: -50px;
  width: 47px;
  height: 47px;
  background: rgba(255, 255, 255, 0.31);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  opacity: 0;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .input_box .rounds {
  animation: inp_round 1s linear 2s forwards;
}

@keyframes inp_round {
  0% {
    right: 0px;
    bottom: -50px;
    opacity: 0;
  }

  100% {
    right: 50px;
    bottom: 10px;
    opacity: 1;

  }
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .cny {
  position: absolute;
  right: -208px;
  bottom: 5px;
  width: 186px;
  height: 74px;
  background: url(../images/sq_bg1.png) no-repeat center;
  background-size: cover;
}


#swiper3 .swiper-slide .swiper-item2 .savy_card .usd {
  position: absolute;
  right: -345px;
  bottom: 90px;
  width: 144px;
  height: 44px;
  background: url(../images/sq_bg2.png) no-repeat center;
  background-size: cover;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .cny_ani {
  animation: cny_ani 1.5s linear infinite;
}

#swiper3 .swiper-slide .swiper-item2 .savy_card .usd_ani {
  animation: cny_ani 1.5s linear infinite;
}

@keyframes cny_ani {
  0% {
    background-size: 100%;
  }

  50% {
    background-size: 95%;
  }

  100% {
    background-size: 100%;
  }
}

@keyframes usd_ani {
  0% {
    background-size: 100%;
  }

  50% {
    background-size: 90%;
  }

  100% {
    background-size: 100%;
  }
}

#swiper3 .swiper-slide .swiper-item2 .savy_img {
  position: absolute;
  left: 440px;
  top: -10px;
  width: 559px;
  height: 347px;
  background: url(../images/sq_img.png) no-repeat center;
  background-size: cover;
  border-radius: 12px;
  z-index: -1;
}

#swiper3 .swiper-slide .swiper-item2 .savy_img_1 {
  animation: fadeInTopRight 1s linear 1 forwards;
}

.banner_text_bottom {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_text_bottom p {
  text-align: center;
  width: 566px;
  padding: 24px;
  box-sizing: border-box;
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 42px;
  letter-spacing: 0.04px;
}

.banner_text_bottom>div#sale {
  padding: 0 10px;
}

.banner_text_bottom>div .line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  position: relative;
}

.banner_text_bottom>div .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  animation: line 7s linear;
}

@keyframes line {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* 侧边栏 */
/* .sidebar_box {
  width: 54px;
  height: auto;
  position: fixed;
  top: 50%;
  right: 10px;
  margin-top: -120px;
  z-index: 999;
}

.sidebar_box_conter {
  width: 100%;
  height: auto;
  position: relative;
}

.sidebar_box_conter ul {
  border-radius: 27px;
  overflow: hidden;
  box-shadow: 0 0 2px 0px #b0b0b0;
}

.sidebar_box_conter ul li {
  float: left;
  width: 54px;
  height: 60px;
  padding: 19px 15px;
  box-sizing: border-box;
  text-align: center;
  background: rgba(31, 120, 240, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.sidebar_box_conter ul li:last-child {
  padding: 10px 10px;
}

.sidebar_box_conter ul li p {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 16px;
}

.sidebar_box_conter ul li .text_box {
  width: 0px;
  height: 60px;
  background: #3774ea;
  box-sizing: border-box;
  padding: 20px 0px;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  right: 54px;
  opacity: 0;
}

.sidebar_box_conter ul li .text_box p {
  width: 150px;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
} */


/* 内容 */

.home_content {
  width: 100%;
  height: auto;
  position: relative;
}

.home_content h2.title {
  font-size: 46px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: 0.04px;
  text-align: center;
}

.home_section1 {
  width: 100%;
  margin: 0 auto;
}

.home_section1 .section_container_con {
  max-width: 1500px;
}

.home_section1_list {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 200px 0px 272px 0px;
}

.home_section1_list .left {
  width: 900px;
  height: 600px;
  position: relative;
}

.home_section1_list .left img {
  width: 100%;
  height: 100%;
}

.home_section1_list .left .list {
  position: absolute;
  left: 710px;
  top: 150px;
  width: 800px;
  height: 520px;
  background: linear-gradient(135deg, #11C9C0 0%, #15B0CC 45%, #1364DF 100%);
  border-radius: 24px;
  z-index: 1;
}

.home_section1_list .left .list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 800px;
  height: 520px;
  background: url("../images/section_x.png") no-repeat center;
  background-size: cover;
  z-index: -1;
}

.home_section1_list .left .list ul {
  padding: 80px 30px 80px 90px;
  box-sizing: border-box;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
}

.home_section1_list .left .list ul li {
  width: 33.33%;
}

.home_section1_list .left .list ul li .text {
  font-size: 80px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 89px;
  margin-bottom: 8px;
}

.home_section1_list .left .list ul li .text2,
.home_section1_list .left .list ul li .text3 {
  font-size: 76px;
  line-height: 85px;
}

.home_section1_list .left .list ul li .text4 {
  font-size: 76px;
  margin-top: 70px;
  line-height: 76px;
}

.home_section1_list .left .list ul li .text4 span {
  font-size: 40px;
}

.home_section1_list .left .list ul li .text5 {
  font-size: 76px;
  display: flex;
  align-items: center;
  margin-top: 68px;
}

.home_section1_list .left .list ul li .text5 .span1 {
  font-size: 62px;
}

.home_section1_list .left .list ul li .text5 .span2 {
  font-size: 40px;
  line-height: 40px;
  padding-top: 22px;
}

.home_section1_list .left .list ul li.li_con6 {
  margin-top: 70px;
  padding-top: 40px;
}

.home_section1_list .left .list ul li.li_con6 .text_right {
  width: 59px;
  height: 30px;
  position: relative;
  padding-left: 30px;
}

.home_section1_list .left .list ul li.li_con6 .text_right img {
  width: 100%;
  height: 100%;
}

.home_section1_list .left .list ul li.li_con6:hover .text_right img {
  animation: home_img_4 1.5s linear infinite;
}

.home_section1_list .left .list ul li.li_con6 .text_right::after {
  content: "";
  position: absolute;
  right: 1px;
  top: -1px;
  width: 32px;
  height: 32px;
  background: url("../images/home_section1_radius.png") no-repeat center;
  background-size: cover;
}

.home_section1_list .left .list ul li.li_con6 .learn_more {
  margin-top: 15px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #FFFFFF;
  line-height: 22px;
  padding-left: 30px;
}

.home_section1_list .left .list ul li .title {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 25px;
}

.home_section2 {
  position: relative;
  height: 100%;
}

.home_section2 .section_container_con {
  max-width: 100%;
  padding: 0;
}

.home_section2 .home_section2_list {
  position: relative;
  height: 100%;
}

.home_section2 .swiper {
  width: 100%;
  height: 100%;
}

.home_section2 .swiper .swiper-slide {
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.home_section2 .swiper .swiper-slide .home_section2_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 890px;
  background: linear-gradient(209deg, #11C9C0 0%, rgba(36, 180, 204, 0.85) 33%, rgba(29, 148, 212, 0.91) 66%, #1364DF 100%);
}

.home_section2 .swiper .swiper-slide .home_section2_item .left {
  width: 50%;
  padding-left: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  padding-top: 120px;
}

.home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left,
.home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left {
  padding-top: 160px;
}

.home_section2 .swiper .swiper-slide .home_section2_item .left h2 {
  font-size: 46px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 70px;
  letter-spacing: 0.04px;
  margin-bottom: 60px;
}

.home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left h2,
.home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left h2 {
  margin-bottom: 120px;
}

.home_section2 .swiper .swiper-slide .home_section2_item .left .list .item h3 {
  font-size: 30px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 700;
  line-height: 42px;
  color: #FFFFFF;
  margin-top: 40px;
}

.home_section2 .swiper .swiper-slide .home_section2_item .left .list .item p {
  width: 421px;
  height: 0;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #FFFFFF;
  line-height: 24px;
  transition: all 1s ease;
  opacity: 0;
  padding-top: 0;
}

.home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on p,
.home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on p {
  padding-top: 40px;
}

.home_section2 .swiper .swiper-slide .home_section2_item .left .list .item.on p {
  height: 50px;
  padding-top: 30px;
  opacity: 1;
  /* display: block; */
}

.home_section2 .swiper .swiper-slide .home_section2_item .left .list .item:hover p {
  padding-top: 30px;
  height: 50px;
}

.home_section2 .swiper .swiper-slide .home_section2_item .left .btn {
  width: 160px;
  margin-top: 50px;
  background: #1F78F0;
  box-shadow: 0px 6px 12px 1px rgba(27, 110, 222, 0.3);
  border-radius: 100px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 54px;
  text-align: center;
  position: relative;
}

.home_section2 .swiper .swiper-slide .home_section2_item .left .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  opacity: 0;
}

.home_section2 .swiper .swiper-slide .home_section2_item .left .btn:hover::after {
  opacity: 1;
}

.home_section2 .swiper .swiper-slide .home_section2_item .right {
  width: 50%;
  /* float: right; */
}

.home_section2 .swiper .swiper-slide .home_section2_item .right img {
  width: 960px;
  height: 890px;
  position: absolute;
  right: 0;
  top: 0;
}

.swiper-pagination {
  text-align: inherit !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 80px !important;
  left: 260px !important;
  width: 100% !important;
}

.swiper-pagination-bullet {
  width: 60px !important;
  height: 4px !important;
  background: #FFFFFF !important;
  border-radius: 10px !important;
  opacity: 0.3 !important;
  display: inline-block !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.home_section3 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  padding: 160px 0;
}

.home_section3 h2 {
  color: #333333;
}

.home_section3 .home_section3_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 180px;
  padding-right: 140px;
  margin-top: 88px;
}

.home_section3 .home_section3_list .left img {
  width: 496px;
  height: 553px;
}

.home_section3 .home_section3_list .right ul li .li_con {
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

.home_section3 .home_section3_list .right ul li .li_con .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 24px;
}

.home_section3 .home_section3_list .right ul li .li_con .icon .tx,
.home_section3 .home_section3_list .right ul li .li_con .icon .td {
  background-size: cover;
}

.home_section3 .home_section3_list .right ul li .li_con1 .icon .tx {
  width: 30px;
  height: 30px;
  background: url(../images/home_section3_icon_1.png) no-repeat center;
  margin-top: -6px;
  margin-left: 0px;
  transition: all 0.3s linear;
}

.home_section3 .home_section3_list .right ul li .li_con1 .icon .td {
  width: 41px;
  height: 40px;
  background: url(../images/home_section3_icon1.png) no-repeat center;
  margin-top: 14px;
  margin-left: -22px;
  transition: all 0.3s linear;
}

.home_section3 .home_section3_list .right ul li .li_con2 .icon .tx {
  width: 31px;
  height: 30px;
  background: url(../images/home_section3_icon_2.png) no-repeat center;
  margin-top: -3px;
  margin-left: 0px;
  transition: all 0.3s linear;
}

.home_section3 .home_section3_list .right ul li .li_con2 .icon .td {
  width: 41px;
  height: 40px;
  background: url(../images/home_section3_icon2.png) no-repeat center;
  margin-top: 14px;
  margin-left: -20px;
  transition: all 0.3s linear;
}

.home_section3 .home_section3_list .right ul li .li_con3 .icon .tx {
  width: 30px;
  height: 30px;
  background: url(../images/home_section3_icon_3.png) no-repeat center;
  margin-top: 2px;
  margin-left: 0px;
  transition: all 0.3s linear;
}

.home_section3 .home_section3_list .right ul li .li_con3 .icon .td {
  width: 35px;
  height: 40px;
  background: url(../images/home_section3_icon3.png) no-repeat center;
  margin-top: 12px;
  margin-left: -16px;
}

.home_section3 .home_section3_list .right ul li .li_con4 .icon .tx {
  width: 33px;
  height: 30px;
  background: url(../images/home_section3_icon_4.png) no-repeat center;
  margin-top: -6px;
  margin-left: 0px;
  transition: all 0.3s linear;
}

.home_section3 .home_section3_list .right ul li .li_con4 .icon .td {
  width: 41px;
  height: 40px;
  background: url(../images/home_section3_icon4.png) no-repeat center;
  margin-top: 11px;
  margin-left: -24px;
  transition: all 0.3s linear;
}

/* hover */
.home_section3 .home_section3_list .right ul li.on .li_con1 .icon .tx {
  margin-top: -10px;
  margin-left: -8px;
}

.home_section3 .home_section3_list .right ul li.on .li_con2 .icon .tx {
  margin-top: -10px;
  margin-left: -8px;
}

.home_section3 .home_section3_list .right ul li.on .li_con3 .icon .tx {
  margin-top: -8px;
  margin-left: -6px;
}

.home_section3 .home_section3_list .right ul li.on .li_con4 .icon .tx {
  margin-top: -12px;
  margin-left: -8px;

}

.home_section3 .home_section3_list .right ul li.on .li_con1 .icon .td {
  margin-top: 20px;
  margin-left: -12px;
}

.home_section3 .home_section3_list .right ul li.on .li_con2 .icon .td {
  margin-top: 18px;
  margin-left: -12px;
}

.home_section3 .home_section3_list .right ul li.on .li_con3 .icon .td {
  margin-top: 22px;
  margin-left: -10px;
}

.home_section3 .home_section3_list .right ul li.on .li_con4 .icon .td {
  margin-top: 22px;
  margin-left: -15px;
}


.home_section3 .home_section3_list .right ul li .li_con .p_title {
  width: 342px;
  padding: 0 0 60px;
  box-sizing: border-box;
}

.home_section3 .home_section3_list .right ul li:last-child .li_con .p_title {
  padding-bottom: 0;
}

.home_section3 .home_section3_list .right ul li .li_con .p_title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
  line-height: 42px;
  margin-top: 8px;
}

.home_section3 .home_section3_list .right ul li .li_con .p_title p {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #333333;
  line-height: 28px;
  padding-top: 10px;
  box-sizing: border-box;
  height: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.home_section3 .home_section3_list .right ul li.on .li_con .p_title p {
  padding-top: 20px;
  height: 100%;
  opacity: 1;
}


.home_section4 {
  width: 100%;
  height: auto;
  background: linear-gradient(90deg, #1364DF 0%, #11C9C0 100%);
  padding: 120px 0 148px;
}

.home_section4 .home_section4_list .title {
  color: #FFFFFF;
  margin-bottom: 80px;
}

.home_section4 .home_section4_list ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_section4 .home_section4_list ul li {
  width: 338px;
  height: auto;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.37);
  text-align: center;
  margin-right: 16px;
  padding: 41px 0 37px;
}

.home_section4 .home_section4_list ul li:last-child {
  margin-right: 0;
}

.home_section4 .home_section4_list ul li .li_con img {
  width: 80px;
  height: 80px;
}

.home_section4 .home_section4_list ul li .li_con h2 {
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 33px;
  margin: 16px 0 6px;
}

.home_section4 .home_section4_list ul li .li_con p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
}

.home_section4 .home_section4_list ul:last-child {
  margin-top: 16px;
  position: relative;
}

.home_section4 .home_section4_list ul:last-child li {
  width: 440px;
  padding: 71px 0;
}

.home_section4 .home_section4_list ul:last-child li .li_con h2 {
  margin: 0 0 16px;
}

.home_section4 .home_section4_list .m_link {
  position: absolute;
  right: 40px;
  bottom: -32px;
}

.home_section4 .home_section4_list .m_link .text_right {
  width: 58px;
  height: 30px;
  position: relative;
}

.home_section4 .home_section4_list .text_right img {
  width: 100%;
  height: 100%;
}

.home_section4 .home_section4_list .m_link:hover .text_right img {
  animation: home_img_4 1.5s linear infinite;
}


@keyframes home_img_4 {

  0%,
  100% {
    margin-left: -3px;
  }

  50% {
    margin-left: 3px;
  }
}

.home_section4 .home_section4_list .text_right::after {
  content: "";
  position: absolute;
  right: 1px;
  top: -1px;
  width: 32px;
  height: 32px;
  background: url("../images/home_section1_radius.png") no-repeat center;
  background-size: cover;
}

.home_section4 .home_section4_list .learn_more {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 13px;
}

.home_section5 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 200px 0px 160px;
  box-sizing: border-box;
}

.home_section5 .home_section5_list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-left: 50px;
  padding-right: 50px;
}

.home_section5 .home_section5_list h2 {
  color: #040000;
  margin-top: 36px;
}

.home_section5 .home_section5_list .home_section5_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home_section5 .home_section5_list .home_section5_item ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_section5 .home_section5_list .home_section5_item ul li {
  width: 240px;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}

.home_section5 .home_section5_list .home_section5_item ul li .pic_box {
  width: 200px;
}

.home_section5 .home_section5_list .home_section5_item ul li img {
  width: 100%;
  height: auto;
}

.home_section5 .home_section5_list .home_section5_item ul li .logo_pic2 {
  display: none;
}

.home_section5 .home_section5_list .home_section5_item ul li:hover img {
  display: none;
}

.home_section5 .home_section5_list .home_section5_item ul li:hover .logo_pic2 {
  display: block;
}

.home_section5 .home_section5_body {
  width: 100%;
  height: 602px;
  background: linear-gradient(90deg, #1364DF 0%, #11C9C0 100%);
  border-radius: 24px;
  margin-top: 200px;
  position: relative;
  /* overflow: hidden; */
}

#iframe-wrap {
  width: 100%;
  height: 300px;
  /* overflow: hidden; */
  position: absolute;
  top: 300px;
  z-index: 1;
}

#iframe {
  margin-bottom: 0;
}

#swiper2 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  padding-left: 140px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: start;
  z-index: 9;
}


#swiper2 .swiper-container {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}

#swiper2 .gallery-top {
  height: auto;
  width: 64%;
}

#swiper2 .swiper-slide .swiper_item {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
}


#swiper2 .swiper-slide .left {
  padding-top: 72px;
  width: 624px;
  height: auto;
  float: left;
  text-align: right;
  /* overflow: hidden; */
}


#swiper2 .swiper-slide .left .prev {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-align: left;
}

#swiper2 .swiper-slide .left h3 {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 100px;
  margin-bottom: 10px;
}

#swiper2 .swiper-slide .left .img {
  width: 100%;
  text-align: right;
  margin-top: 17px;
}

#swiper2 .swiper-slide .left img {
  width: 53px;
  height: 53px;
}

#swiper2 .swiper-slide .left p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
}

#swiper2 .gallery-thumbs {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

.swiper-container-android .gallery-thumbs .swiper-slide,
.gallery-thumbs .swiper-wrapper {
  transition-duration: 0ms;
  transform: translate3d(0px, 0px, 0px) !important;
}

#swiper2 .gallery-thumbs .swiper-slide {
  width: 163px;
  height: 163px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


#swiper2 .gallery-thumbs .swiper-slide-active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 163px;
  height: 163px;
  background: rgba(21, 115, 241, 0.3);
  border-radius: 50%;
  animation: border 2.5s linear infinite forwards;
}

#swiper2 .gallery-thumbs .swiper-slide-active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 163px;
  height: 163px;
  background: linear-gradient(68deg, #3A5ED5 0%, #753FD8 100%);
  border-radius: 50%;
}

@keyframes border {

  0% {
    width: 163px;
    height: 163px;
  }

  100% {
    width: 185px;
    height: 185px;
  }
}

#swiper2 .gallery-thumbs .swiper-slide .heade_sculpture {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background: linear-gradient(43deg, #4667D3 0%, #905FE8 100%);
  border-radius: 50%;
}

#swiper2 .gallery-thumbs .swiper-slide1 {
  margin-left: 80px;
  margin-top: 40px;
}

#swiper2 .gallery-thumbs .swiper-slide2 {
  margin-left: 20px;
  margin-top: 48px;
}

#swiper2 .gallery-thumbs .swiper-slide3 {
  margin-left: -330px;
  margin-top: 250px;
}

#swiper2 .gallery-thumbs .swiper-slide4 {
  margin-left: 10px;
  margin-top: 240px;
}

#swiper2 .gallery-thumbs .swiper-slide .heade_sculpture .img {
  width: 110px;
  height: 110px;
  background-position: center;
  background-size: cover;
}

#swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture {
  width: 148px;
  height: 148px;
  opacity: 1;
}

#swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture .img {
  width: 148px;
  height: 148px;
  background-position: center;
  background-size: cover;
  margin: 0px auto;
}

#swiper2 .gallery-thumbs .swiper-slide .heade_sculpture1 .img {
  background: url(../images/home_section5_pic1.png);
}

#swiper2 .gallery-thumbs .swiper-slide .heade_sculpture2 .img {
  background: url(../images/home_section5_pic2.png);
}

#swiper2 .gallery-thumbs .swiper-slide .heade_sculpture3 .img {
  background: url(../images/home_section5_pic3.png);
}

#swiper2 .gallery-thumbs .swiper-slide .heade_sculpture4 .img {
  background: url(../images/home_section5_pic4.png);
}

#swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture1 .img {
  background: url(../images/home_section5_pic1_active.png);
}

#swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture2 .img {
  background: url(../images/home_section5_pic2_active.png);
}

#swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture3 .img {
  background: url(../images/home_section5_pic3_active.png);
}

#swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture4 .img {
  background: url(../images/home_section5_pic4_active.png);
}



.home_section6 {
  width: 100%;
  height: auto;
  background: #F6F6F6;
  padding: 100px 0;
}

.home_section6 .home_section6_list h2 {
  color: #040000;
}

.home_section6 .home_section6_list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 0;
}

.home_section6 .home_section6_list ul li .icon {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.home_section6 .home_section6_list ul li .icon1 {
  height: 98px;
}

.home_section6 .home_section6_list ul li .icon2 {
  height: 105px;
}

.home_section6 .home_section6_list ul li .icon3 {
  height: 109px;
}

.home_section6 .home_section6_list ul li .icon1 .tx {
  position: absolute;
  left: 25px;
  top: 0;
  width: 87px;
  height: 87px;
  background: linear-gradient(90deg, #1364DF 0%, #11C9C0 100%);
  background-size: 100%;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.home_section6 .home_section6_list ul li .icon2 .tx {
  position: absolute;
  left: 86px;
  top: 8px;
  width: 86px;
  height: 87px;
  background: linear-gradient(90deg, #1364DF 0%, #11C9C0 100%);
  background-size: 100%;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.home_section6 .home_section6_list ul li .icon3 .tx {
  position: absolute;
  left: 3px;
  top: 26px;
  width: 84px;
  height: 84px;
  background: linear-gradient(90deg, #1364DF 0%, #11C9C0 100%);
  background-size: 100%;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.home_section6 .home_section6_list ul li .icon1 .td {
  position: absolute;
  left: 65px;
  top: 20px;
  width: 115px;
  height: 83px;
  background: url(../images/home_section6_icon1.png) no-repeat center;
  background-size: 100%;
  transition: all 0.3s linear;
}

.home_section6 .home_section6_list ul li .icon2 .td {
  position: absolute;
  left: 140px;
  top: 0;
  width: 89px;
  height: 106px;
  background: url(../images/home_section6_icon2.png) no-repeat center;
  background-size: 100%;
  transition: all 0.3s linear;
}

.home_section6 .home_section6_list ul li .icon3 .td {
  position: absolute;
  left: 45px;
  top: 0;
  width: 99px;
  height: 111px;
  background: url(../images/home_section6_icon3.png) no-repeat center;
  background-size: 100%;
  transition: all 0.3s linear;
}

/* hover */
.home_section6 .home_section6_list ul li:hover .icon1 .tx {
  left: 15px;
  top: -14px;
}

.home_section6 .home_section6_list ul li:hover .icon2 .tx {
  left: 75px;
  top: -15px;
}

.home_section6 .home_section6_list ul li:hover .icon3 .tx {
  left: 0px;
  top: 10px;
}

.home_section6 .home_section6_list ul li:hover .icon1 .td {
  left: 70px;
  top: 25px;
}

.home_section6 .home_section6_list ul li:hover .icon2 .td {
  left: 142px;
  top: 12px;
}

.home_section6 .home_section6_list ul li:hover .icon3 .td {
  left: 50px;
  top: 15px;
}


.home_section6 .home_section6_list ul li h3 {
  font-size: 24px;
  font-weight: 700;
  color: #040000;
  line-height: 33px;
  margin: 40px 0 20px;
}

.home_section6 .home_section6_list ul li p {
  font-size: 16px;
  color: #040000;
  line-height: 28px;
}

.home_section6 .home_section6_list ul li.li_con {
  margin-left: 230px;
  margin-right: 270px;
}

.home_section6 .home_section6_list p {
  margin: 0 auto;
  text-align: center;
}

.home_section6 .home_section6_list p .btn {
  display: inline-block;
  padding: 19px 78px;
  background: #1F78F0;
  box-shadow: 0px 6px 12px 1px rgba(21, 115, 241, 0.3);
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 28px;
  position: relative;
}

.home_section6 .home_section6_list p .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  opacity: 0;
}

.home_section6 .home_section6_list p .btn:hover::after {
  opacity: 1;
}

.home_section7 {
  width: 100%;
  height: auto;
  padding: 160px 0;
  box-sizing: border-box;
}

.home_section7 .home_section7_list {
  width: 100%;
  height: auto;
}

.home_section7 .home_section7_list h2 {
  margin-bottom: 80px;
}

.home_section7 .home_section7_list ul {
  margin: 0 -1px;
}

.home_section7 .home_section7_list ul li {
  float: left;
  width: 18%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 1%;
}

.home_section7 .home_section7_list ul li:last-child {
  margin-right: 0;
}

.home_section7 .home_section7_list ul li .pic_box {
  width: 100%;
  height: auto;
}

.home_section7 .home_section7_list ul li img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}


.section_container_con {
  max-width: 1430px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}



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


  /* banner */
  .home_banner {
    height: 860px;
    background: linear-gradient(269deg, #11C9C0 0%, #1364DF 100%);
    position: relative;
  }

  .home_banner::after {
    background-size: 85%;
    top: 64px;
  }

  .home_banner .home_banner_container {
    padding-top: 232px;
    padding-bottom: 60px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .banner_text_pro {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner_text_pro .banner_text_box h2 {
    font-size: 56px;
    line-height: 86px;
  }

  .banner_text_pro .banner_text_box .input_box p {
    margin: 50px 0;
  }

  .home_content h2.title {
    font-size: 40px;
    line-height: 60px;
  }

  .section_container_con {
    max-width: 1230px;
  }

  .home_section1 .section_container_con {
    max-width: 1230px;
  }

  .home_section1_list {
    padding: 160px 0px 250px 0px;
    box-sizing: border-box;
  }

  .home_section1_list .left {
    width: 760px;
    height: 460px;
  }

  .home_section1_list .left img {
    width: 100%;
    height: 100%;
  }

  .home_section1_list .left .list {
    left: 580px;
    top: 130px;
    width: 700px;
    height: 420px;
  }

  .home_section1_list .left .list::after {
    width: 700px;
    height: 420px;
  }

  .home_section1_list .left .list ul {
    padding: 50px 10px 50px 70px;
  }


  .home_section1_list .left .list ul li .text {
    font-size: 70px;
    line-height: 82px;
    margin-bottom: 10px;
  }

  .home_section1_list .left .list ul li .text2,
  .home_section1_list .left .list ul li .text3 {
    font-size: 62px;
  }

  .home_section1_list .left .list ul li .text4 {
    font-size: 62px;
    margin-top: 30px;
    line-height: 74px;
  }

  .home_section1_list .left .list ul li .text5 {
    font-size: 62px;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }

  .home_section1_list .left .list ul li .text5 .span1 {
    font-size: 50px;
  }

  .home_section1_list .left .list ul li .text5 .span2 {
    font-size: 32px;
  }

  .home_section1_list .left .list ul li.li_con6 {
    margin: 35px auto 0;
    padding-top: 35px;
  }

  .home_section1_list .left .list ul li.li_con6 .text_right {
    padding-left: 30px;
  }

  .home_section1_list .left .list ul li.li_con6 .learn_more {
    margin-top: 22px;
    font-size: 16px;
    padding-left: 30px;
  }

  .home_section1_list .left .list ul li .title {
    font-size: 16px;
    line-height: 22px;
  }


  .home_section2 .swiper .swiper-slide .home_section2_item {
    width: 100%;
    height: 750px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left {
    padding-left: 190px;
    padding-top: 100px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left {
    padding-top: 120px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left h2 {
    font-size: 40px;
    line-height: 75px;
    margin-bottom: 30px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left h2,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left h2 {
    margin-bottom: 60px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item h3 {
    font-size: 24px;
    margin-top: 30px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item.on p {
    height: 40px;
    padding-top: 25px;
    opacity: 1;
  }


  .home_section2 .swiper .swiper-slide .home_section2_item .right img {
    width: 50%;
    height: 750px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 50px !important;
    left: 190px !important;
  }


  .home_section3 {
    padding: 140px 0;
  }

  .home_section3 .home_section3_list {
    padding-left: 140px;
    padding-right: 100px;
    margin-top: 70px;
  }

  .home_section3 .home_section3_list .left img {
    width: 456px;
    height: 503px;
  }

  .home_section3 .home_section3_list .right ul li .li_con {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

  .home_section3 .home_section3_list .right ul li .li_con .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 24px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .icon .tx,
  .home_section3 .home_section3_list .right ul li .li_con .icon .td {
    background-size: 90%;
  }


  .home_section3 .home_section3_list .right ul li .li_con .p_title h3 {
    font-size: 20px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title p {
    opacity: 0;
    transition: all 0.3s linear;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con .p_title p {
    padding-top: 20px;
    height: 100%;
  }

  .home_section4 {
    padding: 100px 0 120px;
  }

  .home_section4 .home_section4_list .title {
    color: #FFFFFF;
    margin-bottom: 80px;
  }

  .home_section4 .home_section4_list ul li {
    width: 300px;
    height: auto;
    margin-right: 16px;
    padding: 35px 0 30px;
  }

  .home_section4 .home_section4_list ul li .li_con img {
    width: 70px;
    height: 70px;
  }

  .home_section4 .home_section4_list ul:last-child li {
    width: 400px;
    padding: 45px 0;
  }

  .home_section4 .home_section4_list .m_link {
    margin-top: 40px;
  }


  .home_section5 {
    padding: 140px 0px;
  }

  .home_section5 .home_section5_list {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home_section5 .home_section5_list h2 {
    margin-top: 36px;
    font-size: 36px;
  }

  .home_section5 .home_section5_list .home_section5_item ul li {
    width: 210px;
    padding: 15px;
  }

  .home_section5 .home_section5_list .home_section5_item ul li .pic_box {
    width: 190px;
  }

  .home_section5 .home_section5_body {
    height: 540px;
    margin-top: 140px;
  }

  #iframe-wrap {
    width: 100%;
    height: 200px;
    top: 230px;
    z-index: 1;
  }

  #swiper2 {
    padding: 40px 120px;
  }

  #swiper2 .swiper-container {
    width: 50%;
  }

  #swiper2 .gallery-top {
    height: auto;
    width: 80%;
  }

  #swiper2 .swiper-slide .left {
    padding-top: 55px;
    width: 552px;
    height: auto;
  }

  #swiper2 .swiper-slide .left .prev {
    font-size: 18px;
    line-height: 38px;
  }

  #swiper2 .swiper-slide .left h3 {
    font-size: 18px;
    line-height: 33px;
    margin-top: 80px;
    margin-bottom: 10px;
  }

  #swiper2 .swiper-slide .left .img {
    margin-top: 10px;
  }

  #swiper2 .swiper-slide .left img {
    width: 48px;
    height: 48px;
  }

  #swiper2 .swiper-slide .left p {
    font-size: 14px;
    line-height: 22px;
  }

  #swiper2 .gallery-thumbs .swiper-slide {
    width: 100px;
    height: 100px;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active:after {
    width: 128px;
    height: 128px;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active::before {
    width: 128px;
    height: 128px;
  }

  @keyframes border {
    0% {
      width: 128px;
      height: 128px;
    }

    100% {
      width: 148px;
      height: 148px;
    }
  }


  #swiper2 .gallery-thumbs .swiper-slide .heade_sculpture {
    width: 100px;
    height: 100px;
  }

  #swiper2 .gallery-thumbs .swiper-slide1 {
    margin-left: 60px;
    margin-top: 46px;
  }

  #swiper2 .gallery-thumbs .swiper-slide2 {
    margin-left: 42px;
    margin-top: 52px;
  }

  #swiper2 .gallery-thumbs .swiper-slide3 {
    margin-left: -230px;
    margin-top: 230px;
  }

  #swiper2 .gallery-thumbs .swiper-slide4 {
    margin-left: 40px;
    margin-top: 220px;
  }

  #swiper2 .gallery-thumbs .swiper-slide .heade_sculpture .img {
    width: 100px;
    height: 100px;
    background-size: 100% !important;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture {
    width: 116px;
    height: 116px;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture .img {
    width: 116px;
    height: 116px;
    background-size: 100% !important;
  }

  .home_section6 {
    padding: 100px 0;
  }

  .home_section6 .home_section6_list ul li img {
    width: 160px;
    height: 99px;
  }

  .home_section6 .home_section6_list ul li h3 {
    font-size: 22px;
    line-height: 36px;
    margin: 20px 0 10px;
  }

  .home_section6 .home_section6_list ul li.li_con {
    margin-left: 200px;
    margin-right: 240px;
  }

  .home_section6 .home_section6_list p .btn {
    padding: 15px 70px;
    font-size: 16px;
    position: relative;
  }

  .home_section6 .home_section6_list ul li .icon1 .tx {
    width: 65px;
    height: 65px;
  }

  .home_section6 .home_section6_list ul li .icon2 .tx {
    width: 65px;
    height: 65px;
    left: 76px;
  }

  .home_section6 .home_section6_list ul li .icon3 .tx {
    width: 60px;
    height: 60px;
  }

  .home_section6 .home_section6_list ul li .icon1 .td {
    width: 85px;
    height: 70px;
  }

  .home_section6 .home_section6_list ul li .icon2 .td {
    width: 70px;
    height: 85px;
    left: 125px;
  }

  .home_section6 .home_section6_list ul li .icon3 .td {
    width: 70px;
    height: 90px;
    top: 5px;
  }

  /* hover */
  .home_section6 .home_section6_list ul li:hover .icon2 .tx {
    left: 72px;
  }

  .home_section6 .home_section6_list ul li:hover .icon2 .td {
    left: 130px;
  }

  .home_section6 .home_section6_list ul li:hover .icon3 .tx {
    left: 0px;
    top: 10px;
  }

  .home_section6 .home_section6_list ul li:hover .icon3 .td {
    left: 48px;
    top: 10px;
  }

  .home_section7 {
    padding: 120px 0;
  }

  .home_section7 .home_section7_list ul {
    margin-top: 70px;
  }




}


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


  .home_banner {
    height: 780px;
    background: linear-gradient(269deg, #11C9C0 0%, #1364DF 100%);
    position: relative;
  }

  .home_banner::after {
    content: "";
    width: 639px;
    height: 643px;
    background: url("../images/home_banner_bj.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 102px;
    transform: translateX(-50%);
  }

  .home_banner .home_banner_container {
    padding-top: 192px;
    padding-bottom: 40px;
  }

  .banner_text_pro {
    max-width: 1130px;
  }

  .banner_text_pro .banner_text_box h2 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 16px;
  }

  .banner_text_pro .banner_text_box .input_box p {
    font-size: 16px;
    margin: 40px 0;
  }

  .banner_text_pro .input_box .input_text {
    height: 50px;
    padding: 14px 30px;
    font-size: 15px;
    line-height: 22px;
  }

  .banner_text_pro .input_box .input_btn {
    width: auto;
    height: 38px;
    padding: 4px 27px;
    bottom: 5px;
    right: 6px;
    font-size: 15px;
    color: #fff;
  }

  .banner_text_pro .banner_text_list img {
    width: 617px;
    height: 495px;
  }

  .banner_text_bottom {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 100px;
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
  }

  .banner_text_bottom p {
    width: 378px;
    padding: 20px;
    font-size: 24px;
    line-height: 42px;
  }

  .banner_text_bottom>div#sale {
    padding: 0 10px;
  }

  .home_section1 .section_container_con {
    max-width: 1150px;
  }

  .section_container_con {
    max-width: 1150px;
  }

  .home_section1_list {
    padding: 120px 0px 240px 0px;
  }

  .home_section1_list .left {
    width: 660px;
    height: 420px;
  }

  .home_section1_list .left .list {
    left: 480px;
    top: 128px;
    width: 640px;
    height: 390px
  }

  .home_section1_list .left .list::after {
    width: 640px;
    height: 390px
  }

  .home_section1_list .left .list ul {
    padding: 50px 10px 50px 70px;
  }

  .home_section1_list .left .list ul li .text {
    font-size: 64px;
    margin-bottom: 6px;
  }

  .home_section1_list .left .list ul li .text2,
  .home_section1_list .left .list ul li .text3 {
    font-size: 60px;
  }

  .home_section1_list .left .list ul li .text4 {
    font-size: 54px;
    margin-top: 30px;
  }

  .home_section1_list .left .list ul li .text5 {
    font-size: 56px;
    margin-top: 27px;
  }

  .home_section1_list .left .list ul li .text5 .span1 {
    font-size: 48px;
  }

  .home_section1_list .left .list ul li .text5 .span2 {
    font-size: 36px;
  }

  .home_section1_list .left .list ul li.li_con6 {
    margin: 35px auto 0;
    padding-top: 30px;
  }

  .home_section1_list .left .list ul li.li_con6 .text_right {
    width: 59px;
    height: 30px;
    padding-left: 25px;
  }

  .home_section1_list .left .list ul li.li_con6 .learn_more {
    margin-top: 18px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 25px;
  }

  .home_section1_list .left .list ul li .title {
    font-size: 15px;
    line-height: 20px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item {
    width: 100%;
    height: 680px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left {
    width: 50%;
    padding-left: 150px;
    padding-top: 60px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left {
    padding-top: 100px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left h2 {
    font-size: 36px;
    line-height: 64px;
    margin-bottom: 20px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left h2,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left h2 {
    margin-bottom: 40px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item h3 {
    font-size: 26px;
    line-height: 30px;
    margin: 40px 0 0;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on h3,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on h3 {
    margin: 30px 0 0px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item.on h3 {
    margin: 30px 0 0px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item p {
    width: 360px;
    font-size: 16px;
    line-height: 20px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on p,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on p {
    font-size: 16px;
    line-height: 30px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .btn {
    width: 130px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 44px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .btn,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .btn {
    margin-top: 60px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item.on p {
    height: 40px;
    padding-top: 30px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .right img {
    width: 50%;
    height: 680px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 45px !important;
    left: 150px !important;
    width: 100% !important;
  }


  .home_content h2.title {
    font-size: 32px;
    line-height: 60px;
    text-align: center;
  }

  .home_section3 {
    padding: 120px 0;
  }

  .home_section3 .home_section3_list {
    padding-left: 120px;
    padding-right: 100px;
    margin-top: 50px;
  }

  .home_section3 .home_section3_list .left img {
    width: 436px;
    height: 493px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .icon .tx,
  .home_section3 .home_section3_list .right ul li .li_con .icon .td {
    background-size: 90%;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title {
    padding: 0px 0 30px;
    width: 300px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title h3 {
    font-size: 20px;
    line-height: 42px;
    margin-top: 8px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title p {
    font-size: 16px;
    line-height: 28px;
  }

  .home_section4 {
    padding: 100px 0 100px;
  }

  .home_section4 .home_section4_list .title {
    color: #FFFFFF;
    margin-bottom: 80px;
  }

  .home_section4 .home_section4_list ul li {
    width: 280px;
    height: auto;
    margin-right: 16px;
    padding: 30px 0;
  }

  .home_section4 .home_section4_list ul li:last-child {
    margin-right: 0;
  }

  .home_section4 .home_section4_list ul li .li_con img {
    width: 60px;
    height: 60px;
  }

  .home_section4 .home_section4_list ul li .li_con h2 {
    font-size: 22px;
    margin: 12px 0 10px;
    line-height: 26px;
  }

  .home_section4 .home_section4_list ul li .li_con p {
    font-size: 15px;
    line-height: 24px;
  }

  .home_section4 .home_section4_list ul:last-child {
    margin-top: 20px;
  }

  .home_section4 .home_section4_list ul:last-child li {
    width: 340px;
    padding: 40px 0;
  }

  .home_section4 .home_section4_list ul:last-child li .li_con h2 {
    margin: 0 0 10px;
  }

  .home_section4 .home_section4_list .m_link .text_right {
    width: 50px;
    height: 30px;
  }

  .home_section4 .home_section4_list .text_right::after {
    right: -0px;
    top: -2px;
    background-size: 90%;
  }

  .home_section4 .home_section4_list .learn_more {
    font-size: 15px;
    line-height: 22px;
  }

  .home_section5 {
    padding: 120px 0px;
  }

  .home_section5 .home_section5_list {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
  }

  .home_section5 .home_section5_list h2 {
    margin-top: 30px;
    font-size: 32px;
  }

  .home_section5 .home_section5_list .home_section5_item ul li {
    width: 180px;
    padding: 10px;
  }

  .home_section5 .home_section5_list .home_section5_item ul li .pic_box {
    width: 160px;
    margin: 0 auto;
  }

  .home_section5 .home_section5_body {
    height: 480px;
    margin-top: 120px;
  }

  #iframe-wrap {
    width: 100%;
    height: 200px;
    top: 170px;
    z-index: 1;
  }

  #swiper2 {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 100px;
  }

  #swiper2 .swiper-container {
    width: 50%;
    padding: 40px 0;
  }

  #swiper2 .gallery-top {
    height: auto;
    width: 80%;
  }

  #swiper2 .swiper-slide .left {
    padding-top: 37px;
    width: 500px;
  }

  #swiper2 .swiper-slide .left .prev {
    font-size: 16px;
    line-height: 32px;
  }

  #swiper2 .swiper-slide .left h3 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 52px;
    margin-bottom: 9px;
  }

  #swiper2 .swiper-slide .left .img {
    margin-top: 12px;
  }

  #swiper2 .swiper-slide .left img {
    width: 48px;
    height: 48px;
  }

  #swiper2 .swiper-slide .left p {
    font-size: 13px;
    line-height: 22px;
  }

  #swiper2 .gallery-thumbs .swiper-slide {
    width: 132px;
    height: 132px;
  }


  #swiper2 .gallery-thumbs .swiper-slide-active:after {
    width: 128px;
    height: 128px;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active::before {
    width: 128px;
    height: 128px;
  }

  @keyframes border {
    0% {
      width: 128px;
      height: 128px;
    }

    100% {
      width: 142px;
      height: 142px;
    }
  }


  #swiper2 .gallery-thumbs .swiper-slide .heade_sculpture {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    background: linear-gradient(43deg, #4667D3 0%, #905FE8 100%);
    border-radius: 50%;
  }

  #swiper2 .gallery-thumbs .swiper-slide1 {
    margin-left: 20px;
    margin-top: 14px;
  }

  #swiper2 .gallery-thumbs .swiper-slide2 {
    margin-left: 10px;
    margin-top: 15px;
  }

  #swiper2 .gallery-thumbs .swiper-slide3 {
    margin-left: -260px;
    margin-top: 180px;
  }

  #swiper2 .gallery-thumbs .swiper-slide4 {
    margin-left: 0px;
    margin-top: 174px;
  }

  #swiper2 .gallery-thumbs .swiper-slide .heade_sculpture .img {
    width: 90px;
    height: 90px;
    background-position: center;
    background-size: cover;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture {
    width: 116px;
    height: 116px;
    opacity: 1;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture .img {
    width: 116px;
    height: 116px;
    background-position: center;
    background-size: 100% !important;
    margin: 0px auto;
  }

  .home_section6 {
    padding: 100px 0;
  }

  .home_section6 .home_section6_list ul {
    padding: 80px 0 80px;
  }

  .home_section6 .home_section6_list ul li img {
    width: 160px;
    height: 99px;
  }

  .home_section6 .home_section6_list ul li h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 15px;
  }

  .home_section6 .home_section6_list ul li.li_con {
    margin-left: 200px;
    margin-right: 240px;
  }

  .home_section6 .home_section6_list p .btn {
    display: inline-block;
    padding: 14px 70px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
  }

  .home_section6 .home_section6_list ul li .icon1 .tx {
    width: 55px;
    height: 55px;
  }

  .home_section6 .home_section6_list ul li .icon2 .tx {
    width: 55px;
    height: 55px;
    left: 76px;
  }

  .home_section6 .home_section6_list ul li .icon3 .tx {
    width: 55px;
    height: 55px;
  }

  .home_section6 .home_section6_list ul li .icon1 .td {
    width: 80px;
    height: 55px;
    left: 60px;
    top: 25px;
  }

  .home_section6 .home_section6_list ul li .icon2 .td {
    width: 66px;
    height: 77px;
    left: 115px;
  }

  .home_section6 .home_section6_list ul li .icon3 .td {
    width: 70px;
    height: 81px;
    left: 40px;
    top: 2px;
  }

  /* hover */
  .home_section6 .home_section6_list ul li:hover .icon1 .tx {
    left: 20px;
    top: -4px;
  }

  .home_section6 .home_section6_list ul li:hover .icon2 .tx {
    left: 70px;
    top: -8px;
  }

  .home_section6 .home_section6_list ul li:hover .icon3 .tx {
    left: 0px;
    top: 10px;
  }

  .home_section6 .home_section6_list ul li:hover .icon1 .td {
    left: 66px;
    top: 26px;
  }

  .home_section6 .home_section6_list ul li:hover .icon2 .td {
    left: 120px;
    top: 8px;
  }

  .home_section6 .home_section6_list ul li:hover .icon3 .td {
    left: 40px;
    top: 10px;
  }


  .home_section7 {
    padding: 100px 0;
  }

  .home_section7 .home_section7_list h2 {
    margin-bottom: 60px;
  }

  .home_section7 .home_section7_list ul {
    margin-top: 60px;
  }

  .home_section7 .home_section7_list ul li {
    width: 18%;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
  }

  .home_section7 .home_section7_list ul li:last-child {
    margin-right: 0;
  }

  .home_section7 .home_section7_list ul li .pic_box {
    width: 100%;
    height: auto;
  }

  .home_section7 .home_section7_list ul li img {
    max-width: 100%;
    display: block;
    height: auto;
    margin: 0 auto;
  }





}

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

  .home_banner {
    height: 680px;
    background: linear-gradient(269deg, #11C9C0 0%, #1364DF 100%);
    position: relative;
  }

  .home_banner::after {
    content: "";
    width: 639px;
    height: 643px;
    background: url("../images/home_banner_bj.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 102px;
    transform: translateX(-50%);
  }

  .home_banner .home_banner_container {
    padding-top: 162px;
    padding-bottom: 40px;
  }

  .banner_text_pro {
    max-width: 1136px;
  }

  .banner_text_pro .banner_text_box h2 {
    font-size: 44px;
    line-height: 70px;
    letter-spacing: 0.1px;
    margin-top: 16px;
  }

  .banner_text_pro .banner_text_box .input_box p {
    font-size: 15px;
  }

  .banner_text_pro .input_box .input_text {
    font-size: 14px;
    line-height: 22px;
  }

  .banner_text_pro .input_box .input_btn {
    font-size: 14px;
  }

  .banner_text_pro .banner_text_list img {
    width: 617px;
    height: 495px;
  }

  .home_section1_list {
    padding: 120px 0px 210px 0px;
  }

  .home_section1_list .left {
    width: 600px;
    height: 350px;
  }

  .home_section1_list .left .list {
    left: 480px;
    top: 88px;
    width: 600px;
    height: 350px;
  }

  .home_section1_list .left .list::after {
    width: 600px;
    height: 350px;
  }

  .home_section1_list .left .list ul {
    padding: 40px 10px 40px 80px;
  }

  .home_section1_list .left .list ul li .text {
    font-size: 56px;
    line-height: 70px;
    margin-bottom: 6px;
  }

  .home_section1_list .left .list ul li .text2,
  .home_section1_list .left .list ul li .text3 {
    font-size: 56px;
  }

  .home_section1_list .left .list ul li .text4 {
    font-size: 50px;
    margin-top: 25px;
  }

  .home_section1_list .left .list ul li .text5 {
    font-size: 50px;
    margin-top: 25px;
  }

  .home_section1_list .left .list ul li .text5 .span1 {
    font-size: 42px;
    padding-left: 4px;
  }

  .home_section1_list .left .list ul li .text5 .span2 {
    font-size: 36px;
    padding-top: 14px;
  }

  .home_section1_list .left .list ul li.li_con6 {
    margin: 35px auto 0;
    padding-top: 20px;
  }

  .home_section1_list .left .list ul li.li_con6 .text_right {
    width: 59px;
    height: 30px;
    padding-left: 20px;
  }

  .home_section1_list .left .list ul li.li_con6 .learn_more {
    margin-top: 14px;
    font-size: 12px;
    line-height: 22px;
    padding-left: 22px;
  }

  .home_section1_list .left .list ul li .title {
    font-size: 12px;
    line-height: 20px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item {
    width: 100%;
    height: 600px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left {
    width: 50%;
    padding-left: 110px;
    padding-top: 50px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left {
    padding-top: 80px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left h2 {
    font-size: 32px;
    line-height: 54px;
    margin-bottom: 20px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left h2,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left h2 {
    margin-bottom: 40px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0 0;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on h3,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on h3 {
    margin: 30px 0 0px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item.on h3 {
    margin: 30px 0 0px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item p {
    width: 360px;
    font-size: 14px;
    line-height: 20px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on p,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on p {
    font-size: 16px;
    line-height: 30px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .btn {
    width: 130px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 44px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .btn,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .btn {
    margin-top: 60px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item.on p {
    height: 40px;
    padding-top: 20px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .right img {
    width: 50%;
    height: 600px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 30px !important;
    left: 110px !important;
    width: 100% !important;
  }


  .section_container_con {
    max-width: 1100px;
  }

  .home_section3 {
    padding: 100px 0;
  }

  .home_section3 .home_section3_list {
    padding-left: 80px;
    padding-right: 70px;
    margin-top: 40px;
  }

  .home_section3 .home_section3_list .left img {
    width: 406px;
    height: 463px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .icon .tx,
  .home_section3 .home_section3_list .right ul li .li_con .icon .td {
    background-size: 86%;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title {
    padding: 0px 0 30px;
    width: 300px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title h3 {
    font-size: 18px;
    line-height: 42px;
    margin-top: 8px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title p {
    font-size: 15px;
    line-height: 28px;
  }

  .home_section4 {
    padding: 80px 0 90px;
  }

  .home_section4 .home_section4_list .title {
    color: #FFFFFF;
    margin-bottom: 60px;
  }

  .home_section4 .home_section4_list ul li {
    width: 25%;
    height: auto;
    margin-right: 16px;
    padding: 30px 0;
  }

  .home_section4 .home_section4_list ul li:last-child {
    margin-right: 0;
  }

  .home_section4 .home_section4_list ul li .li_con img {
    width: 60px;
    height: 60px;
  }

  .home_section4 .home_section4_list ul li .li_con h2 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin: 10px 0 6px;
  }

  .home_section4 .home_section4_list ul li .li_con p {
    font-size: 13px;
    line-height: 20px;
  }

  .home_section4 .home_section4_list ul:last-child {
    margin-top: 20px;
  }

  .home_section4 .home_section4_list ul:last-child li {
    width: 320px;
    padding: 30px 0;
  }

  .home_section4 .home_section4_list ul:last-child li .li_con h2 {
    margin: 0 0 10px;
  }

  .home_section4 .home_section4_list .m_link {
    margin-top: 40px;
  }

  .home_section4 .home_section4_list .m_link .text_right {
    width: 45px;
    height: 20px;
  }

  .home_section4 .home_section4_list .text_right::after {
    right: -3px;
    top: -6px;
    background-size: 80%;
  }

  .home_section4 .home_section4_list .learn_more {
    font-size: 13px;
    line-height: 22px;
  }

  .home_section5 {
    padding: 100px 0px;
  }

  .home_section5 .home_section5_list {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }

  .home_section5 .home_section5_list h2 {
    margin-top: 30px;
    font-size: 32px;
    line-height: 36px;
  }

  .home_section5 .home_section5_list .home_section5_item ul li {
    width: 175px;
    padding: 15px;
  }

  .home_section5 .home_section5_list .home_section5_item ul li .pic_box {
    width: 155px;
    margin: 0 auto;
  }

  .home_section5 .home_section5_body {
    height: 440px;
    margin-top: 100px;
  }

  #iframe-wrap {
    width: 100%;
    height: 200px;
    top: 140px;
    z-index: 1;
  }

  #swiper2 {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 100px;
  }

  #swiper2 .swiper-container {
    width: 50%;
    padding: 20px 0;
  }

  #swiper2 .gallery-top {
    height: auto;
    width: 80%;
  }

  #swiper2 .swiper-slide .left {
    padding-top: 37px;
    width: 495px;
  }

  #swiper2 .swiper-slide .left .prev {
    font-size: 16px;
    line-height: 32px;
  }

  #swiper2 .swiper-slide .left h3 {
    font-size: 16px;
    line-height: 28px;
    margin-top: 52px;
    margin-bottom: 9px;
  }

  #swiper2 .swiper-slide .left .img {
    margin-top: 12px;
  }

  #swiper2 .swiper-slide .left img {
    width: 48px;
    height: 48px;
  }

  #swiper2 .swiper-slide .left p {
    font-size: 13px;
    line-height: 22px;
  }

  #swiper2 .gallery-thumbs .swiper-slide {
    width: 108px;
    height: 108px;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active:after {
    width: 120px;
    height: 120px;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active::before {
    width: 120px;
    height: 120px;
  }

  @keyframes border {
    0% {
      width: 120px;
      height: 120px;
    }

    100% {
      width: 132px;
      height: 132px;
    }
  }

  #swiper2 .gallery-thumbs .swiper-slide .heade_sculpture {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(43deg, #4667D3 0%, #905FE8 100%);
    border-radius: 50%;
  }

  #swiper2 .gallery-thumbs .swiper-slide1 {
    margin-left: 20px;
    margin-top: 24px;
  }

  #swiper2 .gallery-thumbs .swiper-slide2 {
    margin-left: 30px;
    margin-top: 30px;
  }

  #swiper2 .gallery-thumbs .swiper-slide3 {
    margin-left: -240px;
    margin-top: 190px;
  }

  #swiper2 .gallery-thumbs .swiper-slide4 {
    margin-left: 30px;
    margin-top: 184px;
  }

  #swiper2 .gallery-thumbs .swiper-slide .heade_sculpture .img {
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture {
    width: 108px;
    height: 108px;
    opacity: 1;
  }

  #swiper2 .gallery-thumbs .swiper-slide-active .heade_sculpture .img {
    width: 108px;
    height: 108px;
    background-position: center;
    background-size: 100% !important;
    margin: 0px auto;
  }

  .home_section6 {
    padding: 80px 0;
  }

  .home_section6 .home_section6_list ul {
    padding: 60px 0 60px;
  }

  .home_section6 .home_section6_list ul li img {
    width: 160px;
    height: 99px;
  }

  .home_section6 .home_section6_list ul li h3 {
    font-size: 18px;
    line-height: 36px;
    margin: 0px 0 10px;
  }

  .home_section6 .home_section6_list ul li p {
    font-size: 14px;
    line-height: 22px;
  }

  .home_section6 .home_section6_list ul li.li_con {
    margin-left: 170px;
    margin-right: 210px;
  }

  .home_section6 .home_section6_list p .btn {
    padding: 14px 60px;
    font-size: 15px;
    line-height: 22px;
  }

  .home_section6 .home_section6_list ul li .icon1 .tx {
    width: 50px;
    height: 50px;
  }

  .home_section6 .home_section6_list ul li .icon2 .tx {
    width: 50px;
    height: 50px;
    left: 76px;
    top: 10px;
  }

  .home_section6 .home_section6_list ul li .icon3 .tx {
    width: 50px;
    height: 50px;
    left: 10px;
  }

  .home_section6 .home_section6_list ul li .icon1 .td {
    width: 70px;
    height: 50px;
    left: 60px;
    top: 25px;
  }

  .home_section6 .home_section6_list ul li .icon2 .td {
    width: 55px;
    height: 65px;
    left: 115px;
    top: 10px;
  }

  .home_section6 .home_section6_list ul li .icon3 .td {
    width: 60px;
    height: 70px;
    left: 40px;
    top: 10px;
  }

  /* hover */
  .home_section6 .home_section6_list ul li:hover .icon1 .tx {
    left: 20px;
    top: -4px;
  }

  .home_section6 .home_section6_list ul li:hover .icon2 .tx {
    left: 70px;
    top: -6px;
  }

  .home_section6 .home_section6_list ul li:hover .icon3 .tx {
    left: 10px;
    top: 16px;
  }

  .home_section6 .home_section6_list ul li:hover .icon1 .td {
    left: 66px;
    top: 26px;
  }

  .home_section6 .home_section6_list ul li:hover .icon2 .td {
    left: 118px;
    top: 6px;
  }

  .home_section6 .home_section6_list ul li:hover .icon3 .td {
    left: 45px;
    top: 20px;
  }


  .home_section7 {
    padding: 100px 0;
  }

  .home_section7 .home_section7_list ul {
    margin-top: 50px;
  }

  .home_section7 .home_section7_list ul li {
    width: 175px;
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    margin-right: 30px;
  }

}

@media screen and (max-width: 1366px) {
  #swiper2 {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 65px;
  }

  /* 侧边栏 */
  .sidebar_box {
    width: 40px;
    height: auto;
    position: fixed;
    top: 50%;
    right: 10px;
    margin-top: -120px;
    z-index: 999;
  }

  .sidebar_box_conter {
    width: 100%;
    height: auto;
    position: relative;
  }

  .sidebar_box_conter ul {
    border-radius: 27px;
    overflow: hidden;
    box-shadow: 0 0 2px 0px #b0b0b0;
  }

  .sidebar_box_conter ul li {
    float: left;
    width: 40px;
    height: 50px;
    padding: 12px 8px;
    box-sizing: border-box;
    text-align: center;
    background: rgba(31, 120, 240, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }

  .sidebar_box_conter ul li:last-child {
    padding: 10px 8px;
  }

  .sidebar_box_conter ul li p {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 16px;
  }

  .sidebar_box_conter ul li .text_box {
    width: 0px;
    height: 50px;
    background: #3774ea;
    box-sizing: border-box;
    padding: 20px 0px;
    box-sizing: border-box;
    position: absolute;
    top: 50px;
    right: 40px;
    opacity: 0;
  }

  .sidebar_box_conter ul li .text_box p {
    width: 150px;
    font-size: 16px;
    line-height: 16px;
  }


}

/* header and footer */
/* @media screen and (max-width: 768px) {
  .header {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }

  .header_box {
    padding: 10px 0;
  }

  .header_right .nav {
    display: none;
  }

  .header_right .right_sign_box {
    display: none;
  }

  .header .header_right .nav-toggle {
    width: 65px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
  }

  .header .header_right .nav-toggle svg {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .header .header_right .nav-toggle svg path {
    fill: #fff;
  }

   phone_hearder_nav
  .phone_hearder_nav {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.98);
    background-size: 110%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 65px 20px;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
  }

  .body_open .phone_hearder_nav {
    transform: translateX(0px);
  }

  .header_close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .header_close svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .phone_hearder_nav ul {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    box-sizing: border-box;
  }

  .phone_hearder_nav ul li {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    padding: 2px 0px;
    box-sizing: border-box;
  }

  .phone_hearder_nav ul li p {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0px 10px;
    box-sizing: border-box;
    position: relative;
  }

  .phone_hearder_nav ul li p svg {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 10px;
  }

  .phone_hearder_nav ul li p svg.icon_up {
    display: none;
  }

  .phone_hearder_nav ul li p.active svg {
    display: none;
  }

  .phone_hearder_nav ul li p.active svg.icon_up {
    display: block;
  }

  .phone_hearder_nav ul li p.active {
    color: #15b4bc;
  }

  .phone_hearder_nav ul li p.active svg path {
    fill: #15b4bc;
  }

  .phone_hearder_nav ul li p.active svg path {
    fill: #15b4bc;
  }

  .phone_hearder_nav ul li.li1 a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .phone_hearder_nav ul li .li_center {
    width: 100%;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
    padding-top: 5px;
    display: none;
  }

  .phone_hearder_nav ul li .li_center a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding: 5px 10px;
    box-sizing: border-box;
  }

  .phone_header_right .header_link {
    text-align: center;
    padding: 15px 0;
    box-sizing: border-box;
  }

  .phone_header_right .header_link a.link {
    display: inline-block;
    width: 85px;
    height: auto;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
  }

  .phone_header_right .header_link a.link_login {
    background: #30d0da;
  }

  .phone_header_right .header_link a.link_register {
    background: #1573f1;
  }

  .phone_header_right .header_link a.link_language {
    background: #15b4bc url(../images/language_jt.png) no-repeat 55px center;
    padding-right: 30px;
  }

  .footer_top_box .footer_right {
    display: none;
  }

  .footer_top_box .footer_left {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }


  .footer_top_box .footer_left .numbers_box p {
    float: left;
    width: 100%;
  }

  .footer_top_box .footer_left .numbers_box h3 {
    float: left;
    width: auto;
    font-size: 22px;
    line-height: 30px;
    margin-right: 20px;
    white-space: nowrap;
  }

  .footer_top_box .footer_left .numbers_box .numbers {
    width: auto;
    float: left;
    font-size: 22px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer_top_box .footer_left .numbers_box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .footer_top_box .footer_left .numbers_box p {
    margin-top: 5px;
    font-size: 12px;
  }

  .footer_top_box .footer_left .code_box {
    width: 88%;
    margin-top: 30px;
    padding: 20px 20px;
  }

  .footer_top_box .footer_left .code_box .pic_box {
    display: inline-block;
    margin-left: 0;
    margin-right: 0px;
  }

  .footer_top_box .footer_left .code_box .pic_box p {
    margin-top: 12px;
  }

  .footer_top_box .footer_left .code_box .pic_line {
    padding: 0 28px;
  }

  .footer_top {
    padding: 35px 0 35px;
  }

  .footer_top .section_container_con {
    width: 295px !important;
    margin: 0 auto;
    padding: 0;
  }

  .footer_bottom {
    padding: 0 30px;
  }

  .footer_bottom p {
    padding: 15px 0;
  }

  .footer_bottom .footer_column {
    width: 285px !important;
    flex-direction: column !important;
    text-align: center;
  }

  .footer_bottom .footer_column p {
    line-height: 16px;
  }

  .footer_bottom .footer_column a {
    margin-top: 10px;
  }

  .footer_bottom .footer_column a p {
    margin-left: 0;
    width: 210px !important;
  }


} */

/* banner and 主体部分 */
@media screen and (max-width: 768px) {

  .home_banner .banner_text_box {
    width: 100%;
    height: auto;
  }

  .home_banner .banner_text_box h2 {
    font-size: 40px;
    line-height: 60px;
  }

  .home_banner .banner_text_box .input_box {
    width: 345px;
  }

  .banner_text_bottom {
    display: none;
  }

  .home_section1 .home_section1_list .left img {
    display: none;
  }

  .home_section1 .section_container_con {
    max-width: 100%;
    padding: 0;
  }

  .home_section1 .home_section1_list {
    padding: 0px 0;
    position: relative;
  }

  .home_section1 .home_section1_list .left {
    width: 100%;
    height: 510px;
  }

  .home_section1 .home_section1_list .left .list {
    width: 100%;
    left: 0;
    top: 0;
    height: 510px;
    border-radius: 0;
  }

  .home_section1 .home_section1_list .left .list ul {
    padding: 40px 10px;
  }

  .home_section1 .home_section1_list .left .list ul li {
    width: 50%;
    margin: 0 auto;
    text-align: center;

  }

  .home_section1_list .left .list::after {
    width: 100%;
    height: 510px;
  }

  .home_section1 .home_section1_list .left .list ul li .text {
    font-size: 50px;
  }

  .home_section1 .home_section1_list .left .list ul li.li_con1 {
    height: auto;

  }

  .home_section1 .home_section1_list .left .list ul li.li_con2 {
    height: auto;

  }

  .home_section1 .home_section1_list .left .list ul li.li_con3 {
    height: auto;
    padding-top: 35px;
  }

  .home_section1 .home_section1_list .left .list ul li.li_con4 {
    height: auto;
    padding-top: 8px;
  }

  .home_section1 .home_section1_list .left .list ul li.li_con5 {
    height: auto;
    padding-top: 5px;
  }

  .home_section1 .home_section1_list .left .list ul li.li_con5 .text {
    padding-left: 40px;
  }

  .home_section1 .home_section1_list .left .list ul li.li_con5 .text .span1 {
    font-size: 40px;
  }

  .home_section1_list .left .list ul li.li_con6 .text_right {
    padding-left: 60px;
    margin-top: 35px;
  }

  .home_section1_list .left .list ul li.li_con6 .text_right img {
    display: block;
  }

  .home_section1_list .left .list ul li.li_con6 .learn_more {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
    padding-left: 0px;
  }


  .home_section2 {
    padding: 0;
  }

  .home_section2_list .home_section2_item .right {
    display: none;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left {
    padding-left: 15px;
    /* padding-right: 15px; */
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left h2 {
    font-size: 30px;
    width: 300px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item .left .list .item p {
    width: 320px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on p,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on p {
    padding-top: 30px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on h3,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on h3 {
    margin: 20px 0 0px;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 40px !important;
    left: 15px !important;
    width: 100% !important;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .list .item.on p,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .list .item.on p {
    font-size: 14px;
    line-height: 30px;
  }

  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item1 .left .btn,
  .home_section2 .swiper .swiper-slide .home_section2_item.home_section2_item2 .left .btn {
    margin-top: 50px;
    width: 130px;
    font-size: 15px;
  }

  .home_content h2.title {
    font-size: 28px;
    line-height: 46px;
    text-align: center;
  }

  .home_section3 {
    padding: 60px 0;
  }

  .home_section3 .home_section3_list {
    padding-left: 0px;
    margin-top: 30px;
  }

  .home_section3 .home_section3_list .left {
    display: none;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title {
    padding-bottom: 15px;
    width: 270px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .icon {
    margin-right: 15px;
  }

  .home_section3 .home_section3_list .right ul li .li_con .p_title p {
    height: 100%;
    opacity: 1;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con1 .icon .tx {
    margin-top: -6px;
    margin-left: 0px;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con1 .icon .td {
    margin-top: 14px;
    margin-left: -22px;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con2 .icon .tx {
    margin-top: -3px;
    margin-left: 0px;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con2 .icon .td {
    margin-top: 14px;
    margin-left: -20px;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con3 .icon .tx {
    margin-top: 2px;
    margin-left: 0px;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con3 .icon .td {
    margin-top: 12px;
    margin-left: -16px;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con3 .icon .tx {
    margin-top: -6px;
    margin-left: 0px;
  }

  .home_section3 .home_section3_list .right ul li.on .li_con3 .icon .td {
    margin-top: 11px;
    margin-left: -24px;
  }

  .home_section4 {
    padding: 60px 0 120px;
  }

  .home_section4 .home_section4_list .title {
    color: #FFFFFF;
    margin-bottom: 40px;
  }

  .home_section4 .home_section4_list ul {
    flex-wrap: wrap;
    justify-content: start;
  }

  .home_section4 .home_section4_list ul li {
    margin-bottom: 4px;
    margin-right: 4px;
    width: 48%;
  }

  .home_section4 .home_section4_list ul li .li_con p {
    font-size: 12px;
    line-height: 20px;
  }

  .home_section4 .home_section4_list ul:last-child {
    margin-top: 0;
  }

  .home_section4 .home_section4_list ul:last-child li {
    width: 48%;
  }

  .home_section4 .home_section4_list ul li .li_con h2 {
    font-size: 16px;
  }

  .home_section4 .home_section4_list .m_link {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: -80px;
  }

  .home_section5 {
    padding: 80px 0px;
  }

  .home_section5 .home_section5_list {
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .home_section5 .home_section5_list h2 {
    text-align: justify;
    margin-top: 0;
  }

  .home_section5 .home_section5_list ul {
    flex-wrap: wrap;
  }

  .home_section5 .home_section5_list .home_section5_item ul li {
    width: 150px;
    margin-right: 20px;
  }

  .home_section5 .home_section5_list .home_section5_item ul li .pic_box {
    width: 130px;
  }

  #swiper2 {
    padding: 40px 10px;
  }

  #swiper2 .gallery-top {
    height: auto;
    width: 72%;
  }

  .home_section5 .home_section5_body {
    height: 360px;
    margin-top: 60px;
  }

  #swiper2 .swiper-slide .left {
    padding-top: 0px;
    width: 100%;
  }

  .home_section5 .home_section5_body .gallery-thumbs {
    display: none;
  }

  #iframe-wrap {
    top: 50px;
  }

  .home_section6 {
    padding: 60px 0;
  }

  .home_section6 .home_section6_list ul {
    flex-direction: column;
    padding: 40px 0 40px;
  }

  .home_section6 .home_section6_list ul li {
    margin-top: 30px;
  }

  .home_section6 .home_section6_list ul li.li_con {
    margin-left: 0px;
    margin-right: 0px;
  }

  .home_section7 {
    padding: 60px 0;
  }

  .home_section7 .home_section7_list ul {
    margin-top: 20px;
    margin: 0 -1%;
  }

  .home_section7 .home_section7_list h2 {
    margin-bottom: 30px;
  }

  .home_section7 .home_section7_list ul li {
    width: 150px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }

}