* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

html,
body {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  color: #363433;
  font-size: 1rem
}

a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

a,
button {
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  text-decoration: none;
  outline: none
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none
}

::-webkit-scrollbar-track-piece {
  background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #2ea69b
}

::selection {
  background: #2ea69b;
  color: #fff
}

.navbar-default {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 0 2em;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.navbar-default.scrolled .nav_box2 ul li {
  height: 5em
}

.navbar-default .nav_box {
  display: inline-block;
  vertical-align: middle
}

.navbar-default .nav_box2 .nav_delete {
  display: none
}

.navbar-default .nav_box2 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin-bottom: 0
}

.navbar-default .nav_box2 ul li {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  margin: 0 1em;
  background: url(../image/icon/icon6.png) no-repeat left center;
  padding-left: 2.2em;
  position: relative;
  height: 7.1em;
  display: flex;
  align-items: center;
  justify-content: center
}

.navbar-default .nav_box2 ul li a {
  font-family: "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #5f5d5d;
  font-weight: 700
}

.navbar-default .nav_box2 ul li .nav_menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  width: 180px
}

.navbar-default .nav_box2 ul li .nav_menu li {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  background: none;
  background-color: #2ea69b;
  padding: 0;
  margin: 0;
  height: auto;
  text-align: center;
  padding: 1em;
  position: relative
}

.navbar-default .nav_box2 ul li .nav_menu li:after {
  display: block;
  content: "";
  width: 90%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.navbar-default .nav_box2 ul li .nav_menu li:last-child:after {
  content: normal
}

.navbar-default .nav_box2 ul li .nav_menu li a {
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  display: block
}

.navbar-default .nav_box2 ul li:hover .nav_menu,
.navbar-default .nav_box2 ul li:focus .nav_menu {
  display: block
}

.navbar-default .nav_box2 ul li:hover .nav_menu li:hover,
.navbar-default .nav_box2 ul li:hover .nav_menu li:focus,
.navbar-default .nav_box2 ul li:focus .nav_menu li:hover,
.navbar-default .nav_box2 ul li:focus .nav_menu li:focus {
  background-color: #ea7b7b
}

.navbar-default .logo {
  width: 20%
}

.navbar-default .nav_right {
  display: inline-block;
  vertical-align: middle
}

.navbar-default .nav_right ul {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0
}

.navbar-default .nav_right ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2em
}

.navbar-default .nav_right ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #2ea69b;
  border-radius: 100%;
  color: #2ea69b;
  font-size: 1.1rem;
  position: relative
}

.navbar-default .nav_right ul li a:before {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50px;
  background-color: rgba(234, 123, 123, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0
}

.navbar-default .nav_right ul li a:hover,
.navbar-default .nav_right ul li a:focus {
  border-color: #ea7b7b
}

.navbar-default .nav_right ul li a:hover:before,
.navbar-default .nav_right ul li a:focus:before {
  opacity: 1;
  width: 100%;
  height: 100%
}

.toggle_bar {
  display: inline-block;
  vertical-align: middle;
  display: none;
  width: 38px;
  height: 30px;
  margin-left: .6em;
  cursor: pointer
}

.toggle_bar i {
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 50px;
  background-color: #2ea69b;
  margin-bottom: .5em
}

.toggle_bar i:last-child {
  margin-bottom: 0
}

@media (max-width:1280px) {
  .nav_box .nav_box2 {
    max-width: 100%
  }

  .nav_box .nav_img {
    max-width: calc(100% - 500px);
    background-position-x: 63%
  }
}

@media (max-width:1199px) {
  .nav_box .nav_img {
    background-position-x: 60%
  }
}

@media (max-width:1099px) {
  .navbar-default {
    padding: 0 2em
  }

  .navbar-default .nav_right ul li a {
    width: 43px;
    height: 43px
  }

  .navbar-default .nav_box2 ul li {
    height: 5em
  }
}

@media (max-width:991px) {
  .navbar-default {
    padding: .5em 1em;
    height: 4em
  }

  .navbar-default.scrolled .nav_box2 ul li {
    height: auto
  }

  .navbar-default .logo {
    width: 22%
  }

  .navbar-default .nav_right ul li {
    margin: 0 .1em
  }

  .navbar-default .nav_right ul li a {
    width: 40px;
    height: 40px;
    font-size: 1rem
  }

  .nav_box .nav_img {
    transition: transform .3s cubic-bezier(1, 0, 0.01, 0.98);
    max-width: calc(100% - 684px);
    width: 100%;
    height: 100%;
    background: no-repeat top center;
    background-size: cover;
    background-position-x: 45%;
    transform: translateX(-120em);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 999
  }

  .nav_box .nav_img.active {
    transform: translateX(0);
    transition-delay: .1s
  }

  .nav_box .nav_box2 {
    transition: transform .3s cubic-bezier(1, 0, 0.01, 0.98);
    max-width: 684px;
    width: 100%;
    position: relative;
    padding: 0 8em;
    padding-top: 5em;
    transform: translateX(60em);
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto
  }

  .nav_box .nav_box2 .nav_delete {
    display: block;
    -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    position: absolute;
    top: 1.5em;
    right: 1.5em;
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background-color: #2ea69b;
    cursor: pointer
  }

  .nav_box .nav_box2 .nav_delete i {
    display: block;
    width: 35px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff
  }

  .nav_box .nav_box2 .nav_delete i:nth-child(1) {
    transform: rotate(45deg)
  }

  .nav_box .nav_box2 .nav_delete i:nth-child(2) {
    transform: rotate(-45deg)
  }

  .nav_box .nav_box2 .nav_delete:hover,
  .nav_box .nav_box2 .nav_delete:focus {
    background-color: #ea7b7b;
    transform: rotate(180deg)
  }

  .nav_box .nav_box2 ul {
    display: block;
    text-align: center;
    list-style: none
  }

  .nav_box .nav_box2 ul li {
    display: block;
    margin-bottom: 1.2em;
    background: none;
    height: auto;
    padding-left: 0
  }

  .nav_box .nav_box2 ul li img {
    margin-bottom: 1em
  }

  .nav_box .nav_box2 ul li a {
    color: #363433;
    font-size: 1.4rem
  }

  .nav_box .nav_box2 ul li a:hover,
  .nav_box .nav_box2 ul li a:focus {
    color: #ea7b7b
  }

  .nav_box .nav_box2 ul li .nav_menu {
    display: block;
    position: initial;
    width: 100%;
    text-align: center;
    transform: none
  }

  .nav_box .nav_box2 ul li .nav_menu li {
    display: block;
    padding: .3em;
    background-color: transparent
  }

  .nav_box .nav_box2 ul li .nav_menu li:after {
    content: normal
  }

  .nav_box .nav_box2 ul li .nav_menu li a {
    color: #2ea69b
  }

  .nav_box .nav_box2 ul li.n_fb {
    margin: .5em
  }

  .nav_box .nav_box2 ul li.n_fb a {
    display: block
  }

  .nav_box .nav_box2 ul li.n_fb a img {
    -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
    border: 1px solid #2ea69b;
    border-radius: 100%
  }

  .nav_box .nav_box2 ul li.n_fb:hover img,
  .nav_box .nav_box2 ul li.n_fb:focus img {
    background-color: #ea7b7b
  }

  .nav_box .nav_box2 ul li:hover .nav_menu li:hover,
  .nav_box .nav_box2 ul li:hover .nav_menu li:focus,
  .nav_box .nav_box2 ul li:focus .nav_menu li:hover,
  .nav_box .nav_box2 ul li:focus .nav_menu li:focus {
    background-color: transparent
  }

  .nav_box .nav_box2 ul li:hover .nav_menu li:hover a,
  .nav_box .nav_box2 ul li:hover .nav_menu li:focus a,
  .nav_box .nav_box2 ul li:focus .nav_menu li:hover a,
  .nav_box .nav_box2 ul li:focus .nav_menu li:focus a {
    color: #ea7b7b
  }

  .nav_box .nav_box2.active {
    transform: translateX(0);
    transition-delay: .3s
  }

  .nav_box .tel {
    margin-top: 1em
  }

  .nav_box .tel a {
    display: inline-block;
    vertical-align: middle;
    color: #2ea69b;
    font-size: 1rem;
    text-align: center
  }

  .nav_box .tel p {
    font-size: .9rem;
    color: #363433;
    text-align: center
  }

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

@media (max-width:767px) {
  .navbar-default {
    height: auto
  }

  .navbar-default .logo {
    width: 30%
  }

  .toggle_bar {
    width: 30px;
    height: auto
  }

  .toggle_bar i {
    width: 30px;
    height: 2px
  }

  .nav_box .nav_img {
    display: none
  }

  .nav_box .nav_box2 {
    max-width: 100%
  }

  .nav_box .nav_box2 .nav_delete {
    width: 65px;
    height: 65px
  }
}

@media (max-width:576px) {
  .navbar-default .nav_right ul li:last-child a {
    width: auto;
    padding: 0 .5em
  }

  .toggle_bar {
    width: 26px
  }

  .toggle_bar i {
    width: 26px;
    margin-bottom: .4em
  }

  .navbar-default .logo {
    width: 40%
  }

  .nav_box .nav_box2 {
    padding: 0 1em;
    padding-top: 3em
  }

  .nav_box .nav_box2 .nav_delete {
    width: 50px;
    height: 50px
  }

  .tel {
    margin-top: 0
  }
}

@media (max-width:360px) {
  .toggle_bar {
    margin-left: .3em
  }
}

.d_header {
  padding: 1.3em 1em;
  background-color: #2ea69b
}

.d_header img {
  display: block;
  margin: 0 auto
}

.d_wrap {
  display: flex;
  /* flex-wrap: wrap */
}

.d_items {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  width: 14%;
  height: 80vh;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
}

.d_items:nth-child(4){
  width: 40%;
}

.d_items:hover,
.d_items:focus {
  width: 40%;
}



.d_items a {
  display: block
}


.d_items a i {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(112, 112, 112, 0.7);
  z-index: 1;
  opacity: 1
}

.d_items a .d_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2
}

.d_items a .d_img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.d_items a:hover i,
.d_items a:focus i,
.d_items a.active i {
  opacity: 0
}

.d_items a:hover .d_img,
.d_items a:focus .d_img,
.d_items a.active .d_img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.d_bottom {
  background-color: #323333;
  padding: 1.5em 0
}

.d_bottom p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 0
}

.d_bottom p a {
  color: #2ea69b;
  font-size: 1rem
}

@media (max-width:1099px) {
  .d_wrap {
    flex-wrap: wrap;
  }

  .d_items {
    width: 24%;
    height: 43vh;
  }

  .d_items:hover,
  .d_items:focus {
    width: 24%;
  }

  .d_header {
    padding: .5em 1em
  }

  .d_header img {
    width: 30%
  }

  .d_bottom {
    padding: .7em
  }
}

@media (max-width:767px) {
  .d_items {
    width: 100%;
    height: 22vh;
    order: 2;
  }

  .d_items:hover,
  .d_items:focus {
    height: 50vh;
  }

  .d_items2 {
    order: 1;
  }
}

@media (max-width:576px) {
  .d_header img {
    width: 40%
  }
}

@media (max-width:480px) {
  .d_items {
    height: 30vh;
  }

  .d_items:hover,
  .d_items:focus {
    height: 60vh;
  }
}

@media (max-width:480px) {
  .d_items {
    height: 40vh;
  }
}

.index_banner_slick {
  margin-top: -1.5em
}

.index_banner_slick.slick-dotted.slick-slider {
  margin-bottom: 0
}

.index_banner_slick .slick-dots {
  bottom: 4em
}

.index_banner_slick .slick-dots li {
  width: 50px;
  height: 3px;
  margin: 0 5px
}

.index_banner_slick .slick-dots li button {
  padding: 0;
  width: 50px;
  height: 3px;
  background-color: #fff
}

.index_banner_slick .slick-dots li button:before {
  content: normal
}

.index_banner_slick .slick-dots li.slick-active button {
  background-color: #2ea69b
}

.in_link {
  display: block;
  background-color: rgba(46, 166, 155, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 2em;
  height: calc(100% - 8.6em);
  width: 13%;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3)
}

.in_link dl {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  height: 100%;
  margin-bottom: 0
}

.in_link dl dd {
  display: block;
  margin-bottom: auto;
  width: 100%;
  position: relative
}

.in_link dl dd:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(220, 220, 220, 0.8);
  position: absolute;
  bottom: -4.5em;
  left: 0;
  right: 0;
  margin: auto
}

.in_link dl dd a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 1.4rem
}

.in_link dl dd a img {
  display: block;
  margin: 0 auto
}

.in_link dl dd a span {
  display: block;
  margin: .3em auto
}

.in_link dl dd a:hover,
.in_link dl dd a:focus {
  color: #000
}

.in_link dl dd:last-child:after {
  content: normal
}

.scroll {
  position: absolute;
  bottom: -5em;
  right: 3em;
  -webkit-writing-mode: vertical-lr;
  -moz-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  color: #2ea69b;
  font-size: 1rem;
  letter-spacing: 1px
}

.scroll img {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  margin-bottom: .5em;
  -webkit-animation: scroll 1.5s infinite;
  -moz-animation: scroll 1.5s infinite;
  -ms-animation: scroll 1.5s infinite;
  -o-animation: scroll 1.5s infinite;
  animation: scroll 1.5s infinite;
  position: relative
}

@-webkit-keyframes scroll {
  from {
    bottom: 3em
  }

  to {
    bottom: 0
  }
}

.open_bg {
  padding: 4em 0
}

.open_bg .open_hr h3 {
  text-align: center;
  font-size: 2.1rem;
  color: #2ea69b
}

.open_bg .open_hr h3 b {
  color: #ea7b7b
}

.open_bg .open_hr p {
  font-size: 1.1rem;
  color: #3b3b3b;
  text-align: center
}

.open_bg .open_hr p:after {
  display: block;
  content: "";
  margin: 1em auto 4em;
  background-color: #ea7b7b;
  width: 31px;
  height: 3px
}

.open_items {
  margin: 3em 2em 0
}

.open_items a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative
}

.open_items a img {
  display: block;
  margin: 0 auto;
  border-radius: 100%
}

.open_items a strong {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background-color: #ea7b7b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1
}

.open_items a span {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  width: 159px;
  line-height: 42px;
  border-radius: 50px;
  background-color: #2ea69b;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  margin: auto;
  position: absolute;
  bottom: -.5em;
  left: 0;
  right: 0;
  z-index: 1
}

.open_items a:hover strong,
.open_items a:focus strong {
  top: -1em
}

.open_items a:hover span,
.open_items a:focus span {
  background-color: #ea7b7b
}

.open_items h3 {
  color: #3b3b3b;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.3em;
  font-weight: 700
}

.open_items h3 a {
  color: #3b3b3b
}

.open_items h3 a:hover,
.open_items h3 a:focus {
  color: #2ea69b
}

.open_items .open_tel {
  text-align: center;
  font-size: 1.58rem;
  color: #ea7b7b;
  font-weight: 700
}

.open_items address {
  font-size: 1rem;
  color: #3b3b3b;
  text-align: center
}

.in_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border: 3px solid #2ea69b;
  background-color: #fff;
  text-align: center;
  margin: 3em auto;
  color: #2ea69b;
  border-radius: 50px;
  font-size: 1.25rem;
  position: relative;
  z-index: 1
}

.in_more a:after {
  -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
  content: "";
  border-radius: 50px;
  display: block;
  height: 100%;
  width: 0;
  background-color: rgba(234, 123, 123, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1
}

.in_more a:before {
  content: "";
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: .1s;
  border-radius: 50px;
  display: block;
  height: 100%;
  width: 0;
  background-color: #ea7b7b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1
}

.in_more a:hover,
.in_more a:focus {
  color: #fff;
  border-color: #ea7b7b
}

.in_more a:hover:before,
.in_more a:focus:before {
  width: 100%;
  opacity: 1
}

.in_more a:hover:after,
.in_more a:focus:after {
  width: 100%;
  opacity: 1
}

.in_sale_bg {
  padding: 5em 0;
  background-color: #f7f7f7
}

.in_sale_title {
  text-align: center;
  margin: 0 auto 4em
}

.in_sale_title h3 {
  font-size: 2.4rem;
  color: #2ea69b;
  margin-bottom: 0
}

.in_sale_title span {
  display: block;
  color: #4d4d4d
}

.in_sale_title span:after {
  display: block;
  content: "";
  width: 91px;
  height: 3px;
  background-color: #ea7b7b;
  margin: .6em auto
}

.in_sale_items {
  margin: 3em auto
}

.in_sale_items a {
  display: block
}

.in_sale_items a img {
  border-radius: 6px
}

.in_sale_items a time {
  display: block;
  margin: 1em 0;
  background-color: #ea7b7b;
  width: 102px;
  line-height: 25px;
  color: #fff;
  font-size: .9rem;
  text-align: center
}

.in_sale_items a h3 {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  color: #363433;
  font-size: 1.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 50px
}

.in_sale_items a i {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  width: 97px;
  height: 14px;
  background: url(../image/icon/arrows.png) no-repeat center;
  margin: 1.2em 0
}

.in_sale_items a:hover h3,
.in_sale_items a:focus h3 {
  color: #2ea69b
}

.in_sale_items a:hover i,
.in_sale_items a:focus i {
  margin-left: 2em
}

.in_more2 {
  margin-top: 3em
}

.in_more2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 250px;
  height: 60px;
  color: #fff;
  text-align: center;
  background-color: #2ea69b;
  border-radius: 50px;
  font-size: 1.25rem;
  position: relative;
  z-index: 1
}

.in_more2 a:before {
  -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  content: "";
  height: 100%;
  border-radius: 50px;
  width: 0;
  background-color: rgba(234, 123, 123, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  z-index: -1
}

.in_more2 a:after {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: .1s;
  display: block;
  content: "";
  height: 100%;
  border-radius: 50px;
  width: 0;
  background-color: #ea7b7b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  z-index: -1
}

.in_more2 a:hover:before,
.in_more2 a:focus:before {
  opacity: 1;
  width: 100%
}

.in_more2 a:hover:after,
.in_more2 a:focus:after {
  opacity: 1;
  width: 100%
}

.in_news_bg {
  position: relative;
  min-height: 1000px;
  padding: 8em 0 0
}

.parallax-slider2 {
  min-height: 489px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: repeat-y center bottom;
  background-attachment: fixed
}

.in_news_slick {
  position: relative;
  left: 12em;
  margin-top: 3em
}

.in_news_slick.slick-dotted.slick-slider {
  margin-bottom: 4em
}

.in_news_slick .slick-dots {
  bottom: -3em;
  left: -12em
}

.in_news_slick .slick-dots li {
  width: 50px;
  height: 3px;
  margin: 0 5px
}

.in_news_slick .slick-dots li button {
  padding: 0;
  width: 50px;
  height: 3px;
  background-color: #dcdcdc
}

.in_news_slick .slick-dots li button:before {
  content: normal
}

.in_news_slick .slick-dots li.slick-active button {
  background-color: #2ea69b
}

.in_news_items {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  padding: .3em;
  margin-bottom: 2em
}

.in_news_items a {
  position: relative
}

.in_news_items .in_news_top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px
}

.in_news_items .in_news_top img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%
}

.in_news_items .in_news_top span {
  display: block;
  position: absolute;
  top: 1em;
  left: 1em;
  background-color: #2ea69b;
  width: 96px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  font-size: .9rem
}

.in_news_items .in_news_bottom {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  padding: 2em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 2px solid #fff;
  background-color: #fff
}

.in_news_items .in_news_bottom time {
  display: block;
  color: #2ea69b;
  font-size: .9rem;
  margin-bottom: .5em
}

.in_news_items .in_news_bottom h3 {
  font-size: 1.1rem;
  color: #5a5a5a;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 24px;
  height: 50px
}

.in_news_items .in_news_bottom p {
  font-size: 1rem;
  color: #5a5a5a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 24px;
  height: 72px
}

.in_news_items:hover .in_news_bottom,
.in_news_items:focus .in_news_bottom {
  border: 2px solid #2ea69b
}

.in_video_items a .in_video_hover {
  position: relative;
  width: 100%;
  height: 100%
}

.in_video_items a .in_video_hover:before {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(49, 49, 49, 0.8)
}

.in_video_items a .in_video_hover i {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  width: 78px;
  height: 82px;
  background: url(../image/icon/play.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.in_video_items a .in_video_hover img {
  display: block;
  margin: 0 auto
}

.in_video_items a p {
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  margin: 1em auto
}

.in_video_items a:hover .in_video_hover i,
.in_video_items a:focus .in_video_hover i {
  transform: scale(1.3)
}

.in_video_bg {
  margin: 5em auto;
  position: relative;
  padding-bottom: 8em
}

.in_video_bg:after {
  display: block;
  content: "";
  width: 100%;
  max-height: 350px;
  height: 100%;
  background-color: #2ea69b;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}

.in_video_slick .slick-list {
  padding: 0 !important
}

.in_video_slick .slick-prev,
.in_video_slick .slick-next {
  width: 54px;
  height: 54px;
  background: url(../image/icon/arrows2.png) no-repeat center;
  transform: none;
  top: 32%;
  z-index: 1
}

.in_video_slick .slick-prev:before,
.in_video_slick .slick-next:before {
  content: normal
}

.in_video_slick .slick-prev:hover,
.in_video_slick .slick-prev:focus,
.in_video_slick .slick-next:hover,
.in_video_slick .slick-next:focus {
  background: url(../image/icon/arrows2.png) no-repeat center;
  opacity: .3
}

.in_video_slick .slick-prev {
  transform: scaleX(-1)
}

.in_video_slick .slick-current .in_video_items {
  transform: scale(1)
}

.in_video_slick .slick-current .in_video_items a .in_video_hover:before {
  background-color: rgba(49, 49, 49, 0.3)
}

.in_video_slick .in_video_items {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(0.7)
}

.in_video_more {
  position: absolute;
  top: 6em;
  left: 0;
  right: 0
}

.in_video_more a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  background-color: #ea7b7b;
  border-radius: 6px;
  width: 273px;
  height: 64px;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.in_video_more a:before {
  -webkit-transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .2s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(46, 166, 155, 0.2);
  z-index: -1
}

.in_video_more a:after {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: .1s;
  display: block;
  content: "";
  width: 100%;
  height: 0;
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #2ea69b;
  z-index: -1
}

.in_video_more a:hover:before,
.in_video_more a:focus:before {
  height: 100%
}

.in_video_more a:hover:after,
.in_video_more a:focus:after {
  height: 100%
}

.in_par_bg {
  padding: 4em 0
}

.in_par_tabs .tabs {
  display: block;
  border: 0
}

.in_par_tabs .tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  width: 100%;
  height: 60px;
  background-color: #b5b5b5;
  border-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer
}

.in_par_tabs .tabs .tab:hover,
.in_par_tabs .tabs .tab:focus,
.in_par_tabs .tabs .tab.active {
  background-color: #2ea69b
}

.tabs-content .tab-content_sample {
  display: none
}

.tabs-content .tab-content_sample.active {
  display: block
}

.z3 {
  z-index: 4 !important
}

.in_par_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1em
}

.in_par_top p {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding-left: 2em
}

.in_par_slick1 .slick-track,
.in_par_slick2 .slick-track,
.in_par_slick3 .slick-track {
  margin: 0
}

.in_par_slick1 a img,
.in_par_slick2 a img,
.in_par_slick3 a img {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  margin: 1em auto
}

.in_par_slick1 a:hover img,
.in_par_slick1 a:focus img,
.in_par_slick2 a:hover img,
.in_par_slick2 a:focus img,
.in_par_slick3 a:hover img,
.in_par_slick3 a:focus img {
  opacity: .5
}

.in_par_arrows {
  display: flex;
  align-items: center;
  justify-content: space-between
}

#aw_left1,
#aw_left2,
#aw_left3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(-1);
  width: 50px;
  height: 50px;
  background: url(../image/icon/arrows3.jpg) no-repeat center;
  margin: 0 .3em
}

#aw_left1:hover,
#aw_left1:focus,
#aw_left2:hover,
#aw_left2:focus,
#aw_left3:hover,
#aw_left3:focus {
  opacity: .5
}

#aw_right1,
#aw_right2,
#aw_right3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  width: 50px;
  height: 50px;
  background: url(../image/icon/arrows3.jpg) no-repeat center;
  margin: 0 .3em
}

#aw_right1:hover,
#aw_right1:focus,
#aw_right2:hover,
#aw_right2:focus,
#aw_right3:hover,
#aw_right3:focus {
  opacity: .5
}

.footer {
  border-top: 5px solid #2ea69b;
  padding-top: 2.5em;
  position: relative
}

.footer img {
  display: block;
  margin: 0 auto;
  margin-bottom: 2.5em
}

.footer .top {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  position: absolute;
  right: 3em;
  top: 3em;
  cursor: pointer;
  z-index: 9
}

.footer .top:hover,
.footer .top:focus {
  opacity: .3;
  top: 2em
}

.footer .footer_box h3 {
  color: #2ea69b;
  font-size: 1.1rem;
  margin-bottom: 1em;
  font-weight: 700
}

.footer .footer_box p {
  font-size: .92rem;
  color: #363433;
  line-height: 26px
}

.footer .footer_box p a {
  color: #2ea69b
}

.footer .footer_box .mail,
.footer .footer_box .phone {
  font-size: .92rem;
  color: #363433
}

.footer .footer_box .mail:hover,
.footer .footer_box .mail:focus,
.footer .footer_box .phone:hover,
.footer .footer_box .phone:focus {
  color: #ea7b7b
}

.footer .footer_box ul {
  text-align: right
}

.footer .footer_box ul li {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #2ea69b;
  border-radius: 100%;
  margin-left: .5em;
  position: relative;
  z-index: 1
}

.footer .footer_box ul li img {
  margin-bottom: 0
}

.footer .footer_box ul li:before {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50px;
  background-color: rgba(234, 123, 123, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  z-index: -1
}

.footer .footer_box ul li:hover,
.footer .footer_box ul li:focus {
  border-color: #ea7b7b
}

.footer .footer_box ul li:hover:before,
.footer .footer_box ul li:focus:before {
  opacity: 1;
  width: 100%;
  height: 100%
}

.footer_box2 {
  border-top: 1px solid #dcdcdc;
  width: 100%
}

.footer_box2 p {
  width: 100%;
  text-align: center;
  font-size: .9rem;
  color: #363433;
  margin: 1em auto
}

.footer_box2 p a {
  color: #363433
}

.footer_box3 ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2em
}

.footer_box3 ul li a {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  font-size: .92rem;
  color: #fff;
  background-color: #2ea69b;
  border-radius: 50px;
  padding: .2em 1em
}

.footer_box3 ul li a:hover,
.footer_box3 ul li a:focus {
  background-color: #ea7b7b
}

@media (max-width:1580px) {
  .in_link dl dd:after {
    bottom: -1em
  }
}

@media (max-width:1440px) {
  .open_items {
    margin: 0 auto
  }

  .in_link dl dd a img {
    width: 50%
  }
}

@media (max-width:1380px) {
  .in_link dl dd:after {
    bottom: -.8em
  }

  .in_link dl dd a {
    font-size: 1.25rem
  }

  .in_video_bg:after {
    max-height: 302px
  }
}

@media (max-width:1280px) {
  .in_link {
    padding: 1.5em
  }

  .in_link dl dd:after {
    bottom: -.3em
  }

  .in_video_bg:after {
    max-height: 295px
  }

  .parallax-slider2 {
    background-position-x: 90%
  }

  .footer .top {
    right: 1em;
    top: 1em
  }
}

@media (max-width:1199px) {
  .in_news_items .in_news_bottom {
    padding: 1em
  }

  .in_news_slick .slick-dots {
    bottom: -3em;
    left: -10em
  }

  .in_video_bg:after {
    max-height: 285px
  }

  .in_video_bg {
    margin: 0 auto 3em
  }

  .in_video_slick .slick-prev {
    left: -12px
  }

  .in_video_slick .slick-next {
    right: -12px
  }

  .in_link dl dd a {
    font-size: 1.1rem
  }

  .in_link dl dd a img {
    width: 40%
  }
}

@media (max-width:1099px) {
  .in_link {
    width: 16%;
    height: calc(100% - 6.5em)
  }

  .in_link dl dd:after {
    bottom: 0
  }

  .in_link dl dd a {
    font-size: 1.1rem
  }

  .index_banner_slick .slick-dots {
    bottom: 2em
  }

  .in_video_bg:after {
    max-height: 272px
  }

  .footer .top {
    right: 1em
  }

  .footer .footer_box ul {
    text-align: left
  }

  .in_sale_items {
    margin: 2em auto
  }
}

@media (max-width:991px) {
  .in_link {
    width: 16%;
    height: calc(100% - 5.4em);
    padding: 1.5em 1em
  }

  .in_video_bg {
    padding-bottom: 5em
  }

  .in_video_more {
    top: 3em
  }

  .in_video_bg:after {
    max-height: 235px
  }

  .parallax-slider2 {
    background-position-x: 60%;
    background-size: cover
  }
}

@media (max-width:767px) {
  .in_link {
    display: none
  }

  .in_link dl dd a img {
    width: 40%
  }

  .open_items a strong {
    top: -1em
  }

  .in_par_top p {
    margin-right: 1em
  }

  .parallax-slider2 {
    background-position-y: 60%;
    background-attachment: scroll
  }

  .footer_box2 {
    margin-top: 1.5em
  }

  .footer .footer_box h3 {
    margin-bottom: 0
  }

  .in_sale_items {
    margin: 1.5em auto
  }

  .in_sale_bg {
    padding: 5em 0 3em
  }
}

@media (max-width:576px) {
  .index_banner_slick .slick-dots {
    bottom: 1em
  }

  .open_items a strong {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
  }

  .scroll {
    font-size: .9rem;
    bottom: -8em;
    right: 2em
  }

  .scroll img {
    height: 30%
  }

  .open_items {
    margin: 1em auto
  }

  .in_news_slick {
    left: 0;
    margin-top: 0
  }

  .in_news_slick .slick-dots {
    left: 0
  }

  .in_video_slick .slick-next {
    right: -12px
  }

  .in_video_slick .slick-prev {
    left: -12px
  }

  .in_par_top {
    display: block
  }

  .in_par_top p {
    margin-bottom: 1em
  }

  .in_par_arrows {
    justify-content: center
  }

  .in_par_tabs .tabs .tab {
    margin-bottom: .5em
  }
}

@media (max-width:480px) {
  .scroll {
    right: .5em
  }

  .open_bg .open_hr h3 {
    font-size: 1.5rem
  }

  .in_more a {
    margin: 3em auto 0
  }

  .footer .footer_box3 ul {
    text-align: center
  }

  .footer .footer_box ul {
    text-align: center;
    margin-bottom: 0
  }

  .footer .footer_box2 {
    margin-top: 1em
  }
}

.inside_banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1
}

.inside_banner:before {
  display: block;
  content: "";
  width: 90%;
  height: 250px;
  background-color: #efefef;
  position: absolute;
  left: 0;
  bottom: -3em;
  margin: auto;
  z-index: -1
}

.inside_banner .sale_banner {
  width: calc(100% - 29%)
}

.inside_banner .sale_title {
  padding-left: 10em;
  margin-top: 2em;
  margin-top: 3.8em;
  width: 27%
}

.inside_banner .sale_title h1,
.inside_banner .sale_title .h1 {
  color: #000;
  font-size: 2.5rem
}

.inside_banner .sale_title h3 {
  display: block;
  color: #2ea69b;
  font-size: 1.25rem;
  font-weight: 600
}

.breadbox {
  position: relative;
  z-index: 1;
  margin-left: 10em
}

.breadbox ul {
  margin-bottom: 0
}

.breadbox ul li {
  display: inline-block;
  vertical-align: middle;
  list-style: none
}

.breadbox ul li a {
  color: #000;
  font-size: .9rem
}

.breadbox ul li a:hover,
.breadbox ul li a:focus {
  color: #ea7b7b
}

.page {
  margin-top: 3em
}

.page ul {
  text-align: center
}

.page ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.2em
}

.page ul li a {
  color: #000;
  font-size: .92rem;
  position: relative;
  font-weight: 700
}

.page ul li a:after {
  display: block;
  content: "";
  width: 1px;
  height: 18px;
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.5em;
  margin: auto
}

.page ul li a:hover,
.page ul li a:focus,
.page ul li.active a {
  color: #ea7b7b
}

.page ul li.pre a img {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transform: scale(-1);
  position: relative
}

.page ul li.pre a:hover img,
.page ul li.pre a:focus img {
  opacity: .4
}

.page ul li:nth-child(1) a:after {
  content: normal
}

.page ul li:nth-last-child(2) a:after {
  content: normal
}

.page ul li.nex a:after {
  content: normal
}

.page ul li.nex a img {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative
}

.page ul li.nex a:hover img,
.page ul li.nex a:focus img {
  opacity: .4
}

.sale_title_box {
  margin-top: 1em;
  margin-bottom: 3em
}

.sale_title_box h3 {
  text-align: center;
  color: #000;
  font-size: 1.9rem;
  margin-bottom: 0
}

.sale_title_box h3:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #ea7b7b;
  margin: .5em auto
}

.sale_title_box2 {
  margin-bottom: 3em
}

.sale_title_box2 h1 {
  display: block;
  color: #000;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 0
}

.sale_title_box2 h1:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #ea7b7b;
  margin: .8em 0
}

.sale_title_box2 .sale_time_box {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.sale_title_box2 .sale_time_box time {
  font-size: .9rem;
  color: #fff;
  background-color: #ea7b7b;
  width: 102px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center
}

.sale_title_box2 .sale_time_box .share_box ul {
  margin-bottom: 0
}

.sale_title_box2 .sale_time_box .share_box ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 .2em;
  font-weight: 700;
  font-size: 1rem;
  color: #000
}

.sale_box {
  margin: 1em auto
}

.sale_box .sale_editor_img {
  display: block;
  margin: 0 auto 1em
}

.sale_box .sale_editor_h4 {
  color: #000;
  font-size: 1rem;
  margin-bottom: 1em
}

.sale_box .sale_editor_h4 .sale_editor_span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #fff;
  width: 123px;
  line-height: 38px;
  background-color: #2ea69b;
  border-radius: 50px;
  margin-right: 1em;
  text-align: center
}

.sale_box .sale_editor_p {
  font-size: 1rem;
  color: #000
}

.sale_box .sale_editor_h5 {
  margin: 3em auto 1em;
  color: #ea7b7b;
  font-size: 1rem;
  font-weight: 700
}

.sale_box .sale_editor_dl dd {
  color: #000;
  font-size: 1rem;
  margin-bottom: 1em
}

.sale_box .sale_editor_dl dd a {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 1em;
  background-color: #ea7b7b;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  min-width: 151px;
  height: 34px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.sale_box .sale_editor_ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  font-size: 1rem;
  color: #000;
  margin-bottom: 1em
}

.sale_box .sale_editor_ul li:before {
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #2ea69b;
  position: absolute;
  top: 10px;
  left: 0
}

.sale_slick {
  margin: 2em auto
}

.sale_slick img {
  border-radius: 6px
}

.sale_slick .slick-slide {
  float: none;
  display: inline-block
}

.sale_slick.slick-initialized .slick-slide {
  display: inline-block;
  margin: 0 1em
}

.sale_slick .slick-prev,
.sale_slick .slick-next {
  width: 54px;
  height: 54px;
  background: url(../image/icon/arrows2.png) no-repeat center;
  transform: none;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto
}

.sale_slick .slick-prev:before,
.sale_slick .slick-next:before {
  content: normal
}

.sale_slick .slick-prev:hover,
.sale_slick .slick-prev:focus,
.sale_slick .slick-next:hover,
.sale_slick .slick-next:focus {
  background: url(../image/icon/arrows2.png) no-repeat center;
  opacity: .5
}

.sale_slick .slick-prev {
  transform: scale(-1);
  left: -55px
}

.sale_slick .slick-next {
  right: -55px
}

@media (max-width:1599px) {
  .inside_banner:before {
    height: 210px
  }

  .inside_banner .sale_title {
    padding-left: 6em
  }

  .breadbox {
    margin-left: 6em
  }
}

@media (max-width:1280px) {
  .inside_banner:before {
    height: 166px
  }

  .inside_banner .sale_title {
    padding-left: 4em
  }

  .breadbox {
    margin-left: 4em
  }
}

@media (max-width:1099px) {
  .inside_banner:before {
    height: 147px
  }

  .inside_banner .sale_title {
    padding-left: 2em
  }

  .breadbox {
    margin-left: 2em
  }
}

@media (max-width:991px) {
  .inside_banner:before {
    height: 130px
  }

  .inside_banner .sale_title h1,
  .inside_banner .sale_title .h1 {
    font-size: 2rem
  }

  .sale_slick .slick-prev {
    left: 0
  }

  .sale_slick .slick-next {
    right: 0
  }
}

@media (max-width:767px) {
  .inside_banner {
    display: block;
    position: relative
  }

  .inside_banner .sale_title {
    position: absolute;
    bottom: 0;
    top: 2em;
    margin: auto;
    width: 100%;
    padding: 0;
    text-align: center;
    height: 50px
  }

  .inside_banner .sale_title h1,
  .inside_banner .sale_title .h1 {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
  }

  .inside_banner .sale_banner {
    width: 100%
  }

  .sale_title_box2 {
    margin-bottom: 1em
  }
}

@media (max-width:576px) {
  .sale_title_box {
    margin-bottom: 1em;
    margin-top: 0
  }
}

@media (max-width:480px) {
  .inside_banner {
    margin-top: 3.5em
  }

  .inside_banner .sale_title {
    top: 0;
    height: 75px
  }

  .sale_box .sale_editor_h4 .sale_editor_span {
    display: block;
    margin-bottom: 1em
  }
}

@media (max-width:400px) {
  .sale_box .sale_editor_dl dd a {
    margin: .5em 0
  }
}

.privacy_top {
  margin-bottom: 2em
}

.privacy_top p {
  font-size: 1rem;
  color: #000
}

.privacy_items {
  margin-bottom: 2em
}

.privacy_items h3 {
  font-size: 1.25rem;
  color: #000;
  margin-bottom: .5em
}

.privacy_items h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em
}

.privacy_items ul {
  margin-left: 3.5em
}

.privacy_items ul li {
  list-style: none;
  padding-left: 1.5em;
  margin-bottom: 1em;
  position: relative;
  font-size: 1rem;
  color: #000
}

.privacy_items ul li:before {
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  background-color: #2ea69b;
  position: absolute;
  top: 13px;
  left: 0;
  margin: auto
}

.privacy_bottom {
  display: block;
  width: 100%;
  background-color: #ea7b7b;
  border-radius: 6px;
  padding: 1.5em 1em
}

.privacy_bottom p {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0
}

.sitemap_items {
  margin-bottom: 3em
}

.sitemap_items h3 {
  font-size: 1.25rem;
  color: #000;
  position: relative;
  z-index: 1
}

.sitemap_items h3 img {
  margin-right: .8em
}

.sitemap_items h3:before {
  display: block;
  content: "";
  width: 20%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1
}

.sitemap_items h3:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2ea69b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -2
}

.sitemap_items h3 a {
  color: #000
}

.sitemap_items h4 {
  padding-left: 3.5em;
  color: #2ea69b;
  font-size: 1.1rem;
  margin-top: 2.5em
}

.sitemap_items ul {
  margin-top: 1.5em;
  padding-left: 4em;
  display: flex;
  flex-wrap: wrap
}

.sitemap_items ul li {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  margin-bottom: 1em
}

.sitemap_items ul li a {
  display: block;
  font-size: 1.1rem;
  color: #000
}

.sitemap_items ul li a:hover,
.sitemap_items ul li a:focus {
  color: #2ea69b
}

@media (max-width:1199px) {
  .sitemap_items h3:before {
    width: 25%
  }
}

@media (max-width:991px) {
  .sitemap_items h3:before {
    width: 35%
  }
}

@media (max-width:767px) {
  .sitemap_items h3:before {
    width: 50%
  }

  .sitemap_items ul li {
    width: 33%
  }
}

@media (max-width:480px) {
  .sitemap_items ul {
    padding-left: 1em
  }

  .sitemap_items ul li {
    width: 33%
  }

  .sitemap_items h4 {
    padding-left: .8em
  }

  .sitemap_items h3:before {
    content: normal
  }

  .sitemap_items h3:after {
    top: -1.3em;
    bottom: auto
  }

  .sitemap_items:first-child h3:after {
    content: normal
  }
}

@media (max-width:400px) {
  .sitemap_items {
    margin-bottom: 2em
  }

  .sitemap_items ul li {
    width: 50%
  }

  .sitemap_items h3:after {
    top: -.8em
  }
}

.n_list {
  display: block;
  width: 100%;
  margin-bottom: 5em
}

.n_list dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0
}

.n_list dl dd {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  width: 218px;
  height: 60px;
  border-radius: 50px;
  border: 1px solid #2ea69b;
  margin: 0 .5em .5em;
  background-color: #fff
}

.n_list dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.25rem;
  color: #2ea69b
}

.n_list dl dd:hover,
.n_list dl dd:focus,
.n_list dl dd.active {
  background-color: #2ea69b
}

.n_list dl dd:hover a,
.n_list dl dd:focus a,
.n_list dl dd.active a {
  color: #fff
}

.news_d_title {
  margin-bottom: 4em
}

.news_d_title h1 {
  text-align: center;
  font-size: 1.9rem
}

.news_d_title h1:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #ea7b7b;
  margin: .7em auto 1em
}

.news_d_title ul {
  background-color: #2ea69b;
  border-radius: 50px;
  text-align: center;
  padding: 0 0 .2em;
  width: 225px;
  margin: 1em auto
}

.news_d_title ul li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 1rem;
  padding: 0 1em;
  border-left: 1px solid #fff
}

.news_d_title ul li:first-child {
  border: 0
}

.news_d_box {
  margin: 3em auto;
  position: relative;
  z-index: 1
}

.news_d_box i {
  display: block;
  width: 100%;
  height: 650px;
  background-color: #eee;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}

.news_d_box .news_editor_p {
  font-size: 1rem;
  color: #000;
  line-height: 26px;
  margin-bottom: 5em
}

.news_d_box .news_editor_img {
  display: block;
  margin: 0 auto 2em;
  width: 100%
}

.n_share_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  margin-bottom: 3em
}

.n_share_box:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1
}

.n_share_box ul {
  text-align: right;
  margin-bottom: 0;
  background-color: #fff;
  padding-left: 2em
}

.n_share_box ul li {
  display: inline-block;
  vertical-align: middle;
  color: #2ea69b;
  font-size: 1rem;
  margin: 0 .2em
}

@media (max-width:767px) {
  .news_d_box .news_editor_p {
    margin-bottom: 2em
  }

  .news_d_title {
    margin-bottom: 0
  }

  .n_list dl {
    flex-wrap: wrap
  }
}

@media (max-width:576px) {
  .n_list dl {
    flex-wrap: wrap
  }

  .n_list dl dd {
    flex: 1 1 auto;
    margin: 0 .2em .5em
  }
}

@media (max-width:576px) {
  .n_list {
    margin: 2em auto
  }
}

@media (max-width:480px) {
  .n_list dl dd {
    width: 47%;
    margin-bottom: 1em
  }
}

.h_list dl {
  text-align: center
}

.h_list dl dd {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  width: 250px;
  height: 60px;
  border-radius: 50px;
  background-color: #fff;
  border: 3px solid #2ea69b;
  margin: 0 .5em
}

.h_list dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1.25rem;
  width: 100%;
  height: 100%
}

.h_list dl dd:hover,
.h_list dl dd:focus,
.h_list dl dd.active {
  background-color: #ea7b7b;
  border-color: #ea7b7b
}

.h_list dl dd:hover a,
.h_list dl dd:focus a,
.h_list dl dd.active a {
  color: #fff
}

.h_box {
  margin-top: 5em;
  position: relative
}

.h_box .h_editor_h3_top {
  text-align: center;
  font-size: 1.25rem;
  color: #000
}

.h_box .h_editor_h3_top:after {
  display: block;
  content: "";
  width: 46px;
  height: 4px;
  background-color: #ea7b7b;
  margin: 1em auto
}

.h_box .h_editor_p_top {
  font-size: 1rem;
  color: #000;
  text-align: center;
  margin-bottom: 5em
}

.h_box i {
  display: block;
  width: 85%;
  height: 470px;
  background-color: rgba(46, 166, 155, 0.1);
  position: absolute;
  bottom: -2em;
  right: 0
}

.h_box2 {
  background-color: #2ea69b;
  border-radius: 6px;
  padding: 2em;
  margin: 1em;
  max-height: 368px;
  height: 100%
}

.h_box2 .h_editor_h3 {
  font-size: 1.25rem;
  color: #fff;
  padding-left: 1.8em;
  background: url(../image/icon/icon5.png) no-repeat top left;
  background-position-y: 1px;
  margin-bottom: .5em
}

.h_box2 .h_editor_p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 2em
}

.h_box2 .h_editor_h4 {
  font-size: .92rem;
  color: #fff;
  background-color: #ea7b7b;
  border-radius: 50px;
  width: 107px;
  line-height: 30px;
  text-align: center
}

.h_box3 .h_editor_h3 {
  font-size: 1.25rem;
  color: #000;
  background: url(../image/icon/icon6.png) no-repeat left top;
  background-position-x: 1px;
  padding-left: 2em;
  margin-top: 2em;
  margin-bottom: 0;
  margin-left: 2em
}

.h_box3 .h_editor_h4 {
  font-size: 1rem;
  color: #000;
  padding-left: 3em;
  position: relative;
  margin: 2em auto 1em;
  margin-left: 5em
}

.h_box3 .h_editor_h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #ea7b7b;
  border-radius: 100%;
  color: #fff;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto
}

.h_box3 .h_editor_h4 a {
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 38px;
  background-color: #2ea69b;
  border-radius: 6px;
  color: #fff;
  font-size: 1rem;
  margin: .5em 0;
  margin-left: 2em
}

.h_box3 .h_editor_h4 a img {
  margin-left: .5em
}

.h_box3 .h_editor_h4 a:hover,
.h_box3 .h_editor_h4 a:focus {
  background-color: #ea7b7b
}

.h_box3 .h_editor_ul {
  padding-left: 8em
}

.h_box3 .h_editor_ul li {
  list-style: none;
  color: #000;
  font-size: 1rem;
  margin-bottom: .2em;
  padding-left: 1em;
  position: relative
}

.h_box3 .h_editor_ul li:before {
  display: block;
  content: "";
  background-color: #2ea69b;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0
}

.h_box4 {
  color: #ea7b7b;
  font-size: 1.58rem;
  font-style: italic;
  text-align: center;
  border-top: 1px solid #bfbfbf;
  padding-top: 1.5em;
  margin-top: 1.5em
}

.h_box4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em
}

.h_box5 {
  margin: 4em 3em 0
}

.h_box5 h3 {
  background-color: #2ea69b;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #fff;
  font-size: 1.1rem;
  padding: .7em 1em;
  padding-left: 3em;
  margin-bottom: 0
}

.h_box5 h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .5em
}

.h_box5 .h_box6 {
  padding: 2.5em 2.5em .5em;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px
}

.h_box5 .h_box6 p {
  font-size: 1rem;
  color: #000;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 1.2em;
  margin-bottom: 2em
}

.h_box5 .h_box6 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0
}

.h_box5 .h_box6 ul li {
  flex: 1 1 auto;
  width: 49%;
  margin-bottom: 2em
}

.h_box5 .h_box6 ul li span {
  display: block;
  background-color: #ea7b7b;
  border-radius: 50px;
  font-size: 1rem;
  width: 145px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 1em
}

.h_box5 .h_box6 ul li p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  padding-left: 1em;
  border: 0
}

.h_box5 .h_box6 ul li ol {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap
}

.h_box5 .h_box6 ul li ol li {
  flex: 1 1 auto;
  width: 46%;
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  position: relative
}

.h_box5 .h_box6 ul li ol li:before {
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2ea69b;
  position: absolute;
  top: 12px;
  left: 0
}

.h_box7 {
  text-align: center;
  margin: 3em auto;
  font-size: 1.1rem;
  line-height: 30px
}

.h_box7 a {
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 47px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  margin: 0 .5em 1em
}

.h_box7 a img {
  margin-right: .5em
}

.h_box7 a:hover,
.h_box7 a:focus {
  opacity: .5
}

@media (max-width:1480px) {
  .h_box2 {
    padding: 1em
  }

  .h_box3 .h_editor_h4 {
    margin-left: 2.5em
  }

  .h_box3 .h_editor_h4 a {
    margin-left: 0
  }

  .h_box3 .h_editor_ul {
    padding-left: 6em
  }
}

@media (max-width:1199px) {
  .h_box i {
    width: 100%
  }

  .h_box5 {
    margin: 4em 0 0
  }
}

@media (max-width:991px) {
  .h_box2 {
    margin-bottom: 1em;
    height: auto;
    max-height: 100%
  }
}

@media (max-width:767px) {
  .h_box5 .h_box6 ul li ol li {
    width: 100%;
    margin-left: 0
  }
}

@media (max-width:576px) {
  .h_box2 {
    margin: 0;
    margin-bottom: 1em
  }

  .h_box3 .h_editor_h3 {
    margin-top: 1em;
    margin-left: 0
  }

  .h_box3 .h_editor_h4 {
    margin-left: 0
  }

  .h_list dl dd {
    width: 180px
  }

  .h_box5 .h_box6 {
    padding: 1em 1.5em
  }
}

@media (max-width:480px) {
  .h_list dl dd {
    width: 43%
  }
}

@media (max-width:400px) {
  .h_box5 {
    margin: 2em 0 0
  }

  .h_box5 .h_box6 ul li {
    width: 100%
  }
}

.a_box {
  display: flex;
  align-items: flex-end;
  min-height: 461px;
  background: url(../image/pic_7.jpg) no-repeat top right;
  margin: 3em auto
}

.a_box .a_box2 {
  width: 55%;
  padding-left: 5em;
  margin-bottom: 3em
}

.a_box .a_box2 h3 {
  font-size: 1.75rem;
  color: #000
}

.a_box .a_box2 h3:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #e73062;
  margin: .5em 0 1em
}

.a_box .a_box2 p {
  font-size: 1.1rem;
  color: #333;
  line-height: 32px
}

.a_box3 {
  background-color: #2ea69b;
  padding: 2em 5em 0;
  max-height: 669px;
  height: 100%;
  color: #fff
}

.a_box3 h3 {
  font-size: 1.75rem;
  margin-top: 0
}

.a_box3 h3:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #e73062;
  margin: .5em 0 1em
}

.a_box3 p {
  font-size: 1.1rem;
  line-height: 30px;
  margin-bottom: 2em
}

.a_box3 ul {
  padding-left: 1.5em
}

.a_box3 ul li {
  font-size: 1.1rem;
  margin-bottom: .3em
}

.a_img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1
}

.about_bg {
  position: relative
}

.about_bg:before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #2ea69b;
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto
}

.a_title {
  text-align: center;
  margin-bottom: 3em
}

.a_title h3 {
  font-size: 1.75rem
}

.a_title h3:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #e73062;
  margin: .5em auto
}

.a_box4 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin: 2em auto;
  padding: 0 3em;
  position: relative
}

.a_box4 p {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  margin-bottom: 0;
  font-size: 1rem
}

.a_box4 span {
  display: block;
  color: #939393;
  font-size: 1.9rem;
  margin-right: 1em;
  position: relative
}

.a_box4 span:before {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  content: "";
  width: 45px;
  height: 1px;
  background-color: #ea7b7b;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -1em
}

.a_box4 i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 5px solid #2ea69b;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1.59em
}

.a_box4:hover p,
.a_box4:focus p {
  color: #2ea69b
}

.a_box4:hover span:before,
.a_box4:focus span:before {
  background-color: #2ea69b
}

.about_bg .offset-md-6 .a_box4 {
  justify-content: flex-start
}

.about_bg .offset-md-6 .a_box4 i {
  left: -1.59em;
  right: auto
}

.about_map {
  position: relative
}

.about_map img {
  display: block;
  margin: 0 auto
}

.about_map a {
  display: block;
  width: 350px;
  height: 150px;
  position: absolute;
  margin: auto
}

.about_map .a1 {
  display: none;
  top: 5.5em;
  left: 0;
  right: -45em
}

.about_map .a2 {
  top: 15%;
  left: 14%;
}

.about_map .a4 {
  bottom: 0;
  top: 5%;
  left: 5%;
}

.about_map .a5 {
  top: 15%;
  right: 12%;
}

.about_map .a6 {
  bottom: 0;
  top: 5%;
  right: 5%;
}

.about_map .a7 {
  bottom: 0;
  right: 30%;
  width: 200px;
  height: 250px;
}

.about_map .a8 {
  bottom: 0;
  left: 30%;
  width: 200px;
  height: 250px;
}

.a_box_all {
  margin: 10em auto 5em
}

.a_box5 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 783px;
  height: 100%;
  padding-left: 9em;
  padding-right: 5em;
  position: relative;
  z-index: 1
}

.a_box5:before {
  display: block;
  content: "";
  background-color: #2ea69b;
  width: 1157px;
  height: 783px;
  position: absolute;
  left: 0;
  z-index: -1
}

.a_box5 p {
  color: #fff;
  font-size: 1.1rem;
  line-height: 30px
}

.a_box6 {
  position: relative;
  z-index: 1
}

.a_box6 img {
  box-shadow: 25px -25px 0 #ea7b7b
}

.a_box7 {
  margin: 5em auto
}

.a_box7 p {
  text-align: center;
  font-size: 1.1rem;
  color: #010101
}

.a_box8 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #f9f9f9;
  padding: 0 5em;
  max-height: 670px;
  height: 100%
}

.a_box8 h3 {
  font-size: 1.75rem;
  color: #000;
  letter-spacing: 4px;
  margin-bottom: 1em
}

.a_box8 h3 span {
  color: #ea7b7b
}

.a_box8 h3:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #e73062;
  margin: .5em 0
}

.a_box8 p {
  color: #000;
  font-size: 1.1rem
}

.a_box8 h4 {
  margin-top: 2em;
  font-size: 1.25rem;
  color: #2ea69b
}

.a_box9 {
  padding: 3em 0
}

.a_box9 h3 {
  font-size: 1.75rem;
  color: #000;
  letter-spacing: 4px;
  margin-bottom: 1em
}

.a_box9 h3 span {
  color: #ea7b7b
}

.a_box9 h3:after {
  display: block;
  content: "";
  width: 31px;
  height: 3px;
  background-color: #e73062;
  margin: .5em 0
}

.a_box9 p {
  color: #000;
  font-size: 1.1rem
}

@media (max-width:1799px) {
  .a_box8 h4 {
    margin-top: .5em
  }

  .a_box8 h3 {
    margin-bottom: .5em
  }
}

@media (max-width:1699px) {
  .a_box3 {
    padding: 2em 3em 0
  }

  .a_box3 ul li {
    margin-bottom: .1em
  }

  .a_box3 p {
    margin-bottom: 1em;
    line-height: 26px
  }
}

@media (max-width:1599px) {
  .a_box5 {
    padding-left: 5em;
    padding-right: 3em
  }

  .a_box5:before {
    height: 740px
  }

  .a_box6 {
    padding-right: 5em
  }

  .a_box8 {
    padding: 0 2em
  }

  .about_map a {
    width: 300px;
    height: 110px
  }

  .about_map .a7 {
    height: 210px;
  }

  .about_map .a8 {
    height: 210px;
  }
}

@media (max-width:1499px) {
  .a_box3 {
    padding: 1em 2em 0
  }

  .a_box3 h3:after {
    margin: .5em 0
  }

  .a_box3 p {
    font-size: 1rem
  }

  .a_box3 ul li {
    font-size: 1rem
  }

  .a_box .a_box2 {
    padding-left: 0;
    padding-right: 5em
  }
}

@media (max-width:1480px) {
  .a_box8 p {
    margin-bottom: 0
  }

  .a_box8 h3 {
    margin-bottom: 0
  }
}

@media (max-width:1399px) {
  .a_box3 {
    padding: 1em 1em 0
  }

  .a_box3 h3 {
    font-size: 1.5rem
  }

  .a_box3 p {
    line-height: normal
  }

  .a_box3 ul {
    padding-left: 1.5em;
    display: flex;
    flex-wrap: wrap
  }

  .a_box3 ul li {
    flex: 1 1 auto;
    width: 44%;
    margin-right: 1.5em
  }

  .about_map a {
    width: 250px;
    height: 110px
  }

  .about_map .a7 {
    height: 185px;
    width: 150px;
  }

  .about_map .a8 {
    height: 185px;
    width: 150px;
  }

  .a_box8 p {
    font-size: 1rem
  }

  .a_box8 h4 {
    font-size: 1.1rem
  }
}

@media (max-width:1299px) {
  .a_box5:before {
    width: 800px;
    height: 640px
  }
}

@media (max-width:1199px) {
  .a_box3 {
    padding: 3em
  }

  .a_box3 p {
    margin-bottom: 2em
  }

  .a_box3 h3:after {
    margin: .5em 0 1.5em
  }

  .a_box {
    margin-bottom: 0
  }

  .a_box .a_box2 {
    padding-left: 3em
  }

  .a_box .a_box2 p {
    font-size: 1rem;
    line-height: 26px
  }

  .a_box .a_box2 h3 {
    font-size: 1.5rem
  }

  .about_map a {
    width: 245px;
    height: 95px
  }


  .a_box5 {
    padding-left: 3em;
    padding-right: 3em
  }

  .a_box5:before {
    height: 560px
  }

  .a_box6 {
    padding-right: 4em
  }

  .a_box8 {
    padding: 0 1em
  }

  .a_box8 p {
    font-size: .92rem
  }

  .a_box8 h4 {
    margin-bottom: 0
  }

  .a_box8 h3 {
    font-size: 1.25rem
  }
}

@media (max-width:1099px) {
  .about_map a {
    width: 190px;
    height: 85px;
  }

  .about_map .a7 {
    width: 120px;
    height: 145px;
  }

  .about_map .a8 {
    width: 120px;
    height: 145px;
  }
}

@media (max-width:991px) {
  .a_box5:before {
    height: 460px;
    width: 1000px
  }

  .a_box6 img {
    box-shadow: 15px -15px 0 #ea7b7b
  }

  .a_box8 {
    padding: 1em;
    max-height: 100%
  }

  .a_box8 h4 {
    font-size: 1.25rem;
    margin-top: 1.5em;
    margin-bottom: 1em
  }

  .a_box8 h3 {
    font-size: 1.75rem;
    margin-bottom: 1em
  }

  .a_box8 p {
    font-size: 1.1rem
  }

  .a_box_all {
    margin: 5em auto 3em
  }
  .about_map a {
    width: 255px;
    height: 115px;
  }
  .about_map .a7 {
    width: 155px;
    height: 190px;
  }

  .about_map .a8 {
    width: 155px;
    height: 190px;
  }
}

@media (max-width:799px) {
  .about_map a {
    width: 220px;
    height: 95px;
  }
  .about_map .a7 {
    width: 130px;
    height: 160px;
  }

  .about_map .a8 {
    width: 130px;
    height: 160px;
  }

}

@media (max-width:768px) {
  .a_box_all {
    margin: 5em auto 0
  }
}

@media (max-width:767px) {
  .a_box {
    background-size: cover;
    margin-top: 0;
    min-height: auto
  }

  .a_box .a_box2 {
    padding-right: 3em;
    background-color: rgba(255, 255, 255, 0.6);
    padding-top: 2em;
    margin-bottom: 0
  }

  .a_box4 {
    justify-content: flex-start;
    padding: 0 0 0 2em
  }

  .a_box4 i {
    left: -1.59em
  }

  .a_box4 span {
    font-size: 1.25rem;
    margin-right: .5em
  }

  .about_bg:before {
    right: auto;
    left: .85em
  }

  .a_box_all {
    margin: 2em auto 0
  }

  .a_box5 {
    background-color: #2ea69b;
    padding-top: 3em;
    padding-bottom: 3em
  }

  .a_box5:before {
    content: normal
  }

  .a_box5 p {
    margin-bottom: 0
  }

  .a_box6 {
    padding: 0
  }

  .a_box6 img {
    box-shadow: none
  }

  .a_box7 {
    margin: 3em auto
  }

  .a_box9 {
    padding: 2em 0
  }
}

@media (max-width:699px) {
  .about_map a {
    width: 180px;
    height: 83px;
  }
  .about_map .a7 {
    width: 120px;
    height: 130px;
  }

  .about_map .a8 {
    width: 120px;
    height: 130px;
  }
}


@media (max-width:576px) {
  .a_box3 {
    padding: 1.5em
  }

  .a_box3 ul li {
    width: 100%
  }

  .a_box {
    background-position-x: 40%
  }

  .a_box .a_box2 {
    padding-top: 1em;
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8)
  }

  .about_map a {
    width: 145px;
    height: 70px;
  }
  .about_map .a7 {
    width: 85px;
    height: 100px;
  }
  .about_map .a8 {
    width: 85px;
    height: 100px;
  }
}
@media (max-width:480px) {

  .a_box5 {
    padding: 1em
  }

  .about_map a {
    width: 110px;
    height: 50px;
  }
  .about_map .a7 {
    width: 70px;
    height: 80px;
  }
  .about_map .a8 {
    width: 70px;
    height: 80px;
  }
}

@media (max-width:360px) {
  .about_map a {
    width: 90px;
    height: 40px;
  }
  .about_map .a7 {
    width: 55px;
    height: 70px;
  }
  .about_map .a8 {
    width: 55px;
    height: 70px;
  }
}

.store_bg:before {
  display: block;
  content: "";
  width: 25%;
  background-color: #f7f7f7;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.store_tw {
  margin-top: 10em;
  position: relative
}

.store_tw img {
  display: block;
  margin: 0 auto
}

.store_tw .nav-tabs {
  border: 0
}

.store_tw .nav-tabs .nav-item {
  position: absolute;
  border: 0;
  margin: auto;
  width: 218px;
  height: 60px;
  z-index: 1
}

.store_tw .nav-tabs .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #2ea69b;
  border: 0;
  border-radius: 50px;
  border: 1px solid #2ea69b;
  text-align: center;
  background-color: #fff
}

.store_tw .nav-tabs .nav-item a:hover,
.store_tw .nav-tabs .nav-item a:focus,
.store_tw .nav-tabs .nav-item a.active {
  background-color: #2ea69b;
  color: #fff
}

.store_tw .nav-tabs .nav-item:after {
  display: block;
  content: "";
  width: 2px;
  height: 120px;
  background-color: #2ea69b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1
}

.store_tw .nav-tabs .nav-item:nth-child(1) {
  top: -4em;
  left: 17em;
  right: 0
}

.store_tw .nav-tabs .nav-item:nth-child(2) {
  top: 0;
  bottom: 31em;
  left: -9em;
  right: 0
}

.store_tw .nav-tabs .nav-item:nth-child(3) {
  bottom: 24em;
  right: 0;
  left: -23em
}

.store_list {
  margin: 0 auto 5em
}

.store_list dl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.store_list dl dd {
  margin: 0 1em
}

.store_list dl dd:nth-child(1) a {
  background: #fff url(../image/icon/icon8.png) no-repeat left center;
  background-position-x: 10%
}

.store_list dl dd:nth-child(2) a {
  background: #fff url(../image/icon/icon8-2.png) no-repeat left center;
  background-position-x: 10%
}

.store_list dl dd a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 244px;
  height: 78px;
  border-radius: 50px;
  color: #000;
  border: 2px solid #2ea69b;
  padding: 0 1em;
  font-size: 1.2rem;
  text-align: center;
  padding-left: 2.5em
}

.store_list dl dd a:hover,
.store_list dl dd a:focus,
.store_list dl dd a.active {
  background-color: #2ea69b;
  color: #fff
}

.store_bg2 {
  background-color: #f7f7f7;
  padding: 3em 0;
  margin-bottom: 2em
}

.store_box {
  margin: 2.5em -15px
}

.store_box img {
  display: block;
  margin: 0 auto
}

.store_box h3 {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 2em
}

.store_box h3 span {
  color: #ea7b7b
}

.store_box p {
  font-size: 1rem;
  color: #000;
  line-height: 26px
}

.store_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 141px;
  height: 39px;
  border-radius: 50px;
  color: #fff;
  font-size: .92rem;
  background: #2ea69b url(../image/icon/arrows7.png) no-repeat right center;
  background-position-x: 90%;
  margin-top: 2em
}

.store_box a:hover,
.store_box a:focus {
  background-color: #ea7b7b
}

.store_box2 {
  padding-right: 3em
}

.store_box2 h1 {
  display: block;
  color: #000;
  font-size: 2.17rem;
  margin-bottom: 1em
}

.store_box2 h1 span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 2px solid #2ea69b;
  color: #ea7b7b;
  font-size: 1.42rem
}

.store_box2 dl dd {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative
}

.store_box2 dl dd span {
  display: block;
  background-color: #2ea69b;
  border-radius: 50px;
  padding: .2em .5em;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 1em;
  width: 20%;
  text-align: center;
  font-weight: 400
}

.store_box2 dl dd p {
  display: block;
  width: calc(100% - 20%);
  font-size: 1.1rem;
  color: #000;
  line-height: 33px
}

.store_box2 dl dd p b {
  display: block;
  font-weight: 400;
  color: #2ea69b
}

.store_box2 dl dd p .s_map {
  display: inline-block;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 171px;
  height: 46px;
  border-radius: 50px;
  border: 2px solid #2ea69b;
  color: #2ea69b;
  margin-left: 1.5em
}

.store_box2 dl dd p .s_map img {
  margin-right: .5em
}

.store_box2 dl dd p .s_map:hover,
.store_box2 dl dd p .s_map:focus {
  background-color: rgba(46, 166, 155, 0.2)
}

.store_slick {
  padding: 1em
}

.store_slick img {
  border-radius: 10px;
  border: 3px solid #2ea69b
}

.store_slick-s {
  width: 80%;
  margin: 0 auto
}

.store_slick-s img {
  padding: 1em
}

.store_slick-s .slick-prev,
.store_slick-s .slick-next {
  width: 54px;
  height: 54px;
  background: url(../image/icon/arrows2.png) no-repeat center center;
  z-index: 1;
  transform: none;
  top: 0;
  bottom: 0;
  margin: auto
}

.store_slick-s .slick-prev:before,
.store_slick-s .slick-next:before {
  content: normal
}

.store_slick-s .slick-prev:hover,
.store_slick-s .slick-prev:focus,
.store_slick-s .slick-next:hover,
.store_slick-s .slick-next:focus {
  background: url(../image/icon/arrows2.png) no-repeat center center
}

.store_slick-s .slick-prev {
  transform: scaleX(-1);
  left: -10%
}

.store_slick-s .slick-next {
  right: -10%
}

@media (max-width:1580px) {
  .store_tw .nav-tabs .nav-item:nth-child(1) {
    left: 16em
  }
}

@media (max-width:1480px) {
  .store_tw .nav-tabs .nav-item:nth-child(1) {
    top: -3.5em;
    left: 14.5em
  }
}

@media (max-width:1399px) {
  .store_tw .nav-tabs .nav-item:nth-child(1) {
    top: -4.5em;
    left: 12.5em
  }

  .store_tw .nav-tabs .nav-item:nth-child(2) {
    bottom: 28em
  }

  .store_tw .nav-tabs .nav-item:nth-child(3) {
    bottom: 21em;
    left: -20em
  }
}

@media (max-width:1299px) {
  .store_box2 {
    padding-right: 0
  }

  .store_box2 dl dd span {
    width: 35%
  }

  .store_box2 dl dd p {
    width: calc(100% - 35%)
  }

  .store_slick-s img {
    padding: .5em
  }

  .store_slick-s .slick-prev,
  .store_slick-s .slick-next {
    width: 40px;
    height: 40px;
    background-size: cover
  }

  .store_slick-s .slick-prev:hover,
  .store_slick-s .slick-prev:focus,
  .store_slick-s .slick-next:hover,
  .store_slick-s .slick-next:focus {
    background-size: cover
  }
}

@media (max-width:1280px) {
  .store_tw .nav-tabs .nav-item {
    width: 40%
  }

  .store_tw .nav-tabs .nav-item:nth-child(3) {
    bottom: 19em;
    left: -18em
  }
}

@media (max-width:1199px) {
  .store_tw .nav-tabs .nav-item:nth-child(1) {
    top: -4.5em;
    left: 12.5em
  }

  .store_tw .nav-tabs .nav-item:nth-child(2) {
    bottom: 26em
  }

  .store_tw .nav-tabs .nav-item:nth-child(3) {
    bottom: 19em;
    left: -15em
  }
}

@media (max-width:1099px) {
  .store_tw .nav-tabs .nav-item:after {
    content: normal
  }

  .store_tw .nav-tabs .nav-item:nth-child(1) {
    left: 10.5em;
    top: 0
  }

  .store_tw .nav-tabs .nav-item:nth-child(2) {
    bottom: 13em
  }

  .store_tw .nav-tabs .nav-item:nth-child(3) {
    bottom: 12em;
    left: -13em
  }
}

@media (max-width:991px) {
  .store_tw .nav-tabs .nav-item {
    width: 60%
  }

  .store_tw .nav-tabs .nav-item:nth-child(1) {
    left: 6em;
    top: 0
  }

  .store_tw .nav-tabs .nav-item:nth-child(2) {
    bottom: 13em;
    left: -4em
  }

  .store_tw .nav-tabs .nav-item:nth-child(3) {
    bottom: 10em;
    left: -8em
  }

  .store_box {
    margin: 1.5em -15px
  }

  .store_box2 dl dd span {
    width: 20%
  }
}

@media (max-width:767px) {
  .store_tw {
    margin-top: 0;
    margin-bottom: 3em
  }

  .store_tw img {
    display: none
  }

  .store_tw .nav-tabs .nav-item {
    flex: 1 1 auto;
    position: initial;
    width: 28%;
    margin: 0 .5em
  }

  .store_box img {
    margin: 0 auto 2em
  }
}

@media (max-width:576px) {
  .store_box {
    text-align: center
  }

  .store_box img {
    margin: 0 auto 2em
  }

  .store_box h3 {
    text-align: center
  }

  .store_box p {
    text-align: center
  }

  .store_box a {
    margin: 0 auto
  }

  .store_list dl dd {
    margin: 0 .3em;
    flex: 1 1 auto
  }

  .store_list dl dd a {
    width: 100%
  }
}

@media (max-width:480px) {
  .store_tw .nav-tabs .nav-item {
    width: 100%
  }

  .open_items .open_tel {
    font-size: 1.3rem
  }

  .store_list dl {
    flex-wrap: wrap
  }

  .store_list dl dd {
    margin: .3em .2em
  }

  .store_list dl dd a {
    padding-left: 4em
  }

  .store_box2 h1 span {
    margin-left: 0;
    padding-left: .5em
  }

  .store_box2 dl dd span {
    width: 33%
  }

  .store_box2 dl dd p {
    width: calc(100% - 33%)
  }

  .store_box2 dl dd p .s_map {
    margin-left: .5em
  }

  .store_slick {
    padding: 0
  }

  .store_slick-s {
    margin-top: 1em
  }

  .store_slick-s img {
    padding: .2em
  }

  .store_slick-s .slick-prev,
  .store_slick-s .slick-next {
    width: 30px;
    height: 30px
  }

  .store_slick-s .slick-prev {
    left: -13%
  }

  .store_slick-s .slick-next {
    right: -13%
  }
}

@media (max-width:360px) {
  .open_items a span {
    width: 100px
  }

  .store_box h3 span {
    display: block
  }

  .store_box2 dl dd span {
    width: 45%
  }

  .store_box2 dl dd p {
    width: calc(100% - 45%)
  }

  .store_box2 dl dd p .s_map {
    margin-left: 0;
    margin-top: .5em
  }
}

.d_search {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.d_search .d_search_box {
  width: 155px;
  height: 155px;
  border-radius: 100%;
  background-color: #ea7b7b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.25rem
}

.d_search .d_search_form {
  width: calc(100% - 155px)
}

.d_search_group label {
  font-size: 1.1rem;
  color: #383635
}

.d_search_group .form-control {
  border: 0;
  height: 55px;
  background-color: #eee;
  margin-bottom: 1.8em
}

.d_search_group .Zebra_DatePicker_Icon_Wrapper {
  width: 100% !important
}

.d_search_group button.Zebra_DatePicker_Icon {
  width: 28px;
  height: 23px;
  background: url(../image/icon/month.png) no-repeat center;
  outline: none
}

.d_search_group .d_sumit {
  width: 250px;
  height: 60px;
  background-color: #2ea69b;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  margin: 2em auto;
  outline: none;
  font-size: 1.15rem
}

.d_search_group .d_sumit img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px
}

.d_search_group .d_sumit:hover,
.d_search_group .d_sumit:focus {
  background-color: #ea7b7b
}

.d_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2em auto
}

.d_box .d_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 156px;
  border-radius: 100%;
  background-color: #25b7aa;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 3em
}

.d_box .d_right {
  width: calc(100% - 210px)
}

.d_box .d_right p {
  color: #2ea69b;
  font-size: 1.1rem;
  margin-bottom: 2em;
  margin-right: 4em
}

.d_box .d_right h3 {
  font-size: 1.25rem;
  color: #ea7b7b;
  margin-bottom: 1em
}

.d_box .d_right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin-bottom: 0
}

.d_box .d_right ul li {
  display: block;
  border-right: 1px solid #dcdcdc;
  margin-bottom: 1em;
  padding-right: 1em;
  margin-right: 1em
}

.d_box .d_right ul li a {
  font-size: 1rem;
  color: #363433
}

.d_box .d_right ul li a:hover,
.d_box .d_right ul li a:focus {
  color: #ea7b7b
}

.d_table {
  margin: 2em auto
}

.d_table table {
  width: 100%;
  text-align: center
}

.d_table table tr {
  border-bottom: 1px solid #2ea69b
}

.d_table table tr:nth-child(even) {
  background-color: #f9f9f9
}

.d_table table tr:last-child {
  border-bottom: 2px solid #ea7b7b
}

.d_table table tr th {
  font-size: 1.25rem;
  padding: .7em;
  background-color: #2ea69b;
  color: #fff;
  font-weight: 400
}

.d_table table tr td {
  padding: 1em;
  font-size: 1.1rem
}

.d_table table tr td a {
  color: #000
}

.d_table table tr td a:hover,
.d_table table tr td a:focus {
  color: #ea7b7b
}

.d_table .rwd-table {
  overflow: hidden
}

.d_table .rwd-table th {
  display: none
}

.d_table .rwd-table td {
  display: block
}

.d_table .rwd-table td:before {
  content: attr(data-th) ":";
  display: inline-block
}

.d_box2 {
  margin-top: 2em
}

.d_box2 h3 {
  font-size: 1.58rem;
  color: #000
}

.d_box2 h3 span {
  display: inline-block;
  vertical-align: middle;
  color: #2ea69b;
  font-size: 1rem;
  margin-left: .5em
}

.d_box2 h4 {
  background-color: #ea7b7b;
  border-radius: 50px;
  padding: .4em 1em;
  font-size: 1.1rem;
  color: #fff;
  width: 153px;
  text-align: center;
  margin-top: 1.5em
}

.d_box2 h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em;
  width: 22px
}

.d_box2 h5 {
  font-size: 1.1rem;
  color: #000;
  padding-top: .5em;
  padding-left: 1.5em
}

.d_box2 ul {
  padding-left: 1.5em
}

.d_box2 ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 1em
}

.d_box2 ul li .d_box3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25b7aa;
  width: 71px;
  height: 71px;
  border-radius: 100%;
  margin-bottom: .2em;
  font-size: 1rem;
  color: #000
}

.d_box2 ul li img {
  display: block;
  width: 70%
}

.d_box2 p {
  font-size: 1rem;
  color: #000;
  padding-left: 1.5em
}

.d_editor_box {
  margin: 3em auto
}

.d_editor_box table {
  width: 100%
}

.d_editor_box table tr th {
  text-align: center;
  background-color: #2ea69b;
  color: #fff;
  font-size: 1.25rem;
  padding: .5em;
  font-weight: 400
}

.d_editor_box table tr td {
  vertical-align: top;
  border: 1px solid #dcdcdc;
  padding: 2em;
  width: 50%
}

.d_editor_box table tr td ul {
  list-style: none;
  margin-bottom: 0
}

.d_editor_box table tr td ul li {
  margin-bottom: .3em;
  font-size: 1rem;
  color: #000
}

.d_editor_box table tr td ul li span {
  color: #ea7b7b
}

.d_bak {
  display: flex;
  align-items: center;
  justify-content: center
}

.d_bak .d_bak_left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border-radius: 50px;
  border: 3px solid #2ea69b;
  text-align: center;
  color: #2ea69b;
  font-size: 1.25rem;
  background-color: #fff;
  margin: 0 .5em
}

.d_bak .d_bak_left:hover,
.d_bak .d_bak_left:focus {
  background-color: #ea7b7b;
  border-color: #ea7b7b;
  color: #fff
}

.d_bak .d_bak_right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  background-color: #ea7b7b;
  margin: 0 .5em
}

.d_bak .d_bak_right img {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  margin-right: .5em
}

.d_bak .d_bak_right:hover,
.d_bak .d_bak_right:focus {
  background-color: #2ea69b
}

@media (min-width:480px) {
  .d_table .rwd-table td:before {
    display: none
  }

  .d_table .rwd-table th,
  .d_table .rwd-table td {
    display: table-cell
  }
}

@media (max-width:1710px) {
  .d_box .d_right p {
    margin-right: 2em
  }

  .d_box .d_right ul li {
    padding-right: .5em;
    margin-right: .5em
  }
}

@media (max-width:1280px) {
  .d_box .d_left {
    margin-right: 0
  }

  .d_box .d_right {
    width: calc(100% - 180px)
  }

  .d_box2 ul {
    padding-left: 0
  }

  .d_box2 p {
    padding-left: 0
  }
}

@media (max-width:767px) {
  .d_search {
    align-items: flex-start
  }

  .d_search_group .form-control {
    margin-bottom: 1.5em
  }

  .d_search_group .Zebra_DatePicker_Icon_Wrapper {
    padding-bottom: 0 !important
  }

  .d_box .d_right p {
    margin-right: 0
  }

  .d_editor_box table tr td {
    padding: 1em
  }
}

@media (max-width:576px) {
  .d_search {
    display: block
  }

  .d_search .d_search_box {
    margin: 0 auto 1em
  }

  .d_search .d_search_form {
    width: 100%;
    margin: 0 auto
  }

  .d_box .d_left {
    width: 130px;
    height: 130px
  }

  .d_box .d_right {
    width: calc(100% - 150px)
  }

  .d_editor_box table tr td {
    display: block;
    width: 100%
  }
}

@media (max-width:480px) {
  .d_box {
    display: block
  }

  .d_box .d_left {
    width: 120px;
    height: 120px;
    margin-bottom: 1em
  }

  .d_box .d_right {
    width: 100%;
    margin-bottom: 1em
  }

  .d_table table {
    text-align: left
  }

  .d_table table tr td {
    padding: .5em
  }

  .d_table .rwd-table td:before {
    color: #2ea69b;
    font-size: 1.1rem
  }

  .d_table .rwd-table td {
    display: inline-block;
    vertical-align: top;
    width: 49%
  }

  .d_box2 ul li {
    margin: 1em .2em
  }
}

@media (max-width:400px) {
  .d_box .d_right ul li {
    padding-right: .2em;
    margin-right: .2em
  }
}

@media (max-width:360px) {
  .d_bak .d_bak_left {
    margin: 0 .2em
  }

  .d_bak .d_bak_right {
    margin: 0 .2em
  }

  .d_table table tr td {
    padding: .2em
  }
}

.contact_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2em auto 5em
}

.contact_box img {
  margin-right: 3em
}

.contact_box .contact_box2 {
  padding-left: 3em;
  border-left: 1px solid #e5e5e5
}

.contact_box .contact_box2 h3 {
  font-size: 1rem;
  color: #000
}

.contact_box .contact_box2 h3:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #2ea69b;
  margin-right: .5em
}

.contact_box .contact_box2 p {
  margin-bottom: 0;
  font-size: .9rem;
  color: #2ea69b;
  padding-left: 1.2em
}

.contact_form {
  background-color: #f2f2f2;
  padding: 4em 8em
}

.contact_form p {
  text-align: center;
  font-size: 1rem;
  color: #343434;
  margin-bottom: 3em
}

.contact_form label {
  font-size: 1.08rem;
  color: #383635
}

.contact_form .form-control {
  height: 50px;
  border: 0;
  margin-bottom: 2em
}

.contact_form img {
  margin-right: .5em;
  cursor: pointer
}

@media (max-width:1440px) {
  .contact_form {
    padding: 4em
  }
}

@media (max-width:1199px) {
  .contact_form {
    padding: 2em
  }
}

@media (max-width:991px) {
  .contact_box img {
    margin-right: 2em
  }

  .contact_box .contact_box2 {
    padding-left: 2em
  }
}

@media (max-width:767px) {
  .contact_form .form-control {
    margin-bottom: 1em
  }
}

@media (max-width:480px) {
  .contact_form {
    padding: 1em 0
  }

  .contact_box {
    display: block;
    margin: 2em auto
  }

  .contact_box img {
    display: block;
    margin: 1em auto
  }

  .contact_box .contact_box2 {
    border: 0;
    padding: 0;
    text-align: center
  }
}

.s_click_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6em
}

.s_click_button .s_arrows {
  width: 138px;
  height: 50px;
  border-radius: 6px;
  background-color: #2ea69b;
  text-align: center
}

.s_click_button .s_arrows li {
  display: inline-block;
  vertical-align: middle;
  width: 48%
}

.s_click_button .s_arrows li a {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center
}

.s_click_button .s_arrows li:first-child {
  position: relative
}

.s_click_button .s_arrows li:first-child:after {
  display: block;
  content: "";
  width: 1px;
  height: 36px;
  background-color: #1e978c;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto
}

.s_click_button .s_arrows li:first-child img {
  transform: scaleX(-1)
}

.s_click_button h3 {
  font-size: 1.58rem;
  color: #000
}

.s_click_button .s_today a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 50px;
  background-color: #ea7b7b;
  border-radius: 6px;
  color: #fff;
  font-size: 1.05rem
}

.s_table {
  margin-top: 3em;
  position: relative
}

.s_table table {
  width: 100%
}

.s_table table tr th {
  padding: .5em;
  background-color: #2ea69b;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  width: calc(100% / 7)
}

.s_table table tr .no_month {
  background-color: #f5f2f2
}

.s_table table tr .s_today {
  background-color: rgba(46, 166, 155, 0.1)
}

.s_table table tr td {
  border: 1px solid #bfbfbf;
  padding: 1em;
  width: calc(100% / 7);
  vertical-align: top;
  position: relative
}

.s_table table tr td span {
  display: block;
  text-align: right;
  font-size: 1.1rem;
  margin-bottom: 1em;
  position: absolute;
  right: .8em;
  top: .5em;
  font-weight: 700;
  color: #2ea69b
}

.s_table table tr td ul {
  list-style: none;
  margin-bottom: 0
}

.s_table table tr td ul li {
  display: block;
  margin: .5em auto
}

.s_table table tr td ul li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  color: #000;
  margin-right: .5em
}

.s_table table tr td ul li a:hover,
.s_table table tr td ul li a:focus {
  color: #ea7b7b
}

.s_week ul {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  margin-left: 2px;
  display: flex;
  justify-content: space-around
}

.s_week ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .5em;
  background-color: #2ea69b;
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 400;
  width: calc(100% / 6.99);
  margin-left: -4px
}

.s_week ul li:first-child,
.s_week ul li:last-child {
  background-color: #ea7b7b
}

.sidebar {
  width: 100%
}

.is_stuck {
  top: 5em !important;
  z-index: 1
}

.s_phone {
  display: none
}

@media (max-width:991px) {
  .s_table table tr td {
    padding: .5em
  }

  .is_stuck {
    top: 4em !important
  }
}

@media (max-width:800px) {

  .s_table,
  .s_click_button {
    display: none
  }

  .s_phone {
    display: block;
    margin-top: 4em
  }

  .s_phone h3 {
    font-size: 1.25rem;
    text-align: center;
    color: #000
  }

  .s_phone .s_phone_top {
    width: 90%;
    margin: 0 auto
  }

  .s_phone .s_phone_top.slick-initialized .slick-slide {
    display: inline-block;
    vertical-align: middle;
    margin: 1em
  }

  .s_phone .s_phone_top .slick-list {
    padding: 0 !important
  }

  .s_phone .s_phone_top .slick-slide {
    float: none
  }

  .s_phone .s_phone_top .slick-current .s_phone_items {
    border-color: #2ea69b;
    background-color: #2ea69b;
    color: #fff
  }

  .s_phone .s_phone_top .slick-current .s_phone_items span {
    color: #fff
  }

  .s_phone .s_phone_top .slick-prev,
  .s_phone .s_phone_top .slick-next {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #2ea69b url(../image/icon/arrows7.png) no-repeat center;
    transform: none;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1
  }

  .s_phone .s_phone_top .slick-prev:before,
  .s_phone .s_phone_top .slick-next:before {
    content: normal
  }

  .s_phone .s_phone_top .slick-prev {
    transform: scaleX(-1);
    left: -35px
  }

  .s_phone .s_phone_top .slick-next {
    right: -30px
  }

  .s_phone .s_phone_top .slick-disabled {
    background-color: #ddd;
    cursor: not-allowed
  }

  .s_phone .s_phone_top .s_phone_items {
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    padding: 1em;
    font-size: 1rem;
    color: #000;
    text-align: center
  }

  .s_phone .s_phone_top .s_phone_items span {
    display: block;
    text-align: center;
    font-size: 1.25rem
  }

  .s_phone_bottom {
    margin-top: 2em
  }

  .s_phone_bottom .s_phone_box table {
    width: 100%
  }

  .s_phone_bottom .s_phone_box table tr:nth-child(odd) {
    background-color: #ebebeb
  }

  .s_phone_bottom .s_phone_box table tr th {
    padding: .5em;
    background-color: #2ea69b;
    color: #fff;
    text-align: center;
    font-weight: 400
  }

  .s_phone_bottom .s_phone_box table tr td {
    text-align: center;
    font-size: 1.08rem;
    color: #000;
    padding: .8em
  }

  .s_phone_bottom .s_phone_box table tr td a {
    display: inline-block;
    vertical-align: middle;
    color: #2ea69b;
    font-size: 1.08rem;
    margin-right: .5em
  }

  .s_phone_bottom .s_phone_box table tr td a:hover,
  .s_phone_bottom .s_phone_box table tr td a:focus {
    color: #ea7b7b
  }
}

@media (max-width:480px) {
  .s_phone .s_phone_top.slick-initialized .slick-slide {
    margin: .5em
  }
}

@media (max-width:400px) {
  .s_phone .s_phone_top .slick-prev {
    left: -30px
  }

  .s_phone .s_phone_top .slick-next {
    right: -30px
  }
}

@media (max-width:360px) {
  .s_phone .s_phone_top.slick-initialized .slick-slide {
    margin: .3em
  }
}

.d_search_group .n_s {
  width: 100%;
  margin: 0 auto
}

.d_search_group .form-control-n {
  margin-bottom: 0
}

.d_search-n {
  margin-bottom: 3em
}

@media (max-width:767px) {
  .d_search_group .form-control-n {
    margin-bottom: 1.5rem
  }
}

.four_0 {
  margin-top: 7em
}

.four_box {
  margin: 4em auto 0;
  background-color: #ea7b7b;
  padding: 0 1.5em 1.5em
}

.four_box h3 {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 10rem
}

.four_box h4 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  font-weight: 600
}

.four_box p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem
}

.four_a {
  -webkit-transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: all .3s cubic-bezier(0.42, 0, 0.58, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2ea69b;
  border-radius: 50px;
  color: #fff;
  margin: 2em auto 3em
}

.four_a a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.1rem;
  padding: .8em 3em
}

.four_a:hover,
.four_a:focus {
  background-color: #ea7b7b
}

@media (max-width:480px) {
  .four_0 {
    margin-top: 3em
  }

  .four_box h3 {
    font-size: 7rem
  }

  .four_box h4 {
    font-size: 3rem
  }

  .four_box p {
    font-size: 1.1rem
  }
}

@media (max-width:320px) {
  .four_box {
    padding: 0 1.5em .5em
  }

  .four_box h3 {
    font-size: 6rem
  }

  .four_box h4 {
    font-size: 2rem
  }

  .four_box p {
    font-size: 1rem
  }
}