@charset "utf-8";
.about-box1 {
  width: 100%;
  position: relative;
}
.about-box1 .g_xs {
  display: block;
}
.about-box1 .g_yc {
  display: none;
}
@media (max-width: 767px) {
  .about-box1 .g_xs {
    display: none;
  }
  .about-box1 .g_yc {
    display: block;
  }
}
.about-box1.g_mb .img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.about-box1 .img {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
}
@media (max-width: 991px) {
  .about-box1 .img {
    height: calc(100vh - 1.2rem);
  }
}
.about-box1 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-box1 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0.6rem;
  z-index: 20;
}
.about-box1 .container .title {
  font-size: var(--font-size1);
  line-height: calc(66/56);
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.about-box1 .container .txt {
  line-height: calc(30/20);
  color: #fff;
  margin-top: 0.15rem;
  font-size: var(--font-size6);
}

 
@charset "utf-8";
.contact-box1 {
  width: 100%;
  padding: 1.4rem 0 1rem;
}
.contact-box1 .container .big {
  width: 100%;
  background: var(--color);
  border-radius: 0.3rem;
  padding: 0.2rem 0.6rem 0.2rem 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-box1 .container .big {
    padding: 0.2rem;
  }
}
.contact-box1 .container .big .public-img {
  width: calc(660/1320*100%);
  border-radius: 0.3rem;
}
@media (max-width: 991px) {
  .contact-box1 .container .big .public-img {
    width: 100%;
  }
}
.contact-box1 .container .big .public-img::before {
  padding-top: calc(545/660*100%);
}
.contact-box1 .container .big .tbox {
  width: calc(580/1320*100%);
}
@media (max-width: 991px) {
  .contact-box1 .container .big .tbox {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.contact-box1 .container .big .tbox .t1 {
  color: #fff;
  line-height: calc(34/24);
  font-weight: 600;
  font-size: var(--font-size4);
}
.contact-box1 .container .big .tbox .t2 {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 0.35rem;
  padding-top: 0.35rem;
}
.contact-box1 .container .big .tbox .t2 .ts {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 0.2rem;
}
.contact-box1 .container .big .tbox .t2 .ts:last-child {
  margin-bottom: 0;
}
.contact-box1 .container .big .tbox .t2 .ts .ts1 {
  width: 100%;
  display: flex;
  align-items: center;
  color: #9bbfbc;
  margin-bottom: 0.1rem;
  line-height: calc(22/16);
  flex-shrink: 0;
}
.contact-box1 .container .big .tbox .t2 .ts .ts1 img,
.contact-box1 .container .big .tbox .t2 .ts .ts1 svg {
  width: 18px;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
.contact-box1 .container .big .tbox .t2 .ts .ts1 img path,
.contact-box1 .container .big .tbox .t2 .ts .ts1 svg path {
  fill: #fff;
}
.contact-box1 .container .big .tbox .t2 .ts .ts2 {
  color: #fff;
  line-height: calc(22/16);
  padding-left: calc(18px + 0.1rem);
}
.contact-box1 .container .list {
  width: 100%;
  margin-top: 0.4rem;
}
.contact-box1 .container .list ul {
  width: calc(100% + 0.4rem);
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .contact-box1 .container .list ul {
    width: 100%;
    margin: 0;
  }
}
.contact-box1 .container .list ul li {
  width: calc(33.33% - 0.4rem);
  margin: 0 0.2rem 0.4rem;
  background: #f2f4f8;
  border-radius: 0.3rem;
  padding: 0.2rem;
}
@media (max-width: 991px) {
  .contact-box1 .container .list ul li {
    width: 100%;
    margin: 0 0 0.4rem;
  }
}
.contact-box1 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.2rem;
}
.contact-box1 .container .list ul li .public-img::before {
  padding-top: calc(300/400*100%);
}
.contact-box1 .container .list ul li .t1 {
  line-height: calc(30/24);
  font-weight: 600;
  color: #222;
  margin-top: 0.28rem;
  font-size: var(--font-size4);
}
.contact-box1 .container .list ul li .t2 {
  width: 100%;
  min-height: 1.2rem;
  display: flex;
  align-items: flex-start;
  margin-top: 0.13rem;
}
.contact-box1 .container .list ul li .t2 i {
  width: 0.25rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 0.26rem;
  margin-right: 0.1rem;
  margin-top: 3px;
}
.contact-box1 .container .list ul li .t2 i svg {
  width: 14px;
}
.contact-box1 .container .list ul li .t2 i svg path {
  fill: var(--color);
}
.contact-box1 .container .list ul li .t2 span {
  line-height: calc(26/16);
  color: #666;
}

 
@charset "utf-8";
.info-boxs {
  width: 100%;
  background: #fff;
  padding: 0.8rem 0 2rem;
}
.info-boxs .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.info-boxs .container .public-img {
  width: calc(400/1400*100%);
  border-radius: 0.3rem;
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
}
@media (max-width: 991px) {
  .info-boxs .container .public-img {
    width: 100%;
    position: relative;
    top: initial;
  }
}
.info-boxs .container .public-img::before {
  padding-top: calc(540/400*100%);
}
.info-boxs .container .tbox {
  width: calc(920/1400*100%);
  padding-top: 0.15rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .info-boxs .container .tbox {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 0.5rem;
  }
}
.info-boxs .container .tbox .title {
  color: var(--color);
  line-height: calc(46/36);
  font-weight: 600;
  font-size: var(--font-size2);
}
.info-boxs .container .tbox .txt {
  color: #666;
  margin-top: 8px;
}
.info-boxs .container .tbox .txt span {
  color: #222;
  line-height: 2;
}
.info-boxs .container .tbox .ts {
  width: 100%;
  margin-top: 0.53rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.55rem;
}
.info-boxs .container .tbox .ts .t1 {
  color: var(--color);
  line-height: calc(34/24);
  font-weight: 600;
  font-size: var(--font-size4);
}
.info-boxs .container .tbox .ts .t2 {
  line-height: calc(26/16);
  color: #666;
  margin-top: 0.15rem;
}
