@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@300;400;600;700;900&family=Playfair+Display:wght@400..900&display=swap'); */
body {
  color: #211d1e;
  font-size: 16px;
  height: auto;
  box-sizing: border-box;
}
* {
  box-sizing: border-box;
}
.course {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit瀏覽器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期瀏覽器*/
  user-select: none;
}
a {
  color: #211d1e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #614e45;
}
i,
em {
  font-style: normal;
}
.icase .li .img,
.news_list li .img,
.business_list .img,
.case_list li .img,
.relations_yun_list li .img {
  overflow: hidden;
}
.icase .li,
.footer_list li,
.icase .li .img img,
.news_list li .img img,
.news_list li .text,
.business_list .img img,
.business_list a,
.case_list li .img img,
.case_list li .text,
.relations_yun_list li .img img,
.relations_yun_list li a,
.subnva li a,
/*.menu li a,*/
.tit1 .m a,
.footer_nav li a,
.case_tit li a,
.ipt_b1,
.login {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.icase .li:hover .img img,
.news_list li:hover .img img,
.business_list li:hover .img img,
.case_list li:hover .img img,
.relations_yun_list li:hover .img img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.wp {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
.nowp {
  width: 100%;
}
header {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 80px;
  z-index: 50;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: 0 0 15px rgba(25, 37, 72, 0.15);
  box-shadow: 0 0 15px rgba(25, 37, 72, 0.15);
}
header .wrap {
  height: 80px;
  max-width: 1760px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 11px 20px;
}
.header_wp {
  height: 100%;
  max-width: 1366px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 11px 0;
  margin: 0 auto;
}
.header_wp:before {
  content: "";
  position: absolute;
  width: 215px;
  height: 200px;
  background: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-box-shadow: 0 0 15px rgba(25, 37, 72, 0.15);
  box-shadow: 0 0 15px rgba(25, 37, 72, 0.15);
}
.header_wp:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 160px;
  background: #fff;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 17;
  visibility: visible;
}
.lang_img {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0;
}
.lang_img .container {
  text-align: right;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.lang_img .container a {
  color: #666;
  display: inline-flex;
  padding: 2px 0px;
  margin: 0px 7px;
  font-size: 13px;
  line-height: 1;
  position: relative;
  border: 1px solid transparent;
}
.lang_img .container a.active {
  border: 1px solid #787878;
  border-radius: 25px;
  padding: 2px 7px;
  color: #fff;
  background-color: #787878;
}
.lang_img .container a:first-child::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: -8px;
  width: 1px;
  height: 15px;
  background-color: #ddd;
}
.logo {
  width: 162px;
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
  text-align: center;
}
.logo img {
  width: 100px;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
}
.menu ul li:nth-child(3) {
  margin-right: 107px;
}
.menu ul li:nth-child(4) {
  margin-left: 107px;
}
.menu .sub ul li:nth-child(3) {
  margin-right: 0px;
}
.menu .sub ul li:nth-child(4) {
  margin-left: 0px;
}
.menu li {
  position: relative;
  width: calc((100% - 215px) / 6);
  text-align: center;
}
.menu li .sub-arrow {
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 0;
  top: 31px;
  display: none;
}
.menu li .sub-arrow i {
  font-size: 13px;
  font-weight: bolder;
}
.menu li.sli .sub-arrow {
  display: inline-block;
}
.nav .sub {
  display: none;
  width: auto;
  padding: 0;
  position: absolute;
  background: #fff;
  top: 80px;
  /* overflow:hidden;*/
  text-align: center;
  z-index: 110;
  left: 0%;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s;
}
.menu .nav li:hover .sub {
  display: block;
}
.nav .sub::before {
  content: "";
  background: #614e45;
  width: 100%;
  height: 4px;
  top: -4px;
  left: 0;
  position: absolute;
}
.nav-hide .nav .sub {
  top: 80px;
}
.nav .sub ul {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  justify-content: flex-start;
}
.nav .sub li {
  vertical-align: middle;
  list-style: none;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
}
.nav .sub li span {
  display: block;
  height: 38px;
  position: relative;
}
.nav .sub li a {
  color: #614e45;
  width: 100%;
  height: auto;
  line-height: 1.5;
  padding: 10px 30px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: left;
}
.header .menu .nav li .sub li a:hover {
  color: #fff;
  background-color: #614e45;
}
.nav .sub li:hover img {
  transition: all 0.3s;
  opacity: 0.8;
  filter: Alpha(opacity=80);
}
.menu li a {
  height: 80px;
  line-height: 80px;
  padding: 0 5px;
  display: block;
  font-size: 16px;
  background: url("../images/menu_line.jpg") repeat-x 0 80px;
}
body.leng_en .menu li a {
  line-height: 18px;
  align-items: center;
  display: inline-flex;
}
.menu li.curr a,
.header .menu li a:hover {
  color: #614e45;
  background-position: 0 76px;
}
.login_form_bar {
  display: none;
}
.menu-link {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menu-link * {
  box-sizing: border-box;
}
.menu-link {
  display: none;
  box-sizing: border-box;
  position: fixed;
  top: 0px;
  right: 0px;
  background: #614e45;
  font-size: 11px;
  z-index: 10;
  width: 70px;
  height: 70px;
  padding: 8px;
  text-align: center;
  color: #fff;
}
.menu-link:hover,
.menu-link:focus {
  background: #614e45;
  color: #fff;
}
.menu-link span {
  position: relative;
  display: block;
  margin: 20px auto 0;
  text-align: center;
}
.menu-link span,
.menu-link span:before,
.menu-link span:after {
  background-color: #fff;
  width: 25px;
  height: 1px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.menu-link span:before,
.menu-link span:after {
  position: absolute;
  top: -0.55em;
  left: calc(50% - 16.5px);
  width: 33px;
  content: "";
}
.menu-link span:after {
  top: 0.55em;
}
.menu-link:hover span,
.menu-link:hover span:before,
.menu-link:hover span:after {
  width: 33px;
}
.menu-link:hover span:before,
.menu-link:hover span:after {
  width: 25px;
  left: calc(50% - 12.5px);
}
.menu-link.active span {
  background: transparent;
}
.menu-link.active span:before {
  -webkit-transform: rotate(45deg) translate(0.5em, 0.4em);
  -moz-transform: rotate(45deg) translate(0.5em, 0.4em);
  -ms-transform: rotate(45deg) translate(0.5em, 0.4em);
  -o-transform: rotate(45deg) translate(0.5em, 0.4em);
  transform: rotate(45deg) translate(0.5em, 0.4em);
}
.menu-link.active span:after {
  -webkit-transform: rotate(-45deg) translate(0.4em, -0.3em);
  -moz-transform: rotate(-45deg) translate(0.4em, -0.3em);
  -ms-transform: rotate(-45deg) translate(0.4em, -0.3em);
  -o-transform: rotate(-45deg) translate(0.4em, -0.3em);
  transform: rotate(-45deg) translate(0.4em, -0.3em);
}
.login_language {
  width: 44px;
  height: 40px;
  background: #fff;
  color: #614e45;
  display: block;
  position: absolute;
  right: 164px;
  top: 50%;
  margin-top: -21px;
  text-align: center;
  line-height: 42px;
  border: #614e45 1px solid;
}
.login_top {
  width: 144px;
  height: 42px;
  background: #614e45;
  color: #fff;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -21px;
  text-align: center;
  line-height: 42px;
  border: none;
}
.login_top:hover {
  color: #fff;
  background: #9e6e38;
}
.login_top span {
  margin-left: 10px;
}
.ibanner {
  width: 100%;
  overflow: hidden;
}
.ibanner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ibanner .single-item {
  background: url("../images/loding.gif") no-repeat center center;
}
.ibanner .wp {
  z-index: 8;
}
.ibanner .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 8;
  margin-left: -43px;
}
.ibanner .slick-dots li {
  float: left;
  margin: 0 5px;
  width: auto;
  height: auto;
}
.ibanner .slick-dots li button {
  float: left;
  width: 47px;
  height: 47px;
  padding: 0px;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/banner_page.webp") no-repeat -47px 0;
}
.ibanner .slick-dots li.slick-active button {
  width: 47px;
  background-position: 0 0;
}
.ibanner .slick-slide {
}
.ibanner .slick-slide .heading-title {
  font-size: 40px;
  font-weight: 700;
  width: 80%;
  position: absolute;
  z-index: 999;
  top: 48%;
  left: 10%;
  text-align: center;
}
button.slick-prev.slick-arrow {
  display: none !important;
}
/* .ibanner .slick-slide .heading-title::before{
	content: "";
	width: 40%;
	height: 1px;
	left: 30%;
	top: 1.7em;
	background-color: rgba(0,0,0,0.4);
	position: relative;
	display: block;
	opacity: 0.5;
} */
.ibanner .slick-slide img {
  width: 100%;
  height: auto;
}
.ibanner .slick-slide a {
  display: block;
}
.ibanner .slick-arrow {
  width: 71px;
  height: 139px;
  border: none;
  padding: 0px;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -70px;
  background: url("../images/banner_nav.webp") no-repeat;
  z-index: 8;
}
.ibanner .slick-prev {
  left: 0px;
  background-position: -71px -140px;
}
.ibanner .slick-next {
  right: 0px;
  background-position: 0 -140px;
}
.ibanner .slick-slider .slick-prev:hover {
  background-position: -71px 0px;
}
.ibanner .slick-slider .slick-next:hover {
  background-position: 0 0px;
}
.tit1 {
  text-align: center;
  padding: 20px 0 0;
  color: #211d1e;
  font-size: 14px;
}
.tit1 .h1 {
  font-size: 19px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.tit1 .h1 b {
  font-size: 27px;
}
.tit1 .h1 span {
  font-size: 13px;
  margin-left: 10px;
  letter-spacing: 0;
  font-weight: normal;
  color: rgba(105, 67, 30, 0.7);
  font-family: Arial, Helvetica, sans-serif;
}
.tit1 .em {
  font-size: 24px;
  color: #614e45;
  border-bottom: 1px solid #c49a6a;
  line-height: 1;
  padding: 15px 0 0px 0;
}
.tit1 .p {
  line-height: 36px;
  padding: 0 0 20px 0;
}
.tit1 .p span {
  display: block;
}
.tit1 .p strong {
  font-weight: normal;
  line-height: 42px;
  font-size: 24px;
  color: #614e45;
}
.tit1 .m a,
.tit2 .m a {
  display: block;
  border: 2px solid #614e45;
  width: 166px;
  height: 44px;
  margin: 0 auto;
  text-align: center;
  line-height: 44px;
  color: #614e45;
}
.tit1 .m a i,
.tit2 .m a i {
  margin-left: 10px;
}
.tit1 .m a:hover,
.tit2 .m a:hover {
  background-color: #614e45;
  color: #fff;
}
.icon1 {
  padding: 20px 0;
}
.icon2 {
  background: url("../images/icon2.jpg") no-repeat top center;
  background-size: cover;
  padding: 40px 0 160px 0;
  box-sizing: border-box;
}
.icon2 .tit1 {
  color: #fff;
}
.icon2 .tit1 .em {
  color: #fff;
}
.icon3 {
  background: url("../images/icon3.jpg") no-repeat top center;
  background-size: cover;
  padding: 40px 0;
  box-sizing: border-box;
}
.icon3 .tit1 {
  color: #fff;
}
.icon3 .tit1 .em {
  color: #fff;
}
.icon4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.footer_list {
  width: 37%;
  display: inline-flex;
  flex-wrap: wrap;
}
.footer_nav {
  width: calc(63% - 150px);
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_links {
  width: 60px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer_links ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_links ul li {
  padding: 0 5px;
}
.footer_links ul li a:hover img {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  cursor: pointer;
  transform: rotate(360deg);
  transition: 1s;
}
.footer_links ul li a {
  width: 36px;
  height: 36px;
  background-color: rgba(57, 57, 57, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 5px;
}
.footer_links ul li a img {
  width: 100%;
}
.footer_logo {
  text-align: left;
  color: #614e45;
  width: 90px;
}
.ibusiness .single-item {
  margin: 0 40px;
  padding: 0 170px 100px 170px;
}
.ibusiness .li {
  background: url("../images/icon2_bg.webp") no-repeat -408px 0;
  width: 408px;
  height: 408px;
  margin: 0 auto;
  text-align: center;
  color: #211d1e;
}
.ibusiness .li .i {
  padding-top: 130px;
  line-height: 1;
  font-size: 54px;
  color: #614e45;
  margin-bottom: 10px;
}
.ibusiness .li .i i {
  display: block;
}
.ibusiness .li .i span {
  display: block;
  font-size: 40px;
  display: none;
}
.ibusiness .li .em {
  line-height: 1;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ibusiness .li .p {
  font-size: 22px;
  -webkit-text-size-adjust: none;
}
.ibusiness .li:hover {
  background-position: 0 0;
  color: #fff;
}
.ibusiness .li:hover .i {
  color: #fff;
}
.ibusiness .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background: none;
  color: #fff;
  border: none;
  width: 90px;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 90px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}
.ibusiness .slick-prev {
  left: 0px;
  opacity: 0.6;
}
.ibusiness .slick-next {
  right: 0px;
  opacity: 0.6;
}
.ibusiness .slick-prev:before {
  content: "\e605";
}
.ibusiness .slick-next:before {
  content: "\e609";
}
.ibusiness .slick-prev:hover {
  left: 0px;
  opacity: 1;
}
.ibusiness .slick-next:hover {
  right: 0px;
  opacity: 1;
}
.ibusiness .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 8;
  margin-left: -43px;
}
.ibusiness .slick-dots li {
  float: left;
  margin: 0 5px;
}
.ibusiness .slick-dots li button {
  background: url("../images/banner_ico.webp") no-repeat -40px 0;
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: none;
  text-indent: -999px;
  overflow: hidden;
}
.ibusiness .slick-dots li.slick-active button {
  background-position: 0 0;
}
.icase .single-item {
  margin: 0 40px;
  padding: 0 120px 100px 120px;
}
.icase .li {
  background-color: #fff;
  width: 88.3534%;
  margin: 0 auto;
  color: #000;
}
.icase .li .img {
}
.icase .li .img img {
  width: 100%;
  height: auto;
}
.footer_list li {
  padding: 0px;
}
.footer_list li .p {
  font-size: 15px;
  line-height: 1.5;
  color: #9a9a9a;
  letter-spacing: 0.01em;
}
.footer_list li .p span {
  margin-left: 10px;
  color: #614e45;
  position: relative;
}
.footer_list li .p span:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 6px;
  width: 1px;
  height: 10px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background-color: #9a9a9a;
}
.icase .li:hover .text {
  background-color: #2c5ede;
  color: #fff;
}
.icase .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -95px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  width: 90px;
  background: none;
  color: #fff;
  border: none;
  font-family: "iconfont" !important;
  font-size: 90px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}
.icase .slick-prev {
  left: 0px;
  opacity: 0.6;
}
.icase .slick-next {
  right: 0px;
  opacity: 0.6;
}
.icase .slick-prev:before {
  content: "\e605";
}
.icase .slick-next:before {
  content: "\e609";
}
.icase .slick-prev:hover {
  left: 0px;
  opacity: 1;
}
.icase .slick-next:hover {
  right: 0px;
  opacity: 1;
}
.icase .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 8;
  margin-left: -43px;
}
.icase .slick-dots li {
  float: left;
  margin: 0 5px;
}
.icase .slick-dots li button {
  background: url("../images/banner_ico.webp") no-repeat -40px 0;
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: none;
  text-indent: -999px;
  overflow: hidden;
}
.icase .slick-dots li.slick-active button {
  background-position: 0 0;
}
.ipt_t3 {
  background: url("../images/iproject_list_bg.webp") / repeat;
  border: 1px solid #d9d2ca;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  box-sizing: border-box;
  color: #211d1e;
}
.ipt_b3 {
  background: url("../images/ipt_b3.webp") no-repeat 34px center #211d1e;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 172px;
  text-align: center;
  line-height: 50px;
  border: none;
  padding: 0 0 0 37px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
}
.ipt_t4 {
  background: url("../images/iproject_list_bg.webp") repeat;
  border: 1px solid #d9d2ca;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  box-sizing: border-box;
  color: #211d1e;
}
.ipt_t4 {
  background: url("../images/iproject_list_bg.webp") repeat;
  border: 1px solid #d9d2ca;
  width: 270px;
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  box-sizing: border-box;
  color: #211d1e;
}
.textarea_t4 {
  display: block;
  border: 1px solid #d9d2ca;
  width: 100%;
  height: 90px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 22px;
  box-sizing: border-box;
  color: #211d1e;
  resize: none;
}
.ipt_b4 {
  background-color: #614e45;
  border: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.ipt_b4:hover {
  background: #614e45;
  color: #fff;
}
.iproject_list li.li4 {
  text-align: right;
}
.iproject_list li.li6 {
  text-align: right;
}
footer {
  background: url(../images/bg_brown.webp);
  width: 100%;
}
.icontact {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 30px 10px;
}
.icontact .pd {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer_logo img {
  width: 70px;
}
.footer_nav ul {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.footer_nav ul li {
  position: relative;
  width: 100px;
  padding: 0px 0px;
}
.footer_nav ul li:before {
  right: 0;
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background-color: #9a9a9a;
}
.footer_nav ul li:nth-child(3n)::before {
  display: none;
}
.footer_nav li.h3 a,
.footer_nav2 li.h3 a {
  font-size: 15px;
  line-height: 1;
  color: #614e45;
  position: relative;
}
.footer_nav li.h3 a:hover,
.footer_nav2 li.h3 a:hover {
  color: #9a9a9a;
}
.footer_bottom {
  text-align: center;
  background-color: #614e45;
  font-size: 12px;
  color: #ffffff;
  line-height: 1.8;
  padding: 10px;
}
.footer_bottom a {
  color: #fff;
}
.footer_asidelink {
  z-index: 999;
  position: fixed;
  bottom: 2%;
  right: 10px;
}
.footer_asidelink ul {
  margin: 0;
  padding: 0;
}
.footer_asidelink li {
  width: 40px;
  height: 40px;
  margin: 10px 0px;
  border-radius: 50%;
  padding: 0px;
}
.footer_asidelink > ul > li.companylink {
  background-color: #393939;
  width: 65px;
  height: 65px;
  font-size: 14px;
  line-height: 1.2;
  margin-left: -25px;
}
body.leng_en .footer_asidelink > ul > li.companylink {
  font-size: 12px;
  line-height: 1.2;
}
.footer_asidelink > ul > li.companylink:hover {
  background-color: #e4bd90;
  -webkit-animation: items_float2 2s linear infinite;
  -moz-animation: items_float2 2s linear infinite;
  animation: items_float2 2s linear infinite;
}
@-webkit-keyframes items_float2 {
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@keyframes items_float2 {
  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
.footer_asidelink > ul > li.companylink:hover a {
  color: #614e45;
}
.footer_asidelink > ul > li.companylink a {
  color: #fff;
}
.footer_asidelink > ul > li.companygotop {
  background-color: #787878;
}
.footer_asidelink > ul > li.companyemail {
  background-color: #c49a6a;
}
.footer_asidelink > ul > li.companyphone {
  background-color: #614e45;
}
.footer_asidelink > ul > li.companyline {
  background-color: #00ba3e;
}
.footer_asidelink li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer_asidelink li img {
  width: 26px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer_asidelink li img:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  cursor: pointer;
  transform: rotate(360deg);
  transition: 1s;
}
.explain_bg {
  display: none;
  z-index: 2221;
  background-color: rgba(0, 0, 0, 0.4);
  *background: #000;
  *opacity: 0.4;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.explain_box {
  display: none;
  z-index: 2222;
  position: fixed;
  _position: absolute;
  width: 760px;
  left: 50%;
  top: 50%;
  margin: -166px 0 0 -380px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px #614e45;
}
.explain_box .pd {
  padding: 40px 40px 40px 40px;
  position: relative;
}
.explain_box .h3 {
  font-size: 24px;
  padding: 0 0 20px 0;
}
.explain_box .p {
  font-size: 16px;
  line-height: 1.8;
}
.explain_box .icon-guanbi {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  color: #614e45;
}
/*首頁*/
.bg {
  background: url(../images/bg_m.webp) bottom right no-repeat var(--Obg_color);
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0 0;
  min-height: calc(100vh - 252px);
  margin-top: 80px;
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
}
.bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/world-map.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.home_food {
  width: 100%;
  overflow: hidden;
  margin: 0;
  background: url(../images/bg_allfood.webp) repeat-x top left;
  background-size: 62% auto;
}
.contentBox {
  width: 400px;
  height: 560px;
  padding: 40px 35px 10px 35px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 11px 0px 35px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 11px 0px 35px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  background-repeat: no-repeat;
  background-image:
    -webkit-gradient(linear, left top, left bottom, from(#ded5cb), to(#ded5cb)),
    -webkit-gradient(linear, left top, left bottom, from(#ded5cb), to(#ded5cb)),
    -webkit-gradient(linear, left top, left bottom, from(#ded5cb), to(#ded5cb)),
    -webkit-gradient(linear, left top, left bottom, from(#ded5cb), to(#ded5cb));
  background-image:
    -webkit-linear-gradient(top, #ded5cb 0%, #ded5cb 100%),
    -webkit-linear-gradient(top, #ded5cb 0%, #ded5cb 100%),
    -webkit-linear-gradient(top, #ded5cb 0%, #ded5cb 100%),
    -webkit-linear-gradient(top, #ded5cb 0%, #ded5cb 100%);
  background-image:
    -o-linear-gradient(top, #ded5cb 0%, #ded5cb 100%),
    -o-linear-gradient(top, #ded5cb 0%, #ded5cb 100%),
    -o-linear-gradient(top, #ded5cb 0%, #ded5cb 100%),
    -o-linear-gradient(top, #ded5cb 0%, #ded5cb 100%);
  background-image:
    linear-gradient(to bottom, #ded5cb 0%, #ded5cb 100%),
    linear-gradient(to bottom, #ded5cb 0%, #ded5cb 100%),
    linear-gradient(to bottom, #ded5cb 0%, #ded5cb 100%),
    linear-gradient(to bottom, #ded5cb 0%, #ded5cb 100%);
  background-size:
    calc(100% - 20px) 1px,
    1px calc(100% - 20px);
  background-position:
    50% 10px,
    10px 50%,
    50% calc(100% - 10px),
    calc(100% - 10px) 50%;
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-transition: all 0.8s 0.2s ease;
  -o-transition: all 0.8s 0.2s ease;
  transition: all 0.8s 0.2s ease;
  z-index: 2;
}
.foodArea .classBox {
  width: 330px;
  padding: 0 25px 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.8s 0.2s ease;
  -o-transition: all 0.8s 0.2s ease;
  transition: all 0.8s 0.2s ease;
  z-index: 3;
}
.foodArea .classBox .titleBox {
  text-align: left;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.titleBox.show span,
.titleBox.show em,
.titleBox.show h2,
.titleBox.show a {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.titleBox span,
.titleBox em,
.titleBox h2,
.titleBox a {
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.titleBox em {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.foodArea .classBox .titleBox em {
  font-size: 26px;
  font-weight: 400;
  color: #614e45;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
.titleBox h2 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.foodArea .classBox .titleBox h2 {
  font-size: 18px;
  color: #333333;
}
.titleBox a {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.foodArea.show .foodList-left,
.foodArea.show .foodList-right {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.foodArea .contentBox .contentList {
  border-top: 1px solid #ded5cb;
  padding: 35px 15px 0 15px;
}
.foodArea .contentBox .contentList .Txt {
  text-align: left;
}
.foodArea .contentBox .contentList .Txt h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.foodArea .contentBox .contentList .Txt .exp {
  font-size: 16px;
  color: #888888;
  letter-spacing: 1px;
  line-height: 1.5;
}
.foodArea .foodList-left {
  position: absolute;
  top: 50%;
  left: -365px;
  width: 300px;
  height: 300px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(calc(-50% + 20px));
  -ms-transform: translateY(calc(-50% + 20px));
  transform: translateY(calc(-50% + 20px));
  z-index: 1;
}
.foodArea .foodList-left .Img img {
  display: block;
  width: 100%;
  opacity: 0.5;
}
.foodArea .foodList-right {
  position: absolute;
  top: 50%;
  left: calc(50% + 390px);
  width: 720px;
  height: 300px;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(calc(-50% + 20px));
  -ms-transform: translateY(calc(-50% + 20px));
  transform: translateY(calc(-50% + 20px));
  z-index: 1;
}
.foodArea .foodList-right .item {
  width: 300px;
  height: 300px;
  margin: 0 auto;
}
.foodArea .foodList-right .Img img {
  display: block;
  width: 100%;
  opacity: 0.5;
}
.foodArea.show .foodList-center {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.foodArea .foodList-center {
  width: 715px;
  height: 715px;
  margin: 0 auto;
  -webkit-transition: all 0.8s 0.8s ease;
  -o-transition: all 0.8s 0.8s ease;
  transition: all 0.8s 0.8s ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 1;
}
.foodArea .foodList-center .Img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.foodArea .foodList-center .Img img {
  display: block;
  width: 100%;
}
.foodArea .contentBox .switchBtn {
  position: absolute;
  font-size: 0;
  bottom: 40px;
  right: 70px;
  background-color: #fff;
  border: 1px solid #ded5cb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.foodArea .contentBox .switchBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ded5cb;
  width: 1px;
  height: 100%;
}
.foodArea .contentBox .switchBtn .colLBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.foodArea .contentBox .switchBtn .colLBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40%;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #ded5cb;
  border-left: 2px solid #ded5cb;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foodArea .contentBox .switchBtn .colLBtn:hover {
  border: 1px solid #8bc481;
  background: #8bc481;
}
.foodArea .contentBox .switchBtn .colLBtn:hover:before {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.foodArea .contentBox .switchBtn .colRBtn {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.foodArea .contentBox .moreBtn {
  position: relative;
  font-size: 13px;
  line-height: 35px;
  background-color: #fff;
  border: 1px solid #ded5cb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  text-align: center;
  cursor: pointer;
}
.foodArea .contentBox .moreBtn .colBtn_more {
  display: inline-block;
  width: 50px;
  height: 35px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  color: #ded5cb;
}
.foodArea .contentBox .moreBtn:hover {
  background: #8bc481;
}
.foodArea .contentBox .moreBtn:hover .colBtn_more {
  color: #fff;
}
.foodArea .contentBox .switchBtn .colRBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 40%;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #ded5cb;
  border-right: 2px solid #ded5cb;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foodArea .contentBox .switchBtn .colRBtn:hover {
  border: 1px solid #8bc481;
  background: #8bc481;
}
.foodArea .contentBox .switchBtn .colRBtn:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pra {
  position: absolute;
  z-index: 1;
}
.foodArea .deck04 {
  top: 20%;
  left: 23%;
  z-index: 5;
}
.foodArea .deck04 img {
  -webkit-animation: items_float 6s 3s forwards
    cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 6s 3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95)
    infinite;
}
.foodArea .deck06 {
  bottom: 0;
  right: 0;
  z-index: 5;
}
.foodArea .deck06 img {
  -webkit-animation: items_float 6s 4s forwards
    cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 6s 4s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95)
    infinite;
}
@-webkit-keyframes items_float {
  0%,
  44%,
  88%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  22%,
  66% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@keyframes items_float {
  0%,
  44%,
  88%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  22%,
  66% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/*首頁-加盟訊息*/
.home_location .waveBox {
  width: 100%;
  height: 135px;
  position: absolute;
  left: 0;
  top: -50px;
  pointer-events: none;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  z-index: 1;
  overflow: hidden;
}
.home_location .waveBox .waveBG {
  width: 3000px;
  height: 100%;
  background: url("../images/waveBG_1.webp") no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: waveMove 20s ease-in-out 0s infinite alternate;
  animation: waveMove 20s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes waveMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
@keyframes waveMove {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}
.home_location {
  width: 100%;
  margin: 0;
  padding: 50px 0 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  position: relative;
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
}
.Txt_location .Img1 img {
  -webkit-animation: breath 5s linear infinite;
  -moz-animation: breath 5s linear infinite;
  animation: breath 5s linear infinite;
  width: 100%;
  max-width: 760px;
}
@-webkit-keyframes breath {
  50% {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
  }
}
@keyframes breath {
  50% {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
  }
}
.Txt_location {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 7.5% 5% 5%;
  position: relative;
  background: url(../images/home_location_bg.webp) repeat-x center;
  clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
}
/* .Txt_location::before{
	content: "";
	position: absolute;
	display: block;
	width: 6.1%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/home_location_wood.webp) no-repeat right;
	background-size: auto 100%;
} */
.Txt_location > div {
  width: 50%;
}
.Txt_location .Img2 img.imgpoint {
  -webkit-animation: items_float 6s 3s forwards
    cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 6s 3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95)
    infinite;
  width: 10vw;
  margin-bottom: 40px;
}
.Txt_location .Img2 .location_title {
  margin-bottom: 10%;
  text-align: center;
}
.Txt_location .Img2 .location_title img {
  width: 70%;
}
.Txt_location .Img2 {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  flex-direction: column;
}
/*首頁-加盟訊息*/
.home_franchise {
  width: 100%;
  margin: 0;
  padding: 5% 0;
  background: url(../images/bg_greenwood.webp) repeat-x center;
  background-size: 50% 100%;
}
.franchiseBox {
  background-image: url(../images/bg_food.webp), url(../images/bg_wtgray.webp);
  background-repeat: no-repeat;
  background-position:
    right center,
    center;
  background-size:
    auto 100%,
    cover;
  padding: 7.5% 0;
  position: relative;
}
.franchiseBox::before {
  content: "";
  display: block;
  background: url(../images/icon_fork.webp) no-repeat top center;
  background-size: 100% auto;
  width: 75px;
  height: 160px;
  bottom: 0;
  left: 18px;
  position: absolute;
  z-index: 5;
}
.franchiseBox .item {
  /* background-color: #8BC481; */
  background-image: url(../images/bg.webp);
  width: 68%;
  position: relative;
  padding: 50px 7% 5%;
  box-shadow: 0 0 5px #666;
}
.franchiseBox .item .Txt {
  font-size: 18px;
  line-height: 1.8;
  /* color: #eee; */
  color: #666;
}
.franchiseBox .item em {
  font-size: 26px;
  font-weight: 400;
  /* color: #eee; */
  color: #222;
  line-height: 1;
  font-family: "Playfair Display", serif;
}
.franchiseBox .item .Txt h2 {
  font-size: 20px;
  /* color: #fff; */
  color: #393939;
  border-bottom: 2px solid #fff;
  position: relative;
  /* font-family: "Noto Serif TC", serif; */
  margin-bottom: 20px;
}
.franchiseBox .item .Txt h2::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  bottom: -17px;
  right: -28px;
  background: url(../images/icon_wtpoint.webp) no-repeat center;
  background-size: contain;
}
.franchiseBox .item::before {
  content: "JOIN US";
  position: absolute;
  display: block;
  background-color: #8bc481;
  top: 20%;
  right: -100px;
  width: 150px;
  height: 50px;
  transform: rotate(90deg);
  box-shadow: 5px -2px 10px rgba(97, 78, 69, 0.5);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}
.franchiseBox .item .Txt h3 {
  font-size: 24px;
  color: #393939;
  position: relative;
  font-family: "Noto Serif TC", serif;
  margin: 45px 0;
  text-align: center;
  position: relative;
}
.franchiseBox .item .Txt h3::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 100%
  );
  position: absolute;
  display: block;
  width: 126%;
  height: 100px;
  top: 0;
  left: -13%;
}
.franchiseBox .item .Txt h3 span {
  display: inline-block;
  position: relative;
  padding: 10px 0px;
  border-radius: 8px;
}
.franchiseBox .item .Txt h3 b {
  top: 10px;
  position: relative;
  margin-left: 10px;
  font-size: 30px;
  color: #ff4e00;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 0 10px;
}
.franchiseBox .item .Txt h3 i {
  position: relative;
  font-size: 38px;
  letter-spacing: 11px;
}
body.leng_en .franchiseBox .item .Txt h3 i {
  letter-spacing: 0px;
}
.franchiseBox .item .Txt h3 i:after {
  content: "";
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #393939;
  -webkit-transform: translate(-60%, -46%);
  transform: translate(-60%, -46%);
}
body.leng_en .franchiseBox .item .Txt h3 i:after {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #393939;
  -webkit-transform: translate(-60%, -46%);
  transform: translate(-60%, -46%);
}
.franchiseBox .item .Txt .m {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 160px;
  height: 186px;
  padding: 0px;
  position: absolute;
  bottom: -34px;
  right: -27px;
}
.franchiseBox .item .Txt .m::before {
  content: "";
  background: url(../images/icon_join.webp) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: rotate 14s linear infinite;
  animation: rotate 14s linear infinite;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.franchiseBox .item .Txt .m::after {
  content: "";
  background: url(../images/icon_join2.webp) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0px;
  left: 2%;
  width: 95%;
  height: 100%;
}
.franchiseBox .item .Txt .m span {
  border-radius: 50%;
  width: 97%;
  height: 87%;
  color: #fff;
  background-color: #393939;
  /* border: 1px solid #C99E74; */
  box-shadow: 0 0 10px #c99e74;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
}
body.leng_en .franchiseBox .item .Txt .m span {
  font-size: 16px;
}
.franchiseBox .item .Txt .m span a {
  color: #c99e74;
  margin-top: 2.3em;
  font-weight: 700;
  z-index: 15;
}
body.leng_en .franchiseBox .item .Txt .m span a {
  font-size: 20px;
}
.franchiseBox .item .Txt .m span a:hover {
  color: #fff;
}
/*內頁*/
.page_con {
  padding: 40px 0 0px 0;
  position: relative;
  overflow: hidden;
}
.page_con::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  background: url(../images/bg_brown.webp);
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.page_con::after {
  content: "";
  position: absolute;
  left: 0;
  top: -270px;
  z-index: -1;
  width: 1176px;
  height: 2352px;
  border-radius: 0 1176px 1176px 0;
  background-color: rgba(246, 246, 246, 0.5);
  mix-blend-mode: multiply;
}
.pagebanner {
  box-shadow: 0 5px 10px #ccc;
  position: relative;
  overflow: hidden;
}
.pagebanner .Txt {
  position: absolute;
  top: 57%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.pagebanner .Txt .textBox {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  text-align: center;
}
.pagebanner .Txt .title {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 6px;
  background-color: #6ac57e;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-family: "Noto Serif TC", serif;
  position: relative;
  display: inline-flex;
}
body.leng_en .pagebanner .Txt .title {
  letter-spacing: 0px;
}
.pagebanner .Txt .title::before,
.pagebanner .Txt .title::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 54px;
  left: -59px;
  top: 0;
  display: block;
  z-index: 1;
  background-image: url(../images/banner_s_title_bg.webp);
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.pagebanner .Txt .title::after {
  left: auto;
  right: -59px;
  height: 56px;
  top: -1px;
  background-position: right;
}
.pagebanner .Txt .underLine {
  margin-bottom: 10px;
}
.pagebanner .Txt .textBox p,
.pagebanner .Txt .textBox p span {
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}
body.leng_en .pagebanner .Txt .textBox p,
body.leng_en .pagebanner .Txt .textBox p span {
  display: none;
}
.pagebanner .Txt.Txt_gray .title {
  color: #333;
}
.pagebanner .Txt.Txt_gray .textBox {
  color: rgba(0, 0, 0, 0.6);
}
.pagebanner img {
  width: 100%;
  height: auto;
  -webkit-animation: ani_pbanIn 8s both linear;
  animation: ani_pbanIn 8s both linear;
}
@-webkit-keyframes ani_pbanIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(3px), brightness(0.5);
    filter: blur(3px), brightness(0.5);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px), brightness(1);
    filter: blur(0px), brightness(1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ani_pbanIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(3px), brightness(0.5);
    filter: blur(3px), brightness(0.5);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  15% {
    opacity: 1;
  }
  50% {
    opacity: 1;
    -webkit-filter: blur(0px), brightness(1);
    filter: blur(0px), brightness(1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.subnva {
  background: url("../images/subnav_bg.webp") repeat-x #fff bottom;
}
.subnva ul {
  margin: 0 auto;
}
.subnva ul.ul1 {
  display: table;
}
.subnva ul.ul2 {
  width: 519px;
}
.subnva ul.ul3 {
  width: 366px;
}
.subnva ul.ul4 {
  width: 364px;
}
.subnva ul.ul5 {
  width: 394px;
}
.subnva li {
  float: left;
  height: 64px;
}
.subnva li a {
  float: left;
  padding: 0 23px;
  height: 62px;
  line-height: 62px;
  border-bottom: 2px solid transparent;
}
.subnva li span {
  float: left;
  padding: 0 15px;
  height: 62px;
  line-height: 62px;
}
.subnva li a:hover,
.subnva li.curr a {
  color: #614e45;
  border-bottom: 2px solid #614e45;
}
.subnva li:last-child span {
  display: none;
}
.crumbs {
  line-height: 40px;
  color: #999;
  text-align: right;
  font-size: 14px;
}
.crumbs img {
  width: 25px;
  vertical-align: middle;
}
.crumbs a {
  color: #999;
}
.crumbs a:hover {
  color: #614e45;
}
.crumbs em {
  padding: 0 8px;
}
.pagecon {
  padding-top: 40px;
}
.about_tit {
  position: relative;
  padding-left: 200px;
}
.about_tit .i {
  position: absolute;
  left: 0px;
  top: 0px;
}
.about_tit .i strong {
  display: none;
}
.about_tit .t em {
  font-size: 48px;
  line-height: 1.1;
  text-transform: uppercase;
  display: block;
  color: #8a8586;
}
.about_tit .t em span {
  display: block;
}
.about_tit .t strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  padding-top: 10px;
}
.about,
.speech,
.structure,
.culture,
.honor,
.news_info,
.case,
.relations_yun_list,
.job,
.partner {
  margin: 0 150px;
}
.home_aboutus {
  margin: 0;
  padding: 0px;
}
.titimgbar {
  width: 100%;
  height: 300px;
  /* overflow: hidden; */
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.titimgbar > span {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
.home_aboutus .titimgbar .line {
  position: absolute;
  width: 500px;
  z-index: 5;
  top: -13px;
  left: calc(50% - 250px);
}
.titimgbar img {
  height: 100%;
}
.titimgbar .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 2;
  font-weight: 700;
  text-align: center;
}
.titimgbar .txt span {
  border-top: 1px solid #ccc;
  display: flex;
}
.home_aboutus .tit1 {
  background-color: #fff;
  padding: 50px 0 20px;
}
.home_aboutus .tit2 {
  background-color: #f6f6f6;
  background-image: url(../images/bg_about.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 80px 0px;
  margin-bottom: 0px;
}
.home_aboutus .tit2 .p .item .Txt {
  position: relative;
}
/*品牌故事*/
.page_about {
  margin: 0;
  background: url(../images/bg_about.webp) no-repeat top left;
  background-size: auto 100%;
  padding: 0 0 7%;
  position: relative;
  background-color: #e7e6eb;
}
.page_about::before {
  background: url(../images/about_bg2.webp) no-repeat bottom right;
}
.page_about_icon {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  overflow: hidden;
}
.page_about_icon div {
  background: url(../images/icon_1.webp) no-repeat center center;
  background-size: auto 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0.3;
  position: relative;
  width: 100%;
  height: 100%;
}
.page_about::after {
  display: none;
}
.aboutus .about_tit {
  background: url("../images/about_fr_line.webp") no-repeat bottom left;
  padding-bottom: 40px;
}
.about_box {
  width: 100%;
  padding-left: 30%;
  position: relative;
  margin: 0 auto;
}
.about_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  display: block;
  width: 30%;
  height: 100%;
  background-image: url(../images/202506101191.webp);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.about_box p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 1.8;
}
.item.item1 {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px 60px;
}
.img_abouticon {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.img_abouticon::after {
  content: "";
  display: block;
  height: 3px;
  width: 60%;
  background-color: #be8a43;
  position: absolute;
  bottom: 10px;
  right: 20%;
  border-radius: 6px;
}
.img_abouticon p {
  width: auto;
  font-size: 20px;
}
.img_abouticon img {
  width: 110px;
  margin-right: 10px;
  margin-left: -40px;
  vertical-align: middle;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.9);
  }
}
.page_about .p .about_box p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.8;
}
.page_about .p .about_box p b {
  font-size: 1.2em;
  color: #614e45;
}
img.homedight {
  position: absolute;
  transform-origin: center center;
  pointer-events: none;
  z-index: -1;
}
img.homedight.hd02 {
  top: -30px;
  right: 100px;
}
/*最新菜單*/
.page_menu {
}
.menubox {
  width: 100%;
  margin: 0 auto;
}
/*餐點介紹*/
.productBox {
  width: 100%;
}
.productBox .pagecon {
  position: relative;
}
.productBox .pagecon::before {
  content: "";
  width: 100%;
  height: 220px;
  background: rgba(248, 248, 248, 1);
  display: block;
  top: 50px;
  left: 0;
  position: absolute;
}
.product_list {
  width: 100%;
  padding: 50px 0;
}
.pro_listImg {
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 0px 0 0px;
  width: 90%;
  margin: 0 auto;
  /* overflow: hidden; */
}
.ny_pro_list {
  width: 100%;
}
.pro_listImg .slick-slide.slick-current.slick-active .pro_Txt {
  display: block;
}
.pro_Txt {
  display: none;
  position: absolute;
  top: 0;
  left: 140%;
  width: 40vw;
  z-index: 999;
}
.pro_Txt .sTitle {
  font-size: 14px;
  color: #614e45;
}
.pro_Txt .Title {
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
}
.pro_Txt .Title::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 45px;
  right: -15px;
  top: 8px;
  background: url(../images/icon_sun.webp) no-repeat center;
  background-size: 100%;
}
.pro_Txt a {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif TC", serif;
}
.pro_Txt .Txt {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
  height: 57px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.pro_listImg .slider {
  width: 100%;
  margin: 50px auto;
  padding: 0px 20px 50px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.pro_listImg .slider > div {
  width: 100%;
}
.pro_listImg .slick-slide {
  margin: 150px 0 0;
  transition: all ease-in-out 0.3s;
  position: relative;
}
.pro_listImg.slick-dotted.slick-slider {
  min-height: 450px;
}
.pro_listImg .slick-slide a {
  top: 100px;
  position: relative;
}
.pro_listImg .slick-slide.slick-current.slick-active a {
  top: 0px;
}
.pro_listImg .slick-slide.slick-current.slick-active {
  margin-top: 0;
}
.pro_listImg .slick-slide.slick-cloned.slick-active a {
  top: 100px;
}
.pro_listImg .slick-slide img {
  opacity: 0.2;
  transition: all 0.2s ease 0.1s;
  max-width: 100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-height: 100px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.pro_listImg .slick-slide.slick-active img {
  opacity: 0.5;
}
.pro_listImg .slick-list {
  overflow: visible;
}
.pro_listImg .slick-slide.slick-current.slick-active img {
  opacity: 1;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  position: relative;
  z-index: 5;
  max-height: 600px;
}
.pro_listImg .slick-prev,
.slick-next,
.pro_detailsImg .slick-prev,
.slick-next {
  height: 25px;
  width: 35px;
  display: none !important;
}
.pro_listImg .slick-next {
  right: calc(0% - 20px);
}
.pro_listImg .slick-prev {
  left: calc(0% - 20px);
  z-index: 10000;
}
.pro_listImg .slick-prev:before,
.slick-next:before {
  color: #666;
  font-size: 25px;
}
.pro_listImg .slick-next:before {
  content: "〉";
}
.pro_listImg .slick-prev:before {
  content: "〈";
}
.pro_listImg .slick-dotted.slick-slider,
.pro_detailsImg .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.pro_listImg .slick-dots {
  bottom: 0px;
}
.pro_listImg .slick-dots li button,
.pro_detailsImg .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0px;
  background: #999;
  border-radius: 50%;
}
.pro_listImg .slick-dots li button:before,
.pro_detailsImg .slick-dots li button:before {
  font-size: 6px;
  line-height: 10px;
  width: 10px;
  height: 10px;
  color: #614e45;
  content: "";
}
.pro_listImg .slick-dots li.slick-active button,
.pro_detailsImg .slick-dots li.slick-active button {
  background: #614e45;
}
.pro_detailBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pro_detail_left,
.pro_detail_rgiht {
  width: 50%;
}
.page_productdetail .productBox .pagecon::before {
  display: none;
}
.page_productdetail .pro_Txt {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
/*加盟資訊*/
.franchiseBoxTxt {
  width: 100%;
  margin: 0 auto;
}
.franchise_containter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_info .p.p0 {
  padding: 0;
}
.news_info .p .franchise_containter .item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_info .p .franchise_containter .item .item_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1640px;
  background: url(../images/bg_line.webp) no-repeat bottom center;
  background-size: 100%;
  padding: 3% 0;
}
.news_info .p .franchise_containter .item:nth-of-type(odd) .item_s {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}
.news_info .p .franchise_containter .item:nth-of-type(even) .item_s {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.news_info .p .franchise_containter .item .decoTitle {
  position: absolute;
  top: 20px;
  border-top: 1px solid #8bc481;
  border-bottom: 1px solid #8bc481;
  display: inline-block;
  color: #8bc481;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.5px;
  padding: 20px 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
}
.news_info .p .franchise_containter .item:nth-of-type(even) .decoTitle {
  right: 35px;
}
.news_info .p .franchise_containter .item:nth-of-type(odd) .decoTitle {
  left: 35px;
}
.news_info .p .franchise_containter .item h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 30px;
}
.news_info .p .franchise_containter .item p {
  font-size: 18px;
}
.news_info .p .franchise_containter .item ul {
  margin: 0;
  padding: 0 0 0 2%;
}
.news_info .p .franchise_containter .item ul li {
  font-size: 18px;
  line-height: 1.8;
}
.news_info .p .franchise_containter .item ul li::before {
  content: "";
  width: 20px;
  height: 30px;
  display: inline-block;
  position: absolute;
  right: calc(0% - 10px);
  top: calc(50% - 15px);
  background: url(../images/icon_arrow2.webp) no-repeat center;
  background-size: contain;
}
.news_info .p .franchise_containter .item ul li:last-child::before {
  display: none;
}
.news_info .p .franchise_containter .item .sTxt {
  position: relative;
  width: 60%;
}
.news_info .p .franchise_containter .item:nth-of-type(even) .sTxt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 110px;
  padding-left: 5%;
}
.news_info .p .franchise_containter .item:nth-of-type(odd) .sTxt {
  margin-right: auto;
  padding-left: 110px;
  padding-right: 35px;
}
.news_info .p .franchise_containter .item .Img {
  position: relative;
  max-width: 1060px;
  margin: 0px 0 40px;
  width: 40%;
}
.news_info .p .franchise_containter .item:nth-of-type(even) .Img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
}
.news_info .p .franchise_containter .item .Img::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(97, 78, 69, 0.5);
  top: 0px;
  left: 0px;
  z-index: -1;
}
.news_info .p .franchise_containter .item:nth-of-type(even) .Img::before {
  border-radius: 0 350px 350px 0;
}
.news_info .p .franchise_containter .item:nth-of-type(odd) .Img::before {
  border-radius: 350px 0 0 350px;
  left: -10px;
}
.news_info .p .franchise_containter .item .Img .cover {
  overflow: hidden;
  position: relative;
}
.news_info .p .franchise_containter .item:nth-of-type(even) .Img .cover {
  border-radius: 0 350px 350px 0;
}
.news_info .p .franchise_containter .item:nth-of-type(odd) .Img .cover {
  border-radius: 350px 0 0 350px;
}
/*加盟流程*/
.news_info .p .franchise_containter.process .item .item_s {
  max-width: 1366px;
}
.news_info .p .franchise_containter.process .item:nth-of-type(odd) .item_s {
  -webkit-box-pack: center;
  -ms-flex-pack: end;
  justify-content: center;
  margin: 0 auto;
}
.sTxtall {
  width: 100%;
}
.placeContainer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0;
  position: relative;
  z-index: 5;
}
.placeBoxContainer {
  width: 100%;
}
.placeBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news_info .p .franchise_containter.process .item .placeBox .Txt.stepArea {
  padding-left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.news_info .p .franchise_containter.process .item .stepArea .stepBox {
  position: relative;
  padding: 0 10px;
  /* background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 217, 142, 0.8)), to(rgba(152, 217, 142, 0.8)));
    background-image: -webkit-linear-gradient(top, rgba(152, 217, 142, 0.8) 0%, rgba(152, 217, 142, 0.8) 100%);
    background-image: -o-linear-gradient(top, rgba(152, 217, 142, 0.8) 0%, rgba(152, 217, 142, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(152, 217, 142, 0.8) 0%, rgba(152, 217, 142, 0.8) 100%);
    background-size: calc(100% - 26px) 1px;
    background-position: center 50%; */
}
/* .news_info .p .franchise_containter.process .item .stepArea .stepBox:after, .news_info .p .franchise_containter.process .item .stepArea .stepBox:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid rgba(152, 217, 142, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */
/* .news_info .p .franchise_containter.process .item .stepArea .stepBox:after{
    left: auto;
    right: 0;
} */
.news_info .p .franchise_containter.process .item .stepArea .stepBox ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.news_info .p .franchise_containter.process .item .stepArea .stepBox ul li {
  width: 25%;
  height: 0;
  padding-top: 16.7%;
  position: relative;
  margin-bottom: 100px;
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li
  > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news_info .p .franchise_containter.process .item .stepArea .item {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_info .p .franchise_containter.process .item .stepArea .Img {
  position: relative;
  max-width: 160px;
  max-height: 160px;
  border-radius: 50%;
  /* overflow: hidden; */
  width: 160px;
  margin: 0 auto;
  padding: 12%;
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .Img
  img {
  filter: brightness(1);
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .Img {
  opacity: 1;
  transform: scale(1.1);
  /* box-shadow: 0 0 10px #999; */
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .Img:before {
  background-color: #fff;
  box-shadow: 0 0 10px #999;
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .Txt
  .stepNum {
  box-shadow: 0 0 10px #999;
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .Txt
  .num {
  color: #8bc481;
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .Txt
  .word {
  color: #fff;
  text-shadow: 0 0 5px #333;
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .title {
  opacity: 1;
}
/* .news_info .p .franchise_containter.process .item .stepArea .stepBox ul li.active .Img:before{
    display: none;
} */
.news_info .p .franchise_containter.process .item .stepArea .Img:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 180px;
  height: 180px;
  border: 1px dashed #000;
  opacity: 1;
  background-color: rgba(97, 78, 69, 0.2);
}
.news_info .p .franchise_containter.process .item .stepArea .Img::after {
  display: none;
}
.news_info .p .franchise_containter.process .item .stepArea .Img img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  filter: brightness(0);
}
.news_info .p .franchise_containter.process .item .stepArea .Txt {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 160px;
  padding-left: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_info .p .franchise_containter.process .item .stepArea .Txt .stepNum {
  line-height: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 10%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.news_info .p .franchise_containter.process .item .stepArea .Txt .num {
  font-size: 24px;
  font-weight: 400;
  color: #614e45;
  margin-bottom: 7px;
  background-color: #fff;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  line-height: 30px;
}
.news_info .p .franchise_containter.process .item .stepArea .Txt .word {
  font-size: 14px;
  font-weight: 400;
  color: #4fa675;
}
.news_info .p .franchise_containter.process .item .stepArea .Txt .title {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 200%;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  /* max-width: 160px; */
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news_info .p .franchise_containter.process .item .stepArea .Txt .title a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  color: #614e45;
  width: 100%;
  padding: 10px 15px 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.news_info
  .p
  .franchise_containter.process
  .item
  .stepArea
  .stepBox
  ul
  li.active
  .title
  a {
  color: #333;
}
/*加盟Q&A*/
.qaBox {
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
}
.qa-container {
  margin-bottom: 20px;
}
.question {
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.answer {
  display: none;
  padding: 15px 15px 15px 57px;
  border: 1px solid #ddd;
  background-color: rgba(246, 246, 246, 0.5);
  border-radius: 5px;
}
.icon_q {
  background-color: #8bc481;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 28px;
  margin-right: 12px;
}
.icon_a {
  background-color: #999;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 28px;
  line-height: 28px;
  margin-right: 12px;
  margin-left: -47px;
}
/**/
.speech {
}
.speech_fl {
  float: right;
  width: 32%;
}
.speech_fl img {
  width: 100%;
  height: auto;
}
.speech_fr {
  margin-right: 32%;
  padding-right: 80px;
}
.speech_fr .p {
  padding-top: 28px;
  color: #211d1e;
  line-height: 2;
}
.speech_fr .p p {
  margin-bottom: 28px;
}
.speech_fr .qm {
  width: 38%;
  height: auto;
}
.structure {
}
.structure_top {
}
.structure_top .img {
  float: left;
  width: 50%;
  overflow: hidden;
}
.structure_top .img img {
  float: right;
}
.structure_top .text {
  margin-left: 50%;
  padding-left: 20px;
}
.structure_bottom {
  padding: 90px 0 0 0;
}
.structure_bottom img {
  margin: 0 auto;
  display: block;
}
.culture {
  padding: 0;
}
.culture_fl {
  float: left;
}
.culture_fl .img {
  padding-top: 90px;
}
.culture_fr {
  padding-top: 110px;
  margin-left: 500px;
}
.culture_fr img {
  width: 100%;
  height: auto;
}
.honor {
  position: relative;
  padding: 150px 0 0 0;
}
.honor .about_tit {
  position: absolute;
  right: 0px;
  top: 60px;
  padding: 0 200px 0 0;
}
.honor .about_tit .t {
  text-align: right;
}
.honor .about_tit .i {
  left: auto;
  right: 0px;
}
.honor_list {
  background: url("../images/honor_list.webp") repeat-y 180px 0;
  padding: 90px 0;
  position: relative;
}
.honor_list .h3 {
  font-size: 42px;
  color: #614e45;
  padding-top: 0px;
  position: relative;
  width: 180px;
  border-bottom: 2px solid #614e45;
  margin-bottom: 38px;
  cursor: pointer;
}
.honor_list .h3 span {
  font-size: 24px;
}
.honor_list .h3 i {
  display: block;
  width: 20px;
  right: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: url("../images/honor_textlist.webp") no-repeat 0 0;
}
.honor_list .h3.curr i {
  background-position: 0px -20px;
}
.honor_list .dl {
  display: none;
}
.honor_list dl {
  position: relative;
  padding: 0 0 20px 220px;
}
.honor_list dt {
  position: absolute;
  top: 23px;
  left: 0px;
  background: url("../images/honor_list_ico.webp") no-repeat right center;
  width: 197px;
  box-sizing: border-box;
  text-align: right;
  font-size: 24px;
  color: #614e45;
  line-height: 32px;
  height: 32px;
  padding-right: 55px;
}
.honor_list dd {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  position: relative;
}
.honor_list dd ul {
  padding: 5px 15px;
}
.honor_list dd li {
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}
.honor_list dd li:last-child {
  border-bottom: none;
}
.honor_list dd .img {
  float: left;
  width: 137px;
}
.honor_list dd .img img {
  width: 100%;
  height: auto;
}
.honor_list dd .text {
  margin-left: 137px;
  padding-left: 25px;
  font-size: 18px;
  line-height: 1.66;
  padding-top: 10px;
}
.honor_list dd .text h3 {
  color: #614e45;
}
.honor_icotop {
  background: url("../images/honor_list_jt.webp") no-repeat top left;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0px;
  left: 120px;
}
.honor_icobottom {
  background: url("../images/honor_list_jt.webp") no-repeat bottom left;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0px;
  left: 120px;
}
.honor_icosj {
  background: url("../images/honor_list_sj.webp") no-repeat;
  width: 13px;
  height: 14px;
  position: absolute;
  left: -13px;
  top: 32px;
}
.news_list {
  width: 100%;
}
.news_list .img {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: 50px;
  box-sizing: border-box;
  padding: 0 20px;
}
.news_list .img img {
  max-width: 100%;
  box-sizing: border-box;
}
.news_list .text {
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0px 10px #ccc;
  padding: 50px 5% 50px 13%;
  margin: 50px 0;
  position: relative;
  z-index: 5;
}
.news_list .text::before {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-color: rgba(139, 196, 129, 0.5); */
  background-color: #e6e0d3;
}
.news_list .text::after {
  content: "NEWS";
  display: block;
  position: absolute;
  width: 8%;
  height: 8%;
  top: 17%;
  left: 0;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 40px;
  font-family: "Playfair Display", serif;
}
.news_list .text .title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  padding: 0px 0 50px;
  background: url(../images/bg_line.webp) no-repeat bottom center;
  background-size: 100%;
}
.news_list .text .title span {
  position: relative;
}
.news_list .text .title span::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -10px;
  left: 0;
  width: 30%;
  height: 2px;
  border-top: 2px solid #8bc481;
}
.news_list .text h2,
.news_list .text h2 p,
.news_list .text h2 span {
  margin: 0px 0 20px;
  color: #614e45 !important;
  font-size: 45px !important;
  line-height: 2 !important;
}
.news_list .text table {
  width: 100%;
  border: 0 !important;
  border-top: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  font-family: "Noto Serif TC" !important;
}
.news_list .text table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.news_list .text table tr td {
  border: 0 !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  font-size: 18px !important;
  padding: 5px 10px !important;
}
.news_list .text table tr td p,
.news_list .text table tr td p span {
  font-size: 18px !important;
  line-height: 1.8;
  font-family: "Noto Serif TC" !important;
}
.news_list .text table tr:first-child {
  color: #614e45;
  font-size: 24px !important;
  line-height: 1.8;
  font-weight: 700;
}
.news_list .text table tr:first-child td {
  background-color: #ede1d2;
}
.news_list .text table tr:first-child td p,
.news_list .text table tr:first-child td p span {
  font-size: 24px !important;
}
.news_list ul {
  margin: 0 -13px;
}
.news_list li {
  width: 33.33%;
  float: left;
  padding: 0 13px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.news_list li.clearfix {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
  display: none;
}
.news_list li .img {
  height: 218px;
  overflow: hidden;
}
.news_list li .img img {
  width: 100%;
  height: auto;
}
.news_list li .text {
  background-color: #fff;
  padding: 25px;
  color: #8a8586;
}
.news_list li .text .h3 {
  margin-bottom: 5px;
  color: #211d1e;
  font-size: 18px;
  line-height: 1.5;
  overflow: hidden;
  height: 27px;
}
.news_list li .text .p {
  font-size: 13px;
  line-height: 24px;
  height: 72px;
}
.news_list li a:hover .text {
  background-color: #2c5ede;
  color: #fff;
}
.news_list li a:hover .text .h3 {
  color: #fff;
}
.news_page {
  text-align: center;
}
.news_page .pd {
  margin: 0 auto;
}
.news_page span.pages_num {
  width: 235px;
}
.news_page a,
.news_page span {
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 18px;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 10px;
}
.news_page a.current,
.news_page a:hover,
.news_page span.current {
  color: #fff;
  background-color: #614e45;
}
.news_info {
}
.page_con .h1 {
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
}
.page_con .h3 {
  font-size: 24px;
  line-height: 54px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 20px;
  position: relative;
  z-index: 5;
  background-image: url(../images/title_bg_repeat.webp);
  background-repeat: repeat-x;
  background-position: left center;
  padding-right: 3px;
}
body.leng_en .page_con .h3 {
  letter-spacing: 0;
  background-image: url(../images/title_bg_repeat_en.webp);
  min-width: 176px;
  text-align: center;
  padding-right: 0px;
  padding-bottom: 2px;
}
body.leng_en .page_con .h3.h3_en {
  min-width: 572px;
}
body.leng_en .page_con .h3.h3_en2 {
  min-width: 264px;
}
body.leng_en .page_con .h3::after {
  content: "";
  position: absolute;
  background-image: url(../images/title_bg_repeat_line_en.webp);
  background-repeat: no-repeat;
  width: 4px;
  height: 54px;
  left: -2px;
  top: 2px;
  display: block;
  z-index: -1;
}
.page_con .h3::before {
  content: "";
  position: absolute;
  background-image: url(../images/title_bg_1em.webp);
  background-repeat: no-repeat;
  width: 48px;
  height: 54px;
  right: -1px;
  top: 0;
  display: block;
  z-index: -1;
}
body.leng_en .page_con .h3::before {
  background-image: url(../images/title_bg_repeat_line_en.webp);
  width: 4px;
  right: -2px;
  top: 2px;
  transform: rotate(180deg);
}
.page_con .h3 span {
  position: relative;
  left: 12px;
}
body.leng_en .page_con .h3 span {
  left: 0px;
}
.news_info .em {
  font-size: 14px;
  color: #8a8586;
}
.news_info .p h3 {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #614e45;
  margin-bottom: 20px;
  text-align: center;
}
.news_info .p {
  padding: 20px;
  font-size: 16px;
}
.news_info .p img {
  max-width: 100%;
  height: auto;
}
.news_info .p p em {
  border-bottom: 2px solid #666;
  font-size: 1.15em;
}
.news_info .p .line {
  width: 100%;
  text-align: center;
}
.news_info #maximg.p .line img {
  margin: 40px auto;
  max-width: 350px;
  width: 100%;
}
.news_info .p p {
  font-size: 18px;
  line-height: 1.8;
  margin: 20px 0;
}
.news_info .p .t_center {
  text-align: center;
  margin: 0 auto;
  color: #846541;
  font-size: 24px;
}
.news_info .p .item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_info .p .item1 {
  max-width: 1200px;
  margin: 0 auto;
}
.news_info .p .item .Img {
  width: 20%;
  position: relative;
}
.news_info .p .item .Img span {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  margin: 0 auto;
  max-width: 450px;
}
.news_info .p .item .Img span::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  border: 1px solid #c49a6a;
}
.news_info .p .item .Img span div {
  position: absolute;
  width: 100%;
  height: 100%;
}
.news_info .p .item .Img span div::after {
  content: "";
  width: 27px;
  height: 27px;
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -5px;
  background: url(../images/line2.webp) no-repeat center;
}
.news_info .p .item .Img::after {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: -6px;
  background: url(../images/icon_3.webp) no-repeat center;
  background-size: contain;
  -webkit-animation-name: scaleDraw;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 7s;
}
.news_info .p .item:nth-child(2) .Img::after {
  background: url(../images/icon_4.webp) no-repeat center;
  left: auto;
  right: -6px;
}
.news_info .p .item:nth-child(3) .Img::after {
  background: url(../images/icon_5.webp) no-repeat center;
  left: -6px;
}
.news_info .p .item:nth-child(4) .Img::after {
  background: url(../images/icon_6.webp) no-repeat center;
  left: auto;
  right: -6px;
}
.news_info .p .item .Txt {
  width: 80%;
  padding-left: 5%;
  box-sizing: border-box;
}
.news_info .o {
  padding: 54px 0;
}
.news_info .o_fl {
  height: 54px;
  float: left;
}
.news_info .o_fl li {
  float: left;
  padding-right: 12px;
  padding-top: 2px;
}
.news_info .o_fl .iconfont {
  font-size: 24px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  line-height: 48px;
  background-color: #ffffff;
  border: 1px solid #614e45;
  border-radius: 50%;
  color: #614e45;
  display: block;
}
.news_info .o_fl .iconfont:hover {
  color: #fff;
}
.news_info .o_fl .icon-xinlang:hover {
  background-color: #f56314;
  border-color: #f56314;
}
.news_info .o_fl .icon-weixin:hover {
  background-color: #8ccd11;
  border-color: #8ccd11;
}
.news_info .o_fl .icon-qq:hover {
  background-color: #1391e2;
  border-color: #1391e2;
}
.news_info .o_fl .icon-douban:hover {
  background-color: #228a31;
  border-color: #228a31;
}
.news_info .o_fl .icon-renren:hover {
  background-color: #005baa;
  border-color: #005baa;
}
.news_info .o_fr {
  float: right;
}
.news_info .o_fr a {
  width: 130px;
  height: 54px;
  text-align: center;
  background-color: #ffffff;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 54px;
}
.news_info .o_fr a:hover {
  background-color: #614e45;
  color: #fff;
}
.news_info .o_fr .back {
  font-size: 14px;
  width: 130px;
  height: 54px;
  text-align: center;
  background-color: #ffffff;
  display: block;
  float: left;
  margin: 0 10px;
  text-align: center;
  line-height: 54px;
}
.business_list {
}
.business_list li {
  position: relative;
}
.business_list li a {
  background-color: #fff;
  display: block;
  overflow: hidden;
  color: #211d1e;
}
.business_list .img {
  width: 50%;
  float: left;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.business_list .img img {
  width: 100%;
  height: auto;
}
.business_list .text {
  margin: 0 0 0 50%;
  padding: 50px 120px 0 120px;
}
.business_list .text .em {
  color: #8a8586;
  font-size: 34px;
}
.business_list .text .em i {
  font-size: 84px;
  margin-right: 10px;
  color: #614e45;
  line-height: 1;
}
.business_list .text .h3 {
  font-size: 36px;
}
.business_list .text .p {
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}
.business_list li.even .img {
  float: right;
}
.business_list li.even .text {
  margin: 0 50% 0 0;
}
.business_list a:hover {
  background-color: #2c5ede;
  color: #fff;
}
.business_list a:hover .em {
  color: #fff;
}
.business_list a:hover .em i {
  color: #fff;
}
.business_list a:hover .img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.case {
  margin: 0 auto;
  max-width: 1366px;
  width: 100%;
}
.case_tit {
  padding-bottom: 50px;
}
.case_tit ul {
  margin: 0 auto;
}
.case_tit li {
  float: left;
  padding: 0 10px;
}
.case_tit li a {
  width: 134px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  display: block;
  line-height: 48px;
}
.case_tit li a:hover,
.case_tit li.curr a {
  background-color: #614e45;
  border: 1px solid #614e45;
  color: #fff;
}
.news {
  width: 100%;
  padding: 0 10px;
}
.case_list {
  margin-top: 30px;
}
.case_list ul {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.case_list li {
  width: calc(100% / 3);
  float: left;
  box-sizing: border-box;
  padding: 0 13px;
  margin-bottom: 40px;
}
.case_list li.clearfix {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.case_list li .icon-right {
}
.icon-right:before {
  display: none;
}
.dateDisplay {
  -ms-flex-align: center;
  align-items: center;
  background-color: #8bc481;
  clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 7px 12px;
  border: 1px solid #e1e1e1;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 2;
  color: #fff;
}
.bottom_link {
  width: 100%;
  text-align: right;
  padding-top: 15px;
}
.bottom_link a {
  background-color: transparent;
  color: #614e45;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #614e45;
  border-radius: 4px;
  transition: all 0.3s;
}
.bottom_link a:hover {
  background-color: #e6e0d3;
  padding: 5px 25px 5px 15px;
}
.page_news .date_y {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.page_news .date_m {
  color: #fff;
}
.page_news .date_d {
  font-size: 27px;
  margin-top: 5px;
  padding-top: 25px;
  position: relative;
  color: #fff;
}
.page_news .date_d:before {
  content: "";
  width: 1px;
  height: calc(100% - 40px);
  background-color: #fff;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.case_list li a {
  display: block;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: relative;
}
.case_list li .img {
  position: relative;
  /* -webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; */
}
.case_list li .img img {
  width: 100%;
  height: 100%;
  max-height: 275px;
  object-fit: contain;
}
.case_list li .text {
  padding: 30px 30px 20px 30px;
}
.case_list li .line {
  width: 26px;
  border-bottom: 1px solid #614e45;
  padding-top: 20px;
  margin-bottom: 20px;
}
.case_list li .h4 {
  font-size: 22px;
  color: #333;
  line-height: 1.5;
}
.case_list li .p {
  line-height: 1.6;
  font-size: 16px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.case_list li a:hover {
}
.case_list li a:hover .line {
  border-bottom: 1px solid #fff;
}
.case_list li a:hover .h3 {
  color: #fff;
}
.case_list li a:hover .img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.case_list li a:hover .img:before {
  top: 50%;
  opacity: 1;
}
.case_list li a .img:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 52px;
  height: 61px;
  background: url("../images/logo2.webp") no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  filter:;
}
.case_title.pagebanner {
  height: 300px;
  overflow: hidden;
}
.case_title.pagebanner img {
  height: 100%;
}
.case_title.pagebanner .h3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  color: #614e45;
}
.case_title.pagebanner .h3 .h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  text-align: center;
  width: 100%;
}
.case_title.pagebanner .h3 .h1:before {
  vertical-align: middle;
  display: inline-block;
  content: url(../images/title_line_b.webp);
  margin-right: 50px;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case_title.pagebanner .h3 .h1:after {
  vertical-align: middle;
  display: inline-block;
  content: url(../images/title_line_b.webp);
  margin-left: 50px;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case_title.pagebanner .h3 span {
  position: relative;
}
.case_title.pagebanner .h3 span::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  bottom: -10px;
  left: calc(50% - 45px);
  display: block;
  background-color: #614e45;
}
.relations {
}
.relations .img img {
  display: block;
  margin: 0 auto;
}
.relations .text {
  display: none;
}
.relations .text li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.relations .h3 {
  font-size: 32px;
  color: #bf9769;
}
.relations .h3 em {
  margin-right: 10px;
}
.relations .p {
  font-size: 14px;
}
.relations_yun_list {
}
.relations_yun_list {
}
.relations_yun_list ul {
  margin: 0 -13px;
}
.relations_yun_list li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding: 0 13px;
  margin-bottom: 40px;
}
.relations_yun_list li.clearfix {
  width: 100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.relations_yun_list li a {
  display: block;
  background-color: #fff;
}
.relations_yun_list li .img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.relations_yun_list li .img img {
  width: 100%;
  height: auto;
}
.relations_yun_list li .text {
  padding: 30px 30px 20px 30px;
}
.relations_yun_list li .line {
  width: 26px;
  border-bottom: 1px solid #262161;
  padding-top: 20px;
  margin-bottom: 20px;
}
.relations_yun_list li .h3 {
  font-size: 24px;
  color: #211d1e;
  line-height: 1;
  position: relative;
}
.relations_yun_list li .h3 span {
  font-size: 48px;
  color: #614e45;
  margin: 0 10px;
}
.relations_yun_list li .h3 .icon-right {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -12px;
}
.relations_yun_list li .p {
  line-height: 24px;
  color: #8a8586;
  font-size: 16px;
  padding-top: 20px;
  height: 48px;
}
.relations_yun_list li a:hover {
  background-color: #2c5ede;
  color: #fff;
}
.relations_yun_list li a:hover .h3 {
  color: #fff;
}
.relations_yun_list li a:hover .h3 span {
  color: #fff;
}
.relations_yun_list li a:hover .p {
  color: #fff;
}
.relations_yun_list li a:hover .img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
}
.job {
}
.job_list {
}
.job_list li {
  border: 1px solid #ebe9ea;
  border-left: 3px solid #614e45;
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 20px;
}
.job_top {
  padding: 25px 0 15px 0;
  cursor: pointer;
}
.job_top .h3 {
  position: relative;
  line-height: 46px;
  height: 46px;
  margin-bottom: 10px;
  padding-right: 60px;
}
.job_top .h3 strong {
  font-size: 30px;
  color: #614e45;
  font-weight: normal;
  float: left;
}
.job_top .h3 em {
  float: right;
  font-size: 14px;
  color: #8a8586;
}
.job_top .h3 i {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 32px;
  color: #614e45;
}
.job_bottom {
  display: none;
  border-top: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 36px;
}
.job_bottom .p {
  padding: 30px 0;
}
.job_bottom .p strong {
  font-size: 18px;
  color: #614e45;
  font-weight: normal;
}
.job_bottom .o {
  font-size: 18px;
  line-height: 50px;
  padding-bottom: 30px;
}
.job_bottom .o span {
  float: left;
}
.mailto {
  color: #614e45;
}
.job_btn {
  float: right;
  width: 210px;
  height: 50px;
  display: block;
  background-color: #cdc5c7;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
}
.job_btn:hover {
  background-color: #614e45;
  color: #fff;
}
.job_bg {
  display: none;
  z-index: 2221;
  background-color: rgba(0, 0, 0, 0.4);
  *background: #000;
  *opacity: 0.4;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.job_box {
  display: none;
  z-index: 2222;
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  width: 782px;
  margin: -265px 0 0 -396px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px #614e45;
}
.job_box .pd {
  padding: 40px 120px 40px 120px;
  position: relative;
}
.job_box .h3 {
  font-size: 30px;
  padding: 0 0 20px 0;
  color: #614e45;
  font-weight: bold;
}
.job_box .p {
  font-size: 16px;
  line-height: 1.8;
}
.job_box .p li {
  padding-bottom: 20px;
  position: relative;
}
.job_box .p li p {
  font-size: 12px;
  color: #8a8586;
  padding-top: 15px;
}
.job_box .icon-guanbi {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  color: #614e45;
}
.iptjob_t1 {
  width: 500px;
  height: 48px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
}
.iptjob_t2 {
  width: 400px;
  float: left;
  height: 48px;
  border: 1px solid #dedede;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
}
.iptjob_b1 {
  width: 542px;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #211d1e;
  height: 50px;
  background: #d6b897;
  padding: 0 20px;
}
.iptjob_b1:hover {
  background: #614e45;
  color: #fff;
}
.iptjob_b2 {
  width: 120px;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  color: #211d1e;
  height: 50px;
  background: #ebe9ea;
  padding: 0 20px;
}
.partner {
}
.partner_tit {
  padding-bottom: 40px;
}
.partner_tit .img img {
  display: block;
  margin: 0 auto;
}
.partner_tit .text {
  display: none;
}
.partner_list {
  padding-top: 30px;
}
.partner_list .img1 {
  width: 100%;
  height: auto;
  display: block;
}
.partner_list .img2 {
  width: 100%;
  height: auto;
  display: none;
}
.partner_list ul {
  border-right: 1px solid #ebe9ea;
  border-bottom: 1px solid #ebe9ea;
}
.partner_list li {
  float: left;
  border-left: 1px solid #ebe9ea;
  border-top: 1px solid #ebe9ea;
  box-sizing: border-box;
  width: 20%;
}
.partner_list li img {
  width: 100%;
  height: auto;
}
/*上傳樣式*/
.upload-box {
  position: absolute;
  right: 0px;
  top: 0px;
  display: inline-block;
  height: 50px;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}
.upload-box .upload-btn {
  display: inline-block;
  height: 50px;
  zoom: 1;
  *display: inline;
}
.upload-box .upload-progress {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  width: 115px;
  height: 26px;
  border: 1px solid #d7d7d7;
  background: #fff;
  overflow: hidden;
}
.upload-box .upload-progress .txt {
  display: block;
  padding-right: 10px;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 18px;
  height: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.upload-box .upload-progress .bar {
  position: relative;
  display: block;
  width: 112px;
  height: 4px;
  border: 1px solid #1da76b;
}
.upload-box .upload-progress .bar b {
  display: block;
  width: 0%;
  height: 4px;
  font-weight: normal;
  text-indent: -99em;
  background: #28b779;
  overflow: hidden;
}
.upload-box .upload-progress .close {
  position: absolute;
  display: block;
  top: 1px;
  right: 1px;
  width: 14px;
  height: 14px;
  text-indent: -99em;
  background: url("../images/skin_icons.webp") -56px -196px no-repeat;
  cursor: pointer;
  overflow: hidden;
}
/*=====================以下部分是WebUploader必須的====================*/
.webuploader-container {
  position: relative;
}
.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.webuploader-pick {
  position: relative;
  display: inline-block;
  width: 98px;
  line-height: 48px;
  height: 48px;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  background: #fff;
  color: #333;
  text-align: center;
  overflow: hidden;
  zoom: 1;
  *display: inline;
}
.webuploader-pick-hover {
  background: #fafafa;
}
.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events: none;
}
/*.webuploader-pick{ background:url(../images/ipt_b3.webp) no-repeat 34px center #211d1e; position:absolute; right:0px; top:0px; height:50px; width:172px; text-align:center; line-height:50px; border:none; padding:0 0 0 37px; cursor:pointer; color:#fff; font-size:14px;}*/
/*=====================以上部分是WebUploader必須的====================*/
.iclaims {
  width: 50%;
  float: left;
  height: 860px;
  background: url("../images/icon4_fl.jpg") no-repeat;
}
.iclaims .pd {
  padding: 40px 0 0 0;
  width: 590px;
  margin: 0 auto;
}
.tit2 {
  padding-top: 130px;
  margin-bottom: 50px;
  background: url("../images/tit2_1.webp") no-repeat bottom left;
}
.tit2 .em {
  font-size: 36px;
  color: #333333;
  line-height: 1;
}
.tit2 .em em {
  display: none;
}
.iclaims_con {
}
.iclaims_con .h3 {
  color: #614e45;
}
.iclaims_con .p {
  font-size: 14px;
  padding-top: 10px;
  line-height: 36px;
  margin-bottom: 40px;
}
.iclaims_con .m a {
  display: block;
  padding-left: 64px;
  width: 260px;
  height: 52px;
  border: 2px solid #817376;
  background: none;
  border-radius: 3px;
  line-height: 52px;
  font-size: 18px;
  background: url("../images/iclaims_con.webp") no-repeat 30px 0px;
}
.iclaims_con .m a:hover {
  border: 2px solid #614e45;
  background-position: 30px -56px;
}
.iproject .tit2 {
  background: url("../images/tit2_3.webp") no-repeat bottom left;
}
.iproject .tit2 .em {
  color: #fff;
  line-height: 1;
}
.BMap_cpyCtrl,
.anchorBL,
.BMap_omCtrl,
.BMap_stdMpCtrl {
  display: none !important;
}
.contact_con {
  /* background: #fff; */
  padding-bottom: 60px;
}
.contact_ewm {
  width: 100%;
  margin: 0 auto 20px;
  padding: 30px 0 50px;
  text-align: center;
  font-size: 18px;
  background: url(../images/bg_line.webp) no-repeat bottom center;
  background-size: auto 35px;
}
.contact_ewm li {
  width: 50%;
  float: left;
  text-align: center;
}
.contact_ewm li .img {
  width: 150px;
  margin: 0 auto;
}
.contact_ewm li .img img {
  width: 100%;
  height: auto;
}
.contact_ewm li .text {
  padding: 10px 0;
  font-size: 15px;
}
.contact_text {
  text-align: center;
  color: #211d1e;
}
.contact_text .h3 {
  font-size: 24px;
  font-weight: bold;
  color: #614e45;
}
.contact_text .em {
  font-size: 30px;
  line-height: 36px;
  color: #614e45;
  font-family:
    Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.contact_text .p {
  font-size: 16px;
  line-height: 34px;
  padding-top: 15px;
}
.contact_text .p span {
  display: block;
}
.contact_text .p strong {
  font-weight: bold;
}
.case_info {
  width: 864px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
.case_info .h1 {
  font-size: 30px;
  color: #614e45;
  padding: 0 0 15px 0;
}
.case_info .img {
  margin-bottom: 30px;
}
.case_info .img img {
  width: auto;
  display: block;
  margin: 0 auto;
  height: 576px;
}
.case_info .text {
}
.case_info .text img {
  padding-bottom: 20px;
  max-width: 100%;
}
.case_info .text ul {
  border-left: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
.case_info .text li {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 20px;
}
.case_info .text li strong {
  color: #614e45;
}
.case_info .m {
  padding: 30px 0 0 0;
}
.case_info .m a {
  display: block;
  width: 140px;
  margin: 0 auto;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #614e45;
  color: #fff;
}
.case_info table {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  width: 100% !important;
  height: auto !important;
}
.case_info tr td {
  border: 1px solid #e8e8e8;
  padding: 8px 10px;
}
.case_info table span {
  white-space: inherit !important;
}
.honor_bg {
  display: none;
  z-index: 2221;
  background-color: rgba(0, 0, 0, 0.4);
  *background: #000;
  *opacity: 0.4;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.honor_box {
  display: none;
  z-index: 2222;
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  width: 640px;
  margin: -320px 0 0 -320px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px #614e45;
}
.honor_box .img img {
  width: 100%;
  height: auto;
}
.honor_box .pd {
  padding: 15px;
}
.honor_box .icon-guanbi {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  color: #000;
}
.anchor {
  position: absolute;
  top: -90px;
  visibility: hidden;
}
.code_img {
  width: 120px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.case_info .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  padding: 0px;
  line-height: 1;
  z-index: 9;
  text-align: center;
  cursor: pointer;
  background: none;
  color: #fff;
  border: none;
  width: 90px;
  text-align: center;
  font-family: "iconfont" !important;
  font-size: 90px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /*-webkit-text-stroke-width: 0.2px;*/
  -moz-osx-font-smoothing: grayscale;
}
.case_info .slick-prev {
  left: 0px;
  opacity: 0.6;
}
.case_info .slick-next {
  right: 0px;
  opacity: 0.6;
}
.case_info .slick-prev:before {
  content: "\e605";
  text-shadow: 0 0 3px #666;
}
.case_info .slick-next:before {
  content: "\e609";
  text-shadow: 0 0 3px #666;
}
.case_info .slick-prev:hover {
  left: 0px;
  opacity: 1;
}
.case_info .slick-next:hover {
  right: 0px;
  opacity: 1;
}
.case_info .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 8;
  margin-left: -43px;
}
.case_info .slick-dots li {
  float: left;
  margin: 0 5px;
}
.case_info .slick-dots li button {
  background: url("../images/banner_ico.webp") no-repeat -40px 0;
  float: left;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  border: none;
  text-indent: -999px;
  overflow: hidden;
}
.case_info .slick-dots li.slick-active button {
  background-position: 0 0;
}
.business_info {
  width: 1200px;
  margin: 0 auto;
}
.business_info_top {
  background: url("../images/business_info_bg.webp") repeat;
  margin-bottom: 20px;
}
.business_info_top .img {
  float: left;
  width: 61.6666%;
  height: 223px;
  overflow: hidden;
}
.business_info_top .img img {
}
.business_info_top .text {
  margin-left: 61.6666%;
  padding: 0 62px;
}
.business_info_top .text h3 {
  font-size: 36px;
  color: #614e45;
  padding-top: 30px;
}
.business_info_top .text p {
  font-size: 48px;
  line-height: 1.1;
  color: #cecdcd;
}
.business_info_con {
  background: #fff;
  padding: 45px;
}
.business_info_con li {
  float: left;
  width: 50%;
  padding-bottom: 60px;
}
.business_info_con li .img {
  float: left;
  width: 154px;
  height: 154px;
  border: 1px solid #614e45;
}
.business_info_con li .text {
  margin-left: 156px;
  padding: 0 20px;
}
.business_info_con li .text h3 {
  font-size: 24px;
  color: #211d1e;
  padding-bottom: 20px;
  line-height: 1;
}
.business_info_con li .text p {
  font-size: 16px;
  line-height: 36px;
  color: #333333;
}
.business_info_con li .text p strong {
  /* color:#614E45;*/
  font-weight: normal;
}
.business_info_con li .text p span {
  /* color:#614E45; margin-right:8px;*/
}
.business_info_bottom {
  padding-top: 30px;
}
.business_info_bottom .back {
  width: 128px;
  border: 1px solid #614e45;
  color: #614e45;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 46px;
  line-height: 46px;
}
.business_info_bottom .back:hover {
  background-color: #614e45;
  color: #fff;
}
/**/
@media screen and (max-width: 1680px) {
  .wp {
    max-width: 1440px;
  }
  .ibusiness .single-item {
    padding: 0 100px 60px 100px;
  }
  .ibusiness .li {
    width: 326px;
    height: 326px;
    background-size: 652px 326px;
    background-position: -326px 0;
  }
  .ibusiness .li .i {
    padding-top: 102px;
    font-size: 43px;
  }
  .ibusiness .li .i span {
    font-size: 32px;
  }
  .ibusiness .li .em {
    font-size: 24px;
  }
  .ibusiness .li .p {
    font-size: 18px;
  }
  /*.ibusiness .li{-webkit-transform:scale(0.8);transform:scale(0.8); *zoom:0.8;zoom:0.8 \9;-webkit-transform-origin:25% center;transform-origin:25% center;}*/
  /*內頁*/
  .structure_top .img {
    width: 40%;
  }
  .structure_top .text {
    margin-left: 40%;
    padding-left: 20px;
  }
  .business_list .text {
    padding: 30px 100px 0 100px;
  }
}
@media screen and (max-width: 1600px) {
  .wp {
    max-width: 1366px;
  }
  .structure_bottom img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  .wp {
    max-width: 1360px;
  }
  .footer_list li .h3 em {
    font-size: 14px;
  }
  /*內頁*/
  .about,
  .speech,
  .structure,
  .culture,
  .honor,
  .news_info,
  .case,
  .relations_yun_list,
  .job,
  .partner {
    margin: 0 100px;
  }
  .home_aboutus,
  .aboutus,
  .franchiseBoxTxt {
    margin: 0;
  }
}
@media screen and (max-width: 1366px) {
  .business_info {
    width: auto;
  }
  .wp {
    max-width: 1280px;
  }
  .ipt_t1 {
    width: 115px;
  }
  .ipt_b1 {
    width: 75px;
  }
  .business_info {
    width: auto;
  }
  /*內頁*/
  .about,
  .speech,
  .structure,
  .culture,
  .honor,
  .news_info,
  .case,
  .relations_yun_list,
  .job,
  .partner {
    margin: 0 50px;
  }
  .home_aboutus,
  .aboutus,
  .franchiseBoxTxt {
    margin: 0;
  }
  .business_list .text .em i {
    font-size: 60px;
  }
  .business_list .text {
    padding: 20px 50px 0 50px;
  }
  .relations .img img {
    max-width: 100%;
  }
  .contact_map #map {
    height: 400px;
  }
}
@media screen and (max-width: 1360px) {
  .wp {
    max-width: 1200px;
  }
}
@media (max-width: 1320px) {
  .foodArea .contentBox {
    left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .icon2 {
    height: auto;
  }
  .icon3 {
    height: auto;
  }
  .wp {
    max-width: 1152px;
  }
  .page_about {
    margin: 0;
    background: url(../images/bg_about.webp) no-repeat top left 35%;
  }
  .login_form ul {
    display: none;
  }
  .login_form_bar {
    display: block;
    font-size: 26px;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    border-radius: 5px;
  }
  .login_form_bar:hover {
    background: #000;
    color: #fff;
  }
  .icase .single-item {
    padding: 0 60px 60px 60px;
    margin: 0 20px;
  }
  .icase .slick-arrow {
  }
  .icase .li {
    width: 95%;
  }
  .icase .slick-arrow {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    *zoom: 0.5;
    zoom: 0.5 \9;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .icase .slick-next {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .icase .slick-dots {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    *zoom: 0.8;
    zoom: 0.8 \9;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: 20px;
  }
  .ibusiness .single-item {
    padding: 0 100px 60px 100px;
  }
  .ibusiness .li {
    width: 244px;
    height: 244px;
    background-size: 488px 244px;
    background-position: -244px 0;
  }
  .ibusiness .li .i {
    padding-top: 74px;
    font-size: 32px;
  }
  .ibusiness .li .i span {
    font-size: 18px;
  }
  .ibusiness .li .em {
    font-size: 18px;
  }
  .ibusiness .li .p {
    font-size: 14px;
  }
  .ibusiness .single-item {
    padding: 0 60px 60px 60px;
    margin: 0 20px;
  }
  .ibusiness .slick-arrow {
  }
  .ibusiness .slick-arrow {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    *zoom: 0.5;
    zoom: 0.5 \9;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .ibusiness .slick-next {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .ibusiness .slick-dots {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    *zoom: 0.8;
    zoom: 0.8 \9;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: 20px;
  }
  .footer_nav li.lishow {
    display: block;
  }
  .footer_nav li.lihide {
    display: block;
  }
  /*內頁*/
  .about,
  .speech,
  .structure,
  .culture,
  .honor,
  .news_info,
  .case,
  .relations_yun_list,
  .job,
  .partner {
    margin: 0px;
  }
  .iclaims {
    width: auto;
    float: none;
    background-size: 100% auto;
  }
  .iclaims {
    height: auto;
  }
  .footer_list .tit1,
  .iproject .tit1 {
    padding: 0;
  }
  .footer_list .pd,
  .iproject .pd,
  .iclaims .pd {
    padding: 40px 0;
  }
  .tit2 {
    padding-top: 100px;
  }
  .case_info .single-item {
  }
  .case_info .slick-arrow {
  }
  .case_info .slick-arrow {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    *zoom: 0.5;
    zoom: 0.5 \9;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .case_info .slick-next {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .case_info .slick-dots {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    *zoom: 0.8;
    zoom: 0.8 \9;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: 20px;
  }
  .pro_Txt {
    width: 60vw;
  }
}
@media screen and (max-width: 1180px) {
  .foodArea {
    padding-bottom: 90px;
  }
  .foodArea .contentBox {
    top: 30px;
  }
  .foodArea .foodList-left {
    display: none;
  }
  .foodArea .foodList-right {
    display: none;
    left: calc(50% + 340px);
  }
  .foodArea .foodList-center {
    width: 600px;
    height: 600px;
    margin: 0;
    margin-left: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1152px) {
  .wp {
    max-width: 980px;
  }
  .login_top {
    width: 125px;
  }
  .login_language {
    right: 145px;
  }
  /*內頁*/
  .about_fl {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .about_fl img {
    display: none;
  }
  .about_fr {
    margin: 0px;
    padding: 20px 0px 0px 0px;
  }
  .about_fr .p strong {
    font-size: 18px;
  }
  .speech_fr {
    padding-right: 40px;
  }
  .structure_top .img {
    width: auto;
    float: none;
    padding-bottom: 20px;
    display: none;
  }
  .structure_top .img img {
    width: 100%;
    height: auto;
  }
  .structure_top .text {
    margin: 0px;
    padding: 0px;
  }
  .business_list li {
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .business_list .text {
    padding: 20px 20px 0 20px;
  }
  .business_list .text .h3 {
    font-size: 24px;
  }
  .business_list .text .em i {
    font-size: 34px;
  }
  .business_list .text .em {
    font-size: 18px;
  }
  .business_info_top .text {
    padding: 0 30px;
  }
  .business_info_con li {
    width: auto;
    float: none;
    padding-bottom: 40px;
  }
  .business_info_con li .text {
    padding: 0 0 0 20px;
  }
  .franchiseBox .item .Txt h3 {
    font-size: 20px;
  }
  .franchiseBox .item .Txt h3 i {
    font-size: 30px;
  }
  .franchiseBox .item .Txt h3 i:after {
    width: 45px;
    height: 45px;
  }
  .franchiseBox .item .Txt h3 b {
    font-size: 24px;
  }
}
@media screen and (max-width: 1080px) {
  .news_info .p .franchise_containter .item .sTxt {
    width: 100%;
  }
  .news_info .p .franchise_containter .item .Img {
    width: 100%;
  }
  .news_info .p .franchise_containter .item .item_s {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news_info .p .franchise_containter .item .sTxt {
    margin-right: 0;
  }
  .news_info .p .franchise_containter .item:nth-of-type(odd) .sTxt {
    margin-right: 0;
  }
  .news_info .p .franchise_containter .item .Img img {
    width: 100%;
  }
  .news_info .p .franchise_containter .item:nth-of-type(odd) .Img {
    margin-left: 45px;
    width: calc(100% - 45px);
  }
  .news_info .p .franchise_containter .item:nth-of-type(even) .Img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 45px;
    width: calc(100% - 45px);
  }
  .news_info .p .franchise_containter .item:nth-of-type(even) .sTxt {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 1000px) {
  .pagebanner .Txt .title {
    font-size: 24px;
  }
  .pagebanner .Txt .title::before,
  .pagebanner .Txt .title::after {
    width: 40px;
    height: 36px;
    left: -39px;
  }
  .pagebanner .Txt .title::after {
    left: auto;
    right: -39px;
    height: 38px;
    top: -1px;
  }
  .pagebanner .Txt .textBox p,
  .pagebanner .Txt .textBox p span {
    font-size: 16px;
  }
  .pagebanner .Txt {
    top: 70%;
  }
  .franchiseBox .item {
    padding: 50px 7% 15%;
  }
  /*加盟流程*/
  .news_info .p .franchise_containter.process .item .stepArea .Img:before {
    width: 140px;
    height: 140px;
  }
  .news_info .p .franchise_containter.process .item ul li::before {
    width: 13px;
    height: 20px;
    right: calc(0% - 6.5px);
    top: calc(50% - 10px);
  }
  .news_info .p .franchise_containter.process .item .stepArea .Img {
    max-width: 140px;
    max-height: 140px;
    width: 140px;
    padding: 15%;
  }
  .news_info .p .franchise_containter.process .item .stepArea .Txt .title a {
    padding: 20px 15px 10px;
  }
}
@media screen and (max-width: 960px) {
  .foodArea .centerBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .foodArea .contentBox {
    position: relative;
    bottom: 0px;
    top: auto;
    height: auto;
    padding: 30px 20px 10px 20px;
    margin: 0 auto;
  }
  .foodArea .contentBox .contentList {
    padding-bottom: 50px;
  }
  .foodArea .contentBox .switchBtn {
    bottom: auto;
    bottom: 10px;
    right: 10px;
  }
  .foodArea .foodList-center {
    padding-top: 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .menu li a {
    padding: 0 0px;
  }
  .menu ul li:nth-child(3) {
    margin-right: 80px;
  }
  .menu ul li:nth-child(4) {
    margin-left: 80px;
  }
  .header_wp:before {
    width: 170px;
  }
  .header_wp:after {
    width: 185px;
  }
  .menu li {
    width: calc((100% - 160px) / 6);
  }
}
@media screen and (max-width: 768px) {
  .bg {
    margin-top: 70px;
    padding: 50px 0 0;
    min-height: calc(100vh - 365px);
  }
  .wp {
    width: auto;
  }
  .lang_img {
    position: relative;
    margin-bottom: 10px;
  }
  .lang_img .container {
    text-align: center;
    justify-content: center;
  }
  .menu {
    display: none;
    position: fixed;
    height: calc(100% - 70px);
    left: 0px;
    top: 70px;
    right: 0px;
    padding: 50px 0 0;
    background-color: #f2ebe5;
    background: url(../images/bg_brown.webp);
  }
  .menu ul {
    padding: 0px;
  }
  .menu ul li {
    display: block;
    width: 100%;
  }
  .menu ul li:nth-child(3) {
    margin-right: 0px;
  }
  .menu ul li:nth-child(4) {
    margin-left: 0px;
  }
  .menu ul li a {
    height: 40px;
    line-height: 40px;
    margin-right: 40px;
    margin-left: 40px;
  }
  body.leng_en .nav .sub li a {
    padding: 10px 10px;
    font-size: 14px;
    white-space: normal;
    text-align: center;
  }
  body.leng_en .menu ul li a {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-link {
    display: block;
  }
  .menu .nav li:hover .sub {
    display: none;
  }
  .menu .nav li .sub:hover {
    display: block;
    z-index: 10;
  }
  .nav .sub.curr,
  .menu .nav li:hover .sub.curr {
    display: block;
    position: relative;
    top: 0;
  }
  .menu li .sub-arrow {
    top: 12px;
    right: 5px;
    z-index: 999;
    cursor: pointer;
  }
  .login_top {
    right: 50px;
  }
  .login_language {
    right: 195px;
  }
  .footer_logo img {
    width: 50px;
  }
  .footer_list {
    width: 100%;
    margin: 10px 0;
  }
  .footer_list ul {
    margin: 0 auto;
  }
  .footer_links {
    justify-content: center;
    margin-top: 10px;
  }
  .footer_nav {
    width: 100%;
    justify-content: center;
  }
  .iproject {
    width: 100%;
  }
  .explain_box {
    width: 80%;
    margin: -166px 0 0 -40%;
  }
  .page_con {
    padding: 0px 0 0px 0;
  }
  .crumbs {
    font-size: 12px;
    padding: 0 5px;
    line-height: 1;
    margin-top: 13px;
  }
  .crumbs img {
    width: 19px;
  }
  .footer_list li .iconfont {
    top: 2px;
    line-height: 45px;
    font-size: 30px;
  }
  .footer_list li .h3 {
    font-size: 15px;
    line-height: 15px;
  }
  .footer_list li .h3 span {
    font-size: 15px;
  }
  .footer_list li .p {
    font-size: 13px;
  }
  .pagebanner .Txt .title {
    font-size: 16px;
    letter-spacing: 0px;
  }
  body.leng_en .pagebanner .Txt .title {
    font-size: 12px;
    min-height: 24px;
  }
  .pagebanner .Txt .title::before,
  .pagebanner .Txt .title::after {
    width: 25px;
    height: 24px;
    left: -24px;
  }
  .pagebanner .Txt .title::after {
    left: auto;
    right: -24px;
    height: 26px;
    top: -1px;
  }
  .pagebanner .Txt .underLine {
    margin-bottom: 2px;
  }
  .pagebanner .Txt .textBox p,
  .pagebanner .Txt .textBox p span {
    display: none;
  }
  /*內頁*/
  .iclaims {
    width: auto;
    float: none;
    background-size: cover;
    height: auto;
  }
  .iclaims .pd {
    padding: 20px 0 40px 0;
  }
  .page_about {
    background: url(../images/bg_about.webp) no-repeat top left 50%;
    padding-bottom: 30%;
  }
  .img_abouticon {
  }
  .img_abouticon img {
    width: 70px;
    margin-left: -15px;
  }
  .pagebanner {
    overflow: hidden;
  }
  .case_info {
    width: auto;
  }
  .partner_list .img1 {
    width: 100%;
    height: auto;
    display: none;
  }
  .partner_list .img2 {
    width: 100%;
    height: auto;
    display: block;
  }
  .about_fl .video_box,
  .video_list {
    width: auto;
  }
  .about_fl .video_box {
    padding: 10px 10px 0 10px;
  }
  .about_fl .video_list {
    padding: 5px 10px 0 10px;
  }
  .case_title.pagebanner .h3 .h1 {
    margin-bottom: 10px;
  }
  .case_title.pagebanner {
    height: 150px;
  }
  .service.news_info .p .item {
    padding: 30px 20px 20px;
  }
  .news_info .p h3 {
    font-size: 24px;
  }
  .news_info .h3,
  .contact .h3,
  .case .h1 .h3,
  .news .h3 {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 8.2px;
    background-size: auto 100%;
  }
  body.leng_en .page_con .h3 {
    min-width: 139px;
  }
  body.leng_en .page_con .h3.h3_en,
  body.leng_en .page_con .h3.h3_en2 {
    min-width: auto;
    line-height: 1;
    height: 54px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 264px;
  }
  .page_con .h3::before {
    width: 32px;
    height: 32px;
    right: -2px;
    background-size: 100% 100%;
    background-position: right center;
  }
  body.leng_en .page_con .h3::before {
    background-size: auto 34px;
    top: 1px;
  }
  body.leng_en .page_con .h3.h3_en::before,
  body.leng_en .page_con .h3.h3_en2::before {
    background-size: auto 54px;
    height: 54px;
    top: 0;
  }
  body.leng_en .page_con .h3::after {
    background-size: auto 34px;
    height: 32px;
    top: 0;
  }
  body.leng_en .page_con .h3.h3_en::after,
  body.leng_en .page_con .h3.h3_en2::after {
    background-size: auto 54px;
    height: 54px;
    top: 0;
  }
  .page_con .h3 span {
    left: 6px;
    top: -1px;
  }
  /* .news_info .h3::before {
    width: 150px;
    height: 45px;
    background-size: auto 45px;
} */
  .news_info .p .t_center {
    font-size: 18px;
  }
  .news_info .p p {
    font-size: 16px;
  }
  .news_info .p .item .Img {
    width: 100%;
    max-width: 563px;
    margin: 0 auto;
  }
  .news_info .p .item .Txt {
    width: 100%;
    padding-left: 0%;
  }
  .news_info .p .item .Img span {
    width: 80%;
  }
  .news_info .p .item .Img::after {
    right: calc(10% - 6px);
  }
  .about_box {
    width: 100%;
    margin-left: 0%;
  }
  .page_about .p .about_box p {
    font-size: 16px;
  }
  /*最新消息*/
  .news_list .text {
    padding: 30px 25px 30px 45px;
    margin: 30px 0;
    position: relative;
  }
  .news_list .text::before {
    width: 25px;
  }
  .news_list .text::after {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
  .news_list .text .title {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0px 0 30px;
  }
  .dateDisplay {
    padding: 14px 4px 12px;
  }
  .page_news .date_d {
    font-size: 22px;
    margin-top: 5px;
    padding-top: 25px;
  }
  .bottom_link {
    text-align: center;
  }
  .bottom_link a {
    padding: 5px 20px;
    font-size: 14px;
  }
  .news_list .text h2,
  .news_list .text h2 p,
  .news_list .text h2 span {
    margin: 0px 0 20px;
    font-size: 25px !important;
  }
  .news_list .text table tr:first-child td p,
  .news_list .text table tr:first-child td p span {
    font-size: 14px !important;
  }
  .news_list .text table tr td p,
  .news_list .text table tr td p span {
    font-size: 14px !important;
  }
  .news_list .text table tr td {
    font-size: 14px !important;
    padding: 5px 2px !important;
  }
  .news_list .text p,
  .news_list .text p span {
    font-size: 16px !important;
  }
  /*首頁加入*/
  .Txt_location {
    flex-direction: column;
    padding: 20% 5% 0;
    background-size: auto 100%;
  }
  .Txt_location::before {
    background-size: auto 100%;
  }
  .Txt_location .Img1 img {
    width: 80%;
  }
  .Txt_location > div {
    width: 100%;
    text-align: center;
  }
  .Txt_location .Img2 img.imgpoint {
    width: 20vw;
    margin-bottom: 40px;
  }
  .franchiseBox .item .Txt h3 i {
    font-size: 24px;
  }
  .franchiseBox .item .Txt h3 i:after {
    width: 40px;
    height: 40px;
  }
  .franchiseBox .item .Txt h3::before {
    height: 112px;
  }
  .franchiseBox .item .Txt h3 b {
    font-size: 18px;
    display: flex;
  }
  .franchiseBox .item {
    width: calc(100% - 50px);
    padding: 25px 7% 5%;
    background-color: rgba(200, 200, 200, 0.7);
  }
  .franchiseBox .item .Txt h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .franchiseBox .item .Txt {
    font-size: 16px;
  }
  .franchiseBox .item .Txt h3 {
    font-size: 18px;
    margin: 30px 0;
  }
  .franchiseBox .item .Txt h3 span {
    padding: 10px 5px;
  }
  .franchiseBox .item .Txt .m {
    position: relative;
    bottom: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 151px;
  }
  .franchiseBox::before {
    width: 40px;
    height: 76px;
    left: 5px;
  }
  .franchiseBox .item .Txt .m span {
    font-size: 16px;
  }
  body.leng_en .franchiseBox .item .Txt .m span {
    font-size: 13px;
  }
  body.leng_en .franchiseBox .item .Txt .m span a {
    font-size: 15px;
  }
  .news_info .p .franchise_containter .item h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .news_info .p .franchise_containter .item p {
    font-size: 16px;
  }
  .news_info .p .franchise_containter .item .decoTitle {
    font-size: 15px;
  }
  .news_info .p .franchise_containter .item .item_s {
    background-size: auto 25px;
  }
  /*加盟流程*/
  .news_info .p .franchise_containter.process .item .stepArea .stepBox ul li {
    width: 50%;
    margin-bottom: 140px;
  }
  .news_info .p .franchise_containter.process .item .stepArea .stepBox ul {
    max-width: 450px;
    margin: 0 auto;
  }
  .news_info .p .franchise_containter.process .item .stepArea .Txt .title a {
    font-size: 16px;
    padding: 10px 15px 10px;
  }
  .news_info .p .franchise_containter.process .item .stepArea .Txt .title {
    top: 140px;
  }
  .news_info .p .franchise_containter.process .item ul li::before {
    top: calc(98% - 10px);
  }
  .news_info .p .franchise_containter.process .item .stepArea .Txt .num {
    font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 22px;
  }
  .news_info .p .franchise_containter.process .item .stepArea .Txt .stepNum {
    margin-top: 5%;
    width: 24px;
    height: 24px;
  }
  /*QA*/
  .qaBox {
    font-size: 16px;
  }
  .icon_q {
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 21px;
    margin-right: 8px;
  }
  .icon_a {
    width: 28px;
    height: 28px;
    font-size: 20px;
    line-height: 21px;
    margin-right: 8px;
    margin-left: -36px;
  }
  .answer {
    display: block !important;
    padding: 15px 15px 15px 46px;
  }
  /**/
  .pro_Txt {
    position: relative;
    top: 30px;
    left: 0;
    width: 85vw;
  }
  .productBox .pagecon::before {
    display: none;
  }
  .wp.product_list {
    padding: 0 20px;
  }
  /* .pro_listImg .slick-slide{
	height: 100vw;
} */
  .pro_listImg .slick-slide a {
    top: 0px;
  }
  .pro_listImg .slick-slide.slick-current.slick-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    max-height: 100vw;
    height: auto;
  }
  .pro_listImg .slick-dots {
    position: relative;
    bottom: 0px;
  }
  .pro_listImg .slick-dots li button,
  .pro_detailsImg .slick-dots li button {
    position: absolute;
    bottom: -40px;
  }
  .wp.product_list {
    padding: 0 20px 50px;
  }
  .pro_detailBox {
    flex-direction: column;
  }
  .pro_detailBox .item.slick-slide {
    width: 100%;
  }
  .pro_detailBox .item.slick-slide img {
    width: 100%;
  }
  .pro_detailBox .slick-slide img {
    display: block;
    width: 100%;
  }
  .pro_detailBox .slick-dots {
    position: relative;
    bottom: 0px;
  }
  .pro_detailBox .slick-dots li button {
    bottom: 0;
  }
  .pro_detail_left,
  .pro_detail_rgiht {
    width: 100%;
  }
  .pro_listImg .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100vw;
  }
  .pro_listImg .slick-slide {
    margin: 0px 0 0;
  }
  .foodArea .foodList-center .Img img {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .foodArea .deck06,
  .foodArea .deck07 {
    display: none;
  }
  .foodArea .foodList-center {
    width: 100%;
    height: auto;
  }
  .foodArea .classBox {
    top: 0;
    left: 0;
    width: 100%;
  }
  .foodArea .classBox .titleBox h2 {
    display: block;
  }
  .foodArea .contentBox {
    position: relative;
    top: 45px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .foodArea {
    padding-bottom: 30px;
  }
  .foodArea .contentBox {
    width: 100%;
  }
  .foodArea .contentBox .contentList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .foodArea .contentBox .contentList .Img {
    margin-bottom: 10px;
  }
  .foodArea .contentBox .contentList .Img img {
    margin: 0 auto;
  }
  .news_info .p .franchise_containter .item .decoTitle {
    position: static;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    padding: 10px 0;
    margin-bottom: 15px;
    transform: rotate(0deg);
  }
  .news_info .p .franchise_containter .item:nth-of-type(odd) .sTxt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news_info .p .franchise_containter .item:nth-of-type(even) .sTxt {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news_info .p .franchise_containter .item:nth-of-type(even) .Img {
    margin-top: 20px;
  }
  /*加盟流程*/
  .news_info .p .franchise_containter.process .item .stepArea .Img {
    max-width: 100px;
    max-height: 100px;
    width: 100px;
    padding: 15%;
  }
  .news_info .p .franchise_containter.process .item .stepArea .Img:before {
    width: 100px;
    height: 100px;
  }
  .news_info .p .franchise_containter.process .item .stepArea .stepBox ul li {
    margin-bottom: 100px;
  }
  .news_info .p .franchise_containter.process .item .stepArea .Txt .title {
    top: 100px;
  }
}
@media screen and (max-width: 380px) {
  .aboutArea .item .Img {
    -webkit-transform: translateY(65%);
    -ms-transform: translateY(65%);
    transform: translateY(65%);
  }
  .foodArea .classBox {
    padding: 35px 20px;
  }
  .foodArea .contentBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .foodArea .contentBox .switchBtn {
    right: 40px;
  }
}
@media screen and (max-width: 980px) {
  .tit1 .p strong {
    font-size: 18px;
    line-height: 1.5;
  }
  /*內頁*/
  .speech_fl {
    display: none;
  }
  .speech_fr {
    margin: 0px;
    padding: 0px;
  }
  .culture_fl {
    float: none;
  }
  .culture_fl .img {
    display: none;
  }
  .culture_fr {
    margin: 0px;
  }
  .culture_fr img {
    width: auto;
    display: block;
    margin: 0 auto;
  }
  .honor {
    padding: 0px;
  }
  .honor .about_tit {
    margin-bottom: 40px;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .news_list li {
    width: 50%;
  }
  .business_list li {
    padding: 15px;
  }
  .business_list .text {
    padding: 15px 15px 0 15px;
  }
  .business_list .text .p {
    line-height: 1.5;
  }
  .case_list li .text {
    padding: 30px;
  }
  .case_list ul {
    margin: 0 -5px;
  }
  .case_list li {
    padding: 0 5px;
  }
  .case_list li .h3 {
    font-size: 24px;
  }
  .case_list li .p {
    height: auto;
  }
  .relations_yun_list li .text {
    padding: 30px;
  }
  .relations_yun_list ul {
    margin: 0 -5px;
  }
  .relations_yun_list li {
    padding: 0 5px;
  }
  .relations_yun_list li .h3 {
    font-size: 24px;
  }
  .relations_yun_list li .p {
    height: auto;
  }
  .news_list li.clearfix {
    display: block;
  }
  .case_info .img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: auto;
  }
  .case_tit2 {
  }
  .case_tit2 ul {
    width: auto !important;
  }
  .case_tit2 li {
    width: 20%;
    box-sizing: border-box;
  }
  .case_tit2 li a {
    width: auto;
  }
}
@media screen and (max-width: 860px) {
  .business_list .img {
    width: auto;
    float: none !important;
  }
  .business_list .text {
    margin: 0px !important;
    padding: 20px;
  }
  .job_top {
    padding: 15px 0;
  }
  .job_top .h3 {
    padding-right: 30px;
  }
  .job_top .h3 strong {
    font-size: 18px;
  }
  .job_top .h3 i {
    font-size: 24px;
  }
  /*內頁*/
  .job_box {
    position: fixed;
    _position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    width: auto;
  }
  .iptjob_t1 {
    width: 100%;
    box-sizing: border-box;
  }
  .iptjob_b2 {
    box-sizing: border-box;
  }
  .iptjob_b1 {
    width: 100%;
    box-sizing: border-box;
  }
  .about_fl .video_box,
  .video_list {
    width: 90%;
  }
  .business_info_top .img {
    float: none;
    width: auto;
    height: auto;
  }
  .business_info_top .img img {
    width: 100%;
    height: auto;
  }
  .business_info_top .text {
    margin-left: 0px;
    padding: 20px 30px;
  }
  .business_info_top .text h3 {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 70px;
  }
  .header {
    height: 70px;
  }
  .header_wp {
    margin: 0 10px;
    height: 70px;
  }
  .header_wp:before {
    height: 130px;
  }
  .header_wp:after {
    height: 140px;
  }
  .logo img {
    width: 70px;
  }
  .ibanner .slick-slide .heading-title {
    font-size: 14px;
    width: 90%;
    top: 45%;
    left: 5%;
  }
  .ibanner .slick-arrow {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    *zoom: 0.5;
    zoom: 0.5 \9;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  .ibanner .slick-next {
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  .ibanner .slick-dots {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    *zoom: 0.5;
    zoom: 0.5 \9;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    bottom: 20px;
    width: auto;
  }
  .tit1 .m a,
  .tit2 .m a {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
  .home_aboutus .tit1 {
    padding: 30px 0 0;
  }
  .home_aboutus .tit2 {
    padding: 30px 0px;
  }
  .home_aboutus .tit2 .p .item .Img {
    margin: 0 auto 20px;
  }
  .home_aboutus .tit2 .p .item .Txt::before {
    background-size: auto 80%;
    font-size: 20px;
    padding: 0px 35px;
    left: calc(50% - 115px);
  }
  .home_aboutus .titimgbar .line {
    width: 200px;
    height: 20px;
    top: -7px;
    left: calc(50% - 100px);
  }
  .home_aboutus .p .line img {
    height: 25px;
  }
  .titimgbar {
    height: 150px;
  }
  .titimgbar .txt {
    font-size: 16px;
  }
  .tit1 .p {
    line-height: 1.5;
  }
  .tit1 .p span {
    display: inline;
  }
  .tit1 .p strong {
    font-size: inherit;
  }
  .ibusiness .single-item {
    padding: 0 100px 60px 100px;
  }
  .tit1 .h1 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .tit1 .h1 b {
    font-size: 24px;
  }
  .ibusiness .li {
    width: 408px;
    height: 408px;
    background-size: 816px 408px;
    background-position: -408px 0;
  }
  .ibusiness .li .i {
    padding-top: 130px;
    font-size: 54px;
  }
  .ibusiness .li .i span {
    font-size: 40px;
  }
  .ibusiness .li .em {
    font-size: 30px;
  }
  .ibusiness .li .p {
    font-size: 22px;
  }
  .footer_nav li.h3 a {
    line-height: 30px;
    font-size: 14px;
  }
  .footer_nav ul.last {
    padding: 0px;
  }
  .footer_asidelink > ul > li.companylink {
    width: 55px;
    height: 55px;
    font-size: 12px;
    margin-left: -15px;
  }
  body.leng_en .footer_asidelink > ul > li.companylink {
    font-size: 11px;
  }
  /*內頁*/
  .subnva ul {
    width: auto !important;
  }
  .subnva ul.ul1 {
    display: block;
  }
  .subnva li {
    width: 50%;
    height: 40px;
  }
  body.leng_en .subnva li {
    height: auto;
  }
  .subnva li a {
    float: none;
    display: block;
    padding: 0px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  body.leng_en .subnva li a {
    height: auto;
    line-height: 18px;
    padding: 10px 5px;
  }
  .subnva li span {
    display: none;
  }
  .subnva_4 li {
    width: 25%;
  }
  .subnva_3 li {
    width: 33.3%;
  }
  .about_fl {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .about_fr {
    margin-left: 0px;
    padding-left: 0px;
  }
  .speech_fl {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .speech_fr {
    margin-right: 0px;
    padding-right: 0px;
  }
  .culture_fr {
    padding-top: 40px;
  }
  .culture_fr img {
    width: 80%;
    margin: 0 auto;
  }
  .honor_list {
    background: none;
    padding-top: 0px;
  }
  .honor_list .h3 {
    width: auto;
  }
  .honor_list dl {
    padding: 0 0 20px 0px;
  }
  .honor_list dt {
    position: static;
    width: auto;
    text-align: left;
    padding: 0 0 0 55px;
    background-position: left center;
    margin-bottom: 20px;
  }
  .honor_icosj {
    display: none;
  }
  .honor .about_tit {
    margin-bottom: 20px;
  }
  .news_list ul {
    margin: 0 -5px;
  }
  .news_list li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .relations .img {
    display: none;
  }
  .relations .text {
    display: block;
  }
  .relations .h3 {
    font-size: 24px;
  }
  .relations .h3 strong {
    font-weight: normal;
  }
  .partner_list li {
    width: 25%;
  }
  .partner_tit {
    padding-bottom: 20px;
  }
  .partner_list {
    padding-top: 0px;
  }
  .partner_tit .img img {
    max-width: 80%;
  }
  .honor_box {
    width: 80%;
    margin: -40% 0 0 -40%;
  }
  .about_fl iframe {
    height: 400px;
  }
  .case_info .slick-dots li {
    margin: 0 1px;
  }
  .case_list li .h3 {
    font-size: 18px;
  }
  .case_list li .p {
    font-size: 14px;
    height: 45px;
  }
}
@media screen and (max-width: 640px) {
  .tit1 {
    padding: 20px 0;
  }
  .tit1 .em {
    font-size: 18px;
  }
  .ibanner .slick-slide img {
    width: 130%;
    margin-left: -15%;
  }
  .icase .single-item {
    margin: 0px;
  }
  .icase .li {
    width: auto;
  }
  .footer_list li .h3 {
    font-size: 18px;
  }
  .ibusiness .single-item {
    margin: 0px;
    padding: 0 60px 60px 60px;
  }
  .ibusiness .li {
    width: 326px;
    height: 326px;
    background-size: 652px 326px;
    background-position: -326px 0;
  }
  .ibusiness .li .i {
    padding-top: 72px;
    font-size: 43px;
  }
  .ibusiness .li .i span {
    font-size: 32px;
  }
  .ibusiness .li .em {
    font-size: 24px;
  }
  .ibusiness .li .p {
    font-size: 18px;
  }
  .footer_nav ul.curr li.h3 h3 i {
    background-position: 0 -20px;
  }
  .footer_nav ul li.h3 h3 {
    padding-left: 0px;
    cursor: pointer;
  }
  .footer_nav ul li.h3 h3 i {
    display: block;
  }
  .footer_nav li.lishow {
    display: block;
  }
  .footer_nav li.lihide {
    display: none;
  }
  .footer_list {
    height: auto;
  }
  .footer_list .pd {
    max-width: 100%;
    margin: 0 20px;
    padding: 40px 0;
  }
  .iclaims .pd {
    max-width: 100%;
    margin: 0 20px;
    padding: 40px 0;
  }
  .footer_list .tit1 {
    padding-top: 0px;
  }
  .iproject {
    height: auto;
  }
  .footer_list .pd,
  .iproject .pd,
  .iclaims .pd {
    padding: 20px 0;
    margin: 0;
  }
  .footer_nav ul:nth-child(3) li {
    width: 100%;
    font-size: 13px;
  }
  .iproject .tit1 {
    padding-top: 0px;
  }
  .iproject_list li.li3,
  .iproject_list li.li4,
  .iproject_list li.li5,
  .iproject_list li.li6 {
    width: auto;
    float: none;
  }
  .iproject_list li .ipt_t4 {
    width: 100%;
  }
  .iproject_list li.li1 {
    font-size: 14px;
  }
  .iproject_list li.li1 em {
    margin: 0 20px;
  }
  .explain_box {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    border-radius: 0px;
    width: 100%;
    height: 100%;
  }
  /*內頁*/
  .about_tit img {
    height: 100px;
    width: 124px;
  }
  .about_tit {
    padding: 0 0 0 140px;
  }
  .about_tit .t em {
    font-size: 30px;
  }
  .about_tit .t strong {
    font-size: 24px;
  }
  .structure_bottom {
    padding-top: 60px;
  }
  .honor_list .h3 {
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .honor_list {
    padding-bottom: 0px;
  }
  .news_list ul {
    margin: 0px;
  }
  .news_list li {
    width: auto;
    float: none;
    padding: 0px;
  }
  .case_list ul {
    margin: 0px;
  }
  .case_list li {
    width: auto;
    padding: 0px;
  }
  .relations_yun_list ul {
    margin: 0px;
  }
  .relations_yun_list li {
    width: auto;
    padding: 0px;
  }
  .job_list li {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  .job_top .h3 {
    height: auto;
    line-height: 1.5;
  }
  .job_top .h3 strong {
    float: none;
    display: block;
  }
  .job_top .h3 em {
    float: none;
    display: block;
  }
  .job_bottom .o span {
    float: none;
    margin-bottom: 10px;
    display: block;
  }
  .job_btn {
    float: none;
    margin: 0 auto;
  }
  .contact_text {
    padding: 0 20px;
  }
  .contact_text .em {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact_text .p {
    font-size: 14px;
    line-height: 1.8;
  }
  .job_box .pd {
    padding: 40px 60px 40px 60px;
  }
  .business_info_con {
    padding: 30px;
  }
  .business_info_con li .img {
    float: none;
    margin: 0 auto;
  }
  .business_info_con li .text {
    margin: 0px;
    padding: 30px 0 0 0;
  }
  .business_info_con li .text h3 {
    text-align: center;
  }
  .business_info_con li .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .case_tit2 li {
    padding: 0 5px;
  }
  .case_tit2 li a {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 540px) {
  /*內頁*/
  .pagecon {
    padding-top: 10px;
  }
  .about img {
    width: 100% !important;
    height: auto !important;
  }
  .about_tit img {
    height: 70px;
    width: 76px;
  }
  .about_tit {
    padding: 0 0 0 96px;
  }
  .about_tit .t em {
    font-size: 22px;
  }
  .about_tit .t strong {
    font-size: 15px;
  }
  .honor .about_tit {
    padding: 0 96px 0 0;
  }
  .about .about_tit {
    padding-bottom: 0px;
    background: none;
  }
  .about_fr .h3 {
    padding: 15px 0 10px 0;
  }
  .about_fr .p strong {
    font-size: inherit;
  }
  .about_fr .p p {
    margin-bottom: 14px;
  }
  .speech_fr .qm {
    width: 70%;
  }
  .structure_bottom {
    padding-top: 40px;
  }
  .partner_list li {
    width: 33.333%;
  }
  .contact_con {
    padding-bottom: 0px;
  }
  .ipt_b3 {
    background-position: 10px center;
    width: 122px;
  }
  .case_info {
    padding: 20px;
  }
  .case_info .text img {
    width: 100%;
    padding-bottom: 20px;
  }
  .case_info table,
  .case_info thead,
  .case_info tbody,
  .case_info th,
  .case_info td,
  .case_info tr {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
  }
  .case_info td {
    border-bottom: none !important;
  }
  .case_info table {
    border-bottom: 1px solid #e8e8e8;
  }
  .job_box .h3 {
    font-size: 24px;
  }
  .job_box .pd {
    padding: 40px 30px 40px 30px;
  }
  .about_fl iframe {
    height: 360px;
  }
  .case_info .slick-dots {
    display: none !important;
  }
  .about_fl .video_box,
  .video_list {
    width: auto;
  }
  .about_fl .video_box {
    padding: 10px 10px 0 10px;
  }
  .about_fl .video_list {
    padding: 5px 10px 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .login_top {
    width: auto;
    padding: 0 10px;
    border-radius: 5px;
  }
  .login_top span {
    display: none;
  }
  .login_language {
    right: 138px;
    border-radius: 5px;
    width: 35px;
  }
  .ibanner .slick-dots {
    bottom: 10px;
  }
  .ibusiness .li {
    width: 244px;
    height: 244px;
    background-size: 488px 244px;
    background-position: -244px 0;
  }
  .ibusiness .li .i {
    padding-top: 74px;
    font-size: 32px;
  }
  .ibusiness .li .i span {
    font-size: 18px;
  }
  .ibusiness .li .em {
    font-size: 18px;
  }
  .ibusiness .li .p {
    font-size: 14px;
  }
  .footer_list_ewm li {
    width: 50%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
  }
  .iproject_list li {
    padding-bottom: 0px;
  }
  .footer_nav ul:nth-child(3) li:last-child {
    padding-bottom: 0px;
  }
  .explain_box .h3 {
    font-size: 18px;
  }
  .explain_box .p {
    font-size: 14px;
  }
  .honor_list dd .text {
    font-size: 16px;
    padding-left: 10px;
  }
  .news_page a,
  .news_page span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 1px;
    text-align: center;
    font-size: 12px;
  }
  .job_bottom {
    line-height: 1.8;
  }
  .job_bottom .p strong {
    font-size: 16px;
  }
  .partner_list li {
    width: 50%;
  }
  .contact_text span {
    text-align: left;
  }
  .contact_text .h3 {
    font-size: 18px;
    font-weight: normal;
  }
  .contact_text .em {
    font-size: 14px;
  }
  .contact_ewm {
    padding: 10px;
  }
  .contact_ewm li .img {
    width: auto;
    padding: 0 10px;
  }
  .contact_ewm li .text {
    font-size: 12px;
  }
  .contact_map #map {
    height: 300px;
  }
  .tit2 {
    background: none !important;
    padding: 0px;
    margin-bottom: 30px;
  }
  .iclaims_con .m a {
    width: 200px;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 50px;
    background-position: 20px 0;
  }
  .iclaims_con .m a:hover {
    background-position: 20px -56px;
  }
  .honor_box {
    width: 90%;
    margin: -45% 0 0 -45%;
  }
  .honor_box .pd {
    padding: 10px;
  }
  .honor_box .icon-guanbi {
    right: 20px;
    top: 20px;
  }
  .footer_list li .h3 {
    font-size: 16px;
  }
  .footer_list li .h3 em {
    display: none;
  }
  .footer_list li .em {
    display: none;
  }
  .ibusiness .slick-arrow {
  }
  .ibusiness .slick-next:before,
  .icase .slick-next:before {
    float: left;
  }
  .ibusiness .slick-prev:before,
  .icase .slick-prev:before {
    float: right;
  }
  .about_fl iframe {
    height: 300px;
  }
  .case_info .slick-arrow {
  }
  .case_info .slick-next:before,
  .icase .slick-next:before {
    float: left;
  }
  .case_info .slick-prev:before,
  .icase .slick-prev:before {
    float: right;
  }
  .business_info_top .text h3 {
    font-size: 24px;
  }
  .business_info_top .text p {
    font-size: 18px;
  }
  .business_info_top .text {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 425px) {
  .login_language {
    right: 135px;
    border-radius: 5px;
    width: 35px;
  }
  .login_top {
    right: 40px;
  }
  .honor_list dt {
    background: none;
    padding-left: 15px;
  }
  .case_tit2 {
    padding-bottom: 40px;
  }
  .case_tit2 li {
    width: 33.33%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px) {
  .login_top {
    font-size: 12px;
    padding: 0 5px;
    right: 45px;
  }
  .login_language {
    right: 120px;
    border-radius: 5px;
    width: 35px;
  }
  .icase .single-item {
    padding: 0 40px 60px 40px;
  }
  .icase .slick-arrow {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    *zoom: 0.3;
    zoom: 0.3 \9;
  }
  .ibusiness .single-item {
    padding: 0 30px 60px 30px;
  }
  .ibusiness .slick-arrow {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    *zoom: 0.3;
    zoom: 0.3 \9;
  }
  .explain_box_pd {
    padding: 25px;
  }
  .subnva li a {
    font-size: 12px;
  }
  /*內頁*/
  .honor_list .h3 {
    font-size: 32px;
  }
  .honor_list dt {
    margin-bottom: 10px;
    padding: 0 0 0 45px;
    font-size: 18px;
  }
  .honor_list dd .img {
    width: 100px;
  }
  .honor_list dd .text {
    margin-left: 100px;
    padding: 0 0 0 10px;
  }
  .honor_list dd .text p {
    font-size: 14px;
  }
  .business_list .text {
    padding: 10px;
  }
  .business_list .text .em i {
    font-size: 24px;
  }
  .business_list .text .h3 {
    font-size: 18px;
  }
  .business_list .text .p {
    padding-top: 0px;
    color: #666;
  }
  .business_list .text .em i {
    margin-right: 5px;
  }
  .case_list li {
    margin-bottom: 20px;
  }
  .case_list li .text {
    padding: 15px;
  }
  .case_list li .line {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .case_tit {
    padding-bottom: 20px;
  }
  .case_tit li a {
    font-size: 16px;
  }
  .relations_yun_list li {
    margin-bottom: 20px;
  }
  .relations_yun_list li .text {
    padding: 15px;
  }
  .relations_yun_list li .h3 {
    font-size: 18px;
  }
  .relations_yun_list li .h3 span {
    font-size: 24px;
  }
  .relations_yun_list li .p {
    padding-top: 10px;
    font-size: 14px;
  }
  .contact_text {
    padding: 0 10px;
  }
  .contact_text .h3 {
    font-size: 16px;
  }
  .contact_text .em {
    font-size: 12px;
  }
  .tit2 {
    margin-bottom: 20px;
  }
  .tit2 .em {
    font-size: 24px;
  }
  .iclaims_con .p {
    line-height: 1.8;
  }
  .ipt_b3 {
    font-size: 12px;
    background-size: 13px 9px;
    padding-left: 30px;
    width: 100px;
    text-align: left;
  }
  .ipt {
    font-size: 12px;
  }
  .ipt_b4 {
    font-size: 16px;
  }
  .job_box .h3 {
    font-size: 18px;
  }
  .job_box .pd {
    padding: 15px 20px 0px 20px;
  }
  .iptjob_t1 {
    padding: 0 10px;
  }
  .job_box .p li {
    padding-bottom: 10px;
  }
  .about_fl iframe {
    height: 250px;
  }
}
@media screen and (max-width: 320px) {
  .login_language {
    right: 110px;
    width: 27px;
  }
  .login_top {
    right: 35px;
  }
  .iproject .pd {
    margin: 0 10px;
  }
  .footer_list .pd {
    margin: 0 10px;
  }
  .footer_nav li.h3 h3 {
    font-size: 14px;
  }
  .explain_box_pd {
    padding: 15px;
  }
  .news_list li .text {
    padding: 15px;
  }
  .case_info {
    padding: 15px 15px 30px 15px;
  }
  .case_info .img {
    margin-bottom: 15px;
  }
}
.tck_bg {
  display: none;
  z-index: 2221;
  background-color: rgba(0, 0, 0, 0.4);
  *background: #000;
  *opacity: 0.4;
  position: fixed;
  _position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.tck_box {
  display: none;
  z-index: 2222;
  position: fixed;
  _position: absolute;
  left: 50%;
  top: 50%;
  width: 782px;
  margin: -265px 0 0 -396px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px #614e45;
}
.tck_box .pd {
  padding: 40px 120px 40px 120px;
  position: relative;
}
.tck_box .h3 {
  font-size: 30px;
  padding: 0 0 20px 0;
  color: #614e45;
  font-weight: bold;
}
.tck_box .p {
  font-size: 16px;
  line-height: 1.8;
}
.tck_box .p li {
  padding-bottom: 20px;
  position: relative;
}
.tck_box .p li p {
  font-size: 12px;
  color: #8a8586;
  padding-top: 15px;
}
.tck_box .icon-guanbi {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  color: #614e45;
}
.weidenglu {
  padding-top: 40px;
}
.tk_xz_left_an {
  float: right;
  width: 76px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  font-weight: 600;
  background: #614e45;
  color: #ffffff;
}
.tk_xz_left_an2 {
  float: right;
  padding: 0 12px;
  border-radius: 5px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  font-weight: 600;
  background: #614e45;
  color: #ffffff;
  margin-right: 10px;
}
.tk_xz_left_an2 a {
  color: #fff;
  text-decoration: none;
}
.tk_xz_left_an2 a:hover {
  text-decoration: none;
}
.tk_xz_left_an:hover {
  background: #c1161f;
}
@media screen and (max-width: 860px) {
  .job_box {
    position: fixed;
    _position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    width: auto;
  }
  .job_box .pd {
    padding: 40px 60px 40px 60px;
  }
}
@media screen and (max-width: 540px) {
  .job_box .h3 {
    font-size: 24px;
  }
  .job_box .pd {
    padding: 40px 30px 40px 30px;
  }
}
@media screen and (max-width: 375px) {
  .job_box .h3 {
    font-size: 18px;
  }
  .job_box .pd {
    padding: 15px 20px 0px 20px;
  }
  .job_box .p li {
    padding-bottom: 10px;
  }
}
/*聯絡我們*/
.page_contact {
  width: 100%;
  background: url(../images/bg_contact.webp) no-repeat top center;
  background-size: contain;
}
.page_contact .bg_contact {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 35%;
  height: 42%;
  background: url(../images/bg_contact2.webp) no-repeat bottom -2px right;
  background-size: auto 100%;
}
.contact {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  padding-bottom: 80px;
}
.contact .iproject_list {
  border: 4px solid transparent;
  background-color: #fff;
  padding: 70px 5% 40px;
  position: relative;
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px #c49a6a;
  background-image:
    url(../images/bg_contact1.webp), url(../images/bg_contact2.webp);
  background-repeat: no-repeat;
  background-position:
    top left,
    bottom right;
  background-size: 20%;
  -moz-border-image: -moz-linear-gradient(top left, #99762c 0%, #614e45 100%);
  -webkit-border-image: -webkit-linear-gradient(
    top left,
    #99762c 0%,
    #614e45 100%
  );
  border-image: linear-gradient(to bottom right, #99762c 0%, #614e45 100%);
  border-image-slice: 1;
}
.contact .iproject_list::before {
  content: "";
  display: block;
  width: 220px;
  height: 50px;
  position: absolute;
  top: -33px;
  left: calc(50% - 110px);
  background: url(../images/icon_flower_contact.webp) no-repeat center;
}
.contact .tit1 {
  text-align: center;
  color: #423a2d;
}
form#form1 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .n_content_t_r_input > label {
  font-size: 18px;
  line-height: 40px;
  color: #888;
  width: 180px;
  text-align: right;
  padding-right: 10px;
}
body.leng_en .contact .n_content_t_r_input > label {
  width: 270px;
}
span.form_right {
  width: calc(100% - 180px);
  font-size: 16px;
  line-height: 40px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
}
body.leng_en span.form_right {
  width: calc(100% - 270px);
}
.contact .bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.contact .bottom .option {
  padding-right: 20px;
}
.contact .bottom .option input {
  width: 20px;
  position: relative;
  top: -3px;
}
.contact input[type="radio"] {
  accent-color: #6b5f4b;
  width: auto;
  margin-right: 5px;
}
.contact input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
span.radio-inline {
  padding-right: 15px;
}
.n_content_t_r_input {
  margin-bottom: 19px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.n_content_t_r_input.input2 {
  width: calc(50% - 15px);
}
.n_content_t_r_input select {
  background-color: #ede1d2;
  max-width: 100%;
  color: #333;
  font-size: 16px;
  padding: 2px 15px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  box-sizing: border-box;
}
.n_content_t_r_input input {
  width: 100%;
  padding: 2px 15px;
  font-size: 16px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background-color: #ede1d2;
  box-sizing: border-box;
  color: #333;
}
input#msg_datebirth {
  width: auto;
}
input#msg_date {
  width: auto;
}
.n_content_t_r_input textarea {
  padding-left: 15px;
  padding-top: 14px;
  font-size: 16px;
  width: calc(100% - 15px);
  height: 94px;
  max-height: 94px;
  background-color: #ede1d2;
  border: 0;
}
.checkcode_box {
  width: 200px;
}
.n_content_t_r_input img.inpcode {
  height: 40px;
  margin-left: 15px;
  border-radius: 5px;
}
.form_button {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  justify-content: center;
}
.form_button button {
  width: calc(50% - 30px);
  max-width: 200px;
  margin: 0 15px;
  outline: none;
  height: 45px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: none;
  line-height: 45px;
  background-color: #614e45;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.form_button button:nth-child(1) {
  background-color: #393939;
}
.form_button button:hover {
  background-color: #c49a6a;
}
/* 海外代理加盟表單 */
.n_content_bar {
  width: 100%;
  margin: 30px auto 30px;
  padding: 5px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  background: #e3e0dd;
  border-radius: 5px;
  border: 1px solid #e7e1d8;
  color: #777;
}
#form2 {
  display: none;
}
#form2 .n_content_t_r_input.c3 {
  width: 33%;
  display: inline-flex;
}
#form2 .n_content_t_r_input.c3-2 {
  width: 33%;
  display: inline-flex;
}
#form2 .n_content_t_r_input.c2 {
  width: 66.3%;
  display: inline-flex;
}
.contact #form2 .n_content_t_r_input > label {
  font-size: 16px;
  line-height: 40px;
  color: #888;
  width: 160px;
  text-align: right;
  padding-right: 8px;
}
body.leng_en .contact #form2 .n_content_t_r_input > label {
  line-height: 20px;
  min-height: 40px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
#form2 span.form_right {
  width: calc(100% - 160px);
  font-size: 16px;
  line-height: 40px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
}
.contact #form2 .n_content_t_r_input.c3-2 > label,
.contact #form2 .n_content_t_r_input.c2 > label {
  width: 200px;
}
#form2 .n_content_t_r_input.c3-2 span.form_right,
#form2 .n_content_t_r_input.c2 span.form_right {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1000px) {
  #form2 {
    padding: 0 10px;
  }
  #form2 .n_content_t_r_input.c3,
  #form2 .n_content_t_r_input.c3-2,
  #form2 .n_content_t_r_input.c2 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  /*contact*/
  .page_contact .bg_contact {
    width: 100%;
    height: 100vw;
    background-size: auto 100%;
    transform: rotate(90deg);
  }
  .contact {
    padding-bottom: 100px;
  }
  .contact_ewm {
    font-size: 15px;
    background-size: auto 25px;
    margin: 0 auto 10px;
    padding: 20px 15px 30px;
  }
  .n_content_t_r_input.input2 {
    width: 100%;
  }
  .contact label {
    font-size: 15px;
    line-height: 33px;
  }
  .n_content_bar {
    font-size: 17px;
  }
  .contact .n_content_t_r_input > label,
  body.leng_en .contact .n_content_t_r_input > label {
    font-size: 15px;
    line-height: 35px;
    width: 100%;
    text-align: left;
    padding-right: 0px;
  }
  .contact #form2 .n_content_t_r_input > label {
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 35px;
    padding-right: 0px;
  }
  body.leng_en .contact #form2 .n_content_t_r_input > label {
    line-height: 20px;
    min-height: 35px;
    font-size: 15px;
    justify-content: flex-start;
  }
  #form2 span.form_right {
    width: 100%;
    line-height: 33px;
  }
  .contact #form2 .n_content_t_r_input.c3-2 > label,
  .contact #form2 .n_content_t_r_input.c2 > label {
    width: 100%;
    text-align: left;
  }
  #form2 .n_content_t_r_input.c3-2 span.form_right,
  #form2 .n_content_t_r_input.c2 span.form_right {
    width: 100%;
  }
  .n_content_t_r_input select {
    font-size: 15px;
    padding: 2px 15px;
    height: 33px;
  }
  span.form_right,
  body.leng_en span.form_right {
    width: 100%;
    font-size: 16px;
    line-height: 33px;
  }
  .n_content_t_r_input input {
    width: 100%;
    padding-left: 15px;
    font-size: 14px;
    height: 33px;
  }
  span.radio-inline input {
    padding: 0 15px;
  }
  .contact .pd {
    margin: 0;
    padding-bottom: 80px;
  }
  .n_content_t_r_input {
    margin-bottom: 10px;
  }
  .contact .iproject_list {
    border: 2px solid transparent;
    padding: 35px 5% 20px;
    border-radius: 4px;
    -webkit-border-image: -webkit-linear-gradient(
      top left,
      #99762c 0%,
      #614e45 100%
    );
    border-image: linear-gradient(to bottom right, #99762c 0%, #614e45 100%);
    border-image-slice: 1;
  }
  .contact .iproject_list::before {
    width: 150px;
    height: 50px;
    top: -32px;
    left: calc(50% - 75px);
    background-size: 100%;
  }
  .contact .bottom .option {
    padding-right: 10px;
  }
  .contact .bottom .option input {
    width: 17px;
  }
  .n_content_t_r_input img.inpcode {
    height: 33px;
  }
  .form_button button {
    max-width: 110px;
    height: 33px;
    font-size: 14px;
    line-height: 33px;
    margin: 0 10px;
  }
  body.leng_en .form_button button {
    max-width: unset;
    width: calc(50% - 6px);
    font-size: 13px;
    margin: 0 3px;
  }
  .checkcode_box {
    width: 50%;
  }
}
.pagebar {
  clear: both;
  margin: 10px 0;
  text-align: center;
}
.pagebar a:hover {
  color: #333333;
}
.page-status {
  border-radius: 2px 0 0 2px;
}
.page-last {
  border-radius: 0 2px 2px 0;
}
.page-index,
.page-last,
.page-next,
.page-num,
.page-pre,
.page-status {
  display: inline-block;
  margin: 0 -1px 5px 0;
  padding: 0 15px;
  height: 28px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  font-size: 12px;
  line-height: 28px;
}
.page-status {
  display: none;
}
.page-num-current {
  height: 30px;
  border-top: none;
  border-bottom: none;
  background-color: #333333;
  color: #fff;
  line-height: 30px;
}
a.page-num-current:hover {
  color: #fff;
}
#allmap {
  width: 100%;
  height: 500px;
}
#maximg img {
  max-width: 100%;
  height: auto !important;
}
/*服務流程*/
.process {
  width: 100%;
  overflow: hidden;
}
.inyoushi {
  width: 100%;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0;
}
.inyoushi .lmtit {
  font-size: 45px;
  text-align: center;
  margin-bottom: 15px;
}
.inyoushi .lmjj {
  text-align: center;
  font-size: 14px;
  color: #999;
  margin-bottom: 50px;
}
.inyoushi .nr {
  position: relative;
}
.inyoushi .nr .xian {
  height: 100%;
  width: 6px;
  background: #614e45;
  left: calc(50% - 3px);
  top: 0px;
  position: absolute;
  z-index: 1;
}
.inyoushi .nr .li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}
.inyoushi .nr .li:last-child {
  margin-bottom: 0;
  height: 50px;
}
.inyoushi .nr .li .wz {
  width: 50%;
  padding: 0 0 0 10%;
  box-sizing: border-box;
  position: relative;
  margin-top: 50px;
}
.inyoushi .nr .li:nth-child(odd) .wz {
  order: -1;
  padding: 0 10% 0 5%;
}
.inyoushi .nr .li .pic {
  width: 50%;
  padding: 0 10% 0 0;
  box-sizing: border-box;
  justify-items: center;
  text-align: center;
}
.inyoushi .nr .li:nth-child(odd) .pic {
  padding: 0 0 0 10%;
}
#maximg .inyoushi .nr .li .pic img {
  max-height: 200px;
  object-fit: cover;
  max-width: 400px;
}
.tupian {
  width: 100%;
  background: #f1f1f1;
}
.inyoushi .nr .li .sz {
  width: 200px;
  height: 50px;
  background: #c49a6a;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 5px;
  margin: 0;
  z-index: 0;
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
  z-index: 5;
}
.inyoushi .nr .li.wz1 .sz {
  background: #a18556;
}
.inyoushi .nr .li.wz2 .sz {
  background: #ab8c4b;
}
.inyoushi .nr .li.wz3 .sz {
  background: #d2b46e;
}
.inyoushi .nr .li.wz4 .sz {
  background: #c99e74;
}
.inyoushi .nr .li.wz5 .sz {
  background: #a06f23;
}
.inyoushi .nr .li.wz6 .sz {
  background: #a18556;
}
.inyoushi .nr .li.wz7 .sz {
  background: #ab8c4b;
}
.inyoushi .nr .li.wz8 .sz {
  background: #d2b46e;
}
.inyoushi .nr .li.wz9 .sz {
  background: #c99e74;
}
.inyoushi .nr .li.wz10 .sz {
  background: #a06f23;
}
.inyoushi .nr .li .wz .tit {
  font-size: 6.5em;
  right: 20px;
  top: -50px;
  color: rgba(196, 154, 106, 0.1);
  position: absolute;
  font-style: italic;
}
.inyoushi .nr .li .wz .jj {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.news_info .inyoushi ul li p {
  margin: 0px 0;
}
.clean {
  display: block;
  width: 100%;
  clear: both;
}
element.style {
  visibility: visible;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.inyoushi_title {
  color: #5e3a18;
}
@media screen and (max-width: 1500px) {
  body.leng_en .nav .sub li a {
    white-space: normal;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .inyoushi .nr .xian {
    display: none;
  }
  .inyoushi .nr .li .pic {
    width: 100%;
    padding: 55px 0 0 0;
  }
  .inyoushi .nr .li:nth-child(odd) .pic {
    padding: 55px 0 0 0;
  }
  .inyoushi .nr .li .wz {
    width: 100%;
    padding: 0 0 0 5%;
    margin-top: 20px;
  }
  .inyoushi .nr .li:nth-child(odd) .wz {
    order: 0;
    padding: 0 0 0 5%;
  }
  .inyoushi .nr .li .sz {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .inyoushi .nr .li .wz .tit {
    font-size: 4em;
    top: -20px;
  }
  .inyoushi .nr .li .wz .jj {
    font-size: 16px;
  }
  .inyoushi .nr .li::before {
    content: "";
    width: 17px;
    height: 23px;
    display: block;
    position: absolute;
    top: -37px;
    left: calc(50% - 8.5px);
    background-image: url(../images/icon_arrow.webp);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
/*首頁分店資訊*/
.home_location2 .Txt_location {
  background-size: 100% 100%;
  position: relative;
}
.home_location2 .Txt_location::before {
  content: "營業據點";
  width: 42px;
  -ms-flex-align: center;
  align-items: center;
  background-color: #393939;
  clip-path: polygon(100% 0, 100% 100%, 50% 90%, 0 100%, 0 0);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 7px 40px;
  position: absolute;
  top: 0px;
  right: 5%;
  z-index: 2;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.leng_en .home_location2 .Txt_location::before {
  content: "Business Locations";
  width: 230px;
  padding: 20px 7px 20px;
}
.Txt_location > div.Img {
  position: relative;
  width: 55%;
}
.Txt_location > div.Img img {
  width: 100%;
}
.Txt_location > div.fiveThemeListArea {
  width: 45%;
}
.fiveThemeListArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0px 0 30px;
}
.sideBg {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}
.fiveThemeArea .sideBg {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  -webkit-transform-origin: left;
  transform-origin: left;
}
.fiveThemeListArea .fiveThemeListBox.boxCenter {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
  position: relative;
  padding-right: 5%;
}
.fiveThemeListArea .fiveThemeListBox .fiveThemeclassBox {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 3;
}
.fiveThemeListArea .fiveThemeListBox .fiveThemeclassBox .slick-list {
  overflow: visible;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .slick-list
  .slick-track {
  width: 300px;
  margin: 0 auto;
}
.fiveThemeListArea .fiveThemeListBox .item {
  position: relative;
}
.fiveThemeListArea .fiveThemeListBox .fiveThemeclassBox .fiveThemeClass li {
  width: 96px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:first-child
  .item {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:first-child {
  top: 74px;
  left: 168px;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:nth-child(2) {
  left: 87px;
  top: 180px;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:nth-child(3) {
  top: 340px;
  left: 10px;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:nth-child(4) {
  top: 275px;
  left: 100px;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li
  .title {
  color: #595959;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  margin-bottom: 10px;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li.slick-current
  .title,
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:hover
  .title {
  color: #614e45;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li
  .icon {
  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;
  width: 92px;
  height: 92px;
  margin: auto;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(118, 86, 26, 0.33);
  box-shadow: 0px 0px 9px 0px rgba(118, 86, 26, 0.33);
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0.8913);
  transform: scale(0.8913);
}
body.leng_en
  .fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li
  .icon {
  line-height: 1;
  font-size: 15px;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li.slick-current
  .icon,
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li
  a:hover
  .icon,
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li.slick-slide.slick-active.active
  a
  .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #f2b54a;
  color: #fff;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li
  .icon:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li
  .icon
  img.unHover {
  display: block;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li.slick-current
  .icon
  img.unHover,
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:hover
  .icon
  img.unHover {
  display: none;
}
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li.slick-current
  .icon
  img.hover,
.fiveThemeListArea
  .fiveThemeListBox
  .fiveThemeclassBox
  .fiveThemeClass
  li:hover
  .icon
  img.hover {
  display: block;
}
.fiveThemeListArea .fiveThemeListBox.boxCenter .fiveThemeList {
  margin: 0 auto;
}
.fiveThemeListArea .fiveThemeListBox.boxCenter .fiveThemeList li {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.fiveThemeListArea .fiveThemeListBox .Txt {
  position: absolute;
  right: 0vw;
  bottom: 0vw;
  text-align: center;
  width: 11vw;
  height: 11vw;
  border-radius: 50%;
  margin-right: 0;
  margin-left: auto;
  z-index: 3;
}
.fiveThemeListArea .fiveThemeListBox .Txt_title {
  position: absolute;
  left: 0;
  bottom: 3.5%;
  text-align: center;
  width: 100%;
  height: 39px;
  z-index: 3;
}
.fiveThemeListArea .fiveThemeListBox .Txt_title img {
  width: 60%;
  max-width: 400px;
  margin: 0 auto;
}
.fiveThemeListArea .fiveThemeListBox .Txt .textBox {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  left: 0;
  margin: auto;
  padding: 25px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fiveThemeListArea .fiveThemeListBox .Txt .textBox img {
  max-width: 100%;
  max-height: 100%;
  width: 60%;
  margin: 0 auto;
  -webkit-animation: items_float 6s 3s forwards
    cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
  animation: items_float 6s 3s forwards cubic-bezier(0.45, 0.05, 0.55, 0.95)
    infinite;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle {
  position: relative;
  margin: 0 auto;
  width: 266px;
  height: 502px;
  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;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle span {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* .fiveThemeListArea .fiveThemeListBox .outerCircle span::before{
	content: "";
	position: absolute;
	font-size: 50px;
	color: rgba(255, 255, 255, 1);
	text-shadow: 0 0 5px #888;
	font-family: "Roboto", serif;
	background: url(../images/txt_map.webp) no-repeat center center;
	background-size: 45%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
} */
.fiveThemeListArea .fiveThemeListBox .outerCircle span img {
  max-width: 100%;
  position: absolute;
  transition: all 0.3s;
  opacity: 0.5;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle span img.img_taiwan1 {
  top: 0;
  right: 0%;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle span img.img_taiwan2 {
  top: 80px;
  left: 10px;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle span img.img_taiwan3 {
  bottom: 0%;
  left: 0%;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle span img.img_taiwan4 {
  top: 137px;
  right: 29px;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle span img.active {
  display: block;
  opacity: 1;
}
/* .fiveThemeListArea .fiveThemeListBox .outerCircle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/streak.webp);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    z-index: 1;
    -webkit-animation: rotate 50s linear infinite;
    animation: rotate 50s linear infinite;
} */
.fiveThemeListArea .fiveThemeListBox .outerCircle a {
  display: block;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle .Img {
  position: relative;
  z-index: 2;
  max-width: 560px;
  max-height: 560px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle .Img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 4.5px;
  width: 93%;
  height: 93%;
  background-image: url(../images/big_cirle.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: auto;
  animation: rotate 50s linear infinite reverse;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle .Img img {
  margin: auto;
  position: relative;
  z-index: 2;
  width: 70%;
}
.fiveThemeListArea .fiveThemeListBox .outerCircle a:after {
  content: "了解更多";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 494px;
  max-height: 494px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(240, 131, 0, 0.7);
  display: block;
  margin: auto;
  z-index: 5;
  color: #ffffff;
  font-size: 35px;
  letter-spacing: 1.75px;
  text-align: center;
  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;
  opacity: 0;
}
@media (max-width: 1400px) {
  .Txt_location {
    padding: 7.5% 10px 5%;
  }
  .Txt_location > div.Img {
    width: calc(100% - 400px);
  }
  .Txt_location > div.fiveThemeListArea {
    width: 400px;
  }
  .home_location2 .Txt_location::before {
    right: 2%;
  }
}
@media (max-width: 1000px) {
  .fiveThemeListArea .fiveThemeListBox.boxCenter {
    padding-right: 33px;
  }
  .home_location2 .Txt_location::before {
    width: 24px;
    font-size: 20px;
    right: 5px;
  }
  body.leng_en .home_location2 .Txt_location::before {
    width: 180px;
    font-size: 17px;
    padding: 35px 7px 15px;
  }
  .Txt_location > div.Img {
    width: calc(100% - 300px);
  }
  .Txt_location > div.fiveThemeListArea {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .Txt_location {
    padding: 100px 10px 0px;
  }
  .Txt_location > div.Img {
    width: 100%;
  }
  .Txt_location > div.Img img {
    width: 80%;
  }
  .home_location2 .Txt_location {
    background-size: auto 100%;
    position: relative;
  }
  .home_location2 .Txt_location::before {
    width: 20px;
    font-size: 16px;
    padding: 10px 3px 20px;
  }
  .Txt_location > div.fiveThemeListArea {
    width: 100%;
    margin-top: 30px;
  }
  .fiveThemeListArea .fiveThemeListBox .Txt {
    right: -7vw;
    width: 30vw;
    height: 30vw;
  }
  .fiveThemeListArea .fiveThemeListBox.boxCenter {
    padding-right: 0%;
  }
}
@media (min-width: 801px) {
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:first-child
    .item {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:nth-child(5)
    .item {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@media (min-width: 641px) {
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:nth-child(2)
    .item {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:nth-child(4)
    .item {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@media (max-width: 640px) {
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li
    .icon {
    width: 72px;
    height: 72px;
    font-size: 14px;
  }
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:first-child {
    top: 71px;
    left: 182px;
  }
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:nth-child(2) {
    left: 70px;
    top: 180px;
  }
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:nth-child(3) {
    top: 340px;
    left: 28px;
  }
  .fiveThemeListArea
    .fiveThemeListBox
    .fiveThemeclassBox
    .fiveThemeClass
    li:nth-child(4) {
    top: 290px;
    left: 140px;
  }
}
