/* 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;
}
/* 按钮交互 */

.btn-interaction:hover {
  -webkit-animation: headShake 0.8s;
  animation: headShake 0.8s;
}
@-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);
  }
}

/* nav */
nav {
  width: 100%;
  height: 2.75rem;
  background: rgba(5, 171, 41, 0.42);
}

.nav-container {
  width: 60%;
  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-left img {
  width: 1rem;
  height: 1rem;
  margin-right: 1.56rem;
}

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

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

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

.nav-left {
  color: #FFF;
  font-size: 1rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

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

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

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

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

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

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

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

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


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

#header .header-search__con {
  display: none;
}

.header-search {
  width: 14.06rem;
  height: 2.25rem;
  /* width: 15.25rem;
  height: 2rem; */
  background: #FFFFFF;
  border-radius: 1.13rem;
  display: none;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
  /* height: 1.35rem; */
  position: absolute;
  right: -6rem;
  top: 100%;
  /* top: 5.44rem; */
  padding: 0 0.8rem;
  z-index: 100;
  box-shadow: 0px 2px 10px #0000006e;
  align-items: center;
}

.header-search i {
  color: #05AB28;
}

.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;
  height: 100%;
}

.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-menu__expand {
  display: none;
  margin-right: 1rem;
  font-size: 3rem;
  color: #05AB28;
}

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

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

.header-lang {
  height: 100%;
  color: #FFFFFF;
  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;
  padding-left: 2rem;

}

#header-lang__content p {
  color: #FFFFFF;
  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/img/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-menus li:hover>a,
.header-menus li:hover>i {
  color: #05AB28;
}

.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: 5.44rem;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0rem 2rem 10rem 0rem rgba(12, 0, 5, 0.35);

  padding: 0.6rem 0;
  z-index: 10;
  border-top: 3px solid #05AB28;
}

.header-menus__second i {
  color: #FFFFFF;
  margin-right: 0.25rem;
  font-size: 1.5rem;
}

.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: #272727;
  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: #05AB28;

}

.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: #272727;
  /* margin-top: 0.5rem; */
}

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

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

}

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

.header-btn {
  width: 9.88rem;
  height: 2.81rem;
  background: #05AB28;
  border-radius: 1.56rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.13rem;
  color: #FFFFFF;
}

.header-btn i {
  margin-left: 0.5rem;
}

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

/* banner */
.banner {
  width: 100%;
  /* margin-left: 0.62rem; */
  height: 52.94rem;
  /* margin-top: 1.13rem; */
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.banner_item {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  overflow: hidden;
}

.content_center {
  width: 71.5rem;
  margin: 0 auto;
}

.banner_content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 13.5rem;
}

.banner_content h3 {
  width: 35.38rem;
  font-family: Arial;
  font-weight: 900;
  font-size: 3.41rem;
  color: #ffffff;
  line-height: 3.86rem;
  text-align: center;
}

.banner_content p {
  width: 50.13rem;
  height: 3.5rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1.66rem;
  color: #ffffff;
  line-height: 2.19rem;
  margin-top: 2.44rem;
  text-align: center;
}

.banner_item_btn {
  display: flex;
  justify-content: space-between;
  width: 20.5rem;
  margin-top: 5.06rem;
}

.home_btn {
  display: inline-block;
  width: 9.56rem;
  height: 3.31rem;
  line-height: 3.31rem;
  text-align: center;
  background: #05ab28;
  border-radius: 1.66rem;
}

.home_btn span {
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.5rem;
}

.ri-arrow-right-line {
  font-size: 1.3rem;
  color: #fff;
}

.banner_menu {
  display: flex;
  margin-top: 7.31rem;
  width: 71rem;
  height: 8.5rem;
  background: #05ab28;
  border-radius: 0.63rem;
}

.banner_menu_item {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  width: 23.67rem;
  height: 8.5rem;
}

.banner_menu .banner_menu_item:first-child {
  padding-left: 2rem;
}
.banner_menu_item:hover {
  background: #ff5e1f;
  border-radius: 0.63rem;
}

.banner_menu_item_one {
  width: 3.69rem;
  height: 3.69rem;
}

.banner_menu_item_two {
  width: 5.63rem;
  height: 6.81rem;
}

.banner_menu_item_three {
  width: 5.63rem;
  height: 6.81rem;
}

.banner_menu_item span {
  width: 11.69rem;
  height: 3.56rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.63rem;
  color: #ffffff;
  line-height: 2rem;
  margin-left: 1.75rem;
}

/* services */
.services {
  width: 100%;
  /* min-height: 29.5rem; */
}

.services_content {
  display: flex;
  margin-top: 3.06rem;
}

.services_content_left h3 {
  width: 10.63rem;
  height: 4.94rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 2.63rem;
  color: #272727;
  line-height: 2.9rem;
}

.services_content_left p {
  width: 16.63rem;
  height: 5.88rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #272727;
  line-height: 1.7rem;
  margin-top: 2.38rem;
}

.services_content_right {
  display: flex;
  justify-content: space-between;
  width: 51rem;
  margin-left: 3.25rem;
  margin-bottom: 6.94rem;
}

.services_content_right_item img {
  width: 15.88rem;
  height: 11.88rem;
  margin-top: 0.31rem;
}

.services_content_right_item img:hover {
  box-shadow: 0px 2px 12px #00000057;
}

.services_content_right_item h6 {
  height: 0.81rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1rem;
  color: #272727;
  line-height: 1.7rem;
  margin-top: 1.31rem;
}

.services_content_right_item p {
  width: 15.06rem;
  height: 1.88rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #272727;
  line-height: 1.2rem;
  margin-top: 1.25rem;
}

.services_item_footer {
  display: flex;
  align-items: center;
  margin-top: 1.31rem;
}

.services_item_footer div {
  width: 1.19rem;
  height: 0.06rem;
  background: #05ab28;
}

.services_item_footer span {
  font-family: Arial;
  font-weight: 400;
  font-size: 0.88rem;
  color: #05ab28;
  line-height: 1.2rem;
  margin-left: 0.31rem;
}
.services_item_footer:hover {
  animation: tada 1s;
}
/* download */
.download {
  width: 100%;
  height: 52.94rem;
  overflow: hidden;
}

.download img:hover {
  transform: scale(1.2);
  transition-duration: 1s;
}

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

/* difference */
.difference {
  width: 100%;
  /* height: 39.94rem; */
}

.difference_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6rem;
}

.difference_content h6 {
  height: 2rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 2.63rem;
  color: #272727;
  line-height: 2.9rem;
}

.difference_content p {
  width: 40.56rem;
  height: 2.69rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #272727;
  line-height: 1.7rem;
  text-align: center;
  margin-top: 2.06rem;
}

.difference_content_menu {
  width: 71rem;
  display: flex;
  justify-content: space-between;
  margin-top: 9.19rem;
  margin-bottom: 5.38rem;
}

.difference_menu_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.difference_menu_one {
  width: 3.19rem;
  height: 3.19rem;
}

.difference_menu_two {
  width: 3.19rem;
  height: 2.94rem;
  margin-top: 0.5rem;
}

.difference_menu_three {
  width: 2.38rem;
  height: 3.19rem;
  margin-top: 0.38rem;
}

.difference_menu_item h3 {
  height: 1.56rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.63rem;
  color: #05ab28;
  line-height: 1.7rem;
  margin-top: 1.63rem;
}

.difference_content_menu .difference_menu_item p {
  width: 20.25rem;
  height: 4.44rem;
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #272727;
  line-height: 1.7rem;
  margin-top: 1.88rem;
}

/* greenBg */
.greenBg {
  width: 100%;
  /* width: 120rem; */
  height: 11.13rem;
  background-color: #05ab28;
}

.greenBg_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 11.13rem;
}

.greenBg_content p {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.88rem;
  color: #ffffff;
}

.greenBg_content a {
  display: inline-block;
  width: 9.69rem;
  height: 3.44rem;
  line-height: 3.44rem;
  text-align: center;
  border-radius: 1.66rem;
  border: 1px solid #ffffff;
}
.greenBg_content a:hover {
  background-color: #FFFFFF;
}

.greenBg_content a span {
  font-family: Arial;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  margin-right: 0.19rem;
}

.greenBg_content a .ri-arrow-right-line {
  font-size: 1.2rem;
}

.greenBg_content a:hover span,
.greenBg_content a:hover .ri-arrow-right-line {
  color: #05AB28;
}
/* news */
.news {
  width: 100%;
  /* height: 63.5rem; */
}

.news_content {
  margin-top: 5.31rem;
}

.news_content h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 2.63rem;
  color: #272727;
}

.news_content_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 3.38rem;
}

.img_box {
  width: 21.75rem;
  height: 13.38rem;
  overflow: hidden;
}

.news_content_menu_item img {
  width: 21.75rem;
  height: 13.38rem;
  overflow: hidden;
}

.news_content_menu_item img:hover {
  transform: scale(1.2);
  transition-duration: 1s;
}

.news_content_menu_item h6 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 1.5rem;
  color: #393939;
  margin-top: 1.58rem;
}

.news_content_menu_item p {
  width: 20.44rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1rem;
  color: #474747;
  line-height: 1.38rem;
  margin-top: 0.75rem;
  margin-bottom: 1.01rem;
}

.news_content_menu_item span {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1rem;
  color: #6e6e6e;
}
.news_content_menu_item:hover p,
.news_content_menu_item:hover span,
.news_content_menu_item:hover h6 {
  color: #05AB28;
}
.news_content_bg {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 19.75rem;
  margin-top: 4.69rem;
  margin-bottom: 4.25rem;
  overflow: hidden;
}

.news_content_bg img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.news_content_bg img:hover {
  transform: scale(1.2);
  transition-duration: 1s;
}

.new_content-info {
  position: absolute;

  margin: 0 auto;
  margin-top: 4.81rem;
  z-index: 3;
}

.news_content_bg p {
  /* position: absolute; */
  width: 36.19rem;
  height: 6.19rem;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.88rem;
  color: #ffffff;
  line-height: 2.38rem;
  text-align: center;
}

.news_content_bg_a {
  margin: 0 auto;
  margin-top: 2.5rem;
  display: block;
}
.news_content_bg_a:hover {
  animation: headShake 2s;
}
/* Contact Us */
.ContactUs {
  position: relative;
  width: 100%;
  height: 32.81rem;
  background: #ebebeb;
  /* padding-left: 24.03rem; */
  overflow: hidden;
}

.ContactUs_left {
  margin-top: 3rem;
}

.ContactUs_left h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 2.63rem;
  color: #272727;
}

.connation {
  margin-top: 3.06rem;
}

.connation_item {
  width: 42rem;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  margin-bottom: 1.25rem;
}

.connation_item p {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.45rem;
  color: #272727;
  width: 12rem;
}

.connation_item input {
  width: calc(100% - 12rem);
  /* width: 30.25rem; */
  height: 3.31rem;
  background: #ffffff;
  border-radius: 0.19rem;
  outline: none;
  border: none;
  padding-left: 1.2rem;
}

.touch {
  display: inline-block;
  width: 12rem;
  height: 3.31rem;
  text-align: center;
  line-height: 3.31rem;
  background: #05ab28;
  border-radius: 0.19rem;
  margin-left: 11.75rem;
}

.touch span {
  font-family: Arial;
  font-weight: 400;
  font-size: 1.25rem;
  color: #fff;
  margin-right: 0.5rem;
}

.touch .ri-arrow-right-line {
  font-size: 1.2rem;
}

.ContactUs_img_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 44vw;
  height: 100%;
  overflow: hidden;
}

.ContactUs_right {
  width: 100%;
  /* width: 51rem; */
  height: 100%;
}

.ContactUs_right:hover {
  transform: scale(1.2);
  transition-duration: 1s;
}

/* footer */
.footer {
  width: 100%;
  height: 30.44rem;
  background: #25b766;
  overflow: hidden;
}

.footer_content {
  display: flex;
  margin-top: 5.94rem;
  /* margin-left: 24.19rem; */
}

.footer_content_item {
  margin-right: 4.38rem;
}

.footer_content_item img {
  width: 11.75rem;
  /* height: 3.13rem; */
  margin-top: 0.94rem;
}

.footer_content_item h6 {
  width: 30.5rem;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.13rem;
  color: #ffffff;
  margin-top: 1.88rem;
}

.footer_content_item h3 {
  font-family: neue Radial;
  font-weight: normal;
  font-size: 1.63rem;
  color: #ffffff;
  margin-bottom: 1.58rem;
}

.footer_content_item a {
  display: block;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.13rem;
  color: #ffffff;
  margin-bottom: 0.78rem;
  transition: all .2s;
}
.footer_content_item a:hover {
  color: #474747;
}
.footer_content_itemThree {
  margin-left: 6.25rem;
}

.footer_content_itemThree h3 {
  font-family: neue Radial;
  font-weight: normal;
  font-size: 1.63rem;
  color: #ffffff;
  margin-bottom: 1.58rem;
}

.itemThree_menu {
  margin-top: 2.19rem;
}

.itemThree_menu_item {
  display: flex;
  margin-bottom: 2rem;
}

.itemThree_menu_item img {
 
  /* height: 1.17rem; */
  margin-right: 1.38rem;
  margin-top: 0.2rem;
}

.itemThree_menu .itemThree_menu_item:nth-child(1) img {
  width: 1.19rem;
  height: 1.75rem;
}
.itemThree_menu .itemThree_menu_item:nth-child(2) img {
  width: 1.75rem;
  height: 1.75rem;
}
.itemThree_menu .itemThree_menu_item:nth-child(3) img {
  width: 1.5rem;
  height: 1.75rem;
}
.itemThree_menu_item div {}

.itemThree_menu_item a,
.itemThree_menu_item p {
  display: block;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.13rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.itemThree_menu_item a:hover {
  color: #474747;
}
/* Copyright */
.Copyright {
  width: 100%;
  height: 4.81rem;
  background: #eeeeee;
}

.Copyright_desc {
  height: 4.81rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Copyright_desc p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 1.13rem;
  color: #5e5e5e;
}

.img-menu {
  display: flex;
}

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

@media only screen and (max-width:1440px) {
  /* .ContactUs {
    padding-left: 9rem;
  } */
  /* .ContactUs_img_box {
    width: 42rem;
  } */
  .connation_item {
    width: 38rem;
  }
  .connation_item input {
    width: 26.25rem;
  }
  .footer_content {
    margin-left: 9rem;
  }
}

@media only screen and (max-width: 1360px) {
  /* .ContactUs {
      padding-left: 4rem;
  } */
  .footer_content {
    margin-left: 6em;
  }
  .footer_content_item h6 {
    width: 26.5rem;
  }
}

@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;
    position: static;
  }

  #header-menu__expand {
    display: block;
  }

  #header-lang__menus {
    z-index: 20000;
  }

  nav .header-search__con {
    display: none;
  }

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

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

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

  .header-menus__third--content>li {
    justify-content: flex-start;
  }

  #header .header-search__con {
    display: block;
  }

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

  .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%;
    box-shadow: none;

    border-bottom: 1px solid #53525283;
  }

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

  }

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

  #header-lang__content p {
    /* width: 3.88rem;
    height: 2.5rem; */
    border-radius: 1.25rem;
  }
  .header-menus__third--content>li a,
  .header-menus__second>li a {
    color: #FFFFFF;
  }
  .search-icon {
    display: none;
  }

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

  .content_center {
    width: 95%;
  }

  .banner {
    height: 36rem;
  }

  .banner_menu_item {
    width: 33%;
  }

  .banner_menu {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner_content {
    margin-top: 2rem;
  }

  .banner_menu {
    margin-top: 3.5rem;
  }

  .banner_item_btn {
    margin-top: 2rem;
  }

  .banner_content p {
    width: 100%;
  }

  .services_content {
    flex-wrap: wrap;
  }

  .services_content_left h3 {
    width: 100%;
  }

  .services_content_left p {
    width: 60%;
  }

  .services_content_right {
    margin-left: 0;
  }

  .services_content_right {
    width: 100%;
    flex-wrap: wrap;
  }

  .services_content_right_item img,
  .services_content_right_item {
    width: 100%;
  }

  .services_content_right_item img {
    height: 32rem;
  }

  .services_content_right_item {
    margin-bottom: 2rem;
  }

  .download {
    height: 32rem;
  }

  .difference_content_menu {
    width: 100%;
  }

  .difference_content_menu .difference_menu_item p {
    width: 28rem;
  }

  .difference_content_menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .difference_menu_item {
    width: 70%;
    margin-bottom: 4rem;
  }

  .greenBg_content {
    flex-wrap: wrap;
    height: 100%;
  }

  .greenBg {
    width: 100%;
    height: 16rem;
    padding: 2rem 0;
  }

  .greenBg_content p {
    width: 100%;
  }

  .img_box,
  .news_content_menu_item img {
    width: 100%;
    height: 30rem;
  }

  .news_content_menu_item p {
    width: 40rem;
    margin-top: 1.75rem;
    margin-bottom: 2.01rem;
  }

  .news_content_menu {
    height: 40rem;
  }

  .ContactUs_img_box {
    width: 30rem;
  }

  .connation_item input {
    width: 19.25rem;
  }

  .touch {
    display: inline-block;
    margin-left: 7.75rem;
  }

  .connation_item {
    width: 27rem
  }

  .ContactUs {
    padding-left: 2.5rem
  }

  .footer_content {
    margin-left: 2.5rem;
  }

  .footer_content {
    flex-wrap: wrap;
  }

  .footer {
    height: auto;
    padding-bottom: 4.25rem;
  }

  .footer_content_item--first,
  .footer_content_item h6 {
    width: 100%;
  }

  .footer_content_item--first {
    margin-bottom: 3rem;
  }
}