@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,
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;
}

iframe {
  max-width: 100%;
}

* {
  box-sizing: border-box;
  position: relative;
}

html,
body {
  font-family: open sans, microsoft jhenghei, sans-serif;
  position: relative;
  font-size: 10px;
  color: #444;
  -webkit-text-size-adjust: 100%;
}

main {
  margin-top: 105px;
}

a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
  transition: 0.3s;
  color: #444;
}

figure {
  margin: 0;
  padding: 0;
}

.unreset {
  font-size: 15px;
  line-height: 26px;
}

.unreset img {
  max-width: 100%;
  aspect-ratio: 800/480;
  width: 100%;
}

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

.container-full {
  width: 100%;
  margin: 0 auto;
}

.clearfloat {
  clear: both;
}

header .desktop {
  padding: 30px 0;
  transition: 0.8s;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999995;
  background: #fff;
}

header .desktop .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .desktop .logo {
  width: 130px;
}

header .desktop .logo p a {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 0;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
}

header .desktop.fixed {
  padding: 15px 0;
  box-shadow: 0 2px 2px #aaa;
}

header .desktop:after {
  content: "";
  display: block;
  clear: both;
}

header .phone {
  display: none;
  padding: 35px 0;
  width: 100%;
  height: auto;
  background: #fff;
  transition: 0.8s;
  z-index: 999995;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

header .phone .logo {
  width: 100%;
  float: none;
}

header .phone .logo p a {
  display: block;
  width: 60%;
  margin: auto;
  height: 30px;
  font-size: 0;
  background: url(../images/logo.png) no-repeat center;
  background-size: contain;
}

header .phone .main-nav-block {
  display: none;
  float: none;
  height: auto;
  line-height: normal;
  width: 100%;
  margin-top: 25px;
}

header .phone .main-nav-block .main-nav {
  border-top: 1px solid #eee;
}

header .phone .main-nav-block .main-nav:after {
  content: "";
  display: block;
  clear: both;
}

header .phone .main-nav-block .main-nav li {
  display: block;
  margin-left: 0;
  text-align: center;
  height: auto;
}

header .phone .main-nav-block .main-nav li a {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}

header .phone .main-nav-block .main-nav li:hover a,
header .phone .main-nav-block .main-nav li.active a {
  background: #36bd85;
  color: #fff;
}

header .phone .main-nav-block .main-nav li:hover:before,
header .phone .main-nav-block .main-nav li.active:before {
  margin-top: 0;
}

header .phone .main-nav-block .main-nav li:before {
  display: none;
}

header .phone.open {
  height: 100%;
}

header .phone.fixed {
  padding: 15px 0;
  box-shadow: 0 2px 2px #aaa;
}

#Page header .desktop {
  background: #444;
}

#Page header .desktop .logo p a {
  background: url(../images/logo-white.png) no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
}

#Page header .desktop .main-nav-block .main-nav:after {
  content: "";
  display: block;
  clear: both;
}

#Page header .desktop .main-nav-block .main-nav li.cost-link a {
  color: #81dca5;
  border-color: rgba(255, 255, 255, 0.25);
}

#Page header .desktop .main-nav-block .main-nav li.cost-link a:hover {
  color: #49a984;
  background: #fff;
}

#Page header .desktop .main-nav-block .main-nav li a {
  color: #afffe0;
}

#Page header .desktop .main-nav-block .main-nav li:before {
  color: #fff;
}

#Page header .desktop.fixed {
  background: #444;
}

#Page header .phone {
  background: #49a984;
  top: 0;
}

#Page header .phone .logo p a {
  background: url(../images/logo-white.png) no-repeat center;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  -o-background-size: contain;
}

#Page header .phone .main-nav-block .main-nav li a {
  color: #fff;
}

#Page header .phone .main-nav-block .main-nav li:before {
  color: #fff;
}

#Page header .phone .main-nav-block .main-nav li:hover a {
  background: #fff;
  color: #36bd85;
}

#Page header .phone .main-nav-block .main-nav li:hover:before {
  margin-top: 0;
}

#Page .phone-main-nav-btn .bar {
  background: #fff;
}

#Page .phone-main-nav-btn .bar:before,
#Page .phone-main-nav-btn .bar:after {
  background: #fff;
}

.main-nav-block {
  line-height: 30px;
}

.main-nav-block .main-nav:after {
  content: "";
  display: block;
  clear: both;
}

.main-nav-block .main-nav li {
  /* margin-left: 40px; */
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 30px;
}

.main-nav-block .main-nav li:first-child {
  margin-left: 0;
}

.main-nav-block .main-nav li.cost-link {
  height: auto;
}

.main-nav-block .main-nav li.cost-link:before {
  display: none;
}

.main-nav-block .main-nav li.cost-link a {
  border-radius: 25px;
  color: #444;
  padding: 7px 20px;
  border: 1px solid #d0d0d0;
}

.main-nav-block .main-nav li.cost-link a:hover {
  border: 1px solid #36bd85;
  background: #36bd85;
  color: #fff;
}

.main-nav-block .main-nav li a {
  font-size: 16px;
  color: #36bd85;
  display: block;
}

.main-nav-block .main-nav li:before {
  content: attr(data-title);
  width: 100%;
  font-size: 16px;
  display: block;
  color: #444;
  transition: 0.3s;
}

.main-nav-block .main-nav li:hover:before,
.main-nav-block .main-nav li.active:before {
  margin-top: -30px;
}

.phone-main-nav-btn {
  display: inline-block;
  width: 30px;
  height: 25px;
  position: absolute;
  right: 5%;
  top: 40px;
  cursor: pointer;
  display: none;
}

.phone-main-nav-btn .bar {
  height: 5px;
  background: #36bd85;
  width: 100%;
  border-radius: 5px;
  transition: 0.3s;
}

.phone-main-nav-btn .bar:before,
.phone-main-nav-btn .bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #36bd85;
  position: absolute;
  border-radius: 5px;
  transition: 0.3s;
}

.phone-main-nav-btn .bar:before {
  top: 10px;
}

.phone-main-nav-btn .bar:after {
  top: 20px;
}

.phone-main-nav-btn:hover .bar {
  background: #444;
}

.phone-main-nav-btn:hover .bar:before,
.phone-main-nav-btn:hover .bar:after {
  background: #444;
}

.phone-main-nav-btn.fixed {
  top: 20px;
}

footer {
  background: #f5f5f5;
  padding: 70px 0 90px;
}

footer .top {
  width: 60px;
  height: 60px;
  background: #444;
  position: absolute;
  right: 0;
  top: -100px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}

footer .top a {
  line-height: 60px;
  display: block;
  font-size: 15px;
  color: #fff;
}

footer .top:hover {
  background: #36bd85;
}

footer .sitpmap-area {
  margin-bottom: 25px;
}

footer .sitpmap-area ul li {
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 28px;
}

footer .sitpmap-area ul li a {
  font-size: 15px;
  color: #444;
}

footer .sitpmap-area ul li a .graycolor {
  color: #000;
}

footer .sitpmap-area ul li.emphasis a {
  color: #36bd85;
}

footer .community-area {
  background: #444;
  border-radius: 50px;
  margin-bottom: 20px;
  padding: 10px 20px;
  display: inline-block;
}

footer .community-area li {
  display: inline-block;
  padding: 0 10px;
}

footer .community-area li a {
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
}

footer .community-area li a img {
  display: block;
  transition: 0.3s;
  top: 0;
  aspect-ratio: 50/100;
  height: auto;
  max-width: 50px;
  width: 100%;
}

footer .community-area li:hover a img {
  top: -50px;
}

footer .copyright-area .copyright {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 24px;
}

footer .copyright-area .outlink li {
  display: inline-block;
  margin-bottom: 10px;
}

footer .copyright-area .outlink li a {
  font-size: 13px;
  color: #ccc;
}

footer .copyright-area .outlink li:after {
  color: #ccc;
  content: "/";
  display: inline-block;
}

footer .region-area {
  float: right;
  width: 520px;
  margin-left: 90px;
  position: relative;
  z-index: 999;
}

footer .region-area .region {
  background: url(../images/footer_location_bg.jpg);
  padding: 30px 20px;
  text-align: right;
  font-size: 15px;
  transition: 0.3s;
}

footer .region-area .region p {
  margin-bottom: 10px;
}

footer .region-area .region .tel,
footer .region-area .region .fax {
  display: inline-block;
  margin-left: 10px;
}

footer .region-area .region:hover {
  background: #36bd85;
  color: #fff;
}

footer .region-area .north {
  margin-bottom: 20px;
}

footer .region-area .pic {
  float: right;
  margin-left: 30px;
}

footer .region-area .pic img {
  width: 100%;
  max-width: 86px;
  height: auto;
  aspect-ratio: 86/74;
}

footer .region-area .content {
  width: calc(100% - 86px);
}

footer .region-area a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

footer .region-area:after {
  content: "";
  display: block;
  clear: both;
}

footer:after {
  content: "";
  display: block;
  clear: both;
}

.sns-link-side {
  position: fixed;
  right: 24px;
  bottom: 83px;
}

.sns-link-side a {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 15%) 0 4px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.sns-link-side a img {
  display: block;
  width: 30px;
}

.sns-link-side a i {
  color: #fff;
  font-size: 30px;
}

.sns-link-side .tel-link {
  background: #81dca4;
}

.sns-link-side .line-link {
  background: #dddc81;
  margin-top: 7px;
}

.loading {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  background-color: #fff;
  font-family: roboto, sans-serif;
  font-size: 100%;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  z-index: 9999999;
}

.loading > div {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -30px;
}

.loading > div > div {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #36bd85;
  top: 10px;
  left: 10px;
  transform-origin: 20px 20px;
  border-radius: 8px;
  animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c2 {
  top: 10px;
  left: auto;
  right: 10px;
  transform-origin: -4px 20px;
  animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c3 {
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  transform-origin: -4px -4px;
  animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading > div > .c4 {
  top: auto;
  bottom: 10px;
  transform-origin: 20px -4px;
  animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
  0 {
    transform: rotate(90deg);
  }

  0 {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-b {
  0 {
    transform: rotate(90deg);
  }

  25% {
    transform: rotate(90deg);
  }

  25% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-c {
  0 {
    transform: rotate(90deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  50% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-d {
  0 {
    transform: rotate(90deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  75% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loading > span {
  width: 100px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: 30px;
  color: #36bd85;
  font-size: 12px;
  text-align: center;
}

.breadCrumb {
  margin: 10px 0;
  text-align: right;
}

.breadCrumb li {
  display: inline-block;
  color: #000;
  font-size: 14px;
}

.breadCrumb li a {
  color: #000;
  font-size: 14px;
}

.breadCrumb li a:hover {
  color: #ff8400;
}

.breadCrumb li:after {
  content: ">";
  color: #ff8400;
  font-weight: 700;
  margin: 0 7px;
}

.breadCrumb li:last-child:after {
  display: none;
}

.page-otherclick {
  margin-top: 20px;
}

.page-otherclick .other-click {
  text-align: right;
}

.page-otherclick .other-click .back,
.page-otherclick .other-click .top {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 13px;
  color: #000;
  border: 1px solid #c9caca;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s;
}

.page-otherclick .other-click .back:hover {
  background: #dbb787;
  border-color: #dbb787;
}

.page-otherclick .other-click .top {
  background: #c9caca;
}

.page-otherclick .other-click .top:hover {
  background: #000;
  color: #fff;
}

.pagination {
  text-align: center;
  margin: 60px 0;
}

.pagination li {
  display: inline-block;
}

.pagination li a {
  color: #666;
  font-size: 15px;
  font-weight: 700;
}

.pagination li:hover a,
.pagination li.active a {
  color: #438d00;
}

.pagination li.number {
  border-right: 1px solid #666;
  padding: 0 10px;
}

.pagination li.arrow {
  border: 1px solid #dcdcdc;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  margin: 0 5px;
}

.pagination li.first i,
.pagination li.last i {
  font-size: 12px;
}

.gogotop {
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.gogotop {
  background: #49a984;
  width: 80px;
  height: 38px;
  text-align: center;
  position: fixed;
  bottom: 5%;
  right: -100%;
  z-index: 9999;
  border: 5px solid #eee;
  border-right: 0;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
}

.gogotop a {
  color: #fff;
  display: block;
  line-height: 28px;
  font-size: 14px;
}

.gogotop:hover {
  background: #49a984;
}

.page-content {
  padding-top: 100px;
}

.page-content.only_breadcrumb {
  padding-top: calc(100px - 23px);
}

.page-content.xs {
  padding-top: calc(50px - 10px);
}

.sub-menu {
  margin-bottom: 20px;
}

.sub-menu.no_bigtitle {
  margin-bottom: 50px;
}

.sub-menu ul {
  text-align: center;
  border-bottom: 1px solid #eee;
}

.sub-menu ul li {
  display: inline-block;
  margin: 0 15px;
  margin-bottom: 20px;
}

.sub-menu ul li a {
  color: #444;
  font-size: 15px;
}

.sort-title {
  color: #35bd84;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.content-group {
  margin-bottom: 40px;
  position: relative;
  padding-top: 15px;
}

.content-group:after {
  content: "";
  display: block;
  clear: both;
}

.otherlink-page {
  border-top: 1px solid #eee;
  padding: 50px 0;
}

.otherlink-page .list-page {
  background: #6fdaae;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  float: left;
}

.otherlink-page .list-page a {
  font-size: 21px;
  display: block;
  color: #444;
  line-height: 60px;
  transition: 0.3s;
}

.otherlink-page .list-page a i {
  line-height: 60px;
}

.otherlink-page .list-page:hover {
  background: #444;
}

.otherlink-page .list-page:hover a {
  color: #f5f5f5;
}

.otherlink-page .link-page {
  float: left;
  border-bottom: 5px solid transparent;
  width: calc((100% - 60px) / 2);
}

.otherlink-page .link-page a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.otherlink-page .link-page:before {
  content: "";
  width: 33px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
}

.otherlink-page .link-page:after {
  content: "";
  display: block;
  clear: both;
}

.otherlink-page .link-page:after {
  height: 3px;
  position: absolute;
  content: "";
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #6fdaae;
  width: 0;
}

.otherlink-page .link-page:hover:after {
  width: 100%;
}

.otherlink-page .prev-page:before {
  right: 40px;
  background: url(../images/link-page-arrow-prev.png) no-repeat center;
}

.otherlink-page .prev-page:after {
  bottom: 0;
  right: 0;
}

.otherlink-page .next-page:before {
  left: 40px;
  background: url(../images/link-page-arrow-next.png) no-repeat center;
}

.otherlink-page .next-page:after {
  bottom: 0;
  left: 0;
}

.otherlink-page:after {
  content: "";
  display: block;
  clear: both;
}

.works-list {
  padding: 0 30px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.works-list .box {
  display: inline-block;
  width: calc(100% / 7);
  margin-bottom: 30px;
  padding: 0 20px;
}

.works-list .box .pic {
  padding-bottom: 58%;
  height: 0;
  text-align: center;
}

.works-list .box .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.works-list .box .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.works-list .box .pic:after {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 21px;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}

.works-list .box .content {
  padding: 20px 10px;
}

.works-list .box .content .title {
  font-size: 17px;
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.works-list .box .content .sort {
  font-size: 13px;
  line-height: 15px;
  color: #444;
}

.works-list .box:hover .pic:before {
  opacity: 1;
}

.works-list .box:hover .pic:after {
  opacity: 1;
}

.works-list .pic-box {
  display: inline-block;
  width: calc(100% / 7);
  margin-bottom: 40px;
  padding: 0 20px;
  margin-left: -3px;
  vertical-align: top;
}

.works-list .pic-box .pic {
  height: 0;
  padding-bottom: 100%;
}

.works-list .pic-box .pic img {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.works-list:after {
  content: "";
  display: block;
  clear: both;
}

.work_pagination {
  display: none;
  text-align: center;
  padding: 50px 0;
  border-top: solid 1px #eee;
}

.work_pagination .page_select {
  padding: 6px 20px;
  background-color: #6bd5a9;
  color: #444;
  font-size: 15px;
  border: 0;
  min-width: 100px;
}

.work_pagination .page_btn {
  border: 0;
  background: 0;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
}

.blog_pagination {
  display: block;
}

.works-detail-atricle-area {
  margin-bottom: 50px;
  margin-top: 50px;
}

.works-detail-picblock {
  float: right;
  width: calc(100% - 500px);
  padding-right: 40px;
}

.works-detail-picblock img {
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
}

.works-detail-infoblock {
  float: right;
  width: 500px;
  padding-bottom: 50px;
  position: static;
}

.works-detail-infoblock .works-detail-fixed {
  width: 500px;
  padding-left: 40px;
  border-left: 1px solid #f5f5f5;
}

.works-detail-infoblock .atricle-title {
  margin-bottom: 40px;
  font-size: 28px;
  color: #444;
  line-height: 32px;
}

.works-detail-infoblock .box {
  margin-bottom: 40px;
}

.works-detail-infoblock .box .txt {
  font-size: 15px;
  color: #444;
  line-height: 24px;
}

.works-detail-infoblock .box .txt span {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.works-detail-infoblock .works-detail-info-title {
  font-size: 15px;
  font-weight: 700;
  color: #49a984;
  margin-bottom: 15px;
}

.works-detail-infoblock .work-detail-btn .link,
.works-detail-infoblock .work-detail-btn .bars {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}

.works-detail-infoblock .work-detail-btn .bars i {
  line-height: 60px;
}

.works-detail-infoblock .work-detail-btn .link a,
.works-detail-infoblock .work-detail-btn .bars a {
  display: block;
  font-size: 21px;
}

.works-detail-infoblock .work-detail-btn .link {
  width: 80px;
  height: 80px;
  background: #49a984;
  margin-right: 10px;
  transition: 0.3s;
}

.works-detail-infoblock .work-detail-btn .link a {
  color: #fff;
  line-height: 80px;
}

.works-detail-infoblock .work-detail-btn .link a i {
  line-height: 80px;
}

.works-detail-infoblock .work-detail-btn .link:hover {
  background-color: #36bd85;
}

.works-detail-infoblock .work-detail-btn .bars {
  width: 60px;
  height: 60px;
  background: #f5f5f5;
  color: #444;
  line-height: 60px;
  font-size: 21px;
}

.works-detail-infoblock .community {
  padding: 40px 0;
}

.works-detail-infoblock .community a {
  font-size: 21px;
  color: #444;
  display: inline-block;
  margin-right: 25px;
}

.works-detail-infoblock .community a:last-child {
  margin-right: 0;
}

.works-detail-infoblock .community a:hover {
  color: #6fdaae;
}

.works-detail-infoblock .community:before {
  content: "";
  display: block;
  background: #eaeaea;
  height: 3px;
  width: 20px;
  position: absolute;
  left: -40px;
  top: 0;
}

.works-detail-infoblock .community:after {
  content: "";
  display: block;
  background: #eaeaea;
  height: 3px;
  width: 20px;
  position: absolute;
  left: -40px;
  bottom: 0;
}

.works-otherlink-page {
  padding: 50px 21.875%;
}

.works-otherlink-page .link-page .pic {
  width: 104px;
}

.works-otherlink-page .link-page .pic img {
  max-width: 100%;
  display: block;
}

.works-otherlink-page .link-page .content {
  width: calc(100% - 104px);
}

.works-otherlink-page .link-page .content .title {
  font-size: 17px;
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.works-otherlink-page .link-page .content .sort {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}

.works-otherlink-page .link-page:hover:after {
  width: calc(100% - 80px);
}

.works-otherlink-page .prev-page .pic {
  float: left;
}

.works-otherlink-page .prev-page .content {
  float: left;
  padding: 5px 80px 5px 20px;
}

.works-otherlink-page .prev-page:after {
  margin-right: 80px;
}

.works-otherlink-page .next-page {
  text-align: right;
}

.works-otherlink-page .next-page .pic {
  float: right;
}

.works-otherlink-page .next-page .content {
  float: right;
  padding: 5px 20px 5px 80px;
}

.works-otherlink-page .next-page:after {
  margin-left: 80px;
}

.blog-list {
  margin: 0 -20px 50px;
  display: flex;
  flex-wrap: wrap;
}

.blog-list .box {
  width: 33%;
  padding: 0 20px 50px;
}

.blog-list .box .box-pic {
  padding-bottom: 56%;
  height: 0;
  text-align: center;
}

.blog-list .box .box-pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-list .box .box-pic a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.blog-list .box .box-pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.blog-list .box .box-pic:after {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 21px;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}

.blog-list .box .box-pic:hover:before {
  opacity: 1;
}

.blog-list .box .box-pic:hover:after {
  opacity: 1;
}

.blog-list .box .title {
  font-size: 22px;
  line-height: 32px;
  -webkit-box-orient: vertical;
  background: #f5f5f5;
  padding: 20px;
}

.index-blog-area-inner .blog-list .box .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog-list .box .txt {
  font-size: 15px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-style: italic;
  padding: 20px;
  font-weight: 300;
}

.index-blog-area .blog-list .box .txt {
  background: #fff;
  padding-bottom: 40px;
}

.blog-list .box .author .pic {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: text-bottom;
}

.blog-list .box .author .pic img {
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}

.blog-list .box .author .pic:hover img {
  opacity: 0.6;
}

.blog-list .box .author .info {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  color: #6fdaae;
}

.blog-list .box .author .info .name {
  margin-bottom: 8px;
}

.blog-list .box .author .info .name a {
  color: #6fdaae;
}

.blog-list .box .author .info .name a:hover {
  text-decoration: underline;
}

.blog-list .box .author a.authoralink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog-list .box .author:after {
  content: "";
  display: block;
  clear: both;
}

.blog-list:after {
  content: "";
  display: block;
  clear: both;
}

.roadsearchbox {
  margin-bottom: 15px;
}

.roadsearchbox .road {
  float: left;
  font-size: 12px;
  color: #ccc;
  margin-top: 23px;
}

.roadsearchbox .road i {
  margin-right: 3px;
  margin-left: 3px;
}

.roadsearchbox .road a {
  color: #ccc;
}

.roadsearchbox .road a:hover {
  color: #36bd85;
}

.search {
  text-align: right;
  float: right;
}

.search input {
  border: 0;
  background: 0;
  border-bottom: 4px solid #444;
  width: 250px;
  height: 35px;
  padding: 0 40px 0 10px;
  font-size: 15px;
}

.search button {
  border: 0;
  background: 0;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.search button i {
  font-size: 17px;
}

.blog-detail-atricle-area .blog-detail-atricleblock {
  width: calc(100% - 360px);
  float: left;
  margin-right: 40px;
}

.blog-detail-atricle-area .blog-detail-atricleblock.newdetior {
  width: 100%;
}

.blog-detail-atricle-area .blog-detail-infoblock {
  width: 320px;
  float: left;
  margin-top: 100px;
  position: static;
}

.blog-detail-atricle-area .blog-detail-infoblock .blog-detail-fixed {
  width: 320px;
}

.blog-detail-atricle-area .blog-detail-infoblock .box {
  margin-bottom: 50px;
}

.blog-detail-atricle-area .blog-detail-infoblock .box-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
}

.blog-detail-atricle-area .blog-detail-infoblock .sort-box .tag {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  background: #6fdaae;
  border-radius: 3px;
  margin: 0 8px 8px 0;
  cursor: text;
}

.blog-detail-atricle-area .blog-detail-infoblock .share-box a {
  font-size: 21px;
  color: #444;
  margin: 5px 15px;
}

.blog-detail-atricle-area .blog-detail-infoblock .share-box a:hover {
  color: #49a984;
}

.blog-detail-atricle-area .atricle-author-info {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-detail-atricle-area .atricle-author-info .pic {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}

.blog-detail-atricle-area .atricle-author-info .pic:hover {
  opacity: 0.6;
}

.blog-detail-atricle-area .atricle-author-info .pic a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog-detail-atricle-area .atricle-author-info .info1 {
  float: left;
  margin: 10px 0;
  padding: 5px 20px;
  color: #6fdaae;
  font-size: 13px;
  border-right: 1px solid #eee;
}

.blog-detail-atricle-area .atricle-author-info .info1 .name {
  margin-bottom: 5px;
}

.blog-detail-atricle-area .atricle-author-info .info2 {
  float: left;
  font-size: 13px;
  width: calc(100% - 360px);
  padding: 5px 20px;
  line-height: 24px;
}

.blog-detail-atricle-area .atricle-author-info .info3 {
  float: left;
  margin-left: 5px;
  padding: 12px 0;
  border-left: 1px solid #eee;
  margin: 10px 0;
}

.blog-detail-atricle-area .atricle-author-info .info3 a {
  color: #bbb;
  margin-left: 15px;
  font-size: 16px;
  transition: 0.3s;
}

.blog-detail-atricle-area .atricle-author-info .info3 a:hover {
  color: #6fdaae;
}

.blog-detail-atricle-area .atricle-author-info:after {
  content: "";
  display: block;
  clear: both;
}

.blog-detail-atricle-area .blogcat {
  text-align: right;
}

.blog-detail-atricle-area .blogcat img {
  vertical-align: middle;
  width: 140px;
  height: 31px;
}

.blog-detail-atricle-area .atricle-title {
  padding: 20px 60px;
  font-size: 26px;
  line-height: 36px;
  background: #444;
  color: #fff;
}

.blog-detail-atricle-area .atricle-block {
  padding: 50px 60px;
  background: url(../images/blog_bg.jpg);
}

.blog-detail-atricle-area:after {
  content: "";
  display: block;
  clear: both;
}

.relative-page {
  padding: 30px 40px;
}

.relative-page:before {
  content: "";
  display: block;
  background: #eef8f4;
  height: 120px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.relative-page .list:after {
  content: "";
  display: block;
  clear: both;
}

.relative-page .box {
  float: left;
  width: 33%;
  padding: 20px 40px;
}

.relative-page .box .box-pic {
  padding-bottom: 37.5%;
  height: 0;
  text-align: center;
  overflow: hidden;
}

.relative-page .box .box-pic img {
  width: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.relative-page .box .box-pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.relative-page .box .box-pic:after {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 21px;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}

.relative-page .box .box-pic:hover:before {
  opacity: 1;
}

.relative-page .box .box-pic:hover:after {
  opacity: 1;
}

.relative-page .box .title {
  font-size: 20px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  background: #f5f5f5;
  padding: 20px;
}

.relative-page .box .author .pic {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: text-bottom;
  transition: 0.3s;
}

.relative-page .box .author .pic img {
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.relative-page .box .author .pic:hover {
  opacity: 0.6;
}

.relative-page .box .author .info {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  color: #6fdaae;
}

.relative-page .box .author .info .name {
  margin-bottom: 8px;
}

.relative-page .box .author:after {
  content: "";
  display: block;
  clear: both;
}

.relative-page .box a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.blog-otherlink-page {
  padding: 50px 15.625% 100px;
}

.blog-otherlink-page .link-page {
  float: left;
}

.blog-otherlink-page .link-page .content {
  width: 100%;
}

.blog-otherlink-page .link-page .content .title {
  font-size: 17px;
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-otherlink-page .link-page .content .sort {
  font-size: 13px;
  color: #444;
  margin-bottom: 10px;
}

.blog-otherlink-page .link-page:hover:after {
  width: calc(100% - 115px);
}

.blog-otherlink-page .prev-page {
  text-align: right;
}

.blog-otherlink-page .prev-page .content {
  float: left;
  padding: 5px 115px 5px 20px;
}

.blog-otherlink-page .prev-page:after {
  margin-right: 115px;
}

.blog-otherlink-page .next-page .content {
  float: right;
  padding: 5px 20px 5px 115px;
}

.blog-otherlink-page .next-page:after {
  margin-left: 115px;
}

.blog-author-info1 {
  padding-top: 15px;
  margin-bottom: 30px;
}

.blog-author-info1 .pic {
  float: left;
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
}

.blog-author-info1 .info1 {
  float: left;
  margin: 10px 0;
  padding: 4px 20px;
  border-right: 1px solid #eee;
}

.blog-author-info1 .info1 .name {
  margin-bottom: 10px;
  font-size: 30px;
  color: #444;
}

.blog-author-info1 .info1 .job-title {
  font-size: 13px;
  color: #bbb;
}

.blog-author-info1 .info2 {
  float: left;
  font-size: 15px;
  width: calc(100% - 360px);
  padding: 16px 20px;
  line-height: 24px;
}

.blog-author-info1 .info3 {
  float: left;
  margin-left: 5px;
  padding: 17px 0;
  border-left: 1px solid #eee;
  margin: 15px 0;
}

.blog-author-info1 .info3 a {
  color: #bbb;
  margin-left: 15px;
  font-size: 16px;
}

.blog-author-info1 .info3 a:hover {
  color: #6fdaae;
}

.blog-author-info1:after {
  content: "";
  display: block;
  clear: both;
}

.blog-author-list {
  padding: 1px 0;
  background: url(../images/blogauthor_bg.jpg);
}

.blog-author-list .box {
  padding: 30px 45px 25px 70px;
  max-width: 800px;
  margin: auto;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: 8px solid #444;
}

.blog-author-list .box:last-child {
  margin-bottom: 0;
}

.blog-author-list .box .author {
  margin-bottom: 20px;
}

.blog-author-list .box .author .pic {
  display: inline-block;
  height: 40px;
  width: 40px;
  border: 1px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: text-bottom;
}

.blog-author-list .box .author .pic img {
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-author-list .box .author .info {
  display: inline-block;
  padding-left: 10px;
  font-size: 13px;
  color: #6fdaae;
}

.blog-author-list .box .author .info .name {
  margin-bottom: 8px;
}

.blog-author-list .box .author:after {
  content: "";
  display: block;
  clear: both;
}

.blog-author-list .box .title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-author-list .box .box-pic {
  margin-bottom: 30px;
}

.blog-author-list .box .box-pic img {
  max-width: 100%;
}

.blog-author-list .box .txt {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-style: italic;
  font-weight: 300;
}

.blog-author-list .box .more {
  font-size: 13px;
  color: #49a984;
  display: inline-block;
}

.blog-author-list .box .more:hover {
  text-decoration: underline;
}

.blog-author-info2 {
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-author-info2 .pic {
  float: left;
  width: 160px;
  height: 155px;
}

.blog-author-info2 .pic img {
  display: block;
  max-width: 100%;
}

.blog-author-info2 .info {
  float: left;
  margin-top: 20px;
  padding-left: 20px;
  width: calc(100% - 160px);
}

.blog-author-info2 .box1 {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 20px;
}

.blog-author-info2 .box1 .name {
  font-size: 24px;
  margin-bottom: 10px;
}

.blog-author-info2 .box1 .job-title {
  color: #bbb;
  font-size: 13px;
}

.blog-author-info2 .box1:after {
  content: "";
  display: block;
  height: 40px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 5px;
  background: #eee;
}

.blog-author-info2 .box2 {
  display: inline-block;
  margin-bottom: 15px;
  vertical-align: text-bottom;
}

.blog-author-info2 .box2 a {
  margin-left: 15px;
  color: #bbb;
  font-size: 16px;
  transition: 0.3s;
}

.blog-author-info2 .box2 a:hover {
  color: #6fdaae;
}

.blog-author-info2 .box3 {
  font-size: 13px;
  line-height: 24px;
  padding-right: 10px;
  padding-bottom: 5px;
}

.blog-author-info2:after {
  content: "";
  display: block;
  clear: both;
}

.contact-banner {
  background-image: url(../images/contact-banner.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  height: 275px;
  width: 100%;
  margin-top: -100px;
}

.contactinbanner {
  max-width: 1430px;
  margin: 0 auto;
}

.contact-banner .info {
  margin-top: 80px;
  width: 50%;
  float: left;
}

.contact-banner .info .QR-code {
  width: 70px;
}

.contact-banner .info .QR-code img {
  display: block;
}

.contact-banner .info .content {
  width: calc(100% - 70px);
}

.contact-banner .info .title {
  font-size: 20px;
  line-height: 30px;
  color: #49a984;
  margin-bottom: 5px;
}

.contact-banner .info .tel,
.contact-banner .info .fax,
.contact-banner .info .address {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.contact-banner .info .address {
  margin-bottom: 5px;
}

.contact-banner .info .google-map {
  font-size: 15px;
  color: #6fdaad;
}

.contact-banner .info .google-map:hover {
  text-decoration: underline;
}

.contact-banner .info:after {
  content: "";
  display: block;
  clear: both;
}

.contact-banner .north-info {
  text-align: right;
  padding-right: 50px;
}

.contact-banner .north-info .QR-code {
  float: right;
}

.contact-banner .north-info .content {
  padding-right: 20px;
}

.contact-banner .south-info {
  padding-left: 50px;
}

.contact-banner .south-info .QR-code {
  float: left;
}

.contact-banner .south-info .content {
  float: left;
  padding-left: 20px;
}

.contact-banner:after {
  content: "";
  display: block;
  clear: both;
}

.roadsearchbox.contact {
  margin-top: calc(50px - 20px);
}

.contact-form .container {
  padding: 20px 100px 100px;
}

.contact-form form select,
.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"],
.contact-form form textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100%;
  vertical-align: middle;
  display: block;
  padding: 10px;
  font-size: 15px;
  transition: 0.3s;
}

.contact-form form select:focus,
.contact-form form input[type="text"]:focus,
.contact-form form input[type="tel"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form textarea:focus {
  border: 1px solid #6fdaae;
  outline: 0;
}

.contact-form form input[type="text"].shortcon,
.contact-form form select.shortcon {
  width: 210px;
  display: inline-block;
}

.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="email"] {
  height: 40px;
}

.contact-form form input[type="file"] {
  width: 100%;
  vertical-align: middle;
  display: block;
  padding: 10px;
  font-size: 15px;
  height: 40px;
}

.contact-form form input[type="checkbox"] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.contact-form form input[type="radio"] {
  vertical-align: middle;
  width: 16px;
  height: 16px;
}

.contact-form form label {
  vertical-align: middle;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
}

.contact-form form input.line_bottom {
  width: 240px;
  border: 0;
  background: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: inline-block;
  transition: 0.3s;
}

.contact-form form input.line_bottom:focus {
  border: 0;
  border-bottom: 1px solid #6fdaae;
  outline: 0;
}

.contact-form form .box {
  margin-bottom: 20px;
}

.contact-form form .box-title {
  font-size: 14px;
  text-align: right;
  font-weight: 700;
  line-height: 30px;
  height: 40px;
  width: 100px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
}

.contact-form form .box-title .must {
  color: red;
  margin-left: 5px;
  font-weight: 400;
}

.contact-form form .box-title .check {
  display: block;
  line-height: 10px;
  color: #49a984;
}

.contact-form form .box-title .br {
  display: block;
}

.contact-form form .box-content {
  min-height: 40px;
  padding-left: 20px;
  display: inline-block;
  width: calc(99% - 105px);
  font-size: 14px;
}

.contact-form form .box9 .box-title {
  line-height: 20px;
}

.contact-form form .box9 label {
  margin-right: 8px;
}

.contact-form form .box9 label a {
  cursor: help;
}

.contact-form form .box9 label a:hover {
  text-decoration: underline;
}

.contact-form form .box9 .other {
  display: inline-block;
}

.contact-form form .box10 .have {
  display: inline-block;
}

.contact-form form .box10 .input-txt {
  display: inline-block;
}

.contact-form form .box10 .input-txt .line_bottom {
  padding-right: 25px;
}

.contact-form form .box10 .input-txt .yuan {
  position: absolute;
  right: 5px;
  top: 15px;
}

.contact-form form .box11 .box-title {
  line-height: 20px;
}

.contact-form form .box11 .other {
  display: inline-block;
}

.contact-form form .box11 .other .other_txt {
  display: inline-block;
}

.contact-form form .box13 .box-title {
  line-height: 20px;
}

.contact-form form .box14 {
  width: calc(33%+140px);
  display: inline-block;
  margin-bottom: 10px;
}

.contact-form form .box14 .box-content input {
  width: calc(100% - 135px);
  display: inline-block;
}

.contact-form form .box14 .box-content img {
  margin-left: 15px;
  vertical-align: middle;
}

.contact-form form .box15 {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  line-height: 1.5;
  background: #eee;
  border-radius: 3px;
  margin-top: 20px;
}

.iware_color {
  color: #49a984;
  font-weight: 700;
  padding: 0 5px;
}

a.iware_color {
  color: #49a984;
  font-weight: 700;
  text-decoration: underline;
}

a.iware_line,
a.iware_line img {
  display: inline-block;
  vertical-align: middle;
}

a.iware_line {
  margin: 0 10px;
}

.contact-form form .two-third {
  width: calc(66% - 4px);
  display: inline-block;
}

.contact-form form .one-third {
  width: calc(33% - 4px);
  display: inline-block;
}

.contact-form form .btn-list {
  display: inline-block;
  float: right;
}

.contact-form form .btn-list button {
  cursor: pointer;
  border: 0;
  background: 0;
  color: #fff;
  margin-left: 10px;
  padding: 15px 30px;
  border-radius: 3px;
  font-size: 14px;
  font-family: open sans, microsoft jhenghei, sans-serif;
  transition: 0.3s;
}

.contact-form form .btn-list button:hover {
  background: #36bd85;
}

.contact-form form .btn-list .btn_send {
  background: #6fdaae;
}

.contact-form form .btn-list .btn_reset {
  background: #444;
}

.contact-form form:after {
  content: "";
  display: block;
  clear: both;
}

.box-content .inlineblock {
  display: inline-block;
}

.contact_confirm {
  margin-top: 65px;
  margin-bottom: 100px;
}

.contact_confirm .title {
  padding-bottom: 35px;
  text-align: center;
  color: #444;
}

.contact_confirm .title > h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: lighter;
  padding-bottom: 10px;
}

.contact_confirm .title > p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.contact_confirm .content:after {
  content: "";
  display: block;
  clear: both;
}

.contact_confirm .content .left {
  width: 36%;
  float: left;
  padding: 50px 35px;
  text-align: right;
}

.contact_confirm .content .left img {
  max-width: 100%;
}

.contact_confirm .content .left:before {
  content: url(../images/smile_shadow.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.contact_confirm .content .right {
  width: 64%;
  float: right;
  padding-left: 60px;
  padding-top: 10px;
}

.contact_confirm .content .right p {
  font-size: 15px;
  line-height: 25px;
}

.contact_confirm .content .right .form_data,
.contact_confirm .content .right .iware_info {
  padding-bottom: 35px;
}

.contact_confirm .content .btn_area > a {
  display: inline-block;
  max-width: 90px;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
}

.contact_confirm .content .btn_area > a.back {
  background-color: #6fdaae;
  color: #fff;
  margin-right: 20px;
}

.contact_confirm .content .btn_area > a.home {
  background-color: #444;
  color: #fff;
}

.contact_confirm .content .btn_area > a:hover {
  background-color: #49a984;
}

.service_area {
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -10px;
}

.service_area:after {
  content: "";
  display: block;
  clear: both;
}

.service_area .service_item {
  width: 25%;
  float: left;
  text-align: center;
  padding: 25px 40px;
}

.service_area .service_item .icon {
  width: 90px;
  height: 90px;
  display: inline-block;
  overflow: hidden;
}

.service_area .service_item .icon img {
  width: 100%;
}

.service_area .service_item .icon:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotateZ(45deg) translate(-105%, 0);
  transition: transform 0.4s ease;
}

.service_area .service_item .icon:hover:before {
  transform: rotateZ(45deg) translate(100%, 0);
}

.service_area .service_item a:hover .title {
  color: #36bd85;
}

.service_area .service_item .title {
  font-size: 20px;
  line-height: 30px;
  color: #444;
  font-weight: 700;
  margin: 15px 0;
}

.service_area .service_item .title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.service_area .service_item .des {
  font-size: 14px;
  line-height: 24px;
  color: #444;
  padding-bottom: calc(15px+30px);
}

.service_area .service_item .btn {
  font-size: 22px;
  color: #ddd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -100%);
}

.service_area .service_item .btn:hover {
  color: #444;
}

.service_detail .area_title {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 8px;
  padding-top: 8px;
  background: #6fdaad;
  color: #fff;
  margin-bottom: 50px;
}

.service_detail .main_content {
  padding-top: 15px;
  padding-bottom: 70px;
}

.service_detail .main_content .main_title {
  text-align: center;
  color: #444;
  padding-bottom: 50px;
}

.service_detail .main_content .main_title img {
  max-width: 100%;
}

.service_detail .main_content .main_title h1 {
  padding: 30px 0;
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.service_detail .main_content .main_title p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
}

.service_detail .main_content .main_des {
  background-color: #f5f5f5;
  padding: 40px 0;
}

.service_detail .main_content .main_des:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #f5f5f5 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.service_detail .work_area {
  max-width: 1800px;
  width: 100%;
  padding: 20px 0 50px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.service_detail .work_area .work_item {
  display: inline-block;
  width: calc(100% / 7);
  padding: 0 20px;
  margin-left: -3px;
}

.service_detail .work_area .work_item .pic {
  padding-bottom: 58%;
  height: 0;
  text-align: center;
}

.service_detail .work_area .work_item .pic img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service_detail .work_area .work_item .pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}

.service_detail .work_area .work_item .pic:after {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 21px;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}

.service_detail .work_area .work_item .content {
  padding: 20px 10px;
  margin-bottom: 30px;
}

.service_detail .work_area .work_item .content .title {
  font-size: 17px;
  color: #444;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service_detail .work_area .work_item .content .sort {
  font-size: 13px;
  color: #444;
}

.service_detail .work_area .work_item:hover .pic:before {
  opacity: 1;
}

.service_detail .work_area .work_item:hover .pic:after {
  opacity: 1;
}

.service_detail .func_area {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.service_detail .func_area:after {
  content: "";
  display: block;
  clear: both;
}

.service_detail .func_area .func_item {
  width: 33.33%;
  float: left;
  padding: 20px;
  text-align: center;
  border: solid 1px transparent;
}

.service_detail .func_area .func_item:nth-child(2n + 1) {
  border-color: #f5f5f5;
}

.service_detail .func_area .func_item .icon {
  width: 50px;
  height: 50px;
}

.service_detail .func_area .func_item .func_title {
  color: #49a984;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding: 10px 0;
}

.service_detail .func_area .func_item .content {
  display: inline-block;
  text-align: left;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.service_detail .func_area .func_item .content span {
  font-weight: 400;
  color: #444;
  font-size: 14px;
  font-weight: lighter;
}

.service_detail .main_type_link {
  padding-bottom: 100px;
}

.service_detail .main_type_link .type_link_item {
  text-align: center;
  padding: 5px 0;
}

.service_detail .main_type_link .type_link_item .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
}

.service_detail .main_type_link .type_link_item .title a {
  font-size: 16px;
  color: #444;
  padding-top: 10px;
  display: block;
  outline: 0;
}

.service_detail .main_type_link .type_link_item .title a:hover {
  color: #36bd85;
}

.service_detail .main_type_link .type_link_item .title span {
  font-size: 13px;
  font-weight: lighter;
  display: block;
  padding-top: 8px;
}

.service_detail .main_type_link .slick-dots {
  bottom: -35px;
}

.service_detail .main_type_link .slick-prev:before,
.service_detail .main_type_link .slick-next:before {
  color: #36bd85;
}

.qa_area {
  padding-bottom: 100px;
}

.qa_area ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.qa_area ul:after {
  content: "";
  display: block;
  clear: both;
}

.qa_area ul li {
  width: 50%;
  float: left;
  padding: 15px 40px;
  line-height: 22px;
}

.qa_area ul li:nth-child(4n + 1),
.qa_area ul li:nth-child(4n + 2) {
  background-color: #eef8f4;
}

.qa_area ul li span {
  font-size: 18px;
  color: #6fdaae;
  vertical-align: middle;
  font-family: open sans;
}

.qa_area ul li a {
  font-size: 15px;
  color: #444;
  vertical-align: middle;
}

.qa_area ul li a:hover {
  text-decoration: underline;
}

.qa_article_title {
  padding: 20px 60px;
  font-size: 26px;
  line-height: 36px;
  background: #444;
  color: #fff;
}

.qa_article_title span {
  font-size: 30px;
  color: #6fdaae;
}

.qacat {
  text-align: right;
}

.qacat img {
  vertical-align: middle;
  width: 112px;
  height: 30px;
}

.qa_detail:after {
  content: "";
  display: block;
  clear: both;
}

.qa_detail .qa_article {
  width: calc(100% - 360px);
  float: left;
  margin-right: 40px;
  margin-top: -30px;
}

.qa_detail .qa_article .atricle-block {
  padding: 50px 60px;
  background: url(../images/blog_bg.jpg);
  min-height: 650px;
}

.qa_detail .qa_infoblock {
  width: 320px;
  float: right;
  position: static;
  margin-top: 10px;
}

.qa_detail .qa_infoblock .qa-detail-fixed {
  width: 320px;
}

.qa_detail .qa_infoblock .box {
  margin-bottom: 50px;
}

.qa_detail .qa_infoblock .box-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;
}

.qa_detail .qa_infoblock .qa_sub_list ul li {
  padding: 15px 35px;
  line-height: 20px;
}

.qa_detail .qa_infoblock .qa_sub_list ul li:nth-child(2n + 1) {
  background-color: #eef8f4;
}

.qa_detail .qa_infoblock .qa_sub_list ul li span {
  font-size: 16px;
  color: #6fdaae;
  vertical-align: middle;
  font-family: open sans;
}

.qa_detail .qa_infoblock .qa_sub_list ul li a {
  font-size: 15px;
  color: #444;
  vertical-align: middle;
}

.qa_detail .qa_infoblock .qa_sub_list ul li a:hover {
  text-decoration: underline;
}

.qa_detail .qa_infoblock .sort-box .tag {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  background: #6fdaae;
  border-radius: 3px;
  margin: 0 8px 8px 0;
  cursor: text;
}

.qa_detail .qa_infoblock .share-box a {
  font-size: 21px;
  color: #444;
  margin: 5px 15px;
}

.qa_detail .qa_infoblock .share-box a:hover {
  color: #49a984;
}

.qa-otherlink-page {
  padding: 50px 0 100px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.qa-otherlink-page .link-page {
  width: calc((100% - 60px) / 2);
  float: left;
}

.qa-otherlink-page .link-page .content {
  width: calc(100% - 60px);
}

.qa-otherlink-page .link-page .content .title {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
}

.qa-otherlink-page .link-page .content .sort {
  font-size: 13px;
  margin-bottom: 10px;
}

.qa-otherlink-page .link-page:hover:after {
  width: calc(100% - 125px);
}

.qa-otherlink-page .prev-page {
  text-align: right;
}

.qa-otherlink-page .prev-page .pic {
  float: left;
}

.qa-otherlink-page .prev-page .content {
  float: left;
  padding: 5px 65px 5px 20px;
}

.qa-otherlink-page .prev-page:after {
  margin-right: 125px;
}

.qa-otherlink-page .next-page .pic {
  float: right;
}

.qa-otherlink-page .next-page .content {
  float: right;
  padding: 5px 20px 5px 65px;
}

.qa-otherlink-page .next-page:after {
  margin-left: 125px;
}

.process_area {
  padding-top: 30px;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}

.process_area .process_box {
  padding-bottom: 100px;
  display: flex;
  flex-direction: row-reverse;
}

.process_area .process_box .img_box {
  max-width: 400px;
  width: 100%;
  margin-right: 120px;
}

.process_area .process_box .process_content {
  width: calc(100% - 400px - 120px);
  color: #444;
}

.process_area .process_box .process_content > .title {
  font-size: 20px;
  line-height: 24px;
}

.process_area .process_box .process_content > .sub_title {
  font-size: 16px;
  font-weight: 700;
  font-family: open sans;
  line-height: 24px;
}

.process_area .process_box .process_content > ul {
  padding-top: 5px;
}

.process_area .process_box .process_content > ul > li > p {
  font-size: 15px;
  line-height: 26px;
}

.process_area .process_box .process_content > ul > li > p:before {
  content: "●";
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  padding-right: 3px;
}

.process_area .process_box:nth-child(2n) {
  flex-direction: row;
}

.process_area .process_box:nth-child(2n) .img_box {
  margin-left: 120px;
  margin-right: 0;
}

.process_area .process_box:nth-child(2n) .process_content {
  text-align: right;
}

.process_area .process_box .processline {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.about_page .about_top {
  background-color: #fcf9f2;
  background-image: url(../images/about-top.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  min-height: 800px;
}

.about_page .about_top .about_breadcrumb {
  margin-bottom: 0;
}

.about_page .about_top .about_breadcrumb .road {
  margin-top: 100px;
}

.about_page .about_top .about_area {
  margin-top: 50px;
}

.about_page .about_top .about_area:after {
  content: "";
  display: block;
  clear: both;
}

.about_page .about_top .about_area .decorate_img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 380px;
  width: 100%;
}

.about_page .about_top .about_area .decorate_img img {
  width: 100%;
}

.about_page .about_top .about_area .about_content {
  max-width: 500px;
  padding-top: 70px;
  color: #444;
  float: right;
}

.about_page .about_top .about_area .about_content h2,
.about_page .about_top .about_area .about_content .sub_title {
  font-family: open sans, microsoft jhenghei, sans-serif;
}

.about_page .about_top .about_area .about_content h2 > span,
.about_page .about_top .about_area .about_content .sub_title {
  font-weight: 700;
}

.about_page .about_top .about_area .about_content h2 {
  font-size: 40px;
  line-height: 42px;
}

.about_page .about_top .about_area .about_content h2 span {
  font-size: 42px;
}

.about_page .about_top .about_area .about_content .sub_title {
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0;
}

.about_page .about_top .about_area .about_content p {
  font-size: 15px;
  line-height: 22px;
}

.about_page .about_top .about_area .about_content a {
  color: #49a984;
  text-decoration: underline;
}

.about_page .work_area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about_page .work_area .work_title_img {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.about_page .work_area .work_title_img img {
  width: 100%;
}

.about_page .work_area .work_content {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

.about_page .work_area .work_content h2 {
  font-size: 40px;
  line-height: 44px;
  padding-top: 20px;
}

.about_page .work_area .work_content p {
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 5px;
}

.about_page .work_area .work_content .sub_title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding: 10px 0;
}

.about_page .work_area .responsibilities {
  display: none;
  padding: 15px 0 50px;
}

.about_page .work_area .responsibilities li {
  padding-bottom: 20px;
}

.about_page .work_area .responsibilities li h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 5px;
}

.about_page .work_area .responsibilities li p {
  font-size: 15px;
  line-height: 20px;
}

.about_page .work_area .responsibilities li p > span {
  background-color: #99efcb;
}

.about_page .work_area .responsibilities li:last-child {
  padding-bottom: 0;
}

.about_page .work_area .work_img_pc,
.about_page .work_area .work_img_mb {
  padding-top: 70px;
  width: 100%;
}

.about_page .work_area .work_img_mb {
  display: none;
}

.about_page .info_area {
  background-color: #fbf9f3;
  overflow: hidden;
}

.about_page .info_area.security_area {
  background-color: #f0f1f0;
}

.about_page .info_area h2 {
  font-size: 40px;
}

.about_page .info_area h2 span {
  font-size: 42px;
  font-weight: 700;
  font-family: open sans, microsoft jhenghei, sans-serif;
}

.about_page .info_area h2 .mark {
  font-size: 36px;
}

.about_page .info_area .sub_title {
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0;
}

.about_page .info_area p {
  font-size: 15px;
  line-height: 22px;
}

.about_page .info_area .img_doll {
  position: absolute;
  top: 0;
  left: 0;
}

.about_page .info_area .img_pen {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about_page .info_area .img_protect {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about_page .info_area .choose_area {
  padding-top: 140px;
  padding-bottom: 110px;
}

.about_page .info_area .choose_area:after {
  content: "";
  display: block;
  clear: both;
}

.about_page .info_area .choose_area .choose_title_img {
  max-width: 450px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.about_page .info_area .choose_area .choose_title_img img {
  width: 100%;
}

.about_page .info_area .choose_area .content {
  max-width: 600px;
  width: 100%;
  padding-top: 70px;
  float: right;
}

.about_page .info_area .doit_area {
  padding-bottom: 140px;
  max-width: 500px;
  left: 42%;
  transform: translateX(-100%);
}
.about_page .info_area .doit_area.protect_area {
  padding-bottom: 140px;
  max-width: 575px;
  left: 42%;
  transform: translateX(-100%);
}

.about_page .info_area .doit_area .doit_title_img {
  max-width: 250px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.about_page .info_area .doit_area .doit_title_img img {
  width: 100%;
}

.about_page .info_area .doit_area .protect_title_img {
  max-width: 523px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.about_page .info_area .doit_area .protect_title_img img {
  width: 100%;
}

.about_page .info_area .doit_area .content {
  padding-top: 70px;
  margin-top: -25px;
  max-width: 500px;
  width: 100%;
  text-align: right;
}

.about_page .info_area .doit_area.protect_area .content {
  max-width: 575px;
  padding-top: 80px;
}
.about_page .history_area {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

.about_page .history_area .history_title_img {
  max-width: 420px;
  margin: 0 auto;
}

.about_page .history_area .history_title_img img {
  width: 100%;
}

.about_page .history_area h2 {
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.about_page .history_area .sub_title {
  font-size: 20px;
  font-weight: 700;
}

.about_page .history_area .des_content {
  padding-bottom: 35px;
}

/* .about_page .history_area .events-content {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row
} */

.about_page .history_area .events-content .timeline-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.about_page .history_area .events-content .img_box {
  width: 400px;
  border: solid 10px #444;
}

.about_page .history_area .events-content .img_box > div {
  width: 100%;
  height: 0;
  padding-bottom: 60.53%;
  margin: 0;
}

.about_page .history_area .events-content .img_box > div img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.about_page .history_area .events-content .content {
  max-width: calc(100% - 400px - 40px);
  width: 100%;
  text-align: left;
  margin-left: 40px;
}

.about_page .history_area .events-content .content h3 {
  font-size: 30px;
  color: #49a984;
}

.about_page .history_area .events-content .content .date {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #444;
}

.custom_detail .feature_top {
  min-height: 680px;
}

.custom_detail .feature_top .feature_breadcrumb {
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 100px;
  position: relative;
  z-index: 2;
}

.custom_detail .feature_top .feature_breadcrumb .road {
  margin-top: 0;
}

.custom_detail .feature_top .top_content {
  margin-top: -183px;
  padding-top: 190px;
}

.custom_detail .feature_top .top_content .bg_img {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  min-height: 680px;
  position: absolute;
  top: 0;
  right: 0;
}

.custom_detail .feature_top .top_content .bg_img .mask,
.custom_detail .feature_top .top_content .bg_img .banner_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.custom_detail .feature_top .top_content .bg_img .mask {
  z-index: 1;
}

.custom_detail .feature_top .top_content .feature {
  position: relative;
  z-index: 2;
}

.custom_detail .feature_top .top_content .feature .content {
  max-width: 510px;
  width: 100%;
  color: #444;
}

.custom_detail .feature_top .top_content .feature .content .title {
  font-size: 40px;
  line-height: 44px;
}

.custom_detail .feature_top .top_content .feature .content .slogon {
  padding: 5px 45px 5px 15px;
  background-color: #444;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0;
}

.custom_detail .feature_top .top_content .feature .content .des {
  font-size: 15px;
  line-height: 22px;
}

.custom_detail .feature_top .top_content .feature .content .feature_list {
  margin-top: 35px;
}

.custom_detail
  .feature_top
  .top_content
  .feature
  .content
  .feature_list
  .list_title {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 15px;
  border-bottom: solid 3px #49a984;
  display: inline-block;
}

.custom_detail .feature_top .top_content .feature .content .feature_list > ul {
  margin-top: 18px;
  margin-left: 18px;
}

.custom_detail
  .feature_top
  .top_content
  .feature
  .content
  .feature_list
  > ul:after {
  content: "";
  display: block;
  clear: both;
}

.custom_detail
  .feature_top
  .top_content
  .feature
  .content
  .feature_list
  > ul
  > li {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  width: 50%;
  float: left;
  list-style-type: initial;
}

.custom_detail .sample_list {
  background-color: #454545;
}

.custom_detail .sample_list > .container {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 40px;
  padding-right: 40px;
}

.custom_detail .sample_list .slick-prev,
.custom_detail .sample_list .slick-next {
  width: 30px;
  height: 30px;
}

.custom_detail .sample_list .slick-prev {
  left: -40px;
}

.custom_detail .sample_list .slick-next {
  right: -40px;
}

.custom_detail .sample_list .slick-prev:before,
.custom_detail .sample_list .slick-next:before {
  font-size: 25px;
}

.custom_detail .sample_list .item {
  display: flex;
}

.custom_detail .sample_list .item .img_box {
  max-width: 560px;
  width: 100%;
}

.custom_detail .sample_list .item .img_box > div {
  width: 100%;
  height: 0;
  padding-bottom: 58%;
}

.custom_detail .sample_list .item .img_box > div > img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom_detail .sample_list .item .content {
  width: calc(100% - 560px - 80px);
  margin-left: 80px;
  margin-top: 25px;
  color: #fff;
}

.custom_detail .sample_list .item .content > h3 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 25px;
  border-bottom: solid 3px #49a984;
  display: inline-block;
}

.custom_detail .sample_list .item .content .des {
  padding-top: 25px;
  font-size: 15px;
  line-height: 22px;
  font-weight: lighter;
}

.custom_detail .sample_list .item .content .link {
  margin-top: 30px;
}

.custom_detail .sample_list .item .content .link > a {
  width: 80px;
  height: 80px;
  background-color: #49a984;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom_detail .sample_list .item .content .link > a > i {
  font-size: 21px;
  color: #fff;
}

.custom_detail .sample_list .item .content .link > a:hover {
  background-color: #36bd85;
}

.custom_detail .type_list {
  background-color: #eef8f4;
}

.custom_detail .type_list > .container {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

.custom_detail .type_list .title {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 30px;
  border-bottom: solid 3px #49a984;
}

.custom_detail .type_list .icon_list {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.custom_detail .type_list .icon_list .item {
  display: inline-block;
  padding: 0 25px;
  padding-bottom: 80px;
  max-width: calc(100% / 8);
  width: 100%;
  margin-bottom: 25px;
}

.custom_detail .type_list .icon_list .item > p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 20px;
}

.custom_detail .type_list .icon_list .item .iconarea {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.custom_detail .detaildes .container {
  margin-top: 70px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}

.custom_detail .detaildes .container > h3 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 25px;
  border-bottom: solid 3px #49a984;
  display: inline-block;
}

.custom_detail .detaildes .container .unreset {
  padding-top: 25px;
  text-align: left;
}

.custom_detail .detaildes .container .unreset > .content:after {
  content: "";
  display: block;
  clear: both;
}

.custom_detail .detaildes .container .unreset > .flow_area {
  display: flex;
  margin-top: 50px;
}

.custom_detail .detaildes .container .unreset > .flow_area .left_flow,
.custom_detail .detaildes .container .unreset > .flow_area .right_flow {
  width: calc(50% - 40px);
}

.custom_detail .detaildes .container .unreset > .flow_area .left_flow img,
.custom_detail .detaildes .container .unreset > .flow_area .right_flow img {
  width: 100%;
}

.custom_detail
  .detaildes
  .container
  .unreset
  > .flow_area
  .left_flow
  > .title
  > p,
.custom_detail
  .detaildes
  .container
  .unreset
  > .flow_area
  .right_flow
  > .title
  > p {
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 25px;
  border-bottom: solid 1px #99efcb;
}

.custom_detail .detaildes .container .unreset > .flow_area .left_flow {
  margin-right: 40px;
}

.custom_detail .detaildes .container .unreset > .flow_area .right_flow {
  margin-left: 40px;
}

.custom_detail .detaildes .container .unreset > .flow_area .pc_img {
  display: block;
}

.custom_detail .detaildes .container .unreset > .flow_area .mb_img {
  display: none;
}

.custom_detail .sysfeature {
  margin-bottom: 80px;
}

.custom_detail .sysfeature .container {
  text-align: center;
}

.custom_detail .sysfeature .container > h3 {
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 25px;
  border-bottom: solid 3px #49a984;
  display: inline-block;
}

.custom_detail .sysfeature .sysfeature_list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}

.custom_detail .sysfeature .sysfeature_list .item {
  width: 33.33%;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

.custom_detail .sysfeature .sysfeature_list .item .img_box {
  width: 100%;
  height: 0;
  padding-bottom: 53.109%;
}

.custom_detail .sysfeature .sysfeature_list .item .img_box > div {
  border: solid 1px #000;
  padding: 5px;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.custom_detail .sysfeature .sysfeature_list .item .img_box > div > img {
  width: 100%;
}

.custom_detail .sysfeature .sysfeature_list .item .title {
  margin-top: 30px;
  display: inline-block;
  color: #49a984;
  background-color: #eef8f4;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.custom_detail .sysfeature .sysfeature_list .item .des {
  font-size: 15px;
  line-height: 22px;
  margin-top: 20px;
}

.box_404 {
  margin-top: 100px;
  margin-bottom: 100px;
  background: url(../images/404_bg.png) no-repeat;
  background-position: center center;
}

.box_404.no-bg {
  background: 0;
}

.box_404 .img_404 {
  text-align: center;
}

.box_404 .img_404 img {
  max-width: 100%;
}

.box_404 .data {
  text-align: center;
}

.box_404 .data > img {
  margin: 0 auto;
  max-width: 100%;
}

.box_404 .data > p {
  margin-top: 20px;
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 30px;
  color: #444;
}

.box_404 .data .back_home > a {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  max-width: 90px;
  width: 100%;
  padding: 15px 0;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.box_404 .data .back_home > a:hover {
  background-color: #49a984;
}

.sitemap {
  background: url(../images/sitemap-bg.png) no-repeat;
  background-position: center top;
}

.sitemap .btn_home {
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}

.sitemap .btn_home > a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #444;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  display: inline-block;
}

.sitemap .btn_home > a:hover {
  background-color: #49a984;
}

.sitemap .sitemap_content > ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.sitemap .sitemap_content > ul .title {
  padding-top: 40px;
}

.sitemap .sitemap_content > ul .title > i {
  color: #6fdaae;
  font-size: 23px;
  vertical-align: middle;
}

.sitemap .sitemap_content > ul .title span {
  color: #444;
  font-size: 15px;
  vertical-align: middle;
  padding-left: 8px;
}

.sitemap .sitemap_content > ul .title:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  border-left: solid 1px #444;
  position: absolute;
  top: 0;
  left: 10px;
}

.sitemap .sitemap_content > ul .sub_sitemap {
  padding-top: 70px;
  margin-bottom: 20px;
}

.sitemap .sitemap_content > ul .sub_sitemap:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  border-left: dotted 1px #444;
  position: absolute;
  top: 30px;
  left: 10px;
}

.sitemap .sitemap_content > ul .sub_sitemap > li {
  margin-bottom: 15px;
}

.sitemap .sitemap_content > ul .sub_sitemap > li > i,
.sitemap .sitemap_content > ul .sub_sitemap > li a {
  color: #444;
  font-size: 15px;
  vertical-align: middle;
}

.sitemap .sitemap_content > ul .sub_sitemap > li a {
  padding-left: 8px;
}

.sitemap .sitemap_content > ul .sub_sitemap > li a:hover {
  color: #49a984;
  text-decoration: underline;
}

.sitemap .sitemap_content > ul .sub_sitemap > li > i {
  font-size: 23px;
}

.service_banner,
.qa_banner,
.process_banner {
  width: 100%;
  height: 0;
  padding-bottom: 14.46%;
  overflow: hidden;
  position: relative;
}

.service_banner .txt,
.qa_banner .txt,
.process_banner .txt {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.service_banner .bg,
.qa_banner .bg,
.process_banner .bg {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.process_banner .bg {
  top: initial;
  bottom: 0;
}

@media (max-width: 1680px) {
  .about_page .about_top {
    background-size: 120%;
  }

  .custom_detail .feature_top .top_content .bg_img .mask {
    left: -15%;
  }
}

@media (max-width: 1440px) {
  .about_page .info_area .choose_area {
    padding-bottom: 170px;
  }
  .about_page .info_area .img_protect {
    right: -300px;
  }
  .about_page .info_area .doit_area.protect_area {
    left: 50px;
    transform: initial;
  }
  .custom_detail .feature_top .top_content .bg_img .banner_img {
    right: -13%;
  }

  .custom_detail .sample_list .slick-prev {
    left: 5px;
  }

  .custom_detail .sample_list .slick-next {
    right: 5px;
  }

  .custom_detail .sample_list .item .content {
    width: calc(100% - 560px - 30px);
    margin-left: 30px;
  }

  .custom_detail .sysfeature .sysfeature_list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .custom_detail .sysfeature .sysfeature_list .item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1366px) {
  .service_area {
    margin-left: 0;
    margin-right: 0;
  }

  .about_page .info_area .doit_area {
    left: 50%;
  }

  .custom_detail .type_list .icon_list .item {
    max-width: calc(100% / 6);
  }
}

@media (max-width: 1280px) {
  .main-nav-block .main-nav li {
    margin-left: 20px;
  }

  footer .region-area {
    margin-left: 20px;
  }

  .container {
    padding: 0 20px;
  }

  .index-works-list .work {
    width: 1037.5px;
  }

  .index-works-list .work .box:nth-child(4n + 1) .pic img {
    width: 600px;
    height: 500px;
  }

  .index-works-list .work .box:nth-child(4n + 2) .pic img {
    width: 437.5px;
    height: 250px;
  }

  .index-works-list .work .box:nth-child(4n + 3) .pic img {
    width: 218.75px;
    height: 250px;
  }

  .index-works-list .work .box:nth-child(4n + 4) .pic img {
    width: 218.75px;
    height: 250px;
  }

  .index-need-list .box .content .txt {
    font-size: 15px;
  }

  .index-features-list .box .content .txt {
    font-size: 14px;
  }

  footer .sitpmap-area ul li {
    margin-right: 33px;
  }

  .contact-form .container {
    padding: 50px 20px;
  }

  .blog-otherlink-page {
    padding: 50px 5%;
  }

  .works-otherlink-page {
    padding: 50px 5%;
  }

  .works-list .box,
  .works-list .pic-box {
    width: 20%;
  }

  .service_banner,
  .qa_banner,
  .process_banner {
    padding-bottom: 22%;
  }

  .service_detail .work_area .work_item {
    width: calc(100% / 5);
  }

  .service_detail .main_type_link {
    padding-left: 50px;
    padding-right: 50px;
  }

  .about_page .about_top {
    min-height: 750px;
    background-position: -46% bottom;
  }

  .about_page .about_top .about_area .decorate_img {
    left: 50px;
  }

  .about_page .about_top .about_area .about_content {
    float: none;
    margin-left: 50px;
  }

  .about_page .info_area h2 {
    font-size: 32px;
  }

  .about_page .info_area h2 span {
    font-size: 34px;
  }

  .about_page .info_area h2 .mark {
    font-size: 34px;
  }

  .about_page .info_area .sub_title {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0;
  }

  .about_page .info_area p {
    font-size: 15px;
    line-height: 22px;
  }

  .about_page .info_area .img_doll {
    left: -90px;
  }

  .about_page .info_area .img_pen {
    right: -130px;
  }

  .custom_detail .feature_top {
    margin-bottom: 50px;
  }

  .custom_detail .feature_top .feature_breadcrumb {
    padding-top: 50px;
    margin-bottom: 50px;
  }

  .custom_detail .feature_top .top_content {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .custom_detail .feature_top .top_content .bg_img {
    position: relative;
    right: initial;
    min-height: initial;
    text-align: center;
    padding-top: 30px;
  }

  .custom_detail .feature_top .top_content .bg_img .banner_img {
    position: relative;
    right: initial;
    max-width: 80%;
    border: solid 1px #49a984;
  }

  .custom_detail .feature_top .top_content .bg_img .mask {
    display: none;
  }

  .custom_detail .feature_top .top_content .feature .content {
    max-width: 100%;
  }

  .custom_detail .feature_top .top_content .feature .content .feature_list {
    margin-top: 20px;
  }

  .custom_detail
    .feature_top
    .top_content
    .feature
    .content
    .feature_list
    > ul
    > li {
    width: 33.33%;
  }

  .custom_detail .type_list > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .custom_detail .detaildes .container {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .sitemap .sitemap_content > ul {
    justify-content: left;
  }

  .sitemap .sitemap_content > ul > li {
    min-width: calc(100% / 4);
  }
}

@media (max-width: 1200px) {
  .custom_detail .sample_list .item .img_box {
    max-width: 40%;
    width: 100%;
  }

  .custom_detail .sample_list .item .content {
    max-width: 60%;
    width: 100%;
    margin-top: 0;
  }

  .custom_detail .sample_list .item .content > h3 {
    padding-bottom: 20px;
  }

  .custom_detail .sample_list .item .content .des {
    padding-top: 20px;
  }

  .custom_detail .sample_list .item .content .link > a {
    width: 60px;
    height: 60px;
  }
  .about_page .info_area .img_protect {
    right: -450px;
  }
}

@media (max-width: 1024px) {
  .index-need-list {
    padding: 40px 0;
  }

  .index-service-list {
    padding: 40px 0;
  }

  .index-clients-area {
    padding: 40px 0;
  }

  .index-clients-list {
    width: 100%;
  }

  .index-features-list {
    padding: 40px 0;
  }

  .index-section-title {
    margin-bottom: 30px;
  }

  footer {
    padding: 40px 0;
  }

  footer .community-area {
    display: block;
    text-align: center;
  }

  footer .region-area {
    float: none;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  footer .region-area .region {
    text-align: left;
  }

  footer .region-area .region .tel,
  footer .region-area .region .fax {
    margin-left: 0;
    margin-right: 10px;
  }

  footer .region-area .content {
    display: inline-block;
    width: calc(100% - 140px);
  }

  footer .region-area .pic {
    float: none;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    margin-left: 0;
  }

  footer .copyright-area {
    text-align: center;
  }

  .main-nav-block .main-nav li:before {
    margin-top: -30px;
  }

  .main-nav-block .main-nav li a {
    color: #444;
  }

  #Page header .desktop .main-nav-block .main-nav li a {
    color: #fff;
  }

  .contact-form form .one-third {
    width: calc(50% - 4px);
  }

  .contact-banner .info {
    margin-top: 50px;
  }

  .blog-detail-atricle-area .blog-detail-atricleblock {
    width: 100%;
  }

  .blog-detail-atricle-area .blog-detail-infoblock {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 40px;
  }

  .blog-detail-atricle-area .blog-detail-infoblock .blog-detail-fixed {
    width: 100%;
  }

  .blog-detail-atricle-area .atricle-title {
    padding: 10px 20px;
  }

  footer .top {
    right: 19px;
    top: -71px;
  }

  .service_area {
    margin-left: -20px;
    margin-right: -20px;
  }

  .service_area .service_item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .qa_area ul li a {
    font-size: 14px;
  }

  .qa_detail .qa_article {
    width: 100%;
    float: none;
    margin-top: 0;
  }

  .qa_detail .qa_infoblock {
    width: 100%;
    float: none;
    margin-top: 50px;
    text-align: center;
  }

  .qa_detail .qa_infoblock .qa-detail-fixed {
    width: 100%;
  }

  .qa_detail .qa_infoblock .qa_sub_list {
    text-align: left;
  }

  .about_page .info_area .img_doll {
    width: 130%;
  }

  .about_page .info_area .img_pen {
    width: 130%;
  }

  .about_page .info_area .choose_area {
    padding-bottom: 100px;
    padding-top: 80px;
  }

  .about_page .info_area .choose_area .choose_title_img {
    max-width: 350px;
    right: 20px;
  }

  .about_page .info_area .choose_area .content {
    max-width: 500px;
  }

  .about_page .info_area .doit_area {
    left: 0;
    transform: translateX(0);
    padding-bottom: 70px;
  }

  .about_page .info_area .doit_area .doit_title_img {
    max-width: 200px;
    right: initial;
    left: 20px;
  }

  .about_page .info_area .doit_area .content {
    text-align: left;
  }

  .about_page .history_area .history_title_img {
    max-width: 360px;
  }

  /* .about_page .history_area .events-content {
        max-width: 768px
    }
 */
  .about_page .history_area .events-content .img_box {
    max-width: 280px;
    border: solid 5px #444;
  }

  .about_page .history_area .events-content .content {
    max-width: calc(100% - 280px - 40px);
  }

  .about_page .history_area .events-content .content h3 {
    font-size: 26px;
    line-height: 30px;
  }

  .custom_detail .detaildes .container .unreset > .flow_area .pc_img {
    display: none;
  }

  .custom_detail .detaildes .container .unreset > .flow_area .mb_img {
    display: block;
  }
  .about_page .info_area .doit_area .protect_title_img {
    max-width: 350px;
  }
  .about_page .info_area .doit_area.protect_area {
    max-width: 492px;
  }
  .about_page .info_area .img_protect {
    right: -170px;
    width: 130%;
  }
  .about_page .info_area .doit_area.protect_area {
    padding-bottom: 44px;
  }
}

@media (max-width: 960px) {
  header .desktop {
    display: none;
  }

  header .phone {
    display: block;
  }

  .phone-main-nav-btn {
    display: block;
  }

  .index-need-list .box {
    width: 48%;
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin-bottom: 10px;
  }

  .index-service-list .box {
    width: 48%;
    display: inline-block;
    padding: 10px;
    float: none;
    vertical-align: top;
    margin-bottom: 10px;
  }

  .index-service-list .box .pic {
    width: 100%;
  }

  .index-features-list .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .index-features-list .box:nth-of-type(even) {
    padding-left: 0;
  }

  .index-features-list .box:nth-of-type(odd) {
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }

  .index-features-list .box:nth-of-type(odd) .pic {
    float: left;
    padding-right: 30px;
    padding-left: 0;
  }

  .index-features-list .Separate_lines {
    display: none;
  }

  .index-clients-list .box {
    width: 19%;
    padding-bottom: 0;
  }

  .index-clients-list .box .pic {
    height: 80px;
  }

  .index-clients-list .box .pic img {
    max-width: 100%;
    margin: auto;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .page-content {
    padding-top: 40px;
  }

  .contact-banner {
    background-image: url(../images/contact-banner-phone.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    height: auto;
    margin-top: -40px;
  }

  .contact-banner .info {
    width: 50%;
    display: block;
    float: left;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .contact-banner .north-info {
    text-align: left;
    padding-right: 0;
  }

  .contact-banner .north-info .QR-code {
    float: left;
  }

  .contact-banner .north-info .content {
    float: left;
    padding-right: 0;
    padding-left: 20px;
  }

  .contact-banner .south-info {
    padding-left: 0;
  }

  .contact_confirm .title > h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .contact_confirm .title > p {
    font-size: 18px;
  }

  .contact_confirm .content .left {
    width: 25%;
    padding: 30px;
  }

  .contact_confirm .content .right {
    width: 75%;
    padding-left: 20px;
  }

  .blog-list .box {
    width: 50%;
  }

  .blog-detail-atricle-area .atricle-block {
    padding: 0 20px;
  }

  .relative-page .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .relative-page .box:before {
    content: "";
    display: block;
    background: #eef8f4;
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .relative-page:before {
    display: none;
  }

  .works-list .box {
    width: 25%;
  }

  .works-detail-picblock {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .works-detail-picblock .pic img {
    margin: auto;
  }

  .works-detail-infoblock {
    width: 100%;
    padding-left: 0;
    border: 0;
  }

  .works-detail-infoblock .works-detail-fixed {
    width: 100%;
  }

  .works-detail-infoblock .community:before {
    left: -20px;
  }

  .works-detail-infoblock .community:after {
    left: -20px;
  }

  .sort-title {
    margin-top: 0;
  }

  .sub-menu {
    margin-bottom: 20px;
  }

  .search2 {
    margin-bottom: 20px;
  }

  .works-list .pic-box {
    width: 25%;
  }

  .service_area .service_item {
    width: 33.33%;
  }

  .process_area .process_box {
    display: block;
    padding-bottom: 70px;
    text-align: center;
  }

  .process_area .process_box .img_box {
    margin: 0 auto !important;
  }

  .process_area .process_box .img_box > img {
    width: 100%;
  }

  .process_area .process_box .process_content {
    width: 100%;
    padding-bottom: 20px;
  }

  .process_area .process_box .process_content > ul {
    display: inline-block;
  }

  .process_area .process_box .process_content > ul > li {
    text-align: left;
  }

  .process_area .process_box .processline {
    display: none;
  }

  .process_area .process_box:nth-child(2n) .img_box {
    margin-left: 0;
  }

  .process_area .process_box:nth-child(2n) .process_content {
    text-align: center;
  }

  .process_area .process_box:after {
    content: "";
    display: block;
    width: 80%;
    border-bottom: dashed 1px #49a984;
    position: absolute;
    left: 10%;
    bottom: 35px;
  }

  .process_area .process_box:last-child:after {
    display: none;
  }

  .custom_detail .feature_top .top_content .bg_img {
    padding-top: 20px;
  }

  .custom_detail .feature_top .top_content .feature .content .title {
    font-size: 32px;
    line-height: 36px;
  }

  .custom_detail .feature_top .top_content .feature .content .slogon {
    padding: 5px 30px 5px 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .custom_detail .feature_top .top_content .feature .content .des {
    font-size: 14px;
    line-height: 20px;
  }

  .custom_detail
    .feature_top
    .top_content
    .feature
    .content
    .feature_list
    .list_title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .custom_detail
    .feature_top
    .top_content
    .feature
    .content
    .feature_list
    > ul
    > li {
    width: 50%;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .custom_detail .sample_list .item {
    flex-direction: column-reverse;
  }

  .custom_detail .sample_list .item .img_box,
  .custom_detail .sample_list .item .content {
    max-width: 100%;
  }

  .custom_detail .sample_list .item .content {
    margin-left: 0;
  }

  .custom_detail .sample_list .item .content .link {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .custom_detail .sample_list .item .content .link > a {
    width: 50px;
    height: 50px;
  }

  .custom_detail .type_list .icon_list .item {
    max-width: calc(100% / 4);
  }

  .custom_detail .sysfeature .sysfeature_list .item {
    width: 50%;
  }

  .sitemap .sitemap_content > ul > li {
    min-width: calc(100% / 3);
  }
}

@media (max-width: 800px) {
  .qa_area ul {
    display: block;
  }

  .qa_area ul li {
    width: 100%;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .qa_area ul li:nth-child(4n + 1),
  .qa_area ul li:nth-child(4n + 2) {
    background-color: transparent;
  }

  .qa_area ul li:nth-child(2n + 1) {
    background-color: #eef8f4;
  }

  .blog-author-list .box {
    padding: 30px 45px 25px;
  }
}

@media (max-width: 768px) {
  .contact-banner .info .QR-code {
    display: none;
  }

  .contact-form form .two-third {
    width: 100%;
  }

  .contact-form form .one-third {
    width: 100%;
  }

  .contact-form form .box14 {
    width: 100%;
  }

  .contact-form form .btn-list {
    float: none;
    display: block;
    text-align: center;
  }

  .blog-detail-atricle-area .atricle-author-info {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }

  .blog-detail-atricle-area .atricle-author-info .info1 {
    border: 0;
  }

  .blog-detail-atricle-area .atricle-author-info .info2 {
    width: 100%;
    padding: 10px 0;
  }

  .blog-detail-atricle-area .atricle-author-info .info3 {
    border: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
  }

  .blog-detail-atricle-area .atricle-author-info .info3 a {
    margin-left: 0;
    margin-right: 15px;
  }

  .relative-page {
    padding: 30px 20px;
  }

  .relative-page .box:before {
    height: 35%;
  }

  .otherlink-page .list-page {
    float: none;
    margin: auto;
  }

  .blog-otherlink-page .link-page {
    display: none;
  }

  .works-otherlink-page .link-page {
    display: none;
  }

  .blog-author-info1 .info1 {
    border: 0;
    margin-bottom: 60px;
  }

  .blog-author-info1 .info2 {
    width: 100%;
    display: block;
  }

  .blog-author-info1 .info3 {
    position: absolute;
    left: 10px;
    top: 75px;
    border: 0;
  }

  .works-list {
    padding-bottom: 0;
  }

  .works-list .box,
  .works-list .pic-box {
    width: 33%;
  }

  .work_pagination {
    display: block;
  }

  .index-clients-area {
    background-size: cover;
  }

  .service_detail .main_content {
    padding-bottom: 50px;
  }

  .service_detail .main_content .main_title img {
    display: none;
  }

  .service_detail .main_content .main_title h1 {
    padding-top: 0;
    padding-bottom: 15px;
  }

  .service_detail .work_area {
    padding-bottom: 40px;
  }

  .service_detail .work_area .work_item {
    width: calc(100% / 3);
  }

  .service_detail .func_area .func_item {
    width: 50%;
  }

  .service_detail .func_area .func_item:nth-child(2n + 1) {
    border-color: transparent;
  }

  .service_detail .func_area .func_item:nth-child(4n + 1),
  .service_detail .func_area .func_item:nth-child(4n + 4) {
    border-color: #f5f5f5;
  }

  .service_detail .func_area,
  .service_detail .qa_area,
  .service_detail .main_type_link {
    padding-bottom: 70px;
  }

  .qa_article_title {
    font-size: 24px;
    padding: 20px 40px;
  }

  .qa_detail .qa_article {
    padding: 0 40px;
  }

  .qa_detail .qa_infoblock .qa_sub_list ul li {
    padding: 10px 25px;
  }

  .qa-otherlink-page .link-page {
    display: none;
  }

  .about_page .about_top {
    min-height: 540px;
  }

  .about_page .about_top .about_breadcrumb .road {
    margin-top: 50px;
  }

  .about_page .about_top .about_area .decorate_img {
    max-width: 250px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 250px;
  }

  .about_page .about_top .about_area .about_content {
    margin-left: 0;
    padding-top: 30px;
    margin-top: -30px;
    max-width: 100%;
  }

  .about_page .about_top .about_area .about_content h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .about_page .about_top .about_area .about_content h2 span {
    font-size: 32px;
  }

  .about_page .about_top .about_area .about_content .sub_title {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0;
  }

  .about_page .work_area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about_page .work_area .work_title_img {
    max-width: 230px;
  }

  .about_page .work_area .work_content h2 {
    font-size: 30px;
    line-height: 34px;
  }

  .about_page .work_area .work_content .sub_title {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0;
  }

  .about_page .work_area .responsibilities {
    display: block;
  }

  .about_page .work_area .work_img_pc,
  .about_page .work_area .work_img_mb {
    display: none;
  }

  .about_page .work_area .work_img_mb {
    padding-top: 0;
    display: block;
  }

  .about_page .info_area .img_doll {
    width: 200%;
    top: -30px;
  }

  .about_page .info_area .img_pen {
    width: 170%;
  }

  .about_page .info_area .choose_area {
    padding-top: 240px;
    padding-bottom: 60px;
  }

  .about_page .info_area .choose_area .choose_title_img {
    max-width: 300px;
    right: initial;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .about_page .info_area .choose_area .content {
    max-width: 100%;
    padding-top: 0;
    margin-top: -30px;
    text-align: center;
  }

  .about_page .info_area .choose_area .content p {
    text-align: left;
  }

  .about_page .info_area .doit_area .doit_title_img {
    max-width: 150px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: initial;
  }

  .about_page .info_area .doit_area .content {
    text-align: center;
    padding-top: 0;
    margin-top: -30px;
    max-width: 100%;
  }

  .about_page .info_area .doit_area .content p {
    text-align: left;
  }

  .about_page .history_area {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about_page .history_area h2 {
    font-size: 32px;
    margin-top: -30px;
    padding-top: 0;
  }

  .about_page .history_area .sub_title {
    font-size: 18px;
  }

  .about_page .history_area .history_title_img {
    max-width: 260px;
  }

  .about_page .history_area .events-content .timeline-item {
    flex-direction: column-reverse;
    /*         max-width: 540px */
    padding: 0 10px;
  }

  .about_page .history_area .events-content .img_box,
  .about_page .history_area .events-content .content {
    max-width: 100%;
  }

  .about_page .history_area .events-content .img_box {
    margin-top: 15px;
  }

  .about_page .history_area .events-content .content {
    margin-left: 0;
  }

  .about_page .history_area .events-content .content .date {
    padding: 5px 0;
  }

  .custom_detail .type_list .icon_list .item {
    max-width: calc(100% / 3);
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom_detail .detaildes .container .unreset > .flow_area {
    display: block;
    margin-top: 40px;
  }

  .custom_detail .detaildes .container .unreset > .flow_area .left_flow,
  .custom_detail .detaildes .container .unreset > .flow_area .right_flow {
    width: 100%;
    margin: 0;
  }

  .custom_detail .detaildes .container .unreset > .flow_area .right_flow {
    margin-top: 40px;
  }

  .box_404 {
    margin-top: 50px;
    margin-bottom: 50px;
    background-size: contain;
  }

  .box_404 .data > img {
    max-width: 60%;
  }

  .box_404 .data > p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }

  .box_404 .data .back_home > a {
    padding: 10px 0;
  }

  .about_page .info_area .doit_area .protect_title_img {
    max-width: 300px;
    margin: 0 auto;
    right: initial;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .about_page .info_area .doit_area.protect_area {
    max-width: 100%;
    padding-bottom: 181px;
    left: 0;
  }
  .about_page .info_area .doit_area.protect_area .content {
    max-width: 100%;
    padding-top: 0px;
  }
  .about_page .info_area .img_protect {
    right: -29px;
  }
}

@media (max-width: 640px) {
  footer .sitpmap-area {
    display: none;
  }

  .works-list .box,
  .works-list .pic-box {
    width: 50%;
  }

  .service_area .service_item {
    width: 50%;
  }

  .service_detail .work_area .work_item {
    width: calc(100% / 2);
  }

  .qa_article_title {
    padding: 20px;
  }

  .qa_detail .qa_article {
    padding: 0 20px;
  }

  .process_area .process_box:after {
    width: 90%;
    left: 5%;
  }

  .custom_detail .feature_top .top_content .bg_img .banner_img {
    max-width: calc(100% - 40px);
  }

  .custom_detail
    .feature_top
    .top_content
    .feature
    .content
    .feature_list
    > ul
    > li {
    width: 100%;
  }

  .contact-banner .info {
    width: 100%;
    display: block;
    float: none;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .contact_confirm {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .contact_confirm .title {
    padding-bottom: 15px;
  }

  .contact_confirm .title > h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 5px;
  }

  .contact_confirm .title > p {
    font-size: 15px;
  }

  .contact_confirm .content .left,
  .contact_confirm .content .right {
    width: 100%;
    float: none;
  }

  .contact_confirm .content .left {
    text-align: center;
  }

  .contact_confirm .content .left img {
    max-width: 50%;
  }

  .contact_confirm .content .left:before {
    display: none;
  }

  .contact_confirm .content .right {
    padding-top: 0;
    padding-left: 0;
  }

  .contact_confirm .content .btn_area {
    text-align: center;
  }

  .sitemap .sitemap_content > ul > li {
    min-width: calc(100% / 2);
  }

  .contact-form form select.shortcon {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .sns-link-side {
    bottom: 61px;
    right: 10px;
  }
  .sns-link-side a {
    width: 44px;
    height: 44px;
  }

  .sns-link-side a img {
    width: 20px;
  }

  .sns-link-side a i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  main {
    margin-top: 70px;
  }

  .index-section-title {
    font-size: 42px;
  }

  .index-section-title .en {
    font-size: 36px;
  }

  .index-need-list .box {
    padding: 5px;
  }

  .index-service-list .box .content .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .index-service-list .box .content .title .en {
    font-size: 18px;
  }

  .index-service-list .box .content .link-list li a {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 14px;
  }

  .index-features-list .box .pic {
    width: 100%;
  }

  .index-features-list .box .pic img {
    max-width: 100%;
    margin: auto;
    max-width: 145px;
  }

  .index-features-list .box .content {
    width: 100%;
  }

  .index-features-list .box:nth-of-type(even) .pic {
    padding-right: 0;
  }

  .index-features-list .box:nth-of-type(odd) .pic {
    padding-right: 0;
  }

  .index-works-list .work {
    width: 1880px;
  }

  .index-works-list .work .box:nth-child(4n + 1) .pic img {
    width: 480px;
    height: 400px;
  }

  .index-works-list .work .box:nth-child(4n + 2) .pic img {
    width: 700px;
    height: 400px;
  }

  .index-works-list .work .box:nth-child(4n + 3) .pic img {
    width: 350px;
    height: 400px;
  }

  .index-works-list .work .box:nth-child(4n + 4) .pic img {
    width: 350px;
    height: 400px;
  }

  footer .community-area li a {
    height: 40px;
    width: 40px;
  }

  footer .community-area li a img {
    max-width: 100%;
  }

  footer .community-area:after {
    content: "";
    display: block;
    clear: both;
  }

  footer .region-area .region {
    padding: 15px;
  }

  footer .region-area .region p {
    margin-bottom: 5px;
  }

  footer .region-area .region .pic {
    width: 80px;
  }

  footer .region-area .region .pic img {
    display: block;
  }

  footer .region-area .region .content {
    width: calc(100% - 110px);
    font-size: 14px;
  }

  footer .community-area li:hover a img {
    top: -40px;
  }

  .contact-form form .box-title {
    width: 100%;
    text-align: left;
  }

  .contact-form form .box-title .check {
    display: inline-block;
    margin-left: 10px;
  }

  .contact-form form .box-title .br {
    display: inline-block;
  }

  .contact-form form .box-content {
    width: 100%;
    padding-left: 0;
  }

  .blog-list .box {
    width: 100%;
  }

  .relative-page {
    padding: 30px 20px;
  }

  .relative-page .box {
    padding: 0;
  }

  .relative-page .box:before {
    display: none;
  }

  .works-list .box {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }

  .works-list .box .pic {
    height: 130px;
    padding-bottom: 0;
  }

  .search2,
  .search {
    text-align: center;
  }

  .sort-title {
    margin-bottom: 20px;
  }

  .roadsearchbox .road {
    float: none;
  }

  .search2 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
    float: none;
    display: block;
  }

  .phone-main-nav-btn {
    top: 24px;
  }

  header .phone {
    padding: 20px 0;
  }

  .index-need-list .box .pic {
    margin-bottom: 20px;
  }

  .index-need-list .box {
    margin-bottom: 20px;
  }

  .index-features-list .box .content {
    margin-top: 20px;
  }

  .index-features-list .box .content .title {
    margin-bottom: 10px;
    text-align: center;
  }

  .blog-list .box .title {
    margin-bottom: 10px;
  }

  .index-blog-area-inner .blog-list .box .title {
    margin-bottom: 0;
  }

  .blog-list .box .txt {
    margin-bottom: 10px;
  }

  .works-list .pic-box {
    width: 100%;
  }

  .works-list .pic-box .pic img {
    max-width: 100%;
  }

  .service_banner,
  .qa_banner,
  .process_banner {
    padding-bottom: 41.67%;
  }

  .service_detail .main_content .main_title p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
  }

  .service_detail .func_area {
    display: block;
  }

  .service_detail .func_area .func_item {
    width: 100%;
    float: none;
  }

  .service_detail .func_area .func_item:nth-child(4n + 1),
  .service_detail .func_area .func_item:nth-child(4n + 4) {
    border-color: transparent;
  }

  .service_detail .func_area .func_item:nth-child(2n + 1) {
    border-color: #f5f5f5;
  }

  .qa_area ul li {
    padding: 10px 20px;
  }

  .process_area .process_box:after {
    width: 100%;
    left: 0;
  }

  .about_page .about_top {
    background-size: 150%;
    background-position: 5% bottom;
  }

  .about_page .about_top .roadsearchbox .road {
    float: left;
  }

  .about_page .about_top .about_area .decorate_img {
    max-width: 170px;
  }

  .about_page .about_top .about_area .about_content {
    padding-top: 30px;
    text-align: center;
  }

  .about_page .about_top .about_area .about_content p:not(.sub_title) {
    text-align: left;
  }

  .about_page .work_area .work_title_img {
    max-width: 180px;
  }

  .about_page .work_area .work_content {
    margin-top: -40px;
  }

  .about_page .work_area .work_content p:not(.sub_title) {
    text-align: left;
  }

  .about_page .work_area .responsibilities {
    text-align: left;
  }

  .about_page .work_area .responsibilities li {
    padding-bottom: 10px;
  }

  .about_page .work_area .responsibilities li h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .about_page .info_area .choose_area {
    padding-top: 180px;
  }

  .about_page .history_area .des_content {
    padding-bottom: 15px;
  }

  .about_page .history_area .events-content .content h3 {
    font-size: 22px;
    line-height: 26px;
  }

  .custom_detail .feature_top .feature_breadcrumb {
    margin-bottom: 25px;
  }

  .custom_detail .feature_top .top_content .feature .content .title {
    font-size: 26px;
    line-height: 30px;
  }

  .custom_detail .sample_list .item .content > h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }

  .custom_detail .sample_list .item .content .des {
    font-size: 15px;
    line-height: 20px;
  }

  .custom_detail .sample_list .item .content .link {
    margin-top: 15px;
  }

  .custom_detail .sample_list .item .content .link > a {
    width: 40px;
    height: 40px;
  }

  .custom_detail .sample_list .item .content .link > a > i {
    font-size: 15px;
  }

  .custom_detail .type_list .title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }

  .custom_detail .type_list .icon_list {
    justify-content: flex-start;
  }

  .custom_detail .type_list .icon_list .item {
    max-width: calc(100% / 2);
  }

  .custom_detail .detaildes .container > h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }

  .custom_detail
    .detaildes
    .container
    .unreset
    > .flow_area
    .left_flow
    > .title
    > p,
  .custom_detail
    .detaildes
    .container
    .unreset
    > .flow_area
    .right_flow
    > .title
    > p {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }

  .custom_detail .sysfeature {
    margin-bottom: 50px;
  }

  .custom_detail .sysfeature .container > h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }

  .custom_detail .sysfeature .sysfeature_list .item {
    width: 100%;
  }

  .custom_detail .sysfeature .sysfeature_list .item .img_box {
    height: initial;
    padding-bottom: 0;
  }

  .custom_detail .sysfeature .sysfeature_list .item .img_box > div {
    position: relative;
    top: initial;
    right: initial;
    left: initial;
  }

  .custom_detail .sysfeature .sysfeature_list .item .title {
    margin-top: 20px;
  }

  .sitemap {
    background-position: 12.5% top;
  }

  .sitemap .sitemap_content > ul > li {
    min-width: 100%;
  }

  .sitemap .sitemap_content > ul > li .title:before,
  .sitemap .sitemap_content > ul > li .sub_sitemap:before {
    display: none;
  }

  .sitemap .sitemap_content > ul > li .title {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: dotted 1px #ccc;
    cursor: pointer;
  }

  .sitemap .sitemap_content > ul > li:first-child .title {
    border-top: dotted 1px #ccc;
  }

  .sitemap .sitemap_content > ul > li .sub_sitemap {
    padding-top: 20px;
    margin-bottom: 0;
    display: none;
  }

  .qa_detail .qa_article .atricle-block {
    padding: 50px 0;
  }
}

@media (max-width: 375px) {
  .contact-banner .info {
    text-align: left;
  }

  .contact-banner .info .QR-code {
    width: 100%;
    display: none;
    margin-bottom: 10px;
  }

  .contact-banner .info .QR-code img {
    margin: auto;
  }

  .contact-banner .info .content {
    width: 100%;
  }

  .index-need-list .box .content .title {
    font-size: 22px;
  }

  .index-need-list .box {
    width: 100%;
  }

  .index-service-list .box {
    width: 100%;
  }

  .index-need-list .box .content {
    margin-bottom: 15px;
  }

  .index-need-list .box .content .txt {
    font-size: 15px;
  }

  .index-need-list .box .pic img {
    max-width: 200px;
  }

  .index-service-list .box .pic img {
    max-width: 200px;
  }

  .index-service-list .box .content .title .en {
    margin-bottom: 23px;
    margin-top: 5px;
  }

  .index-service-list .box .content .title {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 400;
  }

  .index-service-list .box .content .title {
    font-weight: 700;
  }

  .index-service-list .box .content .link-list li a {
    font-weight: 400;
  }

  .search.search2 {
    margin-bottom: 40px;
  }

  .service_area {
    display: block;
  }

  .service_area .service_item {
    width: 100%;
    float: none;
  }

  .service_detail .work_area {
    display: block;
  }

  .service_detail .work_area .work_item {
    width: 100%;
  }

  .service_detail .work_area .work_item .pic {
    height: 130px;
    padding-bottom: 0;
  }

  .service_detail .work_area .work_item .content {
    text-align: center;
  }

  .qa_detail .qa_article {
    padding: 0;
  }
}

@media (max-width: 320px) {
  footer .community-area li {
    padding: 5px;
  }

  footer .community-area li a {
    height: 40px;
    width: 40px;
  }

  footer .community-area li a img {
    max-width: 100%;
  }

  footer .community-area li:hover a img {
    top: -40px;
  }

  footer .community-area:after {
    content: "";
    display: block;
    clear: both;
  }
}

.id-banner .img-box img,
.id-star .img-box img,
.id-client .client .brand img,
.pg-star .star-item .img-box img,
.pg-star .star-row.idea-row .img-box img,
.pg-star .other-case-row .case-link .cover-img .img-box img,
.pg-case .case-list .case .img-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

footer.ud2021 .sns-links a i,
footer.ud2021 .sns-links a img,
footer.ud2021 .top-btn p,
.id-idea .id-row-title,
.pg-star .star-item .hover-box .hover-content .btn-cir img,
.pg-star .star-info-row .web-link img,
.pg-star .case-detail .share-link i,
.pg-star .case-detail .share-link img,
.pg-case .case-search .online-time a i,
.pg-case .case-search button i,
.pg-case .case-list .case .case-info .link img,
.pg-case .dl-case-info .link img,
.pg-case .work-detail .share-link i,
.pg-case .work-detail .share-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.top-aside {
  padding-top: 65px;
  padding-bottom: 50px;
}

.top-aside ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}

.top-aside ul li {
  margin: 10px;
}

.top-aside ul li.active a {
  border-color: #444;
}

.top-aside ul a {
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  display: block;
  font-size: 17px;
  line-height: 17px;
  padding: 15px 20px;
}

.top-aside ul a:hover {
  background: #49a984;
  border-color: #49a984 !important;
  color: #fff;
}

.pg-head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.pg-head-row.no-aside {
  padding-top: 60px;
}

.pg-head-row .pg-head .pg-name {
  color: #444;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.pg-head-row .pg-head .des {
  margin-top: 10px;
}

.pg-head-row .pg-head .des p {
  color: #444;
  font-size: 15px;
  line-height: 24px;
}

.breadcrumb {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.breadcrumb li:not(:last-child):after {
  content: "\f105";
  color: #999;
  font-family: fontawesome;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
}

.breadcrumb a {
  color: #999;
  font-size: 14px;
  line-height: 18px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.back-to-list {
  background: #444;
  color: #fff !important;
  display: block;
  font-size: 16px;
  padding: 15px 10px;
  text-align: center;
  letter-spacing: 1px;
  margin: 50px auto 0;
  width: 150px;
}

.back-to-list:hover {
  background: #81dca5;
  color: #444 !important;
}

@media (max-width: 1280px) {
  .top-aside {
    padding-top: 45px;
    padding-bottom: 40px;
  }

  .top-aside ul {
    margin: -5px;
  }

  .top-aside ul li {
    margin: 5px;
  }

  .top-aside ul a {
    font-size: 15px;
    line-height: 15px;
    padding: 10px 15px;
  }

  .pg-head-row {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .breadcrumb {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .pg-head-row.no-aside {
    padding-top: 40px;
  }

  .breadcrumb {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .pg-head-row {
    margin-bottom: 15px;
  }

  .top-aside {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .back-to-list {
    margin-top: 30px;
  }
}

footer.ud2021 {
  background: #444;
}

footer.ud2021 a,
footer.ud2021 p {
  color: #fff;
}

footer.ud2021 .top-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer.ud2021 .ft-menu ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer.ud2021 .ft-menu li {
  margin-top: 10px;
}

footer.ud2021 .ft-menu li:not(:last-child) {
  margin-right: 30px;
}

footer.ud2021 .ft-menu a {
  font-size: 17px;
  font-weight: lighter;
  line-height: 20px;
}

footer.ud2021 .ft-menu a:hover {
  color: #81dca5;
}

footer.ud2021 .sns-links {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer.ud2021 .sns-links li:not(:last-child) {
  margin-right: 10px;
}

footer.ud2021 .sns-links a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}

footer.ud2021 .sns-links a:hover {
  background: #81dca5;
}

footer.ud2021 .sns-links a i {
  font-size: 20px;
  color: #444;
}

footer.ud2021 .sns-links a img {
  display: block;
  max-width: 22px;
}

footer.ud2021 .place-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

footer.ud2021 .place {
  font-size: 17px;
  line-height: 28px;
  width: 50%;
}

footer.ud2021 .place .place-name {
  font-weight: 700;
}

footer.ud2021 .place .place-name span {
  display: inline-block;
  color: #81dca5;
  margin-right: 15px;
}

footer.ud2021 .place .place-info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

footer.ud2021 .place .place-info p {
  font-weight: lighter;
}

footer.ud2021 .place .place-info p:not(:last-child) {
  margin-right: 15px;
}

footer.ud2021 .bt-row p,
footer.ud2021 .bt-row a {
  color: #d0d0d0;
}

footer.ud2021 .bt-row .right {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: lighter;
  margin-bottom: 20px;
}

footer.ud2021 .bt-row .outer-link {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.2;
}

footer.ud2021 .bt-row .outer-link li {
  margin-bottom: 5px;
}

footer.ud2021 .bt-row .outer-link li:before,
footer.ud2021 .bt-row .outer-link li:after {
  content: "/";
  display: inline-block;
  font-weight: lighter;
  color: #d0d0d0;
}

footer.ud2021 .bt-row .outer-link li:before {
  margin-left: -9px;
  margin-right: 5px;
}

footer.ud2021 .bt-row .outer-link li:after {
  margin-left: 5px;
  margin-right: 5px;
}

footer.ud2021 .bt-row .outer-link a {
  font-size: 13px;
  font-weight: lighter;
  line-height: 16px;
}

footer.ud2021 .top-btn {
  position: absolute;
  top: -70px;
  right: 0;
  width: 70px;
  height: 70px;
  background: #81dca5;
  border-radius: 50%;
  display: block;
  transform: translateY(-50%);
}

footer.ud2021 .top-btn:hover {
  background: #49a984;
}

footer.ud2021 .top-btn p {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1280px) {
  footer.ud2021 {
    padding-bottom: 60px;
  }

  footer.ud2021 .top-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer.ud2021 .ft-menu ul {
    justify-content: center;
  }

  footer.ud2021 .sns-links {
    margin-top: 20px;
  }

  footer.ud2021 .place .place-info {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  footer.ud2021 .place-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  footer.ud2021 .place {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  footer.ud2021 .top-btn {
    width: 60px;
    height: 60px;
    top: -40px;
  }
}

@media (max-width: 768px) {
  footer.ud2021 .place {
    width: 100%;
  }

  footer.ud2021 .place:nth-child(n + 2) {
    border-top: 1px dashed #777;
  }
}

@media (max-width: 640px) {
  footer.ud2021 {
    padding-bottom: 30px;
  }

  footer.ud2021 .ft-menu li {
    margin: 5px 10px !important;
  }

  footer.ud2021 .ft-menu a {
    font-size: 15px;
  }

  footer.ud2021 .place {
    font-size: 15px;
    line-height: 22px;
  }

  footer.ud2021 .place .place-name {
    margin-bottom: 5px;
  }

  footer.ud2021 .place .place-name span {
    display: block;
  }

  footer.ud2021 .bt-row .right {
    font-size: 14px;
    line-height: 18px;
  }
}

/* -------------- index --------------*/
.id-banner {
  position: relative;
}
.id-banner .img-box {
  width: 100%;
  height: 0;
  padding-bottom: calc(900 / 1920 * 100%);
  display: block;
  position: relative;
}
.id-banner .id-banner-aw {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.id-banner .id-banner-aw a {
  position: absolute;
  top: 0;
  font-size: 36px;
  line-height: 36px;
  opacity: 0.3;
  transform: translateY(-50%);
}
.id-banner .id-banner-aw a:hover {
  opacity: 1;
}
.id-banner .id-banner-aw .prev-aw {
  left: 20px;
}
.id-banner .id-banner-aw .next-aw {
  right: 20px;
}
/* .id-banner {
    background: #74e2b0;
    height: 100vh
}

.id-banner * {
    position: static
}
 */
.idx-banner-mb {
  display: none;
  position: relative;
}

.idx-banner-mb .mb-bn-limit {
  width: 100%;
  height: 0;
  padding-bottom: calc(815 / 480 * 100%);
  position: relative;
}

.idx-banner-mb img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.idx-banner-mb .text {
  color: #444;
  position: absolute;
  left: 0;
  bottom: 15%;
  text-align: center;
  width: 100%;
}

.idx-banner-mb .text h3 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.idx-banner-mb .text .des {
  font-size: 1.6rem;
  line-height: 2rem;
  opacity: 0.5;
  font-weight: bold;
}

.id-number {
  background: url(../images/bg-id-number.webp) no-repeat center center;
  background-size: cover;
}

.id-number .container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.id-number .number-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc(100% / 3);
}

.id-number .number-item:nth-child(2n) {
  flex-direction: column-reverse;
}

.id-number .number-item:nth-child(2n) .line:after {
  top: 0;
}

.id-number .number-item:nth-child(2n) .data {
  margin-bottom: 50px;
}

.id-number .number-item:nth-child(2n + 1) .line:after {
  bottom: 0;
}

.id-number .number-item:nth-child(2n + 1) .data {
  margin-top: 50px;
}

.id-number .number-item:nth-child(1) {
  margin-bottom: 270px;
}

.id-number .number-item:nth-child(1) .line:after {
  background: #dcdb81;
}

.id-number .number-item:nth-child(1) .data .number span {
  color: #dcdb81;
}

.id-number .number-item:nth-child(2) .line:after {
  background: #81dcd4;
}

.id-number .number-item:nth-child(2) .data .number span {
  color: #81dcd4;
}

.id-number .number-item:nth-child(3) .line:after {
  background: #81dca5;
}

.id-number .number-item:nth-child(3) .data .number span {
  color: #81dca5;
}

.id-number .number-item:nth-child(4) .line:after {
  background: #81c6dc;
}

.id-number .number-item:nth-child(4) .data .number span {
  color: #81c6dc;
}

.id-number .number-item .line {
  width: 1px;
  height: 220px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
}

.id-number .number-item .line:after {
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  content: "";
  transform: translateX(-50%);
}

.id-number .number-item .data {
  color: #fff;
  text-align: center;
}

.id-number .number-item .data .number {
  font-family: arial;
  font-size: 95px;
  font-weight: 700;
  letter-spacing: -5px;
}

.id-number .number-item .data .number span {
  font-size: 120px;
}

.id-number .number-item .data .subtitle {
  font-size: 42px;
  font-weight: lighter;
  margin-top: 15px;
  margin-bottom: 20px;
}

.id-number .number-item .data .des {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 7px;
}

.id-row-title {
  text-align: center;
  width: 100%;
}

.id-row-title .title {
  color: #444;
  font-size: 48px;
  font-weight: lighter;
  letter-spacing: -2px;
}

.id-row-title .en-title {
  color: #444;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 15px;
}

.id-idea {
  background: url(../images/bg-id-idea.webp) no-repeat bottom center,
    linear-gradient(-180deg, #fff 33.33%, #f4f4f4 33.33%);
  margin-top: 150px;
}

.id-idea .container {
  background: url(../images/bg-id-idea.webp) no-repeat bottom center;
}

.id-idea .idea-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.id-idea .idea-row:nth-child(1) {
  background: #fff;
}

.id-idea .idea-row:nth-child(1) .idea {
  background: #64dbbe;
}

.id-idea .idea-row:nth-child(2) .idea {
  background: #81dcd4;
}

.id-idea .idea-row:nth-child(3) {
  justify-content: flex-end;
}

.id-idea .idea-row:nth-child(3) .idea:nth-child(1) {
  background: #64dbaa;
}

.id-idea .idea-row:nth-child(3) .idea:nth-child(2) {
  background: #69cccd;
}

.id-idea .box {
  position: relative;
  width: calc(100% / 3);
}

.id-idea .idea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}

.id-idea .idea .ic {
  width: 90px;
}

.id-idea .idea .ic img {
  display: block;
  width: 100%;
}

.id-idea .idea .text {
  color: #444;
  padding-left: 40px;
  max-width: 260px;
}

.id-idea .idea .text .idea-name {
  font-size: 30px;
  font-weight: lighter;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.id-idea .idea .text .des {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.id-idea .dec-img {
  background: url(../images/gf-girl.png) center bottom no-repeat;
}

.id-star {
  overflow-x: hidden;
}

.id-star .grey-row {
  background: #f2f2f2;
  padding-top: 130px;
  padding-bottom: 90px;
}

.id-star .img-box {
  width: 100%;
  height: 0;
  padding-bottom: calc(392 / 677 * 100%);
  position: relative;
}

.id-star .screen-row {
  max-width: 780px;
  margin: auto;
  margin-top: 18px;
  position: relative;
}

.id-star .screen-row .monitor-bg {
  position: absolute;
  top: -23px;
  left: 27px;
  width: 93%;
}

.id-star .screen-row .monitor-bg img {
  display: block;
  width: 100%;
}

.id-star .screen-row .slick-list {
  overflow: visible;
}

.id-star .screen-row li {
  margin: 0 50px;
}

.id-star .start-info-slider {
  color: #444;
  margin-top: 80px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}

.id-star .start-info-slider .slick-track {
  display: block !important;
}

.id-star .start-info-slider .star-data {
  margin-bottom: 40px;
}

.id-star .start-info-slider .star-data .star-name {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}

.id-star .start-info-slider .star-data .des p {
  font-size: 17px;
  line-height: 27px;
}

.id-star .start-info-slider .star-data .des p:nth-child(n + 2) {
  margin-top: 10px;
}

.id-star .start-info-slider .links {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.id-star .start-info-slider .links li {
  padding: 8px 25px;
}

.id-star .start-info-slider .links li:not(:last-child) {
  border-right: 1px solid #d2d2d2;
}

.id-star .start-info-slider .links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
}

.id-star .start-info-slider .links a:hover {
  color: #49a984;
}

.id-star .start-info-slider .links a img {
  margin-right: 10px;
}

.id-star .start-info-slider .slick-arrow {
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  padding: 0;
}

.id-star .start-info-slider .slick-arrow.slick-prev {
  left: -70px;
}

.id-star .start-info-slider .slick-arrow.slick-next {
  right: -70px;
  transform: rotateY(180deg) translateY(-50%);
}

.id-star .start-info-slider .slick-arrow:hover img {
  display: none;
}

.id-star .start-info-slider .slick-arrow:hover img:nth-child(2) {
  display: block;
}

.id-star .start-info-slider .slick-arrow img {
  display: block;
  max-width: 100%;
}

.id-star .start-info-slider .slick-arrow img:nth-child(2) {
  display: none;
}

.id-point {
  background: url(../images/bg-id-dots.webp) no-repeat;
  background-position: center center;
  padding-top: 145px;
  padding-bottom: 185px;
  position: relative;
}

#p-scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#p-scene .p-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#p-scene .p-img img {
  display: block;
}

.p-img-1 {
  position: absolute;
  top: 30%;
  left: 6%;
}

.p-img-2 {
  position: absolute;
  top: 45%;
  right: 10%;
}

.p-img-3 {
  position: absolute;
  top: 45%;
  right: 22%;
}

.p-img-4 {
  position: absolute;
  top: 55%;
  left: 10%;
}

.p-img-5 {
  position: absolute;
  top: 10%;
  left: 20%;
}

.p-img-6 {
  position: absolute;
  top: 10%;
  right: 20%;
}

.id-point .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.id-point .head {
  height: 68px;
  width: 510px;
}

.id-point .head .pc-img {
  margin-top: 50px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.id-point .head .pc-img img {
  display: block;
  width: 100%;
}

.id-point .point-row {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.id-point .point-row:nth-child(n + 2) {
  margin-top: 100px;
}

.id-point .point-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc((100% - 510px) / 2);
}

.id-point .point-item:nth-child(2n + 1) .data {
  text-align: right;
}

.id-point .point-item .point-cir {
  max-width: 200px;
  width: 100%;
  display: none;
}

.id-point .point-item .point-cir img {
  display: block;
  width: 100%;
}

.id-point .point-item .data .point-name {
  color: #49a984;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 20px;
}

.id-point .point-item .data .des {
  color: #444;
  font-size: 17px;
  line-height: 27px;
}

.id-point .point-item .data .des a {
  color: #49a984;
  text-decoration: underline;
}

.id-point .point-item .data .des p:nth-child(n + 2) {
  margin-top: 10px;
}

.id-point .point-item .data .des .green {
  color: #49a984;
}

.id-client {
  padding-bottom: 150px;
}

.id-client .client-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 40px;
}

.id-client .client {
  padding: 5px;
  width: calc(100% / 7);
}

.id-client .client .client-box {
  background: #f5f5f5;
  padding: 30px 40px;
}

.id-client .client .brand {
  width: 100%;
  height: 0;
  padding-bottom: 45%;
  position: relative;
}

.id-client .client .brand img {
  display: block;
  max-width: 100%;
}

.id-blog {
  background: url(../images/rp-blog.png) repeat-x;
  background-position: center bottom;
  padding-bottom: 110px;
}

.id-blog .id-blog-row {
  max-width: 1175px;
  margin: 50px auto 60px;
  width: 100%;
}

.id-blog .id-blog-row .blog {
  padding-left: 15px;
  padding-right: 15px;
}

.id-blog .id-blog-row .blog .img-box {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: calc(224 / 400 * 100%);
  position: relative;
}

.id-blog .id-blog-row .blog .img-box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.id-blog .id-blog-row .blog .content {
  background: #f7f7f7;
  padding: 30px;
  padding-bottom: 0;
}

.id-blog .id-blog-row .blog .content:hover {
  background: #fff;
}

.id-blog .id-blog-row .blog .content .blog-title {
  color: #444;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.id-blog .id-blog-row .blog .content .blog-title:hover {
  color: #49a984;
}

.id-blog .id-blog-row .blog .content .des {
  margin-top: 20px;
  margin-bottom: 60px;
}

.id-blog .id-blog-row .blog .content .des p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.id-blog .id-blog-row .blog .content .more {
  border-top: 1px solid #444;
}

.id-blog .id-blog-row .blog .content .more a {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.id-blog .id-blog-row .blog .content .more a:hover {
  color: #49a984;
}

.id-blog .id-blog-row .blog .content .more a:hover span {
  color: #49a984;
}

.id-blog .id-blog-row .blog .content .more a span {
  color: #888;
  font-size: 14px;
  padding-left: 10px;
}

.id-blog .id-blog-list .slick-arrow {
  border: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  padding: 0;
}

.id-blog .id-blog-list .slick-arrow.slick-prev {
  left: -70px;
}

.id-blog .id-blog-list .slick-arrow.slick-next {
  right: -70px;
  transform: rotateY(180deg) translateY(-50%);
}

.id-blog .id-blog-list .slick-arrow:hover img {
  display: none;
}

.id-blog .id-blog-list .slick-arrow:hover img:nth-child(2) {
  display: block;
}

.id-blog .id-blog-list .slick-arrow img {
  display: block;
  width: 100%;
}

.id-blog .id-blog-list .slick-arrow img:nth-child(2) {
  display: none;
}

.id-blog .more-blog {
  background: #444;
  color: #fff;
  display: block;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  padding: 18px;
  max-width: 360px;
  margin: auto;
  width: 100%;
}

.id-blog .more-blog:hover {
  background: #49a984;
  color: #fff;
}

@media (max-width: 1440px) {
  .id-blog .id-blog-list .slick-arrow.slick-prev {
    left: -40px;
  }

  .id-blog .id-blog-list .slick-arrow.slick-next {
    right: -40px;
  }
}

@media (max-width: 1280px) {
  .id-number .number-item:nth-child(1) {
    margin-bottom: 170px;
  }

  .id-number .number-item .line {
    height: 120px;
  }

  .id-idea {
    margin-top: 0;
  }

  .id-idea .container {
    padding: 0;
  }

  .id-idea .idea {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .id-idea .idea .ic {
    width: 70px;
  }

  .id-idea .idea .text {
    padding-left: 30px;
    max-width: 250px;
  }

  .id-idea .idea .text .idea-name {
    font-size: 26px;
  }

  .id-idea .idea .text .des {
    font-size: 16px;
    line-height: 26px;
  }

  .id-star .grey-row {
    padding-top: 100px;
  }

  .id-star .grey-row .monitor {
    max-width: 600px;
  }

  .id-star .grey-row .monitor .screen-slider {
    top: 20px;
    left: 20px;
    width: calc(100% - (20px * 2));
  }

  .id-star .grey-row .star-content {
    padding-left: 40px;
    width: calc(100% - 600px);
  }

  .id-point {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .id-point .head {
    width: 400px;
  }

  .id-point .head .pc-img {
    max-width: 320px;
  }

  .id-point .point-row:nth-child(n + 2) {
    margin-top: 60px;
  }

  .id-point .point-item {
    width: calc((100% - 400px) / 2);
  }

  .id-client {
    padding-bottom: 100px;
  }

  .id-client .client-row {
    padding-left: 0;
    padding-right: 0;
  }

  .id-blog .id-blog-row {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  /* .id-banner {
        height: 768px
    } */

  .id-number .number-item:nth-child(1) {
    margin-bottom: 130px;
  }

  .id-number .number-item:nth-child(2n + 1) .data {
    margin-top: 30px;
  }

  .id-number .number-item:nth-child(2n) .data {
    margin-bottom: 30px;
  }

  .id-number .number-item .line {
    height: 100px;
  }

  .id-number .number-item .data .number {
    font-size: 60px;
  }

  .id-number .number-item .data .number span {
    font-size: 80px;
  }

  .id-number .number-item .data .subtitle {
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .id-number .number-item .data .des {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .id-star .start-info-slider .star-data .star-name {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .id-star .start-info-slider .star-data .des p {
    font-size: 16px;
    line-height: 26px;
  }

  #p-scene {
    opacity: 0.3;
  }

  .id-client .client {
    width: calc(100% / 4);
  }

  .id-client .client .client-box {
    padding: 20px 30px;
  }
}

@media (max-width: 960px) {
  .id-idea .container {
    background: url(../images/bg-id-idea.webp) no-repeat bottom right;
  }

  .id-idea .box {
    width: calc(100% / 2);
  }

  .id-idea .box.title {
    width: 100%;
    height: 170px;
  }

  .id-idea .idea-row:nth-child(2) {
    flex-direction: row-reverse;
  }

  .id-point .head {
    height: auto;
    width: 100%;
  }

  .id-point .head .pc-img {
    display: none;
  }

  .id-point .point-row:nth-child(n + 2) {
    margin-top: 0;
  }

  .id-point .point-item {
    align-items: center;
    margin-top: 40px;
    width: 100%;
  }

  .id-point .point-item .point-cir {
    display: block;
  }

  .id-point .point-item .data {
    text-align: left !important;
    padding-left: 25px;
    width: calc(100% - 200px);
  }

  .id-star .start-info-slider {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }

  .id-star .start-info-slider .slick-arrow.slick-prev {
    left: -10px;
  }

  .id-star .start-info-slider .slick-arrow.slick-next {
    right: -10px;
  }
}

/* @media(max-width:778px) {
    .id-banner {
        height: 960px
    }
} */

@media (max-width: 768px) {
  .id-star .grey-row {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .id-star .screen-slider {
    width: 85%;
    margin: auto;
  }

  .id-star .screen-row li {
    margin: 0;
  }

  .id-star .screen-row .slick-list {
    overflow: hidden;
  }

  .id-star .screen-row .monitor-bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    margin: auto;
    transform: translate(-50%, -4%);
  }
}

@media (max-width: 640px) {
  .id-number {
    padding: 30px 0;
  }

  .id-number .number-item {
    width: calc(100% / 2);
  }

  .id-number .number-item:nth-child(1) {
    margin-bottom: 0;
  }

  .id-number .number-item .line {
    display: none;
  }

  .id-number .number-item .data {
    margin: 20px 0 !important;
  }

  .id-number .number-item .data .number {
    letter-spacing: -3px;
    font-size: 44px;
  }

  .id-number .number-item .data .number span {
    font-size: 60px;
  }

  .id-number .number-item .data .subtitle {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .id-number .number-item .data .des {
    font-size: 15px;
  }

  .id-row-title .title {
    font-size: 40px;
  }

  .id-row-title .en-title {
    font-size: 24px;
    margin-top: 10px;
  }

  .id-idea .idea-row:nth-child(1) .idea {
    order: 1;
  }

  .id-idea .box {
    width: 100%;
  }

  .id-idea .box.title {
    height: 130px;
  }

  .id-idea .idea {
    padding: 40px 0;
  }

  .id-idea .idea .ic {
    width: 60px;
  }

  .id-idea .dec-img {
    height: 200px;
  }

  .id-star .start-info-slider {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
  }

  .id-star .start-info-slider .slick-arrow.slick-arrow {
    width: 13px;
  }

  .id-star .start-info-slider .star-data {
    margin-bottom: 10px;
  }

  .id-star .start-info-slider .star-data .star-name {
    font-size: 22px;
    line-height: 26px;
  }

  .id-star .start-info-slider .star-data .des p {
    font-size: 15px;
    line-height: 24px;
  }

  .id-star .start-info-slider .links li {
    padding: 8px 10px;
  }

  .id-star .start-info-slider .links a {
    font-size: 14px;
    line-height: 14px;
  }

  .id-star .start-info-slider .links a img {
    margin-right: 7px;
  }

  .id-star .start-info-slider .id-point .point-item .point-cir {
    width: 100px;
  }

  .id-point .point-item .data {
    padding-left: 20px;
    width: calc(100% - 100px);
  }

  .id-point .point-item .data .point-name {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .id-point .point-item .data .des {
    font-size: 15px;
    line-height: 22px;
  }

  .id-client {
    padding-bottom: 60px;
  }

  .id-client .client-row {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
  }

  .id-client .client {
    padding: 5px;
    width: calc(100% / 2);
  }

  .id-client .client .client-box {
    padding: 20px 30px;
  }

  .id-blog .id-blog-row {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
    margin-bottom: 35px;
  }

  .id-blog .id-blog-list .slick-arrow {
    width: 13px;
  }

  .id-blog .id-blog-list .slick-arrow.slick-next {
    right: -10px;
  }

  .id-blog .id-blog-list .slick-arrow.slick-prev {
    left: -10px;
  }
}

@media (max-width: 480px) {
  /* .id-banner {
        display: none;
        height: 720px
    } */

  .idx-banner-mb {
    display: block;
  }

  .id-star .grey-row .monitor {
    max-width: 320px;
  }

  .id-star .grey-row .monitor .screen-slider {
    top: 10px;
    left: 10px;
    width: calc(100% - (10px * 2));
  }

  .id-star .nav-row li {
    margin-left: 7px;
    margin-right: 7px;
  }

  .id-point {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .id-point .point-item {
    margin-top: 20px;
  }

  .id-point .point-item .data {
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  .id-blog .more-blog {
    max-width: 80%;
  }
}

.pg-cost {
  padding-bottom: 120px;
}

.pg-cost .top-des {
  color: #444;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 50px;
}

.pg-cost .cost-table {
  margin-bottom: 50px;
}

.pg-cost .cost-table .table-limit {
  overflow-x: auto;
  padding: 1px;
  width: 100%;
}

.pg-cost .cost-table table {
  min-width: 860px;
  width: 100%;
}

.pg-cost .cost-table td {
  vertical-align: middle;
  text-align: center;
}

.pg-cost .cost-table td:nth-child(1) {
  position: sticky;
  left: 0;
  text-align: left;
  width: 200px;
  z-index: 1;
}

.pg-cost .cost-table thead td {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
  padding: 20px 30px;
}

.pg-cost .cost-table thead td:nth-child(1) {
  font-size: 17px;
  font-weight: 400;
  background: #444;
  color: #fff;
  letter-spacing: 0;
}

.pg-cost .cost-table thead td:nth-child(2) {
  background: #81dcd4;
}

.pg-cost .cost-table thead td:nth-child(3) {
  background: #81c6dc;
}

.pg-cost .cost-table thead td:nth-child(4) {
  background: #81dca5;
}

.pg-cost .cost-table tbody {
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.pg-cost .cost-table tbody td {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #444;
  font-size: 19px;
  line-height: 19px;
  padding: 15px 30px;
}

.pg-cost .cost-table tbody td:nth-child(1) {
  color: #444;
  font-size: 17px;
  line-height: 17px;
  background: #f2f2f2;
}

.pg-cost .cost-table tbody td.fwb {
  font-weight: 700;
}

.pg-cost .cost-table tbody td.same {
  font-size: 17px;
  line-height: 17px;
}

.pg-cost .cost-table tbody td.same i {
  color: red;
  margin-right: 7px;
}

.pg-cost .cost-table .work-link {
  border-radius: 25px;
  background: #444;
  color: #fff;
  padding: 15px;
  display: block;
  width: 80%;
  min-width: 75px;
  margin: auto;
}

.pg-cost .cost-table .work-link:hover {
  background: #49a984;
}

.pg-cost .cost-table .cost span {
  font-size: 24px;
}

.pg-cost .cost-table .remark {
  background: #49a984;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  padding: 3px 8px;
  margin-left: 3px;
}

.pg-cost .remark-row .remark-title {
  color: #444;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 20px;
}

.pg-cost .remark-row .remark-list {
  border-top: 1px solid #ccc;
}

.pg-cost .remark-row .remark-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}

.pg-cost .remark-row .remark-list .remark-head {
  background: #49a984;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 12px;
}

.pg-cost .remark-row .remark-list .remark-data {
  max-width: calc(100% - 60px);
  width: 100%;
  padding-left: 20px;
  color: #444;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.pg-cost .remark-row .remark-list .remark-data p:nth-child(n + 2) {
  margin-top: 5px;
}

@media (max-width: 1024px) {
  .pg-cost .cost-table td:first-child {
    width: 170px;
  }

  .pg-cost .cost-table thead td {
    font-size: 18px;
    line-height: 18px;
    padding: 15px 20px;
  }

  .pg-cost .cost-table thead td:nth-child(1) {
    font-size: 16px;
  }

  .pg-cost .cost-table tbody td {
    font-size: 16px;
    line-height: 16px;
    padding: 15px 20px;
  }

  .pg-cost .cost-table tbody td.same {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .pg-cost .cost-table .table-limit {
    padding: 0;
  }

  .pg-cost .cost-table td:first-child {
    width: 130px;
  }

  .pg-cost .cost-table table {
    min-width: 700px;
  }

  .pg-cost .cost-table thead td {
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
  }

  .pg-cost .cost-table tbody td {
    padding: 15px;
  }

  .pg-cost .cost-table tbody td:first-child {
    font-size: 16px;
    line-height: 20px;
  }

  .pg-cost .cost-table .remark {
    margin-left: 0;
    margin-top: 3px;
  }
}

@media (max-width: 640px) {
  .pg-cost {
    padding-bottom: 70px;
  }

  .pg-cost .top-des {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .pg-cost .remark-row .remark-list li {
    padding: 15px 10px;
  }

  .pg-cost .remark-row .remark-list .remark-data {
    padding-left: 0;
    margin-top: 7px;
    max-width: 100%;
    font-size: 16px;
  }
}

.pg-star {
  padding-bottom: 120px;
}

.pg-star .star-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pg-star .star-item {
  display: block;
  position: relative;
  overflow: hidden;
  width: calc(100% / 3);
}

.pg-star .star-item:hover .hover-box {
  opacity: 1;
}

.pg-star .star-item img {
  display: block;
}

.pg-star .star-item .img-box {
  width: 100%;
  height: 0;
  padding-bottom: calc(370 / 640 * 100%);
  position: relative;
}

.pg-star .star-item .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(73, 169, 132, 0.9);
  opacity: 0;
  transition: opacity 0.7s;
}

.pg-star .star-item .hover-box .hover-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
}

.pg-star .star-item .hover-box .hover-content .hover-logo {
  max-width: 80%;
  max-height: 30%;
  position: static;
}

.pg-star .star-item .hover-box .hover-content .btn-cir {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
}

.pg-star .star-item .content {
  margin-top: 30px;
  text-align: center;
}

.pg-star .star-item .content h4 {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  line-height: 18px;
  margin-bottom: 13px;
}

.pg-star .star-item .content .des {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pg-star .star-item .content .des li {
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  line-height: 18px;
  margin-bottom: 5px;
}

.pg-star .star-item .content .des li:not(:last-child) {
  margin-right: 15px;
  position: relative;
}

.pg-star .bn-star img {
  display: block;
  width: 100%;
}

.pg-star .star-head {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 30px;
  color: #444;
  font-size: 36px;
  line-height: 36px;
}

.pg-star .star-head .name {
  font-weight: 700;
}

.pg-star .star-head span {
  font-weight: lighter;
  margin-left: 30px;
}

.pg-star .star-info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 5px 40px;
  margin: 30px -40px 0;
}

.pg-star .star-info-row .star-info {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px 0;
}

.pg-star .star-info-row .star-info p {
  color: #888;
  font-size: 16px;
  margin: 5px 0;
}

.pg-star .star-info-row .star-info p:not(:last-child) {
  margin-right: 30px;
}

.pg-star .star-info-row .star-info p span {
  font-weight: 700;
  margin-right: 10px;
}

.pg-star .star-info-row .web-link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #81dca5;
  position: relative;
}

.pg-star .star-info-row .web-link:hover {
  background: #ddd;
}

.pg-star .top-content {
  margin-top: 50px;
}

.pg-star .top-content p {
  color: #444;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.pg-star .star-row {
  padding: 70px 0;
}

.pg-star .star-row .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pg-star .star-row .content-sec {
  padding-top: 15px;
  padding-left: 20px;
}

.pg-star .star-row .content-sec .sec-name {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
}

.pg-star .star-row .content-sec .sec-name:before {
  position: absolute;
  top: -15px;
  left: -20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #81dca5;
  content: "";
}

.pg-star .star-row .content-sec .sec-name h4 {
  color: #444;
  font-size: 36px;
  line-height: 48px;
}

.pg-star .star-row .content-sec .sec-data p {
  color: #444;
  font-size: 17px;
  line-height: 27px;
}

.pg-star .star-row .content-sec .sec-data p:nth-child(n + 2) {
  margin-top: 10px;
}

.pg-star .star-row.monitor-row .monitor {
  max-width: 725px;
  width: 100%;
  position: relative;
}

.pg-star .star-row.monitor-row .monitor .monitor-bg {
  width: 100%;
}

.pg-star .star-row.monitor-row .monitor .monitor-bg img {
  display: block;
  width: 100%;
}

.pg-star .star-row.monitor-row .monitor .img-box {
  position: absolute;
  top: 24px;
  left: 24px;
  width: calc(100% - (24px * 2));
}

.pg-star .star-row.monitor-row .monitor .img-box img {
  display: block;
  width: 100%;
}

.pg-star .star-row.monitor-row .content-sec {
  margin-top: 40px;
  width: calc(100% - 725px - 50px);
}

.pg-star .star-row.idea-row {
  background: #f5f5f5;
}

.pg-star .star-row.idea-row.turn {
  background: #fff;
}

.pg-star .star-row.idea-row.turn .container {
  flex-direction: row-reverse;
}

.pg-star .star-row.idea-row .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pg-star .star-row.idea-row .idea-box {
  width: 680px;
}

.pg-star .star-row.idea-row .img-box {
  width: 100%;
  height: 0;
  padding-bottom: calc(340 / 680 * 100%);
}

.pg-star .star-row.idea-row .content-sec {
  width: calc(100% - 680px - 65px);
}

.pg-star .star-row.cart-row.bg {
  background: #f5f5f5;
}

.pg-star .star-row.cart-row .cart-img {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.pg-star .star-row.cart-row .cart-img img {
  display: block;
  max-width: 100%;
}

.pg-star .star-row.cart-row .content-sec {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-left: 0;
  width: 100%;
}

.pg-star .star-row.cart-row .content-sec .sec-data {
  text-align: left;
}

.pg-star .star-row.cart-row .content-sec li {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pg-star .star-row.cart-row .content-sec li:nth-child(n + 2) {
  margin-top: 5px;
}

.pg-star .star-row.cart-row .content-sec li .title {
  color: #49a984;
  display: inline-block;
  font-weight: 700;
  padding-right: 10px;
  width: 150px;
}

.pg-star .star-row.cart-row .content-sec li .des {
  width: calc(100% - 150px);
}

.pg-star .tag-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.pg-star .tag-row .ic-tag {
  display: block;
  width: 15px;
  margin-top: 5px;
}

.pg-star .tag-row ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -5px;
  width: calc(100% - 15px - 7px);
}

.pg-star .tag-row ul li {
  margin: 5px;
}

.pg-star .tag-row ul a {
  color: #49a984;
  font-size: 17px;
  line-height: 24px;
}

.pg-star .tag-row ul a:hover {
  text-decoration: underline;
}

.pg-star .case-detail {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 40px;
  margin: 0 -40px;
}

.pg-star .case-detail .case-info {
  color: #444;
  margin: 20px 0;
  width: 285px;
}

.pg-star .case-detail .case-info.team {
  width: 200px;
}

.pg-star .case-detail .case-info.share {
  width: 180px;
}

.pg-star .case-detail .case-info .info-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 15px;
}

.pg-star .case-detail .case-info p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
}

.pg-star .case-detail .case-info .active-links {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pg-star .case-detail .case-info .active-links li:not(:last-child) {
  position: relative;
}

.pg-star .case-detail .case-info .active-links li:not(:last-child):after {
  content: "、";
  padding: 0 2px;
}

.pg-star .case-detail .case-info .active-links a {
  color: #444;
  font-size: 16px;
  line-height: 26px;
}

.pg-star .case-detail .case-info .active-links a:hover {
  color: #49a984;
  text-decoration: underline;
}

.pg-star .case-detail .share-link {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pg-star .case-detail .share-link a {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
  position: relative;
}

.pg-star .case-detail .share-link a:hover {
  background: #81dca5;
}

.pg-star .case-detail .share-link i {
  color: #444;
  font-size: 18px;
}

.pg-star .case-detail .share-link img {
  width: 20px;
}

.pg-star .contact-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 60px;
}

.pg-star .contact-row .dec-img {
  display: block;
  width: 110px;
}

.pg-star .contact-row .contact-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
  width: calc(100% - 110px);
}

.pg-star .contact-row .contact-content .contact-data {
  color: #444;
  padding-right: 20px;
  width: calc(100% - 200px);
}

.pg-star .contact-row .contact-content .contact-data .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

.pg-star .contact-row .contact-content .contact-data .des p {
  color: #444;
  font-size: 17px;
  line-height: 27px;
}

.pg-star .contact-row .contact-content .contact-btn {
  background: #49a984;
  color: #fff;
  font-size: 17px;
  text-align: center;
  padding: 15px;
  width: 200px;
}

.pg-star .contact-row .contact-content .contact-btn:hover {
  background: #444;
}

.pg-star .other-case-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -20px;
}

.pg-star .other-case-row .other-case-item {
  width: calc(100% / 3);
  padding: 20px;
}

.pg-star .other-case-row .case-link {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pg-star .other-case-row .case-link .cover-img {
  display: block;
  width: 130px;
}

.pg-star .other-case-row .case-link .cover-img .img-box {
  width: 100%;
  height: 0;
  padding-bottom: calc(392 / 677 * 100%);
}

.pg-star .other-case-row .case-link .other-case-data {
  padding-left: 20px;
  width: calc(100% - 130px);
  margin-top: 5px;
}

.pg-star .other-case-row .case-link .other-case-name {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}

.pg-star .other-case-row .case-link .other-case-name:hover {
  color: #49a984;
}

.pg-star .other-case-row .case-link .other-case-link {
  font-size: 14px;
  line-height: 16px;
}

.star-header-menu {
  background: #49a984;
  padding: 30px 0;
}

.star-header-menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.star-header-menu .logo {
  width: 120px;
}

.star-header-menu .logo img {
  display: block;
  width: 100%;
}

.star-header-menu .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.star-header-menu .main-nav li {
  margin: 0 20px;
  height: 20px;
  overflow: hidden;
}

.star-header-menu .main-nav .cost {
  height: auto;
}

.star-header-menu .main-nav .cost a {
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 13px 20px;
}

.star-header-menu .main-nav .cost a:after {
  display: none;
}

.star-header-menu .main-nav .cost a:hover {
  margin-top: 0;
  background: #fff;
  color: #49a984;
}

.star-header-menu .main-nav a {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  position: relative;
}

.star-header-menu .main-nav a:hover {
  margin-top: -20px;
}

.star-header-menu .main-nav a:after {
  position: absolute;
  top: 20px;
  left: 0;
  content: attr(title);
  color: #afffe0;
  display: inline-block;
}

@media (max-width: calc(1440px+40px)) {
  .pg-star .star-info-row {
    margin: 20px -20px;
    padding: 5px 20px;
  }

  .pg-star .case-detail {
    margin: 0 -20px;
    padding: 20px;
  }

  .pg-star .case-detail .case-info {
    margin: 10px 0;
  }
}

@media (max-width: 1280px) {
  .pg-star .star-head {
    margin-top: 50px;
    margin-bottom: 20px;
  }

  .pg-star .star-row {
    padding: 50px 0;
  }

  .pg-star .star-row .content-sec .sec-name {
    margin-bottom: 20px;
  }

  .pg-star .star-row .content-sec .sec-name h4 {
    font-size: 30px;
    line-height: 36px;
  }

  .pg-star .star-row.monitor-row .monitor {
    max-width: 600px;
  }

  .pg-star .star-row.monitor-row .monitor .img-box {
    top: 20px;
    left: 20px;
    width: calc(100% - (20px * 2));
  }

  .pg-star .star-row.monitor-row .content-sec {
    margin-top: 10px;
    width: calc(100% - 600px - 40px);
  }

  .pg-star .star-row.idea-row .idea-box {
    width: 600px;
  }

  .pg-star .star-row.idea-row .content-sec {
    width: calc(100% - 600px - 40px);
  }

  .pg-star .contact-row .contact-content .contact-data {
    padding-right: 0;
    width: 100%;
  }

  .pg-star .contact-row .contact-content .contact-data .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .pg-star .contact-row .contact-content .contact-data .des p {
    font-size: 16px;
    line-height: 24px;
  }

  .pg-star .contact-row .contact-content .contact-btn {
    margin-top: 15px;
  }

  .star-header-menu .main-nav .cost a {
    padding: 10px ​15px;
  }

  .star-header-menu .main-nav li {
    margin: 0 10px;
  }

  .star-header-menu .main-nav a {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  .pg-star .star-item {
    width: 50%;
  }

  .pg-star .star-head {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 34px;
  }

  .pg-star .star-head span {
    margin-left: 20px;
  }

  .pg-star .star-row .content-sec {
    padding-left: 0;
    text-align: center;
  }

  .pg-star .star-row .content-sec .sec-data {
    text-align: left;
  }

  .pg-star .star-row.monitor-row .monitor {
    margin-left: auto;
    margin-right: auto;
  }

  .pg-star .star-row.monitor-row .content-sec {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }

  .pg-star .star-row.idea-row .idea-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    order: 1;
  }

  .pg-star .star-row.idea-row .content-sec {
    margin-bottom: 30px;
    width: 100%;
  }

  .pg-star .case-detail .case-info {
    padding-right: 20px;
    width: 50% !important;
  }

  .pg-star .case-detail .case-info .info-name {
    margin-bottom: 10px;
  }

  .pg-star .case-detail .share-link {
    justify-content: flex-start;
  }

  .pg-star .case-detail .share-link a:not(:last-child) {
    margin-right: 10px;
  }

  .pg-star .contact-row {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .pg-star .other-case-row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: -20px;
  }

  .pg-star .other-case-row .other-case-item {
    width: calc(100% / 3);
    padding: 20px;
  }

  .pg-star .other-case-row .other-case-item {
    width: 50%;
  }
}

@media (max-width: 960px) {
  .star-header-menu {
    display: none;
  }
}

@media (max-width: 768px) {
  .pg-star .star-info-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pg-star .star-info-row .star-info {
    flex-direction: column;
  }

  .pg-star .star-info-row .star-info p:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .pg-star .top-content {
    margin-top: 25px;
  }

  .pg-star .case-detail .case-info {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .pg-star {
    padding-bottom: 70px;
  }

  .pg-star .star-item {
    width: 100%;
  }

  .pg-star .star-head {
    color: #444;
    font-size: 23px;
    line-height: 24px;
    margin-top: 40px;
  }

  .pg-star .star-head span {
    margin-left: 0;
    margin-top: 8px;
    display: block;
  }

  .pg-star .star-row {
    padding: 40px 0;
  }

  .pg-star .star-row .content-sec {
    padding-top: 10px;
    padding-left: 10px;
  }

  .pg-star .star-row .content-sec .sec-name {
    margin-bottom: 15px;
  }

  .pg-star .star-row .content-sec .sec-name:before {
    width: 35px;
    height: 35px;
    top: -10px;
    left: -10px;
  }

  .pg-star .star-row .content-sec .sec-name h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
  }

  .pg-star .star-row .content-sec .sec-data p {
    font-size: 16px;
    line-height: 26px;
  }

  .pg-star .star-row.monitor-row .monitor {
    max-width: 400px;
  }

  .pg-star .star-row.monitor-row .monitor .img-box {
    top: 13px;
    left: 13px;
    width: calc(100% - (13px * 2));
  }

  .pg-star .star-row.cart-row .cart-img {
    margin-top: 20px;
  }

  .pg-star .star-row.cart-row .content-sec li:nth-child(n + 2) {
    margin-top: 10px;
  }

  .pg-star .star-row.cart-row .content-sec li .title,
  .pg-star .star-row.cart-row .content-sec li .des {
    width: 100%;
  }

  .pg-star .star-row.cart-row .content-sec li .title {
    padding-right: 0;
  }

  .pg-star .tag-row .ic-tag {
    margin-top: 0;
    margin-bottom: 7px;
  }

  .pg-star .tag-row ul {
    width: 100%;
  }

  .pg-star .tag-row ul a {
    font-size: 14px;
    line-height: 16px;
  }

  .pg-star .contact-row {
    flex-direction: column;
  }

  .pg-star .contact-row .contact-content {
    padding-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  .pg-star .contact-row .contact-content .contact-data .title {
    font-size: 20px;
    line-height: 24px;
  }

  .pg-star .other-case-row {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .pg-star .other-case-row .other-case-item {
    padding: 10px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .pg-star .star-row.monitor-row .monitor {
    max-width: 320px;
  }

  .pg-star .star-row.monitor-row .monitor .img-box {
    top: 10px;
    left: 10px;
    width: calc(100% - (10px * 2));
  }
}

.pg-case {
  padding-bottom: 120px;
}

.pg-case .case-search {
  background: #eee;
  padding: 10px 0;
}

.pg-case .case-search form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pg-case .case-search select,
.pg-case .case-search input {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: open sans, Arial, lihei pro, fix microsoft jhenghei,
    microsoft jhenghei, 新細明體, sans-serif;
  box-shadow: none;
  border: 0;
  outline: 0;
  padding: 11px 10px;
  width: 100%;
  font-size: 16px;
}

.pg-case .case-search .selectStyle {
  max-width: 200px;
  width: 100%;
  background: #fff;
  position: relative;
}

.pg-case .case-search .selectStyle:before {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f0d7";
  display: block;
  font-family: fontawesome;
  font-weight: 700;
  color: #444;
  transform: translateY(-50%);
}

.pg-case .case-search .selectStyle select {
  background: 0;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}

.pg-case .case-search .field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px 0;
}

.pg-case .case-search .field.select-field {
  max-width: 250px;
  width: 100%;
}

.pg-case .case-search .field:not(:last-child) {
  margin-right: 30px;
}

.pg-case .case-search .field.keyword-field {
  max-width: calc(100% - (250px * 2) - 165px - (30px * 3) - 10px - 45px);
  width: 100%;
  margin-right: 10px;
}

.pg-case .case-search .field.keyword-field .field-data {
  max-width: calc(100% - 70px);
  width: 100%;
}

.pg-case .case-search .field .filter-type {
  color: #444;
  font-size: 17px;
  font-weight: 700;
  padding-right: 15px;
}

.pg-case .case-search .online-time {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pg-case .case-search .online-time a {
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  position: relative;
}

.pg-case .case-search .online-time a.active {
  background: #fff;
}

.pg-case .case-search .online-time a:hover i {
  color: #49a984;
}

.pg-case .case-search .online-time a i {
  color: #444;
  font-size: 16px;
  font-weight: 700;
}

.pg-case .case-search .btn-row {
  margin: 5px 0;
}

.pg-case .case-search button {
  width: 45px;
  height: 45px;
  background: #444;
  border: 0;
  cursor: pointer;
  position: relative;
}

.pg-case .case-search button:hover {
  background: #49a984;
}

.pg-case .case-search button i {
  color: #fff;
  font-size: 20px;
}

.pg-case .case-list-limit {
  width: 100%;
  overflow: hidden;
}

.pg-case .case-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px -20px -20px;
}

.pg-case .case-list .case-item {
  padding: 20px;
  width: calc(100% / 4);
}

.pg-case .case-list .case .img-box {
  width: 100%;
  height: 0;
  padding-bottom: calc(370 / 640 * 100%);
  display: block;
  position: relative;
}

.pg-case .case-list .case .case-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #eee;
  color: #444;
  padding: 25px 20px;
}

.pg-case .case-list .case .case-info .left-sec {
  padding-right: 20px;
  width: calc(100% - 50px);
}

.pg-case .case-list .case .case-info .caes-name {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.pg-case .case-list .case .case-info .caes-name:hover {
  color: #49a984;
}

.pg-case .case-list .case .case-info .caes-url {
  font-size: 14px;
  line-height: 14px;
}

.pg-case .case-list .case .case-info .link {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: relative;
}

.pg-case .case-list .case .case-info .link:hover {
  background: #81dca5;
}

.pg-case .case-list .case .case-info .link img {
  display: block;
}

.pg-case .dl-case-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 -40px;
  padding: 5px 40px;
}

.pg-case .dl-case-info .case-name {
  color: #444;
  font-size: 25px;
  font-weight: lighter;
  line-height: 30px;
  padding-right: 20px;
  width: calc(100% - 50px);
}

.pg-case .dl-case-info .link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #81dca5;
  position: relative;
}

.pg-case .dl-case-info .link:hover {
  background: #ddd;
}

.pg-case .dl-case-info .link img {
  display: block;
}

.pg-case .top-des {
  margin-top: 50px;
}

.pg-case .top-des p {
  color: #444;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.pg-case .before-after-row {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pg-case .before-after-row img {
  display: block;
}

.pg-case .work-detail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -3px;
}

.pg-case .work-detail .work-info {
  padding: 3px;
  width: calc((100% - (260px * 2)) / 2);
}

.pg-case .work-detail .work-info.team,
.pg-case .work-detail .work-info.share {
  width: 260px;
}

.pg-case .work-detail .info-box {
  background: #f2f2f2;
  height: 100%;
  padding: 30px 35px;
}

.pg-case .work-detail .info-box .info-name {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 10px;
}

.pg-case .work-detail .info-box p {
  color: #444;
  font-size: 16px;
  line-height: 26px;
}

.pg-case .work-detail .share-link {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.pg-case .work-detail .share-link a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: relative;
}

.pg-case .work-detail .share-link a:not(:last-child) {
  margin-right: 7px;
}

.pg-case .work-detail .share-link a:hover {
  background: #81dca5;
}

.pg-case .work-detail .share-link i {
  font-size: 17px;
}

.pg-case .work-detail .share-link img {
  display: block;
  width: 20px;
}

@media (max-width: calc(1440px+40px)) {
  .pg-case .dl-case-info {
    margin: 0 -20px;
    padding: 5px 20px;
  }
}

@media (max-width: 1280px) {
  .pg-case .case-search .field.keyword-field {
    max-width: 70%;
  }

  .pg-case .case-list .case-item {
    width: calc(100% / 3);
  }

  .pg-case .work-detail .info-box {
    padding: 20px;
  }
}

@media (max-width: 1024px) {
  .pg-case .case-list {
    margin: 30px -10px -10px;
  }

  .pg-case .case-list .case-item {
    padding: 10px;
  }

  .pg-case .case-list .case .case-info {
    padding: 20px 15px;
  }

  .pg-case .case-list .case .case-info .left-sec {
    padding-right: 15px;
    width: calc(100% - 40px);
  }

  .pg-case .case-list .case .case-info .caes-name {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 7px;
  }

  .pg-case .case-list .case .case-info .link {
    width: 40px;
    height: 40px;
  }

  .pg-case .case-list .case .case-info .link img {
    width: 20px;
  }

  .pg-case .work-detail .work-info {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .pg-case .case-search .field.keyword-field {
    max-width: calc(100% - 45px - 10px);
  }

  .pg-case .case-list .case-item {
    width: 50%;
  }

  .pg-case .dl-case-info .case-name {
    font-size: 20px;
    line-height: 24px;
  }

  .pg-case .top-des {
    margin-top: 25px;
  }

  .pg-case .before-after-row {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media (max-width: 640px) {
  .pg-case {
    padding-bottom: 70px;
  }

  .pg-case .case-search select,
  .pg-case .case-search input {
    font-size: 15px;
    line-height: 15px;
  }

  .pg-case .case-search .selectStyle {
    max-width: calc(100% - 80px);
  }

  .pg-case .case-search .field {
    width: 100%;
  }

  .pg-case .case-search .field.select-field {
    max-width: 100%;
  }

  .pg-case .case-search .field:not(:last-child) {
    margin-right: 0;
  }

  .pg-case .case-search .field.keyword-field {
    max-width: calc(100% - 45px);
  }

  .pg-case .case-search .field.keyword-field .field-data {
    max-width: calc(100% - 80px);
  }

  .pg-case .case-search .field .filter-type {
    font-size: 15px;
    line-height: 15px;
    width: 80px;
  }

  .pg-case .case-search button {
    width: 42px;
    height: 42px;
  }

  .pg-case .case-list {
    margin: 30px -7px -7px;
  }

  .pg-case .case-list .case-item {
    padding: 7px;
  }

  .pg-case .case-list .case .case-info {
    padding: 15px;
  }

  .pg-case .case-list .case .case-info .left-sec {
    padding-right: 0;
    width: 100%;
  }

  .pg-case .case-list .case .case-info .link {
    width: 35px;
    height: 35px;
    margin-top: 7px;
  }

  .pg-case .case-list .case .case-info .link img {
    width: 17px;
  }

  .pg-case .dl-case-info {
    padding: 10px 20px;
  }

  .pg-case .before-after-row {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .pg-case .work-detail .work-info {
    width: 100% !important;
  }
}

.page-main.notFoundPage {
  padding: 1px;
}

.threeDOutLink-row {
  margin-top: 20px;
}
.threeDOutLink-row .threeDOutLink {
  width: 300px;
  display: block;
  padding: 15px 10px;
  border: solid 1px #3bbd85;
  border-radius: 50px;
  font-size: 17px;
  font-weight: bold;
  background: #3bbd85;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.threeDOutLink-row .threeDOutLink:hover {
  background: transparent;
  color: #3bbd85;
}

.fb_dialog {
  background: none !important;
  width: 0;
  height: 0;
}

/* Privacy */
.term-link a {
  text-decoration: underline;
}

.cookies-box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(110%);
  transition: all 0.3s;
}
.cookies-box.show {
  transform: translateY(0);
}
.cookies-box .cookies-content {
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  padding: 15px 20px;
}
.cookies-box .cookies-content .des {
  padding-right: 20px;
  width: calc(100% - 100px);
}
.cookies-box .cookies-content .des p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.cookies-box .cookies-content .des a {
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: underline;
}
.cookies-box .cookies-content .des a:hover {
  opacity: 0.5;
}
.cookies-box .cookies-content .btn-confirm {
  border: 1px solid white;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  display: block;
  padding: 13px 10px;
  text-align: center;
  width: 100px;
}
.cookies-box .cookies-content .btn-confirm:hover {
  background: white;
  color: #333;
}

@media (max-width: 640px) {
  .cookies-box .cookies-content {
    padding: 10px;
    display: block;
  }
  .cookies-box .cookies-content .des {
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .cookies-box .cookies-content .des p,
  .cookies-box .cookies-content .des a {
    font-size: 0.875rem;
  }
  .cookies-box .cookies-content .btn-confirm {
    padding: 10px 8px;
    font-size: 0.875rem;
  }
}
.policy-section {
  max-width: 1280px;
  margin: 30px auto;
}
.policy-section .policy-sec {
  margin-bottom: 40px;
}
.policy-section p,
.policy-section li {
  color: #333;
  font-size: 17px;
  line-height: 1.5;
}
.policy-section li {
  margin-bottom: 5px;
}
.policy-section .title {
  font-weight: bold;
  font-size: x-large;
  margin-bottom: 0;
}
