body{
  height: 100%;
}
.fixed_other_content{
  width: 100%;
  padding: 0px;
}
.fixed_other_content img{
  width: 100%;
}
.brand{
  /* width: 1080px; */
  /* height: 250px; */
  min-height: 250px;
  background: #0098FF;
  margin: 0 auto;
  margin-top: -100px;
  z-index: 1;
  position: relative;
  padding-left: 60px;
  box-sizing: border-box;
}
.brand .brand_content{
  /* width: 560px; */
  width: calc(100% - 500px);
  padding-top: 50px;
  padding-bottom: 20px;
  color: #fff;
}
.brand .logo{
  width: 360px;
  height: 180px;
  position: absolute;
  right: 60px;
  top: -50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mg_b30{
  margin-bottom: 30px;
}
.mg_b20{
  margin-bottom: 20px;
}
.Company_profile{
  margin: 100px 0px;
}
.map_set .map_left{
  display: inline-block;
  width: 320px;
  color: #666666;
}
.map_set .map_right{
  display: inline-block;
  width: calc(100% - 340px);
  height: 350px;
}
.map_set{
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: 100px;
}
.team_introduction{
  position: relative;
}
.team_introduction .team_text{
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 900px;
  max-height: 100px;
  text-align: center;
}