/* 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: 85.2%
}

*,
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;
}

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

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

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

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

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

/* nav */
nav {
  width: 100%;
  height: 2.81rem;
  background: #FF2828;
}

.nav-container {
  width: calc(100% - 10rem);
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-left,
.nav-center,
.nav-right {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-center {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.nav-center img {
  margin-right: 0.56rem;
}

nav a,
nav p {
  /* font-weight: bold; */
  font-size: 0.88rem;
  color: #FFFFFF;
}

.nav-share {
  margin-left: 0.8rem;
}

.nav-share img {
  margin: 0 0.6rem;
  height: 0.88rem;
}

.nav-share img:hover {
  animation: tada 1s;
}

/* 头部 */
.header {
  position: relative;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.06rem;
  font-size: 1.125rem;
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.53);
}

.header-content {
  height: 100%;
  display: flex;
  justify-content: center;
}

.header-con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 10rem);
  margin: 0 auto;
}

.header-logo {
  height: 1.18rem;
  /* width: 12.5rem; */
}

.header-menus {
  display: flex;
  align-items: center;
  margin: 0 3rem;
  height: 100%;
}

.header-menus li {
  margin: 0 1.5rem;
}

.header-menus a {
  color: #fff;
  font-size: 1.13rem;
}

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

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

.header-search {
  width: 20.94rem;
  height: 4.25rem;
  background: #FFFFFF;
  border-radius: 0.31rem;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  /* height: 1.35rem; */
  position: absolute;
  right: -6rem;
  top: 6.06rem;
  padding: 0 0.8rem;
  border-radius: 0.25rem;
}

.header-search input {
  border: none;

  outline: none;
  background: transparent;
  color: #4E4E4E;
  width: calc(100% - 1rem);
  padding-bottom: 0.125rem;
  height: 1.35rem;
  font-size: 0.88rem;
  padding: 0 0.5rem;
}

.search-icon {
  color: white;
  cursor: pointer;
  font-size: 1.5rem;
}

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

.header-search input::placeholder {
  font-size: 1rem;
  color: #929292;
}

.header-search i {
  color: #EA5918;
  /* color: #FFF; */
}

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

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

.home-tool__detail>img {
  width: 50%;
}

.header-lang {
  height: 100%;
  color: #FFF;
  display: flex;
  /* width: 5rem; */
  margin-left: 1.13rem;
  cursor: pointer;
  position: relative;

}

#header-lang__content {
  /* border-left: 1px solid #FFF; */
  /* padding: 1rem 0rem; */
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;

}

#header-lang__content p {
  color: white;
  font-size: 0.88rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-lang__content img {
  width: 1.44rem;
  margin-right: 0.88rem;
}

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

.header-lang__en .header-lang__flag {
  background-position: 0 -256px !important
}

.header .header-lang {
  display: none;
}

#header-lang__menus {
  /* width: 100%; */
  display: none;
  background-color: #FFF;
  color: #000;
  position: absolute;
  top: 2.81rem;
  right: 0rem;
  box-shadow: 0px 0px 0.875rem #0000006e;
  box-sizing: border-box;
  z-index: 120;
}

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

#header-lang__menus li p {
  color: #1b1b1b;
}

.header-lang__triangle {
  font-size: 1rem;
  display: inline-block;
  transition: all .2s;

}

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

.header-menu {
  display: flex;
  align-items: center;
}

.header-menu i {
  transition: all .2s;
  display: inline-block;
}

.header-menus li:hover>.header-menu i {
  transform: rotate(90deg);
}

.header-menus>li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.header-menus__second {
  display: none;
  width: fit-content;
  position: absolute;
  top: 6.06rem;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0rem 0rem 1rem 0rem rgba(12, 0, 5, 0.35);

  padding: 0.6rem 0;
  border-radius: 0.31rem;
  z-index: 10;
}

.header-menus__second i {
  color: #5B5B5B;
  margin-right: 0.25rem;

}

.header-menus__second>li {
  margin: 0;
  padding: 0.6rem 1.5rem;
  width: 100%;
  position: relative;
}


.header-menus__second>li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.13rem;
  color: #1E1E1E;
  text-wrap: nowrap;
}

/* .header-menus__second>li:hover,
.header-menus__third--content>li:hover {
  background: #EA5918;
} */

.header-menus__second>li:hover .header-menu i,
.header-menus__second>li:hover .header-menu a,
.header-menus__second>li:hover>a {
  color: #FF2828;

}

.header-lang:hover #header-lang__menus {
  display: block;
}

.header-lang:hover .header-lang__triangle {
  transform: rotate(-90deg);
}

.header-menus__third {
  display: none;
  flex-direction: column;
  padding-left: 0.1rem;
  position: absolute;
  left: 100%;
  top: 0rem;
  width: 100%;
}

.header-menus__third--content {
  background-color: #FFF;
  padding: 0.6rem 0rem;

  border-radius: 0.31rem;
}

.header-menus__third--content>li {
  padding: 0.6rem 1.5rem;
  margin: 0;
  display: flex;
  /* justify-content: center; */
}

.header-menus__third--content>li a {
  font-size: 1.13rem;
  color: #1E1E1E;
  /* margin-top: 0.5rem; */
}

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

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

}

.header-menu__control {
  display: flex;
  align-items: center;
  color: #FFF;
  height: 100%;
  margin-left: 2.5rem;
}

.header-btn {
  background: #EA5918;
  width: 10.44rem;
  height: 3.38rem;
  background: #FF2828;
  border-radius: 0.63rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.13rem;
  color: #FFFFFF;
  margin-left: 4.44rem;
}

.header-right__show {
  display: flex;
  align-items: center;
}

/* banner */
.swiper {
  position: relative;
  width: 100%;
  height: 48.44rem;
  overflow: hidden;
}

.banner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 48.44rem;
  background-color: #000000;
  overflow: hidden;
}

.banner_left {
  display: flex;
  margin-left: 15.19rem;
  margin-top: 9.19rem;
}

.banner_left_imgMenu {
  position: absolute;
  left: 4.63rem;
  top: 9.19rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
}

.banner_left_imgMenu img {
  width: 4.13rem;
  height: 4.13rem;
  margin-bottom: 1.75rem;
}

.swiperImgRedBorder {
  border-radius: 2rem;
  border: 1px solid red;
}

.banner_left_content {}

.banner_left_content p {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.88rem;
  color: #ffffff;
  line-height: 5rem;
}

.banner_left_content h2 {
  width: 44.88rem;
  font-family: Arca Majora 2;
  font-weight: 800;
  font-size: 4.15rem;
  color: #ffffff;
  line-height: 5.25rem;
}

.banner_left_content_btn {
  display: inline-block;
  width: 13.44rem;
  height: 3.38rem;
  line-height: 3.38rem;
  background: #ff2828;
  border-radius: 0.63rem;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.13rem;
  color: #fff;
  text-align: center;
  margin-top: 5rem;
}

.banner_right {
  width: 57.13rem;
  height: 48.44rem;
}

/* sectionRed */
.sectionRed {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.38rem;
  background: #ff2828;
  color: #fff;
}

.sectionRed span {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffffff;
}

.sectionRed a {
  width: 15.38rem;
  height: 2.75rem;
  line-height: 2.75rem;
  text-align: center;
  background: #000000;
  border-radius: 0.31rem;
  margin-left: 1.13rem;
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 0.88rem;
  color: #ffffff;
}

/* 公共居中 */
.content_center {
  width: 81.24rem;
  margin: 0 auto;
}

/* trust */
.trust {
  width: 100%;
  background-color: #fff;
}

.trust-content {
  display: flex;
  margin-top: 7.38rem;
}

.trust-content img {
  width: 43.75rem;
  height: 31.44rem;
}

.trust-content_desc {
  margin-left: 2.25rem;
}

.trust-content_desc h6 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #ff2828;
  line-height: 0.5rem;
  margin-top: 0.63rem;
}

.trust-content_desc h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 3.14rem;
  color: #1c1c1c;
  line-height: 3.35rem;
  margin-top: 1.81rem;
}

.trust-content_desc p {
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #1c1c1c;
  line-height: 1.5rem;
  margin-top: 1.13rem;
}

.freeQuote {
  display: flex;
  margin-top: 4.06rem;
}

.freeQuote a {
  display: inline-block;
  width: 11.63rem;
  height: 3.81rem;
  line-height: 3.81rem;
  text-align: center;
  background: #ff2828;
  border-radius: 0.31rem;
  color: #fff;
}

.emergency {
  display: flex;
  margin-left: 2.63rem;
}

.borderIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.88rem;
  height: 3.88rem;
  background: #ffe4e4;
  border-radius: 50%;
  margin-right: 1rem;
}

.borderIcon img {
  width: 1.44rem;
  height: 1.44rem;
}

.freeQuote .emergency_desc span {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.13rem;
  color: #747474;
  line-height: 2rem;
}

.freeQuote .emergency_desc p {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.13rem;
  color: #ff2828;
  margin-top: 0;
}

.partLine {
  width: 33rem;
  height: 0.06rem;
  background: #e5e5e5;
  margin-top: 2.63rem;
}

.trust-content_desc_menu {
  display: flex;
  width: 32.25rem;
  margin-top: 1.31rem;
}

.trust-content_desc_menu_two {
  margin-left: 2rem;
}

.flex {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.flex span {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.13rem;
  color: #747474;
}

.redB {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
  background: #ff2828;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.trust-quality {
  margin-top: 8.06rem;
  text-align: center;
}

.trust-quality h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #ff2828;
  line-height: 0.5rem;
  margin-bottom: 1.94rem;
}

.trust-quality h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 3.14rem;
  color: #1c1c1c;
  line-height: 3.35rem;
  margin-bottom: 6rem;
}

.trust-quality_menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.44rem;
}

.trust-quality_menu_item {
  position: relative;
  display: flex;
  width: 18.92rem;
  height: 18.69rem;
  background: #eeeeee;
  padding-left: 2.56rem;
  padding-top: 2.5rem;
}

.quality_menu_item_redB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #ff2828;
  border-radius: 0.31rem;
}

.item_redB_one {
  width: 2.69rem;
  height: 2.81rem;
}

.trust-quality_menu_item p {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.5rem;
  color: #1c1c1c;
  line-height: 2rem;
  margin-left: 0.5rem;
  text-align: start;
}

.quality_menu_item_backImg {
  width: 16.38rem;
  height: 10.88rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.trust-quality_menu_item:hover {
  background-color: #000;
}

.trust-quality_menu_item:hover p {
  color: #fff;
}

.trust-quality_menu_item:hover .upGradient_shell {
  display: block;
}

.upGradient_shell {
  display: none;
}

.upGradient {
  position: absolute;
  width: 16.38rem;
  height: 10.88rem;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, #f93738, transparent);
}

.hoverImg {
  position: absolute;
  right: 6.19rem;
  bottom: 3.44rem;
  width: 4rem;
  height: 4rem;
}

/* advantage */
.advantage {
  position: relative;
  width: 100%;
  height: 33.94rem;
  background-image: url(../assets/imgs/home/a61e2ecef30f25e75de25f5709d1b7c82c907452e0727-87DHgs_fw1200@2x\(3\).png);
  background-size: 100% 100%;
}

.advantage_content {
  padding-top: 9rem;
  /* padding-left: 19.19rem; */
}

.advantage_content h6 {
  width: 9.81rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  line-height: 0.5rem;
  margin-bottom: 2rem;
}

.advantage_content h3 {
  width: 28.56rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 3.14rem;
  color: #ffffff;
  line-height: 3.35rem;
  margin-bottom: 3.69rem;
}

.advantage_content a {
  display: inline-block;
  width: 11.63rem;
  height: 3.81rem;
  line-height: 3.81rem;
  text-align: center;
  background: #ff2828;
  border-radius: 0.31rem;
  color: #fff;
}

/* 中间的定位块 */
.service {
  position: absolute;
  bottom: -5.25rem;
  right: 5.06rem;
  width: 54.2%;
  /* width: 64.5rem; */
  height: 26.13rem;
  padding-top: 4.13rem;
  background: #eeeeee;
}

.service_menu {
  display: flex;
  justify-content: space-between;
  margin-left: 6.31rem;
  margin-right: 5.81rem;
}

.service_menu_item {
  width: 31%;
  /* width: 16.41rem; */
  height: 15.69rem;
  padding-left: 1.38rem;
  background: #ffffff;
}

.service_menu_item img {
  width: 3.31rem;
  height: 3rem;
  margin-top: 3.38rem;
  margin-bottom: 1.08rem;
}

.service_menu_item h3 {
  width: 8.88rem;
  height: 2.69rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.25rem;
  color: #2c2c2c;
  line-height: 1.5rem;
  margin-bottom: 1.13rem;
}

.service_menu_item p {
  width: 8.75rem;
  height: 2.19rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #2c2c2c;
  line-height: 1.5rem;
}

.dotted {
  border-bottom: 1px dashed #000;
  margin-top: 1.06rem;
}

.service_footer {
  display: flex;
  margin-left: 6.31rem;
  margin-right: 5.81rem;
  margin-top: 1.25rem;
}

.service_footer_left {
  display: flex;
  align-items: flex-start;
  padding-top: 0.3rem;
  /* align-items: center; */
}

.service_footer_left img {
  width: 1.3rem;
  height: 1.24rem;
  margin-right: 0.5rem;
}

.service_footer p {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #363636;
  line-height: 2rem;
}

.service_footer p span {
  color: #ff2828;
}

.repaired {
  width: 100%;
  /* height: 62.75rem; */
  padding-top: 10.44rem;
}

.repaired_content {}

.repaired_content h6 {
  width: 6.56rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #ff2828;
  line-height: 0.5rem;
  margin-bottom: 1.38rem;
}

.repaired_content_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.repaired_content_title h3 {
  width: 32.69rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 3.14rem;
  color: #1c1c1c;
  line-height: 3.35rem;
}

.shell {
  display: flex;
  justify-content: space-between;
  width: 8.88rem;
}

.ty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 1px solid #ff2828;
}

.ty .ri-arrow-left-line,
.ty .ri-arrow-right-line {
  color: #ff2828;
  font-size: 2rem;
}

.repaired_swiper {
  width: 100%;
  height: 33.81rem;
  overflow: hidden;
}

.repaired_content_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.81rem;
  margin-bottom: 3.75rem;
}

.repaired_content_menu_one {
  position: relative;
  width: 25.63rem;
  height: 33.81rem;
}

.repaired_content_menu_one img {
  position: absolute;
  width: 25.63rem;
  height: 33.81rem;
}

.repaired_content_menu_one:hover {
  transform: scale(0.8);
  transition-duration: 1s;
}

.repaired_content_menu_one:hover .repaired_content_menu_itemDesc {
  display: block;
}

.repaired_content_menu_itemDesc {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.shellDesc {
  position: absolute;
  bottom: 3.38rem;
  left: 1.19rem;
}

.repaired_content_menu_itemDesc h6 {
  width: 6.94rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 2rem;
  margin-bottom: 0.94rem;
}

.repaired_content_menu_itemDesc h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.88rem;
  color: #ffffff;
  line-height: 2rem;
}

/* testimonial */
.testimonial {
  position: relative;
  width: 100%;
  height: 55.63rem;
  padding-top: 6.06rem;
  background-image: url(../assets/imgs/home/01e5d658c1584ab30e2fea7e18a54a0610cac949d1fd7-Y7YNhn_fw1200@2x.png);
  background-size: 100% 100%;
}

.testimonial_menu {
  display: flex;
  justify-content: space-between;
  padding: 0 3.69rem;
}

.testimonial_menu_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid transparent;
  transition: all .2s;
  padding: 2rem;
  border-radius: 1rem;
}

.testimonial_menu_item:hover {
  border-color: #f93738;
}

.redBb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.38rem;
  height: 6.38rem;
  background: #ff2828;
  border-radius: 50%;
}

.redBb img {
  width: 3.25rem;
  height: 3.25rem;
}

.testimonial_menu_item h6 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.88rem;
  color: #ffffff;
  line-height: 2rem;
  margin-top: 1.69rem;
}

.testimonial_menu_item h3 {
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2rem;
  margin-top: 0.94rem;
}

/* 定位的中间快aboutUs */
.aboutUs {
  display: flex;
  position: absolute;
  top: 25.56rem;
  left: 50%;
  transform: translateX(-50%);
  width: 81.25rem;
  height: 37.25rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 2rem 0rem rgba(172, 172, 172, 0.16);
}

.aboutUs_left {
  margin-left: 2rem;
  margin-top: 7.88rem;
}

.aboutUs_left h6 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #ff2828;
  line-height: 0.5rem;
}

.aboutUs_left h3 {
  width: 31.63rem;
  height: 5.75rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 3.14rem;
  color: #1c1c1c;
  line-height: 3.35rem;
  margin-top: 1.5rem;
}

.aboutUs_left p {
  width: 39.06rem;
  height: 4rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #1c1c1c;
  line-height: 1.5rem;
  margin-top: 2.5rem;
}

.aboutUs_left_ronald {
  width: 37.63rem;
  display: flex;
  justify-content: space-between;
  margin-top: 4.75rem;
}

.ronald_left {
  display: flex;
  align-items: center;
}

.ronald_left img {
  width: 4rem;
  height: 4rem;
  margin-right: 1.94rem;
}

.ronald_left_desc h2 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.25rem;
  color: #1c1c1c;
  line-height: 1.5rem;
}

.ronald_left_desc h4 {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #1c1c1c;
  line-height: 1.5rem;
  text-align: start;
}

.aboutUs_right {
  width: 33.38rem;
  height: 33.44rem;
  margin-left: 4.38rem;
  margin-top: 1.69rem;
}

/* supports */
.supports {
  width: 100%;
  height: 24.63rem;
  text-align: center;
  overflow: hidden;
}

.supports_title {
  width: 81.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 11.81rem;
}

.xx {
  width: 30.75rem;
  height: 0.06rem;
  background: #e5e5e5;
}

.supports_title h6 {
  width: 20.38rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.25rem;
  color: #2e2e2e;
}

.mySupportSwiper {
  width: 81.31rem;
  margin: 0 auto;
  height: 5.75rem;
  margin-top: 3.25rem;
}

/* blogs */
.blogs {
  width: 100%;
  height: 51.06rem;
  background: #e5e5e5;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blogs h6 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #ff2828;
  margin-top: 4.94rem;
}

.blogs h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 3.14rem;
  color: #1c1c1c;
  margin-top: 1.94rem;
}

.blogs_menu {
  margin-top: 3.5rem;
}

.blogs_menu_item {
  width: 25.71rem;
  height: 29.75rem;
  background: #ffffff;
}

.blogs_menu_item-bg {
  overflow: hidden;
}

.blogs_menu_item-bg,
.blogs_menu_item img {
  width: 25.69rem;
  height: 16.75rem;
  transition: all .2s;
}

.blogs_menu_item img:hover {
  transform: scale(1.1);
}

.blogs_menu_item h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.63rem;
  color: #303030;
  line-height: 2rem;
  margin-left: 1.56rem;
  margin-top: 2.13rem;
}

.partLine {
  width: 25.56rem;
  height: 0.06rem;
  background: #e5e5e5;
  margin-top: 2.19rem;
}

.blogs_menu_item_footer {
  display: inline-block;
  margin-top: 1.59rem;
  margin-left: 1.56rem;
}

.blogs_menu_item_footer:hover {
  animation: tada 1s;
}

.blogs_menu_item_footer span {
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #303030;
}

.blogs_menu_item_footer .ri-arrow-right-line {
  color: #ff2828;
}

.blogs_swiper {
  overflow: hidden;
}

/* message */
.message {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 44.69rem;
}

.message h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 3.14rem;
  color: #1c1c1c;
  line-height: 3.35rem;
  margin-top: 5.31rem;
}

.submit {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inpH {
  display: flex;
  justify-content: space-between;
  width: 66.87rem;
  margin-top: 3.44rem;
}

.inpOne {
  width: 32.62rem;
  height: 5.19rem;
  padding-left: 3.06rem;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  outline: none;
}

.inpF {
  position: relative;
  width: 66.87rem;
  padding-right: 1.5rem;
  margin: 1rem 0;
  transition: all .2s;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inpOne,
.inpSelect {
  font-size: 1.25rem;
  color: #1C1C1C;
}

.inpOne::placeholder,
.inpSelect::placeholder {
  font-size: 1.25rem;
  color: #1C1C1C;
}

.inpF i {
  transition: all .2s;
  
}

.inpF:hover ul {
  display: block;
}

.inpF:hover i {
  transform: rotate(-90deg);
}

.inpF ul {
  display: none;
  background-color: white;
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  box-shadow: 0px 8px 12px #00000031;
  border: 1px solid #e5e5e5;
}

.inpF li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.inpF li {
  padding: 0.625rem 1rem;
  font-size: 1.25rem;
  color: #1C1C1C;
  line-height: 2rem;
  cursor: pointer;
}

.inpF li:hover {
  color: #FF2828;
}

.inpSelect {
  width: calc(100% - 3rem);
  height: 5.19rem;
  padding-left: 3.06rem;
  background: #ffffff;
  border: none;
  /* border: 1px solid #e5e5e5; */
  outline: none;
}

.ri-arrow-down-s-line {
  /* position: absolute;
  top: 50%;
  right: 1.06rem;
  transform: translateY(-50%); */
  font-size: 2rem;
  color: #929292;
  display: flex;
  transform-origin: center;
}

.inpArea {
  width: 66.88rem;
  height: 9.94rem;
  background: #ffffff;
  border: 0px solid #e5e5e5;
}

.inpArea textarea {
  width: 66.88rem;
  height: 9.94rem;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding-left: 3.06rem;
  padding-top: 1rem;
  font-size: 1.25rem;
  color: #929292;
  outline: none;
}

.inpArea textarea::placeholder {
  font-size: 1.25rem;
  color: #929292;
}

.subBtn {
  display: inline-block;
  width: 14.63rem;
  height: 4.25rem;
  line-height: 4.25rem;
  text-align: center;
  background: #ff2828;
  margin-top: 1.56rem;
  color: #fff;
}

.subBtn .ri-arrow-right-line {
  font-size: 1.3rem;
  margin-left: 1.6rem;
}

.subscribe {
  display: flex;
  align-items: center;
  width: 100%;
  /* width: 119.94rem; */
  height: 12.31rem;
  background: #ff2828;
}

.subscribe_content {
  display: flex;
  align-items: center;
}

.subscribe_content img {
  width: 7.5rem;
  height: 7.5rem;
}

.subscribe_content p {
  width: 26.56rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 2.06rem;
  color: #ffffff;
  margin-left: 1.38rem;
}

.sub_inp {
  display: flex;
}

.sub_inp input {
  width: 24.25rem;
  height: 4.19rem;
  background: #ffffff;
  border-radius: 0.31rem;
  outline: none;
  border: none;
  padding-left: 1.44rem;
  margin-left: 14.31rem;
}

.sub_inp button {
  width: 9rem;
  height: 4.19rem;
  background: #090801;
  border-radius: 0.31rem;
  margin-left: 0.44rem;
  color: #fff;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
}

/* footer */
.footer {
  width: 100%;
  padding-bottom: 4.35rem;
  /* height: 26.5rem; */
  background-color: #eeeeee;
  overflow: hidden;
}

.footer_content {
  display: flex;
  justify-content: space-between;
  margin-top: 4.88rem;
}

.logo {
  width: 12.31rem;
}

.one p {
  width: 21.25rem;
  height: 5rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #3d3d3d;
  line-height: 2rem;
  margin-top: 2.06rem;
}

.img-menu {
  display: flex;
  margin-top: 2.88rem;
}

.img-menu a {
  display: flex;
}

.img-menu img {
  width: 1rem;
  height: 1rem;
  margin-right: 1.56rem;
}

.two h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.5rem;
  color: #272727;
  margin-bottom: 1.25rem;
}

.two_desc a {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #272727;
  margin-bottom: 1rem;
}

.two_desc a span {
  margin-right: 0.63rem;
}

.three h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.5rem;
  color: #272727;
  margin-bottom: 1.25rem;
}

.three_desc {
  display: flex;
}

.three_desc img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.81rem;
}

.three_time img {
  width: 1.06rem;
  height: 1.06rem;
}

.three_phone img {
  width: 0.81rem;
  height: 1.19rem;
}

.three_email img {
  width: 1.19rem;
  height: 0.81rem;
}

.three_desc a,
.three_desc p {
  display: block;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #272727;
  margin-bottom: 1rem;
}

.three_desc a:hover,
.two_desc a:hover {
  color: #ff2828;
}

.four h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.5rem;
  color: #272727;
  margin-bottom: 1.75rem;
}

.four img {
  width: 16.25rem;
  height: 10.5rem;
}

/* Copyright */
.Copyright {
  display: flex;
  align-items: center;
  width: 100%;
  height: 6.06rem;
  background: #1b1b1b;
}

.Copyright_desc {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.13rem;
  color: #ffffff;
}

/* 按钮交互 */

.btn-63:hover {
  -webkit-animation: headShake 0.8s;
  animation: headShake 0.8s;
}

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

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

@media only screen and (max-width:1440px) {
  .advantage_content h3 {
    width: 40rem;
  }

  .service {
    width: 63%;
    bottom: -10.25rem;
    right: 2.06rem;
  }

  .advantage_content {
    padding-top: 4rem;
    padding-left: 6.19rem;
  }

  .advantage {
    margin-bottom: 8rem;
  }
}

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

  .nav-container,
  .header-con {
    width: 95%;
  }

  nav .header-menu__control {
    display: none;
  }

  .header-con {
    justify-content: space-between;
  }

  .header {
    z-index: 10000;
  }

  #header-menu__expand {
    display: block;
  }

  .header-menus__second,
  .header-menus__third,
  .header-menus__third--content {
    position: static;
    background: transparent;
    box-shadow: none;
  }

  .header-menus>li {
    display: block;
  }

  .header-menus__second:before {
    display: none;
  }

  .header-menus__second>li a {
    color: #FFF;
  }

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

  #header-right {
    display: none;
    background-color: #FF2828;
    position: absolute;
    top: 5.625rem;
    right: 0;
    width: 100%;
    padding: 2rem 3rem;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start
  }

  .header-menus {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
  }

  .header-menu {

    justify-content: space-between;
  }

  .header-menu i:hover .header-menus__second {
    display: block;
  }

  .header-menus>li {
    margin: 0.75rem 0;
    width: 100%;
  }

  .header-search {
    align-items: center;
    justify-content: flex-start;

    width: 100%;
  }

  .header-search input {
    width: calc(100% - 2rem);
  }

  .header-search__con {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  #header-lang__content p {
    /* width: 3.88rem;
    height: 2.5rem; */
    border-radius: 1.25rem;
  }

  .search-icon {
    display: none;
  }

  .header-search {
    width: 100%;
    position: static;
    display: flex;
    border-bottom: none;
  }

  .content_center {
    width: 95%
  }

  .banner_left {
    margin-left: 8.19rem;
    margin-top: 2.5rem;
  }

  .banner,
  .swiper {
    height: 30rem;
  }

  .banner_right {
    height: 100%;
  }

  .banner_left_imgMenu {
    left: 1.8rem;
    top: 4.19rem;
  }

  .banner_left_content h2 {
    font-size: 3rem;
    width: 28rem;
    line-height: 4rem;
  }

  .trust-content,
  .trust-quality_menu,
  .aboutUs {
    flex-wrap: wrap;
  }

  .trust-content .trust-content_img {
    width: 100%;
  }

  .trust-content_desc {
    margin-left: 0;
    margin-top: 2rem;
  }

  .partLine {
    width: 100%;
  }

  .trust-quality_menu {
    width: 100%;
  }

  .trust-quality_menu_item {
    width: calc(50% - 1rem);
    height: 24rem;
    margin-bottom: 2rem;
  }

  .trust-quality_menu_item:nth-child(2n+1) {
    margin-right: 2rem;
  }

  .quality_menu_item_backImg {
    width: 24.38rem;
    height: 16.06rem;
  }

  .advantage {
    height: 55rem;
    background-size: cover;
  }

  .advantage_content {
    padding-top: 5rem;
    padding-left: 2.5rem;
  }

  .service {
    width: 100%;
    height: 28rem;
    right: 0;
  }

  .service_menu,
  .service_footer {
    margin-left: 3.31rem;
    margin-right: 3.81rem;
  }

  .repaired_swiper {
    height: 72rem;
  }

  .repaired_content_menu_one,
  .repaired_content_menu_one img {
    width: 100%;
    height: 72rem
  }

  .repaired_content_menu_itemDesc {
    display: block;
  }

  .testimonial {
    height: 84rem;
  }

  .aboutUs {
    width: 100%;
    height: auto;
    padding-bottom: 2.2rem;
  }

  .aboutUs_left h3,
  .aboutUs_left P {
    width: auto;
    height: auto;
  }

  .aboutUs_right {
    margin-left: 2rem;
  }

  .supports_title {
    width: 100%;
  }

  .xx {
    width: 18rem;
  }

  .supports img {
    width: 95%;
    height: 4rem;
    margin-left: auto;
    margin-right: auto;
  }

  .blogs {
    height: 70rem;
  }

  .blogs_menu_item {
    width: 100%;
    height: 45rem;
  }

  .blogs_menu_item img {
    width: 100%;
    height: 32rem;
  }

  .inpH,
  .inpF,
  .inpF input,
  .inpArea,
  .inpArea textarea {
    width: 100%;
  }

  .inpOne {
    width: 48%;
  }

  .submit {
    width: 95%;
    margin: 0 auto;
  }

  .subscribe_content,
  .footer_content {
    flex-wrap: wrap;
  }

  .subscribe_content p {
    width: 43rem;
  }

  .sub_inp input {
    margin-left: 0;
  }

  .subscribe {
    height: 20rem;
  }

  .sub_inp {
    margin-top: 2rem;
  }

  .sub_inp input {
    width: 46rem;
  }

  .one,
  .two,
  .three,
  .four {
    width: 50%;
    margin-top: 2rem;
  }

  .blogs_menu_item-bg,
  .blogs_menu_item img {
    width: 100%;
  }

  .blogs_menu_item-bg {
    height: 32rem;
  }
}