.header-img {
  width: 100%;
  height: 1.75rem;
  position: fixed;
  top: 0;
}

.header-img img {
  width: 100%;
  height: 100%;
}

.header-search {
  width: 100%;
  height: 0.33rem;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 0 0.1rem;
  position: fixed;
  top: 1.75rem;
}

.header-search .left {
  display: flex;
  align-items: center;
}

.header-search .left img {
  width: 0.15rem;
  height: 0.15rem;
}

.header-search .left span {
  color: #fff;
  font-size: 0.13rem;
}

.header-search ul {
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}

.header-search ul li {
  width: 0.8rem;
  height: 100%;
  border-right: 1px solid #DFE1E5;
}

.header-search ul li:last-child {
  border: none;
}

.header-search ul li a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
  font-size: 0.13rem;
  font-weight: 300;
}

.header-search ul .action {
  background: #2054A7;
}

.header-search ul .action a {
  color: #FFFFFF;
  font-weight: 400;
}

.about {}

.about .corporation {
  padding: 0.1rem;
}

.about .corporation img {
  width: 100%;
  height: 1.5rem;
}

.about .corporation h3 {
  color: #333333;
  line-height: 35px;
}

.about .corporation h4 {
  color: #E52E2E;
  line-height: 25px;
}

.about .corporation .des {
  color: #222222;
  font-size: 0.13rem;
  line-height: 25px;
}

.about .strength {
  width: 100%;
  height: 1.3rem;
  margin-top: 0.1rem;
  background-image: url('../assets/aboutUs-03.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.about .strength .top {
  padding-top: 0.2rem;
}

.about .strength .box-item {
  display: flex;
  align-items: center;
  padding-top: 0.2rem;
}

.about .strength .box-item .item div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about .strength .box-item .item p {
  font-weight: 300;
  font-size: 0.11rem;
}

.about .strength .box-item .line {
  width: 1px;
  height: 25px;
  background: #fff;
  margin: 0 0.15rem;
}

.about .culture {
  padding: 0.1rem 0 0rem 0;
}

.culture-top {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #222222;
}

.culture-top div {
  width: 0.5rem;
  height: 5px;
  margin-top: 0.05rem;
  background: #2054A7;
}

.about .culture ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 0.35rem;
}

.about .culture ul li {
  width: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #222222;
  margin: 0 0.4rem 0.25rem 0.4rem;
}

.about .culture ul li .img {
  width: 1rem;
  height: 1rem;
  background-image: url('../assets/aboutUs-04.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .culture ul li .img img {
  width: 0.6rem;
  height: 0.6rem;
}

.about .culture ul li .text {
  font-weight: bold;
  font-size: 0.14rem;
  line-height: 38px;
}

.about .culture ul li .des {
  font-weight: 300;
  font-size: 0.12rem;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.about .culture-btn {
  /* padding-bottom: 0.2rem; */
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .culture-btn .left {
  width: 49%;
  height: 1rem;
  position: relative;
  padding: 0.1rem;
  color: #fff;
}

.about .culture-btn .left img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about .culture-btn .left p {
  padding-top: 10px;
  font-weight: 300;
  font-size: 0.13rem;
  text-shadow: 0px 2px 2px 0px rgba(40, 67, 109, 0.4);
}

.aptitude {
  width: 100%;
  padding: 0.1rem 0.1rem 0.3rem 0.1rem;
  background: #F9F9F9;
}

.aptitude ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.1rem
}

.aptitude ul li {
  width: 48%;
  height: 0.8rem;
  background: #fff;
  border-radius: 4px;
  /* margin: 0.1rem 0; */
  margin-top: 0.1rem;
  padding: 0.1rem;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s linear;
}

.aptitude ul li img {
  width: 0.35rem;
  height: 0.35rem;
}

.aptitude ul li .right {
  padding-left: 0.1rem;
  color: #555555;
}

.aptitude ul li .right .text {
  /* font-weight: bold; */
  font-weight: 900;
  font-size: 0.18rem;
}

.aptitude ul li .right .des {
  font-size: 0.14rem;
  padding-top: 0.05rem;
  /* line-height: 30px; */
}

.aptitude ul .action .right {
  color: #2054A7;
}

.aptitude ul .action::after {
  width: 2px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 1px;
  content: '';
  background: #2054A7;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}