@charset "utf-8";
/* CSS Document */

@import "routine.css";
@import "tw_nav.css";


body{
	font-family:"微軟正黑體";
}

a, a:hover, a:active, a:focus{
	outline:none;
	text-decoration:none;
}

/*************************************/
/*                index              */
/*************************************/


header{
	background: #282828;
	border-bottom:6px solid #ffe400;
	box-shadow:0 3px 5px rgba(0,0,0,1.00);
	z-index:100;
	position:relative;
}

.lang-box{
	height:45px;
}

.lang ul{
	list-style-type:none;
	float:right;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
}

.lang ul li{
	display:inline-block;
	margin-right:5px;
	height:35px;
}

ul li.lang-btn a{
	display:block;
	text-align:center;
	font-size:14px;
	color:#fff;	
	text-decoration:none;
	margin-top:10px;
	padding:0 10px;
}

ul li.lang-btn a:hover{
	color:#7d7d7d;
}


ul.menu li a i{
	display:none;
}

.logo a{
	margin:20px auto 10px;
}

.logo a img{
	margin:20px auto 10px;
}

.wrap nav .navbar{
	margin-bottom:0;
}


@media (max-width:767px){

ul.menu li a i{
	display:inherit;
}

.logo a img{
	margin-left:auto;
}
}

/*.carousel-control .glyphicon.banner-right{
	background:url(../tw_img/banner/banner_right.png) center center no-repeat;
	width:55px;
	height:132px;
	top:40%;
	position:absolute;
}

.carousel-control .glyphicon.banner-right:hover{
	background:url(../tw_img/banner/banner_hover_right.png) center center no-repeat;
}

.carousel-control .glyphicon.banner-left{
	background:url(../tw_img/banner/banner_left.png) center center no-repeat;
	width:55px;
	height:132px;
	top:40%;
	position:absolute;
}

.carousel-control .glyphicon.banner-left:hover{
	background:url(../tw_img/banner/banner_hover_left.png) center center no-repeat;*/


.index-box{
	margin-top:30px;
}

.wrapper{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,dbdbdb+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
	
	overflow:hidden;
}

/*------------- title ----------------*/
	
.title{
	background:url(../tw_img/other/title_bg.png) bottom left no-repeat;
	font-size:26px;
	color:#000;
	text-shadow:1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -1px -1px 0 #fff, 2px 2px 3px rgba(0,0,0,0.7);
	font-weight:bold;
	padding-left:15px;
	letter-spacing:2px;
}

.title span.more a{
	font-size:16px;
	color:#df0024;
	float:right;
	margin-top:3px;
	text-shadow:1px 1px 2px rgba(0,0,0,0.5);
}

.title span.more a i{
	font-size:18px;
	padding-right:5px;
	letter-spacing:1px;
}

.title br{
	display:none;
}

.title .breadcrumb2 {
	font-size:14px;
	color:#222;
	float:right;
	text-shadow:none;
	font-weight:100;
	margin-top:10px;
	letter-spacing:0.5px;
}


@media (max-width:768px){
.title br{
	display:inherit;
}

.title .breadcrumb2{
	martin-top:5px;
}
}




/*------------ hot product ------------*/
.hp-bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ffffff+100 */
	background: rgb(235,235,235); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(235,235,235,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border:1px solid #fff;
	box-shadow:2px 2px 5px rgba(0,0,0,0.4);
	padding:7px;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:10px;
}

.hp-bg:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f9ec8+0,e8e8e8+100 */
	background: rgb(63,158,200); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,228,0,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,228,0,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,228,0,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ffe400', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
}

.hp-bg a{
	margin:0;
}


/*------------ index news --------------*/

.index-news{
	background:url(../tw_img/index/index-news.png) bottom center no-repeat;
	background-size:100%;
	overflow:hidden;
}

.news-list{
	padding:15px;
	overflow:hidden;
}


/*************************************/
/*               footer              */
/*************************************/

.bt-hr{
	width:100%;
	height:7px;
	background:#d9002b;
	box-shadow:3px 3px 5px rgba(0,0,0,1.00);
	position:relative;
}

footer{
	background:#282828;
	overflow:hidden;
	padding:20px 0px;
}

.footer-logo{
	margin-top:20px;
}

.contact-info{
	margin-left:40px;
}

.contact-info ul{
	list-style-type:none;
}

.contact-info ul li{
	font-size:14px;
	color:#fff;
	line-height:28px;
}

.contact-info ul li a{
	color:#fff;
}

.contact-info ul li .icon{
	color:#fff;
	padding-right:10px;
}

.footer-title{
	font-size:20px;
	color:#fff;
	text-align:right;
}

#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 50px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
}


@media (max-width:992px){

.contact-info{
	margin-left:0;
	margin:20px auto;
}

.footer-logo{
	margin-top:0;
}

.contact-info ul{
	text-align:center;
}
}



.footer{
	border-top:5px solid #e97b91;
	border-bottom:5px solid #e97b91;
	background:#bc001d;
	color:#fff;
	padding:12px 0;
	font-size:15px;
}

.footerUl2{
	list-style-type: none;
	color:#fff;
	font-size:15px;
	line-height:25px;
	letter-spacing:0.03rem;
	padding-left:5px;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#fff;
	font-size:13px;
}

.footerUl2 li a:hover{
	text-decoration:none;
	color:#ddd;
}

.vLine2{
	color:#fff;
	font-size:1.4rem;
}

.footerUl br, .dis{
	display:none;
}


@media (max-width: 992px) {
.footerUl2{
	text-align:center;
}

.footerUl2{
	padding-left:0;
}

.footerUl2 li{
	  display:inherit;
}

.vLine2{
	display:none;
}


}

@media (max-width: 650px) {
  
.footerUl2{
	text-align:center;
	font-size:1.4rem;
}

.dis{
	display:inline;
}
}


/*************************************/
/*               aside               */
/*************************************/

.inside-content{
	margin-top:20px;
	overflow:hidden;
}

.aside-title{
	background:url(../tw_img/other/aside_title.png) bottom left no-repeat;
	overflow:hidden;
	font-size:23px;
	font-weight:bold;
	color:#df0024;
	padding-bottom:10px;
}

.aside-title span{
	color:#000;
}

.aside-list{
	border:4px solid #fff;
	background:#000;
	box-shadow: 0 0 0 1px rgba(0,0,0,1.00);
	margin:1px;
}

.aside-list ul{
	padding-left:0;
	list-style-type:none;
}

.aside-list ul li{
	border-bottom:1px dashed #7d7d7d;
}

.aside-list ul li a{
	color:#fff;
	font-size:16px;
	display:block;
	width:100%;
	padding:13px 10px 13px 25px;
	font-weight:bold;
	margin:0;
}

.aside-list ul li a:hover{
	background:#ffe400;
	color:#000;
}

.aside-title{
	cursor:pointer;
}

.aside-title i{
	float:right;
	margin-top:10px;
	margin-right:15px;
	display:none;
}

.aside-list{
	display:inherit;
}

@media (max-width:992px){
.aside-title i{
	display:inherit;
}

.aside-list{
	display:none;
}
}


/*************************************/
/*             company               */
/*************************************/

.com-img{
	border-radius:5px;
	border:5px solid #fff;
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	margin:30px auto 10px;
}

.com-box{
	padding-right:5px;
}

.con-text{
	font-size:16px;
	line-height:25px;
	letter-spacing:0.5px;
}

@media (max-width:992px){
.com-box{
	padding-right:0;
}

.con-text{
	text-align:justify;
}
}

@media (max-width:768px){

}

/*************************************/
/*              product              */
/*************************************/

.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;
}

.pro_list li:hover figure{
  /*opacity:0.7;*/
}

.pro_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
  padding: 0.625rem;
  margin: 0;
  margin-bottom:20px;
}

.pro_list_item figure {
  margin: 0;
  /*border:1px solid #aaaaaa;*/
  /*box-shadow:inset 0 0 0 4px #ddd, 1px 1px 3px rgba(0,0,0,0.3);*/
  /*background:#ddd;*/
  /*padding:4px;*/
}

.pro_list_inner a{
	margin:0;
}

.pro_list_inner {
  /*background: #fff;*/
  width: 100%;
}
.pro_list_inner img {
  display: block;
}
.pro_list_inner figcaption {
  padding: 0 1.25rem;
  color:#333333;
  font-size:15px;
  text-align:center;
 /*background:#ddd;*/
}

@media (max-width:992px){
  .pro_list_item {
    width: 33.33333%;
  }
  
  .pd992-mt30{
	  margin-top:30px;
}
}

@media (max-width:768px){
  .pro_list_item {
    width: 33.333%;
  }
}


@media (max-width:600px){
  .pro_list_item {
    width: 50%;
  }
}

@media (max-width:450px){
  .pro_list_item {
    width: 100%;
  }

}




/*************************************/
/*                page               */
/*************************************/


.page{
	text-align:center;
}

.page .pagination > li a{
	color:#fff;
	margin-right:5px;
	border-radius:0;
	background:#282828;
	font-weight:bold;
}


.page .pagination li a:hover{
	background:#d9002b;
	color:#fff;
}

@media (max-width:768px){
.next-dis{
	display:none;
}
}


/*************************************/
/*          product detail           */
/*************************************/

.pro-name{
	padding:0;
	margin:0;
	font-size:28px;
	font-weight:bold;
	color:#7d7d7d;
	margin-top:40px;
}

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	background:#464646;
	margin:100px 0 10px;
	width:150px;
	text-align:center;
	box-shadow:0 0 2px rgba(0,0,0,0.2);
	color:#fff;	
	font-size:1.5rem;
	font-family:"微軟正黑體";
	border-radius:0;
	float:right;
}

.proBtn:hover{
	color:#fff;
	font-weight:bold;
	opacity:0.7;
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}

.pro-info{
	margin-top:20px;
}

.pro-info table>tbody>tr:nth-of-type(2n+1){
	background:#cccccc;
}

@media (max-width:1200px){
.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	margin-top:20px;
}
}

@media (max-width:992px){
.pro-name{
	text-align:center;
}
}

@media (max-width:768px){
.proBtn{
	text-align:center;
}
}


@media (max-width:500px){
.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{
	width:100%;
}
}



/*************************************/
/*             sitenews              */
/*************************************/

.mt42{
	margin-top:42px;
}

.newsTitleBorder{
	overflow:auto;
}

.newsTitle{
	text-align:left;
	vertical-align:middle;
	display:block;
	padding-left:5px;
	color:#df0024;
	border-bottom:1px dashed #000;
}

.newsTitle2{
	text-align:left;
	vertical-align:middle;
	display:block;
	background-color:#f6ab00;
	padding-left:5px;
}

.newsTitle p, .newsTitle2 p{
	text-align:left;
	padding:0;
	font-size:16px;
	margin-top:10px;
	color:#df0024;
}

.newsTitle2 p{
	color:#fff;
}

.dataTitle p{
	text-align:center !important;
}

.news{
	font-size:1.5rem;
	overflow:auto;
	border-bottom:1px dashed #000;
	color:hsla(0,0%,0%,1.00);
	background-color:#fff;
}

.news .subj{
	line-height:2.5rem;
	padding-bottom:9px;
	padding-top:11px;
}

.news .subj a{
	text-decoration:none;
	color:rgba(0,0,0,1.00);
	letter-spacing:0.5px;
}

.news .subj a:hover{
	text-decoration:none;
	color:rgba(0,108,185,1.00);
}

.news .data{
	line-height:2.5rem;
	padding-bottom:8px;
	padding-top:13px;
	text-align:center;
	color:rgba(0,0,0,0.6);
	font-weight:bold;
}

.back{
	display:block;
	margin-top:5%;
	margin-bottom:5%;
}

#newsBack{
	float:right;
	width:120px;
	text-align:center;	
	background: #c9151e;
	color:#fff;
	margin-top:15px;
	margin-right:15px;
}

#newsBack a{
	color:#fff;
	display:block;
	padding:10px 0;
	margin:0;
}

#newsBack:hover{
	opacity:0.7;
}

.more1 a{
	display:block;
	background:#c9151e;
	width:100px;
	height:28px;
	color:#fff;
	font-size:15px;
	font-family:"微軟正黑體";
	line-height:28px;
	text-align:center;
	margin-top:12px;
}

.more1 a:hover{
	text-decoration:none;
	opacity:0.8;
}



@media (max-width:768px){
.news .data, .news .data2{
	text-align:left;
}

.newsDetail .data{
	text-align:left;
}

.newsCon{
	width:100%;
	margin-left:0;
}

.dataTitle{
	display:none;
}

.newsTitle, .newsTitle2{
	text-align:left;
}

.news .data{
	line-height:0.5rem;
	padding-top:15px;
	margin-bottom:0;
}

.dis-no{
	display:none;
}

}

@media (max-width:500px){

#newsBack{
	width:100%;
	float:none;
}
}


/*--------------news detail--------------*/

.new-detail-box{	
	background: #fff;
	border-bottom:1px solid #083b3e;
	overflow:hidden;
}

.new-detail-box{
	border-bottom:1px dashed #000;
	overflow:hidden;
}

/*.new-detail-box:last-child{
	border-bottom:none;
}*/

.news-detail-title{
	width:15%;
	float:left;
	text-align:center;
	padding:10px 10px;
	color:#df0024;
	font-family:"微軟正黑體";
	font-weight:bold;
}

.news-detail-title span{
	font-weight:100;
}

.news-detail-content{
	width:85%;
	float:left;
	padding:10px 10px;
	color:#000;
	font-family:"微軟正黑體";
	background:#fff;
}

.detailConBg{
	background:rgba(0,0,0,0.00);
	padding:0 !important;
}

.text-lf{
	text-align:left !important;
}

@media (max-width:768px){
.new-detail-box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01b5da+0,01b5da+95,f0f1f3+100,f0f1f3+100,f0f1f3+100 */
	background: rgb(255,216,222,1); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(255,216,222,1) 0%, rgba(255,216,222,1) 95%, rgba(255,216,222,1) 100%, rgba(255,216,222,1) 100%, rgba(255,216,222,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,216,222,1) 0%,rgba(255,216,222,1) 95%,rgba(255,216,222,1) 100%,rgba(255,216,222,1) 100%,rgba(255,216,222,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,216,222,1) 0%,rgba(255,216,222,1) 95%,rgba(255,216,222,1) 100%,rgba(255,216,222,1) 100%,rgba(255,216,222,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='ffe099', endColorstr='ffe099',GradientType=1 ); /* IE6-9 */
}
.news-detail-title{
	border-bottom:1px dashed #000;
	width:100%;
	float:none;
	text-align:center;
}

.news-detail-content{
	width:100%;
	float:none;
	text-align:center;
}

.news-table{
	padding:10px 0;
}
}

/*************************************/
/*               video               */
/*************************************/

.video{
	border:4px solid #aaa;
	margin:10px;
	background:#000;
}

.video-text{
	font-size:15px;
	color:#cf3130;
}

.video-text .txt1{
	color:#000;
}

.video-text .txt2{
	color:#111;
	font-weight:100;
	font-size:14px;
}

@media (max-width:768px){
.video{
	margin:0;
}
}


/*************************************/
/*             contacts              */
/*************************************/

.wrapper3{
	overflow:hidden;
	background:url(../tw_img/other/contact_bg.jpg) top center no-repeat;
	background-size:cover;
}

.contact-inf{
	list-style-type:none;
	margin-top:35px;
}

.contact-inf li{
	line-height:25px;
}

.contact-text{
	line-height:25px;
	margin-top:15px;
	font-family:"微軟正黑體";
	font-size:15px;
}



.conBtn{
	text-align:center;
	margin:30px auto;
}


input, button, select, textarea {
	border:none;
}

.conBtn{
	text-align:center;
	margin:30px auto;
}

.btn_con{
	background: #d9002b;
	color:#fff;
	width:150px;
	height:40px;
	vertical-align:middle;
	text-align:center;
	margin:5px 10px;
	font-size:1.5rem;
}

.btn_con:hover{
	opacity:0.7;
}

.getCode img{
	margin-top:40px;
}

.form-txt{
	font-size:16px;
	margin-bottom:5px;
}

.form-txt span{
	padding-right:5px;
	color:#df0024;
}

@media (max-width:500px){
.btn_con{
	width:100%;
	margin:0 0 10px;
}
}