@charset "UTF-8";
.ibody .ititle {
  background-color: #2E2E2E;
  padding: 6px 0;
  position: relative;
  -webkit-filter: drop-shadow(0 6px 4px rgba(0, 0, 0, 0.6));
  -o-filter: drop-shadow(0 6px 4px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(0 6px 4px rgba(0, 0, 0, 0.6)); }
  .ibody .ititle::before {
    content: "";
    display: inline-block;
    background: url(../images/website_image/ttitle.png)repeat-x bottom left;
    width: 100%;
    height: 10px;
    background-size: 25.2px;
    position: absolute;
    top: -10px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .ibody .ititle::before {
        background-size: 18px;
        height: 7px;
        top: -7px; } }
  .ibody .ititle::after {
    content: "";
    display: inline-block;
    background: url(../images/website_image/btitle.png)repeat-x bottom left;
    width: 100%;
    height: 10px;
    background-size: 25.2px;
    position: absolute;
    bottom: -10px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .ibody .ititle::after {
        background-size: 18px;
        height: 7px;
        bottom: -7px; } }
  .ibody .ititle div {
    font-size: 25.2px;
    line-height: 30.1px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #E36211;
    border-bottom: 1px solid #E36211;
    padding: 8px 0; }
    .ibody .ititle div::first-letter {
      font-size: 33.6px;
      line-height: 38.5px;
      letter-spacing: 0px;
      color: #E36211;
      font-weight: 900; }
    @media screen and (max-width: 768px) {
      .ibody .ititle div {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0px;
        color: #fff;
        font-weight: 400;
        padding: 4px 0 7px; }
        .ibody .ititle div::first-letter {
          font-size: 24px;
          line-height: 28px;
          letter-spacing: 0px;
          color: #E36211;
          font-weight: 900; } }
body {
  margin: 0; }
a {
  text-decoration: none; }
ul {
  list-style: none;
  margin: 0;
  padding: 0; }
img {
  max-width: 100%; }
* {
  font-family: "微軟正黑體";
  box-sizing: border-box; }
button:focus, input:focus, select:focus, textarea:focus {
  outline: none; }
#tinymce {
  background: none; }
/*Banner*/
#banner {
  position: relative;
  overflow: hidden;
  z-index: 99; }
#banner .img {
  white-space: nowrap;
  position: absolute; }
#banner .img img {
  vertical-align: top; }
#banner_control {
  position: absolute;
  bottom: 23px;
  width: 100%;
  text-align: center;
  z-index: 100; }
  @media screen and (max-width: 768px) {
    #banner_control {
      bottom: 5px; } }
#banner_control img {
  width: 15.84px;
  max-width: 100%;
  display: block; }
  @media screen and (max-width: 768px) {
    #banner_control img {
      width: 10px; } }
#banner #banner_control span {
  cursor: pointer;
  padding: 0 7px; }
  @media screen and (max-width: 768px) {
    #banner #banner_control span {
      padding: 0 3px; } }
#banner #banner_control span img:nth-child(2) {
  display: none; }
#banner #banner_control span img:nth-child(1) {
  display: inline-block; }
#banner #banner_control span:hover img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
  display: none; }
#banner #banner_control span:hover img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
  display: inline-block; }
/*Banner End*/
header {
  background: #2E2E2E;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border-bottom: 3px solid #FFD36F;
  padding: 8px 2% 4px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 102; }
  @media screen and (max-width: 768px) {
    header {
      padding: 0;
      background: none;
      border-bottom: 0; } }
  header .hlogo {
    width: 212.4px;
    max-width: 100%;
    display: block; }
    header .hlogo a {
      display: inline-block; }
    @media screen and (max-width: 768px) {
      header .hlogo {
        background: #2E2E2E;
        width: 100%;
        padding: 6px 0 6px 7%;
        border-bottom: 2px solid #FFE87E; }
        header .hlogo img {
          width: 171px;
          display: block; } }
  header .hnav {
    margin-left: 4.5%; }
    @media screen and (max-width: 768px) {
      header .hnav {
        margin-left: 0;
        background: #1F1F1F;
        width: 100%;
        display: none; } }
    header .hnav .mul {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -ms-align-items: center;
      align-items: center;
      width: 100%; }
    header .hnav .mli {
      position: relative; }
      header .hnav .mli:not(:last-child) {
        margin-right: 22px; }
        @media screen and (max-width: 768px) {
          header .hnav .mli:not(:last-child) {
            margin-right: 0;
            border-bottom: 1px solid #6d6646; } }
      header .hnav .mli > a {
        font-size: 13.825px;
        line-height: 20.279px;
        letter-spacing: 0.975px;
        color: #fff;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          header .hnav .mli > a {
            display: block;
            padding: 10px 0 10px 32px;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 1.5px;
            color: #fff;
            font-weight: 000;
            margin-right: 35px; } }
        @media screen and (min-width: 769px) {
          header .hnav .mli > a:hover {
            color: #FFD36F; } }
      @media screen and (min-width: 769px) {
        header .hnav .mli:hover > .sul {
          display: block !important; } }
      @media screen and (max-width: 768px) {
        header .hnav .mli {
          width: 100%;
          text-align: center; } }
    @media screen and (max-width: 768px) {
      header .hnav .has_sub_btn::before {
        content: "";
        display: inline-block;
        background: url(../images/website_image/mhdrop.png) no-repeat;
        width: 7.92px;
        height: 5.04px;
        background-size: 100% 100%;
        width: 11px;
        height: 7px;
        position: absolute;
        right: 12px;
        top: 17px; } }
    header .hnav .sul {
      display: none;
      padding-top: 30px;
      position: absolute;
      width: 109.44px;
      left: calc((100% - 109.44px)/2); }
      @media screen and (max-width: 768px) {
        header .hnav .sul {
          position: relative;
          left: 0;
          width: 100%;
          text-align: center;
          padding-top: 0; } }
    header .hnav .sli {
      width: 100%;
      display: block; }
      header .hnav .sli:first-child > a {
        padding-top: 9px; }
        @media screen and (max-width: 768px) {
          header .hnav .sli:first-child > a {
            padding-top: 12px; } }
      header .hnav .sli:last-child > a {
        padding-bottom: 11px; }
      header .hnav .sli > a {
        display: block;
        width: 100%;
        padding: 5px 17px;
        background: rgba(255, 175, 0, 0.8);
        font-size: 11.2px;
        line-height: 16.8px;
        letter-spacing: 0.975px;
        color: #000000;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          header .hnav .sli > a {
            background: #FFD370;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 1.5px;
            color: #000000;
            font-weight: 000; } }
        @media screen and (min-width: 769px) {
          header .hnav .sli > a:hover {
            color: #E36211; } }
.ibody {
  padding: 32px 0 0 0;
  background: url(../images/website_image/ibg.webp)no-repeat top center;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .ibody {
      background-size: cover; } }
  .ibody .imapct {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 60px 3% 80px 4%; }
    @media screen and (max-width: 768px) {
      .ibody .imapct {
        padding: 0; } }
    .ibody .imapct .map {
      width: 65%;
      -webkit-box-shadow: 0 12px 15px 1px rgba(0, 0, 0, 0.3);
      box-shadow: 0 12px 15px 1px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 768px) {
        .ibody .imapct .map {
          width: 100%; } }
      .ibody .imapct .map::-webkit-scrollbar {
        background-color: #F5F5F5;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .ibody .imapct .map::-webkit-scrollbar {
            width: 0;
            height: 0; } }
      .ibody .imapct .map::-webkit-scrollbar-track {
        background-color: #F5F5F5; }
      .ibody .imapct .map::-webkit-scrollbar-thumb {
        background-color: #555;
        cursor: pointer; }
      .ibody .imapct .map img {
        display: block;
        width: 100%; }
      @media screen and (max-width: 1250px) {
        .ibody .imapct .map {
          -webkit-box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 15px 1px rgba(0, 0, 0, 0.4); } }
    .ibody .imapct .ip {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      width: 34%; }
      @media screen and (max-width: 768px) {
        .ibody .imapct .ip {
          width: 100%; } }
      .ibody .imapct .ip a {
        width: 44%;
        margin: 0 3%; }
        @media screen and (max-width: 768px) {
          .ibody .imapct .ip a {
            width: 25%;
            margin: 0; } }
        .ibody .imapct .ip a img {
          width: 100%;
          -webkit-transition: transform 0.4s ease;
          -o-transition: transform 0.4s ease;
          transition: transform 0.4s ease; }
          @media screen and (min-width: 769px) {
            .ibody .imapct .ip a img:hover {
              -webkit-transform: translateY(-10px);
              -ms-transform: translateY(-10px);
              -o-transform: translateY(-10px);
              transform: translateY(-10px); } }
      @media screen and (max-width: 768px) {
        .ibody .imapct .ip {
          padding: 44px 0 32px; } }
      @media screen and (max-width: 625px) {
        .ibody .imapct .ip a {
          width: 50%;
          margin: 0 0 15px; }
          .ibody .imapct .ip a img {
            display: block;
            width: 90%;
            margin: 0 auto; } }
footer {
  background: url(../images/website_image/fbg.webp)no-repeat top center, #313131;
  background-size: 100%;
  position: relative;
  padding: 19px 4% 35px 7.5%; }
  @media screen and (max-width: 768px) {
    footer {
      padding: 19px 5% 35px;
      background-size: 1920px; } }
  footer::before {
    content: "";
    display: inline-block;
    background: -webkit-linear-gradient(right, #313131 0%, #F52D26 50%, #313131 100%);
    background: -moz-linear-gradient(right, #313131 0%, #F52D26 50%, #313131 100%);
    background: -o-linear-gradient(right, #313131 0%, #F52D26 50%, #313131 100%);
    background: linear-gradient(to left, #313131 0%, #F52D26 50%, #313131 100%);
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
    z-index: 5; }
    @media screen and (max-width: 768px) {
      footer::before {
        top: -7px;
        height: 7px; } }
  footer::after {
    content: "";
    display: inline-block;
    background: url(../images/website_image/fshadow.png)no-repeat bottom left;
    background-size: 100% 100%;
    width: 100%;
    height: 3.5vw;
    position: absolute;
    top: calc(-3.5vw - 6px);
    left: 0; }
    @media screen and (max-width: 768px) {
      footer::after {
        height: 36px;
        top: -39px;
        background-size: 100% 100%; } }
  footer .comon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%; }
    footer .comon .company {
      font-size: 25.2px;
      line-height: 29.4px;
      letter-spacing: 0px;
      color: #fff;
      font-weight: 900; }
      @media screen and (max-width: 768px) {
        footer .comon .company {
          font-size: 14.69px;
          line-height: 19px;
          letter-spacing: 0px;
          color: #fff;
          font-weight: 900;
          width: 100%;
          margin-bottom: 14px; } }
    footer .comon .icon {
      width: 49.68px;
      max-width: 100%;
      display: block; }
      footer .comon .icon img {
        display: block; }
      @media screen and (max-width: 768px) {
        footer .comon .icon {
          width: 38px;
          margin-bottom: 8px; } }
  footer .ful {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin: 6px 0 22px; }
    footer .ful .fli {
      position: relative; }
      footer .ful .fli:not(:last-child)::after {
        content: "|";
        display: inline-block;
        color: #fff;
        position: relative;
        padding: 0 8px 0 4px; }
        @media screen and (max-width: 768px) {
          footer .ful .fli:not(:last-child)::after {
            padding: 0 6px 0 3px; } }
      footer .ful .fli a {
        font-size: 16.8px;
        line-height: 21px;
        letter-spacing: 0.975px;
        color: #fff;
        font-weight: 400; }
        @media screen and (min-width: 769px) {
          footer .ful .fli a:hover {
            color: #FFD36F; } }
        @media screen and (max-width: 768px) {
          footer .ful .fli a {
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 1.5px;
            color: #fff;
            font-weight: 400; } }
  footer .info > div {
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0.455px;
    color: #fff;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 9px 0; }
    footer .info > div span {
      display: inline-block;
      width: 19.44px;
      margin-right: 6px; }
      footer .info > div span img {
        margin: 0 auto;
        position: relative; }
    footer .info > div > div {
      width: calc(100% - 25.44px); }
      footer .info > div > div a {
        color: #fff; }
    footer .info > div:nth-child(1) span img {
      width: 19.44px;
      max-width: 100%;
      display: block;
      bottom: 6px; }
      @media screen and (max-width: 768px) {
        footer .info > div:nth-child(1) span img {
          bottom: 4px; } }
    footer .info > div:nth-child(2) span img {
      width: 20.88px;
      max-width: 100%;
      display: block;
      bottom: 4px; }
      @media screen and (max-width: 768px) {
        footer .info > div:nth-child(2) span img {
          bottom: 0px; } }
    footer .info > div:nth-child(3) span img {
      width: 20.88px;
      max-width: 100%;
      display: block; }
      @media screen and (max-width: 768px) {
        footer .info > div:nth-child(3) span img {
          bottom: -4px; } }
    footer .info > div:nth-child(4) span img {
      width: 14.4px;
      max-width: 100%;
      display: block;
      bottom: 6px; }
      @media screen and (max-width: 768px) {
        footer .info > div:nth-child(4) span img {
          bottom: 2px; } }
    @media screen and (max-width: 768px) {
      footer .info > div {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.7px;
        color: #fff;
        font-weight: 400; } }
  footer address {
    font-size: 11.2px;
    line-height: 14.7px;
    letter-spacing: 0.975px;
    color: #b5b5b5;
    font-weight: 400;
    font-style: normal;
    margin-top: 32px; }
    footer address a {
      color: #b5b5b5; }
    @media screen and (max-width: 768px) {
      footer address {
        margin-top: 17px;
        font-size: 12px;
        line-height: 21px;
        letter-spacing: 0.7px;
        color: #b5b5b5;
        font-weight: 400; } }
.about {
  background: url(../images/website_image/page/abg.webp)no-repeat top center;
  background-size: cover; }
  .about .aboutin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 84px 0 100px; }
    .about .aboutin .text {
      width: 59%;
      background: rgba(255, 98, 17, 0.9);
      font-size: 16.8px;
      line-height: 27.3px;
      letter-spacing: 0px;
      color: #fff;
      font-weight: 400;
      position: relative;
      padding: 53px 8% 22px 8.2%; }
      .about .aboutin .text::before {
        content: "";
        display: inline-block;
        background: url(../images/website_image/page/a1.png) no-repeat;
        width: 115.2px;
        height: 89.28px;
        background-size: 100% 100%;
        position: absolute;
        left: 0;
        top: 0; }
      .about .aboutin .text::after {
        content: "";
        display: inline-block;
        background: url(../images/website_image/page/a2.png) no-repeat;
        width: 115.2px;
        height: 89.28px;
        background-size: 100% 100%;
        position: absolute;
        right: 0;
        bottom: 0; }
      .about .aboutin .text .tin {
        position: relative;
        z-index: 2; }
      .about .aboutin .text .tt {
        font-size: 28px;
        line-height: 27.3px;
        letter-spacing: 0px;
        color: #fff;
        font-weight: 900; }
    .about .aboutin .p4 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      -ms-align-items: center;
      align-items: center;
      width: calc(100% - 59%);
      padding: 0 .5%; }
      .about .aboutin .p4 > div {
        width: 50%;
        text-align: center; }
        .about .aboutin .p4 > div:nth-child(-n+2) {
          margin-bottom: 30px; }
          @media screen and (max-width: 1000px) {
            .about .aboutin .p4 > div:nth-child(-n+2) {
              margin-bottom: 0; } }
          @media screen and (max-width: 768px) {
            .about .aboutin .p4 > div:nth-child(-n+2) {
              margin-bottom: 40px; } }
          @media screen and (max-width: 568px) {
            .about .aboutin .p4 > div:nth-child(-n+2) {
              margin-bottom: 20px; } }
        @media screen and (max-width: 1000px) {
          .about .aboutin .p4 > div {
            width: 100%;
            margin-bottom: 10px; } }
        @media screen and (max-width: 768px) {
          .about .aboutin .p4 > div {
            width: 50%; } }
        .about .aboutin .p4 > div > a {
          width: 74%;
          max-width: 199px;
          min-width: 175px;
          display: block;
          margin: 0 auto; }
          .about .aboutin .p4 > div > a img {
            display: block;
            -webkit-transition: transform 0.4s ease;
            -o-transition: transform 0.4s ease;
            transition: transform 0.4s ease; }
            @media screen and (min-width: 769px) {
              .about .aboutin .p4 > div > a img:hover {
                -webkit-transform: translateY(-10px);
                -ms-transform: translateY(-10px);
                -o-transform: translateY(-10px);
                transform: translateY(-10px); } }
          @media screen and (max-width: 1000px) {
            .about .aboutin .p4 > div > a {
              width: 47%; } }
          @media screen and (max-width: 768px) {
            .about .aboutin .p4 > div > a {
              width: 75%;
              max-width: 100%;
              min-width: 135px; } }
    @media screen and (max-width: 768px) {
      .about .aboutin {
        padding: 40px 0 50px; }
        .about .aboutin .text, .about .aboutin .p4 {
          width: 95%;
          margin: 0 auto; }
        .about .aboutin .text {
          margin-bottom: 40px; } }
.pcompany {
  background: url(../images/website_image/page/fixlogo.png)no-repeat, url("../images/website_image/inbg.webp") no-repeat top center;
  background-size: 231px,100%;
  background-attachment: fixed,scroll;
  background-position: right 35%,top center;
  position: relative; }
  .pcompany::before {
    content: "";
    display: inline-block;
    background: #F4EACA;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1; }
  @media screen and (max-width: 1000px) {
    .pcompany {
      background-size: 150px,1366px; } }
  @media screen and (max-width: 768px) {
    .pcompany {
      background: url(../images/website_image/inbg.webp)no-repeat top center;
      background-size: 1366px; } }
  .pcompany .ititle {
    margin-bottom: 38px;
    position: relative;
    z-index: 2; }
  .pcompany .cin {
    position: relative;
    z-index: 2;
    padding: 26px 16.5% 15px; }
    .pcompany .cin:nth-of-type(even) {
      background: #f9f4e4; }
    .pcompany .cin:last-of-type {
      padding-bottom: 75px; }
    @media screen and (max-width: 768px) {
      .pcompany .cin {
        padding: 26px 5% 15px; } }
    .pcompany .cin .title {
      border: 1px solid #313131;
      border-radius: 7px;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -ms-align-items: center;
      align-items: center;
      width: 100%;
      padding: 10px 0;
      background: url(../images/website_image/page/ctitler.png)no-repeat right center;
      background-size: 177px 100%;
      background-position: calc(100% - 7px) 50%;
      position: relative; }
      .pcompany .cin .title::before {
        content: "";
        display: inline-block;
        background: rgba(227, 98, 17, 0.3);
        width: calc(100% - 14px);
        height: 3px;
        position: absolute;
        bottom: -3px;
        left: 7px; }
      .pcompany .cin .title .before {
        width: 53.28px;
        max-width: 100%;
        display: block;
        margin-right: 10px; }
        .pcompany .cin .title .before img {
          display: block; }
      .pcompany .cin .title .name {
        font-size: 21px;
        line-height: 25.2px;
        letter-spacing: 0px;
        color: #000000;
        font-weight: 400;
        width: calc(100% - 63.27px); }
    .pcompany .cin .txt {
      padding: 23px 6.6% 5px;
      font-size: 14px;
      line-height: 24.5px;
      letter-spacing: 0px;
      color: #000000;
      font-weight: 400; }
.nz {
  background: url(../images/website_image/inbg.webp)no-repeat top center;
  background-size: 100%;
  position: relative; }
  @media screen and (max-width: 1000px) {
    .nz {
      background-size: 1366px; } }
  .nz::before {
    content: "";
    display: inline-block;
    background: #F4EACA;
    width: 100%;
    height: 45px;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 1; }
  .nz .ititle {
    margin-bottom: 80px;
    position: relative;
    z-index: 2; }
  .nz .step {
    background: rgba(255, 255, 255, 0.5);
    padding-bottom: 40px; }
    .nz .step .info {
      font-size: 21px;
      line-height: 40.6px;
      letter-spacing: 1.95px;
      color: #000000;
      font-weight: 400;
      width: 63%;
      margin: 0 auto;
      padding: 20px 0; }
      @media screen and (max-width: 768px) {
        .nz .step .info {
          font-size: 18px;
          line-height: 26px;
          letter-spacing: 1.5px;
          color: #000000;
          font-weight: 400;
          width: 85%; } }
    .nz .step .four {
      font-size: 16.8px;
      line-height: 20.3px;
      letter-spacing: 0px;
      color: #000000;
      font-weight: 400;
      background: -webkit-linear-gradient(left, #f4eaca 50%, #ffb88b 50%);
      background: -moz-linear-gradient(left, #f4eaca 50%, #ffb88b 50%);
      background: -o-linear-gradient(left, #f4eaca 50%, #ffb88b 50%);
      background: linear-gradient(to right, #f4eaca 50%, #ffb88b 50%);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      width: 100%;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .nz .step .four {
          font-size: 14px;
          line-height: 20px;
          letter-spacing: 0px;
          color: #000000;
          font-weight: 400;
          background: none; } }
      .nz .step .four > span {
        padding: 21px 12px 21px 47px;
        position: relative; }
        .nz .step .four > span:nth-of-type(odd) {
          background: #f4eaca; }
          .nz .step .four > span:nth-of-type(odd)::before {
            content: "";
            display: inline-block;
            background: url(../images/website_image/page/yarrow.png) no-repeat;
            width: 40.32px;
            height: 61.2px;
            background-size: 100% 100%;
            height: 100%;
            background-size: 100% 100%;
            position: absolute;
            right: -40.31px;
            top: 0;
            z-index: 2; }
            @media screen and (max-width: 768px) {
              .nz .step .four > span:nth-of-type(odd)::before {
                background: url(../images/website_image/page/myarrow.png)no-repeat top center;
                background-size: 100% 100%;
                left: 0;
                top: initial;
                bottom: -15px;
                width: 100%;
                height: 15px; } }
        .nz .step .four > span:nth-of-type(even) {
          background: #ffb88b; }
          .nz .step .four > span:nth-of-type(even)::before {
            content: "";
            display: inline-block;
            background: url(../images/website_image/page/oarrow.png) no-repeat;
            width: 40.32px;
            height: 61.2px;
            background-size: 100% 100%;
            height: 100%;
            background-size: 100% 100%;
            position: absolute;
            right: -40.31px;
            top: 0;
            z-index: 2; }
            @media screen and (max-width: 768px) {
              .nz .step .four > span:nth-of-type(even)::before {
                background: url(../images/website_image/page/moarrow.png)no-repeat top center;
                background-size: 100% 100%;
                right: 0;
                top: initial;
                bottom: -15px;
                width: 100%;
                height: 15px; } }
        @media screen and (max-width: 768px) {
          .nz .step .four > span {
            padding: 32px 0 3px;
            width: 100%;
            display: block;
            text-align: center; }
            .nz .step .four > span:last-child {
              padding-bottom: 20px; } }
  .nz .np4box > div {
    min-height: 285px;
    height: 20.8vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%; }
    .nz .np4box > div > div {
      font-size: 42px;
      line-height: 46.2px;
      letter-spacing: 0px;
      color: #fff;
      font-weight: 900;
      text-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
      border-bottom: 1px solid #fff;
      padding-bottom: 3px; }
      @media screen and (max-width: 768px) {
        .nz .np4box > div > div {
          font-size: 26px;
          line-height: 30px;
          letter-spacing: 0px;
          color: #fff;
          font-weight: 900; } }
    .nz .np4box > div:nth-of-type(1) {
      background: url(../images/website_image/page/n1.webp)no-repeat center center;
      background-size: cover; }
    .nz .np4box > div:nth-of-type(2) {
      background: url(../images/website_image/page/n2.webp)no-repeat center center;
      background-size: cover; }
    .nz .np4box > div:nth-of-type(3) {
      background: url(../images/website_image/page/n3.webp)no-repeat center center;
      background-size: cover; }
    .nz .np4box > div:nth-of-type(4) {
      background: url(../images/website_image/page/n4.webp)no-repeat center center;
      background-size: cover; }
.product {
  padding-bottom: 92px; }
  .product > .ititle {
    margin-bottom: 95px; }
    @media screen and (max-width: 768px) {
      .product > .ititle {
        margin-bottom: 30px; } }
  .product .pdbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 92%;
    margin: 0 auto; }
    .product .pdbox aside {
      width: 283px; }
      @media screen and (max-width: 1000px) {
        .product .pdbox aside {
          width: 200px; } }
      @media screen and (max-width: 768px) {
        .product .pdbox aside {
          width: 100%;
          margin-bottom: 40px; } }
      .product .pdbox aside .pastitle {
        background: #e32511;
        font-size: 25.2px;
        line-height: 29.4px;
        letter-spacing: 0.975px;
        color: #fff;
        font-weight: 900;
        text-align: center;
        padding: 2px 0;
        position: relative; }
        .product .pdbox aside .pastitle::before {
          content: "";
          display: inline-block;
          background: url(../images/website_image/product/aside.png) no-repeat;
          width: 290.88px;
          height: 27.36px;
          background-size: 100% 100%;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: -25.36px; }
        .product .pdbox aside .pastitle > div {
          border-top: 1px solid #F19288;
          padding: 17px 0 10px; }
      .product .pdbox aside ul {
        background: #e5e5e5;
        padding: 20px 0 32px; }
        .product .pdbox aside ul li {
          display: block;
          width: 100%; }
          .product .pdbox aside ul li:nth-child(even) a {
            background: #fff; }
          .product .pdbox aside ul li a {
            display: block;
            width: 100%;
            font-size: 16.8px;
            line-height: 19.6px;
            letter-spacing: 0.975px;
            color: #000000;
            font-weight: 000;
            padding: 15px 1% 15px 16%; }
            @media screen and (max-width: 768px) {
              .product .pdbox aside ul li a {
                padding: 10px 2% 10px 2%;
                text-align: center; } }
    .product .pdbox .plistbox {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      width: calc(100% - 283px);
      padding-left: 4%; }
      @media screen and (max-width: 1000px) {
        .product .pdbox .plistbox {
          width: calc(100% - 200px); } }
      @media screen and (max-width: 768px) {
        .product .pdbox .plistbox {
          width: 100%;
          padding-left: 0; } }
      .product .pdbox .plistbox .plist {
        width: 30.30303%;
        margin-bottom: 78px; }
        .product .pdbox .plistbox .plist:not(:nth-child(3n)) {
          margin-right: 4.54545%; }
        @media screen and (max-width: 1000px) {
          .product .pdbox .plistbox .plist {
            width: 47.61905%; }
            .product .pdbox .plistbox .plist:not(:nth-child(3n)) {
              margin-right: 0; }
            .product .pdbox .plistbox .plist:not(:nth-child(2n)) {
              margin-right: 4.7619%; } }
        @media screen and (max-width: 500px) {
          .product .pdbox .plistbox .plist {
            width: 100%;
            margin-bottom: 30px; }
            .product .pdbox .plistbox .plist:not(:nth-child(2)) {
              margin-right: 0; } }
        .product .pdbox .plistbox .plist .pic {
          position: relative;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%; }
          .product .pdbox .plistbox .plist .pic::before {
            content: "";
            display: inline-block;
            background: rgba(227, 98, 17, 0.5);
            width: 54px;
            height: 54px;
            position: absolute;
            right: 0;
            bottom: 0;
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease; }
          .product .pdbox .plistbox .plist .pic::after {
            content: "";
            display: inline-block;
            background: url(../images/website_image/product/link.png) no-repeat;
            width: 63.36px;
            height: 63.36px;
            background-size: 100% 100%;
            width: 38px;
            height: 38px;
            position: absolute;
            right: calc((55px - 38px)/2);
            bottom: calc((55px - 38px)/2);
            -webkit-transition: all 0.6s ease;
            -o-transition: all 0.6s ease;
            transition: all 0.6s ease; }
          .product .pdbox .plistbox .plist .pic img {
            display: block;
            max-width: 100%;
            max-height: 100%; }
        .product .pdbox .plistbox .plist .name {
          border-top: 2px solid #f3eacb;
          margin-top: 3px;
          font-size: 16.8px;
          line-height: 19.6px;
          letter-spacing: 0.975px;
          color: #000000;
          font-weight: 400;
          text-align: center;
          padding: 22px 0 10px; }
        .product .pdbox .plistbox .plist:hover .pic::before {
          width: 100%;
          height: 100%; }
        .product .pdbox .plistbox .plist:hover .pic::after {
          content: "";
          display: inline-block;
          background: url(../images/website_image/product/link.png) no-repeat;
          width: 63.36px;
          height: 63.36px;
          background-size: 100% 100%;
          right: calc((100% - 63.36px)/2);
          bottom: calc((100% - 63.36px)/2); }
      .product .pdbox .plistbox .page {
        width: 100%; }
        .product .pdbox .plistbox .page ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%; }
          .product .pdbox .plistbox .page ul li {
            margin: 0 8px; }
            .product .pdbox .plistbox .page ul li a {
              font-size: 21px;
              line-height: 0px;
              letter-spacing: 0px;
              color: #000000;
              font-weight: 400; }
              .product .pdbox .plistbox .page ul li a.select {
                color: #E36211; }
              .product .pdbox .plistbox .page ul li a i.fa-angle-right {
                margin-left: 13px; }
                .product .pdbox .plistbox .page ul li a i.fa-angle-right::before {
                  content: "";
                  display: inline-block;
                  background: url(../images/website_image/product/pnext.png) no-repeat;
                  width: 41.76px;
                  height: 42.48px;
                  background-size: 100% 100%; }
              .product .pdbox .plistbox .page ul li a i.fa-angle-left {
                margin-right: 13px; }
                .product .pdbox .plistbox .page ul li a i.fa-angle-left::before {
                  content: "";
                  display: inline-block;
                  background: url(../images/website_image/product/pprev.png) no-repeat;
                  width: 41.76px;
                  height: 42.48px;
                  background-size: 100% 100%; }
      .product .pdbox .plistbox .pame {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        width: 100%;
        padding-left: 1.5%; }
        @media screen and (max-width: 768px) {
          .product .pdbox .plistbox .pame {
            padding-left: 0; } }
        .product .pdbox .plistbox .pame .pic {
          width: 42%;
          padding-top: 4px; }
          .product .pdbox .plistbox .pame .pic img {
            display: block; }
        .product .pdbox .plistbox .pame .name {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start;
          -ms-align-items: flex-start;
          align-items: flex-start;
          width: calc(100% - 42%);
          font-size: 28px;
          line-height: 29.4px;
          letter-spacing: 0.975px;
          color: #000000;
          font-weight: 400;
          padding: 0 0 0 4%; }
          .product .pdbox .plistbox .pame .name > img {
            width: 17.28px;
            max-width: 100%;
            display: block;
            padding-top: 5px; }
          .product .pdbox .plistbox .pame .name > div {
            width: calc(100% - 17.28px);
            padding: 0 0 0 3%; }
        @media screen and (max-width: 544px) {
          .product .pdbox .plistbox .pame .pic, .product .pdbox .plistbox .pame .name {
            width: 100%;
            padding-left: 0; }
          .product .pdbox .plistbox .pame .name {
            margin-top: 20px; } }
      .product .pdbox .plistbox .info {
        border-top: 3px solid #f4eacc;
        margin-top: 44px;
        width: 100%;
        padding: 28px 0 0 0%;
        margin-left: 2%; }
        @media screen and (max-width: 768px) {
          .product .pdbox .plistbox .info {
            margin-left: 0; } }
        .product .pdbox .plistbox .info .title {
          font-size: 21px;
          line-height: 0px;
          letter-spacing: 0.975px;
          color: #000000;
          font-weight: 400;
          text-align: center;
          margin-bottom: 60px; }
        .product .pdbox .plistbox .info .content {
          width: 86%;
          margin: 0 auto;
          font-size: 16.8px;
          line-height: 23.1px;
          letter-spacing: 0.975px;
          color: #000000;
          font-weight: 400; }
          @media screen and (max-width: 768px) {
            .product .pdbox .plistbox .info .content {
              width: 92%; } }
      .product .pdbox .plistbox .back {
        width: 246px;
        height: 50px;
        margin: 0 auto;
        background: #E36211;
        cursor: pointer;
        font-size: 21px;
        line-height: 0px;
        letter-spacing: 3.055px;
        color: #fff;
        font-weight: 900;
        border-radius: 35px;
        padding: 5px 7px;
        margin: 58px auto 25px; }
        .product .pdbox .plistbox .back > div {
          border-radius: 35px;
          border: 1px solid #fff;
          padding: 5px;
          height: 40px;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          -ms-align-items: center;
          align-items: center;
          width: 100%; }
        .product .pdbox .plistbox .back:hover {
          background: #FFD36F;
          color: #000000; }
          .product .pdbox .plistbox .back:hover > div {
            border-color: #000000; }
.trans .transbox .mafo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 80%;
  margin: 0 auto 40px; }
  @media screen and (max-width: 900px) {
    .trans .transbox .mafo {
      width: 95%; } }
  .trans .transbox .mafo .tmap {
    width: 47%; }
    .trans .transbox .mafo .tmap iframe {
      width: 100%;
      height: 400px; }
  .trans .transbox .mafo .info {
    width: 50%; }
    .trans .transbox .mafo .info .company {
      font-size: 21px;
      line-height: 25.2px;
      letter-spacing: 0px;
      color: #000000;
      font-weight: 900;
      margin-bottom: 20px; }
    .trans .transbox .mafo .info .txt {
      font-size: 14px;
      line-height: 18.2px;
      letter-spacing: 0px;
      color: #000000;
      font-weight: 400;
      display: block;
      width: 100%;
      margin-bottom: 10px; }
      .trans .transbox .mafo .info .txt a {
        color: #000000; }
  @media screen and (max-width: 768px) {
    .trans .transbox .mafo .info, .trans .transbox .mafo .tmap {
      width: 100%; }
    .trans .transbox .mafo .info {
      margin-top: 20px; } }
.trans .transbox .transform {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 900px) {
    .trans .transbox .transform {
      width: 95%; } }
  .trans .transbox .transform .transtyle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px; }
    .trans .transbox .transform .transtyle > span {
      width: 80px;
      padding: 8px 0 8px 5px;
      color: #fff;
      background: #F52D26;
      display: inline-block; }
    .trans .transbox .transform .transtyle > input, .trans .transbox .transform .transtyle > textarea {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 0;
      outline: none;
      cursor: pointer;
      background: transparent;
      width: calc(100% - 90px);
      height: 37px;
      border: 1px solid transparent;
      border-top-color: #F52D26;
      border-bottom-color: #F52D26; }
    .trans .transbox .transform .transtyle > textarea {
      height: 200px; }
    .trans .transbox .transform .transtyle > label {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      -ms-align-items: flex-start;
      align-items: flex-start;
      width: calc(100% - 90px); }
      .trans .transbox .transform .transtyle > label > img {
        height: 37px; }
      .trans .transbox .transform .transtyle > label > input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        background: transparent;
        height: 41px;
        border: 1px solid transparent;
        border-top-color: #F52D26;
        border-bottom-color: #F52D26;
        width: calc(100% - 130px); }
        @media screen and (max-width: 450px) {
          .trans .transbox .transform .transtyle > label > input {
            width: 100%; } }
  .trans .transbox .transform .trans_btn {
    text-align: center;
    padding: 40px 0 60px;
    width: 100%; }
    .trans .transbox .transform .trans_btn > a, .trans .transbox .transform .trans_btn > label {
      width: 246px;
      height: 50px;
      margin: 0 auto 10px;
      background: #E36211;
      cursor: pointer;
      display: inline-block;
      font-size: 21px;
      line-height: 0px;
      letter-spacing: 3.055px;
      color: #fff;
      font-weight: 900;
      border-radius: 35px;
      padding: 5px 7px; }
      .trans .transbox .transform .trans_btn > a > div, .trans .transbox .transform .trans_btn > label > div {
        border-radius: 35px;
        border: 1px solid #fff;
        padding: 5px;
        height: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%; }
      .trans .transbox .transform .trans_btn > a:hover, .trans .transbox .transform .trans_btn > label:hover {
        background: #FFD36F;
        color: #000000; }
        .trans .transbox .transform .trans_btn > a:hover > div, .trans .transbox .transform .trans_btn > label:hover > div {
          border-color: #000000; }
    .trans .transbox .transform .trans_btn > label {
      background: #2E2E2E; }
/*# sourceMappingURL=layout.css.map */
