@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: 5px #CCC solid;
	background-color:rgba(255, 255, 255, 0.75);
	position:fixed;
	z-index: 1100;
}
img{
	/*max-width:100%;*/
}
nav>div li{
	background-color:#696969;
	width:160px;
	border-bottom: 1px #00008b solid;
}
nav>div li:hover{
	background-color:#808080;
}
nav{
	width: 1160px;
	margin:0 auto;
}
nav>ul{
	float:right;
	padding-top:15px;
	padding-right:110px;
	position:relative;
}
nav>ul>li{
	display:inline;
}
nav>ul>li a{
	padding:0 13px 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;
    vertical-align:middle
}
.drop-down-menu>ul>li>ul>li{
	width: 100%;
    background: #147370;
    padding: 5px 10px;
    box-sizing: border-box;
}
.drop-down-menu>ul>li>ul>li:hover{
	background: #599daa;
}
.drop-down-menu>ul>li>ul>li a{
color:#FFFFFF;
}
.drop-down-menu>ul{
	position: absolute;
    z-index: 99;
    right: 17px;
    top: 28px;
    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: #000;
    padding: 0 10px;
    box-sizing: border-box;
	}

.top-menu .top-product>ul{
	position: absolute;
    z-index: 99;
    left: 110px;
    top: 70px;
    padding-left: 0;
	}

.top-menu .top-21>ul{
	position: absolute;
    z-index: 99;
    left: 215px;
    top: 70px;
    padding-left: 0;
	}

.top-menu .top-22>ul{
	position: absolute;
    z-index: 99;
    left: 325px;
    top: 70px;
    padding-left: 0;
	}

.top-menu .top-detect>ul{
	position: absolute;
    z-index: 99;
    left: 430px;
    top: 70px;
    padding-left: 0;
	}

.top-menu>li>ul>li>ul>li{
	width: 100%;
    background: #000;
    padding: 0 10px;
    box-sizing: border-box;
	}

.top-menu .top-product .top-product-sub>ul{
	position: absolute;
    z-index: 99;
    left: 160px;
    top: 95px;
    padding-left: 0;
    width:220px;
	}
.top-menu li ul{
    display: none;
	}
.top-menu li:hover>ul{
	display: block;
	}

#logo{
	float:left;
	margin-top:8px;
}

.company{
	float:left;
	margin-top:22px;
	}

.iatf{
	float:left;
	margin-top:30px;
	margin-left:10px;
	}

a{
	color:#333333; 
	font-size:16px;
	text-decoration:none;
}
p{
	font-size:17px;
	color:#000000;
	line-height:1.5em;
}
p a{

	color:#852a29;
	line-height:1.5em;
	text-decoration:none;
}
p a:hover {
	color:#e84c4a;
}
#bannerS{
	display:none;
}
#mobile{
	display:none;
	text-align: center;
}
#mobile a{
	color:#fff;
	letter-spacing:2px;
}
li{ list-style:none;
}
.item{
    width: 100%;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 2px;
}
.dropdown{
    width: 100%;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 2px;
}
.caret{
	margin-top:7px;
	margin-left:5px;
	}
.peening-menu{
	width: 100%;
	}
.peening-menu li{
	width:100%;
	padding:15px 0;
	font-size:16px;
	color:#2f3040;
	font-weight:bold;
	background-color: #a9a9a9;
	}
.peening-menu li a{color:#2f3040!important;}
.peening-menu-sub li{background-color: #d4d9d7;}

.aa_item{
	position:absolute;
	left:0px; 
	cursor:pointer;
}

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

}
#banner_s{
	display:none;
}
.group4{ width:98%;}
.video{ width:560px; height:315px;}
#contentBg{
	
	height:auto;
	width:100%;
}
#content{
	margin:0 auto;
	overflow: hidden;
	background: #fff;
	padding-top:82px;
	}

#navlist{
	background-color:#7D7D7D;
	line-height:2em;
	min-height: 30px;
	position:inherit;
    width: 100%;
    padding:5px 0;
    background-image: linear-gradient(180deg,#efefef,#e4e4e4 25%);
    border-top: 1px #CCC solid;
}
#navlist a{
	transition:all .2s ease;
}
#navlist a:hover{ 
	color:#a0a0a0;
}
#navlist_mobile{
	display:none;
	background-color: #2b2b74;
}
#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;
	height:55px;
	box-sizing: border-box;
	padding:20px 0 0 30px;
}
#navlist_mobile >ul li a{
	color:#FFFFFF;
}

#contentBox-index{
	min-height:650px;
	position:relative;
	overflow:inherit;
	animation:fadeIn .5s ease-in-out 1;
	background-image:url("/images/background-pic-min.jpg");
	padding-bottom:50px;
	position:relative;
}

#contentBox{
	min-height:650px;
	position:relative;
	overflow:inherit;
	animation:fadeIn .5s ease-in-out 1;
	background-image:url("/images/background-pic-min.jpg");
	padding-bottom:50px;
}
@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}

}
#navlist ul{ text-align: center; width:90%;}
#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: 12px;
    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:#000;
	width:100%;
	float:left;
	width:100%;
	color:#999999;
	line-height:1.4em;
	padding: 0;
	position:relative;
	border-top:15px solid #147370;
}

.key{
	width:100%;
	color:#000000;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	line-height:50px;
	letter-spacing: 2px;
	padding-bottom:10px;
}
.key p{color:#fff; font-size:14px;}
.key a{
	color:#fff;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	text-decoration: none;
}
.key a:hover{
	color:#BABABA;
}
.Lang {
    position: absolute;
    right: 24px;
    top: 10px;
	font-size: 12px;
    color: #C1C1C1;
    line-height: 30px;
}
.Lang a {
	font-size: 14px;
    color: #CCC;

}

.recommend-title{
	padding:10px 0 0 10px;
	font-weight:bold;
	font-size:22px;
	color:#4169e1;
	}
.recommend-text{
	display: -webkit-box;
	width:100%;
    /* 高度为需要显示的行数*行高，比如这里我们显示两行，则为3 */
    height:4.5em;
	padding-left:10px;
	color:#696969;
	font-size:14px;
    line-height:1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	}


#foot{}

footer a {
	color:#82b9fd;
	transition:all .4s ease;
	    line-height: 1em;
    font-size: 1em;
}
footer a:hover {
    color: #bed9fb;
}
.footbox{
	width: 750px;
	margin: 10px auto 10px;
	display: table;

}
#footFloat{
	float:left;
	width: 55%;
}
#footFloat p{
	line-height:1.2em;
}

.code-link{
	position:absolute;
	bottom:75px;
	right:25px;
	}

#footlogo{
	float:left;
	padding:15px;	
}
#footlogo img{
	max-width:100%;
}
.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: 25px;
    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: 45px;
}
.pmargin{
	margin:6% 0;
}
/*.aboutImg img{
	margin:1% 1% 0 0;
	max-width:100% !important;
	height:auto !important;
}*/

.pmargin table td{padding:10px 5px;}

.pmargin h1{font-size:22px;}
.pmargin h2{font-size:20px; line-height:1.6em;}

/*鎖右鍵存圖*/
.uncopyable-index{width:40%; float:right; margin:10px; position:relative;}
.uncopyable-page{width:48%; float:left; position:relative; margin:1% 1% 1% 0;}
.uncopyable{position:relative;}
.hollow{z-index:1000; width:100%; height:100%; position:absolute; top:0; left:0;}

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

.index-title{
	font-weight:bold;
	font-size:46px;
	padding-left:150px;
	color:#599daa;
	}
.index-title-eng{
	font-weight:bold;
	font-size:60px;
	padding-top:20px;
	padding-left:150px;
	color:#147370;
	}

.application-block{
	overflow:auto;
	margin:0 auto;
	width:840px;
	}

.application-box{
	float:left;
	width:160px;
	margin:0 auto;
	text-align:center;
	margin-right:10px;
	}
.application-box:last-child{margin-right:0;}

.application-text{line-height:20px; color:#565655;}

.introduction-L1-block{
	overflow:auto;
	margin-top:50px;
	background-image:url("/images/strange_bullseyes.png");
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	}
.introduction-L1-block:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s;
	}
.banner3{width:40%; float:left; margin:10px;}
.introduction-L2-block{
	overflow:auto;
	margin-top:50px;
	background-image:url("/images/dust_scratches.png");
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	}
.introduction-L2-block:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s;
	}
/*.introduction-L2-block img{width:40%; float:right; margin:10px;}*/
.tech-text{
	float:left;
	width:55%;
	margin:15px;
	}
.tech-text h1{
	margin-top:40px;
	color:#147370;
	font-size:22px;
	}
.tech-text h2{
	color:#000;
	font-size:22px;
	padding-left:10px;
	}

.introduction-S1-block{
	overflow:auto;
	margin-top:50px;
	background-image:url("/images/dust_scratches.png");
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	}
.introduction-S1-block:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s;
	}
/*.introduction-S1-block img{width:40%; float:right; margin:10px;}*/

/*.introduction-S1-block .tech-text h1{padding-top:20px;}*/
.introduction-S2-block{
	overflow:auto;
	margin-top:50px;
	background-image:url("/images/sos.png");
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	}
.introduction-S2-block:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s;
	}
.banner4{width:40%; float:left; margin:10px;}

.hot1{
    width: 330px;
    height: 330px;
    float: left;
    margin: 0 1.8em;
    background: #f2f2f2;
    transition: all .4s ease;
    text-align: center;
    border: 1px #CCC solid;
}

.hot1 img{

}
.hot1 img:hover{

}
.pic{
	width:100%;
	background:#FFFFFF;
	transition:all .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: 36%;
    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-index{
	width:150px;
	margin: 10px 0 0;
	line-height: 3em;
	color:#595757;
	font-size:1em;
	float: right;
}
.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: 90%;
    padding:20px 0;
    margin:0 auto;
	}
.hot_text h2:hover{
	text-decoration:underline;
}

.newtable1{
	height:100%;
	line-height:33px;
}
.newtable2{
	height:100%;
	line-height:33px;
}
.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:#777777;
	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:0 auto;
	width:1000px;
}

.peening-advantage{
	width:100%;
	max-width:800px;
	margin:0 auto;
	}

/*news*/
.news_margin{
	margin:0 auto;
	width:1100px;
}

.news-box{
	width:100%;
	margin-bottom:30px;
	overflow:auto;
	background-image:url("/images/subtle_freckles.png");
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow 0.3s;
	}
.news-box:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.3s;
	}
.news-pic{
	width:440px;
	margin:10px;
	height:260px;
	overflow:hidden;
	}
.news-pic img{height:100%;}
.news-block{
	width:58%;
	float:left;
	}
.news-title{
	margin-top:70px;
	padding-left:20px;
	font-size:26px;
	}
.news-date{
	padding-left:20px;
	color:#808080;
	font-style:italic;
	}
.news-text{
	width:90%;
	margin:10px auto 20px;
	padding-left:20px;
	padding-right:20px;
	white-space:nowrap;
	overflow:hidden;
    text-overflow:ellipsis;
	}
.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: #147370;
    border: 3px #147370 solid;
    cursor: pointer;
	}
.btn:hover{
	background-color: #599daa;
    border: 3px #599daa 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:#852a29;
	float:right;
	margin: 50px 0;
}

/*product*/
.float_left{
	float:left;
}
.product_margin{
	margin:0 auto;
	width:900px;
}
.productdt_margin{
	margin:0 auto;
	width:850px;
}
.product_box{
	width: 410px;
	height: auto;
	float:left;
	box-sizing: border-box;
	margin: 15px 20px 25px 20px;
}
.photoimg{
	margin:0 auto;
	width:760px;
}
h1{
    color: #000000;
    font-size: 17px;
	font-weight:bold;
	line-height:1.3em;
}
h2{
	color:#646464;
	font-size:16px;
	line-height:1.2em;
    overflow:hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
	
}
.product_img a{
  	box-sizing: border-box;
	float:left;
	transition:all .4s ease;
    width: 250px;
    height: auto;
    overflow: hidden;
	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:#852a29;
	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;
}

.product-showpic{width:100%; overflow:auto;}
/*.product-showpic img{float:left; width:49%; height:auto;}*/

.product-item img{width:100px; height:auto; margin:3px 3px -14px 0; padding-top:10px;}

/*產品內頁縮圖*/
.showbox {
	width: 605px;
	height: 456px;
	float: left;
	margin: 0 25px 0 0;
}
.abgne-block-20120106 img {
	width: 128px;
	height: 98px;
	margin-bottom: 12px;
}
/*流程框架*/
.process-titleA{
	font-family: 微軟正黑體, aria, helvetica, sans-serif;
    color: #191970;
    text-align: center;
    line-height: 40px;
    background-color: #C7ECFF;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin: 20px auto 2px;
    height: 40px;
    width: 100%;
    max-width:500px;
	}
	
.process-titleB{
	font-family: 微軟正黑體, aria, helvetica, sans-serif;
	font-weight: bold;
    color: #191970;
    text-align: center;
    line-height: 45px;
    background-color: #C7ECFF;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin: 2px auto 10px;
    width: 100%;
    max-width:500px;
	}
	
.process-text{
	width: 100%;
    max-width:300px;
	line-height: 20px;
	margin: 10px auto;
	}
	
/*contact*/
.contact_margin{
	margin:0 auto;
	width:1000px;
}
.contact_margin iframe{
	width:500px;
	height:350px;
}
.contact_margin p{
	float:right;
	width: 48%;
}
/*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: #2b2b74;
}
ul.tabs li a {
	display: block;
	padding: 0 10px;
	color: #FFF;
	border: 1px solid #fff;
	text-decoration: none;
}
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{
	width:35%;
	float:left;
	margin-left: 10px;
}
.popup-gallery {
	width: 800px;
    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: 195px;
    width: 80%;
    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: 80%;
    height: 100px;
    padding: 5px 5px;
    margin-left: 195px;
    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;
}


.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;
}
.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: 1600px){#contentBox{padding-left:0;}}

@media screen and (max-width:1260px){
	.index-title-eng{font-size:60px;}
	}

@media screen and (max-width:1200px){
	#index_margin{width:1002px;}
	.hot1{width:300px; margin:0.9em;}
	.news_margin{width:90%;}
	.news-block{width:50%;}
	.news-title{margin-top:30px;}
	.more{margin:10px 0 10px 0;}
	.news{width:750px;}
	.date{padding:0 0 0 40px; width:130px;}
	.hot{width:1000px;}
	nav{width:1050px;}
	.application{width:540px; margin:0 auto;}
	.index-title{width:100%; padding-left:15px;}
	.index-title-eng{width:100%; font-size:28px; padding-left:15px;}
	.application-block{width:540px;}
	.introduction-S1-block .tech-text{text-align:left;}
	.introduction-L2-block .tech-text{text-align:left;}
	.tech-text h1{margin-top:40px;}
	}

@media screen and (min-width: 1200px) { 
	#aa{display:none;visibility:hidden;}
	#mobile{display:none;visibility:hidden;}
	}
@media screen and (max-width: 1200px){
	nav>ul{display:none;padding-right:60px;}
	#aa{background:url(images/aa.png) no-repeat;width:55px;height:35px;margin:15px 0 0 10px;float:left; cursor:pointer;}
	#logo{text-align:center; float:none;}
	.company{display:none;}
	.iatf{display:none;}
	#index_margin{width:100%;}
	.hot1{width: 280px;}
	.date{padding:0 0 0 30px; width:100px;}
	.news{width:80%;}
	.news-pic{margin:10px auto; float:none!important;}
	.news-block{width:100%;}
	.news-title{margin-top:15px;}
	.hot{width:940px;}
	.about_margin{width:90%;}
	.contact_margin{width:700px;}
	.contact_margin p{float:none;}
	.contact_margin p{width:70%; margin: 3% auto;}
	.contact_margin iframe{margin:0 auto; display:block;}
	.Lang{position: initial;}
	.introduction-L1-block{width:90%; max-width:593px; margin:50px auto 0;}
	.introduction-L2-block{width:90%; max-width:593px; margin:50px auto 0; text-align:center;}
	.introduction-S1-block{width:90%; max-width:593px; margin:50px auto 0; text-align:center;}
	.introduction-S2-block{width:90%; max-width:593px; margin:50px auto 0;}
	.banner3{width:95%; margin:10px auto; float:none;}
	.uncopyable-index{width:95%; margin:10px auto; float:none;}
	.banner4{width:95%; margin:10px auto; float:none;}
	.tech-text h1{margin-top:0;}
	.footbox{width:90%;}
	#footlogo{padding-bottom:50px;}
	#footFloat{width:50%;}
	nav{width:100%;}
	.tableDown span ul{margin-left:0px;}
	.tech-text{width:93%;float:none; padding-top:0px; padding-left:10px; margin:15px 15px 25px; display:table;}
}
@media screen and (max-width:980px){
	nav>ul{padding-right:50px;}
	.about{font-size:1.5em;}
	.hotBg a::before{left:32%; top:80%;}
	.formBox .form input[type="text"]{width:75%;}
	.formBox .form textarea{width:75%;}
	.titleIcon{width:35px;}
	.tableDown span{padding-left:0px;}
	.tableDown span ul{ padding-left:0px;}
	.introduction-L1-block{overflow:hidden;}
	.introduction-L2-block{overflow:hidden;}
	.introduction-S1-block{overflow:hidden;}
	.introduction-S2-block{overflow:hidden;}
	.introduction-S1-block .tech-text{padding-left:10px;}
	.tech-text h1{padding-left:0;}
	.tech-text h2{padding-left:0;}
	.recommend-text{padding:0;}
}
@media screen and (max-width: 840px) {
	#footlogo{width:190px; padding-left:0;}
	#contentBox{overflow: inherit;}
	.hot1{  width: 220px;   margin: 0 .4em;}
	/*#index_margin{width: 720px;}*/
	#keyBg{ background-color: #000;}
	#navlist_mobile{display:block;}
	.key{ width:516px; line-height:35px;}
	.footbox{width: 500px;}
	#footlogo{ float:none; text-align: center;}
	#footFloat{ margin-bottom:15px; width: 100%;}
	.key a{  color: #BFBFBF;}
	.key a:hover{  color: #FFFFFF;}
	.date{  padding: 0 0 0 10px; }
	.news{width: 75%;}
	.hot {width: 100%}
	.product_box{ width: 250px; margin: 15px;height: 300px;}
	.product_img{margin:0;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%; float:none;margin-left: 0;}
	footer{ margin-top: 0px;}
	#footlogo {padding-bottom: 0px; margin:0 auto;}
	.hotBg a::before { left: 29%; top: 88%;}
	.about form{position: initial; margin: 0 0 45px;}
	.product_img a{ margin-bottom: 10px;}
	.tableCenter2 ul li{ padding-left: 10px;}
}
@media screen and (max-width: 768px) {
	.hot1 {width: 210px;   height: 330px;}
	.table1Box{display: block;}
	/*#index_margin {width: 680px;}*/
	.contact_margin{  width: 600px;}
	.contact_margin p{font-size: 1em; width: 80%;}
	.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;}
	.news-text{margin:10px auto 5px;}
	.tech-text{width:90%;}
	.index-title{width:90%;}
	.index-title-eng{width:90%;}
}
@media screen and (max-width: 640px) { 
	.hot1{width: 410px;   margin:10px auto; float: none; text-align: center;    height: auto;}
	#index_margin{width:100%;}
	#footFloat{ font-size: .9em; }
	.news{width: 70%; padding: 0 0 0 10px;}
	.news-block{float:none; width:100%; margin:0 auto;}
	.pic{width:initial; float:none; height: 80%;}
	.key{width:90%; margin:0 auto;}
	.hot_text{ height: initial; float: none; padding: 10px;}
	.hot_box{margin: 0 auto;width: 410px;}
	.news_t{float:none;}
	.contact_margin iframe{  width: 480px;height: 300px;}
	.contact_margin{  width: 480px;}
	.contact_margin p{ width: 100%;}
	.product_box{ width: 200px;height: 290px;margin: 10px;}
	.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: 80%;}
	.video{ width:98%;}
	.popup-gallery { width: 100%;}
	.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;}
	.ptext{float:left;}
	.product_img a{width: 100%; height: 100%;}
	.product_img a::after{width: 60px;padding-top: 60px;}
	.application{width:95%;}
	.application-block{width:100%;}
	.application-box{margin-left:40px;}
	.code-link{display:none;}
}
@media screen and (max-width: 519px){
	.tableDown span ul{width:290px;}
	.news-pic{width:100%; height:auto;}
	.news-pic img{width:100%; height:auto;}
	}
@media screen and (max-width: 480px) { 
	header{position:inherit; height:inherit;}
	#banner_s{padding-top:0;}
	#aa{margin: 13px 0 0 10px;}
	#logo{margin-top:0em;}
	#logo img{width:200px; padding:5px 0;}
	#content{padding-top:0;}
	.abgne_tab{display:none;}
	.hot_box{width:300px;}
	.hot1{width:300px;}
	.hotBg a::before{left:35%; top:75%;}
	/*.more {display:none;}*/
	.news{width:90%;}
	.contact_margin iframe{width:380px; height:300px; padding-bottom:5px;}
	.contact_margin{width:380px;}
	.product_box{width:180px; height:290px; margin:15px 10px 25px 5px;}
	.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;}
	.tech-text{width:85%;}
	.download-pro h1 {display: block;}
	.formBox .form label{position:initial;}
	.formBox .form input[type="text"]{padding-left: 10px; margin-left: 0px; width:100%;}
	.formBox .form textarea{padding-left: 10px; margin-left: 0px; width:100%;}
	.pro_text{display:block;}
	.page{margin:25px auto 20px;}
	.index-title{margin:0 auto; font-size:28px; padding-left:0; text-align:center;}
	.index-title-eng{margin:0 auto; font-size:22px; padding-left:0; text-align:center;}
	.application-box{margin-left:20px;}
	.news-text{width:85%;}
	.key{width:95%;}
	.product-item img{width:80px; margin-bottom:-10px;}
	}
@media screen and (max-width: 420px){.application-box{margin-left:10px;}}
@media screen and (max-width: 400px){
	.contact_margin iframe{width:330px; height:230px; padding-bottom:5px;}
	.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%; margin:15px 5px 25px 0px; height:initial;}
	.ptext{float:left;}
	.product_margin {width:80%;}
	.product_img{width:100%;}
	.contact_margin p{font-size:0.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;}
	.application-box{margin-right:0;}
}

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

}
