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

/* HTML5 display-role reset for older browsers */
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%;
}

/* black */
/* green */
/*=== index ===*/
/* font */
/* ----------common css-----------*/
* {
  box-sizing: border-box;
  position: relative;
}

html,
body {
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  position: relative;
  font-size: 10px;
  color: #444;
}

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

figure {
  margin: 0;
  padding: 0;
}

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

.unreset img {
  max-width: 100%;
  height: auto !important;
}

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

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

.clearfloat {
  clear: both;
}

/* header */
/*desktop*/
header .desktop {
  padding: 35px 0;
  transition: .8s;
}
header .desktop .logo {
  width: 130px;
  float: left;
}
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;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  box-shadow: 0px 2px 2px #aaa;
}
header .desktop:after {
  content: "";
  display: block;
  clear: both;
}

/*phone*/
header .phone {
  display: none;
  padding: 35px 0;
  width: 100%;
  height: auto;
  background: #fff;
  transition: .8s;
}
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: 50px;
}
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 {
  background: #36bd85;
  color: #fff;
}
header .phone .main-nav-block .main-nav li:hover:before {
  margin-top: 0;
}
header .phone .main-nav-block .main-nav li:before {
  display: none;
}
header .phone.open {
  height: 100%;
}
header .phone.fixed {
  position: fixed;
  padding: 15px 0;
  z-index: 999999;
  box-shadow: 0px 2px 2px #aaa;
}

#Page header {
  background: #49a984;
}
#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 a {
  color: #afffe0;
}
#Page header .desktop .main-nav-block .main-nav li:before {
  color: #fff;
}
#Page header .desktop.fixed {
  background: #49a984;
}
#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 {
  float: right;
  height: 30px;
  line-height: 30px;
}
.main-nav-block .main-nav:after {
  content: "";
  display: block;
  clear: both;
}
.main-nav-block .main-nav li {
  margin-left: 40px;
  display: inline-block;
  overflow: hidden;
  height: 30px;
}
.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: .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: .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: .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 */
footer {
  background: #f5f5f5;
  padding: 70px 0 90px 0;
}
footer .top {
  width: 60px;
  height: 60px;
  background: #444;
  position: absolute;
  right: 0;
  top: -100px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: .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: .3s;
  top: 0;
}
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: .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 .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;
}

/* loading */
.loading {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: fixed;
  background-color: white;
  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 */
.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: bold;
  margin: 0 7px;
}
.breadCrumb li:last-child:after {
  display: none;
}

/* Top */
.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: bold;
  cursor: pointer;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 13px;
  color: #000000;
  border: 1px solid #c9caca;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  transition: .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 */
.pagination {
  text-align: center;
  margin: 60px 0;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  color: #666;
  font-size: 15px;
  font-weight: bold;
}
.pagination li:hover a, .pagination li.active a {
  color: #438d00;
}
.pagination li.number {
  border-right: 1px solid #666666;
  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: none;
  -moz-border-radius: 50px 0px 0px 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0px 0px 50px;
}

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

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

/*===== index =====*/
.index-banner-area {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.index-banner-area .banner-pic .sp-slides .sp-slide img {
  display: block;
  width: 100%;
}

.index-section-title {
  text-align: center;
  font-size: 52px;
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  margin-bottom: 60px;
}
.index-section-title .en {
  font-size: 62px;
  font-weight: bold;
}

.index-section-title2 {
  margin-bottom: 20px;
}

.index-section-subtitle {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}

/* need */
.index-need-list {
  padding: 100px 0;
}
.index-need-list .box {
  opacity: 0;
  width: 25%;
  float: left;
  text-align: center;
}
.index-need-list .box .pic {
  margin-bottom: 40px;
}
.index-need-list .box .pic img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.index-need-list .box .content {
  margin-bottom: 40px;
}
.index-need-list .box .content .title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}
.index-need-list .box .content .txt {
  font-size: 16px;
  line-height: 20px;
}
.index-need-list .box .more {
  text-align: center;
  font-size: 22px;
  color: #ddd;
}
.index-need-list .box .more:hover {
  color: #444;
}
.index-need-list:after {
  content: "";
  display: block;
  clear: both;
}

/* works */
.index-works-area {
  overflow: hidden;
}

.index-works-list {
  width: 100%;
}
.index-works-list .work {
  float: left;
  width: 1660px;
}
.index-works-list .work .box {
  float: left;
  transition: .3s;
}
.index-works-list .work .box .pic {
  width: 100%;
}
.index-works-list .work .box .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.index-works-list .work .box:nth-child(4n+1) .pic img {
  width: 960px;
  height: 800px;
}
.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;
}
.index-works-list .work .box a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.index-works-list .work .box:hover {
  opacity: .6;
}
.index-works-list:after {
  content: "";
  display: block;
  clear: both;
}

/* service */
.index-service-list {
  padding: 100px 0;
}
.index-service-list .box {
  opacity: 0;
  width: 25%;
  float: left;
  text-align: center;
}
.index-service-list .box .pic img {
  display: block;
  max-width: 100%;
  margin: auto;
}
.index-service-list .box .pic .img2 {
  display: none;
}
.index-service-list .box .content {
  margin-top: -30px;
}
.index-service-list .box .content .title {
  font-family: "Roboto", "Microsoft JhengHei", sans-serif;
  font-size: 26px;
  margin-bottom: 30px;
}
.index-service-list .box .content .title .en {
  display: block;
  margin-bottom: 15px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.index-service-list .box .content .link-list {
  font-size: 16px;
}
.index-service-list .box .content .link-list li {
  color: #444;
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}
.index-service-list .box:hover .pic .img1 {
  display: none;
}
.index-service-list .box:hover .pic .img2 {
  display: block;
}
.index-service-list .box:hover .content .title .en {
  color: #444;
}
.index-service-list:after {
  content: "";
  display: block;
  clear: both;
}

/* clients */
.index-clients-area {
  opacity: 0;
  padding: 100px 0;
  background: url(../images/index_clients_bg.jpg) no-repeat center;
  width: 100%;
  overflow: hidden;
}

.index-clients-list {
  text-align: center;
  width: 70%;
  margin: auto;
  /* left arrow*/
  /* right arrow*/
}
.index-clients-list .index-section-title {
  color: #fff;
}
.index-clients-list .box {
  display: inline-block;
  padding: 0 20px 40px 20px;
  vertical-align: middle;
}
.index-clients-list .slick-arrow {
  background: transparent;
  border: transparent;
  position: absolute;
  top: calc( ( 100% - 35px) / 2);
  cursor: pointer;
  transition: 0.3s;
  z-index: 9999;
  width: 30px;
  height: 50px;
  font-size: 0;
}
.index-clients-list .slick-arrow:focus {
  outline: none;
}
.index-clients-list .slick-arrow i {
  display: none;
}
.index-clients-list .slick-arrow:hover {
  background-color: transparent;
}
.index-clients-list .slick-prev {
  left: 100px;
}
.index-clients-list .slick-prev:before, .index-clients-list .slick-prev:after {
  content: "";
  display: block;
  background: #36bd85;
  height: 50px;
  width: 10px;
  position: absolute;
  transition: .3s;
  left: 20px;
}
.index-clients-list .slick-prev:before {
  top: 0px;
  transform: rotate(45deg);
}
.index-clients-list .slick-prev:after {
  top: 30px;
  transform: rotate(135deg);
}
.index-clients-list .slick-next {
  right: 100px;
}
.index-clients-list .slick-next:before, .index-clients-list .slick-next:after {
  content: "";
  display: block;
  background: #36bd85;
  height: 50px;
  width: 10px;
  position: absolute;
  transition: .3s;
  right: 20px;
}
.index-clients-list .slick-next:before {
  top: 0px;
  transform: rotate(135deg);
}
.index-clients-list .slick-next:after {
  top: 30px;
  transform: rotate(45deg);
}

/* features */
.index-features-area {
  overflow: hidden;
}

.index-features-list {
  padding: 100px 0;
}
.index-features-list .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.index-features-list .box {
  opacity: 0;
  width: 50%;
  float: left;
}
.index-features-list .box .pic img {
  display: block;
}
.index-features-list .box .content {
  width: calc( 100% - 175px);
  float: left;
}
.index-features-list .box .content .title {
  color: #36bd85;
  font-size: 26px;
  margin-bottom: 20px;
}
.index-features-list .box .content .title b {
  font-weight: bold;
}
.index-features-list .box .content .txt {
  font-size: 15px;
  line-height: 24px;
}
.index-features-list .box .content .txt span {
  color: #36bd85;
  font-size: 14px;
}
.index-features-list .box:nth-of-type(even) {
  padding-left: 50px;
}
.index-features-list .box:nth-of-type(even) .pic {
  float: left;
  padding-right: 30px;
}
.index-features-list .box:nth-of-type(odd) {
  padding-right: 50px;
  text-align: right;
}
.index-features-list .box:nth-of-type(odd) .pic {
  float: right;
  padding-left: 30px;
}
.index-features-list .Separate_lines {
  background: url(../images/index_features_Separate_lines.png) no-repeat center;
  display: block;
  border: none;
  height: 21px;
  width: 100%;
  margin: 40px 0;
}
.index-features-list:after {
  content: "";
  display: block;
  clear: both;
}

/* index-features */
.index-blog-area{
  background: url(../images/index_blog_bg.jpg) repeat;
}
.index-blog-area .index-blog-area-inner{
  background: url(../images/index_blog_bg2.jpg) no-repeat right bottom;
  /* background-size: cover; */
  padding: 60px 0;
}
.index-blog-area .container{}
.index-blog-area .container .blog-list{}
.index-blog-area .container .blog-list .box{}


/* Page */
.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 20px;
  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: .3s;
}
.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 =====*/
.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;
  margin-left: -4px;
}
.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: 0px 0px 0px 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: .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: .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: none;
  min-width: 100px;
}
.work_pagination .page_btn {
  border: none;
  background: transparent;
  cursor: pointer;
  padding-left: 25px;
  padding-right: 25px;
}

.blog_pagination {
  display: block;
}

/*===== works-detail =====*/
.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: bold;
  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 .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: .3s;
}
.works-detail-infoblock .work-detail-btn .link a {
  color: #fff;
  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 =====*/
.blog-list {
  margin: 0 -20px 50px;
}
.blog-list .box {
  width: 33%;
  padding: 0 20px 50px 20px;
  float: left;
}
.blog-list .box .box-pic a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.blog-list .box .box-pic img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-list .box .box-pic:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0px 0px 0px 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: .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: .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: white;
  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: .3s;
}
.blog-list .box .author .pic:hover img {
  opacity: .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;
}

/*===== blog-detail =====*/
.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: none;
  background: none;
  border-bottom: 4px solid #444;
  width: 250px;
  height: 35px;
  padding: 0 40px 0 10px;
  font-size: 15px;
}
.search button {
  border: none;
  background: none;
  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-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: bold;
  font-size: 15px;
}
.blog-detail-atricle-area .blog-detail-infoblock .sort-box .tag {
  font-weight: bold;
  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: .3s;
}
.blog-detail-atricle-area .atricle-author-info .pic:hover {
  opacity: .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 #eeeeee;
}
.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 #eeeeee;
  margin: 10px 0;
}
.blog-detail-atricle-area .atricle-author-info .info3 a {
  color: #bbb;
  margin-left: 15px;
  font-size: 16px;
  transition: .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;
}
.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: 0px 0px 0px 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: .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: .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: .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: .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 =====*/
.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 #eeeeee;
}
.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 #eeeeee;
  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: .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 =====*/
.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: 33%;
  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 {
  /* float: right; */
  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 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 #cccccc;
  border-radius: 3px;
  width: 100%;
  vertical-align: middle;
  display: block;
  padding: 10px;
  font-size: 15px;
  transition: .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: none;
}
.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: none;
  background: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  display: inline-block;
  transition: .3s;
}
.contact-form form input.line_bottom:focus {
  border: none;
  border-bottom: 1px solid #6fdaae;
  outline: none;
}
.contact-form form .box {
  margin-bottom: 20px;
}
.contact-form form .box-title {
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  line-height: 30px;
  height: 40px;
  width: 100px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
}
.contact-form form .box-title .must {
  color: #ff0000;
  margin-left: 5px;
  font-weight: normal;
}
.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 .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: none;
  background: none;
  color: #fff;
  margin-left: 10px;
  padding: 15px 30px;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Open Sans", "Microsoft JhengHei", sans-serif;
  transition: .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: bold;
}
.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 =====*/
.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: bold;
  margin: 15px 0;
}
.service_area .service_item .title span {
  font-weight: normal;
  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 =====*/
.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: bold;
}
.service_detail .main_content .main_title p {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
}
.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 15px;
  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: 0px 0px 0px 300px rgba(73, 169, 132, 0.9) inset;
  z-index: 1;
  opacity: 0;
  transition: .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: .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: bold;
  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: bold;
}
.service_detail .func_area .func_item .content span {
  font-weight: normal;
  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: none;
}
.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;
}

/*===== Q&A =====*/
.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;
}

/*===== Q&A detail =====*/
.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;
}

.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: bold;
  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: bold;
  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 =====*/
.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: bold;
  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 =====*/
.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: bold;
}
.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 .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: bold;
  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: bold;
  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 h2 {
  font-size: 40px;
}
.about_page .info_area h2 span {
  font-size: 42px;
  font-weight: bold;
  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: bold;
  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 .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 .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 .content {
  padding-top: 70px;
  margin-top: -25px;
  max-width: 500px;
  width: 100%;
  text-align: right;
}
.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: bold;
}
.about_page .history_area .des_content {
  padding-bottom: 35px;
}
.about_page .history_area .events-content ol li {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.about_page .history_area .events-content ol li .img_box {
  width: 400px;
  border: solid 10px #444;
}
.about_page .history_area .events-content ol li .img_box > div {
  width: 100%;
  height: 0;
  padding-bottom: 60.53%;
  margin: 0;
}
.about_page .history_area .events-content ol li .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 ol li .content {
  max-width: calc(100% - 400px - 40px);
  width: 100%;
  text-align: left;
  margin-left: 40px;
}
.about_page .history_area .events-content ol li .content h3 {
  font-size: 30px;
  color: #49a984;
}
.about_page .history_area .events-content ol li .content .date {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #444;
}

/*=====  custom detail =====*/
.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: bold;
  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: bold;
}
.custom_detail .sysfeature .sysfeature_list .item .des {
  font-size: 15px;
  line-height: 22px;
  margin-top: 20px;
}

/*=====  404 =====*/
.box_404 {
  margin-top: 100px;
  margin-bottom: 100px;
  background: url(../images/404_bg.png) no-repeat;
  background-position: center center;
}
.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 =====*/
.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;
}

/*=====  page banner =====*/
.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;
}

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

  /*=====  custom detail =====*/
  .custom_detail .feature_top .top_content .bg_img .mask {
    left: -15%;
  }
}
@media (max-width: 1440px) {
  /*=====  custom detail =====*/
  .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 =====*/
  .service_area {
    margin-left: 0;
    margin-right: 0;
  }

  /*===== about =====*/
  .about_page .info_area .doit_area {
    left: 50%;
  }

  /*=====  custom detail =====*/
  .custom_detail .type_list .icon_list .item {
    max-width: calc(100% / 6);
  }
}
@media (max-width: 1280px) {
  /*=== common  ===*/
  footer .region-area {
    margin-left: 20px;
  }

  .container {
    padding: 0 20px;
  }

  /*=== index  ===*/
  .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;
  }

  /*=== page  ===*/
  /* contact*/
  .contact-form .container {
    padding: 50px 20px;
  }

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

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

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

  /*===== service =====*/
  .service_banner, .qa_banner, .process_banner {
    padding-bottom: 22%;
  }

  /*===== service detail =====*/
  .service_detail .work_area .work_item {
    width: calc( 100% / 5);
  }
  .service_detail .main_type_link {
    padding-left: 50px;
    padding-right: 50px;
  }

  /*===== about =====*/
  .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: bold;
    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 =====*/
  .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 .sitemap_content > ul {
    justify-content: left;
  }
  .sitemap .sitemap_content > ul > li {
    min-width: calc(100% / 4);
  }
}
@media (max-width: 1200px) {
  /*=====  custom detail =====*/
  .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;
  }
}
@media (max-width: 1024px) {
  /*=== index  ===*/
  .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;
  }

  /*=== common  ===*/
  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: white;
  }

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

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

  /* blog-detail */
  .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 =====*/
  .service_area {
    margin-left: -20px;
    margin-right: -20px;
  }
  .service_area .service_item {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*===== Q&A =====*/
  .qa_area ul li a {
    font-size: 14px;
  }

  /*===== Q&A detail =====*/
  .qa_detail .qa_article {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .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 =====*/
  .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 ol li {
    max-width: 768px;
  }
  .about_page .history_area .events-content ol li .img_box {
    max-width: 300px;
    border: solid 5px #444;
  }
  .about_page .history_area .events-content ol li .content {
    max-width: calc(100% - 300px - 40px);
  }
  .about_page .history_area .events-content ol li .content h3 {
    font-size: 26px;
    line-height: 30px;
  }

  /*=====  custom detail =====*/
  .custom_detail .detaildes .container .unreset > .flow_area .pc_img {
    display: none;
  }
  .custom_detail .detaildes .container .unreset > .flow_area .mb_img {
    display: block;
  }
}
@media (max-width: 960px) {
  /*=== common ===*/
  header .desktop {
    display: none;
  }
  header .phone {
    display: block;
  }

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

  /*=== index  ===*/
  .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 ===*/
  .page-content {
    padding-top: 40px;
  }

  /* contact */
  .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*/
  .blog-list .box {
    width: 50%;
  }

  /* blog-detail */
  .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;
  }

  /* work */
  .works-list .box {
    width: 25%;
  }

  /* works-detail */
  .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: none;
  }
  .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: 0px;
  }

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

  .search2 {
    margin-bottom: 20px;
  }

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

  /*===== service =====*/
  .service_area .service_item {
    width: 33.33%;
  }

  /*===== process =====*/
  .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 =====*/
  .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 .sitemap_content > ul > li {
    min-width: calc(100% / 3);
  }
}
@media (max-width: 800px) {
  /*===== Q&A =====*/
  .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 45px;
  }
}
@media (max-width: 768px) {
  /*=== page ===*/
  /* contact */
  .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 */
  .blog-detail-atricle-area .atricle-author-info {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
  }
  .blog-detail-atricle-area .atricle-author-info .info1 {
    border: none;
  }
  .blog-detail-atricle-area .atricle-author-info .info2 {
    width: 100%;
    padding: 10px 0;
  }
  .blog-detail-atricle-area .atricle-author-info .info3 {
    border: none;
    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;
  }

  /* otherlink */
  .blog-otherlink-page .link-page {
    display: none;
  }

  .works-otherlink-page .link-page {
    display: none;
  }

  /* blog-author */
  .blog-author-info1 .info1 {
    border: none;
    margin-bottom: 60px;
  }
  .blog-author-info1 .info2 {
    width: 100%;
    display: block;
  }
  .blog-author-info1 .info3 {
    position: absolute;
    left: 10px;
    top: 75px;
    border: none;
  }

  /* work */
  .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 =====*/
  .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;
  }

  /*===== Q&A detail =====*/
  .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 =====*/
  .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 ol li {
    flex-direction: column-reverse;
    max-width: 540px;
  }
  .about_page .history_area .events-content ol li .img_box, .about_page .history_area .events-content ol li .content {
    max-width: 100%;
  }
  .about_page .history_area .events-content ol li .img_box {
    margin-top: 15px;
  }
  .about_page .history_area .events-content ol li .content {
    margin-left: 0;
  }
  .about_page .history_area .events-content ol li .content .date {
    padding: 5px 0;
  }

  /*=====  custom detail =====*/
  .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;
  }

  /*=====  404 =====*/
  .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;
  }
}
@media (max-width: 640px) {
  /*=== common ===*/
  footer .sitpmap-area {
    display: none;
  }

  /* work */
  .works-list .box, .works-list .pic-box {
    width: 50%;
  }

  /*===== service =====*/
  .service_area .service_item {
    width: 50%;
  }

  /*===== service detail =====*/
  .service_detail .work_area .work_item {
    width: calc( 100% / 2);
  }

  /*===== Q&A detail =====*/
  .qa_article_title {
    padding: 20px;
  }

  .qa_detail .qa_article {
    padding: 0 20px;
  }

  /*===== process =====*/
  .process_area .process_box:after {
    width: 90%;
    left: 5%;
  }

  /*=====  custom detail =====*/
  .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 */
  .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 .sitemap_content > ul > li {
    min-width: calc(100% / 2);
  }

  .contact-form form select.shortcon {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  /*=== index  ===*/
  .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;
  }
  .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;
  }

  /*=== common ===*/
  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;
  }

  /*=== page ===*/
  /* contact */
  .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*/
  .blog-list .box {
    width: 100%;
  }

  .relative-page {
    padding: 30px 20px;
  }
  .relative-page .box {
    padding: 0;
  }
  .relative-page .box:before {
    display: none;
  }

  /* work */
  .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: 0px;
  }

  .blog-list .box .txt {
    margin-bottom: 10px;
  }

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

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

  /*===== service =====*/
  .service_banner, .qa_banner, .process_banner {
    padding-bottom: 41.67%;
  }

  /*===== service detail =====*/
  .service_detail .main_content .main_title p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
  }
  .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;
  }

  /*===== Q&A =====*/
  .qa_area ul li {
    padding: 10px 20px;
  }

  /*===== process =====*/
  .process_area .process_box:after {
    width: 100%;
    left: 0;
  }

  /*===== about =====*/
  .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 ol li .content h3 {
    font-size: 22px;
    line-height: 26px;
  }

  /*=====  custom detail =====*/
  .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 =====*/
  .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;
  }
  /*20180524 Winnie mod*/
  .qa_detail .qa_article .atricle-block {
    padding: 50px 0px;
  }
}
@media (max-width: 375px) {
  /*=== page ===*/
  /* contact */
  .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: normal;
  }

  .index-service-list .box .content .title {
    font-weight: bold;
  }

  .index-service-list .box .content .link-list li a {
    font-weight: normal;
  }

  .search.search2 {
    margin-bottom: 40px;
  }

  /*===== service =====*/
  .service_area {
    display: block;
  }
  .service_area .service_item {
    width: 100%;
    float: none;
  }

  /*===== service detail =====*/
  .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;
  }
  /*20180524 Winnie mod*/
  .qa_detail .qa_article {
      padding: 0 0px;
  }
}
@media (max-width: 320px) {
  /*=== common ===*/
  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;
  }
}
