.contact_us{
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.body__wrap{
  width: 100%;
  height: calc(100vh - 86px);
  margin-top: 86px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}

.body__wrap::-webkit-scrollbar{
  width: 6px;
}

.body__wrap::-webkit-scrollbar-track{
  width: 6px;
  border-radius: 3px;
  background-color: rgb(216, 216, 216);
}
.body__wrap::-webkit-scrollbar-thumb{
  width: 6px;
  border-radius: 3px;
  background-color: rgb(155, 155, 155);
}

.contact_us .body__wrap .content__banner{
  width: 100%;
  height: 446px;
}
.contact_us .body__wrap .content__banner img{
  width: 100%;
  height: 100%;
}

.contact_us .content{
  width: 1200px;
  margin: 40px auto;
}
.contact_us .content .content_con{
  width: 100%;
  height: auto;
}
.contact_us .content .content_con .content_title{
  width: 100%;
  height: 60px;
  margin: 0 0 20px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}
.contact_us .content .content_con .content_img{
  width: 98%;
  height: auto;
  margin: 0 auto;
}
.contact_us .content .content_con .content_img img{
  width: 100%;
  height: auto;
}
.contact_us .content .content_con .content_content{
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #0f2128;
  line-height: 34px;
}
.contact_us .content .content_con .content_content p{
  text-indent: 2em;
}