@charset "utf-8";
body {
	margin: 0 auto;
	width:100%;
	background:#000;
}
img{
	border:0;
}
/*去掉所有內邊距*/
.nopadding {
	padding: 0;
}
/*頂部*/
.top_logo {
	background:#7640a3;
	padding:26px 0px;
	float:left;
	text-align:center;
	position:relative;
}
.top_logo img{
	width:70%;
	height:auto;
}
.top_menu_css {
	background:#bfb191;
	color:#7640a3;
	float:right;
	position:absolute;
	width:12%;
	border:2px solid #ccc;
	text-align:center;
	padding:10px 0px 7px 0px;
	margin-top:20px;
	border-radius:10px;
	right:10px;
}
.top_menu_css01 {
	background:#cb628d;
	color:#e5e5e5;
	float:right;
	position:absolute;
	width:15%;
	border:2px solid #ccc;
	text-align:center;
	padding:10px 0px 7px 0px;
	margin-top:20px;
	border-radius:10px;
}
/*首頁選單*/
.in_menu {
	float:left;
	text-align:center;
	padding:55px 0px;
	background:url(../images/menu_bg.png) right bottom no-repeat;
}
#menu_list1{background-image:url(../images/buttons/button.png); background-repeat:no-repeat; background-position:center center; height:110px; width:127px; position:absolute; left:116px; top:0px;}
#menu_list2{background-image:url(../images/buttons/button.png); background-repeat:no-repeat; background-position:center center; height:110px; width:127px; position:absolute; left:221px; top:60px;}
#menu_list3{background-image:url(../images/buttons/button.png); background-repeat:no-repeat; background-position:center center; height:110px; width:127px; position:absolute; left:221px; top:180px}
#menu_list4{background-image:url(../images/buttons/button.png); background-repeat:no-repeat; background-position:center center; height:110px; width:127px; position:absolute; left:116px; top:240px;}
#menu_list5{background-image:url(../images/buttons/button.png); background-repeat:no-repeat; background-position:center center; height:110px; width:127px; position:absolute; left:11px; top:180px}
#menu_list6{background-image:url(../images/buttons/button.png); background-repeat:no-repeat; background-position:center center; height:110px; width:127px; position:absolute; left:11px; top:60px}
#menu_list7{background-image:url(../images/buttons/button.png); background-repeat:no-repeat; background-position:center center; height:110px; width:127px; position:absolute; left:116px; top:120px;}
#menumain{height:380px; width:360px; left:0px; margin-right:auto; margin-left:auto; position:relative;}
#touch-button{margin-top:15px; margin-left:28px}
.icon{width:66px; height:66px; margin-top:5px; margin-left:30px; position:absolute; padding-top: 10px;}
.icon img{width:50%; margin-right:auto; margin-left:auto; margin-bottom:5px; display:block}
.icon a{ font-size:13px; text-align:center; display:block;  margin-left:auto; margin-right:auto;}
.other_icon{width:66px; height:66px; margin-top:15px; margin-left:30px; position:absolute; padding-top: 17px;}
.other_icon img{width:50%; margin-right:auto; margin-left:auto; margin-bottom:5px; display:block}
.other_icon a{ font-size:13px; text-align:center; display:block;  margin-left:auto; margin-right:auto; line-height:30px;}
.te_icon{width:66px; height:66px; margin-top:15px; margin-left:30px; position:absolute; padding-top: 10px;}
.te_icon img{width:40%; margin-right:auto; margin-left:auto; margin-bottom:5px; display:block}
.te_icon a{ font-size:13px; text-align:center; display:block;  margin-left:auto; margin-right:auto; line-height:30px;}
.two_icon{width:66px; height:66px; margin-top:12px; margin-left:30px; position:absolute; padding-top: 10px;}
.two_icon img{width:45%; margin-right:auto; margin-left:auto; margin-bottom:5px; display:block}
.two_icon a{ font-size:13px; text-align:center; display:block;  margin-left:auto; margin-right:auto; line-height:22px;}
.new_icon{width:66px; height:66px; margin-top:14px; margin-left:30px; position:absolute; padding-top: 15px;}
.new_icon img{width:45%; margin-right:auto; margin-left:auto; margin-bottom:5px; display:block}
.new_icon a{ font-size:13px; text-align:center; display:block;  margin-left:auto; margin-right:auto; line-height:22px;}
/*首頁聯絡諮詢*/
.in_contacts {
	float:left;
	background:url(../images/contact_bg.jpg);
	background-size:cover;
	border-bottom:2px solid #2a2a2a;
	border-top:2px solid #2a2a2a;
	padding-left:18px;
	font-size:15px;
	line-height:32px;
	font-weight:bold;
	color:#e6e6e6;
	padding-top:20px;
	padding-bottom:20px;
}
/*內頁大圖*/
.sub_pic {
	float:left;
}
.sub_pic img{
	width:100%;
	height:auto;
}
/*內頁二級選單*/
.sub_menus {
	float:left;
	background:url(../images/sub_menu.jpg);
	background-size:cover;
	text-align:center;
	margin-top:20px;
}
.smenu {
	line-height: 54px;
	z-index:9999;
	color: #fff;
	list-style:none;

}

.smenu a {
	color: #FFF;
	display: inline-block;
	width:90%;
	font-size:16px;
	font-weight:bold;
}
.smenu li {
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	position:relative;
	border-top:1px dotted #ccc;
	padding-left:10px;
}
.smenu li:first-child {
	text-align: center;
	border-top:none;
}
.smenu>li>ul{
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	height:auto;
	z-index:99999;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	list-style:none;
}
.smenu>li>ul>li ul{
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:auto;
	z-index:99999;

}
.smenu>li ul li a{
	color: #FFF;

}
.smenu>li:hover{
	color: #FFF;
}
.smenu>li:hover a{
	color: #FFF;
}
.smenu>li .indicator {
	position: absolute;
	color: #EEE;
	top: 0;
	right: 8px;
}
.smenu>li:hover>.indicator {
	color: #fff;
}
.smenu ul>li .indicator {
	top: 0;
	right: 8px;
	color: #fff;
}




.in_nrcon {
	float:left;
	margin-top:10px;
}
.in_th {
	padding:5px;
	float:left;
}
.in_mo {
	float:left;
	border-right:1px solid #d7dce3;
}
.in_mo01 {
	float:left;
}
.in_bt {
	font-family:"Microsoft JhengHei";
	color:#606060;
	font-weight:bold;
	font-size:22px;
}
.in_bt_en {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#9bbfe3;
	font-weight:bold;
	font-size:18px;
}
.in_bt_con {
	float:left;
	margin-top:22px;
	font-family:"Microsoft JhengHei";
	font-size:15px;
	color:#444444;
	line-height:33px;
}
.in_ul {
	float:left;
	padding-left:20px;
}
.in_ul li {
	border-bottom:1px dotted #d2d2d2;
	height:45px;
	line-height:45px;
	background:url(../images/icon_class.gif) left center no-repeat;
	padding-left:15px;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
	display:block;
	width:98%;
	color:#fff;
}
.news_contentss{
	float:left;
	color:#D8D8D8;
	font-size:15px;
	line-height:32px;
	margin-bottom:25px;
}
.news_contentss img {
	width:100%;
	height:auto;
}
.news_title {
	float:left;
	padding:10px 0px 10px 0px;
	text-align:left;
	color:#cb628d;
	font-family:"Microsoft JhengHei";
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #d2d2d2;
}
.works_bt {
	float:left;
	padding:8px 0px 8px 10px;
	text-align:left;
	color:#ffffff;
	font-family:"Microsoft JhengHei";
	font-size:15px;
	font-weight:bold;
	border-radius:10px;
	background:#e58cb9;
}
.works_both{
	float:left;
}
.works_both img {
	width:auto;
	height:auto;
	max-width:100%;
}
.works_img {
	float:left;
	background:#ffffff;
	padding:4px;
	box-shadow:4px 4px 4px #c1c1c1;
}
.works_img img {
	width:auto;
	height:auto;
	max-width:100%;
}
.works_fonts {
	float:left;
	text-align:center;
	padding-top:14px;
	padding-bottom:12px;
	font-family:"Microsoft JhengHei";
	font-size:14px;
	color:#595959;
}
.works_fy {
	float:left;
	margin-top:20px;
	text-align:center;
	font-size:9px;
}
/*大圖*/
.pic_in {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}
.pic_in img {
	width:100%;
	height:auto;
}
.pic_main_img {
	box-shadow:3px 3px 3px #c5c5c5;
}
.pic_main {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #e1e1e1;
}
.pic_img_nr {
	float:left;
	border:8px solid #ffffff;
	box-shadow:5px 5px 5px #d1d1d1;
}
.pic_main img {
	width:100%;
	height:auto;
}
/*內容區*/
.nrq_content {
	float:left;
	margin-top:0px;
}
.nrq_content img {
	width:100%;
	height:auto;
}
.in_content {
	float:left;
	margin-top:10px;
}
.in_content img {
	width:auto;
	height:auto;
	max-width:100%;
}
.nr_con {
	padding-bottom:20px;
}
.sub_bth {
	width:96%;
	margin:0 auto;
}
.sub_xs-content {
	float:left;
	background:#ffffff;
	margin:5px 0px;
	padding:10px 0px;
}
.sub_bth img {
	width:auto;
	height:auto;
	max-width:100%;
}
.sub_xs-12 {
	float:left;
	background:#ffffff;
	margin:10px 0px;
	padding:10px 0px;
}
.inbtn {
	float:left;
	padding:5px;
	text-align:center;
}
.move_img_both {
	padding:30px 0px;
	margin-top:15px;
	font-family: "Microsoft JhengHei", PMingLiU;
	font-weight:bold;
	font-size:30px;
	color:#ffffff;
	line-height:45px;
}
/*背景異動*/
.movebg {
	top: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-repeat: repeat;
}
.moveoverlay {
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
.movecontainer {
	position: relative;
}
.bg_font{
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}
.move_content {
	width:88%;
	margin:0 auto;
	font-family:"Microsoft JhengHei";
	text-align:left;
	font-size:15px;
	color:#fff;
	line-height:30px;
	text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;
	*filter: Glow(color=#000, strength=1);
}
/*作品集*/
.work_title {
	float:left;
	padding-top:25px;
	padding-bottom:15px;
	text-align:center;
	font-family:"Microsoft JhengHei";
	font-size:16px;
	color:#693fa2;
	font-weight:bold;
}
.contact_bo {
	float:left;
	margin-top:30px;
	background:url(../images/contact_bo.jpg);
	background-size:cover;
	padding:5% 0% 5% 3%;
}
.contact_left {
	float:left;
	text-align:left;
	font-family:"Microsoft JhengHei";
	font-size:14px;
	color:#fff;
	font-weight:bold;
	line-height:25px;
}
.contact_right {
	float:left;
	text-align:left;
	line-height:25px;
	padding-top:15px;
}
.contact_right img {
	width:85%;
	height:auto;
}
/*選單*/
.menu_both {
	background:#cb628d;
	padding:12px 15px 12px 15px;
	text-align:center;
	border-radius:10px;
	width:96%;
	margin-left:2%;
	margin-right:2%;	
}
.menu_list {
	float:left;
	text-align:center;
	border-right:1px dotted #fff;
}
.sub_ri_link {
	text-align:right;
	padding-right:3px;
}
/*商品列表*/
.so_img_ku {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 5px;
	float: left;
	background-color: #e4e4e4;
	box-shadow: 5px 5px 5px #adadad;
}
.so_img_ku img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.so_img_ku:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
/*商品詳情*/
.pro_xq {
	float:left;
	text-align:center;
}
.pro_xq_font {
	float:left;
	text-align:center;
	padding:6px;
	font-family:"Microsoft JhengHei";
	font-size:15px;
	font-weight:bold;
	color:#336699;
}
/*版權區*/
.copyright {
	float:left;
	background:#333333;
	padding:15px 0px;
	text-align:center;
	font-family:"Microsoft JhengHei", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#fff;
	margin-top:20px;
	line-height:21px;
}

/*專案工程*/
.news_info {
	width:100%;
	margin:0px 0px 15px 8px;
	padding:0;
	float:left;
	font-family:"Microsoft JhengHei";
}
.news_info ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.news_info ul li {
	background:url(../images/icon_01.gif) left no-repeat;
	width:100%;
	padding-left:15px;
	height:40px;
	line-height:40px;
	text-align:left;
	float:left;
 }
.news_info ul li a {
	width:90%;
	text-decoration:none;
	font-family:"Microsoft JhengHei";
	font-size:15px;
	color:#595959;
	float:left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.news_info ul li a:hover {
	color:#336699;
}
.plan_bt {
	font-family:"Microsoft JhengHei";
	font-size:18px;
	color:#ff6600;
	font-weight:bold;
}
.plan_title {
	font-family:"Microsoft JhengHei";
	font-size:16px;
	color:#369;
	font-weight:bold;
}
.know_title {
	font-family:"Microsoft JhengHei";
	font-size:16px;
	color:#41740D;
	font-weight:bold;
}
.ny_cons {
	float:left;
	font-family:"Microsoft JhengHei";
	font-size:15px;
	color:#333333;
	line-height:32px;
	margin-top:15px;
}
.en_fonts {
	font-family:"Microsoft JhengHei";
	font-size:15px;
	color:#369;
	font-weight:bold;
}
.company_pic {
	float:left;
	text-align:center;
}
.company_pic img {
	width:96%;
	height:auto;
}
/*聯絡我們*/
.lx_img {
	text-align:center;
}
.lx_img img {
	width:100%;
	height:auto;
}
.lx_title {
	font-family:"Microsoft JhengHei";
	font-size:18px;
	color:#ff6600;
	font-weight:bold;
}
/*常見問題*/
.qa_wen {
	margin:0px; 
	padding:10px;
	line-height:30px;
}
.qa_da {
	margin:0px;
	line-height:30px;
}
/*公司簡介*/
.ab_titles{
	padding:0px;
	text-align:center;
	font-family:"Microsoft JhengHei";
	font-size:18px;
	color:#996633;
	font-weight:bold;
}
.ab_content{
	padding:0px;
	font-family:"Microsoft JhengHei";
	font-size:15px;
	color:#333333;
	line-height:30px;
	padding:10px 15px;
}
.ab_font01 {
	font-family:"Microsoft JhengHei";
	font-size:15px;
	color:#996633;
}

.re_sj_title {
	float:left;
	padding:15px 0px;
	background:url(../images/re_title_bg.jpg) repeat-x;
	position:relative;
	margin-top:10px;
}
.re_sj_font {
	float:left;
	background:url(../images/icon_title.png) 6px no-repeat;
	padding-left:30px;
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:16px;
	color: #595959;
	font-weight:bold;
}
.news_sj_title {
	float:left;
	background:url(../images/icon_title.png) 6px no-repeat;
	padding-left:30px;
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:16px;
	color: #595959;
	font-weight:bold;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
/*跑馬燈*/
.Marquee {
	float:left;
	padding:13px 0px;
	color:#ffcc00;
	font-size:15px;
}
/*產品區*/
.pro_contentss {
	float:left;
	margin-bottom:15px;
}
.pro_imgss {
	float:left;
	background:#fff;
	padding:8px;
}
.pro_imgss img {
	width:100%;
	height:auto;
}
.pro_fontss {
	float:left;
	font-size:13px;
	line-height:25px;
	margin-top:8px;
	color:#fff;
	text-align:left;
}
.pro_mc {
	float:left;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
}
.pro_f01 {
	color:#e5d6b3;
}
.pro_f02 {
	color:#ffb100;
}
.pro_f03 {
	color:#ffcc00;
}
.pro_xq_font {
	font-size:15px;
	line-height:26px;
	color:#fff;
	text-align:left;
}
.re_sj_pro {
	float:left;
	padding-top:20px;
}
.re_sj_pro_font {
	float:left;
	padding:12px;
	text-align:center;
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:13px;
	color: #595959;
}
.re_sj_proimg {
	padding:0 10px 0 5px;
}

/*商品列表*/
.buspro_content {
	float:left;
	margin-top:25px;
}
.buspro_title {
	float:left;
	padding:10px 0px;
	background:#bfb191;
	position:relative;
	margin-top:20px;
}
.buspro_img {
	float:left;
	background:#d2d2d2;
	padding:5px;
	margin-top:2px;
}
.buspro_img img {
	width:auto;
	height:auto;
	max-width:100%;
}
.buspro_both {
	float:left;
	padding:0px 0px 10px 20px;
	line-height:25px;
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:15px;
	color: #333;
}
.buspro_bt {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:18px;
	color: #7b635f;
	font-weight:bold;
}
.buspro_xw {
	float:left;
	padding-top:10px;
	padding-bottom:10px;
}
/*活動訊息*/
.news_list {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0;
	float:left;
	font-family:MingLiU;
}
.news_list ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.news_list ul li {
	background:url(../images/icon_news.png) 10px 25px no-repeat;
	width:100%;
	height:60px;
	padding-left:30px;
	line-height:60px;
	float:left;
	text-align:left;
	border-bottom:1px dotted #CCCCCC;
}
.news_list ul li:last-child{
	border-bottom:none;
}
.news_list ul li a {
	text-decoration:none;
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:15px;
	color:#333;
	float:left;
	overflow: hidden; /*超出的部分隐藏起来。*/
	white-space: nowrap; /*不显示的地方用省略号...代替*/
	text-overflow: ellipsis; /* 支持 IE */
	-o-text-overflow: ellipsis;
	display:block;
	width:100%;
}
.news_list ul li a:hover {
	color:#ff6600;
}
/*置頂*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 70px;
	right: 3%;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
.up_link {
	float:left;
	text-align:center;
	padding:10px;
}
/*其他通用*/
.content1 a:link, .content1 a:visited {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.content1 a:hover {
	color:#336699;
}
.content2 a:link, .content2 a:visited {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:13px;
	color: #595959;
	line-height:20px;
	text-decoration: none;
}
.content2 a:hover {
	color:#336699;
}
.content3 a:link, .content3 a:visited {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:13px;
	color: #333333;
	text-decoration: none;
}
.content3 a:hover {
	color:#333333;
}
.content4 a:link, .content4 a:visited {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:16px;
	color: #333;
	font-weight:bold;
	border-bottom:1px solid #333;
	padding-bottom:1px;
	text-decoration: none;
}
.content4 a:hover {
	border-bottom:1px solid #369;
	color:#1eadc1;
}
.content5 a:link, .content5 a:visited {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:15px;
	color: #8fb93f;
	font-weight:bold;
	border-bottom:1px solid #8fb93f;
	padding-bottom:1px;
	text-decoration: none;
}
.content5 a:hover {
	border-bottom:1px solid #db4f73;
	color:#db4f73;
}
.content6 a:link, .content6 a:visited {
	color: #ffffff;
}
.content6 a:hover {
	color:#9bbfe3;
}
.content7 a:link, .content7 a:visited {
	font-family: "Microsoft JhengHei";
	font-size:15px;
	color: #336699;
	font-weight:bold;
	text-decoration: none;
}
.content7 a:hover {
	border-bottom:1px solid #db4f73;
	color:#db4f73;
}
.content8 a:link, .content8 a:visited {
	font-family: "Microsoft JhengHei";
	font-size:22px;
	color: #ff6600;
	font-weight:bold;
	text-decoration: none;
}
.content8 a:hover {
	color:#ff6600;
}
.content9 a:link, .content9 a:visited {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:15px;
	color: #ffffff;
	line-height:20px;
	text-decoration: none;
}
.content9 a:hover {
	color:#ffb100;
}
.btn01 {
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:#efa43f;
  color: #FFF;
  font-size: 13px;
  font-weight:bold;
  padding: 8px 0px;
  width: 100%;
  cursor: pointer;
  outline: none;
  margin: 5px 0px 5px 0px;
  border: none;
  border-radius: 50px;
  float:left;
}
.btn01:hover {
  background:rgb(255, 149, 23);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.btn02 {
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff2ab;
  color: #9a6200;
  font-size: 11px;
  font-weight:bold;
  padding: 2px 0px 1px 0px;
  width: 25%;
  cursor: pointer;
  outline: none;
  margin: 10px 0px 5px 0px;
  border:1px solid #e0a949;
  border-radius: 8px;
  float:right;
}
.btn02:hover {
  background:rgb(243, 224, 121);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  color:#ff6600;
}
.btn03 {
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:#616060;
  color: #FFF;
  font-size: 13px;
  padding: 2px 0px;
  width: 70%;
  cursor: pointer;
  outline: none;
  margin: 5px 0px 5px 0px;
  border: none;
  float:left;
}
.btn03:hover {
  background:rgb(255, 149, 23);
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.font_product {
	font-family: "Microsoft JhengHei";
	font-size:24px;
	color: #336699;
	font-weight:bold;
}
	
@media (min-width :320px) and (max-width:588px) {
.content1 a:link, .content1 a:visited {
	font-family: "Microsoft JhengHei", PMingLiU;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.btn01 {
  font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background:#efa43f;
  color: #FFF;
  font-size: 12px;
  font-weight:bold;
  padding: 8px 0px;
  width: 100%;
  cursor: pointer;
  outline: none;
  margin: 5px 0px 5px 0px;
  border: none;
  border-radius: 50px;
  float:left;
}
.content1 a:hover {
	color:#333;
}

}


