.textAlign {
  text-align: justify;
  word-break: normal;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
.banner img {
  height: 100%;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.num {
  font-family: Arial;
  font-weight: 700;
  color: #333333;
  font-size: 0.6rem;
}
.desc,
.desc-1,
.desc-2 {
  color: #333333;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  line-height: 0.32rem;
}
.desc-1,
.desc-2 {
  text-indent: 0.3rem;
}
.desc-2 {
  margin-top: 0.32rem;
}
.data-1,
.data-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.data-1 .data-item .num-box,
.data-2 .data-item .num-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
}
.data-1 .data-item .num-box .unit,
.data-2 .data-item .num-box .unit {
  font-family: PingFang SC;
  color: #666666;
  font-size: 0.16rem;
  margin-left: 0.05rem;
}
.data-1 .data-item .data-source,
.data-2 .data-item .data-source {
  font-family: PingFang SC;
  color: #666666;
  font-size: 0.16rem;
}
.arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
}
.introduce {
  margin-top: 0.82rem;
}
.introduce .leader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0 1.4rem;
  margin-bottom: 0.6rem;
}
.introduce .leader .leader-img {
  height: 3.55rem;
  margin-right: 0.4rem;
}
.introduce .leader .leader-img img {
  width: 6.6rem;
  width: auto;
  height: 100%;
}
.introduce .leader .introduce-leader .introduce-title {
  position: relative;
  color: #333333;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium;
}
.introduce .leader .introduce-leader .introduce-title::before {
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  content: '';
  display: inline-block;
  width: 0.44rem;
  height: 0.04rem;
  background-color: #cc0000;
}
.introduce .leader .introduce-leader .column-img {
  display: block;
  width: 3.2rem;
  height: 0.36rem;
  margin-top: 0.7rem;
  margin-bottom: 0.35rem;
}
.introduce .leader .introduce-leader .introduce-text {
  height: 1.7rem;
  font-family: PingFangSC-Regular;
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.28rem;
  overflow-y: auto;
  padding-right: 0.1rem;
}
.introduce .leader .introduce-leader .introduce-text::-webkit-scrollbar {
  display: none;
  cursor: pointer;
  width: 0.06rem;
  margin-left: 0.3rem;
  background-color: #d9d9d9;
  border-radius: 0.06rem;
}
.introduce .leader .introduce-leader .introduce-text:hover::-webkit-scrollbar {
  display: block;
}
.introduce .leader .introduce-leader .introduce-text::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
}
.introduce .company-introduce {
  position: relative;
  height: 5.4rem;
  background-color: #f6f6f6;
  padding-top: 0.5rem;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.introduce .company-introduce .left-info {
  height: 2rem;
}
.introduce .company-introduce .left-info .AMBO {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.introduce .company-introduce .left-info .AMBO .code {
  display: inline-block;
  font-family: PingFang SC;
  font-size: 0.3rem;
  font-weight: 500;
  color: #333333;
}
.introduce .company-introduce .left-info .form {
  margin-top: 0.7rem;
}
.introduce .company-introduce .left-info .bottom-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
}
.introduce .company-introduce .left-info .bottom-info .desc {
  margin-left: 0.05rem;
}
.introduce .company-introduce .right-introduce {
  width: 6.6rem;
  height: 2rem;
  overflow-y: auto;
}
.introduce .company-introduce .right-introduce::-webkit-scrollbar {
  display: none;
  cursor: pointer;
  width: 0.06rem;
  margin-left: 0.3rem;
  background-color: #d9d9d9;
  border-radius: 0.06rem;
}
.introduce .company-introduce .right-introduce:hover::-webkit-scrollbar {
  display: block;
}
.introduce .company-introduce .right-introduce::-webkit-scrollbar-thumb {
  background-color: #f1f1f1;
}
.introduce .company-introduce .right-introduce .desc-1 p:nth-child(n+2) {
  margin-top: 0.18rem;
}
.introduce .company-introduce .center-banner {
  position: absolute;
  bottom: -2.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 11.6rem;
  height: 5.1rem;
}
.introduce .introduce-body {
  margin-top: 2.7rem;
  margin-bottom: 0.7rem;
  padding: 0 1.4rem;
}
.introduce .introduce-body .data-1,
.introduce .introduce-body .data-2 {
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}
.introduce .introduce-body .data-item {
  margin-right: 1.6rem;
}
.introduce .introduce-body .text-1 .desc-1 p:nth-child(n+2) {
  margin-top: 0.2rem;
}
.introduce .introduce-body .text-2 .desc-1 p:nth-child(n+2) {
  margin-top: 0.2rem;
}
.introduce .introduce-body .data-2 .plus {
  -webkit-align-self: self-end;
  -moz-align-self: self-end;
  -ms-align-self: self-end;
  -o-align-self: self-end;
  align-self: self-end;
  font-family: Arial;
  font-size: 0.35rem;
  font-weight: 600;
  color: #333333;
}
.introduce .introduce-body .text-2 .desc-2 {
  margin-bottom: 0.32rem;
}
.achievements {
  margin-top: 0.95rem;
  padding: 0 1.4rem;
}
.achievements .achievements-chart {
  width: 100%;
}
.achievements .achievements-chart .charts {
  width: 11.6rem;
  width: 100%;
  height: 4rem;
}
.achievements .achievements-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding-top: 0.66rem;
  padding-bottom: 0.7rem;
}
.achievements .achievements-data .achievements-year {
  font-family: PingFangSC-Regular;
  color: #333333;
  font-size: 0.3rem;
  width: 50%;
}
.achievements .achievements-data .data-1 {
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.achievements .achievements-data .data-1 .data-item .num {
  font-size: 0.36rem;
}
.achievements .achievements-data .data-1 .data-item .unit {
  font-size: 0.18rem;
}
.achievements .tip {
  position: relative;
  display: inline-block;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-family: PingFangSC-Regular;
  color: #c6000b;
  font-size: 0.16rem;
  background-color: #ffffff;
  border-radius: 0.15rem;
}
.achievements .tip::before {
  content: '';
  position: absolute;
  top: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 0.07rem;
  border-style: solid;
  border-top-color: #fff;
}
.process .swiper-button-prev,
.process .swiper-button-next {
  outline: none;
  background: url() !important;
}
.process .progress-bar2 {
  margin-top: 1.55rem;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.process .progress-bar2 .step-item {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.process .progress-bar2 .step-item::before {
  content: '';
  position: absolute;
  top: 0.36rem;
  left: -0.8rem;
  display: inline-block;
  background-color: #ccc;
  width: 100%;
  height: 1px;
  z-index: -1;
}
.process .progress-bar2 .step-item:last-child::after {
  content: '';
  position: absolute;
  top: 0.36rem;
  right: 0;
  display: inline-block;
  background-color: #ccc;
  width: 50%;
  height: 1px;
  z-index: -1;
}
.process .progress-bar2 .step-item .step-year {
  font-family: PingFangSC-Regular;
  color: #666666;
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
}
.process .progress-bar2 .step-item .circle {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #ffffff;
  border: 0.5px solid #979797;
  border-radius: 50%;
}
.process .progress-bar2 .active-step::before {
  background-color: #c6000b;
}
.process .progress-bar2 .active-step .circle {
  border-color: #c6000b;
}
.process .progress-bar {
  margin-top: 1.55rem;
  width: 100%;
}
.process .progress-bar .step-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
.process .progress-bar .step-item::before {
  content: '';
  position: absolute;
  top: 0.36rem;
  left: -0.72rem;
  display: block;
  background-color: #ccc;
  width: 100%;
  height: 1px;
  z-index: -99;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.process .progress-bar .step-item .step-year {
  font-family: PingFangSC-Regular;
  color: #666666;
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.process .progress-bar .step-item .circle {
  width: 0.14rem;
  height: 0.14rem;
  background-color: #ffffff;
  border: 0.5px solid #979797;
  border-radius: 50%;
}
.process .progress-bar .step-item:hover .step-year {
  color: #c6000b;
}
.process .progress-bar .step-item:hover .circle {
  border-color: #c6000b;
  background-color: #c6000b;
}
.process .progress-bar .active-step::before {
  width: 100%;
  background-color: #c6000b !important;
}
.process .progress-bar .active-step .circle {
  border-color: #c6000b !important;
}
.process .progress-bar .active-year {
  color: #c6000b !important;
}
.process .progress-bar .active-circle {
  background-color: #c6000b !important;
}
.process .process-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 11.6rem;
  height: 2.92rem;
  background-color: #ffffff;
  box-shadow: 0px 5px 29.5px rgba(0, 0, 0, 0.08);
  margin: 0 1.4rem;
  margin-top: 0.44rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem 0 1rem;
  position: relative;
}
.process .process-info .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.process .process-info .top-title {
  z-index: 99;
  position: absolute;
  top: -1.22rem;
  left: 0;
  width: 4.45rem;
  height: 1.46rem;
  background-color: #ffffff;
  box-shadow: 0px -30px 29.5px rgba(0, 0, 0, 0.03);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  line-height: 1.7rem;
}
.process .process-info .top-title .num {
  color: #cc0000;
  font-size: 1rem;
  font-weight: normal;
}
.process .process-info .top-title .unit {
  color: #cc0000;
  font-size: 0.24rem;
}
.process .process-info .text {
  width: 6.6rem;
}
.process .process-info .text .desc-2 {
  text-indent: unset;
}
.process .process-info .process-img {
  width: 2.6rem;
  height: 1.66rem;
  user-select: none;
}
.process .process-info i {
  color: #c0c0c0;
  font-size: 0.5rem;
}
.process .process-info i:hover {
  color: #cc0000;
}
.process .process-info .prev {
  left: -0.8rem;
}
.process .process-info .next {
  right: -0.8rem;
}
.responsibility {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
}
.responsibility .res-content {
  position: relative;
}
.responsibility .res-content .res-img {
  width: 8rem;
  height: 4.5rem;
}
.responsibility .res-content .res-img img {
  width: 100%;
  height: 100%;
}
.responsibility .res-content .res-text {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 5rem;
  height: 3.72rem;
  background-color: #ffffff;
  box-shadow: 0px 14px 29.5px rgba(204, 204, 204, 0.16);
  padding: 0.45rem 0.5rem 0 0.38rem;
}
.responsibility .res-content .res-text .res-title {
  color: #000000;
  font-size: 0.24rem;
  font-family: PingFangSC-Medium;
  font-weight: 600;
}
.responsibility .res-content .res-text .res-subtitle {
  color: #666666;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
}
.responsibility .res-content .res-text .res-describe {
  height: 1.65rem;
  font-family: PingFangSC-Regular;
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.28rem;
  overflow-x: auto;
  -ms-overflow-style: none;
}
.responsibility .res-content .res-text .res-describe::-webkit-scrollbar {
  display: none;
}
.responsibility .res-content .res-text .res-link {
  position: absolute;
  bottom: 0.5rem;
  right: 0.4rem;
  opacity: 80%;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
  color: #c6000b;
}
.responsibility .res-content .res-text .res-link:hover {
  opacity: 100%;
}
.responsibility .res-content .res-text .res-link::before {
  content: '';
  position: absolute;
  bottom: -0.05rem;
  display: inline-block;
  width: 100%;
  height: 0.02rem;
  background-color: #c6000b;
}
.responsibility .line {
  width: 11.6rem;
  width: 100%;
  height: 0.02rem;
  background-color: #cccccc;
  margin-top: 0.3rem;
  margin-bottom: 0.13rem;
}
.responsibility .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 0.48rem;
}
.responsibility .tag .tag-item {
  color: #666666;
  font-size: 0.18rem;
  font-family: PingFangSC-Regular;
  cursor: pointer;
}
.responsibility .tag .tag-item:hover {
  color: #c6000b;
}
.responsibility .tag .active-tag {
  position: relative;
  color: #c6000b;
  font-size: 0.24rem;
}
.responsibility .tag .active-tag::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -0.18rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.5rem;
  height: 0.05rem;
  background-color: #c6000b;
}
.contactUs {
  margin-top: 0.64rem;
  margin-left: 1.4rem;
  margin-right: 1.4rem;
  background-image: url(../../img/about/contactUs/map.png);
  background-repeat: no-repeat;
  background-size: 7.22rem auto;
  background-position: top right;
}
.contactUs .corporation-info .corporation-name {
  color: #333333;
  font-size: 0.3rem;
  font-family: PingFangSC-Medium;
  margin-bottom: 0.25rem;
}
.contactUs .corporation-info .info {
  color: #333333;
  font-size: 0.16rem;
  font-family: PingFangSC-Regular;
}
.contactUs .corporation-info .info .info-item {
  margin-bottom: 0.15rem;
}
.contactUs .corporation-info .info .info-item:last-child {
  margin-bottom: 0;
}
.contactUs .comm-title {
  color: #333333;
  font-size: 0.24rem;
  font-family: PingFangSC-Regular;
  margin-bottom: 0.22rem;
}
.contactUs .type {
  font-family: PingFangSC-Regular;
  color: #666666;
  font-size: 0.16rem;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}
.contactUs .number {
  font-family: PingFangSC-Regular;
  color: #333333;
  font-size: 0.24rem;
}
.contactUs .comm {
  margin-top: 1.8rem;
  margin-bottom: 0.58rem;
}
.contactUs .comm .comm-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contactUs .comm .comm-box .comm-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.4rem;
  padding-right: 1rem;
  width: 5.6rem;
  box-shadow: 0px 2.5px 25px rgba(204, 204, 204, 0.3);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.contactUs .comm .comm-box .comm-item:hover {
  box-shadow: 0px 2.5px 50px rgba(0, 0, 0, 0.1);
}
.contactUs .comm .comm-box .comm-item h2 {
  font-family: PingFangSC-Medium;
  color: #333333;
  font-size: 0.3rem;
}
.contactUs .comm .comm-box .comm-item .comm-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contactUs .comm .comm-box .comm-item:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
}
.contactUs .comm .comm-box .comm-item .comm-product-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.6rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.4rem;
  background-color: #fff;
  box-shadow: 0px 2.5px 25px rgba(204, 204, 204, 0.3);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.contactUs .comm .comm-box .comm-item .comm-product-item:hover {
  box-shadow: 0px 2.5px 50px rgba(204, 204, 204, 0.3);
}
.contactUs .contact .contact-box {
  margin-bottom: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.contactUs .contact .contact-box .contact-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  width: 5.6rem;
  height: 1.45rem;
  background-color: #ffffff;
  box-shadow: 0px 2.5px 25px rgba(204, 204, 204, 0.3);
}
.contactUs .contact .contact-box .contact-type:hover {
  box-shadow: 0px 2.5px 50px rgba(204, 204, 204, 0.3);
}
.contactUs .contact .contact-box .contact-type .contact-type-icon {
  width: 0.7rem;
  height: 0.7rem;
  margin-left: 0.4rem;
  margin-right: 0.3rem;
}
.contactUs .contact .contact-box .contact-type .contact-type-icon img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.contactUs .contact .contact-box .contact-type .type {
  margin-top: 0;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .num {
    font-family: Arial;
    font-weight: 700;
    color: #333333;
    font-size: 1.2rem;
  }
  .desc,
  .desc-1,
  .desc-2 {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .desc-1,
  .desc-2 {
    text-indent: unset;
  }
  .data-1,
  .data-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .data-1 .data-item .num-box .unit,
  .data-2 .data-item .num-box .unit {
    font-size: 0.32rem;
    margin-left: 0.1rem;
  }
  .data-1 .data-item .data-source,
  .data-2 .data-item .data-source {
    font-size: 0.32rem;
  }
  .introduce {
    margin-top: 0.65rem;
    margin-bottom: 0.5rem;
  }
  .introduce .leader {
    padding: 0 0.24rem;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .introduce .leader .leader-img {
    width: 7rem;
    height: 3.8rem;
    margin-bottom: 0.38rem;
  }
  .introduce .leader .introduce-leader .introduce-title {
    font-size: 0.48rem;
  }
  .introduce .leader .introduce-leader .introduce-title::before {
    bottom: -0.24rem;
    content: '';
    width: 0.88rem;
    height: 0.08rem;
  }
  .introduce .leader .introduce-leader .column-img {
    display: block;
    width: 6.4rem;
    height: 0.72rem;
    margin-top: 0.83rem;
    margin-bottom: 0.58rem;
  }
  .introduce .leader .introduce-leader .introduce-text {
    height: unset;
    font-size: 0.32rem;
    line-height: 0.56rem;
    overflow-y: unset;
    padding-right: unset;
  }
  .introduce .desc-2 {
    margin-top: 0.64rem;
  }
  .introduce .company-introduce {
    position: relative;
    height: unset;
    padding-top: 0.75rem;
    padding-bottom: 2rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .introduce .company-introduce .left-info {
    height: unset;
  }
  .introduce .company-introduce .left-info .AMBO {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .introduce .company-introduce .left-info .AMBO .code {
    font-size: 0.6rem;
  }
  .introduce .company-introduce .left-info .form {
    margin-top: 0.4rem;
  }
  .introduce .company-introduce .left-info .bottom-info {
    -webkit-align-items: unset;
    -moz-align-items: unset;
    -ms-align-items: unset;
    -o-align-items: unset;
    align-items: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .introduce .company-introduce .left-info .bottom-info .desc {
    margin-left: 0;
  }
  .introduce .company-introduce .right-introduce {
    width: unset;
    height: unset;
    overflow-y: unset;
    margin-top: 0.72rem;
  }
  .introduce .company-introduce .right-introduce .desc-1 p:nth-child(n+2) {
    margin-top: 0.6rem;
  }
  .introduce .company-introduce .center-banner {
    bottom: -1.54rem;
    width: 7.02rem;
    height: 3.08rem;
  }
  .introduce .introduce-body {
    margin-top: 1.55rem;
    margin-bottom: 0.5rem;
    padding: 0 0.24rem;
  }
  .introduce .introduce-body .data-1,
  .introduce .introduce-body .data-2 {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .introduce .introduce-body .data-item {
    margin-right: 0;
    margin-top: 0.57rem;
  }
  .introduce .introduce-body .text-1 .desc-1 p:nth-child(n+2) {
    margin-top: 0.6rem;
  }
  .introduce .introduce-body .text-2 .desc-1 p:nth-child(n+2) {
    margin-top: 0.6rem;
  }
  .introduce .introduce-body .data-2 .plus {
    font-size: 0.6rem;
  }
  .introduce .introduce-body .text-2 .desc-2 {
    margin-bottom: 0.64rem;
  }
  .achievements {
    margin-top: 1rem;
    padding: 0;
  }
  .achievements .achievements-chart {
    padding: 0 0.24rem;
  }
  .achievements .achievements-chart .charts {
    height: 8rem;
  }
  .achievements .tip {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
    border-radius: 0.3rem;
  }
  .achievements .tip::before {
    top: 0.58rem;
    border-width: 0.16rem;
  }
  .achievements .interval {
    height: 0.24rem;
    background-color: #f6f6f6;
    margin-top: 0.4rem;
  }
  .achievements .achievements-data {
    padding: 0 0.24rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 0.48rem;
    padding-bottom: 0.56rem;
  }
  .achievements .achievements-data .achievements-year {
    font-size: 0.48rem;
    width: unset;
  }
  .achievements .achievements-data .data-1 {
    width: 7rem;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    -o-flex-flow: wrap;
    flex-flow: wrap;
  }
  .achievements .achievements-data .data-1 .data-item {
    width: 50%;
    padding: 0.5rem 0;
  }
  .achievements .achievements-data .data-1 .data-item .num {
    font-size: 0.72rem;
  }
  .achievements .achievements-data .data-1 .data-item .unit {
    font-size: 0.36rem;
  }
  .process {
    background-color: #fafafa;
    padding-bottom: 0.48rem;
  }
  .process .progress-bar {
    margin-top: 0.17rem;
    padding-top: 1.2rem;
  }
  .process .progress-bar .step-item {
    position: relative;
  }
  .process .progress-bar .step-item::before {
    content: '';
    position: absolute;
    top: 0.76rem;
    left: -0.8rem;
    display: inline-block;
    background-color: #ccc;
    width: 100%;
    height: 1px;
    z-index: -1;
  }
  .process .progress-bar .step-item:hover .step-year {
    color: #666666;
  }
  .process .progress-bar .step-item:hover .circle {
    border-color: #979797;
    background-color: #fff;
  }
  .process .progress-bar .step-item .step-year {
    font-size: 0.32rem;
    margin-bottom: 0.2rem;
  }
  .process .progress-bar .step-item .circle {
    width: 0.28rem;
    height: 0.28rem;
    border: 1px solid #979797;
  }
  .process .process-info {
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 7.02rem;
    height: unset;
    box-shadow: 0px 10px 59px rgba(0, 0, 0, 0.08);
    margin: 0 0.24rem;
    margin-top: 0.44rem;
    padding: 0.64rem 0.44rem 0.5rem 0.44rem;
    position: relative;
  }
  .process .process-info .swiper-container {
    margin: unset;
  }
  .process .process-info .swiper-slide {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .process .process-info .top-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    position: absolute;
    top: -1.45rem;
    width: 3.1rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .process .process-info .top-title .num {
    font-size: 0.8rem;
  }
  .process .process-info .top-title .unit {
    font-size: 0.32rem;
  }
  .process .process-info .text {
    width: 6.2rem;
    width: 100%;
  }
  .process .process-info .text .desc-2 {
    text-indent: unset;
  }
  .process .process-info .process-img {
    width: 6.14rem;
    height: 3.45rem;
    margin-top: 0.4rem;
  }
  .responsibility {
    margin-top: 1rem;
    margin-bottom: 0.48rem;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    width: 7.02rem;
  }
  .responsibility .res-content {
    display: none;
  }
  .responsibility .res-content-mobile .res-img {
    width: 7.02rem;
    height: 3.95rem;
  }
  .responsibility .res-content-mobile .res-img img {
    width: 100%;
    height: 100%;
  }
  .responsibility .res-content-mobile .res-text {
    width: 7rem;
    height: 7.2rem;
    height: unset;
    box-shadow: 0px 28px 59px rgba(204, 204, 204, 0.16);
    padding: 0.4rem 0.2rem 0 0.25rem;
    padding: 0.4rem 0.2rem 0.5rem 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .responsibility .res-content-mobile .res-text .res-title {
    color: #000000;
    font-size: 0.48rem;
    font-family: PingFangSC-Medium;
  }
  .responsibility .res-content-mobile .res-text .res-subtitle {
    color: #666666;
    font-size: 0.32rem;
    margin-top: 0.18rem;
    margin-bottom: 0.4rem;
  }
  .responsibility .res-content-mobile .res-text .res-describe {
    height: 3.8rem;
    height: unset;
    font-size: 0.32rem;
    line-height: 0.56rem;
    font-family: PingFangSC-Regular;
    color: #333333;
    overflow-y: auto;
  }
  .responsibility .res-content-mobile .res-text .res-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 0.4rem;
  }
  .responsibility .res-content-mobile .res-text .res-link {
    position: relative;
    opacity: 80%;
    font-family: PingFangSC-Regular;
    color: #c6000b;
    font-size: 0.32rem;
  }
  .responsibility .res-content-mobile .res-text .res-link:hover {
    opacity: 100%;
  }
  .responsibility .res-content-mobile .res-text .res-link::before {
    content: '';
    position: absolute;
    bottom: -0.08rem;
    display: inline-block;
    width: 100%;
    height: 0.03rem;
    background-color: #c6000b;
  }
  .responsibility .line {
    width: 100%;
    height: 0.02rem;
    margin-top: unset;
    margin-bottom: 0.13rem;
  }
  .responsibility .tag {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  .responsibility .tag .tag-item {
    font-size: 0.28rem;
  }
  .responsibility .tag .active-tag {
    font-size: 0.28rem;
    font-weight: 600;
  }
  .responsibility .tag .active-tag::before {
    top: -0.18rem;
    width: 1.1rem;
    height: 0.08rem;
  }
  .contactUs {
    margin-top: 1.1rem;
    margin-left: 0.24rem;
    margin-right: 0.24rem;
    background-image: url(../../img/about/contactUs/map_m.png);
    background-size: 100% auto;
    background-position: center 2.5rem;
  }
  .contactUs .corporation-info .corporation-name {
    font-size: 0.48rem;
    margin-bottom: 0.5rem;
  }
  .contactUs .corporation-info .info {
    width: 5.7rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .contactUs .corporation-info .info .info-item {
    margin-bottom: 0.15rem;
    white-space: nowrap;
  }
  .contactUs .corporation-info .info .info-item:last-child {
    margin-bottom: 0;
  }
  .contactUs .comm-title {
    font-size: 0.48rem;
    margin-bottom: 0.45rem;
  }
  .contactUs .type {
    font-size: 0.32rem;
    margin-top: 0.3rem;
    margin-bottom: 0.15rem;
  }
  .contactUs .number {
    font-size: 0.48rem;
  }
  .contactUs .comm {
    margin-top: 4rem;
    margin-bottom: 1rem;
  }
  .contactUs .comm .comm-box {
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .contactUs .comm .comm-box .comm-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: 0.38rem;
    padding-right: unset;
    width: 7.02rem;
    box-shadow: 0px 5px 50px rgba(204, 204, 204, 0.3);
  }
  .contactUs .comm .comm-box .comm-item h2 {
    width: 4.8rem;
    font-size: 0.48rem;
  }
  .contactUs .comm .comm-box .comm-item .comm-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .contactUs .comm .comm-box .comm-item .comm-type .comm-type-item:last-child {
    margin-top: 0.15rem;
  }
  .contactUs .comm .comm-box .comm-item:last-child {
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-top: 0.24rem;
  }
  .contactUs .comm .comm-box .comm-item .comm-product-item {
    width: 7.02rem;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    padding-left: 0.4rem;
    box-shadow: 0px 5px 50px rgba(204, 204, 204, 0.3);
  }
  .contactUs .comm .comm-box .comm-item .comm-product-item:first-child {
    margin-bottom: 0.24rem;
  }
  .contactUs .contact .contact-box {
    margin-bottom: 0.48rem;
    -webkit-justify-content: unset;
    -moz-justify-content: unset;
    -ms-justify-content: unset;
    -o-justify-content: unset;
    justify-content: unset;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .contactUs .contact .contact-box .contact-type {
    width: 7.02rem;
    height: 2.6rem;
    box-shadow: 0px 5px 50px rgba(204, 204, 204, 0.3);
  }
  .contactUs .contact .contact-box .contact-type:first-child {
    margin-bottom: 0.24rem;
  }
  .contactUs .contact .contact-box .contact-type .contact-type-icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.6rem;
    margin-right: 0.28rem;
  }
  .contactUs .contact .contact-box .contact-type .type {
    margin-top: 0;
    margin-bottom: 0.1rem;
  }
}
