@charset "utf-8";
/* CSS Document */

/*手機平板用*/
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

body {
 width: 100%;
 min-width: inherit;
}
}
/*解析度  767px 以下*/

@media screen and (max-width:812px), screen and (max-width:1366px) and  (orientation:portrait){
.web_img {
	display: none !important;
}
.photo_img {
	display: block !important;
}
header, .top_box {
	width: 100%;
	bottom: auto;
	height: auto;
	float: none;
	z-index: 800;
}
.logo a{
	width: 100%;
	height: 40px;
	background: url(../images/logo2.png) center no-repeat;
	background-size: auto 40px;
	margin:5px 0;
}
.menu {
	width: 100%;
}
.menu ul {
	position: fixed;
	right: 0;
	left:0;
	bottom: 0;
	background-color: rgba(255,255,255,0.9);
	border-top:1px solid #FF0000;
}
.menu li {
	float: left;
	width:25%;
	overflow:hidden;	
}
.menu li a { color:#000;}
.menu li span {
	font-size: 12px;
}
.menu li img {
	width: 40px;
	height: 40px;
}

/*搜尋頁*/

.menu li.btn_sv { position:fixed; right:0; top:0; width:60px; height:45px; margin-bottom:0; margin-top:3px;}
.menu li.btn_sv span { display: inline-block;}

.mainvisual, .mainvisual2 {
	width: 100%;
	position: inherit;
	margin-top:40px;
}
.page_all, .page_all2 {
	padding-left: 0;
	width: 100%;
}
.page_in {
	padding: 20px;
}
.title2 { font-size:18px; font-weight:normal;}
.title2 i { display:none;}
.news_box { height: auto;}
.news_box li { font-size:15px;}

.day_box p { font-size:30px; }
.day_box span { font-size:12px;}

.Products_list ul { text-align:center;}
.Products_list li{ width:140px; height:140px; display:inline-block; float:none;}
.Products_list li p { font-size:18px; height:30px; line-height:30px;}
.pro_L { float: none; height: auto; text-align:center; width:100%;}
.pro_L img { width:100%; margin-bottom:20px;}
.pro_R { float: none; height: auto;margin-left: inherit; width:100%;}

.news_list li{ padding:10px 0;}

.Products_list2 li { width:155px; height:230px; margin:5px; float:left; position:relative; overflow:hidden;}
.Products_list2 li img { width:140px; height:140px; margin-bottom:10px;}

.con_list li span{ width:100%; padding-right:inherit; text-align:left;}
.con_list input , .con_list textarea{ } 
.w_long { width:90%;}
.no_box2 li { width:100%; border-bottom:1px solid #666666;}
.no_box2 li a { padding:10px 0;text-decoration: none;}
.btn_home { border-left: none;border-right: none; padding:0;}
footer { padding:20px 20px 100px 20px;}
/*招呼*/
.open_in {
    border-radius: 10px;
    width: 300px;
    height: 250px;
}
.btn_logo { width:100px; height:100px; border-radius:100px;  margin:0 auto 10px auto; }
/*跳出視窗搜尋*/
.inp_01, .inp_02, .inp_03 { width:100%; margin-bottom:10px;}

}
