@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
  color: #000;
  /* 去除默认下划线 */
}

html,
body {
  width: 100%;
  height: 100%;
}

ul {
  list-style: none;
  /* 去除默认列表样式 */
}

@media screen and (max-width: 1024px) {
  .mySwiper {
    width: 100%;
    margin: 0 auto;
  }
  .mySwiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
  }
  .quality_box1 {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0.4rem;
    padding: 0 0.4rem;
  }
  .quality_box1 .content1 > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quality_box1 .content1 > .title > .title_text1 {
    font-size: 0.4rem;
    color: #4d4d4d;
  }
  .quality_box1 .content1 > .title > .title_text2 {
    font-size: 0.34rem;
    margin: 0.1rem 0;
  }
  .quality_box1 .content1 > .title > .title_line {
    width: 2.16rem;
    height: 0.06rem;
    background-color: #293a72;
  }
  .quality_box1 .content1 > .content_box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .quality_box1 .content1 > .content_box > .content_box_left {
    width: 100%;
  }
  .quality_box1 .content1 > .content_box > .content_box_left > img {
    width: 100%;
  }
  .quality_box1 .content1 > .content_box > .content_box_right {
    background: url("/img/48.jpg") no-repeat center top;
    width: 100%;
    color: #ffffff;
    padding: 0.8rem 0.5rem;
    font-size: 0.28rem;
  }
  .quality_box1 .content1 > .content_box > .content_box_right > .text1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .quality_box1 .content1 > .content_box > .content_box_right > .text2 {
    display: flex;
    align-items: center;
    margin-top: 0.4rem;
  }
  .quality_box1 .content1 > .content_box > .content_box_right > .text2 > img {
    margin-right: 10px;
  }
  .quality_box1 #container {
    max-width: 100%;
    margin: 0 auto;
    height: 6.48rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .mySwiper {
    width: 100%;
    margin: 0 auto;
  }
  .mySwiper > .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
  }
  .mySwiper > .swiper-wrapper > .swiper-slide > img {
    width: 100%;
    height: 100%;
  }
  .quality_box1 {
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .quality_box1 .content1 > .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .quality_box1 .content1 > .title > .title_text1 {
    font-size: 40px;
    color: #4d4d4d;
  }
  .quality_box1 .content1 > .title > .title_text2 {
    font-size: 34px;
    margin: 10px 0;
  }
  .quality_box1 .content1 > .title > .title_line {
    width: 216px;
    height: 6px;
    background-color: #293a72;
  }
  .quality_box1 .content1 > .content_box {
    display: flex;
    align-items: center;
  }
  .quality_box1 .content1 > .content_box > .content_box_right {
    background: url("/img/48.jpg") no-repeat center top;
    width: 463px;
    height: 534px;
    color: #ffffff;
    padding: 80px 50px;
  }
  .quality_box1 .content1 > .content_box > .content_box_right > .text1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .quality_box1 .content1 > .content_box > .content_box_right > .text2 {
    display: flex;
    align-items: center;
    margin-top: 40px;
  }
  .quality_box1 .content1 > .content_box > .content_box_right > .text2 > img {
    margin-right: 10px;
  }
  .quality_box1 #container {
    max-width: 1300px;
    margin: 0 auto;
    height: 648px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
