@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/bootstrap-reboot.min.css");
@import url("scss/plugins/bootstrap-select.css");
@import url("scss/plugins/animate.css");
@import url("scss/plugins/aos.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/slick.css");
@import url("scss/plugins/slick-theme.css");
@import url("scss/plugins/colorbox.css");
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("./fonts/lightcase.eot");
  src: url("./fonts/lightcase.eot#iefix") format("embedded-opentype"), url("./fonts/lightcase.woff") format("woff"), url("./fonts/lightcase.ttf") format("truetype"), url("./fonts/lightcase.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}

.lightcase-icon-pause:before {
  content: '\e801';
}

.lightcase-icon-close:before {
  content: '\e802';
}

.lightcase-icon-prev:before {
  content: '\e803';
}

.lightcase-icon-next:before {
  content: '\e804';
}

.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 481px) {
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 481px) {
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #fff;
  }
}

html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 480px) {
  #lightcase-content .lightcase-contentInner {
    max-height: 65vh;
  }
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 480px) and (min-width: 481px) {
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

@media screen and (max-width: 480px) {
  #lightcase-content .lightcase-contentInner img {
    display: block;
    max-height: 100% !important;
    margin: 0 auto;
  }
}

html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 480px) {
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 481px) {
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #fff;
  }
}

@media screen and (min-width: 481px) {
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 480px) {
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 481px) {
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}

#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #fff;
}

#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 481px) {
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 480px) {
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 481px) {
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  a[class*='lightcase-icon-']:hover,
  #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 480px) {
  #lightcase-overlay {
    opacity: 0.95 !important;
  }
}

.blue {
  color: #098FD0;
}

.blue-bg {
  background-color: #098FD0;
}

.lightblue {
  color: #DBF2FD;
}

.lightblue-bg {
  background-color: #DBF2FD;
}

.lightingblue-bg {
  background-color: #E7E9EE;
}

.darkgray {
  color: #423C3C;
}

.gray {
  color: #333;
}

.lightgray {
  color: #757575;
}

.lightinggray-bg {
  background-color: #F2F2F2;
}

.orange {
  color: #FFB20F;
}

.fw_bold {
  font-weight: 400;
}

.fw_500 {
  font-weight: 400;
}

.fw_300 {
  font-weight: 300;
}

.manrope {
  font-family: 'Manrope','Noto Sans JP', sans-serif;
}

.poppins {
  font-family: 'Poppins','Noto Sans JP', sans-serif;
}

.lh-175 {
  line-height: 1.75;
}

.fs_36 {
  font-size: 36px;
}

.fs_28 {
  font-size: 24px;
}

.fs_26 {
  font-size: 24px;
}

.fs_24 {
  font-size: 22px;
}

.fs_20 {
  font-size: 20px;
}

.fs_18 {
  font-size: 18px;
}

.fs_16 {
  font-size: 16px;
}

.fs_15 {
  font-size: 15px;
}

.fs_14 {
  font-size: 14px;
}

.fs_13 {
  font-size: 13px;
}

.fs_12 {
  font-size: 12px;
}

@media (max-width: 576px) {
  .fs_36 {
    font-size: 26px;
  }
  .fs_28 {
    font-size: 20px;
  }
  .fs_24 {
    font-size: 18px;
  }
  .fs_20 {
    font-size: 16px;
  }
  .fs_18 {
    font-size: 15px;
  }
  .fs_16 {
    font-size: 15px;
  }
}

* {
  outline: 0;
}

ul, li, ul li {
  padding: 0;
  margin: 0;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #000;
}

a:hover {
  text-decoration: none;
}

a img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p, label {
  margin-bottom: 0;
}

ul.noneStyle {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.noneList {
  padding: 0;
  list-style: none;
}

ul.noneStyle > li {
  list-style: none;
}

select {
  outline: none;
}

img {
  max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button, input, textarea {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield !important;
  -webkit-appearance: none;
}

input:disabled {
  background: none;
}

::-webkit-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

::-ms-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

::placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

:-webkit-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

:-moz-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

:-o-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

:-ms-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

:-ms-input-placeholder {
  color: #b2b2b2 !important;
  font-weight: 300;
}

table {
  border-spacing: 0;
}

button:active, button:focus, button:visited, .btn:active, .btn:focus, .btn:visited {
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: none;
}

.btn-group:active, .btn-group:focus, .btn:active, .btn:focus, .btn:visited, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.open > .dropdown-menu {
  display: block;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  outline: none;
}

.slick-dots {
  bottom: 0;
}

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

/* ==========================================================================
pages 共用樣式
==========================================================================*/
main {
  width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.hidden {
  display: none !important;
}

.wp {
  width: 100%;
  margin: 0;
  padding: 0;
}

.w1300 {
  max-width: 1330px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.w1280 {
  max-width: 1280px !important;
  margin-right: auto;
  margin-left: auto;
}

.w1100 {
  max-width: 1130px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.w915 {
  max-width: 945px !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.jqimgFill {
  width: 100%;
  height: 100%;
}

.dash:after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #0990D0;
  margin-top: 30px;
}

@media (max-width: 576px) {
  .dash:after {
    margin-top: 20px;
  }
}

.scriptbox .tit {
  letter-spacing: 0.05em;
  line-height: 1.43;
  color: #454344;
}

.scriptbox .text {
  line-height: 2;
  padding-top: 30px;
  color: #323232;
}

@media (max-width: 576px) {
  .scriptbox .text {
    padding-top: 20px;
    line-height: 1.87;
  }
}

.scriptbox.middle .tit {
  text-align: center;
}

.scriptbox.middle .tit.dash:after {
  margin-left: auto;
  margin-right: auto;
}

.pagetextbox .tit {
  letter-spacing: 0.05em;
  line-height: 1.43;
  color: #454344;
}

.pagetextbox .tit.dash:after {
  margin-top: 20px;
  width: 100px;
}

.pagetextbox .text {
  line-height: 2;
  padding-top: 20px;
  color: #323232;
}

@media (max-width: 576px) {
  .pagetextbox .text {
    padding-top: 20px;
    line-height: 1.87;
  }
}

.readmore a {
  width: 180px;
  height: 45px;
  line-height: 43px;
  background: #fff;
  border: 1px solid #003281;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 0 #E6EBF3;
          box-shadow: 4px 4px 0 #E6EBF3;
  color: #00327B;
  padding: 0 20px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.readmore a .icon {
  position: relative;
  top: -2px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.readmore a .icon svg path, .readmore a .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.readmore a:hover {
  background: #00327B;
  color: #fff;
}

.readmore a:hover .icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.readmore a:hover .icon path, .readmore a:hover .icon rect {
  fill: #fff !important;
}

@media (max-width: 576px) {
  .readmore a {
    width: 150px;
    height: 37px;
    line-height: 35px;
    padding: 0 18px;
  }
  .readmore a .fs_16 {
    font-size: 13px;
  }
  .readmore a .icon {
    top: -1px;
  }
  .readmore a:hover .icon {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

.elelink a {
  width: 100%;
  background: #fff;
  border: 1px solid #003281;
  border-radius: 5px;
  position: relative;
  height: 100%;
  -webkit-box-shadow: 4px 4px 0 #E6EBF3;
          box-shadow: 4px 4px 0 #E6EBF3;
  color: #00327B;
  padding: 9.5px 25px 9.5px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.elelink a .icon {
  position: absolute;
  top: calc(50% + 1px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.elelink a .icon svg {
  display: block;
}

.elelink a .icon svg path, .elelink a .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.elelink a:hover {
  background: #00327B;
  color: #fff;
}

.elelink a:hover .icon {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.elelink a:hover .icon path, .elelink a:hover .icon rect {
  fill: #fff !important;
}

@media (max-width: 576px) {
  .elelink a {
    padding: 9px 18px;
  }
  .elelink a .icon {
    top: 50%;
  }
}

.downarrow {
  text-align: center;
  padding-top: 70px;
}

@media (max-width: 768px) {
  .downarrow {
    padding-top: 45px;
  }
}

@media (max-width: 576px) {
  .downarrow {
    padding-top: 15px;
  }
  .downarrow img {
    max-width: 23px;
    height: auto;
  }
}

/*page banner*/
.page-banner {
  position: relative;
  margin-top: 90px;
  height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

.page-banner.scroll {
  margin-top: 80px;
}

.page-banner .bg-img {
  position: absolute;
  top: 0;
  left: 0;
}

.page-banner .bn-textbox {
  position: relative;
  padding: 120px 15px 0 15px;
}

.page-banner .bn-textbox .bn-tit, .page-banner .bn-textbox .en {
  color: #fff;
  text-align: center;
}

.page-banner .bn-textbox .bn-tit {
  letter-spacing: 0.1em;
}

.page-banner .bn-textbox .en {
  padding-top: 12px;
  letter-spacing: normal;
}

@media (max-width: 992px) {
  .page-banner {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .page-banner {
    margin-top: 60px;
    height: 75vw;
  }
  .page-banner.scroll {
    margin-top: 50px;
  }
}

.page-inner {
  position: relative;
}

.page-inner .guideline {
  content: '';
  width: 1px;
  height: 0;
  background: #d0d0d0;
  position: absolute;
  top: -73px;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.page-inner .guideline.active {
  height: 110px;
}

@media (max-width: 992px) {
  .page-inner:before {
    height: 40px;
  }
}

@media (max-width: 576px) {
  .page-inner:before {
    height: 20px;
  }
  .page-inner .guideline {
    top: -30px;
  }
  .page-inner .guideline.active {
    height: 50px;
  }
}

/*breadnav*/
.breadnav {
  padding-top: 45px;
}

.breadnav .navbox {
  padding-left: 45px;
}

.breadnav .navbox a {
  width: auto;
  color: #000;
}

.breadnav .navbox a:hover {
  color: #098FD0;
}

.breadnav .navbox .separate {
  color: #000;
  padding: 0 8px;
  position: relative;
  top: -1px;
}

.breadnav .navbox span {
  color: #0990D0;
}

@media (max-width: 576px) {
  .breadnav {
    padding-top: 30px;
  }
  .breadnav .navbox {
    text-align: center;
    padding-left: 15px;
  }
}

.page-textbox {
  padding: 110px 0 90px 0;
}

.page-textbox .tag {
  letter-spacing: 0.05em;
  line-height: 1.43;
  text-align: center;
}

.page-textbox .text {
  line-height: 2;
  text-align: center;
  color: #333333;
  padding-top: 52px;
}

@media (max-width: 992px) {
  .page-textbox {
    padding: 80px 0 60px 0;
  }
  .page-textbox .text {
    padding-top: 35px;
  }
}

@media (max-width: 576px) {
  .page-textbox {
    padding: 40px 0 35px 0;
  }
  .page-textbox .text {
    padding-top: 25px;
    line-height: 1.7;
  }
}

.upstraight {
  position: relative;
}

.upstraight .line {
  content: '';
  display: block;
  width: 1px;
  height: 0px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -40px;
  -webkit-transition: height 0.6s ease-in-out;
  transition: height 0.6s ease-in-out;
  text-indent: -9999em;
}

.upstraight .line.active {
  height: 80px;
}

@media (max-width: 576px) {
  .upstraight .line {
    top: -30px;
  }
  .upstraight .line.active {
    height: 60px;
  }
}

.page-bt-linkbox {
  position: relative;
  padding: 130px 0;
}

.page-bt-linkbox .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.page-bt-linkbox .bg-img.hover {
  opacity: 0.7;
}

.page-bt-linkbox .zoom a {
  max-width: 350px;
  margin-left: 50%;
  display: block;
  color: #fff;
}

.page-bt-linkbox .zoom a span {
  display: block;
}

.page-bt-linkbox .zoom a .link-data .tit {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.page-bt-linkbox .zoom a .link-data .subtit {
  margin-top: 15px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.page-bt-linkbox .zoom a .link-data .text {
  margin-top: 15px;
  line-height: 2;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.page-bt-linkbox .zoom a:hover .tit, .page-bt-linkbox .zoom a:hover .subtit, .page-bt-linkbox .zoom a:hover .text {
  color: #423C3C !important;
}

@media (max-width: 768px) {
  .page-bt-linkbox {
    padding: 90px 0;
  }
}

@media (max-width: 576px) {
  .page-bt-linkbox {
    padding: 0;
  }
  .page-bt-linkbox .bg-img {
    position: relative;
    width: 100%;
    background-position: left 25% center !important;
    height: 250px;
  }
  .page-bt-linkbox .zoom {
    background: #f0f0f0;
  }
  .page-bt-linkbox .zoom a {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 25px;
  }
  .page-bt-linkbox .zoom a .link-data .tit {
    color: #413D3C !important;
  }
  .page-bt-linkbox .zoom a .link-data .subtit, .page-bt-linkbox .zoom a .link-data .text {
    margin-top: 10px;
  }
  .page-bt-linkbox .zoom a .link-data .subtit {
    color: #0990D0 !important;
  }
  .page-bt-linkbox .zoom a .link-data .text {
    line-height: 1.7;
    font-size: 14px;
    color: #333333 !important;
  }
}

.wp[data-tag="research"] .page-bt-linkbox .bg-img {
  background-position: left 35% center !important;
}

@media (max-width: 576px) {
  .wp[data-tag="research"] .page-bt-linkbox .bg-img {
    background-position: left 5% center !important;
  }
}

.editor p {
  line-height: 2;
  color: #333333;
}

/*bootstrap select*/
.open > .dropdown-menu {
  display: block;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
  outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.btn-group > .btn {
  background: #F2F2F2;
  color: #000;
  border: 1px solid #F2F2F2;
  outline: none !important;
  padding: 0 20px;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
}

.dropdown-toggle::after {
  color: #000;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  vertical-align: 1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 4px 0 0 0;
  right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-group.open > .dropdown-toggle::after {
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #000 transparent;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  display: block;
  padding: 6px;
  color: #000;
}

.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background: #0990D0;
  color: #fff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #cdcdcd;
}

.btn-group.alerterror > .btn {
  border: 1px solid #f55;
}

.btn-group > .btn:focus, .btn-group.alerterror > .btn:focus {
  border: 1px solid #0990D0;
  background: #f7fcff;
}

@media (max-width: 576px) {
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 15px;
  }
  .btn-group > .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .dropdown-toggle::after {
    margin-top: 2px;
  }
}

.check-btn {
  padding: 13px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: left;
}

.check-btn input[type=radio] {
  display: none;
}

.check-btn input[type=radio] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check-btn input[type=radio] + label .icon-ok {
  background: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #8a8a8a;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  padding: 4px 0 0 4px;
  border-radius: 50%;
}

.check-btn input[type=radio] + label .icon-ok:before {
  content: '';
  display: none;
}

.check-btn input[type=radio] + label .word {
  display: inline-block;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.check-btn input[type=radio]:checked + label .icon-ok:before {
  display: block;
  background: #0990D0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.check-btn input[type=checkbox] {
  display: none;
}

.check-btn input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.check-btn input[type=checkbox] + label .icon-ok {
  background: #fff;
  display: inline-block;
  position: relative;
  border: 1px solid #8a8a8a;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  padding: 4px 0 0 3px;
  margin-top: 1px;
}

.check-btn input[type=checkbox] + label .icon-ok img {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.check-btn input[type=checkbox] + label .word {
  display: inline-block;
  padding-left: 10px;
  color: rgba(0, 0, 0, 0.7);
}

.check-btn input[type=checkbox]:checked + label .icon-ok img {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 576px) {
  .check-btn {
    padding: 8px 0;
  }
}

.input-style {
  width: 100%;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  background: #F2F2F2;
  border-radius: 5px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}

.input-style.alerterror {
  border: 1px solid #f55;
}

@media (max-width: 576px) {
  .input-style {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
}

.input-style:focus {
  border: 1px solid #0990D0;
  background: #f7fcff;
}

textarea.input-style {
  height: 110px;
}

.input-text {
  float: left;
  width: 180px;
  border: none;
  border-bottom: 1px solid #ADADAD;
}

@media (max-width: 475px) {
  .input-text {
    width: 100%;
  }
}

.ul-style {
  margin: 0 0 0 20px;
  padding: 0;
}

.ul-style li {
  line-height: 2;
}

.ul-style li p {
  margin-left: -5px;
}

a[class*='lightcase-icon-'] > span {
  text-indent: 0;
}

a[class*='lightcase-icon-'].lightcase-icon-close {
  width: 100px;
  /*bottom:calc(50% - 322px);*/
  bottom: 15%;
  top: auto;
  right: 0;
  left: 0;
  margin: auto;
}

a[class*='lightcase-icon-'].lightcase-icon-close:before {
  content: '';
  background: url(images/common/icon-x.svg);
  width: 17px;
  height: 17px;
}

a[class*='lightcase-icon-'].lightcase-icon-close span {
  font-size: 20px;
  padding-left: 10px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

@media (max-height: 768px) {
  a[class*='lightcase-icon-'].lightcase-icon-close {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #cboxTitle {
    top: -41px;
  }
  #cboxLoadedContent {
    margin: 90px 20px 50px 20px;
  }
}

@-webkit-keyframes line-draw {
  0% {
    height: 0;
  }
  100% {
    height: 174px;
  }
}

@keyframes line-draw {
  0% {
    height: 0;
  }
  100% {
    height: 174px;
  }
}

body {
  width: 100% !important;
  padding: 0;
  margin: 0;
  min-width: 300px;
  /*-webkit-overflow-scrolling: touch;*/
  font-family: 'Noto Sans JP','微軟正黑',"Microsoft JhengHei","Arial",sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.body-fixed {
  overflow: hidden;
}

/* ==========================================================================
    header
 ==========================================================================*/
#header {
  width: 100% !important;
  clear: both !important;
  background: #fff;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  border-bottom: 1px solid #fff;
  /* mobile */
}

#header .headerbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .headerbox .logo {
  padding: 22px 0 0 40px;
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
}

#header .headerbox .logo img {
  width: 140px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}

#header .headerbox nav {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 41px;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}

#header .headerbox nav .menu {
  padding: 3px 48px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .headerbox nav .menu li {
  padding: 0 22px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#header .headerbox nav .menu li a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 10px;
  color: #4c4c4c;
}

#header .headerbox nav .menu li a.link span {
  display: inline-block;
  line-height: 1;
  font-weight: 400;
}

#header .headerbox nav .menu li a.link .icon {
  padding-right: 10px;
}

#header .headerbox nav .menu li a.link .icon svg {
  display: block;
}

#header .headerbox nav .menu li a.link .icon svg path, #header .headerbox nav .menu li a.link .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

#header .headerbox nav .menu li a.link .arrow {
  display: none;
}

#header .headerbox nav .menu li a.link:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #BFBFBF;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#header .headerbox nav .menu li a.link:hover {
  color: #BFBFBF;
}

#header .headerbox nav .menu li a.link:hover .icon svg path, #header .headerbox nav .menu li a.link:hover .icon svg rect {
  fill: #BFBFBF !important;
}

#header .headerbox nav .menu li a.link:hover:after {
  width: 100%;
}

#header .headerbox nav .menu li a.link.active, #header .headerbox nav .menu li a.link.current {
  color: #BFBFBF;
}

#header .headerbox nav .menu li a.link.active .icon svg path, #header .headerbox nav .menu li a.link.active .icon svg rect, #header .headerbox nav .menu li a.link.current .icon svg path, #header .headerbox nav .menu li a.link.current .icon svg rect {
  fill: #BFBFBF !important;
}

#header .headerbox nav .menu li a.link.active:after, #header .headerbox nav .menu li a.link.current:after {
  width: 100%;
}

#header .headerbox nav .menu li .submenu {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 91, 170, 0.9)), to(rgba(0, 185, 243, 0.9)));
  background-image: linear-gradient(to right, rgba(0, 91, 170, 0.9), rgba(0, 185, 243, 0.9));
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 1000;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  display: none;
  width: 960px;
  padding: 35px 85px 35px 0;
}

#header .headerbox nav .menu li .submenu .content {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

#header .headerbox nav .menu li .submenu .navtag {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  float: left;
  margin-top: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 220px;
}

#header .headerbox nav .menu li .submenu .navtag span {
  display: inline-block;
  line-height: 1.2;
}

#header .headerbox nav .menu li .submenu .navtag .icon {
  margin-right: 10px;
  min-width: 18px;
}

#header .headerbox nav .menu li .submenu .sublist {
  float: left;
  margin-top: 25px;
  max-width: 580px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  padding-left: 30px;
}

#header .headerbox nav .menu li .submenu .sublist li {
  float: left;
  padding: 0 15px 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

#header .headerbox nav .menu li .submenu .sublist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  padding: 8px 25px;
  width: 230px;
}

#header .headerbox nav .menu li .submenu .sublist li a.active {
  color: #454344;
  background: #fff;
}

#header .headerbox nav .menu li .submenu .sublist li a:hover {
  opacity: 0.5;
  color: #454344;
  background: #fff;
}

#header .headerbox nav .menu li.contactbox {
  display: none;
}

#header .headerbox nav .lang {
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1px;
}

#header .headerbox nav .lang .lang-btn {
  color: #423C3C;
  padding: 0 9px;
  display: inline-block;
  position: relative;
  font-weight: 400;
}

#header .headerbox nav .lang .lang-btn:hover {
  color: #747474;
}

#header .headerbox nav .lang .lang-btn.active {
  color: #098FD0;
}

#header .headerbox nav .lang .lang-btn.active:hover {
  color: #098FD0;
}

#header .headerbox nav .lang span {
  position: relative;
  top: 1.2px;
  display: inline-block;
}

#header .headerbox nav .menu-toggle {
  display: none;
}

#header .headerbox .graymask {
  display: none;
}

#header.scroll {
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
}

#header.scroll .headerbox .logo {
  padding: 19px 0 0 40px;
}

#header.scroll .headerbox .logo img {
  width: 125px;
}

#header.scroll .headerbox nav {
  margin-top: 35px;
}

#header.scroll .headerbox nav .menu li a.link:after {
  bottom: -5px;
}

#header.scroll .headerbox nav .menu li .submenu {
  top: 80px;
}

@media (max-width: 1300px) {
  #header .headerbox .logo {
    padding: 22px 0 0 30px;
  }
  #header .headerbox nav .menu {
    padding-right: 10px;
  }
  #header .headerbox nav .menu li .submenu {
    padding: 55px 80px 35px 0;
    width: 890px;
  }
  #header .headerbox nav .lang {
    padding-right: 25px;
  }
}

@media (max-width: 1200px) {
  #header .headerbox nav {
    margin-top: 30px;
  }
  #header .headerbox nav .menu {
    padding-right: 5px;
  }
  #header .headerbox nav .menu li {
    padding: 0 35px 0 0;
  }
  #header .headerbox nav .menu li a.link span {
    max-width: 150px;
  }
  #header.scroll .headerbox nav {
    margin-top: 20px;
  }
}

@media (max-width: 992px) {
  #header .headerbox nav {
    position: relative;
    margin-top: 41px;
  }
  #header .headerbox nav .menu {
    width: 100%;
    max-width: 576px;
    height: calc(100vh - 90px);
    display: block;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    top: 90px;
    right: -100%;
    z-index: 1000;
    -webkit-transition: right 0.5s ease-in-out;
    transition: right 0.5s ease-in-out;
    background: #fff;
    border-top: 1px solid #e0e0e0;
  }
  #header .headerbox nav .menu li {
    width: 100%;
    float: none;
    padding: 0;
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #header .headerbox nav .menu li a.link {
    padding: 28px 25px;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    height: 75px;
  }
  #header .headerbox nav .menu li a.link span {
    max-width: 100%;
  }
  #header .headerbox nav .menu li a.link .arrow {
    position: absolute;
    right: 40px;
    top: calc(50% - 8px);
    display: inline-block;
  }
  #header .headerbox nav .menu li a.link .arrow img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
  #header .headerbox nav .menu li a.link:after {
    display: none;
  }
  #header .headerbox nav .menu li a.link:hover, #header .headerbox nav .menu li a.link.active, #header .headerbox nav .menu li a.link.current {
    color: #4c4c4c;
  }
  #header .headerbox nav .menu li a.link:hover .icon svg path, #header .headerbox nav .menu li a.link:hover .icon svg rect, #header .headerbox nav .menu li a.link.active .icon svg path, #header .headerbox nav .menu li a.link.active .icon svg rect, #header .headerbox nav .menu li a.link.current .icon svg path, #header .headerbox nav .menu li a.link.current .icon svg rect {
    fill: #4c4c4c !important;
  }
  #header .headerbox nav .menu li a.link.active {
    background: #f0f0f0;
  }
  #header .headerbox nav .menu li a.link.active .arrow img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #header .headerbox nav .menu li a.link.current {
    background: #f0f0f0;
  }
  #header .headerbox nav .menu li .submenu {
    position: static;
    width: 100%;
    padding: 0;
    zoom: 1;
    overflow: hidden;
  }
  #header .headerbox nav .menu li .submenu .content {
    float: none;
    width: 100%;
  }
  #header .headerbox nav .menu li .submenu .content .navtag {
    display: none;
  }
  #header .headerbox nav .menu li .submenu .content .sublist {
    max-width: 100%;
    width: 100%;
    padding: 40px 10px 25px 10px;
    margin-top: 0;
  }
  #header .headerbox nav .menu li .submenu .content .sublist li {
    border-bottom: none;
    padding: 0 5px 15px 5px;
    width: 50%;
  }
  #header .headerbox nav .menu li .submenu .content .sublist li a {
    width: 100%;
  }
  #header .headerbox nav .menu li.contactbox {
    display: block;
    border-bottom: none;
    padding: 50px 40px 0 40px;
  }
  #header .headerbox nav .menu li.contactbox .contact-info {
    padding-bottom: 100px;
  }
  #header .headerbox nav .menu li.contactbox .contact-info .info a, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel] {
    display: block;
    color: #808080;
    position: relative;
    padding-left: 27px;
  }
  #header .headerbox nav .menu li.contactbox .contact-info .info a span, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel] span {
    display: inline-block;
  }
  #header .headerbox nav .menu li.contactbox .contact-info .info a .icon, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel] .icon {
    position: absolute;
    top: 3px;
    left: 0;
  }
  #header .headerbox nav .menu li.contactbox .contact-info .info a .icon svg rect, #header .headerbox nav .menu li.contactbox .contact-info .info a .icon svg path, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel] .icon svg rect, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel] .icon svg path {
    -webkit-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
  }
  #header .headerbox nav .menu li.contactbox .contact-info .info a + a, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel] + a {
    margin-top: 15px;
  }
  #header .headerbox nav .menu li.contactbox .contact-info .info a:hover, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel]:hover {
    color: #000;
  }
  #header .headerbox nav .menu li.contactbox .contact-info .info a:hover .icon svg rect, #header .headerbox nav .menu li.contactbox .contact-info .info a:hover .icon svg path, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel]:hover .icon svg rect, #header .headerbox nav .menu li.contactbox .contact-info .info a[href^=tel]:hover .icon svg path {
    fill: #000 !important;
  }
  #header .headerbox nav .menu.active {
    right: 0;
  }
  #header .headerbox nav .menu.active li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #header .headerbox nav .menu.active li:nth-child(1) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #header .headerbox nav .menu.active li:nth-child(2) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  #header .headerbox nav .menu.active li:nth-child(3) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  #header .headerbox nav .menu.active li:nth-child(4) {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  #header .headerbox nav .menu.active li:nth-child(5) {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  #header .headerbox nav .lang {
    padding-right: 10px;
  }
  #header .headerbox nav .menu-toggle {
    width: 20px;
    cursor: pointer;
    display: block;
    margin-right: 30px;
    margin-top: 5px;
  }
  #header .headerbox nav .menu-toggle .wrapper {
    width: 20px;
    height: 16px;
    position: relative;
  }
  #header .headerbox nav .menu-toggle .wrapper div {
    background-color: #1A71B6;
    height: 2px;
    position: absolute;
    right: 0;
    border-radius: 2px;
    -webkit-transition: width 0.3s ease,top .3s,-webkit-transform .3s;
    transition: width 0.3s ease,top .3s,-webkit-transform .3s;
    transition: width 0.3s ease,top .3s,transform .3s;
    transition: width 0.3s ease,top .3s,transform .3s,-webkit-transform .3s;
    width: 20px;
  }
  #header .headerbox nav .menu-toggle .wrapper div.bar1 {
    top: 0px;
  }
  #header .headerbox nav .menu-toggle .wrapper div.bar2 {
    top: 7px;
  }
  #header .headerbox nav .menu-toggle .wrapper div.bar3 {
    top: 14px;
  }
  #header .headerbox nav .menu-toggle.active .wrapper div.bar1 {
    width: 20px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #header .headerbox nav .menu-toggle.active .wrapper div.bar2 {
    opacity: 0;
  }
  #header .headerbox nav .menu-toggle.active .wrapper div.bar3 {
    width: 20px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header .headerbox .graymask {
    width: 100vw;
    height: calc(100vh - 90px);
    display: block;
    top: 90px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  #header .headerbox .graymask.active {
    opacity: 1;
    visibility: visible;
  }
  #header.scroll .headerbox nav {
    margin-top: 35px;
  }
  #header.scroll .headerbox nav .menu {
    height: calc(100vh - 80px);
    top: 80px;
    border-top: none;
  }
  #header.scroll .graymask {
    height: calc(100vh - 80px);
    top: 80px;
  }
}

@media (max-width: 576px) {
  #header {
    height: 60px;
  }
  #header .headerbox .logo {
    padding: 13px 0 0 15px;
  }
  #header .headerbox .logo img {
    width: 94px;
  }
  #header .headerbox nav {
    margin-top: 22px;
  }
  #header .headerbox nav .menu {
    height: calc(100vh - 60px);
    top: 60px;
  }
  #header .headerbox nav .menu-toggle {
    margin-right: 15px;
    margin-top: 1px;
  }
  #header .headerbox .lang {
    margin-top: -4px;
  }
  #header .headerbox .graymask {
    display: none;
  }
  #header.scroll {
    height: 50px;
  }
  #header.scroll .headerbox .logo {
    padding: 10px 0 0 15px;
  }
  #header.scroll .headerbox .logo img {
    width: 88px;
  }
  #header.scroll .headerbox nav {
    margin-top: 18px;
  }
  #header.scroll .headerbox nav .menu {
    height: calc(100vh - 50px);
    top: 50px;
  }
  #header.scroll .graymask {
    display: none;
  }
}

@media (max-width: 480px) {
  #header .headerbox nav .menu li a.link {
    height: auto;
    padding: 20px 25px;
  }
  #header .headerbox nav .menu li a.link span {
    max-width: 180px;
    line-height: 1.4;
  }
  #header .headerbox nav .menu li a.link .icon {
    margin-top: 3px;
  }
  #header .headerbox nav .menu li .submenu .content .sublist li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
    footer
 ==========================================================================*/
footer {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #fff;
}

footer .ft-top {
  padding: 90px 0 80px 0;
  position: relative;
}

footer .ft-top .content {
  width: 100%;
  max-width: 1555px;
  padding: 0 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .ft-top .content .logo {
  width: 240px;
}

footer .ft-top .content .sitemap {
  width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .ft-top .content .sitemap .item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 275px;
}

footer .ft-top .content .sitemap .item .tag {
  color: #098FD0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .ft-top .content .sitemap .item .tag span {
  line-height: 1.2;
  display: inline-block;
}

footer .ft-top .content .sitemap .item .tag .icon {
  padding-right: 5px;
}

footer .ft-top .content .sitemap .item .tag .icon svg rect, footer .ft-top .content .sitemap .item .tag .icon svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

footer .ft-top .content .sitemap .item .tag .word {
  padding-bottom: 1px;
  font-weight: 400;
}

footer .ft-top .content .sitemap .item .tag:hover {
  color: #000;
}

footer .ft-top .content .sitemap .item .tag:hover .icon svg rect, footer .ft-top .content .sitemap .item .tag:hover .icon svg path {
  fill: #000 !important;
}

footer .ft-top .content .sitemap .item .list {
  padding: 25px 0 0 22px;
}

footer .ft-top .content .sitemap .item .list a {
  color: #808080;
  display: block;
  font-weight: 400;
}

footer .ft-top .content .sitemap .item .list a + a {
  margin-top: 10px;
}

footer .ft-top .content .sitemap .item .list a:hover {
  color: #000;
}

footer .ft-top .content .sitemap .item + .item {
  padding-left: 65px;
}

footer .ft-top .content .sitemap .item:nth-last-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 45%;
}

footer .ft-top .content .sitemap .contact-info {
  max-width: 390px;
}

footer .ft-top .content .sitemap .contact-info .info {
  padding-top: 25px;
}

footer .ft-top .content .sitemap .contact-info .info a, footer .ft-top .content .sitemap .contact-info .info a[href^=tel] {
  display: block;
  color: #808080;
  position: relative;
  padding-left: 27px;
}

footer .ft-top .content .sitemap .contact-info .info a span, footer .ft-top .content .sitemap .contact-info .info a[href^=tel] span {
  display: inline-block;
}

footer .ft-top .content .sitemap .contact-info .info a .icon, footer .ft-top .content .sitemap .contact-info .info a[href^=tel] .icon {
  position: absolute;
  top: 3px;
  left: 0;
}

footer .ft-top .content .sitemap .contact-info .info a .icon svg rect, footer .ft-top .content .sitemap .contact-info .info a .icon svg path, footer .ft-top .content .sitemap .contact-info .info a[href^=tel] .icon svg rect, footer .ft-top .content .sitemap .contact-info .info a[href^=tel] .icon svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

footer .ft-top .content .sitemap .contact-info .info a + a, footer .ft-top .content .sitemap .contact-info .info a[href^=tel] + a {
  margin-top: 15px;
}

footer .ft-top .content .sitemap .contact-info .info a:hover, footer .ft-top .content .sitemap .contact-info .info a[href^=tel]:hover {
  color: #000;
}

footer .ft-top .content .sitemap .contact-info .info a:hover .icon svg rect, footer .ft-top .content .sitemap .contact-info .info a:hover .icon svg path, footer .ft-top .content .sitemap .contact-info .info a[href^=tel]:hover .icon svg rect, footer .ft-top .content .sitemap .contact-info .info a[href^=tel]:hover .icon svg path {
  fill: #000 !important;
}

footer .ft-top .goTop {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #CCEFFF;
  position: fixed;
  right: 30px;
  bottom: 75px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  opacity: 0;
}

footer .ft-top .goTop .icon {
  display: block;
  padding-top: 5px;
}

footer .ft-top .goTop .icon svg rect, footer .ft-top .goTop .icon svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

footer .ft-top .goTop:hover {
  background: #098FD0;
}

footer .ft-top .goTop:hover .icon svg rect, footer .ft-top .goTop:hover .icon svg path {
  fill: #fff !important;
}

footer .ft-top .goTop.active {
  opacity: 1;
}

footer .ft-bottom {
  background: #CCEFFF;
  padding: 13px 20px;
  text-align: center;
}

footer .ft-bottom .copyright {
  color: #808080;
  font-size: 14px;
}

footer .ft-bottom .link {
  color: #098FD0;
  padding-left: 15px;
}

footer .ft-bottom .link:hover {
  color: #000;
}

footer .ft-bottom .link-gray {
  color: #808080;
  font-size: 14px;
  margin-left: 15px;
}

footer .ft-bottom .link-gray:hover {
  color: #000;
}

@media (max-width: 1450px) {
  footer .ft-top .content .sitemap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 50px;
  }
  footer .ft-top .content .sitemap .item {
    max-width: 245px;
  }
  footer .ft-top .content .sitemap .item + .item {
    padding-left: 50px;
  }
  footer .ft-top .content .sitemap .item:nth-last-of-type(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 300px;
  }
  footer .ft-top .content .sitemap .contact-info {
    max-width: 320px;
  }
}

@media (max-width: 1350px) {
  footer .ft-top {
    padding: 90px 0 60px 0;
  }
  footer .ft-top .content .logo {
    min-width: 240px;
  }
  footer .ft-top .content .sitemap {
    width: auto;
  }
  footer .ft-top .content .sitemap .item {
    padding-bottom: 25px;
  }
  footer .ft-top .content .sitemap .item .list {
    padding-top: 15px;
  }
  footer .ft-top .content .sitemap .item + .item {
    padding-left: 40px;
  }
  footer .ft-top .content .sitemap .item:nth-last-of-type(1) {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    max-width: 275px;
  }
  footer .ft-top .content .sitemap .contact-info {
    max-width: 100%;
  }
  footer .ft-top .content .sitemap .contact-info .info {
    padding-top: 15px;
  }
}

@media (max-width: 1200px) {
  footer .ft-top .content .sitemap .item {
    width: calc(50% - 60px);
    max-width: calc(50% - 60px);
  }
  footer .ft-top .content .sitemap .item:nth-of-type(1) {
    width: 120px;
  }
  footer .ft-top .content .sitemap .item:nth-last-of-type(1) {
    padding-left: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  footer .ft-top .content .sitemap {
    padding-left: 35px;
  }
  footer .ft-top .content .sitemap .item {
    width: 50% !important;
    max-width: 100% !important;
  }
  footer .ft-top .content .sitemap .item:nth-of-type(odd) {
    padding-right: 15px;
  }
  footer .ft-top .content .sitemap .item:nth-of-type(even) {
    padding-right: 0px;
  }
  footer .ft-top .content .sitemap .item + .item {
    padding-left: 0;
  }
}

@media (max-width: 900px) {
  footer .ft-bottom .link {
    display: inline-block;
  }
  footer .ft-bottom .link-gray {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  footer .ft-top {
    padding: 55px 0;
  }
  footer .ft-top .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .ft-top .content .sitemap {
    padding-left: 0;
  }
  footer .ft-top .content .sitemap .item {
    width: 100% !important;
    padding-bottom: 0;
  }
  footer .ft-top .content .sitemap .item .tag, footer .ft-top .content .sitemap .item .list {
    display: none;
  }
  footer .ft-top .goTop {
    width: 40px;
    height: 40px;
    bottom: 15px;
    right: 5px;
  }
  footer .ft-top .goTop .icon svg {
    width: 7px;
  }
  footer .ft-bottom {
    padding: 30px 20px 20px 20px;
  }
  footer .ft-bottom .copyright {
    display: block;
  }
  footer .ft-bottom .link {
    padding-top: 8px;
  }
}

@media (max-width: 576px) {
  footer .ft-top .content .logo {
    width: 100%;
  }
  footer .ft-top .content .logo img {
    max-width: 230px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  footer .ft-bottom .copyright {
    font-size: 15px;
  }
  footer .ft-bottom .link {
    display: block;
    padding-left: 0;
  }
  footer .ft-bottom .link-gray {
    display: block;
    padding-top: 8px;
    margin-left: 0px;
  }
}

/* ==========================================================================
    Animation
 ==========================================================================*/
.home-banner {
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
  margin-top: 90px;
  height: calc(100vh - 120px);
  /*高度小於 500時*/
  /*高度小於 400時*/
}

.home-banner .banner {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  height: calc(100vh - 120px);
}

.home-banner .banner .slider .item {
  position: relative;
  height: calc(100vh - 120px);
}

.home-banner .banner .slider .item .text-box {
  position: absolute;
  max-width: 1520px;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-top: 11px;
}

.home-banner .banner .slider .item .text-box .word {
  line-height: 1.75;
  letter-spacing: 0.2em;
  max-width: 680px;
  font-weight: 300;
  -webkit-animation: fadeOutDown 0.8s both;
          animation: fadeOutDown 0.8s both;
}

.home-banner .banner .slider .item .text-box .white {
  color: #fff;
}

.home-banner .banner .slider .item .text-box.darkbg {
  margin-top: 25px;
}

.home-banner .banner .slider .item .text-box.darkbg .word {
  line-height: 1.75;
  letter-spacing: 0.2em;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 45px 25px 50px;
  max-width: 565px;
}

.home-banner .banner .slider .item .text-box.darkbg .word span + span {
  text-align: right;
  padding-top: 5px;
}

.home-banner .banner .slider .slick-active .text-box .word {
  -webkit-animation: fadeInDown 0.8s both 0.5s;
          animation: fadeInDown 0.8s both 0.5s;
}

.home-banner .banner .slider .slick-arrow {
  background: rgba(0, 0, 0, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.home-banner .banner .slider .slick-arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.home-banner .banner .slider .slick-prev {
  left: 80px;
}

.home-banner .banner .slider .slick-next {
  right: 80px;
}

.home-banner .banner .slider .slick-dots {
  bottom: 40px;
  text-align: right;
  right: 75px;
}

.home-banner .banner .slider .slick-dots li {
  width: 30px;
  height: 10px;
  margin: 0;
}

.home-banner .banner .slider .slick-dots li button {
  background: none;
  width: 30px;
  height: 10px;
  padding: 0 10px;
}

.home-banner .banner .slider .slick-dots li button:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.home-banner .banner .slider .slick-dots li.slick-active button:before {
  background: #fff;
}

.home-banner.scroll {
  margin-top: 80px;
}

.home-banner.scroll .banner {
  top: 80px;
}

@media (max-width: 1870px) {
  .home-banner .banner .slider .slick-prev {
    left: 40px;
  }
  .home-banner .banner .slider .slick-next {
    right: 40px;
  }
}

@media (max-width: 1770px) {
  .home-banner .banner .slider .slick-prev {
    left: 20px;
  }
  .home-banner .banner .slider .slick-next {
    right: 20px;
  }
}

@media (max-width: 1720px) {
  .home-banner .banner .slider .item .text-box {
    left: 90px;
    right: auto;
  }
}

@media (max-width: 850px) {
  .home-banner .banner .slider .item .text-box .word {
    max-width: calc(100% - 100px);
  }
}

@media (max-width: 768px) {
  .home-banner .banner .slider .slick-dots {
    text-align: center;
    right: auto;
  }
}

@media (max-width: 576px) {
  .home-banner {
    max-height: 100%;
    height: 38.2vh;
    min-height: 253px;
    margin-top: 60px;
  }
  .home-banner .banner {
    max-height: 100%;
    height: 38.2vh;
    min-height: 253px;
    top: 60px;
  }
  .home-banner .banner .slider .item {
    max-height: 100%;
    height: 38.2vh;
    min-height: 253px;
  }
  .home-banner .banner .slider .item .text-box {
    left: 0;
    padding-left: 25px;
    padding-right: 25px;
    top: calc(50% - 20px);
  }
  .home-banner .banner .slider .item .text-box .word {
    max-width: 100%;
  }
  .home-banner .banner .slider .item .text-box.darkbg {
    width: 100%;
    margin-top: 10px;
  }
  .home-banner .banner .slider .item .text-box.darkbg .word {
    width: 100%;
    padding: 15px;
    letter-spacing: 0.1em;
  }
  .home-banner .banner .slider .slick-dots {
    bottom: 20px;
  }
  .home-banner.scroll {
    margin-top: 50px;
  }
  .home-banner.scroll .banner {
    top: 50px;
  }
}

@media (max-height: 500px) {
  .home-banner {
    max-height: calc(100vh - 90px);
  }
  .home-banner .banner {
    max-height: calc(100vh - 90px);
  }
  .home-banner .banner .slider .item {
    max-height: calc(100vh - 90px);
  }
}

@media (max-height: 400px) {
  .home-banner {
    max-height: 100%;
    height: 400px;
  }
  .home-banner .banner {
    position: relative;
    max-height: 100%;
    height: 400px;
    top: 0 !important;
  }
  .home-banner .banner .slider .item {
    max-height: 100%;
    height: 400px;
  }
}

.home-section {
  position: relative;
}

.home-about {
  background: #DBF2FD;
  padding: 95px 0;
}

.home-about .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1570px;
  margin: 0 auto;
  padding: 0 25px;
}

.home-about .zoom .scriptbox {
  background: #fff;
  width: 40%;
  max-width: 600px;
  padding: 85px 190px 90px 65px;
}

.home-about .zoom .scriptbox .readmore {
  margin-top: 50px;
}

.home-about .zoom .pic {
  position: relative;
  width: 66.45%;
  max-width: 1010px;
  height: 458px;
  margin-left: -120px;
}

@media (max-width: 1400px) {
  .home-about .zoom .scriptbox {
    padding: 85px 120px 90px 45px;
  }
  .home-about .zoom .pic {
    margin-left: -80px;
  }
}

@media (max-width: 1200px) {
  .home-about .zoom .scriptbox {
    padding: 85px 75px 90px 45px;
    width: 48%;
  }
  .home-about .zoom .pic {
    width: 58.45%;
    margin-left: -50px;
  }
}

@media (max-width: 992px) {
  .home-about .zoom .scriptbox {
    width: 53%;
  }
  .home-about .zoom .pic {
    width: 53.45%;
  }
}

@media (max-width: 820px) {
  .home-about .zoom .scriptbox {
    padding: 55px 75px 60px 45px;
  }
}

@media (max-width: 768px) {
  .home-about {
    padding: 75px 0;
  }
  .home-about .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-about .zoom .scriptbox {
    width: 100%;
    max-width: calc(100% - 60px);
    padding: 55px 40px 60px 45px;
    margin: 0 auto;
  }
  .home-about .zoom .pic {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .home-about {
    padding: 55px 0 50px 0;
  }
  .home-about .zoom .scriptbox {
    max-width: calc(100% - 30px);
    padding: 35px 30px 30px 33px;
  }
  .home-about .zoom .scriptbox .readmore {
    margin-top: 20px;
  }
  .home-about .zoom .pic {
    height: auto;
  }
  .home-about .zoom .pic:before {
    content: '';
    display: block;
    padding-bottom: 89.3%;
  }
}

.home-products .pd-bn {
  height: 500px;
  position: relative;
}

.home-products .pd-bn .zoom {
  max-width: 1570px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.home-products .pd-bn .zoom .scriptbox {
  max-width: 475px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .home-products .pd-bn {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .home-products .pd-bn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .home-products .pd-bn .bg-img {
    height: auto;
    width: 100%;
  }
  .home-products .pd-bn .bg-img:before {
    content: '';
    display: block;
    padding-bottom: 88%;
  }
  .home-products .pd-bn .zoom {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 55px 15px 45px 15px;
  }
  .home-products .pd-bn .zoom .scriptbox {
    padding-right: 0;
  }
  .home-products .pd-bn .zoom .scriptbox .tit {
    text-align: center;
  }
  .home-products .pd-bn .zoom .scriptbox .tit.dash:after {
    margin-left: auto;
    margin-right: auto;
  }
}

.home-products .pd-box {
  background: #fff;
  padding: 90px 0 75px 0;
}

.home-products .pd-box .zoom {
  max-width: 1205px;
  padding: 0 25px;
  margin: 0 auto;
}

.home-products .pd-box .zoom .scriptbox .tit {
  text-align: center;
}

.home-products .pd-box .zoom .scriptbox .tit.dash:after {
  margin-left: auto;
  margin-right: auto;
}

.home-products .pd-box .zoom .scriptbox .text {
  text-align: center;
}

.home-products .pd-box .zoom .pd-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 50px;
}

.home-products .pd-box .zoom .pd-list .item {
  width: 50%;
  padding: 0 7.5px 15px 7.5px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-products .pd-box .zoom .pd-list .item .tag {
  color: #fff;
  text-align: center;
  color: #fff;
  position: absolute;
  width: calc(100% - 15px);
  left: 7.5px;
  bottom: 15px;
  z-index: 100;
  -webkit-animation: fadeIn 0.5s both 0.2s;
          animation: fadeIn 0.5s both 0.2s;
  padding: 20.5px 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
}

.home-products .pd-box .zoom .pd-list .item a, .home-products .pd-box .zoom .pd-list .item span {
  display: block;
}

.home-products .pd-box .zoom .pd-list .item .pic {
  height: 321px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-products .pd-box .zoom .pd-list .item .pic .databox {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  bottom: calc(-100% + 65px);
}

.home-products .pd-box .zoom .pd-list .item .pic .databox .tit {
  width: 100%;
  text-align: center;
  padding-bottom: 13px;
  font-size: 24px;
  height: 65px;
  line-height: 65px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 25px;
  opacity: 0;
  padding-top: 0;
}

.home-products .pd-box .zoom .pd-list .item .pic .databox .script {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.home-products .pd-box .zoom .pd-list .item .pic .databox .script:before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 0 auto 20px auto;
}

.home-products .pd-box .zoom .pd-list .item:hover .tag {
  -webkit-animation: fadeOut 0.2s forwards;
          animation: fadeOut 0.2s forwards;
}

.home-products .pd-box .zoom .pd-list .item:hover .pic .databox {
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.home-products .pd-box .zoom .pd-list .item:hover .pic .databox .tit {
  padding-top: 0;
  opacity: 1;
}

.home-products .pd-box .zoom .pd-list .item:hover .pic .databox .script {
  opacity: 1;
}

@media (max-width: 992px) {
  .home-products .pd-box .zoom .pd-list .item .pic {
    height: 380px;
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox {
    padding: 0 15px;
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox .tit {
    height: 50px;
    line-height: 50px;
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox .script:before {
    margin: 0 auto 10px auto;
  }
}

@media (max-width: 768px) {
  .home-products .pd-box .zoom .pd-list .item .pic {
    height: 280px;
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox .script {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 24px;
    max-height: 131px;
  }
}

@media (max-width: 576px) {
  .home-products .pd-box {
    padding: 45px 15px;
  }
  .home-products .pd-box .zoom {
    padding: 0;
  }
  .home-products .pd-box .zoom .scriptbox .text {
    text-align: left;
  }
  .home-products .pd-box .zoom .pd-list {
    padding-top: 35px;
  }
  .home-products .pd-box .zoom .pd-list .item {
    width: 100%;
    padding: 0 0 13px 0;
  }
  .home-products .pd-box .zoom .pd-list .item .tag {
    padding: 13px 0 12px 0;
    width: 100%;
    left: 0;
    font-size: 16px;
  }
  .home-products .pd-box .zoom .pd-list .item .pic {
    height: auto;
  }
  .home-products .pd-box .zoom .pd-list .item .pic:before {
    content: '';
    display: block;
    padding-bottom: 55%;
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox {
    bottom: calc(-100% + 45px);
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox .tit {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox .script {
    font-size: 13px;
    line-height: 22px;
    max-height: 120px;
  }
  .home-products .pd-box .zoom .pd-list .item .pic .databox .script:before {
    margin: 0 auto 10px auto;
  }
}

.home-therapy {
  background: #DBF2FD;
}

.home-therapy .zoom {
  max-width: 1190px;
  padding: 80px 25px 50px 25px;
  margin: 0 auto;
}

.home-therapy .zoom .scriptbox .tit, .home-therapy .zoom .scriptbox .text {
  text-align: center;
}

.home-therapy .zoom .scriptbox .tit.dash:after {
  margin-left: auto;
  margin-right: auto;
}

.home-therapy .zoom .scriptbox .text {
  letter-spacing: normal;
}

.home-therapy .zoom .scriptbox .downarrow {
  text-align: center;
  padding-top: 60px;
}

.home-therapy .linkbox {
  height: 503px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-therapy .linkbox .speechbox {
  width: calc(100% / 3 * 2);
}

.home-therapy .linkbox .speechbox .content {
  max-width: 1105px;
  width: 100%;
  padding: 0 25px;
  margin-left: calc(50vw - 795px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.home-therapy .linkbox .speechbox .scriptbox {
  margin-top: -11px;
}

.home-therapy .linkbox .speechbox .scriptbox .tit {
  text-align: left;
  color: #fff;
}

.home-therapy .linkbox .speechbox .scriptbox .tit.en {
  letter-spacing: normal;
}

.home-therapy .linkbox .speechbox .scriptbox .tit.dash:after {
  background: #FCB32B;
  margin-left: 0;
  margin-right: 0;
  margin-top: 34px;
}

.home-therapy .linkbox .speechbox .scriptbox .tit + .tit {
  padding-top: 18px;
  font-weight: 300;
}

.home-therapy .linkbox .speechbox .scriptbox .text {
  text-align: left;
  color: #fff;
  letter-spacing: normal;
  padding-top: 32px;
}

.home-therapy .linkbox .speechbox .scriptbox .readmore {
  padding-top: 29px;
}

.home-therapy .linkbox .speechbox .scriptbox .readmore a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: transparent;
  width: 250px !important;
  color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 25px 0 20px;
}

.home-therapy .linkbox .speechbox .scriptbox .readmore a:hover {
  background: #fff;
  color: #000;
}

.home-therapy .linkbox .speechbox .scriptbox .readmore a:hover svg path, .home-therapy .linkbox .speechbox .scriptbox .readmore a:hover svg rect {
  fill: #000 !important;
}

.home-therapy .linkbox .imgbox {
  width: calc(100% / 3);
}

@media (max-width: 1580px) {
  .home-therapy .linkbox .speechbox .content {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .home-therapy .linkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .home-therapy .linkbox .speechbox {
    width: 100%;
    height: auto;
  }
  .home-therapy .linkbox .speechbox .content {
    padding: 55px 25px 65px 25px;
  }
  .home-therapy .linkbox .imgbox {
    width: 100%;
    height: auto;
    max-height: 503px;
  }
  .home-therapy .linkbox .imgbox:before {
    content: '';
    display: block;
    padding-bottom: 75.4%;
  }
}

@media (max-width: 576px) {
  .home-therapy .zoom {
    padding: 35px 15px 55px 15px;
  }
  .home-therapy .zoom .scriptbox .text {
    text-align: left;
  }
  .home-therapy .zoom .scriptbox .downarrow {
    padding-top: 15px;
  }
  .home-therapy .linkbox .speechbox .bg-img {
    background-position: left -130px center !important;
  }
  .home-therapy .linkbox .speechbox .scriptbox {
    margin-top: 0;
    max-width: 305px;
  }
  .home-therapy .linkbox .speechbox .scriptbox .tit {
    font-size: 20px;
    line-height: 1.2;
  }
  .home-therapy .linkbox .speechbox .scriptbox .tit + .tit {
    line-height: 1.43;
  }
  .home-therapy .linkbox .speechbox .scriptbox .tit.dash:after {
    margin-top: 25px;
  }
  .home-therapy .linkbox .speechbox .scriptbox .text {
    padding-top: 15px;
    line-height: 1.87;
  }
  .home-therapy .linkbox .speechbox .scriptbox .readmore {
    padding-top: 30px;
  }
  .home-therapy .linkbox .speechbox .scriptbox .readmore a {
    padding: 0 10px 0 15px;
    width: 200px !important;
    height: 40px !important;
    line-height: 38px !important;
  }
}

.about-blocks {
  position: relative;
  padding: 108px 0;
}

.about-blocks .bg-img {
  position: absolute;
  top: 0;
  left: 0;
}

.about-blocks .w1300 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.about-blocks .zoom {
  position: relative;
  background: #fff;
  width: 650px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 85px 0 65px;
}

@media (max-width: 1330px) {
  .about-blocks .zoom {
    max-width: 650px;
    width: 50%;
    height: auto;
    padding: 50px;
  }
}

@media (max-width: 768px) {
  .about-blocks {
    padding: 70px 0;
  }
  .about-blocks .zoom {
    padding: 35px 25px;
    width: 75%;
  }
}

@media (max-width: 576px) {
  .about-blocks {
    padding: 0;
  }
  .about-blocks .bg-img {
    position: relative;
    height: auto;
  }
  .about-blocks .bg-img:before {
    content: '';
    display: block;
    padding-bottom: 50%;
  }
  .about-blocks .zoom {
    width: 100%;
    padding: 30px 0;
  }
}

.about-blocks.about-academic {
  margin-top: 30px;
}

.about-blocks.about-academic .w1300 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 576px) {
  .about-blocks.about-academic {
    margin-top: 0;
  }
}

.about-enterprise {
  background: #fff;
  padding: 140px 0;
}

.about-enterprise .strength-list {
  padding: 55px 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-enterprise .strength-list .item {
  width: 340px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.about-enterprise .strength-list .item .ciclebox {
  border: 43px solid currentColor;
  width: 100%;
  border-radius: 50%;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 43px;
  position: relative;
}

.about-enterprise .strength-list .item .ciclebox span {
  display: block;
  text-align: center;
  width: 100%;
}

.about-enterprise .strength-list .item .ciclebox .text {
  color: #423C3C;
  font-weight: 500;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.about-enterprise .strength-list .item .ciclebox .icon {
  margin-top: 12px;
}

.about-enterprise .strength-list .item .ciclebox .icon-plus {
  width: 16px;
  height: 16px;
  position: absolute;
  margin: auto;
  left: -30px;
  top: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
}

.about-enterprise .strength-list .item .databox {
  position: relative;
  margin-top: -10px;
  padding: 100px 0 0 0;
}

.about-enterprise .strength-list .item .databox:before {
  content: '';
  display: block;
  background: currentColor;
  border: 5px solid #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.about-enterprise .strength-list .item .databox:after {
  content: '';
  display: block;
  height: 75px;
  width: 1px;
  margin: auto;
  background: rgba(0, 0, 0, 0.13);
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.about-enterprise .strength-list .item .databox .word {
  color: #333;
  line-height: 2;
  padding: 15px 20px 20px 20px;
  max-width: 290px;
  margin: 0 auto;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.about-enterprise .strength-list .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about-enterprise .strength-list .item:hover .ciclebox .text {
  color: currentColor;
}

.about-enterprise .strength-list .item:hover .databox .word {
  color: currentColor;
}

.about-enterprise .strength-list .item:hover .databox:after {
  background: currentColor;
}

.about-enterprise .strength-list .item + .item {
  margin-left: -43px;
}

.about-enterprise .strength-list .item + .item .ciclebox .icon-plus {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1330px) {
  .about-enterprise .strength-list {
    padding: 50px 0 0 0;
  }
  .about-enterprise .strength-list .item {
    width: 25vw;
  }
  .about-enterprise .strength-list .item .ciclebox {
    height: 25vw;
  }
  .about-enterprise .strength-list .item .databox {
    padding: 100px 25px 0 25px;
  }
}

@media (max-width: 1200px) {
  .about-enterprise .strength-list .item .ciclebox {
    border-width: 30px;
    padding: 30px;
  }
  .about-enterprise .strength-list .item .ciclebox .icon-plus {
    left: -21px;
  }
  .about-enterprise .strength-list .item + .item {
    margin-left: -30px;
  }
}

@media (max-width: 992px) {
  .about-enterprise .strength-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-enterprise .strength-list .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .about-enterprise .strength-list .item .ciclebox {
    width: 340px;
    height: 340px;
  }
  .about-enterprise .strength-list .item .ciclebox .icon-plus {
    left: 0;
    bottom: auto;
    right: 0;
    top: -30px;
  }
  .about-enterprise .strength-list .item .databox {
    width: calc(100% - 340px);
    margin-top: 0;
    margin-left: -10px;
    padding: 0 0 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-enterprise .strength-list .item .databox:before {
    right: auto;
    bottom: 0;
  }
  .about-enterprise .strength-list .item .databox:after {
    right: auto;
    top: 0;
    left: 30px;
    bottom: 0;
    height: 1px;
    width: 50px;
  }
  .about-enterprise .strength-list .item .databox .word {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .about-enterprise .strength-list .item + .item {
    margin-left: 0;
    margin-top: -30px;
  }
  .about-enterprise .strength-list .item:hover {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@media (max-width: 768px) {
  .about-enterprise {
    padding: 70px 0 75px 0;
  }
  .about-enterprise .strength-list .item .ciclebox {
    width: 45vw;
    height: 45vw;
    max-width: 340px;
    max-height: 340px;
  }
  .about-enterprise .strength-list .item .databox {
    width: calc(100% - 45vw);
    padding: 0 0 0 65px;
  }
  .about-enterprise .strength-list .item .databox:after {
    width: 30px;
    left: 25px;
  }
}

@media (max-width: 576px) {
  .about-enterprise {
    padding: 50px 0 20px 0;
  }
  .about-enterprise .strength-list {
    padding-top: 30px;
  }
  .about-enterprise .strength-list .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-enterprise .strength-list .item .ciclebox {
    margin: 0 auto;
    width: 50vw;
    height: 50vw;
    min-width: 230px;
    min-height: 230px;
    border-width: 22px;
    padding: 22px;
  }
  .about-enterprise .strength-list .item .databox {
    width: 100%;
    padding: 65px 0 35px 0;
    margin-top: -10px;
    margin-left: 0;
  }
  .about-enterprise .strength-list .item .databox:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .about-enterprise .strength-list .item .databox:after {
    width: 1px;
    height: 30px;
    left: 0;
    right: 0;
    bottom: auto;
    top: 25px;
  }
  .about-enterprise .strength-list .item .databox .word {
    max-width: 250px;
    margin: 0 auto;
  }
  .about-enterprise .strength-list .item + .item {
    margin-top: 0;
  }
  .about-enterprise .strength-list .item + .item .ciclebox .icon-plus {
    opacity: 0;
    visibility: hidden;
  }
}

.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 515px;
  position: relative;
}

.about-section + .about-section {
  margin-top: 30px;
}

.about-section .half-pic {
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-section .databox {
  width: 29.17%;
  margin-left: 50%;
}

.about-section .databox .scriptbox {
  background: #fff;
  padding: 72px 50px 60px 75px;
}

.about-section .pic {
  /*max-width:400px;*/
  width: 20.8%;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}

.about-section.about-src .half-pic {
  left: auto;
  right: 0;
}

.about-section.about-src .databox {
  width: 22%;
  margin-left: 28%;
}

.about-section.about-src .databox .scriptbox {
  padding: 72px 75px 60px 60px;
}

.about-section.about-src .pic {
  /*max-width:525px;*/
  width: 28%;
  right: auto;
  left: 0;
}

@media (max-width: 1600px) {
  .about-section .databox .scriptbox {
    padding: 50px 35px;
  }
  .about-section.about-src .databox {
    width: 25%;
    margin-left: 25%;
  }
  .about-section.about-src .databox .scriptbox {
    padding: 50px 35px;
  }
  .about-section.about-src .pic {
    width: 25%;
  }
}

@media (max-width: 1300px) {
  .about-section .half-pic {
    width: 40%;
  }
  .about-section .databox {
    width: 35%;
    margin-left: 40%;
  }
  .about-section .pic {
    width: 25%;
  }
  .about-section.about-src .databox {
    width: 30%;
    margin-left: 30%;
  }
  .about-section.about-src .pic {
    width: 30%;
  }
}

@media (max-width: 992px) {
  .about-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about-section .half-pic {
    width: 100%;
    position: relative;
  }
  .about-section .half-pic:before {
    content: '';
    display: block;
    padding-bottom: 53.65%;
  }
  .about-section .databox {
    margin-left: 0;
    width: 50%;
  }
  .about-section .pic {
    position: relative;
    width: 50%;
    height: auto;
    max-width: 100% !important;
  }
  .about-section .pic:before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .about-section.about-src .databox {
    width: 50%;
    margin-left: 0%;
  }
  .about-section.about-src .pic {
    width: 50%;
  }
}

@media (max-width: 700px) {
  .about-section .databox {
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-section .databox .scriptbox .text {
    max-width: 100% !important;
  }
  .about-section .pic {
    width: 100% !important;
  }
  .about-section .pic:before {
    padding-bottom: 53.65%;
  }
}

@media (max-width: 576px) {
  .about-section .databox .scriptbox {
    padding: 35px 15px !important;
  }
}

.manufact-produce {
  background: #F0F1F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 643px;
}

.manufact-produce .zoom {
  width: 565px;
  margin-left: calc(50% - 650px);
  padding: 125px 0 125px 100px;
}

.manufact-produce .bg-img {
  max-width: 1028px;
  width: 53.55%;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 643px;
}

.manufact-produce .bg-img:before {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f1f4), color-stop(25%, rgba(240, 241, 244, 0.8)), to(rgba(240, 241, 244, 0)));
  background-image: linear-gradient(to right, #f0f1f4 0%, rgba(240, 241, 244, 0.8) 25%, rgba(240, 241, 244, 0) 100%);
}

@media (max-width: 1200px) {
  .manufact-produce {
    min-height: auto;
  }
  .manufact-produce .zoom {
    margin-left: 0;
    padding: 125px 60px 125px 40px;
    width: 46.45%;
  }
  .manufact-produce .bg-img {
    min-height: 100%;
  }
}

@media (max-width: 992px) {
  .manufact-produce .zoom {
    padding: 80px 40px 80px 25px;
    width: 50%;
  }
  .manufact-produce .bg-img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .manufact-produce {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manufact-produce .zoom {
    width: 100%;
  }
  .manufact-produce .bg-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    position: relative;
    min-height: auto;
  }
  .manufact-produce .bg-img:before {
    display: none;
  }
  .manufact-produce .bg-img:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 61.53%;
  }
}

@media (max-width: 576px) {
  .manufact-produce .zoom {
    padding: 50px 25px 40px 25px;
  }
}

.manufact-oem {
  padding: 85px 0 95px;
}

.manufact-oem .chartbox {
  margin-top: 40px;
  border-radius: 5px;
  padding: 60px 100px;
}

.manufact-oem .chartbox .chart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.manufact-oem .chartbox .chart-list .item {
  background: currentColor;
  border-radius: 5px;
  min-height: 90px;
  padding: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 330px;
  width: calc(100% / 3 - 36px);
}

.manufact-oem .chartbox .chart-list .item span {
  color: #fff;
  display: inline-block;
  line-height: 1.56;
}

.manufact-oem .chartbox .chart-list .item .max175 {
  max-width: 175px;
}

.manufact-oem .chartbox .chart-list .arrow {
  padding: 0 23px 0 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manufact-oem .chartbox .chart-end {
  background: #fff;
  border-radius: 5px;
  margin-top: 33px;
  padding: 20px 80px;
}

.manufact-oem .chartbox .chart-end span {
  color: #333;
  line-height: 2;
  text-align: center;
  display: inline-block;
}

@media (max-width: 992px) {
  .manufact-oem {
    padding: 65px 0;
  }
  .manufact-oem .chartbox {
    padding: 60px 50px;
  }
  .manufact-oem .chartbox .chart-end {
    padding: 20px 40px;
  }
}

@media (max-width: 768px) {
  .manufact-oem .chartbox {
    padding: 40px 35px;
  }
  .manufact-oem .chartbox .chart-list .item {
    padding: 15px 10px;
    width: calc(100% / 3 - 27px);
  }
  .manufact-oem .chartbox .chart-list .arrow {
    padding: 0 15px 0 14px;
  }
  .manufact-oem .chartbox .chart-end {
    padding: 20px 25px;
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .manufact-oem {
    padding: 50px 0 55px;
  }
  .manufact-oem .chartbox {
    padding: 20px;
    margin-top: 25px;
  }
  .manufact-oem .chartbox .chart-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manufact-oem .chartbox .chart-list .item {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  .manufact-oem .chartbox .chart-list .arrow {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0;
  }
  .manufact-oem .chartbox .chart-list .arrow span {
    width: 18px;
  }
  .manufact-oem .chartbox .chart-list .arrow span img {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
  }
}

.manufact-process {
  padding: 85px 0;
}

.manufact-process .zoom {
  max-width: 1338px !important;
}

.manufact-process .pic-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
}

.manufact-process .pic-group .item {
  width: calc(100% / 3);
  padding: 0 8px 38px 8px;
}

.manufact-process .pic-group .item .pic {
  height: auto;
}

.manufact-process .pic-group .item .pic:before {
  content: '';
  display: block;
  padding-bottom: 69.1%;
}

.manufact-process .pic-group .item .innerText {
  width: 92.85%;
  background: #fff;
  min-height: 70px;
  padding: 20px;
  color: #454344;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 0 auto;
}

.manufact-process .pic-group .item .innerText .arrow {
  width: 9px;
  height: 15px;
  display: inline-block;
}

.manufact-process .pic-group .item .innerText .arrow img {
  display: block;
}

.manufact-process .pic-group .item .innerText .text {
  display: inline-block;
  padding-left: 15px;
}

.manufact-process .pic-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.manufact-process .pic-set .group {
  padding-bottom: 30px;
}

.manufact-process .pic-set .group .picbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.manufact-process .pic-set .group .picbox .pic {
  width: 185px;
  height: 185px;
  border: 5px solid #fff;
  border-radius: 50%;
  margin: auto;
}

.manufact-process .pic-set .group .picbox .pic img {
  display: block;
}

.manufact-process .pic-set .group .picbox .pic + .pic {
  margin-left: 25px;
}

.manufact-process .pic-set .group .text {
  max-width: calc(100% - 5px);
  background: #1590CC;
  padding: 9px 10px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 62px;
}

.manufact-process .pic-set .group + .group {
  padding-left: 45px;
}

.manufact-process .pic-set .group:nth-of-type(even) .text {
  background: #78C7F0;
}

.manufact-process .pic-set .group.twice .picbox .pic {
  position: relative;
}

.manufact-process .pic-set .group.twice .text {
  max-width: calc(100% - 75px);
}

@media (max-width: 1200px) {
  .manufact-process .pic-set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 800px;
  }
  .manufact-process .pic-set .group {
    padding: 0 25px 30px 25px !important;
  }
}

@media (max-width: 992px) {
  .manufact-process {
    padding: 70px 0 50px 0;
  }
  .manufact-process .pic-group .item .innerText {
    min-height: auto;
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .manufact-process .pic-group .item {
    width: 50%;
  }
  .manufact-process .pic-set {
    max-width: 650px;
  }
  .manufact-process .pic-set .group {
    padding: 0 25px 30px 25px !important;
  }
  .manufact-process .pic-set .group .text {
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .manufact-process {
    padding: 50px 0 25px 0;
  }
  .manufact-process .pic-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
  .manufact-process .pic-group .item {
    width: 100%;
    max-width: 420px;
    padding: 0 0 25px 0;
  }
  .manufact-process .pic-set .group {
    padding: 0 15px 30px 15px !important;
  }
  .manufact-process .pic-set .group .picbox {
    padding-bottom: 20px;
  }
  .manufact-process .pic-set .group.twice .picbox {
    padding-bottom: 40px;
  }
  .manufact-process .pic-set .group.twice .text {
    max-width: calc(100% - 5px);
    padding: 9px 10px;
  }
}

@media (max-width: 500px) {
  .manufact-process .pic-set .group {
    padding: 0 2vw 30px 2vw !important;
  }
  .manufact-process .pic-set .group .picbox .pic {
    width: 41vw;
    height: 41vw;
  }
  .manufact-process .pic-set .group .text {
    min-height: auto;
    width: calc(100% - 5px);
    max-width: 250px;
  }
}

@media (max-width: 360px) {
  .manufact-process .pic-set {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .manufact-process .pic-set .group {
    padding: 0 1vw 30px 1vw !important;
  }
  .manufact-process .pic-set .group .picbox .pic {
    width: 45vw;
    height: 45vw;
  }
  .manufact-process .pic-set .group .picbox .pic + .pic {
    margin-left: 5px;
  }
  .manufact-process .pic-set .group .text {
    padding: 9px 10px;
    min-height: auto;
  }
  .manufact-process .pic-set .group.twice {
    max-width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .manufact-process .pic-set .group.twice .picbox {
    padding-bottom: 20px;
  }
  .manufact-process .pic-set .group.twice .picbox .pic {
    width: 43vw;
    height: 43vw;
  }
  .manufact-process .pic-set .group.twice .text {
    padding: 9px 5px;
  }
}

.manufact-textbox {
  padding: 110px 0;
}

.manufact-textbox .tag {
  line-height: 1.43;
}

.manufact-textbox .text {
  padding-top: 35px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 992px) {
  .manufact-textbox {
    padding: 80px 0;
  }
}

@media (max-width: 576px) {
  .manufact-textbox {
    padding: 50px 0 55px 0;
  }
  .manufact-textbox .text {
    padding-top: 20px;
  }
}

.manufact-section .bg-img {
  height: 460px;
}

.manufact-section .inTextbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 480px;
  min-height: 175px;
  color: #fff;
  background: rgba(0, 50, 123, 0.85);
  padding: 40px 56px 25px 56px;
  margin-top: -140px;
}

.manufact-section .inTextbox .dash:after {
  background: #FCB32B;
}

.manufact-section .inTextbox .text {
  padding-top: 25px;
}

.manufact-section .content {
  padding: 70px 100px 120px 100px;
}

.manufact-section .content p {
  line-height: 2;
}

.manufact-section .content p + p {
  padding-top: 30px;
}

.manufact-section .content .flow-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 45px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.manufact-section .content .flow-chart .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manufact-section .content .flow-chart .item .ciclebox {
  background: currentColor;
  width: 130px;
  height: 130px;
  min-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.manufact-section .content .flow-chart .item .ciclebox span {
  display: inline-block;
  color: #fff;
}

.manufact-section .content .flow-chart .item .arrow {
  width: 75px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}

.manufact-section .content .flow-chart .item .arrow:before {
  content: '';
  display: inline-block;
  width: calc(100% - 6px);
  height: 1px;
  background: #000;
}

.manufact-section .content .flow-chart .item .arrow:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle.png);
}

.manufact-section .content .flow-chart .item .arrow .icon {
  display: inline-block;
}

.manufact-section .content .flow-chart .item .arrow .icon img {
  display: block;
}

.manufact-section .content .flow-chart .item.item-row .arrow {
  padding: 0 0 0 15px;
  width: 54px;
}

.manufact-section .content .flow-chart .item.item-row .arrow:before {
  width: 100%;
}

.manufact-section .content .flow-chart .item.item-row .arrow:after {
  display: none;
}

.manufact-section .content .flow-chart .item.item-branch {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.manufact-section .content .flow-chart .item.item-branch:before {
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 69px);
  background: #000;
  float: left;
  margin-top: 34.5px;
}

.manufact-section .content .flow-chart .item.item-branch .data-box {
  width: calc(100% - 1px);
  padding-left: 65px;
  float: left;
  position: relative;
}

.manufact-section .content .flow-chart .item.item-branch .data-box:before, .manufact-section .content .flow-chart .item.item-branch .data-box:after {
  content: '';
  display: block;
  position: absolute;
}

.manufact-section .content .flow-chart .item.item-branch .data-box:before {
  width: 40px;
  height: 1px;
  background: #000;
  left: 0;
  top: calc(50% - 0.5px);
}

.manufact-section .content .flow-chart .item.item-branch .data-box:after {
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle.png);
  top: calc(50% - 3px);
  left: 40px;
}

.manufact-section .content .flow-chart .item.item-branch .data-box span {
  width: 100%;
  display: block;
  background: #D0EDFA;
  border-radius: 5px;
  line-height: 2;
  padding: 19px 20px;
  text-align: center;
}

.manufact-section .content .flow-chart .item.item-branch .data-box + .data-box {
  margin-top: 20px;
}

.manufact-section .content .safepd-data {
  margin: 0;
}

.manufact-section .content .safepd-data .col {
  max-width: calc(100% - 585px);
  padding: 0;
  padding-right: 65px;
}

.manufact-section .content .safepd-data .col ul {
  margin: 0;
  list-style-position: inside;
}

.manufact-section .content .safepd-data .col ul li {
  color: #FFB20F;
  margin: 0;
  float: left;
  padding-right: 30px;
}

.manufact-section .content .safepd-data .col ul li p {
  display: inline-block;
  margin-left: -8px;
}

.manufact-section .content .safepd-data .col ul li:nth-last-of-type(1) {
  padding-right: 0px;
}

.manufact-section .content .safepd-data .col .safepd-pic {
  display: inline-block;
  padding-left: 10px;
}

.manufact-section .content .safepd-data .col + .col {
  padding-right: 0;
  padding-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 585px;
}

@media (max-width: 1200px) {
  .manufact-section .content {
    padding: 70px 50px 90px 50px;
  }
  .manufact-section .content .flow-chart .item .ciclebox {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
  .manufact-section .content .flow-chart .item .arrow {
    width: 60px;
  }
  .manufact-section .content .safepd-data .col {
    padding-right: 20px;
    max-width: 40%;
  }
}

@media (max-width: 992px) {
  .manufact-section .content .safepd-data .col {
    width: 100% !important;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
  }
  .manufact-section .content .safepd-data .col .safepd-pic {
    padding: 0 10px 0 0;
    margin-top: 10px;
  }
}

@media (max-width: 900px) {
  .manufact-section .content .flow-chart .item .ciclebox {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }
  .manufact-section .content .flow-chart .item .arrow {
    width: 40px;
    padding: 0 10px;
  }
  .manufact-section .content .flow-chart .item.item-row .arrow {
    width: 30px;
    padding: 0 0 0 10px;
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box {
    padding-left: 35px;
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box:before {
    width: 15px;
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box:after {
    left: 15px;
  }
}

@media (max-width: 768px) {
  .manufact-section .bg-img {
    height: 350px;
  }
  .manufact-section .content {
    padding: 50px 20px 70px 20px;
  }
}

@media (max-width: 700px) {
  .manufact-section .inTextbox {
    margin-left: auto;
    margin-right: auto;
  }
  .manufact-section .content .flow-chart {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .manufact-section .content .flow-chart .item {
    width: 180px;
  }
  .manufact-section .content .flow-chart .item .ciclebox {
    width: 130px;
    height: 130px;
    min-width: 130px;
  }
  .manufact-section .content .flow-chart .item .arrow {
    width: 50px;
  }
  .manufact-section .content .flow-chart .item.item-row {
    width: 130px;
    position: relative;
  }
  .manufact-section .content .flow-chart .item.item-row .arrow {
    width: 1px;
    padding: 0;
    position: absolute;
    bottom: -30px;
    left: 50%;
    display: none;
  }
  .manufact-section .content .flow-chart .item.item-row .arrow:before {
    width: 1px;
    height: 20px;
  }
  .manufact-section .content .flow-chart .item.item-branch {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 490px;
    margin-top: 30px;
    position: relative;
  }
  .manufact-section .content .flow-chart .item.item-branch:before {
    float: none;
    position: absolute;
    right: 64px;
    margin-top: 0;
    height: calc(100% - 20px);
    bottom: 35px;
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box {
    padding: 0 60px 0 0;
    width: calc(100% - 65px);
    margin-right: 65px;
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box:before {
    left: auto;
    right: 0px;
    width: 35px;
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    left: auto;
    right: 35px;
  }
}

@media (max-width: 576px) {
  .manufact-section .bg-img {
    height: 250px;
  }
  .manufact-section .inTextbox {
    width: 100%;
    padding: 25px;
    min-height: 125px;
    margin-top: -90px;
  }
  .manufact-section .inTextbox .text {
    padding-top: 15px;
  }
  .manufact-section .content {
    padding: 35px 0 70px 0;
  }
  .manufact-section .content p + p {
    padding-top: 20px;
  }
  .manufact-section .content .flow-chart {
    padding-top: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .manufact-section .content .flow-chart .item {
    width: 31vw;
  }
  .manufact-section .content .flow-chart .item .ciclebox {
    width: 23vw;
    height: 23vw;
    min-width: 23vw;
  }
  .manufact-section .content .flow-chart .item .arrow {
    width: 8vw;
    padding: 0 5px;
  }
  .manufact-section .content .flow-chart .item.item-row {
    width: 23vw;
    height: 24vw;
  }
  .manufact-section .content .flow-chart .item.item-branch {
    right: 11.5vw;
    width: calc(100% - 13vw);
    left: 1.5vw;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .manufact-section .content .flow-chart .item.item-branch:before {
    right: -1px;
    bottom: 33px;
    height: calc(100% - 10px);
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box {
    width: 100%;
    margin-right: 0;
    padding: 0 50px 0 0;
  }
  .manufact-section .content .safepd-data .col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manufact-section .content .safepd-data .col .safepd-pic {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 360px) {
  .manufact-section .content .flow-chart .item {
    width: 100px;
  }
  .manufact-section .content .flow-chart .item .ciclebox {
    width: 88px;
    height: 88px;
    min-width: 88px;
  }
  .manufact-section .content .flow-chart .item .arrow {
    width: 10px;
    padding: 0 2px;
  }
  .manufact-section .content .flow-chart .item .arrow:before {
    display: none;
  }
  .manufact-section .content .flow-chart .item.item-row {
    width: 88px;
    height: 88px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .manufact-section .content .flow-chart .item.item-row .ciclebox {
    width: 88px;
    height: 88px;
    min-width: 88px;
  }
  .manufact-section .content .flow-chart .item.item-branch:before {
    bottom: 40px;
    height: calc(100% - 20px);
  }
  .manufact-section .content .flow-chart .item.item-branch .data-box span {
    line-height: 1.5;
  }
}

.manufact-chart {
  padding: 55px 0 80px 0;
}

.manufact-chart .chart-box {
  padding: 0 40px 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.manufact-chart .chart-box .item .text {
  background: #0B62AF;
  padding: 9px 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  width: 100%;
  max-width: 530px;
  margin-top: 45px;
}

.manufact-chart .chart-box .item:nth-of-type(even) .text {
  background: #1590CC;
}

.manufact-chart .chart-box .item:nth-of-type(1) {
  width: 615px;
}

.manufact-chart .chart-box .item:nth-of-type(1) .text {
  float: right;
}

.manufact-chart .chart-box .item:nth-of-type(2) {
  width: 510px;
  padding-left: 30px;
}

.manufact-chart .chart-box .item:nth-of-type(2) .pic {
  padding-left: 15px;
}

@media (max-width: 1300px) {
  .manufact-chart .chart-box {
    padding: 0;
  }
  .manufact-chart .chart-box .item:nth-of-type(2) {
    padding-right: 15px;
  }
  .manufact-chart .chart-box .item:nth-of-type(2) .pic {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .manufact-chart .chart-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .manufact-chart .chart-box .item:nth-of-type(n) {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .manufact-chart .chart-box .item:nth-of-type(n) .text {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  .manufact-chart .chart-box .item:nth-of-type(n) + .item {
    padding-top: 30px;
  }
}

@media (max-width: 576px) {
  .manufact-chart {
    padding: 50px 0 55px 0;
  }
}

@media (max-width: 360px) {
  .manufact-chart .chart-box .item .text {
    padding: 9px 10px;
  }
}

.manufact-adbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 315px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #dedfe3), color-stop(80%, #ebebeb));
  background-image: linear-gradient(to bottom, #dedfe3 50%, #ebebeb 80%);
}

.manufact-adbox .item {
  width: 50%;
  position: relative;
  border-left: 0.5px solid #fff;
  border-right: none;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.manufact-adbox .item a, .manufact-adbox .item span {
  display: block;
}

.manufact-adbox .item .bg-img {
  width: 315px;
  min-height: 315px;
  position: absolute;
  top: 0;
  right: 17.1875%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.manufact-adbox .item .pd-data {
  padding: 80px 20px 30px 20px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}

.manufact-adbox .item .pd-data .tit {
  max-width: 300px;
  color: #423C3C;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.manufact-adbox .item .pd-data .subtit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 18px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manufact-adbox .item .pd-data .subtit span {
  display: inline-block;
  color: #098FD0;
}

.manufact-adbox .item .pd-data .subtit .icon {
  line-height: 1;
  margin-left: 15px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.manufact-adbox .item .pd-data .subtit .icon svg {
  display: block;
}

.manufact-adbox .item .pd-data .text {
  margin-top: 18px;
  max-width: 300px;
  color: #333333;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.manufact-adbox .item:hover .pd-data .subtit .icon {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.manufact-adbox .item:nth-of-type(1) {
  border: none;
}

.manufact-adbox .item:nth-of-type(1) .pd-data {
  max-width: 550px;
}

@media (max-width: 1800px) {
  .manufact-adbox .item .pd-data {
    max-width: 550px;
  }
  .manufact-adbox .item .pd-data .tit, .manufact-adbox .item .pd-data .subtit, .manufact-adbox .item .pd-data .text {
    max-width: calc(100% - 230px);
  }
}

@media (max-width: 1400px) {
  .manufact-adbox .item .bg-img {
    right: 3vw;
  }
}

@media (max-width: 1100px) {
  .manufact-adbox .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 315px;
  }
  .manufact-adbox .item .bg-img {
    right: 15px;
  }
  .manufact-adbox .item .pd-data {
    padding: 30px 20px;
  }
}

@media (max-width: 992px) {
  .manufact-adbox .item .bg-img {
    min-height: auto;
    background-size: contain !important;
    width: 60%;
  }
  .manufact-adbox .item .pd-data .tit, .manufact-adbox .item .pd-data .subtit, .manufact-adbox .item .pd-data .text {
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .manufact-adbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-image: none;
  }
  .manufact-adbox .item {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #dedfe3), color-stop(80%, #ebebeb));
    background-image: linear-gradient(to bottom, #dedfe3 50%, #ebebeb 80%);
    border-top: 1px solid #fff;
    border-left: none;
  }
  .manufact-adbox .item a {
    min-height: auto;
  }
  .manufact-adbox .item:nth-of-type(1) {
    border-top: none;
  }
}

@media (max-width: 576px) {
  .manufact-adbox .item .bg-img {
    width: 55%;
  }
  .manufact-adbox .item .pd-data {
    width: 55%;
    max-width: 55%;
    margin: 0;
    padding: 30px 10px 30px 15px;
  }
  .manufact-adbox .item .pd-data .tit, .manufact-adbox .item .pd-data .subtit, .manufact-adbox .item .pd-data .text {
    max-width: 100%;
  }
  .manufact-adbox .item .pd-data .subtit {
    margin-top: 10px;
  }
  .manufact-adbox .item .pd-data .text {
    margin-top: 10px;
  }
}

@media (max-width: 360px) {
  .manufact-adbox .item {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #dedfe3), color-stop(40%, #ebebeb));
    background-image: linear-gradient(to bottom, #dedfe3 25%, #ebebeb 40%);
  }
  .manufact-adbox .item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manufact-adbox .item .bg-img {
    position: relative;
    width: 250px;
    right: 0;
    background-size: contain !important;
  }
  .manufact-adbox .item .bg-img:before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .manufact-adbox .item .pd-data {
    width: 100%;
    max-width: 100%;
  }
  .manufact-adbox .item .pd-data .tit {
    line-height: 1.2;
  }
}

.manufact-pdAdbox {
  background: #b4b4b4;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.manufact-pdAdbox .zoom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 420px;
  overflow-y: hidden;
}

.manufact-pdAdbox .zoom:before {
  content: '';
  position: absolute;
  top: -10%;
  right: 0;
  display: block;
  width: 65%;
  height: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: radial-gradient(#dddfe3, rgba(221, 223, 227, 0) 72%);
}

.manufact-pdAdbox .zoom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 0 75px 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manufact-pdAdbox .zoom a span {
  display: block;
}

.manufact-pdAdbox .zoom a .pd-data {
  max-width: 285px;
}

.manufact-pdAdbox .zoom a .pd-data .tit {
  color: #fff;
  letter-spacing: 0.08em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  line-height: 1.2;
}

.manufact-pdAdbox .zoom a .pd-data .subtit {
  color: rgba(255, 255, 255, 0.67);
  margin-top: 25px;
  letter-spacing: 0.06em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.manufact-pdAdbox .zoom a .pd-data .text {
  color: #fff;
  line-height: 2;
  margin-top: 20px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.manufact-pdAdbox .zoom a .bg-img {
  width: 420px;
  height: 420px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.manufact-pdAdbox.hover {
  background: #bfbfbf;
}

@media (max-width: 992px) {
  .manufact-pdAdbox .zoom {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .manufact-pdAdbox .zoom a {
    padding: 0;
  }
  .manufact-pdAdbox .zoom a .pd-data {
    width: 50%;
  }
  .manufact-pdAdbox .zoom a .bg-img {
    background-size: contain !important;
    width: 50%;
    height: auto;
  }
  .manufact-pdAdbox .zoom a .bg-img:before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
}

@media (max-width: 768px) {
  .manufact-pdAdbox .zoom a .pd-data {
    width: 55%;
  }
  .manufact-pdAdbox .zoom a .bg-img {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .manufact-pdAdbox .zoom a .pd-data {
    padding: 20px 15px 20px 0;
  }
  .manufact-pdAdbox .zoom a .pd-data .subtit {
    margin-top: 10px;
  }
  .manufact-pdAdbox .zoom a .pd-data .text {
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .manufact-pdAdbox .zoom:before {
    width: 120%;
    height: 110%;
    top: auto;
    bottom: -25%;
  }
  .manufact-pdAdbox .zoom a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .manufact-pdAdbox .zoom a .pd-data {
    width: 100%;
    padding: 20px 0 0 0;
    max-width: 100%;
  }
  .manufact-pdAdbox .zoom a .pd-data .text {
    line-height: 1.7;
  }
  .manufact-pdAdbox .zoom a .bg-img {
    width: 100%;
  }
  .manufact-pdAdbox .zoom a .bg-img:before {
    padding-bottom: 70%;
  }
}

.research-section .bg-img {
  height: 460px;
}

.research-section .inTextbox {
  width: 410px;
  min-height: 210px;
  color: #fff;
  background: rgba(0, 50, 123, 0.85);
  padding: 40px 60px 25px 50px;
  margin-top: -135px;
}

.research-section .inTextbox .dash:after {
  background: #FCB32B;
  margin-top: 18px;
}

.research-section .inTextbox .text {
  padding-top: 18px;
  line-height: 2;
}

.research-section .inTextbox.med-center {
  margin-top: -75px;
}

.research-section .inTextbox.QC {
  margin-top: -145px;
  padding: 40px 45px 25px 50px;
}

.research-section .content {
  padding: 80px 100px;
}

.research-section .content p {
  line-height: 2;
  color: #454344;
}

.research-section .content p + p {
  padding-top: 30px;
}

.research-section .process-box {
  padding-bottom: 65px;
  background-image: linear-gradient(to bottom, #fff 110px, #F2F2F2 111px);
}

.research-section .process-box .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1220px !important;
  padding: 0 30px;
}

.research-section .process-box .step-list .step {
  padding: 0 30px 30px 30px;
  width: 25%;
}

.research-section .process-box .step-list .step .pic {
  width: 220px;
  height: 220px;
  border: 5px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}

.research-section .process-box .step-list .step .pic img {
  display: block;
}

.research-section .process-box .step-list .step .label {
  display: block;
  text-align: center;
  margin-top: 15px;
}

.research-section .process-box .step-list .step .text {
  width: 100%;
  background: #1590CC;
  padding: 9px 10px;
  text-align: center;
  margin-top: 5px;
  color: #fff;
  border-radius: 40px;
}

.research-section .process-box .step-list .step:nth-of-type(even) .text {
  background: #78C7F0;
}

@media (max-width: 1250px) {
  .research-section .process-box .step-list {
    padding: 0 15px;
  }
  .research-section .process-box .step-list .step {
    padding: 0 15px 30px 15px;
  }
}

@media (max-width: 1200px) {
  .research-section .content {
    padding: 70px 50px 90px 50px;
  }
}

@media (max-width: 1150px) {
  .research-section .process-box {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10vw, #fff), color-stop(10vw, #F2F2F2));
    background-image: linear-gradient(to bottom, #fff 10vw, #F2F2F2 10vw);
  }
  .research-section .process-box .step-list .step .picbox .pic {
    max-width: 220px;
    max-height: 220px;
    width: 20vw;
    height: 20vw;
  }
}

@media (max-width: 768px) {
  .research-section .bg-img {
    height: 350px;
  }
  .research-section .content {
    padding: 50px 20px 70px 20px;
  }
  .research-section .process-box {
    background-image: linear-gradient(to bottom, #fff 110px, #F2F2F2 111px);
  }
  .research-section .process-box .step-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .research-section .process-box .step-list .step {
    width: 50%;
  }
  .research-section .process-box .step-list .step .picbox .pic {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 576px) {
  .research-section .bg-img {
    height: 250px;
  }
  .research-section .inTextbox {
    padding: 25px;
    min-height: 125px;
    margin-top: -110px;
    width: 100%;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .research-section .inTextbox .text {
    padding-top: 12px;
  }
  .research-section .inTextbox.QC {
    padding: 25px;
    min-height: 125px;
    margin-top: -80px;
  }
  .research-section .content {
    padding: 35px 0 45px 0;
  }
  .research-section .process-box {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(18vw, #fff), color-stop(18vw, #F2F2F2));
    background-image: linear-gradient(to bottom, #fff 18vw, #F2F2F2 18vw);
    padding-bottom: 35px;
  }
  .research-section .process-box .step-list {
    padding: 0 7.5px;
  }
  .research-section .process-box .step-list .step {
    padding: 0 7.5px 20px 7.5px;
  }
  .research-section .process-box .step-list .step .picbox .pic {
    max-width: 220px;
    max-height: 220px;
    width: 36vw;
    height: 36vw;
  }
}

@media (max-width: 515px) {
  .research-section .process-box .step-list .step .text {
    min-height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.research-safety {
  padding: 85px 0 95px;
}

.research-safety .safetybox {
  margin: 40px auto 0 auto;
  border-radius: 5px;
  padding: 75px 15px 45px 15px;
  max-width: 1290px;
}

.research-safety .safetybox .safetylist {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto;
}

.research-safety .safetybox .safetylist li {
  display: inline-block;
  padding: 0 12px 28px 12px;
}

.research-safety .safetybox .safetylist li .box {
  background: #fff;
  border-radius: 10px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}

.research-safety .safetybox .safetylist li .box .icon {
  margin-right: 25px;
}

.research-safety .safetybox .safetylist li .box .text {
  color: #00327B;
}

@media (max-width: 1100px) {
  .research-safety .safetybox {
    padding: 55px 15px 45px 15px;
  }
  .research-safety .safetybox .safetylist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .research-safety .safetybox .safetylist li {
    width: calc(100% / 3);
    padding: 0 7.5px 20px 7.5px;
  }
  .research-safety .safetybox .safetylist li .box {
    height: 100%;
  }
  .research-safety .safetybox .safetylist li .box .text {
    text-align: left;
  }
}

@media (max-width: 800px) {
  .research-safety {
    padding: 55px 0 65px;
  }
  .research-safety .safetybox {
    padding: 35px 15px 15px 15px;
    margin-top: 20px;
  }
  .research-safety .safetybox .safetylist li {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .research-safety {
    padding: 35px 0 65px;
  }
}

@media (max-width: 525px) {
  .research-safety .safetybox .safetylist li {
    width: 100%;
  }
}

.QC-data {
  padding: 60px 0 50px 0;
}

@media (max-width: 576px) {
  .QC-data {
    padding: 25px 0 0 0;
  }
}

.QC-UL {
  margin: 0 0 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.QC-UL li {
  color: #FFB20F;
  margin: 0;
  padding: 4px 0;
  min-width: 325px;
}

.QC-UL li p {
  display: inline-block;
  margin-left: -5px;
}

.QC-UL li:nth-of-type(3n-1) {
  min-width: 390px;
}

@media (max-width: 1300px) {
  .QC-UL li {
    min-width: -webkit-fit-content !important;
    min-width: -moz-fit-content !important;
    min-width: fit-content !important;
    width: 30%;
    padding-right: 15px;
  }
  .QC-UL li p {
    display: inline;
  }
  .QC-UL li:nth-of-type(3n-1) {
    width: 40%;
  }
}

@media (max-width: 850px) {
  .QC-UL li {
    width: 60% !important;
  }
  .QC-UL li:nth-of-type(even) {
    width: 40% !important;
  }
}

@media (max-width: 500px) {
  .QC-UL li {
    width: 100% !important;
    padding: 0;
  }
  .QC-UL li p {
    margin-left: 0;
  }
}

.QC-table {
  padding-top: 70px;
}

.QC-table table {
  table-layout: fixed;
  width: 100%;
}

.QC-table table tr:nth-of-type(odd) {
  background: #F7F7F7;
}

.QC-table table th {
  color: #fff;
  border-right: 1px solid #fff;
  font-weight: normal;
}

.QC-table table th:nth-of-type(1) {
  background: #064595;
}

.QC-table table th:nth-of-type(2) {
  background: #0B63AF;
}

.QC-table table th:nth-of-type(3) {
  background: #1690CD;
}

.QC-table table th:nth-of-type(4) {
  background: #7AC8EF;
}

.QC-table table th:nth-of-type(5) {
  background: #86C5E4;
}

.QC-table table th:nth-last-of-type(1) {
  border-right: none;
}

.QC-table table th, .QC-table table td {
  text-align: center;
  width: 18.18%;
  padding: 18px 10px;
}

.QC-table table th:nth-of-type(1), .QC-table table td:nth-of-type(1) {
  width: 19.27%;
}

.QC-table table th:nth-of-type(5), .QC-table table td:nth-of-type(5) {
  width: 25.9%;
}

.QC-table table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #333;
}

.QC-table table td:nth-last-of-type(1) {
  border-right: none;
}

@media (max-width: 900px) {
  .QC-table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .QC-table table tr:nth-of-type(1) {
    display: none;
  }
  .QC-table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50% !important;
    padding: 0;
    text-align: left;
    border-right: none;
  }
  .QC-table table td:before {
    content: attr(data-th);
    display: block;
    width: 170px;
    padding: 18px 15px;
    color: #fff;
  }
  .QC-table table td .td-in {
    display: block;
    width: calc(100% - 170px);
    padding: 18px 15px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .QC-table table td:nth-of-type(1):before {
    background: #064595;
  }
  .QC-table table td:nth-of-type(2):before {
    background: #0B63AF;
  }
  .QC-table table td:nth-of-type(3):before {
    background: #1690CD;
  }
  .QC-table table td:nth-of-type(4):before {
    background: #7AC8EF;
  }
  .QC-table table td:nth-of-type(5):before {
    background: #86C5E4;
  }
  .QC-table table td:nth-last-of-type(1) {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .QC-table table td {
    width: 100% !important;
  }
  .QC-table table td:before {
    width: 50%;
  }
  .QC-table table td .td-in {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 576px) {
  .QC-table {
    padding-top: 30px;
  }
  .QC-table table td {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .QC-table table td:nth-of-type(1) {
    border-top: 1px solid #ccc;
  }
  .QC-table table td:before, .QC-table table td .td-in {
    padding: 10px 12px;
  }
}

.research-trainingroom {
  position: relative;
  overflow: hidden;
}

.research-trainingroom .training-textbox {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#0B62AF), to(#58D8BE));
  background-image: linear-gradient(to right, #0B62AF, #58D8BE);
  padding: 75px 0 50px 0;
}

.research-trainingroom .training-textbox .tit {
  color: #fff;
  text-align: center;
}

.research-trainingroom .training-textbox .text {
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
}

.research-trainingroom .training-list {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
  background-image: linear-gradient(to bottom, #ffffff, #fcfcfc);
  overflow: hidden;
}

.research-trainingroom .training-list:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 202px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0B62AF), to(#58D8BE));
  background-image: linear-gradient(to right, #0B62AF, #58D8BE);
  -webkit-transform: skewY(-3.1deg);
          transform: skewY(-3.1deg);
  top: -102px;
  left: 0;
  background-color: #fff;
}

.research-trainingroom .training-list .data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.research-trainingroom .training-list .data-list .item {
  padding: 0 27px;
  width: calc(100% / 3);
  max-width: 279px;
}

.research-trainingroom .training-list .data-list .item .tag {
  color: #fff;
  padding-bottom: 22px;
  text-align: center;
}

.research-trainingroom .training-list .data-list .item .circlebox:before {
  content: '';
  display: block;
  width: 1px;
  height: 100px;
  background: #E8E8E8;
  margin: 0 auto;
}

.research-trainingroom .training-list .data-list .item .circlebox .circle {
  border: 8px solid #A8DAF4;
  border-radius: 50%;
  width: 225px;
  height: 225px;
  margin-top: 5px;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.research-trainingroom .training-list .data-list .item .circlebox .circle .text {
  /*max-width:110px;*/
  color: #333;
  text-align: center;
}

.research-trainingroom .bg-img {
  height: 465px;
  width: 100%;
  position: relative;
}

.research-trainingroom .bg-img .text {
  color: #333;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1130px;
  padding: 50px 15px 0 15px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}

.research-trainingroom .training-script {
  background-image: -webkit-gradient(linear, left top, right top, from(#2193cc), to(#114a85));
  background-image: linear-gradient(to right, #2193cc, #114a85);
  padding: 45px 0 90px;
  position: relative;
}

.research-trainingroom .training-script:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 155px;
  background-image: -webkit-gradient(linear, left top, right top, from(#2193cc), to(#114a85));
  background-image: linear-gradient(to right, #2193cc, #114a85);
  -webkit-transform: skewY(3.1deg);
          transform: skewY(3.1deg);
  top: -55px;
  left: 0;
}

.research-trainingroom .training-script .text {
  color: #fff;
  text-align: center;
  line-height: 2;
  position: relative;
}

@media (min-width: 2000px) {
  .research-trainingroom .training-script:before {
    height: 185px;
    top: -85px;
  }
}

@media (max-width: 870px) {
  .research-trainingroom .training-list .data-list .item {
    padding: 0 20px;
  }
  .research-trainingroom .training-list .data-list .item .circlebox .circle {
    max-width: 205px;
    max-height: 205px;
    width: 30vw;
    height: 30vw;
    margin: 5px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .research-trainingroom .training-list .data-list .item {
    padding: 0 5px;
  }
  .research-trainingroom .training-list .data-list .item .circlebox .circle {
    width: 27vw;
    height: 27vw;
  }
  .research-trainingroom .training-script {
    padding: 35px 0 55px 0;
  }
  .research-trainingroom .training-script:before {
    height: 100px;
    top: -20px;
  }
}

@media (max-width: 630px) {
  .research-trainingroom .training-textbox {
    padding: 75px 0 25px 0;
  }
  .research-trainingroom .training-list {
    padding-top: 70px;
  }
  .research-trainingroom .training-list:before {
    height: 50px;
    top: -22px;
  }
  .research-trainingroom .training-list .data-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .research-trainingroom .training-list .data-list .item {
    padding: 0 0 25px 0;
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .research-trainingroom .training-list .data-list .item .tag {
    color: #333;
    padding-bottom: 0;
    width: 150px;
  }
  .research-trainingroom .training-list .data-list .item .circlebox {
    width: 265px;
    position: relative;
  }
  .research-trainingroom .training-list .data-list .item .circlebox:before {
    height: 1px;
    width: 50px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .research-trainingroom .training-list .data-list .item .circlebox .circle {
    margin: 0 0 0 60px;
    width: 205px;
    height: 205px;
  }
}

@media (max-width: 576px) {
  .research-trainingroom .training-textbox {
    padding: 50px 0 0 0;
  }
  .research-trainingroom .training-list {
    padding-top: 45px;
  }
  .research-trainingroom .training-list .data-list .item .tag {
    width: 130px;
  }
  .research-trainingroom .training-list .data-list .item .circlebox {
    width: 215px;
  }
  .research-trainingroom .training-list .data-list .item .circlebox:before {
    width: 35px;
  }
  .research-trainingroom .training-list .data-list .item .circlebox .circle {
    margin: 0 0 0 45px;
    width: 170px;
    height: 170px;
  }
  .research-trainingroom .bg-img {
    height: 350px;
  }
  .research-trainingroom .bg-img .text {
    padding: 0 15px;
  }
  .research-trainingroom .training-script {
    padding: 15px 0 55px 0;
  }
}

.cell-char {
  padding: 100px 0 110px;
}

@media (max-width: 992px) {
  .cell-char {
    padding: 80px 0 85px;
  }
}

@media (max-width: 576px) {
  .cell-char {
    padding: 55px 0 60px;
  }
}

.cell-charbox {
  position: relative;
  background: #fff;
  margin-top: 85px;
  border-radius: 10px;
  min-height: 500px;
}

.cell-charbox .subtit {
  background: #0B62AF;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  padding: 13px 20px;
  max-width: 1020px;
  width: 80%;
  margin: -25px auto 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}

.cell-charbox .zoom {
  padding: 90px 125px 60px 125px;
}

.cell-charbox .zoom .databox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cell-charbox .zoom .databox .item {
  width: 50%;
  max-width: 520px;
  padding: 0 10px;
}

.cell-charbox .zoom .databox .item .img {
  max-width: 405px;
  margin: 0 auto;
  min-height: 257px;
}

.cell-charbox .zoom .databox .item .wordbox {
  background: #F3F3F3;
  border-radius: 5px;
  padding: 28px 40px 24px 55px;
  min-height: 190px;
  margin-top: 30px;
}

.cell-charbox .zoom .databox .item .wordbox .tag {
  color: #454344;
}

.cell-charbox .zoom .databox .item .wordbox .tag .icon {
  padding-right: 13px;
}

.cell-charbox .zoom .databox .item .wordbox .tag .icon img {
  height: 13px;
  position: relative;
  top: -2px;
}

.cell-charbox .zoom .databox .item .wordbox .word {
  line-height: 2;
  color: #333;
  margin-top: 15px;
}

@media (max-width: 1150px) {
  .cell-charbox .zoom {
    padding: 90px 70px 60px 70px;
  }
}

@media (max-width: 992px) {
  .cell-charbox .zoom {
    padding: 90px 40px 60px 40px;
  }
  .cell-charbox .zoom .databox .item .wordbox {
    padding: 25px 20px 25px 30px;
  }
}

@media (max-width: 768px) {
  .cell-charbox .zoom .databox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cell-charbox .zoom .databox .item {
    width: 100%;
    margin: 0 auto;
  }
  .cell-charbox .zoom .databox .item .img {
    min-height: auto;
  }
  .cell-charbox .zoom .databox .item .wordbox {
    min-height: auto;
  }
  .cell-charbox .zoom .databox .item + .item {
    margin-top: 25px;
  }
}

@media (max-width: 576px) {
  .cell-charbox {
    margin-top: 65px;
  }
  .cell-charbox .subtit {
    margin: -35px auto 0 auto;
  }
  .cell-charbox .zoom {
    padding: 90px 15px 40px 15px;
  }
}

.cell-repair {
  padding: 115px 0;
}

@media (max-width: 992px) {
  .cell-repair {
    padding: 80px 0 85px;
  }
}

@media (max-width: 576px) {
  .cell-repair {
    padding: 55px 0 60px;
  }
}

.cell-repairbox {
  width: 100%;
  border: 1px solid #64b5dd;
  border-radius: 5px;
  padding: 39px 30px;
  margin-top: 55px;
  text-align: center;
}

.cell-repairbox .imgbox {
  display: inline-block;
  width: 100%;
  max-width: 980px;
  text-align: left;
}

@media (max-width: 576px) {
  .cell-repairbox {
    margin-top: 35px;
    padding: 25px 15px;
  }
}

.cell-section {
  padding: 73px 0 100px;
}

.cell-section .zoom {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.cell-section .zoom .content {
  background: #fff;
  margin-top: 80px;
  width: 50%;
  position: relative;
  z-index: 10;
}

.cell-section .zoom .content .indata {
  margin: 0 auto;
}

.cell-section .zoom .content .listgroup {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cell-section .zoom .content .listgroup .elelink {
  padding: 0 20px 25px 0;
}

.cell-section .zoom .pic {
  width: 53.85%;
  max-width: 700px;
  height: auto;
}

.cell-section .zoom .pic:before {
  content: '';
  display: block;
}

.cell-section + .cell-section {
  padding: 95px 0 90px;
}

@media (max-width: 1100px) {
  .cell-section .zoom .content .listgroup .elelink {
    padding: 0 10px 10px 0;
  }
}

@media (max-width: 768px) {
  .cell-section .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .cell-section .zoom .content, .cell-section .zoom .pic {
    width: 100%;
    margin: 0 auto;
  }
  .cell-section .zoom .content {
    max-width: 700px;
  }
}

@media (max-width: 576px) {
  .cell-section {
    padding: 55px 0 60px;
  }
  .cell-section .zoom .content .listgroup {
    margin-top: 20px;
  }
  .cell-section + .cell-section {
    padding: 55px 0 60px;
  }
}

.cell-quality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cell-quality .content {
  padding: 70px 25px 75px 25px;
}

.cell-quality .content .indata {
  max-width: 460px;
}

.cell-quality .content .indata .scriptbox {
  max-width: 455px;
}

.cell-quality .content .listgroup .elelink {
  width: 50%;
}

.cell-quality .pic {
  margin-left: -50px;
  max-height: 835px;
}

.cell-quality .pic:before {
  padding-bottom: 119.3%;
}

@media (max-width: 1100px) {
  .cell-quality .pic {
    margin-left: -3.85%;
  }
}

@media (max-width: 768px) {
  .cell-quality {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cell-quality .content .indata {
    max-width: 100%;
  }
  .cell-quality .content .indata .scriptbox {
    max-width: 100%;
  }
  .cell-quality .pic {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 576px) {
  .cell-quality .content {
    padding: 35px 15px 40px 15px;
  }
  .cell-quality .content .listgroup .elelink {
    width: 100%;
  }
}

.cell-clinicalcases {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cell-clinicalcases .content {
  -webkit-box-shadow: 5px 5px 20px rgba(100, 100, 100, 0.1);
          box-shadow: 5px 5px 20px rgba(100, 100, 100, 0.1);
  padding: 95px 25px 80px 25px;
  margin-left: -50px;
}

.cell-clinicalcases .content .indata {
  max-width: 485px;
}

.cell-clinicalcases .content .indata .scriptbox {
  max-width: 475px;
}

.cell-clinicalcases .content .listgroup .elelink {
  width: 43.3%;
  /*min-width:210px;*/
}

.cell-clinicalcases .content .listgroup .elelink a {
  padding: 9.5px 35px 9.5px 20px;
}

.cell-clinicalcases .content .listgroup .elelink:nth-of-type(odd) {
  /*min-width:270px;*/
  width: 55.7%;
}

.cell-clinicalcases .pic {
  max-height: 650px;
}

.cell-clinicalcases .pic:before {
  padding-bottom: 92.86%;
}

@media (max-width: 768px) {
  .cell-clinicalcases {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cell-clinicalcases .content .indata {
    max-width: 100%;
  }
  .cell-clinicalcases .content .indata .scriptbox {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .cell-clinicalcases .content {
    padding: 35px 15px 40px 15px;
  }
  .cell-clinicalcases .content .listgroup .elelink {
    width: 100% !important;
  }
}

.cell-oem {
  padding: 90px 0 120px;
}

@media (max-width: 768px) {
  .cell-oem {
    padding: 75px 0 80px;
  }
}

@media (max-width: 576px) {
  .cell-oem {
    padding: 55px 0 60px;
  }
}

.cell-oembox {
  background: #fff;
  padding: 84px 34px 64px 34px;
  margin-top: 55px;
}

.cell-oembox .picbox {
  max-width: 1132px;
  margin: 0 auto;
}

.cell-oembox .chart-flow {
  max-width: 1135px;
  margin: 0 auto;
}

.cell-oembox .chart-flow .oemtree {
  width: 100%;
}

.cell-oembox .chart-flow .oemtree th, .cell-oembox .chart-flow .oemtree td {
  width: calc(100% - 88px);
  max-width: 480px;
}

.cell-oembox .chart-flow .oemtree th:nth-of-type(1), .cell-oembox .chart-flow .oemtree td:nth-of-type(1) {
  width: calc(100% - 680px);
}

.cell-oembox .chart-flow .oemtree th:nth-of-type(2), .cell-oembox .chart-flow .oemtree td:nth-of-type(2) {
  width: 200px;
}

.cell-oembox .chart-flow .oemtree th:nth-of-type(3), .cell-oembox .chart-flow .oemtree td:nth-of-type(3) {
  width: 480px;
}

.cell-oembox .chart-flow .oemtree th {
  text-align: center;
  padding-bottom: 55px;
}

.cell-oembox .chart-flow .oemtree .last {
  height: 100%;
  width: 100%;
  background: #00327B;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.cell-oembox .chart-flow .oemtree .endstep {
  padding-top: 35px;
}

.cell-oembox .chart-flow .oemtree .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cell-oembox .chart-flow .oemtree .item .transit {
  width: 115px;
  height: 115px;
  min-width: 115px;
  background: #698AB7;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cell-oembox .chart-flow .oemtree .item .step {
  width: 100%;
  background: #D6DEEA;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cell-oembox .chart-flow .oemtree .item .step .stepno {
  border-radius: 5px 0 0 5px;
  background: #00327B;
  color: #fff;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cell-oembox .chart-flow .oemtree .item .step .stepin {
  width: calc(100% - 100px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15.5px 20px 15.5px 35px;
}

.cell-oembox .chart-flow .oemtree .item .process {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background: #00327B;
  border-radius: 5px;
  color: #fff;
  padding: 15.5px 20px;
  text-align: center;
  position: relative;
}

.cell-oembox .chart-flow .oemtree .item .process.twice {
  max-width: 180px;
}

.cell-oembox .chart-flow .oemtree .item .process.dashdown:after {
  content: '';
  display: block;
  height: 42px;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cell-oembox .chart-flow .oemtree .item .arrowdown {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  font-size: 0;
}

.cell-oembox .chart-flow .oemtree .item .arrowdown:before, .cell-oembox .chart-flow .oemtree .item .arrowdown:after {
  content: '';
  display: block;
}

.cell-oembox .chart-flow .oemtree .item .arrowdown:before {
  width: 1px;
  height: 27px;
  background-color: #000;
}

.cell-oembox .chart-flow .oemtree .item .arrowdown:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle-down.png) center center no-repeat;
  bottom: 0;
  left: calc(50% - 3px);
}

.cell-oembox .chart-flow .oemtree .item .angledown {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
}

.cell-oembox .chart-flow .oemtree .item .angledown:before, .cell-oembox .chart-flow .oemtree .item .angledown:after {
  content: '';
  display: block;
}

.cell-oembox .chart-flow .oemtree .item .angledown:before {
  width: 1px;
  height: 40px;
  background-color: #000;
}

.cell-oembox .chart-flow .oemtree .item .angledown:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle-down.png) center center no-repeat;
  bottom: 0;
  left: calc(50% - 3px);
}

.cell-oembox .chart-flow .oemtree .item.branch {
  margin-top: 9px;
}

.cell-oembox .chart-flow .oemtree .item.branch:before {
  content: "";
  display: block;
  width: calc(50% - 90px);
  top: 0;
  right: 90px;
  height: 1px;
  background: #000;
  position: absolute;
}

.cell-oembox .chart-flow .oemtree .logo {
  max-width: 80%;
  margin: 0 auto;
}

.cell-oembox .chart-flow .oemtree .logo img {
  height: auto;
}

.cell-oembox .chart-flow .tree-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cell-oembox .chart-flow .tree-row .item {
  width: calc(50% - 87px);
  max-width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cell-oembox .chart-flow .tree-row .item .logo {
  text-align: center;
  width: 100%;
}

.cell-oembox .chart-flow .tree-row .item .transit {
  width: 70px;
  height: 70px;
  min-width: 70px;
  background: #698AB7;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}

.cell-oembox .chart-flow .tree-row .item .step {
  width: 100%;
  background: #D6DEEA;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cell-oembox .chart-flow .tree-row .item .step .stepno {
  border-radius: 5px 0 0 5px;
  background: #00327B;
  color: #fff;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cell-oembox .chart-flow .tree-row .item .step .stepin {
  width: calc(100% - 100px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15.5px 20px 15.5px 35px;
}

.cell-oembox .chart-flow .tree-row .item .process {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background: #00327B;
  border-radius: 5px;
  color: #fff;
  padding: 15.5px 20px;
  text-align: center;
  position: relative;
}

.cell-oembox .chart-flow .tree-row .item .process.twice {
  max-width: 180px;
}

.cell-oembox .chart-flow .tree-row .item .process.dashdown:after {
  content: '';
  display: block;
  height: 20px;
  width: 1px;
  background: #000;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cell-oembox .chart-flow .tree-row .item:nth-of-type(2) {
  width: 175px;
}

.cell-oembox .chart-flow .tree-row .item:nth-of-type(3) .arrow {
  padding: 0 10px;
}

.cell-oembox .chart-flow .tree-row .item.branch {
  margin-top: 12px;
}

.cell-oembox .chart-flow .tree-row .item.branch:before {
  content: "";
  display: block;
  width: calc(50% - 90px);
  top: 0;
  right: 90px;
  height: 1px;
  background: #000;
  position: absolute;
}

.cell-oembox .chart-flow .tree-row .item .arrowdown {
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
}

.cell-oembox .chart-flow .tree-row .item .arrowdown:before, .cell-oembox .chart-flow .tree-row .item .arrowdown:after {
  content: '';
  display: block;
}

.cell-oembox .chart-flow .tree-row .item .arrowdown:before {
  width: 1px;
  height: 27px;
  background-color: #000;
}

.cell-oembox .chart-flow .tree-row .item .arrowdown:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle-down.png) center center no-repeat;
  bottom: 0;
  left: calc(50% - 3px);
}

.cell-oembox .chart-flow .tree-row .item .angledown {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.cell-oembox .chart-flow .tree-row .item .angledown:before, .cell-oembox .chart-flow .tree-row .item .angledown:after {
  content: '';
  display: block;
}

.cell-oembox .chart-flow .tree-row .item .angledown:before {
  width: 1px;
  height: 40px;
  background-color: #000;
}

.cell-oembox .chart-flow .tree-row .item .angledown:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle-down.png) center center no-repeat;
  bottom: 0;
  left: calc(50% - 3px);
}

.cell-oembox .chart-flow .tree-row .item .passbox {
  width: 100%;
}

.cell-oembox .chart-flow .tree-row:nth-of-type(1) {
  padding-bottom: 55px;
}

.cell-oembox .chart-flow .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 5px;
  font-size: 0;
}

.cell-oembox .chart-flow .arrow:before, .cell-oembox .chart-flow .arrow:after {
  content: '';
  display: block;
}

.cell-oembox .chart-flow .arrow:before {
  width: calc(100% - 6px);
  height: 1px;
  background-color: #000;
}

.cell-oembox .chart-flow .arrow:after {
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle.png) center center no-repeat;
}

.cell-oembox .chart-flow .arrow.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cell-oembox .chart-flow .arrow.reverse:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cell-oembox .oem-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto 0 auto;
}

.cell-oembox .oem-chart .list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.cell-oembox .oem-chart .list .item {
  width: 162px;
  border: 1px solid rgba(52, 54, 90, 0.3);
  border-radius: 5px;
  margin-right: 32px;
}

.cell-oembox .oem-chart .list .item .imgbox {
  text-align: center;
  height: 160px;
  padding: 12.5px 0;
}

.cell-oembox .oem-chart .list .item .textbox {
  color: #fff;
  line-height: 1.4;
  background: #00327B;
  border-radius: 0 0 5px 5px;
  min-height: 70px;
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.cell-oembox .oem-chart .list:after {
  content: '';
  height: 18px;
  display: block;
  background: url(images/common/icon-arrow-right-orange.svg) center center no-repeat;
  width: 32px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}

.cell-oembox .oem-chart .list:nth-last-of-type(1) .item {
  margin-right: 0;
}

.cell-oembox .oem-chart .list:nth-last-of-type(1):after {
  display: none;
}

@media (max-width: 1100px) {
  .cell-oembox .chart-flow .oemtree th:nth-of-type(1), .cell-oembox .chart-flow .oemtree td:nth-of-type(1) {
    width: 30%;
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(3), .cell-oembox .chart-flow .oemtree td:nth-of-type(3) {
    width: calc(70% - 176px);
  }
  .cell-oembox .chart-flow .oemtree .item .step .stepin {
    padding: 15.5px 20px;
  }
  .cell-oembox .chart-flow .oemtree .item.branch {
    margin-top: 5px;
  }
}

@media (max-width: 950px) {
  .cell-oembox .chart-flow .oemtree th:nth-of-type(1), .cell-oembox .chart-flow .oemtree th:nth-of-type(3), .cell-oembox .chart-flow .oemtree td:nth-of-type(1), .cell-oembox .chart-flow .oemtree td:nth-of-type(3) {
    width: calc(50% - 200px);
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(2), .cell-oembox .chart-flow .oemtree td:nth-of-type(2) {
    width: 200px;
  }
  .cell-oembox .chart-flow .oemtree td {
    vertical-align: top;
  }
  .cell-oembox .chart-flow .oemtree .last {
    vertical-align: middle;
  }
  .cell-oembox .chart-flow .oemtree .item .step {
    margin-top: 15px;
  }
  .cell-oembox .chart-flow .oemtree .item .process.twice {
    max-width: 100%;
  }
  .cell-oembox .chart-flow .oemtree .item .process.twice:nth-of-type(1) {
    margin-top: 30px;
  }
  .cell-oembox .chart-flow .oemtree .item .process.dashdown:after {
    display: none;
  }
  .cell-oembox .chart-flow .oemtree .item.branch {
    margin-top: 0;
  }
  .cell-oembox .chart-flow .oemtree .item.branch:before {
    display: none;
  }
  .cell-oembox .chart-flow .oemtree .item .arrowdown {
    height: 40px;
    margin-bottom: 10px;
  }
  .cell-oembox .chart-flow .oemtree .item .arrowdown:before {
    height: 40px;
  }
  .cell-oembox .chart-flow .oemtree tr:nth-of-type(2) td:nth-of-type(1) {
    padding-top: 8px;
  }
  .cell-oembox .chart-flow .arrow.twice {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    margin-bottom: 10px;
  }
  .cell-oembox .chart-flow .arrow.twice:before {
    height: 40px;
    width: 1px;
  }
  .cell-oembox .chart-flow .arrow.twice:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 3px);
  }
}

@media (max-width: 848px) {
  .cell-oembox .chart-flow .oemtree tr:nth-of-type(2) td:nth-of-type(1) {
    padding-top: 0px;
  }
}

@media (max-width: 768px) {
  .cell-oembox {
    padding: 60px 25px;
  }
  .cell-oembox .chart-flow .oemtree th, .cell-oembox .chart-flow .oemtree td {
    vertical-align: middle;
    max-width: 100%;
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(1), .cell-oembox .chart-flow .oemtree th:nth-of-type(3), .cell-oembox .chart-flow .oemtree td:nth-of-type(1), .cell-oembox .chart-flow .oemtree td:nth-of-type(3) {
    width: calc(50% - 68px);
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(2), .cell-oembox .chart-flow .oemtree td:nth-of-type(2) {
    width: 135px;
    max-width: 135px;
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(2) .item, .cell-oembox .chart-flow .oemtree td:nth-of-type(2) .item {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(2) .arrow, .cell-oembox .chart-flow .oemtree td:nth-of-type(2) .arrow {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .cell-oembox .chart-flow .oemtree .item .step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cell-oembox .chart-flow .oemtree .item .step .stepno {
    width: 100%;
    border-radius: 5px 5px 0 0;
    padding: 8px 10px;
  }
  .cell-oembox .chart-flow .oemtree .item .step .stepin {
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  .cell-oembox .chart-flow .oemtree tr:nth-of-type(2) td {
    vertical-align: top;
  }
  .cell-oembox .chart-flow .arrow {
    padding: 0 2px;
  }
  .cell-oembox .chart-flow .arrow:before {
    display: none !important;
  }
  .cell-oembox .chart-flow .arrow.twice:before {
    display: block !important;
  }
  .cell-oembox .oem-chart {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cell-oembox .oem-chart .list {
    width: calc(100% / 3);
  }
  .cell-oembox .oem-chart .list .item {
    width: calc(100% - 32px);
  }
  .cell-oembox .oem-chart .list .item .textbox {
    height: calc(100% - 160px);
    padding: 10px;
  }
  .cell-oembox .oem-chart .list .item .textbox p br {
    display: none;
  }
}

@media (max-width: 675px) {
  .cell-oembox .oem-chart {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .cell-oembox .oem-chart .list {
    width: 50%;
  }
}

@media (max-width: 576px) {
  .cell-oembox {
    padding: 35px 15px;
    margin-top: 25px;
  }
  .cell-oembox .chart-flow {
    padding-bottom: 15px;
    padding-right: 15px;
    overflow-x: auto;
  }
  .cell-oembox .chart-flow .oemtree {
    min-width: 485px;
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(1), .cell-oembox .chart-flow .oemtree th:nth-of-type(3), .cell-oembox .chart-flow .oemtree td:nth-of-type(1), .cell-oembox .chart-flow .oemtree td:nth-of-type(3) {
    width: calc(50% - 55px);
  }
  .cell-oembox .chart-flow .oemtree th:nth-of-type(2), .cell-oembox .chart-flow .oemtree td:nth-of-type(2) {
    width: 110px;
  }
  .cell-oembox .chart-flow .oemtree th {
    padding-bottom: 25px;
  }
  .cell-oembox .chart-flow .oemtree .item .step .stepin {
    padding: 8px;
  }
  .cell-oembox .chart-flow .oemtree .item .arrowdown, .cell-oembox .chart-flow .oemtree .item .angledown {
    height: 25px;
    margin-bottom: 5px;
  }
  .cell-oembox .chart-flow .oemtree .item .arrowdown:before, .cell-oembox .chart-flow .oemtree .item .angledown:before {
    height: 25px;
  }
  .cell-oembox .chart-flow .oemtree .item .transit {
    font-size: 11px;
    padding: 0 3px;
    letter-spacing: 0;
    width: 90px;
    min-width: 90px;
    height: 90px;
  }
  .cell-oembox .chart-flow .oemtree .item .process {
    padding: 10px 7px;
  }
  .cell-oembox .chart-flow .oemtree .item .process.twice:nth-of-type(1) {
    margin-top: 22px;
  }
  .cell-oembox .chart-flow .arrow.twice {
    height: 30px;
    margin-bottom: 5px;
  }
  .cell-oembox .chart-flow .arrow.twice:before {
    height: 30px;
  }
}

@media (max-width: 475px) {
  .cell-oembox .oem-chart .list .item {
    width: calc(100% - 20px);
    margin-right: 20px;
  }
  .cell-oembox .oem-chart .list .item .textbox {
    min-height: 77px;
  }
  .cell-oembox .oem-chart .list:after {
    width: 20px;
    background-size: 8px auto;
  }
}

@media (max-width: 365px) {
  .cell-oembox .chart-flow {
    overflow-x: auto;
  }
  .cell-oembox .chart-flow .oemtree {
    min-width: 290px;
  }
  .cell-oembox .oem-chart .list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cell-oembox .oem-chart .list .item {
    width: 100%;
    max-width: 170px;
    margin-right: 0;
  }
  .cell-oembox .oem-chart .list .item .textbox {
    min-width: 60px;
  }
  .cell-oembox .oem-chart .list:after {
    position: relative;
    width: 100%;
    margin-top: 5px;
    height: 20px;
    background-image: url(images/common/icon-arrow-down-orange.svg);
    background-size: auto auto;
  }
}

.cell-medicine {
  padding: 85px 0 90px;
}

@media (max-width: 576px) {
  .cell-medicine {
    padding: 55px 0 60px;
  }
}

.cell-medicinebox {
  max-width: 945px;
  margin: 0 auto;
}

.cell-medicinebox .text {
  margin-top: 35px;
  line-height: 2;
}

.cell-medicinebox .medicine-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px auto 0 auto;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  max-width: 915px;
}

.cell-medicinebox .medicine-chart .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cell-medicinebox .medicine-chart .item .databox {
  border-radius: 5px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12.5px 15px;
}

.cell-medicinebox .medicine-chart .item span {
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1.39;
}

.cell-medicinebox .medicine-chart .item .arrow {
  width: 65px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}

.cell-medicinebox .medicine-chart .item .arrow:before, .cell-medicinebox .medicine-chart .item .arrow:after {
  content: '';
  display: inline-block;
}

.cell-medicinebox .medicine-chart .item .arrow:before {
  width: 40px;
  height: 1px;
  background: #000;
}

.cell-medicinebox .medicine-chart .item .arrow:after {
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle.png);
}

.cell-medicinebox .medicine-chart .item.first {
  width: 38%;
  max-width: 360px;
}

.cell-medicinebox .medicine-chart .item.first .databox {
  padding: 0 35px;
  /*width:280px;*/
}

.cell-medicinebox .medicine-chart .item.first .arrow {
  width: 80px;
  padding: 0 10px 0 23px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 22px;
}

.cell-medicinebox .medicine-chart .item.first .arrow:before {
  margin-top: 2.5px;
}

.cell-medicinebox .medicine-chart .item.last {
  width: 100%;
  display: relative;
}

.cell-medicinebox .medicine-chart .item.last .databox {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  padding: 17.5px 15px;
}

.cell-medicinebox .medicine-chart .item.last:before, .cell-medicinebox .medicine-chart .item.last:after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}

.cell-medicinebox .medicine-chart .item.last:before {
  height: 30px;
  width: 1px;
  background: #000;
  top: 0;
}

.cell-medicinebox .medicine-chart .item.last:after {
  width: 6px;
  height: 6px;
  background: url(images/common/icon-triangle.png);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 30px;
}

.cell-medicinebox .medicine-chart .item.branch {
  position: relative;
}

.cell-medicinebox .medicine-chart .item.branch:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -35px;
  left: 70px;
  height: 20px;
  width: 1px;
  background: #000;
}

.cell-medicinebox .medicine-chart .tree {
  width: 62%;
  max-width: 550px;
}

.cell-medicinebox .medicine-chart .tree .tree-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cell-medicinebox .medicine-chart .tree .tree-row.branch {
  margin-top: 34px;
  padding-top: 51px;
  position: relative;
}

.cell-medicinebox .medicine-chart .tree .tree-row.branch:before {
  content: '';
  display: block;
  width: calc(100% - 140px);
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  left: 70px;
}

@media (max-width: 950px) {
  .cell-medicinebox .medicine-chart {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cell-medicinebox .medicine-chart .item .databox {
    min-width: 100px;
  }
  .cell-medicinebox .medicine-chart .item.branch:after {
    left: 50px;
  }
  .cell-medicinebox .medicine-chart .tree {
    max-width: 430px;
  }
  .cell-medicinebox .medicine-chart .tree .tree-row.branch:before {
    width: calc(100% - 82px);
    left: 50px;
  }
}

@media (max-width: 768px) {
  .cell-medicinebox .medicine-chart .item .databox {
    min-width: 70px;
  }
  .cell-medicinebox .medicine-chart .item .arrow {
    width: 45px;
  }
  .cell-medicinebox .medicine-chart .item .arrow:before {
    width: 25px;
  }
  .cell-medicinebox .medicine-chart .item.first {
    width: calc(100% - 370px);
  }
  .cell-medicinebox .medicine-chart .item.first .databox {
    padding: 0 20px;
  }
  .cell-medicinebox .medicine-chart .item.first .arrow {
    width: 60px;
    margin-top: 24px;
    padding: 0 10px 0 12px;
  }
  .cell-medicinebox .medicine-chart .item.branch:after {
    left: 35px;
  }
  .cell-medicinebox .medicine-chart .tree {
    width: 370px;
  }
  .cell-medicinebox .medicine-chart .tree .tree-row.branch:before {
    width: calc(100% - 92px);
    left: 35px;
  }
}

@media (max-width: 630px) {
  .cell-medicinebox .medicine-chart .item.first {
    width: calc(100% - 320px);
  }
  .cell-medicinebox .medicine-chart .item .arrow {
    width: 20px;
    padding: 0 3px;
  }
  .cell-medicinebox .medicine-chart .item .arrow:before {
    width: calc(100% - 6px);
  }
  .cell-medicinebox .medicine-chart .tree {
    width: 320px;
  }
}

@media (max-width: 576px) {
  .cell-medicinebox .medicine-chart {
    margin: 35px auto 0 auto;
    min-width: 430px;
  }
  .cell-medicinebox .medicine-chart .item .databox {
    padding: 10px;
  }
  .cell-medicinebox .medicine-chart .item.first {
    width: calc(100% - 280px);
  }
  .cell-medicinebox .medicine-chart .item.first .databox {
    padding: 0 12px;
  }
  .cell-medicinebox .medicine-chart .item.first .arrow {
    margin-top: 17px;
  }
  .cell-medicinebox .medicine-chart .item.last .databox {
    padding: 12px 10px;
  }
  .cell-medicinebox .medicine-chart .tree {
    width: 280px;
  }
  .cell-medicinebox .medicine-chart .tree .tree-row.branch:before {
    width: calc(100% - 76px);
  }
}

@media (max-width: 576px) {
  .cell-medicinebox .chartbox {
    width: 100%;
    min-height: 300px;
    overflow-x: auto;
    padding-bottom: 20px;
  }
}

#product .page-bt-linkbox .zoom a {
  margin-left: 56.5%;
}

@media (max-width: 900px) {
  #product .page-bt-linkbox .zoom a {
    margin-left: 50%;
  }
}

@media (max-width: 576px) {
  #product .page-bt-linkbox .zoom a {
    margin-left: auto;
  }
}

.pd-doctor {
  position: relative;
  min-height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  background-repeat: no-repeat;
}

.pd-doctor .doctor-pic {
  width: 48.5%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.pd-doctor .zoom {
  width: 51.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0 80px;
  min-height: 590px;
  position: relative;
  background-size: cover;
  background-position: left center;
}

.pd-doctor .zoom:before {
  content: "";
  background-color: rgba(21, 144, 204, 0.81);
  width: 100%;
  height: 100%;
  position: absolute;
  min-height: 590px;
  top: 0;
  left: 0;
}

.pd-doctor .zoom .inData {
  width: 100%;
  max-width: 675px;
  padding: 0 135px 0 50px;
  position: relative;
}

.pd-doctor .zoom .inData .tit {
  color: #fff;
  line-height: 1.715;
}

.pd-doctor .zoom .inData .text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
  margin-top: 35px;
}

.pd-doctor .zoom .inData .namebox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  background: #fff;
  border-radius: 99em;
}

.pd-doctor .zoom .inData .namebox .name {
  background-image: -webkit-gradient(linear, left top, right top, from(#0B62AF), to(#58C2D8));
  background-image: linear-gradient(to right, #0B62AF, #58C2D8);
  padding: 7px 40px;
  border-radius: 99em;
  color: #fff;
  display: inline-block;
  min-width: 165px;
  text-align: center;
}

.pd-doctor .zoom .inData .namebox .pos {
  border-radius: 99em;
  background: #fff;
  display: inline-block;
  padding: 8px 35px 8px 20px;
  color: #1B549E;
  min-width: 130px;
  text-align: center;
}

@media (min-width: 2000px) {
  .pd-doctor {
    min-height: 670px;
  }
}

@media (max-width: 1450px) {
  .pd-doctor .doctor-pic {
    width: 50%;
  }
  .pd-doctor .zoom {
    width: 50%;
  }
  .pd-doctor .zoom .inData {
    padding: 0 80px 0 50px;
  }
}

@media (max-width: 1250px) {
  .pd-doctor .zoom {
    padding: 50px 0 60px;
    width: 50%;
  }
  .pd-doctor .zoom .inData {
    padding: 0 35px;
  }
  .pd-doctor .zoom .inData .namebox {
    margin-top: 35px;
  }
  .pd-doctor .zoom .inData .namebox .name {
    padding: 7px 20px;
  }
  .pd-doctor .zoom .inData .namebox .pos {
    padding: 8px 20px 8px 15px;
  }
}

@media (max-width: 992px) {
  .pd-doctor {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pd-doctor .doctor-pic {
    width: 100%;
    position: relative;
    height: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pd-doctor .doctor-pic:before {
    display: block;
    content: '';
    padding-bottom: 63.1%;
  }
  .pd-doctor .zoom {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-height: auto;
  }
  .pd-doctor .zoom:before {
    min-height: auto;
  }
  .pd-doctor .zoom .inData {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  .pd-doctor .zoom {
    padding: 35px 0 40px;
  }
  .pd-doctor .zoom .inData {
    padding: 0 20px;
  }
  .pd-doctor .zoom .inData .text {
    margin-top: 20px;
  }
  .pd-doctor .zoom .inData .namebox {
    min-height: auto;
    margin-top: 25px;
  }
  .pd-doctor .zoom .inData .namebox .name {
    padding: 6.5px 20px;
  }
  .pd-doctor .zoom .inData .namebox .pos {
    padding: 5px 20px 5px 10px;
  }
}

@media (max-width: 475px) {
  .pd-doctor .zoom .inData .namebox .name {
    min-width: auto;
    padding: 6.5px 8px;
  }
  .pd-doctor .zoom .inData .namebox .pos {
    padding: 5px 8px 5px 0;
  }
}

@media (max-width: 370px) {
  .pd-doctor .zoom .inData .namebox .name {
    letter-spacing: 0;
    font-size: 14px;
  }
  .pd-doctor .zoom .inData .namebox .pos {
    letter-spacing: 0;
    font-size: 13px;
  }
}

.pd-zoom {
  margin-top: 70px;
}

@media (max-width: 576px) {
  .pd-zoom {
    margin-top: 40px;
  }
}

.pd-section {
  /*background:#F3F8FB;*/
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #F3F8FB), color-stop(50%, #ffffff));
  background-image: linear-gradient(to bottom, #F3F8FB 20%, #ffffff 50%);
  border-top: 3px solid #fff;
}

.pd-section .content {
  padding-top: 115px;
  padding-bottom: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pd-section .content .imgbox {
  width: 50%;
  position: relative;
  padding-left: 50px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.pd-section .content .imgbox .pd-slider .slick-dots {
  bottom: -25px;
}

.pd-section .content .imgbox .pd-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.pd-section .content .imgbox .pd-slider .slick-dots li button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}

.pd-section .content .imgbox .pd-slider .slick-dots li.slick-active button {
  background: #78c7f0;
}

.pd-section .content .imgbox .pdimg {
  height: auto;
  max-height: 460px;
  background-size: contain !important;
}

.pd-section .content .imgbox .pdimg:before {
  content: '';
  display: block;
  padding-bottom: 76.67%;
  max-height: 460px;
}

.pd-section .content .imgbox .pdlabel {
  position: absolute;
  left: 50px;
  top: 0;
  width: 55px;
}

.pd-section .content .imgbox .pdlabel .label {
  display: inline-block;
}

.pd-section .content .imgbox .pdlabel .label + .label {
  margin-top: 15px;
}

.pd-section .content .pdData {
  width: 50%;
  padding: 0 15px 0 50px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  max-height: 600px;
  overflow-y: auto;
}

.pd-section .content .pdData.noscrollbar {
  max-height: 100%;
}

.pd-section .content .pdData.noscrollbar .mCSB_container {
  padding-top: 0;
}

.pd-section .content .pdData .mCSB_container {
  padding-top: 25px;
}

.pd-section .content .pdData .sublabel {
  background: #d12d2a;
  border-radius: 50px;
  color: #fff;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}

.pd-section .content .pdData .subtitle {
  padding-bottom: 15px;
}

.pd-section .content .pdData .pdname .name {
  line-height: 1.429;
  color: #423C3C;
  margin-right: 10px;
}

.pd-section .content .pdData .pdname .madein {
  color: #1B549E;
  border: 1px solid #1B549E;
  border-radius: 3px;
  display: inline-block;
  padding: 7px 13px;
  position: relative;
  top: -3px;
}

.pd-section .content .pdData .pdtext {
  line-height: 2;
  margin-top: 35px;
  color: #333;
  padding-right: 30px;
}

.pd-section .content .pdData .ul-style {
  margin-top: 40px;
  padding-right: 30px;
}

.pd-section .content .pdData .ul-style p {
  margin-left: 0px;
}

.pd-section .content .pdData .ul-style .ps {
  color: rgba(0, 0, 0, 0.72);
}

.pd-section .content .pdData .detail {
  margin-top: 35px;
  padding-right: 40px;
  padding-bottom: 25px;
}

.pd-section .content .pdData .detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.pd-section .content .pdData .detail .item .taglabel {
  color: #1B549E;
  border: 1px solid #1B549E;
  border-radius: 5px;
  background: #fff;
  display: block;
  min-width: 70px;
  padding: 6px 7px;
  text-align: center;
  margin-right: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pd-section .content .pdData .detail .item .script {
  margin-top: 3px;
  color: #333;
  line-height: 1.75;
}

.pd-section .content .pdData .detail .item + .item {
  margin-top: 10px;
}

.pd-section .content .pdData .pdremarks {
  margin-top: 35px;
  display: none;
  max-width: 100%;
}

.pd-section .content .pdData .pd-detaillink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #78c7f0;
  line-height: 1;
}

.pd-section .content .pdData .pd-detaillink .url {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 3px;
}

.pd-section .content .pdData .pd-detaillink .icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}

.pd-section .content .pdData .pd-detaillink .icon svg path, .pd-section .content .pdData .pd-detaillink .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.pd-section .content .pdData .pd-detaillink:hover {
  color: #1B549E;
}

.pd-section .content .pdData .pd-detaillink:hover .icon svg path, .pd-section .content .pdData .pd-detaillink:hover .icon svg rect {
  fill: #1B549E !important;
}

.pd-section .content .pdData .pd-detaillink2 {
  color: rgba(0, 0, 0, 0.74);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  display: block;
}

.pd-section .content .pdData .pd-detaillink2 .icon {
  margin-right: 10px;
}

.pd-section .content .pdData .pd-detaillink2 .word {
  text-decoration: underline;
}

.pd-section .content .pdData .pd-detaillink2:hover {
  color: #1B549E;
}

.pd-section .content .pdremarks {
  max-width: 580px;
  margin-top: 50px;
}

.pd-section .content .pdremarks .inData {
  background: #E7F2F8;
  border-radius: 3px;
  padding: 40px;
}

.pd-section .content .pdremarks .inData .ramarks {
  line-height: 1.867;
  color: #516073;
}

.pd-section .pd-wrapper {
  margin-top: -50px;
  padding-bottom: 70px;
}

.pd-section .pd-wrapper .zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pd-section .pd-wrapper .zoom .video-pic {
  width: 50%;
  padding-right: 50px;
}

.pd-section .pd-wrapper .zoom .video-pic .img {
  border: 5px solid #fff;
  position: relative;
  display: block;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  height: 380px;
}

.pd-section .pd-wrapper .zoom .video-pic .img .playicon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 3px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

.pd-section .pd-wrapper .zoom .video-pic .img .playicon svg {
  display: inline-block !important;
}

.pd-section .pd-wrapper .zoom .video-pic .img .playicon svg path, .pd-section .pd-wrapper .zoom .video-pic .img .playicon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.pd-section .pd-wrapper .zoom .video-pic .img:hover {
  opacity: 0.8;
}

.pd-section .pd-wrapper .zoom .video-pic .img:hover .playicon {
  border-color: #757575;
}

.pd-section .pd-wrapper .zoom .video-pic .img:hover .playicon svg path, .pd-section .pd-wrapper .zoom .video-pic .img:hover .playicon svg rect {
  fill: #757575 !important;
}

.pd-section .pd-wrapper .zoom .wpData {
  padding: 15px 50px 0 50px;
  width: 50%;
}

.pd-section .pd-wrapper .zoom .wpData .videotit {
  padding-bottom: 1.5em;
}

.pd-section .pd-wrapper .zoom .wpData .wpscript {
  color: #4C4C4C;
  line-height: 2;
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn {
  padding-top: 65px;
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn {
  min-width: 200px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  background: #1590CC;
  padding: 9.5px 18px;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #1590CC;
  float: left;
  margin-bottom: 15px;
  margin-right: 10px;
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn .icon {
  margin-left: 35px;
  position: relative;
  top: -1px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn .icon svg {
  display: inline-block;
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn .icon svg path, .pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn .icon svg rect {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn:hover {
  background: #fff;
  color: #1590CC;
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn:hover .icon {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn:hover .icon svg path, .pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn:hover .icon svg rect {
  fill: #1590CC !important;
}

.pd-section:nth-of-type(1) {
  border-top: none;
}

.pd-section:nth-of-type(odd) .content .pdData .pdname {
  padding-right: 75px;
}

.pd-section:nth-of-type(odd) .pd-wrapper .zoom .wpData[data-aos=fade-right] {
  -webkit-transform: translate3d(50px, 0, 0) !important;
          transform: translate3d(50px, 0, 0) !important;
}

.pd-section:nth-of-type(odd) .pd-wrapper .zoom .wpData[data-aos^=fade][data-aos^=fade].aos-animate {
  -webkit-transform: translateZ(0) !important;
          transform: translateZ(0) !important;
}

.pd-section:nth-of-type(even) {
  /*background:#EEF6FB;*/
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #EEF6FB), color-stop(50%, #ffffff));
  background-image: linear-gradient(to bottom, #EEF6FB 20%, #ffffff 50%);
}

.pd-section:nth-of-type(even) .content .imgbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.pd-section:nth-of-type(even) .content .imgbox .pdlabel {
  left: auto;
  right: 0;
}

.pd-section:nth-of-type(even) .content .pdData {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.pd-section:nth-of-type(even) .pd-wrapper .zoom .video-pic {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pd-section:nth-of-type(even) .pd-wrapper .zoom .wpData {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 1200px) {
  .pd-section .content .imgbox {
    padding-left: 20px;
  }
  .pd-section .content .imgbox .pdlabel {
    left: 20px;
  }
  .pd-section .content .pdData {
    padding: 0 15px 0 20px;
  }
  .pd-section .pd-wrapper .zoom .video-pic {
    padding-right: 20px;
  }
  .pd-section .pd-wrapper .zoom .wpData {
    padding: 15px 25px 0 25px;
  }
  .pd-section .pd-wrapper .zoom .wpData .dm-btn {
    padding-top: 35px;
  }
  .pd-section:nth-of-type(even) .content .imgbox {
    padding-right: 20px;
  }
  .pd-section:nth-of-type(even) .content .imgbox .pdlabel {
    right: 0;
  }
}

@media (max-width: 992px) {
  .pd-section .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .pd-section .content .imgbox {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .pd-section .content .imgbox .pd-slider {
    max-width: 600px;
    margin: 0 auto;
  }
  .pd-section .content .imgbox .pd-slider .slick-dots {
    bottom: -20px;
  }
  .pd-section .content .imgbox .pdimg {
    max-width: 600px;
    margin: 0 auto;
  }
  .pd-section .content .imgbox .pdremarks {
    display: none;
  }
  .pd-section .content .pdData {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 35px;
    max-height: 100%;
  }
  .pd-section .content .pdData .mCSB_container {
    padding-top: 0;
  }
  .pd-section .content .pdData .pdtext, .pd-section .content .pdData .ul-style, .pd-section .content .pdData .detail {
    padding-right: 0;
  }
  .pd-section .content .pdData .detail {
    padding-bottom: 0;
  }
  .pd-section .content .pdData .pdremarks {
    display: block;
  }
  .pd-section .pd-wrapper .zoom .wpData .dm-btn {
    padding-top: 20px;
  }
  .pd-section:nth-of-type(odd) .content .pdData .pdname {
    padding-right: 0;
  }
  .pd-section:nth-of-type(even) .content .imgbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pd-section:nth-of-type(even) .content .pdDAta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .pd-section .pd-wrapper .zoom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pd-section .pd-wrapper .zoom .video-pic {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
  }
  .pd-section .pd-wrapper .zoom .video-pic .img {
    height: auto;
  }
  .pd-section .pd-wrapper .zoom .video-pic .img:before {
    content: '';
    display: block;
    padding-bottom: 62.8%;
  }
  .pd-section .pd-wrapper .zoom .wpData {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 25px;
  }
}

@media (max-width: 576px) {
  .pd-section .content {
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .pd-section .content .imgbox {
    padding-left: 0;
  }
  .pd-section .content .imgbox .pd-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
  .pd-section .content .imgbox .pd-slider .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .pd-section .content .imgbox .pdlabel {
    width: 40px;
    left: 0;
  }
  .pd-section .content .imgbox .pdlabel .label + .label {
    margin-top: 8px;
  }
  .pd-section .content .pdData {
    padding: 35px 0 0 0;
  }
  .pd-section .content .pdData .pdname .madein {
    padding: 5px 11px;
  }
  .pd-section .content .pdData .pdtext {
    margin-top: 20px;
  }
  .pd-section .content .pdData .ul-style {
    margin-top: 20px;
  }
  .pd-section .content .pdData .detail {
    margin-top: 20px;
  }
  .pd-section .content .pdData .detail .item .taglabel {
    padding: 4px 10px;
  }
  .pd-section .content .pdData .detail .item .script {
    margin-top: 2px;
  }
  .pd-section .content .pdData .pdremarks {
    margin-top: 20px;
  }
  .pd-section .content .pdremarks .inData {
    padding: 20px 15px;
  }
  .pd-section .pd-wrapper {
    padding-bottom: 60px;
    margin-top: 0;
  }
  .pd-section .pd-wrapper .zoom .video-pic .img .playicon {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  .pd-section .pd-wrapper .zoom .wpData .videotit {
    padding-bottom: 1em;
  }
  .pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn {
    padding: 7px 12px;
    min-width: 160px;
  }
  .pd-section .pd-wrapper .zoom .wpData .dm-btn .lightbtn .icon {
    top: -2px;
  }
  .pd-section:nth-of-type(even) .content .imgbox {
    padding-right: 0;
  }
}

.wp[data-tag="contact"] .page-banner {
  height: 350px;
}

.wp[data-tag="contact"] .page-banner .bn-textbox {
  padding: 70px 15px 0 15px;
}

@media (max-width: 992px) {
  .wp[data-tag="contact"] .page-banner {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .wp[data-tag="contact"] .page-banner {
    height: 220px;
  }
  .wp[data-tag="contact"] .page-banner .bn-textbox {
    padding: 40px 15px 0 15px;
  }
}

.wp[data-tag="contact"] .page-inner {
  position: relative;
}

.wp[data-tag="contact"] .page-inner:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 260px;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));
  background-image: linear-gradient(to bottom, #FFFFFF, #f7f7f7);
}

.wp[data-tag="contact"] .page-inner .guideline {
  background: #e5e5e5;
  top: -50px;
}

.wp[data-tag="contact"] .page-inner .guideline.active {
  height: 145px;
}

@media (max-width: 992px) {
  .wp[data-tag="contact"] .page-inner .guideline.active {
    height: 90px;
  }
}

@media (max-width: 576px) {
  .wp[data-tag="contact"] .page-inner .guideline {
    top: -30px;
  }
  .wp[data-tag="contact"] .page-inner .guideline.active {
    height: 50px;
  }
}

.contact-textbox {
  padding: 70px 0 0 0;
}

.contact-textbox .tag {
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}

.contact-textbox .notice {
  background: #f6f6f6;
  border-radius: 5px;
  padding: 30px 20px 40px 20px;
  margin-top: 45px;
}

.contact-textbox .notice p {
  max-width: 950px;
  margin: 0 auto;
  line-height: 2;
  color: #5e5e5e;
}

.contact-textbox .notice a {
  color: #0990D0;
}

.contact-textbox .notice a:hover {
  color: #FCB32B;
}

@media (max-width: 576px) {
  .contact-textbox {
    padding-top: 40px;
  }
  .contact-textbox .notice {
    padding: 20px;
    margin-top: 25px;
  }
}

.contact-form {
  padding: 75px 0;
}

.contact-form .form-box {
  max-width: 825px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.contact-form .form-box .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-form .form-box .item .tag {
  width: 252px;
  color: #333;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form .form-box .item .tag .must {
  display: inline-block;
  background: #0990D0;
  min-width: 33px;
  border-radius: 3px;
  padding: 0 3px;
  color: #fff;
  min-height: 20px;
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 20px;
}

.contact-form .form-box .item .inData {
  width: calc(100% - 252px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form .form-box .item .inData .check-btn {
  padding-right: 30px;
}

.contact-form .form-box .item .inData .col {
  padding: 0 10px;
}

.contact-form .form-box .item .inData .alertmsg {
  color: #f55;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 0 10px 10px 10px;
}

.contact-form .form-box .item.phone-item .inData .areacode {
  max-width: 160px;
  position: relative;
}

.contact-form .form-box .item.phone-item .inData .areacode:after {
  content: '';
  display: block;
  width: 8px;
  height: 1px;
  background: #707070;
  position: absolute;
  right: -5px;
  top: calc(50% - 1px);
}

.contact-form .form-box .item.phone-item .inData .telnumber {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 0 15px;
}

.contact-form .form-box .item.textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact-form .script-box {
  border-top: 1px solid #ADADAD;
  padding-top: 55px;
}

.contact-form .script-box .text {
  max-width: 940px;
  margin: 0 auto;
  color: #5e5e5e;
  line-height: 2;
}

.contact-form .script-box .text a {
  color: #0990D0;
}

.contact-form .script-box .text a:hover {
  color: #FCB32B;
}

.contact-form .techmarks {
  max-width: 304px;
  margin: 45px auto 0 auto;
}

.contact-form .submit-btn {
  text-align: center;
  padding-top: 50px;
}

.contact-form .submit-btn button {
  display: inline-block;
  position: relative;
  width: 315px;
  height: 62px;
  border-radius: 5px;
  background: #B3B3B3;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.contact-form .submit-btn button .word {
  display: inline-block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
}

.contact-form .submit-btn button .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

.contact-form .submit-btn button .icon img {
  display: block;
  width: 8px;
}

.contact-form .submit-btn button:hover {
  background: #0990D0;
}

@media (max-width: 768px) {
  .contact-form .form-box .item {
    margin-bottom: 30px;
  }
  .contact-form .form-box .item .tag {
    width: 180px;
  }
  .contact-form .form-box .item.phone-item .inData .areacode {
    max-width: 120px;
  }
  .contact-form .techmarks {
    margin-top: 30px;
  }
  .contact-form .submit-btn {
    padding-top: 40px;
  }
}

@media (max-width: 576px) {
  .contact-form {
    padding: 55px 0 60px;
  }
  .contact-form .form-box {
    padding-bottom: 20px;
  }
  .contact-form .form-box .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .contact-form .form-box .item .tag {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }
  .contact-form .form-box .item .inData {
    width: 100%;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-form .form-box .item .inData .col {
    padding: 0 5px;
  }
  .contact-form .form-box .item .inData .check-btn {
    padding-right: 15px;
  }
  .contact-form .form-box .item .inData .alertmsg {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 0 5px 5px 5px;
  }
  .contact-form .form-box .item .inData .alertmsg:before {
    height: 22px;
    width: 15px;
  }
  .contact-form .form-box .item.phone-item .inData .areacode {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
  .contact-form .form-box .item.phone-item .inData .areacode:after {
    right: -8px;
  }
  .contact-form .script-box {
    padding-top: 30px;
  }
  .contact-form .techmarks {
    margin-top: 20px;
  }
  .contact-form .submit-btn {
    padding-top: 20px;
  }
  .contact-form .submit-btn button {
    height: 50px;
    line-height: 50px;
    width: 304px;
  }
  .contact-form .submit-btn button .word {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 475px) {
  .contact-form .form-box .item.list-item .inData .check-btn {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .contact-form .form-box .item.list-item .inData .check-btn.other {
    width: 100%;
  }
}

@media (max-width: 335px) {
  .contact-form .techmarks {
    left: -7.5px;
    position: relative;
  }
  .contact-form .submit-btn button {
    max-width: 304px;
    width: 100%;
  }
}

.contact-send {
  padding: 65px 0 130px;
}

.contact-send .icon-envelope {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  background: #E9E9E9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-send .send-textbox {
  padding: 45px 20px 0 20px;
  max-width: 735px;
  margin: 0 auto;
}

.contact-send .send-textbox .text {
  line-height: 2;
  color: #777;
  padding-top: 15px;
}

.contact-send .btn-style {
  text-align: center;
  padding-top: 50px;
}

.contact-send .btn-style a {
  display: inline-block;
  position: relative;
  width: 315px;
  height: 62px;
  border-radius: 5px;
  background: #0990D0;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.contact-send .btn-style a .word {
  display: inline-block;
  width: 100%;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
}

.contact-send .btn-style a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
}

.contact-send .btn-style a .icon img {
  display: block;
  width: 8px;
}

.contact-send .btn-style a:hover {
  background: #00327B;
}

@media (max-width: 768px) {
  .contact-send {
    padding: 65px 0 95px;
  }
}

@media (max-width: 576px) {
  .contact-send {
    padding: 55px 0 60px;
  }
  .contact-send .icon-envelope {
    width: 130px;
    height: 130px;
  }
  .contact-send .send-textbox {
    padding-top: 30px;
  }
  .contact-send .send-textbox .text {
    padding-top: 10px;
  }
  .contact-send .btn-style {
    padding-top: 30px;
  }
  .contact-send .btn-style a {
    width: 304px;
    height: 50px;
    line-height: 50px;
  }
  .contact-send .btn-style a .word {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 335px) {
  .contact-send .btn-style a {
    max-width: 304px;
    width: 100%;
  }
}

.wp[data-tag="privacy"] .page-banner {
  height: 350px;
}

.wp[data-tag="privacy"] .page-banner .bn-textbox {
  padding: 70px 15px 0 15px;
}

@media (max-width: 992px) {
  .wp[data-tag="privacy"] .page-banner {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .wp[data-tag="privacy"] .page-banner {
    height: 220px;
  }
  .wp[data-tag="privacy"] .page-banner .bn-textbox {
    padding: 40px 15px 0 15px;
  }
}

.wp[data-tag="privacy"] .page-inner .guideline {
  background: #e5e5e5;
  top: -50px;
}

.wp[data-tag="privacy"] .page-inner .guideline.active {
  height: 145px;
}

@media (max-width: 992px) {
  .wp[data-tag="privacy"] .page-inner .guideline.active {
    height: 90px;
  }
}

@media (max-width: 576px) {
  .wp[data-tag="privacy"] .page-inner .guideline {
    top: -30px;
  }
  .wp[data-tag="privacy"] .page-inner .guideline.active {
    height: 50px;
  }
}

.privacy-box {
  padding: 70px 0 0 0;
  position: relative;
}

.privacy-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 930px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));
  background-image: linear-gradient(to bottom, #FFFFFF, #f7f7f7);
  z-index: -1;
}

.privacy-box .tag {
  letter-spacing: 0.05em;
  line-height: 1.43;
  text-align: center;
}

.privacy-box .box {
  padding: 55px 0 130px 0;
}

.privacy-box .text {
  line-height: 2;
  color: #333333;
}

@media (max-width: 768px) {
  .privacy-box {
    padding: 50px 0 0 0;
  }
  .privacy-box .box {
    padding: 35px 0 90px 0;
  }
}

@media (max-width: 576px) {
  .privacy-box {
    padding: 40px 0 0 0;
  }
  .privacy-box .box {
    padding: 25px 0 60px 0;
  }
}

.policy-item {
  padding: 60px 0 15px;
}

.policy-item .subtit {
  color: #333333;
}

.policy-item .text {
  margin-top: 10px;
  color: #5B5B5B;
}

@media (max-width: 768px) {
  .policy-item {
    padding: 35px 0 0;
  }
}

@media (max-width: 576px) {
  .policy-item {
    padding: 25px 0 0;
  }
}
/*# sourceMappingURL=style_en.css.map */