@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700;900&display=swap");
@font-face {
  font-family: "Barlow-Regular";
  src: url("../font/Barlow-Regular.ttf");
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("../font/Barlow-Medium.ttf");
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../font/Barlow-SemiBold.ttf");
}
@font-face {
  font-family: "Gill-Sans-MT-Regular";
  src: url("../font/Gill-Sans-MT-Regular.ttf");
}
@font-face {
  font-family: "Gill-Sans-MT-Bold";
  src: url("../font/Gill-Sans-MT-Bold.ttf");
}
* {
  font-family: "Gill-Sans-MT-Regular", "Noto Sans SC", "STHeiti", "Microsoft YaHei", sans-serif;
  /* font-family:'Barlow-Regular', 'Noto Sans SC', sans-serif; */
  -webkit-overflow-scrolling: touch;
  word-break: break-all;
}

.edit a {
  text-decoration: underline;
}

.map-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link-col {
  width: 31%;
  padding-bottom: 50px;
}

.link-col-b {
  width: 23%;
  padding-bottom: 50px;
}

.link-col a,
.link-col-b a {
  display: block;
}

.main-link {
  font-size: 1.825rem;
  color: #4492af;
  font-weight: 700;
  padding-bottom: 46px;
}

.sub-link {
  font-size: 1.5rem;
  color: #221814;
  font-weight: 400;
  padding-bottom: 30px;
}

.third-link {
  font-size: 1.5rem;
  color: #221814;
  font-weight: 400;
  padding-bottom: 30px;
  padding-left: 1.5rem;
}

.fourth-link {
  font-size: 1.5rem;
  color: #221814;
  font-weight: 400;
  padding-bottom: 30px;
  padding-left: 2rem;
}

.h3 {
  padding-top: 20px;
  font-size: 1.875rem;
  line-height: 1.2;
  color: #231815;
  font-weight: 700;
}

.mt-100 {
  margin-top: 100px;
}

.green {
  color: #8fc31f !important;
}

.red {
  color: #e6002d !important;
}

.lcolx.green {
  border-top: solid 3px #8fc31f;
}

.lcolx.red {
  border-top: solid 3px #e6002d;
}

.rcolx .res3-item:first-child {
  padding-top: 0;
}

.rcolx .res3-item:last-child {
  border-bottom: none;
}

.res3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #595757;
  padding: 20px 0;
}

.res3-l {
  width: 164px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #4492af;
}

.res3-l span {
  font-size: 60%;
}

.res3-r {
  width: calc(100% - 164px);
}

.scope {
  font-size: 1.25rem;
  color: #231815;
  text-align: center;
  font-weight: 500;
  padding: 20px 0;
}

.scope-line {
  display: block;
  margin: 0 auto 20px auto;
}

.scope-box {
  font-size: 1.5rem;
  color: #231815;
  font-weight: 700;
  margin-bottom: 30px;
  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;
}

.scope-box.p-6 {
  padding-bottom: 60px;
}

.scope-box span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #9fa0a0;
  border-radius: 50%;
  margin: 0 10px;
}

.nlist,
.mcontent ol {
  padding-left: 1.5rem;
}

.nlist li {
  padding-bottom: 1rem;
}

.big-tb {
  padding: 20px 20px 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.rcolx .smark {
  padding-left: 1.8rem;
}

.rcolx .smark li {
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.smark li::marker {
  font-size: 16px;
}

.card-box {
  border: solid 10px rgba(68, 146, 175, 0.2);
  border-radius: 15px;
  padding: 30px;
  font-size: 1.5rem;
  color: #221814;
}

.card-up {
  border-bottom: solid 1px #221814;
  padding: 10px 10px 40px 10px;
}

.card-dw {
  padding: 40px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-l {
  width: 380px;
  font-weight: bold;
}

.card-r {
  color: #4492af;
}

.resicon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.sub-text {
  font-size: 85% !important;
}

#customers li {
  padding-bottom: 0.5rem;
}

#customers li:last-child {
  padding-bottom: 0;
}

#customers ol,
#customers ul {
  padding-left: 1.5rem;
}

#customers ul li::marker {
  font-size: 0.5rem;
}

.w-35 {
  width: 35%;
}

.chlist {
  margin-left: 3rem;
  text-indent: -3rem;
}

.chlist p {
  padding-left: 0;
  text-indent: 0;
  padding-bottom: 1.5rem;
}

.chlist p.fix {
  padding-left: 0;
  text-indent: 0;
  padding-bottom: 1rem;
}

.list-sty-b {
  margin-left: 0;
  text-indent: 0;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.list-sty-b.fix li {
  padding-bottom: 1rem;
}

.blue {
  color: #4492af !important;
}

.list-sty {
  margin-left: 1.5rem;
  text-indent: -1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.list-sty i {
  display: inline-block;
  font-style: normal;
  width: 1.5rem;
}

#customers tr.text-xs {
  font-size: 1rem !important;
}

#customers tr.text-xs th {
  padding: 0.3rem;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-40 {
  width: 40%;
}

.w-20 {
  width: 20%;
}

.wright {
  border-right: solid 1px #fff;
}

.wbottom {
  border-bottom: solid 1px #fff;
}

#customers td.stup {
  font-weight: 700;
}

#customers.up td {
  vertical-align: top;
}

.w-60 {
  width: 60%;
}

#customers tr td.btblline {
  border-bottom: solid 2px #4492af;
}

.twlist {
  font-family: "Noto Sans SC", monospace;
  margin-left: 4.5rem;
  text-indent: -4.5rem;
  padding-bottom: 1.5rem;
}

.rcolx .twlist:last-child,
.rcolx .crlist:last-child {
  padding-bottom: 0;
}

.year-list {
  font-family: "Noto Sans SC", monospace;
  margin-left: 5.4rem;
  text-indent: -5.4rem;
}

.year-list span {
  display: inline-block;
  width: 10px;
}

.crlist {
  margin-left: 1rem;
  text-indent: -1rem;
  padding-bottom: 1.5rem;
}

.dc-down {
  border-top: solid 2px #4492af;
}

.dc-down a {
  display: block;
  font-size: 1.75rem;
  color: #221814;
  font-weight: 700;
  line-height: 1;
  padding: 1.75rem 80px 1.75rem 15px;
  border-bottom: solid 1px #221814;
  background-image: url(../images/dwpdf.svg);
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: center right 15px;
}

.dc-down a:hover {
  color: #fff;
  background-color: #4492af;
  border-bottom: solid 1px #4492af;
  background-image: url(../images/wdwpdf.svg);
}

.inver-sub {
  font-size: 1.25rem;
  color: #221814;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  margin-top: -20px;
  padding-bottom: 10px;
}

.lcolx {
  width: 246px;
  border-top: solid 3px #4492af;
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 700;
  padding: 40px 30px;
  text-align: left;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 246px;
          flex: 0 0 246px;
}

.rcolx {
  margin-top: 1px;
  border-top: solid 1px #231815;
  width: calc(100% - 246px);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 40px 20px 40px 0;
  text-align: justify;
}

.rcolx ul {
  padding-left: 1.5rem;
}

.rcolx ul li {
  padding-bottom: 1rem;
}

.w-50 {
  width: 50%;
}

.w-30 {
  width: 30%;
}

.bggray {
  background-color: #f7f8f8;
}

.pdf {
  height: 36px;
  width: auto;
}

.mb-y {
  margin-bottom: 100px;
}

.inver-tit {
  font-size: 1.75rem;
  font-weight: 700;
  color: #221814;
  line-height: 1;
  padding-bottom: 30px;
  position: relative;
}

.inver-tit span {
  position: absolute;
  display: inline-block;
  font-size: 1.25rem;
  color: #221814;
  line-height: 1;
  right: 0;
  bottom: 10px;
  font-weight: 400;
}

#customers {
  border-collapse: collapse;
  width: calc(100% + 40px);
  font-size: 1.5rem;
  margin-left: -20px;
}

#customers.tbxs {
  font-size: 1.15rem;
}

#customers.tbmd {
  font-size: 1.2rem;
}

#customers.text-left th,
#customers.text-left td {
  text-align: left !important;
}

#customers td {
  border-bottom: 1px solid #ddd;
  padding: 0.75rem 0.6rem;
  text-align: center;
}

#customers td .btn-video {
  width: 36px;
  height: 30px;
  border: 2px solid #4492af;
  display: block;
  color: #4492af;
  font-size: 14px;
  margin: 0 auto;
}

#customers th {
  font-size: 1.125rem;
  padding: 0.75rem 1rem;
  text-align: center;
  background-color: #4492af;
  color: #fff;
  font-weight: 400;
}

.inver-nenu {
  padding: 40px 0 30px 0;
  text-align: center;
  background-image: url(../images/inbg.svg);
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: bottom center;
}

.inver-nenu a {
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  border: solid 2px #4492af;
  color: #4492af;
  font-weight: 700;
  margin: 0 10px 10px 10px;
}

.inver-nenu a:hover,
.inver-nenu a.active {
  background-color: #4492af;
  color: #fff;
}

.download {
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  border: solid 2px #221814;
  color: #221814;
  font-weight: 700;
}

.download:hover {
  background-color: #221814;
  color: #fff;
}

.main .compo-arr-a:last-child {
  background-image: none;
}

.compo-arr-a {
  background-image: url(../images/arrbg.svg);
  background-size: 1920px auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.compic-1 {
  width: 100%;
  max-width: 1160px;
  padding: 20px 30px;
  margin: 0 auto;
  text-align: center;
}

.compic-1.fix {
  padding: 50px 30px 20px 50px;
}

.compic-1 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.compo-text {
  font-weight: 500;
  font-size: 1.5rem;
  color: #221814;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0 40px 0;
}

.appli-1 {
  width: 100%;
  max-width: 1160px;
  padding: 30px 30px 80px 30px;
  margin: 0 auto;
  text-align: center;
}

.manu-content {
  width: 100%;
  max-width: 1160px;
  padding: 80px 30px;
  margin: 0 auto;
}

.mchart {
  width: 100%;
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
}

.manu-content ul {
  font-size: 1.5rem;
  padding-left: 1.75rem;
  color: #221814;
  line-height: 1.3;
  padding-bottom: 80px;
}

.manu-content ul li {
  padding-bottom: 15px;
}

.product {
  font-size: 1.25rem;
  color: #221814;
  line-height: 1;
  padding-bottom: 15px;
}

.bline {
  width: 32px;
  margin-bottom: 15px;
}

.pd-list {
  font-size: 1.5rem;
  font-weight: 700;
  color: #221814;
}

.mpic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.mpic-l {
  width: 65%;
}

.mpic-r {
  width: 35%;
  padding-left: 18px;
}

.mpic-r .mpic-col:first-child {
  padding-bottom: 18px;
}

.intergation-box {
  width: 100%;
  max-width: 1160px;
  padding: 80px 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ilogo {
  width: 100%;
  padding-bottom: 80px;
}

.ilogo img {
  width: auto;
  height: auto;
  min-height: 64px;
  max-width: 100%;
}

.intergation-l {
  width: 312px;
  position: relative;
}

.intergation-l.fix {
  width: 100%;
  position: relative;
}

.intergation-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.45rem;
  line-height: 1.6;
  text-align: justify;
  color: #221814;
}

.intergation-tit {
  position: absolute;
  top: 0;
  left: -70px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #221814;
  padding-left: 75px;
  line-height: 70px;
  background-image: url(../images/titbg.svg);
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-position: top left;
}

.main {
  padding-top: 120px;
  padding-bottom: 200px;
  overflow: hidden;
}

.main.fix {
  padding-bottom: 260px;
}

.main-bnr {
  position: relative;
}

.bnr-contauner {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bnr-tit {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
}

.bnr-dis {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  max-width: 940px;
}

.compo-box .btn-win {
  margin: 0;
}

.compo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #221814;
  margin-bottom: 90px;
}

.compo-l,
.compo-r {
  width: 50%;
  position: relative;
}

.compo-info-a {
  width: 530px;
  padding-right: 140px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.compo-info-b {
  width: 530px;
  padding-left: 140px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.compo-tit {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
}

.compo-dis {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 30px;
}

.title-box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 30px;
}

.tit-tit {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 15px;
  color: #4492af;
}

.tit-sub {
  font-size: 2.5rem;
  color: #221814;
  font-weight: 500;
  line-height: 1;
}

.tit-en {
  font-size: 8.125rem;
  font-family: "Barlow-Medium";
  color: #f0f4f6;
  line-height: 1;
  white-space: nowrap;
}
.tit-en.sm {
  font-size: clamp(3.125rem, 2.3134rem + 2.2388vw, 5rem) !important;
  white-space: normal;
  word-break: break-word;
  line-height: 0.9;
}

.hr-box {
  background-color: #f39800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 10px 10px 10px;
  position: relative;
  overflow: hidden;
}

.hr-box span {
  position: absolute;
  width: 110%;
  display: block;
  height: 60px;
  top: -30px;
  left: -10px;
  background-color: #fff;
  border-bottom-left-radius: 200px;
}

.hr-l {
  width: 50%;
  padding: 30px 50px;
}

.hr-r {
  width: 50%;
  background-color: #fff;
  border-top-left-radius: 20px;
  padding: 30px 30px 0 30px;
}

.hr-area {
  font-size: 1.4rem;
  color: #221814;
  font-weight: 700;
}

.hr-info {
  padding-bottom: 30px;
}

.hr-info a {
  line-height: 1.1;
  font-size: 1.75rem;
  font-family: "Barlow-SemiBold";
  display: block;
  color: #f39800;
}

.event-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -30px;
}

.event-col {
  width: 50%;
  padding: 0 30px 40px 30px;
}

.event-tit {
  font-size: 1.5rem;
  font-weight: 700;
  color: #221814;
  text-align: center;
  line-height: 1;
  padding-top: 30px;
}

.videos {
  display: block;
  position: relative;
}

.pic-full {
  padding: 20px 20px 80px 20px;
}

.comm-box {
  width: 100%;
  background-image: url(../images/rline.svg);
  background-size: 1050px 3px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 40px 0;
}

.comm-tit {
  font-size: 1.875rem;
  color: #221814;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
  padding-left: 20px;
}

.comm-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comm-col {
  width: 50%;
  padding: 0 20px;
}

.comm-dis {
  font-size: 1.5rem;
  color: #221814;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 0 40px 0;
}

.mp4-wrap {
  position: relative;
  padding-top: 56.25%;
}

.mp4-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrap {
  width: 100%;
  padding: 0;
  position: relative;
  margin: 35px auto 30px;
}

.video-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-cover::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/play.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a.more {
  border-top: solid 2px #4492af;
  display: inline-block;
  font-size: 1.25rem;
  color: #4492af;
  font-weight: 500;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0;
  border: none;
}

.lb-data {
  padding: 15px 0;
  color: #595757;
  font-size: 20px;
}

.lb-data .lb-close {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 9999;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.1em;
  color: #595757;
  font-size: 20px;
}

.lb-nav a.lb-next {
  width: 70px;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
  margin-right: 0;
  position: fixed;
  right: 35px;
  top: 0;
}

.lb-nav a.lb-prev {
  width: 70px;
  position: fixed;
  top: 0;
  left: 35px;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
  margin-left: 0;
}

.lb-data .lb-caption {
  font-size: 20px;
  font-weight: 500;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ecf5f7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 1;
  display: none;
}

.lb-data .lb-number {
  font-size: 1.25rem;
  color: #221814;
  text-align: right;
  position: fixed;
  bottom: 20px;
  right: 50px;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: static;
  height: 100vh;
  width: 100vw;
}

.pic-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
}

.pic-col {
  width: 33.3%;
  padding: 0 20px;
}

.picbt-box {
  text-align: center;
  padding: 30px 0;
}

.picbt-box.fix {
  text-align: center;
  padding: 20px 0 30px 0;
}

.rec-box {
  width: 100%;
  max-width: 1100px;
  padding: 0 30px;
  margin: 0 auto;
}

.twopice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #221814;
}

.twopice.fix {
  margin-bottom: 40px;
}

.lcol {
  width: 246px;
  border-top: solid 3px #4492af;
  font-size: 28px;
  font-weight: 700;
  padding: 40px 60px 0 0;
  text-align: center;
  word-break: break-word;
}

.lcol.fix {
  border-top: solid 3px #231815;
}

.rcol {
  margin-top: 1px;
  border-top: solid 1px #231815;
  width: calc(100% - 246px);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 40px 20px 40px 0;
  text-align: justify;
}

.rcol.fix {
  border-top: solid 1px #fff;
}

.btn-win {
  font-size: 22px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  border: solid 2px #4492af;
  color: #4492af;
  font-weight: 700;
  margin: 0 10px;
}

.btn-win:hover {
  background-color: #4492af;
  color: #fff;
}

.bt-box {
  padding: 60px 0;
  text-align: center;
}

.code {
  font-family: "Barlow-SemiBold";
  display: inline-block;
  font-size: 2.5rem;
  color: #231815;
  line-height: 66px;
  position: absolute;
  padding-right: 30px;
  right: 0;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url(../images/sdw.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.form-control {
  height: 70px;
  font-size: 1.5rem;
  background-color: #f7f8f8;
  border: none;
  padding-left: 20px;
}

textarea.form-control {
  height: auto;
  font-size: 1.5rem;
  background-color: #f7f8f8;
  border: none;
}

.lable {
  padding-left: 10px;
  width: 180px;
  font-size: 1.5rem;
  color: #231815;
  line-height: 70px;
}

.lable span {
  display: inline-block;
  width: 5px;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.form-group.fix {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-tit {
  font-size: 1.875rem;
  color: #231815;
  font-weight: 700;
  line-height: 1.2;
  padding: 20px 0 30px 0;
  border-top: solid 2px #4492af;
}

.form-tag {
  font-size: 1.25rem;
  color: #231815;
}

.form-box {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px 0 30px;
  margin: 0 auto;
}

.form-l {
  width: 35%;
}

.form-r {
  padding-top: 20px;
  width: 65%;
}

.contact-text {
  width: 100%;
  padding: 0 30px 40px 30px;
  max-width: 950px;
  font-size: 1.5rem;
  color: #231815;
  line-height: 1.6;
  text-align: justify;
  margin: 0 auto;
}

.contact-row {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.con-col {
  width: 33.3%;
  padding: 30px;
}

.con-card {
  width: 100%;
  height: 100%;
  background-image: url(../images/cbg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 30px;
}

.con-tit {
  font-size: 1.75rem;
  font-weight: 700;
  color: #221814;
  line-height: 1;
  padding-bottom: 20px;
}

.cline {
  display: block;
  width: 56px;
  margin-bottom: 30px;
}

.con-tel {
  display: block;
  font-size: 1.5rem;
  color: #231815;
  line-height: 1;
  padding-bottom: 10px;
}

.con-mail {
  font-size: 1.25rem;
  color: #231815;
  line-height: 1;
}

.ser-close {
  position: absolute;
  right: -46px;
  cursor: pointer;
  top: 20px;
}

.search-box {
  display: none;
  background-color: #f7f8f8;
  height: 160px;
  width: 100%;
  position: fixed;
  top: 120px;
  z-index: 999;
}

.search-box.active {
  display: block;
}

.search-box .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-box form {
  position: relative;
}

.search-box input {
  height: 60px;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  outline: none;
  border: none;
  padding-left: 15px;
  font-size: 22px;
}

.search-box input::-webkit-input-placeholder {
  color: #898989;
  font-size: 22px;
}

.search-box input::-moz-placeholder {
  color: #898989;
  font-size: 22px;
}

.search-box input:-ms-input-placeholder {
  color: #898989;
  font-size: 22px;
}

.search-box input::-ms-input-placeholder {
  color: #898989;
  font-size: 22px;
}

.search-box input::placeholder {
  color: #898989;
  font-size: 22px;
}

.search-box button {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  top: 16px;
  right: 15px;
  position: absolute;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 1;
  border-left-style: solid;
  border-left-color: #9fa0a0;
  padding-left: 20px;
}

.year-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-bottom: 50px;
}

.year-l {
  width: 50%;
  padding-right: 20px;
}

.year-r {
  width: 50%;
  padding-left: 20px;
}

.ydate {
  background-image: url(../images/blinesvg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  font-size: 2.125rem;
  font-weight: 700;
  color: #231815;
  line-height: 1;
  padding: 15px 0 20px 0;
  letter-spacing: 0.1em;
}

.ydis {
  font-size: 1.5rem;
  font-weight: 400;
  color: #231815;
  line-height: 1.5;
}

.button-prev,
.button-next {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.button-prev {
  left: 100px;
}

.button-next {
  right: 100px;
}

.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.years-box {
  max-width: 1040px;
  padding: 50px 20px 0 20px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.timeline-box {
  width: 100%;
  overflow: hidden;
  padding: 40px 200px;
  position: relative;
  margin: 0 auto;
  background-image: url(../images/yline.svg);
  background-size: 1920px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.year {
  padding-top: 70px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #9fa0a0;
  position: relative;
}

.year span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #9fa0a0;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 54px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.year.swiper-slide-thumb-active {
  color: #4492af;
}

.year.swiper-slide-thumb-active span {
  width: 20px;
  height: 20px;
  background-color: #4492af;
  top: 48px;
}

.modal-dialog.video {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
}

.modal-dialog.video {
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
}

.video .modal-content {
  border-radius: 0;
  background-color: transparent;
}

.video .modal-body {
  position: relative;
  padding: 0px;
}

.video .close {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: 999;
  color: #fff;
  opacity: 1;
}

.main-box {
  padding: 80px 0 200px 0;
}

.main-box.fix {
  background-image: url(../images/combg.svg);
  background-position: top center;
  background-size: 1920px auto;
  min-height: 200vh;
}

.main-tit {
  font-size: 2.5rem;
  color: #4492af;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
}

.mline {
  display: block;
  width: 80px;
  margin: 0 auto;
}

.mcontent {
  font-size: 1.5rem;
  color: #231815;
  text-align: justify;
  padding: 40px 20px 0 20px;
  max-width: 1040px;
  margin: 0 auto;
  line-height: 1.6;
}

.iso {
  display: block;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

.video-box {
  display: block;
  padding: 100px 20px;
  position: relative;
  max-width: 840px;
  margin: 0 auto;
}

.play {
  position: absolute;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-box:hover .play {
  background-color: #4492af;
}

.ab-banner {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.breadfix {
  position: absolute;
  left: 50px;
  bottom: 45px;
}

.ban-view .breadfix {
  width: 40%;
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50px;
  bottom: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadfix a {
  color: #fff;
}

.breadfix a:hover {
  opacity: 0.5;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.breadcrumb-item.active {
  color: #fff;
}

.titbox {
  position: absolute;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(35, 24, 21, 0.7);
  line-height: 110px;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb {
  list-style: none;
  background-color: transparent;
  border-radius: none;
  padding: 0;
  margin: 0;
}

.menu-box-b {
  display: none;
}

.show-xs {
  display: none;
}

a:hover {
  text-decoration: none;
}

html {
  font-size: 16px;
}

header {
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 1s;
  transition: 1s;
}

header.active {
  top: -120px;
}

.logo {
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 100px;
}

.logo img {
  height: 60px;
  width: auto;
}

.menu-box {
  height: 120px;
  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;
}

.mlink {
  /* font-size: 1.375rem; */
  font-size: 15px;
  display: inline-block;
  line-height: 120px;
  margin: 0 12px;
  color: #231815;
  font-weight: 400;
  cursor: pointer;
}

.mlink a {
  color: #231815;
}

.mlink:hover {
  color: #4492af;
  background-image: url(../images/line.svg);
  background-repeat: repeat-x;
  background-position: bottom 30px left;
}

.mlink.active {
  color: #4492af;
  background-image: url(../images/line.svg);
  background-repeat: repeat-x;
  background-position: bottom 30px left;
}

.mlink-sub-box {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 99%;
  width: 100vw;
  left: 0;
  height: auto;
  background-color: #f7f8f8;
  padding-bottom: 40px;
}

.mlink:not(.hover-no-show-sub):hover .mlink-sub-box {
  visibility: visible;
}

.sub-box-l {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sub-box-l a {
  font-size: 22px;
  font-weight: 700;
  color: #231815;
  line-height: 1;
  padding: 0;
  margin: 40px 0 0 0;
}

.mlink-sub-box a:hover {
  color: #4492af;
}

.sub-box-l a img {
  width: 10px;
  margin: 0 20px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.sub-box-r {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.link-list {
  max-width: 250px;
  width: 16.6%;
}

.lv1 {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #231815;
  line-height: 1.3;
  margin-bottom: 25px;
}

.lv2 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #595757;
  line-height: 1.3;
  margin-bottom: 15px;
}

.ser-bt {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../images/ser-bt.svg);
  background-size: 18px 18px;
  margin-left: 15px;
}

.ser-bt:hover {
  background-image: url(../images/ser-bt-b.svg);
}

.lan-bt {
  /* font-size: 1.125rem; */
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  color: #231815;
  padding-right: 20px;
  margin: 0 35px 0 30px;
  background-image: url(../images/nrr-dw.svg);
  background-size: 12px 8px;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  line-height: 120px;
}

.lan a:hover {
  color: #231815;
}

.lan:hover .lan-box {
  display: block;
}

.lan-box {
  display: none;
  list-style: none;
  background-color: #f7f8f8;
  position: fixed;
  width: 120px;
  top: 90px;
  right: 6px;
  padding-left: 0;
}

.lan-box li a {
  display: block;
  color: #727171;
  /* font-size: 1.125rem; */
  font-size: 15px;
  text-align: center;
  line-height: 50px;
}

.lan-box li a:hover,
.lan-box li a.active {
  background-color: #9fa0a0;
  color: #fff;
}

.banner {
  overflow: hidden;
  position: relative;
  height: auto;
  max-height: 100vh;
  position: relative;
}

.swiper-slide a {
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  left: 50%;
  margin-left: -170px;
}

.swiper-pagination-bullet {
  width: 100%;
  height: 8px;
  display: inline-block;
  border-radius: 6px;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4492af;
  opacity: 1;
}

.about-arr {
  background-color: #cddbe5;
  padding: 120px 0 110px 0;
  overflow: hidden;
}

.about-box {
  width: 100%;
  padding: 0 20px;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.about-l {
  width: 476px;
}

.about-r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 150px;
}

.about-tit {
  font-size: 5.625rem;
  line-height: 1.2;
  color: #fff;
  font-family: "Barlow-SemiBold";
  margin-bottom: 15px;
}

.about-dis {
  font-size: 1.625rem;
  color: #595757;
  line-height: 1.6;
  text-align: justify;
  font-weight: 700;
}

.component-arr {
  padding: 90px 0;
}

.component-box {
  width: 100%;
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
}

.component-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.component-col-l {
  width: calc(50% + 45px);
  border-radius: 15px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  margin-right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.component-col-l:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.col-l-img {
  width: 50%;
  background-size: cover;
}

.col-l-info {
  width: 50%;
  text-align: center;
  position: relative;
}

.info-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.col-l-tit {
  width: 100%;
  font-size: 1.75rem;
  color: #4492af;
  font-weight: 700;
  padding: 0 40px;
}

.col-l-dis {
  width: 100%;
  font-size: 1.125rem;
  color: #727171;
  font-weight: 400;
  padding: 0 40px;
}

.component-col-s {
  width: 25%;
  border-radius: 15px;
  background-color: #f4f4f4;
  padding: 30px 40px;
  text-align: center;
  margin-left: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.component-col-s:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.component-col-s.fix {
  margin-left: 30px;
}

.col-s-img {
  width: 45%;
  height: 0;
  padding-bottom: 45%;
  background-size: cover;
  margin: 0 auto 20px auto;
  border-radius: 5px;
}

.col-s-tit {
  font-size: 1.5rem;
  color: #4492af;
  font-weight: 700;
}

.col-s-dis {
  font-size: 1.125rem;
  color: #727171;
  font-weight: 400;
}

.title {
  font-size: 3.125rem;
  font-weight: 700;
  color: #4492af;
  text-align: center;
  line-height: 1;
  padding-bottom: 15px;
}

.title-sub {
  font-size: 1.875rem;
  font-weight: 500;
  color: #84bae5;
  text-align: center;
  line-height: 1;
  padding-bottom: 30px;
}

.tit-line {
  width: 50px;
  display: block;
  margin: 0 auto 50px auto;
}

.intergration-arr {
  background-color: rgba(68, 146, 175, 0.1);
  padding: 90px 0 20px 0;
  overflow: hidden;
}

.inter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 130px;
}

.intergration-arr .inter-item:last-child {
  margin-bottom: 0;
}

.inter-l {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.inter-r {
  width: 57%;
  height: 588px;
  background-size: auto 588px;
  background-position: top left;
}

.inter-r.fix {
  background-position: top right;
}

.inter-box {
  width: 580px;
  position: absolute;
  bottom: -90px;
  right: -150px;
  z-index: 1;
}

.inter-info {
  display: block;
  width: 330px;
  padding-right: 40px;
  position: absolute;
  right: 0;
  bottom: 86px;
  z-index: 2;
}

.inter-tit {
  font-size: 30px;
  color: #4492af;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
}

.inter-dis {
  font-size: 20px;
  color: #595757;
  line-height: 1.4;
  padding-bottom: 15px;
}

.inter-arr,
.inter-arr2 {
  width: 40px;
}

.inter-info:hover .inter-arr {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.manufacture-arr {
  background-color: #c6dee7;
  padding: 270px 0 240px 0;
  background-image: url(../images/manubg.png), url(../images/mubg2.svg);
  background-size: 1920px auto, 1920px auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat;
}

.tit-box {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}

.title-b {
  font-size: 3.125rem;
  font-weight: 700;
  color: #4492af;
  line-height: 1;
  padding-bottom: 15px;
}

.title-sub-b {
  font-size: 1.875rem;
  font-weight: 500;
  color: #c6dee7;
  line-height: 1;
  padding-bottom: 30px;
}

.tit-line-b {
  width: 50px;
  display: block;
  margin: 0 0 50px 0;
}

.manufacture-row {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.manu-col {
  width: calc(33.3% - 60px);
  margin: 30px 30px 30px 30px;
  border-radius: 10px;
  overflow: hidden;
}

.manu-up {
  position: relative;
}

.up-text {
  font-family: "Barlow-Regular";
  position: absolute;
  font-size: 2.312rem;
  color: #fff;
  left: 40px;
  bottom: 30px;
  line-height: 1;
}

.lblue {
  color: #84bae5;
}

.manu-dw {
  padding: 40px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
}

.manu-tit {
  font-size: 1.875rem;
  color: #4492af;
  line-height: 1;
  padding-bottom: 20px;
}

.manu-dis {
  font-size: 1.25rem;
  color: #595757;
  line-height: 1.5;
}

.manu-col:hover .manu-tit,
.manu-col:hover .manu-dis {
  color: #fff !important;
}

.bg1 {
  background-image: url(../images/bg1.svg);
  background-position: top -400px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bg2 {
  background-image: url(../images/bg2.svg);
  background-position: top -400px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bg3 {
  background-image: url(../images/bg3.svg);
  background-position: top -400px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bg4 {
  background-image: url(../images/bg4.svg);
  background-position: top -400px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.bg5 {
  background-image: url(../images/bg5.svg);
  background-position: top -400px center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.manu-col:hover .manu-dw {
  background-position: top center;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  50% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  50% {
    -webkit-transform: translatex(10px);
            transform: translatex(10px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}
.inter-info-b {
  display: block;
  width: 340px;
  padding-left: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

.inter-info-b:hover .inter-arr2 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-name: arrow;
          animation-name: arrow;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

footer {
  background-color: #4492af;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 90px 0;
}

footer a:hover {
  text-decoration: underline;
}

.f-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.f-link {
  width: 100%;
  max-width: 240px;
}

.f-link a {
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding-bottom: 35px;
}

.f-info {
  width: 100%;
  max-width: 640px;
}

.f-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  border-bottom: solid 2px #fff;
}

.f-col {
  width: 50%;
  font-size: 1.375rem;
  font-family: "Barlow-Medium";
}

.f-tit {
  font-family: "Noto Sans SC", sans-serif;
  color: #7ecef4;
  font-size: 1.5rem;
  line-height: 1;
  padding-bottom: 20px;
}

.dw-link {
  padding: 40px 0;
}

.dw-link a {
  color: #fff;
  display: inline-block;
  margin-right: 50px;
  font-size: 1.375rem;
  line-height: 1;
}

.copy {
  font-size: 0.93rem;
  opacity: 0.9;
}

@media screen and (min-width: 1025px) {
  .mlink:not(.hover-no-show-sub) > a {
    pointer-events: none;
  }
}
@media (max-width: 1460px) {
  html {
    font-size: 14px;
  }
  header {
    height: 100px;
  }
  .lan-bt {
    line-height: 100px;
  }
  .main {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .menu-box {
    height: 100px;
  }
  .mlink {
    line-height: 100px;
    margin: 0 10px;
  }
  .link-list {
    padding-right: 10px;
  }
  .logo {
    left: 60px;
  }
  .logo img {
    height: 50px;
    width: auto;
  }
  .ab-banner {
    padding-top: 100px;
  }
  .search-box {
    top: 100px;
  }
}
@media (max-width: 1200px) {
  .logo {
    left: 25px;
  }
  .ser-bt {
    margin-left: 20px;
  }
  .lan-bt {
    margin: 0 30px 0 20px;
  }
  .breadfix {
    left: 25px;
  }
}
@media (max-width: 1024px) {
  .lb-data .lb-number {
    font-size: 1.25rem;
    color: #221814;
    text-align: right;
    position: static;
  }
  .main {
    padding-top: 62px;
    padding-bottom: 150px;
  }
  .bnr-tit {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  .bnr-dis {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .tit-en {
    font-size: 7rem;
  }
  .compo-info-a {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .compo-info-b {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .title-box {
    padding: 60px 30px;
  }
  .lb-data .lb-close {
    position: absolute;
    right: 10px;
    top: -30px;
    z-index: 9999;
  }
  .lb-nav a.lb-next {
    width: 50%;
    right: 0;
    opacity: 1;
    margin-right: 10px;
    position: static;
    float: right;
  }
  .lb-nav a.lb-prev {
    width: 40%;
    right: 0;
    opacity: 1;
    margin-left: 10px;
    position: static;
    float: left;
  }
  .ab-banner {
    padding-top: 62px;
  }
  .breadcrumb-item.active,
  .breadfix a {
    color: #231815;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    color: #231815;
  }
  .titbox {
    font-size: 24px;
    line-height: 60px;
    bottom: 50px;
  }
  .breadfix {
    position: static;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f8f8;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    padding: 10px 0;
  }
  .ban-view .breadfix {
    width: 100%;
    position: relative;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    top: 0;
    left: unset;
  }
  .breadcrumb {
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f7f8f8;
    border-radius: 0;
    font-size: 12px;
    line-height: 1.4;
  }
  .search-box.active {
    display: none;
  }
  .button-prev,
  .button-next {
    width: 40px;
    height: 40px;
  }
  .button-prev {
    left: 10px;
  }
  .button-next {
    right: 10px;
  }
  .timeline-box {
    padding: 40px 60px;
  }
  header {
    height: 62px;
  }
  header.active {
    top: 0;
  }
  .menu-box {
    height: 62px;
  }
  .logo {
    top: 10px;
    left: 20px;
  }
  .logo img {
    height: 42px;
  }
  .menu-box-b {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 62px);
    background-color: #fff;
    overflow-y: scroll;
    border-top: solid 1px #727171;
  }
  .link-box {
    display: none;
  }
  .menu-box-b.active,
  .link-box.active {
    display: block;
  }
  .menu-box-b a {
    display: block;
    font-size: 22px;
    color: #231815;
    line-height: 1.2;
    padding: 15px 40px;
    border-bottom: solid 1px #727171;
  }
  .menu-box-b i {
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #4492af;
    border-right: 2px solid #4492af;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    right: 33px;
  }
  .menu-box-b i::before {
    content: "";
    display: block;
    width: 45px;
    height: 35px;
    background: transparent;
    position: absolute;
    top: -23px;
    right: -25px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-box-b i::after {
    content: "";
    display: block;
    width: 45px;
    height: 35px;
    background: transparent;
    position: absolute;
    top: -15px;
    right: -17px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .menu-box-b a.sub-tit,
  .menu-box-b a.three-tit {
    color: #4492af;
    font-weight: 700;
    text-align: center;
    background-image: url(../images/prev.svg);
    background-position: center left 30px;
    background-repeat: no-repeat;
  }
  .serbox {
    padding: 30px 40px;
    border-bottom: solid 1px #727171;
  }
  .ser-group {
    position: relative;
  }
  .serinput {
    border: solid 1px #4492af;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 15px;
    height: 40px;
    width: 100%;
    font-size: 16px;
  }
  .ser-group img {
    width: 17px;
    position: absolute;
    right: 10px;
    top: 11.5px;
  }
  .lanbox {
    padding: 15px 40px;
  }
  .lanbox a {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #231815;
    border: none;
    border-right: solid 1px #231815;
    padding: 0 10px 0 0;
    margin-right: 10px;
  }
  .lanbox a.active {
    color: #4492af;
  }
  .has-sub,
  .has-three,
  .has-fourth {
    background-image: url(../images/next.svg);
    background-position: center right 30px;
    background-repeat: no-repeat;
    position: relative;
  }
  html {
    font-size: 13px;
  }
  .menu-box {
    display: none;
  }
  .button_container {
    position: absolute;
    top: 22px;
    right: 20px;
    height: 18px;
    width: 24px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .button_container:hover {
    opacity: 0.9;
  }
  .button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
    background-color: #221814;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #231815;
  }
  .button_container.active .bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
    background: #231815;
  }
  .button_container span {
    border: none;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
    background-color: #231815;
    border-radius: 3px;
  }
  .button_container span:nth-of-type(2) {
    top: 8px;
  }
  .button_container span:nth-of-type(3) {
    top: 16px;
  }
  .about-l {
    width: 50%;
  }
  .about-r {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 0 0 20px;
  }
  .col-l-tit,
  .col-l-dis {
    padding: 0 20px;
  }
  .component-col-s {
    padding: 30px 20px;
  }
  .tit-box {
    padding: 0 20px;
  }
  .manu-col {
    width: calc(33.3% - 40px);
    margin: 30px 20px;
  }
  footer {
    padding: 60px 20px;
  }
  .f-link {
    max-width: 50%;
    padding: 0 20px;
  }
  .inter-box {
    display: none;
  }
  .inter-info {
    display: block;
    width: 100%;
    padding-left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    z-index: 2;
  }
  .inter-info-b {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 2;
  }
  .up-text {
    left: 20px;
    bottom: 20px;
  }
  .manu-dw {
    padding: 20px;
  }
  .manu-col:hover .manu-dw {
    background-image: none !important;
  }
  .manu-col:hover .manu-tit {
    color: #4492af !important;
  }
  .manu-col:hover .manu-dis {
    color: #595757 !important;
  }
  .mt-100 {
    margin-top: 62px;
  }
}
@media (max-width: 1440px) {
  .about-r {
    padding: 0 100px;
  }
  .about-tit {
    font-size: 43px;
  }
}
@media (max-width: 991px) {
  .about-r {
    padding: 0 35px;
  }
  .about-tit {
    font-size: 30px;
  }
}
@media (max-width: 844px) {
  .tit-en {
    font-size: 6.5rem;
  }
  .lb-nav a.lb-next {
    background-size: 30px 30px;
  }
  .lb-nav a.lb-prev {
    background-size: 30px 30px;
  }
}
@media (max-width: 520px) {
  .link-col {
    min-width: 50%;
    padding-bottom: 20px;
  }
  .link-col-b {
    min-width: 50%;
    padding-bottom: 20px;
  }
  .link-col a,
  .link-col-b a {
    display: block;
  }
  .main-link {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .sub-link {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .third-link {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .fourth-link {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  #customers {
    width: 100%;
    margin-left: 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 280px;
    margin-left: -140px;
    bottom: 20px;
  }
  .hide-xs {
    display: none !important;
  }
  .show-xs {
    display: block !important;
  }
  .about-arr {
    padding: 30px 0;
  }
  .about-box {
    width: 100%;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-l {
    width: 100%;
  }
  .about-r {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-tit {
    /* font-size: 52px; */
    margin-bottom: 10px;
  }
  .about-dis {
    font-size: 18px;
  }
  .component-arr {
    padding: 40px 0;
  }
  .title {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .title-sub {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .component-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .component-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px;
  }
  .component-col-l {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-right: 0;
    height: auto;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .col-l-info {
    width: 100%;
  }
  .col-l-img {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
  }
  .info-box {
    width: 100%;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    min-height: 160px;
  }
  .component-col-s {
    width: 100%;
    border-radius: 10px;
    text-align: center;
    margin-left: 0;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .component-col-s.fix {
    margin-left: 0;
    margin-bottom: 0;
  }
  .col-l-tit,
  .col-s-tit {
    font-size: 18px;
    padding: 15px 15px 5px 15px;
    text-align: left;
    line-height: 1.2;
  }
  .col-l-dis,
  .col-s-dis {
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    text-align: left;
  }
  .col-s-img {
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    border-radius: 0;
  }
  .col-s-box {
    min-height: 160px;
  }
  .tit-line {
    width: 35px;
    margin: 0 auto 25px auto;
  }
  .intergration-arr {
    padding: 40px 0 0 0;
  }
  .inter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
  .inter-r {
    width: 100%;
    height: 0;
    padding-top: 52%;
    background-size: cover;
    background-position: top left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inter-l {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .inter-info,
  .inter-info-b {
    position: static;
    display: block;
    width: 100%;
    padding-left: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 20px 40px 0 40px;
  }
  .inter-tit {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .inter-dis {
    font-size: 14px;
  }
  .inter-arr {
    width: 28px;
    position: absolute;
    top: 20px;
    right: 40px;
  }
  .inter-arr2 {
    width: 28px;
    position: absolute;
    top: 20px;
    right: 40px;
  }
  .manufacture-arr {
    background-color: #c6dee7;
    padding: 90px 0 140px 0;
    background-image: url(../images/mmanubg.svg);
    background-size: 428px auto;
    background-position: top -1px center;
    background-repeat: no-repeat;
  }
  .tit-box {
    padding: 0 40px;
  }
  .title-b {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .title-sub-b {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .tit-line-b {
    width: 35px;
    display: block;
    margin: 0 0 50px 0;
  }
  .manufacture-row {
    width: 100%;
    padding: 300px 30px 0 30px;
  }
  .manu-col {
    width: 100%;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .manu-up {
    width: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .manu-dw {
    width: 50%;
    padding: 15px;
  }
  .manu-tit {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .manu-dis {
    font-size: 14px;
    line-height: 1.3;
  }
  .up-text {
    font-size: 15px;
    left: 10px;
    bottom: 10px;
  }
  footer {
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .f-link {
    max-width: 50%;
    padding: 0;
  }
  .f-link a {
    font-size: 18px;
    padding-bottom: 20px;
  }
  .f-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .f-info {
    padding-top: 20px;
  }
  .f-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .f-col {
    width: 100%;
    font-size: 14px;
    padding-bottom: 20px;
  }
  .f-tit {
    font-size: 17px;
    line-height: 1;
    padding-bottom: 10px;
  }
  .dw-link {
    padding: 20px 0 15px 0;
  }
  .dw-link a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    line-height: 1;
  }
  .copy {
    font-size: 10px;
  }
  .button-prev,
  .button-next {
    width: 35px;
    height: 35px;
  }
  .button-prev {
    left: 10px;
  }
  .button-next {
    right: 10px;
  }
  .timeline-box {
    padding: 20px 40px;
  }
  .year {
    padding-top: 70px;
    font-size: 22px;
  }
  .year.swiper-slide-thumb-active span {
    top: 43px;
  }
  .year span {
    top: 47px;
  }
  .main-box {
    padding: 30px 0 150px 0;
  }
  .main-tit {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .mcontent {
    font-size: 16px;
    color: #231815;
    text-align: justify;
    padding: 30px 30px 15px 30px;
    line-height: 1.6;
    max-width: 1040px;
    margin: auto;
  }
  .iso {
    width: 86%;
  }
  .video-box {
    padding: 40px 30px;
  }
  .play {
    width: 36px;
    height: 36px;
  }
  .years-box {
    padding: 30px 30px 0 30px;
  }
  .year-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
  }
  .year-l {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .year-r {
    width: 100%;
    padding-left: 0;
  }
  .ydis {
    font-size: 16px;
    line-height: 1.6;
  }
  .ydate {
    font-size: 24px;
  }
  .video .close {
    right: -10px;
    top: -30px;
  }
  .contact-text {
    font-size: 16px;
    padding-bottom: 0;
  }
  .con-col {
    width: 100%;
    padding: 30px;
  }
  .form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form-l {
    width: 100%;
  }
  .form-tit {
    font-size: 21px;
    padding-bottom: 10px;
  }
  .form-tag {
    font-size: 14px;
  }
  .form-r {
    padding-top: 20px;
    width: 100%;
  }
  .form-group {
    display: block;
  }
  .lable {
    padding-left: 0;
    width: 100%;
    font-size: 16px;
    color: #231815;
    line-height: 40px;
  }
  .form-control {
    height: 50px;
    font-size: 16px;
  }
  .code {
    font-size: 28px;
    line-height: 46px;
    position: absolute;
    padding-right: 20px;
    right: 0;
    top: 40px;
  }
  .btn-win {
    font-size: 15px;
    line-height: 34px;
    padding: 0 20px;
    margin: 0 5px;
  }
  .bt-box {
    padding: 30px 0;
    text-align: center;
  }
  .twopice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lcol {
    background-image: url(../images/m-line.svg);
    background-position: top center;
    background-size: 428px 2px;
    background-repeat: no-repeat;
    width: 100%;
    border-top: none;
    font-size: 21px;
    padding: 20px 0 0 0;
    text-align: left;
  }
  .lcolx {
    background-image: url(../images/m-line.svg);
    background-position: top center;
    background-size: 428px 2px;
    background-repeat: no-repeat;
    width: 100%;
    border-top: none;
    font-size: 21px;
    padding: 20px 0 0 0;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
  .rcol {
    margin-top: 0;
    border-top: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 10px 0;
  }
  .rcolx {
    margin-top: 0;
    border-top: none;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    padding: 10px 0 20px;
  }
  .pic-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .pic-col {
    width: 100%;
    padding: 0;
  }
  .comm-box {
    width: 100%;
    background-image: url(../images/m-line.svg);
    background-size: 428px 2px;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 0;
  }
  .comm-tit {
    font-size: 21px;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .comm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comm-col {
    width: 100%;
    padding: 0px;
  }
  .comm-dis {
    font-size: 16px;
    color: #221814;
    font-weight: 400;
    line-height: 1.6;
    padding: 20px 0 30px 0;
  }
  a.more {
    font-size: 14px;
    margin-top: 5px;
  }
  .lcol.fix {
    border-top: solid 2px #231815;
    background-image: none;
    position: relative;
    padding-bottom: 20px;
  }
  .picbt-box.fixb {
    right: 0;
    padding: 0;
    position: absolute;
    display: inline-block;
    top: 15x;
  }
  .event-col {
    width: 100%;
    padding: 0 30px;
  }
  .event-tit {
    font-size: 16px;
    padding-top: 20px;
  }
  .picbt-box.fix {
    text-align: center;
    padding: 15px 0 35px 0;
  }
  .pic-full {
    padding: 20px 0 40px 0;
  }
  .hr-box {
    padding: 30px 10px 10px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hr-l {
    width: 100%;
    padding: 30px;
  }
  .hr-r {
    width: 100%;
    padding: 30px 20px 10px 20px;
  }
  .hr-area {
    font-size: 14px;
    padding-bottom: 5px;
  }
  .hr-info {
    padding-bottom: 20px;
  }
  .hr-info a {
    font-size: 16px;
    line-height: 1.3;
  }
  .compo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding: 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .compo-l,
  .compo-r {
    width: 100%;
  }
  .compo-r {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .compo-l {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .compo-info-a {
    width: 100%;
    padding: 20px 0;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .compo-info-b {
    width: 100%;
    padding: 20px 0;
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .compo-tit {
    font-size: 21px;
    padding-bottom: 15px;
  }
  .compo-dis {
    font-size: 14px;
    padding-bottom: 25px;
  }
  .title-box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 66px 30px;
  }
  .tit-tit {
    font-size: 34px;
  }
  .tit-sub {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .tit-en {
    font-size: 40px;
  }
  .bnr-contauner {
    padding: 30px;
    position: static;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    background-color: #231815;
  }
  .bnr-tit {
    font-size: 28px;
  }
  .bnr-dis {
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
  }
  .intergation-box {
    padding: 40px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intergation-l {
    width: 100%;
    height: 50px;
  }
  .intergation-tit {
    position: absolute;
    top: 0;
    left: -30px;
    font-size: 21px;
    padding-left: 30px;
    line-height: 50px;
    background-size: auto 50px;
    width: 100%;
  }
  .intergation-l.fix .intergation-tit {
    width: auto;
  }
  .intergation-r {
    width: 100%;
    font-size: 16px;
    padding-top: 20px;
  }
  .col-b-up {
    padding: 30px 0;
  }
  .ilogo {
    width: 100%;
    padding-bottom: 30px;
  }
  .ilogo img {
    min-height: 44px;
    max-width: 90%;
  }
  .manu-content {
    padding: 40px 30px;
  }
  .manu-content ul {
    font-size: 16px;
    padding-left: 18px;
    color: #221814;
    padding-bottom: 10px;
    line-height: 1.2;
  }
  .manu-content ul li {
    padding-bottom: 10px;
  }
  .product {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .bline {
    width: 22px;
    margin-bottom: 10px;
  }
  .pd-list {
    font-size: 16px;
  }
  .mpic-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mpic-l {
    width: 100%;
    padding: 0 30px 15px 30px;
  }
  .mpic-r {
    width: 100%;
    padding-left: 0;
  }
  .mpic-r .mpic-col:first-child,
  .mpic-r .mpic-col {
    padding: 0 30px 15px 30px;
  }
  .main.fix {
    padding-bottom: 160px;
  }
  .compic-1 {
    padding: 0 30px 20px 30px;
  }
  .appli-1 {
    padding: 10px 30px 50px 30px;
    text-align: left;
  }
  .download {
    font-size: 15px;
    line-height: 34px;
    padding: 0 20px;
  }
  .intergation-box.fix {
    padding: 40px 30px 20px 30px;
  }
  .compo-text {
    font-size: 16px;
    text-align: justify;
    padding: 10px 0 20px 0;
  }
  .inver-nenu {
    padding: 20px 30px 10px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .inver-nenu a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
    border-radius: 20px;
    border: solid 1px #4492af;
    margin: 0 3px 10px 3px;
    min-width: calc(33.3% - 6px);
  }
  .pdf {
    height: 20px;
    width: auto;
  }
  .inver-tit {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1.3;
  }
  .inver-tit span {
    font-size: 14px;
    bottom: 10px;
  }
  .tblg {
    font-size: 10px !important;
  }
  #customers.tblg td {
    border-bottom: 1px solid #ddd;
    padding: 5px 3px;
    text-align: center;
  }
  #customers.tblg th {
    padding: 5px 3px;
    text-align: center;
    background-color: #4492af;
    color: #fff;
    font-weight: 400;
  }
  .tbmd {
    font-size: 8px !important;
  }
  #customers.tbmd td {
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
    text-align: center;
  }
  #customers.tbmd th {
    padding: 2px 4px;
    text-align: center;
    background-color: #4492af;
    color: #fff;
    font-weight: 400;
  }
  .tbxs {
    font-size: 4px !important;
  }
  #customers tr.text-xs {
    font-size: 4px !important;
  }
  #customers tr.text-xs th {
    padding: 2px 1px;
  }
  #customers.tbxs td {
    border-bottom: 1px solid #ddd;
    padding: 2px 1px;
    text-align: center;
  }
  #customers.tbxs th {
    padding: 2px 1px;
    text-align: center;
    background-color: #4492af;
    color: #fff;
    font-weight: 400;
  }
  .tbmd .pdf {
    height: 16px;
    width: auto;
  }
  .mb-y {
    margin-bottom: 50px;
  }
  .inver-sub {
    font-size: 14px;
    margin-top: -10px;
    padding-bottom: 10px;
    text-align: left;
  }
  .w-lg {
    width: calc(66.6% - 6px);
  }
  .dc-down a {
    display: block;
    font-size: 14px;
    padding: 10px 65px 10px 10px;
    border-bottom: solid 1px #221814;
    background-image: url(../images/dwpdf.svg);
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-position: center right 10px;
  }
  .year-list {
    margin-left: 62px;
    text-indent: -62px;
  }
  .year-list span {
    display: inline-block;
    width: 5px;
  }
  .twlist {
    margin-left: 50px;
    text-indent: -50px;
    padding-bottom: 15px;
  }
  .crlist {
    margin-left: 20px;
    text-indent: -20px;
    padding-bottom: 15px;
  }
  .list-sty {
    margin-left: 18px;
    text-indent: -18px;
    padding-bottom: 10px;
    padding-left: 16px;
  }
  .list-sty i {
    display: inline-block;
    font-style: normal;
    width: 18px;
  }
  .list-sty-b {
    margin-left: 0;
    text-indent: 0;
    padding-bottom: 10px;
    padding-left: 14px;
  }
  #customers .list-sty-b {
    margin-left: 0;
    text-indent: 0;
    padding-bottom: 0;
    padding-left: 11px;
    margin-bottom: 3px;
  }
  #customers ul li {
    padding-bottom: 3px;
    margin-left: 5px;
  }
  #customers ul li::marker {
    font-size: 4px;
  }
  .chlist {
    margin-left: 32px;
    text-indent: -32px;
  }
  .chlist p.fix {
    padding-bottom: 10px;
  }
  .list-sty-b.fix li {
    padding-bottom: 10px;
  }
  .compic-1.fix {
    padding: 20px 30px 20px 30px;
  }
  .resicon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  #customers ol,
  #customers ul {
    padding-left: 12px;
  }
  .card-box {
    padding: 10px;
    font-size: 16px;
  }
  .card-up {
    border-bottom: solid 1px #221814;
    padding: 10px 10px 30px 10px;
  }
  .card-dw {
    padding: 20px 10px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-l {
    width: 100%;
    padding-bottom: 10px;
  }
  .card-r {
    width: 100%;
    font-weight: 700;
  }
  .card-r p {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .big-tb {
    margin-top: -30px;
    padding: 0 20px;
  }
  .scope {
    font-size: 16px;
    text-align: left;
    padding: 0 30px 15px 30px;
  }
  .scope-line {
    display: block;
    margin: 0 0 15px 30px;
  }
  .scope-box {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 30px;
  }
  .scope-box span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
  .rcolx .res3-item:first-child {
    padding-top: 10px;
  }
  .rcolx .res3-item:last-child {
    border-bottom: none;
  }
  .res3-item {
    display: block;
    border-bottom: none;
    padding: 10px 0;
  }
  .res3-l {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    color: #4492af;
  }
  .res3-l span {
    font-size: 60%;
  }
  .res3-r {
    width: 100%;
  }
  .lcolx.green {
    border-top: none;
    background-image: url(../images/mg-line.svg);
  }
  .lcolx.red {
    border-top: none;
    background-image: url(../images/rg-line.svg);
  }
  .dqs {
    width: 50px;
    height: auto;
  }
}
.contact-loca-wrap {
  padding: 0 40px;
  max-width: 1300px;
  margin: auto;
}

.contact-loca-wrap .item-g {
  font-size: 0;
  margin: 0 -20px 85px;
  padding-bottom: 40px;
  border-bottom: solid 2px #4492af;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-loca-wrap .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  margin-bottom: 30px;
}

.contact-loca-wrap .item .name {
  font-size: 28px;
  font-weight: 700;
  color: #221814;
  margin-bottom: 10px;
}

.contact-loca-wrap .item .name a {
  position: relative;
  width: 38px;
  height: 38px;
  margin: -8px 0 0 8px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  border: 1px solid #4492af;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contact-loca-wrap .item .name a::after {
  content: "";
  display: block;
  width: 18px;
  height: 24px;
  background: url(../images/icon_loca.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.contact-loca-wrap .item ul {
  margin: 0;
  padding: 0;
}

.contact-loca-wrap .item ul li {
  list-style: none;
  position: relative;
  font-size: 20px;
  color: #231815;
  padding-left: 60px;
  margin-bottom: 5px;
}

.contact-loca-wrap .item ul li:last-child {
  margin-bottom: 0;
}

.contact-loca-wrap .item ul li span {
  position: absolute;
  top: 1px;
  left: 0;
}

.contact-loca-wrap .item ul li a {
  color: #231815;
  cursor: default;
}

@media (min-width: 992px) {
  .contact-loca-wrap .item .name a:hover {
    background: #4492af;
  }
  .contact-loca-wrap .item .name a:hover::after {
    background: url(../images/icon_loca_w.png) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 1440px) {
  .contact-loca-wrap .item .name {
    font-size: 24px;
  }
  .contact-loca-wrap .item .name a {
    width: 32px;
    height: 32px;
  }
  .contact-loca-wrap .item .name a::after {
    width: 14px;
    height: 19px;
  }
}
@media (max-width: 991px) {
  .contact-loca-wrap .item-g {
    margin: 0 -10px 50px;
    padding-bottom: 45px;
  }
  .contact-loca-wrap .item {
    padding: 0 10px;
  }
  .contact-loca-wrap .item .name {
    font-size: 22px;
  }
  .contact-loca-wrap .item .name a {
    width: 28px;
    height: 28px;
  }
  .contact-loca-wrap .item .name a::after {
    width: 12px;
    height: 15px;
  }
  .contact-loca-wrap .item ul li {
    font-size: 16px;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .contact-loca-wrap {
    padding: 0 30px;
  }
  .contact-loca-wrap .item-g {
    padding-bottom: 20px;
  }
}
@media (max-width: 549px) {
  .contact-loca-wrap .item-g {
    margin: 0 0 20px;
    display: block;
  }
  .contact-loca-wrap .item {
    padding: 0;
  }
}
/* For Print */
@page {
  margin: 1.5cm 0.6cm;
}
@media (max-width: 520px) {
  .s-table-wrap {
    padding: 25px 0 15px 0;
    margin: 0 20px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
  }
  .s-table-wrap::after {
    content: "";
    display: block;
    width: 20px;
    height: 25px;
    background: url(../images/icon_scroll.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 520px) and (max-width: 520px) {
  .s-table {
    width: 600px !important;
  }
}
/* 新聞中心列表 */
#news-list .bg-gray {
  padding: 40px 0;
  background: #f9fafa;
}

#news-list .ser-wrap {
  max-width: 880px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#news-list .ser-wrap .sel-box {
  width: calc(40% - 25px);
  margin-right: 25px;
}

#news-list .ser-wrap .sel-box select {
  width: 100%;
  color: #5099b4;
  border: 2px solid #5099b4;
  border-radius: 40px;
  font-size: 22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 45px 10px 20px;
  background: url(../images/select_arrow.png), #fff;
  background-repeat: no-repeat;
  background-size: 19px 12px;
  background-position: center right 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#news-list .ser-wrap button {
  width: 20%;
  font-size: 22px;
  border: none;
  background: #5099b4;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

#news-list .wrap-1050 {
  max-width: 1050px;
  margin: auto;
}

#news-list .cont-wrap {
  padding: 90px 0;
}

#news-list .main-news {
  margin-bottom: 30px;
}

#news-list .news-item-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

#news-list .news-item-g .news-item.column-2 {
  width: calc(50% - 15px);
}

#news-list .news-item-g .news-item.column-3 {
  width: calc(33.33% - 20px);
}

#news-list .news-item-g .box {
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
}

#news-list .news-item-g .box .pic {
  overflow: hidden;
}

#news-list .news-item-g .box .pic img {
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

#news-list .news-item-g .box .txt {
  background: #efefef;
  padding: 20px;
}

#news-list .news-item-g .box .txt .cat {
  font-size: 15px;
  color: #777;
}

#news-list .news-item-g .box .txt h3 {
  margin: 10px 0;
  font-size: 20px;
  color: #222;
  font-weight: 700;
  line-height: 1.4;
  /* min-height: 56px; */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#news-list .news-item-g .box .txt .date {
  font-size: 15px;
  color: #777;
}

@media (min-width: 992px) {
  #news-list .ser-wrap button:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
  #news-list .news-item-g .box:hover .pic img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
  }
  #news-list .news-item-g .box:hover .txt h3 {
    color: #4492af;
  }
}
@media (max-width: 1440px) {
  #news-list .bg-gray {
    padding: 30px 0;
  }
  #news-list .cont-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 1099px) {
  #news-list .wrap-1050 {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  #news-list .wrap-1050 {
    padding: 0 20px;
  }
  #news-list .bg-gray {
    padding: 20px 0;
  }
  #news-list .cont-wrap {
    padding: 45px 0;
  }
  #news-list .ser-wrap {
    padding: 0 20px;
  }
  #news-list .ser-wrap .sel-box {
    width: calc(40% - 15px);
    margin-right: 15px;
  }
  #news-list .ser-wrap .sel-box select {
    font-size: 16px;
    padding: 8px 35px 8px 15px;
    background-position: center right 15px;
  }
  #news-list .ser-wrap button {
    padding: 10px 0;
    font-size: 16px;
  }
  #news-list .news-item-g {
    gap: 20px;
  }
  #news-list .news-item-g .news-item.column-2 {
    width: calc(50% - 10px);
  }
  #news-list .news-item-g .news-item.column-3 {
    width: calc(33.33% - 15px);
  }
  #news-list .news-item-g .box .txt h3 {
    font-size: 18px;
    /* min-height: 50px; */
    margin: 8px 0;
  }
}
@media (max-width: 649px) {
  #news-list .main-news {
    margin-bottom: 0;
  }
  #news-list .news-item-g {
    gap: 0;
  }
  #news-list .news-item-g .news-item {
    margin-bottom: 25px;
  }
  #news-list .news-item-g .news-item.column-2 {
    width: 100%;
  }
  #news-list .news-item-g .news-item.column-3 {
    width: 100%;
  }
  #news-list .news-item-g .news-item .box .pic img {
    width: 100%;
  }
  #news-list .news-item-g .news-item .box .txt {
    padding: 15px;
  }
  #news-list .news-item-g .news-item .box .txt h3 {
    min-height: auto;
  }
}
@media (max-width: 499px) {
  #news-list .ser-wrap .sel-box {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #news-list .ser-wrap button {
    width: 100%;
  }
}
/* ===== 新聞中心詳細 ===== */
.ban-view {
  background: #727172;
  margin-top: 120px;
  padding-top: 110px;
}

#news-view .wrap-900 {
  max-width: 900px;
  margin: auto;
}

#news-view .reset {
  margin: 0;
  padding: 0;
}

#news-view .reset li {
  list-style: none;
}

#news-view .view-ti-box {
  background: #f9fafa;
  padding: 50px 0 20px;
}

#news-view .view-ti-box h2 {
  margin: 0;
  line-height: 1.4;
  font-size: 36px;
  color: #222;
  font-weight: 700;
  padding-bottom: 40px;
  border-bottom: 1px solid #9f9fa0;
}

#news-view .view-ti-box .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

#news-view .view-ti-box .bottom .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#news-view .view-ti-box .bottom .cat li {
  list-style: none;
  font-size: 15px;
  color: #777;
  margin-right: 40px;
  position: relative;
}

#news-view .view-ti-box .bottom .cat li::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #777;
  position: absolute;
  top: 3px;
  right: -20px;
}

#news-view .view-ti-box .bottom .cat li:last-child {
  margin-right: 0;
}

#news-view .view-ti-box .bottom .cat li:last-child::after {
  display: none;
}

#news-view .view-ti-box .bottom .social-media ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#news-view .view-ti-box .bottom .social-media ul li {
  list-style: none;
  font-size: 0;
  margin-right: 20px;
}

#news-view .view-ti-box .bottom .social-media ul li:last-child {
  margin-right: 0;
}

#news-view .view-ti-box .bottom .social-media ul li a {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

#news-view .view-ti-box .bottom .social-media ul li a.fb {
  background: url(../images/icon_fb.png) no-repeat;
  background-size: contain;
}

#news-view .view-ti-box .bottom .social-media ul li a.line {
  background: url(../images/icon_line.png) no-repeat;
  background-size: contain;
}

#news-view .edit-wrap {
  padding: 30px 0;
  margin-bottom: 90px;
}

#news-view picture {
  display: block;
  margin-bottom: 30px;
}

#news-view .btn-wrap {
  text-align: center;
  margin-top: 50px;
}

#news-view .btn-wrap a {
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  background: #4391af;
  font-weight: 700;
  width: 160px;
  padding: 12px 0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}

@media (min-width: 992px) {
  #news-view .view-ti-box .bottom .social-media ul li a:hover {
    -webkit-transform: translateY(-5px) scale(1.08);
    -ms-transform: translateY(-5px) scale(1.08);
    transform: translateY(-5px) scale(1.08);
  }
  #news-view .btn-wrap a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}
@media (max-width: 1440px) {
  #news-view .view-ti-box h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  #news-view .view-ti-box .bottom {
    margin-top: 15px;
  }
  #news-view .edit-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 1024px) {
  .ban-view {
    margin-top: 65px;
    padding-top: 62px;
  }
}
@media (max-width: 991px) {
  #news-view .wrap-900 {
    padding: 0 20px;
  }
  #news-view .view-ti-box {
    padding: 35px 0 20px;
  }
  #news-view .view-ti-box h2 {
    font-size: 24px;
  }
  #news-view .view-ti-box .bottom .cat li {
    margin-right: 20px;
  }
  #news-view .view-ti-box .bottom .cat li::after {
    right: -10px;
  }
  #news-view .view-ti-box .bottom .social-media ul li {
    margin-right: 10px;
  }
  #news-view .edit-wrap {
    margin-bottom: 40px;
    padding: 20px 0;
  }
  #news-view .btn-wrap {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  #news-view .view-ti-box h2 {
    font-size: 18px;
  }
}
/* ===== p-pager ===== */
.p-pager {
  text-align: center;
  margin-top: 50px;
}

.p-pager .num-g,
.p-pager a {
  display: inline-block;
  vertical-align: middle;
}

.p-pager .num {
  font-size: 24px;
  margin: 0 15px;
  color: #b4d3df;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  width: 20px;
}

.p-pager .num:last-child::after {
  display: none;
}

.p-pager .num:hover {
  color: #4492af;
}

.p-pager .prev {
  font-size: 0;
  background: #b4d3df;
  margin-right: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

.p-pager .prev::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.p-pager .prev:hover {
  background: #4492af;
}

.p-pager .next {
  font-size: 0;
  background: #b4d3df;
  margin-left: 10px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}

.p-pager .next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-pager .next:hover {
  background: #4492af;
}

.p-pager .current {
  color: #4492af;
}

@media (max-width: 767px) {
  .p-pager {
    margin-top: 30px;
  }
  .p-pager .num {
    width: 18px;
    font-size: 16px;
    margin: 0 5px;
  }
  .p-pager .prev {
    width: 30px;
    height: 30px;
  }
  .p-pager .prev::before {
    width: 10px;
    height: 10px;
  }
  .p-pager .next {
    width: 30px;
    height: 30px;
  }
  .p-pager .next::before {
    width: 10px;
    height: 10px;
  }
}
:root {
  --plyr-control-spacing: 12px;
  --plyr-color-main: #4e8aff;
}

.reinvest-video {
  width: 100%;
  max-width: 1160px;
  margin: max(4.5vw, 50px) auto;
  padding: 0;
}

.reinvest-section + .reinvest-video {
  margin: 15px auto;
}

.reinvest-cont {
  margin-top: 15px;
  font-weight: 500;
  font-size: 1.5rem;
  color: #221814;
  line-height: 1.8;
  padding-left: 25px;
  padding-right: 25px;
}
.reinvest-cont .c-editor__container {
  padding: 0;
}

/**
 * 編輯器樣式
 */
:root {
  --fs-def: 16px;
  --fs-h1: clamp(1.875rem, 2.6vw, 2.25rem);
  --fs-h2: clamp(1.75rem, 2.13vw, 1.875rem);
  --fs-h3: clamp(1.625rem, 1.86vw, 1.75rem);
  --fs-h4: clamp(1.375rem, 1.73vw, 1.625rem);
  --fs-h5: clamp(1.25rem, 1.6vw, 1.5rem);
  --fs-h6: clamp(1.125rem, 1.46vw, 1.375rem);
  --gap-sec: max(5vw, 50px);
}

/* 
 * 預設通用樣式
 */
.cke_editable {
  background: #fff;
  padding-top: 25px;
}
.cke_editable *,
.cke_editable *::after,
.cke_editable *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cke_editable img {
  height: auto !important;
  max-width: 100%;
}

.cke_widget_inline {
  vertical-align: top;
}

.c-editor,
.cke_editable {
  font-family: "Gill-Sans-MT-Regular", "Noto Sans TC", sans-serif;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 400;
  font-size: clamp(1.375rem, 1.2581rem + 0.3226vw, 1.5rem);
  color: #221814;
  line-height: 1.8;
}
.c-editor img,
.cke_editable img {
  line-height: 0;
  display: inline-block;
}
.c-editor p,
.cke_editable p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.c-editor ol,
.c-editor ul,
.cke_editable ol,
.cke_editable ul {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
.c-editor h1,
.c-editor h2,
.c-editor h3,
.c-editor h4,
.c-editor h5,
.c-editor h6,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6 {
  display: block;
  line-height: 1.2;
}
.c-editor h1 span,
.c-editor h2 span,
.c-editor h3 span,
.c-editor h4 span,
.c-editor h5 span,
.c-editor h6 span,
.cke_editable h1 span,
.cke_editable h2 span,
.cke_editable h3 span,
.cke_editable h4 span,
.cke_editable h5 span,
.cke_editable h6 span {
  font-size: inherit;
}
.c-editor h1,
.c-editor .h1,
.cke_editable h1,
.cke_editable .h1 {
  font-size: var(--fs-h1);
}
.c-editor h2,
.c-editor .h2,
.cke_editable h2,
.cke_editable .h2 {
  font-size: var(--fs-h2);
}
.c-editor h3,
.c-editor .h3,
.cke_editable h3,
.cke_editable .h3 {
  font-size: var(--fs-h3);
}
.c-editor h4,
.c-editor .h4,
.cke_editable h4,
.cke_editable .h4 {
  font-size: var(--fs-h4);
}
.c-editor h5,
.c-editor .h5,
.cke_editable h5,
.cke_editable .h5 {
  font-size: var(--fs-h5);
}
.c-editor h6,
.c-editor .h6,
.cke_editable h6,
.cke_editable .h6 {
  font-size: var(--fs-h6);
}
.c-editor small,
.cke_editable small {
  font-size: var(--fs-sm);
}
.c-editor p,
.cke_editable p {
  margin: 0 0 1rem;
  padding: 0;
}
.c-editor strong,
.cke_editable strong {
  font-weight: 600;
}
.c-editor video,
.c-editor embed,
.c-editor iframe,
.cke_editable video,
.cke_editable embed,
.cke_editable iframe {
  width: 100%;
  overflow: hidden;
  display: block;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.c-editor video,
.c-editor embed,
.c-editor iframe[src*=youtube],
.cke_editable video,
.cke_editable embed,
.cke_editable iframe[src*=youtube] {
  aspect-ratio: 16/9 !important;
}
.c-editor a,
.cke_editable a {
  color: #222;
  text-decoration: underline;
}
.c-editor a:hover,
.cke_editable a:hover {
  color: #227fa5;
  text-decoration: none;
}
.c-editor table,
.cke_editable table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid;
}
.c-editor table tr,
.cke_editable table tr {
  border-bottom: 1px solid #ddd;
}
.c-editor table th,
.c-editor table td,
.cke_editable table th,
.cke_editable table td {
  width: 16.6667%;
  min-width: 110px;
  padding: 12px 20px;
  text-align: center;
}
.c-editor table a,
.cke_editable table a {
  color: #333;
  text-decoration: none;
}
.c-editor table a:hover,
.cke_editable table a:hover {
  color: #222;
  text-decoration: underline;
}
.c-editor table th,
.cke_editable table th {
  max-width: 250px;
  min-width: 110px;
  color: #222;
}
.c-editor table thead,
.cke_editable table thead {
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
.c-editor table thead tr,
.cke_editable table thead tr {
  border: none;
}
.c-editor table thead td,
.c-editor table thead th,
.cke_editable table thead td,
.cke_editable table thead th {
  font-weight: 600;
  color: #222;
  padding-top: 15px;
  padding-bottom: 15px;
}
.c-editor ul,
.cke_editable ul {
  margin: 0 0 1em 0.25em;
  padding: 0;
  list-style: none;
}
.c-editor ul + *,
.cke_editable ul + * {
  margin-top: 1em;
}
.c-editor ul > li,
.cke_editable ul > li {
  position: relative;
  margin: 3px 0;
  padding-left: 20px;
}
.c-editor ul > li::before,
.cke_editable ul > li::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  display: block;
  width: 5px;
  height: 5px;
  border: 1px solid #555;
  background-color: #fff;
  border-radius: 50px;
}
.c-editor ol,
.cke_editable ol {
  list-style-image: url(data:0);
  list-style: decimal;
  margin: 0 0 1em 0.4rem;
  padding: 0 0 0 1.8em;
  counter-reset: newcounter;
}
.c-editor ol + *,
.cke_editable ol + * {
  margin-top: 1em;
}
.c-editor ol > li,
.cke_editable ol > li {
  position: relative;
  padding: 0 0 0 0.2em;
  margin: 5px 0 5px -0.8em;
  display: list-item;
  list-style-position: outside;
}
.c-editor ol > li > ol,
.cke_editable ol > li > ol {
  margin: 0 0 1em 0.9em;
  padding: 0 0 0 1em;
}
.c-editor ol > li > ol > li,
.cke_editable ol > li > ol > li {
  position: relative;
  padding: 0;
  margin: 5px 0 5px;
  display: block;
}
.c-editor ol > li > ol > li:first-of-type,
.cke_editable ol > li > ol > li:first-of-type {
  counter-reset: newcounter;
}
.c-editor ol > li > ol > li::before,
.cke_editable ol > li > ol > li::before {
  width: 1.9rem;
  position: absolute;
  top: 0;
  left: -2.2rem;
  text-align: center;
  white-space: nowrap;
  counter-increment: newcounter;
  content: "(" counter(newcounter) ")";
}
.c-editor ol + .c-editor__title,
.c-editor ol + .c-editor__subtitle,
.c-editor ul + .c-editor__title,
.c-editor ul + .c-editor__subtitle,
.c-editor p + .c-editor__title,
.c-editor p + .c-editor__subtitle,
.cke_editable ol + .c-editor__title,
.cke_editable ol + .c-editor__subtitle,
.cke_editable ul + .c-editor__title,
.cke_editable ul + .c-editor__subtitle,
.cke_editable p + .c-editor__title,
.cke_editable p + .c-editor__subtitle {
  margin-top: 2.5rem;
}

.editor-table {
  display: block;
  width: 100%;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  margin-bottom: 20px;
}
.editor-table::after {
  position: absolute;
  content: svg-url('<svg  xmlns="http://www.w3.org/2000/svg"  width="24"  height="24"  viewBox="0 0 24 24"  fill="none"  stroke="#333"  stroke-width="2"  stroke-linecap="round"  stroke-linejoin="round"  class="icon icon-tabler icons-tabler-outline icon-tabler-caret-left-right"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M14 18l6 -6l-6 -6v12" /><path d="M10 18l-6 -6l6 -6v12" /></svg>');
  width: 25px;
  height: 25px;
  pointer-events: none;
  line-height: 1;
  z-index: 20;
  display: block;
  top: 8px;
  right: 20px;
  opacity: 0;
  -webkit-animation: ani_lr 1.2s both linear infinite;
          animation: ani_lr 1.2s both linear infinite;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.editor-table.need-scroll::after {
  opacity: 0.9;
}

.cke_editable .js-albums,
.cke_editable .c-editor .js-albums {
  border: 1px dotted crimson;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding: 25px 10px 10px;
  position: relative;
}
.cke_editable .js-albums::before,
.cke_editable .c-editor .js-albums::before {
  content: "放在框裡的圖前台轉相簿";
  display: block;
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  background-color: crimson;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 10px;
}
.cke_editable .js-albums img,
.cke_editable .c-editor .js-albums img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  width: auto;
  max-width: 150px;
  aspect-ratio: 1.5;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  border: 1px solid #ddd;
}

.c-editor {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--gap-sec);
}
.c-editor .js-albums {
  display: none;
}
.c-editor__title {
  font-weight: 500;
  font-size: var(--fs-h2);
  display: block;
  margin: 0.5rem 0 1.25rem 0;
  padding: 0;
  line-height: 1.2;
}
.c-editor__title + .c-editor__subtitle {
  margin-top: -0.75rem !important;
}
.c-editor__title h1,
.c-editor__title h2,
.c-editor__title h3,
.c-editor__title h4,
.c-editor__title h5,
.c-editor__title h6 {
  font: inherit;
}
.c-editor h1.c-editor__title,
.c-editor h2.c-editor__title,
.c-editor h3.c-editor__title,
.c-editor h4.c-editor__title,
.c-editor h5.c-editor__title,
.c-editor h6.c-editor__title {
  font-weight: 500;
  font-size: var(--fs-h2);
  display: block;
  margin: 0.5rem 0 1.25rem 0;
  padding: 0;
  line-height: 1.2;
}
.c-editor__subtitle {
  font-weight: 500;
  font-size: var(--fs-h4);
  display: block;
  margin: 0.5rem 0 1.125rem 0;
  padding: 0;
  line-height: 1.2;
  color: #4491ae;
}
.c-editor__subtitleh1, .c-editor__subtitleh2, .c-editor__subtitleh3, .c-editor__subtitleh4, .c-editor__subtitleh5, .c-editor__subtitleh6 {
  font-size: var(--fs-h5);
}
.c-editor__subtitle h1,
.c-editor__subtitle h2,
.c-editor__subtitle h3,
.c-editor__subtitle h4,
.c-editor__subtitle h5,
.c-editor__subtitle h6 {
  font: inherit;
}
.c-editor h1.c-editor__subtitle,
.c-editor h2.c-editor__subtitle,
.c-editor h3.c-editor__subtitle,
.c-editor h4.c-editor__subtitle,
.c-editor h5.c-editor__subtitle,
.c-editor h6.c-editor__subtitle {
  font-weight: 500;
  font-size: var(--fs-h4);
  display: block;
  margin: 0.5rem 0 1.125rem 0;
  padding: 0;
  line-height: 1.2;
  color: #4491ae;
}
.c-editor__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-editor__container.text-center {
  text-align: center;
  -webkit-box-pack: centers;
      -ms-flex-pack: centers;
          justify-content: centers;
}
.c-editor__center-img {
  margin-top: 25px;
  margin-bottom: var(--gap-sec);
  text-align: center;
}
.c-editor__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 20px;
}
.c-editor__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-editor.l-pic-r-txt {
  margin-bottom: var(--gap-sec);
}
.c-editor.l-pic-r-txt .c-editor__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 51%;
  margin-left: 0;
  margin-right: 0;
}
.c-editor.l-pic-r-txt .c-editor__content {
  padding-left: 35px;
}
.c-editor.r-pic-l-txt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: var(--gap-sec);
}
.c-editor.r-pic-l-txt .c-editor__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 51%;
  margin-left: 0;
  margin-right: 0;
}
.c-editor.r-pic-l-txt .c-editor__content {
  padding-right: 35px;
}
.c-editor.mutiple-columns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.c-editor.mutiple-columns > * {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
  height: auto !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-editor.mutiple-columns img {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.c-editor.mutiple-columns .c-editor__title {
  font-size: var(--fs-h4);
  margin: 1rem auto;
  color: #000;
  text-align: center;
}
.c-editor.mutiple-columns .c-editor__subtitle {
  font-size: var(--fs-h5);
  margin: 1rem auto;
  color: #000;
  text-align: center;
}

/**
 * 系統整合子項
 */
.inter-row {
  max-width: 1200px;
  margin: 100px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.inter-row + .inter-row {
  margin-top: 0;
}

.inter-col-a,
.inter-col-b {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: max(6vh, 35px) 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-top: solid 1px #221814;
}

.col-b-up {
  padding-bottom: 50px;
}

.col-a-l,
.col-b-up {
  width: 50%;
}

.col-a-r,
.col-b-dw {
  width: 50%;
  padding-left: 60px;
}

.col-a-tit {
  font-size: 1.875rem;
  font-weight: 700;
  color: #221814;
  line-height: 1;
  padding-bottom: 15px;
}

.col-a-dis {
  font-size: 1.45rem;
  font-weight: 400;
  color: #221814;
  line-height: 1.6;
  text-align: justify;
}

/**
 * 編輯器相簿
 */
.album-generate {
  max-width: 900px;
  margin: 0 auto 35px;
  width: 100%;
  overflow: visible;
  position: relative;
}
.album-generate .swiper-container {
  overflow: hidden;
}
.album-generate .swiper-slide img {
  width: 100%;
  aspect-ratio: 900/580;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.album-generate .swiper-button-prev,
.album-generate .swiper-button-next {
  font-size: 0;
  width: 30px;
  height: 60px;
  top: 50%;
  margin-top: -15px;
}
.album-generate .swiper-button-prev::after,
.album-generate .swiper-button-next::after {
  display: none;
}
.album-generate .swiper-button-prev::before,
.album-generate .swiper-button-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 130% auto;
}
.album-generate .swiper-button-prev:hover::before,
.album-generate .swiper-button-next:hover::before {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.album-generate .swiper-button-prev {
  left: -30px;
}
.album-generate .swiper-button-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23999' class='icon icon-tabler icons-tabler-filled icon-tabler-caret-left'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M13.883 5.007l.058 -.005h.118l.058 .005l.06 .009l.052 .01l.108 .032l.067 .027l.132 .07l.09 .065l.081 .073l.083 .094l.054 .077l.054 .096l.017 .036l.027 .067l.032 .108l.01 .053l.01 .06l.004 .057l.002 .059v12c0 .852 -.986 1.297 -1.623 .783l-.084 -.076l-6 -6a1 1 0 0 1 -.083 -1.32l.083 -.094l6 -6l.094 -.083l.077 -.054l.096 -.054l.036 -.017l.067 -.027l.108 -.032l.053 -.01l.06 -.01z' /%3E%3C/svg%3E");
}
.album-generate .swiper-button-next {
  right: -30px;
}
.album-generate .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23999' class='icon icon-tabler icons-tabler-filled icon-tabler-caret-right'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6c0 -.852 .986 -1.297 1.623 -.783l.084 .076l6 6a1 1 0 0 1 .083 1.32l-.083 .094l-6 6l-.094 .083l-.077 .054l-.096 .054l-.036 .017l-.067 .027l-.108 .032l-.053 .01l-.06 .01l-.057 .004l-.059 .002l-.059 -.002l-.058 -.005l-.06 -.009l-.052 -.01l-.108 -.032l-.067 -.027l-.132 -.07l-.09 -.065l-.081 -.073l-.083 -.094l-.054 -.077l-.054 -.096l-.017 -.036l-.027 -.067l-.032 -.108l-.01 -.053l-.01 -.06l-.004 -.057l-.002 -12.059z' /%3E%3C/svg%3E");
}
.album-generate .swiper-pagination {
  bottom: auto;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 3px auto;
}
.album-generate .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background-color: #d2d2d2;
}
.album-generate .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #ccc;
}
.album-generate .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #666;
}

@media (max-width: 1499px) {
  .c-editor.mutiple-columns {
    margin-left: -12px;
    margin-right: -12px;
  }
  .c-editor.mutiple-columns > * {
    width: calc(33.333333% - 24px);
    margin: 0 12px 20px;
  }
}
@media (max-width: 991px) {
  .c-editor.mutiple-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .album-generate .swiper-button-prev,
  .album-generate .swiper-button-next {
    width: 25px;
  }
  .album-generate .swiper-button-prev {
    left: -25px;
  }
  .album-generate .swiper-button-next {
    right: -25px;
  }
}
@media (max-width: 639px) {
  .c-editor__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-editor.l-pic-r-txt .c-editor__image {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .c-editor.l-pic-r-txt .c-editor__content {
    padding-left: 0;
    width: 100%;
  }
  .c-editor.r-pic-l-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-editor.r-pic-l-txt .c-editor__image {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .c-editor.r-pic-l-txt .c-editor__content {
    padding-right: 0;
    width: 100%;
  }
  .c-editor.mutiple-columns {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .c-editor.mutiple-columns > * {
    width: auto;
    margin: 0 auto 20px;
  }
}
@media (max-width: 520px) {
  .inter-row {
    width: calc(100% - 60px);
    margin: 40px 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .inter-row + .inter-row {
    margin-top: 0;
  }
  .inter-col-a,
  .inter-col-b {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .col-a-l,
  .col-b-up {
    width: 100%;
    padding: 30px 0;
  }
  .col-a-r,
  .col-b-dw {
    width: 100%;
    padding-left: 0;
    padding-bottom: 40px;
  }
  .col-a-tit {
    font-size: 21px;
    padding-bottom: 10px;
  }
  .col-a-dis {
    font-size: 16px;
  }
}