.aboutus .bannerCtn {
  width: 100%;
  height: auto;
  position: relative;
}
.aboutus .bannerCtn .banner {
  width: 100%;
  display: block;
}
.aboutus .bannerCtn .circle {
  position: absolute;
  top: 115px;
  left: 52%;
  cursor: pointer;
}
.aboutus .bannerCtn .bannerlogo {
  width: 210px;
  position: absolute;
  left: 54%;
  top: 70px;
}
.aboutus .bannerCtn .slash {
  width: 0;
  border: 1px solid #668db6;
  position: absolute;
  left: 730px;
  top: 100px;
  transform: rotate(-45deg);
  opacity: 0;
}
.aboutus .bannerCtn .tline {
  width: 0;
  border: 1px solid #668db6;
  position: absolute;
  left: 768px;
  top: 84px;
  opacity: 0;
}
.aboutus .bannerCtn .logo {
  width: 146px;
  position: absolute;
  left: 800px;
  top: 75px;
  opacity: 0;
}
.aboutus .info {
  height: auto;
  background: #004185;
}
.aboutus .info .info_l {
  color: #fff;
  padding-top: 50px;
  padding-right: 70px;
  padding-left: 135px;
  height: auto;
}
.aboutus .info .info_l > h3 {
  height: 35px;
  font-size: 20px;
}
.aboutus .info .info_l .shotLine {
  display: block;
  width: 13px;
  height: 0;
  border-top: 2px solid #fff;
}
.aboutus .info .info_l .icon {
  margin-top: 25px;
  margin-bottom: 25px;
}
.aboutus .info .info_l .txt {
  font-size: 12px;
  color: #fff;
  line-height: 22px;
  text-align: justify;
}
.aboutus .info .info_l .txt p {
  margin-bottom: 40px;
}
.aboutus .info .info_l .address {
  padding-top: 20px;
}
.aboutus .info .info_r {
  background: #e6e6e6;
  padding-left: 45px;
  padding-top: 70px;
  position: relative;
  padding-bottom: 60px;
}
.aboutus .info .logo {
  width: 110px;
  position: absolute;
  left: 190px;
  top: 0;
  margin-top: 280px;
}
.aboutus .info .circle {
  width: 45px;
  position: absolute;
  left: 260px;
  top: 310px;
}
.aboutus .info .map {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header_mainbody {
    height: 66px;
  }
  .aboutus .bannerCtn {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .aboutus .bannerCtn .circle {
    width: 0.45rem;
    top: 1.12rem;
    left: 4.26rem;
  }
  .aboutus .bannerCtn .bannerlogo {
    width: 2.3rem;
    left: 4.6rem;
    top: 0.65rem;
  }
  .aboutus .bannerCtn .slash {
    left: 4.4rem;
    top: 0.85rem;
  }
  .aboutus .bannerCtn .tline {
    left: 4.8rem;
    top: 0.85rem;
  }
  .aboutus .bannerCtn .line {
    width: 0.54rem;
    left: 4.6rem;
    top: 0.85rem;
  }
  .aboutus .bannerCtn .logo {
    width: 1.46rem;
    left: 5.2rem;
    top: 0.73rem;
  }
  .aboutus .info .info_l {
    padding-left: 0.6rem;
    padding-right: 0.5rem;
    padding-bottom: 0.6rem;
    padding-top: 0.88rem;
  }
  .aboutus .info .info_l > h3 {
    height: 0.56rem;
    font-size: 0.3rem;
  }
  .aboutus .info .info_l .icon {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .aboutus .info .info_l .txt {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .aboutus .info .info_l .address {
    font-size: 0.24rem;
    line-height: 0.42rem;
  }
  .aboutus .info .info_r {
    padding: 0.3rem 0.6rem;
  }
  .aboutus .info .info_r .logo {
    margin-top: 0;
    width: 1.1rem;
    left: 2rem;
    top: 2.3rem;
  }
  .aboutus .info .circle {
    width: 0.45rem;
    left: 2.7rem;
    top: 2.6rem;
  }
}
.twinkling {
  animation: twinkling 2s infinite ease-in-out;
}
.slash_ani {
  animation: slash 1s ease-in-out forwards;
}
.tline_ani {
  animation: tline 1s 1s ease-in-out forwards;
}
.logo_ani {
  animation: logo 1s 2s ease-in-out forwards;
}
@-webkit-keyframes twinkling {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slash {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 45px;
    opacity: 1;
  }
}
@-webkit-keyframes tline {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 30px;
    opacity: 1;
  }
}
@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=aboutus.css.map */
