@charset "utf-8";
/* CSS Document */
body{ background:#f2f2f2;}
#mynav{ 
	background:rgba(235,178,186,.8); position:relative; z-index:99; color:#fff; width:100%; padding:10px 5px 10px 0;
	-webkit-box-shadow:0 3px 5px rgba(0,0,0,.6);
	-moz-box-shadow:0 3px 5px rgba(0,0,0,.6);
	-o-box-shadow:0 3px 5px rgba(0,0,0,.6);
	box-shadow:0 3px 5px rgba(0,0,0,.6);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
/**----------------------  about -----------*/
#ab{
	font-size:0.9em;
	color:#333333;
}
#ab img{
	margin:auto;
	display:block;
	width:100%;
	max-width:320px;
	padding:0 0 10px 0;
}
#ab p{
	display:block;
	padding:5px 0;
}
/*-------------------- store  商城 -------*/
#store{
	font-size:0.8em;
	color:#666666;
	overflow:hidden;
	width:96%;
	border-bottom:1px #CCCCCC solid;
	padding:10px 2%;
	line-height:20px;
}
#store a{
	color:#666666;
}
#store a:hover{
	color:#333333;
}
#store h6{
	font-size:1.2em;
	color:#99414d;
}
.phone{
	float:left;
	width:20%;
}
.phone img{
	width:100%;
	max-width:60px;
	height:auto;
}
.store{
	float:right;
	width:80%;
}
/*-------------------- store  商城 22222222222222 -------*/
#store_2{
	font-size:1.1em;
	color:#333333;
	line-height:1.2em;
	text-align:justify;
}
#store_2 li{
	display:block;
	border-bottom:1px #CCCCCC solid;
	padding:15px 20px;
	overflow:hidden;
	min-height:40px;
	text-align:left;
}
#store_2 li:last-child {
	border:none;
}
#store_2 li img{
	position:absolute;
	top:auto;
}
#store_2 li a, #store_2 li span{
	display:inline-block;
	padding:0 0 0 60px;
}
#store_2 li a.tel{
	line-height:36px;
}
.btn{
	font-size:1.3em;
	clear:both;
	text-align:center;
	width:100%;
	padding:15px 0 0 0;
}
.btn a{
	border-radius:5px;
	background:#ebb2ba;
	height:40px;
	line-height:40px;
	width:85%;
	display:block;
	margin:auto;
	border:1px #75484e solid;
	box-shadow:0 2px 2px rgba(0,0,0,.5);
	text-shadow:0 2px 2px #fff;
}
.map{
	clear:both;
	padding:0 0 50px 0;
	overflow:hidden;
	height:50%;
}

/*--------------------- 展開收合 --------*/
#col{width:100%;clear:both;}
/* Homepage Style */
.sliderbox{width:; /* height:600px; */ overflow:hidden; /* box-shadow:1px 2px 2px rgba(0,0,0,.6); */ }
.sliderbox a{color:#000;}
.sliderbox a:hover{color:#000;text-decoration:none;}
.sliderbox dt{ clear:both; padding:10px 30px 10px 20px; line-height:20px; cursor:pointer; background:rgba(255,255,255,.9) url(/images/icon_arrow.png) 97% center no-repeat; border:1px #CCCCCC solid;border-radius:5px; margin:0 0 2px 0;}
.sliderbox dt a{ display:inline-block; width:100%;}
.sliderbox .open{ background:url(/images/icon_arrow2.png) 97% center no-repeat; color:#0f537b; cursor:default;}
.sliderbox .title{ font-size:0.9em; color:#000; display:block; padding:0 0 0 30px;}
.sliderbox .title img{ position:absolute; left:20px; height:28px; margin:-4px 0 0 5px;}
.sliderbox dt:hover span{color:#0f537b;}
.sliderbox .open:hover span{color:#000;}
.sliderbox dd{ font-size:0.9em; padding:0; margin:0; background:rgba(0,0,0,.1); position:relative; overflow:hidden;}
.sliderbox .text{ font-size:0.9em; color:#000; padding:10px;}
