@charset "UTF-8";
.caseList > li, .caseList .Txt > p, .introArea .topBox, .introArea .topBox .txtBox, .tabStyleList .item, .tabStyleList .Txt, .tabLinkList, .tabLinkBtn, .integrationBox .leftBox, .integrationBox .rightBox, .integrationBtnBox h2, .rangeArea .Txt, .cooperationBtnList .round, .cooperationBtnList .round::before, .cooperationBtnList .round::after, .logoBox, .cooperationList, .cooperationList .Img, .cooperationList .Txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.caseList, .caseList .item, .caseList .Txt, .caseList h3 a::after, .introArea .topBox .Img, .introArea .topBox .Txt, .tabStyleBox, .tabStyleList .Txt, .integrationBox, .integrationBtnBox h2, .integrationBtnBox h2::before, .integrationTextList .Txt, .rangeArea .Txt p, .bevelClassBox, .bevelClassBox > ul > li h3, .bevelClassBox > ul > li em, .faqList, .cooperationTitleBox, .cooperationBtnList li::before, .cooperationBtnList li::after, .cooperationBtnList .round::before, .cooperationBtnList .round::after, .cooperationBtnList .Img, .cooperationBtnList h3, .cooperationBtnList .Img img, .cooperationList, .cooperationBlueBox::after, .cooperationBlueBox ul, .cooperationGreenBox::after, .cooperationGreenBox ul, .articleTopBox {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.tabStyleList .Txt, .cooperationList, .cooperationBlueBox::after, .cooperationBlueBox ul, .introArea .topBox .Txt, .cooperationTitleBox, .cooperationGreenBox::after, .cooperationGreenBox ul, .caseList, .tabStyleBox, .integrationBox, .integrationTextList .Txt, .rangeArea .Txt p, .faqList, .articleTopBox, .introArea .topBox .Img, .bevelClassBox {
  opacity: 0; }

.tabStyleList .Txt, .cooperationList, .cooperationBlueBox::after, .cooperationBlueBox ul {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }

.introArea .topBox .Txt, .cooperationTitleBox, .cooperationGreenBox::after, .cooperationGreenBox ul {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.caseList, .tabStyleBox, .integrationBox, .integrationTextList .Txt, .rangeArea .Txt p, .faqList, .articleTopBox {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.caseList.show, .introArea .topBox.show .Img, .introArea .topBox.show .Txt, .tabStyleBox.show, .tabStyleList .current .Txt, .integrationBox.show, .integrationTextList .current .Txt, .rangeArea .Txt .titleBox.show + p, .promotionArea.show .bevelClassBox, .faqList.show, .cooperationBox.show .cooperationTitleBox, .cooperationBox.show .cooperationList, .cooperationList .current .cooperationBlueBox::after, .cooperationList .current .cooperationGreenBox::after, .cooperationList .current .cooperationBlueBox ul, .cooperationList .current .cooperationGreenBox ul, .articleTopBox.show {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

.caseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 481px) {
    .caseList {
      margin-left: -10px;
      margin-right: -10px; } }
  .caseList > li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px; }
    @media (min-width: 769px) {
      .caseList > li {
        width: calc(100% / 3); } }
    @media (min-width: 481px) and (max-width: 768px) {
      .caseList > li {
        width: 50%; } }
    @media (max-width: 480px) {
      .caseList > li {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1181px) {
    .caseList .item:hover {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
      .caseList .item:hover .Txt {
        border-color: #02498e; }
      .caseList .item:hover h3 a::after {
        background-color: #02498e; } }
  .caseList .Img {
    position: relative; }
    .caseList .Img img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .caseList .classTag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 5px 15px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px; }
  .caseList .Txt {
    padding-top: 10px;
    padding-bottom: 20px;
    border-left: 1px solid #ababab;
    border-right: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    background-color: #f6f6f6; }
    .caseList .Txt > p {
      max-height: 100px;
      padding: 15px;
      font-size: 14px; }
  .caseList h3 a {
    position: relative;
    display: block;
    padding: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #1884c4;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    .caseList h3 a::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      display: block;
      width: 80%;
      height: 1px;
      background-color: #ababab; }

.caseInfoList {
  padding: 15px; }
  .caseInfoList li + li {
    margin-top: 3px; }

.introArea img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.introArea .topBox {
  position: relative;
  z-index: 2;
  padding-top: 55px; }
  .introArea .topBox.show .Txt {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  @media (max-width: 768px) {
    .introArea .topBox {
      padding-top: 20px; } }
  .introArea .topBox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 165px;
    z-index: -1;
    width: 400px;
    height: 400px;
    background: -webkit-radial-gradient(circle, #e7f5f6 1px, transparent 0, transparent 100%) 0 0/7px 7px;
    background: -o-radial-gradient(circle, #e7f5f6 1px, transparent 0, transparent 100%) 0 0/7px 7px;
    background: radial-gradient(circle, #e7f5f6 1px, transparent 0, transparent 100%) 0 0/7px 7px; }
  @media (min-width: 769px) {
    .introArea .topBox .Img {
      position: absolute;
      top: 55px;
      right: 0;
      z-index: -1; } }
  @media (min-width: 769px) {
    .introArea .topBox .Txt {
      margin-top: 85px;
      max-width: 525px; } }
  @media (max-width: 768px) {
    .introArea .topBox .Txt {
      margin-top: 20px; } }
  .introArea .topBox .enTitle {
    margin-bottom: 10px;
    font: 700 55px Arial, Helvetica, "Noto Sans TC", sans-serif;
    color: #1884c4;
    letter-spacing: 1px; }
    @media (max-width: 768px) {
      .introArea .topBox .enTitle {
        font-size: 40px;
        text-align: center; }
        .introArea .topBox .enTitle br {
          display: none; } }
    @media (max-width: 480px) {
      .introArea .topBox .enTitle {
        font-size: 24px; } }
    .introArea .topBox .enTitle:first-letter {
      color: #009bb3; }
    .introArea .topBox .enTitle + em {
      font: 18px Arial, Helvetica, "Noto Sans TC", sans-serif;
      letter-spacing: .5px;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .introArea .topBox .enTitle + em {
          display: block;
          text-align: center; } }
      @media (max-width: 480px) {
        .introArea .topBox .enTitle + em {
          font-size: 14px; } }
  .introArea .topBox .txtBox {
    margin-top: 45px;
    padding: 45px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2); }
    @media (max-width: 768px) {
      .introArea .topBox .txtBox {
        margin-top: 25px; } }
    @media (max-width: 480px) {
      .introArea .topBox .txtBox {
        padding: 20px 30px; } }
  .introArea .topBox h1 {
    position: relative;
    z-index: 1;
    margin-bottom: 13px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 22px;
    color: #1884c4;
    letter-spacing: .5px; }
    .introArea .topBox h1::before, .introArea .topBox h1::after {
      content: '';
      position: absolute;
      z-index: 1;
      background-color: #aeddef; }
    .introArea .topBox h1::before {
      left: 0;
      bottom: 0;
      width: calc(100% + 175px);
      height: 1px; }
      @media (max-width: 768px) {
        .introArea .topBox h1::before {
          width: 100%; } }
    .introArea .topBox h1::after {
      right: -175px;
      bottom: -2.5px;
      width: 5px;
      height: 5px; }
      @media (max-width: 768px) {
        .introArea .topBox h1::after {
          right: 0;
          bottom: -2px; } }
    .introArea .topBox h1 + p {
      line-height: 1.8;
      letter-spacing: .5px; }

.tabStyleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 50px; }
  @media (max-width: 960px) {
    .tabStyleBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-top: 50px;
      padding-bottom: 0; } }
  .tabStyleBox .titleBox {
    margin-bottom: 15px; }
    .tabStyleBox .titleBox::after {
      margin-top: 5px; }
    .tabStyleBox .titleBox h1[lang="en"], .tabStyleBox .titleBox h2[lang="en"], .tabStyleBox .titleBox em {
      margin-top: 0;
      margin-bottom: 0; }

.tabStyleList {
  width: 960px; }
  @media (max-width: 960px) {
    .tabStyleList {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: 100%; } }
  .tabStyleList .current .Txt {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .tabStyleList .item {
    position: relative;
    z-index: 1;
    padding: 10px; }
  .tabStyleList .Img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    .tabStyleList .Img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .tabStyleList .Txt {
    width: 50%;
    margin-left: auto;
    padding: 60px 30px 30px;
    background-color: rgba(255, 255, 255, 0.85); }
    @media (min-width: 961px) and (max-width: 1300px) {
      .tabStyleList .Txt {
        width: 70%; } }
    @media (max-width: 960px) {
      .tabStyleList .Txt {
        width: 100%;
        padding-top: 30px; } }
    @media (max-width: 480px) {
      .tabStyleList .Txt {
        padding: 20px 10px; } }
  .tabStyleList ul > li > h3 {
    font-weight: 400; }
  .tabStyleList ul ol {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
    color: #484848; }

.tabLinkList {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 961px) {
    .tabLinkList {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 215px;
      padding-left: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 960px) {
    .tabLinkList {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 20px; } }
  .tabLinkList::before {
    content: '';
    position: absolute;
    z-index: 1;
    background-color: #ccc; }
    @media (min-width: 961px) {
      .tabLinkList::before {
        top: -200px;
        left: 40px;
        width: 1px;
        height: calc(100% + 300px); } }
    @media (max-width: 960px) {
      .tabLinkList::before {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px; } }
  @media (max-width: 480px) {
    .tabLinkList li {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; } }
  @media (min-width: 961px) {
    .tabLinkList li + li {
      margin-top: 60px; } }
  @media (max-width: 960px) {
    .tabLinkList li + li .tabLinkBtn {
      border-left: 1px solid #ccc; } }
  .tabLinkList li.current .tabLinkBtn {
    border-left-color: #1884c4;
    color: #fff; }
    .tabLinkList li.current .tabLinkBtn, .tabLinkList li.current .tabLinkBtn::after {
      background-color: #1884c4; }
    .tabLinkList li.current .tabLinkBtn::before {
      border-color: transparent #1884c4 transparent transparent; }
    .tabLinkList li.current .tabLinkBtn i {
      background-position-x: 100%; }

.tabLinkBtn {
  position: relative;
  display: block;
  height: 50px;
  line-height: 1.3;
  padding: 5px 5px 5px 50px;
  color: #969696;
  background-color: #e8e8e8;
  cursor: pointer; }
  @media (min-width: 961px) {
    .tabLinkBtn {
      margin-left: 30px;
      padding-left: 65px; }
      .tabLinkBtn::before, .tabLinkBtn::after {
        content: '';
        position: absolute;
        z-index: 1; }
      .tabLinkBtn::before {
        top: 0;
        left: -20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 20px 25px 0;
        border-color: transparent #e8e8e8 transparent transparent; }
      .tabLinkBtn::after {
        top: 50%;
        left: -32.5px;
        width: 5px;
        height: 5px;
        margin-top: -2.5px;
        background-color: #969696; } }
  @media (max-width: 960px) {
    .tabLinkBtn {
      padding-right: 10px; } }
  @media (max-width: 480px) {
    .tabLinkBtn {
      padding-left: 10px;
      text-align: center; } }
  @media (min-width: 481px) {
    .tabLinkBtn i {
      position: absolute;
      top: 50%;
      left: 10px;
      z-index: 1;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      background-position: 0 50%;
      background-repeat: no-repeat; } }
  .tabLinkBtn em {
    font-size: 14px; }
  .tabLinkBtn h2 {
    font-weight: 400; }

.integrationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 100px; }
  @media (max-width: 1024px) {
    .integrationBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-bottom: 50px; }
      .integrationBox .titleBox {
        text-align: center; } }
  .integrationBox .leftBox {
    max-width: calc(100% - 590px);
    padding-right: 40px; }
    @media (min-width: 1181px) and (max-width: 1440px) {
      .integrationBox .leftBox {
        max-width: calc(100% - 400px); } }
    @media (max-width: 1024px) {
      .integrationBox .leftBox {
        max-width: 1024px;
        padding-right: 0; } }
  .integrationBox .rightBox {
    position: relative;
    z-index: 1;
    max-width: 600px; }
    @media (min-width: 1181px) and (max-width: 1440px) {
      .integrationBox .rightBox {
        max-width: 400px; } }
    @media (max-width: 1024px) {
      .integrationBox .rightBox {
        max-width: 1024px;
        margin-top: 30px;
        padding-top: 0;
        padding-right: 0; } }
    @media (min-width: 1025px) {
      .integrationBox .rightBox::before {
        content: '';
        position: absolute;
        top: -10px;
        right: -10px;
        z-index: -1;
        width: 80%;
        height: 80%;
        background-color: #02498e; } }
  .integrationBox .titleBox {
    margin-bottom: 25px; }
    @media (max-width: 480px) {
      .integrationBox .titleBox {
        text-align: center; } }
    .integrationBox .titleBox::after {
      display: none; }

.integrationBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    .integrationBtnBox {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .integrationBtnBox li {
    margin-right: 15px;
    margin-bottom: 15px; }
    @media (max-width: 480px) {
      .integrationBtnBox li {
        margin-right: 5px;
        margin-bottom: 5px; } }
    .integrationBtnBox li.current h2 {
      color: #fff; }
      .integrationBtnBox li.current h2::before {
        opacity: 1; }
  .integrationBtnBox h2 {
    position: relative;
    z-index: 1;
    padding: 10px 15px;
    color: #1884c4;
    border: 1px solid currentColor;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    overflow: hidden; }
    @media (min-width: 1181px) {
      .integrationBtnBox h2:hover {
        color: #fff; }
        .integrationBtnBox h2:hover::before {
          opacity: 1; } }
    .integrationBtnBox h2::before {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: -1;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      background-image: -webkit-linear-gradient(45deg, #2e76bc 0, #24bb9d 100%);
      background-image: -o-linear-gradient(45deg, #2e76bc 0, #24bb9d 100%);
      background-image: linear-gradient(45deg, #2e76bc 0, #24bb9d 100%);
      background-repeat: no-repeat;
      opacity: 0; }

.integrationTextList {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  padding-top: 25px; }
  @media (max-width: 1024px) {
    .integrationTextList {
      display: none !important; } }
  .integrationTextList .current .Txt {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .integrationTextList::before, .integrationTextList::after {
    content: '';
    position: absolute;
    z-index: -1;
    background-color: #ccc; }
  .integrationTextList::before {
    top: 0;
    left: 2.5px;
    width: calc(100% + 40px);
    height: 1px; }
  .integrationTextList::after {
    top: -2px;
    left: 0;
    width: 5px;
    height: 5px; }

.integrationList .Img img {
  margin-left: auto;
  margin-right: auto; }

@media (min-width: 1025px) {
  .integrationList .Txt {
    display: none; } }

@media (max-width: 1024px) {
  .integrationList .Txt {
    margin-top: 20px; } }

.rangeArea {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media (max-width: 1180px) {
    .rangeArea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .rangeArea img {
    height: 100%; }
    @media (max-width: 1180px) {
      .rangeArea img {
        width: 100%; } }
  .rangeArea .leftBox {
    pointer-events: none; }
  .rangeArea .rightBox {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none; }
    @media (max-width: 1180px) {
      .rangeArea .rightBox {
        opacity: 0; } }
  .rangeArea .Img {
    position: relative;
    overflow: hidden; }
    @media (max-width: 1180px) {
      .rangeArea .Img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .rangeArea .Txt {
    z-index: 3;
    width: 50%; }
    @media (min-width: 1181px) {
      .rangeArea .Txt {
        position: absolute;
        top: 0;
        right: 0;
        pointer-events: none;
        padding: 100px 30px 30px; } }
    @media (max-width: 1180px) {
      .rangeArea .Txt {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        text-align: center; } }
    .rangeArea .Txt .titleBox {
      margin-bottom: 10px; }
      .rangeArea .Txt .titleBox::after {
        margin-top: 10px; }
        @media (max-width: 1180px) {
          .rangeArea .Txt .titleBox::after {
            margin-left: auto;
            margin-right: auto; } }
      .rangeArea .Txt .titleBox.show + p {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s; }
    .rangeArea .Txt p {
      line-height: 1.8; }
      @media (max-width: 1180px) {
        .rangeArea .Txt p {
          margin-bottom: 30px; } }

.showImgBtnBox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 100%;
  margin-left: -25px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 100%);
  background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
  background-size: 2px 100%;
  background-position: 50%;
  background-repeat: no-repeat; }
  @media (max-width: 1180px) {
    .showImgBtnBox {
      display: none; } }
  .showImgBtnBox::before, .showImgBtnBox::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none; }
  .showImgBtnBox::before {
    z-index: -1;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-image: -webkit-linear-gradient(45deg, #2d77bc 0, #22ba9e 100%);
    background-image: -o-linear-gradient(45deg, #2d77bc 0, #22ba9e 100%);
    background-image: linear-gradient(45deg, #2d77bc 0, #22ba9e 100%);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .showImgBtnBox::after {
    z-index: 1;
    width: 1px;
    height: 28px;
    margin-top: -14px;
    background-color: rgba(255, 255, 255, 0.3); }

.showImgBtn {
  position: relative;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  padding: 25px 50px;
  cursor: pointer; }
  .showImgBtn::before, .showImgBtn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    margin-left: -2.18px;
    z-index: 1;
    line-height: 1;
    font-family: iconfont;
    color: #fff; }
  .showImgBtn::before {
    content: '\f0d9';
    -webkit-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    transform: translateX(-12px); }
  .showImgBtn::after {
    content: '\f0da';
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px); }

.bevelClassBox > ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .bevelClassBox > ul > li {
    padding: 45px 30px;
    background-color: #f5f5f5;
    cursor: pointer; }
    @media (max-width: 1260px) {
      .bevelClassBox > ul > li {
        padding: 20px 15px; } }
    .bevelClassBox > ul > li.current {
      background-color: #1884c4; }
      .bevelClassBox > ul > li.current h3, .bevelClassBox > ul > li.current em {
        color: #fff; }
      .bevelClassBox > ul > li.current h3 i {
        background-position-x: 100%; }
    @media (min-width: 1181px) {
      .bevelClassBox > ul > li:hover {
        background-color: #1884c4; }
        .bevelClassBox > ul > li:hover h3, .bevelClassBox > ul > li:hover em {
          color: #fff; }
        .bevelClassBox > ul > li:hover h3 i {
          background-position-x: 100%; } }
    .bevelClassBox > ul > li h3 {
      position: relative;
      display: inline-block;
      font-weight: 400;
      font-size: 24px;
      letter-spacing: .5px;
      color: #1884c4; }
      @media (max-width: 1260px) {
        .bevelClassBox > ul > li h3 {
          font-size: 20px; } }
      .bevelClassBox > ul > li h3 i {
        position: absolute;
        top: 50%;
        right: -35px;
        z-index: 1;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        background-position: 0 50%;
        background-repeat: no-repeat; }
    .bevelClassBox > ul > li em {
      display: block;
      margin-top: 3px;
      font-size: 16px;
      font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
      text-transform: uppercase; }
      @media (max-width: 1260px) {
        .bevelClassBox > ul > li em {
          font-size: 14px; } }

.promotionArea {
  padding-top: 90px; }
  .promotionArea .m_classLink h3 {
    position: relative;
    z-index: 1;
    padding: 14px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff; }
  .promotionArea .m_classLink em, .promotionArea .m_classLink i {
    display: none; }

.cooperationBox.show .cooperationList {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s; }

@media (min-width: 961px) {
  .cooperationBox {
    padding-top: 90px; } }

@media (max-width: 960px) {
  .cooperationBox {
    padding-top: 50px;
    padding-bottom: 50px; } }

.cooperationBox > .logoBox .Txt {
  width: 100%;
  text-align: center; }

.cooperationDataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 960px) {
    .cooperationDataBox {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 30px; } }
  @media (max-width: 640px) {
    .cooperationDataBox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .cooperationDataBox .logoBox {
    width: 100%;
    height: 540px;
    padding-left: 50px;
    background: url("../images/global.png") 50%/contain no-repeat;
    pointer-events: none; }
    @media (min-width: 1181px) and (max-width: 1400px) {
      .cooperationDataBox .logoBox .Txt h2 {
        font-size: 14px;
        margin-bottom: 5px; } }
    @media (max-width: 1140px) {
      .cooperationDataBox .logoBox .Txt h2 {
        font-size: 14px;
        margin-bottom: 5px; } }
    .cooperationDataBox .logoBox .Txt p {
      max-height: 85px; }
      @media (min-width: 1181px) and (max-width: 1400px) {
        .cooperationDataBox .logoBox .Txt p {
          font-size: 12px; } }
      @media (max-width: 1140px) {
        .cooperationDataBox .logoBox .Txt p {
          font-size: 12px; } }

.cooperationTitleBox {
  position: relative;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding-top: 95px;
  padding-bottom: 190px; }
  @media (min-width: 961px) {
    .cooperationTitleBox {
      width: 567px; } }
  @media (min-width: 960px) and (max-width: 1430px) {
    .cooperationTitleBox {
      padding-top: 80px; } }
  @media (min-width: 1181px) and (max-width: 1400px) {
    .cooperationTitleBox {
      padding-bottom: 150px; } }
  @media (min-width: 960px) and (max-width: 1140px) {
    .cooperationTitleBox {
      padding-bottom: 150px; } }
  @media (min-width: 1181px) and (max-width: 1400px) {
    .cooperationTitleBox {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 398px; } }
  @media (min-width: 960px) and (max-width: 1140px) {
    .cooperationTitleBox {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 398px; } }
  @media (max-width: 960px) {
    .cooperationTitleBox {
      padding-top: 0;
      padding-bottom: 0; } }

@media (min-width: 961px) {
  .cooperationBtnList {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    pointer-events: none; } }

@media (max-width: 640px) {
  .cooperationBtnList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.cooperationBtnList li {
  z-index: 1;
  pointer-events: auto;
  cursor: pointer; }
  @media (min-width: 961px) {
    .cooperationBtnList li {
      position: absolute; } }
  @media (min-width: 641px) and (max-width: 960px) {
    .cooperationBtnList li {
      position: relative; }
      .cooperationBtnList li + li {
        margin-top: 25px; } }
  @media (min-width: 641px) {
    .cooperationBtnList li {
      width: 150px;
      height: 150px; } }
  @media (max-width: 640px) {
    .cooperationBtnList li {
      margin-right: 10px;
      margin-bottom: 10px; } }
  .cooperationBtnList li::before, .cooperationBtnList li::after {
    content: '';
    position: absolute; }
  .cooperationBtnList li::before {
    z-index: -1;
    width: 100px;
    height: 1px;
    background-color: #084fab; }
    @media (max-width: 960px) {
      .cooperationBtnList li::before {
        display: none; } }
  @media (min-width: 641px) {
    .cooperationBtnList li::after {
      top: -18px;
      left: -18px;
      z-index: -1;
      width: calc(100% + 36px);
      height: calc(100% + 36px);
      animation: rotate 40s linear both reverse infinite; } }
  @media (max-width: 640px) {
    .cooperationBtnList li::after {
      display: none; } }
  .cooperationBtnList li.current::before, .cooperationBtnList li:hover::before {
    background-color: #53a0d2; }
  .cooperationBtnList li.current::after, .cooperationBtnList li:hover::after {
    top: -24px;
    left: -24px;
    width: calc(100% + 48px);
    height: calc(100% + 48px); }
  .cooperationBtnList li.current .round::after, .cooperationBtnList li:hover .round::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  @media (min-width: 641px) {
    .cooperationBtnList li.current .Img, .cooperationBtnList li:hover .Img {
      opacity: 1; }
    .cooperationBtnList li.current h3, .cooperationBtnList li:hover h3 {
      opacity: 0; } }
  @media (min-width: 961px) {
    .cooperationBtnList li:first-child {
      top: 25px;
      left: 0; }
      .cooperationBtnList li:first-child::before {
        bottom: 30px;
        left: 70px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg); } }
  @media (min-width: 961px) {
    .cooperationBtnList li:nth-child(2) {
      top: 25px;
      right: -80px; }
      .cooperationBtnList li:nth-child(2)::before {
        left: 40px;
        bottom: 20px;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(127deg);
        -ms-transform: rotate(127deg);
        transform: rotate(127deg); } }
  @media (min-width: 961px) {
    .cooperationBtnList li:nth-child(3) {
      bottom: 0;
      left: 0;
      width: 214px;
      height: 214px; }
      .cooperationBtnList li:nth-child(3)::before {
        top: 30px;
        right: 70px;
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg); } }

@media (min-width: 641px) {
  .cooperationBtnList .round {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 1;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid #d4e8f4;
    border-radius: 50%;
    pointer-events: none;
    -webkit-animation: rotate 40s linear both infinite;
    animation: rotate 40s linear both infinite; }
    .cooperationBtnList .round::before, .cooperationBtnList .round::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      border: 2px solid;
      border-color: #084fab transparent;
      border-radius: 50%; } }

@media (max-width: 640px) {
  .cooperationBtnList .round {
    display: none; } }

@media (min-width: 641px) {
  .cooperationBtnList .Img, .cooperationBtnList h3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff; } }

.cooperationBtnList .Img {
  opacity: 0;
  border: 1px solid #53a0d2; }
  .cooperationBtnList .Img img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @media (max-width: 640px) {
    .cooperationBtnList .Img {
      display: none; } }

.cooperationBtnList h3 {
  font-weight: 400;
  font-size: 18px; }
  @media (min-width: 641px) {
    .cooperationBtnList h3 {
      color: #fff;
      background-color: #084fab; } }
  @media (max-width: 640px) {
    .cooperationBtnList h3 {
      position: static;
      padding: 10px;
      color: #1884c4;
      border: 1px solid currentColor;
      border-radius: 30px; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.logoBox {
  position: relative;
  z-index: 2;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .logoBox .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    .logoBox .logo svg:first-child {
      width: 95px;
      height: 73px;
      margin-right: 4px; }
      @media (min-width: 1181px) and (max-width: 1400px) {
        .logoBox .logo svg:first-child {
          width: 50px;
          height: 38px; } }
      @media (max-width: 1140px) {
        .logoBox .logo svg:first-child {
          width: 50px;
          height: 38px; } }
    .logoBox .logo svg:last-child {
      width: 138px;
      height: 50px; }
      @media (min-width: 1181px) and (max-width: 1400px) {
        .logoBox .logo svg:last-child {
          width: 100px;
          height: 36px; } }
      @media (max-width: 1140px) {
        .logoBox .logo svg:last-child {
          width: 100px;
          height: 36px; } }
  .logoBox .Txt h2 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 17px;
    color: #4d4d4d; }
  .logoBox .Txt p {
    line-height: 1.8;
    color: #6b6b6b; }

.cooperationList {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 610px;
  padding-left: 50px; }
  @media (min-width: 1181px) and (max-width: 1300px) {
    .cooperationList {
      -ms-flex-negative: 1;
      flex-shrink: 1;
      width: calc(100% - 398px); } }
  @media (min-width: 961px) and (max-width: 1140px) {
    .cooperationList {
      -ms-flex-negative: 1;
      flex-shrink: 1;
      width: calc(100% - 398px); } }
  @media (max-width: 960px) {
    .cooperationList {
      max-width: 460px;
      width: 100%;
      padding-left: 0; } }
  @media (min-width: 641px) {
    .cooperationList .current .cooperationBlueBox::before, .cooperationList .current .cooperationGreenBox::before {
      width: calc(100% - 20px); } }
  @media (max-width: 640px) {
    .cooperationList .current .cooperationBlueBox::before, .cooperationList .current .cooperationGreenBox::before {
      width: calc(100% - 70px); } }
  .cooperationList .current .cooperationBlueBox::after, .cooperationList .current .cooperationGreenBox::after {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .cooperationList .current .cooperationBlueBox ul, .cooperationList .current .cooperationGreenBox ul {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .cooperationList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 480px) {
      .cooperationList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .cooperationList .Img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 295px;
    height: 295px;
    border-radius: 50%;
    border: 1px solid #1884c4; }
    @media (min-width: 1181px) and (max-width: 1400px) {
      .cooperationList .Img {
        width: 180px;
        height: 180px; } }
    @media (max-width: 1140px) {
      .cooperationList .Img {
        width: 180px;
        height: 180px; } }
    @media (min-width: 481px) {
      .cooperationList .Img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media (max-width: 480px) {
      .cooperationList .Img {
        margin-bottom: 20px; } }
    .cooperationList .Img img {
      display: block;
      max-width: 100%;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .cooperationList .Img h3 {
      position: absolute;
      left: 0;
      bottom: 50px;
      z-index: 1;
      width: 100%;
      text-align: center;
      font-weight: 400;
      font-size: 17px;
      color: #1884c4; }
      @media (min-width: 1181px) and (max-width: 1400px) {
        .cooperationList .Img h3 {
          bottom: 20px; } }
      @media (max-width: 1140px) {
        .cooperationList .Img h3 {
          bottom: 20px; } }
  .cooperationList .Txt {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (min-width: 481px) {
      .cooperationList .Txt {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        padding-right: 30px; } }

.cooperationBlueBox, .cooperationGreenBox {
  position: relative;
  padding-left: 25px; }
  .cooperationBlueBox::before, .cooperationBlueBox::after, .cooperationGreenBox::before, .cooperationGreenBox::after {
    position: absolute;
    z-index: 1;
    pointer-events: none; }
  .cooperationBlueBox::before, .cooperationGreenBox::before {
    content: '';
    width: 0;
    height: 1px;
    background-size: 8px 1px;
    background-repeat: repeat-x;
    -webkit-transition: .7s ease-out .5s;
    -o-transition: .7s ease-out .5s;
    transition: .7s ease-out .5s; }
  .cooperationBlueBox::after, .cooperationGreenBox::after {
    line-height: 1; }
  .cooperationBlueBox ul li, .cooperationGreenBox ul li {
    font-size: 16px; }
    .cooperationBlueBox ul li::before, .cooperationGreenBox ul li::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 5px;
      height: 5px;
      margin-right: 10px; }
    .cooperationBlueBox ul li + li, .cooperationGreenBox ul li + li {
      margin-top: 7px; }

.cooperationBlueBox {
  padding-bottom: 30px; }
  .cooperationBlueBox::before {
    bottom: 15px;
    left: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #1884c4), color-stop(0, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, #1884c4 50%, transparent 0, transparent 100%);
    background-image: -o-linear-gradient(left, #1884c4 50%, transparent 0, transparent 100%);
    background-image: linear-gradient(to right, #1884c4 50%, transparent 0, transparent 100%); }
  .cooperationBlueBox::after {
    color: #1884c4;
    bottom: 8px;
    right: 0; }
    @media (min-width: 641px) {
      .cooperationBlueBox::after {
        content: '\e687';
        text-shadow: -7px 0 0 #1884c4;
        font-family: iconfont; } }
    @media (max-width: 640px) {
      .cooperationBlueBox::after {
        content: ''; } }
  .cooperationBlueBox ul li::before {
    background-color: #1884c4; }

.cooperationGreenBox {
  padding-top: 30px; }
  .cooperationGreenBox::before {
    top: 15px;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #7ec04c), color-stop(0, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, #7ec04c 50%, transparent 0, transparent 100%);
    background-image: -o-linear-gradient(left, #7ec04c 50%, transparent 0, transparent 100%);
    background-image: linear-gradient(to right, #7ec04c 50%, transparent 0, transparent 100%); }
  .cooperationGreenBox::after {
    top: 8px;
    left: 0;
    color: #7ec04c; }
    @media (min-width: 641px) {
      .cooperationGreenBox::after {
        content: '\e685';
        text-shadow: 7px 0 0 #7ec04c;
        font-family: iconfont; } }
    @media (max-width: 640px) {
      .cooperationGreenBox::after {
        content: ''; } }
  .cooperationGreenBox ul li::before {
    background-color: #7ec04c; }

.articleTopBox {
  margin-bottom: 30px; }

.customBox {
  margin-bottom: 30px; }

.serviceCaseList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.serviceCaseList .Txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 0;
  padding-bottom: 0; }

.serviceCaseList h3 a::after {
  display: none; }

.serviceCaseList .caseInfoList {
  padding-bottom: 35px;
  background: -webkit-gradient(linear, left top, right top, from(#ababab), to(#ababab)) 0 0/80% 1px no-repeat;
  background: -webkit-linear-gradient(left, #ababab, #ababab) 0 0/80% 1px no-repeat;
  background: -o-linear-gradient(left, #ababab, #ababab) 0 0/80% 1px no-repeat;
  background: linear-gradient(to right, #ababab, #ababab) 0 0/80% 1px no-repeat; }