@charset "UTF-8";
@media screen and (min-width: 1825px) {
  html {
    font-size: 21px;
  }
}

@media screen and (max-width: 1824px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 1728px) {
  html {
    font-size: 19px;
  }
}

@media screen and (max-width: 1632px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 1536px) {
  html {
    font-size: 17px;
  }
}

/*

@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 1344px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 1248px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1152px) {
  html {
    font-size: 13px;
  }
}

*/

@media screen and (max-width: 1050px) {
  html {
    font-size: 21px;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 20px;
  }
}

@media screen and (max-width: 864px) {
  html {
    font-size: 19px;
  }
}

@media screen and (max-width: 816px) {
  html {
    font-size: 18.5px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 18px;
  }
}

@media screen and (max-width: 720px) {
  html {
    font-size: 17.5px;
  }
}

@media screen and (max-width: 672px) {
  html {
    font-size: 17px;
  }
}

@media screen and (max-width: 624px) {
  html {
    font-size: 16.5px;
  }
}

@media screen and (max-width: 576px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 528px) {
  html {
    font-size: 15.5px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .proAndSerContainer .content .show .introduce ul li a {
    width: unset !important;
  }
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-image: url(../img/bgc.png);
  background-size: cover;
  font-family: 'en', "PingFang", "PingFang SC", "syht", "Microsoft YaHei", "黑体", "宋体", sans-serif !important;
}

* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  color: transparent;
}

p {
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

dl {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  cursor: pointer;
}

img {
  cursor: pointer;
}

hr {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'black';
  src: url(../font/HarmonyOS_Sans_SC_Black.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bold';
  src: url(../font/HarmonyOS_Sans_SC_Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'medium';
  src: url(../font/HarmonyOS_Sans_SC_Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'regular';
  src: url(../font/HarmonyOS_Sans_SC_Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'light';
  src: url(../font/HarmonyOS_Sans_SC_Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'en';
  src: url(../font/Times_New_Roman.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.banner {
  width: 100%;
  z-index: 99;
}

.banner .pcShow {
  position: fixed;
  top: 0;
  width: 100%;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0.4rem 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.banner .pcShow img {
  pointer-events: unset !important;
}

.banner .pcShow .indexLogo {
  display: none;
}

.banner .pcShow ul {
  display: flex;
}

.banner .pcShow ul li a {
  font-size: 0.9rem !important;
}

.banner .pcShow ul li span {
  font-size: 0.9rem !important;
}

.banner .pcShow ul .newsLogo {
  flex: 1;
  margin: 1.65rem 100px;
  height: 1.75rem;
  object-fit: contain;
}

.banner .pcShow ul .logo {
  flex: 1;
  margin: 1.65rem 100px;
  height: 1.75rem;
  object-fit: contain;
}

.banner .pcShow ul .link {
  flex: 6;
  display: flex;
}

.banner .pcShow ul .link .linkUl {
  width: 100%;
}

.banner .pcShow ul .link .linkUl .activeMenu a {
  background-color: #118663;
  color: #fff;
}

.banner .pcShow ul .link .linkUl li {
  position: relative;
  width: 100%;
}

.banner .pcShow ul .link .linkUl li:hover a {
  background-color: #118663;
  color: #fff;
}

.banner .pcShow ul .link .linkUl li:hover .secondMenu {
  display: flex;
}

.banner .pcShow ul .link .linkUl li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.banner .pcShow ul .link .linkUl li .secondMenu {
  position: absolute;
  display: none;
  flex-direction: column;
  width: 100%;
  z-index: 9999;
}

.banner .pcShow ul .link .linkUl li .secondMenu li {
  padding: 0.9rem 0px;
  border: 0.05rem dashed #f3f2f4;
  background-color: #fff;
  color: #333;
  font-size: 0.9rem;
  text-align: center;
}

.banner .pcShow ul .link .linkUl li .secondMenu li:hover {
  color: #118663;
}

.banner .pcShow ul .link .linkUl li .secondMenu li a {
  color: #333;
  background-color: #fff;
}

.banner .pcShow ul .link .linkUl li .secondMenu li a:hover {
  color: #118663;
}

.banner .pcShow ul .btn {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
}

.banner .pcShow ul .login {
  display: flex;
  gap: 0.9rem;
}

.banner .pcShow ul .search {
  display: flex;
}

.banner .pcShow ul .search img {
  margin-left: 1.2rem;
}

.banner .pcShow ul .lang {
  margin-left: 1.4rem;
  display: flex;
  align-items: center;
}

.banner .pcShow ul .lang img {
  margin-left: .4rem;
}

.banner .pcShow ul .lang span {
  margin-left: .4rem;
}

.banner .h5Show {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 99999;
}

.banner .h5Show img {
  pointer-events: unset !important;
}

.banner .h5Show .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 35px;
}

.banner .h5Show .h5lang{
  position: absolute;
  right: 64px;
  top: 14px;
}
.banner .h5Show .hamburger {
  position: absolute;
  right: 0;
  display: block;
  margin: auto 10px;
  padding: 10px;
}

.banner .h5Show .box {
  display: none;
  margin-top: 50px;
  width: 100%;
}

.banner .h5Show .box div {
  background-color: #fff;
}

.banner .h5Show .box .choice {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px;
  text-align: center;
}

.banner .h5Show .box .choice a {
  display: block;
  border: 1px solid #dbdbdb;
  color: #333;
  font-size: .9rem;
  line-height: 35px;
  border-radius: 3px;
}

.banner .h5Show .box .login {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 20px;
  text-align: center;
}

.banner .h5Show .box .login a {
  display: block;
  border: 1px solid #dbdbdb;
  line-height: 35px;
  border-radius: 3px;
}

.swiper-container .swiper-slide {
  height: auto;
}

.swiper-container .bannerText {
  position: absolute;
  left: 50%;
  top: calc(50% + 5.75rem) !important;
  transform: translate(-50%, calc(-50% - 2.85rem)) !important;
  width: 100%;
  text-align: center;
  color: white;
  z-index: 99;
}

.swiper-container .bannerText .ch {
  font-size: 3rem;
}

.swiper-container .bannerText .en {
  font-size: 1.5rem;
}

.pic {
  margin-top: 5rem !important;
  height: 100%;
}

.selectorActive {
  color: white !important;
  background-color: #118663;
}

.paginationActive {
  color: #fff;
  background-color: #118663;
}

.content .selectors {
  width: 100%;
  overflow: scroll;
}

.content .selector {
  position: unset !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 3rem !important;
  width: fit-content !important;
  min-width: 100% !important;
  border-bottom: 0.05rem solid #dbdbdb !important;
}

.content .selector li {
  position: relative;
  width: 12.5rem !important;
  height: 2.6rem !important;
  text-align: center;
}

.content .selector li a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  font-size: 0.9rem !important;
  line-height: 2.6rem;
}

.content .selector li:hover {
  color: white !important;
  background-color: #118663 !important;
}

.content .pagination a {
  padding: 0 !important;
  width: 36px !important;
  height: 36px !important;
  text-align: center;
  line-height: 36px;
}

.content .pagination .lArr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 2.1rem !important;
  border: 1px solid #b4b4b4 !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 22px !important;
  background-image: url(../img/paginationLArr.png);
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.content .pagination .lArr:hover {
  background-color: transparent !important;
}

.content .pagination .lArr img {
  width: unset !important;
  height: unset !important;
  transform: scale(0.5);
}

.content .pagination .rArr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2.1rem !important;
  border: 1px solid #b4b4b4 !important;
  width: 24px !important;
  height: 24px !important;
  line-height: 22px !important;
  background-image: url(../img/paginationRArr.png);
  background-size: 7px 11px;
  background-repeat: no-repeat;
  background-position: center;
}

.content .pagination .rArr:hover {
  background-color: transparent !important;
}

.content .pagination .rArr img {
  width: unset !important;
  height: unset !important;
  transform: scale(0.5);
}

footer {
  width: 100%;
  background-color: #222;
  z-index: 99999;
}

footer header {
  display: flex;
  justify-content: space-between;
  padding: 4rem 6rem;
  height: fit-content;
}

footer header .logoAndContact {
  flex: 4;
}

footer header .logoAndContact .contact {
  display: flex;
  margin-top: 1.75rem;
}

footer header .logoAndContact .contact .way {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: scale(1.15); transform-origin: left;
}

footer header .logoAndContact .contact .way .title {
  color: #fff;
  font-size: 0.8rem;
}

footer header .logoAndContact .contact .way .phone {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

footer header .logoAndContact .contact .way ul li {
  color: #777;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

footer header .logoAndContact .contact .qrCode {
  margin-top: 0.9rem !important;
  margin-left: 3.2rem;
}

footer header .logoAndContact .contact .qrCode img {
  width: 7.7rem;
  height: 7.7rem;
  object-fit: cover;
}

footer header img {
  width: 6.6rem;
  height: 1.75rem;
}

footer header .firstUl {
  flex: 6;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: .8rem;
  color: #777;
}

footer header .secondUl {
  color: white;
}

footer header .secondUl li {
  margin-top: 0.8rem;
  font-size: .8rem;
}

footer header .secondUl li:first-child {
  margin-top: 1.75rem;
}

footer .bottom {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.8rem;
  padding: 0 6rem;
  height: 9rem;
}

footer .bottom .firstUl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
}

footer .bottom .firstUl li {
  margin-left: 1.8rem;
  flex: 1;
  height: 100%;
  color: #fff;
  font-size: .8rem;
}

footer .bottom .firstUl li:first-child {
  margin-left: 0;
}

footer .bottom .firstUl li a {
  width: 100%;
  height: 100%;
}

footer .bottom .firstUl li .border {
  position: relative;
  padding: 1.2rem 34px;
  height: 100%;
  border: 0.05rem solid #777;
}

footer .bottom .firstUl li .border .title {
  display: flex;
  align-items: center;
}

footer .bottom .firstUl li .border .title p {
  margin-left: .6rem;
  font-size: 1rem;
}

footer .bottom .firstUl li .border::before {
  content: '';
  position: absolute;
  top: -0.15rem;
  left: 1.7rem;
  width: 1.5rem;
  height: 0.25rem;
  background-color: #118663;
  transition: all 1.2s;
}
footer .bottom .firstUl li .border:hover::before{
	width: 50%;
}
footer .bottom .detail li {
  margin-left: 0;
  color: #777;
  line-height: 1.4rem;
}

footer .bottom .detail li:first-child {
  margin-top: 0.9rem;
}

footer .record {
  display: flex;
  justify-content: space-between;
  padding: 1.3rem 6rem;
  color: #777;
  background-color: #1e1e1e;
}

footer .record span {
  text-align: center;
  font-size: .7rem;
}

footer .record .police {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
}

footer .record .police span {
  font-size: .7rem;
}

footer .record .police img {
  width: .9rem;
  height: 1rem;
}

.enPcHeader {
  z-index: 99999;
}

.enPcHeader .secondMenu li {
  padding: 1.4rem 0 !important;
}

.enFooter {
  z-index: 99999;
  background-color: #222222;
}

.enFooter header .logoAndContact .contact .qrCode {
  margin-left: 0;
}

.enFooter .bottom {
  border-top: 0.05rem solid #2b2b2b;
  padding-top: 2.25rem;
}

.enFooter .bottom .border {
  padding: 0 !important;
  border: unset !important;
}

.enFooter .bottom .border::before {
  display: none;
}

.enFooter .bottom .border .title {
  color: gray;
}

.enFooter .bottom .locationIcon {
  width: 1rem;
  height: 1rem;
}

.enFooter .record {
  background-color: #1e1e1e;
}

@media screen and (max-width: 1050px) {
  .swiper-container .bannerText {
    top: calc(50% + 50px) !important;
    transform: translate(-50%, calc(-50% - 25px)) !important;
  }
  .swiper-container .bannerText .ch {
    font-size: 33px !important;
  }
  .swiper-container .bannerText .en {
    font-size: 16px !important;
  }
  .pic {
    margin-top: 50px !important;
    height: 40vw !important;
  }
  .content .selector {
    gap: 20px !important;
    padding: 0 20px;
    width: 100% !important;
  }
  .content .selector li {
    padding: 8px 4.6vw !important;
    min-width: 98.5px !important;
  }
  footer header {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer header .logoAndContact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 1rem;
  }
  footer header .logoAndContact img {
    margin-top: 35px;
  }
  footer header .logoAndContact .contact {
    align-items: center;
  }
  footer header .logoAndContact .contact img {
    margin: 0;
  }
  footer header .firstUl {
    display: none;
  }
  footer .bottom {
    display: none;
  }
  footer .record {
    padding: 26px;
    margin: 0;
    display: flex;
    gap: 26px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 666px) {
  .banner .h5Show .box .choice a {
    display: block;
    border: 1px solid #dbdbdb;
    color: #333;
    font-size: 14px;
    line-height: 35px;
    border-radius: 3px;
  }
  footer header .logoAndContact img {
    width: unset;
    height: unset;
  }
  footer header .logoAndContact .contact {
    display: grid;
    align-items: end;
    justify-items: end;
    grid-template-columns: repeat(2, 1fr);
  }
  footer header .logoAndContact .contact .qrCode {
    margin-top: 18px;
  }
  .enFooter header .logoAndContact .contact {
    align-items: center;
    justify-content: center;
    grid-template-columns: unset;
  }
}

.indexContainer #swiper01 .swiper-slide {
  height: auto;
  overflow: hidden;
}

.indexContainer #swiper01 img {
  width: 100%;
  height: 100%;
}

.indexContainer #swiper01 .decoration {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 999;
}

.indexContainer #swiper01 .decoration .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 8% 18%;
  width: 100%;
  color: white;
  text-align: center;
}

.indexContainer #swiper01 .decoration .text h1 {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 3.6rem;
  font-weight: bold;
}

.indexContainer #swiper01 .decoration .text .slogan {
  margin-top: 2.1rem;
}

.indexContainer #swiper01 .decoration .text span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}

.indexContainer #swiper01 .decoration .text span:nth-child(2) {
  margin-left: 1.7rem;
}

.indexContainer #swiper01 .decoration .text span:nth-child(3) {
  margin-left: 1.7rem;
}

.indexContainer #swiper01 .decoration .mouse {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.indexContainer #swiper01 .decoration .mouse img {
  margin-bottom: 0.4rem;
  width: 1.25rem;
  height: 1.75rem;
}

.indexContainer #swiper01 .decoration .mouse span {
  font-size: .8rem;
  color: white;
}

.indexContainer #swiper03 {
  border-radius: .5rem;
}

.indexContainer #swiper03 .swiper-slide-prev {
  position: relative;
}

.indexContainer #swiper03 .swiper-slide-prev::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.indexContainer #swiper03 .swiper-slide-prev .prevText {
  position: absolute;
  right: calc(18% - 3.8rem);
  bottom: calc(10% + 3.8rem);
  font-size: 1.3rem;
  color: white;
  z-index: 99;
}

.indexContainer #swiper03 .swiper-slide-prev .introduce {
  display: none;
}

.indexContainer #swiper03 .swiper-slide-active .prevText {
  display: none;
}

.indexContainer #swiper03 .swiper-slide-next {
  position: relative;
}

.indexContainer #swiper03 .swiper-slide-next::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.indexContainer #swiper03 .swiper-slide-next .prevText {
  position: absolute;
  left: calc(18% - 3.8rem);
  bottom: calc(10% + 3.8rem);
  font-size: 1.3rem;
  color: white;
  z-index: 99;
}

.indexContainer #swiper03 .swiper-slide-next .introduce {
  display: none;
}

.indexContainer #swiper04 .swiper-wrapper {
  position: relative;
  margin-top: 10.5rem;
}

.indexContainer #swiper04 .swiper-slide-prev .detail {
  display: none;
}

.indexContainer #swiper04 .swiper-slide-next .detail {
  display: none;
}

.indexContainer #swiper04 .swiper-slide-active .detail {
  display: block;
}

.indexContainer #swiper04 .swiper-button-prev {
  position: absolute;
  top: 8.8rem;
  left: 6rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/leftArrowsDev.png);
  background-size: cover;
  z-index: 99;
}

.indexContainer #swiper04 .swiper-button-next {
  position: absolute;
  top: 8.8rem;
  right: 6rem;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/rightArrowsDev.png);
  background-size: cover;
  z-index: 99;
  opacity: 1;
}

.indexContainer #swiper04 .swiper-pagination {
  position: absolute;
  top: 7.5rem;
  height: 0.6rem;
  width: 10000px;
  border-bottom: 1px solid #cccccc;
}

.indexContainer #swiper04 .swiper-pagination .swiper-pagination-bullet {
  position: absolute;
  top: 0.3rem;
}

.indexContainer #swiper04 .swiper-pagination .swiper-pagination-bullet .year {
  position: absolute;
  top: -2.5rem;
  left: -1.2rem;
  font-size: 1.2rem;
  color: #000000;
}

.indexContainer #swiper04 .swiper-pagination .swiper-pagination-bullet:last-child {
  opacity: 0;
}

.indexContainer #swiper04 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #118663;
}

.indexContainer .banner {
  position: relative;
}

.indexContainer .banner #swiper01 .decoration .text {
  opacity: 0;
}

.indexContainer .banner #swiper01 .swiper-slide .decoration .text {
  opacity: 1;
}

.indexContainer .banner #swiper01 .swiper-slide .decoration .text h1 {
  margin: 0;
}

.indexContainer .banner .pcShow {
  color: white;
  background-color: transparent;
  box-shadow: unset;
  z-index: 9999;
}

.indexContainer .banner .pcShow:hover {
  color: black;
  background-color: #fff;
}

.indexContainer .banner .pcShow:hover .insideLogo {
  display: block;
}

.indexContainer .banner .pcShow:hover .indexLogo {
  display: none;
}

.indexContainer .banner .pcShow .indexLogo {
  display: block;
}

.indexContainer .banner .pcShow .insideLogo {
  display: none;
}

.indexContainer .banner .scroll {
  color: black;
  background-color: #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.indexContainer .banner .scroll .indexLogo {
  display: none;
}

.indexContainer .banner .scroll .insideLogo {
  display: block;
}

.indexContainer .aboutUs {
  position: relative;
  padding: 7.29rem 6.25rem;
  width: 100%;
  background-image: url(../img/aboutUs.png);
  background-size: cover;
}

.indexContainer .aboutUs .showBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 66vw;
  height: 66vh;
  z-index: 1;
}

.indexContainer .aboutUs .showBox:hover .fader {
  display: block;
}

.indexContainer .aboutUs .showBox .fader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.6);
}

.indexContainer .aboutUs .showBox .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 99;
}

.indexContainer .aboutUs .showBox .close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background: #fff;
  transform: rotate(45deg);
  top: -3px;
  left: 11px;
}

.indexContainer .aboutUs .showBox .close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 25px;
  background: #fff;
  transform: rotate(-45deg);
  top: -3px;
  left: 11px;
}

.indexContainer .aboutUs .showBox .videoIframe {
  width: 100%;
  height: 100%;
}

.indexContainer .aboutUs .showBox .my-video-dimensions {
  width: 100%;
  height: 100%;
}

.indexContainer .aboutUs p {
  margin: 0;
  padding-bottom: 1.5rem;
  color: #118663;
}

.indexContainer .aboutUs .title {
  font-size: 0.8rem;
}

.indexContainer .aboutUs .content {
  display: flex;
  justify-content: space-between;
}

.indexContainer .aboutUs .content .introduce {
  display: flex;
  flex-direction: column;
  width: 48.25rem;
}

.indexContainer .aboutUs .content .introduce h1 {
  margin: 0;
  padding: 0 4.7rem 0 0;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: bold;
}

.indexContainer .aboutUs .content .introduce p {
  margin-top: 2.4rem;
  margin-bottom: 2.9rem;
  padding: 0 2rem 0 0;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #666666;
  font-size: 0.9rem;
  line-height: 1.8rem;
}

.indexContainer .aboutUs .content .introduce .showData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 6.5rem;
}

.indexContainer .aboutUs .content .introduce .showData span {
  font-size: .83rem;
  color: #a5a5a5;
}

.indexContainer .aboutUs .content .introduce .showData .count {
  color: #333;
  font-size: 2.9rem;
}

.indexContainer .aboutUs .content .introduce hr {
  margin: 2.6rem 0 2.3rem 0;
  border: none;
  height: 1px;
  background-color: #e5e5e5;
}

.indexContainer .aboutUs .content .introduce .authText {
  margin: 0;
  padding: 0;
}

.indexContainer .aboutUs .content .introduce .authentic {
  overflow: scroll;
}

.indexContainer .aboutUs .content .introduce .authentic p {
  margin: 0;
}

.indexContainer .aboutUs .content .introduce .authentic img {
  margin-left: -6rem;
  width: 57.7rem;
  mix-blend-mode: multiply;
}

.indexContainer .aboutUs .content .audio {
  flex-shrink: 0;
  position: relative;
  margin-left: 1rem;
  background-image: url(../img/audio.png);
  background-size: cover;
  background-position: 50% 50%;
  width: 36.2rem;
  height: 100%;
}

.indexContainer .aboutUs .content .audio .see {
  position: absolute;
  bottom: 1.4rem;
  left: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #118663;
}

.indexContainer .aboutUs .content .audio .see img {
  width: 1.1rem;
  height: 1.3rem;
}

.indexContainer .aboutUs .content .audio span {
  position: absolute;
  bottom: 2.5rem;
  left: 6rem;
  font-size: .9rem;
  color: white;
}

.indexContainer .aboutUs .content .audio .fader {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to top, black, transparent);
  z-index: -1;
}

.indexContainer .aboutUs .content .audio:hover .fader {
  display: block;
}

.indexContainer .aboutUs .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  padding: 0.9rem 1.7rem;
  border-radius: 5rem;
  width: fit-content;
  background-color: #118663;
  color: white;
  font-size: 0.8rem;
}

.indexContainer .aboutUs .more img {
  margin-left: 0.5rem;
  width: .8rem;
}

.indexContainer .proAndSer {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.indexContainer .proAndSer .enT {
  padding: 4rem 6rem 1.5rem 6rem;
  color: #118663;
  font-size: 0.8rem;
}

.indexContainer .proAndSer .enProIntroduce {
  bottom: 0rem !important;
  width: 100% !important;
  padding: 2rem !important;
  background: linear-gradient(to top, black, transparent);
}

.indexContainer .proAndSer .enProType {
  margin-bottom: 2rem !important;
  font-size: 1.6rem !important;
}

.indexContainer .proAndSer .enProMore {
  font-size: 1.2rem !important;
}

.indexContainer .proAndSer .enProMore img {
  margin-left: .5rem !important;
  width: 1rem !important;
  height: unset !important;
}

.indexContainer .proAndSer header {
  display: flex;
  justify-content: space-between;
  margin: 0 6rem;
  padding: 0;
}

.indexContainer .proAndSer header h1 {
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: 1.9rem;
  font-weight: bold;
}

.indexContainer .proAndSer header ul {
  flex: 1;
  /* display: grid; */
  display: flex;
  grid-template-columns: repeat(2, 9.3rem);
  justify-content: end;
  justify-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 60%;
}
.indexContainer .proAndSer header ul::-webkit-scrollbar{
  display: block;
  width: 5px;
  height: 5px;
  color: #ddd;
}
.indexContainer .proAndSer header ul::-webkit-scrollbar-thumb{
  background-color: #118663;
}

.indexContainer .proAndSer header ul .activeType a {
  color: #333;
  border-bottom: .25rem solid #118663;
}

.indexContainer .proAndSer header ul li {
  padding: 0.9rem 0 0 4.5rem;
  color: #999999;
  font-weight: bold;
  margin: 0 1rem;
  flex-shrink: 0;
}
.indexContainer .proAndSer header ul li:first-child{
  margin-left: 0;
}
.indexContainer .proAndSer header ul li:last-child{
  margin-right: 0;
}

.indexContainer .proAndSer header ul li a {
  padding-bottom: 0.9rem;
  border-bottom: 0.25rem solid transparent;
  font-size: 1.2rem;
}

.indexContainer .proAndSer header ul li a:hover {
  color: #333;
  border-bottom: 0.25rem solid #118663;
}

.indexContainer .proAndSer header .enProUl {
  flex: unset;
  grid-template-columns: repeat(2, 1fr);
}

.indexContainer .proAndSer header .enProUl li {
  padding: 0;
}

.indexContainer .proAndSer .content {
  position: relative;
  display: flex;
  margin: 3.7rem 6rem 5.25rem 6rem;
}

.indexContainer .proAndSer .content .rightArr {
  position: absolute;
  right: -5rem;
  bottom: 50%;
  transform: translate(-50%, 0) rotate(180deg);
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-image: url(../img/leftRoundArr.png);
  background-size: cover;
}

.indexContainer .proAndSer .content .rightArr:hover {
  background-image: url(../img/rightRoundArr.png);
  transform: translate(-50%, 0) rotate(360deg);
}

.indexContainer .proAndSer .content .leftArr {
  cursor: pointer;
  background-size: cover;
  background-image: url(../img/leftRoundArr.png);
  position: absolute;
  left: -2.5rem;
  bottom: 50%;
  transform: translate(-50%, 0);
  width: 2.5rem;
  height: 2.5rem;
}

.indexContainer .proAndSer .content .leftArr:hover {
  background-image: url(../img/rightRoundArr.png);
  transform: translate(-50%, 0) rotate(180deg);
}

.indexContainer .proAndSer .content .proInfo {
  position: relative;
  color: white;
  width: 33rem; border-radius:10px; overflow:hidden;
  height: 25rem;
}

.indexContainer .proAndSer .content .proInfo img {
  width: 100%;     border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.indexContainer .proAndSer .content .proInfo .introduce {
  position: absolute;
  bottom: 1.75rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
}

.indexContainer .proAndSer .content .proInfo .introduce .title {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.indexContainer .proAndSer .content .proInfo .introduce .title .type {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.3rem;
  font-family: 'medium';
}

.indexContainer .proAndSer .content .proInfo .introduce .title .name {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.indexContainer .proAndSer .content .proInfo .introduce .article {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.indexContainer .proAndSer .content .proInfo .introduce .article span {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.6rem;
}

.indexContainer .proAndSer .content .proInfo .introduce .article .more {
  display: flex;
  justify-content: start;
  align-items: center;
}

.indexContainer .proAndSer .content .proInfo .introduce .article .more a {
  font-size: 0.8rem;
}

.indexContainer .proAndSer .content .proInfo .introduce .article .more img {
  margin-left: 0.5rem;
  width: 0.8rem;
  height: unset;
}

.indexContainer .proAndSer .content .proIntroduce {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 1.5rem;
  margin: 0;
  margin-left: 1.5rem;
  padding: 0;
  width: 49.5rem;
  height: 25rem;
}

.indexContainer .proAndSer .content .proIntroduce .activePro {
  color: white !important;
  border: none;
  background-color: #118663;
}

.indexContainer .proAndSer .content .proIntroduce .activePro .introduce .title .type {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce .activePro .introduce .title .name {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce .activePro .introduce .title .more a {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce .activePro .introduce .article p {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce .activePro .gArr {
  display: none;
}

.indexContainer .proAndSer .content .proIntroduce .activePro .wArr {
  display: block !important;
}

.indexContainer .proAndSer .content .proIntroduce li {
  position: relative;
  height: 7.5rem;
  border: 0.05rem solid #dbdbdb;
  color: black; border-radius:10px;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .title {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .title .type {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: black;
  font-weight: bold;
  font-size: 1.3rem;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .title .name {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .title .more {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1rem;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .title .more a {
  color: #999999;
  font-size: 0.8rem;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .title .more img {
  margin-left: 0.5rem;
  width: 0.9rem;
  height: unset !important;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .title .more .wArr {
  display: none;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .article {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .article p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex: 1;
  width: 100%;
  color: #666666;
  font-size: 0.8rem;
  line-height: 1.6rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .article .more {
  display: flex;
  gap: 0.5rem;
  justify-content: start;
  align-items: center;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .article .more a {
  color: #999999;
  font-size: 0.8rem;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .article .more img {
  width: 0.9rem;
  height: unset !important;
}

.indexContainer .proAndSer .content .proIntroduce li .introduce .article .more .wArr {
  display: none;
}

.indexContainer .proAndSer .content .proIntroduce li:hover {
  color: white !important;
  border: none;
  background-color: #118663;
}

.indexContainer .proAndSer .content .proIntroduce li:hover .introduce .title .type {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce li:hover .introduce .title .name {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce li:hover .introduce .title .more a {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce li:hover .introduce .article p {
  color: #fff;
}

.indexContainer .proAndSer .content .proIntroduce li:hover .gArr {
  display: none;
}

.indexContainer .proAndSer .content .proIntroduce li:hover .wArr {
  display: block !important;
}

.indexContainer .devHis {
  position: relative;
  width: 100%;
  background-image: url(../img/devHis.png);
  background-size: cover;
}

.indexContainer .devHis p {
  padding: 4rem 6rem 1.5rem 6rem;
  color: #118663;
  font-size: 0.8rem;
}

.indexContainer .devHis header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 6rem;
  padding: 0;
}

.indexContainer .devHis header h1 {
  margin: 0;
  padding: 0;
  font-size: 1.9rem;
  font-weight: bold;
}

.indexContainer .devHis #swiper04 {
  position: relative;
}

.indexContainer .devHis #swiper04 .swiper-wrapper {
  padding-left: 6rem;
  padding-bottom: 8.5rem;
}

.indexContainer .devHis #swiper04 .leftArr {
  position: absolute;
  left: 58.5rem;
  top: 15rem;
  transform: translate(-50%, 0);
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-image: url(../img/leftRoundArr.png);
  background-size: cover;
  z-index: 999;
}

.indexContainer .devHis #swiper04 .leftArr:hover {
  background-image: url(../img/rightRoundArr.png);
  transform: translate(-50%, 0) rotate(180deg);
}

.indexContainer .devHis #swiper04 .rightArr {
  position: absolute;
  left: 58.5rem;
  top: 18.5rem;
  transform: translate(-50%, 0) rotate(180deg);
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-image: url(../img/leftRoundArr.png);
  background-size: cover;
  z-index: 999;
}

.indexContainer .devHis #swiper04 .rightArr:hover {
  background-image: url(../img/rightRoundArr.png);
  transform: translate(-50%, 0) rotate(360deg);
}

.indexContainer .devHis #swiper04 .detail {
  position: absolute;
  top: 10.5rem;
  left: 6rem;
  padding: 2.5rem 6.1rem 2.5rem 27.5rem;
  width: 52.5rem;
  height: 16rem;
  background-color: #fff;
}

.indexContainer .devHis #swiper04 .detail .date {
  font-size: 2rem;
  color: #118663;
}

.indexContainer .devHis #swiper04 .detail .year {
  font-size: 0.8rem;
  color: #a0a0a0;
}

.indexContainer .devHis #swiper04 .detail p {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 2;
}

.indexContainer .devHis #swiper04 .detail .ch {
  color: orange;
}

.indexContainer .devHis #swiper04 .detail .en {
  color: #a0a0a0;
}

.indexContainer .devHis #swiper04 .lineFaderOne {
  position: absolute;
  top: 2.75rem;
  left: 0;
  display: none;
  width: 66%;
  height: 5.5rem;
  background: linear-gradient(to right, #f3f2f4, transparent);
  z-index: 9999;
}

.indexContainer .devHis #swiper04 .lineFaderTwo {
  position: absolute;
  top: 2.75rem;
  right: 0;
  display: none;
  width: 66%;
  height: 5.5rem;
  background: linear-gradient(to left, #f3f2f4, transparent);
  z-index: 9999;
}

.indexContainer .devHis .content {
  width: 24.5rem;
  height: 16rem;
}

.indexContainer .devHis .content .fader {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  height: 60%;
  width: 90%;
  background: linear-gradient(to top, black, transparent);
}

.indexContainer .devHis .content .rPic {
  height: 16rem;
  width: 24.5rem;
}

.indexContainer .factoryDisplay {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.indexContainer .factoryDisplay p {
  padding: 5rem 6rem 1.5rem 6rem;
  color: #118663;
  font-size: 0.8rem;
}

.indexContainer .factoryDisplay header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 6rem;
  padding: 0;
}

.indexContainer .factoryDisplay header h1 {
  margin: 0;
  font-size: 1.9rem;
}

.indexContainer .factoryDisplay .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1.1rem;
  padding: 3.5rem 6rem 5rem 6rem;
}

.indexContainer .factoryDisplay .content #swiper03 {
  max-height: 31.5rem;
}

.indexContainer .factoryDisplay .content #swiper03 .leftArr {
  position: absolute;
  bottom: 10%;
  left: 17.5%;
  z-index: 99;
  transform: translate(-50%, 0);
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-image: url(../img/leftRoundArr.png);
  background-size: cover;
}

.indexContainer .factoryDisplay .content #swiper03 .leftArr:hover {
  background-image: url(../img/rightRoundArr.png);
  transform: translate(-50%, 0) rotate(180deg);
}

.indexContainer .factoryDisplay .content #swiper03 .rightArr {
  position: absolute;
  bottom: 10%;
  right: calc(17.5% - 2.5rem);
  z-index: 99;
  transform: translate(-50%, 0) rotate(180deg);
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-image: url(../img/leftRoundArr.png);
  background-size: cover;
}

.indexContainer .factoryDisplay .content #swiper03 .rightArr:hover {
  background-image: url(../img/rightRoundArr.png);
  transform: translate(-50%, 0) rotate(360deg);
}

.indexContainer .factoryDisplay .content #swiper03 .swiper-slide {
  max-height: 31.5rem;
}

.indexContainer .factoryDisplay .content #swiper03 .swiper-slide img {
  max-height: 31.5rem;
}

.indexContainer .factoryDisplay .content .leftPic {
  flex: 1;
  position: relative;
  border-radius: 0.5rem;
}

.indexContainer .factoryDisplay .content .leftPic .lPic {
  width: 100%;
  height: 100%;
}

.indexContainer .factoryDisplay .content .midPic {
  transition: all ease .5s;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
}

.indexContainer .factoryDisplay .content .midPic img {
  width: 100%;
  height: 100%;
}

.indexContainer .factoryDisplay .content .rightPic {
  flex: 1;
  position: relative;
  border-radius: 0.5rem;
}

.indexContainer .factoryDisplay .content .rightPic .rPic {
  width: 100%;
  height: 100%;
}

.indexContainer .factoryDisplay .content .introduce {
  position: absolute;
  left: 50%;
  bottom: 2.7rem;
  transform: translate(-50%, 0);
  display: flex;
  flex-wrap: wrap;
  padding: 0.9rem 1.8rem;
  width: 88%;
  height: fit-content;
  background-color: #fff;
  border-radius: 0.5rem;
}

.indexContainer .factoryDisplay .content .introduce span:first-child {
  color: #118663;
  font-size: 1.3rem;
  font-weight: bold;
}

.indexContainer .factoryDisplay .content .introduce span:nth-child(2) {
  margin-right: 0.8rem;
  font-size: 0.8rem;
  color: #e6760e;
}

.indexContainer .factoryDisplay .content .introduce p {
  padding: 0;
  margin: 0;
  margin-top: 1rem;
  color: #666;
  font-size: 0.8rem;
  line-height: 1.6rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.indexContainer .newsCenter {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.indexContainer .newsCenter p {
  padding: 0 6rem 1.5rem 6rem;
  color: #118663;
  font-size: 0.8rem;
  line-height: 1.6rem;
}

.indexContainer .newsCenter header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 6rem;
  padding: 0;
}

.indexContainer .newsCenter header h1 {
  margin: 0;
  font-size: 1.9rem;
}

.indexContainer .newsCenter header .more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.7rem;
  background-color: #118663;
  border-radius: 7.5rem;
  font-size: 0.8rem;
  color: white;
}

.indexContainer .newsCenter header .more a {
  font-size: .8rem;
}

.indexContainer .newsCenter header .more img {
  margin-left: 0.5rem;
  width: .8rem;
}

.indexContainer .newsCenter .content {
  padding: 4rem 6rem 4.5rem 6rem;
}

.indexContainer .newsCenter .content ul {
  display: flex;
}

.indexContainer .newsCenter .content ul li {
  position: relative;
  border-left: 0.05rem solid #dbdbdb;
  width: 21rem;
}

.indexContainer .newsCenter .content ul li .item {
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.indexContainer .newsCenter .content ul li .info {
  padding: 2rem 2.25rem;
  padding-bottom: 0;
}

.indexContainer .newsCenter .content ul li .info h1 {
  margin: 0;
  margin-bottom: 1.2rem;
  padding: 0;
  color: #333;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.3rem;
}

.indexContainer .newsCenter .content ul li .info .date {
  color: #999;
  font-size: 0.9rem;
}

.indexContainer .newsCenter .content ul li .info p {
  margin: 2.3rem 0 3rem 0;
  padding: 0;
  color: #666;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 0.8rem;
}

.indexContainer .newsCenter .content ul li .rightArr {
  display: block;
  margin-left: 2rem;
  margin-bottom: 1.6rem;
  width: 3rem;
}

.indexContainer .newsCenter .content ul li .more {
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  margin-bottom: 1.6rem;
  padding: 0.9rem 1.8rem;
  width: fit-content;
  background-color: #118663;
  border: 0.05rem solid white;
  border-radius: 7.5rem;
  font-size: 0.8rem;
  color: white;
}

.indexContainer .newsCenter .content ul li .more img {
  margin-left: 0.5rem;
  width: .8rem;
}

.indexContainer .newsCenter .content ul li .more .logo {
  position: absolute;
  right: 2rem;
  margin: unset;
  width: 6.6rem;
}

.indexContainer .newsCenter .content ul li:hover .item {
  transform: translateY(-1.6rem);
  box-shadow: 0 0.4rem 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  background-color: #118663;
}

.indexContainer .newsCenter .content ul li:hover h1 {
  color: white;
}

.indexContainer .newsCenter .content ul li:hover .date {
  color: white;
}

.indexContainer .newsCenter .content ul li:hover p {
  color: white;
}

.indexContainer .newsCenter .content ul li:hover .rightArr {
  display: none;
}

.indexContainer .newsCenter .content ul li:hover .more {
  display: flex;
}

.indexContainer .newsCenter .content ul:last-child {
  border-right: 0.05rem solid #dbdbdb;
}

.indexContainer footer {
  width: 100%;
  background-color: black;
}

.indexContainer footer header {
  display: flex;
  justify-content: space-between;
  padding: 80px 120px;
  height: fit-content;
}

.indexContainer footer header .logoAndContact {
  flex: 4;
}

.indexContainer footer header .logoAndContact .contact {
  display: flex;
  gap: 64px;
  margin-top: 35px;
}

.indexContainer footer header .logoAndContact .contact .way {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexContainer footer header .logoAndContact .contact .way .title {
  color: #fff;
  font-size: 16px;
}

.indexContainer footer header .logoAndContact .contact .way .phone {
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.indexContainer footer header .logoAndContact .contact .way ul li {
  color: gray;
  font-size: 16px;
  line-height: 32px;
}

.indexContainer footer header .logoAndContact .contact .qrCode img {
  width: 154px;
  height: 154px;
  object-fit: cover;
}

.indexContainer footer header img {
  width: 132px;
  height: 35px;
}

.indexContainer footer header .firstUl {
  flex: 6;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: gray;
}

.indexContainer footer header .secondUl {
  color: white;
}

.indexContainer footer header .secondUl li {
  margin-top: 16px;
}

.indexContainer footer header .secondUl li:first-child {
  margin-top: 35px;
}

.indexContainer footer .bottom {
  display: flex;
  gap: 50px;
  padding: 0 120px;
  height: 180px;
}

.indexContainer footer .bottom .firstUl {
  display: flex;
  gap: 36px;
  justify-content: space-between;
  width: 100%;
}

.indexContainer footer .bottom .firstUl li {
  flex: 1;
  color: #fff;
}

.indexContainer footer .bottom .firstUl li .border {
  position: relative;
  padding: 24px 34px;
  border: 1px solid gray;
}

.indexContainer footer .bottom .firstUl li .border .title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.indexContainer footer .bottom .firstUl li .border .title p {
  font-size: 20px;
}

.indexContainer footer .bottom .firstUl li .border::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 34px;
  width: 30px;
  height: 5px;
  background-color: #118663;
}

.indexContainer footer .bottom .detail li {
  color: gray;
  line-height: 28px;
}

.indexContainer footer .bottom .detail li:first-child {
  margin-top: 18px;
}

.indexContainer footer .record {
  display: flex;
  justify-content: space-between;
  padding: 26px 120px;
  color: gray;
}

.indexContainer footer .record .police {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

@media screen and (max-width: 1050px) {
  .indexContainer #swiper01 {
    margin-top: 50px;
  }
  .indexContainer #swiper01 img {
    width: 100%;
    height: 100%;
  }
  .indexContainer #swiper01 .decoration .mouse {
    display: none;
  }
  .indexContainer .banner .pcShow {
    display: none;
  }
  .indexContainer .banner .decoration .text h1 {
    font-size: 2rem !important;
  }
  .indexContainer .banner .decoration .text .slogan {
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .indexContainer .banner .decoration .text .slogan span {
    font-size: 1rem !important;
  }
  .indexContainer .aboutUs {
    padding: 2rem 2.5rem;
  }
  .indexContainer .aboutUs .showBox {
    width: 100%;
    height: 50vw;
  }
  .indexContainer .aboutUs .content {
    flex-direction: column;
  }
  .indexContainer .aboutUs .content .introduce {
    width: 100%;
  }
  .indexContainer .aboutUs .content .audio {
    margin: 0;
    margin-top: 2rem;
    width: unset;
    height: 40vw;
  }
  .indexContainer .proAndSer .enT {
    padding: 2rem 2.5rem 1rem 2.5rem;
  }
  .indexContainer .proAndSer header {
    margin: 0 2.5rem;
  }
  .indexContainer .proAndSer .content {
    flex-direction: column;
    margin: 2rem 2.5rem 4rem 2.5rem;
  }
  .indexContainer .proAndSer .content .rightArr {
    right: 0;
    bottom: calc(50% + 12.5rem);
  }
  .indexContainer .proAndSer .content .leftArr {
    left: 2.5rem;
    bottom: calc(50% + 12.5rem);
  }
  .indexContainer .proAndSer .content .proInfo {
    margin: 0 auto;
  }
  .indexContainer .proAndSer .content .proIntroduce {
    margin-top: 1.5rem;
    margin-left: 0;
    width: calc(100vw - 5rem);
  }
  .indexContainer .devHis p {
    padding: 2rem 2.5rem 1rem 2.5rem;
  }
  .indexContainer .devHis header {
    margin: 0 2.5rem;
  }
  .indexContainer .devHis #swiper04 .swiper-wrapper {
    padding-left: 2.5rem;
    padding-bottom: 18.5rem;
  }
  .indexContainer .devHis #swiper04 .swiper-button-prev {
    top: 8.8rem !important;
    left: 2.5rem;
  }
  .indexContainer .devHis #swiper04 .swiper-button-next {
    top: 8.8rem !important;
    right: 2.5rem;
  }
  .indexContainer .devHis #swiper04 .detail {
    top: calc(40vw + 10.5rem);
    left: 2.5rem;
    padding: 2.5rem;
    width: calc(100vw - 5rem);
  }
  .indexContainer .devHis #swiper04 .content {
    height: 40vw;
  }
  .indexContainer .devHis #swiper04 .content .rPic {
    width: calc(100vw - 5rem);
    height: 100%;
  }
  .indexContainer .factoryDisplay p {
    padding: 28px 25px 12px 25px;
  }
  .indexContainer .factoryDisplay header {
    margin: 0 25px;
  }
  .indexContainer .factoryDisplay .content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .indexContainer .newsCenter p {
    padding: 28px 25px 12px 25px;
  }
  .indexContainer .newsCenter header {
    margin: 0 25px;
  }
  .indexContainer .newsCenter .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 816px) {
  .indexContainer .aboutUs .content {
    flex-direction: column;
  }
  .indexContainer .aboutUs .content .introduce {
    width: 100%;
  }
  .indexContainer .aboutUs .content .introduce h1 {
    padding: 0;
  }
  .indexContainer .aboutUs .content .introduce p {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    padding: 0;
  }
  .indexContainer .aboutUs .content .introduce .showData {
    flex-direction: column;
    padding: 0;
  }
  .indexContainer .aboutUs .content .introduce hr {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
  .indexContainer .aboutUs .content .audio {
    margin: 0;
    margin-top: 2rem;
    height: 40vw;
  }
  .indexContainer .proAndSer header {
    flex-direction: column;
  }
  .indexContainer .proAndSer header ul {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 28px;
  }
  .indexContainer .proAndSer header ul li {
    padding: 0;
  }
  .indexContainer .proAndSer .content .proInfo .introduce {
    bottom: 1.75rem;
  }
  .indexContainer .proAndSer .content .proInfo .introduce .article span {
    -webkit-line-clamp: 2;
  }
  .indexContainer .proAndSer .content .proIntroduce {
    grid-template-columns: repeat(1, 1fr);
  }
  .indexContainer .proAndSer .content .proIntroduce li:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .indexContainer .proAndSer .content {
    flex-direction: column;
  }
  .indexContainer .proAndSer .content .proInfo {
    width: 100%;
  }
  .indexContainer .proAndSer .content .proIntroduce {
    grid-template-columns: repeat(1, 1fr);
    margin: 0;
    margin-top: 1.5rem;
    width: 100%;
  }
  .indexContainer .proAndSer .content .proIntroduce li .article p {
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .indexContainer .proAndSer .content .proIntroduce li:nth-child(2n) {
    display: none;
  }
  .indexContainer .devHis #swiper04 .swiper-button-prev {
    top: 10.2rem;
  }
  .indexContainer .devHis #swiper04 .swiper-button-next {
    top: 10.2rem;
  }
  .indexContainer .factoryDisplay #swiper03 .rightArr {
    top: calc(50% - 1.25rem);
    right: 1.25rem !important;
  }
  .indexContainer .factoryDisplay #swiper03 .leftArr {
    top: calc(50% - 1.25rem);
    left: 3.75rem !important;
  }
  .indexContainer .newsCenter .content ul {
    flex-direction: column;
  }
  .indexContainer .newsCenter .content ul li {
    width: 100%;
  }
  .indexContainer .newsCenter .content ul li .item {
    padding-bottom: 1.6rem;
  }
  .indexContainer .newsCenter .content ul li:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .indexContainer .banner .decoration .text h1 {
    font-size: 1.8rem !important;
  }
  .indexContainer .banner .decoration .text .slogan {
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .indexContainer .banner .decoration .text .slogan span {
    font-size: 1rem !important;
  }
  .indexContainer .aboutUs {
    padding: 28px 25px;
  }
  .indexContainer .proAndSer .enT {
    padding: 28px 25px 12px 25px;
  }
  .indexContainer .proAndSer header {
    margin: 0 25px;
  }
  .indexContainer .proAndSer .content {
    margin: 28px 25px 42px 25px;
  }
  .indexContainer .proAndSer .content .proInfo {
    height: 20rem;
  }
  .indexContainer .proAndSer .content .rightArr {
    display: none;
  }
  .indexContainer .proAndSer .content .leftArr {
    display: none;
  }
  .indexContainer .devHis p {
    padding: 28px 25px 12px 25px;
  }
  .indexContainer .devHis header {
    margin: 0 25px;
  }
  .indexContainer .devHis #swiper04 .swiper-wrapper {
    margin-top: 8.8rem;
    padding-left: 25px;
    padding-bottom: 15.5rem;
  }
  .indexContainer .devHis #swiper04 .swiper-pagination {
    top: 4.5rem;
  }
  .indexContainer .devHis #swiper04 .swiper-button-prev {
    top: 5.8rem !important;
    left: 25px;
  }
  .indexContainer .devHis #swiper04 .swiper-button-next {
    top: 5.8rem !important;
    right: 25px;
  }
  .indexContainer .devHis #swiper04 .detail {
    top: calc(40vw + 8.8rem);
    left: 25px;
    padding: 2rem;
    width: calc(100vw - 50px);
    height: fit-content;
  }
  .indexContainer .devHis #swiper04 .content {
    height: 40vw;
  }
  .indexContainer .devHis #swiper04 .content .rPic {
    width: calc(100vw - 50px);
    height: 100%;
  }
  .indexContainer .factoryDisplay .rightArr {
    display: none;
  }
  .indexContainer .factoryDisplay .leftArr {
    display: none;
  }
  .indexContainer .factoryDisplay p {
    padding: 28px 25px 12px 25px;
  }
  .indexContainer .factoryDisplay header {
    margin: 0 25px;
  }
  .indexContainer .factoryDisplay .content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .indexContainer .newsCenter p {
    padding: 28px 25px 12px 25px;
  }
  .indexContainer .newsCenter header {
    margin: 0 25px;
  }
  .indexContainer .newsCenter .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (min-width: 1050px) {
  .indexContainer .banner .h5Show {
    display: none;
  }
}

.aboutUsContainer #scrollbar1 {
  width: 90%;
  height: 96%;
  margin: 20px 0 10px 20px;
}

.aboutUsContainer #scrollbar1 .viewport {
  width: 90%;
  height: 90%;
  overflow: hidden;
  position: relative;
}

.aboutUsContainer #scrollbar1 .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  color: white;
}

.aboutUsContainer #scrollbar1 .scrollbar {
  position: relative;
  background-position: 0 0;
  float: right;
  width: 2px;
  height: 96%;
}

.aboutUsContainer #scrollbar1 .track {
  background-color: gray;
  height: 96%;
  width: 2px;
  position: relative;
  padding: 0 1px;
}

.aboutUsContainer #scrollbar1 .thumb {
  background-color: #fff;
  height: 20px;
  width: 6px;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -3px;
}

.aboutUsContainer #scrollbar1 .disable {
  display: none;
}

.aboutUsContainer #scrollbarEnterPrise {
  width: 100%;
  height: 16.25rem;
}

.aboutUsContainer #scrollbarEnterPrise .viewport {
  width: 98%;
  height: 16.25rem;
  overflow: hidden;
  position: relative;
}

.aboutUsContainer #scrollbarEnterPrise .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  color: white;
}

.aboutUsContainer #scrollbarEnterPrise .scrollbar {
  position: relative;
  background-position: 0 0;
  float: right;
  width: 2px;
  height: 100%;
}

.aboutUsContainer #scrollbarEnterPrise .track {
  background-color: #dbdbdb;
  height: 100%;
  width: 2px;
  position: relative;
  padding: 0 1px;
}

.aboutUsContainer #scrollbarEnterPrise .thumb {
  background-color: #118663;
  height: auto;
  width: 2px;
  border-radius: 6px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.aboutUsContainer #scrollbarEnterPrise .disable {
  display: none;
}

.aboutUsContainer .noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.aboutUsContainer #swiper0 .swiper-slide {
  height: auto;
}

.aboutUsContainer .pic {
  position: relative;
  margin-top: 115px;
  object-fit: cover;
}

.aboutUsContainer .pic img {
  width: 100%;
  height: 100%;
}

.aboutUsContainer .content {
  position: relative;
}

.aboutUsContainer .content .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}

.aboutUsContainer .content .selector li:hover {
  color: white;
  background-color: #118663;
}

.aboutUsContainer .content .title {
  padding: 1.5rem 0;
}

.aboutUsContainer .content .enT {
  color: #009966;
  font-size: 0.8rem;
}

.aboutUsContainer .content .chT {
  margin-top: 1.5rem;
  color: #333;
  font-size: 1.9rem;
  font-weight: bold;
}

.aboutUsContainer .content .enterPrise {
  display: flex;
  padding: 4.5rem 6rem;
}

.aboutUsContainer .content .enterPrise .profilePic {
  flex: 2;
  object-fit: contain;
}

.aboutUsContainer .content .enterPrise .profilePic img {
  width: 100%;
  height: 100%;
}

.aboutUsContainer .content .enterPrise .profile {
  margin-left: 4.3vw;
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutUsContainer .content .enterPrise .profile .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 0.5rem;
}

.aboutUsContainer .content .enterPrise .profile .title .text {
  line-height: 2rem;
}

.aboutUsContainer .content .enterPrise .profile .title img {
  object-fit: contain;
}

.aboutUsContainer .content .enterPrise .profile .enterPriseText {
  height: 16.25rem;
  overflow: auto;
}

.aboutUsContainer .content .enterPrise .profile .text {
  color: #666666;
  font-size: 0.8rem;
  line-height: 2rem;
}

.aboutUsContainer .content .enterPrise .profile .showData {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.aboutUsContainer .content .enterPrise .profile .showData .count {
  color: #118663;
  font-size: 2.9rem;
}

.aboutUsContainer .content .enterPrise .profile .showData span {
  color: #999999;
  font-size: .9rem;
}

.aboutUsContainer .content .devHis {
  position: relative;
  padding: 5rem 0;
  background-image: url(../img/aboutUsDevHisBgc.png);
  background-position: right;
  transition: all 1s;
}

.aboutUsContainer .content .devHis #swiper01 {
  margin-left: 0;
  width: 36rem;
}

.aboutUsContainer .content .devHis .title {
  padding: 0 6rem;
}

.aboutUsContainer .content .devHis .title .intro {
  color: #666666;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2.6rem;
}

.aboutUsContainer .content .devHis .line {
  position: absolute;
  top: 0;
  right: 0;
}

.aboutUsContainer .content .devHis .rightArr {
  display: none;
  position: absolute;
  right: 48px;
  top: 500px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
  background-image: url(../img/managementLARR.png);
  background-size: cover;
  z-index: 999;
}

.aboutUsContainer .content .devHis .leftArr {
  display: none;
  position: absolute;
  right: 105px;
  top: 500px;
  width: 48px;
  height: 48px;
  background-image: url(../img/managementLARR.png);
  background-size: cover;
  z-index: 999;
}

.aboutUsContainer .content .devHis .activeIntroText {
  display: none;
  position: absolute;
  bottom: 20vw;
  left: 5.2vw;
  width: 448px;
}

.aboutUsContainer .content .devHis .activeIntroText .year {
  color: #118663;
  font-size: 45px;
}

.aboutUsContainer .content .devHis .activeIntroText .intro {
  color: #333;
  font-size: 25px;
}

.aboutUsContainer .content .devHis .activeYear {
  position: absolute;
  bottom: 7.5rem;
  right: 30rem;
  color: #118663;
  font-size: 8.5rem;
}

.aboutUsContainer .content .devHis .hisPic {
  animation: fade 1s;
}

.aboutUsContainer .content .devHis .prevPic {
  position: absolute;
  top: 10%;
  right: 295px;
  width: 120px;
  height: 120px;
  border: 0.5rem solid #fff;
  border-radius: 50%;
}

.aboutUsContainer .content .devHis .prevPic .year {
  display: none;
}

.aboutUsContainer .content .devHis .prevPic .pIntro {
  display: none;
}

.aboutUsContainer .content .devHis .prevPic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.aboutUsContainer .content .devHis .prevPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.aboutUsContainer .content .devHis .activePic {
  position: absolute;
  top: 55%;
  right: 100px;
  transform: translate(-5.2vw, -50%);
  width: 540px;
  height: 540px;
  border: 0.5rem solid #fff;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.aboutUsContainer .content .devHis .activePic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}

.aboutUsContainer .content .devHis .activePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.aboutUsContainer .content .devHis .activePic .year {
  position: absolute;
  top: calc(50% - 54px);
  left: 18px;
  font-size: 36px;
  color: #118663;
}

.aboutUsContainer .content .devHis .activePic .pIntro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aboutUsContainer .content .devHis .activePic .pIntro before {
  float: left;
  width: 50%;
  height: 100%;
  shape-outside: radial-gradient(farthest-side ellipse at right, transparent 100%, red);
}

.aboutUsContainer .content .devHis .activePic .pIntro after {
  float: right;
  width: 50%;
  height: 100%;
  shape-outside: radial-gradient(farthest-side ellipse at left, transparent 100%, red);
}

.aboutUsContainer .content .devHis .activePic .pIntro .intro {
  margin-top: 50%;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: white;
}

.aboutUsContainer .content .devHis .nextPic {
  position: absolute;
  bottom: 1%;
  right: 276px;
  width: 120px;
  height: 120px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.aboutUsContainer .content .devHis .nextPic .year {
  display: none;
}

.aboutUsContainer .content .devHis .nextPic .pIntro {
  display: none;
}

.aboutUsContainer .content .devHis .nextPic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}

.aboutUsContainer .content .devHis .nextPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.aboutUsContainer .content .devHis #swiper01 {
  margin-top: 100px;
  max-height: 490px;
  min-height: 490px;
}

.aboutUsContainer .content .devHis #swiper01 .swiper-slide {
  margin-left: 6rem;
  max-width:calc(100% - 6rem)
}

.aboutUsContainer .content .devHis #swiper01 .swiper-slide .year {
  color: #333;
  font-size: 38px;
}

.aboutUsContainer .content .devHis #swiper01 .swiper-slide .intro {
  color: #666;
  font-size: 18px;
  line-height: 36px;
}

.aboutUsContainer .content .devHis #swiper01 .swiper-slide-active .year {
  color: #118663;
}

.aboutUsContainer .content .devHis #swiper01 .swiper-slide-active .intro {
  color: #333;
}

.aboutUsContainer .content .devHis #swiper01 .swiper-scrollbar {
  left: 2rem;
}

.aboutUsContainer .content .management {
  position: relative;
  padding: 5rem 6rem calc(5rem + 60px) 6rem;
}

.aboutUsContainer .content .management .countSwiper {
  position: absolute;
  left: calc(6.2vw);
  bottom: calc(5.2vw - 24px);
  display: grid;
  grid-template-columns: repeat(2, 50px);
  align-items: end;
}

.aboutUsContainer .content .management .countSwiper .index {
  color: #118663;
  font-size: 38px;
}

.aboutUsContainer .content .management .countSwiper .total {
  color: #dbdbdb;
  font-size: 28px;
}

.aboutUsContainer .content .management .swiper-scrollbar {
  position: absolute;
  left: 50%;
  bottom: 5.2vw;
  transform: translate(-50%, 0%);
  width: 66%;
  height: 3px;
}

.aboutUsContainer .content .management .rightArr {
  position: absolute;
  right: calc(6.2vw + 0px);
  bottom: calc(5.2vw - 24px);
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
  background-image: url(../img/managementLARR.png);
  background-size: cover;
  z-index: 999;
  cursor: pointer;
}

.aboutUsContainer .content .management .rightArr:hover {
  background-image: url(../img/reaEquRarr.png);
  transform: rotate(0) scale(1.5);
}

.aboutUsContainer .content .management .leftArr {
  position: absolute;
  right: calc(6.2vw + 60px);
  bottom: calc(5.2vw - 24px);
  width: 48px;
  height: 48px;
  background-image: url(../img/managementLARR.png);
  background-size: cover;
  z-index: 999;
  cursor: pointer;
}

.aboutUsContainer .content .management .leftArr:hover {
  background-image: url(../img/reaEquRarr.png);
  transform: rotate(180deg) scale(1.5);
}

.aboutUsContainer .content .management ul {
  display: flex;
  gap: 60px;
}

.aboutUsContainer .content .management ul li:hover .personDetail {
  opacity: 1 !important;
  z-index: 999 !important;
}

.aboutUsContainer .content .management ul li .person {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutUsContainer .content .management ul li .person img {
  width: 100%;
}

.aboutUsContainer .content .management ul li .person .personDetail {
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 89%;
  height: 71%;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden !important;
  z-index: -99;
}

.aboutUsContainer .content .management ul li .person .personDetail .text {
  color: white;
  font-size: 0.8rem;
  line-height: 1.6rem;
}

.aboutUsContainer .content .management ul li .person .personDetail .fader {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

.aboutUsContainer .content .management ul li .profile {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.75rem;
  width: 100%;
  border-radius: 12px;
  background-color: #118663;
}

.aboutUsContainer .content .management ul li .profile .text {
  color: white;
}

.aboutUsContainer .content .management ul li .profile .text .name {
  font-size: 1.2rem;
}

.aboutUsContainer .content .management ul li .profile .text .intro {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-right: 1.5rem;
  font-size: 0.8rem;
  line-height: 2rem;
}

.aboutUsContainer .content .management ul li .profile i {
  flex-shrink: 0;
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(../img/managementArr.png);
  background-size: contain;
}

@media screen and (max-width: 1660px) {
  .aboutUsContainer .content .devHis #swiper01 {
    width: 38rem;
  }
  .aboutUsContainer .content .devHis .prevPic {
    right: 320px;
  }
  .aboutUsContainer .content .devHis .activePic {
    right: 150px;
    width: 480px;
    height: 480px;
  }
  .aboutUsContainer .content .devHis .activePic::before {
    display: none !important;
  }
  .aboutUsContainer .content .devHis .nextPic {
    right: 320px;
  }
  .aboutUsContainer .content .devHis .activeYear {
    right: 32rem;
  }
}

@media screen and (max-width: 1440px) {
  .aboutUsContainer .content #swiper01 {
    width: 48rem !important;
  }
  .aboutUsContainer .content .devHis {
    background-position: right -180px top 50%;
  }
  .aboutUsContainer .content .devHis .prevPic {
    right: 150px;
  }
  .aboutUsContainer .content .devHis .activePic {
    right: 0px;
    width: 420px;
    height: 420px;
  }
  .aboutUsContainer .content .devHis .activePic::before {
    display: none !important;
  }
  .aboutUsContainer .content .devHis .nextPic {
    right: 150px;
  }
  .aboutUsContainer .content .devHis .activeYear {
    bottom: 9.5rem;
    right: 25rem;
  }
  .aboutUsContainer .content #swiper01 .swiper-scrollbar {
    left: 2rem !important;
  }
  .aboutUsContainer .content .quaControl .introduce {
    flex-direction: column;
  }
  .aboutUsContainer .content .quaControl .introduce .introPic {
    justify-content: space-between;
  }
  .aboutUsContainer .content .quaControl .introduce .info {
    margin: 0;
    margin-top: 16px;
  }
  .aboutUsContainer .content .quaControl .introduce .info .infoTitle {
    padding-bottom: 18px;
    font-size: 18px;
  }
  .aboutUsContainer .content .quaControl .introduce .info ul {
    margin-top: 25px;
    font-size: 14px;
  }
  .aboutUsContainer .content .quaControl .introduce .info ul li {
    font-size: 9px;
  }
}

@media screen and (max-width: 1050px) {
  .aboutUsContainer #scrollbar1 .viewport {
    overflow: scroll !important;
  }
  .aboutUsContainer .banner .pcShow {
    display: none;
  }
  .aboutUsContainer .content .enterPrise {
    padding: 25px 28px;
    flex-direction: column-reverse;
  }
  .aboutUsContainer .content .enterPrise .title {
    margin-bottom: .5rem;
  }
  .aboutUsContainer .content .enterPrise .profile {
    margin-left: 0;
  }
  .aboutUsContainer .content .devHis {
    padding: 25px 28px;
    background-position: right -280px top 50% !important;
  }
  .aboutUsContainer .content .devHis .title {
    padding: 0;
  }
  .aboutUsContainer .content .devHis .prevPic {
    top: 140px;
    right: 118px;
  }
  .aboutUsContainer .content .devHis .activePic {
    right: 52px;
    width: 295px;
    height: 295px;
  }
  .aboutUsContainer .content .devHis .nextPic {
    bottom: 60px;
    right: 108px;
  }
  .aboutUsContainer .content .devHis .activeYear {
    display: none;
    bottom: 300px;
    right: 300px !important;
    font-size: 93px;
  }
  .aboutUsContainer .content .devHis .activeIntroText {
    display: block;
  }
  .aboutUsContainer .content .devHis #swiper01 {
    left: -1000%;
  }
  .aboutUsContainer .content .devHis #swiper01 .swiper-button-prev {
    top: calc(50% + 13.5px);
    left: 6.2vw;
    width: 27px !important;
    height: 27px !important;
    background-image: url(../img/leftRoundArr.png) !important;
    background-size: cover;
  }
  .aboutUsContainer .content .devHis #swiper01 .swiper-button-prev::after {
    display: none;
  }
  .aboutUsContainer .content .devHis #swiper01 .swiper-button-next {
    top: calc(50% + 13.5px);
    right: 6.2vw;
    width: 27px !important;
    height: 27px !important;
    background-image: url(../img/rightRoundArr.png) !important;
    background-size: cover;
  }
  .aboutUsContainer .content .devHis #swiper01 .swiper-button-next::after {
    display: none;
  }
  .aboutUsContainer .content .enterPrise .profile .title {
    padding-bottom: 0;
  }
  .aboutUsContainer .content .enterPrise .profile .title img {
    margin-bottom: 12px;
  }
  .aboutUsContainer .content .enterPrise .profile .showData .count {
    font-size: 32px;
  }
  .aboutUsContainer .content .management {
    padding-left: 28px;
    padding-right: 28px;
  }
  .aboutUsContainer .content .management .countSwiper {
    grid-template-columns: repeat(2, 25px);
    left: calc(6.2vw + 26px);
    bottom: calc(5.2vw + 13px);
  }
  .aboutUsContainer .content .management .countSwiper .index {
    font-size: 21px;
  }
  .aboutUsContainer .content .management .countSwiper .total {
    font-size: 15px;
  }
  .aboutUsContainer .content .management .rightArr {
    right: calc(6.2vw + 26px);
    bottom: calc(5.2vw + 13px);
    width: 26px;
    height: 26px;
  }
  .aboutUsContainer .content .management .leftArr {
    right: calc(6.2vw + 60px);
    bottom: calc(5.2vw + 13px);
    width: 26px;
    height: 26px;
  }
  .aboutUsContainer .content .management .swiper-scrollbar {
    width: 75% !important;
  }
  .aboutUsContainer .content .management ul {
    gap: 60px;
  }
  .aboutUsContainer .content .management ul li:hover .personDetail {
    display: block !important;
  }
  .aboutUsContainer .content .management ul li .person {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .aboutUsContainer .content .management ul li .person img {
    width: 100%;
    height: 100%;
  }
  .aboutUsContainer .content .management ul li .person .personDetail {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89%;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: auto;
  }
  .aboutUsContainer .content .management ul li .person .personDetail::-webkit-scrollbar {
    display: block !important;
    width: 5px;
    height: auto;
    border-radius: 5px;
    background-color: #6d6f6f;
  }
  .aboutUsContainer .content .management ul li .person .personDetail::-webkit-scrollbar-thumb {
    width: 10px;
    border-radius: 10px;
    background-color: white;
  }
  .aboutUsContainer .content .management ul li .person .personDetail .text {
    margin: 1.4vw 1.8vw;
    color: white;
    font-size: 16px !important;
    line-height: 32px;
  }
  .aboutUsContainer .content .management ul li .person .personDetail .fader {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent 30%, transparent 70%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
  }
  .aboutUsContainer .content .management ul li .profile {
    padding: 13px 16px;
  }
  .aboutUsContainer .content .management ul li .profile .text {
    color: white;
  }
  .aboutUsContainer .content .management ul li .profile .text .name {
    font-size: 18px;
  }
  .aboutUsContainer .content .management ul li .profile .text .intro {
    font-size: 16px;
    line-height: 40px;
  }
  .aboutUsContainer .content .management ul li .profile i {
    width: 24px;
    height: 24px;
    background-image: url(../img/managementArr.png);
    background-size: contain;
  }
}

@media screen and (max-width: 520px) {
  .aboutUsContainer .enterPrise {
    padding: 25px 28px !important;
  }
  .aboutUsContainer .enterPrise .profile .showData {
    flex-direction: column;
  }
  .aboutUsContainer .devHis {
    height: auto;
  }
  .aboutUsContainer .devHis .prevPic {
    display: none;
  }
  .aboutUsContainer .devHis .nextPic {
    display: none;
  }
  .aboutUsContainer .devHis .rightArr {
    display: block !important;
  }
  .aboutUsContainer .devHis .leftArr {
    display: block !important;
  }
  .aboutUsContainer .devHis .activeIntroText {
    top: 520px;
    bottom: 0;
    width: calc(95% - 5.2vw) !important;
  }
  .aboutUsContainer .devHis .activeIntroText .intro {
    font-size: 20px !important;
  }
  .aboutUsContainer .devHis .activePic {
    top: 40% !important;
    right: 0 !important;
  }
  .aboutUsContainer .devHis .activeYear {
    display: none;
  }
  .aboutUsContainer .management {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .aboutUsContainer .management .swiper-slide {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1050px) {
  .aboutUsContainer .banner .h5Show {
    display: none;
  }
}

@keyframes fade {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.enVerAboutUs .content {
  position: relative;
}

.enVerAboutUs .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1080px;
  overflow: hidden;
}

.enVerAboutUs .border::after {
  --lineStart: 4%;
  --lineEnd: 96%;
  --bgStart: 25%;
  --bgEnd: 75%;
  --color: #fff;
  content: '';
  position: absolute;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  transform: rotate(45deg);
  
}

.enVerAboutUs .enterPrise #scrollbarEnterPrise {
  height: 20rem !important;
}

.enVerAboutUs .enterPrise .viewport {
  height: 20rem !important;
}

.enVerAboutUs .where {
  position: relative;
  padding: 2rem 6rem 0 6rem;
  height: 46.125rem;
  overflow: hidden;
}

.enVerAboutUs .where #world {
  position: absolute;
  top: 3rem;
  right: -33rem;
  width: 138.8rem;
  height: 40rem;
}

.enVerAboutUs .where .swiper-scrollbar {
  display: block;
  left: calc(6.2vw + 26rem);
  height: 100%;
  width: 3px;
}

.enVerAboutUs .where .rightArr {
  display: none;
  position: absolute;
  right: 220px;
  top: 410px;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
  background-image: url(../img/managementLARR.png);
  background-size: cover;
  z-index: 999;
}

.enVerAboutUs .where .leftArr {
  display: none;
  position: absolute;
  right: 280px;
  top: 410px;
  width: 48px;
  height: 48px;
  background-image: url(../img/managementLARR.png);
  background-size: cover;
  z-index: 999;
}

.enVerAboutUs .where .eTooltips {
  white-space: unset !important;
  z-index: 99 !important;
}

.enVerAboutUs .where .addressIntro {
  position: absolute;
  top: -.5rem;
  right: calc(-11.8rem + 11px);
  border: 1px solid #118663;
  width: 23.6rem;
  border-radius: 10px;
  background-color: white;
  z-index: 99;
}

.enVerAboutUs .where .addressIntro .addressImg {
  width: 100%;
  height: 10rem;
}

.enVerAboutUs .where .addressIntro .addressText {
  padding: 0 1.2rem 1.2rem 1.2rem;
}

.enVerAboutUs .where .addressIntro .addressName {
  color: #118663;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2rem;
}

.enVerAboutUs .where .addressIntro .addressDetail {
  color: #118663;
  font-size: 0.7rem;
  line-height: 1.4rem;
}

.enVerAboutUs .where .right {
  width: 33rem;
  height: 100px;
}

.enVerAboutUs .where .swiper-pagination-bullets {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 50%;
  height: 100%;
}

.enVerAboutUs .where .swiper-pagination-bullet {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  opacity: 1;
  background-color: rgba(17, 134, 99, 0.2);
}

.enVerAboutUs .where .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #118663;
}

.enVerAboutUs .where .swiper-pagination-bullet-active {
  position: absolute;
  transform: translate(0.4rem, -0.4rem);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: rgba(17, 134, 99, 0.3);
}

.enVerAboutUs .where .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #118663;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(1) {
  top: 7rem;
  right: 42rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(2) {
  top: 12rem;
  right: 47.5rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(3) {
  top: 14.75rem;
  right: 48rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(4) {
  top: 24.5rem;
  right: 33rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(5) {
  top: 21.9rem;
  right: 32rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(6) {
  top: 23.9rem;
  right: 30.4rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(7) {
  top: 22.5rem;
  right: 28rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(8) {
  top: 21.9rem;
  right: 23.9rem;
}

.enVerAboutUs .where .swiper-pagination-bullet:nth-child(9) {
  top: 24.4rem;
  right: 18.3rem;
}

.enVerAboutUs .where #swiperWhere {
  position: relative;
  height: 30.625rem;
}

.enVerAboutUs .where #swiperWhere .swiper-slide .address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  width: 30rem;
  height: 4.75rem;
  border: 0.05rem solid #118663;
  border-radius: 0.4rem;
  background-color: #fff;
}

.enVerAboutUs .where #swiperWhere .swiper-slide .address .addLogo {
  width: 3rem;
  height: 3rem;
}

.enVerAboutUs .where #swiperWhere .swiper-slide .address .intro {
  padding-right: 3.3rem;
  color: #118663;
}

.enVerAboutUs .where #swiperWhere .swiper-slide .address .arrLogo {
  width: 1.1rem;
  height: 0.8rem;
}

.enVerAboutUs .where #swiperWhere .swiper-slide .year {
  font-size: 1.9rem;
}

.enVerAboutUs .where #swiperWhere .swiper-slide .intro {
  font-size: 1rem;
  line-height: 1.8rem;
}

.enVerAboutUs .where #swiperWhere .swiper-slide-active .address {
  background-color: #118663;
}

.enVerAboutUs .where #swiperWhere .swiper-slide-active .intro {
  color: #fff !important;
}

.enVerAboutUs .where #swiperWhere .swiper-slide-active .arrLogo {
  filter: grayscale(100%) brightness(200%);
}

.enVerAboutUs .management {
  padding-top: 0 !important;
}

.enVerAboutUs .management .title {
  padding-top: 0 !important;
}

.enVerAboutUs .management .title .chT {
  margin-top: 0 !important;
}

@media screen and (max-width: 1050px) {
  .enVerAboutUs .content .selectors .selector {
    width: fit-content !important;
  }
  .enVerAboutUs .where {
    padding: 25px 28px;
    background-position: right -10rem top 10rem;
  }
  .enVerAboutUs .where .addressIntro {
    top: 0 !important;
    left: 50%;
    transform: translate(-50%, -0.5rem);
  }
  .enVerAboutUs .where .right {
    transform: scale(0);
  }
  .enVerAboutUs .where .rightArr {
    display: block;
    top: unset;
    bottom: 96px;
    right: 6rem;
  }
  .enVerAboutUs .where .leftArr {
    display: block;
    top: unset;
    bottom: 96px;
    right: calc(6rem + 60px);
  }
  .enVerAboutUs .where #world {
    right: 0;
    width: 100%;
    height: 100%;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(1) {
    top: 7rem;
    right: 26rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(2) {
    top: 12rem;
    right: 31.5rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(3) {
    top: 14.75rem;
    right: 32rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(4) {
    top: 24.5rem;
    right: 17rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(5) {
    top: 21.9rem;
    right: 16rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(6) {
    top: 23.9rem;
    right: 14.4rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(7) {
    top: 22.5rem;
    right: 12rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(8) {
    top: 21.9rem;
    right: 7.9rem;
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(9) {
    top: 24.4rem;
    right: 2.3rem;
  }
  .enVerAboutUs .where .title {
    padding: 0;
  }
  .enVerAboutUs .where .title .chT {
    margin-top: 0;
  }
  .enVerAboutUs .devHis {
    padding: 25px 28px !important;
  }
}

@media screen and (max-width: 520px) {
  .enVerAboutUs .where {
    padding: 25px 28px;
    background-position: right -6.7rem top 13.5rem;
    background-size: 38.8rem 19.3rem;
  }
  .enVerAboutUs .where .rightArr {
    display: block;
    top: unset;
    bottom: 96px;
    left: calc(6rem + 60px);
  }
  .enVerAboutUs .where .leftArr {
    display: block;
    top: unset;
    bottom: 96px;
    left: 6rem;
  }
  .enVerAboutUs .where .addressIntro {
    width: 15.73rem;
    height: unset;
    top: 10rem;
    right: 1rem;
  }
  .enVerAboutUs .where .addressIntro .addressImg {
    height: 6.67rem;
  }
  .enVerAboutUs .where .addressIntro .addressText {
    padding: 0 0.8rem 0.8rem 0.8rem;
  }
  .enVerAboutUs .where .addressIntro .addressText .addressName {
    font-size: .67rem;
  }
  .enVerAboutUs .where .addressIntro .addressText .addressDetail {
    font-size: .47rem;
    line-height: .94rem;
  }
  .enVerAboutUs .where .right {
    transform: scale(0);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(1) {
    top: calc(7rem / 3 * 2 + 5.5rem);
    right: calc(26rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(2) {
    top: calc(12rem / 3 * 2 + 5.5rem);
    right: calc( 31.5rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(3) {
    top: calc( 14.75rem / 3 * 2 + 5.5rem);
    right: calc( 32rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(4) {
    top: calc( 24.5rem / 3 * 2 + 5.5rem);
    right: calc( 17rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(5) {
    top: calc( 21.9rem / 3 * 2 + 5.5rem);
    right: calc( 16rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(6) {
    top: calc( 23.9rem / 3 * 2 + 5.5rem);
    right: calc( 14.4rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(7) {
    top: calc( 22.5rem / 3 * 2 + 5.5rem);
    right: calc( 12rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(8) {
    top: calc( 21.9rem / 3 * 2 + 5.5rem);
    right: calc( 7.9rem / 3 * 2);
  }
  .enVerAboutUs .where .swiper-pagination-bullet:nth-child(9) {
    top: calc( 24.4rem / 3 * 2 + 5.5rem);
    right: calc( 2.3rem / 3 * 2);
  }
  .enVerAboutUs .where .title {
    padding: 0;
  }
  .enVerAboutUs .where .title .chT {
    margin-top: 0;
  }
}

.contactUsContainer .pic {
  position: relative;
  margin-top: 115px;
  object-fit: cover;
}

.contactUsContainer .pic img {
  width: 100%;
  height: 100%;
}

.contactUsContainer .pic .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 99;
}

.contactUsContainer .pic .text .ch {
  font-size: 60px;
}

.contactUsContainer .pic .text .en {
  font-size: 30px;
}

.contactUsContainer .content {
  position: relative;
}

.contactUsContainer .content .selector {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}

.contactUsContainer .content .selector li {
  border-bottom: 2px solid transparent;
}

.contactUsContainer .content .selector li:hover {
  color: #118663;
  border-bottom: 2px solid #118663;
}

.contactUsContainer .content .title {
  padding: 1.5rem 0;
}

.contactUsContainer .content .enT {
  color: #009966;
  font-size: 0.8rem;
}

.contactUsContainer .content .chT {
  margin-top: 1.5rem;
  font-size: 1.9rem;
  font-weight: bold;
}

.contactUsContainer .content .contactInformation {
  padding: 3.6rem 6rem 0 6rem;
}

.contactUsContainer .content .contactInformation .title {
  padding: 0;
}

.contactUsContainer .content .contactInformation .box {
  display: flex;
  margin-top: 2.6rem;
  margin-bottom: 4.5rem;
  border-radius: 20px;
  background-image: url(../img/newsBLogo.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.2);
}

.contactUsContainer .content .contactInformation .box .map img {
  width: 100%;
  height: 100%;object-fit: cover;
  border-radius: 20px;
}

.contactUsContainer .content .contactInformation .box .info {
  padding: 2.5rem 5.5rem;
}

.contactUsContainer .content .contactInformation .box .info .firstUl .firTitle {
  color: #118663;
  font-size: 1.3rem;
  font-weight: bold;
}

.contactUsContainer .content .contactInformation .box .info .firstUl .firTitle+.firTitle {
  margin-top: 4rem;
}

.contactUsContainer .content .contactInformation .box .info .firstUl .secondUl .secTitle {
  margin-top: 1.8rem;
  color: #333 !important;
  font-size: 1rem;
}

.contactUsContainer .content .contactInformation .box .info .firstUl .secondUl li {
  margin-top: 1rem;
  color: #666;
  font-size: 0.88rem;
}

.contactUsContainer .content .onlineMsg {
  display: flex;
  justify-content: space-between;
  padding: 4.4rem 6rem;
  background-image: url(../img/onlineMsgBgc.png);
}

.contactUsContainer .content .onlineMsg .title {
  flex: 1;
  position: relative;
  padding: 0;
}

.contactUsContainer .content .onlineMsg .title .enT {
  color: #fff;
}

.contactUsContainer .content .onlineMsg .title .chT {
  color: white;
}

.contactUsContainer .content .onlineMsg .title .text {
  margin-top: 6rem;
  padding-right: 6rem;
  color: white;
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.contactUsContainer .content .onlineMsg form {
  flex: 1;
  width: 100%;
}

.contactUsContainer .content .onlineMsg form div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.75rem;
}

.contactUsContainer .content .onlineMsg form .firstDiv .inputBox:first-child .required {
  left: calc(2em + 1.6rem);
}

.contactUsContainer .content .onlineMsg form .firstDiv .inputBox:last-child .required {
  left: calc(2em + .4rem);
}

.contactUsContainer .content .onlineMsg form .secondDiv .inputBox:first-child .required {
  left: calc(2em + 1.4rem);
}

.contactUsContainer .content .onlineMsg form .secondDiv .inputBox:last-child .required {
  left: calc(2em + .8rem);
}

.contactUsContainer .content .onlineMsg form .secondDiv {
  margin-top: 1rem;
}

.contactUsContainer .content .onlineMsg form .inputBox {
  position: relative;
  display: block;
  width: 100%;
}

.contactUsContainer .content .onlineMsg form .inputBox .required {
  position: absolute;
  top: .5rem;
  left: calc(2em + .95rem);
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 1rem);
  color: red;
  z-index: 999;
}

.contactUsContainer .content .onlineMsg form input {
  padding-left: 0.8rem;
  width: 100%;
  height: 3.3rem;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  font-size: .9rem;
  font-family: "PingFang", "PingFang SC", "syht", "Microsoft YaHei", "黑体", "宋体", sans-serif !important;
}

.contactUsContainer .content .onlineMsg form input::placeholder {
  font-size: 0.9rem;
  color: #666;
}

.contactUsContainer .content .onlineMsg form .inputBoxArea {
  position: relative;
  display: block;
  width: 100%;
}

.contactUsContainer .content .onlineMsg form .inputBoxArea .required {
  position: absolute;
  top: 1.9rem;
  left: calc(2em + 3rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  z-index: 999;
}

.contactUsContainer .content .onlineMsg form .inputBoxArea textarea {
  margin-top: 1rem;
  padding-top: .8rem;
  padding-left: .8rem;
  width: 100%;
  height: 12rem;
  border-radius: 4px;
  font-size: .9rem;
  font-family: "PingFang", "PingFang SC", "syht", "Microsoft YaHei", "黑体", "宋体", sans-serif !important;
  resize: none;
}

.contactUsContainer .content .onlineMsg form .inputBoxArea textarea::placeholder {
  color: #666;
  font-size: .9rem;
}

.contactUsContainer .content .onlineMsg form button {
  margin-top: 1rem;
  width: 100%;
  height: 3.3rem;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
  color: #118663;
  font-size: .9rem;
  background-color: #fff;
  cursor: pointer;
}

.contactUsContainer .content .joinUs {
  padding: 5rem 6rem;
}

.contactUsContainer .content .joinUs .title {
  padding: 0;
}

.contactUsContainer .content .joinUs .information {
  margin-top: 2.8rem;
}

.contactUsContainer .content .joinUs ul li .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 7rem;
  background-color: #f5f9fc;
}

.contactUsContainer .content .joinUs ul li .info .postInfo {
  flex: 2;
  display: flex;
  align-items: center;
}

.contactUsContainer .content .joinUs ul li .info .postInfo .job {
  flex: 1;
  color: #333;
  font-size: 1rem;
}

.contactUsContainer .content .joinUs ul li .info .postInfo .date {
  flex: 1;
  color: #999999;
  font-size: 0.8rem;
}

.contactUsContainer .content .joinUs ul li .info .toggle {
  flex: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/contactUnToggle.png);
  background-repeat: no-repeat;
  background-position: right;
}

.contactUsContainer .content .joinUs ul li:nth-child(2n) .info {
  background-color: #fff;
}

.contactUsContainer .content .joinUs ul li .detail {
  display: none;
  padding: 2rem 7rem;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.contactUsContainer .content .joinUs ul li .detail .deTitle {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.contactUsContainer .content .joinUs ul li .detail .deInfo {
  color: #999999;
  font-size: 0.8rem;
  line-height: 1.6rem;
}

.contactUsContainer .content .pagination {
  display: flex;
  margin-bottom: 90px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.contactUsContainer .content .pagination a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
}

.contactUsContainer .content .pagination a:hover {
  color: #fff;
  background-color: #118663;
}

.contactUsContainer .content .pagination img {
  width: 50%;
  height: 50%;
}

.contactUsContainer .content .pagination .lArr {
  margin-right: 42px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.contactUsContainer .content .pagination .rArr {
  margin-left: 42px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #dbdbdb;
}

@media screen and (max-width: 1050px) {
  .contactUsContainer .banner .pcShow {
    display: none;
  }
  .contactUsContainer .content .contactInformation {
    padding: 25px 28px;
  }
  .contactUsContainer .content .contactInformation .box {
    flex-direction: column;
  }
  .contactUsContainer .content .onlineMsg {
    padding: 25px 28px;
    flex-direction: column;
  }
  .contactUsContainer .content .onlineMsg .title .text {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .contactUsContainer .content .joinUs {
    padding: 25px 28px;
  }
  .contactUsContainer .content .joinUs .information ul li .info {
    padding: 1.4rem 30px;
  }
  .contactUsContainer .content .joinUs .information ul li .info .postInfo {
    flex-direction: column;
    gap: 1rem;
  }
  .contactUsContainer .content .joinUs .information ul li .info .postInfo .job {
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .contactUsContainer .content .joinUs .information ul li .info .postInfo .date {
    display: -webkit-box;
    /* autoprefixer: off */
    -webkit-box-orient: vertical;
    /* autoprefixer: on */
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .contactUsContainer .content .joinUs .information ul li .info .toggle {
    width: 22px;
    height: 22px;
    background-size: contain;
  }
  .contactUsContainer .content .joinUs .information ul li .detail {
    padding: 2rem 40px;
  }
  .contactUsContainer .content .joinUs .information ul li .detail .deTitle {
    margin-top: 11px;
    margin-bottom: 11px;
  }
  .contactUsContainer .content .joinUs .information ul li .detail .deInfo {
    line-height: 20px;
  }
}

@media screen and (max-width: 520px) {
  .contactUsContainer .content .contactInformation {
    padding: 25px 28px;
  }
  .contactUsContainer .content .contactInformation .box {
    margin-bottom: 0;
  }
  .contactUsContainer .content .contactInformation .box .info {
    padding: 25px 28px;
  }
  .contactUsContainer .content .onlineMsg {
    padding: 25px 28px;
  }
  .contactUsContainer .content .onlineMsg .text {
    margin-top: 4rem !important;
  }
  .contactUsContainer .content .joinUs {
    padding: 25px 28px;
  }
}

@media screen and (min-width: 1050px) {
  .contactUsContainer .banner .h5Show {
    display: none;
  }
}

.newsContainer .pic {
  position: relative;
  margin-top: 115px;
  object-fit: cover;
}

.newsContainer .pic img {
  width: 100%;
  height: 100%;
}

.newsContainer .pic .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 99;
}

.newsContainer .pic .text .ch {
  font-size: 60px;
}

.newsContainer .pic .text .en {
  font-size: 30px;
}

.newsContainer .content .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}

.newsContainer .content .selector li {
  border-bottom: 2px solid transparent;
}

.newsContainer .content .selector li:hover {
  color: #118663;
  border-bottom: 2px solid #118663;
}

.newsContainer .content .honors {
  background-image: url(../img/honorBgc.png);
  background-size: cover;
  padding: 0 6rem;
}

.newsContainer .content .honors .enT {
  padding-top: 3rem;
  color: #118663;
  font-size: 0.8rem;
}

.newsContainer .content .honors .chT {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
  font-size: 2.6rem;
  font-weight: bold;
}

.newsContainer .content .honors .intro {
  position: relative;
  display: flex;
  -webkit-box-pack: end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.newsContainer .content .honors .intro #swiper01 {
  position: absolute;
  left: 0;
  top: 3.25rem;
  width: 41.5rem;
  max-width:50vw;
  height: 24rem;
}

.newsContainer .content .honors .intro #swiper01 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.newsContainer .content .honors .intro #swiper01 img {
  height: 100%;
}

.newsContainer .content .honors .intro #swiper01 .leftArr {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
  width: 44px;
  height: 44px;
  background-image: url(../img/newsLRoundArr.png);
  background-size: cover;
  z-index: 99;
}

.newsContainer .content .honors .intro #swiper01 .leftArr:hover {
  background-image: url(../img/newsRRoundArr.png);
  transform: translate(-5%, -50%) rotate(180deg);
}

.newsContainer .content .honors .intro #swiper01 .rightArr {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%) rotate(180deg);
  width: 44px;
  height: 44px;
  background-image: url(../img/newsLRoundArr.png);
  background-size: cover;
  z-index: 99;
}

.newsContainer .content .honors .intro #swiper01 .rightArr:hover {
  background-image: url(../img/newsRRoundArr.png);
  transform: translate(-5%, -50%) rotate(360deg);
}

.newsContainer .content .honors .intro .detail {
  margin-bottom: 3.5rem;
  padding: 7.5rem 4.5rem 0 11.8rem;
  width: 47.5rem; max-width: 55%;
  height: 30.5rem;
  background-image: url(../img/newsBLogo.png);
  background-position: right  bottom;
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.newsContainer .content .honors .intro .detail .date {
  padding-bottom: 1.5rem;
  font-size: 0.9rem;
  color: #999;
}

.newsContainer .content .honors .intro .detail .title {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.3rem;
  font-weight: bold;
}

.newsContainer .content .honors .intro .detail .introduce {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding: 2.4rem 0 3.2rem 0;
  color: #666;
  font-size: 0.8rem;
  line-height: 1.6rem;
}

.newsContainer .content .honors .intro .detail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 2.6rem;
  color: #118663;
  font-size: 0.8rem;
  border: 1px solid #118663;
  border-radius: 100px;
}

.newsContainer .content .more {
  padding: 5.5rem 6rem;
  height: auto;
}

.newsContainer .content .more ul {
  display: grid;
  gap: 3.5rem 5rem;
  grid-template-columns: repeat(2, 1fr);
}

.newsContainer .content .more ul li a {
  display: flex;
  width: 100%;
  height: 8.5rem;
  border-bottom: 2px solid transparent;
}

.newsContainer .content .more ul li a:hover {
  border-bottom: 2px solid #118663;
}

.newsContainer .content .more ul li a:hover .text .date {
  color: #999;
}

.newsContainer .content .more ul li a:hover .text .title {
  color: #118663;
}

.newsContainer .content .more ul li a:hover .text .introduce {
  color: #666;
}

.newsContainer .content .more ul li a:hover .audio::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/audioHover.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.newsContainer .content .more ul li .text {
  padding-right: 1.6rem;
}

.newsContainer .content .more ul li .text .date {
  margin-top: .3rem;
  margin-bottom: .6rem;
  color: #999;
  font-size: 0.9rem;
}

.newsContainer .content .more ul li .text .title {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  font-size: 1.3rem;
  line-height: 3em;
}

.newsContainer .content .more ul li .text .introduce {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 1.2rem;
  color: #666;
  font-size: 0.8rem;
}

.newsContainer .content .more ul li .audio {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.5rem;
  height: 8.5rem;
  overflow: hidden;
}

.newsContainer .content .more ul li .audio img {
  height: 100%;
}

.newsContainer .content .pagination {
  display: flex;
  margin-bottom: 90px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.newsContainer .content .pagination a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
}

.newsContainer .content .pagination a:hover {
  color: #fff;
  background-color: #118663;
}

.newsContainer .content .pagination img {
  width: 50%;
  height: 50%;
}

.newsContainer .content .pagination .lArr {
  margin-right: 42px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #118663;
}

.newsContainer .content .pagination .rArr {
  margin-left: 42px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #118663;
}

@media screen and (max-width: 1050px) {
  .newsContainer .banner .pcShow {
    display: none;
  }
  .newsContainer .pic {
    margin-top: 0;
  }
  .newsContainer .pic .text .ch {
    font-size: 33px !important;
  }
  .newsContainer .pic .text .en {
    font-size: 16px !important;
  }
  .newsContainer .content .honors {
    padding: 25px 28px;
  }
  .newsContainer .content .honors .intro {
    flex-direction: column;
  }
  .newsContainer .content .honors .intro #swiper01 {
    position: relative;
    width: 90%;
    height: 100%;
    max-width: max-content;
    max-height: max-content;
  }
  .newsContainer .content .honors .intro #swiper01 .rightArr {
    width: 36px;
    height: 36px;
  }
  .newsContainer .content .honors .intro #swiper01 .leftArr {
    width: 36px;
    height: 36px;
  }
  .newsContainer .content .honors .intro .detail {
    padding: 7vw 5vw;
    width: 100%;
    max-width: max-content;
    max-height: max-content;
    height: unset;
  }
  .newsContainer .content .more {
    padding: 25px 28px;
  }
  .newsContainer .content .more ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .newsContainer .content .more ul li:nth-child(2n) {
    display: none;
  }
}

@media screen and (max-width: 864px) {
  .newsContainer .content .more ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 520px) {
  .newsContainer .content .honors {
    padding: 0 28px;
  }
  .newsContainer .content .honors .enT {
    padding-top: 28px;
  }
  .newsContainer .content .more {
    padding: 25px 28px;
  }
  .newsContainer .content .more ul li a .audio {
    display: none;
  }
}

@media screen and (min-width: 1050px) {
  .newsContainer .banner .h5Show {
    display: none;
  }
}

.newsUpdateContainer .bread {
  margin: 7.7rem 0 5.2rem 0;
  padding: 0 0 0 6rem;
  color: #333;
}

.newsUpdateContainer .bread a:last-child {
  color: #118663;
}

.newsUpdateContainer .content {
  padding: 0 6rem 5.7rem 6rem;
  display: flex;
}

.newsUpdateContainer .content .selector {
  display: unset !important;
  min-width: unset !important;
  max-width: 22rem;
  border: unset !important;
  color: #118663;
  flex-shrink: 0;
}

.newsUpdateContainer .content .selector .back {
  display: flex;
  align-items: center;
}

.newsUpdateContainer .content .selector .back img {
  margin-right: 6px;
  width: 17px;
  height: 14px;
}

.newsUpdateContainer .content .selector .more {
  margin-top: 3.7rem;
}

.newsUpdateContainer .content .selector .more .pre {
  position: relative;
  transition: all .5s ease;
  padding: 1.6rem 0.8rem;
  cursor: pointer;
  border-top: 1px solid #dbdbdb;
}

.newsUpdateContainer .content .selector .more .pre::before {
  content: '';
  display: none;
  position: absolute;
  top: -2px;
  left: 0;
  width: 4.8rem;
  height: 2px;
  background-color: #118663;
}

.newsUpdateContainer .content .selector .more .pre:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.newsUpdateContainer .content .selector .more .pre:hover::before {
  display: block;
}

.newsUpdateContainer .content .selector .more .pre:hover .title {
  color: #118663 !important;
}

.newsUpdateContainer .content .selector .more .pre:hover .footer span:last-child {
  color: #118663;
}

.newsUpdateContainer .content .selector .more .next {
  position: relative;
  transition: all .5s ease;
  padding: 1.6rem 0.8rem;
  cursor: pointer;
  margin-top: 1.9rem;
  border-top: 1px solid #dbdbdb;
}

.newsUpdateContainer .content .selector .more .next::before {
  content: '';
  display: none;
  position: absolute;
  top: -2px;
  left: 0;
  width: 4.8rem;
  height: 2px;
  background-color: #118663;
}

.newsUpdateContainer .content .selector .more .next:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.2);
}

.newsUpdateContainer .content .selector .more .next:hover::before {
  display: block;
}

.newsUpdateContainer .content .selector .more .next:hover .title {
  color: #118663 !important;
}

.newsUpdateContainer .content .selector .more .next:hover .footer span:last-child {
  color: #118663;
}

.newsUpdateContainer .content .selector .title {
  color: #333;
  font-size: 1rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newsUpdateContainer .content .selector .info {
  padding-top: 1.4rem;
  color: #666;
  font-size: 0.8rem;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newsUpdateContainer .content .selector .footer {
  display: flex;
  justify-content: space-between;
  margin-top: 2.6rem;
  color: #999;
  font-size: 0.9rem;
}

.newsUpdateContainer .content .article {
  padding-left: 6.5rem;
}

.newsUpdateContainer .content .article .artTitle {
  margin: 0;
  margin-right: 10rem;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 550;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsUpdateContainer .content .article .type {
  padding: 2.9rem 0;
  color: #adadad;
}

.newsUpdateContainer .content .article .type a {
  color: #118663;
}

.newsUpdateContainer .content .article .page div {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newsUpdateContainer .content .article .page div img {
  max-width: 100%;
}

.newsUpdateContainer .content .article .page div p {
  color: #118663;
}

.newsUpdateContainer .content .article .page hr {
  margin: 3.3rem 0 52px 0;
  border: none;
  height: 2px;
  background-color: #dbdbdb;
}

.newsUpdateContainer .content .article .page footer {
  background-color: transparent;
  font-size: 0.9rem !important;
  color: #118663;
}

.newsUpdateContainer .content .article .page footer .footIntro {
  padding: 2.1rem 0;
}

@media screen and (max-width: 1050px) {
  .newsUpdateContainer .banner .pcShow {
    display: none;
  }
  .newsUpdateContainer .banner .text {
    margin: 0 auto;
    padding: 5%;
  }
  .newsUpdateContainer .banner .text .slogan {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.9rem;
  }
  .newsUpdateContainer .banner .mouse {
    display: none;
  }
  .newsUpdateContainer .bread {
    margin: 88px 0 28px 0;
    padding: 0 5%;
    font-size: 14px;
  }
  .newsUpdateContainer .content {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 5%;
  }
  .newsUpdateContainer .content .selector {
    padding: 0;
    padding-bottom: 20px;
    max-width: 100%;
  }
  .newsUpdateContainer .content .selector .back {
    position: absolute;
    top: -14px;
  }
  .newsUpdateContainer .content .selector .more {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
  }
  .newsUpdateContainer .content .selector .more .next {
    margin: 0;
  }
  .newsUpdateContainer .content .selector .title {
    font-size: 16px;
  }
  .newsUpdateContainer .content .selector .info {
    font-size: 14px;
  }
  .newsUpdateContainer .content .selector .footer {
    font-size: 14px;
  }
  .newsUpdateContainer .content .article {
    margin-top: 16px;
    padding: 0;
  }
  .newsUpdateContainer .content .article .type {
    padding: 28px 0;
    font-size: 14px;
  }
  .newsUpdateContainer .content .article .artTitle {
    margin: 0;
    font-size: 20px;
  }
  .newsUpdateContainer .content .article .pic {
    margin: 20px 0 !important;
    padding-bottom: 20px !important;
  }
  .newsUpdateContainer .content .article footer {
    font-size: 10px;
  }
}

@media screen and (min-width: 1050px) {
  .newsUpdateContainer .banner .h5Show {
    display: none;
  }
}

.proAndSerContainer .pro {
  display: none !important;
}

.proAndSerContainer .ser {
  display: none !important;
}

.proAndSerContainer .detailForPro {
  display: none !important;
}

.proAndSerContainer .showSecondSelector {
  display: flex !important;
}

.proAndSerContainer .hideSecondSelector {
  display: none !important;
}

.proAndSerContainer .pic {
  position: relative;
  margin-top: 115px;
  object-fit: cover;
}

.proAndSerContainer .pic img {
  width: 100%;
  height: 100%;
}

.proAndSerContainer .pic .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 99;
}

.proAndSerContainer .pic .text .ch {
  font-size: 60px;
}

.proAndSerContainer .pic .text .en {
  font-size: 30px;
}

.proAndSerContainer .content {
  position: relative;
}

.proAndSerContainer .content .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  border-bottom: 1px solid #dbdbdb;
}

.proAndSerContainer .content .selector li {
  border-bottom: 2px solid transparent;
}

.proAndSerContainer .content .selector li:hover {
  color: #118663;
  border-bottom: 2px solid #118663;
}

.proAndSerContainer .content .secondSelector {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  width: 100%;
}

.proAndSerContainer .content .secondSelector li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.4rem;
  max-width: 8.5rem;
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-size: 0.8rem;
}

.proAndSerContainer .content .secondSelector li:hover {
  color: white !important;
  background-color: #118663;
}

.proAndSerContainer .content .secondSelector li:last-child {
  margin-left: 3rem;
}

.proAndSerContainer .content .show {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 2rem 6rem 3rem 6rem;
}

.proAndSerContainer .content .show .menu {
  position: relative;
  width: 396px;
  max-height: 108px;
  background-color: #118663;
  color: #dbdbdb;
  z-index: 99;
}

.proAndSerContainer .content .show .menu .text {
  padding: 28px 32px;
}

.proAndSerContainer .content .show .menu .chT {
  font-size: 26px;
}

.proAndSerContainer .content .show .menu .enT {
  font-size: 16px;
  line-height: 24px;
}

.proAndSerContainer .content .show .menu .more {
  position: absolute;
  top: 48px;
  right: 42px;
}

.proAndSerContainer .content .show .menu .box {
  display: none;
  margin-top: -8px;
  padding: 23px 18px;
  background-color: #fff;
  border: 1px solid #f1f4f6;
  width: 100%;
}

.proAndSerContainer .content .show .menu .box li {
  margin-top: 8px;
  padding: 18px;
  font-size: 18px;
  border-radius: 6px;
  background-color: #f1f4f6;
}

.proAndSerContainer .content .show .menu .box .choice {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px;
  color: #118663;
}

.proAndSerContainer .content .show .menu .box .choice img:first-child {
  width: 6px;
  height: 6px;
}

.proAndSerContainer .content .show .menu .box .choice img:last-child {
  position: absolute;
  top: 27px;
  right: 20px;
  width: 7px;
  height: 11px;
}

.proAndSerContainer .content .show .table {
  width: 100%;
}

.proAndSerContainer .content .show .table table, .proAndSerContainer .content .show .table td, .proAndSerContainer .content .show .table tr, .proAndSerContainer .content .show .table th {
  border-style: none;
}

.proAndSerContainer .content .show .table td, .proAndSerContainer .content .show .table td, .proAndSerContainer .content .show .table th {
  border: 1px solid #f1f4f6 !important;
}

.proAndSerContainer .content .show .table table {
  border-collapse: collapse;
  border-top: 5px solid #118663 !important;
  border-style: none;
  width: 100%;
}

.proAndSerContainer .content .show .table table tr {
  height: 75px;
  font-size: 14px;
}

.proAndSerContainer .content .show .table table tr:first-child {
  height: 48px;
  font-size: 18px;
  background-color: #eef9f6;
}

.proAndSerContainer .content .show .proShow {
  width: 100%;
}

.proAndSerContainer .content .show .proShow ul {
  display: grid;
  justify-items: center;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

.proAndSerContainer .content .show .proShow ul li {
  max-width: 20rem;
}

.proAndSerContainer .content .show .proShow ul li:hover .proPic .introduce {
  display: flex;
}

.proAndSerContainer .content .show .proShow ul li:hover .proPic::before {
  display: block;
}

.proAndSerContainer .content .show .proShow ul li:hover .proPic button {
  display: flex;
  z-index: 1000;
}

.proAndSerContainer .content .show .proShow ul li .proPic {
  position: relative;
  height: 100%;
}

.proAndSerContainer .content .show .proShow ul li .proPic .proShowPic {
  width: 100%;
  height: 100%;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.9rem;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce .top {
  color: white;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce .top .title {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.2rem;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce .top .from {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.8rem;
  line-height: 1.6rem;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce .information {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: .8rem;
  padding: 1rem 1.2rem .8rem 1.2rem;
  width: 100%;
  border: 1px solid white;
  border-radius: 6px;
  color: white;
  overflow: scroll;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce .information .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  margin-top: -0.8rem;
  height: 100%;
  font-size: 0.8rem;
  line-height: 1.2rem;
  overflow: scroll;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce .information .more {
  font-size: 0.7rem;
  line-height: 1.2rem;
}

.proAndSerContainer .content .show .proShow ul li .proPic .introduce .information .more img {
  width: .65rem;
  height: .55rem;
}

.proAndSerContainer .content .show .proShow ul li .proPic::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.proAndSerContainer .content .show .proShow ul li .bottomInfo {
  display: none;
  margin-top: -0.4rem;
  padding: 4px;
  border: 1px solid #dbdbdb;
}

.proAndSerContainer .content .show .proShow ul li .bottomInfo .title {
  color: #333;
}

.proAndSerContainer .content .show .proShow ul li .bottomInfo .from {
  color: #118663;
  font-size: 0.6rem;
}

.proAndSerContainer .content .show .proDetail {
  position: relative;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.proAndSerContainer .content .show .proDetail .top {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 19.8rem;
  height: fit-content;
  background-color: #f6f6f6;
  flex-shrink: 0;
}

.proAndSerContainer .content .show .proDetail .top .detailShow {
  max-width: 100%;
}

.proAndSerContainer .content .show .proDetail .top .picMore {
  position: absolute;
  top: 1.8rem;
  right: 1.5rem;
  display: none;
}

.proAndSerContainer .content .show .proDetail .top .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.1rem 1.4rem;
}

.proAndSerContainer .content .show .proDetail .top .text p:first-child {
  color: #333;
  font-size: 1.9rem;
  font-weight: bold;
}

.proAndSerContainer .content .show .proDetail .top .text p:last-child {
  color: #118663;
  margin-top: .5rem;
  font-size: .9rem;
}

.proAndSerContainer .content .show .proDetail .top .text .btn {
  margin-top: 4.5rem;
  display: flex;
  justify-content: space-between;
}

.proAndSerContainer .content .show .proDetail .top .text .btn .more {
  width: 1.4rem;
  height: 0.3rem;
}

.proAndSerContainer .content .show .proDetail .top .text .btn .re {
  width: 1.3rem;
  height: 1rem;
}

.proAndSerContainer .content .show .proDetail .detail {
  margin-left: 2.7rem;
  position: relative;
  width: 100%;
}

.proAndSerContainer .content .show .proDetail .detail .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #f4f4f4;
}

.proAndSerContainer .content .show .proDetail .detail .title span {
  position: relative;
  display: inline-block;
  padding: 0.6rem 1.75rem;
  color: #118663;
  font-size: 0.9rem;
  border-top: 2px solid #118663;
}

.proAndSerContainer .content .show .proDetail .detail .title span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(50% - 2.5px);
  transform: translate(-50, 0%);
  width: 0px;
  height: 0px;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 2.5px solid #118663;
}

.proAndSerContainer .content .show .proDetail .detail .info {
  padding: 5rem 1.7rem 1.75rem 1.7rem;
  height: 100%;
  border: 1px solid #f4f4f4;
}

.proAndSerContainer .content .show .proDetail .detail .info p {
  color: #333;
  font-size: 0.8rem;
  line-height: 1.7rem;
}

.proAndSerContainer .content .show .proDetail .detail .info p img {
  display: block;
  max-width: 100%;
}

.proAndSerContainer .content .show .proDetail .detail .info .infoTitle {
  margin-top: 2.6rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.proAndSerContainer .content .show .enProDetail .title {
  position: relative;
}

.proAndSerContainer .content .show .enProDetail .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 5px;
  height: 50%;
  background-color: #118663;
}

.proAndSerContainer .content .show .introduce {
  width: 100%;
}

.proAndSerContainer .content .show .introduce ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  overflow: scroll;
}

.proAndSerContainer .content .show .introduce ul .activeLi {
  position: relative;
  border: 2px solid #118663;
}

.proAndSerContainer .content .show .introduce ul .activeLi::before {
  display: block;
}

.proAndSerContainer .content .show .introduce ul .activeLi .picLi {
  background-color: #118663;
}

.proAndSerContainer .content .show .introduce ul .activeLi .picLi img {
  filter: grayscale(100%) brightness(200%);
}

.proAndSerContainer .content .show .introduce ul li {
  border: 2px solid transparent;
}

.proAndSerContainer .content .show .introduce ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.8rem 0 2.4rem 0;
  width: 15.6rem;
  min-width: 140px;
  border: 3px solid transparent;
  background-color: #f4f4f4;
  -webkit-user-drag: none;
}

.proAndSerContainer .content .show .introduce ul li .picLi {
  display: block;
  padding: 1.35rem;
  width: 5rem;
  height: 5rem;
  color: #118663;
  border-radius: 50%;
  background-color: #fff;
}

.proAndSerContainer .content .show .introduce ul li .picLi img {
  width: 100%;
  height: 100%;
}

.proAndSerContainer .content .show .introduce ul li .text {
  text-align: center;
}

.proAndSerContainer .content .show .introduce ul li .text p:first-child {
  margin-top: 1rem;
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
}

.proAndSerContainer .content .show .introduce ul li .text p:last-child {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: .8rem;
  color: #118663;
  font-size: 0.8rem;
}

.proAndSerContainer .content .show .introduce ul li::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 5px);
  transform: translate(-50, 0%);
  display: none;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #118663;
  z-index: 999;
}

.proAndSerContainer .content .show .introduce ul li:hover {
  border: 2px solid #118663;
}

.proAndSerContainer .content .show .introduce ul li:hover::before {
  display: block;
}

.proAndSerContainer .content .show .introduce ul li:hover .picLi {
  background-color: #118663;
}

.proAndSerContainer .content .show .introduce ul li:hover .picLi img {
  filter: grayscale(100%) brightness(200%);
}

.proAndSerContainer .content .show .introduce .serPic {
  background-image: url(../img/serPic.png);
  background-size: cover;
  position: relative;
  margin-top: 1.7rem;
  margin-bottom: 1.7rem;
  padding: 2.6rem;
}

.proAndSerContainer .content .show .introduce .serPic .serShowPic {
  width: 100%;
  height: 100%;
}

.proAndSerContainer .content .show .introduce .serPic img:last-child {
  position: absolute;
  top: 2.1rem;
  right: 2.5rem;
}

.proAndSerContainer .content .show .introduce .serPic .text p:first-child {
  margin-bottom: 0.4rem;
  color: #fff;
  font-size: 1.7rem;
}

.proAndSerContainer .content .show .introduce .serPic .text p:last-child {
  color: #118663;
  font-size: 0.9rem;
}

.proAndSerContainer .content .show .introduce .serIntro .title {
  background-color: #f4f4f4;
}

.proAndSerContainer .content .show .introduce .serIntro .title span {
  position: relative;
  display: inline-block;
  padding: 1rem 1.75rem;
  color: #118663;
  font-size: 0.9rem;
  border-top: 2px solid #118663;
}

.proAndSerContainer .content .show .introduce .serIntro .title span::before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(50% - 2.5px);
  transform: translate(-50, 0%);
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #118663;
}

.proAndSerContainer .content .show .introduce .serIntro .info {
  padding: 1.5rem 1.7rem;
  border: 1px solid #f4f4f4;
}

.proAndSerContainer .content .show .introduce .serIntro .info img {
  max-width: 100%;
}

.proAndSerContainer .content .show .introduce .serIntro .info .infoTitle {
  margin-top: 2.5rem;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

.proAndSerContainer .content .show .introduce .serIntro .info .infoTitle:first-child {
  margin-top: 0;
}

.proAndSerContainer .content .pagination {
  display: flex;
  margin-bottom: 90px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.proAndSerContainer .content .pagination a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
}

.proAndSerContainer .content .pagination a:hover {
  color: #fff;
  background-color: #118663;
}

.proAndSerContainer .content .pagination img {
  width: 50%;
  height: 50%;
}

.proAndSerContainer .content .pagination .lArr {
  margin-right: 42px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #118663;
}

.proAndSerContainer .content .pagination .rArr {
  margin-left: 42px;
  width: 24px;
  height: 24px;
  text-align: center;
  border: 1px solid #118663;
}

@media screen and (max-width: 1050px) {
  .proAndSerContainer .banner .pcShow {
    display: none;
  }
  .proAndSerContainer .content .secondSelector {
    width: 100%;
  }
  .proAndSerContainer .content .secondSelector li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    max-width: 145px;
    font-size: 14px;
  }
  .proAndSerContainer .content .secondSelector li:hover {
    color: white;
    background-color: #118663;
  }
  .proAndSerContainer .content .secondSelector li:last-child {
    margin-left: 40px;
  }
  .proAndSerContainer .content .show {
    padding: 25px 28px;
  }
  .proAndSerContainer .content .show .proShow .bottomInfo {
    display: block !important;
  }
  .proAndSerContainer .content .show .proShow .proPic {
    height: unset !important;
  }
  .proAndSerContainer .content .show .proShow ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .proAndSerContainer .content .show .proShow ul li {
    max-width: unset !important;
  }
  /* .proAndSerContainer .content .show .proShow ul li:nth-child(3n+5) {
    display: none;
  } */
  .proAndSerContainer .content .show .proShow ul li:hover .proPic .introduce {
    display: none !important;
  }
  .proAndSerContainer .content .show .proShow ul li:hover .proPic::before {
    display: none !important;
  }
  .proAndSerContainer .content .show .proShow ul li:hover .proPic button {
    display: flex;
    z-index: 1000;
  }
  .proAndSerContainer .content .show .proDetail {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
  .proAndSerContainer .content .show .proDetail .detail {
    margin-top: 1rem;
    margin-left: 0;
  }
  .proAndSerContainer .content .show .introduce ul {
    overflow: scroll;
  }
}

@media screen and (max-width: 520px) {
  .proAndSerContainer .content .show {
    padding: 28px 25px 30px 25px;
  }
  .proAndSerContainer .content .show .proShow ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  /* .proAndSerContainer .content .show .proShow ul li:nth-child(2n) {
    display: none !important;
  } */
  .proAndSerContainer .content .show .proDetail {
    display: grid;
  }
  .proAndSerContainer .content .show .proDetail .top {
    width: 100%;
  }
  .proAndSerContainer .content .show .proDetail .top .detailShow {
    max-width: 100%;
  }
  .proAndSerContainer .content .show .proDetail .detail {
    margin-top: 1rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 1050px) {
  .proAndSerContainer .banner .h5Show {
    display: none;
  }
}

.enVerProDetail .detail .title span {
  display: inline-block;
  padding: 0 1.75rem !important;
  height: 100%;
  border-top: 0px !important;
  color: #118663;
  font-size: 0.9rem;
  line-height: 3rem;
  font-weight: bold;
}

.enVerProDetail .detail .title span::before {
  display: none;
}

.enVerProDetail .detail .title span::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 3px;
  height: 1rem;
  background-color: #118663;
}

.enVerProDetail .infoText {
  margin-top: 1.9rem;
  color: #333;
  font-size: .8rem;
  line-height: 1.7rem;
}

.researchAndDevContainer .pic {
  position: relative;
  margin-top: 115px;
  object-fit: cover;
}

.researchAndDevContainer .pic img {
  width: 100%;
  height: 100%;
}

.researchAndDevContainer .pic .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 99;
}

.researchAndDevContainer .pic .text .ch {
  font-size: 60px;
}

.researchAndDevContainer .pic .text .en {
  font-size: 30px;
}

.researchAndDevContainer .content {
  position: relative;
}

.researchAndDevContainer .content .selectors {
  width: 100%;
  overflow: scroll;
}

.researchAndDevContainer .content .selector {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: fit-content !important;
  border-bottom: 1px solid #dbdbdb;
}

.researchAndDevContainer .content .selector li {
  min-width: fit-content !important;
  border-bottom: 2px solid transparent;
}

.researchAndDevContainer .content .selector li:hover {
  color: #118663;
  border-bottom: 2px solid #118663;
}

.researchAndDevContainer .content .title {
  padding: 1.5rem 0;
}

.researchAndDevContainer .content .enT {
  color: #009966;
  font-size: 0.8rem;
}

.researchAndDevContainer .content .chT {
  margin-top: 1.5rem;
  font-size: 1.9rem;
  font-weight: bold;
}

.researchAndDevContainer .content .proEquipment {
  padding: 3.25rem 0 4.3rem 6rem;
  background-image: url(../img/proEquBgc.png);
  background-size: cover;
}

.researchAndDevContainer .content .proEquipment .title {
  padding: 0;
}

.researchAndDevContainer .content .proEquipment .introduce {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.researchAndDevContainer .content .proEquipment .introduce .text {
  flex: 1;
}

.researchAndDevContainer .content .proEquipment .introduce .text p {
  margin: 4.5rem 0 2.25rem 0;
  color: #009966;
  font-size: 1.3rem;
}

.researchAndDevContainer .content .proEquipment .introduce .text ul li {
  color: #333333;
  font-size: 1rem;
  line-height: 2rem;
}

.researchAndDevContainer .content .proEquipment .introduce .rightArr {
  position: absolute;
  left: calc(40% + 2.5rem);
  bottom: 25px;
  transform: rotate(180deg);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/reaEquLarr.png);
  background-size: cover;
  cursor: pointer;
}

.researchAndDevContainer .content .proEquipment .introduce .rightArr:hover {
  background-image: url(../img/reaEquRarr.png);
  transform: rotate(360deg) scale(1.44);
}

.researchAndDevContainer .content .proEquipment .introduce .leftArr {
  position: absolute;
  left: calc(40% - 1.25rem);
  bottom: 25px;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/reaEquLarr.png);
  background-size: cover;
  cursor: pointer;
}

.researchAndDevContainer .content .proEquipment .introduce .leftArr:hover {
  background-image: url(../img/reaEquRarr.png);
  transform: rotate(180deg) scale(1.44);
}

.researchAndDevContainer .content .proEquipment .introduce #swiper01 {
  flex: 1;
  width: 100%;
}

.researchAndDevContainer .content .proEquipment .introduce #swiper01 .swiper-slide img {
  width: 17.5rem;
  height: 22.5rem;
}

.researchAndDevContainer .content .proEquipment .introduce #swiper01 .swiper-slide p {
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 3.2rem;
}

.researchAndDevContainer .content .quaControl {
  padding: 4rem 6rem 6rem 6rem;
}

.researchAndDevContainer .content .quaControl .title {
  padding: 0;
}

.researchAndDevContainer .content .quaControl .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.1rem;
}

.researchAndDevContainer .content .quaControl .choices {
  overflow: scroll;
}

.researchAndDevContainer .content .quaControl .choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 1.75rem;
  overflow: scroll;
}

.researchAndDevContainer .content .quaControl .choice .btn {
  padding: 0.9rem 2rem;
  border-radius: 10px;
  background-color: #f5f9fc;
  color: #666666; text-align: center;
  font-size: 1rem;
  cursor: pointer;
}

.researchAndDevContainer .content .quaControl .choice .btn:hover {
  color: white;
  background-color: #118663;
}

.researchAndDevContainer .content .quaControl .choice .activeChoice {
  color: white; 
  background-color: #118663;
}

.researchAndDevContainer .content .quaControl .introduce {
  display: flex;
}

.researchAndDevContainer .content .quaControl .introduce .introPic {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 46rem;
  height: 25.5rem;
  overflow: scroll;
  flex-shrink: 0;
}

.researchAndDevContainer .content .quaControl .introduce .introPic img {
  height: 25.5rem;  object-fit: cover
}

.researchAndDevContainer .content .quaControl .introduce .info {
  margin-left: 4.5rem;
  width: 100%;
}
.researchAndDevContainer .content .quaControl .introduce .info .info-content p{ margin-top:0.6rem; }
.researchAndDevContainer .content .quaControl .introduce .info .infoTitle {
  position: relative;
  padding-bottom: 1.9rem;
  border-bottom: 1px solid #dbdbdb;
  color: #118663;
  font-size: 1.7rem;
}
.researchAndDevContainer .content .quaControl .introduce .info .info-content{
	overflow: auto; max-height: 22rem; line-height:1.6
}
.researchAndDevContainer .content .quaControl .introduce .info .info-content::-webkit-scrollbar {
  width: 4px; display: block;
}

.researchAndDevContainer .content .quaControl .introduce .info .info-content::-webkit-scrollbar-thumb {
  background: rgba(50, 50, 50, 0.1);
  border-radius: 5px;
}
.researchAndDevContainer .content .quaControl .introduce .info .infoTitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  border-bottom: 5px solid #118663;
}

.researchAndDevContainer .content .quaControl .introduce .info ul {
  margin-top: 2.4rem;
  font-size: 1.1rem;
}

.researchAndDevContainer .content .quaControl .introduce .info ul li {
  margin-top: 1.5rem;
  color: #333;
  font-size: 0.9rem;
}

.researchAndDevContainer .content .dataShow {
  padding: 6.5rem 0;
  background-image: url(../img/proEquData.png);
  background-size: cover;
}

.researchAndDevContainer .content .dataShow .data {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  height: 100%;
}

.researchAndDevContainer .content .dataShow .data .show {
  margin-top: .4rem;
  text-align: center;
  color: white;
}

.researchAndDevContainer .content .dataShow .data .show .top span {
  font-size: 0.95rem;
  line-height: 0;
}

.researchAndDevContainer .content .dataShow .data .show .top .num {
  font-size: 3.3rem;
  font-weight: bold;
}

.researchAndDevContainer .content .dataShow .data .show p {
  margin-top: 1.1rem;
  font-size: 0.95rem;
}

.researchAndDevContainer .content .certificate {
  position: relative;
  padding: 5.4rem 6rem 5.75rem 6rem;
  background-image: url(../img/proEquBgc.png);
  background-size: cover;
}

.researchAndDevContainer .content .certificate .title {
  padding: 0;
}

.researchAndDevContainer .content .certificate .rightArr {
  position: absolute;
  right: 5%;
  top: calc(50% + 2.4rem);
  transform: rotate(180deg);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/cerLarr.png);
  background-size: cover;
  z-index: 999;
  cursor: pointer;
}

.researchAndDevContainer .content .certificate .rightArr:hover {
  background-image: url(../img/cerRarr.png);
  transform: rotate(360deg);
}

.researchAndDevContainer .content .certificate .leftArr {
  position: absolute;
  left: 5%;
  top: calc(50% + 2.4rem);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../img/cerLarr.png);
  background-size: cover;
  z-index: 999;
  cursor: pointer;
}

.researchAndDevContainer .content .certificate .leftArr:hover {
  background-image: url(../img/cerRarr.png);
  transform: rotate(180deg);
}

.researchAndDevContainer .content .certificate #swiper02 {
  margin: 2.4rem 4.5rem 0 4.5rem;
}

.researchAndDevContainer .content .certificate #swiper02 img {
  width: 100%;
}

.researchAndDevContainer .content .patent {
  position: relative;
  padding-left: 6rem;
  background-image: url(../img/proEquBgc.png);
  background-size: cover;
}

.researchAndDevContainer .content .patent .title {
  padding: 0;
}

.researchAndDevContainer .content .patent ul {
  display: flex;
  padding: 4rem 3rem 4.75rem 0;
  overflow: scroll;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.researchAndDevContainer .content .patent ul li {
  margin-left: 3rem;
  color: #666;
}

.researchAndDevContainer .content .patent ul li:first-child {
  margin-left: 0;
}

.researchAndDevContainer .content .patent ul li:last-child {
  width: 3rem;
  height: 100%;
}

.researchAndDevContainer .content .patent ul li p {
  margin-left: 0.4rem;
}

.researchAndDevContainer .content .patent ul li img {
  max-width: 350px;
  pointer-events: none;
}
.contactUsContainer .content .onlineMsg form .inputBox-yzm {
  position: relative;
}

.contactUsContainer .content .onlineMsg form .inputBox-yzm img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 100%;
  background-color: #d9d9d9;
  border-radius: 0 4px 4px 0;
}
.contactUsContainer .content .onlineMsg form .inputBox-yzm .required {
  left: calc(2em + 1.3rem)!important;
}

@media screen and (max-width: 520px) {
  .researchAndDevContainer .content .proEquipment {
    padding: 25px 28px;
  }
  .researchAndDevContainer .content .proEquipment .rightArr {
    display: none;
  }
  .researchAndDevContainer .content .proEquipment .leftArr {
    display: none;
  }
  .researchAndDevContainer .content .quaControl {
    padding: 25px 28px;
  }
  .researchAndDevContainer .content .quaControl .introduce .introPic {
    width: unset;
    height: 22rem;
  }
  .researchAndDevContainer .content .quaControl .introduce .introPic img {
    height: 22rem;
  }
  .researchAndDevContainer .content .certificate {
    padding: 25px 28px;
  }
  .researchAndDevContainer .content .patent {
    padding: 25px 28px;
  }
}

@media screen and (max-width: 864px) {
  .researchAndDevContainer .proEquipment .introduce {
    flex-direction: column;
  }
  .researchAndDevContainer .proEquipment .introduce .rightArr {
    bottom: -2.4rem !important;
    left: 3.6rem !important;
  }
  .researchAndDevContainer .proEquipment .introduce .leftArr {
    bottom: -2.4rem !important;
    left: 0 !important;
  }
  .researchAndDevContainer .proEquipment .introduce #swiper01 {
    margin-top: 1rem;
  }
  .researchAndDevContainer .quaControl .top {
    align-items: unset !important;
    flex-direction: column;
    width: 100%;
  }
  .researchAndDevContainer .quaControl .top .choices {
    width: 100%;
  }
  .researchAndDevContainer .quaControl .top .choice {
    width: fit-content;
  }
  
  .newsContainer .content .honors .intro #swiper01{
    top:1.5rem;
    height: 13rem;
  }
}

@media screen and (max-width: 1050px) {
  .researchAndDevContainer .banner .pcShow {
    display: none;
  }
  .researchAndDevContainer .content .proEquipment {
    padding: 25px 28px;
  }
  .researchAndDevContainer .content .proEquipment .introduce {
    flex-direction: column;
  }
  .researchAndDevContainer .content .proEquipment .leftArr {
    left: calc(40% + 11rem) !important;
    bottom: 0;
    top: 266px;
  }
  .researchAndDevContainer .content .proEquipment .rightArr {
    left: calc(40% + 15rem) !important;
    bottom: 0;
    top: 266px;
  }
  .researchAndDevContainer .content .quaControl {
    padding: 25px 28px;
  }
  .researchAndDevContainer .content .quaControl .choice {
    display: flex;
    gap: unset;
    overflow: scroll;
  }
  .researchAndDevContainer .content .quaControl .choice .btn {
    flex-shrink: 0;
    margin-left: 1.75rem;
  }
  .researchAndDevContainer .content .quaControl .choice .btn:first-child {
    margin-left: 0;
  }
  .researchAndDevContainer .content .quaControl .introduce {
    flex-direction: column;
  }
  .researchAndDevContainer .content .quaControl .introduce .introPic {
    width: unset;
  }
  .researchAndDevContainer .content .quaControl .introduce .info {
    margin-top: 1rem;
    margin-left: 0;
  }
  .researchAndDevContainer .content .certificate {
    padding: 25px 28px;
  }
  .researchAndDevContainer .content .patent {
    padding: 25px 28px;
  }
  .contactUsContainer .content .onlineMsg form .secondDiv-yzm {
    display: block;
  }
}

@media screen and (min-width: 1050px) {
  .researchAndDevContainer .banner .h5Show {
    display: none;
  }
}

.search-input {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 3%;
  margin-bottom: 0;
}

.search-input .input {
  padding: 0 2%;
  border: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  width: 450px;
  border-radius: 40px 0px 0px 40px;
  background-color: #fff;
}

.search-input .search-but {
  height: 50px;
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #118663;
  color: #fff;
  border-radius: 0px 40px 40px 0px;
  border: 0;
}

.slideImgType02 {
  -webkit-animation: slideImgType02 5s cubic-bezier(0, 0, 0.58, 1) forwards;
  animation: slideImgType02 5s cubic-bezier(0, 0, 0.58, 1) forwards;
}

@-webkit-keyframes slideImgType02 {
  0% {
    -webkit-transform: scale(1.1) translate(-3%, -3%);
    transform: scale(1.1) translate(-3%, -3%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

@keyframes slideImgType02 {
  0% {
    -webkit-transform: scale(1.1) translate(-3%, -3%);
    transform: scale(1.1) translate(-3%, -3%);
  }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
}

.enInstant {
  justify-content: center !important;
  align-items: center !important;
}

.enInstant .top .title {
  display: unset !important;
  font-size: 1.7rem !important;
  font-weight: bold !important;
}



.part01{
	display: grid; align-items: center; line-height:1.8;
	grid-template-columns: repeat(2, 1fr);
}
.part01 .pic{
	max-width:80%; margin:0 auto !important; display:block; height: inherit !important; max-height:80vw;
}
.part01 .p1{font-size:200%;margin-bottom:1em; }
.part01 .p1:after{
	content:""; display:block; width:1.5em; height:2px; background:#118663; margin-top:0.6em;
}
.part01 .p2{ font-size:130%;margin-bottom:1em;}
.part01 .p3{ text-align: justify; color: #777; }

@media screen and (max-width: 666px){
	.part01{
		grid-template-columns: repeat(1, 1fr);
	}
	.part01 .p1{ margin-top: 1em;font-size:170%; }
}