﻿@charset "utf-8";

/* =====================================
   全域
===================================== */
body {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, Arial, Helvetica, sans-serif;
	color: #111;
	font-size: 16px;
	line-height: 1.9em;
}
a { color: #00a1e9;}
a:hover { text-decoration: none; color: #e6190d;}
a {
  -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;
}
::selection {
	background-color: #333;
	color: #fff;
}
@font-face {font-family: "FjallaOne";
	src: url("../fonts/1c936c1b1c89d00d18b2d8c2e8cd34a0.eot");
	src: url("../fonts/1c936c1b1c89d00d18b2d8c2e8cd34a0.eot?#iefix") format("embedded-opentype"), url("../fonts/1c936c1b1c89d00d18b2d8c2e8cd34a0.woff2") format("woff2"), url("../fonts/1c936c1b1c89d00d18b2d8c2e8cd34a0.woff") format("woff"), url("../fonts/1c936c1b1c89d00d18b2d8c2e8cd34a0.ttf") format("truetype"), url("../fonts/1c936c1b1c89d00d18b2d8c2e8cd34a0.svg#Fjalla One") format("svg");
}
/*************************
Typography 
**************************/
@media only screen and (min-width:1200px){.container{width: 1200px; padding: 0;position: relative;}}
.font1 {
	font-size: 18px;
	color: #e8340d;
	font-weight: bold;
}
.font2 {
	font-size: 14px;
	line-height: 24px;
	color: #df0500;
}
.font3 {
	font-size: 18px;
	color: #bc8e60;
	font-weight: bold;
}
.font5 {
	color: #df0500;
}
.font6 {
	color: #f75c58;
	line-height: 1.6em;
}
.font7 {
	font-size: 18px;
	line-height: 2em;
	padding-bottom: 15px;
}
.font8 {
	font-size: 24px;
	color: #df0500;
	font-weight: bold;
}
.font9 {
	color: #b56819;
	font-weight: bold;
}
.font10 {
	font-size: 18px;
	line-height: 1.3em;
	color: #333;
	font-weight: bold;
}
.font11 {
	display: inline-block;
	font-size: 16px;
	line-height: 1.6em;
	color: #fff;
	font-weight: bold;
	background: #888;
	padding: 4px 12px;
	margin: 0 0 4px;
	border-radius: 50px;
}
.fontright {
	float: right;
}
ul.ulset { margin: 0; padding: 0; list-style: none;}
.itemarea {width: 100%;float: left;}
::-webkit-input-placeholder { color: #ccc; }
/*Firefox 4-18瀏覽器專用*/
input::-moz-placeholder { color: #ccc; }
/*Firefox 19+瀏覽器專用*/
input::-moz-placeholder{color:#ccc;}
/*IE10瀏覽器專用*/
:-ms-input-placeholder{color: #ccc;}
/*表單*/
.form-group .ti-label {
    width: 100%;
	display: inline-block;
    color: #222;
    font-weight: bold;
    line-height: 25px;
	padding-left: 5px;
}
.form-group .ti-label {
    width: 100%;
	display: inline-block;
    color: #222;
    font-weight: bold;
    line-height: 25px;
	padding-left: 5px;
}
.icheck {
  float: left;
  width: 100%;
}
.icheck strong {
    color: #df0500;
	font-weight: bold;
}
.select-ov {
	float: left;
	display: inline-block;
	padding: 0;
}
.select-ov label {
	float: left;
	display: inline-block;
	margin: 5px 0 2px;
	padding: 0 12px 0 0;
}
.select-ov select,input[type="file"]{height:34px;*margin-top:4px;line-height:24px; padding: 0 5px 0;font-size: 15px;}
.select-ov select{background-color:#fff;border:1px solid #ccc;}
.select-ov select[multiple],select[size]{height:auto}
.select-ov select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.form-button{text-align: center;}
.form-button .button{margin: 0 5px;}

.box-txt{ border: 1px solid #ddd; outline: none; padding: 5px 10px; font-size: 1em;line-height:30px; -webkit-transition: ease 0.3s; -o-transition: ease 0.3s; transition: ease 0.3s;}
.box-txt.full{width: 100%;}
.box-txt.half{width: 50%;}
.box-txt.half:last-child{width: 49%;}
.box-txt.txtarea{height: 150px; width: 100%}
.box-txt.mgTop{margin-top: 10px;}
.box-txt:focus{border-color: #ff5c6d; -webkit-box-shadow: 0 0 1px #ff5c6d; box-shadow: 0 0 1px #ff5c6d;}
.box-txt::-webkit-input-placeholder { color: #aaa; }
.box-txt::-moz-placeholder { color: #aaa; }
.box-txt:-ms-input-placeholder { color: #aaa; }
.box-txt:-moz-placeholder { color: #aaa; }
@media only screen and (max-width: 780px) {
.form-group .cleft {width: 50%;}
.box-txt.half{width: 100%;}
.box-txt.half:last-child{width: 100%;}
}
.required {
	color: #ed1c24;
	border: 0;
	margin-left:5px;
}
.selectBox {
	float: left;
	width: 100%;
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.selectBox select {
  padding: 0 20px 0 10px;
  width: 100%;
  height: 42px;
  color: #000;
  outline: none;
  line-height: 35px;
  border: none;
	border: 1px solid #ddd;
  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: 12px;
  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;}

.input-txt {
    position: relative;
    overflow: hidden;
}
.input-txt .input-style,
.input-txt textarea {
  display: block;
  padding: 0 8px;
  width: 100%;
  border:1px solid #ccc;
  box-shadow: none;
  border-radius: 0;
  font-size: 15px;
  height: 40px;
  line-height: 30px;
	min-height: 120px;
}

.input-txt .input-style:focus,
.input-txt .message-style:focus {
  border: #333 solid 1px;
}
/* 性別 - radio樣式 */
.sex { float: right; padding: 0;margin: 0;}
.lab-gender input[type=radio] { display:none; margin:0;}
.lab-gender input[type=radio]:first-child + label { margin-left:5px; }
.lab-gender input[type=radio] + label { display:inline-block;float: left; margin:0; padding:0 10px; background-color:#FFF; border:1px solid #CCC; height:42px; line-height:37px; color:#999;cursor: pointer; }
.lab-gender input[type=radio]:checked + label { background-image: none; background-color:#666; color:#FFF; border-color:#999; cursor: default;}
.code-img { display: inline-block; float: left;}
.code-img img { display:block; height:auto; max-width:100%;}
.col_full { width: 100%;display: block;	position: relative;	margin-right: 4%;}
.address .selectBox { width:100%; }
.address .input-txt2 { width:100%;}
.address .addname {width:100%;margin-top: 5px;display: inline-block;}
@media only screen and (min-width: 641px) {
.address .selectBox {
    width:33%;
	float:left;
}
.address .input-txt2 {
    width:34%;
	float:left;
}
.address .addname {
    width:65%;
	margin-top: 0;
	float:left;
}
}

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

/* 表單按鈕 */
#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: 150px;
  }
}
.btn-style {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  border: 0;
  border-radius: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.black {
  color: #fff;
  border: #333 solid 1px;
  background-color: #333;
}
.black:hover,
.black:focus {
  color: #fff;
  text-decoration: none;
  border: #e50112 solid 1px;
  background-color: #e50112;
}
.white {
  color: #333;
  border: #333 solid 1px;
  background-color: #fff;
}
.white:hover,
.white:focus {
  color: #fff;
  text-decoration: none;
  border: #222 solid 1px;
  background-color: #222;
}
.red {
  color: #fff;
  border: #ee6e5d solid 1px;
  background-color: #ee6e5d;
}
.red:hover,
.red:focus {
  color: #fff;
  text-decoration: none;
  border: #ce4735 solid 1px;
  background-color: #ce4735;
}
/* top */
.scrollToTop {
	display: none;
	position: fixed;
	z-index: 1000;
	bottom: 50px;
	right: 20px;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	background: rgba(0,0,0,0.4);
	-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;
}
.scrollToTop:hover {
	background: rgba(234,30,37,0.7);
}
.scrollToTop i {
	font-size: 22px;
	line-height: 40px;
}
@media (max-width: 767px) {
  .scrollToTop {
    bottom: 75px;
  }
}
@media (max-width: 360px) {
  .scrollToTop {
    bottom: 105px;
	  right: 10px;
  }
}
@media (max-width: 320px) {
  .scrollToTop {
    bottom: 120px;
  }
}

/*************************
 Footer CSS
**************************/
#footer {
	float: left;
	width: 100%;
	padding: 40px 0 35px;
	background: #d1d4d8;
}
/*#footer h2 {
	float: left;
	display: inline-block;
	width: 250px;
	margin: 5px 30px 5px 0;
	padding: 0;
	font-size: 28px;
	line-height: 1.3;
	color: #3d3a3a;
	font-weight: bold;
}
#footer h2 .en {
	display: inline-block;
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	font-size: 17px;
	line-height: 1.5;
	color: #888;
	font-weight: normal;
}*/
#footer h2 {
	float: left;
	display: inline-block;
	width: 250px;
	height: 80px;
	margin: 3px 30px 5px 0;
	padding: 0;
	font-size: 0;
	background: url(../footer-logo.png) no-repeat left top;
}
.basic {
	float: left;
	width: calc(100% - 400px);
	padding: 1px 0 2px 30px;
	display: inline-block;
	border-left: 1px solid #b2b5b9;
}
.basic span {
	float: left;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 24px;
	color: #444;
	padding: 0 0 0 27px;
	margin: 2px 0;
	word-break: normal;
	word-break: break-all;
}
.basic span:nth-child(1) {background: url(../placeholder.svg) no-repeat 5px 3px;background-size: auto 17px;margin-right: 25px;}
.basic span:nth-child(2) {background: url(../phone.svg) no-repeat 2px 2px;background-size: auto 17px;}
.basic span:nth-child(3) {background: url(../mail.svg) no-repeat 2px 6px;background-size: auto 13px;margin-right: 25px;}
.basic span A:link {color:#585656;text-decoration:none}
.basic span A:visited {color:#585656;text-decoration:none}
.basic span A:hover {color:#ee1c23;text-decoration:underline}
.share {
	float: left;
	width: 120PX;
	padding: 1px 0;
	display: inline-block;
}
.share a.fb {
	display: inline-block;
	height: 45px;
	width: 45px;
	font-size: 0;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin: 0 5px;
	background: rgba(137,140,143,0.6) url(../facebook.svg) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
}
.share a:hover.fb {
	text-decoration: none;
	background: rgba(25,118,220,1) url(../facebook.svg) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
}
.share a.ig {
	display: inline-block;
	height: 45px;
	width: 45px;
	font-size: 0;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin: 0 5px;
	background: rgba(137,140,143,0.6) url(../instagram.svg) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
}
.share a:hover.ig {
	text-decoration: none;
	background: rgba(2444,3,22,1) url(../instagram.svg) no-repeat center center;
	background-size: 23px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.2);
}
.copyright {
	font-size: 13px;
	line-height: 1.6em;
	color: rgba(0,0,0,0.4);
	padding: 0;
	margin: 12px 0 0;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.copyright A:link {color:rgba(0,0,0,0.4);text-decoration:none}
.copyright A:visited {color:rgba(0,0,0,0.4);text-decoration:none}
.copyright A:hover {color:#ee1c23;text-decoration:none}
@media (min-width:992px) and (max-width:1200px) {
#footer h2 {width: 240px;}
.basic {width: calc(100% - 390px);}
}
@media (max-width:991px) {
#footer h2 {width: 100%;height: 60px;margin: 0 0 15px;background: url(../footer-logo.png) no-repeat center top;background-size: auto 100%;}

.basic {width: 100%;padding: 1px 0 3px 18px;margin: 10px 0;}
.copyright {padding: 0 10px;text-align: left;}
}

/*************************
******* home ******
**************************/
#page {
	width: 100%;
	display: inline-block;
	position: relative;
}
#content {
	float: left;
	width: 100%;
	padding: 50px 0 0;
	position: relative;
}
.ileftcont {
	float: left;
	width: calc(100% - 350px);
	padding: 0 50px 50px 0;
	position: relative;
}
.hotnews {
	float: left;
	width: 100%;
	position: relative;
}
.hotnews .tit {
	display: inline-block;
	width: 100%;
	font-size: 30px;
	line-height: 1.2em;
	color: #111;
	font-weight: bold;
	margin: 0; 
	padding: 0 50px 0 20px;
	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;
}
.hotnews .tit a{color:#111;text-decoration: none;}
.hotnews .tit a:hover{color:#e50112;text-decoration:none;}
.hotnews .tit:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
	background: #e50112;
	border-radius: 5px;
}
.hotnews .eventtxt {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 1.7em;
	color: #333;
	margin: 10px 0 0; 
	padding: 0 70px 0 20px;
	position: relative;
}
.hotnews .eventtxt p.ellipsis {
	margin: 0;
	padding: 0;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.hotnews a.more {
	width: auto;
	display: inline-block;
	position: absolute;
	font-size: 15px;
	line-height: 22px;
	color: rgba(255,255,255,0.7);
	padding: 8px 10px 10px;
	background: #e50112;
	bottom: -20px;
	right: 5px;
}
.hotnews a:hover.more {
	color: rgba(255,255,255,0.9);
	background: #cd000f;
}
.hotnews .photo {
	float: left;
	width: 100%;
	display: inline-block;
	margin: 15px 0 0;
	padding: 0;
}
.hotnews .photo .newsimg {
	width: 100%;
	height: 400px;
	outline: none;
	display: inline-block;
	vertical-align: top;
	float: left;
	margin: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;
}
.hotnews .photo img {
	display: inline-block;
	height:auto;
	max-width:100%;
	width:100%;
}
.iad {
	float: left;
	width: 350px;
	margin: 40px 0 40px;
	position: relative;
}
.iad ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.iad ul li { 
	width: 100%;
	float: left;
	display:block;
	list-style:none;
	padding: 0;
	margin: 10px 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;
}
.iad ul li img {
	display: inline-block;
	height:auto;
	max-width:100%;
	width:100%;
}
.inews {
	float: left;
	width: 100%;
	margin-top: 55px;
	padding: 32px 15px 15px;
	position: relative;
background: -webkit-linear-gradient(-180deg, rgb(248, 219, 222), rgb(249, 239, 240));
background: linear-gradient(-180deg, rgb(248, 219, 222), rgb(249, 239, 240));
}
.inews .tit {
	width: auto;
	font-size: 32px;
	color: #ee1d24;
	line-height: 1.3em;
	margin: 0;
	padding: 0 20px 8px;
	display: inline-block;
	text-align: center;
	font-family: "FjallaOne", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	background: #fff;
	border-radius: 50px;
	position: absolute;
	z-index: 1;
	top: -28px;
	left: 10px;
}
.inews .tit .cht {
    display: inline-block;
    padding-left: 10px;
	font-size: 24px;
	line-height: 1.3em;
	color: #555;
}
.inews-w {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 0;
}
.inews-w dl {
	width: 100%;
	float: left;
	padding: 3px 0;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.inews-w dt {
	float: left;
	width: 90px;
	font-size: 14px;
	line-height: 1.5em;
	color: #777777;
	margin: 0;
	padding: 3px 5px;
}
.inews-w dd {
	float: left;
	width: calc(100% - 90px);
	margin: 0;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	padding: 1px 0 1px 18px;
	background: url(../icon7.png) no-repeat 0 10px;
}
.inews-w dd a{
	color:#111;
	text-decoration: none;
}
.inews-w dd a:hover{
	text-decoration:none;
	color:#ee1d24;
}
#iproducts{
	float: left;
	width: 100%;
	padding: 50px 0 70px;
	background-image: url(../iproducts-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	/*background-size: 100vw;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #dee4e4;
	position: relative;
}
#iproducts .tit {
	display: inline-block;
	font-family: "FjallaOne", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, "Arial Black", sans-serif;
	width: 100%;
	font-size: 32px;
	color: #e01b0b;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
}
#iproducts .tit .cht {
	width: 100%;
    display: inline-block;
    margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: normal;
	color: #555;
}
#iproducts .tit:after {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 1px;
    height: 40px;
	background: #e50112;
}
.our-event { 
	float: left;
	display: inline-block;
	width: 100%;
	padding:0;
	margin: 18px 0 10px;
	position: relative;
}
.our-event .item {
	float: left;
	display: inline-block;
	width: 100%;
	min-height: 165px;
	margin: 0;
	padding: 5px 6px;
}
.our-event .item .pic { 
	width: 100%;
	float: left;
	overflow: hidden;
	padding: 5px;
	background-color: #fff;
	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;
}
.our-event .item .info{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 1.4em;
	color: #000000;
	margin: 1px 0 0;
	padding: 12px 5px;
	text-align: center;
	background: #fff;
	-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;
}
.our-event .item .info .type {
	display: inline-block;
	font-size: 14px;
	line-height: 1.4em;
	color: #777;
	margin: 0 0 8px;
	padding: 2px 8px;
	background: #eee;
	border-radius: 3px;
}
.our-event .item .info .name{
	float: left;
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 1.4em;
	color: #000000;
	margin: 0;
	padding: 0;
}
.our-event .item:hover .info .name {color: #e6190d;}
.our-event .item .info .price{
	display: inline-block;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.4em;
	color: #d80000;
	margin: 5px 0 0;
	padding: 0;
}
.our-event .item .info .price del {
	font-size: 15px;
	color: #b8b8b8;
	margin-right: 10px;
	font-weight: normal;
}
.our-event .item .pic .productimg {
	width: 100%;
	height: 250px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.our-event .item:hover .pic .productimg {
	opacity: 0.8;
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}
@media (min-width: 992px) and (max-width: 1200px) {
.ileftcont {width: calc(100% - 280px);}
.iad {width: 280px;}
}
@media (max-width: 991px){
.ileftcont {width: 100%;padding: 0;}
.iad {width: 100%;margin: 40px 0 40px;}
.iad ul li { width: calc(100%/3 - 6px);margin: 3px 3px;}
#iproducts{margin-top: 40px;}
}
@media (max-width: 768px){
#content {padding: 40px 0 0;}
.hotnews .tit {font-size: 26px;padding: 0 0 0 15px;}
.iad ul li { width: calc(100%/2 - 6px);margin: 3px 3px;}
.inews-w dl {padding: 8px 0;border-bottom: 1px dashed #fff;}
.inews-w dt {width: 100%;padding: 1px 0;}
.inews-w dd {width: 100%;padding: 1px 0 1px 15px;background: url(../icon7.png) no-repeat 2px 10px;}
}
@media (max-width: 480px){
.iad ul li { width: 100%;margin: 5px 0;}
.hotnews .tit {font-size: 24px;line-height: 1.4em;}
}

/* 頁碼 */
.pages {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0 0;
}
.edit .pages ul {
	padding: 0;
    margin: 0;
}
.pagination {
	float: left;
	display: inline-block;
	width: 100%;
    padding: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #797979;
  background-color: #ffffff;
  border: 1px solid #efefef;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #cc0000;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #36353b;
  border-color: #36353b;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #e2e2e2;
  border-color: #e2e2e2;
  cursor: not-allowed;
}

.pagenum2 {
	float: left;
	width: 100%;
	padding: 40px 0 0;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}
.pagenum3 {
	float: left;
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #E3E3E3;
	text-align: center;
}
.pagenum2 a, .pagenum3 a {
	padding: 12px 25px 12px 52px;
	COLOR: #666;
	TEXT-DECORATION: none;
	border-radius: 30px;
	transition: background 0.3s;
	border: 1px solid #dddddd;
	background: #fff url(../left-arrow.svg) no-repeat 27px 16px;
	background-size: auto 14px;
}
.pagenum2 a:hover, .pagenum3 a:hover {
	COLOR: #FFF;
	text-decoration: none;
	border: 1px solid #36353b;
	background: #36353b url(../left-arrow1.svg) no-repeat 22px 16px;
	background-size: auto 14px;
}
/*************************
******* Banner ******
**************************/
.pbanner {
	width: 100%;
	display: inline-block;
	margin-top: 100px;
	padding: 25px 0;
	border-top: 3px solid #e5070f;
	background: #fff url(../page-bg.jpg) no-repeat center center;
	position: relative;
}
.pbanner:after{
   content: "";
   width: 100%;
   height: 100%;
   display: block;
   position: absolute;
   top:0;
   left: 0;
   background: rgba(0, 0, 0, 0.2);
}
.pbanner .title{
   position: relative;
   display: flex;
   flex-flow: column ;
   justify-content: center;
	padding: 0;
   z-index: 2;
}
.pbanner h2{
	display: inline-block;
	width: 100%;
	font-size: 1.8em;
	line-height: 1.4em;
	color: #fff;
	font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
	padding: 0;
	text-align: center;
}
@media (max-width: 991px){
.pbanner {margin-top: 60px;padding: 20px 0;}
}
@media (max-width: 768px){
.pbanner h2{font-size: 1.5em;line-height: 1.2em;}
}
@media (max-width: 600px){

}

/*************************
*******內頁選單
**************************/
.pageleft {
	float: left;
	width: 200px;
	font-size: 16px;
	line-height: 1.6em;
	margin: 46px 0 0;
	position: relative;
}
/*.pageleft:after {content: "";position: absolute; display: block; border-color: #5f5e5e transparent transparent #5f5e5e; border-style: solid solid solid solid;border-width: 3px 3px;height: 0px; width: 0px;top: 0;right: -6px; }*/
ul.mtree {
  font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
  opacity: 0;
  margin-left: 0;
  padding: 4px 0 0;
  /*border-top: 3px solid #c7cacf;*/
  background: url(../line7.png) repeat-x 0 top;
}

ul.mtree ul {
  padding-left: 0;
}
ul.mtree li {
  list-style: none;

}
ul.mtree a {
  display: block;
	text-decoration:none;
}
ul.mtree a:hover {
	text-decoration:none;
}
ul.mtree li > a.current {
  font-weight: bold;
	/*background-color: url(../icon7.png) no-repeat 6px 19px;*/
	color: #d70000;
}
ul.mtree li.mtree-node > a {
  /*font-weight: bold;*/
}
ul.mtree li.mtree-node > a.current {
  font-weight: bold;
	background: url(../icon7.png) no-repeat 6px 20px;
	color: #d70000;
}
ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

ul.mtree.transit {
  /*background: #111;*/
}
ul.mtree.transit ul {
  margin-left: 0;
}
ul.mtree.transit ul > li {
  font-size: 16px;
  line-height: 1.5em;
  background: #e8e8e8;
  padding: 0;
  border-bottom: none;
  border-left: 1px solid #f59ea0;
}
ul.mtree.transit li.mtree-node {
  position: relative;
}
ul.mtree.transit li.mtree-node > a:before {
  color: #999;
  font-weight: normal;
  position: absolute;
  right: 10px;
}
ul.mtree.transit li.mtree-node > a:hover:before {
  color: #eee;
}
ul.mtree.transit li.mtree-open > a:before {
  content: '-';
}
ul.mtree.transit li.mtree-closed > a:before {
  content: '+';
}
ul.mtree.transit ul > li:first-child {
  margin-top: 1px;
}
ul.mtree.transit li.mtree-open > a {
  /*background: #fff;*/
	background: #fbd5d6 url(../icon8.png) no-repeat 8px 20px;
}
ul.mtree.transit li > a:hover {
  background: #fbd5d6 url(../icon8.png) no-repeat 8px 20px;
  color: #111;
}
ul.mtree.transit li > a.current {
  font-weight: bold;
	background: #fbd5d6 url(../icon8.png) no-repeat 10px 20px;
	color: #d70000;
}
ul.mtree.transit li.mtree-node > a.current:before {
	color: #d70000;
}
ul.mtree.transit li.mtree-open > a.current {
	color: #d70000;
}
ul.mtree.transit li.mtree-node > ul > li:last-child {
  /*margin-bottom: .5em;
  padding-bottom: .5em;
  border-bottom: 1px solid #333;*/
}
ul.mtree.transit li.mtree-node:last-child > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
ul.mtree.transit a {
  padding: 10px 0.5em 10px 1.5em;
  color: #444;
}
ul.mtree.transit li > a {
	background: #fff url(../icon6.png) no-repeat 10px 20px;
	border-bottom: 1px solid #ededed;
}
ul.mtree.transit li li > a {
  padding: 8px 0px 8px 1em;
	background: none;
	border-bottom: 1px solid #fff;
}
ul.mtree.transit li.mtree-active li > a.current {
  background: #666;
  color: #FFF;
  background-image: none;
}
ul.mtree.transit li li li > a {
  padding: 5px 0px 5px 1.8em;
	background: none;
}
ul.mtree.transit li li li li > a {
  padding-left: 3.2em;
	background: none;
}
ul.mtree.transit li li li li li > a {
  padding-left: 4em;
}
ul.mtree.transit li li > a:hover, ul.mtree.transit li li li > a:hover {
  background-image: none;
  background: #666;
	color: #FFF;
}
@media (max-width: 991px) {
.pageleft {
	float: left;
	width: 100%;
	margin: 40px 0 0;
}
}


[class*="icheck-"] {
    min-height: 22px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    padding-left: 0px;
}

.icheck-inline {
    display: inline-block;
}

    .icheck-inline + .icheck-inline {
        margin-left: .75rem;
        margin-top: 6px;
    }

[class*="icheck-"] > label {
	
    padding-left: 29px !important;
    min-height: 26px;
    /*line-height: 26px;*/
	letter-spacing: 1px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

    [class*="icheck-"] > input:first-child:disabled {
        cursor: default;
    }

    [class*="icheck-"] > input:first-child + label::before,
    [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        border: 1px solid #D3CFC8;
        border-radius: 0px;
        margin-left: -29px;
		margin-top: 2px;
    }

    [class*="icheck-"] > input:first-child:checked + label::after,
    [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 2px;
        left: 0;
        width: 7px;
        height: 10px;
        border: solid 2px #fff;
        border-left: none;
        border-top: none;
        transform: translate(7.75px, 4.5px) rotate(45deg);
        -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    }

[class*="icheck-"] > input[type="radio"]:first-child + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px;
}

[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + label::before,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-orange > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f44336;
}

.icheck-orange > input:first-child:checked + label::before,
.icheck-orange > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f44336;
    border-color: #f44336;
}
.icheck-store > input:first-child:not(:checked):not(:disabled) + label::before,
.icheck-store > input:first-child:not(:checked):not(:disabled) + input[type="hidden"] + label::before {
    border-color: #D3CFC8;
	background-color: #fff;
}
.icheck-store > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-store > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #f44336;
	background-color: #fff;
}

.icheck-store > input:first-child:checked + label::before,
.icheck-store > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #f44336;
    border-color: #f44336;
}

input[type=checkbox],input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
    border-radius: 10%;
}
/* Checkbox */
input[type=checkbox]:before,input[type=checkbox]:after {
    position: absolute;
    content: "";
    background: #fff;
    transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
    left: 2px;
    top: 6px;
    width: 0;
    height: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
    right: 9px;
    bottom: 3px;
    width: 2px;
    height: 0;
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transition-delay: .2s;
}
input[type=checkbox]:checked:before {
    left: 1px;
    top: 10px;
    width: 6px;
    height: 2px;
}
input[type=checkbox]:checked:after {
    right: 5px;
    bottom: 1px;
    width: 2px;
    height: 14px;
}
input[type=checkbox]:indeterminate:before,input[type=checkbox]:indeterminate:after {
    width: 7px;
    height: 2px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
    left: 1px;
    top: 7px;
}
input[type=checkbox]:indeterminate:after {
    right: 1px;
    bottom: 7px;
}

/* Complement colors */
input[type=checkbox].blue1,input[type=radio].blue1 {
    border: 2px solid #2196f3;
}

input[type=checkbox].blue1:checked,input[type=checkbox].blue1:indeterminate,input[type=radio].blue1:checked:before {
    background: #2196f3;
}

input[type=checkbox].red1,input[type=radio].red1 {
    border: 1px solid #999;
}
input[type=checkbox].red1:hover,input[type=radio].red1:hover {
    border: 1px solid #f44336;
}
input[type=checkbox].red1:checked,input[type=checkbox].red1:indeterminate,input[type=radio].red1:checked:before {
	border: 2px solid #f44336;
    background: #f44336;
}

input[type=checkbox].orange1,input[type=radio].orange1 {
    border: 2px solid #ffc107;
}

input[type=checkbox].orange1:checked,input[type=checkbox].orange1:indeterminate,input[type=radio].orange1:checked:before {
    background: #ffc107;
}


.rating-stars {
            width: 100%;
            text-align: center;
        }

        .rating-stars .rating-stars-container {
            font-size: 0px;
        }

        .rating-stars .rating-stars-container .rating-star {
            display: inline-block;
            font-size: 32px;
            color: #555555;
            cursor: pointer;
            padding: 5px 10px;
        }

        .rating-stars .rating-stars-container .rating-star.is--active,
        .rating-stars .rating-stars-container .rating-star.is--hover {
            color: #d75260;
        }

        .rating-stars .rating-stars-container .rating-star.is--no-hover {
            color: #555555;
        }
@media (max-width: 768px) {
.rating-stars .rating-stars-container .rating-star {
            font-size: 22px;
            padding: 5px 5px;
        }
}


.slider-vertical {
	float: left;
	width: 350px;
	display: inline-block;
	padding: 0;
	position: relative;
}
.slider-vertical .slick-prev:before, .slider-vertical .slick-next:before {
	display: none;
}
.slider-vertical .slick-prev, .slider-vertical .slick-next {
    width: 0;
    height: 0;
    border-style: solid;
    display: inline-block;
    left: 50%;
    margin: 0;
    z-index: 10;
    cursor: pointer;
	position: relative;
}
.slider-vertical .slick-prev {
    border-width: 0 7px 7px 7px;
    border-color: #000000 transparent;
    top: 0;
}
.slider-vertical .slick-next {
    border-width: 7px 7px 0px 7px;
    border-color: #000000 transparent;
    bottom: -10px;
    top: auto;
}	
.slider-vertical .slick-prev.slick-disabled, .slider-vertical .slick-next.slick-disabled {
	opacity: 0.1;
	cursor: default;
}
.slider-vertical div {
	text-align: center;
	margin: 5px 0;
}
.slider-vertical .iadpic {
	display: inline-block;
    position: relative;
    width: 100%;
	padding-top: 75%;
    overflow: hidden;
	border: 1px solid rgba(255,255,255,0.3);
	-webkit-box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 0 rgba( 0, 0, 0, 0 );
    -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.slider-vertical .iadpic:hover{
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	border: 1px solid rgba(236,0,18,0.5);
}
.slider-vertical .iadpic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
	-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
.slider-vertical .iadpic:hover img{
	-webkit-filter: brightness(103%); /* Safari */
    filter: brightness(103%);
}
@media (min-width: 992px) and (max-width: 1200px) {
.slider-vertical {width: 280px;}
}
@media (max-width: 991px){
.slider-vertical {width: 100%;margin: 40px 0 0;}
}

