.about {
  color: #333333;
}
/* banner区域 */
.banner-container {
  width: 100%;
  height: 6.5rem;
  margin-top: 0.8rem;
  background-size: 100% 100%;
  overflow: hidden;
  position: relative;
}
.banner-container img {
  width: 100%;
}
.banner-container .text-content {
  color: #333;
  font-weight: bold;
  font-size: 0.576rem;
  position: absolute;
  top: 50%;
  transform: translate(2.408rem, -50%);
  -webkit-transform: translate(2.408rem, -50%);
  -moz-transform: translate(2.408rem, -50%);
  -ms-transform: translate(2.408rem, -50%);
  -o-transform: translate(2.408rem, -50%);
}

.banner-container .text-content .large-title {
  position: relative;
  font-size: 0.576rem;
}
.banner-container .text-content .second-title,
.third-title {
  font-size: 0.32rem;
}

.banner-container .text-content .second-title {
  margin: 0.552rem 0 0.078rem;
}

.banner-container .text-content .large-title::after {
  content: "";
  display: block;
  height: 0.224rem;
  background-color: #FF960F;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.banner-container .text-content .btn-apply {
  display: block;
  width: 1.088rem;
  height: 0.376rem;
  line-height: 0.376rem;
  background-color: #FF960F;
  color: #fff;
  font-size: 0.192rem;
  margin-top: 0.736rem;
  border-radius: 0.192rem;
  text-align: center;
  -webkit-border-radius: 0.192rem;
  -moz-border-radius: 0.192rem;
  -ms-border-radius: 0.192rem;
  -o-border-radius: 0.192rem;
}

/* 公司介绍模块*/
.introduce {
  padding: 0.8rem 0 0.62rem;
}

.introduce .container {
  display: inline-block;
  max-width: 12rem;
}

.introduce img {
  width: 3.28rem;
  height: 2.81rem;
  float: left;
}

.introduce .content {
  float: left;
  margin-left: 1.55rem;
  max-width: 4.4rem;
}

.introduce .content span {
  display: block;
}

.introduce .content span {
  margin-top: 0.16rem;
  color: #333333;
  font-size: 0.19rem;
  line-height: 0.22rem;
  font-weight: 400;
}

.introduce .content span:nth-child(3) {
  margin-top: 0.32rem;
}

.introduce .content span:nth-child(4) {
  margin-top: 0.16rem;
}

.introduce .content span:nth-child(5) {
  margin-top: 0.16rem;
}

.en-title {
  display: block;
  margin-top: 0.08rem;
  color: #999999;
  font-size: 0.14rem;
  font-weight: 400;
  font-family: Arial;
}

.title {
  display: block;
  font-size: 0.3rem;
  /* font-weight: bold; */
}

.culture,
.environment {
  width: 100%;
  min-width: 12rem;
  background-color: #f7f7f7;
  padding: 0.8rem 0;
  color: #333333;
}

.culture .content {
  margin-top: 0.8rem;
}

.culture .content .container {
  display: inline-block;
  /* width: 1200px; */
}

.culture .content .card {
  float: left;
  background: #ffffff;
  border: 0.04rem solid #e6e6e6;
  border-radius: 0.1rem;
  margin-left: 1.11rem;
  height: 3.28rem;
  width: 2.61rem;
}

.culture .content .card:first-child {
  margin-left: 0;
}

.culture .content .card span {
  line-height: 1;
  margin-top: 0.35rem;
  font-size: 0.19rem;
  font-weight: 400;
  display: block;
}

.environment {
  background-color: #ffffff;
  width: 100%;
  padding: 0.8rem 0 0.3rem;
}

.environment .content {
  background-color: white;
  width: 9.8rem;
  margin: 0.8rem 0;
  height: 5.98rem;
  position: relative;
}

.environment .content .card {
  cursor: pointer;
  position: absolute;
  background-color: #333333;
}

.environment .content .card:hover {
  transform: scale(1.05);
}

.environment .content .card1 {
  width: 5.05rem;
  height: 2.7rem;
  top: 0.2rem;
  left: 0;
}

.environment .content .card2 {
  width: 2.5rem;
  height: 2.7rem;
  top: 0;
  left: 5.23rem;
}

.environment .content .card3 {
  width: 1.89rem;
  height: 2.76rem;
  top: 0.2rem;
  right: 0;
}

.environment .content .card4 {
  width: 2.51rem;
  height: 2.53rem;
  bottom: 0.38rem;
  left: 0;
}

.environment .content .card5 {
  width: 2.46rem;
  height: 2.78rem;
  bottom: 0.12rem;
  left: 2.69rem;
}

.environment .content .card6 {
  width: 2.4rem;
  height: 2.62rem;
  bottom: 0.47rem;
  right: 2.07rem;
}

.environment .content .card7 {
  width: 1.89rem;
  height: 2.77rem;
  bottom: 0;
  right: 0;
}

.contact-us {
  background-color: #f7f7f7;
}

.contact-us .title {
  background-color: #ffffff;
  text-align: center;
  padding: 0.3rem 0;
}

.contact-us .title .title_CN {
  font-size: 0.3rem;
  /* font-weight: bold; */
}

.contact-us .title .title_EN {
  color: rgb(159, 159, 159);
  margin: 0.08rem auto 0.25rem;
  font-weight: normal;
  font-size: 0.14rem;
}

.contact-us .container {
  width: 100%;
  padding: 0.8rem 0;
}

.contact-us .form-container .form-title legend {
  float: left;
  text-align: start;
  display: block;
  padding-left: 0.15rem;
}

.en-title::after {
  display: inline-block;
  content: "";
  background-color: rgba(254, 126, 55, 0.7);
  width: 0.23rem;
  height: 0.013rem;
  margin-bottom: 0;
  margin-left: -0.18rem;
}

.banner-line {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f29a3b;
  filter: Alpha(opacity=50);
  height: 0.21rem;
  width: 100%;
}
