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

@import url(reset.css);
@import url(font-awesome.min.css);
@import url(rwdgrid.css);

body{
	background:#202b27;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;}
.qad {
	margin-right: 5%;
}

.qad li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	list-style-type: none;
}


.both {
	clear: both;
}
ul.line123 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
}



ul.service li {
	float: left;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	list-style-type: none;
	margin-bottom: 5%;
}
ul.service li p {
	text-align: center;
}
ul.service li a {
	color: #333;
}
ul.service li a:hover {
	color: #630;
	text-decoration: underline;
}


@media (max-width: 640px){
ul.service li {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}


ul.service2 li {
	float: left;
	width: 31%;
	margin-right: 1%;
	margin-left: 1%;
	list-style-type: none;
}

@media (max-width: 768px){
ul.service2 li {
	width: 48%;
}
}

@media (max-width: 480px){
ul.service2 li {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
}
/*css3*/
a{
	cursor:pointer;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover{
	color:#4e7a23;}

[class^='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.col-1{
	width:100%;}

.col-2{
	width:50%;}

.col-3{
	width:33.33%;}

.col-4{
	width:25%;}

.col-5{
	width:20%;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.btn_color1{
	background: #00acce; /* Old browsers */
background: -moz-linear-gradient(top,  #444444 0%, #444444 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#444444)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #444444 0%,#444444 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #444444 0%,#444444 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #444444 0%,#444444 100%); /* IE10+ */
background: linear-gradient(to bottom,  #444444 0%,#444444 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acce', endColorstr='#06bbdb',GradientType=0 ); /* IE6-9 */
}

.btn_color1:hover{
	background: #222222;}

.wrap{
	width:1160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*會員登入框*/
.loginArea{
	display:none;
	width: 300px;
	border: 10px solid rgba(46, 46, 46, 0.63);
	border-radius: 8px;
	
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -150px;}

.loginArea .box{
	position:relative;
	padding:40px 20px 20px 20px;
	background:#FFF;
	box-shadow:inset 0 -5px 5px #e1e1e1;
	border-radius:8px;}

a#closeLogin{
	font-size:18px;
	color:#666;
	position:absolute;
	right:10px;
	top:10px;}

.loginArea input[type="text"], .loginArea input[type="password"]{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:30px;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:7px;}

.loginArea .btn{/*送出按鈕*/
	margin-top:15px;
	text-align:center;}

.loginArea .btn a{
	display:inline-block;
	font-size:13px;
	color:#FFF;
	padding:8px 15px;
	border-radius:3px;
	
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;}

.loginArea .forget{
	clear:both;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#2f2f2f;
	margin-top:20px;}

.loginArea .forget span{
	font-size:13px;
	color:#e1e1e1;}

.loginArea .forget strong a{
	font-weight:normal;
	color:#F93;
	text-decoration:underline;}

.loginArea .forget b a{
	font-size:18px;
	font-weight:normal;
	color:#09F;
	text-decoration:underline;}

.loginArea .forgetCheck{
	display:none;}

.loginArea .forgetCheck a.btn_relog{
	display:block;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#09F;
	text-decoration:underline;
	text-align:center;
	margin-bottom:15px;}

/*會員登出*/
.logoutBox{
	padding:7px 0;
	background: url(../images/menu_bg.jpg) no-repeat center top;
	background-size: cover;}

/*手機版menu*/
.m_menu{
	display:none;}

header{}

header .topBar{
	background-color: #203123;
}

header .topBar .leftBox{
	padding:0;}

header .topBar .leftBox a{
	float:left;
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#FFF;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

header .topBar .leftBox a:first-child{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

header .topBar .leftBox a:hover{
	background-color: #928656;
}

header .topBar .rightBox{
	text-align:right;
	padding:0;}	
	
.rightBox .side_menu img{
	width: 100%;
    }	
	
header .topBar ul{}

header .topBar ul li{
	position:relative;
	display:inline-block;
	font-size:13px;
	color:#FFF;}

header .topBar ul li:first-child:after{
	content:"│";
	font-size:12px;
	color:#666666;
	margin:0 3px;
}

header .topBar ul li > a{
	display:inline-block;
	font-size:13px;
	color:#FFF;
	line-height:40px;}

header .topBar ul li > a i{
	margin:0 5px;}

header .topBar ul li .submenu{
	display:none;
	width:100px;
	position:absolute;
	left:0;
	top:100%;
	z-index:99;}

header .topBar ul li .submenu a{
	display:block;
	padding:7px;
	font-size:13px;
	color:#FFF;
	text-align:left;
	background-color: #222;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F93;
}

header .topBar ul li .submenu a:hover{
	background-color: #F90;
}

header .downBox{
	padding:20px 0;
	background:url(../images/bg_header.jpg);}

header .downBox .wrap{
	position:relative;}

header .downBox h1{
	width:348px;
	height:75px;
	float: left;
}

header .downBox h1 a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	height:75px;
	text-indent:-9999px;}

/*menu*/
nav{}

ul.menu{
	float: right;

}

ul.menu li{
	float:left;
	position:relative;
}

ul.menu li.break{
	margin-right: 348px;
}

ul.menu li > a{
	display:block;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#222222;
	padding-top:50px;
	border-left:1px dashed #d9d9d9;
	padding-right: 23px;
	padding-bottom: 5px;
	padding-left: 23px;
}

ul.menu li > a:hover{
	background-position:center -8px !important;}

ul.menu li > a.about{
	background:url(../images/menu01.png) no-repeat center top;}
ul.menu li > a.news{
	background:url(../images/menu02.png) no-repeat center top;}
ul.menu li > a.service{
	background:url(../images/menu03.png) no-repeat center top;}
ul.menu li > a.process{
	background:url(../images/menu04.png) no-repeat center top;}
ul.menu li > a.case{
	background:url(../images/menu05.png) no-repeat center top;}
ul.menu li > a.contact{
	background:url(../images/menu06.png) no-repeat center top;}
ul.menu li > a.price{
	background:url(../images/menu07.png) no-repeat center top;}
ul.menu li > a.home{
	background:url(../images/menu08.png) no-repeat center top;}

/*手機menu*/
.m_menu{
	display:none;}
	
/*****banner******/
.bannerArea{
	clear:both;
	position:relative;
	width: 100%;
	background: url("../images/banner-bg.jpg") no-repeat fixed center top #343434;
}

.bannerArea .wrap{
	width:100%;
	padding:0;
}

.bannerArea img{
	display:block;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:20px;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a{
	background:#FFF;
	border:1px solid #FFF;
	border-radius:100%;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#FFF;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:none;}

/*頁尾資訊*/
footer{
	clear:both;
	padding:30px 0;
	background-color: #172219;
}

footer a.downLogo{
	display:block;
	float:left;}

footer .social{
	overflow:hidden;
	padding: 32px 0 0 25px;}

footer .social a{
	margin:0 10px;
	display:inline-block;
	font-size:25px;
	color:#FFF;}

ul.downMenu{
	clear:both;
	padding-top:5px;}

ul.downMenu li{
	float:left;}

ul.downMenu li a{
	display:block;
	padding:10px;
	font-size:12px;
	color:#FFF;}

ul.downMenu li a b{
	margin-left:3px;
	color:#FC3;
	font-weight:normalr;
}

ul.downMenu li a:hover{
	text-decoration:underline;}

footer .qrcode{
	margin-right:15px;}

h5.copyright{
	overflow:hidden;
	font-weight:normal;
	font-size:12px;
	color:#FFF;
	line-height:1.8;}

h5.copyright b{
	font-weight:normal;
	color:#FC3;
}

#google_translate_element{
	display:inline-block;
	vertical-align:middle;
	width:125px;}

.design{
	display:inline-block;
	vertical-align:middle;}

.design span{/*網頁設計‧愛貝斯*/
	display:inline-block;
	vertical-align:middle;
	font-size:9pt;
	color: #8e8e8e;}

.design a{/*網頁設計‧愛貝斯*/
	color: #8e8e8e;
	text-decoration: none;}
	
.design a:hover{
	text-decoration: underline;}

a.goTop{
	display:block;
	cursor:pointer;
	position:fixed;
	right:30px;
	bottom:30px;
	background:url(../images/gotop.png) no-repeat;
	width:45px;
	height:45px;
	text-indent:-9999px;
	z-index:999;}

/*****內頁******/
.insBanner{
	padding:20px 0;
	background-color: #444;
}

.insBanner h2{
	float:left;
	position:relative;
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
	text-transform: uppercase;}

.insBanner h2 strong{
	display:block;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:25px;
	font-weight:normal;
	color: #FFF;}

.insBanner .bread{
	float:right;
	padding-top:35px;
	font-size:12px;
	color:#FC3;
}

.insBanner .bread span{
	padding:0 3px;
	color:#FC3;}

.insBanner .bread a{
	color:#FC3;}

.insBanner .bread a.back{
	color:#FFF;}

.mainArea{
	background: #FFF;
	padding: 40px 0;
	box-shadow: inset 0 15px 30px #F3F3F3;
	border-top: 1px solid #FFF;}

/*page 模組*/
.pageBox{
	clear:both;
	margin-top:20px;
	text-align:center;}

.pageBox a.btn{/*上下頁*/
	display:inline-block;
	margin:0 -2px;
	padding:0 10px;
	background:#b7b7b7;
	border:1px solid #b7b7b7;
	font-size:14px;
	color:#FFF;
	line-height:30px;
	border-radius:5px 0 0 5px;}

.pageBox a.btn:hover{
	background:#9E9E9E;}

.pageBox a.btn:last-child{/*上下頁*/
	border-radius:0 5px 5px 0;}
	
.pageBox .num{/*數字*/
	display:inline-block;}

.pageBox .num a{
	display:inline-block;
	margin:0 -2px;
	padding:0 10px;
	border:1px solid #b7b7b7;
	border-left:none;
	font-size:14px;
	color:#3cb5be;
	line-height:30px;}

.pageBox .num a:hover, .pageBox .num a.current{
	color:#FFF;
	background:#3cb5be;}

.pageBox .allpage{/*頁數統計*/
	margin:0 -2px;
	display:inline-block;
	padding:0 10px;
	border:1px solid #b7b7b7;
	border-left:none;
	font-size:14px;
	color:#3cb5be;
	line-height:30px;}

.pageBox .allpage:hover{
	color:#FFF;
	background:#3cb5be;}
	
/*page 模組*/

/*內頁*/
/********標題區*******/
.titleArea{
	clear:both;
	border-bottom:1px dashed #B6B6B6;/*下邊線*/
	padding:15px 10px;/*下邊線與標題距離*/
	position:relative;}	

.titleArea h3{/*標題區左-訊息標題*/
	font-size:19px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-weight:normal;
	color:#2f2f2f;
	overflow:hidden;}

.titleArea h3 strong{
	display:block;
	font-weight:normal;}

.titleArea h3 b{/*標題區左-訊息日期*/
	font-size:12px;
	color:#A3A3A3;
	font-weight:normal;
	margin-left:5px;}

.mainArea .contentBox h3.articleTitle{/*文章標題*/
	clear: both;
	margin-bottom: 25px;
	border-bottom: 1px dashed #D6D6D6;
	padding: 10px;
	font-size: 20px;
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-weight: normal;
	color: #061540;}

.mainArea .contentBox h3.articleTitle strong{
	font-weight:normal;}
	
.mainArea h3.articleTitle{/*文章標題*/
	clear: both;
	margin-bottom: 25px;
	border-bottom: 1px dashed #D6D6D6;
	padding: 10px;
	font-size: 20px;
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-weight: normal;
	color: #061540;}

.mainArea h3.articleTitle strong{
	font-weight:normal;}

/*文字編輯器*/
.textEditor{
	clear:both;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	color:#2f2f2f;
	line-height:1.6;
	letter-spacing:1px;}

.textEditor img{
	max-width:100%;}

.textEditor ul{
	list-style:disc outside;
	padding-left:30px;}

.textEditor ol{
	list-style:decimal outside;
	padding-left:30px;}

.textEditor a{
	color:#06F;}

.textEditor hr{
	clear:both;
	display:block;
	border:none;
	height:1px;
	background:#CCC;}

.textEditor table{
	border-collapse:collapse;}

.textEditor table th{
	padding:8px;
	border:1px solid #b1b1b1;}

.textEditor table td{
	padding:8px;
	border:1px solid #b1b1b1;}
	
/*問卷按鈕*/
.textEditor .q_btn{
	clear:both;
	margin-top:30px;
	text-align:center;}

.textEditor .q_btn a{
	display:inline-block;
	padding:8px 15px;
	font-size:13px;
	color:#FFF;
	
	border-top:1px solid #FFF;
	box-shadow:0 0 #DD3B3B;
	border-radius:3px;
	
	background: #f24f68; /* Old browsers */
background: -moz-linear-gradient(top,  #f24f68 0%, #dd3b3b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f24f68), color-stop(100%,#dd3b3b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f24f68 0%,#dd3b3b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f24f68 0%,#dd3b3b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f24f68 0%,#dd3b3b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f24f68 0%,#dd3b3b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f24f68', endColorstr='#dd3b3b',GradientType=0 ); /* IE6-9 */
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}

.textEditor .q_btn a:hover{
	background:#f24f68;}

/*類別*/
.m_classLink{
	display:none;}

.classBox{
	margin-bottom:30px;}

ul.classLink{}

ul.classLink li{
	display:inline-block;
	margin-right:4px;}

ul.classLink li a{
	display:block;
	padding:5px 10px;
	background:#fd3d85;
	font-size:13px;
	color:#FFF;
	position:relative;
	border-radius:3px;}

ul.classLink li a:hover{
	background:#DA2D94;}

ul.classLink li a.current{
	background:#CF2061;}
ul.classLink li a.current:before{
	content:"";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 2px 0 2px;
	border-color: #CF2061 transparent transparent transparent;
	
	position:absolute;
	left:50%;
	margin-left:-2px;
	top:100%;}

/*標題字*/
.sectionTitle{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size: 20px;
	font-weight:normal;
	color: #061540;
	padding:5px;
	border-bottom: 1px solid #D6D6D6;}

.sectionTitle strong{
	color: #061540;
	font-weight:normal;
	
	display:block;
	position:relative;}

.sectionTitle strong a{
	display:block;	
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

.sectionTitle strong a:hover{}

/*側邊_分享*/
.side_share{
	margin-top:30px;
	clear:both;
	display:none;}

.side_share a{
	width:100%;
	margin-top:5px;
	display:block;
	padding:15px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color:#FFF;
	text-align:center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius:4px;
	
	-web-box-sizing:border-box;
	box-sizing:border-box;}

.side_share a.line{
	box-shadow:0 0 0 1px #22a00b;
	border-top:1px solid #e1ffa9;
background: #a7e732;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  #a7e732 0%, #1fb50e 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a7e732), color-stop(35%,#1fb50e));
background: -webkit-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -o-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -ms-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: linear-gradient(135deg,  #a7e732 0%,#1fb50e 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 );
}

.side_share a.fb{
	box-shadow:0 0 0 1px #235c9b;
	border-top:1px solid #8DCFF5;
	background: rgb(93,160,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,160,234,1)), color-stop(100%,rgba(61,140,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 ); /* IE6-8 */}

.side_share a.gPlus{
	box-shadow:0 0 0 1px #874138;
	border-top:1px solid #fd816b;
	background: rgb(214,81,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,81,48,1)), color-stop(100%,rgba(208,68,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 ); /* IE6-8 */
}

.side_share a i{
	padding-right:5px;
	font-size:18px;}

.side_share a:active{}

/*其他相關訊息*/
.side_news{
	clear:both;
	margin-top:50px;}
	
.side_news h3{
	margin-bottom:20px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:18px;
	font-weight: normal;
	border-left: 3px solid #8DBFD6;
	padding-left: 10px;
}

.side_news ul{}

.side_news ul li{
	padding-bottom:15px;}

.side_news ul li .Img{
	float:left;
	margin-right:10px;
	width:60px;
	height:60px;
	overflow:hidden;}

.side_news ul li .Img img{
	display:block;
	height:100%;}

.side_news ul li .Txt{
	overflow:hidden;}

.side_news ul li .Txt a{
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	color:#222;}

.side_news ul li .Txt a:hover{
	text-decoration:underline;}

.side_news ul li .Txt b{
	padding-top:5px;
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#C4C4C4;}

/*側邊_menu*/
.side_menu{
	margin-bottom:50px;
}

.side_menu ul{
	margin-top:10px;
	background-color: #666;
}

.side_menu ul li{
	border-bottom:1px solid #e1e1e1;
	position:relative;}

.side_menu ul li a{
	display:block;
	padding:10px 15px;
	font-size: 14px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	color:#FFF;
}

.side_menu h3.sectionTitle strong{
	color:#35883d;
}

.side_menu ul li a:hover{
	color:#FFF;
	background-color: #333333;
}

.side_menu ul li a.current{
	color:#FFF;
	background-color: #333333;
}

.side_menu ul li a b{
	margin-left:10px;
	font-size:13px;
	font-weight:normal;
	color:#808080;}

@media (max-width: 1160px){
	
.bannerArea img{
	width:100%;
}

.outerWrap{
	padding-top:60px;}

.wrap{
	width:100%;
	padding:0 20px;}

header{
	display:none;}

/*手機menu*/
.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px rgba(126, 126, 126, 0.68);
	
	position:fixed;
	top:0;
	left:0;
	z-index:9999;}

.m_menu .mask{
	display:none;
	background:rgba(255,255,255,0.7);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;
	z-index:99;}

.m_menu .controlBox{
	background: #ffffff;}

.m_menu .controlBox a.main{
	display: block;
	float: left;
	width: 45px;
	height: 60px;
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	text-align: center;
	background-color: #333333;
}

.m_menu .controlBox .m_logo{
	margin:0 auto;
	overflow:hidden;}
	
.m_menu .controlBox .m_logo img{
	display:block;
	margin-left:2%;
	max-width:100%;}

.m_menu .controlBox .right{
	float:right;}

.m_menu .controlBox .right ul{
	display:inline-block;}

.m_menu .controlBox .right ul li{
	position:relative;}

.m_menu .controlBox .right ul li > a{
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #35883d;
    padding: 0 15px;
    line-height: 60px;}

.m_menu .controlBox .right ul li .submenu{
	display:none;
	width: 100px;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 99;}

.m_menu .controlBox .right ul li .submenu a{
	display:block;
	padding:10px 20px;
	background:#FFF;
	font-size:13px;
	color:#292929;
	text-align:center;
	border-top:1px solid #E4E4E4;}

.m_menu .hideBox{/*手機menu內容*/
	display:none;
	background: #222222;
	width:230px;
	padding-bottom:50px;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	z-index:100;}

.m_menu .hideBox p.sp{
	padding:10px;
	font-size:13px;
	color:#FFF;
	background: #333333;}

.m_menu .hideBox .m_trans{
	text-align:center;
	padding:30px 0;}

.m_menu .hideBox .m_trans > div{
	display:inline-block;}

.m_menu .hideBox .language{
	text-align:center;
	padding:30px 0;}

.m_menu .hideBox .language a{
	display:inline-block;
	margin:0 5px;
	font-size:13px;
	color:#FFF;}

.m_menu .mfun{
	padding: 15px 0;
	text-align:center;}

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background: #333333;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.m_menu ul.nav{}
	
.m_menu ul.nav li{
	border-top: 1px solid #333333;}

.m_menu ul.nav li a{
	padding:20px 10px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	display:block;
	font-size:15px;
	color:#FFF;}

.m_menu ul.nav li a i{
	float:right;}

.m_menu ul.nav li .submenu{
	display:none;}

.m_menu ul.nav li .submenu a{
	padding:10px 20px;}

.m_menu ul.nav li .submenu a:hover{
	background:#999;}

}

@media (max-width: 768px){
footer a.downLogo{
	float:none;}
	
footer .social{
	padding:20px 0;}
}


/*640*/
@media (max-width: 640px){
.marqueeArea h2{
	display:none;}	
	
.mainArea .titleBox h2{
	float:none;}	

ul.classLink{
	display:none;}

.m_classLink{
	display:block;
	position:relative;}

.m_classLink a.main{
	display:block;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	color:#222;
	border:1px solid #CCC;
	position:relative;
	padding:10px;
	border-radius:5px;
	
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.m_classLink a.main i{
	display:block;
	font-size:15px;
	
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6px;}

.m_classLink ul{
	padding:0;
	list-style:none;
	
	display:none;
	width:100%;
	background:#FFF;
	border-radius:5px;
	border:1px solid #d1d1d1;
	position:absolute;
	left:0;
	top:100%;
	z-index:999;
	
	box-sizing:border-box;}

.m_classLink ul li{
	padding:0;}

.m_classLink ul li a{
	display:block;
	padding:15px 10px;
	border-top:1px solid #d1d1d1;}

.m_classLink ul li:first-child a{
	border:none;}

ul.side_album li{
	width:25%;}

.side_share{
	display:block;}

}

/*480*/
@media (max-width: 480px){

.col-2{
	float:none;
	width:100%;}

.col-3{
	float:none;
	width:100%;}

.col-4{
	float:none;
	width:100%;}

.col-5{
	float:none;
	width:100%;}

/*頁籤*/
.tab{}

.tab a{}

}
