html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

@font-face {
  font-family: "MElleHK";
  src: url("../img/MElleHK.otf") format("opentype");
}
@font-face {
  font-family: "Fanklin Gothic Demi";
  src: url("../img/FRADM.TTF") format("opentype");
}
b {
  font-weight: bold;
}

body {
  font-family: Helvetica, Arial, LiHei Pro, sans-serif, Microsoft JhengHei;
  margin: 0 auto;
  max-width: 1920px;
  color: #000;
  background-color: #e8f2ec;
  padding-top: 120px;
}
@media all and (max-width: 1280px) {
  body {
    padding-top: 75px;
  }
}
@media all and (max-width: 480px) {
  body {
    padding-top: 60px;
  }
}
body.homePage {
  padding-top: 0;
}

header {
  background: rgba(255, 255, 255, 0.5294117647);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
header.active {
  background: #ffffff !important;
}

.sec_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1600px;
  margin: 0 auto;
  height: 120px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec_head.active {
  height: 85px;
}
@media all and (max-width: 1280px) {
  .sec_head.active {
    height: auto;
  }
}
.sec_head.active .nav .lnk_nav {
  height: 85px;
}
@media all and (max-width: 1440px) {
  .sec_head {
    width: 1280px;
  }
}
@media all and (max-width: 1280px) {
  .sec_head {
    width: 100%;
    padding: 10px;
    height: auto;
  }
}
@media all and (max-width: 1280px) {
  .sec_head .logo img {
    height: 55px;
  }
}
@media all and (max-width: 480px) {
  .sec_head .logo img {
    height: 40px;
  }
}
@media all and (max-width: 1280px) {
  .sec_head .lnk_rate {
    display: none;
  }
}
.sec_head .btn_menu {
  display: none;
  width: 50px;
  height: 50px;
  background: url("../img/btn_menu.png") #517b4c;
  background-size: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1280px) {
  .sec_head .btn_menu {
    display: block;
  }
}
@media all and (max-width: 480px) {
  .sec_head .btn_menu {
    width: 40px;
    height: 40px;
  }
}
.sec_head .btn_menu.active {
  background-image: url("../img/btn_menu_close.png");
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1280px) {
  .nav {
    display: none;
  }
}
.nav .lnk_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 20px;
  margin: 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.nav .lnk_nav:hover, .nav .lnk_nav.active {
  border-bottom: 10px solid #517b4c;
}

.navM {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 480px) {
  .navM {
    top: 60px;
  }
}

.reg_navM {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  border-top: 3px solid #517b4c;
}
.reg_navM .lnk_rate {
  display: block;
  width: 90%;
  margin: 0px auto;
  text-align: center;
}

.are_navM a {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #517b4c;
  mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #000000), color-stop(80%, #000000), to(transparent));
  mask: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
  -webkit-mask: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, #000000), color-stop(80%, #000000), to(transparent));
  -webkit-mask: linear-gradient(to right, transparent 0%, #000000 20%, #000000 80%, transparent 100%);
}
.are_navM a.active {
  background: #e7fde5;
}

.reg_valuation {
  text-align: center;
}
.reg_valuation p {
  font-family: "MElleHK";
  color: #fff;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-size: 18px;
}
@media all and (max-width: 640px) {
  .reg_valuation p {
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
  }
}
.reg_valuation .lnk_rate {
  display: inline-block;
}

.sec_foot {
  background: #1d3846;
  padding: 30px 0;
}

.reg_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1460px;
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .reg_foot {
    width: 1280px;
  }
}
@media all and (max-width: 1280px) {
  .reg_foot {
    width: 1024px;
  }
}
@media all and (max-width: 1024px) {
  .reg_foot {
    width: 100%;
  }
}

.are_footLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1280px) {
  .are_footLink {
    display: none;
  }
}

.blk_footLink {
  width: 200px;
}
@media all and (max-width: 1440px) {
  .blk_footLink {
    width: 160px;
  }
}
.blk_footLink a {
  color: #fff;
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
}
.blk_footLink .h1_footLine {
  margin-bottom: 30px;
  font-weight: bold;
}
.blk_footLink .lnk_footLine {
  color: #a7a7a7;
  margin-bottom: 10px;
}
.blk_footLink .lnk_footLine:hover {
  color: #fff;
  font-weight: bold;
}

.are_footContact {
  color: #fff;
  width: 100%;
  text-align: center;
}

.h1_footContact {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 4px;
  margin-bottom: 30px;
}
@media all and (max-width: 640px) {
  .h1_footContact {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}

.txt_footContact {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
@media all and (max-width: 640px) {
  .txt_footContact {
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
}
.txt_footContact span {
  letter-spacing: 0;
}

.copyright {
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  color: #c8c8c8;
  margin-top: 20px;
}

.row_hommeTitle {
  margin-bottom: 50px;
}
@media all and (max-width: 768px) {
  .row_hommeTitle {
    margin-bottom: 30px;
  }
}
.row_hommeTitle .txt_titleEN {
  font-family: "Fanklin Gothic Demi";
  font-size: 50px;
  margin-right: 10px;
}
@media all and (max-width: 768px) {
  .row_hommeTitle .txt_titleEN {
    font-size: 40px;
  }
}
.row_hommeTitle .txt_titleCN {
  font-family: "MElleHK";
  font-size: 30px;
  letter-spacing: 5px;
  color: #797979;
}
@media all and (max-width: 768px) {
  .row_hommeTitle .txt_titleCN {
    font-size: 18px;
  }
}

.row_title {
  margin-bottom: 50px;
  text-align: center;
}
@media all and (max-width: 640px) {
  .row_title {
    margin-bottom: 20px;
  }
}
.row_title .txt_titleEN {
  font-family: "Fanklin Gothic Demi";
  font-size: 30px;
  display: block;
}
@media all and (max-width: 768px) {
  .row_title .txt_titleEN {
    font-size: 18px;
  }
}
.row_title .txt_titleCN {
  font-family: "MElleHK";
  font-size: 30px;
  letter-spacing: 5px;
  color: #797979;
  display: block;
  margin-bottom: 10px;
}
@media all and (max-width: 768px) {
  .row_title .txt_titleCN {
    font-size: 26px;
  }
}

.row_content {
  font-size: 18px;
  color: #797979;
  line-height: 36px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media all and (max-width: 768px) {
  .row_content {
    font-size: 14px;
    line-height: 20px;
  }
}
.row_content p {
  margin-bottom: 20px;
}

.lnk_more {
  background: url("../img/icon_more.png") right bottom no-repeat;
  padding-right: 50px;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #517b4c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.lnk_more:hover {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.lnk_rate {
  padding: 15px 25px;
  color: #fff;
  background-color: #517b4c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lnk_rate:hover {
  background-color: #3e633a;
}

.reg_banner {
  width: 100%;
  background-size: 100%;
}
.reg_banner.home {
  background-image: url(../img/banner.jpg);
  padding-bottom: 45.73%;
}

.reg_contactList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background: #517b4c;
}
@media all and (max-width: 1024px) {
  .reg_contactList {
    padding: 10px;
  }
}
@media all and (max-width: 640px) {
  .reg_contactList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.lnk_contactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #788e75;
  border-left: 1px solid #144a0d;
  padding: 30px;
  color: #fff;
  font-family: "MElleHK";
}
.lnk_contactList:hover i, .lnk_contactList:hover .txt_contactList {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.lnk_contactList:first-child {
  border-left: 0;
}
.lnk_contactList:last-child {
  border-right: 0;
}
.lnk_contactList:last-child .txt_contactList span {
  letter-spacing: -1px;
  font-size: 28px;
}
@media all and (max-width: 1280px) {
  .lnk_contactList:last-child .txt_contactList span {
    letter-spacing: 0px;
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .lnk_contactList:last-child .txt_contactList span {
    font-size: 16px;
  }
}
@media all and (max-width: 1280px) {
  .lnk_contactList {
    padding: 20px;
    width: 33.3%;
  }
}
@media all and (max-width: 1024px) {
  .lnk_contactList {
    padding: 10px 0;
  }
}
@media all and (max-width: 768px) {
  .lnk_contactList {
    border-left: 1px solid #276c1e;
  }
}
.lnk_contactList i {
  width: 76px;
  height: 76px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lnk_contactList i.i_phone {
  background: url("../img/icon_phone.png") center center no-repeat;
  margin-left: 0px;
  margin-right: 50px;
  background-size: 100%;
}
@media all and (max-width: 1280px) {
  .lnk_contactList i.i_phone {
    margin-right: 10px;
  }
}
.lnk_contactList i.i_line {
  background: url("../img/icon_line.png") center center no-repeat;
  margin-left: 20px;
  margin-right: 50px;
  background-size: 100%;
}
@media all and (max-width: 1280px) {
  .lnk_contactList i.i_line {
    margin-left: 0;
    margin-right: 10px;
  }
}
.lnk_contactList i.i_mail {
  background: url("../img/icon_mail.png") center center no-repeat;
  margin-left: 0;
  margin-right: 30px;
  background-size: 100%;
}
@media all and (max-width: 1280px) {
  .lnk_contactList i.i_mail {
    margin-right: 10px;
  }
}
@media all and (max-width: 1280px) {
  .lnk_contactList i.i_phone, .lnk_contactList i.i_line, .lnk_contactList i.i_mail {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 768px) {
  .lnk_contactList i.i_phone, .lnk_contactList i.i_line, .lnk_contactList i.i_mail {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
@media all and (max-width: 480px) {
  .lnk_contactList i.i_phone, .lnk_contactList i.i_line, .lnk_contactList i.i_mail {
    width: 30px;
    height: 30px;
  }
}
.lnk_contactList .txt_contactList {
  font-size: 20px;
  text-align: center;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1280px) {
  .lnk_contactList .txt_contactList {
    font-size: 18px;
  }
}
@media all and (max-width: 1024px) {
  .lnk_contactList .txt_contactList {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .lnk_contactList .txt_contactList {
    display: none;
  }
}
.lnk_contactList .txt_contactList span {
  font-size: 26px;
  display: block;
  padding-top: 12px;
  letter-spacing: 4px;
}
@media all and (max-width: 1280px) {
  .lnk_contactList .txt_contactList span {
    letter-spacing: 2px;
    font-size: 20px;
  }
}
@media all and (max-width: 1024px) {
  .lnk_contactList .txt_contactList span {
    font-size: 14px;
  }
}
@media all and (max-width: 640px) {
  .lnk_contactList .txt_contactList span {
    padding-top: 5px;
  }
}

.sec_main {
  background: url("../img/bg_home.jpg") center bottom no-repeat;
  padding: 70px 0;
}
@media all and (max-width: 768px) {
  .sec_main {
    padding: 30px 0;
  }
}

.reg_homeAbout {
  width: 1460px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1440px) {
  .reg_homeAbout {
    width: 1280px;
  }
}
@media all and (max-width: 1280px) {
  .reg_homeAbout {
    width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .reg_homeAbout {
    display: block;
  }
}

.are_homeAbout {
  width: 700px;
  padding: 10px;
}
@media all and (max-width: 1280px) {
  .are_homeAbout {
    width: 60%;
    padding-left: 0;
  }
}
@media all and (max-width: 768px) {
  .are_homeAbout {
    width: 100%;
  }
}
.are_homeAbout .row_content p {
  font-family: "MElleHK";
}

@media all and (max-width: 1280px) {
  .img_detour {
    width: calc(40% - 30px);
  }
}
@media all and (max-width: 1024px) {
  .img_detour {
    width: 100%;
  }
}
@media all and (max-width: 1280px) {
  .img_detour img {
    width: 100%;
  }
}

.reg_homeList {
  width: 1600px;
  margin: 120px auto 0;
}
@media all and (max-width: 1440px) {
  .reg_homeList {
    width: 1280px;
  }
}
@media all and (max-width: 1280px) {
  .reg_homeList {
    width: 100%;
  }
}
@media all and (max-width: 768px) {
  .reg_homeList {
    margin: 30px auto 0;
  }
}
.reg_homeList .row_hommeTitle {
  text-align: center;
}

.are_homeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 1280px) {
  .are_homeList {
    padding: 20px;
  }
}
@media all and (max-width: 768px) {
  .are_homeList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (max-width: 480px) {
  .are_homeList {
    padding: 20px 10px;
  }
}
.are_homeList a {
  display: block;
  width: calc(25% - 20px);
}
@media all and (max-width: 768px) {
  .are_homeList a {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .are_homeList a {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.are_homeList a .img_homeList {
  width: 100%;
  overflow: hidden;
  background: #000;
}
.are_homeList a .img_homeList img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), to(rgba(0, 0, 0, 0.4784313725)));
  -webkit-mask: linear-gradient(to bottom, #000000 50%, rgba(0, 0, 0, 0.4784313725) 100%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), to(rgba(0, 0, 0, 0.4784313725)));
  mask: linear-gradient(to bottom, #000000 50%, rgba(0, 0, 0, 0.4784313725) 100%);
}
.are_homeList a .row_homeList {
  background: #fff;
  padding: 15px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #929292;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1280px) {
  .are_homeList a .row_homeList {
    padding: 10px 15px 15px;
  }
}
@media all and (max-width: 480px) {
  .are_homeList a .row_homeList {
    padding: 10px 0 15px 10px;
  }
}
.are_homeList a .step_homeList {
  font-weight: bold;
  font-size: 100px;
  font-weight: 800;
  margin-right: 20px;
}
@media all and (max-width: 1280px) {
  .are_homeList a .step_homeList {
    font-size: 80px;
  }
}
@media all and (max-width: 640px) {
  .are_homeList a .step_homeList {
    font-size: 40px;
    margin-right: 10px;
  }
}
.are_homeList a .txt_homeList {
  font-family: "MElleHK";
  background: url("../img/icon_arrow.png") left top no-repeat;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 9px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1280px) {
  .are_homeList a .txt_homeList {
    font-size: 18px;
  }
}
@media all and (max-width: 640px) {
  .are_homeList a .txt_homeList {
    font-size: 14px;
    padding-top: 15px;
    background-size: auto 12px;
  }
}
@media all and (max-width: 480px) {
  .are_homeList a .txt_homeList {
    letter-spacing: 0px;
  }
}
.are_homeList a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.are_homeList a:hover .row_homeList {
  color: #3e633a;
}
.are_homeList a:hover .txt_homeList {
  background-image: url("../img/icon_more.png");
}

.sec_container {
  padding: 70px 0;
}
@media all and (max-width: 768px) {
  .sec_container {
    padding: 0 20px 50px;
  }
}
@media all and (max-width: 480px) {
  .sec_container {
    padding: 0 10px 40px;
  }
}

.sec_content {
  padding: 30px 0 70px;
  background: url("../img/bg_page.jpg") right top no-repeat;
}
@media all and (max-width: 1024px) {
  .sec_content {
    padding-bottom: 0;
  }
}

.reg_list {
  width: 1460px;
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .reg_list {
    width: 1280px;
  }
}
@media all and (max-width: 1280px) {
  .reg_list {
    width: 100%;
  }
}
.reg_list .row_hommeTitle {
  text-align: center;
}
.reg_list .are_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 768px) {
  .reg_list .are_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reg_list .are_list li {
  width: calc(25% - 20px);
  position: relative;
}
@media all and (max-width: 768px) {
  .reg_list .are_list li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .reg_list .are_list li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
.reg_list .are_list .img_list {
  width: 100%;
  background: #000;
}
.reg_list .are_list .img_list img {
  width: 100%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), to(rgba(0, 0, 0, 0.2784313725)));
  -webkit-mask: linear-gradient(to bottom, #000000 50%, rgba(0, 0, 0, 0.2784313725) 100%);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), to(rgba(0, 0, 0, 0.2784313725)));
  mask: linear-gradient(to bottom, #000000 50%, rgba(0, 0, 0, 0.2784313725) 100%);
}
.reg_list .are_list .txt_list {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: "MElleHK";
}
@media all and (max-width: 640px) {
  .reg_list .are_list .txt_list {
    font-size: 16px;
  }
}
@media all and (max-width: 480px) {
  .reg_list .are_list .txt_list {
    left: 10px;
    bottom: 10px;
  }
}

footer {
  margin: 0 auto;
  max-width: 1920px;
}

.sec_bottom {
  background: url("../img/bg_foot.jpg") center bottom no-repeat;
  padding: 40px 0;
}
@media all and (max-width: 1280px) {
  .sec_bottom {
    padding: 40px 20px;
  }
}

@media all and (max-width: 1024px) {
  .homePage .sec_bottom {
    background-size: auto 100%;
  }
}

.reg_process {
  width: 1160px;
  margin: 0 auto;
  padding: 10px 0 25px;
}
@media all and (max-width: 1280px) {
  .reg_process {
    width: 100%;
  }
}
.reg_process .row_hommeTitle {
  text-align: center;
  margin-bottom: 45px;
}
.reg_process .row_hommeTitle .txt_titleEN {
  color: #fff;
}
.reg_process .row_hommeTitle .txt_titleCN {
  color: #d9d9d9;
}

.are_process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1280px) {
  .are_process {
    width: 1024px;
    margin: 0 auto;
  }
}
@media all and (max-width: 1024px) {
  .are_process {
    width: 100%;
    max-width: 768px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
  }
}
.are_process li {
  background: #fff;
  border: 1px solid #458a4f;
  border-bottom: 2px solid #458a4f;
  border-top: none;
  width: 247px;
  border-radius: 50%;
  text-align: center;
  font-family: "MElleHK";
  padding: 38px 0 37px;
  /*@include W640
  * width: 44vw
  * height: 44vw*/
}
@media all and (max-width: 1280px) {
  .are_process li {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@media all and (max-width: 1024px) {
  .are_process li {
    -webkit-transform: none;
            transform: none;
    width: calc(var(--prcW) / 2 - 24px);
    height: calc(var(--prcW) / 2 - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 5vw;
  }
}
@media all and (max-width: 1024px) {
  .are_process li .icon_process {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .are_process li .icon_process img {
    width: 40%;
  }
}
.are_process li .lab_process {
  font-size: 14px;
  color: #909090;
  padding: 20px 15px;
  letter-spacing: 1px;
}
@media all and (max-width: 1024px) {
  .are_process li .lab_process {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .are_process li .lab_process {
    padding: 10px 0;
  }
}
.are_process li .txt_process {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 24px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1024px) {
  .are_process li .txt_process {
    display: block;
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .are_process li .txt_process {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
}
@media all and (max-width: 1024px) {
  .are_process .i_next:nth-child(4) {
    display: none;
  }
}

.are-sideTool {
  display: block;
  text-indent: -9999em;
  position: fixed;
  right: 1.5%;
  top: 90.5%;
}
.are-sideTool .lnk-line {
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999em;
  background: url("../img/icon_sidetool.png");
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.are-sideTool .lnk-line:hover {
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}

.about .reg_banner {
  background-image: url("../img/banner_about.jpg");
  padding-bottom: 15.63%;
}
.about .reg_list {
  padding-bottom: 70px;
}
@media all and (max-width: 1024px) {
  .about .reg_list {
    padding: 0 20px 30px;
  }
}
@media all and (max-width: 480px) {
  .about .reg_list {
    padding: 0 10px 30px;
  }
}

.reg_about {
  width: 1170px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .reg_about {
    width: 100%;
    padding: 0 20px;
  }
}
.reg_about .row_title {
  margin-bottom: 0;
}

.are_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 75px;
}
@media all and (max-width: 1024px) {
  .are_about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 30px;
  }
}
.are_about .row_content {
  width: 760px;
  padding-top: 80px;
  font-family: "MElleHK";
}
@media all and (max-width: 1280px) {
  .are_about .row_content {
    width: calc(70% - 20px);
  }
}
@media all and (max-width: 1024px) {
  .are_about .row_content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 30px;
  }
}
@media all and (max-width: 1280px) {
  .are_about .img_about {
    width: 30%;
  }
}
@media all and (max-width: 1024px) {
  .are_about .img_about {
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 30px;
  }
}
.are_about .img_about img {
  -webkit-box-shadow: -15px 15px 0 #bbd9b7;
          box-shadow: -15px 15px 0 #bbd9b7;
}
@media all and (max-width: 1280px) {
  .are_about .img_about img {
    width: 100%;
    max-width: 345px;
  }
}
@media all and (max-width: 480px) {
  .are_about .img_about img {
    max-width: 200px;
  }
}

.reg_core {
  width: 960px;
  margin: 0 auto 100px;
}
.reg_core .row_title {
  margin-bottom: 25px;
}
@media all and (max-width: 1024px) {
  .reg_core {
    width: 100%;
    margin-bottom: 40px;
  }
}

.are_core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .are_core {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.are_core li {
  background: url("../img/bg_core.png") left top no-repeat;
  width: 200px;
  padding: 70px 0;
}
@media all and (max-width: 1024px) {
  .are_core li {
    background-position: center center;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}
@media all and (max-width: 480px) {
  .are_core li {
    background-size: 90%;
    padding: 15% 0;
  }
}
@media all and (max-width: 390px) {
  .are_core li {
    padding: 13% 0;
  }
}
.are_core li i {
  height: 55px;
  display: block;
  margin-bottom: 18px;
}
.are_core li .i_core01 {
  background: url("../img/icon_core01.png") center top no-repeat;
}
.are_core li .i_core02 {
  background: url("../img/icon_core02.png") center top no-repeat;
}
.are_core li .i_core03 {
  background: url("../img/icon_core03.png") center top no-repeat;
}
.are_core li .i_core04 {
  background: url("../img/icon_core04.png") center top no-repeat;
}
.are_core li .txt_core {
  font-size: 18px;
  font-family: "MElleHK";
  color: #fff;
  text-align: center;
}

.service .reg_banner {
  background-image: url("../img/banner_service.jpg");
  padding-bottom: 15.63%;
}
.service .sec_content {
  padding: 30px 0 0;
}
.service .reg_list {
  padding-bottom: 70px;
}

.reg_service {
  width: 1350px;
  margin: 0 auto 50px;
}
@media all and (max-width: 1440px) {
  .reg_service {
    width: 1200px;
  }
}
@media all and (max-width: 1280px) {
  .reg_service {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.are_service {
  width: 100%;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 1280px) {
  .are_service {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
.are_service li {
  background: #fff;
  padding: 30px 30px 40px;
  width: calc(50% - 20px);
  margin-bottom: 40px;
  -webkit-box-shadow: -20px 20px 0 #bbd9b7;
          box-shadow: -20px 20px 0 #bbd9b7;
  color: #929292;
}
@media all and (max-width: 1280px) {
  .are_service li {
    width: calc(50% - 60px);
    margin-left: 40px;
  }
}
@media all and (max-width: 640px) {
  .are_service li {
    width: calc(100% - 60px);
    padding: 20px 20px 25px;
  }
}
.are_service li .row_content {
  font-family: "MElleHK";
  padding-left: 85px;
}
@media all and (max-width: 1280px) {
  .are_service li .row_content {
    padding-left: 10px;
  }
}
.are_service li .row_content p {
  font-size: 20px;
  color: #929292;
}
@media all and (max-width: 640px) {
  .are_service li .row_content p {
    font-size: 14px;
  }
}
.are_service .lab_service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
}
.are_service .step_service {
  font-size: 100px;
  font-weight: 800;
  margin-right: 20px;
}
@media all and (max-width: 1024px) {
  .are_service .step_service {
    font-size: 60px;
  }
}
.are_service .txt_service {
  font-family: "MElleHK";
  background: url(../img/icon_arrow.png) left top no-repeat;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 9px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 640px) {
  .are_service .txt_service {
    font-size: 16px;
  }
}

.reg_case {
  background: #fff;
  padding: 25px 0;
}
@media all and (max-width: 1280px) {
  .reg_case {
    padding: 25px 20px;
  }
}
.reg_case .row_title {
  margin-bottom: 20px;
}

.are_case {
  width: 1450px;
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .are_case {
    width: 1280px;
  }
}
@media all and (max-width: 1280px) {
  .are_case {
    width: 100%;
  }
}
.are_case .swiper {
  padding-bottom: 30px;
}
.are_case .swiper-pagination-bullet-active {
  background: #517b4c;
}
.are_case li {
  background: #538065;
  padding: 10px;
}
.are_case li .img_case {
  width: 100%;
}
.are_case li .img_case img {
  width: 100%;
}
.are_case li .txt_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.are_case li .txt_case span {
  color: #fff;
  font-size: 20px;
  font-family: "MElleHK";
  letter-spacing: 2px;
}

.process .reg_banner {
  background-image: url("../img/banner_process.jpg");
  padding-bottom: 15.63%;
}

.contact .reg_banner {
  background-image: url("../img/banner_contact.jpg");
  padding-bottom: 15.63%;
}
.contact .reg_contactList {
  width: 1240px;
  margin: 0 auto;
}
@media all and (max-width: 1280px) {
  .contact .reg_contactList {
    width: 100%;
  }
}

.reg_contact {
  width: 1240px;
  margin: 0 auto;
  padding-top: 60px;
}
@media all and (max-width: 1280px) {
  .reg_contact {
    width: 100%;
    padding: 30px 10px;
  }
}
.reg_contact .row_content {
  margin-top: 20px;
  font-family: "MElleHK";
}

.form fieldset {
  border: 1px solid #517b4c;
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #517b4c;
}
.form label {
  font-weight: bold;
  font-size: 18px;
}
@media all and (max-width: 480px) {
  .form label {
    font-size: 16px;
  }
}
.form input {
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 10px;
  border: none;
}
@media all and (max-width: 480px) {
  .form input {
    font-size: 16px;
  }
}
.form legend {
  font-weight: bold;
}
.form .sel_contact {
  color: #517b4c;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  border: none;
}
@media all and (max-width: 480px) {
  .form .sel_contact {
    font-size: 16px;
  }
}
.form .btn_group {
  width: 865px;
}
@media all and (max-width: 1024px) {
  .form .btn_group {
    width: 100%;
  }
}
.form .btn_group p {
  display: block;
  font-size: 18px;
  color: #797979;
  font-weight: bold;
  margin-bottom: 15px;
}
@media all and (max-width: 480px) {
  .form .btn_group p {
    font-size: 16px;
  }
}
.form .btn_group button {
  font-size: 18px;
  letter-spacing: 2px;
  padding: 15px 45px;
  color: #517b4c;
  border: 2px solid #517b4c;
  background: none;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media all and (max-width: 1024px) {
  .form .btn_group button {
    padding: 15px 0;
    width: calc(20% - 14px);
    margin-right: 10px;
  }
}
@media all and (max-width: 480px) {
  .form .btn_group button {
    font-size: 16px;
  }
}
.form .btn_group button:hover, .form .btn_group button.active {
  background: #517b4c;
  color: #fff;
}
.form .btn_group button:disabled, .form .btn_group button[disabled] {
  background: #b8b8b8;
  border: 2px solid #b8b8b8;
  color: #8b8c8b;
  cursor: auto;
}
.form textarea {
  border: 1px solid #517b4c;
  background: #fff;
  padding: 15px;
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form textarea::-webkit-input-placeholder {
  color: #517b4c;
  font-weight: bold;
}
.form textarea::-moz-placeholder {
  color: #517b4c;
  font-weight: bold;
}
.form textarea:-ms-input-placeholder {
  color: #517b4c;
  font-weight: bold;
}
.form textarea::-ms-input-placeholder {
  color: #517b4c;
  font-weight: bold;
}
.form textarea::placeholder {
  color: #517b4c;
  font-weight: bold;
}
.form .row_verify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
@media all and (max-width: 480px) {
  .form .row_verify label {
    width: 50px;
  }
}
.form .row_verify fieldset {
  margin: 0;
  margin-right: 15px;
}
@media all and (max-width: 480px) {
  .form .row_verify fieldset {
    width: calc(100% - 90px);
    margin-right: 10px;
  }
}
@media all and (max-width: 480px) {
  .form .row_verify img {
    width: 80px;
  }
}
@media all and (max-width: 480px) {
  .form .row_verify .ipt_verify {
    width: calc(100% - 60px);
  }
}
.form button.submit {
  padding: 15px 45px;
  color: #fff;
  background-color: #517b4c;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  cursor: pointer;
}
.form button.submit:hover {
  background-color: #3e633a;
}
@media all and (max-width: 768px) {
  .form button.submit {
    width: 100%;
  }
}

.form .btn_radio input[type=radio] {
  display: none;
}
.form .btn_radio input:checked + .button {
  background: #517b4c;
  color: #fff;
  cursor: default;
}
.form .btn_radio p {
  display: block;
  font-size: 18px;
  color: #797979;
  font-weight: bold;
  margin-bottom: 15px;
}
.form .button {
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 15px 45px;
  color: #517b4c;
  border: 2px solid #517b4c;
  background: none;
  margin-right: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.form .button:hover {
  background: #fff;
}
.form .round {
  border-radius: 0;
}