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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

body {
  font-family: "微軟正黑體";
}
body.m_active {
  overflow: hidden;
  position: fixed;
}

.tony {
  width: 120px;
}

.header {
  position: relative;
}
.header .m_right, .header .mm_right {
  position: absolute;
  right: 40px;
}
.header .m_right {
  top: 21px;
}
.header .m_right a {
  vertical-align: middle;
  display: inline-block;
  margin-left: 4px;
}
.header .m_right .phone {
  margin-left: 5px;
  text-decoration: none;
  color: #F7830F;
  font-weight: 700;
  font-size: 20px;
}
.header .mm_right {
  top: 26px;
}
.header .mm_right a {
  height: 17px;
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}
.header .mm_right a.ig {
  width: 17px;
  background-image: url("../images/ig.png");
  background-position: 0 0;
  background-size: cover;
}
.header .mm_right a.fb {
  width: 12px;
  background-image: url("../images/contact_icon.png");
  background-position: -24px 0;
}
.header .mm_right a.phone {
  width: 17px;
  background-image: url("../images/contact_icon.png");
  background-position: 0 -1px;
}

.menu {
  text-align: center;
}
.menu li {
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  line-height: 70px;
  font-size: 18px;
  padding: 0px 30px;
}
.menu li img {
  display: block;
  margin-top: 9px;
}
.menu li a {
  color: #4d4d4d;
  font-weight: 400;
  text-decoration: none;
}
.menu li a.active, .menu li a.focas {
  color: #e67500;
}

.mmenu {
  text-align: center;
}
.mmenu a.logo img {
  width: 170px;
  padding: 5px;
}
.mmenu .mm_burger {
  z-index: 99;
}
.mmenu .mm_box {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 99.5%;
  top: 0;
  left: 0;
  border-bottom: 5px solid #e67500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.mmenu .mm_box.active {
  pointer-events: auto;
  opacity: 1;
}
.mmenu .mm_box ul {
  display: block;
  top: 5.5%;
  position: relative;
  height: 82%;
  width: 216px;
  margin: 0 auto;
}
.mmenu .mm_box ul li {
  display: block;
  font-size: 30px;
  height: 22.5%;
  width: 160px;
  border-bottom: 1px dashed #e67500;
  margin: 0 auto;
}
.mmenu .mm_box ul li a {
  color: #4d4d4d;
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  position: relative;
  top: calc(50% - 15px);
}
.mmenu .mm_box ul li a.active, .mmenu .mm_box ul li a.focas {
  color: #e67500;
  font-weight: bold;
}
.mmenu .mm_box ul li:last-child, .mmenu .mm_box ul li:nth-child(4) {
  border-bottom: none;
}
.mmenu .mm_box ul li:last-child {
  border-bottom: 2px solid #e67500;
  width: 216px;
  height: 51px;
  margin-top: 5%;
}
.mmenu .mm_box ul li:last-child div {
  display: inline-block;
  color: #e67500;
  padding: 12px 0;
}
.mmenu .mm_box ul li:last-child div a {
  display: inline-block;
  color: #e67500;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  vertical-align: 3px;
}
.mmenu .mm_box ul li:last-child div a.ig {
  margin-right: 1px;
  width: 19px;
  height: 19px;
  background-image: url("../images/ig.png");
  background-position: 0 0;
  background-size: cover;
}
.mmenu .mm_box ul li:last-child div a.fb {
  margin-right: 8px;
  width: 17px;
  height: 17px;
  background-image: url("../images/contact_icon.png");
  background-position: -20px 0;
}

#cd-menu-trigger {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px;
  padding-left: 1.25em;
}
#cd-menu-trigger .cd-menu-icon {
  /* this span is the central line in the menu menu */
  display: inline-block;
  position: absolute;
  right: 40%;
  top: 44%;
  bottom: auto;
  left: auto;
  width: 21px;
  height: 3px;
  border-radius: 4px;
  background-color: #4d4d4d;
  /* these are the upper and lower lines in the menu menu */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 4px;
  background-color: inherit;
  left: 0;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#cd-menu-trigger .cd-menu-icon::before {
  bottom: 8px;
}
#cd-menu-trigger .cd-menu-icon::after {
  top: 8px;
}
#cd-menu-trigger.active .cd-menu-icon {
  background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.active .cd-menu-icon::before, #cd-menu-trigger.active .cd-menu-icon::after {
  background-color: #4d4d4d;
}
#cd-menu-trigger.active .cd-menu-icon::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cd-menu-trigger.active .cd-menu-icon::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#vid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.index_kvbox {
  width: calc(100% - 80px);
  margin: 0 auto 10px;
  height: 670px;
  position: relative;
  overflow: hidden;
}
.index_kvbox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/kv_title2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.index_kvbox .kv_t {
  position: absolute;
  width: 680px;
  left: 50%;
  margin: 160px 0px 0px -340px;
}

.swiper_kvbox {
  width: calc(100% - 80px);
  height: 505px;
  position: relative;
}
.swiper_kvbox::after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/kv/kv_ramp.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.swiper_kvbox .swiper_kvtitle {
  position: absolute;
  top: 80px;
  left: calc(50% - 155px);
  z-index: 10;
}

.vr_kvbox {
  width: calc(100% - 80px);
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.vr_kvbox span {
  display: inline-block;
  color: #a3a3a3;
  margin: 8px auto 10px;
  padding: 0 20px;
  position: relative;
}
.vr_kvbox span::after {
  content: "";
  width: 34px;
  height: 1px;
  background: #a3a3a3;
  display: block;
  position: absolute;
  left: -22px;
  top: 8px;
}
.vr_kvbox span::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #a3a3a3;
  display: block;
  position: absolute;
  right: -22px;
  top: 8px;
}

.scroll_down {
  display: block;
  margin: 0 auto 10px;
  width: 42px;
  height: 25px;
}

.navigation_box {
  width: 100%;
  background: url("../images/navigation.jpg") no-repeat center;
  height: 615px;
  background-size: cover;
  position: relative;
  padding-top: 120px;
}
.navigation_box .navigation_txt {
  background: rgba(255, 255, 255, 0.9);
  width: 50%;
  font-size: 18px;
  margin: 25px auto 0px auto;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 40px;
}
.navigation_box .navigation_txt div {
  text-align: center;
  margin-bottom: 35px;
}
.navigation_box .navigation_txt div h3 {
  font-size: 52px;
  font-weight: 200;
  margin-bottom: 8px;
  position: relative;
}
.navigation_box .navigation_txt div h3::after {
  content: "";
  width: calc(50% - 120px);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.navigation_box .navigation_txt div h3::before {
  content: "";
  width: calc(50% - 120px);
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.navigation_box .navigation_txt div span {
  font-style: italic;
}
.navigation_box .navigation_txt p {
  line-height: 160%;
  color: #4d4d4d;
  margin-bottom: 25px;
}

#goTop {
  position: fixed;
  display: none;
  cursor: pointer;
  right: 35px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  background: url(../images/gotop.png) no-repeat center center;
  background-size: 55px 55px;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

#vr_map {
  position: absolute;
  bottom: 50px;
  left: 15px;
}

.vr_p {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #ea7500;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  left: 15px;
  top: 11px;
}
.vr_p.active {
  background: #ea7500;
}
.vr_p:nth-of-type(2) {
  left: 95px;
  top: 11px;
}
.vr_p:nth-of-type(3) {
  left: 15px;
  top: 45px;
}
.vr_p:nth-of-type(4) {
  left: 59px;
  top: 41px;
}
.vr_p:nth-of-type(5) {
  left: 72px;
  top: 61px;
}
.vr_p:nth-of-type(6) {
  left: 102px;
  top: 61px;
}
.vr_p:nth-of-type(7) {
  left: 66px;
  top: 99px;
}
.vr_p:nth-of-type(8) {
  left: 59px;
  top: 160px;
}
.vr_p:nth-of-type(9) {
  left: 87px;
  top: 200px;
}
.vr_p:nth-of-type(10) {
  left: 19px;
  top: 200px;
}

iframe {
  width: 100%;
  height: 375px;
}

@media screen and (max-width: 960px) {
  iframe {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  iframe {
    height: 300px;
  }

  .vr_p {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  iframe {
    height: 200px;
  }
}
.o_txt {
  color: #F7830F;
  text-decoration: none;
}

.g_txt {
  color: #80ba1c;
  text-decoration: none;
}

.service_menu {
  text-align: center;
  overflow: hidden;
}
.service_menu.swiper-container div a {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
}
.service_menu.swiper-container div img {
  max-height: 500px;
  width: auto;
  margin-top: 60px;
}
.service_menu div.hide_1200, .service_menu div.s_photo, .service_menu div.hide_960 {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 420px;
  position: relative;
}
.service_menu div.s_photo {
  width: 27%;
}
.service_menu div.s_photo img {
  width: 100%;
  margin: 15px 0px;
}
.service_menu div img {
  display: inline-block;
  margin: 45px 0px;
}
.service_menu div span.title {
  font-size: 30px;
  color: #4d4d4d;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 90px);
}
.service_menu div a {
  text-decoration: none;
  font-size: 30px;
  color: #4d4d4d;
  display: block;
}
.service_menu div a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../images/link_p.png);
  margin-left: 10px;
}
.service_menu div a.more {
  font-size: 18px;
  color: #fff;
}
.service_menu div a.more::after {
  display: none;
}

.service_box a.more {
  margin-bottom: 40px;
}

br.clear {
  clear: both;
}

.about_container {
  background: #fff;
  padding: 70px 0px;
  overflow: hidden;
}
.about_container .ab_content {
  margin: 0 auto 0px auto;
  text-align: center;
}
.about_container .ab_content .ab_txt {
  border-top: 1px dashed #333;
  margin-top: 35px;
  padding-top: 35px;
  text-align: left;
}
.about_container .ab_content .ab_txt p {
  margin: 0px 0px 15px 0px;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 28px;
  font-weight: 400;
}

.ac_bg .ab_content {
  max-width: 880px;
  width: calc(100% - 70px);
}
.ac_bg .ab_content img {
  width: 100%;
  max-width: 377px;
}

.sc_bg {
  position: relative;
  padding: 0 40px;
  overflow: hidden;
}
.sc_bg .service_menu {
  z-index: 1;
  position: relative;
}
.sc_bg .swiper-container-horizontal > .swiper-pagination-bullets, .sc_bg .swiper-pagination-custom, .sc_bg .swiper-pagination-fraction, .sc_bg .swiper-slide {
  background-color: rgba(255, 255, 255, 0);
}
.sc_bg::after {
  content: "";
  width: 703px;
  height: 489px;
  display: block;
  background-image: url("../images/car.png");
  background-size: 100%;
  position: absolute;
  bottom: -20px;
  right: 0;
}

.ab_bg, .sb_bg {
  position: relative;
}
.ab_bg > div, .sb_bg > div {
  overflow: hidden;
}
.ab_bg > div::before, .sb_bg > div::before {
  content: "";
  display: block;
  position: absolute;
}
.ab_bg > div.active, .sb_bg > div.active {
  overflow: visible;
}
.ab_bg > div b, .ab_bg > div span, .sb_bg > div b, .sb_bg > div span {
  position: relative;
  z-index: 1;
  font-weight: 100;
}
.ab_bg .or::before, .sb_bg .or::before {
  left: 2%;
  top: -10px;
}
.ab_bg .gr::before, .sb_bg .gr::before {
  right: 1%;
  bottom: -15px;
}

.ab_bg .or::before {
  width: 162px;
  height: 134px;
  background: url(../images/book.png);
}
.ab_bg .or.active::before {
  background: url(../images/book_w.png);
}
.ab_bg .gr::before {
  width: 189px;
  height: 138px;
  background: url(../images/bird.png);
}
.ab_bg .gr.active::before {
  background: url(../images/bird_w.png);
}

.sb_bg .or::before {
  width: 186px;
  height: 155px;
  background: url(../images/foot.png);
}
.sb_bg .or.active::before {
  background: url(../images/foot_w.png);
}
.sb_bg .gr::before {
  width: 154px;
  height: 133px;
  background: url(../images/bone_w.png);
}
.sb_bg .gr.active::before {
  background: url(../images/bone.png);
}

.ab_gtitle {
  font-size: 18px;
  color: #4D4D4D;
  text-align: left;
  display: block;
  margin-top: 20px;
  line-height: 28px;
}
.ab_gtitle b.g_txt {
  padding: 0 20px 0 15px;
  position: relative;
}
.ab_gtitle b.g_txt::before {
  content: "";
  width: 3px;
  height: 20px;
  display: block;
  background-color: #80ba1c;
  position: absolute;
  left: 0;
  top: 2px;
}

.contact h3 {
  font-size: 48px;
  text-align: center;
  height: 174px;
  background: #EAEAEA;
  box-sizing: border-box;
  padding-top: 53px;
  font-weight: 200;
}
.contact h3 span {
  font-size: 21px;
  display: block;
  margin-top: 15px;
}
.contact .contact_box {
  font-size: 24px;
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #4d4d4d;
  text-align: center;
  background: #fff;
  padding: 50px 0px;
  line-height: 160%;
}
.contact .contact_box a.ig {
  vertical-align: middle;
  margin-left: 5px;
}

.fb {
  display: inline-block;
  vertical-align: middle;
}

.about_tab {
  position: relative;
}
.about_tab::after {
  content: "";
  width: 100%;
  height: 7px;
  opacity: 0.25;
  background: url(../images/tab_shadow.png);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about_tab > div {
  float: left;
  width: 50%;
  height: 162px;
  text-align: center;
  font-size: 48px;
  color: #4d4d4d;
  background: #EAEAEA;
  box-sizing: border-box;
  padding-top: 35px;
  position: relative;
  cursor: pointer;
}
.about_tab > div.active {
  color: #fff;
}
.about_tab > div.active::after {
  content: "";
  width: 29px;
  height: 23px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  z-index: 2;
}
.about_tab > div.active.or {
  background: #E67500;
}
.about_tab > div.active.or::after {
  background: url(../images/o_arrow.png);
}
.about_tab > div.active.gr {
  background: #80ba1c;
}
.about_tab > div.active.gr::after {
  background: url(../images/g_arrow.png);
}
.about_tab > div span {
  font-size: 21px;
  display: block;
  margin-top: 15px;
}

.footer {
  height: 102px;
  width: 100%;
  background: #EAEAEA;
}
.footer .f_left {
  float: left;
  color: #F7830F;
  font-size: 24px;
  margin: 28px 0px 0px 35px;
}
.footer .f_left > * {
  vertical-align: middle;
  display: inline-block;
}
.footer .f_left div .phone {
  margin-left: 30px;
  text-decoration: none;
  color: #F7830F;
  font-weight: 600;
}
.footer .f_left div .phone::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/phone_icon.png);
  margin-right: 5px;
  vertical-align: middle;
}
.footer .f_left div a {
  vertical-align: middle;
}
.footer .f_left div a.fb, .footer .f_left div a.ig {
  display: inline-block;
}
.footer .f_right {
  float: right;
  text-align: right;
  margin: 24px 35px 0px 0px;
}
.footer .f_right span {
  font-size: 13px;
  color: #808080;
  line-height: 20px;
  padding: 0 20px;
}
.footer .f_right span a {
  color: #808080;
}

.f_menu {
  display: block;
  margin: 8px 0px;
}
.f_menu li {
  display: inline-block;
  margin: 5px 0;
}
.f_menu li a {
  color: #4d4d4d;
  text-decoration: none;
}

.news_class {
  text-align: center;
  margin-bottom: 20px;
}
.news_class span {
  font-size: 22px;
  font-weight: bold;
  margin: 0px 15px;
}
.news_class span:nth-of-type(1) {
  color: #F7830F;
}
.news_class span:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../images/pet_palm.png);
  margin-right: 10px;
  vertical-align: middle;
}
.news_class span:nth-of-type(2) {
  color: #80BA1C;
}
.news_class span:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../images/pet_bone.png);
  margin-right: 10px;
  vertical-align: middle;
}

.o_title {
  width: 100%;
  height: 160px;
  background-color: #E67500;
  overflow: hidden;
}
.o_title.nt_bg {
  background-image: url(../images/paper.png);
  background-position: 67% 50%;
  background-repeat: no-repeat;
}

.w_title {
  width: 100%;
  height: 160px;
  background-color: #fff;
  background-image: url(../images/voice.png);
  overflow: hidden;
  background-position: 0% 15px;
  background-repeat: no-repeat;
}

.g_title {
  width: 100%;
  height: 160px;
  background-color: #80ba1c;
  overflow: hidden;
  background-image: url(../images/leave.png);
  background-position: 84% 50%;
  background-repeat: no-repeat;
}

.news_box {
  padding: 35px 0px;
  background: #eaeaea;
  background-image: url(../images/paper_w.png);
  background-position: right 85px;
  background-repeat: no-repeat;
  text-align: center;
  border-bottom: 2px solid #e47500;
}
.news_box .news_container {
  margin: 0 30px;
}
.news_box .news_container h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.news_box .news_container h3 span {
  font-size: 16px;
}
.news_box .news_container h3 a {
  text-decoration: none;
  color: #4D4D4D;
  display: inline-block;
  margin-top: 12px;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_box .news_container h3 a::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 18px;
  background: url(../images/link_p.png);
  margin-left: 10px;
}
.news_box .news_container h3.pet a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../images/pet_palm.png);
  margin-right: 10px;
}
.news_box .news_container h3.park a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../images/pet_bone.png);
  margin-right: 10px;
}

.price_box {
  padding: 35px 0px;
  background: #eaeaea;
  text-align: center;
  border-bottom: 2px solid #e47500;
  padding: 30px 40px 20px;
}
.price_box div {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  overflow-y: auto;
}
.price_box div img {
  width: 100%;
  min-width: 900px;
}
.price_box span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin: 30px auto;
}

.more {
  width: 110px;
  height: 36px;
  display: block;
  margin: 0 auto;
  background: #E67500;
  color: #fff;
  text-align: center;
  line-height: 36px;
  border-radius: 20px;
  text-decoration: none;
}

.navigation_box {
  margin-top: 48px;
}

.voice_box {
  margin-bottom: 40px;
}
.voice_box > div {
  height: 233px;
  background: #D7E8CE;
  border-bottom: 1px solid #fff;
  position: relative;
}
.voice_box > div:nth-child(even) {
  background: #F0E1D1;
}
.voice_box > div .vtBox, .voice_box > div .vbgBox {
  height: 233px;
}
.voice_box > div .vbgBox {
  width: 60%;
  float: left;
  background-size: cover;
}
.voice_box > div .vtBox {
  width: 40%;
  float: left;
  box-sizing: border-box;
  padding: 0px 20px;
  color: #4d4d4d;
  position: relative;
}
.voice_box > div .vtBox p {
  line-height: 160%;
}
.voice_box > div .vtBox span {
  width: calc(100% - 40px);
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.voice_box > div .vtBox span > div {
  float: left;
  margin-top: 5px;
}
.voice_box > div .vtBox span .vg_more {
  background: #80BA1C;
  width: 62px;
  height: 30px;
  float: right;
  color: #fff;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
}
.voice_box > div .vtBox h3 {
  font-size: 20px;
  border-left: 4px solid #C1A97F;
  padding-left: 15px;
  line-height: 180%;
  color: #60402B;
  font-weight: bold;
  margin: 20px 0px;
}
.voice_box > div h3.m_vt {
  position: absolute;
  width: 320px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  z-index: 9;
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  line-height: 37px;
  top: 82px;
  left: calc(50% - 160px);
}
.voice_box > div h3.m_vt span {
  font-size: 24px;
}

strong.t_linebox, strong.t_nolinebox {
  display: block;
  text-align: center;
  margin-top: 45px;
}
strong.t_linebox.b h3, strong.t_nolinebox.b h3 {
  color: #4d4d4d;
}
strong.t_linebox.b span, strong.t_nolinebox.b span {
  color: #4d4d4d;
}
strong.t_linebox h3, strong.t_nolinebox h3 {
  font-size: 52px;
  font-weight: 200;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}
strong.t_linebox span, strong.t_nolinebox span {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  word-spacing: 12px;
}
strong.t_linebox span.italic, strong.t_nolinebox span.italic {
  font-style: italic;
}

strong.t_linebox.b h3::after {
  background: #4d4d4d;
}
strong.t_linebox.b h3::before {
  background: #4d4d4d;
}
strong.t_linebox h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #fff;
  right: -60px;
  bottom: 0px;
  position: absolute;
}
strong.t_linebox h3::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  background: #fff;
  left: -60px;
  bottom: 0px;
  position: absolute;
}

.envirnment_container {
  background-image: url(../images/leave_gray.png);
  background-position: left 10px;
  background-repeat: no-repeat;
}
.envirnment_container .en_txt span {
  color: #80ba1c;
}

.process_container {
  background-image: url(../images/leave_gray.png);
  background-position: left 0px;
  background-repeat: no-repeat;
}

.price_container {
  background-image: url(../images/bone_b.png);
  background-position: right 10px;
  background-repeat: no-repeat;
}

.process_title {
  position: relative;
}
.process_title::after {
  content: "";
  width: 154px;
  height: 154px;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  background-image: url(../images/leave_s.png);
  background-repeat: no-repeat;
}

.container_txt {
  text-align: left;
  margin: 60px auto;
  width: 60%;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 180%;
  font-weight: bold;
}

.se_txt {
  text-align: center;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}

.envirnment_container .photo_list {
  margin: 5% auto;
}

.process_container .photo_list {
  margin: 5% auto 0;
}

.envirnment_container .photo_list, .process_container .photo_list {
  border-top: 1px dashed #333;
  margin-top: 35px;
  padding-top: 35px;
}

.photo_list {
  max-width: 1030px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.photo_list .photo_each {
  display: inline-block;
  margin: 2.16%;
  width: 30%;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: top;
  padding-bottom: 20px;
}
.photo_list .photo_each:nth-child(3n+1) {
  margin-left: 0;
}
.photo_list .photo_each:nth-child(3n) {
  margin-right: 0;
}
.photo_list .photo_each .photo {
  margin: 0 auto;
  position: relative;
  width: 95%;
  padding-bottom: 95%;
  border-radius: 50%;
  overflow: hidden;
}
.photo_list .photo_each .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.photo_list .photo_each h3 {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: #4D4D4D;
  font-size: 18px;
  line-height: 25px;
}
.photo_list .photo_each p {
  font-size: 16px;
  margin-top: 11px;
  line-height: 26px;
}
.photo_list.g_shadow .photo_each .photo {
  box-shadow: -9px 9px 0px rgba(128, 186, 28, 0.3);
}
.photo_list.o_shadow .photo_each .photo {
  box-shadow: -9px 9px 0px rgba(230, 117, 0, 0.3);
}

.po_title {
  width: 100%;
  background-color: #e2e2e2;
  overflow: hidden;
  height: 155px;
}
.po_title .t_nolinebox h3, .po_title .t_nolinebox span {
  color: #4D4D4D;
}
.po_title.g_pop {
  border-bottom: #80ba1c 5px solid;
}
.po_title.o_pop {
  border-bottom: #f7830f 5px solid;
}
.po_title.np_bg.g_pop {
  background: url(../images/bone_t.png) no-repeat center;
  background-position: 30% 32%;
  background-size: 209px 201px;
  background-color: #e2e2e2;
}
.po_title.np_bg.o_pop {
  background: url(../images/foot_t.png) no-repeat center;
  background-position: 33% 32%;
  background-size: 147px 161px;
  background-color: #e2e2e2;
}
.po_title.vp_bg {
  background: url(../images/news_t.png) no-repeat center;
  background-position: 30% 32%;
  background-size: 234px 177px;
  background-color: #e2e2e2;
}

.po_content {
  padding: 40px;
  margin: 0 auto;
  max-width: 880px;
  color: #4D4D4D;
}
.po_content.t_left {
  text-align: left;
}
.po_content.t_center {
  text-align: center;
}
.po_content.t_center p {
  text-align: left;
}
.po_content h1 {
  font-size: 42px;
  margin: 10px 0 60px;
  line-height: 144%;
}
.po_content h2 {
  margin: 50px 0 25px;
  font-size: 22px;
}
.po_content b {
  display: block;
  font-weight: 600;
  line-height: 26px;
}
.po_content p {
  line-height: 26px;
  margin: 5px 0 25px;
}
.po_content img {
  width: 100%;
  max-width: 660px;
  display: block;
  margin: 0 auto 15px;
}

.o_vpop {
  background-color: #f0e1d1;
}

.g_vpop {
  background-color: #d7e8ce;
}

.vp_kv {
  width: 101%;
}

.fancybox-container .fancybox-slide--iframe .fancybox-content {
  width: 90%;
  height: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0;
  border-radius: 5px;
}

.show_1300, .show_1200, .show_1000, .show_960, .show_640 {
  display: none;
}

@media screen and (max-width: 1300px) {
  .hide_1300 {
    display: none;
  }

  .show_1300 {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .hide_1200 {
    display: none;
  }

  .show_1200 {
    display: block;
  }

  .index_kvbox {
    height: 480px;
  }

  .service_menu div.hide_1200 {
    display: none;
  }
  .service_menu div a.hide_1200 {
    display: none;
  }
  .service_menu div.s_photo {
    width: 75%;
    max-width: 380px;
  }
}
@media screen and (max-width: 1000px) {
  .hide_1000 {
    display: none;
  }

  .show_1000 {
    display: block;
  }

  .tony {
    width: 120px;
  }

  .index_kvbox {
    width: 100%;
    height: 350px;
  }

  .header .mm_right {
    top: 17px;
    right: 17px;
  }

  .container_txt {
    width: 80%;
  }

  .photo_list {
    width: 90%;
  }
  .photo_list .photo_each {
    width: 31%;
    margin: 2% 1%;
  }

  .service_menu div.hide_960 {
    display: none;
  }

  .footer {
    padding: 15px 0;
    height: auto;
  }
  .footer .f_left {
    float: none;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  .footer .f_left div, .footer .f_left img {
    display: block;
    margin: 7px auto;
  }
  .footer .f_left div a {
    margin: 0 1px;
  }
  .footer .f_left div a.phone {
    margin-left: 0;
  }
  .footer .f_right {
    margin: 0;
    float: none;
    text-align: center;
  }

  .swiper_kvbox {
    width: 100%;
    height: 400px;
  }

  .vr_kvbox {
    width: 100%;
  }
  .vr_kvbox iframe {
    height: 400px;
  }

  .navigation_box .navigation_txt {
    width: 70%;
  }
}
@media screen and (max-width: 960px) {
  .hide_960 {
    display: none;
  }

  .show_960 {
    display: block;
  }

  .voice_box > div {
    height: 241px;
    background: #fff;
  }
  .voice_box > div:nth-child(even) {
    background: #fff;
  }
  .voice_box > div .vtBox, .voice_box > div .vbgBox {
    height: 233px;
  }
  .voice_box > div .vbgBox {
    margin: 0 10px;
    width: calc(100% - 20px);
    float: none;
  }
}
@media screen and (max-width: 640px) {
  .hide_640 {
    display: none;
  }

  .show_640 {
    display: block;
  }

  .index_kvbox {
    height: 225px;
  }

  .swiper_kvbox {
    height: 300px;
  }

  .news_box .news_container h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .vr_kvbox iframe {
    height: 300px;
  }

  .swiper_kvbox .swiper_kvtitle {
    width: 200px;
    top: 40px;
    left: calc(50% - 100px);
  }

  .navigation_box {
    padding-top: 90px;
  }
  .navigation_box .navigation_txt {
    width: 90%;
    margin-top: 20px;
    padding: 20px;
  }

  .o_title, .w_title, .g_title {
    height: 130px;
  }

  .ac_bg .ab_content img {
    max-width: 260px;
  }

  strong.t_linebox, strong.t_nolinebox {
    margin-top: 35px;
  }

  strong.t_linebox h3, strong.t_nolinebox h3 {
    font-size: 38px;
  }

  .navigation_box .navigation_txt div h3 {
    font-size: 35px;
    line-height: 2px;
    padding-top: 30px;
  }
  .navigation_box .navigation_txt div h3::after {
    width: calc(50% - 83px);
    bottom: -14px;
  }
  .navigation_box .navigation_txt div h3::before {
    width: calc(50% - 83px);
    bottom: -14px;
  }

  .about_tab > div {
    font-size: 35px;
    height: 130px;
    padding-top: 28px;
  }
  .about_tab > div span {
    margin-top: 10px;
  }

  .price_box {
    padding: 30px 0px 0;
  }

  .container_txt {
    margin: 20px auto;
  }

  .contact .contact_box {
    font-size: 21px;
  }
  .contact .contact_box > span {
    display: block;
  }
  .contact h3 {
    font-size: 35px;
    height: 130px;
    padding-top: 30px;
  }
  .contact h3 span {
    margin-top: 10px;
  }

  .about_container {
    padding: 40px 0px;
  }

  .ab_bg .or::before, .sb_bg .or::before {
    transform: scale(0.6);
    left: -37px;
    top: -33px;
  }
  .ab_bg .gr::before, .sb_bg .gr::before {
    transform: scale(0.6);
    right: -37px;
    bottom: -32px;
  }

  .photo_list {
    width: 90%;
  }
  .photo_list .photo_each {
    width: 45%;
    margin: 2% 1.5%;
  }
  .photo_list .photo_each:nth-child(3n+1) {
    margin-left: 1.5%;
  }
  .photo_list .photo_each:nth-child(3n) {
    margin-right: 1.5%;
  }
  .photo_list .photo_each:nth-child(2n+1) {
    margin-left: 0;
  }
  .photo_list .photo_each:nth-child(2n) {
    margin-right: 0;
  }
  .photo_list.g_shadow .photo_each .photo {
    box-shadow: -6px 6px 0px rgba(128, 186, 28, 0.3);
  }
  .photo_list.o_shadow .photo_each .photo {
    box-shadow: -6px 6px 0px rgba(230, 117, 0, 0.3);
  }

  .service_menu.swiper-container div img {
    max-height: 410px;
  }

  .po_title {
    height: 130px;
  }

  .po_content h1 {
    font-size: 26px;
    margin: 10px 0 20px;
  }
  .po_content h2 {
    margin: 30px 0 25px;
  }

  #goTop {
    right: 10px;
    bottom: 10px;
  }

  .w_title {
    background-size: 30%;
  }

  .g_title {
    background-size: 38%;
    background-position: 102% 50%;
  }

  .news_box {
    background-position: right 113%;
    background-size: 44%;
  }

  .o_title.nt_bg {
    background-size: 48%;
    background-position: 106% 50%;
  }

  .envirnment_container {
    background-size: 51%;
    background-position: left 10%;
  }

  .process_container, .price_container {
    background-size: 35%;
  }

  .sc_bg::after {
    width: 400px;
    height: 268px;
  }
}
@media screen and (max-width: 480px) {
  .index_kvbox {
    height: 160px;
  }

  .swiper_kvbox {
    height: 200px;
  }

  .vr_kvbox iframe {
    height: 200px;
  }

  .swiper_kvbox .swiper_kvtitle {
    width: 160px;
    top: 25px;
    left: calc(50% - 80px);
  }

  .header .mm_right {
    top: 17px;
    right: 4px;
  }
  .header .mm_right a {
    margin-left: 2px;
  }

  .footer .f_right span a {
    display: block;
  }

  .voice_box {
    margin-bottom: 14px;
  }
  .voice_box > div {
    height: 180px;
  }
  .voice_box > div .vtBox, .voice_box > div .vbgBox {
    height: 174px;
  }
  .voice_box > div h3.m_vt {
    top: 59px;
    font-size: 23px;
  }

  .about_tab > div {
    height: 110px;
    font-size: 30px;
    padding-top: 27px;
  }
  .about_tab > div span {
    font-size: 18px;
  }

  .about_container {
    padding: 21px 0;
  }
  .about_container .ab_content .ab_txt {
    margin-top: 20px;
    padding-top: 18px;
  }
  .about_container .ab_content .ab_txt p {
    font-size: 15px;
    line-height: 24px;
  }

  .ab_gtitle {
    font-size: 15px;
  }

  .contact h3 {
    height: 110px;
    font-size: 30px;
    padding-top: 27px;
  }
  .contact h3 span {
    font-size: 18px;
  }
  .contact .contact_box {
    font-size: 18px;
    padding: 22px 0;
  }

  .container_txt {
    font-size: 15px;
  }

  .o_title, .w_title, .g_title {
    height: 110px;
  }

  strong.t_linebox, strong.t_nolinebox {
    margin-top: 27px;
  }

  strong.t_linebox h3, strong.t_nolinebox h3 {
    font-size: 30px;
  }

  strong.t_linebox span, strong.t_nolinebox span {
    font-size: 18px;
  }

  .navigation_box {
    padding-top: 10px;
  }
  .navigation_box .navigation_txt {
    margin-top: 10px;
  }

  .news_box .news_container h3 {
    font-size: 18px;
  }
  .news_box .news_container h3 a {
    margin-top: 0px;
  }
  .news_box .news_container h3 span {
    font-size: 13px;
  }

  .service_menu.swiper-container div a {
    font-size: 22px;
    left: calc(50% - 74px);
  }
  .service_menu.swiper-container div img {
    max-height: 300px;
    margin-top: 35px;
  }

  .photo_list .photo_each {
    padding-bottom: 10px;
  }
  .photo_list .photo_each h3 {
    font-size: 15px;
    margin-top: 18px;
  }
  .photo_list .photo_each h3 span.br {
    display: block;
  }
  .photo_list .photo_each p {
    font-size: 13px;
    margin-top: 7px;
    line-height: 20px;
  }
  .photo_list .photo_each span.g_txt {
    display: block;
  }

  .ac_bg .ab_content img {
    max-width: 200px;
  }
}
