﻿@charset "utf-8";
/* =====================================
   全域
===================================== */
body {
	font-family: 'Heebo', 'Roboto', '微軟正黑體', sans-serif;
	color: #222;
}
a:hover {
	text-decoration: none;
}

::selection {
	background-color: #000;
	color: #fff;
}

/* =====================================
   共用樣式
===================================== */
/* a - 轉場過度 */
a {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
ul.ulset {
	margin: 0;
	padding: 0;
	list-style: none;
}
.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 按鈕-top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1005;
	bottom: 50px;
	right: 15px;
	width: 40px;
	/* height: 40px; */
	padding: 10px 0;
	color: #fff;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.5+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#80000000', GradientType=0 ); /* IE6-9 */
}
.scrollToTop i {
	font-size: 20px;
	line-height: 20px;
}

@media (max-width: 767px) {
.scrollToTop {
	bottom: 75px;
}
}

@media (max-width: 360px) {
.scrollToTop {
	bottom: 105px;
	right: 10px;
}
}

@media (max-width: 320px) {
.scrollToTop {
	bottom: 120px;
}
}
.edit strong {
	font-weight: bold;
}
.edit em {
	font-style: italic;
}
.edit hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
.edit h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.edit h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
.edit h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.edit h1 {
	font-size: 36px;
}
.edit h2 {
	font-size: 30px;
}
.edit h3 {
	font-size: 24px;
}
.edit h4 {
	font-size: 18px;
}
.edit h5 {
	font-size: 14px;
}
.edit h6 {
	font-size: 12px;
}
.edit p {
	margin: 0 0 20px;
}
.edit ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
.edit ul {
	padding-left: 25px;
	list-style-type: disc;
}
.edit ol {
	padding-left: 25px;
	list-style-type: decimal;
}
.edit li {
	margin-bottom: 10px;
}
.edit sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
.edit sup {
	top: -.5em;
}
.edit sub {
	bottom: -.25em;
}
/* 下拉選單 */
.form-group .city .selectBox {
	display: inline-block;
}
.selectBox {
	position: relative;
	z-index: 1;
	background-color: #f0f0f0;
}
.selectBox select {
	padding: 0 20px 0 10px;
	width: 100%;
	height: 34px;
	color: #000;
	outline: none;
	line-height: 36px;
	border: none;
	border-radius: 0;
	background: transparent;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
 display: none;
}
.selectBox:before {
	pointer-events: none;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.selectBox:hover {
	border-color: #333;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 12px;
	line-height: 1.3;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
	background-color: #d9534f;
	border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
	color: #fff;
}
/* ----------------表格初始化---------------- */
table.tab-set {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table.tab-set td {
	padding: 0;
}
/*************************
Typography 
**************************/

.font1 {
	font-size: 2em;
	line-height: 2.2em;
	color: #d70000;
}
.font2 {
	font-size: 1.2em;
	color: #d70000;
}
.font3 {
	font-size: 14px;
	line-height: 24px;
	color: #0000b5;
}
.font5 {
	font-size: 0.8em;
	color: #d70000;
}
.margin-t10 {
	margin-top: 10px;
	display: inline-block;
}
.margin-t20 {
	margin-top: 20px;
	display: inline-block;
}
.f2b {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #222;
}
.forangeb {
	font-size: 1.2em;
	line-height: 24px;
	font-weight: bold;
	color: #ff6101;
}
/* =====================================
   表單 - 共用樣式
===================================== */
.form-group {
	margin-bottom: 10px;
}
.form-group .ti-label {
	margin-bottom: 3px;
	width: 100%;
	color: #444;
	font-weight: bold;
	line-height: 25px;
	text-transform: capitalize;
}
.form-group .ti-label span {
	display: inline-block;
	width: 12px;
	font-size: 1.083333rem;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
}


.add01 {
	width: 30%;
	float: left;
	    margin-bottom: 0px;
}
.add02 {
	width: 69%;
	float: left;
	margin-left: 1%;
	    margin-bottom: 0px;
}



.input-txt {
	color: #333;
}
.input-txt, .input-txt .name, .input-txt .add {
	position: relative;
	overflow: hidden;
}
.input-txt .input-style, .input-txt textarea {
	display: block;
	padding: 10px;
	width: 100%;
	border: 0;
	box-shadow: none;
	border-radius: 2px;
	background: #f0f0f0;
}
.input-txt .input-style {
	padding: 0 10px;
	height: 34px;
	line-height: 35px;
	border: 1px solid #F0F0F0;
}
.input-txt .input-style:focus, .input-txt .message-style:focus {
	border: 1px solid #B10B09;
}
.input-txt .input-style1 {
	display: block;
	padding: 10px;
	width: 100%;
	border: #ccc9c9 solid 1px;
	box-shadow: none;
	border-radius: 2px;
	background: #ececec;
}
.input-txt .input-style1 {
	padding: 0 10px;
	height: 34px;
	line-height: 35px;
}
.input-txt .input-style1:focus {
	border: #A2110D solid 1px;
}
.input-txt .input-style2 {
	display: block;
	padding: 10px;
	width: 100%;
	box-shadow: none;
	border-radius: 0;
	background: none #fff;
	border: #ccc solid 1px;
}
.input-txt .input-style2 {
	padding: 0 10px;
	height: 34px;
	line-height: 35px;
}
.input-txt .input-style2:focus {
	border: #B10B09 solid 1px;
}
.code-img {
	margin-left: 4px;
	float: right;
}
/* 性別 - radio樣式 */
.sex {
	float: right;
	padding: 0 0 0 1%;
}
.lab-gender input[type=radio] {
	display: none;
	margin: 10px;
}
.lab-gender input[type=radio] + label {
	display: inline-block;
	margin: 0 1px;
	padding: 0 10px;
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 34px;
	line-height: 32px;
	color: #999
}
.lab-gender input[type=radio]:checked + label {
	background-image: none;
	background-color: #777;
	color: #FFF;
	border-color: #999
}
/* 下拉選單 */
.form-group .city .selectBox {
	display: inline-block;
}
.selectBox {
	position: relative;
	z-index: 1;
	background-color: #f0f0f0;
}
.selectBox select {
	padding: 0 20px 0 10px;
	width: 100%;
	height: 34px;
	color: #000;
	outline: none;
	line-height: 36px;
	border: none;
	border-radius: 0;
	background: transparent;
	text-overflow: '';
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.selectBox select::-ms-expand { /* For IE10 */
 display: none;
}
.selectBox:before {
	pointer-events: none;
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 10px;
	height: 10px;
	border-right: #333 1px solid;
	border-bottom: #333 1px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.selectBox:hover {
	border-color: #333;
}
/* 表單按鈕 */
#btn-group ul, .btn-group ul {
	text-align: center;
}

@media only screen and (max-width: 414px) {
#btn-group ul li, .btn-group ul li {
	float: left;
	width: 50%;
}
}

@media only screen and (min-width: 415px) {
#btn-group ul li, .btn-group ul li {
	display: inline-block;
	margin: 0 5px;
	width: 135px;
}
}
/*************************
 Header CSS
**************************/
#mobile-menu {
	display: none
}
header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 888;
	left: 0px;
	top: 0px;
	
	   background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 1) 35%);
	   background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 1) 35%);
	   background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 1) 35%);
	   background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 1) 35%);

	-webkit-box-shadow: 0 0 0.5em rgba( 0, 0, 0, .3 ); /* 50 */
	box-shadow: 0 0 0.5em rgba( 0, 0, 0, .3 ); /* 50 */
}
header .container {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}
header .topicon {
	float: left;
	width: 100%;
	height: 40px;
	z-index: 1000;
	position: relative;
}
header .topicon .t-log {
	display: inline-block;
	margin: 9px 20px 0 0;
	float: right;
}
header .topicon .t-log a, header .topicon .t-log a i {
	color: #fff;
	text-decoration: none
}
header .topicon .t-log a:hover, header .topicon .t-log a:hover i {
	color: #ffd600;
	text-decoration: none
}
header .topicon .t-log i {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #FFF;
}
header .topicon .t-log .t-font {
	display: inline-block;
	color: #FFF;
}

/*---------------------------------------------選單下拉上縮*/
#header.top-nav {  
	top: -30px;
}
/* animate */
#header, #header.top-nav, #header .wrap .qlink, #header.top-nav .wrap .qlink, #header .wrap .logo, #header.top-nav .wrap .logo {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}




#topmenubg {
    background: url(../bg_menutop.png) repeat-x;
    width: 100%;
    float: left;
    height: 33px;
    z-index: 10;
    position: relative;
	}



.topnav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.topnav>li {
position: relative;
    display: block;
    float: left;
    z-index: 501;
}
.topnav>li>a {
position: relative;
    display: block;
    color: #bbb;
    font-size: 13px;
    text-transform: uppercase;
    padding: 3px 10px;
    margin: 5px;
    border-radius: 2px;
}
.topnav>li>a:focus, 
.topnav>li>a:hover {
	text-decoration: none;
	background-color: #460809;
}
.topnav>li.disabled>a {
	color: #eee
}
.topnav>li.disabled>a:focus, 
.topnav>li.disabled>a:hover {
	color: #eee;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}
.topnav .open>a, 
.topnav .open>a:focus, 
.topnav .open>a:hover {
	background-color: #460809;
	border-color: #460809;
}




#search_box {
	float: right;
	width: 200px;
	background-color: #e1e1e1;
	margin: 6px 20px 0 0;
	height: 28px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 2px 10px 0;
}
.search1_l {
	float: left;
	width: 150px;
}
.search1_r {
	float: right;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 1px;
}
#search_box .input_txt {
	WIDTH: 150px;
	HEIGHT: 24px;
	BACKGROUND-COLOR: #e1e1e1;
	font-size: 13px;
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #999;
	border: 1px solid #e1e1e1;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.language {
	float: right;
	letter-spacing: 0;
	margin: 6px 20px 0 0;
	width: 80px;
	background-color: #eeeeee;
	position: relative;
	z-index: 1500;
}
.language a.sel-tit {
	display: block;
	color: #999;
	font-size: 13px;
	background: url(../arr_w.png) no-repeat 84% center;
	height: 26px;
	padding-right: 11px;
	line-height: 25px;
	box-sizing: border-box;
	cursor: pointer;
}
.language.on a.sel-tit {
	color: #666;
	background: url(../f_arr.png) no-repeat 84% center;
}
.language-in {
	position: relative;
	text-align: center;
	border: 1px solid transparent;
	box-sizing: border-box
}
.language.on .language-in {
	width: 80px;
	height: 87px;
	background: #fff;
	border: 1px solid #ccc;
}
.language.on .language-in ul {
	display: block;
	padding: 0;
	margin: 0;
}
.language-in ul {
	display: none;
	position: absolute;
	top: 28px;
	background: #fff;
	z-index: 3;
	width: 100%;
	box-sizing: border-box;
	padding-top: 2px
}
.language-in ul li {
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	padding-left: 18px;
	list-style-type: none;
}
.language-in ul li a {
	color: #4c4c4c;
	display: block
}
.language-in ul li a span {
	padding-right: 12px
}
.language-in ul li a:hover span {
	color: #e77800;
	background: url(../language_bg.png) no-repeat right center;
}

@media (max-width: 991px) {
.flypanels-topbar .topicon {
	float: right;
	list-style-type: none;
	margin-right: 25px;
	margin-top: 18px;
	line-height: 25px;
}
.flypanels-topbar .topicon .t-log {
	display: inline-block;
	margin-right: 10px;
	color: #FFF;
}
.flypanels-topbar .topicon .t-scar a, .flypanels-topbar .topicon .t-log a, .flypanels-topbar .topicon .t-log a i {
	font-size: 1.1em;
	color: #fff;
	text-decoration: none
}
.flypanels-topbar .t-scar a:hover, .flypanels-topbar .t-log a:hover, .flypanels-topbar .t-log a:hover i {
	color: #ffd600;
	text-decoration: none
}
.flypanels-topbar .topicon .t-log .t-font, .flypanels-topbar .topicon .t-scar .t-font {
	display: none;
}
.flypanels-topbar .topicon .t-scar {
	position: relative;
	display: inline-block;
}
.flypanels-topbar .topicon .t-scar i {
	display: inline-block;
	background-image: url(../icon-shop.png);
	background-repeat: no-repeat;
	background-position: left 1px;
	height: 20px;
	width: 20px;
}
.flypanels-topbar .topicon .t-scar .floating {
	position: absolute;
	top: 0;
	right: -15px;
	margin: 0;
	background-color: #000;
	color: #F00;
}
}
/*************************
 Footer CSS
**************************/
#footer {
    float: left;
    width: 100%;
    background: url(../bg_footer.jpg) repeat;
    padding: 70px 0 0 0;
}
#footer h2 {
    /* float: left; */
    /* display: block; */
    width: 100%;
    height: 81px;
    background-image: url(../footer_logo.png);
    text-indent: -9999px;
    background-size: cover 80px auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 0 20px 0;
    text-align: center;
}
.basic {
	width: calc(100% - 180px);
	float: left;
	padding: 0 0 0 30px;
	margin: 2px 0 0;
}
#copyright {
width: 100%;
box-sizing: border-box;
    font-size: 13px;
    line-height: 1.3;
    color: #8b8b8b;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 35px 0 0 0;
    display: inline-block;
    text-align: center;
    background-color: #191919;
}
#copyright A:link {
	color: #9a9b9e;
	text-decoration: none
}
#copyright A:visited {
	color: #9a9b9e;
	text-decoration: none
}
#copyright A:hover {
	color: #eee;
	text-decoration: underline
}
#footericon {
width: 100%;
    display: inline-block;
    text-align: center;
        margin: 10px 0 40px 0;
}


.footertitle {
    width: 100%;
    font-size: 25px;
    color: #afafaf;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 1px;
    border-bottom: 3px solid #a70e10;
    padding: 0 0 5px 3px;
    box-sizing: border-box;
    margin-bottom: 25px;
    text-transform: uppercase;
}


.list-icons2 {
    list-style: none;
    padding: 0;
        margin: 0 0 30px 0;
     font-size: 15px;
}
.list-icons2 li {
    position: relative;
    color: #b8b8b8;
    padding: 0 0 15px 28px;
}
.list-icons2 li:last-child {
    padding: 0 0 0 28px;
}
.list-icons2.list-icons-sm li {
    padding-left: 13px;
    margin-bottom: 5px;
    padding-top: 3px;
}
.list-icons2 li > .fa:first-child,
.list-icons2 li a:first-child > .fa:first-child,
.list-icons2 li > .icons:first-child,
.list-icons2 li a:first-child > .icons:first-child {
    color: #d6d6d6;
    border-color: #d6d6d6;
    font-size: 16px;
}
.list-icons2 li > .fa:first-child, 
.list-icons2 li > .icons:first-child, 
.list-icons2 li a:first-child > .fa:first-child, 
.list-icons2 li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 3px;
}
.list-icons2 li a:link,.list-icons2 li a:visited {
    color:#e2e2e2;
	text-decoration: underline;
}
.list-icons2 li a:hover {
    color:#EF1F1F;
}



.list-icons3 {
    list-style: none;
    padding: 0;
        margin: 0 0 30px 0;
     font-size: 15px;
}
.list-icons3 li {
    position: relative;
    color: #b8b8b8;
    padding: 0 0 8px 25px;
}
.list-icons3 li:last-child {
    padding: 0 0 0 25px;
}
.list-icons3.list-icons-sm li {
    padding-left: 13px;
    margin-bottom: 5px;
    padding-top: 3px;
}
.list-icons3 li > .fa:first-child,
.list-icons3 li a:first-child > .fa:first-child,
.list-icons3 li > .icons:first-child,
.list-icons3 li a:first-child > .icons:first-child {
    color: #afafaf;
    font-size: 14px;
}
.list-icons3 li > .fa:first-child, 
.list-icons3 li > .icons:first-child, 
.list-icons3 li a:first-child > .fa:first-child, 
.list-icons3 li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 2px;
}
.list-icons3 li a:link,.list-icons3 li a:visited {
    color:#e2e2e2;
	text-decoration: none;
}
.list-icons3 li a:hover {
    color:#EF1F1F;
}





.fmenu {
	width: 100%;
	float: right;
	margin: 10px 0 0 0;
}
.fmenu ul {
	overflow: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
	display: inline-block;
}
.fmenu ul li {
	height: 20px;
	float: left;
	margin-right: 0px;
	border-right: 1px solid #404748;
	padding: 0 15px;
}
.fmenu ul li:last-child {
	border-right: none;
	padding: 0 0 0 15px;
}
.fmenu ul li a {
	text-decoration: none;
	color: #949494;
	font: 11px/1 'Roboto', sans-serif;
	text-transform: uppercase;
	-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;
}
.fmenu ul li a:hover {
	color: #ECECEC;
}
.fmenu ul li.active a {
	font-weight: bold;
	color: #ECECEC;
}
.ficon {
	width: 100%;
}
.ficon .tb {
    margin: 0 5px;
    width: 40px;
    height: 40px;
    background-color: #a5a5a5;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 6px;
    border-radius: 50%;
}
.ficon .tb:hover {
    background-color: #bcbcbc;
}



.fa-facebook-square, .fa-phone-square, .fa-envelope-square {
	color: #858787;
	font-size: 27px;
	-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;
}
.fa-facebook-square:hover, .fa-phone-square:hover, .fa-envelope-square:hover {
	color: #ECECEC;
}

@media (min-width: 992px) and (max-width: 1199px) {
#copyright {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: right;
}
#footericon {
	width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#copyright {
	width: 100%;
}
#footericon {
	width: 100%;
}
}

@media (max-width: 767px) {
#footer h2 {
	width: 100%;
	height: 60px;
	background-size: auto 60px;
	background-position: center top;
	border-right-style: none;
}
.basic {
	width: 100%;
	float: left;
	padding: 0;
	margin: 10px 0 0;
}
#copyright {
	width: 100%;
	margin: 20px 0 0 0;
	text-align: center;
}
.ficon {
	text-align: center;
}
#footericon {
	width: 100%;
}
.fmenu {
	float: left;
	margin: 20px 0 0 0;
}
.fmenu ul {
	text-align: center;
	display: table;
	margin: 0 auto;
	float: none;
}
.fmenu ul li:last-child {
	border-right: none;
	padding: 0 15px;
}
}
/*************************
******* Home ******
**************************/
#content {
	width: 100%;
	float: left;
	padding: 0;
}
/*--------------------------首頁兩大類--------------------*/
#irelative01 {
	position: relative;
	left: 0;
	height: 1160px;
	background-color: #000;
}
#irelative02 {
	position: relative;
	left: 0;
	height: 1644px;
	background-color: #fff;
}
#icate {
	width: 100%;
	height: 443px;
	background-image: url(../indexcatebg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 100px 0;
}


.icatebox {
	padding: 20px;
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.icateboxbg {
	width: 100%;
	max-height: 210px;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	background-color: rgba(255,255,255,0.9);
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: flex;
}
.icatebox_icon {
	width: calc(100% - 56px - 50%);
	float: left;
	text-align: center;
	align-self: center;
	display: block;
}
.icatebox_icon img {
	transition: all 0.5s ease;
}
.icatebox_title {
	width: 50%;
	margin-left: 20px;
	float: left;
	align-self: center;
	display: block;
}
.icatebox_title h1 {
	font-size: 38px;
	color: #464646;
	line-height: 38px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 10px;
}
.icatebox_title p {
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	color: #858585;
	padding: 0;
	margin: 0;
}
.icatebox_more {
	width: 56px;
	height: 56px;
	background: url(../icatebox_arrow.png) no-repeat right bottom;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.icateboxbg:hover {
	background-color: rgba(34,34,34,0.9);
}
.icateboxbg:hover h1 {
	color: #fff;
}
.icateboxbg:hover p {
	color: #BFBFBF;
}
.icateboxbg:hover .icatebox_icon img {
	transform: scale(0.9, 0.9);
}
.icateboxbg:hover .icatebox_more {
	width: 56px;
	height: 56px;
	background: url(../icatebox_arrow_o.png) no-repeat right bottom;
	position: absolute;
	right: 0;
	bottom: 0;
}


.ipitem {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 35px 0 60px 0;
}
.ipitem h1 {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #adadad;
    line-height: 1.3;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
}
.ipitem h2 {
    width: 100%;
    text-align: center;
    color: #010101;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 35px 0;
    font-size: 46px;
font-style: italic;
    font-weight: 800;
}
.ipitem .line {
	width: 46px;
	height: 4px;
	margin: 0 auto;
	background-color: #d71518;
}




.iinfo_top{
	background: url(../w_news_bg.png) center top;
	width: 100%;
	height: 135px;
	float: left;
	    margin-bottom: 50px;
}


.iinfo {
	width: 100%;
	padding: 0 0 70px 0;
	float: left;
	background: url(../bg_indexiinfo.png) no-repeat center top scroll #f3f3f3;
	box-sizing: border-box;
}
.inews {
	width: 100%;
	display: inline-block;
	padding: 0 0 15px;
}
.inews h2 {
	width: 100%;
	font-size: 28px;
	color: #4d9c2d;
	padding: 0;
	margin: 0 0 10px;
	display: inline-block;
	line-height: 1.2em;
	background: url(../line1.gif) repeat-x left 15px;
}
.inews h2 span {
	padding: 5px 20px 5px 1px;
	background-color: #fff;
}
.inews ul.newslist {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.inews ul.newslist li {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	color: #333;
	background-image: url(../line4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 8px 0 9px;
}
.inews ul.newslist li .date {
	width: 80px;
	font-size: 13px;
	float: left;
	color: #ff9c00;
	padding: 0 2px;
	line-height: 24px;
}
.inews ul.newslist li a.word {
	font-size: 14px;
	width: calc(100% - 90px);
	line-height: 24px;
	font-weight: normal;
	color: #333;
	padding-left: 10px;
	display: inline-block;
}
.inews ul.newslist li a.word:hover {
	color: #3c921a;
}

@media (max-width: 991px) {
.inews {
	width: 100%;
	min-height: inherit;
	padding: 0 0 40px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#irelative01 {
	height: 900px;
}
#icate {
	top: 460px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
#irelative01 {
	width: 100%;
	float: left;
	height: auto;
}
#irelative02 {
	width: 100%;
	float: left;
	height: auto;
}
#icate {
	width: 100%;
	height: auto;
	background: url(../indexcatebg.png) no-repeat center -100px fixed;
	padding: 50px 0;
	position: static;
}
}



/* Our Team Carousel */
.our-team {
    position: relative;
    margin: 50px 0 0 0;
}
.our-team ul {
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 2px 12px;
}
.our-team ul li {
	display: inline-block;
	width: 100%;
	list-style: none;
}

.our-team ul li.itemtit {

}

.our-team ul li.w01 {
	    font-size: 1em;
    line-height: 1.5;
    color: #a2a2a2;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	    text-transform: uppercase;
}
.our-team ul li.w02 {
    font-size: 25px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    text-align: left;
    margin: 8px 1px 0 1px;
    padding: 3px 0 0 10px;
    box-sizing: border-box;
    border-left: 4px solid #000;
}
.our-team ul li.w03 {
	    font-family: 'Roboto', '微軟正黑體', sans-serif;
    font-size: 0.9em;
    line-height: 1.5;
    color: #717171;
    letter-spacing: 1px;
    text-align: left;
    margin: 25px 0 0 0;
    padding: 25px 1px;
    box-sizing: border-box;
    border-top: 1px solid #e7e7e7;
}
.our-team ul li.pic {
	width: 100%;
	height: 280px;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 5px;
	background-color: #fff;	
}


.our-team ul li.pic .itemimg {
	width: 100%;
	height: 250px;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 5px;
	background-color: #fff;	
	overflow: hidden;
}
.our-team ul li.pic .itemimg{
	transition: all 0.5s ease;
}
.our-team ul li.pic:hover .itemimg{
	transform: scale(1.2, 1.2);
}



.our-team ul li span.itemimg {
	width: 100%;
	height: 250px;
	outline: none;
	display: inline-block;
	margin: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.our-team ul:hover li span.itemimg {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.our-team.owl-carousel {
	padding-top: 0px;
}
.our-team .owl-buttons {
	position: absolute;
	top: 35%;
	width: 100%;
}

.our-team .owl-buttons .owl-prev  {
	width: 25px;
	float: left;
}
.our-team .owl-buttons .owl-next  {
	width: 25px;
	float: right;
}
.our-team .owl-buttons .owl-prev i {
	border-radius: 4px;
	position: absolute;
	font-size: 40px;
	left: -3px;
	padding-top: 13px;
	padding-right: 5px;
	padding-bottom: 13px;
	padding-left: 5px;
	color: #333;
}
.our-team .owl-buttons .owl-prev i:hover {
	color: #555;
}


.our-team .owl-buttons .owl-next i {
	border-radius: 4px;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 5px;
	position: absolute;
	font-size: 40px;
	right: -8px;
	color: #333;
}
.our-team .owl-buttons .owl-next i:hover {
	color: #555;
}



@media (max-width: 768px) {
.our-team ul li span.itemimg {
	height: 150px;
}
}
/* Owl Carousel */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-pagination {
	display: none;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Owl Carousel Owl Demo Theme v1.3.3 */

.owl-theme .owl-controls {
	margin-top: 10px;
	font-size: 2em;
}
/* Styling Next and Prev buttons */
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	opacity: 0.6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	opacity: 1;
	background: #00cc66;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/*recommend*/
.recommend {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	float: left;
}
.recommend:before {
	content: '';
	position: absolute;
	width: 2000px;
	height: 2000px;
	border-radius: 100%;
	left: 50%;
	margin-left: -1000px;
	bottom: -1750px;
}
.recommend h2 {
	width: 100%;
	font-size: 50px;
	color: #fff;
	margin: 0 0 15px;
	display: inline-block;
	line-height: 1.2em;
	padding: 10px 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.recommend h2 span {
	color: #c81f1c;
}








#inewsmore {
	width: 100%;
	float: left;
	margin: 60px 0 0 0;
	text-align: center;
}
.bttn-unite {
	margin: 0;
	padding: 0;
	border-width: 0;
	border-color: transparent;
	background: transparent;
	cursor: pointer;
	position: relative;
	z-index: 0;
	overflow: hidden;
	border: 4px solid #c81f1c;
	border-radius: 0;
	font-weight: 300;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: color .3s cubic-bezier(.02, .01, .47, 1), border-color .3s cubic-bezier(.02, .01, .47, 1);
	transition: color .3s cubic-bezier(.02, .01, .47, 1), border-color .3s cubic-bezier(.02, .01, .47, 1)
}
.bttn-unite:before {
	background: #1F2D30;
	-webkit-transform: translate3d(-110%, -10%, 0) skewX(-20deg);
	transform: translate3d(-110%, -10%, 0) skewX(-20deg)
}
.bttn-unite:after, .bttn-unite:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	content: '';
	opacity: 0;
	z-index: -1;
	-webkit-transition: opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1);
	transition: opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1);
	transition: transform .15s cubic-bezier(.02, .01, .47, 1), opacity .15s cubic-bezier(.02, .01, .47, 1);
	transition: transform .15s cubic-bezier(.02, .01, .47, 1), opacity .15s cubic-bezier(.02, .01, .47, 1), -webkit-transform .15s cubic-bezier(.02, .01, .47, 1)
}
.bttn-unite:after {
	background: rgba(163, 18, 13, .7);
	-webkit-transform: translate3d(110%, -10%, 0) skewX(-20deg);
	transform: translate3d(110%, -10%, 0) skewX(-20deg)
}
.bttn-unite:focus, .bttn-unite:hover {
	box-shadow: 0 1px 8px rgba(58,51,53,.3);
	color: #c81f1c;
	-webkit-transition: all .5s cubic-bezier(.02, .01, .47, 1);
	transition: all .5s cubic-bezier(.02, .01, .47, 1)
}
.bttn-unite:focus:before, .bttn-unite:hover:before {
	-webkit-transform: translate3d(-50%, -10%, 0) skewX(-20deg);
	transform: translate3d(-50%, -10%, 0) skewX(-20deg)
}
.bttn-unite:focus:after, .bttn-unite:focus:before, .bttn-unite:hover:after, .bttn-unite:hover:before {
	opacity: 1;
	-webkit-transition: opacity .25s cubic-bezier(.02, .01, .47, 1), -webkit-transform .25s cubic-bezier(.02, .01, .47, 1);
	transition: opacity .25s cubic-bezier(.02, .01, .47, 1), -webkit-transform .25s cubic-bezier(.02, .01, .47, 1);
	transition: transform .25s cubic-bezier(.02, .01, .47, 1), opacity .25s cubic-bezier(.02, .01, .47, 1);
	transition: transform .25s cubic-bezier(.02, .01, .47, 1), opacity .25s cubic-bezier(.02, .01, .47, 1), -webkit-transform .25s cubic-bezier(.02, .01, .47, 1)
}
.bttn-unite:focus:after, .bttn-unite:hover:after {
	-webkit-transform: translate3d(50%, -10%, 0) skewX(-20deg);
	transform: translate3d(50%, -10%, 0) skewX(-20deg)
}
.bttn-unite.bttn-md {
	font-size: 1.4em;
	font-weight: 300;
	padding: 8px 40px;
}
.bttn-unite.bttn-md:focus, .bttn-unite.bttn-md:hover {
	box-shadow: 0 1px 8px rgba(58,51,53,.3)
}
.bttn-unite.bttn-red {
	border-color: #c81f1c;
	color: #e2e2e2;
}
.bttn-unite.bttn-red:focus, .bttn-unite.bttn-red:hover {
	background: #c81f1c;
	color: #fff
}
.bttn-unite.bttn-red:before {
	background: #A2110D
}
.bttn-unite.bttn-red:after {
	background: #c81f1c
}
.bttn-unite.bttn-md2 {
	font-size: 1.4em;
	font-weight: 300;
	padding: 8px 40px;
	width: 100%;
	box-sizing: border-box;
}
.bttn-unite.bttn-md2:focus, .bttn-unite.bttn-md2:hover {
	box-shadow: 0 1px 8px rgba(58,51,53,.3)
}
.bttn-unite.bttn-red2 {
	background: url(../bg_btn.png) no-repeat top left #c81f1c;
	font-size: 20px;
	font-weight: 500;
	color: #fff9cc;
	border-radius: 1px;
	text-shadow: 0 0 1px rgba(0,0,0,0.8);
 	transition: all 0.3s ease-in 0s;
}
.bttn-unite.bttn-red2:focus, .bttn-unite.bttn-red2:hover {
	background: #c81f1c;
	color: #fffc90;

}
.bttn-unite.bttn-red2:before {
	background: #A2110D
}
.bttn-unite.bttn-red2:after {
	background: #c81f1c
}

@media (max-width: 767px) {
.recommend h2 {
	font-size: 38px;
}
#inewsmore {
	margin: 40px 0 0 0;
}
}


.recommend .item {
	margin: 10px 0;
	padding: 0;
}
.recommend .item .slick-arrow {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -40px;
	font-size: 0;
	border: none;
	z-index: 100;
	outline: none;
}
.recommend .item .slick-prev {
	right: 30px;
	background: url(../aw.svg) no-repeat center center;
	background-size: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.recommend .item .slick-next {
	right: 0;
	background: url(../aw.svg) no-repeat center center;
	background-size: 25px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.recommend .item .slick-prev:hover, .recommend .item .slick-next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}



.recommend .item .box {
	margin: 0 auto;
	display: block;
	outline: none;
	width: 100%;
	padding: 0 7px;
}
.recommend .item .box .pic {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 3px;
	background-color: #2e3033;
	border: 1px solid #2e3033;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.recommend .item .box:hover .pic {
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 3px;
	background-color: #2e3033;
	border: 1px solid #C91915;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .2 );
}
.recommend .item .txt {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	display: inline-block;
}
.recommend .item .txt .ti {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 1.4em;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	margin: 8px 0 0 0;
	padding: 0;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	text-align: left;
}
.recommend .item .box:hover .txt .ti {
	color: #FFFFCC;
}
.recommend .item .txt p {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 0.8em;
	line-height: 1.5;
	color: #afafaf;
	margin: 8px 0 0 0;
	padding: 0;
	text-align: left;
}
.recommend .item .pic .productimg {
	width: 100%;
	height: 328px;
	outline: none;
	display: inline-block;
	float: left;
	overflow: hidden;
}
.recommend .item .pic .productimg {
	transition: all 0.5s ease;
}
.recommend .item .pic:hover .productimg {
	transform: scale(1.2, 1.2);
}
.recommend .item .pic .date {
	color: #fff;
	font-size: 1.3em;
	font-weight: 500;
	letter-spacing: 1px;
	width: 120px;
	height: 35px;
	padding: 6px 15px;
	box-sizing: border-box;
	background: url(../indexdatebg.png) no-repeat right top;
	position: absolute;
	left: 0;
	bottom: 11%;
	z-index: 10;
}
.group-text {
	font-size: 1em;
	line-height: 1.5em;
	color: #069601;
	display: inline-block;
}

@media (min-width: 480px) {
.recommend:before {
	width: 5000px;
	height: 5000px;
	margin-left: -2500px;
	bottom: -4680px;
}
.recommend .item .slick-arrow {
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -50px;
}
.recommend .item .slick-prev {
	left: 0px;
	background-size: 30px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.recommend .item .slick-next {
	right: 0px;
	background-size: 30px;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
}

@media (min-width: 640px) {
.recommend .item .slick-arrow {
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -35px;
}
.recommend .item {
	margin: 10px 0;
	padding: 0 50px;
}
.recommend:before {
	width: 8000px;
	height: 8000px;
	margin-left: -4000px;
	bottom: -7680px;
}
}

@media (min-width: 768px) {
.recommend .item .slick-prev {
	background-size: 30px;
}
.recommend .item .slick-next {
	background-size: 30px;
}
}

@media (min-width: 992px) {
.recommend {
	width: 100%;
	float: left;
}
.recommend:before {
	width: 15000px;
	height: 15000px;
	margin-left: -7500px;
	bottom: -14680px;
}
}


/*首頁消息*/

.indexnews {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 0;
	float: left;
}


.indexnews h1 {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #b3b3b3;
    line-height: 1.3;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: left;
}
.indexnews h2 {
    width: 100%;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 46px;
    font-style: italic;
    font-weight: 800;
}
.indexnews .line {
width: 46px;
    height: 4px;
    margin-bottom: 38px;
    background-color: #d71518;
}


.indexnews .box {
	margin: 0 auto 30px auto;
	display: block;
	outline: none;
	width: 100%;
}
.indexnews .box .pic {
    width: 100%;
    float: left;
    overflow: hidden;
    border: 8px solid #f3f3f3;
    box-sizing: border-box;
    position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.indexnews .box:hover .pic {
	width: 100%;
	float: left;
	overflow: hidden;
    border: 8px solid #D71518;
	position: relative;
}
.indexnews .txt {
	width: 100%;
	padding: 5px 15px;
	box-sizing: border-box;
	display: inline-block;
	    text-align: center;
}
.indexnews .txt .ti {
	    width: 100%;
    font-family: 'Roboto', '微軟正黑體', sans-serif;
    font-size: 1.4em;
    line-height: 1.3;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #000000;
    margin: 15px 0 5px 0;
    padding: 0;
    -o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    -moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    transition: color .20s linear, background-color .20s linear, border-color .20s linear;
    display: inline-block;

}
.indexnews .box:hover .txt .ti {
	color: #B00C0F;
}
.indexnews .txt p {
width: 100%;
    font-family: 'Roboto', '微軟正黑體', sans-serif;
    font-size: 0.9em;
    line-height: 1.5;
    color: #777;
    margin: 8px 0 0 0;
    padding: 0;
}
.indexnews .pic .productimg {
	width: 100%;
	height: 280px;
	outline: none;
	display: inline-block;
	float: left;
	overflow: hidden;    
	text-align: center;
    background: #f3f3f3;
}
.indexnews .pic .productimg {
	transition: all 0.5s ease;
}
.indexnews .pic:hover .productimg {
	transform: scale(1.2, 1.2);
}


.indexnews .pic .ybox {
    color: #fff;
    font-size: 1.3em;
    font-weight: 500;
    width: 70px;
    text-align: center;
    padding: 13px 5px;
    box-sizing: border-box;
    background: #efba18;
    position: absolute;
    left: 0;
    z-index: 10;
}

.indexnews .pic .ybox .month {
font-size: 18px;
    line-height: 1;
}
.indexnews .pic .ybox .date {
font-size: 32px;
    line-height: 1;
    font-weight: 800;
}
.indexnews .pic .ybox .year {
font-size: 18px;
    line-height: 1;
}
/*************************
******* Banner ******
**************************/
.pbanner {
	height: 300px;
	background: url(../pagepic.png) no-repeat center 20px fixed;
	float: left;
	width: 100%;
	position: relative;
}
.pbannertop {
    height: 150px;
    background: url(../pagepic_top.png) center bottom;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.pbanner h1 {
    color: #f1f1f1;
    width: 100%;
    padding: 100px 0 0 0;
    margin: 0;
    font-weight: 300;
    font-style: italic;
}


.pbanner > .title {
	position: relative;
	padding: 0;
	top: 0;
	/*background-image: url(../pb-mark.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	display: inline-block;
	height: 100%;
	width: 100%;
}
.pbanner > .title > span {
	position: absolute;
	top: 36%;
	text-align: center;
	font-size: 45px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
}




@media (min-width: 992px) and (max-width: 1199px) {
.pbanner {
	height: 300px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.pbanner {
    height: 280px;
    background: url(../pagepic_m.png) no-repeat center 30px fixed;
    float: left;
    width: 100%;
    position: relative;
}
.pbanner h1 {
    color: #f1f1f1;
    width: 100%;
    padding: 70px 0 0 0;
    margin: 0;
    font-weight: 300;
    font-style: italic;
}
.pbannertop {
    height: 150px;
    background: url(../pagepic_top.png) center bottom;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}
}

@media (max-width: 767px) {
.pbanner {
    height: 280px;
    background: url(../pagepic_m.png) no-repeat center 30px fixed;
    float: left;
    width: 100%;
    position: relative;
}
.pbanner h1 {
    color: #f1f1f1;
    width: 100%;
    padding: 70px 0 0 0;
    margin: 0;
    font-weight: 300;
    font-style: italic;
}
.pbannertop {
    height: 120px;
    background: url(../pagepic_top_m.png) center bottom;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}
}

@media (max-width: 480px) {
.pbanner {
    height: 260px;
    background: url(../pagepic_m.png) no-repeat -400px 20px fixed;
    float: left;
    width: 100%;
    position: relative;
}
.pbanner h1 {
color: #f1f1f1;
    width: 100%;
    padding: 45px 0 0 0;
    margin: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 2.3em;
}
}
/* 頁數pagenum */
.pages {
	width: 100%;
	float: left;
	margin-top: 50px;
	text-align: center;
}
.backbox {
	TEXT-ALIGN: center;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 20px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin: 0 2px;
	line-height: 1.42857143;
	color: #222;
	text-decoration: none;
	background-color: #fff;
	border:none; 
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #f2f2f2;
	background-color: #222;
	border-color: #222
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
    background-color: #B00C0F;
    border-color: #B00C0F;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}
.pagenum2 {

	font-size: 1.2em;
	    font-weight: 500;
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #868686;
	text-align: center;
}
.pagenum2 A {
    padding: 10px 40px;
    COLOR: #d2d2d2;
    BORDER: #4b4b4c 1px solid;
    TEXT-DECORATION: none;
    border-radius: 1px;
    transition: background 0.3s;
    background-color: #4b4b4c;
	
}
.pagenum2 A:hover {
	COLOR: #FFF;
	text-decoration: none;
	background-color: #C32828;
	border-radius: 1px;
	BORDER: #C32828 1px solid;
}


/*MORE按鈕*/

.btnmore {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 40px;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    background-color: #d71518;
    padding: 0 20px 0 0;
}
.btnmore span.icon {
display: block;
    position: relative;
    line-height: 50px;
    padding: 0 20px 0 20px;
    float: left;
}
.btnmore span.title {
    background-color: #222;
    display: block;
    position: relative;
    line-height: 40px;
    padding: 0 20px 0 20px;
    float: left;
    transition: all 0.1s ease;
    color: #e5e5e5;
}
.btnmore span.slant-right {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 50px solid transparent;
	-webkit-transition: all .15s;
	-transition: all .15s;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	color: #e5e5e5;
}
.btnmore span.slant-right {
    left: 0;
    box-shadow: -10px 0 0 0 #222, -10px 0px 0 0 #222;
    border-left: 30px solid #222;
}
.btnmore span.slant-right i {
    line-height: 40px;
    padding-left: 5px;
      transition: all 0.3s ease;
}
.btnmore:hover span.slant-right {
	left: 10px;
}
.btnmore:hover span.slant-right i {
	color:#222;
	line-height: 40px;
    padding-left: 0px;
}
.btnmore:hover .title {
	color:#FF0F0F;
}




.btnmore_lg {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 50px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    background-color: #222;
    padding: 0 25px 0 0;
}
.btnmore_lg span.icon {
display: block;
    position: relative;
    line-height: 50px;
    padding: 0 20px 0 20px;
    float: left;
}
.btnmore_lg span.title {
    background-color: #d71518;
    display: block;
    position: relative;
    line-height: 53px;
    padding: 0 50px;
    float: left;
    transition: all 0.1s ease;
    color: #e5e5e5;
}
.btnmore_lg span.slant-right {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-bottom: 50px solid transparent;
	-webkit-transition: all .15s;
	-transition: all .15s;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	color: #e5e5e5;
}
.btnmore_lg span.slant-right {
    left: 0;
    box-shadow: -10px 0 0 0 #d71518, -10px 0px 0 0 #d71518;
    border-left: 30px solid #d71518;
}
.btnmore_lg span.slant-right i {
    line-height: 53px;
    padding-left: 5px;
      transition: all 0.3s ease;
}
.btnmore_lg:hover span.slant-right {
	left: 10px;
}
.btnmore_lg:hover span.slant-right i {
	color:#d71518;
	line-height: 53px;
    padding-left: 0px;
}
.btnmore_lg:hover .title {
	color:#222;
}



@media (max-width: 767px) {
#irelative01 {
	width: 100%;
	float: left;
	height: auto;
}
#irelative02 {
	width: 100%;
	float: left;
	height: auto;
}
#icate {
	width: 100%;
	height: auto;
	background: url(../indexcatebg.png) no-repeat center -100px fixed;
	padding: 30px 0;
	position: static;
}

.icatebox_title h1 {
	font-size: 30px;
	line-height: 30px;
}
.iinfo {
	width: 100%;
	height: auto;
	padding: 50px 0 70px 0;
	float: left;
	position: static;
	background: url(../bg_indexiinfo.png) no-repeat center -130px #f3f3f3;
	box-sizing: border-box;
}
.ipitem h2 {
	font-size: 38px;
}
.iinfo_top {
   display: none;
}
.indexnews h2 {
    font-size: 38px;
}
}



/******間距*******/

.fleft {
	float: left;
}
.fright {
	float: right;
}
.tcenter {
	text-align: center;
}
.mright5 {
	margin-right: 5px;
}
.mright10 {
	margin-right: 10px;
}
.mbottom0 {
	margin-bottom: 0;
}
.mbottom5 {
	margin-bottom: 5px;
}
.mbottom10 {
	margin-bottom: 10px;
}
.mbottom20 {
	margin-bottom: 20px;
}


