body {
  max-width: 1920px;
  opacity: 0; }

body._ready {
  opacity: 1; }

.wap_header {
  display: none; }

img {
  display: block; }

.header {
  background: #29421b;
  display: flex;
  align-items: center;
  padding: 0 84px;
  justify-content: space-between;
  position: relative;
  z-index: 2; }
  .header .siwtchLanguage {
    position: absolute;
    right: 14px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    z-index: 20; }
    .header .siwtchLanguage span {
      color: #999;
      margin-left: 10px; }
    .header .siwtchLanguage .ac {
      color: #fff;
      font-weight: bold; }
  .header .siwtchLanguage:hover span {
    color: #fff;
    font-weight: bold; }
  .header .siwtchLanguage:hover .ac {
    color: #999;
    font-weight: normal; }
  .header .logo {
    display: block;
    width: 95px; }
    .header .logo img {
      width: 100%; }
  .header .h_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 91%;
    position: relative; }
    .header .h_menu .nav_list > a {
      background: #29421b;
      display: block;
      position: relative;
      font-size: 20px;
      color: #fff;
      padding: 32px 10px;
      margin: 0;
      height: 100%;
      text-align: center;
      z-index: 10;
      flex: 25%; }
    .header .h_menu a:hover {
      color: #b0cc94; }

.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
  .footer img {
    width: 100%; }
  .footer .f_info {
    font-size: 26px;
    color: #fff;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29421b; }
  .footer .footer_menu {
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between; }
    .footer .footer_menu .logo {
      width: 218px; }
      .footer .footer_menu .logo img {
        width: 100%;
        display: block; }
    .footer .footer_menu .f_menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 85%; }
      .footer .footer_menu .f_menu a {
        font-size: 24px;
        color: #fff;
        padding: 12px 0;
        flex: 1;
        text-align: center;
        white-space: nowrap;
        margin: 32px 0;
        height: 100%; }
      .footer .footer_menu .f_menu a:hover {
        color: #b0cc94; }

section {
  padding-bottom: 30%; }

#tm {
  display: none; }

.sidenav {
  display: none;
  opacity: 0; }

.banner_h {
  width: 100%;
  background: #fff; }
  .banner_h img {
    width: 100%; }

body {
  margin: 0 auto; }

.h_con1 {
  background: #6a8450;
  padding: 20px 0;
  position: relative;
  padding-bottom: 1400px;
  overflow-x: hidden; }
  .h_con1 .conBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto; }
    .h_con1 .conBox .con_txt {
      width: 58%;
      color: #fff; }
      .h_con1 .conBox .con_txt div:nth-child(1) {
        font-size: 40px; }
      .h_con1 .conBox .con_txt div:nth-child(2) {
        font-size: 32px;
        margin-top: 20px;
        line-height: 50px; }
      .h_con1 .conBox .con_txt div:nth-child(3) {
        display: flex;
        justify-content: flex-end;
        margin-top: 20px; }
    .h_con1 .conBox .con_img img {
      width: 100%; }
    .h_con1 .conBox .con_img .con_itxt {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 20%;
      width: 100%;
      background: rgba(41, 66, 27, 0.5);
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-evenly; }
      .h_con1 .conBox .con_img .con_itxt div:nth-child(1) {
        font-size: 42px; }
      .h_con1 .conBox .con_img .con_itxt div:nth-child(2) {
        font-size: 24px; }
  .h_con1 .conBox:nth-child(1) {
    margin-top: 50px; }
  .h_con1 .conBottom {
    background: url(../../img/home/con4.png) no-repeat;
    background-size: cover;
    min-width: 1920px;
    width: 100%;
    height: 1248px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .h_con1 .conBottom .con4_box {
      width: 100%;
      height: 100%;
      position: relative; }
      .h_con1 .conBottom .con4_box .con4_tit {
        position: absolute;
        left: 0;
        right: 0;
        top: 630px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .h_con1 .conBottom .con4_box .con4_tit .txt {
          font-size: 48px;
          color: #000;
          text-align: center; }
        .h_con1 .conBottom .con4_box .con4_tit .mailBtn {
          border-radius: 100px;
          background: #53693a;
          width: 369px;
          margin-top: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 6px 0; }
          .h_con1 .conBottom .con4_box .con4_tit .mailBtn .msg {
            width: 24px; }
            .h_con1 .conBottom .con4_box .con4_tit .mailBtn .msg img {
              width: 100%; }
          .h_con1 .conBottom .con4_box .con4_tit .mailBtn .txt {
            font-size: 32px;
            margin-left: 10px;
            color: #fff; }
      .h_con1 .conBottom .con4_box .con4_btnBox {
        position: absolute;
        left: 0;
        right: 0;
        width: 90%;
        top: 930px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .h_con1 .conBottom .con4_box .con4_btnBox .con4_btn {
          width: 482px;
          height: 181px;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 18px 20px 7px rgba(84, 107, 59, 0.53);
          border-radius: 13px; }
          .h_con1 .conBottom .con4_box .con4_btnBox .con4_btn .btnR {
            background: #fff;
            border-radius: 13px 0 0 13px;
            font-size: 36px;
            color: #000;
            text-align: center;
            height: 181px;
            width: 408px;
            line-height: 181px; }
          .h_con1 .conBottom .con4_box .con4_btnBox .con4_btn .btnL {
            height: 181px;
            width: 74px;
            border-radius: 0 13px 13px 0;
            background: #53693a;
            display: flex;
            align-items: center;
            justify-content: center; }
            .h_con1 .conBottom .con4_box .con4_btnBox .con4_btn .btnL img {
              width: 24px; }
      .h_con1 .conBottom .con4_box img {
        width: 100%; }

.float_msg {
  position: fixed;
  top: 18%;
  left: 1%;
  background: #fff;
  width: 765px;
  border: 4px solid #2f6d56;
  border-radius: 4px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.45);
  display: flex; }
  .float_msg .floatMsgClose {
    position: absolute;
    right: -2%;
    top: -11%;
    background: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 0 1px #c0c0c0;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center; }
  .float_msg .Limg {
    min-width: 133px; }
    .float_msg .Limg img {
      width: 100%;
      display: block; }
  .float_msg .Rtxt {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    .float_msg .Rtxt .R1 {
      font-size: 26px;
      color: #000;
      font-weight: bold;
      padding: 14px; }
    .float_msg .Rtxt .R2 {
      background: #2f6d56;
      height: 8px;
      width: 204px; }
    .float_msg .Rtxt .R3 {
      margin-top: 14px;
      width: 100%;
      font-size: 17px;
      color: #000;
      text-align: center;
      border-bottom: solid 3px #2f6d56;
      padding-bottom: 4px; }

.nav_list1:hover .nav_son_list {
  transform: translateY(100%); }

.nav_list2:hover .nav_son_list {
  transform: translateY(100%); }

.nav_list {
  position: relative;
  box-sizing: content-box;
  flex: 1;
  white-space: nowrap; }
  .nav_list > a {
    font-size: 24px;
    color: #fff;
    padding: 12px 20px;
    margin: 32px 0;
    height: 100%; }
  .nav_list .nav_son_list {
    position: absolute;
    white-space: normal;
    width: 100%;
    transition: all 0.3s;
    bottom: 0;
    top: initial;
    z-index: 1;
    color: #fff;
    text-align: center; }
    .nav_list .nav_son_list .s_nav {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 73px;
      width: 100%;
      font-size: 16px;
      border-bottom: 1px solid #c5c4c3;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      cursor: pointer; }
    .nav_list .nav_son_list .s_nav:hover {
      color: #b0cc94; }
    .nav_list .nav_son_list .s_nav:last-child {
      border-bottom: none; }

.nav_cont .nav_list .nav {
  display: flex;
  background: rgba(0, 0, 0, 0.7);
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 24px;
  color: #fff; }

@media screen and (max-width: 1380px) {
  .header {
    background: #29421b;
    display: flex;
    align-items: center;
    padding: 0 84px;
    justify-content: space-between;
    position: relative; }
    .header .siwtchLanguage {
      position: absolute;
      right: 14px;
      top: 5px;
      font-size: 20px;
      cursor: pointer;
      color: #fff;
      z-index: 20; }
      .header .siwtchLanguage span {
        color: #999;
        margin-left: 10px; }
      .header .siwtchLanguage .ac {
        color: #fff;
        font-weight: bold; }
    .header .siwtchLanguage:hover span {
      color: #fff;
      font-weight: bold; }
    .header .siwtchLanguage:hover .ac {
      color: #999;
      font-weight: normal; }
    .header .logo {
      display: block;
      width: 70px; }
      .header .logo img {
        width: 100%; }
    .header .h_menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 90%;
      position: relative; }
      .header .h_menu .nav_list > a {
        background: #29421b;
        display: block;
        position: relative;
        font-size: 18px;
        color: #fff;
        padding: 32px 0;
        margin: 0;
        height: 100%;
        text-align: center;
        z-index: 10;
        flex: 25%; }
      .header .h_menu a:hover {
        color: #b0cc94; }

  .footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .footer img {
      width: 100%; }
    .footer .f_info {
      font-size: 26px;
      color: #fff;
      width: 100%;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #29421b; }
    .footer .footer_menu {
      position: absolute;
      top: 18%;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      padding: 0 40px;
      justify-content: space-between; }
      .footer .footer_menu .logo {
        width: 160px; }
        .footer .footer_menu .logo img {
          width: 100%;
          display: block; }
      .footer .footer_menu .f_menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 85%; }
        .footer .footer_menu .f_menu a {
          font-size: 20px;
          color: #fff;
          padding: 12px 0;
          flex: 1;
          text-align: center;
          white-space: nowrap;
          margin: 32px 0;
          height: 100%; }
        .footer .footer_menu .f_menu a:hover {
          color: #b0cc94; } }
@media screen and (max-width: 1200px) {
  .s_nav {
    font-size: 14px !important; }

  .header {
    background: #29421b;
    display: flex;
    align-items: center;
    padding: 0 60px;
    justify-content: space-between;
    position: relative; }
    .header .siwtchLanguage {
      position: absolute;
      right: 12px;
      top: 5px;
      font-size: 12px;
      cursor: pointer;
      color: #fff;
      z-index: 20; }
      .header .siwtchLanguage span {
        color: #999;
        margin-left: 10px; }
      .header .siwtchLanguage .ac {
        color: #fff;
        font-weight: bold; }
    .header .siwtchLanguage:hover span {
      color: #fff;
      font-weight: bold; }
    .header .siwtchLanguage:hover .ac {
      color: #999;
      font-weight: normal; }
    .header .logo {
      display: block;
      width: 50px; }
      .header .logo img {
        width: 100%; }
    .header .h_menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 90%;
      position: relative; }
      .header .h_menu .nav_list > a {
        background: #29421b;
        display: block;
        position: relative;
        font-size: 14px;
        color: #fff;
        padding: 32px 10px;
        margin: 0;
        height: 100%;
        text-align: center;
        z-index: 10;
        flex: 25%; }
      .header .h_menu a:hover {
        color: #b0cc94; }

  .footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .footer img {
      width: 100%; }
    .footer .f_info {
      font-size: 26px;
      color: #fff;
      width: 100%;
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #29421b; }
    .footer .footer_menu {
      position: absolute;
      top: 11%;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      padding: 0 40px;
      justify-content: space-between; }
      .footer .footer_menu .logo {
        width: 100px; }
        .footer .footer_menu .logo img {
          width: 100%;
          display: block; }
      .footer .footer_menu .f_menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 85%; }
        .footer .footer_menu .f_menu a {
          font-size: 16px;
          color: #fff;
          padding: 12px 0;
          flex: 1;
          text-align: center;
          white-space: nowrap;
          margin: 32px 0;
          height: 100%; }
        .footer .footer_menu .f_menu a:hover {
          color: #b0cc94; } }
@media screen and (max-width: 750px) {
  body {
    max-width: unset;
    min-width: unset; }

  #tm {
    display: block; }

  .sidenav {
    display: block; }

  .header {
    display: none; }

  body {
    min-width: 360px;
    background: #f9f7f6;
    color: #404d5b;
    font-weight: 500;
    font-size: 1.05em; }

  .line-header {
    padding-top: 3.125rem;
    background: #fff; }

  .wap_header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #29421b;
    padding: 0.625rem 0;
    position: fixed;
    z-index: 99; }
    .wap_header .siwtchLanguage {
      position: absolute;
      right: 0.875rem;
      margin: auto 0;
      font-size: 1rem;
      cursor: pointer;
      color: #fff;
      z-index: 20; }
      .wap_header .siwtchLanguage span {
        color: #999;
        margin-left: 0.375rem; }
      .wap_header .siwtchLanguage .ac {
        color: #fff;
        font-weight: bold; }
    .wap_header .siwtchLanguage:hover span {
      color: #fff;
      font-weight: bold; }
    .wap_header .siwtchLanguage:hover .ac {
      color: #999;
      font-weight: normal; }
    .wap_header .wap_logo {
      width: 3.125rem; }
      .wap_header .wap_logo img {
        width: 100%; }
    .wap_header .wap_menu {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: 6%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .wap_header .wap_menu .menu_line {
        height: 0.125rem;
        border-radius: 6.25rem;
        width: 1.25rem;
        background: #fff; }
      .wap_header .wap_menu .menu_line:nth-child(2) {
        margin: 0.25rem 0; }

  section {
    padding-bottom: 0; }

  .footer {
    width: 100%;
    position: relative;
    background: #fff; }
    .footer img {
      width: 100%; }
    .footer .f_info {
      font-size: 0.7272727273rem;
      color: #fff;
      width: 100%;
      height: 2.5rem;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #29421b; }
    .footer .footer_menu {
      position: absolute;
      top: 14%;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      padding: 0 0.7272727273rem;
      justify-content: space-between; }
      .footer .footer_menu .logo {
        width: 3.2727272727rem; }
        .footer .footer_menu .logo img {
          width: 100%; }
      .footer .footer_menu .f_menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
        padding: 0 4px; }
        .footer .footer_menu .f_menu a {
          font-size: 0.4363636364rem;
          color: #fff;
          padding: 0.2181818182rem 0.3636363636rem;
          margin: 0.5818181818rem 0;
          height: 100%;
          flex: 1;
          text-align: center;
          white-space: nowrap; }
        .footer .footer_menu .f_menu a:hover {
          color: #29421b;
          background: #fff;
          border-radius: 0.9090909091rem; }

  .en .footer .footer_menu {
    padding: 0 0.3636363636rem;
    top: 12%; }
    .en .footer .footer_menu .logo {
      width: 3.2727272727rem; }
    .en .footer .footer_menu .f_menu {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 95%; }
      .en .footer .footer_menu .f_menu a {
        width: fit-content;
        text-align: center;
        line-height: 1.25rem;
        padding: 0 1px; }

  * {
    margin: 0;
    padding: 0; }

  #wrapper {
    width: 40.3125rem;
    height: 31.25rem;
    margin: 2.1875rem auto 3.125rem auto; }

  h2 {
    color: #fff;
    font: 300 40px 'Open Sans';
    width: 18.75rem;
    padding: 1.875rem;
    float: left; }

  .mobile {
    float: left;
    position: relative;
    box-shadow: 0 0 1.5625rem 0 rgba(0, 0, 0, 0.5);
    overflow: hidden; }

  /*Hiding the checkbox*/
  #tm {
    display: none; }

  /*Content area*/
  .mobile section {
    position: relative;
    transition: all 0.25s;
    background: #fff; }

  /*Nav styles*/
  .sidenav {
    overflow-y: auto;
    background: #29421b;
    width: 13.125rem;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    padding-top: 6.25rem;
    transition: all 0.5s; }

  .sidenav li {
    list-style-type: none; }

  .sidenav a {
    color: white;
    text-decoration: none; }

  .sidenav b {
    font: bold 12px/48px Montserrat;
    display: block;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s; }

  .sidenav i {
    display: block;
    width: 1.875rem;
    float: left;
    font-size: 1rem;
    line-height: 3rem;
    text-align: center; }

  /*Animation controls using checkbox hack*/
  /*Animate content area to the right*/
  #tm:checked ~ .sidenav {
    opacity: 1; }

  #tm:checked ~ section {
    transform: translateX(13.125rem); }

  /*Animate links from right to left + fade in effect*/
  #tm:checked ~ .sidenav b {
    opacity: 1;
    transform: translateX(0); }

  /*Adding delay to link animation - in multiples of .08s*/
  /*One can use jQuery also for creating the delayed effect. But I will stick to manual CSS for this walkthrough.*/
  #tm:checked ~ .sidenav li:nth-child(1) b {
    transition-delay: 0.08s; }

  #tm:checked ~ .sidenav li:nth-child(2) b {
    transition-delay: 0.16s; }

  #tm:checked ~ .sidenav li:nth-child(3) b {
    transition-delay: 0.24s; }

  #tm:checked ~ .sidenav li:nth-child(4) b {
    transition-delay: 0.32s; }

  #tm:checked ~ .sidenav li:nth-child(5) b {
    transition-delay: 0.40s; }

  #tm:checked ~ .sidenav li:nth-child(6) b {
    transition-delay: 0.48s; }

  .nav_son_list {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s; }
    .nav_son_list .s_nav {
      display: block;
      margin-bottom: 0.75rem;
      padding-left: 1.875rem;
      color: #fff;
      font-size: 1.125rem; }

  #tm:checked ~ .sidenav .nav_son_list {
    transition-delay: 0.48s;
    opacity: 1;
    transform: translateX(0); }

  .f_menu {
    display: none !important; } }
@media screen and (min-width: 720px) {
  .floatImg .closePdf {
    display: block !important;
    position: fixed;
    top: 20px;
    left: 75%;
    margin-left: 20px; }
    .floatImg .closePdf img {
      height: 50px;
      cursor: pointer;
      transition: transform .2s linear; }
    .floatImg .closePdf img:hover {
      transform: scale(1.2); } }

/*# sourceMappingURL=common.css.map */
