/*Related banner*/
.rel_ban {
  width: 100%;
  height: 400px;
  background: url("../images/rel_ban.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.rel_text {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 35%;
  left: 7%;
  text-align: left;
}
.rel_text h1 {
  font-size: 60px;
  color: #fff;
  margin-top: 30px;
}
@media screen and (max-width: 785px) {
  .rel_ban {
    width: 100%;
    height: 250px;
  }
  .rel_text {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 10%;
    text-align: left;
  }
  .rel_text h1 {
    font-size: 50px;
    color: #fff;
  }    
}

@media screen and (max-width: 432px) {
  .rel_text {
    top: 35%;
    left: 6%;
  }
  .rel_text h1 {
    font-size: 30px;
  }  
}
@media screen and (max-width: 320px) {
  .rel_text h1 {
    font-size: 26px;
  }  
}
/*benner end*/

/*bread*/
.bread {
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
}
.bread span {
  color: #2176ae;
}
.bread a:hover {
  color: #2176ae;
}

/*main wrap*/
@media screen and (min-width:769px){
  .rel_main{
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px){
  .rel_main{
    width: 95%;
    font-size: 18px;
    margin-left: 2.5%;
  }
  .rel_contain{
    flex-direction: column;
  }  
}


/*MAP IMG*/
.rel_orgBx{
  width: 100%;
  height: 100%;
  margin: 30px auto;
}