.show{
  width: 100%;
  position: relative;
}

.show .show_content{
  width: 1200px;
  height: 160px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 10px 10px 60px 0px rgba(47 131 254 / 10%), -10px 0px 60px 0px rgba(47 131 254 / 10%);
  overflow: hidden;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.show .show_content>div:nth-child(odd){
  flex: 1;
  display: flex;
  justify-content: center;
}

.show .show_content>div:nth-child(even){
  width: 1px;
  height: 38px;
  background: #e4e4e4;
}

.show .show_content>div>a{
  display: flex;
  flex-direction: column;
}

.show .show_content>div>a>p{
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
}

.show .show_content>div>a>div>img{
  height: 48px;
}

.synopsis{
  width: 100%;
}

.synopsis .synopsis_content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 180px;
}

.synopsis .synopsis_content .synopsis_title{
  text-align: left;
}

.synopsis .synopsis_content .synopsis_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

.synopsis .synopsis_content .synopsis_title>p:nth-child(1)>span:nth-child(1){
  font-size: 3.7rem;
  font-weight: 600;
  color: #000000;
  margin-right: 16px;
}

.synopsis .synopsis_content .synopsis_title>p:nth-child(1)>span:nth-child(2){
  font-size: 3rem;
  font-weight: 600;
  color: #999999;
}

.synopsis .synopsis_content .synopsis_title>p:nth-child(2){
  width: 80px;
  height: 8px;
  margin-top: 24px;
  background: #0066ff;
}

.synopsis .synopsis_content .synopsis_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.synopsis .synopsis_content .synopsis_list .list_title{
  font-size: 3rem;
  font-weight: 600;
  color: #333333;
  margin-top: 80px;
}

.synopsis .synopsis_content .synopsis_list .list_content>div:nth-child(1){
  padding: 80px 0 100px;
}

.synopsis .synopsis_content .synopsis_list .list_content>div{
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  border-bottom: 1px solid #e4e4e4;
}


.synopsis .synopsis_content .synopsis_list .list_content>div:nth-child(4){
  border-bottom: none;
  padding: 100px 0 90px;
}

.synopsis .synopsis_content .synopsis_list .list_content>div>div{
  text-align: left;
}

.synopsis .synopsis_content .synopsis_list .list_content>div>div>p:nth-child(1){
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
  margin: 0 0 24px;
}

.synopsis .synopsis_content .synopsis_list .list_content>div>div>p:nth-child(2){
  width: 25px;
  height: 4px;
  background: #0066ff;
  margin-bottom: 24px;
}

.synopsis .synopsis_content .synopsis_list .list_content>div>div>p:nth-child(3){
  width: 524px;
  font-size: 1.5rem;
  color: #666666;
  line-height: 29px;
}

.synopsis .synopsis_content .synopsis_list .list_content>div:nth-child(1)>div>img{
  width: 580px;
}
.synopsis .synopsis_content .synopsis_list .list_content>div:nth-child(2)>div>img{
  width: 535px;
}
.synopsis .synopsis_content .synopsis_list .list_content>div:nth-child(3)>div>img{
  width: 534px;
}
.synopsis .synopsis_content .synopsis_list .list_content>div:nth-child(4)>div>img{
  width: 535px;
}

.vision{
  height: 476px;
  width: 100%;
  background: #f5f6f7;
}

.vision .vision_content{
  width: 1200px;
  padding-top: 80px;
  margin:0 auto;
}

.vision .vision_content>div:nth-child(1){
  font-size: 3rem;
  font-weight: 600;
  color: #333333;
}

.vision .vision_content>div:nth-child(2){
  margin-top: 24px;
  font-size: 1.8rem;
  color: #333333;
  letter-spacing: 8px;
}

.vision .vision_content>div:nth-child(2)>span:nth-child(1){
  margin-right: 40px;
}

.vision .vision_content>div:nth-child(3){
  margin-top: 72px;
  display: flex;
}

.vision .vision_content>div:nth-child(3)>div{
  flex: 1;
}

.vision .vision_content>div:nth-child(3)>div>img{
  width: 158px;
}

.environment{
  width: 100%;
  height: 602px;
  background: url(../../img/about/公司环境背景图.png) no-repeat center;
}

.environment .environment_content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.environment .environment_content .environment_title{
  text-align: left;
}

.environment .environment_content .environment_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

.environment .environment_content .environment_title>p:nth-child(1)>span:nth-child(1){
  font-size: 3.7rem;
  font-weight: 600;
  color: #ffffff;
  margin-right: 16px;
}

.environment .environment_content .environment_title>p:nth-child(1)>span:nth-child(2){
  font-size: 3rem;
  font-weight: 600;
  color: rgba(255,255,255,0.80);
}

.environment .environment_content .environment_title>p:nth-child(2){
  width: 80px;
  height: 8px;
  margin-top: 24px;
  background: #ffffff;
}

.environment .environment_content .environment_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.environment .environment_content .environment_img{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.environment .environment_content .environment_img>div>img{
  width: 384px;
}

.introduce{
  width: 100%;
}

.introduce .introduce_content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}


.introduce .introduce_content .introduce_title{
  text-align: left;
}

.introduce .introduce_content .introduce_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

.introduce .introduce_content .introduce_title>p:nth-child(1)>span:nth-child(1){
  font-size: 3.7rem;
  font-weight: 600;
  color: #000000;
  margin-right: 16px;
}

.introduce .introduce_content .introduce_title>p:nth-child(1)>span:nth-child(2){
  font-size: 3rem;
  font-weight: 600;
  color: #999999;
}

.introduce .introduce_content .introduce_title>p:nth-child(2){
  width: 80px;
  height: 8px;
  margin-top: 24px;
  background: #0066ff;
}

.introduce .introduce_content .introduce_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.introduce .introduce_content .introduce_img{
  display: flex;
  justify-content: space-between;
  margin: 72px 0 88px;
}

.introduce .introduce_content .introduce_img>div:nth-child(1)>img{
  width: 676px;
}

.introduce .introduce_content .introduce_img>div:nth-child(2){
  flex: 1;
}

.introduce .introduce_content .introduce_img>div:nth-child(2)>div:nth-child(1){
  height: 241px;
  background: url(../../img/about/团队介绍文案背景1.png) no-repeat center;
  background-size: 100% 100%;
  margin-bottom: 5px;
}

.introduce .introduce_content .introduce_img>div:nth-child(2)>div:nth-child(2){
  height: 155px;
  background: url(../../img/about/矩形备份\ 24.png) no-repeat center;
  background-size: 100% 100%;
}

.introduce .introduce_content .introduce_img>div:nth-child(2)>div>p{
  font-size: 1.5rem;
  text-align: left;
  color: #666666;
  line-height: 29px;
  padding: 32px;
  word-break: break-all;
}

