@charset "UTF-8";

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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

* {
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}

select,
input {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}

.demo {
  width: 100%;
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
  width: 100%;
  -webkit-filter: grayscale(1);
}

.demo img {
  width: 100%;
}

body {
  font-family: '微軟正黑體',Arial;
}

body .row {
  max-width: 1280px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

footer {
  width: 100%;
  background: #1b1b1b;
  opacity: 1;
  position: relative;
  z-index: 0;
}

footer .footer_wrap .row {
  width: calc(100% - 100px);
  max-width: 1340px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1100px) {
  footer .footer_wrap .row {
    padding: 0 calc(50px*0.8);
  }
}

@media only screen and (max-width: 910px) {
  footer .footer_wrap .row {
    padding: 0 calc(50px*0.6);
  }
}

footer .footer_wrap .row .slogn {
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding: 50px 0 25px 0;
}

@media only screen and (max-width: 1100px) {
  footer .footer_wrap .row .slogn {
    font-size: calc(22px* 0.8);
    padding: calc(50px* 0.8) 0 calc(25px* 0.8) 0;
  }
}

@media only screen and (max-width: 910px) {
  footer .footer_wrap .row .slogn {
    font-size: calc(22px* 0.6);
    padding: calc(50px* 0.6) 0 calc(25px* 0.6) 0;
  }
}

footer .footer_wrap .row .icons img {
  margin: 0 5px;
}

@media only screen and (max-width: 1100px) {
  footer .footer_wrap .row .icons img {
    margin: 0 calc(5px*0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 910px) {
  footer .footer_wrap .row .icons img {
    margin: 0 calc(5px*0.6);
    transform: scale(0.6);
  }
}

footer .footer_wrap .row .infos {
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  footer .footer_wrap .row .infos {
    font-size: calc(22px*0.8);
  }
}

@media only screen and (max-width: 910px) {
  footer .footer_wrap .row .infos {
    font-size: calc(22px*0.6);
    width: 100%;
  }
}

footer .footer_wrap .row .infos a {
  display: inline-block;
  margin: 65px 17px 30px;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  footer .footer_wrap .row .infos a {
    margin: calc(65px*0.8) calc(17px*0.8) calc(30px*0.8);
  }
}

@media only screen and (max-width: 910px) {
  footer .footer_wrap .row .infos a {
    margin: calc(65px*0.6) calc(17px*0.6) calc(30px*0.6);
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_wrap .row .infos a {
    margin: 0 0 20px;
    display: block;
  }
}

footer .footer_wrap .row .infos a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

@media only screen and (max-width: 1100px) {
  footer .footer_wrap .row .infos a img {
    margin-right: calc(20px*0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 910px) {
  footer .footer_wrap .row .infos a img {
    margin-right: calc(20px*0.6);
    transform: scale(0.6);
  }
}

@media only screen and (max-width: 767px) {
  footer .footer_wrap .row .infos a img {
    display: block;
    margin: 0 auto;
  }
}

footer .copyright .row {
  width: calc(100% - 100px);
  max-width: 1340px;
  padding: 0 50px;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  footer .copyright .row {
    padding: 0 calc(50px*0.8);
  }
}

@media only screen and (max-width: 910px) {
  footer .copyright .row {
    padding: 0 calc(50px*0.6);
  }
}

footer .copyright .row span {
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: block;
  padding: 30px 0 50px 0;
}

@media only screen and (max-width: 1100px) {
  footer .copyright .row span {
    font-size: calc(18px*0.8);
    padding: calc(30px*0.8) 0 calc(50px*0.8) 0;
  }
}

@media only screen and (max-width: 910px) {
  footer .copyright .row span {
    font-size: calc(18px*0.6);
    padding: calc(30px*0.6) 0 calc(50px*0.6) 0;
  }
}

header {
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 999999;
}

@media only screen and (max-width: 767px) {
  header {
    height: 60px;
    position: fixed;
    top: 0;
  }
}

header:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 6.2%;
}

@media only screen and (min-width: 1440px) {
  header:after {
    height: 85px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  header:after {
    height: 60px;
  }
}

header .header_row {
  width: calc(100% - 100px);
  max-width: 1340px;
  padding: 0 50px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  header .header_row {
    width: calc(100% - 30px);
    padding: 0 15px;
  }
}
header .header_row .main_logo-2 {
  display: block;
  width: 10%;
  margin: 1.3%;
  float: left;
}
header .header_row .main_logo {
  display: block;
  width: 5%;
  margin: 1.3%;
  float: left;
}
header .header_row .main_logo-2 img,
header .header_row .main_logo img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_logo-2 {
    width: 100px;
    margin: 10px 0;
  }
  header .header_row .main_logo {
    width: 50px;
    margin: 10px 0;
  }
  header .header_row .main_logo-2 img,
  header .header_row .main_logo img {
    height: 100%;
  }
}

header .header_row .navbtn {
  display: none;
  width: 30px;
  height: 30px;
  float: right;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  position: absolute;
  outline: none;
  z-index: 9999;
  top: 10px;
  right: 15px;
}

header .header_row .navbtn span.icon-bar {
  height: 2px;
  border-radius: 5px;
  width: 100%;
  display: block;
  background: #333;
  margin: 8px 0;
}

@media only screen and (max-width: 767px) {
  header .header_row .navbtn {
    display: block;
  }
}

header .header_row .main_menu {
  display: block;
  float: right;
  padding: 0 13px;
  position: relative;
  top: 28%;
}

header .header_row .main_menu .show_menu {
  position: relative !important;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu {
    padding: 0 0;
    width: 100%;
    float: none;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed !important;
    height: 100vh;
    background: #fff;
  }
}

header .header_row .main_menu li {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li {
    display: block;
    width: 100%;
  }
}

header .header_row .main_menu li > a {
  font-size: 17px;
  font-weight: 400;
  display: block;
  letter-spacing: 1px;
  padding: 5% 24px;
  color: #333;
}

header .header_row .main_menu li > a:hover, header .header_row .main_menu li > a.active {
  color: #55d8c4;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li > a {
    display: block;
    width: calc(100% - 200px);
    padding: 15px 0;
    margin: 0 100px;
    text-align: center;
    border-top: 1px solid #eee;
  }
}

header .header_row .main_menu li .menu_more {
  position: absolute;
  background: none;
  border: none;
  color: #52d9c4;
  top: 10px;
  left: calc(50% + 40px);
  font-size: 20px;
  outline: none;
}

@media only screen and (min-width: 767px) {
  header .header_row .main_menu li:hover .tab_box {
    display: block !important;
  }

  header .header_row .main_menu li .menu_more {
    display: none;
    outline: none;
  }
}

header .header_row .main_menu li .tab_box {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #eee;
  left: calc((100% - 180px)/2);
  right: 0;
  padding: 15px 0 15px 0;
  top: 100%;
  width: 200px;
  text-align: left;
}

header .header_row .main_menu li .tab_box a {
  line-height: 30px;
  min-height: 0;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  display: block;
  letter-spacing: 1px;
  padding: 0 24px;
}

header .header_row .main_menu li .tab_box a:hover, header .header_row .main_menu li .tab_box a.active {
  border-bottom: none !important;
  background: #55d8c4;
  color: #fff;
}

header .header_row .main_menu li .tab_box a:hover:after, header .header_row .main_menu li .tab_box a.active:after {
  display: none;
}

header .header_row .main_menu li .tab_box a:after {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  header .header_row .main_menu li .tab_box {
    position: static;
    margin: 0 auto 20px;
    text-align: center;
  }
}

.main_slicker {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 500px) {
  .main_slicker {
    min-width: 500px;
    left: calc((100% - 500px)/2);
  }
}

@media only screen and (max-width: 600px) {
  .main_slicker .slicker_info .see_more_btn img {
    width: 30px;
  }
}

.main_slicker .slicker {
  margin-bottom: 0;
}

.main_slicker .slicker .slick-dots {
  bottom: 15%;
  color: #fff;
}

.main_slicker .slicker .slick-dots li button:before {
  color: #fff;
}

.main_slicker .slicker_mask {
  position: absolute;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}

.main_slicker .slicker_mask img {
  display: block;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .main_menu.hide_menu {
    pointer-events: none;
  }
}

@media only screen and (max-width: 991px) {
  .main_menu.show_menu {
    pointer-events: auto;
  }
}

.type-1, .type-2, .type-4 {
  overflow: hidden;
}

.type-1 .row, .type-2 .row, .type-4 .row {
  max-width: 1024px;
}

.type-1 .group-1, .type-2 .group-1, .type-4 .group-1 {
  width: 38%;
  float: left;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .type-1 .group-1, .type-2 .group-1, .type-4 .group-1 {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
    text-align: center;
  }
}

.type-1 .group-1 .main_title, .type-2 .group-1 .main_title, .type-4 .group-1 .main_title {
  font-size: 33px;
  letter-spacing: 5px;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  line-height: 40px;
}

.type-1 .group-1 .main_title br, .type-2 .group-1 .main_title br, .type-4 .group-1 .main_title br {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .type-1 .group-1 .main_title, .type-2 .group-1 .main_title, .type-4 .group-1 .main_title {
    font-size: calc(33px*0.9);
    letter-spacing: calc(5px*0.9);
    padding-top: calc(35px*0.9);
    padding-bottom: calc(30px*0.9);
    margin-bottom: calc(30px*0.9);
    line-height: calc(40px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .type-1 .group-1 .main_title, .type-2 .group-1 .main_title, .type-4 .group-1 .main_title {
    font-size: calc(33px*0.8);
    letter-spacing: calc(5px*0.8);
    padding-top: calc(35px*0.8);
    padding-bottom: calc(30px*0.8);
    line-height: calc(40px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .type-1 .group-1 .main_title, .type-2 .group-1 .main_title, .type-4 .group-1 .main_title {
    font-size: calc(33px*0.7);
    letter-spacing: calc(5px*0.7);
    padding-top: calc(35px*0.7);
    padding-bottom: calc(30px*0.7);
    line-height: calc(40px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .type-1 .group-1 .main_title, .type-2 .group-1 .main_title, .type-4 .group-1 .main_title {
    text-align: center;
    font-size: calc(33px*0.6);
    letter-spacing: calc(5px*0.6);
    padding-top: calc(35px*0.6);
    padding-bottom: calc(30px*0.6);
    line-height: calc(40px*0.6);
  }

  .type-1 .group-1 .main_title span, .type-2 .group-1 .main_title span, .type-4 .group-1 .main_title span {
    display: inline-block;
  }
}

.type-1 .group-1 .main_title:after, .type-2 .group-1 .main_title:after, .type-4 .group-1 .main_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 40%;
  border-bottom: 3px solid #000;
}

@media only screen and (max-width: 991px) {
  .type-1 .group-1 .main_title:after, .type-2 .group-1 .main_title:after, .type-4 .group-1 .main_title:after {
    left: 30%;
  }
}

.type-1 .group-1 p, .type-2 .group-1 p, .type-4 .group-1 p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 25px;
  letter-spacing: 0px;
  text-align: justify;
}

@media only screen and (max-width: 1300px) {
  .type-1 .group-1 p, .type-2 .group-1 p, .type-4 .group-1 p {
    font-size: calc(16px*0.9);
    line-height: calc(30px*0.9);
    margin-bottom: calc(65px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .type-1 .group-1 p, .type-2 .group-1 p, .type-4 .group-1 p {
    font-size: calc(16px*0.8);
    line-height: calc(30px*0.8);
    margin-bottom: calc(65px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .type-1 .group-1 p, .type-2 .group-1 p, .type-4 .group-1 p {
    font-size: calc(16px*0.7);
    line-height: calc(30px*0.7);
    margin-bottom: calc(40px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .type-1 .group-1 p, .type-2 .group-1 p, .type-4 .group-1 p {
    text-align: center;
  }
}

.type-1 .group-1 .circle_wrap_all, .type-2 .group-1 .circle_wrap_all, .type-4 .group-1 .circle_wrap_all {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (max-width: 1050px) {
  .type-1 .group-1 .circle_wrap_all, .type-2 .group-1 .circle_wrap_all, .type-4 .group-1 .circle_wrap_all {
    min-width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .type-1 .group-1 .circle_wrap_all, .type-2 .group-1 .circle_wrap_all, .type-4 .group-1 .circle_wrap_all {
    margin-bottom: 30px;
    min-width: 0;
  }
}

@media only screen and (max-width: 640px) {
  .type-1 .group-1 .circle_wrap_all, .type-2 .group-1 .circle_wrap_all, .type-4 .group-1 .circle_wrap_all {
    width: 280px;
    min-width: 0;
  }
}

.type-1 .group-1 .circle_wrap_all .circle_wrap, .type-2 .group-1 .circle_wrap_all .circle_wrap, .type-4 .group-1 .circle_wrap_all .circle_wrap {
  display: block;
  border-radius: 77px;
}

@media only screen and (max-width: 991px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap, .type-2 .group-1 .circle_wrap_all .circle_wrap, .type-4 .group-1 .circle_wrap_all .circle_wrap {
    width: calc(100%/4);
    float: left;
  }
}

@media only screen and (max-width: 640px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap, .type-2 .group-1 .circle_wrap_all .circle_wrap, .type-4 .group-1 .circle_wrap_all .circle_wrap {
    width: calc(100%/2);
    float: left;
    display: inline-block;
    margin: 0;
  }
}

.type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item {
  background: #87cbc0;
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  padding: 10px;
  float: left;
  border: 8px solid rgba(254, 255, 255, 0.4);
  margin: 15px;
}

@media only screen and (max-width: 1300px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item {
    width: calc(110px*0.9);
    height: calc(110px*0.9);
    border-radius: calc(110px*0.9);
    margin: calc(15px*0.9) calc(15px*0.9);
    padding: calc(10px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item {
    width: calc(110px*0.8);
    height: calc(110px*0.8);
    border-radius: calc(110px*0.8);
    margin: calc(15px*0.8) calc(15px*0.8);
    padding: calc(10px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item {
    width: calc(110px*0.7);
    height: calc(110px*0.7);
    border-radius: calc(110px*0.7);
    margin: calc(15px*0.7) calc(15px*0.7);
    padding: calc(20px*0.7);
  }
}

@media only screen and (max-width: 1000px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item {
    width: calc(110px*0.7);
    height: calc(110px*0.7);
    border-radius: calc(110px*0.7);
    margin: calc(15px*0.7) calc(15px*0.7);
    padding: calc(20px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item {
    width: 77px;
    height: 77px;
    border-radius: 77px;
    margin: 10px 10px;
    padding: 14px;
  }
}

.type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item span, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item span, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  margin-top: 25px;
  width: 100%;
}

@media only screen and (min-width: 1300px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item span, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item span, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item span {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .type-1 .group-1 .circle_wrap_all .circle_wrap .circle_item span, .type-2 .group-1 .circle_wrap_all .circle_wrap .circle_item span, .type-4 .group-1 .circle_wrap_all .circle_wrap .circle_item span {
    line-height: 16px;
    font-size: 12px;
    margin-top: 15px;
  }
}

.type-1 .group-2, .type-2 .group-2, .type-4 .group-2 {
  width: 61%;
  float: right;
  position: relative;
  height: 0;
  padding-bottom: 70%;
  display: block;
}

@media only screen and (max-width: 991px) {
  .type-1 .group-2, .type-2 .group-2, .type-4 .group-2 {
    width: 100%;
    float: none;
    padding-bottom: 0;
    height: auto;
    max-width: 600px;
    margin: 0 auto 10%;
    overflow: hidden;
  }
}

.type-1 .group-2 span, .type-2 .group-2 span, .type-4 .group-2 span {
  display: block;
  position: absolute;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 991px) {
  .type-1 .group-2 span, .type-2 .group-2 span, .type-4 .group-2 span {
    position: static;
    width: calc((100% - 20px)/2) !important;
    float: left;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  }

  .type-1 .group-2 span:not(:nth-child(2n)), .type-2 .group-2 span:not(:nth-child(2n)), .type-4 .group-2 span:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}

.type-1 .group-2 span img, .type-2 .group-2 span img, .type-4 .group-2 span img {
  width: 100%;
  display: block;
}

.type-1 .group-2 .img-1, .type-2 .group-2 .img-1, .type-4 .group-2 .img-1 {
  width: 37%;
  left: 4%;
  top: 15%;
}

.type-1 .group-2 .img-2, .type-2 .group-2 .img-2, .type-4 .group-2 .img-2 {
  width: 41%;
  left: 17%;
  top: 28%;
}

.type-1 .group-2 .img-3, .type-2 .group-2 .img-3, .type-4 .group-2 .img-3 {
  width: 46%;
  left: 31%;
  top: 53%;
}

.type-1 .group-2 .img-4, .type-2 .group-2 .img-4, .type-4 .group-2 .img-4 {
  width: 37%;
  left: 64%;
  top: 38%;
}

section {
  overflow: hidden;
}

.type-2 {
  margin-top: 5%;
}

.type-2 .group-1 {
  width: calc((100% - 150px)/2);
}

@media only screen and (max-width: 991px) {
  .type-2 .group-1 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.type-2 .group-1 img {
  width: 100%;
}

.type-2 .group-2 {
  width: calc((100% - 150px)/2);
  padding-bottom: 40%;
  padding-top: 30px;
}

.type-2 .group-2 img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .type-2 .group-2 {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding-bottom: 10%;
  }
}

.type-3 {
  overflow: hidden;
  padding: 5% 0;
}

.type-3 .group-1 {
  width: 30%;
  float: left;
}

.type-3 .group-1 img {
  width: 100%;
}

.type-3 .group-2 {
  width: calc(70% - 100px);
  float: right;
  min-height: 200px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .type-3 .group-2 {
    width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
    text-align: center;
  }
}

.type-3 .group-2 .main_title {
  font-size: 33px;
  letter-spacing: 5px;
  padding-top: 35px;
  padding-bottom: 30px;
  position: relative;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  margin: 0 auto 30px;
}

.type-3 .group-2 .main_title br {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .type-3 .group-2 .main_title {
    font-size: calc(33px*0.9);
    letter-spacing: calc(5px*0.9);
    padding-top: calc(35px*0.9);
    padding-bottom: calc(30px*0.9);
    margin: 0 auto calc(30px*0.9);
    line-height: calc(40px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .type-3 .group-2 .main_title {
    font-size: calc(33px*0.8);
    letter-spacing: calc(5px*0.8);
    padding-top: calc(35px*0.8);
    padding-bottom: calc(30px*0.8);
    margin: 0 auto calc(30px*0.8);
    line-height: calc(40px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .type-3 .group-2 .main_title {
    font-size: calc(33px*0.7);
    letter-spacing: calc(5px*0.7);
    padding-top: calc(35px*0.7);
    padding-bottom: calc(30px*0.7);
    margin: 0 auto calc(30px*0.7);
    line-height: calc(40px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .type-3 .group-2 .main_title {
    text-align: center;
    font-size: calc(33px*0.6);
    letter-spacing: calc(5px*0.6);
    padding-top: calc(35px*0.6);
    padding-bottom: calc(30px*0.6);
    margin: 0 auto calc(30px*0.6);
    line-height: calc(40px*0.6);
  }

  .type-3 .group-2 .main_title br {
    display: block;
  }
}

.type-3 .group-2 .main_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 auto;
  width: 40%;
  border-bottom: 3px solid #000;
  left: 30%;
}

.type-4 {
  overflow: hidden;
  text-align: center;
}

.type-4 .main_title {
  font-size: 33px;
  letter-spacing: 5px;
  padding-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}

.type-4 .main_title br {
  display: none;
}

@media only screen and (max-width: 1300px) {
  .type-4 .main_title {
    font-size: calc(33px*0.9);
    letter-spacing: calc(5px*0.9);
    padding-top: calc(35px*0.9);
    padding-bottom: calc(30px*0.9);
    margin-bottom: calc(30px*0.9);
    line-height: calc(40px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .type-4 .main_title {
    font-size: calc(33px*0.8);
    letter-spacing: calc(5px*0.8);
    padding-top: calc(35px*0.8);
    padding-bottom: calc(30px*0.8);
    line-height: calc(40px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .type-4 .main_title {
    font-size: calc(33px*0.7);
    letter-spacing: calc(5px*0.7);
    padding-top: calc(35px*0.7);
    padding-bottom: calc(30px*0.7);
    line-height: calc(40px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .type-4 .main_title {
    font-size: calc(33px*0.6);
    letter-spacing: calc(5px*0.6);
    padding-top: calc(35px*0.6);
    padding-bottom: calc(30px*0.6);
    line-height: calc(40px*0.6);
    margin-top: 5%;
  }

  .type-4 .main_title span {
    display: inline-block;
  }
}

.type-4 .main_title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 40%;
  border-bottom: 3px solid #000;
  left: 30%;
}

.type-4 .sub_title {
  font-size: 28px;
  letter-spacing: 5px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .type-4 .sub_title {
    font-size: calc(28px*0.8);
    margin-bottom: calc(100px*0.8);
    letter-spacing: calc(5px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .type-4 .sub_title {
    font-size: calc(28px*0.7);
    margin-bottom: calc(100px*0.7);
    letter-spacing: calc(5px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .type-4 .sub_title {
    font-size: calc(28px*0.6);
    margin-bottom: calc(100px*0.6);
    letter-spacing: calc(5px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .type-4 .sub_title {
    font-size: calc(28px*0.5);
    margin-bottom: calc(100px*0.5);
    letter-spacing: calc(5px*0.5);
  }
}

.type-4 .group-1 {
  width: calc((100% - 50px)/2);
  float: left;
}

.type-4 .group-1 img {
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .type-4 .group-1 {
    width: 100%;
    margin-bottom: 0;
    float: none;
  }

  .type-4 .group-1 img {
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
  }
}

.type-4 .group-2 {
  width: calc((100% - 50px)/2);
  float: right;
  margin-top: 15%;
}

.type-4 .group-2 img {
  width: 100% !important;
  margin-bottom: 50px;
}

@media only screen and (max-width: 991px) {
  .type-4 .group-2 {
    width: 100% !important;
    float: none;
    margin-top: 0%;
  }

  .type-4 .group-2 img {
    width: 100% !important;
    max-width: 600px;
    margin-bottom: 20px;
  }
}

.section-slicker {
  position: relative;
}

.slicker .wrap{
  position: relative;
  width: 100%;
}

.slicker .wrap .see_more {
  display:none;
}

.index .slicker .wrap .see_more {
  display:block;
}

.slicker img{
  width: 100%;
}

.section-slicker .prev_btn, .section-slicker .next_btn {
  width: 50px;
  position: absolute;
  z-index: 999;
}

.section-slicker .prev_btn img, .section-slicker .next_btn img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .section-slicker .prev_btn, .section-slicker .next_btn {
    display: none;
  }
}

.section-slicker .prev_btn {
  left: 20px;
  top: calc(40% - 50px);
}

.section-slicker .next_btn {
  right: 20px;
  top: calc(40% - 50px);
}

.section-slicker .see_more {
  position: absolute;
  width: 100px;
  left: calc(50% - 62px);
  bottom: 23%;
  z-index: 99;
  display: block;
  border: 2px solid #fff;
  padding: 10px;
  border-radius: 30px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .section-slicker .see_more {
    bottom: 15%;
    transform: scale(0.8);
  }
}

.slicker_info {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 999;
  top: 30%;
  left: 0;
  right: 0;
}

.slicker_info h2 {
  font-size: 35px;
  letter-spacing: 7px;
  line-height: 45px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .slicker_info h2 {
    font-size: calc(35px*0.8);
    letter-spacing: calc(5px*0.8);
    line-height: calc(45px*0.8);
    margin-bottom: calc(20px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .slicker_info h2 {
    font-size: calc(35px*0.7);
    letter-spacing: calc(5px*0.7);
    line-height: calc(45px*0.7);
    margin-bottom: calc(20px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .slicker_info h2 {
    font-size: calc(35px*0.6);
    letter-spacing: calc(5px*0.6);
    line-height: calc(45px*0.6);
    margin-bottom: calc(20px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .slicker_info h2 {
    font-size: calc(35px*0.4);
    letter-spacing: calc(5px*0.4);
    line-height: calc(45px*0.4);
    margin-bottom: calc(20px*0.4);
  }
}

.slicker_info .see_more_btn {
  margin-top: 60px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .slicker_info .see_more_btn {
    margin-top: calc(60px*0.9);
  }
}

@media only screen and (max-width: 991px) {
  .slicker_info .see_more_btn {
    margin-top: calc(60px*0.8);
  }
}

@media only screen and (max-width: 767px) {
  .slicker_info .see_more_btn {
    margin-top: calc(60px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .slicker_info .see_more_btn {
    margin-top: calc(60px*0.4);
  }
}

@media only screen and (max-width: 320px) {
  .slicker_info .see_more_btn {
    margin-top: calc(60px*0.3);
  }
}

.about .row,
.index .row {
  padding: 0 100px;
  width: calc(100% - 200px);
}

@media only screen and (max-width: 991px) {
  .about .row,
  .index .row {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .about .section-1 .row span{
    display: inline-block;
  }
}

.about .section-2,
.index .section-2 {
  background: #eeeeee;
  padding: 40px 0;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  width: 100%;
  z-index: 9;
}

.about .section-2 .row,
.index .section-2 .row {
  overflow: hidden;
}

.about .section-2:after,
.index .section-2:after {
  content: '';
  display: block;
  background: #eeeeee;
  height: 40px;
  width: 100px;
  transform: rotate(18deg);
  position: absolute;
  bottom: -10px;
  left: calc((100% - 183px)/2);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .about .section-2:after,
  .index .section-2:after {
    width: 50px;
    bottom: -8px;
    left: calc((100% - 83px)/2);
  }
}

.about .section-2:before,
.index .section-2:before {
  content: '';
  display: block;
  background: #eeeeee;
  height: 40px;
  width: 100px;
  transform: rotate(-18deg);
  position: absolute;
  bottom: -10px;
  right: calc((100% - 183px)/2);
}

@media only screen and (max-width: 767px) {
  .about .section-2:before,
  .index .section-2:before {
    width: 50px;
    bottom: -8px;
    right: calc((100% - 83px)/2);
  }
}

.about .section-2 .badge_wrap_1,
.index .section-2 .badge_wrap_1 {
  float: left;
  overflow: hidden;
  width: 75%;
}

.about .section-2 .badge_wrap_2,
.index .section-2 .badge_wrap_2 {
  float: right;
  overflow: hidden;
  width: 75%;
}

.about .section-2 .badge_wrap_1, .about .section-2 .badge_wrap_2,
.index .section-2 .badge_wrap_1,
.index .section-2 .badge_wrap_2 {
  display: block;
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .about .section-2 .badge_wrap_1, .about .section-2 .badge_wrap_2,
  .index .section-2 .badge_wrap_1,
  .index .section-2 .badge_wrap_2 {
    width: 100%;
    float: none;
  }
}

.about .section-2 .badge_wrap_1 .badge_items, .about .section-2 .badge_wrap_2 .badge_items,
.index .section-2 .badge_wrap_1 .badge_items,
.index .section-2 .badge_wrap_2 .badge_items {
  display: block;
  float: left;
  width: calc(100% /3 );
  position: relative;
  padding-bottom: 23%;
  margin: 0;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .about .section-2 .badge_wrap_1 .badge_items, .about .section-2 .badge_wrap_2 .badge_items,
  .index .section-2 .badge_wrap_1 .badge_items,
  .index .section-2 .badge_wrap_2 .badge_items {
    padding-bottom: 20px;
  }
}

.about .section-2 .badge_wrap_1 .badge_items img, .about .section-2 .badge_wrap_2 .badge_items img,
.index .section-2 .badge_wrap_1 .badge_items img,
.index .section-2 .badge_wrap_2 .badge_items img {
  height: 80%;
  top: 10%;
  left: 10%;
  position: absolute;
}

@media only screen and (max-width: 991px) {
  .about .section-2 .badge_wrap_1 .badge_items img, .about .section-2 .badge_wrap_2 .badge_items img,
  .index .section-2 .badge_wrap_1 .badge_items img,
  .index .section-2 .badge_wrap_2 .badge_items img {
    width: 70%;
    float: none;
    margin: 0 auto;
    position: static;
  }
}

.about .section-2 .badge_wrap_1 .badge_items span, .about .section-2 .badge_wrap_2 .badge_items span,
.index .section-2 .badge_wrap_1 .badge_items span,
.index .section-2 .badge_wrap_2 .badge_items span {
  font-size: 17px;
  position: absolute;
  display: block;
  text-align: left;
  width: 100%;
  min-width: 110px;
  top: 60%;
  left: 32%;
  letter-spacing: 4px;
  color: #333;
}

.about .section-2 .badge_wrap_1 .badge_items span br, .about .section-2 .badge_wrap_2 .badge_items span br,
.index .section-2 .badge_wrap_1 .badge_items span br,
.index .section-2 .badge_wrap_2 .badge_items span br {
  display: none;
}

@media only screen and (max-width: 991px) {
  .about .section-2 .badge_wrap_1 .badge_items span, .about .section-2 .badge_wrap_2 .badge_items span,
  .index .section-2 .badge_wrap_1 .badge_items span,
  .index .section-2 .badge_wrap_2 .badge_items span {
    float: none;
    margin: 0 auto;
    min-width: 0;
    line-height: 20px;
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    position: static;
  }

  .about .section-2 .badge_wrap_1 .badge_items span br, .about .section-2 .badge_wrap_2 .badge_items span br,
  .index .section-2 .badge_wrap_1 .badge_items span br,
  .index .section-2 .badge_wrap_2 .badge_items span br {
    display: block;
  }
}

.about .section-3,
.index .section-3 {
  width: 100%;
  z-index: 0;
}

.about .section-3 .row2,
.index .section-3 .row2 {
  width: 100%;
  padding: 0;
  max-width: none;
  overflow: hidden;
  position: relative;
  max-height: 550px;
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2,
  .index .section-3 .row2 {
    min-height: 450px;
    background: url("../images/cover-section-img-1.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 20%;
  }
}

.about .section-3 .row2 img.bg,
.index .section-3 .row2 img.bg {
  width: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2 img.bg,
  .index .section-3 .row2 img.bg {
    display: none;
  }
}

.about .section-3 .row2 .txt_box,
.index .section-3 .row2 .txt_box {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 999;
  top: 20%;
  left: 0;
  right: 0;
}

.about .section-3 .row2 .txt_box span,
.index .section-3 .row2 .txt_box span{
  display: inline-block
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2 .txt_box,
  .index .section-3 .row2 .txt_box {
    top:10%!important;
  }
}

.about .section-3 .row2 .txt_box h4,
.index .section-3 .row2 .txt_box h4 {
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 7px;
  line-height: 45px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .about .section-3 .row2 .txt_box h4,
  .index .section-3 .row2 .txt_box h4 {
    font-size: calc(35px*0.8);
    letter-spacing: calc(5px*0.8);
    line-height: calc(45px*0.8);
    margin-bottom: calc(20px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2 .txt_box h4,
  .index .section-3 .row2 .txt_box h4 {
    font-size: calc(35px*0.7);
    letter-spacing: calc(5px*0.7);
    line-height: calc(45px*0.7);
    margin-bottom: calc(20px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .about .section-3 .row2 .txt_box h4,
  .index .section-3 .row2 .txt_box h4 {
    font-size: calc(35px*0.6);
    letter-spacing: calc(5px*0.6);
    line-height: calc(45px*0.6);
    margin-bottom: calc(20px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-3 .row2 .txt_box h4,
  .index .section-3 .row2 .txt_box h4 {
    font-size: calc(35px*0.5);
    letter-spacing: calc(5px*0.5);
    line-height: calc(45px*0.5);
    margin-bottom: calc(20px*0.5);
  }
}

.about .section-3 .row2 .txt_box p,
.index .section-3 .row2 .txt_box p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .about .section-3 .row2 .txt_box p,
  .index .section-3 .row2 .txt_box p {
    font-size: calc(20px*0.8);
    line-height: calc(30px*0.8);
    letter-spacing: calc(2px*0.8);
    margin-bottom: calc(30px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2 .txt_box p,
  .index .section-3 .row2 .txt_box p {
    font-size: calc(20px*0.7);
    line-height: calc(30px*0.7);
    letter-spacing: calc(2px*0.7);
    margin-bottom: calc(30px*0.7);
  }
}

.about .section-3 .row2 .txt_box p.italic,
.index .section-3 .row2 .txt_box p.italic {
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2 .txt_box p.italic,
  .index .section-3 .row2 .txt_box p.italic {
    font-style: normal;
  }
}

.about .section-3 .row2 .txt_box p span,
.index .section-3 .row2 .txt_box p span {
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2 .txt_box p span,
  .index .section-3 .row2 .txt_box p span {
    display: block;
    text-align: center;
    /*width: 45%;*/
    margin: 0 auto;
  }
}

.about .section-3 .row2 .txt_box .see_more_btn,
.index .section-3 .row2 .txt_box .see_more_btn {
  margin-top: 60px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .about .section-3 .row2 .txt_box .see_more_btn,
  .index .section-3 .row2 .txt_box .see_more_btn {
    margin-top: calc(60px*0.9);
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row2 .txt_box .see_more_btn,
  .index .section-3 .row2 .txt_box .see_more_btn {
    margin-top: calc(60px*0.8);
    transform: scale(0.8);
  }
}

.about .section-3 .row,
.index .section-3 .row {
  padding: 0;
  width: 100%;
  max-width: none;
}

.about .section-3 .row .top_title,
.index .section-3 .row .top_title {
  width: 100%;
  text-align: center;
  background: gainsboro;
  padding: 6% 0;
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row .top_title,
  .index .section-3 .row .top_title {
    padding: 10% 0;
  }
}

.about .section-3 .row .top_title span,
.index .section-3 .row .top_title span {
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 7px;
  line-height: 45px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .about .section-3 .row .top_title span,
  .index .section-3 .row .top_title span {
    font-size: calc(35px*0.8);
    letter-spacing: calc(5px*0.8);
    line-height: calc(45px*0.8);
    margin-bottom: calc(20px*0.8);
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row .top_title span,
  .index .section-3 .row .top_title span {
    font-size: calc(35px*0.7);
    letter-spacing: calc(5px*0.7);
    line-height: calc(45px*0.7);
    margin-bottom: calc(10px*0.7);
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .top_title span,
  .index .section-3 .row .top_title span {
    font-size: calc(35px*0.6);
    letter-spacing: calc(5px*0.6);
    line-height: calc(45px*0.6);
    margin-bottom: calc(10px*0.6);
    display: inline-block;
  }
}

@media only screen and (max-width: 320px) {
  .about .section-3 .row .top_title span,
  .index .section-3 .row .top_title span {
    font-size: calc(35px*0.5);
    letter-spacing: calc(5px*0.5);
    line-height: calc(45px*0.5);
    margin-bottom: calc(10px*0.5);
    display: inline-block;
  }
}

.about .section-3 .row .service_item_wrap,
.index .section-3 .row .service_item_wrap {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  position: relative;
}

.about .section-3 .row .service_item_wrap:after,
.index .section-3 .row .service_item_wrap:after {
  content: '';
  display: block;
  background: #99dfdd;
  height: 40px;
  width: 100px;
  transform: rotate(-18deg);
  position: absolute;
  top: -10px;
  left: calc((100% - 183px)/2);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .service_item_wrap:after,
  .index .section-3 .row .service_item_wrap:after {
    width: 50px;
    top: -8px;
    left: calc((100% - 83px)/2);
  }
}

.about .section-3 .row .service_item_wrap:before,
.index .section-3 .row .service_item_wrap:before {
  content: '';
  display: block;
  background: #99dfdd;
  height: 40px;
  width: 100px;
  transform: rotate(18deg);
  position: absolute;
  top: -10px;
  right: calc((100% - 183px)/2);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .service_item_wrap:before,
  .index .section-3 .row .service_item_wrap:before {
    width: 50px;
    top: -8px;
    right: calc((100% - 83px)/2);
  }
}

.about .section-3 .row .service_item_wrap .service_item,
.index .section-3 .row .service_item_wrap .service_item {
  width: calc(100%/3);
  min-height: 100px;
  float: left;
  text-align: center;
  padding: 10% 0;
  position: relative;
}
.service_item a{
	color: #000;
}
.service_item a:hover{
	color: #666;
}
.about .section-3 .row .service_item_wrap .service_item:nth-child(1), .about .section-3 .row .service_item_wrap .service_item:nth-child(5),
.index .section-3 .row .service_item_wrap .service_item:nth-child(1),
.index .section-3 .row .service_item_wrap .service_item:nth-child(5) {
  background: #beeae4;
}

.about .section-3 .row .service_item_wrap .service_item:nth-child(2), .about .section-3 .row .service_item_wrap .service_item:nth-child(6),
.index .section-3 .row .service_item_wrap .service_item:nth-child(2),
.index .section-3 .row .service_item_wrap .service_item:nth-child(6) {
  background: #99dfdd;
}

.about .section-3 .row .service_item_wrap .service_item:nth-child(3), .about .section-3 .row .service_item_wrap .service_item:nth-child(4),
.index .section-3 .row .service_item_wrap .service_item:nth-child(3),
.index .section-3 .row .service_item_wrap .service_item:nth-child(4) {
  background: #e5f7ee;
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .service_item_wrap .service_item,
  .index .section-3 .row .service_item_wrap .service_item {
    padding: 10% 0 5%;
  }
}

@media only screen and (max-width: 640px) {
  .about .section-3 .row .service_item_wrap .service_item,
  .index .section-3 .row .service_item_wrap .service_item {
    padding: 10% 0 4%;
  }
}

.about .section-3 .row .service_item_wrap .service_item img,
.index .section-3 .row .service_item_wrap .service_item img {
  width: 40%;
  height: auto;
  position: relative;
  bottom: 15px;
  max-width: 130px;
}

.about .section-3 .row .service_item_wrap .service_item span,
.index .section-3 .row .service_item_wrap .service_item span {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto;
  line-height: 20px;
  font-size: 18px;
  position: absolute;
  left: 20px;
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row .service_item_wrap .service_item span,
  .index .section-3 .row .service_item_wrap .service_item span {
    font-size: calc(18px*0.9);
  }
}

@media only screen and (max-width: 767px) {
  .about .section-3 .row .service_item_wrap .service_item span,
  .index .section-3 .row .service_item_wrap .service_item span {
    font-size: calc(18px*0.5);
    line-height: 16px;
  }
}

.about .section-4,
.index .section-4 {
  width: 100%;
  z-index: 0;
}

.about .section-4 .row2,
.index .section-4 .row2 {
  width: 100%;
  padding: 0;
  max-width: none;
  overflow: hidden;
  position: relative;
  max-height: 550px;
}

@media only screen and (max-width: 991px) {
  .about .section-4 .row2,
  .index .section-4 .row2 {
    min-height: 450px;
    background: url("../images/cover-section-img-2.jpg") no-repeat center;
    background-size: cover;
  }
}

.about .section-4 .row2 img.bg,
.index .section-4 .row2 img.bg {
  width: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

@media only screen and (max-width: 991px) {
  .about .section-4 .row2 img.bg,
  .index .section-4 .row2 img.bg {
    display: none;
  }
}

.about .section-4 .row2 .txt_box,
.index .section-4 .row2 .txt_box {
  position: absolute;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  z-index: 999;
  top: 30%;
  left: 0;
  right: 0;
}

.about .section-4 .row2 .txt_box h4,
.index .section-4 .row2 .txt_box h4 {
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 7px;
  line-height: 45px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .about .section-4 .row2 .txt_box h4,
  .index .section-4 .row2 .txt_box h4 {
    font-size: calc(35px*0.8);
    letter-spacing: calc(5px*0.8);
    line-height: calc(45px*0.8);
    margin-bottom: calc(20px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-4 .row2 .txt_box h4,
  .index .section-4 .row2 .txt_box h4 {
    font-size: calc(35px*0.7);
    letter-spacing: calc(5px*0.7);
    line-height: calc(45px*0.7);
    margin-bottom: calc(20px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .about .section-4 .row2 .txt_box h4,
  .index .section-4 .row2 .txt_box h4 {
    font-size: calc(35px*0.6);
    letter-spacing: calc(5px*0.6);
    line-height: calc(45px*0.6);
    margin-bottom: calc(20px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-4 .row2 .txt_box h4,
  .index .section-4 .row2 .txt_box h4 {
    font-size: calc(35px*0.5);
    letter-spacing: calc(5px*0.5);
    line-height: calc(45px*0.5);
    margin-bottom: calc(20px*0.5);
  }
}

.about .section-4 .row2 .txt_box p,
.index .section-4 .row2 .txt_box p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .about .section-4 .row2 .txt_box p,
  .index .section-4 .row2 .txt_box p {
    font-size: calc(20px*0.8);
    line-height: calc(30px*0.8);
    letter-spacing: calc(2px*0.8);
    margin-bottom: calc(30px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-4 .row2 .txt_box p,
  .index .section-4 .row2 .txt_box p {
    font-size: calc(20px*0.7);
    line-height: calc(30px*0.7);
    letter-spacing: calc(2px*0.7);
    margin-bottom: calc(30px*0.7);
  }
}

@media only screen and (max-width: 767px) {
  .about .section-4 .row2 .txt_box p,
  .index .section-4 .row2 .txt_box p {
    font-size: calc(20px*0.5);
    line-height: calc(30px*0.5);
    letter-spacing: calc(2px*0.5);
    margin-bottom: calc(30px*0.5);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-4 .row2 .txt_box p,
  .index .section-4 .row2 .txt_box p {
    font-size: calc(20px*0.4);
    line-height: calc(30px*0.4);
    letter-spacing: calc(2px*0.4);
    margin-bottom: calc(30px*0.4);
  }
}

.about .section-4 .row2 .txt_box p.italic,
.index .section-4 .row2 .txt_box p.italic {
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  .about .section-4 .row2 .txt_box p.italic,
  .index .section-4 .row2 .txt_box p.italic {
    font-style: normal;
  }
}

.about .section-4 .row2 .txt_box p span,
.index .section-4 .row2 .txt_box p span {
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .about .section-4 .row2 .txt_box p span,
  .index .section-4 .row2 .txt_box p span {
    display: block;
    text-align: center;
    width: 45%;
    margin: 0 auto;
  }
}

.about .section-4 .row2 .txt_box .see_more_btn,
.index .section-4 .row2 .txt_box .see_more_btn {
  margin-top: 60px;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .about .section-4 .row2 .txt_box .see_more_btn,
  .index .section-4 .row2 .txt_box .see_more_btn {
    margin-top: calc(60px*0.9);
    transform: scale(0.9);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-4 .row2 .txt_box .see_more_btn,
  .index .section-4 .row2 .txt_box .see_more_btn {
    margin-top: calc(60px*0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 767px) {
  .about .section-4 .row2 .txt_box .see_more_btn,
  .index .section-4 .row2 .txt_box .see_more_btn {
    margin-top: calc(60px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .about .section-4 .row2 .txt_box .see_more_btn,
  .index .section-4 .row2 .txt_box .see_more_btn {
    margin-top: calc(60px*0.4);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-4 .row2 .txt_box .see_more_btn,
  .index .section-4 .row2 .txt_box .see_more_btn {
    margin-top: calc(60px*0.3);
  }
}

.about .section-4 .row,
.index .section-4 .row {
  position: relative;
}

.about .section-4 .row:after,
.index .section-4 .row:after {
  content: '';
  display: block;
  background: #fff;
  height: 40px;
  width: 100px;
  transform: rotate(-18deg);
  position: absolute;
  top: -10px;
  left: calc((100% - 183px)/2);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .about .section-4 .row:after,
  .index .section-4 .row:after {
    width: 50px;
    top: -8px;
    left: calc((100% - 83px)/2);
  }
}

.about .section-4 .row:before,
.index .section-4 .row:before {
  content: '';
  display: block;
  background: #fff;
  height: 40px;
  width: 100px;
  transform: rotate(18deg);
  position: absolute;
  top: -10px;
  right: calc((100% - 183px)/2);
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .about .section-4 .row:before,
  .index .section-4 .row:before {
    width: 50px;
    top: -8px;
    right: calc((100% - 83px)/2);
  }
}

.about .section-4 .row .prev_btn, .about .section-4 .row .next_btn,
.index .section-4 .row .prev_btn,
.index .section-4 .row .next_btn {
  width: 50px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .about .section-4 .row .prev_btn, .about .section-4 .row .next_btn,
  .index .section-4 .row .prev_btn,
  .index .section-4 .row .next_btn {
    display: none;
  }
}

.about .section-4 .row .prev_btn img, .about .section-4 .row .next_btn img,
.index .section-4 .row .prev_btn img,
.index .section-4 .row .next_btn img {
  width: 100%;
}

.about .section-4 .row .prev_btn,
.index .section-4 .row .prev_btn {
  left: 10px;
  top: calc(50% - 50px);
}

.about .section-4 .row .next_btn,
.index .section-4 .row .next_btn {
  right: 10px;
  top: calc(50% - 50px);
}

.about .section-4 .row .logo_slicker,
.index .section-4 .row .logo_slicker {
  width: 100%;
  margin: 0 auto;
  padding: 5% 50px;
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .about .section-4 .row .logo_slicker,
  .index .section-4 .row .logo_slicker {
    padding: 10% 0;
  }
}

.about .section-4 .row .logo_slicker img,
.index .section-4 .row .logo_slicker img {
  outline: none;
}

.about .section-2:after,
.about .section-2:before,
.about .section-4 .row:after,
.about .section-4 .row:before {
  display: none;
}

.about .section-3 .row {
  max-width: 1024px;
  padding: 70px 100px;
  width: calc(100% - 200px);
}

@media only screen and (max-width: 991px) {
  .about .section-3 .row {
    padding: 0 20px;
    width: calc(100% - 40px);
  }
}

.about .section-4 .row .logo_slicker {
  width: 100%;
  padding: 5% 0;
}

.about .section-4 .row .logo_slicker img {
  width: 100%;
}

.about .section-2 {
  padding: 5% 0;
  box-shadow: none;
}

.about .section-2 .group-1 {
  padding-top: 6%;
}

.about .section-2 .group-1 img {
  width: 80%;
}

@media only screen and (max-width: 991px) {
  .about .section-2 .group-1 {
    width: 100%;
    text-align: center;
  }

  .about .section-2 .group-1 img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .about .section-2 .group-2 {
    width: 100%;
  }
}

.about .section-2 .group-2 .sub_title {
  font-size: 30px;
  letter-spacing: 6px;
}

@media only screen and (max-width: 1200px) {
  .about .section-2 .group-2 .sub_title {
    font-size: calc(30px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-2 .group-2 .sub_title {
    font-size: calc(30px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .about .section-2 .group-2 .sub_title {
    font-size: calc(30px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-2 .group-2 .sub_title {
    font-size: calc(30px*0.5);
  }
}

.about .section-2 .group-2 .bot_group {
  width: 100%;
  padding-top: 60px;
}

@media only screen and (max-width: 1200px) {
  .about .section-2 .group-2 .bot_group {
    padding-top: calc(60px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-2 .group-2 .bot_group {
    padding-top: calc(60px*0.7);
  }
}

@media only screen and (max-width: 640px) {
  .about .section-2 .group-2 .bot_group {
    padding-top: calc(60px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-2 .group-2 .bot_group {
    padding-top: calc(60px*0.5);
  }
}

.about .section-2 .group-2 .bot_group .part-1 {
  width: 30%;
  float: left;
}

.about .section-2 .group-2 .bot_group .part-2 {
  width: 30%;
  float: left;
}

.about .section-2 .group-2 .bot_group .part-3 {
  width: 40%;
  float: left;
}

@media only screen and (max-width: 991px) {
  .about .section-2 .group-2 .bot_group .part-1, .about .section-2 .group-2 .bot_group .part-2, .about .section-2 .group-2 .bot_group .part-3 {
    width: 90%;
    margin-bottom: 20px;
    margin-left: 5%;
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
}

.about .section-2 .group-2 .bot_group .part-1 h4, .about .section-2 .group-2 .bot_group .part-2 h4, .about .section-2 .group-2 .bot_group .part-3 h4 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .about .section-2 .group-2 .bot_group .part-1 h4, .about .section-2 .group-2 .bot_group .part-2 h4, .about .section-2 .group-2 .bot_group .part-3 h4 {
    font-size: calc(16px*0.8);
    line-height: calc(16px*0.8);
    margin-bottom: calc(30px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-2 .group-2 .bot_group .part-1 h4, .about .section-2 .group-2 .bot_group .part-2 h4, .about .section-2 .group-2 .bot_group .part-3 h4 {
    font-size: calc(16px*0.7);
    line-height: calc(16px*0.7);
    margin-bottom: calc(30px*0.7);
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .about .section-2 .group-2 .bot_group .part-1 h4, .about .section-2 .group-2 .bot_group .part-2 h4, .about .section-2 .group-2 .bot_group .part-3 h4 {
    font-size: calc(16px*0.6);
    line-height: calc(16px*0.6);
    margin-bottom: calc(30px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-2 .group-2 .bot_group .part-1 h4, .about .section-2 .group-2 .bot_group .part-2 h4, .about .section-2 .group-2 .bot_group .part-3 h4 {
    font-size: calc(16px*0.5);
    line-height: calc(16px*0.5);
    margin-bottom: calc(30px*0.5);
  }
}

.about .section-2 .group-2 .bot_group .part-1 ul, .about .section-2 .group-2 .bot_group .part-2 ul, .about .section-2 .group-2 .bot_group .part-3 ul {
  list-style: disc;
  text-align: left;
  line-height: 25px;
  padding-left: 9px;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .about .section-2 .group-2 .bot_group .part-1 ul, .about .section-2 .group-2 .bot_group .part-2 ul, .about .section-2 .group-2 .bot_group .part-3 ul {
    font-size: calc(16px*0.8);
    line-height: calc(25px*0.8);
    padding-left: calc(9px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .about .section-2 .group-2 .bot_group .part-1 ul, .about .section-2 .group-2 .bot_group .part-2 ul, .about .section-2 .group-2 .bot_group .part-3 ul {
    font-size: calc(16px*0.7);
    line-height: calc(25px*0.7);
    padding-left: 0;
    list-style: none;
    text-align: center;
  }

  .about .section-2 .group-2 .bot_group .part-1 ul li, .about .section-2 .group-2 .bot_group .part-2 ul li, .about .section-2 .group-2 .bot_group .part-3 ul li {
    display: inline-block;
    padding: 0 5px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 640px) {
  .about .section-2 .group-2 .bot_group .part-1 ul, .about .section-2 .group-2 .bot_group .part-2 ul, .about .section-2 .group-2 .bot_group .part-3 ul {
    font-size: calc(16px*0.6);
    line-height: calc(25px*0.6);
    padding-left: calc(9px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .about .section-2 .group-2 .bot_group .part-1 ul, .about .section-2 .group-2 .bot_group .part-2 ul, .about .section-2 .group-2 .bot_group .part-3 ul {
    font-size: calc(16px*0.5);
    line-height: calc(25px*0.5);
    padding-left: calc(9px*0.5);
  }
}

.contact .section-1 .row {
  width: calc(100% - 100px);
  max-width: 1340px;
}

@media only screen and (max-width: 991px) {
  .contact .section-1 .row {
    width: calc(100% - 40px);
    padding: 0 20px;
  }
}

.contact .section-1 .row .infos {
  color: #333;
  font-size: 22px;
  width: 85%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 1100px) {
  .contact .section-1 .row .infos {
    font-size: calc(22px*0.8);
  }
}

@media only screen and (max-width: 991px) {
  .contact .section-1 .row .infos {
    font-size: calc(22px*0.6);
    width: 100%;
  }
}

.contact .section-1 .row .infos a {
  display: inline-block;
  margin: 65px 17px 30px;
  text-align: center;
  color: #333;
}

@media only screen and (max-width: 1100px) {
  .contact .section-1 .row .infos a {
    margin: calc(65px*0.8) calc(17px*0.8) calc(30px*0.8);
  }
}

@media only screen and (max-width: 910px) {
  .contact .section-1 .row .infos a {
    margin: calc(65px*0.6) calc(17px*0.6) calc(30px*0.6);
  }
}

@media only screen and (max-width: 767px) {
  .contact .section-1 .row .infos a {
    margin: 0 0 20px;
    display: block;
  }
}

.contact .section-1 .row .infos a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
}

@media only screen and (max-width: 1100px) {
  .contact .section-1 .row .infos a img {
    margin-right: calc(20px*0.8);
    transform: scale(0.8);
  }
}

@media only screen and (max-width: 910px) {
  .contact .section-1 .row .infos a img {
    margin-right: calc(20px*0.6);
    transform: scale(0.6);
  }
}

@media only screen and (max-width: 767px) {
  .contact .section-1 .row .infos a img {
    display: block;
    margin: 0 auto;
  }
}

.contact .section-1 .row .input_group {
  width: 100%;
  overflow: hidden;
  padding: 5% 0;
  margin: 0 auto 5%;
  max-width: 1024px;
}

.contact .section-1 .row .input_group .left {
  width: calc((100% - 10px)/2);
  float: left;
}

.contact .section-1 .row .input_group .left input {
  width: calc(100% - 22px);
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px;
  height: 25px;
  outline: none;
  font-size: 15px;
  font-weight: normal;
}

@media only screen and (max-width: 910px) {
  .contact .section-1 .row .input_group .left {
    width: calc(100%);
  }
}

.contact .section-1 .row .input_group .right {
  width: calc((100% - 10px)/2);
  float: right;
}

.contact .section-1 .row .input_group .right textarea {
  width: calc(100% - 22px);
  border: 1px solid #ddd;
  padding: 10px;
  max-width: calc(100% - 22px);
  min-width: calc(100% - 22px);
  height: 82px;
  max-height: 82px;
  min-height: 82px;
  resize: none;
  outline: none;
  font-size: 15px;
}

.contact .section-1 .row .input_group .right button {
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  background: #52d9c4;
  border: none;
  width: 60%;
  float: right;
  margin-top: 10px;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}

.contact .section-1 .row .input_group .right button:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 910px) {
  .contact .section-1 .row .input_group .right {
    width: calc(100%);
  }

  .contact .section-1 .row .input_group .right button {
    width: 100%;
  }
}

.contact .section-2 {
  color: #fff;
}

.contact .section-2 .row {
  max-width: none;
  padding: 0;
  width: 100%;
  position: relative;
}

.contact .section-2 .row .top_title {
  width: 100%;
  text-align: center;
  padding: 6% 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 9999;
  background: #52d9c4;
}

.contact .section-2 .row .top_title:after {
  content: '';
  display: block;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.2);
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: -30px;
  transform: rotate(45deg);
  background: #52d9c4;
  z-index: -111;
  left: calc(50% - 30px);
}

@media only screen and (max-width: 991px) {
  .contact .section-2 .row .top_title:after {
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: calc(50% - 10px);
  }
}

@media only screen and (max-width: 991px) {
  .contact .section-2 .row .top_title {
    padding: 10% 0;
  }
}

.contact .section-2 .row .top_title span {
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 7px;
  line-height: 45px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .contact .section-2 .row .top_title span {
    font-size: calc(35px*0.8);
    letter-spacing: calc(5px*0.8);
    line-height: calc(45px*0.8);
    margin-bottom: calc(20px*0.8);
    display: inline-block;
  }
}

@media only screen and (max-width: 991px) {
  .contact .section-2 .row .top_title span {
    font-size: calc(35px*0.7);
    letter-spacing: calc(5px*0.7);
    line-height: calc(45px*0.7);
    margin-bottom: calc(10px*0.7);
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  .contact .section-2 .row .top_title span {
    font-size: calc(35px*0.6);
    letter-spacing: calc(5px*0.6);
    line-height: calc(45px*0.6);
    margin-bottom: calc(10px*0.6);
    display: inline-block;
  }
}

@media only screen and (max-width: 320px) {
  .contact .section-2 .row .top_title span {
    font-size: calc(35px*0.5);
    letter-spacing: calc(5px*0.5);
    line-height: calc(45px*0.5);
    margin-bottom: calc(10px*0.5);
    display: inline-block;
  }
}

.contact .section-2 .row .map {
  overflow: hidden;
}

.contact .section-2 .row .map iframe {
  display: block;
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 991px) {
  .contact .section-2 .row .map iframe {
    height: calc(600px*0.7);
  }
}

@media only screen and (max-width: 767px) {
  .contact .section-2 .row .map iframe {
    height: calc(600px*0.6);
  }
}

@media only screen and (max-width: 320px) {
  .contact .section-2 .row .map iframe {
    height: calc(600px*0.5);
  }
}

.works .row {
  width: calc(100% - 100px);
  max-width: 1024px;
}

@media only screen and (max-width: 991px) {
  .works .row {
    width: calc(100% - 60px);
    padding: 0 30px;
  }
}

.works .row .main_title {
  font-size: 33px;
  letter-spacing: 5px;
  padding-top: 35px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}

.works .row .main_title span {
  color: #009fea;
}

@media only screen and (max-width: 1300px) {
  .works .row .main_title {
    font-size: calc(33px*0.9);
    letter-spacing: calc(5px*0.9);
    padding-top: calc(35px*0.9);
    padding-bottom: calc(30px*0.9);
    line-height: calc(40px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .works .row .main_title {
    font-size: calc(33px*0.8);
    letter-spacing: calc(5px*0.8);
    padding-top: calc(35px*0.8);
    padding-bottom: calc(30px*0.8);
    line-height: calc(40px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .works .row .main_title {
    font-size: calc(33px*0.7);
    letter-spacing: calc(5px*0.7);
    padding-top: calc(35px*0.7);
    padding-bottom: calc(30px*0.7);
    line-height: calc(40px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .works .row .main_title {
    text-align: center;
    font-size: calc(33px*0.6);
    letter-spacing: calc(5px*0.6);
    padding-top: calc(35px*0.6);
    padding-bottom: calc(30px*0.6);
    line-height: calc(40px*0.6);
  }

  .works .row .main_title span {
    display: inline-block;
  }
}

.works .row p {
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 25px;
  letter-spacing: 3px;
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  .works .row p {
    font-size: calc(17px*0.9);
    line-height: calc(30px*0.9);
    margin-bottom: calc(65px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .works .row p {
    font-size: calc(17px*0.8);
    line-height: calc(30px*0.8);
    margin-bottom: calc(65px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .works .row p {
    font-size: calc(17px*0.7);
    line-height: calc(30px*0.7);
    margin-bottom: calc(40px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .works .row p {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .works .row p {
    letter-spacing: 0;
  }
}

.works .item_wrap {
  width: calc(100% - 20px);
  margin: 100px auto;
  overflow: hidden;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  .works .item_wrap {
    margin: 50px auto;
  }
}

.works .item_wrap.type-1 .item {
  width: calc((100% - 100px)/3);
  float: left;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  background: #eee;
}

@media only screen and (min-width: 1300px) {
  .works .item_wrap.type-1 .item:not(:nth-child(3n)) {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1300px) {
  .works .item_wrap.type-1 .item {
    width: calc((100% - 90px)/3);
    margin-bottom: 45px;
    border-radius: calc(20px*0.9);
  }

  .works .item_wrap.type-1 .item:not(:nth-child(3n)) {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  .works .item_wrap.type-1 .item {
    width: calc((100% - 80px)/3);
    margin-bottom: 40px;
    border-radius: calc(20px*0.8);
  }

  .works .item_wrap.type-1 .item:not(:nth-child(3n)) {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .works .item_wrap.type-1 .item {
    width: calc((100% - 70px)/3);
    margin-bottom: 35px;
    border-radius: calc(20px*0.7);
  }

  .works .item_wrap.type-1 .item:not(:nth-child(3n)) {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .works .item_wrap.type-1 .item {
    width: calc((100% - 30px)/2);
    margin-bottom: 30px;
    border-radius: calc(20px*0.6);
  }

  .works .item_wrap.type-1 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .works .item_wrap.type-1 .item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .works .item_wrap.type-1 .item {
    width: calc(100%);
    margin-bottom: 30px;
    border-radius: calc(20px*0.6);
  }

  .works .item_wrap.type-1 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .works .item_wrap.type-1 .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.works .item_wrap.type-1 .item .pic {
	  width: 100%;
	  height: 0;
	  padding-bottom: 70%;
	  overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.works .item_wrap.type-1 .item .pic {
	  width: 100%;
	  height: auto!important;
	  padding-bottom: 0!important;
	  overflow: hidden;
	}
	.works .item_wrap.type-1 .item .pic img {
	  width: 100%;
	  display: block!important;
	}
}

.works .item_wrap.type-1 .item .pic img {
  width: 100%;
}

.works .item_wrap.type-1 .item p {
  width: calc(100% - 40px);
  padding: 20px;
  text-align: right;
  line-height: 25px;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
  height: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 1300px) {
  .works .item_wrap.type-1 .item p {
    line-height: calc(25px*0.9);
    font-size: calc(15px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .works .item_wrap.type-1 .item p {
    line-height: calc(25px*0.8);
    font-size: calc(15px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .works .item_wrap.type-1 .item p {
    line-height: calc(25px*0.7);
    font-size: calc(15px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .works .item_wrap.type-1 .item p {
    line-height: calc(25px*0.6);
    font-size: calc(15px*0.6);
  }
}

.works .item_wrap.type-1 .item .more {
  display: block;
  width: 100px;
  margin-bottom: 20px;
  float: right;
  margin-right: 20px;
}

.works .item_wrap.type-1 .item .more img {
  width: 100%;
}

.works .item_wrap.type-2 .item {
  width: calc((100% - 170px)/2);
  padding: 30px 30px 10px;
  float: left;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  background: #eee;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 1300px) {
  .works .item_wrap.type-2 .item:not(:nth-child(2n)) {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1300px) {
  .works .item_wrap.type-2 .item {
    width: calc((100% - 165px)/2);
    margin-bottom: 45px;
    border-radius: calc(20px*0.9);
  }

  .works .item_wrap.type-2 .item:not(:nth-child(2n)) {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 1200px) {
  .works .item_wrap.type-2 .item {
    width: calc((100% - 160px)/2);
    margin-bottom: 40px;
    border-radius: calc(20px*0.8);
  }

  .works .item_wrap.type-2 .item:not(:nth-child(2n)) {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 1100px) {
  .works .item_wrap.type-2 .item {
    width: calc((100% - 155px)/2);
    margin-bottom: 35px;
    border-radius: calc(20px*0.7);
  }

  .works .item_wrap.type-2 .item:not(:nth-child(2n)) {
    margin-right: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .works .item_wrap.type-2 .item {
    width: calc((100% - 150px)/2);
    margin-bottom: 30px;
    border-radius: calc(20px*0.6);
  }

  .works .item_wrap.type-2 .item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 640px) {
  .works .item_wrap.type-2 .item {
    width: calc(100% - 60px);
    margin-bottom: 30px;
    border-radius: calc(20px*0.6);
  }

  .works .item_wrap.type-2 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .works .item_wrap.type-2 .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.works .item_wrap.type-2 .item .pic {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  overflow: hidden;
}

.works .item_wrap.type-2 .item .pic img {
  width: 100%;
}

.works .item_wrap.type-2 .item p {
  width: calc(100% - 0);
  padding: 20px 0;
  text-align: right;
  line-height: 25px;
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1300px) {
  .works .item_wrap.type-2 .item p {
    line-height: calc(25px*0.9);
    font-size: calc(15px*0.9);
  }
}

@media only screen and (max-width: 1200px) {
  .works .item_wrap.type-2 .item p {
    line-height: calc(25px*0.8);
    font-size: calc(15px*0.8);
  }
}

@media only screen and (max-width: 1100px) {
  .works .item_wrap.type-2 .item p {
    line-height: calc(25px*0.7);
    font-size: calc(15px*0.7);
  }
}

@media only screen and (max-width: 991px) {
  .works .item_wrap.type-2 .item p {
    line-height: calc(25px*0.6);
    font-size: calc(15px*0.6);
  }
}

.works .item_wrap.type-2 .item .more {
  display: block;
  width: 100px;
  margin-bottom: 20px;
  float: right;
  margin-right: 0;
}

.works .item_wrap.type-2 .item .more img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .works .pic_box {
    width: calc(100% - 20px);
    top: 10%;
  }
}

.works .pic_box .slicker .img_wrap {
  position: relative;
}

.works .pic_box .slicker .img_wrap p {
  color: #fff;
  bottom: 0;
  position: absolute;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: calc(100% - 40px);
  text-align: center;
}

.works .pic_box .slicker .img_wrap p br {
  display: none;
}

@media only screen and (max-width: 991px) {
  .works .pic_box .slicker .img_wrap p {
    font-size: 13px;
    line-height: 26px;
    padding: 10px;
    width: calc(100% - 20px);
    background: none;
    position: static;
  }

  .works .pic_box .slicker .img_wrap p br {
    display: block;
  }
}

.works .see_more {
  border: none;
}

.works .close_box {
  background: none !important;
  -webkit-filter: invert(1) !important;
  border: none;
  outline: none;
  position: fixed;
  right: 20px;
  top: 30px;
  width: 40px;
  height: 40px;
}

.works .close_box img {
  width: 100%;
}

a.work_more.btn {
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px solid #39a6da;
    color: #39a6da;
    margin: 30px auto;
    display: block;
    text-align: center;
    float: none;
    width: 67px;
}

.img.group-3{
  width: 100%;
  text-align: center;
}
.img.group-3 img{
  width: 80%;
}

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