/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  font-family: "微軟正黑體","新細明體";
  color: #0d1e2d;
  /* background: url(../images/bg.jpg)left top no-repeat,
              url(../images/bg2.jpg)left bottom repeat-y; */
}

a {
  color: #777;
}

a:hover {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Raleway", sans-serif;
}

.site-section {
  padding: 1rem 0;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.filters a {
  color: #999;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  font-size: 13px;
}

.filters a:hover,
.filters a:focus,
.filters a:active {
  text-decoration: none;
}
.filters a:hover {
  text-decoration: none;
  color: #000;
}



.filters a.active {
  color: #000;
}


.item {
  border: none;
  margin-bottom: 30px;
}
.item-wrap{

  height: 460px;
}
.item-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.readmore {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  transition: .2s all ease;
  font-weight: 700;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  color: #fff;
  text-decoration: none;
  background: #000;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: #0d1e2d;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Contact Form */

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

/* Custom Navmenu */

.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */

.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}
.navbar-brand img{
  max-width: 100%;
}

/* Burger */

.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */

.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */

.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

.footer {
  padding: 0 0 .6rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

.mb-1{
  text-align: center;
  color: #2a2a2a;
}
.mb-1 a{
  color: #2a2a2a;
}
.mb-1 a:hover{
  color: #1e2188;
}
.mb-6{
  margin-bottom: 1rem;
}

.navbar-brand{
  float: left;
}
.banner{
  float: left;
  margin-left: -6px;
  margin-right: -6px;
}
.filters{
  text-align: right;
}
.banner a{
  color: #fff;
  margin: 0rem .4rem;
  font-weight: bold;
  padding: .6rem .6rem;
  background-color: #7080a4;
  margin-right: .2rem;
}
.banner a:hover{
  text-decoration: none;
  background-color: #252775;
}
.banner .active{
  background-color: #252775;
}

.about{
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.about_pro{
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.mb-about{
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #4293c7;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  border-bottom: 2px solid #547fb4;
  margin-bottom: 20px;
  /* background: url(../images/about.JPG) no-repeat;
  background-repeat: round; */
}
.footerabout{
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.mb-pro{
  float: left;
  margin-top: 10px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #000;
  font-size: 16px;
  width: 100%;
  border: 1px solid #7080a4;
  /* background: url(../images/about.JPG) no-repeat;
  background-repeat: round; */
}
.mb-pro:hover{
  background-color: #7080a4;
  color: #fff;
  cursor: pointer;
}

.breadcrumb {
  color: #ccc;
  background-color: #f5f5f5;
  font-size: 14px;
  padding: .6rem .5rem;
}
.breadcrumb li{
  margin-left: 5px;
  color: #999;
}
.breadcrumb a{
  margin-right: 5px;
  color: #337ab7;
}
.promiaosu{
  float: left;
  width: 100%;
  height: auto;
  line-height: 25px;
}
.promiaosu p b{
  color: #fff;
  font-size: 16px;
  background-color: #547fb4;
  padding: 3px 12px;
  border-radius: 3px;
}
.promiaosu p span{
  margin-bottom: 5px;
  border-radius: 3px;
  color: #fff;
  background-color: rgb(138, 138, 138);
  padding: 3px 12px;
  font-size: 15px;
  margin-left: 10px;
}
.promiaosu p{
  margin-bottom: 5px;
  color: #666;
  font-size: 15px;
}
.promiaosu .table td{
  padding: .3rem;
  vertical-align: top;
  margin-bottom: 1rem;
  font-size: 15px;
  color: #205483;
}
.promiaosu .table{
  margin-bottom: .2rem;
}

.imgdet{
  position: relative;
  height: 600px;
  width: auto;
  background: #fff;
}
.imgdet .imglist{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 130px;
  /* height: 460px; */
  margin-left: -51px;
  height: 100%;
  overflow: hidden;
}
.imgdet .imglist ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imgdet .imglist ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 116px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
  margin-bottom: 0;
}
.imgdet .imglist ul .active{
  border: 2px solid #4293c7;
}
.imgdet .imglist ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgdet .imgpart{
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 400px;
  height: auto;
}
.imgdet .imgpart .pic{
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.imgdet .imgpart .pic .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  cursor: move;
  background-color: #fff;
  opacity: .3;
  filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .imgdet .imgpart:hover .bigpic{
  display: block;
}
.imgdet .imgpart:hover .magnify{
  display: block;
} */
.imgdet .imgpart .bigpic{
  display: none;
  position: absolute;
  top: 0;
  right: -470px;
  width: 460px;
  height: 460px;
  z-index: 333;
  border: 1px solid #fff;
  overflow: hidden;
}
.imgdet .imgpart .bigpic>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 920px;
}






.ProductIntroduction {
	position: relative;
	width: 100%;
	margin:0px auto;
	overflow: hidden;
	background-color:#fff;
	box-shadow: 0px 0px 25px #ccc;
}

.ProductExhibition {
	position: relative;
	width: 100%;
	height: 0px;
	text-align: left;
  float: left;
}
.Exhibition_num{
  width: 20%;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 7px;
}
.ProductExhibition .Exhibition_num .Exhibition_item {
	margin-right: 15px;
	/* height: 122px; */
  height: auto;
	padding: 8px;
}

.ProductExhibition .Exhibition_num .Exhibition_item img {
	width: 100%;
	height: auto;
	border-radius: 0px;
	opacity: 0.5;
	vertical-align: top;
	box-sizing: border-box;

}

.ProductExhibition_box {
	position: absolute;
	height: 120000px;
	transition: all .5s;
  text-align: center;
  width: 420px;
  height: 622px;
}

.ProductExhibition_box img {
  width:100%;
  height: 100%;
  object-fit:cover;
  /* height: auto; */
}
.Exhibition_Img{
  width: 420px;
  height: 622px;
}
.ProductExhibition_box .Exhibition_Img img {
	box-sizing: border-box;
	padding: 15px;
	/* border-radius: 20px; */
}

.Exhibition_items::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	/* border-radius: 0 3px 0 0; */
	/* border-color: #af5000 #af5000 transparent transparent; */
	/* border-style: solid;
	border-width: 6px;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg); */
	left: -5px;
	/* right: 0; */
	/* background: -o-linear- n(45deg,  rgba(255, 255, 255, 0)  0, rgba(255, 255, 255, 0) 49%, #af5000 50%, #af5000 100%) no-repeat border-box;
	background: linear-gradient(45deg,  rgba(255, 255, 255, 0) , rgba(255, 255, 255, 0) 49%,#af5000 50%, #af5000) no-repeat border-box; */
	content: "";
}

/* .Exhibition_items {
	position: absolute;
  left: 7px;
  top: 7px;
  width: 94px;
  height: 111px;
	box-sizing: border-box;
	border: 0;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 3px #af5000;
	box-shadow: inset 0 0 0 3px #af5000;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
	-o-transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1);
	transition: transform .5s cubic-bezier(.86, 0, .07, 1), -webkit-transform .5s cubic-bezier(.86, 0, .07, 1);
} */

.icon_LImg img,
.icon_RImg img {
	width: 5px;
	height: 9px;
}

.icon_LImg,
.icon_RImg {
	position: absolute;
	z-index: 30;
	width: 26px;
	height: 26px;
	border-radius: 2rem;
	background-color: black;
	text-align: center;
	line-height: 23px;
	opacity: .5;
}

.icon_LImg {
	top: -50px;
	transition: all .3s;
	left: 47px;
}

.icon_RImg {
	left: 47px;
	transition: all .3s;
	top: 640px;
}

.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
	opacity: .8;
}

.ProductExhibition:hover .icon_LImg {
	top: -50px;
}

.ProductExhibition:hover .icon_RImg {
	top: 594px;
}

.icon_LImg img {
	transform: rotate(90deg);
}

.icon_RImg img {
	transform: rotate(-90deg);
}

.ProductExhibition .Exhibition_num .czt_active img {
	opacity: 1;
}
.czt_active img{
  border: 2px solid #4293c7; 
}

.ProductExhibition_wrap {
	position: relative;
	width: 80%;
	height: 622px;
  float: right;
  text-align: center;
}

.xlcp{
  padding-left: 50px;
}

.empty{
  width: 100%;
  height: 100px;
}




#gallery img {
  border: none;
}

#gallery_nav {
  float: left;
  width: 16%;
  text-align: center;
}
#gallery_nav a{
  display: block;
  margin-bottom: 10px;
}
#gallery_output {
  float: right;
  width: 82%;
  overflow: hidden;
}

#gallery_output img {
  width: 100%;
  display: block;
  margin: 0px auto 0 auto;
}
.zz{ border: 2px solid #4293c7;

}
#gallery_nav img{
  width:100%;
  height: auto;
}







  
@media (max-width: 780px) {
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .empty{
    display: none;
  }
  .mb-5, .my-5 {
    margin-bottom: 1rem!important;;
  }
  .mb-4, .my-4 {
    margin-bottom: .8rem!important;
}
.footer .footerabout{
  position:static;
}

.site-section .about{
  margin-top: 0rem;
}

.site-section .mb-about{
  margin-bottom: 1rem;
  line-height: 60px;
  height: 60px;
}

.about .imgdet .imgpart{
  width: 210px;
}
.pc_products{
  display: none;
}
.phone_products{
  display: block;
}
.xlcp {
  padding-left: 0px;
  padding-top: 20px;
}
.filters{
  float: right;
  width:100%;
  margin-top: 13px;
  text-align: left;
}
.filters a{
  float: right;
}
.banner{
  float: left;
}
.banner:last-child a{
  text-align: right;
}
.about>.row>.col-sm-3{
  padding-right: 0px;
  padding-left: 0px;
}
.about>.row>.col-sm-8{
  padding-right: 0px;
  padding-left: 0px;
}


.about_pro>.row>.col-sm-3{
  padding-right: 0px;
  padding-left: 0px;
}
#portfolio-grid>.sp{
  padding-right: 0px;
  padding-left: 0px;
}
#portfolio-grid>.spc{
  padding-right: 0px;
  padding-left: 0px;
}
#portfolio-grid>.sr{
  padding-right: 0px;
  padding-left: 0px;
}
#portfolio-grid>.src{
  padding-right: 0px;
  padding-left: 0px;
}

.breadcrumb{
  margin-bottom: .3rem;
}
.about_pro{
  margin-top: .3rem;
}

}


  
@media (min-width: 1024px) {
 
.pc_products{
  display: block;
}
.phone_products{
  display: none;
}


}
