/* body {
  background-color: skyblue;
} */
.md {
  display: block;
}
.xs {
  display: none;
}

/* nav ------------------------------------------------------------------------------- */
.nav_container {
  position: fixed;
  z-index: 3;
  width: 100%;

  background-color: rgba(51, 51, 51, 0.96);
}
.nav_container ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;

  color: #fff;
}
.nav_container li {
  /* width: 100%; */
  flex:1;
  text-align: center;
  transition: background-color 0.3s;

  line-height: 52px;
  font-size: 15px;
}
.nav_container li:hover {
  background-color: rgba(255, 255, 255, 0.85);
  color: #111;
}
.nav_container a {
  display: inline-block;
  width: 100%;
  height: 100%;
}


/* title --------------------------------------------------------------------- */
.title_over {
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

.title_container {
  height: 200px;
  margin: 0;
  padding-top: 52px;
}
.title_label {
  font-size: 25px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.47);
  color: #fff;
  /* height: ; */
}

.code_1 {
  margin-left: 50px;
}
.code_2 {
  margin-right: 50px;
}
.container {
  padding: 0 80px;
}

/* tite_top----------------------------- */
.title_over {
  position: relative;
  /* box-shadow:0 60px 80px   rgba(255, 255, 255, 0.7); */
}

.title_label_top {
  position: absolute;
  bottom: 30px;
  height: 40%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.47);
}

.title_label_top img {
  width: 75%;
  max-width: 800px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-53%, -50%);
}

.title_label_top .img_2 {
  transform: translate(-52%, -49%);
}

/* footer ----------------------------------------------------------------------------- */
.fmenu {
  background-color: #555;
  color: #fff;
}
footer .credit {
  background-color: #333;
  height: 140px;
  line-height: 140px;
  font-size: 13px;
}

.fmenu .facebook {
  transform-origin: 100% 100%;
  transform: scale(1.5);
  transition: filter 0.4s;
  right: 80px;

}
.fmenu .facebook:hover {
  filter: invert();
}
.fmenu li {
  font-size: 20px;
  line-height: 50px;
  transition: color 0.4s;
}
.fmenu li:hover {
  color: #000;
}

/* top ----------------------------------------------- */
.content h1 {
  font-size: 2.3rem;
}
.content p {
  font-size: 1.3rem;
  line-height: 2.5rem;
}


/* greeting----------------------------------------- */


.greeting {
  flex: 1.5;
}

.imgContainer {
  flex: 1;
  margin-left: 40px;
}

.imgContainer p {
  text-align: center;
}




/* contact------------------------------------ */

.contactContainer {
  margin: 10% 0;
  background-color: #555555;
  box-shadow: rgba(0,0,0,0.27) 15px 15px 15px;
  font-size: 1.3vw;
  color: #fff;
  padding: 7%;
}
.contactContainer form {
  display: flex;
  /* justify-content: space-between; */
}
.info {
  /* flex: 1; */
  width: 50%;
}
.contact {
  /* flex: 1; */
  margin-left: 10%;
  width: 50%;
}
.contactContainer input {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.contactContainer label {
  margin-top: 30px;
}
.contactContainer textarea {
  width: 100%;
  resize: none;
}
.contactContainer button {
  display: block;
  width: 100px;
  height: 30px;
  margin: 0;
}
.greetingContainer {
  font-size: 1.7vw;
}
.contactContainer {
  font-size: 2vw;
}

/* section ---------------------------------------------------------------------------- */
.service {
  transform-origin: 50% 40%;
}

.sec2_ul {
  margin-left: 30px;
  padding-left: 8%;
}
.container > p {
  margin: 80px 0;
}

section h2 {
  margin-bottom: 20px;
}

.service {
  transform-origin: center;
  /* transform: scale(1.3); */
}

/* submit -------------------------- */
h1.submit {
  padding: 0 8%;
  font-size: 1.5rem;
}
