.header {
  height: 53px;
  width: 100%;
  position: fixed;
  padding: 6px 0 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #f1f1f1;
  background: #fff;
  z-index: 8888;
}
.header span {
  position: absolute;
  right: 20px;
  top: 15px;
}
.img_content {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.banner {
  width: 100%;
}
.banner .img {
  height: auto;
  max-width: 100%;
}
.menu {
  width: 80px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 0px;
  opacity: 1;
  z-index: 999;
}
.nav {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  margin-left: -186px;
  z-index: 99999;
}
.nav .img {
  position: absolute;
  overflow: auto;
  height: 100vh;
  background: #f7f7f7;
  width: 220px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden;
  margin-left: -220px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav .img.on {
  margin-left: 0;
}
.nav .img .back {
  position: relative;
  width: 100%;
}
.nav .img .back > span {
  display: inline-block;
  position: absolute;
  top: 8px;
  width: 20px;
  font-size: 16px;
  right: 10px;
}
.nav .img ul li a {
  padding-left: 20px;
  font-size: 18px;
  display: block;
  height: 42px;
  line-height: 42px;
  color: #282828;
  border-bottom: 1px solid #aeaeae;
}
.nav .img ul li a:active {
  background: #e7dfd3;
}
.nav .img ul li dl a {
  padding-left: 40px;
  font-size: 14px;
  background: #f4eded;
  height: 38px;
  line-height: 38px;
}
.footer {
  height: 170px;
  background: #676565;
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 30px;
}
.footer p {
  margin-bottom: 20px;
}
.footer .language {
  display: inline-block;
  padding: 0 20px;
  line-height: 25px;
  height: 30px;
  margin: 0 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #fff;
}
.footer .language.now {
  color: #c49033;
  border-color: #c49033;
  font-weight: bold;
}
.contacto {
  padding: 0 22px;
}
.contacto .map {
  margin-bottom: 20px;
}
.contacto .map > img {
  height: auto;
  max-width: 98%;
}
.contacto .null {
  width: 52px;
  display: inline-block;
  margin-right: 5px;
}
.contacto p {
  margin: 16px 0;
  font-size: 16px;
}
.contacto p img {
  margin-right: 10px;
}
.main {
  padding: 20px;
}
.main > h1 {
  text-align: 2em;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.main p {
  margin-bottom: 20px;
}
.main .contacta_us {
  margin-top: 30px;
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #424242;
  line-height: 30px;
}
.main .brint {
  padding: 30px;
  background: #f1f1f1;
  margin-bottom: 15px;
  border-radius: 5px;
  margin-bottom: 40px;
}
