.main {
  width: 100%;
  height: 100%;
}
.main .firstScreen {
  width: 100%;
  height: 100vh;
}
.main .firstScreen header {
  width: 100%;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.62rem;
  background: #ffffff;
  box-shadow: 0px 0px 54px 0px rgba(153, 153, 153, 0.19);
  position: fixed;
  top: 0;
  z-index: 100;
}
.main .firstScreen header ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.main .firstScreen header ul li {
  margin-right: 0.3rem;
  height: 100%;
  position: relative;
  line-height: 0.62rem;
}
.main .firstScreen header ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: 0 0.16rem;
}
.main .firstScreen header ul li a:hover {
  font-weight: bold;
  color: #42929d;
}
.main .firstScreen header ul li a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #42929d;
  width: 100%;
  left: 0;
}
.main .firstScreen header ul li:last-child {
  margin-right: 0;
}
.main .firstScreen header ul .phone {
  display: flex;
  align-items: center;
}
.main .firstScreen header ul .phone img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
.main .firstScreen header ul .phone span {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  margin-left: 0.09rem;
}
.main .firstScreen header .active a {
  font-weight: bold;
  color: #42929d;
}
.main .firstScreen header .active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #42929d;
  width: 100%;
  left: 0;
}
.main .firstScreen .showMenu,
.main .firstScreen .Menu {
  display: none;
}
.main .firstScreen .indexBanner {
  width: 100%;
  height: 100vh;
}
.main .firstScreen .indexBanner .swiper-slide {
  height: 100%;
}
.main .firstScreen .indexBanner .swiper-slide .swiper-slide-text {
  left: 2.4rem;
  position: absolute;
  bottom: 2rem;
}
.main
  .firstScreen
  .indexBanner
  .swiper-slide
  .swiper-slide-text
  .swiper-slide-text-tit {
  font-size: 0.77rem;
  font-weight: bold;
  color: #177c8a;
  display: flex;
  align-items: center;
}
.main
  .firstScreen
  .indexBanner
  .swiper-slide
  .swiper-slide-text
  .swiper-slide-text-tit
  i {
  width: 14px;
  height: 14px;
  background: #177c8a;
  border-radius: 50%;
  display: block;
  margin: 0 0.27rem;
}
.main .firstScreen .indexBanner .swiper-slide .swiper-slide-text p {
  font-size: 0.46rem;
  font-weight: 300;
  color: #212022;
}
.main .firstScreen .indexBanner .swiper-pagination {
  bottom: 0.64rem;
  display: flex;
  padding-left: 2.4rem;
}
.main .firstScreen .indexBanner .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.main
  .firstScreen
  .indexBanner
  .swiper-pagination
  .swiper-pagination-bullet:hover {
  background-color: #268c9a;
}
.main
  .firstScreen
  .indexBanner
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #268c9a;
}
.main .service {
  padding-top: 0.74rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.main .service .service-box1 {
  padding-left: 2.4rem;
  width: 100%;
}
.main .service .service-box2 {
  width: 100%;
  margin-top: 0.5rem;
}
.main .service .service-box2 ul {
  display: flex;
  height: 80vh;
}
.main .service .service-box2 ul li:nth-child(odd) {
  background-color: #575757;
  display: flex;
}
.main .service .service-box2 ul li:nth-child(even) {
  background-color: #636363;
  display: flex;
}
.main .service .service-box2 ul li {
  flex-direction: row-reverse;
}
.main .service .service-box2 ul li:hover:last-child {
  flex-direction: row;
}
.main .service .service-box2 ul li {
  cursor: pointer;
}
.main .service .service-box2 ul li .service-box2-hover {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.96rem 0.87rem 0.85rem 0.87rem;
  justify-content: space-between;
  height: 100%;
  width: 10%;
}
.main .service .service-box2 ul li .service-box2-hover span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 28px;
  color: #ffffff;
  display: block;
  letter-spacing: 8px;
}
.main .service .service-box2 ul li .service-box2-hover img {
  border-radius: 50%;
  /*margin-top: 1.7rem;*/
  width: 1.33rem;
  height: 1.33rem;
  object-fit: cover;
  padding: 3px;
  background: #fff;
min-width: 1.33rem;
    min-height: 1.33rem;
}
.main .service .service-box2 ul li .service-box2-active {
  width: 100%;
  position: relative;
  padding: 0;
  height: 100%;
}
.main .service .service-box2 ul li .service-box2-active img {
  width: 100%;
  height: 100%;
  display: block;
}
.main
  .service
  .service-box2
  ul
  li
  .service-box2-active
  .service-box2-active-msg {
  position: absolute;
  bottom: 0.76rem;
  left: 1.2rem;
  display: flex;
  flex-direction: column;
  z-index: 1;
  right: 1.2rem;
}
.main
  .service
  .service-box2
  ul
  li
  .service-box2-active
  .service-box2-active-msg
  span:first-child {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.main
  .service
  .service-box2
  ul
  li
  .service-box2-active
  .service-box2-active-msg
  span:last-child {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 0.19rem;
}
.main .about {
  width: 100%;
  padding-left: 2.4rem;
}
.main .about .about-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.main .about .about-box .about-box-l {
  flex: 1;
  margin-bottom: 1.2rem;
}
.main .about .about-box .about-box-l .about-msg {
  margin-top: 0.8rem;
}
.main .about .about-box .about-box-l .about-tit {
  font-size: 0.32rem;
  color: #333333;
  line-height: 48px;
  margin-top: 1.26rem;
}
.main .about .about-box .about-box-l .about-outline {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 0.31rem;
}
.main .about .about-box .about-box-l .about-more {
  font-size: 16px;
  color: #268c9a;
  margin-top: 0.54rem;
  display: block;
  text-decoration: none;
  position: relative;
  width: 1.2rem;
}
.main .about .about-box .about-box-l .about-more::after {
  content: ' ';
  width: 0;
  height: 1px;
  background: #268c9a;
  position: absolute;
  bottom: -0.05rem;
  left: 50%;
  transition: all 0.5s;
}
.main .about .about-box .about-box-l .about-more:hover::after {
  left: 0;
  bottom: -0.05rem;
  width: 1.2rem;
}
.main .about .about-box .about-box-l .about-line {
  width: 100%;
  height: 1px;
  background: #c5c5c5;
  margin: 0.6rem 0;
}
.main .about .about-box .about-box-l .about-list {
  display: flex;
  align-items: center;
}
.main .about .about-box .about-box-l .about-list .about-list-number {
  display: flex;
  flex-direction: column;
  margin-right: 0.8rem;
}
.main
  .about
  .about-box
  .about-box-l
  .about-list
  .about-list-number
  .about-list-number-tit {
  font-size: 18px;
  color: #666666;
}
.main
  .about
  .about-box
  .about-box-l
  .about-list
  .about-list-number
  .number
  span:first-child {
  font-size: 48px;
  font-weight: bold;
  color: #268c9a;
}
.main
  .about
  .about-box
  .about-box-l
  .about-list
  .about-list-number
  .number
  span:last-child {
  font-size: 24px;
  font-weight: 400;
  color: #268c9a;
}
.main .about .about-box .about-box-r {
  flex: 1;
}
.main .about .about-box .about-box-r img {
  width: 100%;
  height: 100%;
}
.main .systems {
  width: 100%;
  background: url('../img/banner.jpg') center center / cover no-repeat;
  position: relative;
  padding-bottom: 0.92rem;
  padding-top: 0.8rem;
}
.main .systems .systems-box {
  width: 100%;
  padding: 0 2.4rem;
  z-index: 1;
  position: relative;
}
.main .systems .systems-box .systems-msg .indexEn,
.main .systems .systems-box .systems-msg .indexCn {
  color: #fff;
}
.main .systems .systems-list {
  margin-top: 0.5rem;
  position: relative;
  height: 100%;
}
.main .systems .systems-list .systems-list-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0.2rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.9rem;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide
  span {
  margin-top: 0.27rem;
  font-size: 18px;
  color: #333;
  line-height: 34px;
  padding: 0 0.12rem;
  text-align: center;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide
  .systems-active {
  display: none;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide:hover {
  background-color: #268c9a;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  span {
  color: #fff;
  font-weight: bold;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .systems-hover {
  display: none;
}
.main
  .systems
  .systems-list
  .systems-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .systems-active {
  display: block;
}
.main .case {
  width: 100%;
  background: #f5f5f5;
}
.main .case .case-box {
  width: 100%;
  padding: 0.8rem 2.4rem;
}
.main .case .case-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.main .case .case-list a {
  width: calc(33.33% - 0.14rem);
  background: #ffffff;
  margin-right: 0.2rem;
  margin-bottom: 0.23rem;
  transition: background 1s;
}
.main .case .case-list a .case-list-img-box {
  overflow: hidden;
  height: 30vh;
}
.main .case .case-list a .case-list-img-box img {
  height: 100%;
  width: 100%;
  transition: all 1s;
  transform: scale(1);
  object-fit: cover;
}
.main .case .case-list a .case-list-info-box {
  padding: 0.38rem 0.3rem;
  display: flex;
  flex-direction: column;
}
.main .case .case-list a .case-list-info-box .case-list-info-box-one {
  font-size: 14px;
  color: #666666;
}
.main .case .case-list a .case-list-info-box .case-list-info-box-two {
  margin-top: 0.23rem;
  font-size: 24px;
  color: #333333;
}
.main .case .case-list a .case-list-info-box .case-list-info-box-more {
  margin-top: 0.48rem;
  font-size: 16px;
  color: #268c9a;
  display: flex;
  align-items: center;
}
.main .case .case-list a:nth-child(3n + 3) {
  margin-right: 0;
}
.main .case .case-list a:hover .case-list-info-box {
  background: #268c9a;
}
.main .case .case-list a:hover .case-list-img-box img {
  transform: scale(1.2);
}
.main .case .case-list a:hover .case-list-info-box-one,
.main .case .case-list a:hover .case-list-info-box-two,
.main .case .case-list a:hover .case-list-info-box-more {
  color: #fff;
}
.main .InnerPageCase {
  margin-top: 0;
  background: #fff;
}
.main .InnerPageCase .case-box {
  padding-top: 0.5rem;
}
.main .InnerPageCase .case-box .case-list {
  margin-top: 0;
}
.main .systems::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.5;
}
.main .news {
  width: 100%;
  padding-left: 2.4rem;
}
.main .news .news-box {
  padding: 0.8rem 0;
}
.main .news .news-box .news-msg {
  padding-right: 2.4rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.main .news .news-box .news-msg .newsPage {
  display: flex;
}
.main .news .news-box .news-msg .newsPage .page-l {
  background: url('../img/case-l.png') center center / cover no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  transform: rotate(0deg);
  cursor: pointer;
}
.main .news .news-box .news-msg .newsPage .page-l:hover {
  background: url('../img/case-r.png') center center / cover no-repeat;
  transform: rotate(180deg);
  width: 0.33rem;
  height: 0.33rem;
}
.main .news .news-box .news-msg .newsPage .page-r {
  background: url('../img/case-l.png') center center / cover no-repeat;
  width: 0.33rem;
  height: 0.33rem;
  margin-left: 0.1rem;
  transform: rotate(180deg);
  cursor: pointer;
}
.main .news .news-box .news-msg .newsPage .page-r:hover {
  background: url('../img/case-r.png') center center / cover no-repeat;
  transform: rotate(0deg);
  width: 0.33rem;
  height: 0.33rem;
}
.main .news .news-box .news-list {
  margin-top: 0.5rem;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide {
  padding-bottom: 0.59rem;
  border-bottom: 1px solid #c5c5c5;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-caseImg {
  overflow: hidden;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-caseImg
  img {
  transition: all 1s;
  width: 100%;
  height: 2.7rem;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  p:nth-of-type(1) {
  font-size: 14px;
  color: #666666;
  margin: 0.38rem 0 0.34rem 0;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide
  p:last-child {
  font-size: 24px;
  color: #333;
  line-height: 36px;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide::after {
  content: '';
  width: 0;
  height: 2px;
  background: #268c9a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:hover::after {
  left: 0;
  bottom: 0;
  width: 100%;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  p:last-child {
  font-weight: bold;
  color: #268c9a;
}
.main
  .news
  .news-box
  .news-list
  .news-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .swiper-slide-caseImg
  img {
  transform: scale(1.2);
}
.main .concat {
  height: 7rem;
}
.main .concat .map {
  width: 100%;
  height: 100%;
  margin-top: 0.5rem;
  position: relative;
}
.main .concat .map .index_map {
  width: 100%;
  height: 100%;
}
.main .concat .concat-info {
  position: absolute;
  right: 0;
  top: 0;
  background: url('../img/concat-bg.png') center center / cover no-repeat;
  width: 44%;
  height: 100%;
  display: flex;
  /*align-items: end;*/
  justify-content: center;
  flex-direction: column;
  padding-right: 2.4rem;
  z-index: 10;
}
.main .concat .concat-info .indexEn,
.main .concat .concat-info .indexCn {
  text-align: right;
}
.main .concat .concat-info .concat-info-word {
  text-align: right;
  margin-top: 0.97rem;
}
.main .concat .concat-info .concat-info-word p {
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.main .concat .concat-info .concat-info-3f {
  font-size: 16px;
  color: #666666;
  margin-top: 0.1rem;
}
.main .footer {
  display: flex;
  width: 100%;
  padding: 0.2rem 2.4rem;
  justify-content: space-between;
  align-items: center;
  background-color: #333333;
}
.main .footer .footer-left {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
}
.main .content {
  width: 100%;
}
.main .content .secondaryMenu {
  width: 100%;
  height: 0.68rem;
  display: flex;
  padding: 0 2.4rem;
  background: #f2f2f2;
  overflow: hidden;
  overflow-x: scroll;
}
.main .content .secondaryMenu li {
  padding: 0 0.3rem;
  position: relative;
  line-height: 0.68rem;
  cursor: pointer;
  white-space: nowrap;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.main .content .secondaryMenu li a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}
.main .content .secondaryMenu li:hover {
  border-bottom: 3px solid #177c8a;
  font-weight: bold;
  color: #177c8a;
}
.main .content .secondaryMenu li:hover a {
  font-weight: bold;
  color: #177c8a;
  display: block;
}
.main .content .secondaryMenu .secondaryMenuActive {
  border-bottom: 3px solid #177c8a;
  font-weight: bold;
  color: #177c8a;
}
.main .content .secondaryMenu .secondaryMenuActive a {
  font-weight: bold;
  color: #177c8a;
}
.main .content .secondaryMenu::-webkit-scrollbar {
  display: none;
}
.main .content .continner {
  width: 100%;
  padding: 0 2.4rem;
  margin-top: 0.5rem;
}
.main .content .continner .information-box {
  display: flex;
  flex-wrap: wrap;
}
.main .content .continner .information-box a {
  width: 31%;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 0.22rem;
  padding-bottom: 0.6rem;
  margin-bottom: 0.5rem;
  position: relative;
}
.main .content .continner .information-box a .scle {
  height: 2.7rem;
  overflow: hidden;
}
.main .content .continner .information-box a .scle img {
  transition: all 0.5s;
}
.main .content .continner .information-box a span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0.35rem 0;
  display: block;
}
.main .content .continner .information-box a .tit {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333;
  line-height: 0.36rem;
}
.main .content .continner .information-box a::after {
  content: '';
  width: 0;
  border-bottom: 3px solid #268c9a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transition: all 0.5s;
}
.main .content .continner .information-box a:hover::after {
  left: 0;
  bottom: 0;
  width: 100%;
}
.main .content .continner .information-box a:hover .scle img {
  transform: scale(1.1);
}
.main .content .continner .information-box a:hover .tit {
  font-weight: bold;
  color: #268c9a;
}
.main .content .continner .service-box {
  display: flex;
  flex-direction: column;
}
.main .content .continner .service-box a {
  display: flex;
  justify-content: space-between;
  height: 4rem;
  margin-bottom: 0.5rem;
}
.main .content .continner .service-box a .service-box-left {
  flex: 1;
  overflow: hidden;
}
.main .content .continner .service-box a .service-box-left img {
  transition: all 0.5s;
}
.main .content .continner .service-box a .service-box-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 0.5rem;
  margin-right: 0;
}
.main .content .continner .service-box a .service-box-right .service-tit {
  font-size: 0.36rem;
  color: #333;
}
.main .content .continner .service-box a .service-box-right .service-outline {
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
}
.main .content .continner .service-box a .service-box-right .more {
  font-size: 0.16rem;
  color: #333;
}
.main .content .continner .service-box a:nth-child(odd) {
  flex-direction: row-reverse;
}
.main .content .continner .service-box a:nth-child(odd) .service-box-right {
  margin-right: 0.5rem;
  margin-left: 0;
}
.main .content .continner .service-box a:hover .service-box-left img {
  transform: scale(1.1);
}
.main .content .continner .service-box a:hover .service-tit {
  font-weight: bold;
  color: #177c8a;
}
.main .content .continner .service-box a:hover .more {
  color: #268c9a;
}
.main .content .continner .service-detail .detail-tit {
  font-size: 0.36rem;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.main .content .continner .service-detail .detail-info {
  font-size: 0.18rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.36rem;
  margin-top: 0.5rem;
}

.main .content .continner .concatUs-box {
  margin-bottom: 0.8rem;
}
.main .content .continner .concatUs-box .contactInformation {
  margin-top: 0.8rem;
  padding: 0 2.4rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-top {
  text-align: center;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-top
  p:first-child {
  font-size: 0.42rem;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  line-height: 0.48rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-top
  p {
  font-size: 0.3rem;
  color: #666666;
  margin-top: 0.1rem;
}
.main .content .continner .concatUs-box .contactInformation .join p {
  font-size: 0.2rem;
}
.main .content .continner .concatUs-box .contactInformation .staffBanner-box {
  position: relative;
  height: 4rem;
}
.main .content .continner .concatUs-box .contactInformation .message-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .contactInformation-two-box {
  width: 32%;
  background: #f5f5f5;
  padding: 0.6rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .contactInformation-two-box
  img {
  width: 0.47rem;
  height: 0.62rem;
  object-fit: contain;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .contactInformation-two-box
  span {
  font-size: 0.26rem;
  color: #333333;
  margin-top: 0.37rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .contactInformation-two-box
  .lines {
  width: 0.57rem;
  height: 3px;
  background: #177c8a;
  margin-top: 0.25rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .contactInformation-two-box
  p {
  font-size: 0.24rem;
  color: #666666;
  margin-top: 0.46rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .contactInformation-two-box:hover {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .staffBanner {
  width: 90%;
  height: 100%;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .staffBanner
  .swiper-slide {
  height: 100%;
  width: 100%;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .staffBanner
  .swiper-slide
  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .staff-page {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .staff-page
  .staff-page-prve {
  float: left;
  cursor: pointer;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .staff-page
  .staff-page-next {
  float: right;
  cursor: pointer;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .message {
  width: 100%;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .message
  .message-input {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .message
  .message-input
  input {
  width: 30%;
  height: 0.5rem;
  font-size: 14px;
  color: #757575;
  background: #f5f5f5;
  border: none;
  padding: 0.2rem;
  border-radius: 5px;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .message
  .message-textarea {
  margin-top: 0.2rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .message
  .message-textarea
  textarea {
  width: 100%;
  height: 1.6rem;
  font-size: 14px;
  color: #757575;
  background: #f5f5f5;
  border: none;
  padding: 0.2rem;
  border-radius: 5px;
  outline: none;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .btn {
  width: 1.8rem;
  height: 0.5rem;
  background: #177c8a;
  border-radius: 12px;
  line-height: 0.5rem;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 0.7rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .btn:hover {
  background: #1eb3c7;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list {
  width: 100%;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li {
  width: 100%;
  border-bottom: 1px solid rgba(138, 140, 147, 0.4);
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.3rem 0.17rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top
  .join-box-top-left {
  display: flex;
  flex-direction: column;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top
  .join-box-top-left
  span {
  font-size: 0.22rem;
  font-weight: 400;
  color: #333333;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top
  .join-box-top-left
  span:last-child {
  font-size: 0.16rem;
  font-weight: 400;
  color: #8f9199;
  margin-top: 0.05rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top
  .join-box-top-right {
  display: flex;
  align-items: center;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top
  .join-box-top-right
  span {
  font-size: 14px;
  font-weight: 400;
  color: #8f9199;
  opacity: 0.8;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top
  .join-box-top-right
  img {
  margin-left: 0.1rem;
  object-fit: contain;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-top
  .join-box-top-right
  .join-box-active {
  display: none;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-bottom {
  display: none;
  padding: 0 0.17rem 0.3rem 0.17rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-bottom
  .join-box-bottom-left-box {
  display: flex;
  justify-content: space-between;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-bottom
  .join-box-bottom-left-box
  .join-info {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-bottom
  .join-box-bottom-left-box
  .join-info
  .join-info-tit {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.24rem;
  margin: 0.3rem 0;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-bottom
  .join-box-bottom-right-box {
  margin-top: 0.6rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-bottom
  .join-box-bottom-right-box
  .join-info {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li
  .join-box-bottom
  .join-box-bottom-right-box
  .join-info
  .join-info-tit {
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.24rem;
  margin: 0.3rem 0;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li:hover {
  cursor: pointer;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li:hover
  .join-box-top {
  background: #177c8a;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li:hover
  .join-box-top
  .join-box-top-left
  span {
  color: #fff;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li:hover
  .join-box-top
  .join-box-top-right
  span {
  color: #fff;
  opacity: 0.8;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  li:last-child {
  border-bottom: none;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  .join-box-active
  .join-box-top {
  padding: 0.3rem 0.17rem;
  background: #177c8a;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  .join-box-active
  .join-box-top
  .join-box-top-left
  span,
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  .join-box-active
  .join-box-top
  .join-box-top-left
  span:last-child {
  color: #fff;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  .join-box-active
  .join-box-top
  .join-box-top-right
  span {
  color: #fff;
  opacity: 0.8;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  .join-box-active
  .join-box-top
  .join-box-top-right
  .join-box-default {
  display: none;
}
.main
  .content
  .continner
  .concatUs-box
  .contactInformation
  .contactInformation-two
  .join-list
  .join-box
  .join-box-active
  .join-box-top
  .join-box-top-right
  .join-box-active {
  display: block;
}
.main .content .continner .concatUs-box .staff {
  background: #f5f5f5;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.main .content .concatUs-Continner {
  padding: 0;
}
.main .thirteen {
  padding: 0.8rem 2.4rem;
  background: #f5f5f5;
}
.main .thirteen p {
  font-size: 0.48rem;
  color: #333333;
  text-align: center;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 0.7rem;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0.2rem;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 1.9rem;
}

.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide span {
  margin-top: 0.27rem;
  font-size: 0.18rem;
  color: #333;
  padding: 0 0.12rem;
  text-align: center;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide
  .systems-active {
  display: none;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide:hover {
  background-color: #268c9a;
}
.main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide:hover span {
  color: #fff;
  font-weight: bold;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .systems-hover {
  display: none;
}
.main
  .thirteen
  .thirteen-list-swiper
  .swiper-wrapper
  .swiper-slide:hover
  .systems-active {
  display: block;
}
.main .about-box-InnerPage {
  padding: 0.8rem 2.4rem;
  display: flex;
  justify-content: space-between;
}
.main .about-box-InnerPage .about-box-l {
  width: 51%;
}
.main .about-box-InnerPage .about-box-l .about-box-l-info {
  margin-top: 0.65rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.3rem;
}
.main .about-box-InnerPage .about-box-r {
  width: 47%;
  height: 100%;
  margin-top: 165px;
}
.main .about-box-InnerPage .about-box-r img {
  width: 100%;
  height: 100%;
}
.main .corporate-box {
  padding: 0.8rem 2.4rem;
  width: 100%;
  background: #f5f5f5;
}
.main .corporate-box .corporate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.6rem;
}
.main .corporate-box .corporate-list .corporate-list-box {
  width: 49%;
  padding: 0.4rem 0.5rem;
  margin-bottom: 0.15rem;
  display: flex;
  flex-direction: column;
  min-height: 2.3rem;
}
.main .corporate-box .corporate-list .corporate-list-box span {
  font-size: 0.14rem;
  color: #999999;
}
.main .corporate-box .corporate-list .corporate-list-box span:first-child {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.05rem;
}
.main .corporate-box .corporate-list .corporate-list-box .outs {
  font-size: 0.18rem;
  font-weight: 400;
  color: #666666;
  margin-top: 0.35rem;
}
.main .corporate-box .corporate-list .bg1 {
  background: url('../img/plan.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.main .corporate-box .corporate-list .corporate-list-box:nth-of-type(2) {
  background: url('../img/san.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.main .corporate-box .corporate-list .corporate-list-box:nth-of-type(3) {
  background: url('../img/show.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.main .corporate-box .corporate-list .corporate-list-box:nth-of-type(4) {
  background: url('../img/ren.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.main .qualifications-box {
  padding: 0.7rem 2.4rem;
}
.main .qualifications-box .qualifications-list {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.main .qualifications-box .qualifications-list a {
  margin-right: 0.25rem;
  width: calc(100% / 4 - 0.19rem);
  margin-bottom: 0.5rem;
  text-align: center;
}
.main .qualifications-box .qualifications-list a .qualifications-list-img {
  height: 3.9rem;
  overflow: hidden;
}
.main .qualifications-box .qualifications-list a .qualifications-list-img img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .qualifications-box .qualifications-list a span {
  margin-top: 0.3rem;
  font-size: 0.18rem;
  color: #333333;
}
.main .qualifications-box .qualifications-list a:nth-child(4n) {
  margin-right: 0;
}
.main
  .qualifications-box
  .qualifications-list
  a:hover
  .qualifications-list-img
  img {
  transform: scale(1.1);
}
.main .page {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 0.6rem;
  margin-top: 0.2rem;
}
.main .page a {
  width: 0.4rem;
  height: 0.4rem;
  background: #f2f1f6;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  color: #999;
}
.main .page a:last-child {
  margin-right: 0;
  background: #fff;
}
.main .page a:last-child .activenext {
  display: none;
}
.main .page a:first-child {
  background: #fff;
}
.main .page a:first-child .activePrve {
  display: none;
}
.main .page a:hover {
  background: #268c9a;
  color: #fff;
}
.main .page a:hover .defaultPrve,
.main .page a:hover .defaultnext {
  display: none;
}
.main .page a:hover .activePrve,
.main .page a:hover .activenext {
  display: block;
}
.main .page .pageActive {
  background: #268c9a;
  color: #fff;
}
.main .detailPage {
  display: flex;
  padding: 0 2.4rem;
  margin: 0.7rem 0;
}
.main .detailPage .detailPage-box {
  width: 100%;
  background: #f2f2f2;
  padding: 0.24rem 0.15rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .detailPage .detailPage-box a {
  font-size: 0.18rem;
  color: #666666;
  cursor: pointer;
}
.main .detailPage .detailPage-box a:hover {
  color: #177c8a;
}
.indexEn {
  font-size: 0.42rem;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.indexCn {
  font-size: 0.3rem;
  font-weight: 400;
  color: #666666;
}
.service-box2-active {
  display: none;
}
.serviceActive {
  position: relative;
}
.serviceActive .service-box2-hover {
  /*display: none !important;*/
}
.serviceActive .service-box2-active {
  display: block;
}
.serviceActive .service-box2-active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.InnerPage {
  height: auto !important;
  margin-top: 0.62rem;
}
.InnerPage .InnerPageBanner {
  height: 7rem;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide {
  position: relative;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide .mask {
  background: rgba(0, 0, 0, 0.55);
  position: absolute;
  inset: 0;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text {
  position: absolute;
  left: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}
.InnerPage
  .InnerPageBanner
  .swiper-wrapper
  .swiper-slide
  .swiper-slide-text
  p:first-child {
  font-size: 0.72rem;
  font-weight: 400;
  color: #ffffff;
}
.InnerPage .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text p {
  font-size: 0.46rem;
  font-weight: 300;
  color: #fff;
}
.caseDetailSwiper {
  width: 100%;
  height: 70vh;
  user-select: none;
  margin: 30px 0;
}
.caseDetailSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.caseDetailSwiper .swiper-slide img {
  object-fit: contain;
}
.caseDetailSwiper {
  --swiper-navigation-color: #42929d; /* 单独设置按钮颜色 */
  --swiper-navigation-size: 40px; /* 设置按钮大小 */
}
.wapPhone{display:none;}
@media screen and (max-width: 1100px) {
.wapPhone{
   position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 120;
    width: 50px;
    height: 50px;
   display:block;
}
.wapPhone a img{
width:100%;
height:100%;
}
.wapPhone a{
 display:block;
width:100%;
height:100%;
}
  .caseDetailSwiper {
    height: auto;
  }
  .caseDetailSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .main .firstScreen {
    height: 80vh;
    margin-top: 60px;
  }
  .main .firstScreen .indexBanner {
    height: 100%;
  }
  .main .firstScreen header {
    height: 60px;
    padding: 0 0.4rem;
  }
  .main .firstScreen header img {
    width: 120px;
    object-fit: cover;
  }
  .main .firstScreen header ul li,
  .main .firstScreen header ul .phone {
    display: none;
  }
  .main .firstScreen .Menu {
    display: inline-block;
  }
  .main .firstScreen .Menu .nav-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
  }
  .main .firstScreen .Menu .nav-icon span {
    background-color: #388f9d;
    position: absolute;
    border-radius: 2px;
    transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
    width: 100%;
    height: 2px;
    transition-duration: 500ms;
  }
  .main .firstScreen .Menu .nav-icon span:nth-child(1) {
    top: 0px;
    left: 0px;
  }
  .main .firstScreen .Menu .nav-icon span:nth-child(2) {
    top: 9px;
    left: 0px;
    opacity: 1;
  }
  .main .firstScreen .Menu .nav-icon span:nth-child(3) {
    bottom: 0px;
    left: 0px;
  }
  .main .firstScreen .Menu .nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
  }
  .main .firstScreen .Menu .nav-icon.open span:nth-child(2) {
    opacity: 0;
  }
  .main .firstScreen .Menu .nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
  }
  .main .firstScreen .showMenu {
    display: none;
    flex-direction: column;
    position: fixed;
    inset: 0;
    width: 100%;
    margin-top: 60px;
    z-index: 999;
    background-color: #268c9a;
    padding: 0 0.4rem;
  }
  .main .firstScreen .showMenu a {
    font-size: 18px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 0;
  }
  .main .firstScreen .indexBanner .swiper-slide .swiper-slide-text {
    left: 0;
    width: 100%;
  }
  .main
    .firstScreen
    .indexBanner
    .swiper-slide
    .swiper-slide-text
    .swiper-slide-text-tit {
    justify-content: center;
  }
  .main .firstScreen .indexBanner .swiper-slide .swiper-slide-text p {
    text-align: center;
  }
  .main .firstScreen .indexBanner .swiper-pagination {
    padding-left: 0;
    justify-content: center;
  }
  .main .service .service-box1 {
    padding-left: 20px;
    text-align: left;
  }
  .main .service .service-box2 ul {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .main .service .service-box2 ul li .service-box2-hover {
    flex-direction: row;
    padding: 10px;
    justify-content: space-between;
    padding-left: 20px;
    width: 100%;
  }
  .main .service .service-box2 ul li .service-box2-hover span {
    writing-mode: horizontal-tb;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 22px;
    letter-spacing: normal;
  }
  .main .service .service-box2 ul li .service-box2-hover img {
    margin-top: 0;
  }
  .main
    .service
    .service-box2
    ul
    li
    .service-box2-active
    .service-box2-active-msg {
    left: 10px;
  }
  .main
    .service
    .service-box2
    ul
    li
    .service-box2-active
    .service-box2-active-msg
    span:first-child {
    font-size: 22px;
  }
  .main
    .service
    .service-box2
    ul
    li
    .service-box2-active
    .service-box2-active-msg
    span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .main .about {
    padding-left: 0;
  }
  .main .about .about-box {
    padding: 0 20px;
  }
  .main .about .about-box .about-box-l .about-msg {
    text-align: left;
  }
  .main .about .about-box .about-box-l .about-tit {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
  }
  .main .about .about-box .about-box-l .about-more {
    width: fit-content;
  }
  .main .about .about-box .about-box-l .about-more:hover:after {
    width: 100%;
  }
  .main .about .about-box .about-box-l .about-list {
    justify-content: space-between;
  }
  .main .about .about-box .about-box-l .about-list .about-list-number {
    margin-right: 10px;
    margin-bottom: 0;
  }
  .main
    .about
    .about-box
    .about-box-l
    .about-list
    .about-list-number
    .number
    span:first-child {
    font-size: 26px;
  }
  .main .about .about-box .about-box-r {
    display: none;
  }
  .main .systems .systems-box {
    padding: 0 20px;
  }
  .main
    .systems
    .systems-box
    .systems-list
    .systems-list-swiper
    .swiper-wrapper
    .swiper-slide {
    height: auto;
    padding: 10px;
  }
  .main
    .systems
    .systems-box
    .systems-list
    .systems-list-swiper
    .swiper-wrapper
    .swiper-slide
    span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .main .case .case-box {
    padding: 0.8rem 20px;
  }
  .main .case .case-box .case-list {
    justify-content: space-between;
  }
  .main .case .case-box .case-list a {
    width: 49%;
    margin-right: 0;
  }
  .main
    .case
    .case-box
    .case-list
    a
    .case-list-info-box
    .case-list-info-box-two {
    font-size: 18px;
  }
  .main .case .case-box .case-list a:nth-child(3n + 3) {
    margin-right: 0;
  }
  .main .news {
    padding: 0 20px;
  }
  .main .news .news-box {
    padding-bottom: 0;
  }
  .main .news .news-box .news-msg {
    padding-right: 0;
  }
  .main .news .news-box .news-msg .newsPage .page-r,
  .main .news .news-box .news-msg .newsPage .page-l {
    width: 26px;
    height: 26px;
  }
  .main .news .news-box .news-msg .newsPage .page-r:hover,
  .main .news .news-box .news-msg .newsPage .page-l:hover {
    width: 26px;
    height: 26px;
  }
  .main
    .news
    .news-box
    .news-list
    .news-list-swiper
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-caseImg
    img {
    height: 32vh;
  }
  .main
    .news
    .news-box
    .news-list
    .news-list-swiper
    .swiper-wrapper
    .swiper-slide
    p:last-child {
    font-size: 18px;
    line-height: 30px;
  }
  .main .concat {
    height: auto;
  }
  .main .concat .map {
    display: flex;
    flex-direction: column-reverse;
  }
  .main .concat .map .index_map {
    height: 30vh;
    margin-top: 20px;
  }
  .main .concat .map .concat-info {
    width: 100%;
    padding: 0 20px;
    background: transparent;
    position: static;
    align-items: start;
    justify-content: start;
  }
  .main .concat .map .concat-info .concat-info-word {
    text-align: left;
    margin-top: 20px;
  }
  .main .footer {
    margin-top: 20px;
    padding: 0.2rem 20px;
    display: flex;
    flex-direction: column-reverse;
  }
  .main .footer .footer-left {
    text-align: center;
    font-size: 14px;
  }
  .main .footer .footer-right img {
    width: 120px;
    object-fit: contain;
  }
  .main .InnerPageBanner .swiper-wrapper .swiper-slide {
    width: 100%;
  }
  .main .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .main .content .secondaryMenu {
    padding: 0 20px;
    height: 60px;
  }
  .main .content .secondaryMenu li {
    line-height: 60px;
    font-size: 16px;
  }
  .main .content .continner {
    padding: 0 20px;
  }
  .main .content .continner .information-box {
    justify-content: space-between;
  }
  .main .content .continner .information-box a {
    width: 100%;
    margin-right: 0;
  }
  .main .content .continner .information-box a .scle {
    height: auto;
  }
  .main .content .continner .information-box a .scle img {
    height: 32vh;
  }
  .main .content .continner .information-box a .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .main .content .continner .service-box a {
    height: 3rem;
  }
  .main .content .continner .service-box a .service-box-right .service-tit {
    font-size: 20px;
  }
  .main .content .continner .service-box a .service-box-right .service-outline,
  .main .content .continner .service-box a .service-box-right .more {
    font-size: 16px;
    line-height: 24px;
  }
  .main .content .continner .service-detail .detail-tit {
    font-size: 28px;
  }
  .main .content .continner .service-detail .detail-info {
    font-size: 16px;
    line-height: 24px;
  }
  /*.main .content .continner .service-detail .detail-info p:nth-of-type(1),
  .main .content .continner .service-detail .detail-info p:nth-of-type(6) {
    font-size: 18px;
  }*/
  .main .content .continner .service-detail .detail-info p img {
    width: 100%;
    height: 100%;
  }
  .main .content .continner .concatUs-box .contactInformation {
    padding: 0 20px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-top
    p:first-child {
    font-size: 30px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-top
    p {
    font-size: 24px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .join
    p:first-child {
    font-size: 30px;
    line-height: 34px;
  }
  .main .content .continner .concatUs-box .contactInformation .join p {
    font-size: 18px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-concatus {
    flex-direction: column;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-concatus
    .contactInformation-two-box {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.4rem 0.3rem;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .btn {
    margin-top: 10px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .contactInformation-two-box
    span {
    font-size: 18px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .contactInformation-two-box
    p {
    font-size: 16px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .message
    .message-input {
    display: flex;
    flex-direction: column;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .message
    .message-input
    input {
    width: 100%;
    margin-bottom: 0.2rem;
    height: 50px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .message
    .message-textarea {
    height: 100px;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-top {
    flex-direction: column;
    align-items: start;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-top
    .join-box-top-left
    span {
    font-size: 18px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-top
    .join-box-top-left
    span:last-child {
    font-size: 16px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-top
    .join-box-top-right
    span {
    font-size: 14px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-bottom
    .join-box-bottom-left-box,
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-bottom
    .join-box-bottom-right-box {
    flex-direction: column;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-bottom
    .join-box-bottom-left-box
    .join-info,
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-bottom
    .join-box-bottom-right-box
    .join-info {
    font-size: 14px;
  }
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-bottom
    .join-box-bottom-left-box
    .join-info
    .join-info-tit,
  .main
    .content
    .continner
    .concatUs-box
    .contactInformation
    .contactInformation-two
    .join-list
    .join-box
    li
    .join-box-bottom
    .join-box-bottom-right-box
    .join-info
    .join-info-tit {
    font-size: 16px;
  }
  .main .content .continner .concatUs-box .staff {
    padding: 0.2rem 0;
  }
  .main .content .concatUs-Continner {
    padding: 0;
  }
  .main .page a {
    width: 40px;
    height: 40px;
  }
  .main .detailPage {
    padding: 0 20px;
  }
  .main .detailPage .detailPage-box {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .main .detailPage .detailPage-box a {
    font-size: 16px;
  }
  .main .detailPage .detailPage-box a:nth-of-type(2) {
    display: none;
  }
  .main .detailPage .detailPage-box a:nth-of-type(3) {
    margin-top: 3px;
  }
  .main .thirteen {
    padding: 0.8rem 20px;
  }
  .main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide {
    height: auto;
    padding: 10px;
  }
  .main .thirteen .thirteen-list-swiper .swiper-wrapper .swiper-slide span {
    font-size: 18px;
  }
  .main .about-box-InnerPage,
  .main .corporate-box,
  .main .qualifications-box {
    padding: 40px 20px 0 20px;
  }
  .main .about-box-InnerPage .about-box-r,
  .main .corporate-box .about-box-r,
  .main .qualifications-box .about-box-r {
    display: none;
  }
  .main .about-box-InnerPage .about-box-l,
  .main .corporate-box .about-box-l,
  .main .qualifications-box .about-box-l {
    width: 100%;
  }
  .main .about-box-InnerPage .about-box-l .about-box-l-info,
  .main .corporate-box .about-box-l .about-box-l-info,
  .main .qualifications-box .about-box-l .about-box-l-info {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
  .main .about-box-InnerPage .corporate-list,
  .main .corporate-box .corporate-list,
  .main .qualifications-box .corporate-list {
    flex-direction: column;
  }
  .main .about-box-InnerPage .corporate-list .corporate-list-box,
  .main .corporate-box .corporate-list .corporate-list-box,
  .main .qualifications-box .corporate-list .corporate-list-box {
    width: 100%;
    height: auto;
  }
  .main .about-box-InnerPage .corporate-list .corporate-list-box span,
  .main .corporate-box .corporate-list .corporate-list-box span,
  .main .qualifications-box .corporate-list .corporate-list-box span {
    font-size: 14px;
  }
  .main
    .about-box-InnerPage
    .corporate-list
    .corporate-list-box
    span:first-child,
  .main .corporate-box .corporate-list .corporate-list-box span:first-child,
  .main
    .qualifications-box
    .corporate-list
    .corporate-list-box
    span:first-child {
    font-size: 20px;
  }
  .main .about-box-InnerPage .corporate-list .corporate-list-box .outs,
  .main .corporate-box .corporate-list .corporate-list-box .outs,
  .main .qualifications-box .corporate-list .corporate-list-box .outs {
    font-size: 16px;
  }
  .main .about-box-InnerPage .qualifications-list a,
  .main .corporate-box .qualifications-list a,
  .main .qualifications-box .qualifications-list a {
    width: 48%;
    margin-right: 4%;
  }
  .main .about-box-InnerPage .qualifications-list a span,
  .main .corporate-box .qualifications-list a span,
  .main .qualifications-box .qualifications-list a span {
    font-size: 16px;
  }
  .main .about-box-InnerPage .qualifications-list a:nth-child(2n),
  .main .corporate-box .qualifications-list a:nth-child(2n),
  .main .qualifications-box .qualifications-list a:nth-child(2n),
  .main .about-box-InnerPage .qualifications-list a:nth-child(4n),
  .main .corporate-box .qualifications-list a:nth-child(4n),
  .main .qualifications-box .qualifications-list a:nth-child(4n) {
    margin-right: 0%;
  }
  .main .InnerPageCase .case-box .case-list a {
    width: 100%;
  }
  .main .InnerPageCase .case-box .case-list a .case-list-img-box {
    height: auto;
  }
  .main .InnerPageCase .case-box .case-list a .case-list-img-box img {
    aspect-ratio: 1 / 0.6;
  }
  .InnerPageBanner
    .swiper-wrapper
    .swiper-slide
    .swiper-slide-text
    p:first-child {
    font-size: 36px !important;
  }
  .InnerPageBanner .swiper-wrapper .swiper-slide .swiper-slide-text p {
    font-size: 18px !important;
  }
  .indexEn {
    font-size: 30px;
  }
  .indexCn {
    font-size: 24px;
  }
  .main .service .service-box2 ul li {
    flex-direction: column-reverse;
  }
}
