.part01 {
  margin-bottom: 48px;
}
.part01 .part01_title {
  text-align: center;
  margin-bottom: 47px;
}
.part01 .part01_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.notice_box {
  width: 677px;
}
.notice_box .notice_title_box {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notice_box .notice_title_box .notice_title {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 4px;
  color: #333333;
}
.notice_box .notice_title_box .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #666666;
}
.notice_box .notice_list li {
  list-style: disc;
  margin-left: 20px;
  color: #e6e6e6;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
}
.notice_box .notice_list li:hover {
  color: #4c99da;
}
.notice_box .notice_list li:hover a {
  color: #4c99da;
}
.notice_box .notice_list li a {
  display: flex;
  justify-content: space-between;
  color: #333333;
}
.notice_box .notice_list li a p {
  width: calc(100% - 210px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice_box .notice_list li a span {
  display: inline-block;
  min-width: 198px;
}
/*02-赋能行动*/
.part02 .action_content {
  display: flex;
  flex-wrap: wrap;
}
.part02 .action_box {
  padding: 33px 0;
  background-color: #f2fbff;
}
.part02 .action_left {
  width: 675px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/qk_20221025_ztc_rili_bg.png) top center / 100% 100% no-repeat;
  padding: 28px 24px;
}
.part02 .action_left .left_hdrili_title {
  text-align: center;
  height: 67px;
  background-color: #ffffff;
  border-radius: 8px 8px 0px 0px;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 67px;
  letter-spacing: 5px;
  color: #4c99da;
}
.part02 .action_left .rili_img {
  position: absolute;
  top: 95px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 37px;
}
.part02 .action_left .calendar_content {
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 0px 0px 8px 8px;
  padding: 33px 21px 31px;
}
.part02 .action_left .calendar_content .choice {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.part02 .action_left .calendar_content .choice p {
  display: flex;
  justify-content: space-between;
  width: 120px;
  font-size: 14px;
  line-height: 33px;
}
.part02 .action_left .calendar_content .choice .diver {
  width: 1px;
  height: 14px;
  line-height: 33px;
  background-color: #333333;
  margin-left: 34px;
  margin-right: 34px;
}
.part02 .action_right {
  transform: translateX(-1px);
  width: 720px;
}
.part02 .action_right .right_title {
  margin-top: 19px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(../images/qk_20221025_action_right_bg.png) top center / 100% 100% no-repeat;
  padding: 0 44px 0 29px;
  margin-bottom: 10px;
}
.part02 .action_right .right_title h3 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 5px;
  color: #ffffff;
}
.part02 .action_right .right_title .right_more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: 1px;
  color: #1d6dc6;
}
.part02 .action_right .right_list {
  padding-left: 30px;
}
.part02 .action_right .right_list li {
  display: flex;
  padding-top: 20px;
}
.part02 .action_right .right_list li:first-child {
  border-bottom: 1px dashed #b0dbff;
  padding-bottom: 20px;
}
.part02 .action_right .right_list li .list_pic {
  display: inline-block;
  width: 236px;
  overflow: hidden;
}
.part02 .action_right .right_list li .list_pic img:hover {
  transform: scale(1.1);
}
.part02 .action_right .right_list li .list_pic img {
  width: 100%;
  transition: all 0.6s;
}
.part02 .action_right .right_list li .list_text {
  padding-left: 13px;
  width: calc(100% - 236px - 13px);
}
.part02 .action_right .right_list li .list_text .text {
  margin-bottom: 30px;
}
.part02 .action_right .right_list li .list_text .text a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.part02 .action_right .right_list li .list_text .text a:hover {
  color: #4c99da;
}
.part02 .action_right .right_list li .list_text .address {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #666666;
}
.action_title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 6px;
  color: #333333;
  margin-bottom: 34px;
}
.action_title span {
  margin-left: 6px;
}
.part03 {
  margin-top: 64px;
}
.part03 .compony_content {
  display: flex;
}
.part03 .componey_right {
  width: 1170px;
}
.part03 .right_tab li {
  padding-left: 30px;
  float: left;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 52px;
  letter-spacing: 4px;
}
.part03 .right_tab li.active a {
  font-weight: bold;
  color: #4c88da;
}
.part03 .right_tab li a {
  cursor: pointer;
  color: #666666;
}
.part03 .tab_item {
  display: none;
  background-color: #ffffff;
  box-shadow: 3px 2px 18px 0px rgba(147, 190, 255, 0.38);
  padding: 32px 42px;
  box-sizing: border-box;
  padding-top: 15px;
}
.part03 .tab_item li a {
  display: flex;
  justify-content: space-between;
  line-height: 54px;
  letter-spacing: 1px;
  align-items: center;
}
.part03 .tab_item li:not(:last-child) {
  border-bottom: dashed 2px #e5e5e5;
}
.part03 .tab_item li:hover .componyName,
.part03 .tab_item li:hover .address,
.part03 .tab_item li:hover .time,
.part03 .tab_item li:hover .money {
  color: #4c99da;
}
.part03 .tab_item li:hover .componyName::before {
  background-color: #4c99da;
}
.part03 .tab_item li .componyName {
  width: 360px;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part03 .tab_item li .componyName::before {
  margin-right: 10px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #e5e5e5;
  border-radius: 3px;
  margin-bottom: 4px;
}
.part03 .tab_item li .address {
  width: 258px;
  font-size: 16px;
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part03 .tab_item li .money {
  width: 52px;
  color: #d02626;
}
.part03 .tab_item li .time {
  width: 128px;
  color: #797979;
}
.part03 .tab_item.active {
  display: block;
}
.part03 .tab_more {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 3px;
  color: #666666;
}
.part04 {
  margin-top: 73px;
}
.part04 .right_tab li {
  padding-left: 40px;
}
.part04 .tab_item li .componyName {
  width: 284px;
}
.part04 .tab_item li .address {
  width: 446px;
}
.part05 {
  margin-top: 73px;
}
.part05 .question_box {
  margin-top: 30px;
  background: url(../images/qk_20221025_ztc_question_bg.png) top center / 100% repeat-y;
}
.part05 .question_content .title {
  padding-top: 36px;
  padding-bottom: 46px;
  font-family: SourceHanSerifCN-Heavy;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 5px;
  color: #4c99da;
}
.part05 .step_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 33px;
  justify-content: center;
}
.part05 .step_list li {
  display: flex;
  align-items: center;
  padding-bottom: 58px;
}
.part05 .step_list li .step_pic {
  transform: translateY(-50%);
}
.part05 .step_list li .list_text {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.part05 .step_list li .step_p1 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #4e4e4e;
  margin-bottom: 10px;
}
.part05 .step_list li .step_p2 {
  display: inline-block;
}
.part05 .step_list li .step_p2,
.part05 .step_list li .step_p3 {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #8d8d8d;
}
.part05 .step_list li:nth-child(2) .step_p2 {
  max-width: 148px;
}
.part05 .step_list li:nth-child(3) .step_p2 {
  max-width: 126px;
}
.part05 .step_list li:nth-child(4) .step_p2 {
  max-width: 166px;
}
.part05 .step_list li:nth-child(5) .step_p2 {
  max-width: 122px;
}
.part05 .step_list li .step_next {
  margin-left: 38px;
  margin-right: 38px;
  width: 37px;
  height: 17px;
}
.part05 .step_next_box {
  position: relative;
}
.part05 .step_next_box .step_next_text {
  position: absolute;
  top: -25px;
  transform: translateY(-100%);
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #4c99da;
}
.part05 .code {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 36px;
}
.part05 .code .code_pic01 {
  margin-right: 44px;
}
.part05 .code .code_text {
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.part05 .code .code_text .blue {
  font-style: italic;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #4c99da;
}
.part06 {
  margin-top: 64px;
}
.part06 .area_box {
  position: relative;
}
.part06 .area_left {
  width: 709px;
}
.part06 .area_left img {
  width: 100%;
}
.part06 .area_right {
  box-sizing: border-box;
  padding: 40px 52px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-40px, 40px);
  width: 770px;
  height: 400px;
  background-color: #ffffff;
  box-shadow: 8px 7px 8px 0px rgba(170, 183, 199, 0.23);
  border: solid 1px #f2f2f2;
  opacity: 0.93;
}
.part06 .area_right_content {
  position: absolute;
  width: calc(100% - 52px - 52px);
  height: auto;
  top: 40px;
  left: 53px;
  z-index: 999;
}
.part06 .area_right_content h3 {
  margin-bottom: 9px;
}
.part06 .area_right_content h3 a {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #4c99da;
}
.part06 .area_right_content p {
  text-indent: 28px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 33px;
  letter-spacing: 2px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
}
.part06 .area_right_content .f01 {
  -webkit-line-clamp: 3;
}
.part06 .area_right_content .f02 {
  -webkit-line-clamp: 5;
}
.part06 .area_right_content .more {
  padding-top: 6px;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
}
.part06 .area_right_content .more a {
  color: #68a7df;
}
.part07 {
  /*轮播内容*/
}
.part07 .part07_title .title_left {
  display: flex;
  align-items: flex-end;
  min-width: 80%;
}
.part07 .part07_title .title_left .part07_tab {
  width: fit-content;
  display: flex;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 4px;
  margin-left: 50px;
}
.part07 .part07_title .title_left .part07_tab li {
  margin-right: 54px;
}
.part07 .part07_title .title_left .part07_tab li:hover a {
  color: #333;
  font-weight: bold;
}
.part07 .part07_title .title_left .part07_tab li.active a {
  color: #333;
  font-weight: bold;
}
.part07 .part07_title .title_left .part07_tab a {
  display: block;
  color: #666666;
}
.part07 .part07_title .more {
  align-self: flex-end;
}
.part07 .part07_tab_item {
  display: none;
}
.part07 .part07_tab_item.active {
  display: block;
}
.part07 .part07_carousel_slide_box .top_img {
  position: relative;
}
.part07 .part07_carousel_slide_box .top_img .cover {
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.part07 .part07_carousel_slide_box .carousel_text {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part07 .part07_carousel_slide_box .carousel_text a {
  display: flex;
  align-items: center;
}
.part07 .part07_carousel_slide_box .carousel_text a img {
  vertical-align: middle;
  margin-right: 6px;
}
.part07 .part07_carousel_slide_box .carousel_text a.p16 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.part07 .part07_carousel_slide_box .carousel_text .home {
  margin-left: 26px;
}
.part07 .part07_carousel_slide_box .carousel_text .phone_box {
  display: flex;
}
.part07 .part07_carousel_slide_box .carousel_text .mark {
  padding: 6px 10px;
  background-color: #ffeded;
  border-radius: 10px;
  border: solid 1px #c81212;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 0px;
  color: #c81212;
  text-align: center;
}
.last_part {
  padding-top: calc(63px + 40px);
  padding-bottom: 63px;
}
.last_title_box {
  margin-bottom: 29px;
  display: flex;
  justify-content: space-between;
}
.last_title_box .title {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 6px;
  color: #4c99da;
}
.last_title_box .more {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #68a7df;
}
.carousel_box {
  position: relative;
}
.carousel_box .swiper-slide {
  padding: 32px;
  box-sizing: border-box;
  width: 466px;
  background-color: #ffffff;
  box-shadow: 5px 8px 7px 0px rgba(165, 200, 219, 0.19);
}
.carousel_box .swiper-slide .top_img > img {
  width: 402px;
}
.carousel_box .carousel-next,
.carousel_box .carousel-prev {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 8;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  box-shadow: 3px 4px 5px 0px rgba(165, 200, 219, 0.52);
  border-radius: 24px;
  opacity: 0.64;
}
.carousel_box .carousel-next img,
.carousel_box .carousel-prev img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 15px;
  height: 25px;
  z-index: 9;
}
.carousel_box .carousel-prev {
  left: 0;
  transform: translateX(-50%);
}
.carousel_box .top_img {
  display: inline-block;
}
.carousel_box .carousel-next {
  right: 0;
  transform: translateX(50%);
}
.carousel_box .carousel_text {
  margin-top: 4px;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
}
.carousel_box .carousel_text a {
  color: #333333;
}
main {
  background: url(../images/qk_20221025_ztc_bg_bottom.png) bottom center no-repeat;
}
@media (max-width: 1440px) {
  .last_part {
    width: 98%;
    margin: 0 auto;
  }
  .notice_box {
    width: 47%;
  }
  /*赋能行动*/
  .part02 .action_left {
    width: 46.87%;
  }
  .part02 .action_right {
    width: 53.05%;
  }
  .part02 .rili_img {
    width: 87.55%;
  }
  /*惠企政策*/
  .part03 .componey_right {
    width: calc(100% - 284px);
  }
  .part03 .tab_item li .componyName {
    width: 33.55%;
  }
  .part03 .tab_item li .address {
    width: 24.04%;
  }
  .part04 .tab_item li .componyName {
    width: 26.46%;
  }
  .part04 .tab_item li .address {
    width: 43.43%;
  }
  .part06 .area_left {
    width: 49.24%;
    height: 402px;
  }
  .part06 .area_left img {
    height: 100%;
  }
  .part06 .area_right {
    transform: translate(-5.2%, 40px);
    width: 53.74%;
  }
  .carousel_box {
    width: 95%;
    margin: 0 auto;
  }
  .carousel_box .swiper-slide {
    width: 34.06%;
  }
  .carousel_box .swiper-slide .top_img > img {
    width: 100%;
  }
  .part07 .part07_title .title_left .part07_tab {
    margin-left: 0.5rem;
  }
  .part07 .part07_title .title_left .part07_tab li {
    margin-right: 0.54rem;
  }
}
@media (max-width: 992px) {
  .notice_box {
    width: 100%;
  }
  .notice_box:not(:last-child) {
    margin-bottom: 20px;
  }
  /*赋能行动*/
  .part02 .action_left {
    width: 100%;
  }
  .part02 .action_right {
    margin-top: 20px;
    width: 100%;
  }
  .part03 {
    margin-top: 64px;
  }
  .part03 .compony_content {
    display: block;
  }
  .part03 .compony_left {
    display: none;
  }
  .part03 .componey_right {
    width: 100%;
  }
  .part05 .code {
    flex-wrap: wrap;
  }
  .part05 .code .code_pic01 {
    margin-right: 0;
  }
  .part06 .area_left {
    width: 100%;
  }
  .part06 .area_right {
    margin-top: 40px;
    position: static;
    transform: translate(0);
    width: 100%;
  }
  .part07 {
    /*轮播内容*/
  }
  .part07 .part07_title .title_left {
    flex-wrap: wrap;
  }
  .part07 .part07_title .title_left .part07_tab {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .part07 .part07_carousel_slide_box .carousel_text {
    flex-wrap: wrap;
  }
  .part07 .part07_carousel_slide_box .carousel_text .home {
    margin-left: 0;
  }
  .part07 .part07_carousel_slide_box .carousel_text .phone_box {
    flex-wrap: wrap;
  }
  .part07 .part07_carousel_slide_box .carousel_text .mark {
    margin-top: 10px;
  }
  .carousel_box {
    width: 94%;
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .part01 {
    margin-bottom: 0.48rem;
  }
  .notice_box {
    width: 7.35rem;
  }
  .notice_box .notice_title_box {
    margin-bottom: 0.04rem;
  }
  .notice_box .notice_title_box .notice_title {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .notice_box .notice_title_box .notice_title img {
    height: 0.35rem;
  }
  .notice_box .notice_title_box .more {
    font-size: 0.16rem;
    line-height: 0.36rem;
  }
  .notice_box .notice_list li {
    list-style: disc;
    margin-left: 0.2rem;
    color: #e6e6e6;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.5rem;
    letter-spacing: 1px;
  }
  .notice_box .notice_list li:hover {
    color: #4c99da;
  }
  .notice_box .notice_list li:hover a {
    color: #4c99da;
  }
  .notice_box .notice_list li a {
    display: flex;
    justify-content: space-between;
    color: #333333;
  }
  .notice_box .notice_list li a p {
    width: calc(100% - 210px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .notice_box .notice_list li a span {
    display: inline-block;
    min-width: 1.98rem;
  }
  /*02-赋能行动*/
  .part02 .action_box {
    padding: 0.33rem 0;
  }
  .part02 .action_left {
    width: 7.35rem;
    padding: 0.28rem 0.24rem;
  }
  .part02 .action_left .left_hdrili_title {
    height: 0.67rem;
    border-radius: 0.08rem 0.08rem 0px 0px;
    font-size: 0.24rem;
    line-height: 0.67rem;
    letter-spacing: 0.05rem;
  }
  .part02 .action_left .rili_img {
    top: 0.95rem;
    height: 0.37rem;
  }
  .part02 .action_left .calendar_content {
    margin-top: 0.05rem;
    background-color: #ffffff;
    border-radius: 0px 0px 0.08rem 0.08rem;
    padding: 0.33rem 0.21rem 0.31rem;
  }
  .part02 .action_left .calendar_content .choice {
    margin-bottom: 0.15rem;
  }
  .part02 .action_left .calendar_content .choice p {
    width: 1.2rem;
    font-size: 0.14rem;
    line-height: 0.33rem;
  }
  .part02 .action_left .calendar_content .choice .diver {
    height: 0.14rem;
    line-height: 0.33rem;
    margin-left: 0.34rem;
    margin-right: 0.34rem;
  }
  .part02 .action_right {
    width: 7.35rem;
  }
  .part02 .action_right .right_title {
    margin-top: 0.19rem;
    padding: 0 0.44rem 0 0.29rem;
    margin-bottom: 0.1rem;
  }
  .part02 .action_right .right_title h3 {
    font-size: 0.24rem;
    line-height: 0.7rem;
    letter-spacing: 0.05rem;
  }
  .part02 .action_right .right_title .right_more {
    font-size: 0.16rem;
    line-height: 0.7rem;
  }
  .part02 .action_right .right_list {
    padding-left: 0.3rem;
  }
  .part02 .action_right .right_list li {
    padding-top: 0.2rem;
  }
  .part02 .action_right .right_list li:first-child {
    padding-bottom: 0.2rem;
  }
  .part02 .action_right .right_list li .list_pic {
    width: 2.36rem;
  }
  .part02 .action_right .right_list li .list_text {
    padding-left: 0.13rem;
    width: calc(100% - 2.36rem - 0.13rem);
  }
  .part02 .action_right .right_list li .list_text .text {
    margin-bottom: 0.3rem;
  }
  .part02 .action_right .right_list li .list_text .text a {
    font-size: 0.18rem;
    line-height: 0.36rem;
  }
  .part02 .action_right .right_list li .list_text .address {
    font-size: 0.18rem;
    line-height: 0.18rem;
  }
  .action_title {
    font-size: 0.28rem;
    line-height: 0.36rem;
    letter-spacing: 6px;
    margin-bottom: 0.34rem;
  }
  .action_title img {
    height: 0.35rem;
  }
  .action_title span {
    margin-left: 0.06rem;
  }
  .part03 {
    margin-top: 0.64rem;
  }
  .part03 .componey_right {
    width: 7.35rem;
  }
  .part03 .right_tab li {
    padding-left: 0.3rem;
    font-size: 0.22rem;
    line-height: 0.52rem;
    letter-spacing: 0.04rem;
  }
  .part03 .tab_item {
    box-shadow: 0.03rem 0.02rem 0.18rem 0px rgba(147, 190, 255, 0.38);
    padding: 0.32rem 0.42rem;
    padding-top: 0.15rem;
  }
  .part03 .tab_item li a {
    line-height: 0.54rem;
  }
  .part03 .tab_item li .componyName {
    width: 2.2rem;
    font-size: 0.18rem;
  }
  .part03 .tab_item li .address {
    width: 1.58rem;
    font-size: 0.16rem;
  }
  .part03 .tab_item li .time {
    width: 1.38rem;
    min-width: 100px;
  }
  .part03 .tab_item li .money,
  .part03 .tab_item li .time {
    font-size: 0.16rem;
  }
  .part03 .tab_more {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 0.18rem;
    letter-spacing: 0.03rem;
  }
  .part03 .tab_more img {
    width: 0.14rem;
  }
  .part04 {
    margin-top: 0.73rem;
  }
  .part04 .right_tab li {
    padding-left: 0.4rem;
  }
  .part04 .tab_item li .componyName {
    width: 2.2rem;
  }
  .part04 .tab_item li .address {
    width: 1.58rem;
  }
  .part05 {
    margin-top: 0.73rem;
  }
  .part05 .question_box {
    margin-top: 0.3rem;
  }
  .part05 .question_content .title {
    padding-top: 0.36rem;
    padding-bottom: 0.46rem;
    font-size: 0.24rem;
    line-height: 0.24rem;
    letter-spacing: 0.05rem;
  }
  .part05 .step_list {
    margin-top: 0.33rem;
  }
  .part05 .step_list li {
    padding-bottom: 0.58rem;
  }
  .part05 .step_list li .step_pic {
    width: 0.5rem;
    height: 0.87rem;
  }
  .part05 .step_list li .list_text {
    padding-left: 0.1rem;
  }
  .part05 .step_list li .step_p1 {
    font-size: 0.18rem;
  }
  .part05 .step_list li .step_p2,
  .part05 .step_list li .step_p3 {
    font-size: 0.14rem;
  }
  .part05 .step_list li:nth-child(2) .step_p2 {
    max-width: 1.48rem;
  }
  .part05 .step_list li:nth-child(3) .step_p2 {
    max-width: 1.26rem;
  }
  .part05 .step_list li:nth-child(4) .step_p2 {
    max-width: 1.66rem;
  }
  .part05 .step_list li:nth-child(5) .step_p2 {
    max-width: 1.22rem;
  }
  .part05 .step_list li .step_next {
    margin-left: 0.38rem;
    margin-right: 0.38rem;
    width: 0.37rem;
    height: 0.17rem;
  }
  .part05 .step_next_box {
    position: relative;
  }
  .part05 .step_next_box .step_next_text {
    min-width: 0.88rem;
    top: -0.25rem;
    font-size: 0.12rem;
  }
  .part05 .code {
    padding-bottom: 0.36rem;
  }
  .part05 .code .code_pic01 {
    margin-right: 0.44rem;
  }
  .part05 .code .code_text {
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
  .part05 .code .code_text .blue {
    font-size: 0.28rem;
  }
  .part06 {
    margin-top: 0.64rem;
  }
  .part06 .area_left {
    width: 7.35rem;
  }
  .part06 .area_right {
    padding: 0.4rem 0.52rem;
    width: 7.35rem;
    box-shadow: 0.08rem 0.07rem 0.08rem 0px rgba(170, 183, 199, 0.23);
  }
  .part06 .area_right_content {
    width: calc(100% - 0.52rem - 0.52rem);
    height: auto;
    top: 0.4rem;
    left: 0.53rem;
  }
  .last_part {
    padding-top: calc(0.63rem + 0.4rem);
    padding-bottom: 0.63rem;
  }
  .last_title_box {
    margin-bottom: 0.29rem;
  }
  .last_title_box .title {
    font-size: 0.28rem;
    line-height: 0.28rem;
    letter-spacing: 0.06rem;
  }
  .last_title_box .more {
    min-width: 60px;
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
  .part07 .part07_title .title_left .part07_tab {
    font-size: 0.22rem;
    line-height: 0.22rem;
    margin-left: 0.5rem;
  }
  .part07 .part07_title .title_left .part07_tab li {
    margin-right: 0.54rem;
  }
}
@media (max-width: 450px) {
  .carousel_box {
    width: 90%;
  }
}