div {
  text-align: justify;
}

footer.footer {
  box-sizing: border-box;
  background: #272A32;
  font-size: 1rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #D5D5D5;
  line-height: 2rem;
  display: flex;
  justify-content: center;
}

.footer-container {
  box-sizing: border-box;
  width: 82.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.connection {
  margin: 3.25rem 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.address {
  font-size: 1rem;
  color: #ffffff;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.address .tel {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.company-presentation {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  display: flex;
  padding: 3.75rem 0 5rem;
  justify-content: space-between;
}
.logo {
  width: 15.625rem;
  display: flex;
  flex-direction: column;
}
.footer-logo {
  width: 7.5rem;
  height: 3.3125rem;
}
.logo span {
  font-weight: bold;
 font-size: 1rem;
 color: #ffffff;
 margin: .5rem 0;
}
.logo i {
  font-style: normal;
  font-size: .75rem;
  color: #cccccc;
  line-height: 1.125rem;
}

.company-type {
 display: grid;
 grid-template-columns: repeat(6,auto);
 gap: 3.125rem;
}
.company-type-item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.company-type-item-title {
  display: flex;
  flex-direction: column;
  transition-duration: 500ms;
}
.company-type-item-title:hover {
 transform: scale(1.05);
 transition-duration: 500ms;
}
.company-type-item-title:hover .slider {
  width: 3.75rem;
  transform: scale(1.05);
 transition-duration: 500ms;
}
.company-type-item-title span {
  font-size: 1rem;
  color: #ffffff;
  line-height: 2.5rem;
}
.company-type-txt {
  color: #999999;
  margin-top: 1rem;
}
.company-type-txt:hover {
  color: #00A8FF;
}
.slider {
  transition-duration: 500ms;
  width: 1.5rem;
  height: .125rem;
  border-radius: .1875rem;
  background-color: #00A8FF;
}
.qrCode-box {
  display: flex;
  justify-content: flex-end;
}
.qrCode-item {
  display: flex;
  flex-direction: column;
}
.qrCode {
  width: 6rem;
  height: 6rem;
  background-color: #ffffff;
  border-radius: .625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrCode-txt {
  font-size: .875rem;
  color: rgba(255,255,255,0.8);
  line-height: 2.5rem;
}
.qrCode-img {
  width: 5rem;
  height: 5rem;
}
.company {
  width: 100%;
  box-sizing: border-box;
  padding: 1.5625rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: .875rem;
  color: #999999;
}
.company span a{
  color: #999999;
}

ul {
  list-style: none;
}


header.header a {

  text-decoration: none;
  color: #fff;
}

.header.header_white {
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.header-box {
  padding: 0 13.5%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_white {
  color: #fff;
}


.header-logo img {
  width: 132px;
  height: 60px;
}

.menu_list {
  display: flex;
}

.menu_list .txt {
  font-size: 20px;
  font-family: SourceHanSansCN-Medium;
  padding-bottom: 6px;
  line-height: 70px;
  white-space: nowrap;
}

.menu_list li.menu_li a.active {
  border-bottom: 4px solid #00A8FF;
}

.menu_list li.menu_li {
  margin-right: 40px;
  text-align: center;
  position: relative;
}

ul.sub_list {
  position: absolute;
  left: calc(50% - 150px);
  display: none;
}

ul.sub_list li {
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  width: 300px;
  text-align: center;
  line-height: 71px;
}

.menu_show.header_white {
  background: rgba(255, 255, 255, 0.4);
  animation: myAnimation 0.15s ease-in-out forwards;
}

/* 弹出框pop-幻灯片swiper轮播 - 2021/11/4 陈继平 */
.demoItemsPopBg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.9);
}

.demoItemsPopArea {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  overflow: hidden;
  z-index: 10;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  font-size: 18px;
  left: 0;
}

.swiper .swiper-slide {
  object-fit: cover;
}

.swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper .swiper-wrapper {
  height: 100%;
}

.swiper .swiper-button {
  cursor: pointer;
  top: 40%;
}

.mySwiper {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  height: 20%;
}

.mySwiper .swiper-wrapper {
  display: flex;
  justify-content: center;
}

.mySwiper .swiper-slide {
  margin-right: 12px;
  width: 25%;
  height: 100%;
  opacity: 0.8;
  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
  overflow: hidden;
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
}

.mySwiper2 .swiper-slide {
  width: 100%;
  height: 80%;
}

.swiperClose {
  position: fixed;
  right: 2%;
  top: 1%;
  font-size: 48px;
  color: #fff;
  cursor: pointer;
}

/* end */

@keyframes myAnimation {
  from {
    height: 100px;
    opacity: 0.1;
  }

  to {
    height: 400px;
    opacity: 1;
  }
}

.menu_show.header_white a {
  color: #ffffff;
}

.lang {
  flex-shrink: 0;
  position: relative;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  line-height: 32px;
  color: #fefefe;
}

.lang .icon_hide_show {
  position: absolute;
  top: -1px;
  right: -18px;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent#fff;
  transform: rotate(0deg);
  transition: transform ease 0.5s;
}

.lang .icon_hide_show.show {
  top: 7px;
  transform: rotate(180deg);
}

.lang.bgwhite {
  color: #000;
}

.lang_show {
  position: relative;
}

.language_list {
  display: none;
  position: absolute;
  top: 30px;
  right: -18px;
  width: 7.25rem;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  /* padding: 0 .625rem; */
}

.language_list li {
  width: 100%;
  text-align: center;
}

.language_list li a {
  display: block;
  font-size: .75rem;
  color: #00873B;
  height: 30px;
  line-height: 30px;
}

.language_list li .greenA {
  color: #00873B;
}

.language_list li a:hover {
  color: #00873B;
}

.language_list li.current a {
  background-color: #00873B;
  color: #fff;
}

.nav-Online-box {
  position: fixed;
  left: 0;
  bottom: 30vh;
  z-index: 1;
}

.Online {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 4px;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  background: #00873B;
  border-radius: 4px;
}

.Online a {
  color: #fff;
}

.nav-left-box {
  position: fixed;
  right: 0;
  bottom: 30vh;
  z-index: 1000;
}

.nav-left3 {
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  width: 38px;
  height: 40px;
  font-size: 24px;
  background: #00873B;
  color: #fff;

  opacity: 1;
  border-radius: 4px;
}

.nav-left3 {
  position: absolute;
  right: 0;
  top: 108px;
}

/*分页*/
#pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px;
  text-align: center;
}

#pages li {
  margin: 0 2px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  color: #01863A;
}

#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
}

#pages li.active {
  text-align: center;
  background: #01863A;
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  background: #01863A;
  color: #01863A;
}

#pages li:hover a {
  color: #fff;
}

#pages li.disabled:hover {
  color: #333;
  background: #e6e6e6;
  cursor: default;
}

#pages li.disabled:hover span {
  color: #333;
}

.clear::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

#qrcode {
  margin: 10px 0 5px;
}

@media screen and (min-width: 1680px) and (max-width: 2000px) {
  .header-box {
    padding: 0 8%;
  }

  .header-logo {
    margin-right: 160px;
  }

}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .header-box {
    padding: 0 6%;
  }

  .header-logo {
    margin-right: 180px;
  }

  .menu_list .txt {
    font-size: 16px;
    padding-bottom: 6px;
  }

  .menu_list li.menu_li {
    margin-right: 40px;
  }

  .lang {
    font-size: 16px;
  }

  ul.sub_list li {
    font-size: 14px;
    width: 120px;
  }

}

@media (max-width: 1440px) {
  .header-box {
    padding: 0 4%;
  }

  .header-logo {
    margin-right: 120px;
  }

  .lang {
    font-size: 14px;
  }

  .menu_list .txt {
    font-size: 14px;
    padding-bottom: 6px;
  }

  ul.sub_list li {
    font-size: 12px;
    width: 120px;
    text-align: center;
  }

}

.main .modal-body .modal-body-mp4 video {
  max-height: 80vh;
  width: auto;
}

.onlineWe img {
  width: 27px;
  height: 35px;
}

.onlineWe a {
  width: 40px;
  font-size: 14px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.onlineWe .eng {
  width: 60px;
}

/* 、、以前适配的css */
div {
  text-align: justify;
}


ul {
  list-style: none;
}


a {
  text-decoration: none;
}



ul li {
  list-style: none;
}

ul,
li {
  padding: 0;
  margin: 0;
}

header.header a {
  text-decoration: none;
}

.header.header_white {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-box {
  padding: 0 13.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_white {
  color: #fff;
}

.header-logo {
  margin-right: 200px;
}

.header-logo img {
  width: 132px;
  height: 60px;
}

.menu_list {
  /* width: 60%; */
  display: flex;
}

.menu_list .txt {
  font-size: 20px;
  font-family: SourceHanSansCN-Medium;
  padding-bottom: 6px;
  line-height: 70px;
}

.menu_list li.menu_li a.active {
  border-bottom: 4px solid #00A8FF;
}

.menu_list li.menu_li {
  /* width: 120px; */
  margin-right: 55px;
  text-align: center;
  position: relative;
}

ul.sub_list {
  position: absolute;
  left: calc(50% - 60px);
  display: none;
}

ul.sub_list li {
  font-size: 18px;
  font-family: SourceHanSansCN-Medium;
  width: 120px;
  text-align: center;
  line-height: 71px;
}

ul.sub_list li.li_en a {
  white-space: nowrap;
}

.menu_show.header_white {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
  animation: myAnimation 0.15s ease-in-out forwards;
  /*infinite alternate forwards*/
}

.menu_show.header_white li a {
  color: #ffffff;
}

@keyframes myAnimation {
  from {
    height: 100px;
    opacity: 0.1;
  }

  to {
    height: 400px;
    opacity: 1;
  }
}

.menu_show.header_white a {
  color: #666;
}

.lang {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  line-height: 32px;
  color: #fefefe;
}

.lang.bgwhite {
  color: #000;
}


.nav-Online-box {
  position: fixed;
  left: 0;
  bottom: 30vh;
  z-index: 9999;
}

.Online {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 4px;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  background: #00873B;
  border-radius: 4px;
}

.Online a {
  color: #fff;
}

.nav-left-box {
  position: fixed;
  right: 0;
  bottom: 30vh;
  z-index: 1000;
}

.nav-left3 {
  cursor: pointer;
  text-align: center;
  line-height: 1.5;
  width: 38px;
  height: 40px;
  font-size: 24px;
  background: #00873B;
  color: #fff;

  opacity: 1;
  border-radius: 4px;
}

.nav-left3 {
  position: absolute;
  right: 0;
  top: 108px;
}

/*分页*/
#pages {
  margin: 0 0 20px;
  text-align: center;
}

#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}

#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}

#pages li.active {
  text-align: center;
  background: #01863A;
  color: #fff;
  display: inline-block;
}

#pages li:hover {
  background: #01863A;
  color: #fff;
}

#pages li:hover a {
  color: #fff;
}

@media screen and (min-width: 1680px) and (max-width: 1919px) {
  .header-box {
    padding: 0 8%;
  }

  .header-logo {
    margin-right: 160px;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1679px) {
  .header-box {
    padding: 0 6%;
  }

  .header-logo {
    margin-right: 180px;
  }

  .menu_list .txt {
    font-size: 16px;
    padding-bottom: 6px;
  }

  .menu_list li.menu_li {
    margin-right: 40px;
  }

  .lang {
    font-size: 16px;
  }

  ul.sub_list li {
    font-size: 14px;
    width: 120px;
  }

}

@media (max-width: 1440px) {
  .header-box {
    padding: 0 4%;
  }

  .header-logo {
    margin-right: 120px;
  }

  .lang {
    font-size: 14px;
  }

  .menu_list .txt {
    font-size: 14px;
    padding-bottom: 6px;
  }

  ul.sub_list li {
    font-size: 12px;
    width: 120px;
    text-align: center;
  }

}

.main .modal-body .modal-body-mp4 video {
  max-height: 80vh;
  width: auto;
}
