html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#header {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}
#preloader {
  /*   這是整個會蓋住畫面的底色色塊  */
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  background-color: rgba(247, 92, 47, 1);
  z-index: 999;
}
/* div{
  border:1px #505050 dashed;
} */
.rwd_display {
  display: none !important;
}
.rwd_flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .rwd_none {
    display: none !important;
  }
  .rwd_display {
    display: block !important;
  }
  .rwd_flex {
    display: flex !important;
  }
}
.mobile_list {
  height: 100vh;
  width: 100vw;
  background: rgba(247, 92, 47, 0.99);
  position: fixed;
  left: 0px;
  top: 0px;
}

.mobile_list p {
  color: white;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
}

.mobile_bt {
  background-color: rgba(255, 255, 255, 0.99);
  color: rgba(247, 92, 47, 1) !important;
}

.mobile_list hr {
  border: 1px solid white;
}

.language_list {
  position: absolute;
  right: 0px;
}
.logo {
  cursor: pointer;
}

.product_list {
  position: absolute;
}
.header_list p {
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.header_list p:hover {
  color: rgba(247, 92, 47, 0.8);
}

.product_list2 {
  position: absolute;
}
.header_list2 p {
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.header_list2 p:hover {
  color: rgba(247, 92, 47, 0.8);
}

.space {
  position: absolute;
  top: 0px;
  height: 100px;
  width: 100vw;
  z-index: 99;
  background-color: white;
}

.index_banner_logo {
  max-width: 100%;
  padding-bottom:15px
}

.index_banner_list div {
  padding: 10px 0;
  cursor: pointer;
}

.index_banner_list p {
  font-weight: bold;
  letter-spacing: 3px;
  transition: all 0.2s linear;
}

.index_banner_list p:hover {
  color: rgba(247, 92, 47, 0.8);
}

.index_banner_list span {
  padding-right: 10px;
}

.index_banner_icon {
  background-color: rgba(247, 92, 47, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  width: 35px;
  margin-right: 30px;
  transition: all 0.2s linear;
}

.index_banner_icon:hover {
  background-color: rgba(247, 92, 47, 1);
  cursor: pointer;
  box-shadow: 5px 5px rgba(247, 92, 47, 0.5);
}

.index_infro {
  position: relative;
}

.dash_or {
  width: 1px;
  height: 100px;
  border-right: 1px rgba(247, 92, 47, 1) solid;
}

.scroll_text h1 {
  padding: 15px 0;
}

.scroll_text {
  padding: 10px 0 20px;
}

.index_intro {
  background-color: rgba(247, 92, 47, 1);
}

.index_intro_img {
  background-image: url("../img/index_intro.png");
  background-repeat: repeat;
  background-size: 100%;
}

.index_intro .p1 {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
}

.index_intro .p2 {
  padding: 0 0 20px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  width: 80%;
}

.index_intro .p3 {
  font-size: 60px;
  padding: 0 20px;
  font-weight: 200;
}

.index_intro .p3 span {
  font-weight: bold;
}

.index_intro2 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  width: 80%;
}

.company_text {
  background-color: rgba(247, 92, 47, 1);
  padding: 20px 10px;
  position: absolute;
  letter-spacing: 3px;
}

.video {
  height: 850px;
}

.footer .infro {
  background-color: rgba(247, 92, 47, 1);
  height: 600px;
}

.footer .map {
  height: 600px;
}

.footer_logo {
  padding-bottom: 50px;
}

.footer .p1 {
  padding: 30px 0;
  color: white;
  font-weight: bold;
  font-size: 20px;
}

.footer .p2,
.p3,
.p4,
.p5 {
  padding: 10px 0;
  color: white;
  font-weight: bold;
}

.footer .infro .d-flex img {
  padding-right: 20px;
}

.title1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 15px;
}

.title2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
}

.page_p {
  line-height: 1.3;
  letter-spacing: 2px;
  padding: 20px;
}
.page_p strong{
  font-weight:900;
  line-height: 2.5;
}

.intro_pic {
  padding: 30px 20px;
}

.intro_pic div {
  padding: 10px 0;
}

.intro_pic p {
  font-weight: bold;
  padding-left: 10px;
}

.s_title {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 20px;
}

.ss_title p {
  padding: 0 10px;
  font-weight: bold;
}

.ss_title {
  padding: 40px 0 20px;
}

.intro_text {
  padding-left: 40px;
  padding-bottom: 30px;
}

.certi {
  padding: 50px 0 150px 0;
}

.c_text {
  background-color: rgba(247, 92, 47, 1);
  padding: 20px 30px;
  font-weight: bold;
  letter-spacing: 1px;
}

.certi_card {
  cursor: pointer;
}
.certi_card:hover .c_text {
  transition: all 0.2s linear;
  box-shadow: 5px 5px rgba(247, 92, 47, 0.5);
}

.index_intro2 img {
  width: 100%;
  padding: 30px;
}
.footer_map {
  width: 100%;
  padding: 0 60px;
}
.index_banner_list {
  padding: 20px 0;
}
@media (max-width: 576px) {
  .index_infro {
    position: relative;
    top: 0;
  }
  .index_intro2 img {
    width: 100%;
    padding: 10px;
  }
  .company_text {
    position: relative;
  }
  .footer_map {
    padding: 0 10px;
  }
  .footer .p2 img,
  .footer .p3 img,
  .footer .p4 img,
  .footer .p5 img {
    height: 20px;
  }
  .pp1,
  .pp2,
  .pp3,
  .pp4,
  .pp5 {
    font-size: 16px !important;
  }
}

.index_banner_product_list {
  padding-left: 30px !important;
}

.pp1,
.pp2,
.pp3,
.pp4,
.pp5 {
  font-size: 20px;
  padding: 15px 0;
  letter-spacing: 5px;
}

.download_title {
  padding: 10px 30px;
  cursor: pointer;
}

.download_title:hover p {
  color: rgba(247, 92, 47, 1);
}

.download_title img {
  padding-right: 20px;
}

.top_b {
  width: 100%;
  height: 100px;
}

.newbanner_block {
  padding: 100px 10%;
}
@media (max-height: 820px) {
  .top_b {
    height: 150px;
  }
}


p{
  line-height:1.3;
}