@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Poppins:wght@500&&display=swap");
@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1630px) {
  .container {
    width: 1600px;
  }
}
body {
  font-family: "Noto Sans TC", sans-serif !important;
  padding-top: 103px;
}

@media (max-width: 1200px) {
  body {
    padding-top: 92px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 74px;
  }
}
.navbar {
  background-color: #fff;
  border-bottom: solid 1px #dbe1e8;
}
.navbar .navbar-brand {
  padding: 20px 0px;
  margin-top: 0px;
}
.navbar .navbar-nav {
  margin-top: 15px;
}
.navbar .navbar-nav li a {
  padding: 24px 25px;
  font-size: 16px;
  letter-spacing: 1px;
}
.navbar .navbar-nav li a small {
  display: block;
}
.navbar .navbar-nav li a:hover {
  color: #E94A08;;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-brand {
    padding: 25px 0;
  }
  .navbar .navbar-brand img {
    width: 270px;
  }
  .navbar .navbar-nav li a {
    padding: 36px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: 1px;
  }
  .navbar .navbar-nav li a:hover {
    color: #E94A08;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-brand {
    padding: 20px 5px;
  }
  .navbar .navbar-brand img {
    width: 220px;
  }
  .navbar .navbar-toggle {
    margin-top: 14px;
  }
  .navbar .navbar-collapse {
    border-top: 1px solid #eee;
  }
  .navbar .navbar-nav {
    margin-top: 0;
  }
  .navbar .navbar-nav li a {
    padding: 15px;
    letter-spacing: 1px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #eee;
    text-align: left;
  }
}
.navbar .navbar-brand img {
  width: 250px;
}
@media (max-width: 767px) {
  .navbar .navbar-brand {
    padding: 15px 5px;
  }
  .navbar .navbar-brand img {
    width: 180px;
    padding: 2px 15px;
  }
}
.slider_show {
  position: relative;
  overflow: hidden;
}
.slider_show .idec-swiper-container img {
  width: 100%;
}
.slider_show .idec-swiper-container img.MBPIC {
  display: none;
}
@media (max-width: 768px) {
  .slider_show .idec-swiper-container img.PCPIC {
    display: none;
  }
  .slider_show .idec-swiper-container img.MBPIC {
    display: block;
  }
}
.slider_show .idec-swiper-container .swiper-scrollbar {
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
}
.slider_show .idec-swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0px;
  background-color: #4999e0;
}
.slider_show .idec-swiper-container .swiper-slide {
  position: relative;
}
.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%) translateY(20%);
  transition: 1.2s;
  opacity: 0;
  width: 80%;
  text-align: center;
  font-family: "poppins";
}
.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 1.8;
  margin: 0;
}
@media (max-width: 1440px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 30px;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 414px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle {
    font-size: 22px;
    line-height: 1.5;
  }
}
.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .maintitle a {
  color: #fff;
  text-decoration: none;
}
.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
  color: #fff;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 0;
  transition-delay: 3s;
}
@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .subtitle {
    font-size: 14px;
    line-height: 1.5;
  }
}
.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN {
  text-decoration: none;
  text-align: center;
  padding: 10px;
  width: 150px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  border: solid 2px #fff;
  transition: 0.4s;
  letter-spacing: 0.5;
}
@media (max-width: 767px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN {
    padding: 5px;
    width: 100px;
  }
}
.slider_show .idec-swiper-container .swiper-slide .idec-titleinfo .LINKBTN:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slider_show .idec-swiper-container .swiper-slide.swiper-slide-active .idec-titleinfo {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.scroll_down {
  position: absolute;
  right: 1%;
  bottom: 0%;
  text-align: center;
  cursor: pointer;
}
.scroll_down span {
  writing-mode: vertical-lr;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
  transform: rotate(180deg);
}
.scroll_down .scroll_bar {
  background-color: #eee;
  width: 1px;
  height: 150px;
  text-align: center;
  margin-left: 13px;
  position: relative;
  overflow: hidden;
}
.scroll_down .scroll_bar:after {
  background: #035297;
  content: "";
  display: inline-block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
  animation: scrollDown 1.5s infinite;
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 150px, 0);
  }
}
@media (max-width: 1200px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 60px;
  }
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .slider_show .idec-swiper-container {
    margin-right: 0;
  }
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo {
    width: 80%;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -20%);
  }
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 48px;
    line-height: 1.5;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 16px;
    line-height: 1.5;
  }
  .slider_show .idec-swiper-container .swiper-slide.swiper-slide-active .idec-titleinfo {
    transform: translate(-50%, -60%);
    opacity: 1;
  }
  .scroll_down {
    right: 2%;
    bottom: 3%;
  }
  .scroll_down span {
    z-index: 1;
    color: #fff;
    font-size: 12px;
    position: relative;
    margin-bottom: 10px;
  }
  .scroll_down .scroll_bar {
    background-color: rgba(255, 255, 255, 0.2);
    width: 1px;
    height: 80px;
    text-align: center;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .scroll_down .scroll_bar:after {
    background: #035297;
    content: "";
    display: inline-block;
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1;
    animation: scrollDown 1.5s infinite;
  }
}
@media (max-width: 500px) {
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo h2 {
    font-size: 38px;
  }
  .slider_show .idec-swiper-container .swiper-slide .idec-titleinfo p {
    font-size: 14px;
  }
}
/* .slider_show_01 {
  margin-top: -8%;
} */

.circle-overflow {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(0deg, #eff4fb 30%, #ffffff 40%);
}

.section_product_bg {
  background-color: #f0f4f9;
  background-image: linear-gradient(0deg, #fbf6ee 70%, #ffffff 30%);
}

.service-bg {
  position: absolute;
}
.service-bg.service-bg01 {
  left: -15%;
  top: 2%;
}
.service-bg.service-bg02 {
  right: -15%;
  bottom: 65%;
  width: 50%;
}

.section_product {
  padding: 3% 0 0 0;
  position: relative;
}
.section_product:before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  position: absolute;
}
.section_product h2 {
  font-size: 40px;
  color: #E94A08;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "poppins";
  margin-top: 0;
  margin-bottom: 0;
}
.section_product h2 span {
  display: block;
  color: #d5d8db;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: "Noto Sans TC";
}
/* .section_product .product-txt {
  padding-bottom: 57px;
} */
.section_product p {
  font-size: 21px;
  color: #878787;
  letter-spacing: 6px;
  line-height: 1.8;
  text-align: center;
}
.section_product .down-btn {
  padding: 5px 10px;
  width: 150px;
  border-radius: 5px;
  color: #035297;
  display: inline-block;
  border: solid 3px #035297;
  cursor: pointer;
  font-family: "poppins";
  font-size: 14px;
}
.section_product .service-slider {
  padding: 0;
}
@media (min-width: 1600px) {
  .section_product .service-slider {
    width: 1400px;
  }
}
@media (max-width: 767px) {
  .section_product .service-slider {
    margin-top: -60%;

  }
}
@media (max-width: 480px) {
  .section_product .service-slider {
    margin-top: -70%;
  }
}
@media (max-width: 375px) {
  .section_product .service-slider {
  }
}
@media (max-width: 360px) {
  .section_product .service-slider {
  }
}
.section_product .no-swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section_product .no-swiper-wrapper .swiper-slide {
  position: relative;
  width: 25%;
  transition: 0.4s;
  overflow: hidden;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: solid 1px #f5f5f5;
  box-shadow: 3px 3px 5px rgba(250, 210, 189, 0.3);
  background-color: #fff;
}
@media (max-width: 1600px) {
  .section_product .no-swiper-wrapper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section_product .no-swiper-wrapper .swiper-slide {
    width: 92%;
    margin: 2% 4%;
  }
}
.section_product .no-swiper-wrapper .swiper-slide:hover {
  border: solid 1px #c5c5c5;
  box-shadow: 3px 3px 15px rgba(115, 139, 165, 0.7);
}
.section_product .no-swiper-wrapper .swiper-slide > a {
  display: block;
}
.section_product .no-swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 0 auto;
  transition: 0.4s;
}
.section_product .no-swiper-wrapper .swiper-slide img.MBPIC {
  display: none;
}
.section_product .no-swiper-wrapper .swiper-slide .idec-titleinfo {
  padding: 5% 10%;
  z-index: 2;
  width: 100%;
  min-height: 180px;
  position: relative;
  transition: 0.4s;
}
.section_product .no-swiper-wrapper .swiper-slide .maintitle {
  font-size: 26px;
  letter-spacing: 0.4px;
  text-align: center;
  min-height: 20px;
  margin: 10px 0;
}
.section_product .no-swiper-wrapper .swiper-slide .maintitle a {
  color: #272727;
  text-decoration: none;
}
.section_product .no-swiper-wrapper .swiper-slide .subtitle {
  font-size: 16px;
  color: #272727;
  font-weight: 300;
  margin-top: 16px;
  text-align: center;
}
.section_product .no-swiper-wrapper .swiper-slide:hover .LINKBTN {
  background-color: #E94A08;
  border: solid 2px #f1ae91;
  color: #fff;
}
.section_product .no-swiper-wrapper .swiper-slide .LINKBTN {
  display: block;
  text-align: center;
  padding: 10px;
  border: solid 2px #b3bbc4;
  font-size: 18px;
  color: #272727;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  width: 150px;
  transform: translateX(-50%);
  left: 50%;
}
.section_product .no-swiper-wrapper .swiper-slide .LINKBTN:hover {
  border: solid 2px #E94A08;
  color: #fff;
  background-color: #E94A08;
}

/* more_btn */
.section_product .more_btn {
  margin-top: 50px;
  margin-bottom: 30px;
}
.more_btn {
  display: inline-block;
  text-align: right;
  letter-spacing: 1px;
  font-size: 16px;
  vertical-align: middle;
  transition: 0.4s;
  margin-left: 0px;
  color: #4e4947;
}
.more_btn span {
  vertical-align: middle;
  border: 1px solid #E94A08;
  border-radius: 50%;
  padding: 9px 14px 7px 16px;
  margin-left: 10px;
  transition: 0.4s;
}
.more_btn span i {
  font-size: 24px;
  transition: 0.4s;
  color: #E94A08;
}
.more_btn:hover {
  color: #E94A08;
  transform: translateX(10px);
}
.more_btn:hover span,
.video-more_btn .more_btn:hover span {
  border: 1px solid #E94A08;
  background-color: #fff;
}
.more_btn:hover span i,
.video-more_btn .more_btn:hover span i {
  color: #E94A08;
}
.video-more_btn{
  margin: 40px 0 10px;
}
.video-more_btn .more_btn{
  color: #fff;
}
.video-more_btn .more_btn span{
  border: 1px solid #ffffff;
}
.video-more_btn .more_btn span i {
  color: #fff;
}

@media (max-width: 767px) {
  .section_product {
    padding: 0;
    max-height: 2500px;
  }
  .section_product .more_btn {
    font-size: 14px;
  }
  .section_product .more_btn span {
    padding: 9px 12px 7px 14.5px;
  }
}
@media (max-width: 428px) {
  .section_product {
    max-height: 3000px;
  }
}
@media (max-width: 375px) {
  .section_product {
    max-height: 2800px;
  }
}
.section_product .swiper-container{
  margin-top: 60px;
}

@media (max-width: 767px) {
    .section_product .swiper-container{
    margin-top: 430px;
  }
}
@media (max-width: 560px) {
    .section_product .swiper-container{
    margin-top: 330px;
  }
}
@media (max-width: 480px) {
  .section_product {
    padding: 0;
  }
}
.circle {
  position: absolute;
  animation: circle-rotate 60s linear infinite;
}
.circle.circle01 {
  left: 15%;
  width: 600px;
}
.circle.circle02 {
  right: -10%;
  top: 30%;
  width: 800px;
}
@media (max-width: 767px) {
  .circle.circle02 {
    right: -10%;
    top: 47%;
    width: 600px;
  }
}
.circle.circle03 {
  left: 5%;
  width: 350px;
  bottom: 22%;
}
@media (max-width: 767px) {
  .circle.circle03 {
    left: 30%;
    bottom: 15%;
  }
}

@keyframes circle-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.section_about {
  padding: 50px 0 100px 0;
  background-repeat: no-repeat;
  background-position: top;
}
.section_about .abouttxt {
  padding: 0% 13%;
}
.section_about .about-img {
  margin-top: 10%;
  padding: 0 2%;
}
.section_about img {
  width: 100%;
}
.section_about h2 {
  font-size: 47px;
  color: #E94A08;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 60px;
  font-family: "poppins";
}
.section_about h2 span {
  display: block;
  color: #222;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 50px;
}
.section_about p.txt_cn {
  font-size: 18px;
  color: #878787;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 35px;
}
.section_about p.txt_eng {
  font-size: 14px;
  line-height: 1.8;
  color: #272727;
  letter-spacing: 1px;
}

.about_pic {
  transform: translateY(-120px);
  margin-bottom: -19%;
}
.about_pic img {
  width: 100%;
}

@media (max-width: 1600px) {
  .section_about h2 {
    margin-top: 0;
  }
  .about_pic {
    transform: translateY(-50px);
  }
}
@media (max-width: 1400px) {
  .section_about p.txt_cn {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .section_about h2 span {
    margin-bottom: 30px;
  }
  .section_about .more_btn {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about_pic {
    display: none;
  }
  .about_pic_main {
    margin-top: 80px;
  }
  .about_pic_main .row {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section_about h2 {
    font-size: 36px;
  }
  .section_about p.txt_cn {
    font-size: 15px;
  }
  .section_about .more_btn {
    font-size: 14px;
  }
  .section_about .more_btn span {
    padding: 9px 12px 7px 14.5px;
  }
}
.section_work {
  padding-top: 30px;
  padding-bottom: 70px;
 background-image: linear-gradient(rgb(173 166 166 / 20%), rgb(109 97 85 / 80%)), url(../../images/video_bg-02.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.section_work h2 {
  text-align: center;
  font-size: 47px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "poppins";
}
.section_work h2 span {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 30px;
}

.section_work .video_wrap{
  margin: 20px 0;
}
.section_work .owl-carousel {
  margin-top: 0px;
}
.section_work img {
  width: 100%;
}
.section_work .idec-slide-demo .pro_txt_box {
  display: none;
}
.section_work .idec-slide-demo .pro_sale {
  display: none;
}
.section_work .idec-slide-demo .pro_main p {
  display: none;
}
.section_work .idec-slide-demo .owl-nav {
  display: none;
}
.section_work .idec-slide-demo .owl-dots {
  margin-top: 30px;
}
.section_work .idec-slide-demo .owl-dots .owl-dot span {
  margin: 5px;
  transition: 0.4s;
}
.section_work .idec-slide-demo .owl-dots .owl-dot:hover span {
  background-color: #035297;
}
.section_work .idec-slide-demo .owl-dots .owl-dot.active span {
  background-color: #035297;
}
.section_work .idec-slide-demo .item {
  padding: 10px 1px;
}
.section_work .idec-slide-demo .pro_item {
  transition: 0.4s;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e9e9e9;
}
.section_work .idec-slide-demo .pro_item:before, .section_work .idec-slide-demo .pro_item:after {
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: 0.4s;
  transform: scale(0);
  pointer-events: none;
}
.section_work .idec-slide-demo .pro_item:before {
  border-top: 1px solid #035297;
  border-left: 1px solid #035297;
  transform-origin: 0 0;
}
.section_work .idec-slide-demo .pro_item:after {
  border-right: 1px solid #035297;
  border-bottom: 1px solid #035297;
  transform-origin: 100% 100%;
}
.section_work .idec-slide-demo img {
  width: 100%;
  transition: 0.4s;
}
.section_work .idec-slide-demo h3 {
  font-weight: 400;
  color: #555;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 17px;
  margin-top: 10px;
  transition: 0.4s;
}
.section_work .idec-slide-demo .item:hover h3 {
  color: #035297;
}
.section_work .idec-slide-demo .item:hover .pro_item {
  transform: translateY(-10px);
}
.section_work .idec-slide-demo .item:hover .pro_item:before, .section_work .idec-slide-demo .item:hover .pro_item:after {
  transform: scale(1);
}

@media (max-width: 1400px) {
  .section_work h2 span {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .section_work {
    padding: 100px 0 100px 0;
  }
  .section_work .idec-slide-demo .owl-dots {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section_work h2 {
    font-size: 36px;
  }
  .section_work .idec-slide-demo .owl-dots {
    margin-top: 5px;
  }
  .section_work .idec-slide-demo h3 {
    font-size: 15px;
    line-height: 1.5;
  }
}
footer {
  padding: 85px 0;
  background-color: #fff;
  position: relative;
}
footer .footer_left h5 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #272727;
  font-weight: 400;
}
footer .footer_left p {
  font-size: 16px;
  color: #272727;
  letter-spacing: 1px;
  line-height: 1.8;
  margin-bottom: 0;
}
footer .footer_right {
  text-align: right;
}
footer .footer_right p {
  color: #777;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 5px;
}
footer .footer_right ul li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .footer_right ul li:last-child a {
  padding-right: 0;
}
footer .footer_right ul li a {
  background-color: transparent;
  color: #272727;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
  padding: 10px;
  transition: 0.4s;
}
footer .footer_right ul li a:hover {
  color: #e94a08;
}
footer .footer_right .gotop_btn {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  background-color: #b7b7b7;
  transition: 0.4s;
  display: inline-block;
  background-position: center center;
  background-image: url("../../images/gotop.png");
  cursor: pointer;
  margin-top: 55px;
}
footer .footer_right .gotop_btn:hover {
  background-color: #e94a08;
  border-color: #e94a08;
  background-position: center -55px;
  background-image: url("../../images/gotop_green.png");
}
footer .footer-copyright {
  color: #272727;
  text-align: right;
}
footer .footer-icon{
  margin: 20px 0 0;
}
@media (max-width: 1400px) {
  footer .footer_left p {
    font-size: 15px;
  }
  footer .footer_right ul li a {
    background-color: transparent;
    font-size: 15px;
    padding: 5px;
    transition: 0.4s;
  }
  footer .footer_right ul li a:hover {
    color: #035297;
  }
  footer .footer_right p {
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  footer .footer_left {
    margin-bottom: 35px;
  }
  footer .footer_left p {
    font-size: 15px;
  }
  footer .footer_right {
    text-align: center;
  }
  footer .footer_right ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  footer .footer_right ul li:last-child a {
    padding-right: 5px;
  }
  footer .footer_right ul li a {
    background-color: transparent;
    font-size: 15px;
    padding: 5px;
    transition: 0.4s;
  }
  footer .footer_right ul li a:hover {
    color: #E94A08;
  }
  footer .footer_right p {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  footer .footer_left {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .footer_left {
    margin-bottom: 40px;
  }
  footer .footer_left h5 {
    font-size: 16px;
  }
  footer .footer_left p {
    font-size: 14px;
  }
  footer .footer_right {
    text-align: center;
  }
  footer .footer_right ul li a {
    font-size: 14px;
    padding: 5px;
    transition: 0.4s;
  }
  footer .footer_right ul li a:hover {
    color: #035297;
  }
  footer .footer_right p {
    font-size: 12px;
    line-height: 1.5;
  }
}
#myTab {
  display: none;
}

.page_banner {
  height: 350px;
  position: relative;
  background-position: top center;
  background-size: cover;
  background-image: url("../../images/page-banner.webp");
}
.page_banner.single_banner {
  background-image: url("../../images/page-banner.webp");
}
.page_banner .inner_title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 8.5%;
  color: #fff;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .page_banner {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .page_banner .inner_title {
    font-size: 25px;
    letter-spacing: 1.5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    line-height: 1.5;
  }
}
ol.breadcrumb {
  background-color: transparent;
  text-align: right;
  color: #eee;
  padding: 0;
  margin-top: 20px;
}
ol.breadcrumb li a {
  letter-spacing: 1px;
  font-size: 14px;
  color: #777;
}

@media (max-width: 767px) {
  ol.breadcrumb {
    margin-bottom: 10px;
  }
  ol.breadcrumb li a {
    font-size: 12px;
  }
}
.li-item {
  padding: 15px;
  border-radius: 0;
  transition: 0.4s;
}
.li-item:hover {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.li-item .imgBox-fit {
  background-color: #000;
}
.li-item p.prd_info {
  display: none;
}
.li-item a h4 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #222;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 400;
}
.li-item a.btn-default {
  letter-spacing: 1px;
  font-size: 14px;
  padding: 0;
  border: 0px solid #000;
  color: #777;
  margin-bottom: 20px;
}
.li-item a.btn-default:after {
  content: "+";
  margin-left: 2px;
}
.li-item a.btn-default:hover {
  background-color: transparent;
  color: #035297;
}

@media (max-width: 767px) {
  .li-item a h4 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .li-item a.btn-default {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
#pd_name {
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #222;
  font-weight: 400;
}

.descri-none {
  font-size: 16px;
  color: #777;
  letter-spacing: 1px;
  line-height: 1.5;
}

.panel-title2 {
  font-size: 16px;
  color: #555;
  letter-spacing: 1px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}
.panel-title2 .label {
  font-size: 20px;
  color: #e94a08;
  font-weight: 400;
}

.control-label {
  letter-spacing: 1px;
  font-weight: 400;
  color: #555;
}

.btn-info {
  padding: 15px 30px;
  background-color: #fff;
  border-radius: 0;
  color: #666;
  border: 1px solid #ccc;
  transition: 0.4s;
  margin-top: 30px;
  letter-spacing: 1px;
}
.btn-info:hover {
  color: #fff;
  background-color: #e94a08;
  border-color: #e94a08;
}

section.contact-wrapper input {
  outline: none;
  letter-spacing: 1px;
  box-shadow: none;
  background-color: #f9f9f9;
  height: 40px;
  border-radius: 0;
  border: 1px solid #ddd;
  transition: 0.4s;
}
section.contact-wrapper input:focus {
  background-color: #fff;
  border: 1px solid #035297;
  box-shadow: none;
}
section.contact-wrapper input#pic {
  margin-left: 10px;
  padding: 0 10px;
}
section.contact-wrapper textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  transition: 0.4s;
  outline: none;
  letter-spacing: 1px;
  box-shadow: none;
  background-color: #f9f9f9;
  border-radius: 0;
  border: 1px solid #ddd;
}
section.contact-wrapper textarea:focus {
  background-color: #fff;
  border: 1px solid #035297;
  box-shadow: none;
}

@media (max-width: 767px) {
  .panel-title2 {
    font-size: 14px;
  }
  .panel-title2 .label {
    font-size: 18px;
  }
}
section.category-wrapper, section, section.product-wrapper, .single-bg {
  padding: 80px 0 40px 0;
  background-image: linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
}
@media (max-width: 767px) {
  section.category-wrapper, section.contact-wrapper, section.product-wrapper, .single-bg {
    padding: 20px 0 20px 0;
  }
}
.aside-title {
  background-color: transparent;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .clickCtyName.aside-title {
    position: relative;
    border-bottom: 1px solid #eee;
    border-radius: 0;
  }
  .clickCtyName.aside-title:after {
    content: "+";
    right: 5px;
    position: absolute;
    width: 25px;
    text-align: center;
    border-radius: 50%;
  }
}
.cus-inner-style {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  padding: 1% 3%;
}
.cus-inner-style span.lang-block {
  color: #93acc4;
  display: block;
  border-bottom: solid 1px #93acc4;
  width: 50px;
}
.cus-inner-style img {
  width: 100%;
  box-shadow: 1px 1px 8px rgba(115, 139, 165, 0.5);
}
.cus-inner-style.brand-style a {
  display: block;
  margin: 15px 0;
  transition: all 0.4s;
}
.cus-inner-style.brand-style a:hover {
  opacity: 0.8;
}

.product-intro {
  font-size: 16px;
  color: #555;
  line-height: 1.75;
}/*# sourceMappingURL=rwd1651_style.css.map */

.category-wrapper .list-wrap{
  padding-right: 40px;
}
@media (max-width: 480px) {
  .category-wrapper .list-wrap{
    padding: 0;
  }
}
.category-wrapper aside .nav li a, .headlinecate a, .headlinecate0 a{
  font-weight: 700;
  border-bottom: 1px #d6d6d6 solid; 
  padding-bottom: 15px;
}
.category-wrapper aside .nav li a:hover, aside .nav li a:focus{
  color: #e94a08;
  background-color: transparent;
}
.category-wrapper .topic{
  color: #e94a08;
  font-weight: 900;
}
.news-wrapper .newsbar{
  display: none;
}
/*------------------產品介紹--------------------------*/

.service_box {
  padding: 60px 0;
  background: url(../images/top_bg.jpg) repeat-x;
  background-size: cover;
  background-attachment: fixed;
  /* background        : linear-gradient(0deg, #8e9bac 0%, #8e9bac 0%,#f5f5f5 60%,#f5f5f5 0%); */
}

.service_title {
  margin-bottom: 30px;
}

.service_title h2 {
  text-align: center;
  color: #565656;
  font-size: 21px;
  margin: 0 auto;
  width: 160px;
  font-weight: bold;
}

.service_title h2 span:before {
  content: "";
  width: 30px;
  background: #073477;
  height: 1px;
  position: absolute;
  left: 0;
  top: 60%;
}

.service_title h2 span:after {
  content: "";
  width: 30px;
  background: #073477;
  height: 1px;
  position: absolute;
  right: 0;
  top: 60%;
}

.service_title h2 span {
  text-align: center;
  display: block;
  font-size: 15px;
  color: #073477;
  margin-top: 3px;
  position: relative;
}

.service_img {
  overflow: hidden;
}

.service_img img {
  width: 100%;
  margin: 0;
  transition: 0.5s;
}

.service_img img:hover {
  transform: scale(1.1);
}

.service-list a {
  display: block;
  border-radius: 5px;
  color: #2f5a98;
}

.service_txt {
  margin: 0px;
  font-size: 19px;
  color: #073477;
  font-weight: bold;
  padding: 20px 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .service_box {
    padding: 90px 0;
  }

  .service_title h2 {
    text-align: center;
    color: #242d35;
    font-size: 40px;
    margin: 0 auto;
    width: 160px;
    font-weight: bold;
  }

  .service_title h2 span:before {
    content: "";
    width: 30px;
    background: #6c7789;
    height: 1px;
    position: absolute;
    left: 0;
    top: 60%;
  }

  .service_title h2 span:after {
    content: "";
    width: 30px;
    background: #6c7789;
    height: 1px;
    position: absolute;
    right: 0;
    top: 60%;
  }

  .service_title h2 span {
    text-align: center;
    display: block;
    font-size: 17px;
    color: #6c7789;
    margin-top: 5px;
    position: relative;
  }

  .service_title {
    margin-bottom: 50px;
  }
}

.text-desc {
  position: absolute;
  left: 0;
  top: 0;
  background: #2b2b2b;
  height: 100%;
  opacity: 0;
  width: 100%;
  padding: 0px;
}

.image-box {
  background: #fff;
  border: 1px solid #6c6c6c;
}

.port-1 {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.port-1 .text-desc {
  opacity: 1;
  top: -85%;
  transition: 0.5s;
  color: #fff;
}

.port-1.effect-2 h3 {
  font-size: 21px;
  color: #fff;
}

.port-1 img {
  transition: 0.5s;
}

.port-1:hover img {
  transform: scale(1.2);
}

.port-1.effect-2 .text-desc {
  top: auto;
  bottom: -78%;
}

.port-1.effect-2:hover .text-desc {
  bottom: 0;
  padding-top: 30%;
  background: rgba(5, 10, 26, 0.9);
  /*	background: -moz-linear-gradient(top,  rgba(231,86,1,0.9) 0%, rgba(231,86,1,0.9) 1%, rgba(192,0,25,0.9) 78%, rgba(192,0,25,0.9) 100%); 
	background      : -webkit-linear-gradient(top,  rgba(231,86,1,0.9) 0%,rgba(231,86,1,0.9) 1%,rgba(192,0,25,0.9) 78%,rgba(192,0,25,0.9) 100%); 
	background      : linear-gradient(to bottom,  rgba(231,86,1,0.9) 0%,rgba(231,86,1,0.9) 1%,rgba(192,0,25,0.9) 78%,rgba(192,0,25,0.9) 100%);
	filter          : progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e75601', endColorstr='#e6c00019',GradientType=0 );*/
}

.service_item {
  margin-bottom: 25px;
  color: #fff;
}

.port-1 img {
  max-width: 100%;
}

.port-1.effect-2 .toptitle {
  font-size: 18px;
  color: #fff;
  margin: 15px auto;
}

.port-1.effect-2 .s-toptitle {
  display: none;
  font-size: 13px;
  list-style-type: none;
  font-size: 16px;
  border-top: solid 3px #fed42b;
  padding-left: 0;
}

.port-1.effect-2 .s-toptitle a {
  padding: 8px;
  display: block;
  border-bottom: solid 1px #6c6c6c;
  color: #adadad;
}

.port-1.effect-2 .s-toptitle a:hover {
  color: #ffcb00;
}

.port-1.effect-2:hover .toptitle {
  margin: 5px auto 5px;
}

.port-1.effect-2:hover .s-toptitle {
  display: block;
}

.port-1.effect-2:hover .text-border {
  margin: 0px 30px;
  margin-top: 120px;
  padding: 10px;
  border: 1px solid #fff;
}

.text-desc a {
  color: #fff;
}

@media (max-width: 768px) {
  .text-desc a {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .service_item {
    margin-bottom: 80px;
  }

  .port-1 img {
    width: 100%;
  }

  .port-1.effect-2 .s-toptitle {
    display: none;
  }

  .port-1.effect-2:hover .toptitle {
    margin: 15px auto 5px;
  }

  .port-1.effect-2:hover .s-toptitle {
    display: block;
  }

  .port-1.effect-2:hover .text-border {
    margin: 0px 50px;
    margin-top: 140px;
    padding: 10px;
    border: 1px solid #fff;
  }
}

.pull-left {
  padding: 0 15px;
}
