/* APP介绍CSS */


/* 头部 */
/* 导航栏 */
.nav>li:nth-child(3){
  background-color: #076ce0;
}
.navbar-default .navbar-nav>li:nth-child(3)>a {
  color: #fff;
}

/* 关于公司 */
.aboutc{
  width: 100%;
  height: 21.58rem;
  background-color: #076ce0;
  position: relative;
  margin-top: 5.5rem;
  margin-bottom: 6.5rem;
}
.aboutc .aboutpic{
  width: 22.25rem;
  height: 27.417rem;
  border: 1px solid #ccc;
  display: flex;
  position: absolute;
  top: -14%;
  left: 16%;
}
.aboutpic img{
  display: block;
  width: 21.3rem;
  height: 26.3rem;
  margin: auto;
}
.aboutc .abtext{
  width: 25.75rem;
  height: 17.1rem;
  margin-left: 49%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.abtext h3{
  font-size: 1.3rem;
  font-family: cuheiti;
  color: #fff;
  text-align: center;
  padding-top: 2.9rem;
  padding-bottom: 2.75rem;
}
.abtext h3 span{
  font-family: arial;
  font-size: .75rem;
  font-weight: lighter;
  letter-spacing: .08rem;
  color: #fff;
  line-height: 2.17rem;
  text-align: center;
}
.abtext::after{
  content: '';
  width: 2.5rem;
  border-bottom: 2px solid white;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}
.abtext p{
  font-size: .67rem;
  color: white;
  line-height: 1.25rem;
  margin-bottom: .5rem;
}
.abtext a{
  display: block;
  width: 6.8rem;
  height: 2rem;
  background-color: white;
  color: #076ce0;
  font-size: .8rem;
  font-family: lamp;
  text-align: center;
  line-height: 2rem;
  border-radius: 1rem;
  text-decoration: none;
  align-self: flex-end;
}

/* 公司成员 */
.menber{
  width: 68%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menber .menberul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 3rem;
}
.menberul li{
  width: 11.17rem;
  height: 15.58rem;
  margin-bottom: 1rem;
}
.menberul li a{
  display: block;
  width: 100%;
  height: 12.75rem;
  border: 1px solid #ccc;
  display: flex;
}
.menberul li a img{
  display: block;
  width: 10.42rem;
  height: 11.96rem;
  margin: auto;
}
.menberul li p{
  font-size: .85rem;
  font-family: lamp;
  color: black;
  text-align: center;
  margin-top: .2rem;
}
.menberul li p span{
  display: block;
  font-size: .78rem;
  font-family: lamp;
  color: #505050;
  text-align: center;
}

/* 品牌风格 */
.brandstyle{
  width: 100%;
  height: 21.5rem;
  background-image: url(../images/aboutus_pic09.jpg);
  background-size: 100%;
}
.brandstyle .bstyle{
  width: 68%;
  margin: 0 auto;
}
.bstyle h3{
  font-size: 1.42rem;
  font-family: lamp;
  color: white;
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 1.67rem;
}
.bstyle p{
  font-size: .7rem;
  font-family: lamp;
  color: white;
  text-align: center;
  line-height: 1.3rem;
  margin-bottom: 2.75rem;
}
.bstyle .biconul{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.biconul li{
  width: 5.75rem;
  height: 5.75rem;
  display: flex;
  border: 3px solid white;
  border-radius: 50%;
}
.biconul li p{
  font-size: 1.28rem;
  font-family: lamp;
  color: white;
  margin: auto;
  line-height: 1.5rem;
}
.biconul li p span{
  display: block;
  font-size: .8rem;
}