﻿@charset "UTF-8";
@import url("vendors/bootstrap.min.css");
@import url("vendors/fontawesome-all.min.css");
@import url("vendors/lightbox.min.css");
@import url("vendors/slick.css");
/* Override Bootstrap */

body {
  font-family: 'Open Sans', 'Roboto', sans-serif, "微軟正黑體", "Microsoft JhengHei";
  color: #4A4A4A;
  font-size: 15px;
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100%; }
.btn123456{
    color:yellow;
}
h1 {
  font-size: 34px;
  margin-bottom: 6px;
  line-height: 1.5em; }

h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.5em; }

h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.5em; }

h4 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.5em; }

h6 {
  line-height: 1.5em; }

li {
  
  margin-bottom: 10px;
  line-height: 1.5em; }


/* Helpers */
.section-large {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .section-large {
      padding: 100px 0; } }

.section {
  padding: 82px 0 0 0; }
	/*@media (min-width: 992px) {
    .section-small {
      padding: 50px 0; } }*/

.prev-next-pager {
  margin: 50px auto 0 auto;
  text-align: center;
  position: relative; }
  .prev-next-pager .backtolist {
    z-index: 1;
    position: absolute;
    color: #B9914F;
    text-decoration: none;
    display: inline-block;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    top: -8px;
    padding-left: 30px;
    height: auto; }
    .prev-next-pager .backtolist i.back-icon {
      display: inline-block;
      position: absolute;
      width: 20px;
      height: 20px;
      background-image: url(../images/icon-group.png);
      background-size: 20px 20px;
      background-repeat: no-repeat;
      top: 50%;
      left: 0;
      margin-top: -10px; }
  .prev-next-pager .prev-next-pager-link {
    display: block;
    font-size: 14px;
    color: #000;
    vertical-align: top;
    position: relative;
    line-height: 1.5em;
    text-decoration: none;
    margin-bottom: 20px; }
    .prev-next-pager .prev-next-pager-link .arrow-icon {
      position: absolute;
      width: 94px;
      height: 18px;
      background-repeat: no-repeat;
      background-size: 104px 8px;
      background-position: center center;
      top: 0;
      display: block; }
    .prev-next-pager .prev-next-pager-link.prev-link {
      padding-left: 30px;
      padding-right: 15px; }
      .prev-next-pager .prev-next-pager-link.prev-link .arrow-icon {
        left: -10px;
        background-position: center left;
        background-image: url(../images/navi-previous.png); }
    .prev-next-pager .prev-next-pager-link.next-link {
      padding-right: 30px;
      padding-left: 15px; }
      .prev-next-pager .prev-next-pager-link.next-link .arrow-icon {
        right: -10px;
        background-position: center right;
        background-image: url(../images/navi-next.png); }
  @media (min-width: 992px) {
    .prev-next-pager .prev-link {
      padding-right: 50px;
      text-align: left; }
    .prev-next-pager .next-link {
      padding-left: 50px;
      text-align: right; } }

@media (max-width: 768px) {
  .prev-next-pager {
    position: fixed;
    top: 70px;
    z-index: 10;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    padding: 15px 10px;
    margin: 0 auto; }
    .prev-next-pager .backtolist {
      height: 100%;
      top: 0;
      padding-top: 7px;
      z-index: 11; }
    .prev-next-pager .prev-next-pager-link .arrow-icon {
      width: 54px; } }
#prod-nav-left,
#prod-nav-right {
  width: 160px;
  position: fixed;
  padding: 20px;
  z-index: 1030;
  top: 50%;
  height: 250px;
  margin-top: -125px; }
  #prod-nav-left:hover .navi-link-text, #prod-nav-left.active .navi-link-text,
  #prod-nav-right:hover .navi-link-text,
  #prod-nav-right.active .navi-link-text {
    color: #B9914F;
    pointer-events: none; }
  #prod-nav-left .navi-link-text,
  #prod-nav-right .navi-link-text {
    position: relative;
    width: 110px;
    margin: 0;
    top: 70px;
    font-size: 14px;
    -moz-transition: color 0.33s ease;
    -o-transition: color 0.33s ease;
    -webkit-transition: color 0.33s ease;
    transition: color 0.33s ease;
    font-weight: 600; }
    #prod-nav-left .navi-link-text:after,
    #prod-nav-right .navi-link-text:after {
      content: ' ';
      position: absolute;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center right;
      width: 105px;
      height: 8px;
      bottom: 0; }
  #prod-nav-left .visible-text,
  #prod-nav-right .visible-text {
    z-index: 1;
    position: relative; }
  #prod-nav-left .hover-block,
  #prod-nav-right .hover-block {
    display: block;
    text-decoration: none;
    position: absolute;
    height: 250px;
    top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
    color: #000;
    background: #fff;
    -moz-transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.33s cubic-bezier(0.19, 1, 0.22, 1); }

#prod-nav-left {
  left: 0; }
  #prod-nav-left .navi-link-text {
    float: right;
    text-align: right; }
    #prod-nav-left .navi-link-text:after {
      right: 0;
      background-image: url(../images/navi-previous.png);
      background-position: center left; }
  #prod-nav-left .hover-block {
    padding-left: 40px;
    padding-right: 20px;
    left: -160px; }
  #prod-nav-left:hover .hover-block, #prod-nav-left.active .hover-block {
    left: 0; }

#prod-nav-right {
  right: 0; }
  #prod-nav-right .navi-link-text {
    float: left;
    text-align: left; }
    #prod-nav-right .navi-link-text:after {
      left: 0;
      background-image: url(../images/navi-next.png);
      background-position: center right; }
  #prod-nav-right .hover-block {
    padding-right: 40px;
    padding-left: 20px;
    right: -160px; }
  #prod-nav-right:hover .hover-block, #prod-nav-right.active .hover-block {
    right: 0; }

/* Layouts */
#header {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #C0C0C0;}
  #header a {
    font-size: 16px; }
  #header .navbar-brand {
    margin: 20px 3rem 18px 0; }
    #header .navbar-brand .brand-logo {
      display: block;
    width: 115px;}
  #header .navbar-toggler {
    outline: none;
    padding: 2px 10px;
    font-size: 20px;
    border-radius: 5px;
	margin: 3px;
	border-color: rgba(0, 0, 0, 0.32);}
.navbar-toggler-in {
    outline: none;
    font-size: 24px;
    border: none;
    width: 100%;
    background-color: #ffffff;
    text-align: left; }
    #header .navbar-toggler span.line {
      will-change: transform;
      display: block;
      margin: 9px auto;
      background-color: #888888;
      width: 100%;
      height: 1px;
      backface-visibility: hidden;
      box-sizing: border-box;
      -moz-transition: all 0.33s ease;
      -o-transition: all 0.33s ease;
      -webkit-transition: all 0.33s ease;
      transition: all 0.33s ease; }
  #header li.nav-item {
    position: relative;
	margin: 3px 0;}
    #header li.nav-item.active a.nav-link {
      position: relative; }
      @media (min-width: 992px) {
        #header li.nav-item.active a.nav-link:before {
          content: ' ';
          position: absolute;
          width: calc(100% - 40px);
          height: 1px;
          background-color: #F5AB00;
          top: 20px;
          left: 20px;
          display: block; } }
  #header .nav-link {
    cursor: pointer;
    position: relative;
	<!--color: #fff;--> }
    @media (min-width: 992px) {
      #header .nav-link {
        padding: 10px; } }
  #header #social-links {
    margin: 20px auto; }
    @media (min-width: 992px) {
      #header #social-links {
        margin: 0 20px; } }
    #header #social-links ul {
      margin: 0 -8px;
      padding: 0; }
      #header #social-links ul li {
        display: inline-block;
        vertical-align: middle; }
    #header #social-links a {
      color: #888888;
      width: 30px;
      margin: 0 8px; }
	#header #social-links a:hover {
      color: #424242; }

#footer {
  background: #222222;
  color: #fff;
  padding: 20px 0 50px 0; }
  #footer .footer-content {
    margin: 0 auto 10px auto; }
  #footer .copyright {
    line-height: 2em; }
  #footer ul {
    list-style: none;
    margin: 0 -5px;
    padding: 0; }
    #footer ul li {
      line-height: 2em;
      display: inline-block;
      position: relative;
      padding: 0 5px;
      box-sizing: border-box; }
      #footer ul li:after {
        content: '|';
        position: absolute;
        width: 1px;
        height: 100%;
        display: block;
        color: rgba(255, 255, 255, 0.3);
        top: 0;
        right: 1px; }
      #footer ul li a {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
        #footer ul li a:hover {
          color: #fff; }
    #footer ul li:last-of-type:after {
      display: none; }
    #footer ul li.active a {
      color: rgba(255, 255, 255, 0.6); }

#trans-bygoogle {
  color: rgba(255, 255, 255, 0.6); }

/*kugai*/

.trademark {
    font-size: 85%;
	line-height: 165%;
	color: #6c757d;}
.dot {
    margin-top: 8px;
	float: left;
}
.descrip {
    margin: 6px 16px;
}
.margin_0_26 {
margin: 0px 26px;
}

@media (max-width: 767px) {
    #trans-bygoogle {
      margin-top: 20px;
      text-align: right; } }

/* Pages */
/* 首頁樣式 */
.bullet-point .point-item {
  position: relative;
  margin-bottom: 30px; }
  .bullet-point .point-item .point-icon {
    position: absolute;
    width: 50px;
    margin-right: 10px;
    top: 0;
    left: 0; }
  .bullet-point .point-item .point-content {
    margin-left: 70px; }
    .bullet-point .point-item .point-content dl {
      margin: 0 auto;
      padding: 0; }
      .bullet-point .point-item .point-content dl dt {
        font-weight: bold;
        margin: 0px auto 10px auto;
        line-height: 15px; }

.feature-grid .fg-btm {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid rgba(74, 74, 74, 0.3); }
  .feature-grid .fg-btm:last-of-type {
    border-bottom: 1px solid rgba(74, 74, 74, 0.3); }
.feature-grid .ftitle {
  font-weight: bold; }

@media (min-width: 1920px) {
  #banner .slick-list {
    height: 100% !important; }
  #banner .slick-track {
    height: 100% !important; }
  #banner .banner-slick {
    overflow: hidden;
    position: relative; } }
#banner img {
  width: 100%;
  max-width: 100%; }
#banner .banner-title {
  margin: 10px auto;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600; }
  @media (min-width: 768px) {
    #banner .banner-title {
      font-size: 40px;
      line-height: 45px; } }
#banner .banner-sub-title {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 auto 0 auto; }
#banner .banner-feature ul {
  margin: 0 auto;
  padding: 0;
  counter-reset: custom;
  list-style-type: none; }
  #banner .banner-feature ul li {
    display: block;
    font-size: 16px;
    line-height: 1.8em; }
  #banner .banner-feature ul li:before {
    content: '›  '; }
#banner .mobile-banner {
  background: #cdcdcd;
  padding: 15px 0;
  margin-bottom: 0;
  color: #4e4e4e; }
  #banner .mobile-banner .banner-title {
    margin-bottom: 0; }
#banner .banner-item {
  padding: 60px 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 320px;
  background-position: center top; }
  @media (min-width: 768px) {
    #banner .banner-item {
      padding-top: 90px; } }
  @media (min-width: 992px) {
    #banner .banner-item {
      padding: 100px 0; } }
  @media (min-width: 768px) {
    #banner .banner-item {
      min-height: 460px;
      background-position: 37% top; } }
  @media (min-width: 992px) {
    #banner .banner-item {
      background-position: center 0; } }
  #banner .banner-item.bn1 {
    background-image: url("../img/main_ee.jpg"); }
    @media (min-width: 768px) {
      #banner .banner-item.bn1 {
        background-image: url("../img/main_ee.jpg"); } }

#outdoor-protection {
  color: #fff;
  background-image: url(../img/outdoor_ir_half.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  background-color: #3F3937; }
  @media (min-width: 768px) {
    #outdoor-protection {
      background-image: url(../img/outdoor_ir.jpg);
      background-size: cover;
      background-position: center center; } }

#quality-and-eff {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

#easy-flexible {
  background: #e1e1e1; }

#prospect-surveillance {
  color: #fff;
  background-color: #2D9AB7;
  background-image: url("../img/parallax.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.news-card {
  display: block;
  color: #4A4A4A;
  margin: 0 auto 40px auto; }
  @media (min-width: 768px) {
    .news-card {
      margin: 20px auto; } }
  .news-card:hover {
    color: #4A4A4A;
    text-decoration: none; }
    .news-card:hover .news-desc {
      color: #313131; }
    .news-card:hover .news-cover-bg {
      transform: scale(1.05); }
  .news-card .news-title {
    font-size: 22px;
    padding: 5px 0;
    margin: 5px auto;
    text-align: left; }
  .news-card .news-cover {
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #CCCCCC;
}
    .news-card .news-cover img {
      max-width: 100%; }
    .news-card .news-cover .news-cover-bg {
      width: 100%;
      max-width: 100%;
      height: 200px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #eee;
      transition: all .33s ease; }
  .news-card .news-desc {
    height: 74px;
    overflow: hidden; }
  .news-card .news-more {
    color: #0069a4;
    font-size: 13px;
    font-weight: bold; }
#download {
  background: #B3B3B3;
  color: #fff; }
.contact-link {
    display: block;
    border: 3px solid #FFFFFF;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: bold;
	transition: all 0.3s linear;
	border-radius: 50px;
    margin: 20px auto 10px; }
.contact-link.nob {
      border: none; }
.contact-link.nob:hover {
        color: #fff;
        background: transparent; }
.contact-link:hover {
    	background-color: #FEFEFE;
		color: #C4C4C4;
		cursor: pointer;
		text-align: center;}
.contact-link .type-icon {
      margin: 0 auto;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background: #eee;
      margin-bottom: 20px; }
.contact-link .contact-title {
      display: block; }
#contact-us {
  background: #B3B3B3;
  color: #fff; }
  #contact-us .contact-link {
    display: block;
    border: 3px solid #FFFFFF;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-weight: bold;
	transition: all 0.3s linear;
	border-radius: 50px;
    margin: 20px auto 10px; }
    #contact-us .contact-link.nob {
      border: none; }
      #contact-us .contact-link.nob:hover {
        color: #fff;
        background: transparent; }
    #contact-us .contact-link:hover {
    	background-color: #FEFEFE;
		color: #C4C4C4;
		cursor: pointer;
		text-align: center;}
    #contact-us .contact-link .type-icon {
      margin: 0 auto;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      background: #eee;
      margin-bottom: 20px; }
    #contact-us .contact-link .contact-title {
      display: block; }

/*kugai*/

.breadcrumb {
    margin-bottom: 0rem;
}
.radius {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
	width: calc(98% - 26px);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.2rem;
  clear: both;
  font-weight: 400;
  color: #696969;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
	border-radius: 3px;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #006eb6;
    font-weight: 400;
    text-decoration: none;
    background-color: #e9e9e9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}
.form-inline55 {
    flex-flow: nowrap;
	flex: unset;
}
.navbar-toggler {
    color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.25);
}
.form-control {
    width: auto;
}
.carousel-inner img {
	width: 100%;
	height: 100%;
}

#carousel-example-generic {
  width: 100%;
}

img {
	user-drag: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lan {
    min-width: 100%;
	color: #006eb6;
}
.lan a:hover {
color: #006eb6;
}
.text_limit3 {
    overflow : hidden;
	height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text_limit2 {
    overflow : hidden;
	height: 46px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#story {
  background-color: #2D9AB7;
  background-image: url("../img/parallax.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#recommended {
  background-color: #dcdcdc;
  text-align: center;
}
#fea_allside {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
}
#fea_allside_nopic {
	min-height: 475px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.button_mere {
    background-color: #b7b7b7e3;
    border: 1px solid #dcdcdc;
    margin: 2px 4px 2px 0;
    padding: 0px 12px;
    border-radius: 12px;
    font-size: 13px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.button_mere:hover {
	background-color: #FEFEFE;
	border: 1px solid #FEFEFE;
	color: #0067d1;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
.button_mere_vip {
    background-color: #bb0000e3;
    border: 1px solid #dcdcdc;
    margin: 2px 4px 2px 0;
    padding: 0px 12px;
    border-radius: 12px;
    font-size: 13px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.button_mere_vip:hover {
	background-color: #FEFEFE;
	border: 1px solid #FEFEFE;
	color: #0067d1;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}
.gotop_fixed {
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
}
.gotop {
	position: absolute;
	bottom: 10px;
	right: 5px;
	background-color: #b7b7b7e3;
    border: 1px solid #99999966;
    margin: 1px;
    padding: 2px 1px 0px 1px;
    border-radius: 20px;
    color: #FFFFFF;
    transition: all 0.3s linear;
    width: auto;
}
.gotop:hover {
	background-color: #ffffff;
    padding: 4px 3px 2px 3px;
    border-radius: 6px;
    color: #0067d1;
}
.story_fea {
    border-radius: 8px;
    border: 1px solid #CBCBCB;
    width: 210px;
    margin: 5px 10px 0px 0px;
    float: left;
}
.produ_main {
	background-color: #dcdcdc;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.produ_main_pic {
	display: flex;
	align-items: flex-end;
}
.position_up {
	margin-top: px;
}
.scale {
    background-image: url("../img/about_scale.jpg");
	background-repeat: repeat-y;}
.ul {
	margin-left: -25px;
}
.knlg_icon {
	width: 76px;
	margin:  10px;
}
@media (min-width: 576px){
	.knlg_icon {
	width: 88px;
	margin:  10px;
	}}

.video_if_16_9 {
	height: auto;
	padding-top: 56.25%;
	background-repeat: no-repeat;
      background-size: cover;
      background-position: center right;
}
