html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* basic */
body {
	background: #FFF;
	font-family:"微軟正黑體", "Microsoft JhengHei", "ＭＳ Ｐゴシック", "MS UI Gothic", Tahoma, Arial, Helvetica,"新細明體", "PMingLiU",sans-serif;
	font-size:18px;
	color: #4d004d;
}

a {
	outline: none;
}
a:link ,a:visited ,a:active {color:#7300e6;}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

img {
	border: 0;
}
#toppager {
	min-width:1366px;
	margin: 0px auto;
}

/*topbar*/
/*#sitelogo {
	width: 150px;
	padding:0;
	margin: 20px 20px 0 0 ;
	float: left;
}*/
#topbar {
     width:100%;
	 height:60px;
	 background:url(../photo/bg-n.jpg) repeat-x;
	 position:fixed;
	 padding:0px 20px;
	 z-index: 10;
	 box-shadow: 0px 3px 5px rgba(77, 77, 77,0.5);
}
#topLogo{
	height:50px;
	margin:0 0 0 30px;
}
/*#topbar #chlang{
	width:40px;
	height:60px;
	padding:10px 15px 0 5px;
	margin: 0 20px 0 0;
	float:right;
	display:block;
}
#topbar #chlang a {
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	line-height:45px;
}
#topbar #chlang a:hover {
	color: #00ffff;
}*/
#topbar nav {
	padding:0 20px 0 20px;
	margin: 0 auto;
	width: 480px;
	float: right;
}
#meunIcon{
	color:#FFF;
	width: 100px;
	height: 60px;
	margin: 0 50px 0 0;
	padding: 0;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	float: right;
	display: none;
	cursor:pointer;
}
#topmeun {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 20px 0 0;
	display: block;
}
#topmeun li {
	margin: 0;
	padding: 0;
	width: 25%;
	height: 60px;
	position: relative;
	font-size: 18px;
	background-image:url(../photo/bg.jpg);
	background-repeat:repeat-x;
	float: left;
	list-style: none;
	text-align: center;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#topmeun li.pageOn{
	background:#7300e6;
	cursor:default;
}
#topmeun li:hover{
	background:#7300e6;
	transition: 0.3s ease-out;
	/*box-shadow:2px 2px 10px #26004d inset;*/
}
#topmeun li a {
	line-height: 60px;
	text-decoration: none;
	color:#FFF;
	padding: 0 auto;
	display:block;
}
#topmeun li > ul {
	display: none;
}
#topmeun li:hover ul {
	display: block;
	animation: m1 0.4s ease-out;
}
@keyframes m1{
	0%{opacity:0}
	100%{opacity:1}
}

#product li {
	background:#b366ff;
	width: 100%;
	height: 45px;
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
#product li a {
	padding: 0;
	line-height: 45px;
	text-decoration: none;
	color:#fff;
}
#product li:hover {
	background:#7300e6;
}

/*sidemeun--(display on 768px or less) */
#sideMeun{
	width: 0px;
	height: 100%;
	position: fixed;
	font-size: 20px; 
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 20;
	background: rgba(0,0,10,0.8);
    overflow-x: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
    transition:all 0.5s ease;
	display: none;
}
#closeIcon{
	position: absolute;
	right: 15px;
	font-size: 50px;
	display: block;
	padding: 5px;
	margin-left: 50px;
	margin: 10px 15px 15px auto;
	cursor: default;
}
#sideMeun nav{
	width: 200px;
	display: block;
	padding: 80px 20px 0px 50px;
	margin: 0;
}
#sideMeun a{
	text-decoration: none;
	color: #fff;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
#sideMeun p {
	color:#FFF;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
#sideMeun p:hover {
	color:#fff;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
    transition:all 0.25s ease;
}
#sideMeun nav ul{
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}
#sideMeun nav > ul > li{
	line-height: 50px;
	margin: 0;
	padding: 0;
}
#sideMeun nav > ul > li > ul{
	line-height: 30px;
	margin: 0;
	padding: 0 0 10px 0;
	cursor: default;
}
#sideMeun nav > ul > li > ul > li{
	line-height: 35px;
	margin: 0;
	padding: 0 20px;
}
#sideMeun #chlang{
	width: 200px;
	height:20px;
	padding: 10px 10px 50px 60px;
	margin: 0;
	display:block;
}
#sideMeun #chlang a {
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	line-height:20px;
}
/*close button*/
#XX{
	height:100%;
	width: 0;
    position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 5;
	background: rgba(0,0,10,0);
	-webkit-transition: background-color 0.25s;
	-moz-transition: background-color 0.25s;
	-o-transition: background-color 0.25s;
    transition: background-color 0.25s;
	transition-delay: 0.25s;
	display: none;
}

/*main*/
#main {
	 max-width:1366px;
	 padding:20px 0 0 0;
	 margin: 0 auto;
}

/*topBanner*/
/**/
.BlockA{
	background:#FFF;
	padding: 40px 0 0 0;
}
.topBanner {
	max-width:1366px;
	position: relative;
	padding: 40px 0 0 0;
	margin: 0 auto;
	overflow:hidden;
}
.Slides {
	display:none;
	animation: A1 4.5s ease;
	-webkit-animation: A1 4.5s ease;
	-moz-animation: A1 4.5s ease;
}
@keyframes A1 {
	 0%{opacity: 0.5; filter: blur(3px) }
	 30%{opacity: 1; filter: blur(0px);}
	 90%{opacity: 1; filter: blur(0px);}
	 100%{opacity: 0.5; filter: blur(3px)}
}
@-webkit-keyframes A1 {
	 0%{opacity: 0.5; filter: blur(3px)}
	 30%{opacity: 1; filter: blur(0px);}
	 90%{opacity: 1; filter: blur(0px); }
	 100%{opacity: 0.25; filter: blur(3px)}
}
@-moz-keyframes A1 {
	 0%{opacity: 0.5; filter: blur(3px)}
	 30%{opacity: 1; filter: blur(0px);}
	 90%{opacity: 1; filter: blur(0px);}
	 100%{opacity: 0.25;filter: blur(3px) }
}


.text {
	color: #f2f2f2;
	font:"Arial Black";
	font-size: 35px;
	line-height:30px;
	padding: 8px 12px;
	position: absolute;
	text-align: center;
	animation: t1 2s ease;
	-webkit-animation: t1 2s ease;
	-moz-animation: t1 2s ease;
}
@keyframes t1 {
	 0%{left:1366px; opacity: 0.25;}
	 50%{opacity:0.5;}
	 100%{opacity: 1; }
}
@-webkit-keyframes t1 {
	 0%{left:1366px; opacity: 0.25;}
	 50%{opacity:0.5;}
	 100%{opacity: 1; }
}
@-moz-keyframes t1 {
	 0%{left:1366px; opacity: 0.25;}
	 50%{opacity:0.5;}
	 100%{opacity: 1; }
}

.a1 {
	top: 85%;
	right:3%;
	color:#FFF;
	border-radius:15px;
	background:rgba(153, 0, 204,0.6);
	text-shadow:3px 3px 5px rgba(0,0,0,0.4);
	font-size:40px;
	line-height:50px;
	width:400px;
	animation: t2 1.5s ease;
	-webkit-animation: t2 1.5s ease;
	-moz-animation: t2 1.5s ease;
 } 
@keyframes t2 {
	 0%{top:1366px; opacity: 0.25;}
	 50%{opacity:0.5;}
	 100%{opacity: 1; }
}
@-webkit-keyframes t2 {
	 0%{top:1366px; opacity: 0.25;}
	 50%{opacity:0.5;}
	 100%{opacity: 1; }
}
@-moz-keyframes t2 {
	 0%{top:1366px; opacity: 0.25;}
	 50%{opacity:0.5;}
	 100%{opacity: 1; }
}
 
.a2 {
	top: 15%;
	left: 15%;
	border-radius:0 0 45px 0 ;
	background:rgba(153, 0, 204,0.6);
	text-shadow:3px 3px 5px rgba(0,0,0,0.4);
	width: 180px;
}
 .a3 {
	 left: 33.5%;
	 bottom: 20%;
	 border-radius:0 0 30px 30px ;
	 text-shadow:3px 3px 5px rgba(0,0,0,0.4);
	 background: rgba(153, 0, 204,0.6);
	 width: 350px;
}
 .a4 {
	 top: 10%;
	 text-shadow:1px 1px 3px rgba(0,0,0,0.8);
	 background: rgba(153, 0, 204,0.6);
	 width: 100%;
	 margin: 0 auto;
	 animation: none;
}
 .a5 {
	 top: 55%;
	 left: 10%;
	 color: #ff6600;
	 line-height:50px;
	 width: 400px; 
	 text-align:left;
}
 .a5 a{
	 color:#7300e6;
	 text-decoration:none;
	 display:block;
}
 .a5 p{
	 font-size: 25px;
	 line-height: 30px;
}

/*prev & next button */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  line-height:50px;
  transition: 0.2s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0,0,0,0.15);
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.prev:link ,.prev:visited ,.prev:active ,
.next:link ,.next:visited ,.next:active {
	color:#FFF;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/**/
.dot {
  cursor:pointer;
  height: 18px;
  width: 18px;
  margin: 0 13px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/*for indexpage*/
.BlockB {
	background:#FFF;
	height: 350px;
	padding: 30px 0 0 0;
	margin: 40px about;
}

#foBlock{
	width:25%;
	background:#FFF;
	height: 100%;
	float:left;
} 

#foBlock #showBox {
	height: 180px;
	width:100%;
	margin:10px 0 10px 0;
	/*margin:0px 0 0px 0;*/
	overflow:hidden;
}
#showBox img{
	margin:-180px 0 0 0;
}
#showBox img:hover {
	margin:0;
	animation: l1 .25s ease;
}
@keyframes l1{
	0%{opacity:0.5;}
	100%{opacity:1}
}

#foBlock a{
	text-decoration:none;
	text-align:center;
}
#foBlock  h3{
	text-align:center;
	margin:10px 10px 0 10px;
	font-size: 25px;
	color: #4d0066;
}
#foBlock p {
	text-align:center;
	margin:10px 10px 0 10px;
	color: #4d0066;
}


/*for otherpage*/
.BannerBlock{
	max-width:1366;
	background:#FFF;
	padding: 5px 0 0 0;
	margin: 35px 0 5px 0;
}
.singleBlock{
	width:100%;
	background:#FFF url(../photo/CompanyS.jpg) no-repeat;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.singleBlock2{
	width:100%;
	padding: 0;
	margin: 0;
}


/*Company Profile*/
.profile {
	height: 550px;
	padding: 40px 5px 0 5px;
	margin: 0 0 0 480px;
	font-family: "Arial","Calibri";
}
.profile p{
	font-size:14px;
	letter-spacing: 2px;
    line-height: 24px;
}

.fPhoto {
	clear:both;
	height: 350px;
	overflow:hidden;
}

.tx2{
	width:20%;
	color: #FFF;
	height: 30px;
	line-height:30px;
	font-size:20px;
	padding: 0 0 0 40px;
	background:linear-gradient(left, rgba(115, 0, 230, 0.8 ),#FFF);
	background:-moz-linear-gradient(left, rgba(115, 0, 230, 0.8 ),#FFF);
	background:-webkit-linear-gradient(left, rgba(115, 0, 230, 0.8 ),#FFF);
	/*border-radius:*/
}
.tx2 a{color: #FFF;}
.tx2 a:link ,.tx2 a:visited ,.tx2 a:active {color:#FFF;}

.autoLine {
	width:100%;
	height: 300px;
	overflow:hidden;
	position:relative;
	padding: 10px 0 0 0;
	margin: 0 auto;
}
.Sl{
	width: 100%;
	height: 300px;
	position:relative;
	display:none;
	padding: 20px;
	animation:g1 4.5s linear;
	-webkit-animation:g1 4.5s linear;
	-moz-animation:g1 4.5s linear;
}
@keyframes g1{
	0%{margin:-120px 0 0 0; opacity:0;}
	15%{margin:0 0 0 0; opacity: 1;}
	85%{margin:0 0 0 0; opacity: 1;}
	100%{margin:120px 0 0 0; opacity:0;}
}
@-webkit-keyframes g1{
	0%{margin:-120px 0 0 0; opacity:0;}
	15%{margin:0 0 0 0; opacity: 1;}
	85%{margin:0 0 0 0; opacity: 1;}
	100%{margin:120px 0 0 0; opacity:0;}
}
@-moz-keyframes g1{
	0%{margin:-120px 0 0 0; opacity:0;}
	15%{margin:0 0 0 0; opacity: 1;}
	85%{margin:0 0 0 0; opacity: 1;}
	100%{margin:120px 0 0 0; opacity:0;}
}

.Sl ul{
	width:100%;
	margin: 0 auto;
}
.Sl li{
	width: 32%;
	margin: 0 5px;
	float: left;
	opacity:0.7;
	display:block;
	border-radius: 0 80px;
	transition:all 0.4s ease;
}

.Sl li:hover,.Sl li:active {
	opacity:1;
	border-radius: 0;
	transition:all 0.4s ease;	
}

.pic1{ background:url(../photo/Factory/s/o1.jpg) no-repeat; background-size: 100%;}
.pic2{ background:url(../photo/Factory/s/o2.jpg) no-repeat; background-size: 100%;}
.pic3{ background:url(../photo/Factory/s/o3.jpg) no-repeat; background-size: 100%;}
.pic4{ background:url(../photo/Factory/s/o4.jpg) no-repeat; background-size: 100%;}
.pic5{ background:url(../photo/Factory/s/o5.jpg) no-repeat; background-size: 100%;}
.pic6{ background:url(../photo/Factory/s/o6.jpg) no-repeat; background-size: 100%;}
.pic7{ background:url(../photo/Factory/s/o7.jpg) no-repeat; background-size: 100%;}
.pic8{ background:url(../photo/Factory/s/o8.jpg) no-repeat; background-size: 100%;}
.pic9{ background:url(../photo/Factory/s/o9.jpg) no-repeat; background-size: 100%;}
.pic10{ background:url(../photo/Factory/s/o10.jpg) no-repeat; background-size: 100%;}
.pic11{ background:url(../photo/Factory/s/o11.jpg) no-repeat; background-size: 100%;}
.pic12{ background:url(../photo/Factory/s/o12.jpg) no-repeat; background-size: 100%;}
.pic13{ background:url(../photo/Factory/s/o13.jpg) no-repeat; background-size: 100%;}
.pic14{ background:url(../photo/Factory/s/o14.jpg) no-repeat; background-size: 100%;}
.pic15{ background:url(../photo/Factory/s/o15.jpg) no-repeat; background-size: 100%;}
.pic16{ background:url(../photo/Factory/s/o16.jpg) no-repeat; background-size: 100%;}
.pic17{ background:url(../photo/Factory/s/o17.jpg) no-repeat; background-size: 100%;}
.pic18{ background:url(../photo/Factory/s/o18.jpg) no-repeat; background-size: 100%;}

/*
#showBig{
	left: 0;
    top: 0;
	width:100%;
	height:100%;
	display:none;
	overflow:hidden;
	position:fixed;
	background:rgba(0,0,0,0.9);
	padding: 100px 0 0 0;
	z-index:5;
}

.closephoto{
	top:10%;
	right:3%;
	position: absolute;	
}
.closephoto a{
	color: #FFF;
	opacity:0.7;
	text-decoration: none;
	font-size:50px;
	line-height:50px;	
}
.closephoto a:hover{
	opacity:1;
	transition:all .3s ease;
}

.preBig, .nextBig {
	cursor: pointer;
	position: absolute;
	top: 45%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: #FFF;
	opacity:0.7;
	font-weight: bold;
	font-size: 30px;
	line-height:50px;
	transition: 0.2s ease;
}

.preBig:hover, .nextBig:hover {
	opacity:1;
}

.preBig:link ,.preBig:visited ,.preBig:active ,
.nextBig:link ,.nextBig:visited ,.nextBig:active {
	color:#FFF;
}

.nextBig {
  right: 0;
}

#Bigger{
	left:15%;
	right:15%;
	position:absolute;
	width:70%;
	padding: 10px 0 0 0;
}

.Bimg{
	display:none;
	width: 100%;
	margin:0 auto;
	background-size: 100%;
	animation: po1 .3s ease-out;
	-webkit-animation: po1 .3s ease-out;
	-moz-animation: po1 .3s ease-out;
}

.photo1{ background:url(../photo/Factory/L/O1.JPG) no-repeat center;background-size: 100%;}
.photo2{ background:url(../photo/Factory/L/O2.jpg) no-repeat center;background-size: 100%;}
.photo3{ background:url(../photo/Factory/L/O3.JPG) no-repeat center;background-size: 100%;}
.photo4{ background:url(../photo/Factory/L/O4.JPG) no-repeat center;background-size: 100%;}
.photo5{ background:url(../photo/Factory/L/O5.JPG) no-repeat center;background-size: 100%;}
.photo6{ background:url(../photo/Factory/L/O6.JPG) no-repeat center;background-size: 100%;}
.photo7{ background:url(../photo/Factory/L/O7.JPG) no-repeat center;background-size: 100%;}
.photo8{ background:url(../photo/Factory/L/O8.JPG) no-repeat center;background-size: 100%;}
.photo9{ background:url(../photo/Factory/L/O9.JPG) no-repeat center;background-size: 100%;}
.photo10{ background:url(../photo/Factory/L/O10.JPG) no-repeat center;background-size: 100%;}
.photo11{ background:url(../photo/Factory/L/O11.JPG) no-repeat center;background-size: 100%;}
.photo12{ background:url(../photo/Factory/L/O12.JPG) no-repeat center;background-size: 100%;}

@keyframes po1{
	From {opacity:0.5; filter: blur(1px)}
	to {opacity:1; filter: blur(0px)}	
}
*/

/*for Productpage*/
.productBlock{
	background:url(../photo/Sbg2.jpg) repeat-x;
	width:100%;
	overflow: hidden;
	height:1000px;
	padding: 0;
	margin:0 auto;
}
#sideBox{
	width:20%;
	float:left;
	margin: 0 0 0 5px;
	padding: 70px 0 0 8px;	
	background:url(../photo/Sbg1.jpg) no-repeat;
	text-align:center;
}
#sideBox ul{
	width:100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#sideBox ul li{
	line-height:45px;
	font-size:22px;
	margin: 0 0 5px 0;
	border-bottom-left-radius: 20px;
	transition: background 0.3s linear;
}

#sideBox ul li:hover{
	background:#AAA;
	transition: background 0.3s linear;
}
#sideBox ul li a{
	text-decoration:none;
	color:#944dff;
	margin: 0 auto;
	display:block;
}
#sideBox hr {
	width:99%;
}
#showBox{
	width:76%;
	float:left;
	margin: 0 5px 0 10px;
}

#showBox iframe{
	width: 100%;
	height:1000px;
	border:0 ; 
	scrolling : none ;
	margin: 0 ;
}
	
/*for Contactpage*/
#contact {
	width: 100%;
	height: 420px;
	padding: 0;
	margin: 0 auto;
}
#map {
	width:45%;
	height:450px;
	padding: 0 0 0 20px;
	margin: 10px 0 ;
	float: left;
}
#map iframe{
	width: 550px;
	height: 450px;
	border:0 ; 
	scrolling : none ;
	margin: 0 ;
}
#info {
	width:45%;
	height: 450px;
	padding: 30px 10px 0 0;
	margin: 20px 5px;
	float: left;
}
#info h3 {
	line-height: 60px;
	color: #FFFF00;
}
#info ul {
	padding: 0 10px;
	margin: 0;
}
#info li {
	line-height: 40px;
	list-style: none;
}
#info td{
	display: table;
	line-height: 30px;
	list-style: none;
	padding: 0 2px 0 0;
}
#QR {
	float:left;
	margin: 10px 5px;
}
#QRd {
	float:right;
	margin: 60px 40px 0 0;
	display: none;
}
#mail {
	display:inline-block;
	width:100%;
	height:500px;
	padding: 50px 0 0 0;
	margin:0 auto;
	border-top: #CCCCCC 2px solid;
}
#mail form{
	width: 800px;
	margin-left: 20%;
}
input[type=text],input[type=email],textarea{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 6px 0 16px 0;
    resize: vertical;
}

::-webkit-input-placeholder {
	color:#C6C6C6;
}
:-moz-input-placeholder {
	color:#C6C6C6;
}
::-moz-input-placeholder {
	color:#C6C6C6;
}
:-ms-input-placeholder {
	color:#C6C6C6;
}
::-ms-input-placeholder {
	color:#C6C6C6;
}


input[type=reset],input[type=submit]{
	width:70px;
	height:35px;
	border-radius:6px;
	background:#9E58FF;
	color:#FFF;
	margin: 5px 20px 5px 0;
	border:none;
}
input[type=reset]:hover,input[type=submit]:hover{
	background:#4C00C8;
	box-shadow:3px 3px 2px #AAA;
	transition: .5s;
}
textarea{
    height: 120px;
	font-size:16px;
}
	


/*footer*/
#footer {
	background:#8000ff;
	width:100%;
	height:20px;
	margin:0 auto;
	padding:1px 0 2px 0;
	color:#FFF;
	text-align:center;
	font-size: 9px;
	overflow:hidden;
}
#footer p{
	margin:2px auto;
}
#footer p a{
	color: #FFF;
	text-decoration:none;
}


/*mobile mode*/

/*
/*media-queries*/
/*1020px or less*/
@media screen and (max-width: 1020px) {
#topLogo{
	width:340px;
	margin:0 0 0 20px;
}	
}
/*960px or less*/
@media screen and (max-width: 960px) {
/*toppager*/
#toppager {
	min-width: 100%;	
}
/*main*/
#main{
	width:100%
}
#topLogo{
	width:300px;
}	
#topbar nav {
	width: 400px;
}
.BlockA {
	width:100%;
	padding: 30px 0;
}
.text {
	font-size: 25px;
	line-height:30px;
}

.a1 {
	border-radius:15px;
	font-size:28px;
	line-height:28px;
	width:250px;
 }
 
.a2 {
	border-radius:0 0 30px 0 ;
	width: 150px;
}
.a3 {
	 bottom: 15%;
	 border-radius:0 0 20px 20px ;
	 width: 220px;
}
.a5 {
	 line-height:40px;
	 width: 300px; 
}
.a5 p{
	 font-size: 25px;
	 line-height: 40px;
}
	
.BlockB {
	width:100%;
}
.profile {
	height: 800px;
	margin: 0 0 0 380px;
}
.profile p{
	text-shadow:0px 0px 5px #FFFFFF;
}
#contact {
	width: 100%;
	height: 450px;
	padding: 0;
	margin: 0 auto;
}
#map {
	width:45%;
	height:400px;
}
#map iframe{
	width: 90%;
}
#mail form{
	width: 600px;
	margin-left: 20%;
}	
}

/*840px or less*/
@media screen and (max-width: 840px) {
#sitelogo {
	width: 150px;
	padding:0;
	margin: 20px 10px 0 0 ;
}
/*topbar*/
#topmeun li{
	font-size: 14px;
}
#topbar nav {
	width: 380px;
}
#topLogo{
	width:250px;
	height:40px;
	margin:5px 0 0 20px;
}
/*main*/
#main {
	 width:800px;
}
#sideBox ul li a{
	padding:0 0 0 20px;
}
.productBlock{
	height:1000px;
}
.profile {
	padding: 30px 5px 0 5px;
	margin: 0 0 0 380px;
}
#showBox{
	width:77%;
	margin: 0 auto;
}

#info {
	margin: 20px 10px;
	float: left;
}
#mail form{
	margin-left: 12%;
}
}


/*768px or less*/
@media screen and (max-width: 768px) {

/*topbar*/
#topbar{
	box-shadow:none;
}
#topbar #chlang{
	display:none;
}
#topbar nav {
	width: 100px;
}
#topmeun {
	display: none;
}
#product li {
	width:95px;
}
#meunIcon{
	display: block;
}
#sideMeun{
	display: block;
}
#XX{
	display: block;
}
/*main*/
#main {
	width:100%;
	padding:30px 0 0 0;
}
.BlockA{
	padding: 30px 0 0 0;
}
.topBanner {
	padding: 30px 0 0 0;
}
.singleBlock{
	background: none;
}
.profile {
	height: 100%;
	padding: 25px 30px 0 25px;
	margin: 0;
}
.profile p{
	text-align:center;
}
.BannerBlock{
	width:100%;
	margin: 30px 0 5px 0;
}
.dot {
  height: 13px;
  width: 13px;
  margin: 0 10px;
}


.text {
	font-size: 20px;
	line-height:20px;
}

.a1 {
	font-size:23px;
	line-height:27px;
	width:200px;
 }
 
.a2 {
	border-radius:0 0 25px 0 ;
	width: 100px;
}
.a3 {
	 bottom: 10%;
	 border-radius:0 0 20px 20px ;
	 width: 180px;
}
.a4 {
	 top: 13%;
	 background: rgba(0, 102, 204, 0.5);
}

.a5 p{
	 font-size: 18px;
	 line-height: 25px;
}
.BlockB {
	height:300px;
}


/*for company*/

.fPhoto {
	clear:both;
	height: 230px;
	overflow:hidden;
}

.tx2{
	height: 25px;
	line-height:25px;
	font-size:18px;
}
.autoLine {
	height: 200px;
	overflow:hidden;
}
.Sl{
	height: 200px;
	padding: 5px;
}

.Sl li{
	margin: 0 3px;
	border-radius: 0 40px;
}

.preBig, .nextBig {
	padding: 12px;
	z-index:8;
	background: rgba(20,20,20,0.5);
	border-radius: 0 10px 10px 0;
}
.nextBig {
	border-radius: 10px 0 0 10px;
}
	
#Bigger{
	top:30%;
	left:0%;
	right:0%;
	width:100%;
	padding: 0;
}

/*for Productpage*/
.productBlock{
	background:none;
	width:100%;
	height:1000px;
	padding: 0;
	margin: 0;
}
#sideBox{
	width: 100%;
	height: 40px;
	padding: 50px 0 0 0;
	margin:0;
}

#sideBox ul{
	width:100%;
}
#sideBox ul li{
	width:18%;
	line-height:35px;
	font-size:14px;
	text-align:center;
	margin: 0 2px 0 2px;
    float:left;
	border-bottom: 2px solid #7300e6;
	border-radius: 0 0 0 0; 
}
#sideBox ul li a{
	padding:0;
	display:block;
}

#sideBox hr{
	display:none;
}
#showBox{
	width:100%;
	margin: 10px 0 0 0;
	/*margin: 0 0 0 0;*/	
}
#showBox iframe{
	width: 100%;
	height:900px;
}
/**/
/**/
#contact {
	width: 100%;
	height: 500px;
	padding: 0;
	margin: 0 auto;
}
#map {
	width:100%;
	height: 200px;
	padding: 0;
	margin: 10px 0 ;
	float: none;
}
#map iframe{
	width: 100%;
	height: 200px;
}
#info {
	width:500px;
	height: 250px;
	margin: 0 auto;
}
#info h3 {
	line-height: 40px;
}
#info ul {
	padding: 0 15px;
}
#info li {
	line-height: 28px;
}
#QR{
	display: none;
}
#QRd{
	display:block;
}
#mail{
	height: 450px;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
}
#mail form{
	width:96%;
	margin:0 auto;
}
textarea{
    height: 80px;
	font-size:15px;
}
#footer {
	height: 50px;
	font-size: 13px;
    margin:10px 0 0 0;
	padding: 5px 0 0 0;
}
}
/*700px or less*/
@media screen and (max-width: 700px) {
#QR{display:block; margin:0 0 20px 0;}
#QRd{display:none;}
.prev:hover, .next:hover {
	background-color: none;
}
}

@media screen and (max-width: 620px){

#foBlock #showBox {
	height: 140px;
}
#showBox img{
	margin:-140px 0 0 0;
}

}

/*480px or less*/
@media screen and (max-width: 480px) {

/*topbar*/
#topLogo{
	width:200px;
	height:35px;
	margin: 8px 0 0 10px;
}
#topbar {
     width:100%;
	 padding: 0 0 0 5px;
}
#topbar nav {
	padding:0;
	width: 100px;
}
#meunIcon{
	height: 45px;
	margin: 2px 20px 0 0;
	line-height: 45px;
	cursor:pointer;
}
/*main*/
#main {
	width:100%;
}
.BlockA{
	padding: 30px 0 0 0;
}
.topBanner {
	padding: 30px 0 0 0;
}
#main > br{
	display:none;
}
.dot {
  height: 8px;
  width: 8px;
  margin: 0 8px;
}

.text {
	padding: 6px 8px;
	font-size: 20px;
	line-height:20px;
}

.a1 {
	top:80%;
	right:0;
	border-radius:0 0 0 20px;
	font-size:24px;
	line-height:24px;
	width:130px;
}

.a2 {
	left:0%;
	border-radius:0 0 25px 0 ;
	width: 130px;
}
.a3 {
	 bottom: 0;
	 border-radius:25px 25px 0 0;
	 width: 140px;
}
.a4 {
	 top: 15%;
}
.a5 {
	 line-height:30px;
	 width: 280px; 
}
.a5 a{
	font-size: 20px;
}
.a5 p{
	 font-size: 14px;
	 line-height: 16px;
}

.prev, .next,.text {
	font-size: 11px;
}
.BlockB #foBlock {
	width:50%;
	margin: 0 0 5px 0;
}
.productBlock{
	height:900px;
}
.singleBlock {
	height:950px;
	padding: 30px 0;
}
#sideBox{	
	background:url(../photo/Sbg2.jpg) no-repeat;
	padding: 15px 0 0 0;
}
#sideBox li a {
	font-size:12px;
}
#sideBox ul li:hover{
	background:none;
}

#foBlock #showBox {
	height: 180px;
}
#showBox img{
	margin:-180px 0 0 0;
}

.profile {
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
}
.profile p{
	font-size:14px;
}

#info {
	width:100%;
	margin: 10px 0;
	padding: 30px 0 0 0;
}
#QR{
	display:none;
}
#QRd{
	display:none
}
#footer {
	height: 40px;
	font-size: 10px;
}
.prev, .next {
  color: #FFF;
  padding: 16px 8px;
  font-size:20px;
  line-height:30px;
  text-shadow:1px 1px 1px rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.1);
}

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.1);
}



.fPhoto {
	height: 150px;
}
.tx2{
	width:100%;
}
.autoLine {
	height: 150px;
}
.Sl{
	height: 150px;
	padding: 5px;
}
.Sl li{
	margin: 0 1px;
	border-radius: 0 40px;
}
.preBig, .nextBig {
	top:65%;
	padding: 12px;
	background: none;
	border-radius: 0;
}
.nextBig {
	border-radius: 0;
}
	
#Bigger{
	top:30%;
	left:0%;
	right:0%;
	width:100%;
	padding: 0;
}

}

/*height 500px or less*/
/*@media screen and (max-height: 500px) {
	
#showBig{
	padding: 0;
	z-index: 15;
}

.closephoto{
	display:none;
}

#Bigger{
	top:0;
	height:100%;
}
}*/
