/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  /* --bs-screen-xxl: 62.5% */
  --bs-screen-xxl: 75rem
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-weight: bold;
  font-size: 3.13rem;
  color: #000000;
  margin-bottom: 6rem;
  /* line-height: 2.38rem; */
  text-align: center;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-weight: bold;
  font-size: 1.63rem;
  color: #2A9597;
  line-height: 2.84rem;
  text-align: center;
}

h5 {
  width: 17.88rem;
  font-weight: 400;
  font-size: 1rem;
  color: #1E1E1E;
  line-height: 1.6rem;
  /* text-align: left; */
}

p {
  font-size: 1rem;
  color: #1F1F1F;
}

img {
  width: 100%;
  height: 100%;
}

/* background */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56.38rem;
  background-color: #F6FAFF;
}

.background-left {
  width: 0;
  height: 0;
  border-right: 28.065rem solid transparent;
  border-bottom: 28.19rem solid transparent;
  border-top: 28.19rem solid #3368C6;
  /* 顶边有颜色 */
  border-left: 28.065rem solid #3368C6;
  /* 左边有颜色 */
}

/* header */
/* 头部 */
.header {
  position: relative;
  width: 100%;
  height: 6.18rem;
  font-size: 1rem;
  z-index: 2;
}

.header-all {
  width: var(--bs-screen-xxl);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 8.06rem;
  height: 2.19rem;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-menus {
  display: flex;
  align-items: center;
  margin: 0 1.9rem;
  height: 100%;
  width: 35.31rem;
  font-family: Arca Majora 2;
  font-weight: 600;
}

.header-menus li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 1rem;
}

.header-menus a {
  color: #2A3F6A;
  font-size: 1rem;
}

.header-menus i {
  color: #FFF;
}

.header-menus li:hover .header-menus__second {
  display: block;
}

.header-menus__second {
  display: none;
  width: 12.31rem;
  position: absolute;
  top: 6rem;
  left: 0;
  background: #E3EDFF;
  box-shadow: 0rem 0rem 1rem 0em rgba(12, 0, 5, 0.2);
  padding: 0.5rem 0;
  border-top: 0.25rem solid #3368C6;
  z-index: 10;
}

.header-menus__second>li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 2.06rem;
  position: relative
}

.header-menus__second>li:hover>a {
  color: #3368C6;
}

.header-menus__second li:hover {
  width: 12.56rem;
}

.header-menus__second>li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.88rem;
  font-family: Arial;
  color: #2D2D2D;
  text-wrap: nowrap;
}

.header-menus__third {
  display: none;
  flex-direction: column;
  width: 9.44rem;
  position: absolute;
  top: 0rem;
  left: 12.56rem;
  background: #E3EDFF;
  box-shadow: 0rem 0rem 1rem 0em rgba(12, 0, 5, 0.2);
  padding: 0.5rem 0;
  z-index: 10;
}

.header-menus__third--content {
  display: flex;
  flex-direction: column;
}

.header-menus__third--content>li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 2.06rem;
  position: relative
}

.header-menus__third--content>li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.88rem;
  font-family: Arial;
  color: #2D2D2D;
  text-wrap: nowrap;
}

.header-menus__third--content>li:hover a {
  color: #3368C6;
}

.header-menus__second>li:hover .header-menus__third {
  display: flex;
}

.ri-search-line::before {
  font-size: 1.25rem;
}

.header-search__all {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-search__all:hover .header-search {
  display: flex;
}

.header-search {
  border-bottom: 1px solid #FFF;
  width: 22.75rem;
  height: 3.69rem;
  display: none;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: calc(100% - 1rem);
  right: -2rem;
  background-color: #E3EDFF;
  padding: 0.25rem 1.88rem;
}

.header-search input {
  border: none;
  outline: none;
  background: transparent;
  color: #969696;
  width: calc(100% - 1rem);
  padding-bottom: 0.125rem;
  height: 1.35rem;
  font-size: 0.88rem;
  font-family: Arial;
  line-height: 2.06rem;
  padding: 0;
}

.header-city {
  display: flex;
  align-items: center;
  width: 1.63rem;
  height: 100%;
  margin: 0 1.75rem;
  position: relative;
}

.header-city img {
  height: 1.63rem;
}

.header-city:hover .header-city__menus {
  display: flex;
}

.header-city__flag {
  background-image: url('../assets/imgs/lang.gif');
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.55rem;
  height: 1.2rem;
  margin-right: 0.3rem;
}

.header-city__en .header-city__flag {
  background-position: 0 -256px !important
}

.header-city__menus {
  display: none;
  flex-direction: column;
  background-color: #E3EDFF;
  color: #2D2D2D;
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
  width: 7rem;
  height: 8.6rem;
  box-shadow: 0px 0px 0.875rem rgba(12, 0, 5, 0.2);
  box-sizing: border-box;
}

.header-city__menus li {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
}

.search-icon {
  color: #000;
  cursor: pointer;
}

.mySwiper {
  overflow: hidden;
  width: 93.31rem;
  height: 34.81rem;
  /* aspect-ratio: 1/ 0.373; */
  margin: 0 auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.swiper-mySwiper {
  width: 100%;
  height: 100%;
  background-image: url('../assets/imgs/swiper_1.png');
  background-position: center;
  background-size: 100% 100%;
}

.swiper-content {
  margin-top: 8.94rem;
  margin-left: 51.31rem;
  width: calc(100% - 51.31rem);
  height: calc(100%- 8.94rem);
}

.swiper-content__img {
  width: 30.63rem;
  height: 7.56rem;
}

.swiper-content__p {
  margin-top: 2.44rem;
  width: 31.75rem;
  height: 2.81rem;
}

.swiper-content__p p {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #212121;
  line-height: 1.56rem;
}

.swiper-content__button {
  margin-top: 1.81rem;
  width: 12.69rem;
  height: 3.88rem;
}

.swiper-content__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #3368C6;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.25rem;
  color: #3368C6;
  line-height: 1.31rem;
  transition: all ease .4s;
}

.swiper-content__button a:hover {
  background-color: #3368C6;
  color: #fff;
}

.content-titel {
  position: relative;
  width: 100%;
  height: 15.13rem;
  overflow: hidden;
  z-index: 2;
}

.content-titel__one {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}

.content-titel__one__all {
  text-align: center;
}

.content-titel__one__all span {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.89rem;
  color: #031B4E;
  line-height: 3.78rem;
}

.content-titel__one__all div {
  font-family: Arial-Bold;
  font-weight: 600;
  font-size: 2.81rem;
  color: #031B4E;
  line-height: 3.78rem;
}

.content-one {
  width: 100%;
  height: 24.31rem;
  background-color: #F6FAFF;
  overflow: hidden;
}

.content-one__list {
  width: var(--bs-screen-xxl);
  height: 18.75rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.38rem;
}

.content-one__list__item {
  width: 17.75rem;
  height: 18.75rem;
  background: #FFFFFF;
  border-radius: 0.63rem;
  padding: 2.63rem 1.56rem;
  transition: all ease .4s;
  border: 0.06rem solid #fff;
}

.content-one__list__item:hover {
  border: 0.06rem solid #3368C6;
  box-shadow: 0px 2px 12px #00000038;
}

.content-one__list__img {
  width: 3.31rem;
  height: 3.56rem;
}

.content-one__list__item p {
  margin-top: 0.41rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.13rem;
  color: #031B4E;
  line-height: 2.5rem;
}

.content-one__list__item span {
  display: block;
  margin-top: 0.3rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #9BA4B8;
  line-height: 1.38rem;
}

.content-one__list__item a {
  margin-top: 1.7rem;
  display: block;
  width: 6.5rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #031B4E;
  line-height: 2.5rem;
  transition: all ease .4s;
}

.content-one__list__item a:hover {
  transform: scale(1.1);
  color: #3368C6;
}

.content-two {
  width: 100%;
  overflow: hidden;
}

.content-two-number {
  width: var(--bs-screen-xxl);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.content-two-number>li {
  width: 18.75rem;
  text-align: center;
}

.content-two-number>li>div {
  margin-top: -0.2rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 4.2rem;
  color: #3368C6;
  line-height: 4.2rem;
}

.content-two-number>li>p {
  margin-top: 0.8rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #031B4E;
  line-height: 2.5rem;
}

.content-three {
  position: relative;
  width: 100%;
  height: 39.23rem;
  margin-top: 7rem;
  overflow: hidden;
}

.content-three__left {
  position: absolute;
  left: 0;
  top: 8.75rem;
  /* width: 65.81rem; */
  width: 54.84%;
  min-width: calc(65.81rem - 22.5rem);
  height: 30.88rem;
  background: #3368C6;
  padding: 4.6rem 0;
  z-index: 2;
}

.content-three__left__all {
  /* position: relative;
  margin-left: 22.5rem; */
  position: absolute;
  right: 0;
  width: calc(65.81rem - 22.5rem);
  /* width: 50rem; */
}

.content-three__left__all>div {
  width: 28.06rem;
  font-family: Arial;
  font-weight: 900;
  font-size: 1.59rem;
  color: #FFFFFF;
  line-height: 2.23rem;
}

.content-three__left__all>p {
  display: block;
  margin-top: 1.8rem;
  width: 42rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.13rem;
  color: #ECF0F8;
  line-height: 1.63rem;
}

.content-three__left__list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.5rem;
}

.content-three__left__ul {
  width: 14.87rem;
}

.content-three__left__ul>li {
  display: block;
  height: 1.888rem;
  width: 100%;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.13rem;
  line-height: 1.88rem;
}

.content-three__left__ul>li>a {
  display: block;
  color: #FFFFFF;
  transition: all ease .4s;
}

.content-three__left__ul>li:hover>a {
  transform: scale(1.1);
}

.content-three__right {
  position: absolute;
  top: 0;
  /* right: 22.5rem; */
  left: 48.02%;
  width: 39.94rem;
  height: 39.63rem;
}

.content-four {
  width: var(--bs-screen-xxl);
  height: 39.13rem;
  margin: 6.13rem auto 0;
  display: flex;
}

.content-four__left {
  width: 17.7rem;
  height: 100%;
  border-right: 0.06rem solid #E5E5E5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.four-left__item {
  display: flex;
  flex-direction: column;
}

.four-left__item__number {
  display: flex;
}

.four-left__item__number div {
  font-family: Arial;
  font-weight: bold;
  font-size: 7.25rem;
  color: #3368C6;
}

.four-left__item__number span {
  padding-top: 0.5rem;
  padding-left: 0.7rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #031B4E;
  line-height: 2.5rem;
}

.four-left__item__years {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #031B4E;
  line-height: 2.5rem;
}

.content-four__right {
  width: calc(100% - 17.7rem);
  height: 100%;
  padding-left: 4.69rem;

}

.content-four__title {
  font-family: Arial;
  font-weight: bold;
  font-size: 3.18rem;
  color: #031B4E;
  line-height: 3rem;
}

.content-four__body {
  margin-top: 2rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #031B4E;
  line-height: 2.44rem;
  letter-spacing: 0.05rem;
  word-spacing: 0.30rem;
}

.content-five {
  width: var(--bs-screen-xxl);
  /* height: 37.88rem; */
  margin: 9rem auto 4.19rem;
}

.content-five__title {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.89rem;
  color: #031B4E;
  line-height: 3.78rem;
}

.content-five__title span {
  font-size: 2.81rem;
  font-weight: 600;
}

.content-five__body {
  margin-top: 2.8rem;
  height: 32.63rem;
}

.myMachinesSwiper {
  height: 100%;
  overflow: hidden;
}

.swiper-five {
  width: 23.44rem;
  border: 0.06rem solid #E5E5E5;
  transition: all ease .4s;
}

.swiper-five:hover {
  border: 0.06rem solid #3368C6;
  box-shadow: 0px 2px 12px #00000038;
}

.content-five__img {
  height: 15.5rem;
  width: 100%;
  overflow: hidden;
}

.content-five__img img {
  transition: all ease .4s;
}

.swiper-five:hover .content-five__img img {
  transform: scale(1.1);
}

.content-five__test {
  height: 17.13rem;
  padding: 1.8rem;
}

.content-five__test p {
  margin-left: 0.25rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #3368C6;
  line-height: 1rem;
}

.content-five__test div {
  margin-top: 1rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.5rem;
  color: #00164A;
  line-height: 1.82rem;
}

.content-five__test span {
  display: block;
  margin-top: 0.63rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #747474;
}

.content-five__test a {
  display: inline-block;
  margin-top: 3.5rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #3368C6;
  line-height: 2.5rem;
  transition: all ease .4s;
}

.content-five__test a:hover {
  transform: scale(1.1);
}


.content-six {
  width: 100%;
  height: 31.25rem;
  background-color: #3368C6;
  padding: 3.25rem 0;
}

.content-six__body {
  width: var(--bs-screen-xxl);
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.six-body__left {
  width: 35.25rem;
  height: 100%;
}

.six-body__left__title {
  margin-bottom: 6rem;
  overflow: hidden;
}

.six-body__left__title p {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 2.5rem;
}

.six-body__left__title div {

  font-family: Arial;
  font-weight: bold;
  font-size: 2.62rem;
  color: #FFFFFF;
  line-height: 1.98rem;
}

.six-body__left__phone {
  margin-top: 2.23rem;
}

.six-body__left__phone p {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.38rem;
  color: #FFFFFF;
  line-height: 1.13rem;
}

.six-body__left__phone span {
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 1.13rem;
}

.six-body__right {
  width: 39.75rem;
  height: 100%;
}

.six-body__right__item {
  margin-bottom: 1.31rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.six-body__right__item input {
  width: 19.13rem;
  height: 3.13rem;
  background: #FFFFFF;
  border-radius: 0.31rem;
  border: 0px solid #EEEEEE;
  outline: none;

  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #343434;
  line-height: 1.13rem;
  padding: 1rem;
  text-align: center;
}

.six-body__right__item input::placeholder {
  text-align: center;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #343434;
  line-height: 1.13rem;
}

.six-body__right__item textarea {
  width: 100%;
  height: 9.38rem;
  background: #FFFFFF;
  border-radius: 0.31rem;
  border: 0px solid #EEEEEE;
  padding: 1.19rem;
  outline: none;
}

.six-body__right__item textarea::placeholder {
  text-indent: 7rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #343434;
  line-height: 1.13rem;
}

.submit {
  width: 39.24rem;
  height: 4.2rem;
  background-color: #00B8BA;
  border-radius: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.13rem;
  cursor: pointer;
}

.submit:hover {
  background-color: #22adb0;
}

.footer {
  position: relative;
  width: 100%;
  /* height: 21.75rem; */
  background: #F6FAFF;
  overflow: hidden;
}

.footer-content {
  display: flex;
  margin-top: 4.13rem;
  width: var(--bs-screen-xxl);
  height: 18.56rem;
  margin: 4.81rem auto 0;
  border-bottom: 0.06rem solid #E5E5E5;
}

.footer-logo {
  width: 25.69rem;
}

.footer-logo>img {
  margin-top: 1.5rem;
  width: 12.31rem;
  height: 3rem;
  /* background-color: #000; */
}

.logo-list img:hover {
  animation: tada 1s;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

.footer-logo p {
  width: 23.75rem;
  height: 4.69rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.03rem;
  color: #44598D;
  line-height: 1.81rem;
  margin-top: 2.19rem;
}

.logo-list img {
  margin-top: 2.46rem;
  width: 1rem;
  height: 1rem;
  margin-right: 1.56rem;
}

.footer-right {
  display: flex;
  justify-content: space-between;
  width: 49.31rem;
}

.footer-content_item h3 {
  font-family: Arial;
  font-weight: 900;
  font-size: 1.03rem;
  color: #0E2355;
  line-height: 1.25rem;
  margin-bottom: 2.13rem;
}

.footer-content_item>ul {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  height: 9.38rem;
}

.footer-content_item>ul>li {
  width: 5.86rem;
}

.footer-content_item>ul>li>a {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #0E2355;
  line-height: 2.19rem;
}
.footer-content_item>ul>li>a:hover {
  color: #00B8BA;
}
.our>ul>li {
  width: 7rem;
}

.footer-content_item div {
  width: 12.13rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #0E2355;
  line-height: 1.7rem;
}

.copyright {
  display: block;
  height: 7.12rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.03rem;
  color: #868686;
  line-height: 1.81rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-menu__expand {
  display: none;
}

.content-one__list {
  position: relative;
  z-index: 2;
}

/* btn的交互 */
.banner-btn:hover,
.content_left_btn:hover,
.industry-content_btn:hover,
.oscillating-content_btn:hover {
  transform: scale(1.1);
  transition-duration: 300ms;
}

@media (min-width: 1200px) and (max-width: 1493px) {
  .mySwiper {
    width: 100%;
    height: auto;
    aspect-ratio: 93.31 / 34.81;
  }

  .swiper-content {
    margin-top: 4.94rem;
    margin-left: 41.31rem;
    width: calc(100% - 51.31rem);
    height: calc(100%- 8.94rem);
  }

  .header-city__menus {
    left: -2.5rem;
  }

  .header-search {
    right: 0rem;
  }
}

@media (min-width: 1080px) and (max-width: 1200px) {
  .mySwiper {
    width: var(--bs-screen-xxl);
    height: auto;
    aspect-ratio: 93.31 / 34.81;
  }

  .swiper-content {
    margin-top: 4.94rem;
    margin-left: 41.31rem;
    width: calc(100% - 51.31rem);
    height: calc(100%- 8.94rem);
  }

  .header-city__menus {
    left: -2.5rem;
  }

  .header-search {
    right: 0rem;
  }
}

@media only screen and (max-width:640px) {
  :root {
    --bs-screen-xxl: 90%;
  }

  .background {
    height: 51.38rem;
  }

  .background-left {
    border-right: 25.065rem solid transparent;
    border-bottom: 25.19rem solid transparent;
    border-top: 25.19rem solid #3368C6;
    /* 顶边有颜色 */
    border-left: 25.065rem solid #3368C6;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: #3368C6;
  }

  .header-con {
    width: 100%;
  }

  #header-menu__expand {
    display: block;
    margin-right: 1rem;
    font-size: 3rem;
    color: #fff;
  }

  .header-menus {
    display: none;
    background-color: #3368C6;
    position: absolute;
    top: 5.625rem;
    left: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    margin-left: 0;
  }

  .header-menus>li {
    width: 100%;
    padding: 1rem 0;
    position: relative;
    flex-direction: column;
    align-items: start;
  }

  .header-menus a {
    color: #fff;
  }

  .header-menus>li:hover>a,
  .header-menus__second>li:hover>a,
  .header-menus__third li:hover>a {
    color: #00B8BA;
  }

  .header-menus__third {
    position: relative;
    top: 0;
    left: 2rem;
    background-color: #3368C6;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
  }

  .header-menus__second {
    position: relative;
    top: 0;
    left: 2rem;
    background-color: #3368C6;
    width: 100%;
    box-shadow: none;
    margin-top: 0;
    margin-left: 0;
  }

  .header-menus__third>li,
  .header-menus__second>li {
    padding: 1rem 0;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .header-menus__third li>a,
  .header-menus__second>li>a {
    color: #fff;
  }

  .header-right .header-city img {
    width: 3rem;
    height: 3rem;
  }

  .header-search__all {
    width: 20rem;
    height: 3rem;
  }

  .header-search__all>i {
    display: none;
  }

  .header-search {
    display: flex;
    position: relative;
    top: 0;
    left: 2rem;
    border-radius: 2rem;
  }

  .mySwiper {
    margin-top: 5.625rem;
    width: 100%;
    height: 29.81rem;
  }

  .swiper-content {
    margin: 10% auto;
    width: 20%;
    height: 60%;
  }

  .swiper-content__p {
    /* text-align: center; */
  }

  .swiper-content__button {
    margin: 0 auto;
    margin-top: 1.81rem;
  }

  .content-one__list {
    flex-wrap: wrap;
  }

  .content-one {
    height: 44.31rem;
    margin-top: 0.5rem;
  }

  .content-one__list__item {
    width: 47%;
    margin-bottom: 3rem;
  }

  .content-one__list__item a {
    width: 8.5rem;
  }

  .content-three {
    height: 68.23rem;
  }

  .content-three__left {
    top: 37.75rem;
    width: 100%;
  }

  .content-three__left__all {
    margin: 0 auto;
    right: 10rem;
  }

  .content-three__right {
    width: 100%;
    height: 56.63rem;
    left: 0;
  }

  .content-four {
    flex-direction: column;
    height: 60.19rem;
  }

  .content-four__left {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 0.06rem solid #E5E5E5;
    border-right: none;
    padding: 0 3rem 3rem;
  }

  .four-left__item__number {
    flex-direction: column;
    text-align: center;
  }

  .content-four__right {
    margin-top: 3rem;
    width: 100%;
    padding-left: 3rem;
  }

  .content-four__title {
    text-align: center;
  }

  .content-four__body {
    text-indent: 2rem;
  }

  .content-five {
    margin-top: 5rem;
  }

  .content-five__title {
    text-align: center;
  }

  .content-five__test a {
    margin-top: 1.5rem;
  }

  .content-six {
    height: 46.25rem;
  }

  .content-six__body {
    flex-direction: column;
    align-items: center;
  }

  .six-body__left {
    text-align: center;
  }

  .six-body__left__title {
    margin: 0;
  }

  .six-body__right {
    margin-top: 2rem;
  }

  .footer-content {
    flex-direction: column;
    height: 29.56rem;
    margin-top: 3rem;
  }

  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3.5rem;
    border-bottom: 0.06rem solid #E5E5E5;
  }

  .footer-logo p {
    margin-top: 0;
    text-align: center;
  }

  .logo-list {
    display: flex;
  }

  .footer-right {
    margin-top: 3rem;
    width: 100%;
    padding: 0 3rem;
  }

  .footer-content_item>ul>li {
    width: 8rem;
  }

  .our>ul>li {
    width: 9rem;
  }

}