@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:120px;
	width:100%;
	border-bottom: 1px #FFF solid;
	background-color:rgba(128, 0, 0,0.95);
	position:fixed;
	z-index: 990;
}
img{
	/*max-width:100%;*/
}
nav>div li{
	background-color:#8b0000;
	width:160px;
	border-bottom: 1px #708090 solid;
}
nav>div li:hover{
	background-color:#ff0000;
}
nav{
	width: 95%;
	margin:0 auto;
}
nav>ul{
	float:right;
	padding-left:0;
	position:relative;
	top:10px;
}
nav>ul>li{
	display:inline;
}
nav>ul>li a{
	padding:1em 0.3em;
	color:#FFFFFF;
	font-size:19px;
	text-decoration:none;
	line-height:94px;
	letter-spacing:.1em;
	font-weight:bold;
	position:relative;
}
nav>ul li a:hover {

}
nav>ul>li a::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 70%;
    transform: scale(0,1);
    background: #ffffff;
    transition: all .2s ease-in-out;
    top: 50px;
    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 #087fbf solid;
	padding: 0 5px;
}
.drop-down-menu a{
	font-size: 12px;
    color: #087fbf;
    line-height: 1.5em; 
}
.drop-down-menu li{
    display: inline-block;
    position: relative;
}
.drop-down-menu>ul>li>ul>li{
	width: 100%;
    background: #49a9dc;
    padding: 5px 10px;
    box-sizing: border-box;
}
.drop-down-menu>ul>li>ul>li:hover{
	background: #087fbf;
}
.drop-down-menu>ul>li>ul>li a{
color:#FFFFFF;
}
.drop-down-menu>ul{
	position: absolute;
    z-index: 99;
    right: 17px;
    top: 5px;
    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;
}
#logo{
	float:left;
	margin-top: 30px;
}
a{
	color:#333333; 
	font-size:16px;
	text-decoration:none;
}
p{
	padding: 5px;
	font-size:16px;
	color:#000000;
	line-height:1.5em;
}
.aboutJPG{
	margin: 0;
	padding: 0;
	width: 100%;
	border:none;
}
p a{

	color:#087fbf;
	line-height:1.5em;
	text-decoration:none;
}
p a:hover {
	color:#1a246a;
}
#bannerS{
	display:none;
}
#mobile{
	display:none;
	text-align: center;
}
#mobile a{
	color:#FFFFFF;
	letter-spacing:2px;
}
li{ list-style:none;
}
.item{
    width: 50%;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 2px;
}
.aa_item{
	position:absolute;
	left:0px; 
	cursor:pointer;
}

#bannerBg{
	background:url(images/bodyBG.jpg) repeat;
}
#banner{

}
#banner_s{
	display:none;
}

.linkicon-fb{
	width: 55px;
	height: 65px;
	right: 17px;
	bottom: 60px;
	display: block;
	position: fixed;
	cursor: pointer;
	z-index: 99999;
}

.linkicon-line{
	width: 55px;
	height: 65px;
	right: 17px;
	bottom: 3px;
	display: block;
	position: fixed;
	cursor: pointer;
	z-index: 99999;
}

.group4{ width:98%;}
.video{ width:560px; height:315px;}
#contentBg{
	
	height:auto;
	width:100%;
}
#content{
	margin:0 auto;
	overflow: hidden;
	background:#FFFFFF;
}
#navlist{
	background-color:#7D7D7D;
	line-height:3.5em;
	min-height: 2em;
	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:#a0a0a0;
}
#navlist_mobile{
	display:none;
	background-color: #e8e8e8;
}
#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:last-of-type{
	border-bottom:none;
}
#navlist_mobile >ul li a{
	color:#484848;
}
#contentBox{

	position:relative;
	overflow:inherit;
	animation:fadeIn .5s ease-in-out 1;
}

.txtNormal img{
	max-width: 100%;
	height: auto !important;
}

@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;
    }
.dropdown-menu { width:100%; margin:0 auto !important; position:absolute; border-radius:0px; background:#FFF; left: 0px; border:0;}
.dropdown-menu li { float:left !important; margin:0px auto !important; width:100% !important; padding:0px !important;}
.dropdown-menu li a { font-size:15px !important; padding:10px 0 !important;}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:active { color:#FFF !important; }
.dropdown-menu>li>a:hover{ background:#00bcff !important; }

.ccin{
	width: 100%;
	display: table;
	text-align: center;
	color:rgba(255,255,255,.5);
    font-size: 14px;
    box-sizing: border-box;
}
.ccin a{
	color:rgba(255,255,255,.5);
    font-size: 14px;
}
.ccin li{
	font-size: 12px;
}
.ccin img{
	vertical-align: middle;
	padding:0 10px 0 10px;
}
footer{
	background:url(images/bodyBG.png) repeat;
	width:100%;
	float:left;
	width:100%;
	color:#999999;
	line-height:1.4em;
	padding: 20px 0;
	margin-top: 50px;
}
#keyBg{
	background-color:#7D7D7D;
	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;
}
.Lang {
    position: absolute;
    right: 24px;
    top: 10px;
	font-size: 12px;
    color: #C1C1C1;

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

}
#foot{

}    
footer a {
	color:#19c8da;
	transition:all .4s ease;
	    line-height: 1em;
    font-size: 1em;
}
footer a:hover {
    color: #8af4ff;
}
.footbox{
	text-align: center;
	width: 1100px;
	margin: 0 auto;

}
#footFloat{
	text-align: center;
}
#footFloat p{
	line-height:1.2em;
}
#footlogo{
	float:right;
	padding-right: 30px;
	position: relative;
	top: 25px;
}
#footlogo img{
	max-width:100%;
}
.hot{
	height:auto;
	margin:0 auto 0;
	float:left;
	width: 1185px;
}
.abgne_tab{
	display:none;
}

@font-face {
  font-family: Alcefun;
  src: url(Alcefun.otf);
}
.indextitle{
	border-bottom:#FFFFFF 1px solid;
	width:100%;
    margin-top: 3%;
    color:#000000;
    text-align: center;
    font-family:Alcefun,Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    font-size: 18px;
    letter-spacing: .1em;
    position:relative;
    padding-bottom: 8px;
}

.about{
	border-bottom:#FFFFFF 1px solid;
	width:100%;
    margin-top: 3%;
    font-size: 1.4em;
    color:#000000;
    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;
}

/*index*/
#index_margin{
	width:1185px;
	margin:0 auto;
}
.hot1{
    max-width: 237px;
    width: 100%;
    height: 300px;
    float: left;
    margin: 0 1.8em;
    background: #FFFFFF;
    transition: all .4s ease;
    text-align: center;    
}

.hot1 img{

}
.hot1 img:hover{

}
.QT{
    max-width: 337px;
    width: 100%;
    height: 300px;
    float: left;
    margin: 0 1.8em;
    background: #FFFFFF;
    transition: all .4s ease;
    text-align: center;    
}

.QT img{

}
.QT img:hover{

}
.case1{
    width: 250px;;
    height: 250px;
    float: left;
    background: #000000;
    transition: all .4s ease;
    text-align: center;    
}

.case1 img{

}
.case1 img:hover{

}
.pic{
	width:100%;
	background:#FFFFFF;
	transition:all .4s ease-in-out;
}
.pic:hover{
	opacity:0.2;
}
.hotHidden{
	overflow:hidden;
}
.hotHidden img{
    width: 80%;
    padding: 30px;
    transition: all .4s ease;
    display: block;    
}
.hotHidden:hover img {
    opacity: .3;
    transform: scale(1.05);
}
.hotHidden{
	overflow:hidden;
}
.QTHidden img{
    width: 50%;
    transition: all .4s ease;
    display: block;    
}
.QTHidden:hover img {
    opacity: .3;
    transform: scale(1.05);
}
.QTBg{
	background:#FFFFFF;
}
.caseHidden{
	overflow:hidden;
}
.caseHidden img{
    width: 100%;
    transition: all .4s ease;
    display: block;
}
.caseHidden:hover img {
    opacity: .3;
    transform: scale(1.15);
}
.caseHidden{
	overflow:hidden;
}
.hotBg a{
    position: relative;
    display: block;
}
.hotBg a::before{
    display: none;
    content: "EGT";
    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{
	margin-left: 20px;
	line-height: 3em;
	color:#595757;
	font-size:1em;
}
.hot_text{
    
    text-align: center;
    font-size: 18px;
    color: #000000;
    background: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
}
.case_text{
	zoom: 1;
	overflow: hidden;
	margin-top: 0;
    display: block;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 30px;
}
.case_text h1{
	width:80%;
	padding: 0 25px;
	font-size: 18px;
	color: #ffffff;
}

.case_text .entry-meta{
	display: block;
}

.hot_text h1:hover{
	text-decoration:underline;
}
.table{
	padding: 0 0 30px 30px;
}

.casetable1{
	height:100%; 
	line-height:28px;
}

.casedate{
	color:#313131;
	font-size:18px;
	padding-left:20px;
	float:left;
  	width: 150px;
  	vertical-align: top;
}

.newtable1{
	height:100%; 
	line-height:33px;
	padding:10px 15px;
}
.newtable2{
	background-color:#F5F5F5;
	height:100%; 
	line-height:33px;
	padding:10px 15px;
}
.date{
	color:#313131;
	font-size:18px;
	float:left;
  	width: 150px;
  	vertical-align: top;
}
.news{
	color:#323232;
	font-size:18px;
	display: inline-block;
 	width: 100%;
}

.news a{
	color:#323232;
	font-size:18px;
}
.news a:hover{
	color:#087fbf;
}
.news2{
	color:#323232;
	font-size:1em;
	padding-left:230px;
}

.case{
	color:#323232;
	font-size:18px;
	display: inline-block;
 	width: 100%;
}

.case a{
	color:#323232;
	font-size:24px;
}
.case a:hover{
	color:#087fbf;
}
.case2{
	color:#323232;
	font-size:1em;
	padding-left:230px;
}

.page{

    margin: 0 auto;
	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:#5a1d1c;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
}
.spanpage a{
	background-color:#3891E6;
	color:#FFFFFF;
}
.btn-primary {
	color: #000000;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	padding: 8px 12px;
	border: 2px solid #000000;
	border-radius: 3px;}

/*about*/

.blue{
	font-size:18px;
	color:#3180C7;
	line-height:1.5em;
	font-weight:bold;
}
.about_margin{
	margin:0 auto;
	width:1000px;
}
/*news*/
.news_margin{
	width:100%;
	max-width:800px;
	margin:180px auto 80px;
	}

.detailTitleBox{display:flex; margin-bottom:30px;}

.detailTitleBox .detail-icon{flex-basis:35px; margin-right:10px;}
.detailTitleBox .detailTitle{flex:1;}

.detail-icon img{width:100%;}

.detailTitle{
    font-size:24px;
	font-weight:bold;
	color:#852a29;
	line-height:1.5em;
	}

hr{width:100%;}


/*product*/
.float_left{float:left;}

.product_margin{margin:180px auto; width:900px;}

.productdt_margin{margin:0 auto; width:100%; max-width:1000px;}

.product_box{
	width: 200px;
	height: 230px;
	float: left;
	box-sizing: border-box;
	margin: 15px 50px 25px 50px;
}
.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;
	padding:5px;
	
}
.product_img a{
  	box-sizing:border-box;
	float:left;
	transition:all 0.4s ease;
    width:200px;
    height:200px;
    overflow:hidden;
	background-color:#000000;
    text-align:center;
    transition:all 0.3s ease-in-out;
    position:relative;
}
.product_img a::after{
    content: "more";
    color: #ffffff;
    background: url(images/egtmark.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:0.2;}

.product_box:hover .product_img a::after{opacity:1; margin-top:0px;}

.product_box:hover .ptext h1{color:#087fbf;}

.p_page{text-align:center; margin:10px auto; width:200px;}

.p_page a{color:#595757; font-size:18px; text-decoration:none;}

.pro_text{
	color:#ffffff;
	font-size:21px;
	font-weight:bold;
	display: inline-block;
	background-color: #077fbf;
    padding: 5px 50px;
    border-radius: 0 20px 0 0;
}
.pro_text2{color:#852a29; font-size:16px; display:inline-block;}

.pro_p{font-size:16px;}

.picture_big{margin:0 auto; display:block;}

.narrative-box-text{float:left; width:50%;}
.narrative-box-pic{float:right; width:40%; padding-top:60px;}
.narrative-box-pic img{width:100%; margin:0;}

/*產品內頁縮圖*/
.showbox {
	width: 605px;
	height: 456px;
	float: left;
	margin: 0 25px 0 0;
}
.abgne-block-20120106 img {
	width: 128px;
	height: 98px;
	margin-bottom: 12px;
}
/*inquiry線上估價選項*/
.select{
	padding: 3px 3px 1px 3px;
}

/*order提交訂單*/
.tier{
	font-size: 18px;
	line-height: 50px;
	margin: 20px 140px;
}
.tier input{
	padding: 12px 0 12px 20px;
	height: 24px;
	line-height: 24px;
	margin-left: 25px;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}

.tier textarea{
	padding: 12px 0 12px 20px;
	height: 24px;
	line-height: 24px;
	margin-left: 25px;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}

.tier select{
	padding: 12px;
	width: 110px;
	height: 48px;
	line-height: 24px;
	margin-left: 20px;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}
/*order_mobile*/
.order_margin{
	margin: 100px auto 50px;
	width: 100%;
	}

.omargin{
	height: 250px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	}

.model{
	width: 100%;
	height: auto;
	display: inline-block;
	}

.clearfix{zoom:1}

.img-box{
	width:200px;
	height:200px;
	border: 1px solid #e8e9eb;
	float:left;
	margin: 19px 0 19px 10px;
	}

.model-L{
	display: block;
	height: 200px;
	margin: 10px auto;
	}

.model-R{
	width: 150px;
	float: left;
	padding-left: 10px;
	}

.model-name{
	font-size: 20px;
	padding-top:30px;
	}

.btn-link{
	color: #f37b46;
	font-size: 15px;
	padding-top: 20px;
	display: block;
	height: 50px;
	}

.color-list{
	width: 95%;
	margin: 0 auto 50px;
	display: inline-block;
	}

.color-btn{
	float:left;
	}

.Cbtn{
	border: 1px solid #c9c9c9;
	list-style: none;
	box-sizing: border-box;
	margin-top: 20px;
	display: inline-block;
	width: 75px;
	height: 36px;
	font-size: 16px;
	text-align: center;
	margin-right: 15px;
	background-color: #fff;
	color: #000;
	font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	}

.break{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	}

.break-list{
	margin: 0 auto;
	width: 100%;
	}

.b-list block{
	width: 100%;
	height: 40px;
	list-style: none;
	margin-top: 20px;
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	}

.price{
	width: 60%;
	box-sizing: border-box;
	border-top: 1 solid #e8e9eb;
	font-size: 15px;
	color: #333;
	float: left;
	height: 48px;
	}

.next-btn{
	width: 40%;
	background-color: #f37b46;
	display: block;
	height: 48px;
	float: right;
	text-align: center;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	border:0;
	}

.star{
	color: #ec2e42;
	vertical-align: top;
	}

.tableCT {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;

}

/*contact*/
.contact_margin{
	margin:180px auto 50px;
	width:1000px;
}
.contact_margin iframe{
	width:100%;
	height:350px;
}
.contact_margin p{
	float:left;
	width: 100%;
}
/*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: #046da5;
}

.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: #077fbf;
}
.download-pro h4{
	display: inline;
    color: #4c4c4c;
    font-weight: normal;
    font-size: .9em;
    margin-left: 15px;
    vertical-align: text-top;
}
.downloadBtn{

}

/*youtube影片*/
.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%;
}

/*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: #077fbf;
}
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 #077fbf;
	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:100%;
	text-align: center;	
}
.popup-gallery {
	width: 600px;
    margin: auto;
}
.popup-gallery img {
	width: 90%;
}
.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;
}
.inquiry-head{
background: #ffffff;  /* 原本的背景顏色 */
}
.inquiry:hover .inquiry-head{
background: #000000;  /* 當滑鼠經過時，背景顏色改變 */
}
.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;
}
em{

}


table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;

}

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

table th,
table td {
    padding: 10px;
    text-align: left;
    line-height: 1.5em;
}

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;
}
.back{
	color: #ffffff;
    float: right;
    margin: 50px 0;
    background: #077fbf;
    padding: 10px 25px;
    transition:all .2s ease;
}
.back:hover{
	background: #25a6ea;
}
.back>div{
	display:inline-block;
	transition:all .2s ease;
}
.back:hover.back>div{

	padding-right:10px;
}
marquee{
	float: left;
	width: 90%; 
	color: #1a246a;
	margin-top: 6px;
}
.marqueeWrapper{
	display: block; 
	width:1120px; 
	margin:5px auto 0;
}
.marqueeTitle{
	float: left;
    width: 72px;
    color: #FFFFFF;
    font-weight: bold;
    background: #E00000;
    padding: 5px 2px 5px;
    text-align:center;
    border-radius: 5px;
    animation: marqueeTitle 1.5s ease-in infinite;
}
@keyframes marqueeTitle{
	0%{ background:#077fbf;}
	50%{ background:#1a246a;}
	100%{ background:#077fbf;}
}

/*小螢幕估價*/
.widget {
  position: relative;
  margin: 20px auto 10px;
  width: 320px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.07);
}

.widget-tabs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 12px 0;
  text-align: left;
  direction: rtl;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
}

.widget-tab,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  line-height: 36px;
  font-weight: normal;
  color: #999;
  background: #fcfcfc;
  border: solid #ddd;
  border-width: 1px 1px 0;
  border-radius: 5px 5px 0 0;
  padding-bottom: 0;
  bottom: auto;
}

.widget-tab > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child ~ .widget-tab > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) ~ .widget-tab > .widget-tab-link,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child ~ .widget-tab > .widget-tab-link {
  margin: 0;
  border-top: 0;
}

.widget-tab + .widget-tab {
  margin-right: -1px;
}

.widget-tab:last-child,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2),
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child {
  bottom: -1px;
  margin-top: 0;
  padding-bottom: 2px;
  line-height: 34px;
  font-weight: bold;
  color: #555;
  background: white;
  border-top: 0;
}

.widget-tab:last-child > .widget-tab-link,
.widget-list:target:first-of-type ~ .widget-tabs > .widget-tab:first-child > .widget-tab-link,
.widget-list:target:nth-of-type(2) ~ .widget-tabs > .widget-tab:nth-child(2) > .widget-tab-link,
.widget-list:target:last-of-type ~ .widget-tabs > .widget-tab:last-child > .widget-tab-link {
  margin: 0 -1px;
  border-top: 4px solid #4cc8f1;
}

.widget-tab-link {
  display: block;
  min-width: 60px;
  padding: 0 15px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
}

.widget-list {
  display: none;
  padding-top: 10px;
}

.w-list-haed {
	width: 100%;
	padding-top: 10px;
	}

.w-list-tab {
	display: table;
	float: left;
	width: 90px;
	height: 30px;
	text-align:center;
	padding-top:3px;
	border-radius: 5px;
	border: 1px solid #ccc;
	list-style: none;
	margin: 3px 3px 6px;
	cursor: pointer;
	}

.w-list-tab-chosed {
	display: table;
	float: left;
	width: 90px;
	height: 30px;
	text-align:center;
	padding-top:3px;
	border-radius:5px;
	background: #ffefd5;
	border: 1px solid #f37b46;
	list-style: none;
	margin: 3px 3px 6px;
	cursor: pointer;
	}

.w-list-tab-chosed p{
	color: #f37b46;
	}

.tab-text-model{
	font-size: 12px;
	text-align: center!important;
	display: table-cell;
	vertical-align: middle;
	}
	
.tab-text-color{
	font-size: 14px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	}

/*.widget-list > li + li {
  border-top: 1px solid #e8e8e8;
}*/

.widget-list:last-of-type {
  display: block;
}

.widget-list:target {
  display: block;
}

.widget-list:target ~ .widget-list {
  display: none;
}

.widget-list-link {
  display: block;
  line-height: 18px;
  padding: 10px 12px;
  font-weight: bold;
  color: #555;
  text-decoration: none;
  cursor: pointer;
}

.widget-list-link:hover {
  background: #f7f7f7;
}

li:last-child > .widget-list-link {
  border-radius: 0 0 3px 3px;
}

.widget-list-link > img {
  float: left;
  width: 32px;
  height: 32px;
  margin: 2px 12px 0 0;
}

.widget-list-link > span {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #999;
}

.w-list{
	width: 95%;
    height: 40px;
    list-style: none;
    margin: 5px auto;
    padding: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	}

.w-list-chosed{
	width: 95%;
    height: 40px;
    list-style: none;
    margin: 5px auto;
    padding: 5px;
    background: #ffefd5;
    border: 1px solid #f37b46;
    box-sizing: border-box;
	}

.w-list-chosed span{
	color: #f37b46;
	}
.order-clor{
	width:100%;
	font-size: 15px;
    line-height: 30px;
    float: left;
    padding-left: 0px;
	}
.order-name{
	font-size: 15px;
    line-height: 30px;
    float: left;
    padding-left: 0px;
	}

.order-price{
	font-size: 15px;
    line-height: 30px;
    float: right;
    padding-right: 10px;
    color: #F37B46;
    }

.w-list select{
	width: 150px;
	margin-left: 5px;
	padding: 3px 5px;
	height: 30px;
	line-height: 35px;
	border: 1px solid #d6d6d6;
	font-size: 15px;
    font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	}

.order-name input{
	width: 210px;
	margin-right: 0;
	padding: 3px 5px;
	line-height: 35px;
	border: 1px solid #d6d6d6;
	font-size: 15px;
    font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	}

.order-name textarea{
	width: 210px;
	margin-right: 0;
	padding: 5px;
	height: 70px;
	border: 1px solid #d6d6d6;
	font-size: 15px;
    font-family: Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    vertical-align: top;
    -webkit-appearance: none;
    border-radius: inherit;
	}

.widget-actionBtn{
  	position: relative;
  	margin: 10px auto;
  	width: 100%;
  	border: 0;
	-webkit-appearance: none;
    border-radius: inherit;
}

/*螢幕大小*/
@media screen and (max-width: 1920px) {
	#banner { padding-top: 120px;}
	#SWI-box {display: none;}
	.SWI-box :hover{opacity: 1;}
	.SWI-box a{position: absolute; right:0; top:10px; z-index: 100;}
	#casebox{width:100%; text-align:center;}
	.casebox-inside{width:1000px; margin: 0 auto; text-align: center;}
	.pic-pc1{margin:20px 55px;}
	.pic-pc2{margin:20px 15px;}
	.aboutpic{margin:5px; float: left;}
	.contactbox{width:40%; float:left;}
	.contactbox h2{font-size:24px; color:#ff0099; font-weight:bold; line-height:1em;}
	.contactmap{width:60%; float:left;}
	.contactshop{width:100%; margin-top:10px;}
	.contactshop img{width:100%;}
}
@media screen and (max-width: 1600px) { 
	#contentBox{  padding-left: 0; }
	.rescue-pic{text-align: center;}
	.rescue-pic img{width: 70%; height: auto;}
	#banner { padding-top: 115px;}
}
@media screen and (max-width: 1400px) { 


}
@media screen and (max-width: 1200px) { 
	#index_margin{width: 1002px; margin: 0 auto;}
	.hot_box{width: 1000px;}
	.hot1{width: 300px; margin:0 .9em;}
	.news_margin{  width: 90%;}
	.news {  width: 750px;}
	.date{  padding: 0 0 0 40px;  width: 130px;}
	.hot{width: 1000px;}
	.rescue-pic{text-align: center;}
	.rescue-pic img{width: 80%; height: auto;}
	nav { width: 1050px;}
	.footbox{width: 90%;}
	#footlogo{padding-right:0; padding-bottom: 0;}
	.marqueeWrapper{width:960px;}
}
@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:5px 0 0 10px;float:left; cursor:pointer;}
	#logo{text-align: center; float:none;}
	#SWI-box{
		display: block;
		position: absolute;
		width: 100%;
		top: 12px;
		right: 15px;
		font-size: 18px;
		font-family: 微軟正黑體;
		font-weight: bold;}
	#index_margin{  width: 936px;}
	.hot1{width: 280px;}
	.date{padding: 0 0 0 30px;  width: 100px;}
	.news{width: 80%;}
	.pmargin p img{max-width:100%; height:auto !important;}
	.hot{width: 940px;}
	.casebox-inside{width:500px;}
	.about_margin{width:90%;}
	.contact_margin{width:700px;}
	.contact_margin p{float:none;}
	.contact_margin p{width:100%;}
	.contact_margin iframe{margin: 0 auto; display: block;}
	.Lang { position: initial;}
	header{ background-color: rgba(128, 0, 0, 0.95); height: 120px;}
	.footbox{ width: 90%;}
	#footFloat{width: 80%;}
	nav{ width:100%;}
	.tableDown span ul{	margin-left: 0px;}
	.marqueeWrapper{ width:85%;}
}
@media screen and (max-width: 980px) { 
	nav>ul{padding-right:50px;}
	.about{font-size: 1.2em;}
	marquee{ width: 80%;}
	.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;}

}
@media screen and (max-width: 840px) { 
	#navlist{ display:none;}
	#contentBox{overflow: inherit; margin-bottom: 5px;}
	.hot1{  width: 220px;   margin: 0 .4em;}
	#index_margin{width: 720px;}
	#keyBg{ background-color: #3D3D3D;}
	#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%; text-align: center;}
	.ccin{ text-align: center;}
	.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; }
	.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;}
	.contactbox{width:100%; float:none;}
	.contactmap{width:100%; float:none;}
}
@media screen and (max-width: 768px) { 
	header{height: 70px;}
	#logo{margin-top: 10px;}
	.hot1 {width: 210px;   height: 330px;}
	.table1Box{display: block;}
	#index_margin {width: 680px;}
	.news_margin{  width: 90%; margin: 100px auto;}
	.contact_margin{  width: 600px;}
	.contact_margin p{font-size: 1em; width: 100%;}
	.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:67px;}
	.tableDown { height: auto; margin: 15px 0;}
	.tableLeft .tableDown{margin: 0px 0;}
	.tableCenter2 ul li { padding-left: 15px;}
	.tableDown span ul { margin-left: 45px;}
	.narrative-box-text{float:none; width:100%; padding-top:20px;}
	.narrative-box-pic{float:none; width:80%; margin:0 auto; padding-top:0;}
}
@media screen and (max-width: 640px) { 
	.hot1{width: 410px;   margin:10px auto; float: none; text-align: center;    height: auto;}
	.QT{width: 70%;   margin:10px auto; float: none; text-align: center;    height: auto;}
	#index_margin{width:95%;}
	#footFloat{ font-size: .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_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%;}
	.pmargin > news_img{width:300px; height:auto;}
	.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%;}
	
	marquee { width: 70%;}
	.product_img a::after{ width: 60px;padding-top: 60px;}
}

@media screen and (max-width: 519px) { 
	.tableDown span ul { width:290px;}
}
@media screen and (max-width: 480px) { 
	header{height:70px;}
	#banner{padding-top:67px;}
	#aa{margin: 13px 0 0 10px;}
	#logo{margin-top: 0.1em;}
	#logo img{width:135px; padding-top:15px; }
	.abgne_tab{display:inline;}
	.hot_box{display:none;}
	.casebox-inside{width:250px;}
	.case_box{display: none;}
	.aboutpic{margin:30px 60px;}
	.news{width:90%;}
	.pic-pc1{margin:20px 55px;}
	.pic-pc2{margin:20px 55px;}
	.contact_margin iframe{  width: 380px;height: 300px;padding-bottom:5px;}
	.contact_margin{  width: 380px;}
	.product_box{ width: 180px;height: 290px;margin: 15px 100px 25px 100px;}
	.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-left: 0px; width:100%;}
	.formBox .form textarea{padding-left: 10px; margin-left: 0px; width:100%;}

.page { margin: 25px auto 20px;}
marquee{width: 70%;}
.marqueeWrapper { width: 95%;}
#contentBox {margin-bottom: 5px;}
.about{margin-top: 0;}
	.hot{margin: 0 auto;}
	.aboutJPG{margin-top: 60px;}
	#content{ padding-top: 0px; }
}
@media screen and (max-width: 440px) { 
#ddd{ width:180px !important;}
.aboutJPG{margin-top: 68px;}
#content{ padding-top: 0px; }
}
@media screen and (max-width: 400px) { 
	#footlogo{width: 100%;}
	.contact_margin iframe{  width: 330px;height: 230px;padding-bottom:5px;}
	.contact_margin{width: 330px; margin: 100px auto;}
	.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: 60%; margin: 100px auto;}
	.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;}
	.about table th, table td{ font-size:14px; padding:10px 5px;}
	.aboutJPG{margin-top: 58px;}
	#content{ padding-top: 0px; }
}

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