@charset "utf-8";
@import url("reset.css");
@import url("jquery.fancybox.css");
@import url(https://fonts.googleapis.com/css?family=Roboto);
/* CSS Document */
a {
  color: #4285F4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #F44336;
}
a.gray {
  color: #666;
}
/*-------a:visited-------*/
ul.listNews li a:visited, .expo li h4 a:visited {
  color: #660099;
}

  
  /*------------------------------------------*/
  
  .image-container {
	  position: relative;
	  display: inline-block;
	  width:100%;
	}

	.links-container {
	  position: absolute;
	  top: 0;
	  right: 0;
	  padding: 10px;
	}

	.links-container a {
	 display: inline-block;
	  text-align: center;
	  text-decoration: none;
	  color: #fff;
	  font-size: 28px;
	  width: 50px;
	  height: 50px;
	  line-height: 50px;
	  margin: 5px;
	  border-radius: 50%;
	  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	}

	.links-container a.facebook {
	  background: #3b5998;
	}

	.links-container a.instagram {
	  background: #E4405F;
	}

/*-------font effect-----------*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
}
.bold {
  font-weight: bold;
}
.red {
  color: #F44336;
}
.green {
  color: #4CAF50;
}
.gray {
  color: #666;
}
.align_r {
  text-align: right;
}
.align_l {
  text-align: left;
}
.align_c {
  text-align: center;
}
.italic {
  font-style: italic;
  opacity: 0.6;
  font-weight: normal;
}
.nowrap {
  width: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lightLine {
  height: 1px;
  line-height: 1px;
  border-bottom: 1px solid #E0E0E0;
  margin: 20px auto;
}


   
.divider {
  height: 10px;
  line-height: 10px;
}
ol.number {
  list-style: decimal;
  margin-left: 20px;
  display: block;
}
ol.number li {
  margin-bottom: 3px;
}
ol.number li:last-of-type {
  margin-bottom: 0;
}
ul.bullet{
	list-style:disc; 
	margin-left:20px;
}
.highlight {
  background: #EFEFEF;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 130%;
}
.alert {
  background: #FFF1F0;
  padding: 10px 15px;
  color: #D85030;
  font-size: 14px;
  line-height: 130%;
}
.largeFont {
  font-size: 21px;
}
.smallFont {
  font-size: 13px;
}
.dividerPadding {
  padding: 0 5px;
}
/*-------img effect-----------*/
.addShadow {
  border: 1px solid #f1f1f1;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.squareThumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  opacity: 0;
}
.recThumb {
  width: 100%;
  height: 0;
  padding-bottom: 66%;
  opacity: 0;
}
.partnerThumb {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.imgborder {
  /*border: 1px solid #E0E0E0;*/
  border-radius: 3px;
}
a:hover .imgborder {
  /*border: 1px solid #F44336;*/
}
/*-------btn effect-----------*/
.btnStyle {
  -webkit-appearance: none; /*取消手機預設樣式*/
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: 3px;
  color: #fff;
  background: #F44336;
}
.btnStyle:hover {
  color: #FFF;
  background: #4285F4;
}
.disabledBtnStyle, .disabledBtnStyle:hover {
  background: #747474;
}
/*-------btn line effect-----------*/
.btnStyleLine {
  -webkit-appearance: none; /*取消手機預設樣式*/
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  border: solid 1 px #aaaaaa;
  border-radius: 3px;
  color:#000000;
}
.btnStyleLine:hover {
  color: #000000;
}

/*------------------form effect-------------------*/
input, textarea, body select {
  font-family: "Roboto", "微軟正黑體", sans-serif;
  font-size: 15px;
  padding: 0;
  color: #333;
  /*避免select長度不一*/
  box-sizing: border-box;
  display: inline-block;
  outline: none;
}
input:focus {
  outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}
:-ms-input-placeholder { /* WebKit browsers */
  color: #999;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  /* remove arrow from number field */
  -webkit-appearance: none;
  margin: 0;
}
.textStyle {
  border: 1px solid #ddd;
  border-radius: 5px;
}
.textStyle:focus {
  border: 1px solid #A6C1CE;
  background: #F6FBFE;
}
.formTitle {
  margin-bottom: 5px;
  font-weight: bold;
}
.largeItem {
  width: 1.0em;
  height: 1.0em;
  vertical-align: middle;
  margin-right: 3px;
}
.refresh {
  display: inline-block;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-image: url(../images/refresh.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.remark {
  background: #f0f0f0;
  padding: 5px;
  margin: 5px 0px;
}
label {
  cursor: pointer;
}
/*-------------JQ Validate--------------------*/
label.error {
  color: #f00;
  display: block;
  background-image: url(../images/alert.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  text-indent: 20px;
}
/*------取得驗證碼---------*/
.formFloat {
  overflow: auto;
}
.formFloat li {
  width: 49%;
  margin-right: 2%;
  float: left;
}
.formFloat li:nth-child(even) {
  margin: 0;
}
/*------------page--------------*/
#page {
  color: #666;
  overflow: auto;
  text-align: center;
}
#page span {
  float: left;
  margin: 0 6px 6px 0;
}
#page span a {
  color: #333;
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  border: solid 1px #E0E0E0;
  background: #f5f5f5;
  border-radius: 3px;
}
#page span a:hover {
  background: #FFF;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
}
#page span.current a, #page span.current a:hover {
  background: none;
  color: #666;
  border: none;
  box-shadow: none;
}
/*--------------------list news--------------------*/
ul.listNews li {
  display: block;
  width: 100%;
  border-top: 1px solid #E0E0E0;
  padding: 6px 0 6px 10px;
  background-repeat: no-repeat;
  background-size: 3px 3px;
  background-position: left top 18px;
  background-image: url(../images/dot.svg);
}
ul.listNews li:first-child {
  border-top: 0;
  padding-top: 0;
  background-position: left top 12px;
}
ul.listNews li a:hover {
  color: #E9332F;
}
ul.listNews li span {
  font-size: 13px;
  color: #888;
}
/*--------------lightbox----------------*/
.lightbox {
  padding: 15px;
  overflow-x: hidden;
}
.lightbox h1 {
  margin: -15px -15px 0 -15px;
  background: #ededed;
  padding: 10px 0;
  font-size: 25px;
  font-weight: normal;
  text-align: center
}
.lightbox h1.redBg {
  background: #F44336;
  color: #fff;
}
/*---------------------- toTop ------------------------*/
#toTop {
  position: fixed;
  right: 30px;
  bottom: 35px;
  width: 40px;
  height: 40px;
  background: url(../images/icon_top.svg) no-repeat rgba(0, 0, 0, 0.3) center center;
  cursor: pointer;
  display: none;
  z-index: 123;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
#toTop:hover {
  background: url(../images/icon_top.svg) no-repeat #F44336 center center;
}
#roundBtnFloat {
  display: none;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:769px) {
  /*-----------------------body-----------------------*/
  html, body {
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    line-height: 160%;
    font-family: 'Roboto', "微軟正黑體", sans-serif;
  }
  p {
    line-height: 160%;
  }
  h1, h2, h3, h4 {
    line-height: 120%;
  }
  .btn, .btnStyle {
    padding: 6px 20px;
    line-height: 160%;
    font-size: 17px;
  }
  .btnSmall {
    padding: 5px 8px;
    line-height: 100%;
    font-size: 14px;
  }
  .textStyle {
    padding: 10px;
  }
  .NoShowInPC {
    display: none;
  }


  
  
  /*------------------menu------------------------*/
  #menuWrapper {
    width: 100%;
    top: 0;
    height: 50px;
    background: #3e3a39;
    position: fixed;
    z-index: 100;
  }
  h4.openMenu {
    display: none;
  }
  #menu {
    width: 90%;
    margin: 0 auto;
    min-width: 1024px;
    height: 50px;
  }
  #menu li {
    float: left;
  }
  #menu li a {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    padding: 0 20px;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
  }
  #menu li.selected {
    background: #F44336;
  }
  #menu li.disabled a:hover {
    background: #3e3a39;
  }
  #menu li a:hover {
    background: #000;
  }
  #menu li ul {
    position: absolute;
    display: none;
  }
  #menu li ul li {
    border: 0;
    position: relative;
    z-index: 995;
    float: none;
  }
  #menu li ul li a {
    display: block;
    min-width: 180px;
    background: #000;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    border-bottom: 1px solid #333;
  }
  #menu li ul li:last-child a {
    border-bottom: 0;
  }
  #menu li ul li a:hover {
    background: #F44336;
  }
  #menu li ul li.selected a {
    background: #F44336;
  }
  /*-----------------header---------------*/
  header {
    position: relative;
    margin: 50px auto 0 auto;
    height: 120px;
    width: 80%;
    min-width: 1024px;
    max-width: 1440px;
  }
  header h1 a {
    width: 420px;
    height: 70px;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 25px;
  }
  /*---------------------- round btn ----------------------*/
  ul#roundBtn {
    position: absolute;
    right: 10%;
    top: 100px;
    z-index: 10;
  }
  ul#roundBtnFloat {
    position: fixed;
    right: 5%;
    top: 12px;
    z-index: 100;
  }
  ul#roundBtn li, ul#roundBtnFloat li {
    float: left;
    width: auto;
    margin-left: 12px;
    vertical-align: middle;
  }
  ul#roundBtn li a, ul#roundBtnFloat li a {
    display: block;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }
  ul#roundBtnFloat li a {
    color: #fff;
  }
  ul#roundBtn li a:hover {
    color: #F44336;
  }
  ul#roundBtn li a.EN {
    background-image: url(../images/en.svg);
  }
  ul#roundBtnFloat li a.EN {
    background-image: url(../images/enW.svg);
  }
  ul#roundBtn li a.TW {
    background-image: url(../images/TW.svg);
  }
  ul#roundBtnFloat li a.TW {
    background-image: url(../images/TWW.svg);
  }
  ul#roundBtn li a.MM {
    background-image: url(../images/MM.svg);
  }
	ul#roundBtn li a.VN {
    background-image: url(../images/VN.svg);
  }
	ul#roundBtnFloat li a.VN {
    background-image: url(../images/vnW.svg);
  }
  ul#roundBtn li a.TH {
    background-image: url(../images/TH.svg);
  }
	ul#roundBtnFloat li a.TH {
    background-image: url(../images/THW.svg);
  }
    ul#roundBtn li a.KM {
        background-image: url(../images/KM.svg);
    }
    ul#roundBtnFloat li a.KM {
        background-image: url(../images/KMW.svg);
    }
  
  ul#roundBtn li a.home {
    background-image: url(../images/home.svg);
  }
  ul#roundBtn li a.member {
    background-image: url(../images/member.svg);
  }
  ul#roundBtnFloat li a.member {
    background-image: url(../images/memberW.svg);
  }
  ul#roundBtn li a.setting {
    background-image: url(../images/setting.svg);
  }
  ul#roundBtn li a.cart {
    background-image: url(../images/cartBlack.svg);
  }
  ul#roundBtn li a.cart em {
    display: inline-table;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #f00;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
  }
  ul#roundBtnFloat li a.setting {
    background-image: url(../images/settingW.svg);
  }
  ul#roundBtn li a.logout {
    background-image: url(../images/logout.svg);
  }
  ul#roundBtnFloat li a.logout {
    background-image: url(../images/logoutW.svg);
  }
  ul#roundBtnFloat li a.cart {
    background-image: url(../images/cart.svg);
  }
  ul#roundBtnFloat li a.cart em {
    display: inline-table;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 20px;
    font-size: 13px;
  }
  /*----------------track----------------------------------*/
  #track {
    color: #999;
    margin: 0 auto;
    width: 80%;
    font-size: 13px;
    min-width: 1024px;
    max-width: 1440px;
  }
  #track span {
    padding: 0 5px;
  }
  /*-------------content index--------------------*/
  .contentIndex {
    width: 80%;
    margin: 0 auto;
    min-width: 1024px;
    max-width: 1440px;
  }
  .contentIndex h1, .contentIndex h2, article h1 {
    font-size: 27px;
    color: #333;
    font-weight: normal;
    border-bottom: 2px solid #F44336;
    text-align: center;
    padding: 0 0 10px 0;
  }
  /*-------------content inner--------------------*/
  article {
    width: 80%;
    margin: 25px auto;
    min-width: 1024px;
    max-width: 1440px;
  }
  article h1 {
    text-align: left;
    border-bottom: 0;
    padding: 0;
  }
  h3 {
    color: #F44336;
    font-size: 21px;
    font-weight: normal;
  }
  h4 {
    font-size: 18px;
  }
  #left {
    width: 20%;
    min-width: 200px;
    float: right;
  }
  #left h1 {
    text-indent: 35px;
    margin-bottom: 25px;
  }
  #left h4 {
    display: none;
  }
  #right {
    width: 77%;
    float: left;
  }
  /*-------------list--------------------*/
  .list {
    width: auto;
  }
  .list li a {
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    border-left: 2px solid #ccc;
    font-size: 17px;
  }
  .list li.selected a {
    color: #222;
    border-left: 4px solid #448AFF;
    font-weight: bold;
  }
  /*--------------sticky-------------------*/
  #sidebar.sticky {
    float: none;
    position: fixed;
    top: 0;
    z-index: 6;
    left: auto;
    width: 16%; /*20x0.8*/
    min-width: 200px;
  }
  /*-------------table form--------------------*/
  .maxText {
    width: 100%;
  }
  .largeText {
    width: 80%;
  }
  .midText {
    width: 500px;
  }
  .smallText {
    width: 110px;
  }
  .miniText{
  	width:80px;
  }
  /*----gallery-----*/
  .gallery li {
    float: left;
    width: 32%;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .gallery li:nth-child(3n) {
    margin-right: 0;
  }
  .gallery li a p {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
  }
  .gallery li a p span {
    display: block;
    color: #FFF;
  }
  .gallery li div.hoverDesc, .indexGallery li div.hoverDesc {
    color: rgba(255, 255, 255, 0);
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/iconEnlarge.png);
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: center center;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
  .gallery li:hover div.hoverDesc, .indexGallery li:hover div.hoverDesc {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
  }
  /*------------------Video Gallery-----------------*/
  #videoGallery li {
    padding: 20px 0;
    border-bottom: solid 1px #E0E0E0;
  }
  #videoGallery li:first-child {
    padding-top: 0;
  }
  #videoGallery li div.videoGalleryLeft {
    float: left;
    width: 50%;
    display: block;
    border: solid 1px #E0E0E0;
  }
  #videoGallery li div.videoGalleryRight {
    width: auto;
    margin-left: 53%;
  }
  #videoGallery li iframe {
    height: 250px;
    background: #000;
    vertical-align: middle;
  }
  #videoGallery li div.brandLeft {
    width: 25%;
    border: 0;
  }
  #videoGallery li div.brandRight {
    margin-left: 30%;
  }
  /*--------------contact--------------*/
  #contact {
    overflow: auto;
  }
  #contact li {
    width: 32%;
    background: #f5f5f5;
    margin: 0 2% 2% 0;
    float: left;
    padding: 20px;
    border-left: 4px solid #4489FE;
  }
  #contact li:nth-child(3n) {
    margin-right: 0;
  }
  /*-----------------partner---------------*/
  #partner li {
    float: left;
    width: 15%;
    margin: 0 2% 2% 0;
    text-align: center;
  }
  #partner li:nth-child(6n) {
    margin-right: 0;
  }
  /*----------------- banner position -----------------------*/
  .indexbanner {
    position: relative;
  }
  .indexbanner .swiper-button-next {
    right: -30px; /*margin-top: -50px;*/
  }
  .indexbanner .swiper-button-prev {
    left: -30px; /*margin-top: -50px;*/
  }
  .googleMap {
    width: 100%;
    height: 600px;
  }
  /*-------------footer--------------------*/
  footer {
    background: #222;
    padding: 25px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
	padding-bottom:90px;
  }
  footer a {
    color: #FFF;
  }
  /*-------------list--------------------*/
  .logoList {
    width: auto;
    display: inline-block
  }
  .logoList li {
    margin: 10px;
    display: block;
    float: left;
    width: auto;
  }
  
  #alertWord {
	z-index: 100;
	width: 100%;
	background: #3E3A39;
	height: 70px;
	line-height: 70px;
	color: #eee;
	font-size: 39px;
	letter-spacing: 20px;
	text-align: center;
	position: fixed;
	bottom: 0;
}
#alertWord img {
	vertical-align: middle;
}
    #langSelect {
   padding: 5px;
   font-size: 14px;
        margin-top: -12px;
  
}

}
/*------------------for mobile------------------------*/
@media screen and (max-width:768px) {
  /*-----------------------body-----------------------*/
  html {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    height: 100%;
  }
  body {
    color: #333;
    line-height: 150%;
    font-size: 14px;
    font-family: "Roboto", "微軟正黑體", sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    height: 100%;
  }
  p {
    line-height: 150%;
  }
  h1, h2, h3, h4 {
    line-height: 120%;
  }
  .btn, .btnStyle {
    font-size: 15px;
    padding: 5px 15px;
    -webkit-appearance: none; /*取消手機預設樣式*/
  }
  .btnSmall {
    padding: 5px 8px;
    line-height: 100%;
    font-size: 14px;
  }
  .textStyle {
    padding: 8px;
  }
  .alignCenterMobile {
    text-align: center
  }
  input, textarea, select {
    font-size: 14px;
    line-height: 150%;
  }
  .picForMobile {
    width: 100%;
    height: auto;
  }
  .NoShowInMobile {
    display: none;
  }
  .recThumb {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }
  ::-webkit-scrollbar {
    display: none; /*隱藏手機scroll*/
  }
  .alert {
    padding: 10px;
  }
  .largeFont {
    font-size: 18px;
  }
  /*------------------menu------------------------*/
  h4.openMenu {
    display: block;
    position: fixed;
    width: 70px;
    height: 70px;
    top: 35px;
    right: 0;
    background-image: url(../images/bars.svg);
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    z-index: 100;
  }
  h4.changColor {
    background-color: #eee;
    background-image: url(../images/close.svg);
  }
  #menu {
    width: 100%;
    background: #eee;
    position: fixed;
    top: 105px;
    right: 0;
    display: none;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    z-index: 9999;
    height: 100%;
    overflow: auto;
    padding-bottom: 150px; /**重要!!*/
  }
  #menu li {
    border-bottom: 1px solid #ddd;
  }
  #menu li:last-child {
    border-bottom: none;
  }
  #menu li a {
    color: #333;
    display: block;
    text-decoration: none;
    padding: 10px 0 10px 20px;
  }
  #menu li ul {
    display: none;
  }
  #menu li ul li {
    border-bottom: 0;
    border-top: 1px solid #ccc;
  }
  #menu li ul li a {
    background: #ddd;
    padding-left: 40px;
  }
  #menu li ul li a:hover {
    background: #4285F4;
    color: #fff;
  }
  #menu li.selected {
    background: #ccc;
  }
  /*-----------------roundBtn---------------*/
  #roundBtn {
    background: #F44336;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    padding-left: 15px;
    z-index: 997;
  }
  #roundBtn li {
    float: left;
    margin-right: 5px;
  }
  #roundBtn li a {
    line-height: 35px;
    display: block;
    color: #fff;
    text-decoration: none;
  }
  #roundBtn li a:before {
    content: "/ ";
    color: rgba(255, 255, 255, 0.6)
  }
  #roundBtn li:first-child a:before {
    content: " "
  }
  ul#roundBtn li a.cart em {
    display: inline-table;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #fff;
    color: #f00;
    border-radius: 20px;
  }
  /*-----------------header---------------*/
  header {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    position: fixed;
    left: 0;
    top: 35px;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 15px;
  }
  header h1 a {
    width: 240px;
    height: 0;
    display: block;
    padding-bottom: 40px;
    text-indent: -9999px;
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  header h1.en a {
    background-image: url(../images/logoEn.jpg);
  }
  header h1.cn a {
    background-image: url(../images/logoCn.jpg);
  }
  /*------------- track --------------------*/
  #track {
    display: none;
  }
  /*-------------content index--------------------*/
  .contentIndex h1, .contentIndex h2, article h1 {
    font-size: 25px;
    color: #333;
    font-weight: normal;
    border-bottom: 2px solid #F44336;
    padding-bottom: 10px;
    text-align: center;
  }
  article h1 {
    border: 0;
    text-align: left;
    padding-bottom: 0;
  }
  article #right h1 {
    padding: 0 50px 0 0;
  }
  article #right h1.noPadding {
    padding: 0;
  }
  /*-------------content inner--------------------*/
  article {
    padding: 130px 15px 25px 15px;
  }
  h3 {
    color: #F44336;
    font-size: 20px;
    font-weight: normal;
  }
  h4 {
    font-size: 16px; /*font-weight:normal;*/
  }
  #right {
    float: none;
    min-height: 300px;
  }
  /*-------------left menu--------------------*/
  #left h4 {
    position: fixed;
    right: 15px;
    top: 120px;
    text-indent: -9999px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(99, 99, 99, 0.1);
    background-image: url(../images/more.svg);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    z-index: 1999;
  }
  #left h4.gray {
    background-color: #ddd;
  }
  #left ul.list {
    display: none;
    position: fixed;
    right: 15px;
    top: 170px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 993;
  }
  #left ul.list li a {
    display: block;
    color: #333;
    text-decoration: none;
    background-position: left 10px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-bottom: 1px solid #E0E0E0;
    padding: 8px 15px;
  }
  #left ul.list li:last-child a {
    border: none;
  }
  #left ul.list li.selected a {
    background: #f1f1f1;
  }
  #left ul.list li a:hover {
    background: #4285F4;
    color: #fff;
  }
  /*-------------form--------------------*/
  .contentBox, .maxText, .largeText, .midText, .btnMax {
    width: 100%;
  }
  .smallText {
    width: 100px;
  }
  .miniText {
    width: 80px;
  }
  /*-----------------partner---------------*/
  #partner li {
    width: 32%;
    margin: 0 2% 2% 0;
    float: left;
    text-align: center;
  }
  #partner li:nth-child(3n) {
    margin-right: 0;
  }
  /*----------------- banner position -----------------------*/
  .indexbanner {
    position: relative;
  }
  .indexbanner .swiper-button-next {
    right: -15px; /*margin-top: -50px;*/
  }
  .indexbanner .swiper-button-prev {
    left: -15px; /*margin-top: -50px;*/
  }
  /*----gallery-----*/
  .gallery li {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    display: block;
    position: relative;
  }
  .gallery li a p {
    width: 100%;
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
  }
  /*------------------video gallery-----------------*/
  #videoGallery li {
    margin: 0 -15px;
    padding: 20px 15px;
    border-bottom: 1px solid #E0E0E0;
  }
  #videoGallery li:first-child {
    padding-top: 0;
  }
  #videoGallery li h4 {
    margin-top: 20px;
  }
  #videoGallery li iframe {
    width: 100%;
    height: 250px;
    background: #000;
  }
  #videoGallery li div.brandLeft {
    width: 40%;
    margin: 0 auto;
  }
  /*--------------contact--------------*/
  #contact li {
    width: 100%;
    background: #FAFAFA;
    margin: 0 0 10px 0;
    padding: 15px;
    border-left: 4px solid #4489FE;
  }
  #contact li:last-child {
    margin-bottom: 15px;
  }
  /*-------------footer--------------------*/
  footer {
    padding: 20px 15px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    background: #222;
    text-align: center;
	padding-bottom:70px;
  }
  footer a {
    color: #FFF;
  }
  /*------------------toTop------------------------*/
  #toTop {
    display: none;
  }
  /*-------------list--------------------*/
  .logoList {
    width: auto;
    display: inline-block
  }
  .logoList li {
    padding: 10px;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
  }
  #alertWord {
	width: 100%;
	background: #3E3A39;
	height: 50px;
	line-height: 50px;
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 21px;
	text-align: center;
	z-index: 9999;
}
 #alertWord img {
		vertical-align: middle;
		height: 35px;
	}
    #langSelect {
   padding: 5px;
   font-size: 14px;
        margin-top: 5px;
  
}
}