@charset "utf-8";

html, body {
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}


body.stay {
	overflow:hidden;
}

h1,h2,h3,h4,h5,h6,ol,ul,li,form{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align:center;
	}
	
	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


html{font-size:62.5%!important;}
.pc{display:block;}
.phone{display:none;}

#animation {
	height: 100vh;
	min-height: 600px;
	width: 100%;
	position: fixed;
	z-index: 500;
	top: 0px;
}

#animation .mouse {
	width: 4%;
	margin-left: -2%;
	position: absolute;
	height: auto;
	bottom: -20px;
	left: 50%;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

#animation .mouse.down {
	bottom: 20px;
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	transition-delay:2s;
}

#animation .mouse img {
	height: auto;
	width: 100%;
}


#animation .colorsq {
	height: 100%;
	width: 35%;
	position: relative;
	left: 0px;
	top: 0px;
}
#animation .colorsq .logo {
	height: auto;
	width: 24%;
	position: absolute;
	top: 50%;
	margin-top: -12%;
	margin-right: -30%;
	right: 120%;
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
#animation .colorsq.stay .logo {

	right: 0px;
	transform:rotate(720deg);
	-webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
#wrapper {
	width: 100%;
	position:relative;
}

#animation .colorsq .text {
	width: 40%;
	position: absolute;
	top: 50%;
	right: -90%;
	margin-top: -6%;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
	transition-delay: 1s;
	opacity:0;
	}

#animation .colorsq.stay .text {

	right: -75%;
	-webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	transition-delay: 1s;
	opacity:1;
}

#animation .colorsq .text img {
	height: auto;
	width: 100%;
}
#wrapper #header {
	background-color: rgba(255,255,255,0.9);
	height: 80px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1200;
}
#header .sq .logo {
	height: 70px;
	width: 200px;
	margin-top: 5px;
	float: left;
}
#header .sq {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1600px;
}
#banener {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
	margin-top: 80px;
}
#banener .slide div.k {
	height: auto;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#banener .slide div.k  img {
	height: auto;
	width: 100%;
}
#header .sq .menu ul li {
	float: right;
}
#header .sq .menu ul li {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#header .sq .menu ul li a {
	color: #666;
	text-align: left;
	display: block;
	padding-left: 45px;
	font-family: "微軟正黑體";
	font-size: 1.6rem;
	background-repeat: no-repeat;
	background-position: left center;
}

#header .sq .menu ul li a:hover {
	color: #000;
}

#header .sq .menu ul li a span {
	display: block;
	font-size: 1.2rem;
}

#header .sq .menu ul li:first-child a {
	background-image: url(../images/icon_1.png);
}
#header .sq .menu ul li:nth-child(2) a {
	background-image: url(../images/icon_2.png);
}
#header .sq .menu ul li:nth-child(3) a {
	background-image: url(../images/icon_3.png);
}
#header .sq .menu ul li:nth-child(4) a {
	background-image: url(../images/icon_4.png);
}
#header .sq .menu ul li:nth-child(5) a {
	background-image: url(../images/icon_5.png);
}
#header .sq .menu ul li:nth-child(6) a {
	background-image: url(../images/icon_6.png);
}
#header .sq .menu ul {
	float: right;
	margin-top: 18px;
}

.trapezoid {	
	height: 50px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 0px;
	bottom: -1px;
	z-index: 1100;	
}
#banener #slide {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
}
#slide .slick-dots {
    display: table;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 1110;
    bottom: 0px;
    width: 100%;
    display: flex;
	justify-content: center;  
	
}
#slide .slick-dots li{
	float: left;
}

#slide .slick-dots li button {
	top: -15px;
	position: relative;
	background-color: #dbdcdc;
	display: block;
	float: left;
	height: 12px;
	width: 10px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	border-radius:0px;
	outline:none;
	box-shadow:0 0 2px rgba(0,0,0,0.8);
	cursor: pointer;  
}


#slide .slick-dots li.slick-active button{
	background-color: #C00;
	}
#newarrival{
	height: auto;
	width: 100%;
	background-image: url(../images/arrival_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	position: relative;
}

#pitemx {
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
	position: relative;
}
#news{
	height: auto;
	width: 100%;
	padding-bottom: 80px;
}
#footer {
	background-color: #231815;
	height: auto;
	width: 100%;
}
#footer .sq {
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 1200px;
	font-family: "微軟正黑體";
	font-size: 1.4rem;
	line-height: 28px;
	color: #FFF;
	text-align: center;
}
#footer .sq span {
	white-space: nowrap;
	margin-right: 1em;
}



#header .sq .toolbar {
	position: fixed;
	height: auto;
	width: 50px;
	top: 200px;
	background-color: #F0F0F0;
	left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#newarrival .sq{
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
	padding-bottom: 40px;
}
#pitemx .sq {
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
	padding-bottom: 40px;
}
#news .sq {
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-height: 1200px;
	position: relative;
}
#header .sq .toolbar a {
	font-family: "微軟正黑體";
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	height: 35px;
	width: 35px;
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto;
}
#header .sq .toolbar .fb {
	background-image: url(../images/icon_fb.png);
}
#header .sq .toolbar .line {
	background-image: url(../images/icon_line.png);
}
#header .sq .toolbar .search {
	background-image: url(../images/icon_search.png);
}
#newarrival .sq ul {
	display: flex;
	height: auto;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 0px;
	flex-wrap: wrap;
}
#newarrival .sq ul li {
	width: 30%;
	margin-right: 5%;
	margin-bottom:20px;
}

#newarrival .sq ul li:nth-child(3n) {
	margin-right: 0%;
}

#newarrival .sq ul li:nth-child(3) {
	margin-right: 0%;
}
#newarrival .sq ul li .picp {
	height: auto;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto;
}

#newarrival .sq ul li:hover .picp {

	background-size:105% auto;
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#newarrival .sq ul li .picp img {
	height: auto;
	width: 100%;
}
#newarrival .sq ul li .text {
	font-size: 2rem;
	line-height: 30px;
	color: #333;
	background-color: rgba(255,255,255,0.7);
	height: 60px;
	width: 72%;
	margin-top: -30px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "微軟正黑體";
}
#newarrival .sq ul li .tt {
	font-size: 1.6rem;
	color: #666;
	text-align: center;
	font-family: "微軟正黑體";
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 30px;
}
#newarrival .sq h1 {
	font-size: 2.8rem;
	line-height: 50px;
	color: #333;
	text-align: center;
	font-family: "微軟正黑體";
	font-weight: normal;
	margin-top: 30px;
}
#newarrival .sq h1 span {
	color: #E50012;
	margin-right: 10px;
	margin-left: 10px;
}
#newarrival .sq .load {
	color: #FFF;

	text-align: center;

}
#newarrival .sq .load a {
	line-height: 25px;
	color: #FFF;
	font-size: 2rem;
	font-family: "微軟正黑體";
	background-color: #C00;
	border-radius:50%;
	display:block;
	padding: 10px;
	width:50px;
	height:50px;
	
}

#newarrival .sq .load a:hover {
	background-color: #900;
}

#newarrival .sq .load {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 10px;
}
#news .sq .picp {
	width: 40%;
	position: absolute;
	left: 2%;
	top: 0px;
	height: 100%;
	z-index:500;
}
#news .sq .ttlist {
	position: relative;
	height: auto;
	width: 100%;
}
#news .sq .ttlist ul li a {
	font-size: 1.8rem;
	color: #333;
	line-height: 30px;
	text-align: left;
	font-family: "微軟正黑體";
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	margin-right: 8px;
	overflow: hidden;
}
#news .sq .ttlist ul li {
	text-align: left;
	padding-left: 45%;
	margin-bottom: 10px;
}
#news .sq .ttlist ul li:last-child {
	margin-bottom: 0px;
}

#news .sq .picp>div{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
#news .sq .picp div img {
	height: auto;
	width: auto;
	max-width:100%;
	max-height:100%;
}


#news .sq .ttlist ul li:hover {
	background-color: #F7F8E8;
}




#news .sq .ttlist ul li a span {
	font-size: 1.6rem;
	color: #666;
	display: block;
	margin-top: 3px;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow:hidden;
}



#news h1{
	height: auto;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	max-height: 1200px;
	position: relative;
	font-size: 2.8rem;
	line-height: 50px;
	color: #333;
	text-align: left;
	font-family: "微軟正黑體";
	font-weight: normal;
	margin-bottom: 30px;
	}
	
	#news h1 span {
	color: #E50012;
	margin-right: 10px;
	margin-left: 10px;
}
#news h1 a.more {
	font-size: 1.2rem;
	line-height: 25px;
	color: #FFF;
	background-color: #900;
	position: absolute;
	width: auto;
	top: 10px;
	right: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
}
.hamber {
	display:none;
}


.toolbar form {
    position: absolute;
    left: -200PX;
    bottom: 10px;
    width: auto;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.toolbar form.out {

    position: absolute;
    left: 100%;
    bottom: 10px;
	opacity:1;
    width: auto;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	
	
}

.toolbar form input[type="text"] {
	left: 0;
	bottom: 0px;
	width: auto;
	height: 35px;
	border: 1px solid #999;
	position: relative;
		padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.toolbar form input[type="button"],.toolbar form input[type="submit"] {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-image: url(../images/search_icon2.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	width: 30px;
	display: inline-block;
	position: absolute;
	top: 2px;
	right: 2px;
	background-color: #FFF;
	outline: none;
	z-index: 300;
	cursor: pointer;
}


@media screen and (max-width:1120px)
{
#header .sq .menu ul li {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
}	
#header .sq .menu ul li a {

    padding-left: 35px;
	background-size:35px auto;

}	
}
@media screen and (max-width:982px)
{
html{font-size:60%!important;}


.hamber {
	position: absolute;
	height: 30px;
	width: 30px;
	top: 10px;
	right: 10px;
	display:block;
}
.hamber a {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
}


.hamber a span{
	background-color:#333;
	font-size:0px;
	position:absolute;
	top:4px;
	width:100%;
	height:2px;
	display:block;
	opacity:1;
		-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.hamber a.stay span{
	opacity:0;
		-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hamber a:before{
	background-color:#333;
	font-size:0px;
	position:absolute;
	top:14px;
	width:100%;
	height:2px;
	display:block;
	content:"";
		-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hamber a.stay:before{
	transform:rotate(45deg);
		-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	    top: 12px;
}
.hamber a.stay:after{
	transform:rotate(-45deg);
		-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	    top: 12px;
}



.hamber a:after{
	background-color:#333;
	font-size:0px;
	position:absolute;
	top:24px;
	width:100%;
	content:"";
	height:2px;
		-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}





#header .sq .menu{
	width:100%;
	position:relative;
	top:o%;
	}
	
#header .sq .logo {
    height: 56px;
    width: 160px;
    margin-top: 0px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#header .sq .logo img{
    height:auto;
    width: 100%;
}	
#wrapper #header {
    height:auto;
}

#header .sq .menu ul li a {
    padding-left: 35px;
    background-size: 35px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .sq .menu ul li a {
    padding-left: 35px;
    background-size: 35px auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

#header .sq .menu ul li {
    float: left;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
	display:block;
}
#header .sq .menu ul li a span {
    display: inline-block;
    font-size: 1.2rem;
    padding-left: 5px;
}

#header .sq .toolbar {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    background-color: #F0F0F0;
    left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: table;
}
#header .sq .toolbar a {
    float: left;
}
#header .sq .menu ul {
	float: right;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-right: 3%;
	margin-left: 3%;
}
#header .sq .toolbar .search {
	display:none;
}
#header .sq .toolbar form {
    margin-left: 90px;
}
#header .sq .toolbar form input[type="button"], #header .sq .toolbar form input[type="submit"] {
	font-size: 0px;
	line-height: 0px;
	color: #FFF;
	background-image: url(../images/icon_search.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	width: 35px;
	display: inline-block;
	position: absolute;
	top: 5px;
	right: 5px;
	    background-color: transparent;
    outline: none;
	
}
#header .sq .toolbar form {
	margin-left: 110px;
	padding-right: 40px;
	position: relative;
}



#header .sq .toolbar form input[type="text"],#header .sq .toolbar form input[type="search"]{
	font-size: 0px;
	line-height: 32px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	width: 100%;
	display: inline-block;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 200;
	outline: none;
	font-size: 1.8rem;
}

#header .sq .toolbar form {
    margin-left: 110px;
    padding-right: 45px;
    position: relative!important;
    left: 0px;
    top: 0px;
    /* width: 100%; */
    height: 45px;
     opacity: 1;
}


#header .sq .toolbar form input[type="text"],#header .sq .toolbar form input[type="search"]{
	font-size: 0px;
	line-height: 32px;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 35px;
	width: 100%;
	display: inline-block;
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 200;
	outline: none;
	font-size: 1.8rem;
	position:relative;
	cursor: pointer;
}
#header .sq .toolbar a {
    margin-right: 0px;
	margin-left: 7px;

}

#header .sq {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#header .sq .slidemenu {
	float: left;
	height: auto;
	width: 100%;
	display:none;
	position: relative;
}


}



@media screen and (max-width:768px)
{
html{font-size:58%!important;}
#newarrival .sq ul {
    display: flex;
    height: auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

#newarrival .sq {
    width: 90%;
}
#news .sq {
    width: 90%;

}
#news h1 {
    width: 90%;
}
.trapezoid {
    display: none;
}
#banener {

    margin-top: 56px;
}
}
@media screen and (max-width:480px)
{
html {
    font-size: 54%!important;
}
	
#newarrival .sq h1 {
    float: none;
	text-align:left;
    margin-bottom: 10px;
}
#newarrival .sq ul {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 20px;
}
#newarrival .sq ul li {
    width: 80%!important;
    margin-right: auto!important;
    margin-left: auto;
    margin-bottom: 30px;
}
#news .sq .picp {
    width: 80%;
    position: relative;
    left: unset;
    top: unset;
    height: auto;
    z-index: 500;
    margin-left: auto;
    margin-right: auto;
	margin-bottom:20px;
}
#news .sq .picp>div {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
}
#news h1 {
    margin-bottom: 20px;
}
#news .sq .ttlist ul li {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 10px;
}
}
#wrapper .intor {
	min-height: 100vh;
	width: 100%;
	padding-bottom:60px;
	padding-top:80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#wrapper .intor+#footer {
	background-color: #231815;
	height: auto;
	width: 100%;
	position:absolute;
	bottom:0px;
}
.banner2 {
	height: 160px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
/* 	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #231815; */
}
#wrapper .intor .banner2 .sq {
	font-size: 2.2rem;
	line-height: 40px;
	color: #FFF;
	height: 100%;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width:1200px;
	
}
#wrapper .intor .banner2 .sq h1 {

	text-align: left;
	font-family: "微軟正黑體";
	padding-left:40px;
	text-shadow:0px 0px 3px #333;
	font-size:3.2rem;
}
#wrapper .intor .mainarea {
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	max-width:1200px;
}
.roadline div {
	font-size: 1.4rem;
	line-height: 20px;
	color: #333;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#wrapper .intor .mainarea .roadline a{
	color: #333;
	
}

#wrapper .intor .mainarea .roadline div:after{
	content:" > ";
	
}


#wrapper .intor .mainarea .roadline div:last-child:after{
	content:none;
	
}

#wrapper .intor .mainarea .roadline {
	display: table;
	margin-right: 0px;
	font-family: "微軟正黑體";
	margin-left: auto;
	margin-top: 20px;
}





#wrapper .intor .banner2 .sq h1 span{
display:block;
font-size:2.4rem;
line-height:28px;
}
@media screen and (max-width:982px)
{
#wrapper .intor {
	padding-top:56px;
}
.banner2 {
	height: 120px;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
#wrapper .intor .banner2 .sq h1 {

	text-align: left;
	font-family: "微軟正黑體";
	padding-left:0px;
	text-shadow:0px 0px 3px #333;
	font-size:3.2rem;
}

}


.listsq {
	height: auto;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}






.listsq ul {
	display: table;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 3%;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.listsq ul li {
	float: left;
	height: auto;
	width: 30.3333%;
	margin-bottom: 40px;
	background-color: #F5F5F5;
	font-family: "微軟正黑體";
	margin-right: 1%;
	margin-left: 1%;
}
.listsq ul li .mask {

	height: 100%;
	width: 100%;
	top:0;
	left:0;
	display:block;
	font-size:0px;
	line-height:0px;
	position:absolute;
	    z-index: 200;
}
.listsq ul li .picp {
	height: auto;
	width: 100%;
	position: relative;
}





.listsq ul li .picp img {
	height: auto;
	width: 100%;
}
.listsq ul li .text {
	color: #333;
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.listsq ul li .text h2 {
	font-size: 1.7rem;
	line-height: 24px;
	font-weight: normal;
	color: #595757;
	margin-bottom: 12px;
}

.listsq ul li .text h2 a {
	color: #595757;
}






.listsq ul li .text h3 {
	font-size:2.4rem;
	line-height: 28px;
	padding: 0px;
	color: #8A000B;
	text-align: left;
}
.listsq ul li .text p {
	font-size: 1.6rem;
	line-height: 24px;
	padding: 0px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #3E3A39;
	text-align: left;
}
.listsq ul li .text .date {
	font-size: 1.2rem;
	color: #999;
	text-align: left;
}
.inpage {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 900px;
	padding-top: 0px;
	padding-bottom: 120px;
	font-family: "微軟正黑體";
}
.inpage .editarea .text p a {
	color: #3E3A39;
}
#goback {
	text-align: center;
	height: auto;
	width: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #595757;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

#goback a.back{
	color: #E50012;
	font-size: 1.6rem;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	width: 80px;
	height: auto;
	background-repeat: no-repeat;
	border: 1px solid #E50012;
	padding-bottom: 5px;
}

#goback a{
	color: #E50012;
	font-size: 1.6rem;
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: auto;
	background-repeat: no-repeat;
	border: 1px solid #E50012;
	padding-bottom: 5px;
	float: left;
	font-family: "微軟正黑體";
}
#goback a:hover{
	color: #fff;
	background-color:#E50012;
}


.inpage .title {
	font-size: 2.8rem;
	line-height: 28px;
	color: #595757;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595757;
	position: relative;
	font-weight: bold;
}

.inpage .title:before {
	content: "";
	font-size: 0pt;
	line-height: 0pt;
	width: 8%;
	height: 3px;
	background-color: #E50012;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.inpage .date {
	font-size: 1.4rem;
	line-height: 20px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:right;
	color:#666;
}


.inpage .editarea{
	text-align:center;
}


.inpage .editarea .mpic {
	background-color: #EEEFEF;
	text-align: left;
}
.inpage .editarea .mpic img {
	height: auto;
	max-width:100%;
	margin-bottom:0px!important;
}


.inpage .editarea .mpic p {
	font-family: "微軟正黑體", Arial;
	font-size: 18px;
	line-height: 24pt;
	color: #3E3A39;
	padding: 30px;
	margin: 0px;
	font-weight: bold;
}


.inpage .editarea .text {
	font-size: 12pt;
	line-height: 24pt;
	margin: 30px;
	text-align: left;
	font-weight: bold;
}
.inpage .editarea .text p {
	padding: 0px;
	margin-bottom: 15px;
	color: #3E3A39;
	font-weight: bold;
}

.inpage .editarea .text  a{
	color:#3E3A39;
}

.inpage .editarea .text p.note {
	font-size: 10pt;
	line-height: 24pt;
}
.inpage .editarea img {
	margin-left:auto;
	margin-right:auto;
	max-width:100%;
	margin-bottom:20px;
}

.inpage .editarea .text h4 {
	color: #595757;
	font-size: 15pt;
	line-height: 24pt;
	margin-top: 30px;
	text-align: left;
}

.inpage .editarea .text h5{
	font-size: 15pt;
	line-height: 24pt;
	padding: 0;
	margin: 0;
	text-align: left;
}

#aboutinpage {
	font-size: 1.8rem;
	line-height: 36px;
	color: #333;
	text-align: center;
	font-family: "微軟正黑體";
	height: auto;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	display: table;
}
#aboutinpage .fullimg {
	height: auto;
	width: 100%;
	display: block;
	margin-top: 40px;
	margin-bottom: 20px;
}
#aboutinpage .fullimg2 {
	height: auto;
	width: 100%;
	max-width: 680px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
}
@media screen and (max-width:1200px)
{

#wrapper .intor {
    padding-bottom: 86px;

}
#banener {
    margin-top: 60px;
}
}

@media screen and (max-width:768px)
{

#newarrival .sq ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
	float:none;
}
#newarrival .sq ul li:nth-child(3n) {
    margin-right:auto;
}
#newarrival .sq ul li:nth-child(2n) {
    margin-right:0px;
}



}
@media screen and (max-width:680px)
{
.listsq ul li {
	float: left;
	height: auto;
	width: 44%;
	margin-bottom: 40px;
	background-color: #F5F5F5;
	font-family: "微軟正黑體";
}	
#wrapper .intor {
    padding-bottom: 114px;

}	
}

@media screen and (max-width:480px)
{
.listsq ul li {
	float: left;
	height: auto;
	width: 94%;
	margin-bottom: 40px;
	background-color: #F5F5F5;
	font-family: "微軟正黑體";
}	
	
#wrapper .intor {
    padding-bottom: 142px;

}	

#newarrival .sq ul li:nth-child(2n) {
    margin-right:0px;
}

}


.intor #newarrival{
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	background-image: none;
	
	}
	
.intor #newarrival .sq{
	border-top-style: none!important;
	border-right-style: none!important;
	border-bottom-style: none!important;
	border-left-style: none!important;
	background-image: none;
	
	}

#aboutinpage p .sign {
	height: auto;
	width: 240px;
}
#newarrival.list {
	width: 75%;
}
#wrapper .intor .product {
	display: flex;
	width: 94%;
	margin-left:auto;
	margin-right:auto;
	    justify-content: space-between;
}
#wrapper .intor .product .plist {
	float: left;
	width: 20%;
	margin-right: 3%;
	margin-left: 2%;
}
.product #newarrival .sq {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.product #newarrival .sq h2 {
	font-size: 2.8rem;
	line-height: normal;
	color: #333333;
	font-family: "微軟正黑體";
	text-align: left;
}
#wrapper .intor .product #newarrival .sq ul {
	margin-top: 30px;
	
}
#wrapper .intor .product .plist>ul>li>ul {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #900;
}





#wrapper .intor .product .plist> ul>li {
	text-align: left;
	font-family: "微軟正黑體";
	font-size: 1.8rem;
	line-height: 30px;
	color: #333;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#wrapper .intor .product .plist> ul>li>a {
	color: #333;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F0F0F0;
	cursor: pointer;
}
#wrapper .intor .product .plist ul li ul li a span {
	color: #900;
	margin-left: 5px;
}

#wrapper .intor .product .plist> ul>li>ul>li {
	font-size: 1.5rem;
	line-height: 26px;
	margin-bottom: 5px;
	margin-top: 5px;
}
#wrapper .intor .product .plist> ul>li>ul{
	margin-bottom:10px;
}


#wrapper .intor .product .plist> ul>li>ul>li a:hover {
	color: #900;
	padding-left: 20px;
	text-align: left;
	display: block;
}
#wrapper .intor .product .plist> ul>li>ul>li a {
	color: #666;
	padding-left: 20px;
	text-align: left;
	display: block;
}

#wrapper .intor .product .plist> ul>li>a:hover {
	color: #702C19;
	display: block;
}
#product_main {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
	position: relative;
	font-family: "微軟正黑體";
}
#product_main .picpart {
	width: 45%;
	float: left;
}
#product_main .picpart .slide_pic .x ,#product_main .picpart .slide_pic2 .x{
	background-position: center center;
	background-size: cover;
	float: left;
}
#product_main .picpart .slide_pic2{
	position: relative;
}
#product_main .picpart .slide_pic2 .x {
	float: left;
	width: 25%;
	margin-left:5px;
	margin-right:5px;
}
.slide_pic2 button.slick-arrow,#bigslide button.slick-arrow,#litslide button.slick-arrow {
	position: absolute;
	height: 50px;
	width: 25px;
	top: 50%;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
	background-color: transparent;
	font-size: 0px;
	z-index: 200;
	cursor: pointer;
}

.slide_pic2 button.slick-prev,#bigslide  button.slick-prev ,#litslide  button.slick-prev {
	left:0;
}
.slide_pic2 button.slick-next,#bigslide  button.slick-next,#litslide  button.slick-next {
	right:0;
	transform:rotate(180deg);
}

#product_main .picpart .slide_pic2 {
	height: auto;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	display: inline-block;
}

#product_main .picpart .slide_pic {
	width: 100%;
	overflow: hidden;
}

#product_main .picpart .slide_pic .x img {
	width:100%;
	height:auto;
}
#product_main .picpart .slide_pic2 .x img {
	width:100%;
	height:auto;
	outline:none;
}
#product_main .product_text {
	float: right;
	width: 50%;
	display: inline-block;
	position: relative;
	top: 10px;
	right: -1px;
}


#product_main  h2{
	font-size: 3.4rem;
	color: #AE000D;
	line-height: 48px;
	text-align: left;
	margin-bottom: 20px;
}

#product_main .product_text  h3{
	font-size: 2.8rem;
color: #722B19;
	text-align: left;
	font-family: "微軟正黑體";
	margin-bottom: 20px;
}
#product_main .product_text table {
	background-color: #A3A3A3;
	width: 100%;
	font-family: "微軟正黑體";
	font-size:1.6rem;
}
#product_main .product_text table tr td {
	background-color: #FFF;
	text-align: center;
}
#product_main .product_text table tr th {
	color: #FFF;
	font-weight: normal;
}

#product_main .product_text table tr:nth-child(2n) td {
	background-color: #EDEDED;
}
#product_main .product_text p {
	font-size: 1.6rem;
	color: #666;
	line-height: 23px;
}
#product_main  .choseother {
	width: 100%;
	bottom: 0px;
	right: 0px;
	-moz-background-size: auto;
	margin-top: 30px;
}
#product_main .choseother h4 {
	font-size: 2.2rem;
	line-height: 34px;
	color: #333;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}
#product_main .choseother ul li {
	width: 22%;
	margin-right: 4%;
	margin-bottom: 15px;
	float: left;
}
#product_main .choseother ul li:nth-child(4n) {
	margin-right: 0%;
}
#product_main .choseother ul li .picp{
	width: 100%;
	margin-bottom: 5px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#product_main .choseother ul li .picp img{
	width: 100%;
	height:auto;
}
#product_main .choseother ul li .text {
	font-size: 1.4rem;
	line-height: 20px;
	color: #333;
}
#product_main .choseother ul {
	width: 100%;
}


@media screen and (max-width:760px)
{

#wrapper .intor .product .plist {
	float: none;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom:20px;
}
#wrapper .intor .product {
    display: block;
}

#newarrival.list {
    width: 100%;
}
#wrapper .intor .product .plist> ul>li>a {
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
}

#plist .openpmenu {
	height: 35px;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	margin-top:10px;
	display:none;
}
#plist .openpmenu a {
	font-size: 1.8rem;
	line-height: 35px;
	color: #000;
	font-family: "微軟正黑體";
}

#plist .openpmenu a {
	font-size: 1.8rem;
	line-height: 35px;
	color: #000;
	font-family: "微軟正黑體";
	display: block;
	border: 1px solid #999;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#plist .openpmenu a:after {
	color: #000;
	position: absolute;
	content: "》";
	line-height: 32px;
	right: 10px;	
}

#product_main .product_text .askinfo {
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.askinfo form input {
	height: 30px;
	width: auto;
}
.askinfo form input[type="text"] {
	padding-left:5px;
	padding-right:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.askinfo form input[type="button"] {
	color: #FFF;
	background-color: #099;
	display: inline-block;
	height: 35px;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.askinfo form {
	float: left;
	margin-right: 10px;
}
#product_main .product_text .askinfo .comminty {
	float: right;
	display: table;
	height: 35px;
}
.product_text .askinfo .comminty a {
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 35px;
	width: 35px;
	margin-right: 5px;
	margin-left: 5px;
}
.product_text .askinfo .comminty a.mail {
	background-image: url(../images/icon_mail.png);
	display: none;
}
.product_text .askinfo .comminty a.fb {
	background-image: url(../images/icon_fb.png);
}

.product_text .askinfo .comminty a.line{
	background-image: url(../images/icon_line.png);
}
@media screen and (max-width:960px)
{
#pitemx .sq {
    width: 90%;

}
.product_text .askinfo .comminty a {
    margin-right: 0px;
    margin-left: 5px;
}
}
@media screen and (max-width:760px)
{
#plist ul{display:none;}	
#plist.stay .openpmenu a:after {
	    transform:rotate(90deg);
		-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	top:5px;
}
#plist .openpmenu {
	display:block;
}
	
#product_main .picpart {
    width: 80%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}	
#product_main .product_text {
    float: right;
    width: 100%;
    display: inline-block;
    position: relative;
    top: auto;
    right: -1px;
    margin-top: 30px;
}
}
@media screen and (max-width: 480px){
#product_main .picpart {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
#product_main .choseother ul li {
	width: 45%;
	margin-right: 10%;
	margin-bottom: 15px;
	float: left;
}

#product_main .choseother ul li:nth-child(4n) {
	margin-right:auto;
}

#product_main .choseother ul li:nth-child(2n) {
	margin-right: 0%;
}
#product_main .choseother ul li .text {
    font-size: 1.6rem;
    line-height: 20px;
    color: #333;
}
#product_main {
    margin-top: 0px;
}
}

#wrapper .intor .catalogue {
	height: auto;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#wrapper .intor .catalogue ul {
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display:flex;
	flex-wrap: wrap;
	
}
#wrapper .intor .catalogue ul li {
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: "微軟正黑體";
	font-size: 1.8rem;
}


#wrapper .intor .catalogue ul li:nth-child(4n) {
	margin-right: 0%;
	   
}


#wrapper .intor .catalogue ul li img {
	height: auto;
	width: 100%;
}
#wrapper .intor .catalogue .bigslide {
	height: 800px;
	width: 566px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}
#bigslide .x {
	float: left;
}

.intor .catalogue .litslide .x {
	width: 11.5%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	float: left;
}
#wrapper .intor .catalogue .loadbut {
	display: table;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wrapper .intor .catalogue .loadbut a {
	display: block;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border: 1px solid #C00;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 30px;
	font-family: "微軟正黑體";
	background-color: #C00;
	border-radius:20px;
}
#wrapper .intor .catalogue p {
	font-size: 1.8rem;
	line-height: 28px;
	color: #333;
	text-align: center;
	font-family: "微軟正黑體";
}



.intor .catalogue .litslide{
	width: 100%;
	height: auto;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-top: 20px;
	position: relative;
}

.intor .catalogue .litslide img{
	width: 100%;
	height:auto;
}

#wrapper .intor .catalogue .bigslide img{
	height:auto;
	width: 100%;

}	
	

@media screen and (max-width: 768px){
#wrapper .intor .catalogue .bigslide {
	height: auto;
	width: 100%;

}	
	
}
.formpart {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 120px;
	margin-top: 20px;
	position: relative;
	margin-bottom: 50px;
}
.formpart form fieldset .fifty {
	width: 48%;
	background-color: #f4f0f1;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}
.formpart form fieldset .fifty.all {
	width: 100%;
	background-color: #f4f0f1;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.formpart form fieldset>.fifty:nth-child(2) {
	margin-left:4%;
}

.formpart form fieldset {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color:#57534f;
}
.formpart form fieldset .fifty label {
	height: 40px;
	width: 90px;
	position: relative;
	float: left;
	font-size: 1.9rem;
	line-height: 40px;
	text-align: center;
	font-family: "微軟正黑體";
}
.formpart form fieldset .fifty div.my {
	margin-left: 90px;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9E9994;
}

.formpart form fieldset .fifty.all .bt {
	width: 90px;
	height: 50px;
	background-color: #d6d5d2;
	color: #606060;
	display: block;
	position: absolute;
	right: -5px;
	top: -5px;
	line-height: 50px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	font-size: 1.7rem;
	font-weight: normal;
	font-family: "微軟正黑體", Arial;
	cursor: pointer;
	z-index:85;
	outline:none;
}

.formpart form fieldset .fifty div.my input[type="text"],.formpart form fieldset .fifty div.my input[type="password"] {
	height: 40px;
	width: 95%;
	background-color: rgba(255,255,255,0);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 1.7rem;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	color: #57534f;
}
.formpart form fieldset .fifty.all div input[type="text"],.formpart form fieldset .fifty.all div input[type="password"] {
	width: 97%;
}
.formpart form .note {
	font-size: 1.5rem;
	color: #7c7c7c;
	text-align: left;
	padding: 5px;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.formpart form .btline {
	margin: 0px;
	height: 35px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}


.formpart form .btline input {
	margin: 0px;
	height: 35px;
	width: 160px;
	float: right;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "微軟正黑體", Arial;
	font-size: 1.7rem;
	line-height: 28px;
	font-weight: bold;
	cursor: pointer;
}


.formpart form .btline input[type="reset"],.formpart form .btline input[type="button"] ,.formpart form .btline input[type="submit"] {
	color: #898989;
	background-color: #d4d3d0;
	border-top-color: #898989;
	border-right-color: #898989;
	border-bottom-color: #898989;
	border-left-color: #898989;
}

.formpart form .btline input[type="reset"]:hover,.formpart form .btline input[type="button"]:hover ,.formpart form .btline input[type="submit"]:hover {
	color:#FF6600;
	background-color: #ffdf7d;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}

.formpart form .btline input[type="submit"] {
	margin-left:10px;

}
.formpart form fieldset .fifty.all div input[type="file"] {
	width: 99%;
	height: 40px;
	border: none;
	outline: none;
	position: relative;
	filter: alpha(opacity=0);
	z-index: 80;
	left: 0;
}

.formpart form .btline .checkok {
	position: absolute;
	height: auto;
	width: auto;
	left: 0px;
	bottom: 0px;
}
.formpart form fieldset .fifty.all div textarea {
	background-color: rgba(255,255,255,0);
	height: 240px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline:none;
	font-size:1.7rem;
}
.formpart form fieldset .fifty {
    width: 100%;

}
.formpart form fieldset .fifty.all div input[type="text"],.formpart form fieldset .fifty.all div input[type="password"] {
	width: 95%;
}	
.formpart form fieldset>.fifty:nth-child(2) {
    margin-left: 0%;
    margin-top: 10px;
}
.formpart form .btline .checkok {
	position: absolute;
	height: auto;
	width: auto;
	left:auto;
	right:0px;
	bottom: 45px;
}
@media screen and (max-width: 900px){
#wrapper .intor .catalogue ul li {
    float: left;
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "微軟正黑體";
    font-size: 1.8rem;
}
#wrapper .intor .catalogue ul li:nth-child(4n) {
	margin-right: auto;
	   
}
#wrapper .intor .catalogue ul li:nth-child(3n) {
	margin-right: 0%;
	   
}
}
@media screen and (max-width: 768px){
#wrapper .intor .catalogue ul li {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: "微軟正黑體";
    font-size: 1.8rem;
}
#wrapper .intor .catalogue ul li:nth-child(3n) {
	margin-right: auto;
	   
}
#wrapper .intor .catalogue ul li:nth-child(2n) {
	margin-right: 0%;
	   
}
#animation .colorsq .text {
    width: 80%;
    top: 48%;
    right: -150%!important;

}
#animation .colorsq .logo {
    height: auto;
    width: 80%;
    top: 50%;
    margin-top: -40%;
    margin-right: -40%;
    right: 120%;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
}




@media screen and (max-width: 480px){


.pc{display:none;}
.phone{display:block;}


}
#wrapper .intor .map {
	height: 50vh;
	width: 100%;
	box-shadow:0px 0px 3px #666;
}
#wrapper .intor .map iframe {
	height: 100%;
	width: 100%;
}
#newarrival .sq .searchtext {
	font-family: "微軟正黑體", Arial;
	font-size: 2.4rem;
	line-height: 30px;
	color: #369;
}
