@charset "utf-8";
/* CSS Document */

@import "routine.css";


body{
	font-family:"微軟正黑體";
}

a:active,
a:focus{
	text-decoration:none !important;
	color:#fff;
}

a:hover{
	color:#f00;
}

/*************************************/
/*                index              */
/*************************************/

header{
	height:75px;
	font-size:15px;
}

header p span a{
	color:#595757;
	text-decoration:none;
	line-height:75px;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}

header p span a:hover{
	color:#ff0037;
	text-decoration:none;
}

.header-sec-img{
	float:right;
	margin-top:25px;
}

.banner-border{
	border-bottom:5px solid #ff0037;
}

@media (max-width:768px){
header{
	height:auto;
	padding-bottom:10px;
}
header p{
	text-align:center;
	margin-bottom:0;
}

header p span a{
	line-height:40px;
}

.header-sec-img{
	float:none;
	margin:0 auto;
}
}


/*************************************/
/*                nav                */
/*************************************/

.navigation{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#616161+0,020202+50,020202+51,000000+100 */
	background: rgb(97,97,97); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(97,97,97,1) 0%, rgba(2,2,2,1) 50%, rgba(2,2,2,1) 51%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(97,97,97,1) 0%,rgba(2,2,2,1) 50%,rgba(2,2,2,1) 51%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(97,97,97,1) 0%,rgba(2,2,2,1) 50%,rgba(2,2,2,1) 51%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#616161', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

i.navIcon{
	display:none;
	padding-right:1rem;
	font-size:1.8rem;
}

@media (max-width:992px){
i.navIcon{
	display:inline-block;
}
}

@media (min-width: 768px) {
	#main-menu > li {
		float: none;
		display: table-cell;
		width: 1%;
		text-align: center;
	}
}


/*************************************/
/*              index-news           */
/*************************************/

.index-news{
	margin-top:40px;
}
#news-slider{
   /* margin-top: 30px;*/
}
.post-slide{
    background: #fff;
    margin: 0 15px;
}
.post-slide .post-img{
    position:relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.50s linear;
	border:1px solid rgba(0,0,0,0.2);
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background:rgba(0, 0, 0,0.4);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 8px 10px 40px;
}
.post-slide .post-title{
    margin:8px 0 15px 0;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    /*margin-bottom:40px;*/
}
.post-slide .post-date{
    color:#a9a9a9;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding:5px 10px;
    float: right;
    font-size:12px;
    background:#a0a0a0;
    color:#fff;
    text-transform: uppercase;
	width:100%;
	text-align:center;
}
.post-slide .read-more:hover{
    background: #5d5d5d;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    /*background: #fff;*/
    position: absolute;
    top:-17%;
    left:15px;
    padding: 0 18px;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    /*background: #fff;*/
    position: absolute;
    top:-17%;
    right: 15px;
    padding: 0 18px;
    /*box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);*/
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:url(../sm_img/index/news-left.png);
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls .owl-buttons .owl-next:after{
    content:url(../sm_img/index/news-right.png);
}

.index-news-title{
	 display:block;
	 text-align:center;
	 font-size:20px;
	 color:#000;
	 padding:0 15px;
	 border-left:2px solid #e2e2e2;
	 border-right:2px solid #e2e2e2;
	 width:160px;
	 margin:0 auto 25px;
}

.more{
	padding:0 10px;
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding:10px;
    }
}


/*************************************/
/*            index-social           */
/*************************************/

/*------------架構--------------*/
.index .pro_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 0;
  margin: 0;
}

.index .pro_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 2rem 0.625rem;
  margin: 0;
}

.index .pro_list_inner{
	position:relative;
}

.index .pro_list_item figcaption a{
	color:#31afcc;
}

@media (max-width:1200px){
  .index .pro_list_item {
    width: 33.333%;
  }
}

@media (max-width:992px){
  .index .pro_list_item {
    width: 50%;
  }
}

@media (max-width:768px){
  .index .pro_list_item {
    width: 50%;
  }
}


@media (max-width:600px){
  .index .pro_list_item {
    width: 100%;
  }
}

@media (max-width:450px){
  .index .pro_list_item {
    width: 100%;
  }
}


.index .pro_list_item figure {
  margin: 0;
  border:1px solid #ccc;
}

.index .pro_list_inner {
  background: #fff;
  width: 100%;
}
/*.index .pro_list_inner img {
  display: block;
}*/
.index .pro_list_inner figcaption {
  padding: 1.25rem;
  color:#333333;
  font-size:15px;
  padding-right:60px;
}



/*-------------other---------------*/

.social-header{
	height:52px;
	background:#000000;
	padding:8px;	
	display:block;	
	overflow:hidden;	
	white-space:nowrap;
}

.social-pic{
	width:35px;
	height:35px;
	border-radius:18px;
	margin-right:10px;
	display:inline-block;
}

.social-pic + p{
	font-size:14px;
	color:#ff0037;
	line-height:36px;
	margin-bottom:0;
	display:inline-block;
}

.social-icon{
	position:absolute;
	bottom:10px;
	right:10px;
}

.social-content{
	color:#999;
	font-size:14px;
	/*position:absolute;*/
	height:40px;
	bottom:10px;
	line-height:40px;
	border-top:2px solid #ddd;
	width:92%;
	margin-top:15px;
}

.social-content i{
	
}

.social-content a{
	color:#999 !important;
	padding:0 8px;	
}

.social-content a:hover{
	color:#31afcc !important;
	text-decoration:none;
}


/*************************************/
/*              footer               */
/*************************************/

footer{
	background:#efefef url(../sm_img/index/footer_bg.jpg) top left repeat-x;
	padding:50px 0 10px;
	margin-top:30px;
	overflow:hidden;
}

.footer-title{
	font-size:22px;
	color:#000;
	font-weight:bold;
}

.footer-left{
	padding-left:0;
	list-style-type:none;
	color:#000;
}

.text-red{
	color:#ff0037;
	padding-right:10px;
}





.footerUl{
	position:relative;
	list-style-type: none;	
	padding-left:0;
	text-align:center;
}

.footerUl li{
	display:inline;

	/*padding:0 1%;*/
}

.footerUl li a{
	color:#000;
	font-size:1.5rem;
	font-family:"微軟正黑體";
	/*font-weight:bold;*/
	letter-spacing:0.05rem;
	padding:0 5px;
}

.footerUl li a:hover{
	text-decoration:none;
	color:#d31a4e;
	/*font-weight:bold;*/
}

.vLine{
	color:#000;
	font-size:1.5rem;
}

.footerUl br, .dis{
	display:none;
}

.footer-social img{
	margin-top:20px;
	margin-bottom:10px;
}


@media (max-width: 1200px) {
.footerUl li a{
	padding:0;
	font-size:1.4rem;
}
}

@media (max-width: 992px) {
footer{
	text-align:center;
}
.footerUl{
	text-align:center;
	float:none;
}

.footerUl li a{
	padding:0 5px;
	font-size:1.5rem;
}

.cell{
	display:inline-block;
}

.footer-social{
	margin-top:0;
}
}

@media (max-width: 650px) {
 
.footerUl{
	margin-bottom:30px;
}

.footerUl li a{
	padding:0;
}

.footerUl br{
	display:inherit;
}

.dis{
	display:inline;
}
}


@media (max-width: 480px) {
 
.footerUl li a{
	padding:0;
}
}



#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 46px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 40px;
	background-image:url(../sm_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
}


/*************************************/
/*            breadcrumb             */
/*************************************/

.breadcrumb2{
	background:#000;
	color:#fff;
	height:30px;
	text-align:right;
}

.breadcrumb2 p{
	margin-bottom:0;
	line-height:30px;
	font-size:14px;
}

.breadcrumb2 p span{
	color:#e60012;
}

/*************************************/
/*          product detail           */
/*************************************/

.lightbox{
	margin-top:50px;
	background:#ddd;
	padding:15px 0;
}

.lightbox ul{
	padding-left:15px;
}

.lightbox_b{
	border:1px solid rgba(0,0,0,0.5);
	box-shadow:1px 1px 2px rgba(0,0,0,0.4);
}

.lightbox_s{
	border:2px solid rgba(0,0,0,0.3);
}

.lightbox_s:hover{
	border:2px solid rgba(193,0,3,0.8);
}


.smallphoto{
	list-style:none;
}
.smallphoto a{
	display:block;
	float:left;
	padding:2px 4px;
	width:50%;
}

@media (max-width:992px){
.smallphoto a{
	padding:4.5px 4px;
}
}

@media (max-width:768px){
.lightbox{
	margin-top:0;
	background:#ddd;
	padding:30px 0;
}

.lightbox ul{
	padding-left:0;
}

.smallphoto a{
	width:16.66666667%;
}
}

@media (max-width:550px){

.smallphoto a{
	width:33.33333333%;
}
}


.pro-info .pro-info-title{
	font-size:25px;
	color:#01479d;
}

.pro-info p{
	font-size:16px;
	line-height:25px;
	color:#000;
}



/*----------------pro tabs--------------*/

#scrollContent{
    height:186px;
	overflow:auto;
	position:relative;
}body {
  padding-top: 50px;
}
 
.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}

.pro-tabs .nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus{
	color: #fff;
	cursor: default;
	background-color: #626262;
	border: 1px solid #626262;
	border-bottom-color: transparent;
	border-radius:0;
	display:block;
	padding:10px 0;
	font-size:18px;
	width:180px;
	text-align:center;
}

.pro-tabs .nav > li > a{
	display:block;
	padding:10px 0;
	margin-right:0;
	border-radius:0px;
	line-height:inherit;
	background:#c9c9c9;
	color:#000;
	width:180px;
	text-align:center;
	font-size:18px;
	margin-bottom:1px;
}

.pro-tabs .nav-tabs{
	border-bottom:5px solid #626262;
}

.pro-tabs .tab-content {
	padding:10px 10px;
	font-size:16px;
	line-height:25px;
	color:#000;
}

.tab-content ul{
	padding-left:15px;	
	list-style-type:square;
}

@media (max-width:420px){
.pro-tabs .nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus,
.pro-tabs .nav > li > a{
	width:140px;
	font-size:15px;
}
}

/*************************************/
/*               news                */
/*************************************/

.news-list-box{
	background:#eeeeee;
	overflow:hidden;
	margin-top:50px;
}

.news-list{
	padding:50px 45px;
	overflow:hidden;
	border-bottom:1px solid #333;
}

.news-list:last-child{
	border-bottom:none;
}

.news-list img{
	box-shadow:2px 2px 2px rgba(0,0,0,0.4);
}

.news-list-content{
	margin-top:8%;
	margin-left:30px;
	line-height:40px;
}

.news-list-content .news-info-title{
	font-size:25px;
	color:#01479d;	
}

.news-list-content p{
	font-size:16px;
	color:#000;
}

.news-list-content .news-more a{
	background-color: #01479d; 
    border: none;
    color: #fff;
    padding: 0 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	line-height:35px;
}

.news-list-content .news-more a:hover{
	box-shadow:2px 2px 2px rgba(0,0,0,0.5);
	color:#ffd40b;
}

@media (max-width:992px){
.news-list-content{
	line-height:20px;
}
}

@media (max-width:768px){
.news-list-content{
	text-align:center;
}
}

/*------------page-------------------*/

.page{
	text-align:center;
	margin-top:35px;
}

.page ul{
	list-style-type:none;
	padding-left:0;
}

.page ul li{
	display:inline-block;
}

.page ul li a{
	color:#535353;
	padding:5px 10px;
	font-size:17px;
}

.page ul li a:hover, .page ul li a.active-page{
	color:#ff2b2d !important;
	text-decoration:none;
	font-size:17px;
}

.page .glyphicon-chevron-right::before{
	background:#3d3d3d;
	color:#fff;
	padding:2px 4px;
	font-size:20px;
	margin-left:15px;
}

.page .glyphicon-chevron-left::before{
	background:#3d3d3d;
	color:#fff;
	padding:2px 4px;
	font-size:20px;
	margin-right:15px;
}

.page a:hover .glyphicon-chevron-right::before,
.page a:hover .glyphicon-chevron-left::before{
	background:#ff2b2d;
}

@media (max-width:768px){

.page .glyphicon-chevron-right::before{
	margin-left:0;
}

.page .glyphicon-chevron-left::before{
	margin-right:0;
}
}


/*************************************/
/*            news detail            */
/*************************************/

.news-title, .tech-section .news-title{
	font-size:25px;
	color:#01479d;
	margin-top:60px;
	line-height:30px;
}

.img-style{
	margin:15px auto;
}

.news-detail-font{
	font-size:16px;
	color:#000;
}

.news-detail-font-red{
	font-size:16px;
	color:#ff0037;
}

.back-btn{
	width:200px;
	height:40px;
	background:#000;
	color:#fff;
	line-height:40px;
	text-align:center;
	display:block;
	margin:40px auto;
	font-size:15px;
}

.back-btn:hover{
	background:rgba(51,51,51,1.00);
	box-shadow:2px 2px 3px rgba(0,0,0,0.5);
}

@media (max-width:767px){
.news-detail-font,
.news-detail-font-red{
	text-align:justify;
}
}

@media (max-width:700px){
.news-title,
.technology-info .news-title, 
.news-title, .tech-section .news-title{
	font-size:22px;
}
}

@media (max-width:500px){
.news-title
.technology-info .news-title, 
.news-title, .tech-section .news-title{
	font-size:20px;
}
}


/*************************************/
/*             company               */
/*************************************/

.company-content p, .technology-info p, .tech-section p{
	color:#000;
	font-size:16px;
	line-height:30px;
	margin-bottom:30px;
	text-align:justify;
}

.com-img{
	margin-top:20px;
}

@media (max-width:991px){
.com-img{
	margin:0 10px;
}
}

@media (max-width:767px){
	
.company-content p, .technology-info p, .tech-section p{
	font-size:15px;
	line-height:25px;
}
}



/*************************************/
/*            technology             */
/*************************************/


.technology-info .news-title, 
.news-title, .tech-section .news-title{
	font-size:25px;
	color:#01479d;
	margin-top:40px;
	line-height:30px;
	margin-bottom:10px;
}


@media (max-width:700px){
.technology-info .news-title, 
.news-title, .tech-section .news-title{
	font-size:22px;
}
}

@media (max-width:500px){
.technology-info .news-title, 
.news-title, .tech-section .news-title{
	font-size:20px;
}
}

/*************************************/
/*           distributors            */
/*************************************/

.accordion {
  padding: 0;
  margin: 2em 0;
  width: 100%;
  overflow: hidden;
  font-size: 1em;
  position: relative;
}

.accordion__title {
  padding: 0 1em;
  background: #ccc;
  border-top: 2px solid #eee;
  color: #222;
  float: left;
  cursor: pointer;
  margin-right: .25em;
  text-align:center;
  width:170px;
  height:42px;
  font-size:18px;
  line-height:42px;
}

.no-js .accordion__title {
  float: none;
  height: auto;
  cursor: auto;
  margin: 0;
  padding: 0 2em;
}

.accordion__content {
  float: right;
  width: 100%;
  margin: 3em 0 0 -100%;
  padding: 10px 0;  
  border-top:3px solid #313131;
}

.no-js .accordion__content {
  float: left;
  margin: 0;
}

.accordion__title:hover,
.accordion__title.active {
  background: #313131;
  color:#fff;
}

.no-js .accordion__title:hover {
  background-color: #ccc;
  color: #222;
}

.country{
	background:#e5e5e5;
	padding:10px 40px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.5px;
}

.country + ul{
	list-style-type:none;
	padding-left:130px;
	color:#333;
	line-height:30px;
	font-size:15px;
	letter-spacing:0.5px;
	margin-bottom:40px;
}

.country + ul>li:first-child{
	color:#000;
	font-weight:bold;
}

.distributors-mail{
	color:#ff0037;
	font-weight:bold;
}

.distributors-mail:active,
.distributors-mail:focus{
	text-decoration:none;
	color:#ff0037;
}

.distributors-mail:hover{
	color:rgba(0,105,191,1.00);
}

@media (max-width: 48em) {
  /*.accordion {
    border: 1px solid grey;
  }*/
  .accordion__title,
  .accordion__content {
    float: none;
    margin: 0;
  }
  .accordion__title:first-child {
    border: none;
  }
  .accordion__title.active {
    border-top-color: #eee;
  }
  .accordion__title.active,
  .accordion__title:hover {
    background: #777;
  }
  .accordion__title:before {
    content: "+";
    text-align: center;
    width: 2em;
    display: inline-block;
  }
  .accordion__title.active:before {
    content: "-";
  }
  .overflow-scrolling {
    overflow-y: scroll;
    height: 18em;
    padding: 15px;
    /* Warning: momemtum scrolling seems buggy on iOS 7  */
   -webkit-overflow-scrolling: touch;
  }
  .accordion__content {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .no-js .accordion__content {
    padding: 1em;
    overflow: auto;
    display: block;
  }
  .accordion__content:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 50px;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.5);
    content: '';
  }
}

@media (max-width:992px){
.accordion__title {
  width:130px;
}
}

@media (max-width:768px){
.accordion__title {
  width:100%;
  padding-left:15px;
}

.country + ul{
	padding-left:30px;
}
}

/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*                index              */
/*************************************/
