@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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
	line-height: 1;
	font-family: Arial,微軟正黑體,新細明體,sans-serif;
}
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;
}

/*start*/
header{
	width:100%;
	background:#005D73;
	position:fixed;
	z-index: 990;
	height: 75px;
	box-shadow: 0px 1px 10px #8A8A8A;
}
img{
	max-width:100%;
}
nav div li{
	background-color:#323232;
	width:160px;
}
nav div li:hover{
	background-color:#000000;
	width:160px;
}
nav{
	width:100%;
	margin:0 auto;
}
nav ul{
    float: left;
    padding-left: 30%;
}
nav ul li{
	display:inline;
}
nav ul li a{
	padding:0 1.5em;
	color:#ffffff;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-size:110%;
	text-decoration:none;
	line-height:85px;
	letter-spacing:.1em;
	transition:color .5s ease;
}
nav ul li a:hover {
	color:#FFF100;
}
strong{font-weight:bold;}
#logo{
	float:left;
	padding-left: 100px;
}
a{
	color:#000000;
	font-size:16px;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	text-decoration:none;
}
p{
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-size:16px;
	color:#000000;
	line-height:1.5em;
}
p a{
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-size:18px;
	color:#005D73;
	line-height:1.5em;
	text-decoration:none;
}
#bannerS{
	display:none;
}
#mobile{
	display:none;
}
#mobile a{
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial,微軟正黑體,新細明體,sans-serif;
    letter-spacing: 2px;
    line-height: 31px;
}
li{ list-style:none;
}
.item2 {
    width: 99.5%;
    height: 35px;
    padding: 10px 0 0 0;
    background-color: rgba(0, 115, 144, 0.95);
    cursor: pointer;
    text-align: center;
    border: 1px #FFFFFF dotted;
    transition: all .2s ease;
}
.item2:hover {
    background-color: rgba(0, 115, 144, 0.95);
    width: 99.5%;
}
.item {
    width: 99.5%;
    height: 39px;
    padding: 15px 0 0 0;
    background-color: rgba(92, 152, 167, 0.95);
    cursor: pointer;
    text-align: center;
    border: 1px #FFFFFF dotted;
    transition: all .2s ease;
}
.item:hover {
    background-color: rgba(128, 190, 216, 0.95);
    width: 99.5%;
}

#bannerBg{
	background:url(images/midBg.png) repeat;
}
#banner{
	max-width:100%;
	text-align:center;
    padding-top: 75px;
	margin:0 auto;

}
#intro_pic{
	box-shadow:0px 3px 4px hsla(0, 0%, 33%, 0.5);;
}
#contentBg{
	
	height:auto;
	width:100%;
}
#content{
	margin:0 auto;
	overflow: hidden;
}
#navlist{
	background-color:#E6E6E6;
	width:300px;
	float: left;
	line-height:3.5em;
	padding:30px 0 0 40px;
	position:absolute;
	transform:translate(0,5px);
	/*padding-bottom: 500em;
    margin-bottom: -500em;*/
    height: 500px;
}
#navlist_mobile{
	display:none;
	background-color: #3D3D3D;
}
footer ul{
	box-sizing: border-box;
	padding-left:30px;
}
footer ul li{
	background: url(images/icon_mobile.png) no-repeat left;
	border-bottom:1px #000000 dashed;
	height:55px;
	box-sizing: border-box;
	padding:20px 0 0 30px;
}
footer ul li a{
	color:#FFFFFF;
}
#content_right{
	
	position:relative;
	overflow:inherit;
}
#navlist ul li{
  	background:url(images/icon.png) no-repeat left;
 	padding:0 0 0 20px;
}

footer{
	background-color:#00262F;
	width:100%;
	float:left;
}
#keyBg{
	background-color:#003642;
	height:100%;
	width:100%;
}
.key{
	width:90%;
	color:#FFFFFF;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	line-height:50px;
	letter-spacing: 2px;
}
.key a{
	color:#D8D8D8;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	transition:all .4s ease;
}
.key a:hover{
	color:#FFF100;
}
#foot{
	width:100%;
	color:#A4B5B9;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	line-height:1.4em;
}
#foot a {
	color:#088788;
}
.footbox {
	width:100%;
	margin: 1.5em auto;
}
#footFloat{
	margin-bottom: 15px;
}
#footlogo{
	float:left;
}
#follow{
	margin:0 20px;
	color:#FFFFFF;
	float:left;
	font-family:arial;
	font-size:16px;
}
#follow_mobile{
	display:none;
	color:#FFFFFF;
	font-size:21px;
	font-family:arial;
	margin: 0 auto;
	box-sizing: border-box;
}
#follow_btn{
	margin:0 2em;
}
.footAdmin{
	color: #7B7B7B; 
	font-size: 10px; 
	text-align: center; 
	margin: auto; 
	width: 100%; 
	padding: 4px 0;
}
.footAdmin a{
	color: #7B7B7B; 
	font-size: 10px;
	text-decoration:underline;
}
.footAdmin a:hover{
	color:#999999;
}
.hot{
	height:auto;
	margin:0 auto;
	float:left;
	width: 1200px;
}
.abgne_tab{
	display:none;
}

/*標題圖片*/	
.ahot{
	background:url(images/T_hot.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
.anews{
	background:url(images/T_newsB.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
.equipment{
	background:url(images/equipment.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
.about{
	background:url(images/about.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
.service{
	background:url(images/service.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
.process{
	background:url(images/process.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
.aproduct{
	background:url(images/product.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
.acontact{
	background:url(images/contact.png) center no-repeat;
	height:115px;
	margin:1em auto;
	width: 100%;
}
/*index*/
#index_margin{
	width:1200px;
	margin:0 auto;
}
.hot1{
	width:330px;
	height:350px;
	border-bottom:10px solid;
	float:left;
	margin:0 2em;
	box-shadow:0px 0px 5px hsla(0,0%,0%,.3);
}
.more{
	width:150px;
	margin: 10px 25px 0 0;
	line-height: 3em;
	color:#595757;
	font-size:1em;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	float: right;
}
.hot_text{
	width:280px;
	height:82px;
	margin:5px auto;
}
.table{
	padding: 0 0 30px 30px;
}
.newtable1{

	height:100%; 
	line-height:33px;	
}
.newtable2{
	background-color:#EAF6F9;

	height:100%; 
	line-height:33px;	
}
.date{
	color:#3891E6;
	font-size:18px;
	padding: 0 0 0 60px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
  	width: 150px;
  	vertical-align: top;
}
.news{
	color:#323232;
	font-size:18px;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	display: inline-block;
 	width: 750px;
}

.news a{
	color:#323232;
	font-size:18px;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
}
.news a:hover{
	color:#3A899C;
}
.news2{
	color:#323232;
	font-size:1em;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	padding-left:230px;
}
.page{
	margin: 50px auto;
    width: 95%;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.page a{
	color:#000000;
	font-size:16px;
	text-decoration:none;
	padding:8px 13px;
}

.page a:hover{
	color:#000000;
	font-size:16px;
	text-decoration:none;
}
.spanpage a{
	color:#000000;
}

/*浮動視窗*/
#sideBar{
	position: absolute;
	right:0px;
	z-index: 995;
    top: 75px;
}
#sideBarTab{
	float:left;
	height:145px;

	
}
#sideBarContents{
	float:left;
	overflow:hidden !important;
	width:180px;
	height:auto;
	z-index: 999;
	box-shadow:1px 1px 10px hsla(0,0%,0%,.5);
}
#ad_T{
	width:100%;
	background-color:rgba(123, 123, 123, 0.82);
	height:30px;
	text-align:center;
	padding:25px 0 0 0;
	color:#FFFFFF;
	font-size:110%;
	letter-spacing:.1em;
	text-shadow:2px 2px 5px hsla(0,0%,0%,.9);
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-weight:bold;
}
.ad_title{
	width:100%;
	height:25px;
	background-image:-webkit-linear-gradient(rgba(144,144,144,1)0%,rgba(41,41,41,0)11%,rgba(144,144,144,1)100%);
	background-image:-ms-linear-gradient(rgba(144,144,144,1)0%,rgba(41,41,41,0)11%,rgba(144,144,144,1)100%);
	background-image:-moz-linear-gradient(rgba(144,144,144,1)0%,rgba(41,41,41,0)11%,rgba(144,144,144,1)100%);
	background-image:linear-gradient(rgba(144,144,144,1)0%,rgba(41,41,41,0)11%,rgba(144,144,144,1)100%);
	padding:10px 0 0 0;
	text-align:center;
}
h3{color:#FFFFFF;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-weight:bold;
	font-size:100%;
}
.ad_content{
	width:100%;
	height: auto;
    padding: 5px 0;
	background:url(images/rightBg.png) repeat-y;
}
.ad_pic{
	width:152px;
	height: auto;
	margin:15px auto;
	border:#808080 1px solid;
}
hr{
    width: 99%;
}

/*about*/

.blue{
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-size:18px;
	color:#3180C7;
	line-height:1.5em;
	font-weight:bold;
}
.about_margin{
	margin:0 auto;
	width:1000px;
}
/*news*/
.news_margin{
	margin:0 auto;
	width:1100px;
}

.news_t{
	color:#0063D0;
	font-size:24px;
	font-weight:bold;
	float:left;
}
.news_img{
	float:left;
	margin-right:10px;
}
.back{
	color: #005D73;
	float:right;
	font-weight: bold;
}

/*product*/
.float_left{
	float:left;
}
.product_margin{
	margin:0 auto;
	width:1300px;

}
.productdt_margin{
	margin:0 auto;
	width:850px;
}
.product_box{
	width: 400px;
	height: 200px;
	float:left;
	box-sizing: border-box;
	margin: 15px 5px 25px 5px;
}
.photoimg{
	margin:0 auto;
	width:760px;
}
h1{
	color:#7F3200;
	font-size:18px;
	font-weight:bold;
	line-height:1.3em;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
}
h2{
	color:#646464;
	font-size:14px;
	line-height:1.5em;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
}
.product_img{
  	box-sizing: border-box;
	margin:0 10px;
	float:left;
	width: 260px;
}
.p_page{
	text-align:center;
	margin:10px auto;
	width: 200px;
}
.p_page a{
	color:#595757;
	font-family:Arial,微軟正黑體,新細明體,sans-serif;
	font-size:18px;
	text-decoration:none;
}
.pro_text{
	color:#7F3200;
	font-size:21px;
	font-weight:bold;
}
.pro_p{
	font-size:16px;
}
/*產品內頁縮圖*/
.showbox {
	width: 605px;
	height: 456px;
	float: left;
	margin: 0 25px 0 0;
}
.showbox1 {
	width: 605px;
	margin:50px auto;
}
.abgne-block-20120106 img {
	width: 128px;
	height: 98px;
	margin-bottom: 12px;
}
/*contact*/
.contact_margin{
	margin:0 auto;
	width:710px;
	text-align: center;
}
.contact_margin iframe{
	width:700px;
	height:450px;
}
.contact_margin p{
	
}

/*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;		
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	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 #079DFF;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
.pic{
	width:480px;
}
.tab_1{
	background-color:#595757;
}
.tab_2{
	background-color:#385796;
}	
.tab_3{
	background-color:#D0A100;
}
.PSS {
    font-family: 微軟正黑體, aria, helvetica, sans-serif;
    color: #ffffff;
    text-align: left;
    line-height: 36px;
    background-color: #5AA0F7;
    border-radius: 40px;
	margin: 20px auto;
	height: 60px;
	width:80%;
	display: table-row-group;
	    display: inline-table;
}
.PSh1{
	width:80px;
	font-size: 20px;
    font-weight: bold;
	text-align: center;
	padding: 10px;
	float: left;
    height: 100%;
}
.PSh2{
	width:30%;
	text-align: left;
	padding-left: 10px;
	border-left: 4px #CAFBF6 double;
	font-size: 20px;
	color: #EBEAFF;
	float: left;
    height: 100%;
}
.PSh3{
	text-align: left;
	padding-left: 10px;
	border-left: 4px #CAFBF6 double;
	font-size: 16px;
	float: left;
    height: 100%;
    width: 85%;
}
.PSS p {
    font-family: 微軟正黑體, aria, helvetica, sans-serif;
    color:#2E35C3;
    /*text-shadow: 1px 1px 1px #055850;*/
}

/*contact表單設定*/
.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:30px 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: #007E9C;
    font-weight: bold;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 80px;
    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: 110px;
    width: 50%;
}
.formBox .form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    padding-left: 110px;
    width: 100%;
    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: 100%;
    height: 100px;
    padding: 5px 5px;
    padding-left: 110px;
    border: 1px solid #ccc;
	font-family:arial,微軟正黑體,Microsoft JhengHei,新細明體,PMingLiU;

}
.formBox {
    margin-bottom: 25px;
    color: #222;
    font-size: 1em;
}
.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: #00262F;
    color: #FFF;
}
a.btn_color1:hover {
    background: #005D73;
}
.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;
}
.language{
	/*width: 160px;*/
    padding: 15px 10px 0;
    margin-right: 50px;
    padding-top: 15px;
    height: 25px;
    float: right;
    background: #007E9C;
    
}
.language span{
	padding: 0 10px;
}
.language span a{
	color: #E2F9FF;
	font-size:14px;
	transition: color .4s ease;
}
.language span a:hover{
    color: #FFE18A;
}
marquee{
	float: left;
	width: 90%; 
	color: #730000;
	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:#FFB60B;}
	50%{ background:#E00000;}
	100%{ background:#FFB60B;}
}
/*螢幕大小*/
@media screen and (max-width: 1800px) { 
	nav ul{padding-left:22%;}
}
@media screen and (max-width: 1600px) { 
	#navlist{  width: 100%;  padding: 0;position: inherit;  transform: inherit; height: auto; float:none;}
	#navlist ul{  width: 900px;margin: 0 auto;}
	#navlist ul li{  display: inline;}
	#content_right{  padding-left: 0; }
	#logo{padding-left: 70px;}
	nav ul{padding-left:15%;}
	#sideBarContents{width: 150px;}
	.ad_pic{  width: 120px; height: 90px;}

}
@media screen and (max-width: 1400px) { 
	#logo{padding-left: 50px;}
	nav ul{padding-left:10%;}
	.product_margin{width: 840px;}
}
@media screen and (max-width: 1300px) { 
	nav ul{padding-left:7%;}
	nav ul li a{    padding: 0 1.2em;}
}
@media screen and (min-width: 1200px){
	#mobile{display:none; visibility:hidden;}

}
@media screen and (max-width: 1200px) { 
	nav ul{display:none;}
	nav{position: relative;}
	.language{position: absolute; top: 0; right: 0; margin-right: 0; z-index: 999;}
	#logo{text-align: center; float:none; height: 75px; }
	#index_margin{width: 1002px; margin: 0 auto;}
	.hot1{width: 300px; margin:0 .7em;}
	#aa{background:url(images/aa.png) no-repeat;width:55px;height:35px;margin:20px 0 0 10px;float:left; }
	#footlogo{float:none;  width: 350px; margin:1.5em auto;}
	#footFloat{margin-left:0; margin-bottom:15px; font-size:14px;}
	.marqueeWrapper{width:960px;}
	
	.news_margin{  width: 90%;}
	.news {  width: 750px;}
	.date{  padding: 0 0 0 40px;  width: 130px;}
	.hot{width: 1000px;}
	#sideBarTab{  height: 116px;width: 35px;}
	#sideBarContents{width: 120px;}
	.ad_pic{  width: 100px; height: 75px;  margin: 10px auto;}
	.ad_content{  height: 140px;}
}
@media screen and (max-width: 1080px) { 

	#index_margin{  width: 850px;}
	.hot1{width: 250px;}
	.hot_text{  width: 250px; padding: 5px;}
	.marqueeWrapper{ width:85%;}
	.date{  padding: 0 0 0 30px;  width: 100px;}
	.news{width: 80%;}
	.hot{  width: 820px;}
	.about_margin{width:90%;}
	.contact_margin{width:700px;}
	.contact_margin p{float:none;}
	.PSh2 {width: 70%;}
	.PSh3 {width: 70%;}
}
@media screen and (max-width: 980px) { 
marquee{ width: 80%;}
	.PSh2 {width: 70%;}
}
@media screen and (max-width: 840px) { 

	
	#navlist{ display:none;}
	#content_right{overflow: inherit;}
	.hot1{  width: 220px;   margin: 0 .5em;}
	.hot_text{width: 200px;}
	#index_margin{width: 720px;}
	#follow_mobile{display:block; text-align: center;}
	#follow{ float: initial; padding-left: 20px;}
	#navlist_mobile{display:block;}
	.key{ line-height:35px;}
	.footbox{width: 100%;}
	#footFloat{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;height: 290px;margin: 15px 25px 25px 5px;}
	.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%;}
}
@media screen and (max-width: 768px) { 
	.hot1 {width: 190px;   height: 330px;}
	.hot_text {width: 180px;}
	#index_margin {width: 620px;}
	.about{background:url(images/about.png)no-repeat -100px 0; }
	.ahot{background:url(images/T_hot.png)no-repeat -100px 0;}
	.anews{background:url(images/T_newsB.png)no-repeat -100px 0;}
	.equipment{background:url(images/equipment.png)no-repeat -100px 0;}
	.aproduct{background:url(images/product.png)no-repeat -100px 0;}
	.acontact{background:url(images/contact.png)no-repeat -100px 0;}
	.service{background:url(images/service.png)no-repeat -100px 0;}
	.process{background:url(images/process.png)no-repeat -100px 0;}
	.contact_margin iframe{  width: 600px;height: 400px;}
	.contact_margin{  width: 600px;}
	.showbox1 {	width: 80%;}
}
@media screen and (max-width: 640px) { 
	.language { padding: 15px 3px 0;}
	.language span{padding: 0 5px;}
	.hot1{width: 410px;   margin: .5em .3em; height: 158px;}
	#index_margin{width:95%;}
	.news{width: 70%; padding: 0 0 0 10px;}
	.pic{width:210px; float:left;}
	.hot_text{width: 180px;float: left;padding: 10px;}
	.hot_box{margin: 0 auto;width: 410px;}
	.anews{background:url(images/T_newsB.png)no-repeat -140px 0;}
	.equipment{background:url(images/equipment.png)no-repeat -190px 0;}
	.ahot{background:url(images/T_hot.png)no-repeat -140px 0;}
	.about{background:url(images/about.png)no-repeat -140px 0; }
	.aproduct{background:url(images/product.png)no-repeat -140px 0;}
	.acontact{background:url(images/contact.png)no-repeat -140px 0;}
	.service{background:url(images/service.png)no-repeat -140px 0;}
	.process{background:url(images/process.png)no-repeat -140px 0;}
	.news_t{float:none;}
	.contact_margin iframe{  width: 480px;height: 300px;}
	.contact_margin{  width: 480px;}
	.product_box{ width: 200px;height: 290px;margin: 15px 15px 25px 5px;}
	.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;}
	#follow { text-align: left;display: table;}
	.PSS {width: 98%; }
	.PSh2 {width: 82%; margin-left: 30px;}
	.PSh3 {width: 82%; margin-left: 30px; margin-bottom: 20px;}
	.showbox1 {	width: 80%;}
	marquee { width: 70%;}
}
@media screen and (max-width: 480px) { 
	#sideBar{ top:70px;}
	#logo{  margin-right: 25%;}
	header{height:70px;}
	#aa{margin: 13px 0 0 10px;}
	#logo{margin-top: 0.1em; height: 68px;}
	#logo img{width:200px;}
	.abgne_tab{display:inline;}
	.hot_box{display:none;}
	.more {display:none;}
	.news{width:95%;}
	.anews{background:url(images/T_newsB.png)no-repeat -190px 0;}
	.equipment{background:url(images/equipment.png)no-repeat -250px 0;}
	.ahot{background:url(images/T_hot.png)no-repeat -190px 0;}
	.about{background:url(images/about.png)no-repeat -190px 0;}
	.aproduct{background:url(images/product.png)no-repeat -190px 0;}
	.acontact{background:url(images/contact.png)no-repeat -190px 0;}
	.service{background:url(images/service.png)no-repeat -218px 0;}
	.process{background:url(images/process.png)no-repeat -218px 0;}
	.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;}
	#ad_T{  height:42px;padding: 30px 0 0 0; font-size: 16px;}
	.ad_title{height: auto;padding-bottom: 3px;}
	#sideBarTab{  height: 116px;width: 35px;}
	#sideBarContents{width: 90px;}
	.ad_pic{ width: 80px; height: 60px;  margin: 5px auto;}
	.ad_content{ height: auto;}
	h3{  font-size: 12px;}
	#aa{  background-size: 80%;margin: 20px 0 0 10px;}
	#banner { padding-top:70px;}
	#footFloat {float: inherit;  margin-bottom: 10px;}
	.footbox{width:100%; height:initial;}
	#follow{ text-align: center;}
	marquee{width: 70%;}
	.marqueeWrapper { width: 95%;}
}
@media screen and (max-width: 400px) { 

	.footbox{width:100%;}
	#footlogo{width: 100%;}
	.anews{background:url(images/T_newsB.png)no-repeat -250px 0;}
	.equipment{background:url(images/equipment.png)no-repeat -310px 0;}
	.ahot{background:url(images/T_hot.png)no-repeat -250px 0;}
	.about{background:url(images/about.png)no-repeat -250px 0;}
	.aproduct{background:url(images/product.png)no-repeat -250px 0;}
	.acontact{background:url(images/contact.png)no-repeat -250px 0; }
	.service{background:url(images/service.png)no-repeat -268px 0;}
	.process{background:url(images/process.png)no-repeat -268px 0;}
	.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: 145px; height:250px; margin: 15px 5px 25px 5px;}
	.product_margin {width: 340px;}
	#footFloat {float: inherit; margin-bottom: 10px;}

}
@media screen and (max-width: 370px) { 
	#logo{ padding-left:0;}
	#logo img { width: 160px; margin-top: 5px;}
	.language span { padding: 0 3px;}
	.language span a{font-size: 12px;}

}