@charset "UTF-8";
/* CSS Document */
/*section-top*/
.body {
  max-width: 1950px;
  background-color: #D6CBA5;
  background-position: bottom;
  background-size: auto;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto 10vw;
}
.logo {
  width: 50vw;
  min-width: 100px;
  max-width: 300px;
  height: auto;
  /*position: absolute; */
  top: 0;
  left: 50vw;
  margin: 7vh auto;
}
.navWrap {
  width: 100%;
  background: #ffffff;
  padding: 6px 0;
  margin: 0 0 1px 0;
}
.navInner {
  width: 60%;
  min-width: 320px;
  max-width: 400px;
  margin: 0 auto;
  height: 57px;
  font-size: 14px;
  background: url("../image/arrow3.png") no-repeat right 22px;
}
@media(max-width:550px) {
  .navInner {
    width: 90%;
    min-width: 320px;
    max-width: 400px;
    margin: 0 auto;
    height: 57px;
    font-size: 14px;
    background: url("../image/arrow3.png") no-repeat right 22px;
  }
}
.navImg {
  width: 68px;
  float: left;
  padding-top: 3px;
}
.navTxt {
  padding: 20px 0 0 0;
  float: left;
  font-size: 16px;
  font-size: 1.4em;
  line-height: 16px;
  margin-right: 10px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.group1 {
  font-size: 16pt;
  color: #fff;
  margin: 6vw 0 3vw 0;
}
.group2 {
  font-size: 14pt;
  color: #FFFFFF;
  margin-bottom: 2vw;
}
.group-infor {
  font-size: 12pt;
  text-decoration: none;
  color: #FFFFFF;
  margin-bottom: 7vh;
}
.group-infor a {
    color:#fff;
    text-decoration:none;
    }