@charset "utf-8";
/* CSS Document */

/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;

border: 0;
font-size: 100%;
font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
html{height:100%;}
body {
line-height: 1;
height:100%;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
sup{ vertical-align:super;}
/*start*/
#wrapper{/*min-height:100%;*/ position:relative;}
header{
	height:80px;
	width:100%;
	border-bottom: 2px #CCC solid;
	background-color:rgba(255,255,255,.95);
	position:fixed;
	z-index: 990;
}
img{
	max-width:100%;
}
nav>div li{
	background-color:#696969;
	width:160px;
	border-bottom: 1px #808080 solid;
}
nav>div li:hover{
	background-color:#2f4f4f;
}
nav{
	width: 1250px;
	margin:0 auto;
}
nav>ul{
	float:right;
	padding-top:15px;
	padding-right:90px;
	padding-left:0;
	position:relative;
}
nav>ul>li{
	display:inline;
}
nav>ul>li a{
	padding:0 7px 25px;
	color:#000;
	font-size:1em;
	text-decoration:none;
	line-height:50px;
	letter-spacing:.1em;
	position:relative;
	}
nav>ul li a:hover {

}
nav>ul>li a::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 70%;
    transform: scale(0,1);
    background: #4096ff;
    transition: all .2s ease-in-out;
    top: 25px;
    border-radius: 5px;
    left: 17%;
}
nav>ul>li a:hover::after{
	transform:scale(1,1);
}
.oldWeb{
    right: 105px;
	position: absolute;
    z-index: 99;
    top: 5px;
    padding-left: 0;

    border: 1px #CCC solid;
    padding: 0 5px;
}

.drop-down-menu>ul>li{
	border:1px #000 solid;
	padding: 0 5px;
}
.drop-down-menu a{
	font-size: 12px;
    color: #000;
    line-height: 1.5em; 
}
.drop-down-menu li{
    display: inline-block;
    position: relative;
}
.drop-down-menu>ul>li>ul>li{
	width: 100%;
    background: #696969;
    padding: 5px 10px;
    box-sizing: border-box;
}
.drop-down-menu>ul>li>ul>li:hover{
	background: #2f4f4f;
}
.drop-down-menu>ul>li>ul>li a{
	color:#FFFFFF;
}
.drop-down-menu>ul{
	position: absolute;
    z-index: 99;
    right: 0px;
    top: 30px;
    padding-left: 0;
}
.drop-down-menu>ul>li>ul{
	position: absolute;
    z-index: 99;
    right: 0;
    top: 19px;
    padding-left: 0;
}
.drop-down-menu ul li ul{

    display: none;
}
.drop-down-menu ul li:hover>ul{
	display: block;
}


.top-menu>li>ul>li{
	width: 100%;
    background:rgba(242, 242, 242, 0.9);
    padding: 0 10px;
    box-sizing: border-box;
}
.top-menu .top-about>ul{
	position: absolute;
    z-index: 99;
    left: 10px;
    top: 70px;
    padding-left: 0;
}
.top-menu .top-product>ul{
	position: absolute;
    z-index: 99;
    left: 80px;
    top: 70px;
    padding-left: 0;
}
.top-menu .top-technology>ul{
	position: absolute;
    z-index: 99;
    left: 200px;
    top: 70px;
    padding-left: 0;
}
.top-menu .top-equipment>ul{
	position: absolute;
    z-index: 99;
    left: 300px;
    top: 70px;
    padding-left: 0;
}
.top-menu li ul{
    display: none;
}
.top-menu li:hover>ul{
	display: block;
}

.vedio-icon{
	display: inline;
	float: right;
	cursor:pointer;
	}
.vedio-icon img{
	margin: 8px 10px 0;
	width: 35px;
	height: 35px;
	}

#logo{
	float:left;
	/*padding-top:13px;*/
	width:300px;
	}
#logo img{width:100%;}
a{
	color:#333333; 
	font-size:16px;
	text-decoration:none;
}
p{
	font-size:17px;
	color:#000000;
	line-height:1.5em;
}
p a{

	color:#7079f0;
	line-height:1.5em;
	text-decoration:none;
}
p a:hover {
	color:#3c77b1;
}
#bannerS{
	display:none;
}
#mobile{
	display:none;
	text-align: center;
}
#mobile a{
	color:#ffffff;
	letter-spacing:2px;
}
li{ list-style:none;
}
.item{
    width: 100%;
    padding: 15px 0;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 2px;
}
.aa_item{
	position:absolute;
	left:0px; 
	cursor:pointer;
}

#bannerBg{
	background:url(images/midBg.png) repeat;
}
#banner{
	padding-top: 82px;

}
#banner_s{
	display:none;
}
.group4{ width:98%;}
.video{ width:560px; height:315px;}
#contentBg{
	
	height:auto;
	width:100%;
}
#content{
	margin:0 auto;
	overflow: hidden;
	min-height: 300px;
}
#navlist{
	background-color:#a9a9a9;
	line-height:3.5em;
	min-height: 0.5em;
	position:inherit;
    width: 100%;  padding: 0;
    /* background-image: linear-gradient(180deg,#efefef,#e4e4e4 25%); */
    border-top: 1px #CCC solid;
}
#navlist a{
	transition:all .2s ease;
}
#navlist a:hover{ 
	color:#2f4f4f;
}
#navlist_mobile{
	display:none;
	background-color: #808080;
}
#navlist_mobile >ul{
	box-sizing: border-box;
	padding-left:30px;
}
#navlist_mobile >ul li{
	background: url(images/icon_mobile.png) no-repeat left;
	border-bottom:1px #210000 dashed;
	width: 160px;
	height:45px;
	box-sizing: border-box;
	display: inline-block;
	padding:15px 0 0 30px;
}
#navlist_mobile >ul li a{
	color:#FFFFFF;
}
#contentBox{
	position:relative;
	overflow:inherit;
	animation:fadeIn .5s ease-in-out 1;
	margin-bottom:50px;
}
@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}

}
#navlist ul{ text-align: center;}
#navlist > ul > li{
  	background:url(images/icon.png) no-repeat left;
 	padding:0 0 0 20px;
 	display: inline-block;
 	position:relative;
}
#navlist>ul>li > ul{
    background: #cccccc;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 55px;
    min-width: 100%;
    padding: 0 5px;
    line-height: 40px;
}
#navlist>ul>li > ul li{
	border-bottom: 1px #fff solid;
}
#navlist>ul>li > ul a:hover{
	color:#FFFFFF;
}
#navlist ul li >ul{ /*隱藏次選單*/
        display: none;
    } 

#navlist ul li > ul:hover { /* 滑鼠滑入展開次選單*/
        display: block;
    }
.ccin{
	width: 100%;
	display: table;
	text-align: left;
	color:#FFFFFF;
    font-size: 14px;
    box-sizing: border-box;
}
.ccin a{
	color:#FFFFFF;
    font-size: 14px;
}
.ccin li{
	font-size: 12px;
}
.ccin img{
	vertical-align: middle;
	padding:0 10px 0 10px;
}
footer{
	background-color:#1f4189;
	/*background-image:url(/images/pinstriped_suit.png)*/;
	width:100%;
	float:left;
	width:100%;
	color:#999999;
	line-height:1.4em;
	padding: 20px 0;
	/* margin-top: 50px; */
	position:relative;
}
.foot-pc{display:block;}
.foot-mobile{display:none;}
.foot-data{float:left; width:50%;}
@media screen and (max-width:1080px){.foot-data{width:100%;}}
@media screen and (max-width:480px){.foot-pc{display:none;} .foot-mobile{display:block;}}

#keyBg{
	background-color:#7D7D7D;
	height:100%;
	width:100%;
}
.key{
	width:100%;
	color:#000000;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	line-height:50px;
	letter-spacing: 2px;
}
.key a{
	color:#000000;
	font-size:.9em;
	text-align:center;
	margin:0 auto;
	text-decoration: none;
}
.key a:hover{
	color:#BABABA;
}

.mvedio{
	margin: 0;
	padding: 5px 0;
	cursor:pointer;
	}
.mvedio img{
	width: 40px;
	height: 40px;
	}

.Lang {
    position: absolute;
    right: 24px;
    top: 10px;
	font-size: 12px;
    color: #c1c1c1;

}
.Lang a{font-size:14px; color:#ccc;}

#foot{

}    
footer a {
	color:#82b9fd;
	transition:all 0.4s ease;
	line-height: 1em;
    font-size: 1em;
}
footer a:hover{color:#bed9fb;}

.footbox{width:900px; margin:0 auto; overflow:auto;}

#footFloat{float:left; width:55%; position:relative;}

#footFloat p{line-height:1.2em;}

#footlogo{
	float:left;
	padding-right: 30px;
	width:300px;
}
#footlogo img{width:100%;}

.QRcode-L{position:absolute; top:20px; right:22%; display:block;}
.QRcode-L img{width:120px; height:auto;}
.QRcode-S{display:none;}

.hot{
	height:auto;
	margin:0 auto;
	float:left;
	width: 1185px;
}
.abgne_tab{display:none;}

@font-face {
  font-family: Alcefun;
  src: url(Alcefun.otf);
}
.about{
	border-bottom: #7B7B7B 1px solid;
    margin-top: 5%;
    font-size: 1.8em;
    text-align: center;
    font-family:Alcefun,Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    letter-spacing: .1em;
    position:relative;
    padding-bottom: 8px;
}
.about form{
	position: absolute;
    top: -50px;
    right: 0;
    margin: 5px 0;
}
.titleIcon{
	vertical-align: text-bottom; 
	width: 40px;
}
.pmargin{
	margin:6% 0;
}
.aboutImg img{
	margin:1% auto;
	max-width:100% !important;
	height:auto !important;
}

.spirit-block{
    width:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    margin:20px auto 0;
	}

.spirit-box{
	width:25%;
    justify-content:center;
    align-items:center;
    text-align:center;
    }

.spirit-box img{width:100%;}

.spirit-box h4{font-size:20px;}

.spirit-box p{width:80%; margin:0 auto; padding:15px 0 5px;}

/*index*/
#index_margin{width:1185px; margin:0 auto;}

.hot_box{text-align:center;}

.hot1{
    width:270px;
    /*height:280px;
    float:left;*/
    display:inline-block;
    margin:0 1em;
    background:#f2f2f2;
    transition:all 0.4s ease;
    text-align:center;
    border:1px #cccccc solid;
}

.pic{
	width:100%;
	background:#ffffff;
	transition:all 0.4s ease-in-out;
}
.pic:hover{
	opacity:0.2;
}
.hotHidden{
	overflow:hidden;
}
.hotHidden img{
    width: 100%;
    transition: all .4s ease;
    display: block;
}
.hotHidden:hover img {
    opacity: .3;
    transform: scale(1.05);
}
.hotBg{
	background:#000000;
}
.hotBg a{
    position: relative;
    display: block;
}
.hotBg a::before{
    display: block;
    content: "Details+";
    padding: 10px 20px;
    font-size: 13px;
    color: #FFF;
    border: 2px solid #FFF;
    opacity: 0;
    position: absolute;
    margin-top: -150px;
    left: 32%;
    top: 75%;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hotBg a:hover::before {
    opacity:1;
    margin-top:-80px;
}
.more{
	width:150px;
	margin:10px 25px 0 0;
	line-height:3em;
	color:#595757;
	font-size:1em;
	float:right;
}
.hot_text{
    background:#f2f2f2;
    box-sizing:border-box;
    width:100%;
    padding:4px 5px;
}
.hot_text h1:hover{
	text-decoration:underline;
}
.table{
	padding:0 0 30px 30px;
}

.date{
	color:#313131;
	font-size:18px;
	padding: 0 0 0 60px;
	float:left;
  	width: 150px;
  	vertical-align: top;
}
.news{
	color:#323232;
	font-size:18px;
	display: inline-block;
 	width: 700px;
}

.news a{
	color:#323232;
	font-size:18px;
}
.news a:hover{
	color:#003b83;
}
.news2{
	color:#323232;
	font-size:1em;
	padding-left:230px;
}
.page{
    margin: 80px auto 20px;
	text-align: center;
}
.page a{
	color:#000000;
	font-size:16px;
	text-decoration:none;
	padding:8px 13px;
}
.page span{
	padding:8px 13px;
	color:#e84c4a;
}
.page a:hover{
	background-color:#1f418a;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}
.spanpage a{
	background-color:#3891E6;
	color:#FFFFFF;
}


/*about*/

.blue{
	font-size:18px;
	color:#3180C7;
	line-height:1.5em;
	font-weight:bold;
}
.about_margin{
	margin:2% auto;
	width:100%;
	max-width:1000px;
	min-height:600px;
}

.wider-setting{max-width:1600px;}

.about-block{
	width:100%;
	max-width:900px;
	margin:0 auto;
	text-align:center;
	}

.about-block img{width:99%; margin:0; padding:3px;}

.about-block img.half-size{width:49%; display:inline;}

.pmargin h3{
	font-size:20px;
	color:#301383;
	border-bottom:1px solid #301383;
	line-height:30px;
	}

.reservation-word{
	font-size: 14px;
	}
.reservation-type{
	padding: 3px 10px;
	border: 1px solid #d6d6d6;
	}
.reservation-button{
	font-size: 16px;
	font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    background-color: #696969;
    padding: 7px;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    border-radius:8px;
	}
p a input{
	font-size: 16px;
	font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    background-color: #696969;
    padding: 7px;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
    border-radius:8px;
	}
	

/*news*/
.news_margin{
	margin:0 auto;
	width:1240px;
	min-height:600px;
}

.newsbox{
	margin:0 0 20px;
	padding:10px 0 20px;
	border-bottom:1px dashed #ccc;
	overflow:auto;
	width:100%;
	}
.newsbox a{font-size:20px;}
.newsbox a:hover, .newsTitle a:focus, .newsTitle a:active{color:#003b83;}

.newsbox .btn { color:#fff; font-size:15px;}
.newsbox .btn:hover, .newsTitle .btn:focus, .newsTitle .btn:active { color:#fff;}

.news-pic{padding-left:20px; width:15%; float:left;}
.news-block{width:80%; float:left;}
.newsTitle{float:left; width:100%;}
.newsdate{float:right; padding-right:20px; color:#a9a9a9;}
.newsTxt01{width:95%; float:left; padding:10px 0 20px 0; text-align:left; color:#777777; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.more{
	width:150px;
	margin: 10px 5px 0 0;
	line-height: 3em;
	color:#595757;
	font-size:1em;
	float: right;
	}
.btn{
	float: right;
	color: #FFF;
    font-size: 15px;
    margin-right: 6%;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    background-color: #4169e1;
    border: 3px #4169e1 solid;
    cursor: pointer;
	}
.btn:hover{
	background-color: #1e90ff;
    border: 3px #1e90ff solid;
    padding: 4px 20px 4px 12px;
    transition: all .3s ease;
	}

.news_t{
    color: #003b83;
    font-size: 18px;
	font-weight:bold;
	float:left;
}
.news_img{
	float:left;
	margin-right:10px;
}
hr{
	width:100%;	
}
.back{
	color:#1f4189;
	float:right;
	margin: 50px 0;
}

/*product*/
.float_left{
	float:left;
}
.product_margin{
	margin:0 auto;
	width:100%;
	max-width:1600px;
	min-height:600px;
}
.productdt_margin{
	margin:0 auto;
	width:850px;
}
.product_box{
	width:300px;
	height:380px;
	box-sizing:border-box;
	margin:15px 30px 25px;
	display:inline-block;
	text-align:center;
	vertical-align:top;
}
.photoimg{
	margin:0 auto;
	width:760px;
}
h1{
    color: #000000;
    font-size: 17px;
	font-weight:bold;
	line-height:1.3em;
}
h2{
	color:#646464;
	font-size:14px;
	line-height:1.5em;
	
}

.product_img{
	width:100%;
    height:auto;
    overflow:hidden;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
	}

.product_img a{
  	box-sizing: border-box;
	transition:all .4s ease;
	background-color:#3e3e3e;
    text-align: center;
    transition:all .3s ease-in-out;
    position:relative;
}
.product_img a::after{
    /*content: "more";*/
    color: #ffffff;
    /*background: url(images/watermark.png) no-repeat top center;*/
    background-size: 100%;
    height: 80px;
    width: 70px;
    top: 30%;
    left: 35%;
    font-size: .8em;
    text-align: center;
    padding-top: 70px;
    display: block;
    position: absolute;
    opacity:0;
    transition:all .3s ease-in-out;
    margin-top: 70px;
}
.product_img img{
	height: 100%;
	transition:all .3s ease-in-out;
	width: 100%;
	display:block;
}
.product_box:hover .product_img img{
    opacity: .2;
}
.product_box:hover .product_img a::after{
	opacity:1;
	margin-top:0px;
}
.product_box:hover .ptext h1{
	color:#003b83;
}
.p_page{
	text-align:center;
	margin:10px auto;
	width: 200px;
}
.p_page a{
	color:#595757;
	font-size:18px;
	text-decoration:none;
}
.pro_text{
	color:#1f4189;
	font-size:21px;
	font-weight:bold;
	    display: inline-block;
}
.pro_text2{
	color:#852a29;
	font-size:16px;
	    display: inline-block;
}
.pro_p{
	font-size:16px;
}
.picture_big{
    margin: 0 auto;
    display: block;
}

.detail-block{overflow:auto;}
.detail-box{float:left; width:48%; margin:5px;}
.detail-box img{width:100%;}

.coupling-box{float:left; width:23%; margin:5px;}
.coupling-box img{width:100%;}

.pmargin h2{font-size:18px; font-weight:bold;}



/*產品內頁縮圖*/
.showbox {
	width: 605px;
	height: 456px;
	float: left;
	margin: 0 25px 0 0;
}
.abgne-block-20120106 img {
	width: 128px;
	height: 98px;
	margin-bottom: 12px;
}
/*contact*/
.contact_margin{
	margin:0 auto;
	width:1000px;
	min-height:650px;
}
/*.contact_margin iframe{
	width:500px;
	height:350px;
}
.contact_margin p{
	float:right;
	width: 48%;
}*/

.map-box{
	width:48%;
	float:left;
	}

.form-box{
	width:50%;
	float:right;
	padding-top:40px;
	line-height:1.8em;
	}

.field-box{
	position:relative;
    margin:0 0 10px;
	-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
	}

.field-box label{
	display:block;
    font-size:15px;
    height:auto;
    line-height:30px;
    width:171px;
    padding:0;
    color:#545454;
    position:absolute;
    font-weight:bold;
    left:0;
    top:0;
	}

.field-box em{color:#790000; margin-right:4px;}

.field-box input[type="text"]{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:5px;
    margin-top:30px;
    width:100%;
    height:30px;
    line-height:30px;
    border:1px solid #d8d8d8;
    font-size:1em;
    border-radius:3px;
	}

.field-box input.half-space{width:60%;}

.field-box textarea{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width:100%;
    height:150px;
    padding:5px 5px;
    margin-top:30px;
    border:1px solid #ccc;
    font-size:1em;
    border-radius:3px;
	}

.field-box label span{font-size:10px;}

.upload-box{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width:100%;
    min-height:150px;
    padding-top:50px;
	}

.upload-box-inside{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    padding:25px;
    border:1px dashed #dcdcdc;
    border-radius:5px;
    background-color:#fff;
    text-align:center;
	}

.file-preview{
    border-radius:5px;
    border:1px solid #ddd;
    padding:8px;
    width:100%;
    margin-bottom:5px;
}

.quick-send input{
    display:block;
    width:100px;
    padding:5px 15px;
    margin:0 auto;
    border:unset;
    border-radius:10px;
    cursor:pointer;
    background:#1f4189;
    color:#ffffff!important;
    font-size:16px;
    font-weight:bold;
    letter-spacing:2px;
    transition:color 1s ease;
}

.field-box::after{
	display:block;
    clear:both;
    content:"";
	}

.map-box h3{
	color:#000;
	border-bottom:unset;
	margin-bottom:15px;
	}

.map-box iframe{
	width:100%;
	height:350px;
	}

/*download*/
.download-box {
	margin: 3% auto;
}
.download-pro {
    width: 100%;
    margin: 25px auto;
    padding-bottom: 5px;
    border-bottom: 1px #e0e0e0 dashed;
}
.download-pro img {
	width:100%;
	border: 1px solid #B7B7B7;
	border-radius: 4px;
	margin-bottom: 5px;
}
.download-pro h1{
	display:inline;
	font-weight: normal;
	color: #960200;
}

.download-pro h2{
	display:inline;
	
}
.download-pro h3{
	display:inline;
    float: right;
}
.download-pro h3 a{
    font-size: .95em;
    margin: 0 10px 0 0;
    color: #696969;
    background: #eaeaea;
    padding: 5px 8px;
    border-radius: 10px;
    transition:all .2s ease;
}
.download-pro h3 a:hover{
    color: #ffffff;
    background: #7b2424;
}
.download-pro h4{
	display: inline;
    color: #4c4c4c;
    font-weight: normal;
    font-size: .9em;
    margin-left: 15px;
    vertical-align: text-top;
}
.downloadBtn{

}
/*tab選單*/
.abgne_tab ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	width: 400px;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}
ul.tabs li {
	float:left;
	height:31px;
	line-height:31px;
	overflow:hidden;
	position:relative;
	margin-bottom:-1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border:1px solid #999;
	border-left:none;
	background-color:#21246f;
}
ul.tabs li a {
	display:block;
	padding:0 3px;
	color:#ffffff;
	border:1px solid #fff;
	text-decoration:none;
	font-size:12px;
}
ul.tabs li a:hover {
	background:rgba(255,255,255,.5);
}
ul.tabs li.active  {		
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a:hover {
	background: rgba(255,255,255,.5);
}
div.tab_container {
	clear: left;
	width: 100%;
	border-bottom: 8px solid #595757;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content h1 {
	margin: 0 5px;
}
div.tab_container .tab_content h2 {
	margin: 0 5px 20px;
}
.tab_content{
	text-align: center;
}

.tab_a{
	background-color:#595757;
}
.tab_b{
	background-color:#385796;
}	
.tab_c{
	background-color:#D0A100;
}
.ptext{padding-top:5px; margin-left:10px;}

.product-big-1{
	font-weight:normal;
	font-size:22px;
	}
.product-big-2{
	color:#000;
	font-weight:normal;
	font-size:22px;
	}
.product-middle{
	font-weight:normal;
	font-size:18px;
	}

.popup-gallery {
	width:300px;
    margin: auto;
}
.popup-gallery img {
	width: 100%;
}
.tableBox{
	margin-bottom:50px;
}
.table1{
	width:100%;
	text-align: center;
	box-sizing: border-box;
	height: auto;
	border-bottom: 1px #CCC solid;
}
.table1 span{
	display:block;
}
.tableLeft{
	width:20%;
	display:inline-block;
	vertical-align:top;
}
.tableCenter1{
	width:23%;display:inline-block;
	vertical-align:top;
}
.tableCenter2{
	width:40%;display:inline-block;
	vertical-align:top;
}
.tableRight{
	width:18%;display:inline-block;
	vertical-align:top;
}
.table1Box{
	border: 1px #eaeaea solid;
	display:flex;
}
.table1Box:nth-child(1n+2){
	margin-top:20px;
}
.tableTop{
	background: #eaeaea;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    text-align: center;
}
.tableDown img{
	max-width:100%;
	width: 100%;
}
.inquryBtnBox{
	margin: 15px auto;
    width: 210px;
}
.table2{
	width:100%;
	text-align:center;
	margin-top: 10px;
}
.tableDown{
	height:210px;
}
.tableDown::before{
   content:'';
   width:0;
   height:100%;
   display:inline-block;
   position:relative;
   vertical-align:middle;
   background:#f00;
}

.tableDown span{
    padding-left: 15px;
    display:inline-block;
   vertical-align:middle;
 }
.tableDown span ul{
	margin-left: 25px;
}
.tableRemove{
	background: #eaeaea;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px #CCC solid;
    margin: 4px;
    display: inline-block;
}
.tableDown form{
    font-size: .95em;
    padding-top: 10px;
    line-height: 1.5em;
}
.table2 span a{
    background: #777777;
    color: #FFFFFF;
    width: 100px;
    line-height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    font-size: .95em;
    font-weight: bold;
    border: 1px #525252 solid;
}
.table2 span a:hover{
	background: #771211;
	border: 1px #5a1d1c solid;
}
.updateBtn{
    text-align: center;
    display: block;
    margin-top: 15px;
}
.tableCenter2 ul li{
	width: 120px;
    text-align: left;
    float: left;
    padding-left: 15px;
}
.inquiryType{
	width:30%; height:auto; display:inline-block;vertical-align:top;
}
.formBox .form {
    position: relative;
    margin-bottom: 25px;
}
.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.formBox .form label {
    display: block;
    background: #eaeaea;
    font-size: 15px;
    height: auto;
    line-height: 30px;
    width: 171px;
    padding: 0 10px;
    color: #545454;
    position: absolute;
    font-weight: bold;
    left: 0;
    top: 0;
}
.formBox .form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    margin-left: 170px;
    width: 75%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    font-size: 1em;
}
input[type="text"] {
    -webkit-appearance: none;
}
.formBox .form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 75%;
    height: 100px;
    padding: 5px 5px;
    margin-left: 170px;
    border: 1px solid #ccc;
    font-size: 1em;
    font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}
.formBox {
    margin-bottom: 25px;
    color: #222;
    font-size: 1em;
    margin-top: 30px;
}
.formBox form .btn a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 16px;
    color: #FFF;
    border-radius: 3px;
    margin: 0 10px;
}
a.btn_color1 {
	background: #777777;
    color: #FFFFFF;
    /*width: 100px;
    line-height: 30px;*/
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    font-size: .95em;
    font-weight: bold;
    border: 1px #525252 solid;
}
a.btn_color1:hover {
     background: #771211;
    border: 1px #5a1d1c solid;

}
.send{
    text-align: center;
    margin-top: 80px;
}
em{

}


table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    /*white-space:nowrap;*/
    word-wrap:break-word;
    /*word-break:break-all;*/
}

table tr {
    border: 1px solid #333;
    padding: 5px;
    
}

.table-condition tr:first-child{background-color:#808080;}

table th,
table td {
    padding: 10px;
    text-align: center;
}

table th {
    font-size: 14px;
    letter-spacing: 1px;
}

.detailBtn1{
	display: inline-block;
	float: right;
}
.detailBtn1 a{
	color: #FFFFFF;
    background: #852a29;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 0 5px;
    letter-spacing: .1em;
    border: 1px #5a1d1c solid;
}
.detailBtn1 a:hover{
    background: #b13f3e;
    border: 1px #7b312f solid;
}
.detailBtn2{
	display: inline-block;
	float: right;
}
.detailBtn2 a{
    background: #7d7d7d;
    border-radius: 10px;
    border: 1px #656565 solid;
    padding: 5px 10px;
    margin: 0 5px;
    color: #FFFFFF;
}
.detailBtn2 a:hover{
    background: #8e8e8e;
    border: 1px #777777 solid;
}
.inquryBtn{
	display: inline-block;
    margin: 5px 0;
}
.inquryBtn a{
	color: #FFFFFF;
    background: #852a29;
    border-radius: 15px;
    padding: 5px 10px;
    margin: 0 5px;
    letter-spacing: .1em;
    border: 1px #5a1d1c solid;
}
.inquryBtn a:hover{
    background: #b13f3e;
    border: 1px #7b312f solid;
}
.send input[type="submit"]{
	font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	font-size: 1em;
}

/*聯絡表單*/
.contactBox{
    width: 80%;
	margin: 0 auto 100px;
	}
.contact1Box{
	width:100%;
	display: inline-block;
	}
.contact1Box h2{
	color:#646464;
	font-size:1.13em;
	line-height:1.5em;
	padding:10px 0;
	}
.contact2Box{
	width:35%;
	float: right;
	}
.formBox .form {
    position: relative;
    margin-bottom: 25px;
    
	}

.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	}
.formBox .form label {
    display: block;
    background: #696969;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 150px;
    padding: 0 10px;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 0;
	}
.formBox .form select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    height: 31px;
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    margin-left: 180px;
    width: 50%;
	}
.formBox .form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 10px;
    margin-left: 180px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
	}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
	}
input[type="text"] {
    -webkit-appearance: none;
	}
.formBox .form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 75%;
    height: 100px;
    padding: 5px 10px;
    margin-left: 180px;
    border: 1px solid #ccc;
	font-family:arial,微軟正黑體,Microsoft JhengHei,新細明體,PMingLiU;
	}
.formBox {
    margin-bottom: 25px;
    color: #222;
    font-size: 1em;
    margin-top: 0;
	}
.formBox form .btn a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 16px;
    color: #FFF;
    border-radius: 3px;
    margin: 0 10px;
	}
a.btn_color1 {
    background: #696969;
    color: #FFF;
	}
a.btn_color1:hover {
    background: #2f4f4f;
	}
.btn{
    text-align: center;
	}
.contact2Tx{
	width:100%;
	border:1px #969696 solid;
    border-radius: 15px;
    margin:30px 0 50px 0;
    padding-bottom: 15px;
    word-break: break-word;
	}
.contact2Tx h1{
    background: #757575;
    color: #FFFFFF;
    font-size: 1.75em;
    height: 75px;
    border-radius: 15px 15px 0 0;
    padding: 25px;
    box-sizing: border-box;
    letter-spacing: .15em;
	}
.contact2Tx h2{
    color: #646464;
    font-size: 1.32em;
    padding: 15px 25px 0 25px;
    line-height: 1.5em;
	}

.youtubecontent{
position: relative;
padding-top: 30px; height: 0; overflow: hidden;
}
.youtubecontent{
padding-bottom: 56.25%;
}
.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*螢幕大小*/
@media screen and (max-width: 1920px) { 
	#logo_MS{display: none;}
	.req-L{width:450px; float:left;}
	.req-R{width:500px; float:left;}
	#aa-text{display:none}
}

@media screen and (max-width: 1800px){.QRcode-L{right:18%;}}

@media screen and (max-width: 1600px){
	.QRcode-L{right:14%;}
	#contentBox{padding-left:0;}
	}

@media screen and (max-width: 1540px){.product_box{margin:15px 30px 25px;}}

@media screen and (max-width: 1400px){
	.QRcode-L{right:10%;}
	}

@media screen and (max-width:1300px){
	nav{width:95%;}
	nav>ul>li a{padding:0 4px 25px;}
	.QRcode-L{right:7%;}
	}

@media screen and (min-width:1250px){#logo{width:315px; /*padding-top:3px;*/}}

@media screen and (max-width:1200px){
	#index_margin{width:1002px; margin:0 auto;}
	.hot1{width:240px; margin:0.2em;}
	.news_margin{width:90%;}
	.news{width:750px;}
	.date{padding:0 0 0 40px; width:130px;}
	.hot{width:1000px;}
	nav{width:1050px;}
	.news-block{width:75%; float:right;}
	#footFloat{width:45%;}
	}

@media screen and (min-width:1080px){
	#aa{display:none; visibility:hidden;}
	#mobile{display:none; visibility:hidden;}
}
@media screen and (max-width:1080px){
	nav>ul{display:none;padding-right:60px;}
	#aa{background:url(images/aa.png) no-repeat;width:55px;height:35px;margin:25px 0 0 10px;float:left; cursor:pointer;}
	#aa-text{display:block; color:#b4b4b4; font-size:12px; font-weight:bold; margin-left:6px; cursor:pointer;}
	#logo{margin:0 auto; float:none;}
	#index_margin{width:936px;}
	.hot1{width:220px;}
	.date{padding:0 0 0 30px; width:100px;}
	.news{width:80%;}
	.hot{width:940px;}
	.about_margin{width:90%;}
	.contact_margin{width:700px;}
	.mvedio{position:initial;}
	.Lang{position:initial;}
	table p{font-size:14px;}
	.news-pic{width:20%;}
	.footbox{width:90%;}
	#footlogo{padding-bottom:80px;}
	nav{width:100%;}
	.tableDown span ul{margin-left:0px;}
	.map-box{width:80%; float:none; margin:0 auto;}
	.form-box{width:80%; float:none; margin:0 auto;}
}
@media screen and (max-width: 980px){
	nav>ul{padding-right:50px;}
	.about{font-size: 1.5em;}
	.product_box{width:30%;}
	.hotBg a::before{left:30%; top:80%;}
	.formBox .form input[type="text"]{width:70%;}
	.formBox .form textarea{width:70%;}
	.titleIcon{width:35px;}
	.tableDown span{padding-left:0px;}
	.tableDown span ul{padding-left:0px;}
	.req-L{width:100%;}
	.req-R{width:100%;}
	#footFloat{width:35%;}
	.spirit-block{flex-wrap:wrap; width:90%;}
	.spirit-box:nth-of-type(1){width:50%;}
	.spirit-box:nth-of-type(2){width:50%;}
	.spirit-box:nth-of-type(3){width:33.333%;}
	.spirit-box:nth-of-type(4){width:33.333%;}
	.spirit-box:nth-of-type(5){width:33.333%;}
}
@media screen and (max-width: 840px){
	#contentBox{overflow:inherit;}
	.hot1{width:160px; height:200px; margin:0.4em;}
	#index_margin{width:720px;}
	#keyBg{background-color:#3D3D3D;}
	.key{width:516px; line-height:35px;}
	.footbox{width:500px;}
	#footlogo{float:none; text-align:center; padding-right:0; padding-bottom:0px;}
	#footFloat{margin-bottom:15px; width:100%;}
	.key a{color:#BFBFBF;}
	.key a:hover{color:#FFFFFF;}
	.date{padding: 0 0 0 10px; }
	.news{width:75%;}
	.news-pic{width:30%;}
	.news-block{width:65%;}
	.newsdate{padding-top:5px;}
	.hot{width:100%;}
	.product_box{float:none; width:70%; margin:15px auto 25px;}
	.product_img{width:80%; height:auto; margin:0 auto; padding-bottom:5px;}
	.product_margin{width:560px;}
	.productdt_margin{width:95%;}
	.showbox{float:none; margin:0 auto; width:600px;}
	.abgne-block-20120106{width:600px; margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 8px 0 8px;}
	.photoimg{width:100%;}
	.ptext{width:100%; height:30px; float:none; margin-left:0;}
	footer{margin-top:0px;}
	.hotBg a::before {left:25%; top:88%;}
	.about form{position:initial; margin:0 0 45px;}
	.product_img a{margin-bottom:10px; width:100%; height:100%; float:none;}
	.tableCenter2 ul li{padding-left:10px;}
	table p{font-size:12px;}
	}
@media screen and (max-width: 768px) { 
	.hot1{width:22%; height:200px;}
	.table1Box{display: block;}
	#index_margin {width: 680px;}
	.contact_margin{  width: 600px;}
	.formBox .form input[type="text"] { width: 70%;}
	.formBox .form textarea{ width: 70%;}
	.table1{display: block; text-align: center;}
	.tableLeft { width: 100%;}
	.tableCenter1 {width: 100%;}
	.tableCenter2 { width: 100%;}
	.tableRight { width: 100%;}
	.tableTop{ padding-left:0;}
	.tableDown span{ padding-left:0;}
	.inquiryType{ text-align:left; margin-bottom: 5px;}
	#banner{display:none;}
	#banner_s{display: block;padding-top:82px;}
	.tableDown { height: auto; margin: 15px 0;}
	.tableLeft .tableDown{margin: 0px 0;}
	.tableCenter2 ul li { padding-left: 15px;}
	.tableDown span ul { margin-left: 45px;}
	.map-box{width:90%;}
	.form-box{width:90%;}
}
@media screen and (max-width: 640px){
	.hot1{width:410px; margin:10px auto; float:none; text-align:center; height:auto;}
	#index_margin{width:95%;}
	#footFloat{font-size:0.9em;}
	.news{width:70%; padding:0 0 0 10px;}
	.pic{width:initial; float:none; height:80%;}
	.key{width:100%;}
	.hot_text{height:initial; float:none; padding:10px;}
	.hot_box{margin:0 auto; width:410px;}
	.news-pic{width:100%; float:none; padding:0; text-align:center;}
	.news-block{width:100%; float:none; margin-top:10px;}
	.news_t{float:none;}
	.contact_margin{width:480px;}
	.product_margin{width:440px;}
	.showbox{float:none; margin:0 auto; width:500px; height:385px;}
	.abgne-block-20120106{width:500px; margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 2px 0 0px; width:118px; height:90px;}
	.footbox{width:85%;}
	.video{width:98%;}
	.popup-gallery{width:100%; max-width:300px;}
	.hotBg a::before{left:38%; top:70%;}
	.formBox .form input[type="text"] {width:58%;}
	.formBox .form textarea{width:58%;}
	.download-pro h3{position: absolute; right: 0; top: 12px;}
	.download-pro h4{display: block; margin-left:0;margin-bottom: 8px;}
	.download-pro {margin: 25px auto 45px;  position: relative;}
	.product_img a{width:100%; height:100%;}
	.product_img a::after{width:60px; padding-top:60px;}
	.detail-box{float:none; width:90%; max-width:500px; margin:5px auto;}
	.coupling-box{width:47%;}
	.about-block img.half-size{width:48%;}
	.spirit-block{width:80%;}
	.spirit-box:nth-of-type(1){width:50%;}
	.spirit-box:nth-of-type(2){width:50%;}
	.spirit-box:nth-of-type(3){width:50%;}
	.spirit-box:nth-of-type(4){width:50%;}
	.spirit-box:nth-of-type(5){width:100%;}
	}
@media screen and (max-width: 519px){
	.QRcode-L{display:none;}
	.QRcode-S{display:block; text-align:center;}
	.QRcode-S img{width:130px; height:auto;}
	.tableDown span ul{width:290px;}
	.spirit-block{width:80%;}
	.spirit-box:nth-of-type(1){width:100%;}
	.spirit-box:nth-of-type(2){width:100%;}
	.spirit-box:nth-of-type(3){width:100%;}
	.spirit-box:nth-of-type(4){width:100%;}
	.spirit-box:nth-of-type(5){width:100%;}
	.spirit-box p{text-align:center;}
	}
@media screen and (max-width: 480px){
	header{height:70px;}
	#logo{display:none;}
	#logo_MS{display:block; text-align:center;}
	#logo_MS img{margin:0 auto; padding-top:7px; width:250px;}
	#banner_s{padding-top:72px;}
	#aa{margin: 13px 0 0 10px;}
	#aa-text{font-size:10px;margin-left:6px;}
	#logo{margin-top: 0.1em;}
	#logo img{width:228px; padding-top:9px; }
	.abgne_tab{display:inline;}
	.hot_box{display:none;}
	.news{width:90%;}
	.contact_margin{width:380px;}
	.product_margin{width:390px;}
	.showbox{float:none; margin:0 auto; width:400px; height:287px;}
	.abgne-block-20120106{width: 400px; margin: 0 auto;}
	.abgne-block-20120106 img{margin:25px 2px 0 0px; width:93px; height:70px;}
	#aa{background-size:80%; margin:20px 0 0 10px;}
	.detailBtn1{float:initial; margin:20px 0 10px;}
	.detailBtn2{float:initial; margin:20px 0 10px;}
	.download-pro h1{display:block;}
	.formBox .form label{position: initial;}
	.formBox .form input[type="text"]{padding-left:10px; margin-top:5px; margin-left:0; width:100%;}
	.formBox .form textarea{padding-left:10px; margin-top:5px; margin-left:0px; width:100%;}
	.formBox .form select{margin-top:5px; margin-left:0;}
	.pro_text{display:block;}
	.page {margin: 25px auto 20px;}
	.popup-gallery img{width:80%; margin:0 auto;}
	#footlogo{margin:0 auto;}
	.field-box input.half-space{width:100%;}
	}
@media screen and (max-width: 400px){
	#footlogo{width:100%;}
	.contact_margin{width:330px;}
	.showbox{float:none; margin:0 auto; width:320px; height:245px;}
	.abgne-block-20120106{width:330px; margin:0 auto;}
	.abgne-block-20120106 img{margin:5px 0 0 0; width:75px; height:58px; margin-bottom:0px;}
	.product_box{width:100%;}
	.product_margin {width:80%;}
	.product_img{width:100%;}
	.contact_margin p{font-size:.9em;}
	.download-pro{position: initial; padding-bottom: 15px;}
	.download-pro h3{position: initial; right: auto; float: none;}
	.download-pro h4 {margin-bottom: 18px;}
	.product_img a::after{ width: 80px;padding-top: 80px;}
	.tableDown span ul { margin-left: 15px;}
}

@media screen and (max-width: 340px) { 
	ul.tabs li a {padding: 0 7px;}
	.tableDown span ul { margin-left: 0px;}

}












