@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,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}
@font-face {
  font-family: Alcefun;
  src: url(Alcefun.otf);
}
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:#000000;
	position:fixed;
	z-index: 990;
	height: 75px;

}
img{
	max-width:100%;
}

nav{
	width:100%;
	max-width:1180px;
	margin:0 auto;
}
nav ul{
    float: left;
    padding-left: 20%;
}
nav ul li{
	display:inline;
}
nav ul li a{
	padding:0 1.5em;
	color:#ffffff;
	font-size:110%;
	text-decoration:none;
	line-height:85px;
	letter-spacing:.1em;
	transition:all .5s ease;
	position:relative;
}

nav ul li a::after{
	content:"";
	position:absolute;
	left:18.5%;
	top:25px;
	transform:scale(0,1);
	height:2px;
	border-radius: 5px;
	width:62%;
	background:#FFF;
	transition:all .3s ease;
}
nav ul li a:hover::after {
	transform:scale(1,1);
}
strong{font-weight:bold;}
#logo{
	float:left;
}
a{
	color:#000000;
	font-size:16px;
	text-decoration:none;
}
p{
	font-size:16px;
	color:#000000;
	line-height:1.5em;
}
p a{
	font-size:18px;
	color:#757575;
	line-height:1.5em;
	text-decoration:none;
}
.titleBox{
	text-align: center; 
}
.titleHr{
	border-top:1px #9e9e9e solid; width:40%;  display: inline-block; 
}

.titleContentP{
	font-size:40px;
	font-family:Alcefun,arial;
	font-weight:500;
	color:#000;
	padding:0 10px;
	margin:50px auto 10px;
	letter-spacing:0.05em;
	display:inline-block;
	}

#bannerS{
	display:none;
}
#mobile{
	display:none;
	    position: fixed;
    top: 74px;
    bottom: 0;
}
#mobile a{
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 31px;
}
li{ list-style:none;
}
.item2 {
    width: 99.5%;
    height: 35px;
    padding: 10px 0 0 0;
    background-color: rgba(64, 64, 64, 0.95);
    cursor: pointer;
    text-align: center;
    
    transition: all .2s ease;
}
.item2:hover {
    background-color: rgba(11, 79, 97, 0.95);
    width: 99.5%;
}
.item {
	border-bottom: 1px #3e3e3e solid;
	    padding: 25px 5px 20px 0;
    text-align: center;
}


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

}
#intro_pic{
	border-bottom: 12px #d8d8d8 solid;
}
#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:#000000;
	width:100%;
	float:left;
	margin-top: 50px;
}
#keyBg{
	background-color:#000000;
	height:100%;
	width:100%;
}
.key{
	width:90%;
	color:#FFFFFF;
	font-size:16px;
	text-align:center;
	margin:0 auto;
	line-height:50px;
	letter-spacing: 2px;
}
.key a{
	color:#b3b3b3;
	font-size:15px;
	text-align:center;
	margin:0 auto;
	transition:all .4s ease;
}
.key a:hover{
	color:#FFFFFF;
}
#foot{
	width:800px;
	color:#b3b3b3;
	line-height:1.4em;
	margin:0 auto;
}
#foot a {
	color:#b3b3b3;
	font-size:14px;
}
#foot a:hover {
	color:#FFF;
}
.footbox {
	width:100%;
	margin: 1.5em auto;
}
#footFloat{
	margin-bottom: 15px;

    margin: 0 auto;
}
#footlogo{
	float:left;
	margin-right: 50px;
}
#follow{
	margin:0 20px;
	color:#FFFFFF;
	float:left;

	font-size:16px;
}
#follow_mobile{
	display:none;
	color:#FFFFFF;
	font-size:21px;

	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:50px auto 50px;
	/*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:370px;
    background: #f2f2f2;
    border: 1px #CCC solid;
	float:left;
	margin:0 2em;
	
}


.more{
	width:150px;
	margin: 10px 25px 0 0;
	line-height: 3em;
	color:#595757;
	font-size:1em;
	float: right;
}
.hot_text{
	padding: 0 10px;
	height:82px;
	margin:5px auto;
}
.hot_text a h1:hover{
	text-decoration: underline;
}
.table{
	padding: 0 0 30px 30px;
}
.newtable1{

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

	height:100%; 
	line-height:33px;	
}
.date{
	color:#0254a2;
	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: 750px;
}

.news a{
	color:#323232;
	font-size:18px;
}
.news a:hover{
	color:#8e8e8e;
}
.news2{
	color:#323232;
	font-size:1em;
	padding-left:230px;
}
.page{
	margin: 50px auto 0;
    width: 95%;
    float: left;
    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;
}
#sideBarTab{
	float:left;
	height:145px;
	padding-top: 90px;
	
}
#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-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-weight:bold;
	font-size:100%;
}
.ad_content{
	width:100%;
	height:175px;
	background:url(images/rightBg.png) repeat-y;
}
.ad_pic{
	width:152px;
	height:113px;
	margin:15px auto;
	border:#808080 1px solid;
}
hr{
    width: 99%;
}

/*about*/

.blue{
	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: #3264a5;
	float:right;
	font-weight: bold;
}

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

.product_margin{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	position:relative;
	}

.productdt_margin{
	margin:0 auto;
	width:850px;
}

.productTypeList{
	padding-left:0;
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	}

.product_box{
	width:33.333%;
	padding:10px;
	box-sizing:border-box;
	}

.product_box_inner{
	border:1px solid #ccc;
	display:flex;
	}

.productBoxImg{flex-basis:260px;}

.productBoxImg .img-cover{
	display:block;
    height:0;
    text-align:center;
    padding-bottom:80%;
    overflow:hidden;
    position:relative;
    }

.productBoxImg .img-cover>img{
    max-width:100%;
    min-width:100%;
    height:100%!important;
    object-fit:cover;
    -moz-object-fit:cover;
    -ms-object-fit:cover;
    -o-object-fit:cover;
    -webkit-object-fit:cover;
    position:absolute;
    transform:translate(-50%, 0) scale(1);
    transition:all 0.3s;
	}

.product_box:hover .productBoxImg .img-cover>img{
	transform:translate(-50%, 0) scale(1.1);
	}

.ptext{
    flex:1;
    background:#f2f2f2;
    box-sizing:border-box;
    padding:8px;
	}

.ptext a h4{
	font-size:18px;
	font-weight:bold;
	color:#0257a2;
	line-height:1.3em;
	margin-bottom:10px;
	}

.ptext a h4:hover{text-decoration:underline;}

.productDesc p{
	display:-webkit-box;
    width:100%;
    height:6em;
    line-height:1.5em;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    margin:0;
	}

.photoimg{margin:0 auto; width:760px;}


h1{
    color: #222;
    font-size: 16.5px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom:2px;
}
h2{
	color:#646464;
	font-size:14px;
	line-height:1.5em;
}
.product_img{
  	box-sizing: border-box;
	float:left;
	width: 260px;
}
.p_page{
	text-align:center;
	margin:10px auto;
	width: 200px;
}
.p_page a{
	color:#595757;
	font-size:18px;
	text-decoration:none;
}
.pro_text{
	color:#1e4d8a;
	font-size:21px;
	font-weight:bold;
}
.pro_p{
	font-size:16px;
}
.productNav{
	width:100%;
    max-width:480px;
    margin: 0 auto 50px;
    }

.productNav ul li{display:inline-block;}

.productNav ul li a{
    font-size:1em;
	color:#646464;
    padding:8px 20px;
    margin:15px 5px;
    border:1px #dcdcdc solid;
    transition:all 0.2s linear;
	display:block;
	}

.productNav ul li:hover a{
	color:#fff;
    border:1px #12579a solid;
    background-color:#12579a;
    transform:translateY(-8px);
	}

/*產品內頁縮圖*/
.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;
	display: flex;
}
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 5px;
	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:1px #CCC solid;
	background: #fff;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
.hot1Img{
	background:#000;
}
.hot1Img a{
	position:relative;
	display: block;
}
.hotIMG{
	overflow: hidden;
}
.hotIMG img{
	width:100%;
	transition:all .4s ease;
	display: block;
	
}
.hot1Img 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;
}
.hot1Img a:hover::before{
	opacity: 1;
    margin-top: -80px;
    }
.hotIMG:hover img{
	opacity:.5;
	transform: scale(1.05);
}
.tab_1{
	background-color:#595757;
}
.tab_2{
	background-color:#385796;
}	
.tab_3{
	background-color:#D0A100;
}

.tab_label_tw, .tab_label_en{background-color:#385796;}
.tab_pet_tw, .tab_pet_en{background-color:#d0a100;}

.PSS {
    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 {
    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;

}
.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-top: 32px;
    height: 25px;
    float: right;

}
.language span{
	padding: 0 5px;
}
.language span a{
	color: #dedede;
	font-size:14px;
	transition: color .4s ease;
}
.language span a:hover{
    color: #FFFF00;
}
marquee{
	float: left;
	width: 90%; 
	color: #000000;
	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;}
}
.youtubecontent{
position: relative;
padding-top: 30px; height: 0; overflow: hidden;
}
.youtubecontent{
padding-bottom: 56.25%;
}
.productdt_margin iframe{

	width: 100%;
	height: 400px;
}
/*螢幕大小*/
@media screen and (max-width: 1800px) { 
	
}
@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; }
	#sideBarContents{width: 150px;}
	.ad_pic{  width: 120px; height: 90px;}

}
@media screen and (max-width: 1400px){
	.product_margin{max-width:1080px;}
	.product_box{width:50%;}
	}

@media screen and (min-width: 1200px){
	#mobile{display:none; visibility:hidden;}

}
@media screen and (max-width: 1200px) { 
	nav{position: relative;}
	.language{position: absolute; top: 0; right: 0; margin-right: 0; z-index: 999;width: 100px;padding-top: 28px;}
	nav{    width: 100%;}
	nav ul{display:none;}

	#logo{text-align: center; float:none; height: 75px;}
	#index_margin{width: 1002px; margin: 0 auto;}
	.hot1{width: 300px; margin:0 .6em;}
	#aa{background:url(images/aa.png) no-repeat;width:55px;height:35px;margin:20px 0 0 10px;float:left; }
	#footlogo{float:left;  width: 250px; margin:0 auto;}
	#footFloat{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;}
	.mobile{background: rgba(0,0,0,.9); width: 230px; animation: menuGo .2s ease 1; animation-fill-mode: forwards; height:100%;}
	@keyframes menuGo { 0%{transform:translate(-100%);} 100%{transform:translate(0px);}}
	#mobile a:hover{color: #56b6dc;}
	.item{ transition:all .2s ease-in-out;}
	.item:hover{background: rgba(107, 107, 107, 0.5);}
}
@media screen and (max-width: 1080px) { 

	#index_margin{  width: 850px;}
	.hot1{width: 250px;}
	.hot_text{  width: 250px; padding: 5px;    box-sizing: border-box;}
	.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%;}
	.hot1Img a::before{left: 31%; top: 82%;}
}
@media screen and (max-width: 980px) { 
marquee{ width: 80%;}
	.PSh2 {width: 70%;}
}
@media screen and (max-width: 840px) { 


	.hot1Img a::before{ left: 30%; top: 85%;}
	#navlist{ display:none;}
	#content_right{overflow: inherit;}
	.hot1{  width: 220px;   margin: 0 .4em;}
	.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%;}

	.key a{  color: #BFBFBF;}
	.key a:hover{  color: #FFFFFF;}
	.date{  padding: 0 0 0 10px; }
	.news{width: 75%;}
	.hot {width: 100%}
	.product_img{margin:0;padding-bottom: 5px;}
	.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%;}
	.product_box_inner{flex-wrap:wrap;}
	.productBoxImg{flex-basis:100%;}
	.ptext{flex: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%;}
	#foot{    width: 90%; }
	#footlogo { width:auto;}
	.hot1Img a::before { left: 27%; top: 90%;}
}
@media screen and (max-width: 640px) { 

	.hot1{width: 410px;   margin: .5em .3em; height: 158px;}
	#index_margin{width:95%;}
	.news{width: 70%; padding: 0 0 0 10px;}
	.hotIMG img{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;}
	.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%;}
	.titleHr{width: 25%;}
	.hot_text{margin:0 auto;}
	.hot1Img{ overflow: initial;}
	.hot1Img a::before {left: 15%;    margin-top: -40px;}
	.hotIMG:hover img{transform: scale(1); opacity:1; }
	.hot1Img a:hover::before{opacity:0; margin-top: 60px;}
}
@media screen and (max-width: 580px) { 
	#footlogo { float: none; text-align: center; margin:30px 0 10px;}
	.footbox { margin:0 auto;}
}
@media screen and (max-width: 480px) { 
	#logo{margin-right: 25%;}
	#mobile{top: 70px;}
	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: 110px;}
	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%;}
	.productNav ul li{padding: 8px 10px; margin: 15px 5px;}
	.productNav{ width: 90%;     text-align: center;}
	.productdt_margin iframe{height:300px;}
	.ptext { height: 148px;}
}
@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;}
	.ptext {height: 135px;}

}
@media screen and (max-width: 370px) { 
	#logo img { width: 160px; margin-top: 5px;}
	.language {width: 90px;}

}
