@charset "utf-8";
/* CSS Document */

@import "routine.css";


*{
	outline:0;
}

a, a:active, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}

body{
	font-family:"微軟正黑體";
}


/*************************************/
/*               header              */
/*************************************/

.header{
	background: #282828;
	overflow: hidden;
	padding: 3px 0;
}

header{
	margin:0 auto;
	overflow: hidden;
}

.header-info{
	margin-top: 10px;
}

.header-info>span{
	margin-right: 15px;
}

.header-info>span>a{
	font-size: 15px;
	color:#707070;
}

.header-info>span>a>img{
	margin-right:5px;
}

@media (max-width:991px){
	header{
		width:100%;
	}
	
	.search-content p a {
		width: 50px !important;
		margin-left: 5px !important;
	}
	
	.search-content p a span{
		display: none;
	}
}

@media (max-width:767px){
	.header-info>span>a>span{
		display: none;
	}
}

@media (max-width:430px){
	.header-info{
		display: none;
	}		
}


/*----------search-----------*/

.search-content p{
	color:#282828;
	text-align:right; 
	position:absolute; 
	right:65px;
	font-size: 17px;
	margin-top: 8px;
}

.search-content p a{
	width: 80px;
	height: 28px;
	font-size: 15px;
	border: 1px solid #7d7d7d;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	margin-left: 10px;
	color:#7d7d7d;
}

.search-content p a:hover,
.search-content p a.lang-active{
	color:#fff;
	background: #555555;
}

.search-content{
    width:100%;    
}

.searchbox{
    position:relative;
    min-width:40px;
    width:0%;
    float:right;
    overflow:hidden;
    
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#e5e5e5;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 0 0px 20px;
    font-size:18px;
    color:#282828;
	border-radius: 20px;
}
.searchbox-input::-webkit-input-placeholder {
    color: #07418a;
}
.searchbox-input:-moz-placeholder {
    color: #07418a;
}
.searchbox-input::-moz-placeholder {
    color: #07418a;
}
.searchbox-input:-ms-input-placeholder {
    color: #07418a;
}

.searchbox-icon,
.searchbox-submit{
	width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 18px;
    right: 0;
    padding: 11px 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #282828;
    border-radius: 20px;
}

.searchbox-icon{
	font-size: 20px;
}


.searchbox-open{
    width:100%;
}


@media (max-width:580px){
	.search-box{
		width:100%;
		margin-left: 0;
	}
}

@media (max-width:430px){	
	.search-box{
		width:100%;
	}
	
	.search-content p {
		right:auto;
		left: 50%;
		margin-left: -85px;
	}
	
	.search-content p a{
		margin-right: 0;
		margin-left: 0;
	}
	
	.search-content {
		width: 80%;
		float: right;
	}
}



/*************************************/
/*                 nav               */
/*************************************/

.img-responsive.logo {
    margin: 20px 0;
}

.navBar .nav-content .navbar .dropdown-menu{
	left:15px;
	min-width: 120px;
}

.navBar .navbar-collapse{
	padding-left: 0;
	padding-right: 0;
}

#hs-ink{
	display: none;
}

.memberHidden{
	display: none !important;
}

.lang-580{
	display: none !important;
}

nav.navbar.bootsnav .navbar-nav > li > a{
	border-top: none;
}

.navBar .nav-content .navbar .navActive a{
	color: #ed1f23;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

#navbar-menu>.nav>li>a::after {
    content: "";
    width: 1px;
    height: 18px;
    background: #333;
    position: absolute;
    right: -1px;
}

#navbar-menu>.nav>li:last-child>a::after {
    display: none;
}

@media (min-width:991px){	
	.navBar .container{
		width:95%;
	}
	
	.navBar .nav-content .navbar .dropdown-menu{
		left:7px;
	}
}

@media (min-width:1200px){
	.navBar .container{
		width:1170px;
	}
	
	.navBar .nav-content .navbar .dropdown-menu{
		left:15px;
	}
}

@media (max-width:1200px){
	.img-responsive.logo {
		margin: 15px 0 10px;
	}
}

@media (max-width:1050px){
	.img-responsive.logo {
		margin: 18px 0 5px;
	}
}

@media (max-width:991px){
	.nav-content {
		height: 1px;
	}
	
	#hs-ink{
		display: inline-block;
		margin-right: 10px;
	}
	
	.img-responsive.logo {
		margin: 5px auto;
	}
	
	#navbar-menu>.nav>li>a::after {
		display: none;
	}
}

@media (max-width:680px){
	.img-responsive.logo {
		max-width: 350px;
	}
}

@media (max-width:580px){
	.navbar {
    	min-height: 10px;
	}
	
	.logo {
		top: -40px;
	}
	
	.lang{
		background: #fff;
	}
	
	.lang-580{
		display: block !important;
	}
	
	.lang-content{
		display: none;
	}
}

@media (max-width:430px){
	.img-responsive.logo {
		max-width: 270px;
		width:100%;
	}
}



/*************************************/
/*              banner               */
/*************************************/
.banner{
	position:relative;
}

.banner_arrow{
	background-size: contain;
	background-repeat:no-repeat;
	width:32px;
	height:59px;
	display: block;
	position:absolute;
	top:50%;
	margin-top:-23px;	
}

.carousel-control .banner_left{
	left:0;
	background-image:url(../tw_img/banner/left.png);
}

.carousel-control .banner_right{
	right:0;
	background-image:url(../tw_img/banner/right.png);
}

.carousel-control{
	left: 40px;
}

.carousel-control.right{
	right: 40px;
}

@media (max-width:767px){
	.banner{
		margin-top:0;
	}

	.banner_arrow{
		width:23px;
		height:49px;
		top:50%;
		margin-top:-25px;	
	}

	.carousel-indicators li {
	  width: 15px;
	  height: 15px;
	}
	.carousel-indicators .active {
	  width: 15px;
	  height: 15px;
	}
}

@media (max-width:580px){
	.carousel-control{
		left: 20px;
	}

	.carousel-control.right{
		right: 20px;
	}
	
	.banner_arrow {
		width: 16px;
		height: 30px;
		top: 50%;
		margin-top: -15px;
	}
}

@media (max-width:430px){
	.carousel-control{
		left: 10px;
	}

	.carousel-control.right{
		right: 10px;
	}
}



/*************************************/
/*             hot product           */
/*************************************/
.hp{
	background: #f8f8f8;
}

.hp h2{
	background:url(../tw_img/index/indexTitle_bg.jpg) top center no-repeat;
	font-size:30px;
	line-height:35px;
	color:#1f2022;
	font-weight:bold;
	position:relative;
	text-align:center;
	display:block;
	margin-bottom:30px;
	padding: 36px 15px;
	letter-spacing: -0.5px;
	box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}

@media (max-width:767px){
	.hp h2{
		font-size:30px;
		padding: 20px 10px;
	}
	
	.slick-prev, .slick-next {
		top: -45px;
	}
}

@media (max-width:480px){
	.slick-prev,
	.slick-next,
	.slick-prev:before,
	.slick-next:before{
		width:35px;
		height:36px;
	}
	
	.hp h2 {
		font-size:26px;
		padding: 10px;
	}
	
	.slick-prev, .slick-next {
		top: -35px;
	}
}

@media (max-width:380px){
	.slick-prev:before{
		left: 0;
	}
	.slick-next:before{
		right:-10px;
	}
	
	.hp h2 {
		font-size:23px;
	}
}




/*-------------hp hover-------------*/

.hp-box{
	position:relative;
}

.hp-hover{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align: center;
	opacity:0; 
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	font-size:25px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	margin:auto;
	/*background: rgba(255,255,255,0.5);*/
}

.hp-hover img{	
	position: absolute;
	text-align: center;
	margin-top: -40px;
	top: 50%;
	left: 50%;
	margin-left: -78px;
}

.hp-list:hover .hp-hover,
.pro_box:hover .hp-hover{
	opacity:1;
}

.hp-list p.slider_Name{
	color: #404040;
	font-size: 20px;
	line-height: 25px;
	margin-top: 15px;
	text-align: left;
}

.hp-list p.slider_p{
	color:#404040;
	font-size:17px;
	line-height: 23px;
	min-height:40px;
	width: 100%;
	text-align: left;
	padding: 0;
	font-weight: 500;
	margin-top: 3px;
}

@media (max-width:767px){
	.hp-list p.slider_Name{
		font-size: 18px;
	}
}

@media (max-width:680px){
	.slick-slide{
		padding:10px;
	}
}

@media (max-width:475px){	
	.hp-list p{
		line-height: 20px;
	}
}


/*************************************/
/*             index about           */
/*************************************/
.indexAbout{
	background: url(../tw_img/index/index_bg.jpg) top left no-repeat;
	background-size: cover;
	padding: 50px 0 70px;
}

.indexAbout img{
	border:1px solid #666a6f;
	box-shadow: 4px 4px 43px rgba(4,0,0,0.75);
	margin-top: 15px;
}

.indexAbout h3{
	font-size: 35px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	margin-bottom: 30px;
}

.indexAbout p{
	font-size: 18px;
	line-height: 28px;
	color:#fff;
	text-align: justify;
}

.indexAbout p a{
	color:#ffcc00;
}

@media (max-width:991px){
	.indexAbout h3{
		margin-bottom: 35px;
	}
}

@media (max-width:767px){
	.indexAbout{
		padding: 40px 0 50px;
	}
	
	.indexAbout img{
		box-shadow: 4px 4px 23px rgba(4,0,0,0.75);
		margin-top: 15px;
	}

	.indexAbout h3{
		margin-bottom: 25px;
		font-size: 28px;
	}
	
	.indexAbout p{
		font-size: 17px;
		line-height: 26px;
	}
}

@media (max-width:480px){
	.indexAbout{
		padding: 30px 0 40px;
	}

	.indexAbout h3{
		margin-bottom: 18px;
		font-size: 25px;
	}
}


/*************************************/
/*             index video           */
/*************************************/
.indexVideo{
	background: url(../tw_img/index/indexVideo_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 20px 0;
}

.indexVideo p{
	font-size: 35px;
	font-weight: bold;
	color:#fff;
	text-align: center;	
	margin-top: 160px;
}

.indexVideo p span{
	position: relative;
}

.indexVideo p span:before{
	content: "";
	width: 6px;
	height: 40px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: -25px;
}

.embed-responsive-16by9{
	box-shadow: 0 0 0 1px #555,4px 4px 13px rgba(0,0,0,0.75);
}

@media (max-width:1200px){
	.indexVideo p{	
		margin-top: 125px;
	}
}

@media (max-width:991px){
	.indexVideo p{	
		margin-top: 110px;
		font-size: 30px;
	}
	
	.indexVideo p span:before{
		content: "";
		width: 5px;
		height: 34px;
		background: #fff;
		position: absolute;
		top: 5px;
		left: -20px;
	}
}

@media (max-width:767px){
	.indexVideo p{
		margin-top:0;
		margin-bottom: 15px;
	}
	
	.indexVideo{
		padding: 20px 0 30px;
	}
}

@media (max-width:480px){
	.indexVideo p{
		font-size: 26px;
	}
	
	.indexVideo p span:before{
		content: "";
		width: 4px;
		height: 30px;
		background: #fff;
		position: absolute;
		top: 3px;
		left: -15px;
	}
}


/*************************************/
/*             index news            */
/*************************************/
.indexNews{
	padding-bottom: 30px;
	background: #f7f7f7;
}

.indexNews h2{
	font-size:35px;
	line-height:35px;
	color:#1f2022;
	font-weight:bold;
	text-align:center;
	display:block;
	padding: 36px 15px;
	letter-spacing: 1px;
}

.indexNews h5{
	font-size: 23px;
	color:#ed1f23;
	line-height: 28px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #d2d2d2;
	margin-bottom: 12px;
}

.indexNews p{
	font-size: 18px;
	color:#404040;
	line-height: 28px;
}

.indexNews p a {
	color:#d16264;
}

.indexNews .col-md-4:hover h5,
.indexNews .col-md-4:hover p a{
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.indexNews .col-md-4:hover h5{
	border-bottom: 1px dotted #940000;
}

@media (max-width:991px){
	.indexNews .col-md-4{
		margin-bottom: 35px;
	}
}

@media (max-width:767px){
	.indexNews h2{
		font-size:30px;
		padding: 20px 10px;
	}
	
	.indexNews h5{
		font-size: 21px;
	}
}

@media (max-width:480px){	
	.indexNews h2 {
		font-size:26px;
		padding: 10px;
	}
	
	.indexNews p{
		font-size: 17px;
	}
	
	.indexNews h5{
		margin-bottom: 10px;
	}
}

@media (max-width:380px){	
	.indexNews h2 {
		font-size:23px;
	}
}



/*************************************/
/*               footer              */
/*************************************/
footer{
	padding: 10px 0 0;
	background: #323232;
	color:#fff;
	border-bottom: 1px solid #2c2c2c;
	box-shadow: 0 500px 0 500px #323232;
}

.QR{
    float: right;
}


footer img{
    float: right;
    margin: 30px 20px 0px 0px;
}

footer ul{
	margin: 10px;
}

footer ul li{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color:#fffefe;
	margin-right: 30px;
	padding: 3px 0;
}

footer ul li a{
	color:#fffefe;
}

footer ul li a:hover{
	color:#ccc;
}

footer ul li i{
	margin-right: 14px;
	position:relative;
}

footer ul li i:after{
	content:"";
	position:absolute;
	width:1px;
	height:16px;
	background: #fff;
	right:-7px;
}

footer ul li:first-child{
	width: 100%;
	font-size: 24px;
	position: relative;
	top: 4px;
	color:#939393;
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
}

footer ul li:first-child img{
	vertical-align: sub;
	margin-right: 5px;
}

@media (max-width:1200px){
	footer{
		padding: 5px 0 0;
	}
	
	footer ul{
		text-align: center;
	}
	
	footer ul li:first-child{
		display: block;
		width:auto;
		text-align: center;
	}
	
	footer ul li{
		margin-right: 15px;
	}
}

@media (max-width:991px){
    footer img{
        display: none;
    }
}

@media (max-width:550px){	
	footer ul li {
		line-height: 23px;
		padding: 0;
	}
	
	footer ul li:first-child {
    	font-size: 20px;
		margin-bottom: 7px;
		line-height: 22px;
	}
}

@media (max-width:480px){	
	footer ul li:first-child img{
		position: relative;
		top:2px;
	}
}





.footer_below{
	padding:10px 5px;
	font-family: Arial;
	background: #323232;
	border-top:#2c2c2c;
	box-shadow: inset 0 1px 0 1px #363636;
}

.footerUl2{
	list-style-type: none;
	color:#fff;
	font-size:14px;
	line-height:18px;
	letter-spacing:0.03rem;
	text-align:center;
	margin-bottom:0;
}

.footerUl2 li{
	display:inline;
}

.footerUl2 li a{
	color:#fff;
	font-size:15px;
}

.footerUl2 li a:hover{
	text-decoration:underline;
	color:#ccc;
}

.line{
	padding: 0 10px;
}


@media (max-width: 991px) {
	.footer_below{
		padding:6px 5px 10px;
	}

	.footerUl2{
		text-align:center;
	}

	.footerUl2{
		padding-left:0;
	}

	.footerUl2 li{
		  display:inherit;
	}

	.footerUl2 br{
		display:none;
	}
	
	.line{
		display: none !important;
	}
}

@media (max-width: 650px) {
	.footerUl2{
		text-align:center;
	}

	.dis2{
		display:inline;
	}
}




#gotop {
    bottom: 20px;
    cursor: pointer;
    font-size: 20px;
    height: 55px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 55px;
	background-image:url(../tw_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:1;
}


/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.title2{	
	height:45px;
	padding:11px 10px 9px;
}

.sideBar p{
	color:#ed1f23;
	font-size:25px;
	line-height: 24px;
	width:100%;
	font-weight:900;
	letter-spacing:-0.5px;
	text-align:center;
}

.sideBar p img{
	vertical-align: middle;
	margin-right: 5px;
}


@media (max-width:991px){
#sub ul{
	display:none;
}

.sideBar p{
	border-bottom:none;
	margin-top:0;
	text-shadow:2px 2px 2px rgba(0,0,0,0.3);
	text-align:left;
}

.aside-open{
	display:block !important;
}
}





#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: table;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 5px;
}

#sub ul {
    padding: 15px 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7e7e7+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #e7e7e7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#e7e7e7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#e7e7e7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=1 ); /* IE6-9 */
	border:1px solid #dcdcdc;
}

#sub {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
}

#sub ul ul {
	display: none;
}

.align-right {
	float: right;
}

#sub > ul > li > a {
	padding: 4px 15px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	line-height: 18px;
	margin-top: -1px;
	position: relative;
	height: 46px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#sub > ul > li > a:hover{
	color: #fff;
	background:url(../tw_img/other/aside_bg.png) center left repeat-x;
}

#sub > ul > li.active2 > a,
#sub > ul > li.open > a {
	color: #fff;
	background:url(../tw_img/other/aside_bg.png) center left repeat-x;
}

#sub > ul > li.active2 > a:after,
#sub > ul > li.open > a:after,
#sub > ul > li > a:hover:after{
	content:url(../tw_img/other/aside_hover.png);
	width:16px;
	height: 46px;
	position: absolute;
	right: -16px;
	top:0;
}

#sub ul ul li a {
	cursor: pointer;
	padding: 10px 15px 10px 25px;
	z-index: 1;
	text-decoration: none;
	font-size: 16px;  
	background:#ffffff;
	color:#848484;
	line-height:20px
}

#sub>ul>li>ul{
	border-top:1px solid #fff;
}

#sub>ul>li>ul>li{
	margin-top:0;
}

#sub ul ul li:hover > a,
#sub ul ul li.open > a,
#sub ul ul li.active2 > a {
	color: #0751a6;
}

#sub ul ul li:first-child > a {
	box-shadow: none;
}

#sub ul ul ul li a {
	padding-left: 45px;
}

#sub > ul > li > ul > li:last-child > a,
#sub > ul > li > ul > li.last > a {
	border-bottom: 0;
}

#sub > ul > li > ul > li.open:last-child > ul > li:last-child > a {
	border-bottom: 0;
}

@media (max-width:991px){
	#sub {
		width: 100%;
		display:none;
	}
}

@media (max-width:991px){
	.asideBox{
		display: none;
	}
}



/*************************************/
/*              product              */
/*************************************/
.pro_box {
    width: 30%;
    margin: 10px 1.5% 20px; 
    display: inline-table;
	vertical-align: top;
}

figure{
	position:relative;
	margin-bottom: 10px;
}

.pro_box>a>figure>img{
	width:100%;
	box-shadow: 0 0 0 5px #fff, 0 0 0 6px #a8a8a8;
}

.pro_box:hover>a>figure>img{
	box-shadow: 0 0 0 6px #f4797b;
}

.pro_box p{
	font-size:17px;
	color:#404040;
	line-height:22px;
	padding:5px 0;
	padding-bottom: 15px;
	transition: all 0.5s ease-in-out;
	word-break: break-all;
	word-wrap:break-word;
}

@media (max-width:1200px){
	.pro_box {
		width: 29.5%;
	}
}

@media (max-width:991px){
	.prosub{
		width:100%;
		margin-left: 0;
	}

	.pro-content{
		margin-top: 35px;
	}
}

@media (max-width:767px){
	.pro-content{
		margin-top: 25px;
	}
}

@media (max-width:680px){
	.pro_box {
		width: 46.5%;
		margin: 10px 1.5% 25px;
	}
	
	.pro-content{
		margin-top: 20px;
	}
}

@media (max-width:430px){
	.pro_box {
		width: 94%;
		margin: 10px 3% 15px;
	}
}

/*------------page-------------------*/

.page-content{
	overflow: hidden;
	padding: 15px 0 15px;
	background: #f0eeeb;
}

.page{
	text-align:center;
}

.page ul{
	list-style-type:none;
	padding-left:0;
}

.page ul li{
	display:inline-block;
}

.page ul li a{
	color:#2e2e2e;
	padding:5px 15px;
	font-size:24px;
	font-family: Arial;
}

.page ul li a:hover, .page ul li a.active-page{
	color:#ff1510 !important;
	text-decoration:none;
}

.page .glyphicon-chevron-right::before,
.page .glyphicon-chevron-left::before{
	display: inline-block;
	background:#f62f33;
	color:#fff;
	width:40px;
	height:40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size:20px;
}

.page a:hover .glyphicon-chevron-right::before,
.page a:hover .glyphicon-chevron-left::before{
	background:#2e2e2e;
}


@media (max-width:680px){
	.page ul li a{
		padding:5px 10px;
		font-size:22px;
	}
	
	.page .glyphicon-chevron-right::before,
	.page .glyphicon-chevron-left::before{
		width:37px;
		height:37px;
		line-height: 37px;
		text-align: center;
		font-size:18px;
	}
}


/*************************************/
/*          product detail           */
/*************************************/
.productDetail h2{
	font-size: 25px;
	color:#1f2022;
	font-weight: bold;
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 20px;
}

.productDetail h3{
	font-size: 20px;
	font-weight: 500;
	color:#ef2226;
	word-break: break-all;
	margin-left: 20px;
	margin-bottom: 40px;
	font-family: Arial;
}

.proB{
	padding: 10px;
}


#button-wrap-inner{
	margin-left:20px;
}

#button-wrap-inner span{
	display:block;
}

.proDetail{
	box-shadow:0 0 5px rgba(0,0,0,0.25);
}

.proBtn, 
.proBtn:focus, 
.proBtn:active:focus, 
.proBtn.active:focus, 
.proBtn.focus, 
.proBtn.focus:active, 
.proBtn.active.focus{	
	margin:0 0 10px;
	text-align:center;
	color:#fff;	
	font-size:16px;
	height:40px;
	line-height:37px;
	padding:0 12px;
	width:150px;
	border:none;
	position:relative;
	outline:none;
	border-radius:0;
}

#button-wrap-inner .btn1{
	color:#c4171f;
	border:1px solid #c4171f;
}

#button-wrap-inner .btn3{
	color:#000;
	border:1px solid #000;
}

#button-wrap-inner .btn1:hover{
	color:#fff;
	background: #c4171f;
}

#button-wrap-inner .btn3:hover{
	color:#fff;
	background:#000;
}

@media (max-width:991px){
	.pro-img{
		padding:15px;
	}

	#button-wrap-inner{
		margin-top:20px;
		text-align:center;
		margin-left:0;
		position:static;
		bottom:auto;
		left:0;
	}

	#button-wrap-inner span{
		display:inline-block;
		margin:0 10px;
	}

	.pro-about{
		margin-top:15px;
	}

	.ins-content h3{
		text-align:center;
		margin-left:0;
	}

	.infomation-line{
		margin-top:35px;
	}
}


@media (max-width:580px){
	#button-wrap-inner{
		margin-top:20px;
	}
}

@media (max-width:480px){
	.productDetail h2{
		font-size: 22px;
	}
	.productDetail h3{
		margin-bottom: 20px;
	}
	
	.proBtn, 
	.proBtn:focus, 
	.proBtn:active:focus, 
	.proBtn.active:focus, 
	.proBtn.focus, 
	.proBtn.focus:active, 
	.proBtn.active.focus{
		width:100%;
	}

	#button-wrap-inner span{
		width:100%;
		margin:0;
	}

	#button-wrap-inner span{
		display:inline-block;
	}

	#button-wrap-inner{
		margin:10px auto;
		text-align:center;
	}

	.proBtn{
		text-align:center;
	}
	
	.ins-content h3{
		text-align:left;
	}
	
	.productDetail h2,
	.productDetail h3{
		margin-left: 0;
	}
}



/*----------- tabs ------------*/

.tab-box{
	margin-top:50px;
}

.tab-content{
	background:#fff;
	margin-top: 30px;
}

.tab-content .table-responsive{
	overflow-x: unset;
}


@media screen and (max-width: 767px){
	.tab-content .table-responsive{
		overflow-x: auto;
	}
}

.tab-box .nav li a{
	font-size:19px;
	line-height: 20px;
}

.tab-box .nav-pills.nav{
	border-bottom: 2px solid #000;
}

.tab-box .nav-pills.nav > li {
    position: relative;
    display: block;
    width: auto;
}

.tab-box .nav-pills > li > a{
	padding:12px 30px 11px;
	background:#e6e6e6;
	color:#222;
	text-align: center;
	border-radius: 15px 15px 0 0;
}

.tab-box .nav-pills > li.active > a, 
.tab-box .nav-pills > li.active > a:hover, 
.tab-box .nav-pills > li.active > a:focus{
	background: #ed1f23;
	color:#fff;
}

@media (max-width:767px){
	.tab-box .nav li a{
		font-size:18px;
	}
}

@media (max-width:600px){
	.tab-box{
		margin-top:30px;
		margin-bottom:30px;
	}
}

@media (max-width:500px){
	.tab-box .nav li a{
		font-size:18px;
	}
	.tab-box .nav li a span{
		display:none;
	}
}

@media (max-width:480px){
	.tab-box .nav li a span{
		display:none;
	}
	.tab-box .nav li a{
		font-size:16px;
	}
	.tab-box .nav-pills > li > a{
		padding:12px 25px 8px;
	}

	.tab-content{
		padding:0 5px;
	}
}


@media (max-width:300px){
	.tab-box .nav-pills > li > a{
		padding:12px 15px 8px;
	}
}



/*************************************/
/*               catalog             */
/*************************************/

.catalog_box {
    width: 30.4%;
    margin: 0 1.2% 10px; 
    display: inline-table;
}

.catalog_box img{
	border:1px solid #ccc;
}

.catalog_box img:hover{
	opacity:0.8;
}

.catalog_box p{
	font-size:16px;
	padding: 0 10px 20px;
	text-align:center;
	color:#000;
	margin-bottom:0;
	font-family: Arial;
	line-height: 20px;
}

.catalog_box img {
    width: 100%;
}

.catalog_box:hover p {
    color: #ff1510;
}

@media (max-width:580px){
	.catalog_box {
		width: 46.8%;
	}
}

@media (max-width:360px){
	.catalog_box {
		width: 98%;
	}
}


/*************************************/
/*            inquiry table          */
/*************************************/
.inquiry_table {
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-collapse: separate;
}

.inquiry_table .thead,
.inquiry_table .tbody{
    display: table-header-group;
}

.inquiry_table .tr {
    display: table-row;
}

.inquiry_table .thead .th {
    color: #fff;
    text-align: center;
    background: #a9a9a9;
    position: relative;
	font-size:18px !important;
	font-weight: bold;
}

.inquiry_table .tbody .td {
    color: #555;
    text-align: center;
    vertical-align: middle;
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 7px;
    font-size: 18px;
	border-bottom: 1px dotted #333;
}

.inquiry_table .thead .th {
    border-bottom: 0;
}

.inquiry_table .thead .th:last-child, 
.inquiry_table .tbody .td:last-child {
	border-right:none;
}

.inquiry_table .tbody .td {
    display: table-cell;
    padding: 5px 10px;
    font-size: 17px;    
	line-height: 30px;
}

.inquiry_table .tbody .td input{
	height: 30px;
    border-radius: 0;
    border:1px solid #ccc;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

.inquiry_table .tr .td:nth-child(1) {
    width: 10%;
}
 
.inquiry_table .tr .td:nth-child(2) {
    width: 44%;
}

.inquiry_table .tr .td:nth-child(3) {
    width: 18%;
}
 
.inquiry_table .tr .td:nth-child(4) {
    width: 18%;
}


.inquiry_table .tr .td:nth-child(5) {
    width: 10%;
}

.inquiry_table .tr .td:nth-child(3) input{
	width:120px;
}

.inquiry_table .tr .td:nth-child(4) input{
	width:80px;
}

.proInquiry .inquiry_table input {
    height: 30px;
    border-radius: 0;
    border:none;
    font-size: 17px;
    color: #282828;
	background:#fff;
}

@media (max-width:680px){
	.inquiry_table {
		background: transparent;
		margin-bottom:10px;
	}

	.inquiry_table .thead {
		display: none;
	}

	.inquiry_table .tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(108,108,108,0.35);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.15);
	}

	.inquiry_table .tbody .td:before {
		position: relative;
		float: left;
		font-weight: 700;
	}
	
	.inquiry_table .tbody .td:last-child {
		padding: 10px;
	}

	.inquiry_table .tr .td:nth-child(1), 
	.inquiry_table .tr .td:nth-child(1), 
	.inquiry_table .tr .td:nth-child(2), 
	.inquiry_table .tr .td:nth-child(2), 
	.inquiry_table .tr .td:nth-child(3), 
	.inquiry_table .tr .td:nth-child(3),
	.inquiry_table .tr .td:nth-child(4), 
	.inquiry_table .tr .td:nth-child(4),
	.inquiry_table .tr .td:nth-child(5), 
	.inquiry_table .tr .td:nth-child(5) {
		width: 100%;
	}

	.inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2),
	.inquiry_table .tbody .td:nth-child(5) {
	   text-align:center;
	   font-weight:bold;
	}

	.inquiry_table .tbody .td:nth-child(1),
	.inquiry_table .tbody .td:nth-child(2){
		color:#444;
	}

	.inquiry_table .tr .td:nth-child(3) input,
	.inquiry_table .tr .td:nth-child(4) input{
		width:150px;
	}

	.inquiry_table .tbody .td {
		text-align: right;
		background: #f7f7f7;
	}

	.inquiry_table .thead .th, 
	.inquiry_table .tbody .td {
		display: block;
		width: 100%;
		border-left: none;
		border-right: none;
		border-top: none;
		border-bottom: 1px dashed #fff;
	}

	.inquiry_table .tbody .tr:last-child .td {
		border-bottom: 1px dashed #fff;
	}

	.inquiry_table .tbody .td:first-child,
	.inquiry_table .tbody .td:last-child{
		border-bottom: none;
	}

	.inquiry_table .tbody .tr:last-child .td:first-child,
	.inquiry_table .tbody .tr:last-child .td:last-child {
		border-bottom: none;
	}

	.inquiry_table .tbody .td:nth-child(1):before {
		content: "";
	}

	.inquiry_table .tbody .td:nth-child(2):before {
		content: "";
	}

	.inquiry_table .tbody .td:nth-child(3):before {
		content: "Brand";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(4):before {
	   content: "Num";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(5):before {
		content: "";
	}

	.inquiry_table .tbody .td input{
		border: 1px solid #ebebeb;
	}
}



/*************************************/
/*              inquiry              */
/*************************************/

.getCode img{
	padding-top:10px;
	text-align:left;
}

.inq_title{
	color:#7d281d;
	font-size:18px;
	font-family:"微軟正黑體";
	text-align:left;
	letter-spacing:1px;
	padding:0;
}

.conBtn{
	text-align:center;
	margin:10px auto;
}

.btn_con{
	margin: 5px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	width: 170px;
	height: 43px;
	line-height: 40px;
	padding: 0 12px;	
	position: relative;
	outline: none;	
	background: #000;
	border:1px solid #000;
}


.btn_con:hover{
	background: #fff;
	color:#000;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}



input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #363636;
	font-size:28px;
	font-weight:800;
	position: relative;
	top: 4px;
}

.proInquiry table tr th{
	line-height:40px;
	font-size:15px;
}

.form-group select{	
	display: block;
	background:#363636;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	color: #fff;
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
			box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
		 -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
			transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  }
  

.proInquiry input{
	height:42px;
	border-radius:0;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #fff;
	border: 1px solid #bbb;
}

.proInquiry textarea{
	border-radius:0;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #fff;
	border: 1px solid #bbb;
}

.proInquiry .form-group label{
	margin-bottom:5px;
	font-size:17px;
	color:#282828;
}


@media (max-width:768px){
	.sub-content{
		width:100%;
	}

	.getCode img{
		margin-left:-15px;
		margin-right:-15px;
	}
}

@media (max-width:500px){
	.btn_con{
		width:49%;
		margin:10px 0;
	}

	.proInquiry{
		width:100%;
	}

	.conBtn {
		text-align: center;
		margin: 0 auto 25px;
	}
}


@media (max-width:350px){
	.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
		margin-top: 0;
		margin-bottom:15px;
	}
}



/*************************************/
/*            contact us             */
/*************************************/

/*-------------- map ---------------*/
.contact-map{
	height:240px;
	border:1px solid #707070;
	margin-bottom:15px;
	background: #eee;
}

.contact-txt{
	margin: 0 0 10px 3px;
}

.contact-txt i{
	font-size: 24px;
	margin-right: 10px;
}

@media (max-width:991px){
	.contact-map{
		height:250px;
	}
}

@media (max-width:767px){
	.contact-map{
		height:220px;
	}
}

@media (max-width:580px){
	.contact-map{
		height:200px;
	}
}

@media (max-width:480px){
	.contact-map{
		height:150px;
	}
}


/*************************************/
/*               video               */
/*************************************/
.embed-responsive.video{
	border: 5px solid #cecece;
	background: #555;
	width:75%;
	margin-left: 12.5%;
}

.video-text p{
	font-size: 28px;
	color:#1f2022;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}


.embed-responsive-16by9.video {
    box-shadow: 0 0 0 1px #9a9a9a, 2px 2px 8px rgba(0,0,0,0.35);
}

.videoInfo{	
	padding: 12px 0;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}

.videoInfo::before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
}

.videoInfo span{
	font-size: 19px;
	color:#fff;
	padding: 9px 35px;
	background: #ed1f23;
	border-radius: 15px 15px 0 0;
	text-align: center;
	line-height: 18px;
}

@media (max-width:680px){
	.video-text p{
		line-height: 30px;
		font-size: 22px;
	}
}

@media (max-width:580px){
	.embed-responsive.video{
		width:100%;
		margin-left: 0;
	}
	
	.video-text p{
		margin-bottom: 10px;
	}
}

@media (max-width:480px){	
	.embed-responsive.video{
		border: 3px solid #cecece;
	}
	
	.videoInfo{	
		padding: 11px 0;
		margin-bottom: 15px;
	}
	
	.videoInfo span{
		padding: 8px 25px;
	}
}

@media (max-width:400px){
	.embed-responsive.video{
		border: 5px solid #cecece;
	}
}


/*************************************/
/*                news               */
/*************************************/

.news-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:30px;
	margin-top:43px;
	background: url(../tw_img/other/news_bg.jpg) top left repeat-x;
}

.news-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.news-list .div-tr:first-child .div-td{
	color: #fff;
	background: url(../tw_img/other/news_bg.jpg) top left repeat-x;
	background-size: contain;
	font-size: 18px;
}

.news-list .no{
	width:15%;
}

.news-list .date{
	width:25%;
}

.news-list .subject{
	width:60%;
}

.news-list .no2{
	width:15%;
}

.news-list .date2{
	width:35%;
}

.news-list .subject2{
	width:55%;
}

.news-list .div-tr .div-td{
	padding: 10px 15px;
	font-size: 17px;
	color: #282828;
	vertical-align: middle;
	border-bottom: 1px dotted #676767;
}

.news-list .div-tr .div-td:last-child{
	text-align: left;
}

.news-list .div-tr:first-child .div-td:last-child{
	text-align: center;
}

.news-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.news-list .div-tr .div-td a:hover{
	color: #f62f33;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:991px){
	.news-list{
		margin-top: 0;
	}
}

@media (max-width:767px){
	
	.news-list{
		text-align:left;		
	}

	.news-list .div-tr:first-child .div-td{
		border:none;
	}
	
	.news-list .div-tr .div-td:last-child{
		border-bottom: 1px dotted #676767;
	}

	.news-list .date, .news-list .no, .news-list .date2{
		display:none;
	}

	.news-list .subject{
		width:100%;
	}

	.news-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #fff;
	}

	.news-list .div-tr .div-td:nth-child(1){
		display:none;
	}

	.news-list .div-tr .div-td:nth-child(2){
		border-bottom:none;
		padding-bottom:0;
	}
}



/*************************************/
/*             news detail           */
/*************************************/
.news-detail{
	margin-top:20px;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#424242+0,040404+100 */
	background: #424242; /* Old browsers */
	background: -moz-linear-gradient(top, #424242 0%, #040404 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #424242 0%,#040404 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #424242 0%,#040404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#040404',GradientType=0 ); /* IE6-9 */
	border:1px solid #fff;
}

.news-detail .div-tr .div-td{
	border-right:1px solid #fff;
	border-bottom: 2px solid #fff;
	padding:10px 15px;
	font-size:18px;
	color:#282828;
}

.news-detail .div-tr .div-td:first-child{
	width:20%;
	border-bottom:2px solid #fff;
	color:#fff;
	padding:10px 15px;
	text-align:center;	
}

.news-detail .div-tr .div-td:last-child{
	background:#e7e7e7;
}

@media (max-width:767px){
	/*.news-detail{
		border:1px solid #b7b7b7;
	}*/

	.news-detail .div-tr .div-td{
		width:100%;
		float:left;
		font-size:16px;
	}

	.news-detail .div-tr .div-td:first-child{
		width:100%;
		border:none;
		border-bottom: 1px solid #fff;
	}

	.news-detail .div-tr .div-td{
		border:none;
	}

	.news-detail .div-tr .div-td:nth-child(2){
		border-right:none;
	}

	.center-767{
		text-align:center;
	}
	
	.news-detail .div-tr:nth-child(2) .div-td:first-child{
		display: none;
	}
	
	.news-detail .div-tr:nth-child(2) .div-td:last-child{
		padding-top: 0;
	}
	
	.news-detail .div-tr:nth-child(1) .div-td:last-child{
		font-size: 18px;
		text-shadow: 1px 1px 1px rgba(0,0,0,1);
		color: #bebebe;
	}
}



/*************************************/
/*            exhibition             */
/*************************************/

.exhibition-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
	border:1px solid #fff;	
}

.exhibition-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.exhibition-list .div-tr:first-child .div-td{
	color: #fff;
	background: #405767;
	font-size:18px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.exhibition-list .no{
	width:15%;
}

.exhibition-list .date{
	width:35%;
}

.exhibition-list .subject{
	width:50%;
}

.exhibition-list .div-tr .div-td{
	padding:8px 15px;
	font-size:17px;
	color:#282828;
	vertical-align:middle;
	background:#efefef;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.exhibition-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.exhibition-list .div-tr .div-td a:hover{
	color: #2a78a8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:767px){	
	.exhibition-list{
		text-align:left;
	}

	.exhibition-list .date, .exhibition-list .no, .exhibition-list .date2{
		display:none;
	}

	.exhibition-list .subject{
		width:100%;
	}

	.exhibition-list .div-tr .div-td{
		width:100%;
		float:left;
		border:none;
		border-bottom:1px solid #fff;
	}

	.exhibition-list .div-tr .div-td:nth-child(1){
		display:none;
	}

	.exhibition-list .div-tr .div-td:nth-child(2){
		border-bottom:none;
		padding-bottom:0;
	}
}



/*---------------back--------------*/

#newsBack{
	text-align:center;
	color:#fff;	
	font-size:17px;
	height:38px;
	padding:2px 12px;
	width:130px;
	background: #000;
	border:2px solid #000;
	position:relative;
	outline:none;
	margin-top:20px;
	float: right;
}

#newsBack a{
	color:#fff;
	margin-top:0;
	outline:0;
	font-size:19px;
	padding: 0;
}

#newsBack:hover{
	background:#fff;
}

#newsBack:hover a{
	color:#000;
}

@media (max-width:400px){
	#newsBack{
		width:100%;
		text-align:center;
	}

	#newsBack a{
		width:100%;
	}
}


/*************************************/
/*                index              */
/*************************************/

/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*            breadcrumb2            */
/*************************************/

.breadcrumb2{
	height: auto;
	padding: 12px 0;
	background: url(../tw_img/other/breadcrumb_bg.jpg) top right no-repeat;
	background-size: cover;
	text-align: right;
	font-size: 15px;
	line-height: 16px;
	color:#444;
	margin-bottom: 35px;
	overflow: hidden;
	box-shadow: 0 1px 5px rgba(0,0,0,0.30);
}

.breadcrumb2 ul li{
	display: inline-block;
}

.breadcrumb2 i{
	font-size: 20px;
	margin-right: 5px;
}

@media (max-width:991px){
	.breadcrumb2{
		padding: 10px 0;
	}
}

@media (max-width:767px){
	.breadcrumb2{
		margin-bottom: 25px;
	}
}

@media (max-width:580px){
	.breadcrumb2{
		height:auto;
		font-size: 14px;
		padding: 8px 0 6px;
	}
}

@media (max-width:480px){
	.breadcrumb2{
		margin-bottom: 20px;
		padding: 6px 0 4px;
	}
}



/*************************************/
/*               others              */
/*************************************/

.insideContent{
	width:97.5%;
	margin-left: 2.5%;
	overflow: hidden;
	padding-bottom: 50px;
}

.pageTitle{
	text-align: center;
	font-size: 35px;
	color:#1f2022;
	font-weight:bold;
	margin-top: 10px;
	line-height: 35px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

.text{
	font-size: 16px;
	color:#404040;
	line-height: 25px;
	text-align: justify;
}

.about .text{
	margin-bottom: 25px;
}

.about img{
	border:1px solid #ccc;
	box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

.form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(237, 31, 35, .075);
    box-shadow: inset 0 1px 1px rgba(237, 31, 35, .075);
}

.form-control:focus {
    border-color: #b1b1b1;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(196, 196, 196,.075), 0 0 8px rgba(100, 100, 100, .6);
    box-shadow: inset 0 1px 1px rgba(196, 196, 196,.075), 0 0 8px rgba(100, 100, 100, .6);
}

.contactInfo{
	font-size: 17px;
	color:#010101;
	line-height: 27px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #000;
}

.contactInfo a{
	color:#00a2ff;
}

.cell1{
	width: 55px;
}

.cell2{
	width: 75px;
}

@media (max-width:1200px){
	.pageTitle {
		font-size: 32px;
		margin-top: 8px;
	}
}

@media (max-width:991px){
	.insideContent{
		width:100%;
		margin-left: 0;
		padding-bottom: 40px;
	}
	
	.pageTitle{
		font-size: 30px;
	}
}

@media (max-width:580px){
	.pageTitle{
		font-size: 24px;
		margin-top:3px;
		text-align: left;
	}
}

@media (max-width:480px){
	.pageTitle{
		font-size: 23px;
	}
}

@media (max-width:420px){
	.pageTitle{
		font-size: 21px;
	}
}


/*-----------select 箭頭 統一------------*/
.select-style1 {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 98% 50%;
}

.select-style1 select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*padding: 5px 8px;*/
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
}

/*--------ie 箭頭 刪除--------*/
.select-style1 select::-ms-expand {
    display: none;
}

.select-style1 select:focus {
    outline: none;
}

.select-style1 select option{
	color:#282828;
}

@media (max-width:767px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 96% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #a9a9a9 url("../tw_img/other/icon-select.png") no-repeat 95.5% 50%;
	}
}




/*-----------word-----------*/

.wordTitle{
	font-size: 20px;
	font-weight: bold;
	color:#ed1f23;
}

.wordList{
	list-style-type: disc;
	padding-left: 20px;
}

.wordList>li>ul{
	list-style-type: circle;
	padding-left: 20px;
}

.wordTable{
	font-size: 18px;
	color:#000;
	text-align: center;
}

.wordTable tr th{
	background: #000;
	color:#fff;
	text-align: center;
	border:1px solid #000;
}

.wordTable tr td:first-child{
	text-align: left;
	background: #d5d5d5;
	width:40%;
	padding-left: 15px;
}

.wordTable tr td{
	border:1px solid #000;
}

table.wordsubTable tr td{
	border:none;
	vertical-align: top;
}