@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url(font-awesome-4.7.0/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,700,900);
.fullBox {
  position: relative;
  width: calc(100vw - 17px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

body {
  background: #fff;
  font-family: 'Roboto', Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
  font-weight: 300;
  font-size: 13px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.dragscroll{
    overflow: hidden;
}

/*css3*/
a {
  cursor: pointer;
  color: #bd3d39;
  transition: all 0.4s ease;
}

a:hover {
  color: #f08200;
}

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

.b-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%;
}

a.btn_color1 {
  /*按鈕主色1*/
  background: #1d2088;
  color: #FFF;
}

a.btn_color1:hover {
  background: #f08200;
}

a.btn_color2 {
  /*按鈕主色2*/
  background: #A0A0A0;
  color: #FFF;
}

a.btn_color2:hover {
  background: #999;
}

input[type="text"], textarea {
  -webkit-appearance: none;
}

.outerWrap {
  position: relative;
  padding-top: 117px;
  overflow: hidden;
}

.wrap {
  width: 1160px;
  margin: 0 auto;
}

#gmap {
  display: none;
  height: 400px;
}

.label {
  padding: 5px 7px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.8);
}

.pageArea{
    text-align: center;
    margin-top: 10px;
}

.pageArea select{
    width: 200px;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
}

/*--頁碼--*/
.pageBox {
  width: 100%;
  text-align: center;
  margin: 70px 0 0;
}

.pageBox a {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  color: #454647;
}

.pageBox a.end {
  width: auto;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pageBox a:hover, .pageBox a.current {
  background-color: #454647;
  color: #fff;
}

.pageBox .btn {
  background-color: #eee;
  font-size: 15px;
}

/***↓↓↓購物車↓↓↓***/
.cartArea {
  display: none;
  width: 360px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/
}

.cartArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
}

.cartArea .countBox {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  text-align: center;
}

.cartArea .countBox b {
  font-size: 18px;
  color: #7ea830;
}

.cartArea .countBox b em {
  font-weight: normal;
  font-size: 12px;
  color: #7ea830;
}

.cartArea .countBox a.btn_pay {
  display: inline-block;
  margin-left: 15px;
  padding: 7px 15px;
  font-size: 13px;
  color: #FFF;
}

.cartArea .countBox a.btn_pay:hover {
  background: #f08200;
}

.cartArea ul {
  clear: both;
  max-height: 250px;
  overflow-y: auto;
}

.cartArea ul li {
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #EEE;
  margin-bottom: 10px;
  text-align: left;
}

.cartArea ul li .Img {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  overflow: hidden;
}

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

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

.cartArea ul li .Txt strong {
  margin-bottom: 10px;
  display: block;
}

.cartArea ul li .Txt strong a {
  display: block;
  font-size: 15px;
  color: #272727;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cartArea ul li .Txt b {
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-right: 10px;
}

.cartArea ul li .Txt b.price {
  font-size: 15px;
  color: #E83336;
}

.cartArea ul li i {
  cursor: pointer;
  display: block;
  float: right;
  font-size: 18px;
  color: #949494;
}

/*訂單查詢*/
.orderCheckArea {
  display: none;
  width: 320px;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:120px;
	left:50%;
	margin-left:-180px;
	z-index:999;
	*/
}

.orderCheckArea .wrap {
  position: relative;
  width: auto;
  padding: 40px 10px;
  text-align: center;
}

#closeOrder, #closeCart, #closePrice, #closeInquiry {
  font-size: 18px;
  position: absolute;
  top: 8px;
  right: 10px;
}

.orderCheckArea h4 {
  font-family: "微軟正黑體", "新細明體", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #222;
  text-align: left;
  margin-bottom: 10px;
}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 2px solid #CCC;
  padding: 5px;
  box-sizing: border-box;
}

.orderCheckArea a.btn {
  margin-top: 10px;
  display: inline-block;
  font-size: 13px;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 4px;
}

@media screen and (max-width: 480px) {
  .cartArea, .orderCheckArea {
    width: 300px !important;
    /*
		  top:100px;
		  margin-left:-150px;
		  */
  }
  #closeOrder, #closeCart, #closePrice, #closeInquiry {
    font-size: 25px;
    top: 5px;
  }
}

/***↑↑↑購物車↑↑↑**/
/***↓↓↓會員登入↓↓↓**/
.loginArea {
  display: none;
  width: 300px !important;
  background: #FFF;
  border: 5px solid #D8D8D8;
  /*
	position:fixed;
	top:40px;
	left:50%;
	margin-left:-150px;
	z-index:999;
	*/
}

.loginArea .box {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #FFF;
}

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;
  transition: none;
}

.loginArea .forget {
  clear: both;
  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-size: 15px;
  color: #09F;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 15px;
}

/***↑↑↑會員登入↑↑↑**/
/*****網頁頭*****/
header {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  transition: all .5s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}

header .wrap, header .topBox {
  position: relative;
}

header .logo {
  float: left;
  width: 312px;
  margin-top: 14px;
}

header .logo a {
  display: block;
  width: 100%;
  height: 45px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

header .topBox {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #efefef;
}

header .topBox .left {
  float: left;
  font-size: 14px;
  color: #a0a2a5;
}

header .topBox .right {
  float: right;
}

header a.fb {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #a0a2a5;
}

header a.fb:hover {
  background: #1d2088;
  color: #fff;
}

header .language {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

header .language span {
  display: block;
  width: 175px;
  padding: 0 20px;
  background: #f3f3f3;
  font-size: 14px;
  color: #757575;
  box-sizing: border-box;
  cursor: pointer;
}

header .language span:before {
  content: '\f107';
  font-family: FontAwesome;
  position: absolute;
  right: 25px;
  top: 0px;
  color: #757575;
}

header .language ul {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 45px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  transition: all .5s;
}

header .language ul.on {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

header .language ul li {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f3f3f3;
  margin-bottom: 1px;
}

header .language ul li a {
  display: block;
  color: #212121;
}

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

header .searchBox {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

header .searchBox:hover a.fa-search {
  background: #1d2088;
  color: #fff;
}

header .searchBox:hover .input {
  top: 0;
  opacity: 1;
}

header .searchBox a.fa-search {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-right: 1px solid #efefef;
  box-sizing: border-box;
  color: #757575;
  transition: all .5s;
}

header .searchBox .input {
  position: absolute;
  right: 45px;
  top: -45px;
  opacity: 0;
  transition: all .5s;
}

header .searchBox .input input {
  width: 250px;
  height: 45px;
  line-height: 45px;
  border: none;
  padding: 0 20px;
  font-family: "Roboto", Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
  background: #f3f3f3;
}

header .searchBox .input input:focus {
  outline: none;
}

header .loginBox{
  display: inline-block;
}

header .loginBox .submenu{
  position: absolute;
  left: 0;
  top: 0;
}

/*logo*/
/*語系選擇*/
/*menu*/
.menuBox {
  float: right;
}

ul.menu > li {
  position: relative;
  display: inline-block;
}

ul.menu li > a {
  position: relative;
  display: inline-block;
  padding: 18px 17px 18px 20px;
  font-size: 15px;
  color: #474747;
  text-align: left;
}

ul.menu li > a:hover, ul.menu li > a.current {
  color: #f08200;
}

ul.menu li > a:hover:after, ul.menu li > a.current:after {
  opacity: 1;
}

ul.menu li > a em {
  display: block;
  font-size: 13px;
  color: #a0a2a5;
}

ul.menu li > a:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f08200;
  opacity: 0;
  transition: all 0.4s ease;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -3px;
}

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

ul.menu > li .submenu a {
  display: block;
  background: #041e42;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #a0a2a5;
  box-sizing: border-box;
}

ul.menu > li .submenu a:after {
  display: none;
}

ul.menu > li .submenu a:hover {
  background: #f08200;
  border-bottom-color: #f08200;
}

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

/*****banner******/
.bannerArea {
  position: relative;
  clear: both;
}

/*文字跑馬燈*/
.marqueeArea {
  box-shadow: inset 0 10px 15px #283458;
  background: #061540;
  padding: 15px 0;
}

.marqueeArea h2 {
  float: left;
  margin-right: 20px;
  font-size: 15px;
  font-weight: normal;
  color: #FFF;
}

.marqueeArea h2 em {
  margin-left: 5px;
}

.marqueeArea .marqueeBox {
  overflow: hidden;
  max-height: 30px;
}

.marqueeArea ul {
  overflow: hidden;
}

.marqueeArea ul li {
  line-height: 20px;
}

.marqueeArea ul li .date {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 13px;
  color: #DBDBDB;
}

.marqueeArea ul li h3 {
  display: inline-block;
  vertical-align: top;
}

.marqueeArea ul li h3 a {
  display: block;
  font-size: 15px;
  color: #FFF;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*頁尾資訊*/
footer.footerIns {
  padding: 80px 0;
  background: url("../images/footerBg.jpg") no-repeat center top/cover;
}

footer.footerIns .wrap {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
}

footer.footerIns h2 {
  font-size: 35px;
  letter-spacing: .05em;
  color: #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #1e3d59;
}

footer.footerIns h2 i {
  font-style: normal;
  font-weight: 900;
  margin-right: 8px;
}

footer.footerIns h2 i:nth-of-type(2) {
  color: #f08200;
}

footer.footerIns ul.locationList {
  margin: 0 -20px;
  width: 100%;
}

footer.footerIns ul.locationList li {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
  width: 20%;
  font-size: 14px;
  padding: 0 20px;
  color: #acacac;
  line-height: 20px;
  letter-spacing: .05em;
  box-sizing: border-box;
}

footer.footerIns ul.locationList li a {
  color: #acacac;
}

footer.footerIns ul.locationList li h3 {
  color: #fff;
  font-size: 15px;
}

/*share*/
.social {
  clear: both;
  margin-top: 10px;
}

.social a {
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 19px;
  color: #929292;
  text-align: center;
}

.social a:hover {
  opacity: 0.8;
}

.endArea {
  overflow: hidden;
  text-align: center;
  color: #a0a2a5;
  line-height: 50px;
  background: #171717;
}

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

.translateIbest .design span {
  /*網頁設計‧愛貝斯*/
  display: block;
  line-height: 22px;
  font-size: 9pt;
  color: #a0a2a5;
}

.translateIbest .design a {
  /*網頁設計‧愛貝斯*/
  color: #a0a2a5;
  text-decoration: none;
}

.translateIbest .design a:hover {
  text-decoration: underline;
}

/*********內頁**********/
/**********************/
.bannerArea .wrap {
  width: 100%;
  padding: 0;
}

.bannerBox img {
  display: block;
  width: 100%;
}

.bannerWrap {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1160px;
  color: #fff;
}

.bannerWrap em {
  font-size: 62px;
  font-weight: 900;
}

.bannerWrap b {
  display: block;
  font-size: 37px;
  font-weight: normal;
  letter-spacing: .075em;
}

/*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;
}

.mainArea {
  padding: 80px 0;
}

.mainArea .wrap {
  position: relative;
}

.mainArea .contentBox {
  clear: both;
}

.mainArea .contentBox .leftBox {
  float: left;
  width: 275px;
}

.mainArea .contentBox .leftBox.ins {
  width: 845px;
}

.mainArea .contentBox .rightBox {
  float: right;
  width: 845px;
}

.mainArea .contentBox .rightBox.ins {
  width: 275px;
}

.mainArea .contentBox h1.articleTitle {
  /*文章標題*/
  clear: both;
  margin-bottom: 30px;
  border-bottom: 1px solid #dadada;
  padding: 0 0px 15px 0px;
  color: #000;
  font-size: 19px;
  font-weight: normal;
}

.mainArea .contentBox h1.articleTitle02 {
  font-size: 18px;
  color: #333;
  letter-spacing: .05em;
  font-weight: normal;
}

.mainArea .contentBox h1.articleTitle02:after {
  content: '';
  display: block;
  margin-top: 16px;
  width: 45px;
  height: 2px;
  background: #dbd9da;
}

.bread {
  position: absolute;
  z-index: 5;
  right: 0;
  top: -215px;
  color: #fff;
  letter-spacing: .05em;
}

.bread a {
  color: #fff;
}

.bread a:hover {
  text-decoration: underline;
}

.bread i {
  padding: 0 7px;
  font-style: normal;
}

.bread i:before {
  content: '\f0da';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 12px;
  color: #fff;
}

.bread b {
  font-weight: normal;
}

.bread.ins {
  top: 0;
  color: #a0a2a5;
}

.bread.ins a {
  color: #a0a2a5;
}

.bread.ins i:before {
  color: #a0a2a5;
}

/*網站導覽bread*/
table.breakpoint > tbody > tr > td.expand {
  cursor: pointer;
  background: url(../images/plus.png) no-repeat 5px center;
  padding-left: 40px;
}

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

.classBox {
  padding: 0 0 20px 0;
}

ul.classLink {
  text-align: center;
}

ul.classLink li {
  display: inline-block;
}

ul.classLink li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 8px 15px;
  color: #1d2088;
  border: 1px solid #1d2088;
  position: relative;
}

ul.classLink li a:hover {
  background: #1d2088;
  color: #FFF;
}

ul.classLink li a.current {
  background: #1d2088;
  color: #FFF;
}

ul.classLink li a.current:after {
  content: " ";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #1d2088 transparent transparent transparent;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -7.5px;
}

/*標籤*/
.tagBox {
  padding: 0 0 20px 0;
}

.tagBox b {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.tagBox ul {
  display: inline-block;
}

.tagBox ul li {
  display: inline-block;
  margin-bottom: 6px;
}

.tagBox ul li a {
  display: block;
  margin: 0 3px;
  font-size: 13px;
  padding: 5px 10px;
  color: #1d2088;
  border: 1px solid #1d2088;
  position: relative;
}

.tagBox ul li a:hover {
  background: #1d2088;
  color: #FFF;
}

.tagBox ul li a.current {
  background: #1d2088;
  color: #FFF;
}

.tagBox ul li a.current:before {
  content: "\f00d";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-right: 5px;
}

/*側邊標題字*/
.sectionTitle {
  position: relative;
  font-size: 20px;
  color: #333;
  font-weight: normal;
  margin-bottom: 15px;
}

.sectionTitle:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 50%;
  height: 1px;
  background: #dbd9da;
}

/******頁籤*******/
.tab {
  margin-top: 40px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.tab a {
  display: inline-block;
  font-size: 16px;
  color: #041e42;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 20px 70px;
  border-right: 1px solid #efefef;
  margin-right: -3px;
  box-sizing: border-box;
}

.tab a.current, .tab a:hover {
  background: #041e42;
  color: #fff;
}

ul.tabContent {
  padding: 20px 0px;
}

ul.tabContent > li {
  display: none;
}

ul.tabContent li .textEditor {
  margin: 0;
}

ul.tabContent h3.sectionTitle {
  display: none;
}

/*側邊_menu*/
.side_menu {
  margin-bottom: 50px;
}
.side_menu > ul > li {
  border-bottom: 1px solid #eee;
  position: relative;
}
.side_menu > ul > li > a {
  display: block;
  color: #686868;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  transition: all .5s;
}
.side_menu > ul > li > a:hover, .side_menu > ul > li > a.current, .side_menu > ul > li > a.on, .side_menu > ul > li > ul > li > a.on {
  background: #f08200;
  color: #fff;
  padding-left: 18px;
}
.side_menu > ul > li > ul > li > a.hasChild {
  position: relative;
}
.side_menu > ul > li > ul > li > a:hover {
  padding-left: 18px;
}
.side_menu > ul > li > a b {
  margin-left: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #808080;
}
.side_menu > ul > li > ul {
  display: none;
  padding: 15px 0 15px 25px;
  background: #f8f8f8;
}
.side_menu > ul > li > ul > li > ul {
  display: none;
  padding-left: 25px;
  background: #f8f8f8;
}
.side_menu > ul > li ul li a {
  display: block;
  font-size: 14px;
  padding: 3px 0;
  color: #686868;
}
.side_menu > ul > li ul li ul li a.current{
  color: #f08200;
}
.side_menu .sideLink.arrow > li > a.hasChild.on:before, .side_menu .sideLink.arrow > li > a.hasChild.on:after {
  background: #fff;
}
.side_menu .sideLink.arrow > li > a.hasChild.on:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side_menu .sideLink.arrow > li > a.hasChild:hover:before, .side_menu .sideLink.arrow > li > a.hasChild:hover:after, .side_menu .sideLink.arrow > li > a.hasChild.current:before, .side_menu .sideLink.arrow > li > a.hasChild.current:after,.side_menu .sideLink.arrow > li > a.hasChild + ul > li a.hasChild.on:before,.side_menu .sideLink.arrow > li > a.hasChild + ul > li a.hasChild.on:after {
  background: #fff;
}
.side_menu .sideLink.arrow > li > a.hasChild:before, .side_menu .sideLink.arrow > li > a.hasChild:after {
  content: '';
  position: absolute;
  background: #696969;
  transition: all .5s;
}
.side_menu .sideLink.arrow > li > a.hasChild:before {
  right: 12px;
  top: 24px;
  width: 7px;
  height: 1px;
}
.side_menu .sideLink.arrow > li > a.hasChild:after {
  right: 15px;
  top: 21px;
  width: 1px;
  height: 7px;
}
.side_menu .sideLink.arrow > li > a.hasChild.on + ul > li a.hasChild.on:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side_menu .sideLink.arrow > li > a.hasChild + ul > li a.hasChild:before, .side_menu .sideLink.arrow > li > a.hasChild + ul > li a.hasChild:after {
  content: '';
  position: absolute;
  background: #696969;
  transition: all .5s;
}
.side_menu .sideLink.arrow > li > a.hasChild + ul > li a.hasChild:before {
  right: 12px;
  top: 12px;
  width: 7px;
  height: 1px;
}
.side_menu .sideLink.arrow > li > a.hasChild + ul > li a.hasChild:after {
  right: 15px;
  top: 9px;
  width: 1px;
  height: 7px;
}

.side_menu ul li dl {
  padding-left: 25px;
}

.side_menu ul li dl dt a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #686868;
}

.side_menu ul li dl dt a.current, .side_menu ul li dl dt a:hover {
  color: #f08200;
  text-decoration: underline;
}

/*側邊_相簿*/
ul.side_album {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: -10px;
}

ul.side_album li {
  float: left;
  width: 33.33%;
  padding: 0 10px 10px 0;
}

ul.side_album li a {
  display: block;
  box-shadow: 2px 2px 5px #c3c3c3;
}

ul.side_album li a img {
  display: block;
  width: 100%;
}

/*側邊_線上訂房*/
.side_booking {
  margin-bottom: 30px;
}

.side_booking a {
  display: block;
  background: #f05b8f;
  border-radius: 4px;
  box-shadow: 0 1px 1px #8D2121;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
  transition: none;
}

.side_booking a i {
  display: inline-block;
  font-size: 28px;
  padding: 10px 15px;
  margin-right: 15px;
  border-right: 1px solid #D33434;
  box-shadow: 1px 0 #F38A8A;
}

.side_booking a:hover {
  box-shadow: inset 0 3px 3px #8D2121;
}

/*側邊_聯絡資訊*/
.side_contactInfo ul li {
  margin-bottom: 20px;
}

.side_contactInfo ul li a {
  font-size: 16px;
  color: #414141;
}

.side_contactInfo ul li a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  border: 2px solid #A5A5A5;
  width: 35px;
  height: 35px;
  font-size: 20px;
  color: #A5A5A5;
  line-height: 35px;
  text-align: center;
  border-radius: 100%;
}

.side_contactInfo ul li a b {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}

/*側邊_房型*/
.side_room {
  margin-bottom: 50px;
}

.side_room ul li .Img img {
  width: 100%;
}

.side_room ul li .Txt {
  margin-top: 5px;
}

.side_room ul li .Txt h3 strong a {
  font-size: 16px;
  font-weight: normal;
}

.side_room ul li .Txt p {
  font-size: 13px;
  color: #858383;
  line-height: 1.8;
  max-height: 100px;
  overflow: hidden;
}

.side_room .bx-wrapper .bx-controls-direction a {
  width: 25px !important;
  height: 25px !important;
  top: 0 !important;
  right: 0;
  margin: 0 !important;
}

.side_room .bx-wrapper .bx-prev {
  left: auto;
  right: 25px !important;
  background: url(../images/bx_arrow_square_prev.png) !important;
}

.side_room .bx-wrapper .bx-next {
  background: url(../images/bx_arrow_square_next.png) !important;
}

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

.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: 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: #5da0ea;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #5da0ea 0%, #3d8ce6 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: #d65130;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #d65130 0%, #d0442b 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_news {
  margin: 30px 0;
}

.side_news ul {
  margin-top: 20px;
}

.side_news ul li {
  margin-bottom: 25px;
}

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

.side_news ul li .Img img {
  height: 60px;
}

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

.side_news ul li .Txt a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

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

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

/*--相關產品--*/
.sideProductBox {
  margin-top: 80px;
  position: relative;
}

.sideProductBox .inner {
  width: 900px;
  margin: 20px auto 0;
  padding-left: 20px;
}

.sideProductBox ul.sideProductList {
  width: 100%;
  margin: 0 -10px;
}

.sideProductBox ul.sideProductList li {
  padding: 0 10px;
  width: 33.333%;
}

.sideProductBox ul.sideProductList li .item {
  border: 1px solid #dbd9da;
  box-sizing: border-box;
  transition: all .5s;
}

.sideProductBox ul.sideProductList li .item:hover {
  border-color: #f08200;
}

.sideProductBox ul.sideProductList li .Img img {
  display: block;
  width: 100%;
}

.sideProductBox ul.sideProductList li .Txt {
  border-top: 2px solid #eee;
  text-align: center;
  padding: 15px 10px;
  box-sizing: border-box;
}

.sideProductBox ul.sideProductList li .Txt p {
  margin-top: 7px;
  font-size: 15px;
  letter-spacing: .05em;
  color: #686868;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sideProductBox ul.sideProductList li a {
  display: block;
  color: #1d2088;
  font-weight: 900;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sideProductBox ul.sideProductList li a:focus {
  outline: none;
}

.sideProductBox .arrow_prev, .sideProductBox .arrow_next {
  position: absolute;
  top: 280px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #1d2088;
}

.sideProductBox .arrow_prev:hover, .sideProductBox .arrow_next:hover {
  background: #f08200;
}

.sideProductBox .arrow_prev:focus, .sideProductBox .arrow_next:focus {
  outline: 0;
}

/*.sideProductBox .arrow_prev.slick-hidden, .sideProductBox .arrow_next.slick-hidden {
  opacity: .3;
  display: block;
  cursor: not-allowed;
}*/

.sideProductBox .arrow_prev {
  left: 0;
}

.sideProductBox .arrow_next {
  right: 0;
}

.sideProductBox ul.slick-dots {
  width: 100%;
  bottom: -50px;
  text-align: center;
}

.sideProductBox ul.slick-dots li {
  width: auto;
}

.sideProductBox ul.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #1d2088;
}

.sideProductBox ul.slick-dots li button {
  width: 25px;
  height: 5px;
  padding: 0;
}

.sideProductBox ul.slick-dots li button:before {
  content: '';
  width: 25px;
  height: 3px;
  background: #f08200;
  opacity: 1;
}

/*--title--*/
.title01 {
  color: #fff;
}

.title01 em {
  font-weight: 900;
  font-size: 35px;
}

.title01 b {
  font-weight: normal;
  font-size: 35px;
  letter-spacing: .05em;
  margin-left: 10px;
}

.title02 {
  text-align: center;
  font-size: 35px;
  letter-spacing: .05em;
  font-weight: normal;
  margin-bottom: 50px;
}

.title02:after {
  content: '';
  display: block;
  margin-top: 15px;
  height: 18px;
  background: url("../images/title02Bg.png") no-repeat center bottom;
}

/*--button--*/
.btn01 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .01em;
  border: 1px solid #f08200;
  border-radius: 30px;
  padding: 16px 55px;
  overflow: hidden;
  box-sizing: border-box;
}

.btn01 a:focus {
  outline: 0;
}

.btn01 a:hover:after {
  opacity: 1;
  -webkit-transform: scale(5);
      -ms-transform: scale(5);
          transform: scale(5);
}

.btn01 a:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f08200;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  transition: all .5s ease-in-out;
}

.btn02 {
  display: inline-block;
  margin: 0 5px 10px 0;
}

.btn02 a {
  display: inline-block;
  background: #b9b9ba;
  border-radius: 30px;
}

.btn02 a:hover {
  background: #525965;
}

.btn02 a i {
  display: inline-block;
  width: 56px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
}

.btn02 a span {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  letter-spacing: .15em;
}

.btn03 a {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .01em;
  border: 1px solid #f08200;
  background: #f08200;
  border-radius: 30px;
  padding: 16px 50px;
  overflow: hidden;
  box-sizing: border-box;
  text-transform: uppercase;
}

.btn03 a:hover {
  background: transparent;
  color: #f08200;
}

.btn04 a{
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
  background: #1d2088;
}

.btn04 a:hover {
  background: #f08200;
}

a.goTop {
  position: fixed;
  right: 22px;
  bottom: 12px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #686868;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

a.goTop:before {
  content: '\f077';
  font-family: FontAwesome;
  font-size: 16px;
  color: #fff;
}

a.goTop:hover {
  background: #f08200;
}

a.goTop.on {
  visibility: visible;
  opacity: 1;
  bottom: 22px;
}

/*--table--*/
.textTable {
  overflow-x: auto;
}

.textTable table {
  width: 1160px;
}

/**********適應性**********/
/************************/
@media (max-width: 1366px) {
  footer.footerIns .wrap {
    padding: 0 20px;
  }
  footer.footerIns ul.locationList li {
    width: 33.333%;
    margin-bottom: 15px;
  }
}

@media (max-width: 1180px) {
  .bread {
    display: none;
  }
  .bannerWrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bannerWrap em {
    font-size: 28px;
  }
  .bannerWrap b {
    font-size: 30px;
  }
  .bannerAreaIns li {
    height: 200px;
  }
  .bannerAreaIns li img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mainArea {
    padding: 30px 0;
  }
  /*1160+20(卷軸寬度)*/
  .outerWrap {
    padding-top: 60px;
  }
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
  header {
    display: none;
  }
  .mainArea .contentBox .leftBox {
    float: left;
    width: 240px;
  }
  .mainArea .contentBox .leftBox.ins {
    width: calc(100% - 240px);
    padding-right: 50px;
    box-sizing: border-box;
  }
  .mainArea .contentBox .rightBox {
    float: right;
    width: calc(100% - 240px);
    padding-left: 50px;
    box-sizing: border-box;
  }
  .mainArea .contentBox .rightBox.ins {
    width: 240px;
  }
  /*手機menu*/
  .m_menu {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .m_menu .mask {
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .m_menu .controlBox {
    position: relative;
    z-index: 99;
    background: #f8f8f8;
    height: 60px;
  }
  .m_menu .controlBox a.main {
    position: absolute;
    display: block;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 20px;
  }
  .m_menu .controlBox a.main:before, .m_menu .controlBox a.main:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #1d2088;
    transition: all .3s;
  }
  .m_menu .controlBox a.main:before {
    top: 0;
  }
  .m_menu .controlBox a.main:after {
    bottom: 0;
  }
  .m_menu .controlBox a.main.on:before, .m_menu .controlBox a.main.on:after {
    opacity: 0;
    width: 0;
  }
  .m_menu .controlBox a.main.on span:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .m_menu .controlBox a.main.on span:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .m_menu .controlBox a.main span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 2px;
  }
  .m_menu .controlBox a.main span:before, .m_menu .controlBox a.main span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background: #1d2088;
    transition: all .3s;
  }
  .m_menu .controlBox .m_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .m_menu .controlBox .m_logo img {
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 40px;
  }
  .m_menu .controlBox a.top_search {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #1d2088;
  }
  .m_menu .controlBox .right {
    float: right;
    margin-right: 10px;
    line-height: 60px;
  }
  .m_menu .controlBox .right a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    font-size: 13px;
    color: #FFF;
    position: relative;
  }
  .m_menu .controlBox .right .btn_cart {
    display: inline-block;
    vertical-align: middle;
  }
  .m_menu .controlBox .right a em {
    display: none;
  }
  .m_menu .controlBox .right a i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    border-radius: 100%;
    background: #799A1B;
  }
  .m_menu .controlBox .right b {
    display: block;
    font-size: 13px;
    color: #FFF;
    background: #C40000;
    line-height: normal;
    border-radius: 5px;
    padding: 3px 5px;
    position: absolute;
    top: 6px;
    right: -5px;
  }
  .m_menu .controlBox .language:hover .submenu {
    display: block;
  }
  .m_menu .hideBox {
    /*手機menu內容*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 11;
    background: rgba(0, 0, 0, 0.8);
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    transition: all .3s;
  }
  .m_menu .hideBox.show {
    left: 0;
    height: 100%;
    border-radius: 0;
    padding: 100px 0 60px;
    overflow-y: auto;
    opacity: 1;
  }
  .m_menu .hideBox.show .inner {
    display: block;
  }
  .m_menu .hideBox.show .mfun a {
    -webkit-animation: bounceIn 1.2s forwards;
            animation: bounceIn 1.2s forwards;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
  .m_menu .hideBox.show .mfun a:nth-of-type(2) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  .m_menu .hideBox.show .mfun a:nth-of-type(3) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
  .m_menu .hideBox.show ul.nav li {
    -webkit-animation: mMenuLi .6s forwards;
            animation: mMenuLi .6s forwards;
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(2) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(3) {
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(4) {
    -webkit-animation-delay: .9s;
            animation-delay: .9s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(5) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(6) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(7) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
  }
  .m_menu .hideBox.show ul.nav li:nth-of-type(8) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s;
  }
  .m_menu .hideBox .inner {
    display: none;
  }
  .m_menu .hideBox p.sp {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    background: #C80303;
  }
  .m_language {
    position: relative;
    text-align: center;
  }
  .m_language span {
    position: relative;
    display: inline-block;
    width: 120px;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 22px;
    box-sizing: border-box;
    cursor: pointer;
  }
  .m_language span:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .m_language ul {
    display: none;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 100%;
    margin-left: -60px;
    width: 120px;
  }
  .m_language ul li a {
    display: block;
    padding: 6px 10px;
    color: #333;
    background: white;
    box-sizing: border-box;
  }
  .m_language .box a {
    color: rgba(255, 255, 255, 0.85);
  }
  .m_language .box a:after {
    content: '/';
    display: inline-block;
    padding: 0 8px;
  }
  .m_language .box a:last-child:after {
    display: none;
  }
  .searchBox_m {
    display: none;
    position: absolute;
    z-index: 99;
    width: 100%;
    padding: 10px 0;
    background: #f8f8f8;
    box-sizing: border-box;
  }
  .searchBox_m .wrap {
    position: relative;
  }
  .searchBox_m input[type="text"] {
    display: block;
    width: 100%;
    height: 35px;
    border: 1px solid #1d2088;
    padding: 0 40px 0 5px;
  }
  .searchBox_m a {
    position: absolute;
    right: 20px;
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    background: #1d2088;
    color: #FFF;
  }
  /*手機翻譯*/
  .m_menu .hideBox .m_trans {
    text-align: center;
    padding-top: 20px;
  }
  .m_menu .hideBox .m_trans > a {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #FFF;
    color: #FFF;
  }
  .m_menu .hideBox .m_trans > a i {
    margin-left: 5px;
  }
  .m_menu .loginBox {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .loginBox a {
    display: inline-block;
    margin: 0 3px;
    font-size: 15px;
    color: #FFF;
  }
  .m_menu .loginBox a i {
    margin-right: 3px;
  }
  .m_menu .loginBox .submenu {
    margin-top: 10px;
    color: #CCCCCC;
  }
  .m_menu .loginBox .submenu span {
    margin: 0 5px;
  }
  .m_menu .mfun {
    padding: 30px 0;
    text-align: center;
  }
  .m_menu .mfun a {
    margin: 0 5px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: #1d2088;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    opacity: 0;
  }
  .m_menu ul.nav li {
    position: relative;
    opacity: 0;
  }
  .m_menu ul.nav li a {
    position: relative;
    padding: 20px;
    display: block;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    letter-spacing: .1em;
  }
  .m_menu ul.nav li a em {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
  }
  .m_menu ul.nav li a:hover {
    background: #1d2088;
  }
  .m_menu ul.nav li a i {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
  .m_menu ul.nav li .submenu {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 10px 0;
  }
  .m_menu ul.nav li .submenu a {
    padding: 8px 20px;
    border-bottom: none;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
  }
  .m_menu ul.nav li .submenu a:hover {
    background: #999;
  }
  ul.downMenu {
    float: left;
    width: 100%;
  }
  ul.downMenu li {
    margin-bottom: 10px;
  }
}

@media (max-width: 960px) {
  .sideProductBox {
    padding-bottom: 50px;
  }
  .sideProductBox .arrow_prev, .sideProductBox .arrow_next {
    display: none;
  }
  .sideProductBox .inner {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}

@media (max-width: 767px) {
  .tab a {
      font-size: 14px;
      padding: 15px 40px;
  }
  .sideProductBox {
    margin-left: -20px;
    width: 100vw;
  }
  footer h5.copyright {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  footer .fbBox {
    display: block;
    margin: 0;
    text-align: center;
  }
  /*bread*/
  .mainArea .titleBox .bread {
    display: none;
  }
  .mainArea .wrap {
    padding: 0 20px;
  }
  .mainArea .cotentBox {
    padding: 20px 0;
  }
  .mainArea .titleBox h2 em {
    display: block;
    margin: 0;
  }
  .sectionTitle {
    display: none;
  }
  .mainArea .contentBox .leftBox {
    float: left;
    width: 100%;
  }
  .mainArea .contentBox .leftBox.ins {
    width: calc(100% - 240px);
    padding-right: 50px;
    box-sizing: border-box;
  }
  .mainArea .contentBox .rightBox {
    width: 100%;
    padding-left: 0;
  }
  .mainArea .contentBox .rightBox.ins {
    width: 240px;
  }
  /*main*/
  /*footer*/
  .translateIbest {
    float: none;
  }
  /*側邊_分享*/
  .side_share {
    clear: both;
    display: block;
    margin-bottom: 30px;
  }
  ul.classLink, ul.sideLink {
    display: none;
  }
  .m_classLink {
    display: block;
    position: relative;
  }
  .m_classLink a.main {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 15px 20px;
    background: #0f3d61;
    /* 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%;
    max-height: 416px;
    overflow-y: auto;
    background: #FFF;
    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;
    color: #686868;
    padding: 15px 10px;
    border-top: 1px solid #d1d1d1;
  }
  .m_classLink > ul > li > a.current {
    background-color: #f08200;
    color: #fff;
  }
  .m_classLink ul li:first-child a {
    border: none;
  }
}

/*640*/
@media (max-width: 640px) {
  .marqueeArea h2, .marqueeArea ul li .date {
    display: none;
  }
  .mainArea .titleBox h2 {
    float: none;
  }
  footer.footerIns ul.locationList li {
    width: 50%;
    margin-bottom: 15px;
  }
}

/*480*/
@media (max-width: 480px) {
  .col-2, .col-3, .col-4, .col-5 {
    float: none;
    width: 100%;
  }
  /*頁籤*/
  .tab a {
      font-size: 13px;
      padding: 13px 18px;
  }
  footer.footerIns h2 b {
    display: block;
  }
  footer.footerIns ul.locationList {
    margin: 0;
  }
  footer.footerIns ul.locationList li {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  footer.footerIns ul.locationList li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 12px;
    margin-top: 12px;
  }
  .m_menu .controlBox .m_logo img {
  	height: 28px;
  }
}

@media (max-width: 320px) {
  /*頁籤*/
  .tab a {
      font-size: 13px;
      padding: 13px;
  }
}

/***Hover效果1: 放大淡出***/
.imh_opacity {
  background: #000;
  overflow: hidden;
}

.imh_opacity img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_opacity:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出Detail***/
.imh_detail {
  background: #000;
  overflow: hidden;
}

.imh_detail img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_detail a:before {
  display: block;
  content: "Details+";
  padding: 10px 20px;
  font-size: 13px;
  color: #FFF;
  border: 2px solid #FFF;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -45px;
  top: 50%;
  margin-top: -80px;
  z-index: 99;
  transition: all 0.3s ease;
}

.imh_detail:hover a:before {
  opacity: 1;
  margin-top: -20px;
}

.imh_detail:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom {
  background: #000;
  overflow: hidden;
  position: relative;
}

.imh_zoom img {
  transition: all 0.3s linear;
  -webkit-backface-visibility: hidden;
}

.imh_zoom a:before {
  display: block;
  font-family: 'FontAwesome';
  content: "\f002";
  font-size: 18px;
  color: #FFF;
  background: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-top: -20px;
  margin-left: -20px;
  z-index: 99;
  transition: all 0.4s ease;
}

.imh_zoom:hover a:before {
  top: 50%;
}

.imh_zoom:hover img {
  opacity: 0.3;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

/***Hover效果1: 放大淡出zoom***/
.imh_eye {
  position: relative;
  overflow: hidden;
  background: #000;
}

.imh_eye:before {
  content: '\f06e';
  font-family: FontAwesome;
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background: #f08200;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
  pointer-events: none;
}

.imh_eye:after {
  content: '';
  position: absolute;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 1px solid #f08200;
  border-radius: 50%;
  pointer-events: none;
}

.imh_eye:before, .imh_eye:after {
  opacity: 0;
  top: 45%;
  transition: all .5s;
}

.imh_eye img {
  transition: all .5s;
}

.imh_eye:hover img {
  opacity: .45;
}

.imh_eye:hover:before, .imh_eye:hover:after {
  top: 50%;
  opacity: 1;
}

/*--最新消息icon--*/
.newIcon {
  /*分類小圖示*/
  padding: 4px 10px;
  margin-right: 3px;
  display: inline-block;
  font-family: '微軟正黑體';
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .05em;
  color: #FFF;
}

/****圖示顏色****/
.newIcon_green {
  background: #1aa97f;
}

.newIcon_brown {
  background: #ed842e;
}

.newIcon_pink {
  background: #f48daf;
}

.newIcon_blue {
  background: #1a58a9;
}

.newIcon_navy {
  background: #3f4c6b;
}

.newIcon_orange {
  background: #f08200;
}

.newIcon_gold {
  background: #eab92d;
}

.newIcon_burgundyRed {
  background: #dd4c34;
}

.newIcon_purple {
  background: #cb60b3;
}

/*--css animation--*/
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
            transform: scale3d(0.98, 0.98, 0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
            transform: scale3d(0.98, 0.98, 0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes mMenuLi {
  0% {
    opacity: 0;
    top: -15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes mMenuLi {
  0% {
    opacity: 0;
    top: -15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
