@charset "utf-8";
/* CSS Document */

@import "routine.css";

body{
	font-size: 16px;
	line-height: 1.55;
}

*{
	outline:0;
}

a, a:active, a:hover, a:focus{
	outline:0;
	text-decoration:none;
}

body{
	font-family:"微軟正黑體";
}




/*************************************/
/*                index              */
/*************************************/

.lang{
	height:37px;
	background: #323232;
	padding: 3px 0;
}

.lang .lang-content{
	background: url(../eng_img/other/lang.png) top 5px left no-repeat;
	padding-left: 30px;
	width:202px;
	float: right;
}

.lang .lang-content .dropdown-menu{
	z-index: 10000;
}

.lang .lang-content .dropdown{
	width:160px;
}

.lang .lang-content .dropdown .btn-default {
    background-color: #fff;
    border: none;
    width: 160px;
    height: 28px;
    border-radius: 0;
	padding: 0 15px;
	text-align: left;
	position: relative;
	color:#3e3e3e;
}

.lang .lang-content .dropdown .btn-default .fa-caret-down{
	position: absolute;
	top:6px;
	right:12px;
	color:#909090;
}

.logo{
	margin: 6px auto;
}

@media (max-width:991px){
	.logo{
		position: relative;
		z-index: 1000;
	}	
}

@media (max-width:767px){
	.logo {
		max-width: 270px;
	}
}

@media (max-width:680px){
	.logo {
		margin: 5px auto 2px;
		max-width: 220px;
	}
}

@media (max-width:480px){
	.logo {
		max-width: 200px;
	}
}

@media (max-width:380px){
	.logo {
		max-width: 190px;
	}
}


/*************************************/
/*                 nav               */
/*************************************/

.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-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

@media (min-width:992px){
	.navBar .container{
		width:95%;
	}
	
	.navBar .nav-content .navbar .dropdown-menu{
		left:7px;
	}
}

@media (min-width:1200px){
	.navBar .container{
		/*        width: 1170px;*/
        max-width: 1300px;
	}
	
	.navBar .nav-content .navbar .dropdown-menu{
		left:15px;
	}
 nav.navbar.bootsnav ul.nav > li > a {
        font-size: 16px;
    }
}

@media (max-width:991px){
	nav.navbar.bootsnav{
		margin-top: -50px;
	}
	
	#hs-ink{
		display: inline-block;
		margin-right: 10px;
	}
}

@media (max-width:580px){
	.navbar {
    	min-height: 10px;
	}
	
	.logo {
		top: -40px;
	}
	
	.lang{
		background: #fff;
	}
	
	.lang-580{
		display: block !important;
	}
	
	.lang-content{
		display: none;
	}
}





/*************************************/
/*               banner              */
/*************************************/

@media (max-width:480px){
	.carousel-indicators{
		display: none;
	}
}



/*************************************/
/*             index about           */
/*************************************/

.indexAbout{
	padding: 30px 0 0;
}

.indexAbout .slick-slide img{
	border:none;
}

.indexAbout .hp-list p{
	text-align: center;
}

.indexAbout .hp-list p.year{
	color:#0751a6;
	font-size:30px;
	line-height: 30px;
	padding: 20px 10px 8px;
	font-family: Arial;
}

.indexAbout .hp-list p.aboutText{
	color:#0656565;
	font-size:17px;
	line-height: 25px;
	padding: 0 25px 8px;
	margin-top: 8px;
	word-break: inherit;
}

.indexAbout .hp-box{
	border: none;
}

@media (max-width:991px){
	.indexAbout .hp-list p.aboutText{
		color:#0656565;
		padding: 0 12px 8px;
	}
}




.indexTitle{
	font-size: 33px;
	color:#787878;
	font-weight: bold;
	text-align: center;
}

.indexTitle a{
	display: inline-block;
	width: 90px;
	height: 32px;
	text-align: center;
	color:#8a8a8a;
	border:1px solid #8a8a8a;
	line-height: 30px;
	margin-left: 20px;
	font-size: 17px;
	font-weight: 500;
	position: relative;
	top:-5px;
}

.indexTitle a:hover{
	background:#8a8a8a;
	color:#fff;
	border:1px solid #fff;
}

.indexAboutText{
	font-size: 19px;
	line-height: 28px;
	color:#656565;
	text-align: center;
	margin: 20px 0 10px;
	padding: 0 60px;
}

.indexAboutText span{
	color:#0751a6;
}

@media (max-width:991px){	
	.indexAboutText{
		padding:0;
	}
}

@media (max-width:767px){	
	.indexAboutText{
		text-align: left;
	}
	
	.indexAboutText br{
		display: none;
	}
	
	.indexTitle {
    	font-size: 28px;
	}
	
	.indexTitle a{
		top:-4px;
	}
}

@media (max-width:480px){
	.indexTitle {
		font-size: 25px;
	}
	
	.indexAboutText{
		font-size: 17px;
		line-height: 25px;
		margin: 15px 0 10px;
	}
	
	.indexTitle a{
		top:-3px;
	}
}



/*-------------hp hover-------------*/
.indexHp{
	background: url(../eng_img/index/index_bg02.jpg) top center repeat;
	padding: 30px 0;
}

.hp-box{
	position:relative;
	background:#fff;
}

.slick-slider{
	margin-top: 0;
}

.hp-hover{
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	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:20px;
	color:#000;
	font-weight:bold;
	text-shadow:2px 2px 2px rgba(0,0,0,0.6);
	margin:auto;
}

.hp-hover span{	
	display: inline-block;
	position: relative;
	text-align: center;
	top: 45%;
	color:#fff;
	letter-spacing: -0.5px;
	border-bottom: 1px solid #fff;
	margin: 0 10px;
}

.slick-slide img{
	border:none;
}

.hp-box{
	border:3px solid #0751a6;
}

.hp-list:hover .hp-hover,
.pro_box:hover .hp-hover{
	opacity:1;
}

.hp-list p{
	color:#282828;
	font-size:17px;
	line-height: 23px;
	min-height:40px;
	padding: 20px 10px 8px;
	width: 100%;
	word-break: break-all;
}

.hp-hover span{
	font-size: 18px;
}

@media (max-width:1200px){
	.hp-hover span{
		top:40%;
	}
}

@media (max-width:680px){
	.hp-hover span{	
		top: 40%;
		font-size: 17px;
		border-bottom: none;
	}
}

@media (max-width:520px){
	.hp-hover span{	
		font-size: 18px;
	}
}

@media (max-width:480px){	
	.hp-list p{
		line-height: 20px;
	}
}



/*************************************/
/*            index video            */
/*************************************/
.indexVideo{
	background: url(../eng_img/index/index_bg01.jpg) bottom right no-repeat,#0f131d;
	padding: 20px 0;
}

.indexVideo video{
	height: 320px;
}

.indexVideo p.videoName{
	font-size: 17px;
	color:#ccc;
	margin-top: 5px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
	font-weight: bold;
}

.indexVideo p.videoName img{
	margin-right: 5px;
}

.indexVideo video {
    border: 2px solid rgba(255,255,255,0.2);
	background: #000;
}

.indexVideo h5{
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.indexNews{
	background: rgba(0,0,0,0.3);
	overflow: hidden;
	padding: 15px 20px;
	color:#fff;
    box-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.indexNews a{
	font-size: 16px;
	color:#fff;
	margin-left: 15px;
	display: inline-block;
	overflow: hidden;	
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 400px;
	vertical-align: bottom;
	font-weight: bold;
	line-height: 19px;
}

.indexNews a:hover{
	color:#ffde00;
	box-shadow: 0 1px 0 0 #ffde00;
}

.indexNews marquee{
	height: 288px;	
}

.indexNews marquee ul li{	
	margin-bottom: 5px;
}

.indexNewsBox{
	background: url(../eng_img/index/pic.png) top -35px left -55px no-repeat;
	padding: 0;
}

@media (max-width:991px){
	.indexVideo video{
		height: 270px;
	}

	.indexNews marquee{
		height: 238px;	
	}	
	
	.indexNews a{
		width: 300px;
	}
}

@media (max-width:767px){
	.indexVideo video{
		height: 320px;
	}
	
	.indexNewsBox{
		padding: 0 15px;
		margin-top: 30px;
	}
	
	.indexNews marquee {
		height: 150px;
	}
	
	.indexNews a{
		width: 410px;
	}
	
	.indexVideo h5 {
    	font-size: 27px;
	}
}

@media (max-width:650px){
	.indexVideo h5{
		font-size: 26px;
		text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	}
}

@media (max-width:580px){
	.indexVideo p.videoName{
		color:#fff;
	}
}

@media (max-width:480px){
	.indexVideo video{
		height: 270px;
	}
	
	.indexNews a{
		text-overflow:inherit;
		white-space:inherit;
		width: auto;
	}
	
	.indexNews a:hover {
		box-shadow:none;

	}
	
	.indexVideo h5 {
    	font-size: 24px;
	}
}



/*************************************/
/*               footer              */
/*************************************/
footer{
	padding: 12px 0;
	background: #323232;
	color:#fff;
	border-bottom: 1px solid #2c2c2c;
	box-shadow: 0 500px 0 500px #323232;
}

footer ul {
	margin-bottom: 15px;
}

footer ul li{
	display: inline-block;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	color:#fff;
	margin-right: 30px;
	padding: 5px 0;
}

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: 120px;
	font-size: 24px;
	text-align: left;
	position: relative;
	top: 4px;
	display: block;
	/*margin-bottom: 5px;*/
	color: #777;
	/*text-shadow: 0 1px 0 #fff,1px 0 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;*/
	font-family: Arial;
}

@media (max-width:1200px){
	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:480px){
	footer ul li {
		padding: 3px 0;
	}
}





.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: 48px;
    padding: 10px 15px;
    position: fixed;
    right: 20px;
    width: 48px;
	background-image:url(../eng_img/other/top.png);
	background-repeat:no-repeat;
	z-index:101010;
	opacity:1;
}




/*************************************/
/*             banner02              */
/*************************************/

.banner_02{
	background:url(../eng_img/banner/inside_banner_01.jpg) top center no-repeat;
	background-size: cover;
	padding-bottom: 8.5%;
}

@media (max-width:991px){
	.banner_02{
/*		background:url(../eng_img/banner/inside_banner_02.jpg) top center no-repeat;*/
		background-size: cover;
		padding-bottom: 13.5833%;
	}
}


/*************************************/
/*           breadcrumb              */
/*************************************/
.breadcrumb2{
	border-bottom:1px solid #d7d7d7;
	margin: 20px 0 0;
	text-align: right;
}

.breadcrumb2 ul{
	margin-bottom: -1px;
}

.breadcrumb2 ul li{
	display: inline-block;
	padding: 6px 10px;
	border:1px solid #d7d7d7;
	background: #f5f5f5;
	font-size: 16px;
	text-align: center;
	color:#7d7d7d;
	margin-right: -4px;
}

.breadcrumb2 ul li i{
	font-size: 20px;
	position: relative;
	top: 1px;
}

@media (max-width:991px){
	.breadcrumb2{
		margin: 2px 0;
	}
}

@media (max-width:767px){
	.breadcrumb2 ul li{
		font-size: 15px;
	}
	
	.breadcrumb2 ul li {
		padding: 3px 10px;
	}
}

@media (max-width:580px){	
	.breadcrumb2 ul li {
		padding: 1px 10px;
	}
}




/*************************************/
/*               aside               */
/*************************************/

aside{
	margin-bottom:10px;
}

.title2{	
	height:45px;
	padding:11px 10px 9px;
}

.sideBar p{
	color:#fff;
	font-size:24px;
	line-height: 24px;
	width:100%;
	font-weight:500;
	letter-spacing:-0.5px;
	text-align:center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0751a6+0,033f83+100 */
	background: #0751a6; /* Old browsers */
	background: -moz-linear-gradient(top, #0751a6 0%, #033f83 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0751a6 0%,#033f83 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0751a6 0%,#033f83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0751a6', endColorstr='#033f83',GradientType=0 ); /* IE6-9 */
}

.sidBtn{
	color:fff;
	padding:0 7px;
	/*border:1px solid #999;*/
	border-radius:5px;
	float:right;
	line-height:32px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}

@media (max-width:991px){
.sidBtn{
	display:block;
}

#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: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#sub>ul>li{
	border-bottom: 1px solid #b9b9b9;
}

#sub {
	width: 100%;
	color: #ffffff;
	margin-bottom:20px;
}

#sub ul ul {
	display: none;
}

.align-right {
	float: right;
}

#sub > ul > li > a {
	padding: 11px 15px;
	cursor: pointer;
	z-index: 2;
	font-size: 16px;
	text-decoration: none;
	color: #000;
	line-height: 20px;
}

#sub > ul > li > a:hover{
	color: #000;
	background:#ccc;  
}

#sub > ul > li.active2 > a,
#sub > ul > li.open > a {
	color: #fff;
	background:#1a2029;  
}


#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;
	}
}

/*************************************/
/*              company              */
/*************************************/
.aboutTitle{
	font-size: 25px;
	color:#0751a6;
	line-height: 23px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

.aboutTitle.mt30{
	margin-top: 30px;
}

.aboutTitle img{
	position: relative;
	top:1px;
	margin-right: 5px;
}

.aboutContent p.subTitle{
	color:#00b0ed;
	font-size:17px;
	line-height: 28px;
}

.aboutContent p.aboutP{
	font-size:17px;
	line-height: 28px;
	color:#282828;
}

.aboutContent ol {
	list-style-type: cjk-ideographic;
	font-size:17px;
	line-height: 28px;
	color:#282828;
	margin-left: 35px;
}

.aboutImg1{
	display: block;
	margin-top: 15px;
	float: right;
}

@media (max-width:480px){
	.aboutContent p.aboutP{
		font-size:16px;
	}
	
	.aboutTitle {
    	font-size: 22px;
	}
	
	.aboutTitle.mt30 {
		margin-top: 20px;
	}
	
	.aboutContent ol{
		font-size: 16px;
	}
}



/*************************************/
/*            company02              */
/*************************************/
.aboutList>li{
	border-bottom:1px solid #bfbfbf;
}

.aboutList>li>ul{
	display: inline-table;
}

.aboutList>li>ul>li{
	font-size: 17px;
	color:#282828;
	line-height: 25px;
	padding: 10px;
	display: table-cell;
}

.aboutList>li>ul>li i{
	margin-left: 10px;
}

.aboutList > li > ul > li:first-child {
    width: 80px;
}



/*************************************/
/*              product              */
/*************************************/
.prosub{
	width:90%;
	margin-left: 5%;
}


.pro_box {
    width: 47.5%;
    margin: 0 1% 20px; 
    display: inline-table;
	vertical-align: top;
}

figure{
	position:relative;
}

.pro_box>a>figure>img{
	width:100%;
	border:2px solid #0751a6;
}

.pro_box p{
	font-size:17px;
	color:#010101;
	line-height:22px;
	padding:8px;
	padding-bottom: 15px;
	transition: all 0.5s ease-in-out;
	word-break: break-all;
	word-wrap:break-word;
}

.hp-hover img {
    position: absolute;
    top: 50%;
    margin-top: -47px;
    left: 50%;
    margin-left: -47px;
}

@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: 47.2%;
		margin: 0 1% 25px;
	}
	
	.pro-content{
		margin-top: 20px;
	}
}

@media (max-width:430px){
	.pro_box {
		width: 98%;
		margin: 0 1% 15px;
	}
}


/*************************************/
/*                page               */
/*************************************/

.page{
	text-align:center;
	font-size:20px;
	margin-top: 10px;
}

.page .pagination{
	margin: 0;
}

.page .pagination > li{
	font-weight:100;
	padding:2px 0;
	display: inline-block;
	color:#121212;
}

.page .pagination > li a{
	color:#121212;
	margin-right:5px;
	background:none;
	font-weight:bold;
	border:none;
	padding:2px 12px;
}

.page .pagination li a:hover,
.page .pagination li.page-active a{
	color:#3b87b1;
}

.page .line2 {
    position: relative;
    top: -12px;
}

@media (max-width:767px){
	.page .pagination > li a{
		padding:2px 10px;
	}
}




/*************************************/
/*           product detail          */
/*************************************/

.proName{
	font-size: 30px;
	color:#0048a1;
	font-weight: bold;
	margin-bottom: 0;
	font-family: Arial;
}

.word-content {
    margin-bottom: 25px;
}

.pro_b_content{
	border:3px solid #0751a6;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.15),inset 2px 2px 3px rgba(0,0,0,0.15);
	padding: 5px;
}

.detail-info-bar{
	border-bottom: 3px solid #0080ca;
	margin-bottom: 20px;
}

.detail-info-bar span{
	min-height: 44px;
	font-size: 20px;
	color:#fff;
	line-height: 22px;
	padding: 11px 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#059be8+0,0080c9+100 */
	background: #059be8; /* Old browsers */
	background: -moz-linear-gradient(top, #059be8 0%, #0080c9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #059be8 0%,#0080c9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #059be8 0%,#0080c9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#059be8', endColorstr='#0080c9',GradientType=0 ); /* IE6-9 */
	display: inline-block;
}

.word-content .table-responsive table tr td {
    text-align: center;
	border:1px solid #fff;
}

.word-content .table-responsive table tr:nth-child(even) td{
	background: #f5f5f5;
}

.word-content .table-responsive table tr:nth-child(odd) td{
	background: #c1dbec;
}
/*----------------btn-----------------*/

#button-wrap-inner{
	margin:20px 10px 40px;
	text-align:center;
}

#button-wrap-inner span{
	display:inline-block;
	margin: 5px 0;
	width:185px;
	height:55px;
	padding: 5px;
	background: url(../eng_img/other/btn_bg01.jpg) top left repeat-x;
	border-radius: 30px;
}

.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{
	background:#0751a6;
	text-align:center;
	color:#fff;	
	font-size:17px;
	font-weight: bold;
	height:45px;
	line-height:39px;
	padding:0 12px;
	width:175px;
	border-radius:30px;
	position:relative;
	border:3px solid #0751a6;
	letter-spacing: -0.5px;
}

.proBtn i{
	font-size: 25px;
	position: relative;
	top: 3px;
	left: -2px;
}

#button-wrap-inner span:hover .proBtn{
	background: #fff;
	color:#0751a6;
}

@media (max-width:767px){
	.pro_b_content {
    	border: 3px solid #0751a6;
	}
	
	.proName {
    	font-size: 26px;
	}
}

@media (max-width:680px){
	#button-wrap-inner span {
		margin: 0;
	}
}

@media (max-width:480px){
	#button-wrap-inner{
		margin-left:0;
	}

	.proBtn, 
	.proBtn:focus, 
	.proBtn:active:focus, 
	.proBtn.active:focus, 
	.proBtn.focus, 
	.proBtn.focus:active, 
	.proBtn.active.focus{	
		/*width:105px;
		font-size:16px;
		margin:0.2rem 0;*/
	}
	
	.pro_b_content {
    	border: 2px solid #0751a6;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.15),inset 1px 1px 3px rgba(0,0,0,0.2);
	}
	
	.proName {
    	font-size: 24px;
	}
}

@media (max-width:415px){
	.proBtn, 
	.proBtn:focus, 
	.proBtn:active:focus, 
	.proBtn.active:focus, 
	.proBtn.focus, 
	.proBtn.focus:active, 
	.proBtn.active.focus{
		width:100%;
	}

	.proBtn:before{
		width:98%;
		left:1%;
	}


	#button-wrap-inner span{
		width:100%;
		display:inline-block;
	}

	#button-wrap-inner{
		text-align:center;
	}

	.proBtn{
		text-align:center;
	}

}



/*************************************/
/*            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: #0751a6;
    position: relative;
	font-size:18px !important;
	font-weight: bold;
}

.inquiry_table .thead .th:last-child{
	background: #0751a6;
}

.inquiry_table .tbody .td {
    color: #282828;
    text-align: center;
    vertical-align: middle;
}

.inquiry_table .thead .th, 
.inquiry_table .tbody .td {
    display: table-cell;
    padding: 8px;
    font-size: 18px;
	border-bottom:1px solid #959595;
}

.inquiry_table .thead .th {
	border-bottom:none;
}

/*.inquiry_table .tbody .tr:last-child .td {
    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: 27px;
    border-radius: 0;
    font-size: 17px;
    color: #282828;
	background:#fff;
	line-height: 27px;
	border: 1px solid #ccc;
}

.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:#d0d0d0;
}

@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 .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:#255d9b;
	}

	.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: #e8e8e8;
	}

	.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: "規格";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(4):before {
	   content: "數量";
		text-align: left;
	}

	.inquiry_table .tbody .td:nth-child(5):before {
		content: "";
	}

	.inquiry_table .tbody .td input{
		background: #eee;
		border: 1px solid #959595;
	}
}



/*************************************/
/*              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 span{
	display:inline-block;
	margin: 5px 10px;
	width:185px;
	height:55px;
	padding: 5px;
	background: url(../eng_img/other/btn_bg01.jpg) top left repeat-x;
	border-radius: 30px;
}

.conBtn span:hover{
	background: url(../eng_img/other/btn_bg02.jpg) top left repeat-x;
}


.conBtn{
	text-align:center;
	margin:10px auto 25px;
}

.btn_con{
	background:#0751a6;
	text-align:center;
	color:#fff;	
	font-size:18px;
	font-weight: bold;
	height:45px;
	line-height:39px;
	padding:0 12px;
	width:175px;
	border:3px solid #0751a6;
	border-radius:30px;
	position:relative;
}


.btn_con:hover{
	color:#0751a6;
	background: #fff;
}


input, button, select, textarea {
	border:none;
}

.proInquiry a {
    color: #0751a6;
	font-size:24px;
	font-weight:800;
}

.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: #282828;
	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;
	border:none;
	font-size:17px;
	color:#282828;
	background: #f5f5f5;
}

.proInquiry textarea{
	border-radius:0;
	border:none;
	font-size:17px;
	color:#282828;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
	background: #f5f5f5;
}

.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){
	.proInquiry{
		width:100%;
	}

	.conBtn {
		text-align: center;
		margin: 0 auto;
	}
	
	.conBtn span{
		width:165px;
		margin: 0;
	}

	.btn_con{
		width:155px;
	}
}


@media (max-width:350px){
	.col-md-5.col-sm-6.col-xs-6.col-350.getCode {
		margin-top: 0;
		margin-bottom:15px;
	}
}




/*************************************/
/*              contact              */
/*************************************/
/*-------------- map ---------------*/
.contact-map{
	height:175px;
	border:1px solid #707070;
	margin-bottom:10px;
	margin-top: 10px;
	background: #eee;
}

@media (max-width:991px){
	.contact-map{
		height:150px;
	}
}

@media (max-width:767px){
	.contact-map{
		height:130px;
	}
}



/*************************************/
/*               catalog             */
/*************************************/

.catalog_box {
    width: 30.4%;
    margin: 0 1.2% 20px; 
    display: inline-table;
}

.catalog_box img{
	border:1px solid #ccc;
}

.catalog_box img:hover{
	opacity:0.8;
}

.catalog_box p{
	font-size:17px;
	padding: 8px 10px 15px;
	text-align:center;
	color:#000;
	margin-bottom:0;
	line-height: 20px;
}

.catalog_box img {
    width: 100%;
}

.catalog_box:hover p {
    color: #0961a6;
}

@media (max-width:550px){
	.catalog_box {
		width: 46.8%;
	}
}

@media (max-width:350px){
	.catalog_box {
		width: 98%;
	}
}


/*************************************/
/*             showroom              */
/*************************************/
.video h2{
	font-size: 24px;
	color:#0751a6;
	font-weight: bold;
	padding-left: 25px;
	background: url(../eng_img/other/video_icon.png) top 7px left no-repeat;
	margin-bottom: 5px;
}

.video video{
	margin-top: 15px;
	max-height: 500px;
	background: #000;
}

.video{
	padding: 0 30px;
}

@media (max-width:991px){
	.video{
		padding: 0 15px;
	}
}


@media (max-width:767px){
	.video{
		padding: 0;
	}
	
	.video h2{
		font-size: 20px;
		background: url(../eng_img/other/video_icon.png) top 4px left no-repeat;
		padding-left: 22px;
	}
}


/*************************************/
/*                news               */
/*************************************/

.ptnews{
	padding-top: 50px;
	min-height: 300px;
}

.news-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
	border:1px solid #fff;	
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

.news-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.news-list .div-tr:first-child .div-td{
	color: #fff;
	background: #0751a6;
	font-size: 18px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.news-list .no{
	width:15%;
}

.news-list .date{
	width:25%;
}

.news-list .subject{
	width:60%;
}

.news-list .date2{
	width:35%;
}

.news-list .subject2{
	width:55%;
}

.news-list .div-tr .div-td{
	padding: 8px 15px;
	font-size: 17px;
	color: #282828;
	vertical-align: middle;
	background: #efefef;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.news-list .div-tr .div-td a{
	color:#282828;
	display:block;
}

.news-list .div-tr .div-td a:hover{
	color: #2a78a8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

@media (max-width:767px){
	
	.news-list{
		text-align:left;
		border:1px solid #fff;
	}

	.news-list .div-tr:first-child .div-td{
		border:none;
	}

	.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{
	background:#efefef;
	border:1px solid #fff;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

.news-detail .div-tr .div-td{
	border-right:1px solid #fff;
	border-bottom: 1px solid #fff;
	padding:10px 15px;
	font-size:18px;
	color:#282828;
}

.news-detail .div-tr .div-td:first-child{
	width:20%;
	background:#0751a6;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:10px 15px;
	text-align:center;	
}

@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:none;
	}

	.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;
	}

}



/*************************************/
/*            exhibition             */
/*************************************/

.exhibition-list{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;	
	border:1px solid #fff;	
	box-shadow: 1px 1px 3px rgba(0,0,0,0.15);
}

.exhibition-list .div-tr:first-child{	
	padding:8px 15px;
	font-size:16px;
}

.exhibition-list .div-tr:first-child .div-td{
	color: #fff;
	background: #0751a6;
	font-size:18px;
	border-right: 1px solid #fff;
	border-bottom: 1px 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: 1px solid #fff;
	border-bottom: 1px 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{
	margin:5px auto 40px;
	text-align:center;
	color:#fff;	
	font-size:17px;
	height:40px;
	line-height:35px;
	padding:0 12px;
	width:170px;
	background: #c9c9c9;
	border-bottom:2px solid #b5b5b5;
	position:relative;
	outline:none;
	border-radius:5px;
	margin-top:20px;
	
}*/

#newsBack {
	text-align: right;
	margin-top: 15px;
}

#newsBack a{
	color:#fff;
	margin-top:0;
	outline:0;
	font-size:17px;
	background: #0751a6;
	border:3px solid #0751a6;
}

#newsBack:hover a{
	color:#0751a6;
	background: #fff;
}

#newsBack a img{
	margin-right: 12px;
	position: relative;
	top:-1px;
}

@media (max-width:400px){
	#newsBack{
		width:100%;
		text-align:center;
	}

	#newsBack a{
		width:100%;
	}
}


/*************************************/
/*                login              */
/*************************************/
.loginContent{
	padding: 50px 15px;;
}

.login{
	font-size: 17px;
	color:#282828;
}

.login label{
	font-weight: 500;
	position: relative;
	top:-2px;
}

.login .form-group input{
	border-radius: 0;
	border:1px solid #a7a7a7;
	height: 40px;
	box-shadow: none;
}

.login .form-group textarea{
	border-radius: 0;
	border:1px solid #a7a7a7;
	box-shadow: none;
}

.login .checkbox input[type="checkbox"]{
	top:-10px;
}

.forgetBox{
	position: relative;
}

.login .form-group a.forget{
	position:absolute;
	right:15px;
	top:3px;
}

.loginBtn{
	text-align: center;
	margin-top: 30px;
}

.loginBtn .btn{
	font-size: 18px;
	color:#f5f5f5;
	width:165px;
	height:42px;
	text-align: center;
	border-radius: 21px;
	background: #0751a6;
	border:3px solid #0751a6;
	margin:5px;
}

.loginBtn .btn i{
	margin-right: 5px;
}

.loginBtn .btn:hover{
	color:#0751a6;
	background: #fff;
}

.loginContent .radio-inline input[type="radio"]{
	top:-3px;
}

.loginContent .select-style1 {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #fff url("../eng_img/other/icon-select.png") no-repeat 98% 58%;
	border:1px solid #a7a7a7;
}

@media (max-width:767px){
	.mb15-767{
		margin-bottom: 15px;
	}
	
	.loginContent {
		padding: 30px 15px 0;
	}
}

@media (max-width:415px){
	.loginBtn .btn{
		width: 100%;
		margin: 5px 0;
	}
}
/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*                index              */
/*************************************/


/*************************************/
/*                other              */
/*************************************/
.pageBg{
	background: url(../eng_img/about/about_bg01.png) top right no-repeat,url(../eng_img/about/about_bg02.png) bottom left no-repeat;
	overflow: hidden;
	padding-bottom: 45px;
}

.inquiryText{
	font-size: 17px;
	color:#0751a6;
}

.form-control {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .075);
}



/*-----------select 箭頭 統一------------*/
.select-style1 {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    background: #e3e3e3 url("../eng_img/other/icon-select.png") no-repeat 98% 58%;
}

.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;
	background: #d9e8f2;
}

@media (max-width:767px){
	.select-style1 {
		background: #e3e3e3 url("../eng_img/other/icon-select.png") no-repeat 97.5% 50%;
	}
}

@media (max-width:580px){
	.select-style1 {
		background: #e3e3e3 url("../eng_img/other/icon-select.png") no-repeat 96.5% 50%;
	}
}

@media (max-width:480px){
	.select-style1 {
		background: #e3e3e3 url("../eng_img/other/icon-select.png") no-repeat 96% 50%;
	}
}

@media (max-width:360px){
	.select-style1 {
		background: #e3e3e3 url("../eng_img/other/icon-select.png") no-repeat 95.5% 50%;
	}
}