/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
fieldset, img {
	border: 0;
	padding: 0;
	margin: 0;
}
address, caption, cite, code, dfn, em, /*strong,*/ th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
/*h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}*/
q:before, q:after {
}
abbr, acronym {
	border: 0;
}
* {
	/* [disabled]margin:0;
*/
	padding: 0;
}
/*開頭設定*/
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "微軟正黑體";
}
a {
	text-decoration: none;	/*color:#000;transition: all 0.4s ease-out;*/
}
a:hover { /*color:#F00;transform:scale(1.5s) translateX(360deg);*/
}
img {
	max-width: 100%; border:0;
}
.w_100 {
	max-width: 1100px;
	margin: 0 auto;
}
.w_50 { width: 50%; float:left; }
.sreen_h {
	width: 100%;
	overflow: hidden;
}
.move_to_box {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.move_page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.img_pho { display:none;}
/*選單*/
header {
	width: 100%;
	z-index: 1000;
}
.logo {
	width: 100%;
	height: 46px;
	text-indent: -9999px;
	transition: all 0.5s ease 0s;
	background: url(../images/logo.png) center no-repeat;
	background-size: auto 34px;
}
.logo a {
	width: 100%;
	height: 100%;
	display: block;
}
/*首頁右邊按鈕*/
.top_menu { position:absolute; right:0; top:0; height:60px;}
.top_menu li { float:left; width:80px; height:46px; text-indent:-9999px; border-left:1px solid #CCC;}
.top_menu li:hover { background-color:#FFC;}
.top_menu li a { display:block; width:100%; height:100%;}
.btn_top1 { background:url(../images/icon_sv.png) center no-repeat; background-size: auto 80%;}
.btn_top2 { background:url(../images/icon_car.png) center no-repeat; position:relative;background-size:auto 80%;}
.btn_top2 span { text-indent:0; color:#FFF; right:0; bottom:0;background-color:#F00; position:absolute; font-size:15px; padding:2px 5px;pointer-events: none;}
.btn_top3 { background:url(../images/icon_member.png) center no-repeat;background-size:auto 80%;}
.btn_top4 { background:url(../images/icon_fb.jpg) center no-repeat;background-size:auto 60%;}
/*跳出視窗搜尋*/
.inp_01, .inp_02{ height:60px; line-height:60px; border:1px solid #999; font-size:20px;font-family: "微軟正黑體"; padding:0 20px;}
.inp_02 { background:url(../images/icon_vv2.png) right center no-repeat;
-webkit-outer-spin-button;
-webkit-inner-spin-button;
    -webkit-appearance: none !important;
	padding:0 40px 0 20px;

}
.inp_03 { width:100px; height:58px; line-height:60px; background-color:#eb1a1a; color:#FFF; border:none; font-size:20px;}
.inp_03:hover { background-color:#333;}
/*主選單*/
.menu { height:40px; background-color:#ff6600; padding:0 60px; text-align:center; z-index:4000;}
.menu > .slides {max-width: 1400px; margin: 0 auto;}
.menu .slides {  height:60px; line-height:6s0px;}
.menu .flex-direction-nav .flex-prev { left:-60px; top:20px; background:url(../images/flex-prev.png) center center no-repeat; text-indent:-99999px;
animation-name: TT_01;
	animation-duration: 0.8s;
	animation-fill-mode: none;
	animation-iteration-count:infinite;

}
@keyframes TT_01 {
 from { left:-60px;}
 50% {left:-50px;}
100% {left:-60px;}
}
.menu .flex-direction-nav .flex-next { right:-60px; top:20px;background:url(../images/flex-next.png) center center no-repeat; text-indent:-99999px; text-align:inherit;
animation-name: TT_02;
	animation-duration: 0.8s;
	animation-fill-mode: none;
	animation-iteration-count:infinite;
	}
@keyframes TT_02 {
 from { right:-60px;}
 50% {right:-50px;}
100% {right:-60px;}
}


.menu .slides li a{ color:#FFF; background:url(../images/icon_vv.png) right center no-repeat; height:40px; line-height:35px; display:block; font-size:16px; background-size:15px; z-index:1000;}
.menu .slides li:hover {
	background-color:#cf3f00;
}
/*次選單-----------------*/
.menu li ul {
	/*position: absolute;*/
	left: 0;
	top: 60px;
	background-color: #ff6600;
	display: none;
}
.menu .slides li ul li a {
	height: auto;
	line-height: 40px;
	padding: 0;
	background:none;
}
.menu li ul li { margin-right:0;}
.menu li.menu_open ul {
	display: block;
}
/*手機用*/
#MENU_OPEN, #MENU_CLOSE {
	width: 90px;
	height: 90px;
	right: 60px;
	top: 40px;
	position: fixed;
	text-indent: -9999px;
	transition: all 0.5s ease 0s;
	z-index: 1000;
}
#MENU_OPEN {
	background: url(../images/menu.png) center no-repeat #cf3f00;
	display: none;
}
#MENU_CLOSE {
	background: url(../images/menu_close.png) center no-repeat #cf3f00;
	opacity: 0;
	display:none;
}
.carousel { z-index:500;}
.photo { width:100%; overflow:hidden; z-index:0;}
.photo .flexslider { z-index:0;}
.photo .flexslider:hover .flex-direction-nav .flex-next { right:0;}
.photo .flexslider:hover .flex-direction-nav .flex-prev { left:0;}
/*首頁兩列三列*/
.list_2, .list_3 {text-align:center;}
.list_2 img, .list_3 img, .photo img{ display:block;}
.list_one {float:left; overflow:hidden;text-align:center;}
.list_2 .list_one { width:50%;}
.list_3 .list_one { width:33.33333%;}
.img_move img {transition: all 0.5s ease 0s; width:100%;}
.img_move:hover img {/*-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);*/}
	
/*商品列表*/
.goods_list { clear:both; max-width:1300px; margin:0 auto; padding:60px 0; text-align:center;}
.goods_list li {display:inline-block;  text-align:center; margin:10px 5px 60px 5px;}
.goods_one { width:300px; height:auto;position:relative;}
.img_move2 {/*overflow:hidden;padding:10px 0;*/ position:relative; }
.sv_img { background:url(../images/icon_sv.png) center no-repeat; background-color:rgba(0,0,0,0.6); opacity:0; position:absolute; left:0; right:0; top:0; bottom:0; width:100%; height:100%;transition: all 0.3s ease 0s;pointer-events: none;}
.tag2 {position:absolute; z-index:300;pointer-events: none; left:-5px; top:-5px;}
.img_move2:hover .sv_img { opacity:1;}
.goods_one .tag { width:100%; position:absolute; background: url(../images/title_tag.png) center top no-repeat;height:52px; color:#eb1a1a; font-size:20px;z-index:100;text-align:center;}
.goods_one .tag span { width:200px; height:52px; }
.tit { width:100%; font-size:20px; color:#6e5442; text-align:left; padding:10px 0 25px 0; height:32px; overflow:hidden;}	
.text { font-size:24px; padding-bottom:20px;}
.btn_car { background:url(../images/icon_car2.png) left center no-repeat #ff6600; width:100%; height:50px; display:block; line-height:50px; color:#FFF; font-size:18px; text-align:center; border:none;}
.btn_car:hover {background:url(../images/icon_car2.png) left center no-repeat #333;}
/*跳出視窗購物車*/
.pop_box { width:600px; overflow: hidden; padding:20px 0;}
.pop_R { width:50%; float:left;}
.pop_L { width:45%; float:right; margin-right:2.5%;}
.btn_sty02 {width:100%; height:50px; display:block; line-height:50px; color:#FFF; font-size:18px; text-align:center; border:none; background-color:#ff6c0a; margin-bottom:10px;}
.btn_sty02:hover { background-color:#333;}
.btn_sty02b {background-color:#3a559f; }
.btn_sty02b span { background:url(../images/icon_fb.png) left center no-repeat; background-size:40px auto; display: inline-table; padding-left:40px;}
.btn_sty02c {background-color:#19bd04; }
.btn_sty02c span { background:url(../images/icon_line.jpg) left center no-repeat; background-size:40px auto; display: inline-table; padding-left:40px;}
.btn_car2 { background:url(../images/icon_car2.png)#ff6c0a left center no-repeat;}
.btn_car4 { background:url(../images/icon_car4.png)#ff6c0a left center no-repeat;}
.brn_sv { background: url(../images/icon_sv2.png) #ff6c0a left center no-repeat;}
.sel_01 { font-size:18px; line-height:48px; padding:10px; border:1px solid #999;margin-bottom:10px;}
.txt_w { color:#FFF;}
.fancybox-content { border-radius:10px;}
/*購物車加減*/


input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 2px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width:40px;
  height:40px;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 20px;
  height: 40px;
  font-weight: bold;
  text-align: center;
}

/*最新消息*/
.tit_top {  color:#5e5e5e; text-align:center; padding-bottom:40px;}
.tit_top h2 {font-size:30px;}
.tit_top span { font-size:18px;text-transform:uppercase}
.news_list { text-align:center; max-width:1350px; margin:0 auto; padding-bottom:60px;}
.news_list li { position:relative; width:430px; height:100px; display:inline-block; border:1px solid #d5d5d5; margin-bottom:10px;}
.news_list li:hover { background-color:#f6f3cd;}
.news_list li a { position:absolute; left:0; right:0; top:0; bottom:0;  height:100%; border-left:10px solid #eb1a1a; }
.news_list li p { text-align:left; padding:10px 40px; font-size:18px; color:#636363; font-weight:bold;}
.n_time { font-size:17px; color:#642200;}
.btn_more { width:367px; margin:0 auto; height:50px; line-height:50px; margin:40px 0; background-color:#5e5e5e; display: inline-block; color:#FFF;}
.btn_more:hover { background-color:#000;}
/*內頁==========================================================================*/
.map_list { width:100%; height:20px;display:block; font-size:12px; padding-bottom:40px;}
.map_list li{ float:left;}
.map_list li a { color:#000;}
.map_list li a:hover {color:#F30;}
.map_list li::after {content:">"; padding:0 5px; color:#999;}
/*.map_list li:last-child { color:#F30;}*/
.map_list li:last-child:after {content:"";}
.page_all { max-width:1280px; margin:0 auto; padding:20px 0; overflow:hidden;}
.page_R { width:50%; float:left;}
.page_L { width:50%; float:right;}
.box_line { background:url(../images/line_01.gif) left top repeat-y;}
.txt_CC { text-align:center;}
.goods_text img { display:block;}
/*登入*/
.login_box{ max-width:320px; margin:0 auto;}
.inp_a1 { width:100%;border:1px solid #999; padding:10px 0; text-indent:10px;}
.login_box p { padding-bottom:5px;}
.login_box li { padding-bottom:20px;}
.txt_lock { color:#eb1a1a; font-size:15px; text-align:right; float:right;}
.login_bg {  background:url(../images/login_bg.jpg) center  bottom no-repeat; background-size:100% auto;}
.login_bg_in { padding:40px 0;}
/*會員專區-列表*/
.page_body { min-height:500px;}
.member_list { text-align:center; width:100%;}
.member_list li { width:200px; height:50px; display:inline-block; margin:10px; background-color:#F30; border-radius:10px; text-align:center; padding:150px 0 0 0; position:relative;color:#FFF; font-size:20px;}
.member_list li a { position: absolute; width:100%; height:100%; display:block; left:0; right:0; top:0; bottom:0;} 
.member_list li:hover { background-color:#333;}
.icon_m01 { background:url(../images/icon_m01.png) center top no-repeat;}
.icon_m02 { background:url(../images/icon_m02.png) center top no-repeat;}
.icon_m03 { background:url(../images/icon_m03.png) center top no-repeat;}
.icon_m04 { background:url(../images/icon_m04.png) center top no-repeat;}
.txt_rule { text-align:center; background-color:#f9f9f9;}
.btn_sty04 { font-size:12px; padding:5px; border-radius:5px; border:none; background-color:#F00; color:#FFF;font-family: "微軟正黑體";}
.btn_sty04:hover { background-color:#333;}
.btn_sty04:disabled { background-color:#666666;}
/*購物車*/
.car_list { background-color:#f0f2f4; background-image:url(../images/title_no.jpg); background-repeat:no-repeat; width:100%; min-width:621px; height:50px; line-height:50px; color:#FFF; text-indent:40px;}
.car_st01 { background-position:left top;}
.car_st02 { background-position:left -50px;}
.car_st03 { background-position:left -100px;}
.car_st04 { background-position:left -150px;}
.car_list li { float:left; width:156px;}
.tit_a1 { font-size:18px; font-weight:bold; border-bottom:2px solid #555555; padding:10px 0 10px 0; margin:30px 0 0 0;}
.tit_a1.freight {border-bottom: none; max-width:none; padding:0; margin:0;}
.img_01 { width:60px;}
.tab_sty01 { border:1px solid #CCC; font-size:15px;}
.tab_sty01 td { border-bottom:1px solid #CCC;border-left:1px solid #CCC; padding:5px;}

.tab_sty01  span { display: none; }

.tab_sty05 { background-color: #060606; font-size:15px; color: #FFF; font-size: 18px;}

.inp_b1, .inp_b2{ height:40px; line-height:40px; border:1px solid #999; font-size:15px;font-family: "微軟正黑體"; padding:0 25px 0 5px; background-color:#FFF;}
.inp_b2 { width:60px;}
.tab_sty02 { background-color:#fbfbfb;}
.btn_dele { background:url(../images/menu_close.png) center no-repeat; width:30px; height:30px; border-radius:30px; background-color:#F00; background-size:30px; border:none; text-indent:-9999px;}
.btn_dele:hover { background-color:#000;}
.txt_f15 { font-size:18px;}
.btn_sty03 { width:200px; display:inline-block;height:50px;line-height:50px; color:#FFF; font-size:18px; text-align:center; border:none; background-color:#ff6c0a; margin:10px;}
.btn_sty03:hover { background-color:#666;}
.btn_sty03_ed, .btn_sty03_ed:hover { background-color:#999999; -webkit-appearance: none;  /* Safari 和 Chrome，常用於iOS下移除內建樣式 */
    -moz-appearance: none;     /* FireFox */
    appearance: none;
	-webkit-text-fill-color: rgba(255, 255, 255, 1);
-webkit-opacity: 1;
	}
	
.btn_sty04 { width:80px;font-size:15px; padding:0; line-height:30px; height:30px;}
.txt_sv label { padding-right:20px;}
.txt_sv input.sv_01 { height:30px ; line-height:30px;}

/*訂購*/
.tab_sty03 li { clear:both; width:100%; border-bottom:1px solid #CCC; padding:10px 0; line-height:40px; overflow:hidden;}
.ttr { width:15%; float:left;}
.ttr_2 { width:85%; float:right; }
.ttr.ttr_m { width:12%; float:left;}
.ttr_2.ttr_m2 { width:38%; float:left;}
.ttr_2.ttr_m2 a {
	color: #FF6600;
	text-decoration: underline;
}
.rig_menu { clear:both;}
.inp_c1 {border:1px solid #999; font-size:15px;font-family: "微軟正黑體"; padding:0 25px 0 5px; background-color:#FFF;height:40px; line-height:40px; margin-bottom:5px;}
.inp_c1_2 { min-height:150px;}
.txt_w100 { width:450px;}
.txt_w30 { width:100px;}
.line_link {
	text-decoration: underline;font-weight:bold; color:#F00;
}
.line_link:hover {  color:#F60;}
.txt_in01 { padding-left:20px; font-weight:normal; font-size:17px; color:#F00;}
.txt_sv span { display:inline-block; padding-left:20px; padding-top:20px;}
.txt_sv i { font-style:normal; color:#FF6600; padding:0 10px;}
/*商品內頁*/
.tit_top2 { border-bottom:1px solid #F00; font-size:20px; }
.tit_top2 h2 { display:inline-block; background:#F00; padding:5px 10px; color:#FFF; font-size:20px; border-radius:10px 0 10px 0}
.goods_page { width:100%; overflow:hidden; clear:both;}
.goods_page .pop_L { width:auto; padding-left:350px; float:none;}
.goods_page .pop_L p { padding-bottom:10px;}
.goods_page .pop_R { width:300px;}
.freight { border-bottom:1px solid #CCC; padding:10px 0; max-width:500px; min-height:s30px; line-height:30px;}
.freight img { height:30px; padding-right:10px;}
.freight i {height:30px; float:left;}
/*圖文編輯區*/
.txt_title_a1 {border-radius:5px; color:#FFF; padding:2px 15px; background-color:#FF0000; font-size:18px;}
.icon_shop { height:40px;font-size:18px; line-height:40px;font-weight:bold;}
.icon_shop i img{ width:30px; height:30px; margin-right:10px;}
.text_page { clear:both; line-height:26px; padding: 10px 0;}
.text_page img { width:auto !important; height:auto !important;}
.text_page p { padding:10px 0;}
.text_R { width:45%; float:right;}
.text_L { width:50%; float:left;}
/*圖文內頁選單*/
.page_menu { clear: both; width: 100%; height: 40px; text-align: center; border-bottom: 1px solid #eb1a1a;}
.page_menu ul {}
.page_menu li { display:inline-block; height: 640px}
.page_menu li a { height: 40px;line-height: 40px; padding: 0 5px; color: #eb1a1a; border-radius: 5px 5px 0 0; display: block;} 
.page_menu li.on a, .page_menu li:hover a{ color:#FFF; background-color:#eb1a1a; }
/*浮動*/
.float_box { width:80px;  position:fixed; right:5px; bottom:60px; z-index:500; }
.float_box img { max-width:100%;}
.btn_car_box { width:80px; height: auto; border:1px solid #ff6600; border-radius:10px;background-color:rgba(255,255,255,0.7);text-align:center; line-height:18px; font-size:15px;}
.btn_car_box a { position:absolute; left:0; top:0; right:0; bottom:0;}
.c_01 { font-size:10px;}
.c_03, .c_02, .c_01 { margin:5px 10px;}
.c_02 { border-bottom:1px solid #666666;}
.c_04 {border-radius:10px; width:80px;  background:url(../images/icon_car3.png) center top no-repeat #ff6600; padding-top:60px; color:#FFF;}
.con_box { max-width: 550px; margin: 0 auto;}

/*版權==========================================================================*/
footer { background-color:#ff6600; width:100%; overflow:hidden;}
.footer_page { margin:0 auto; max-width:1200px; padding:40px 0; overflow:hidden;}
.footer_page li { width:16.6%; float:left; background:url(../images/icon_foot.png) left top no-repeat; font-size:24px; text-indent:30px; color:#FFF;}
.footer_page li ul { background:url(../images/icon_foot2.png) left repeat-y; padding:20px 0;}
.footer_page li ul li { float:none; background:none; font-size:18px; line-height:36px; width:100%;}
.footer_page li ul li a { color:#FFF; display:block;background:url(../images/icon_foot2.png) left repeat-y;}
.footer_page li ul li a:hover { color:#FFC; background-color:#cf3f00;}
.foot_ps { background-color:#4c4c4c; text-align:center; padding:40px 0; color:#CCC; line-height:26px;}
.foot_ps span { padding:0 10px;}
/*共用*/
.txt_gray { color:#999;}
.txt_red { color:#7f0019;}

/*下方列表*/
.btn_list {text-align:center;}
.btn_one { width:150px;  height:40px; line-height:40px; display:inline-block; padding:10px; border:1px solid #ff6600; text-align:center; position:relative;}
.btn_one span{width:100px; height:40px;overflow:hidden; display:block; text-align:center; margin:0 auto;}
.btn_one img { width:40px; height:40px;}
.btn_one a { color:#333; width:100%; height:100%; position:absolute; display:block; left:0; right:0; top:0; bottom:0;}
.btn_one:hover { background-color:#F90;color:#FFF;}

.btn_back { border-left:3px solid #ff6600;}
.btn_next { border-right:3px solid #ff6600;}
.btn_back img { float:left;}
.btn_next img { float:right;}
/*問答*/

#qaContent {}
.accordionPart { margin:0 20px;}
.accordionPart li { border-bottom:1px solid #333; }
.qa_title { font-size:20px; padding:10px 0;background:url(../images/icon_vv3.png) right 5px no-repeat;}
.qa_title.qa_title_on {background:url(../images/icon_vv2.png) right 5px no-repeat; color:#CC0000;}
.qa_content { font-size:18px;padding:20px;}
/*數字頁*/
.page-no {
	clear: both;
	padding: 30px 0;
	overflow: hidden;
}
.no_box {
	clear: both;
	margin: 0 auto;
	position: relative;
}
.no_box ul {
	text-align: center;
	position: relative;
}
.no_box li {
	display: inline-block;
	height: auto;
	color: #FFF;
	margin: 10px 5px;
}
.no_box li a {
	margin: 0;
	color: #6c4b22;
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	font-weight: bold;
	border: 1px solid #CCC;
	background-color: #FFF;
	border-radius: 3px;
}
.no_box li a:hover, .no_box li.on a {
	background-color: #ff6c0a;
	color: #FFF;
}

.no_box2 { text-align:center; font-size:20px;}
.no_box2 li { display:inline-block; margin:0 10px; }
.no_box2 li a {
	color: #FF0000;
	text-decoration: underline;
	padding:2px 5px;
	border-radius:5px;
	display:block;
}
.no_box2 li a:hover { color:#FFF; background-color:#FF0000;text-decoration: none;}


.no_box li.icon_no1 a{ background:url(../images/flex-prev3.png) center no-repeat #ff6c0a; text-indent:-9999px;}
.no_box li.icon_no2 a{ background:url(../images/flex-prev2.png) center no-repeat #ff6c0a; text-indent:-9999px;}
.no_box li.icon_no3 a{ background: url(../images/flex-next2.png) center no-repeat #ff6c0a; text-indent:-9999px;}
.no_box li.icon_no4 a{ background: url(../images/flex-next3.png) center no-repeat #ff6c0a; text-indent:-9999px;}

.txt_og { padding-left:10px; color: #e15a00;}
.video iframe { width:800px; height:600px;}
/*招呼頁*/
.open_box { position: fixed; left:0; right:0; top:0; bottom:0; width:100%; height:100%; background-color:hsla(0,0%,0%,0.8); z-index:1000; }
.open_in { text-align: center;
    border-radius: 20px;
    width: 800px;
    height: 540px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: url(../images/open_bg.jpg) ;
	/*background: url(../images/btn_XX.png) right top no-repeat #fff;*/ 
	background-size: 120px;
	z-index:1100;
}
.open_in h2 { padding:25px 0; height: 50px;}
.open_in h2 img { height: 40px;}
.open_in2 { background-color:#ffbd59; width: 100%; overflow: hidden; margin-top: 150px; }
.go_btn { width:40%; display:inline-block; position:relative;  text-align:center;}
.go_btn a { display:block; width:100%; height:100%; position:absolute; z-index:1001;}
.btn_logo { width:180px; height:120px;  margin:0 auto 10px auto;  text-align:center;}
.btn_logo2 {  }
.btn_logo img{transition: all 0.5s ease 0s;}
.go_btn:hover .btn_logo img {-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);}
