@charset "UTF-8";
/********************使用寫法********************/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700|Varela&subset=latin-ext,vietnamese");
.fz-h1 {
  font-size: 3.75rem;
  font-size: 4vw;
}
@media (min-width: 1500px) {
  .fz-h1 {
    font-size: 3.75rem;
  }
}
@media (max-width: 960px) {
  .fz-h1 {
    font-size: 3rem;
  }
}

.lh-xs {
  line-height: 120%;
}

.lh-sm {
  line-height: 150%;
}

.lh-md {
  line-height: 170%;
}

.lh-lg {
  line-height: 180%;
}

.lh-xl {
  line-height: 200%;
}

.banner {
  position: relative;
}

.banner-slick .slick-dots {
  bottom: 5%;
}
.banner-slick .slick-dots button:before {
  font-size: 35px;
  color: rgba 225, 225, 225, 0.8;
}
.banner-slick .slick-dots .slick-active button:before {
  color: #80C9FF;
  background-image: url();
}

.banner-title {
  position: absolute;
  bottom: 10%;
  width: 92%;
}
@media (min-width: 320px) {
  .banner-title {
    bottom: 18%;
  }
}
@media (min-width: 576px) {
  .banner-title {
    bottom: 20%;
  }
}
@media (min-width: 768px) {
  .banner-title {
    bottom: 20%;
  }
}
@media (min-width: 960px) {
  .banner-title {
    bottom: 32%;
  }
}
.banner-title .btn {
  display: none;
}
@media (min-width: 768px) {
  .banner-title .btn {
    display: inline-block;
  }
}
.banner-title .title {
  font-size: 1.375rem;
  line-height: 120%;
}
@media (min-width: 480px) {
  .banner-title .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 576px) {
  .banner-title .title {
    font-size: 2.25rem;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .banner-title .title {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .banner-title .title {
    font-size: 2.8125rem;
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .banner-title .title {
    font-size: 2.8125rem;
    line-height: 120%;
  }
}
.banner-title li {
  position: relative;
  padding-left: 13px;
}
.banner-title li:before {
  display: inline-block;
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}

.title-left {
  margin-left: 10%;
}
@media (min-width: 768px) {
  .title-left {
    left: 50%;
    margin-left: -300px;
  }
}
@media (min-width: 960px) {
  .title-left {
    margin-left: -400px;
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .title-left {
    margin-left: -530px;
    width: 50%;
    top: 13%;
  }
}
@media (min-width: 1500px) {
  .title-left {
    margin-left: -600px;
    width: 35%;
    top: 20%;
  }
}

.title-right {
  margin-right: 4%;
  text-align: right;
}
@media (min-width: 768px) {
  .title-right {
    right: 50%;
    margin-right: -360px;
  }
}
@media (min-width: 960px) {
  .title-right {
    margin-right: -450px;
    width: 44%;
  }
}
@media (min-width: 1200px) {
  .title-right {
    margin-right: -580px;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .title-right {
    margin-right: -600px;
    width: 40%;
  }
}

.banner-item li {
  line-height: 120%;
  font-size: 0.8125rem;
  margin-bottom: 5px;
  width: 100%;
}
@media all and (min-width: 660px) and (max-width: 756px) {
  .banner-item li {
    width: 55%;
    font-size: 0.8125rem;
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  .banner-item li {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .banner-item li {
    width: 55%;
    margin-bottom: 5px;
  }
}
@media (min-width: 960px) {
  .banner-item li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .banner-item li {
    font-size: 20px;
    width: 80%;
  }
}

@media (min-width: 960px) {
  .maintitle,
  .index-news {
    min-height: 120px;
  }
}
@media (min-width: 960px) {
  .maintitle,
  .index-news {
    min-height: 83px;
    max-height: 83px;
  }
}

.markfont {
  color: #449FBD;
}

.index-nwrap h2 {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .index-nwrap h2 {
    height: 80px;
    line-height: 80px;
    padding: 0;
  }
}

.index-news {
  background-color: #F2F2F2;
}
.index-news .slick-slide {
  height: 120px !important;
  overflow: hidden;
}
@media (min-width: 768px) {
  .index-news .slick-slide {
    height: 80px !important;
  }
}
.index-news .nf-box {
  width: 100%;
}
@media (min-width: 320px) {
  .index-news .nf-box {
    float: left;
  }
}
@media (min-width: 480px) {
  .index-news .nf-box {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media (min-width: 768px) {
  .index-news .nf-box {
    width: 90%;
    padding: 10px 0 0 0;
  }
}
@media (min-width: 960px) {
  .index-news .nf-box {
    width: 78%;
  }
}
@media (min-width: 1200px) {
  .index-news .nf-box {
    width: 80%;
  }
}
.index-news .date {
  color: #666666;
  font-weight: 300;
  font-size: 0.875rem;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (min-width: 480px) {
  .index-news .date {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .index-news .date {
    width: 25%;
  }
}
.index-news .title {
  width: 100%;
  display: inline-block;
  color: #333333;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .index-news .title {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .index-news .title {
    width: 73%;
  }
}
.index-news .more {
  display: none;
}
.index-news .more:before {
  display: none;
}
.index-news .more:hover:before {
  display: none;
}
@media (min-width: 960px) {
  .index-news .more {
    width: 22%;
    display: inline-block;
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .index-news .more {
    width: 15%;
  }
}

.shortcut .title {
  padding: 35px;
  height: 385px;
}
@media (min-width: 768px) {
  .shortcut .title {
    padding: 25px;
  }
}
@media (min-width: 960px) {
  .shortcut .title {
    padding: 20px 10px 0 20px;
  }
}
@media (min-width: 1400px) {
  .shortcut .title {
    padding: 30px 30px 0 35px;
  }
}
.shortcut .title h3 {
  font-size: 1.625rem;
  line-height: 120%;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  .shortcut .title h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .shortcut .title h3 {
    font-size: 1.625rem;
  }
}
@media (min-width: 960px) {
  .shortcut .title h3 {
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  .shortcut .title h3 {
    font-size: 1.75rem;
  }
}

.quick-slick:before {
  content: '全球客戶';
  position: absolute;
  left: 45px;
  top: 35px;
  color: #ffffff;
  z-index: 9;
  font-size: 1.625rem;
}
@media (min-width: 576px) {
  .quick-slick:before {
    font-size: 2.25rem;
    left: 45px;
    top: 35px;
  }
}
@media (min-width: 768px) {
  .quick-slick:before {
    font-size: 1.625rem;
    left: 35px;
    top: 28px;
  }
}
@media (min-width: 960px) {
  .quick-slick:before {
    font-size: 1.375rem;
    top: 20px;
  }
}
@media (min-width: 1200px) {
  .quick-slick:before {
    font-size: 1.75rem;
    left: 50px;
    top: 33px;
  }
}
.quick-slick .quick-fbox {
  position: relative;
}
.quick-slick .btmfontbox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px 80px 15px 30px;
  width: 100%;
  z-index: 1;
}
.quick-slick .btmfontbox:after {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: inline-block;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
}
.quick-slick .slick-prev,
.quick-slick .slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  bottom: 6.5%;
  top: inherit;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.quick-slick .slick-prev {
  right: 60px;
  left: inherit;
  z-index: 9;
}
.quick-slick .slick-prev:before {
  content: '';
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: -70px -40px;
  transition: transform 0.2s;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  background-size: 200px auto;
}
.quick-slick .slick-next {
  right: 30px;
  left: inherit;
  z-index: 9;
}
.quick-slick .slick-next:before {
  content: '';
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: -40px -40px;
  transition: transform 0.2s;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  background-size: 200px auto;
}

.sort-title {
  color: #000;
}
@media (min-width: 768px) {
  .sort-title {
    color: #fff;
  }
}

.pro-samllpic {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

@media (min-width: 960px) {
  .product-list {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 960px) {
  .product-list:last-child {
    border-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .product-list:last-child .list-group:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .product-list .list-group:nth-of-type(2n) {
    background-color: #ECECEC;
  }
  .product-list .list-group:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .product-list .list-group {
    border-bottom: 1px solid #ddd;
  }
}
@media (min-width: 1200px) {
  .product-list .list-group:hover, .product-list .list-group:active, .product-list .list-group:focus, .product-list .list-group.active {
    background-color: #f9f9f9;
  }
}
@media (min-width: 960px) {
  .product-list .list-group:nth-of-type(2n) {
    border-left: 1px solid #ddd;
  }
}

.list-describe li {
  border-bottom: 1px dashed #333333;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #333333;
}

.sidebar {
  display: none;
}
@media (min-width: 1200px) {
  .sidebar {
    display: block;
    position: fixed;
    width: 200px;
    text-align: right;
    right: 1%;
    top: 30%;
    z-index: 9;
  }
}
@media (min-width: 1500px) {
  .sidebar {
    right: 1%;
  }
}
@media (min-width: 1200px) {
  .sidebar a {
    font-size: 0.875rem;
    margin-bottom: 12px;
    color: #CACACA;
    display: block;
    font-family: "Montserrat", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    line-height: 100%;
    font-weight: 500;
  }
}
.sidebar a:after {
  content: '•';
  font-size: 2.25rem;
  display: inline-block;
  margin-left: 9px;
  vertical-align: sub;
}
@media (min-width: 1200px) {
  .sidebar .selected {
    color: #0067B6;
  }
}

.pro-mainpic {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  z-index: 9;
  position: relative;
}
@media (min-width: 768px) {
  .pro-mainpic {
    width: auto;
  }
}

.after-Wbg {
  position: relative;
}
.after-Wbg:after {
  content: '';
  display: block;
  height: 120px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.toggle .pro-item {
  display: none;
}
.toggle .partners-title {
  background-color: #f6f6f6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFEFEFEF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #efefef));
  background-image: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
  padding: 15px 20px;
}
.toggle .partners-titlebg {
  background-color: #f6f6f6;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF6F6F6', endColorstr='#FFEFEFEF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f6f6f6), color-stop(100%, #efefef));
  background-image: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
  background-image: -webkit-linear-gradient(top, #f6f6f6 0%, #efefef 100%);
  background-image: linear-gradient(to bottom, #f6f6f6 0%, #efefef 100%);
  padding: 15px 20px;
  position: relative;
}
.toggle .partners-titlebg:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #51afe8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF51AFE8', endColorstr='#FF0067B6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzUxYWZlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjdiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(1%, #51afe8), color-stop(100%, #0067b6));
  background-image: -moz-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: -webkit-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: linear-gradient(to right bottom, #51afe8 1%, #0067b6 100%);
}

.toggle-title {
  position: relative;
}
.toggle-title h5 {
  padding: 10px 15px;
  font-weight: 500;
  background-color: #0067B6;
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 20px;
  cursor: pointer;
}
.toggle-title h5.news {
  background: transparent;
  color: #333;
  border-bottom: 1px dashed #0067B6;
  padding: 20px 0;
  margin: 0;
}
.toggle-title h5.news.border-GL {
  border-bottom: 1px solid #e0e0e0;
}
.toggle-title h5.partners {
  background: #ffffff;
  color: #333;
  border-bottom: none;
  padding: 20px 0;
  margin: 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
}
.toggle-title h5.partners:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  display: inline-block;
  background-color: #51afe8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF51AFE8', endColorstr='#FF0067B6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzUxYWZlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjdiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(1%, #51afe8), color-stop(100%, #0067b6));
  background-image: -moz-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: -webkit-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: linear-gradient(to right bottom, #51afe8 1%, #0067b6 100%);
}
.toggle-title h5.partners.border-GL {
  border-bottom: 1px solid #e0e0e0;
}
.toggle-title .faq-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.toggle-title .news-btn {
  position: absolute;
  right: 15px;
  top: 23px;
}
.toggle-title .rma-btn {
  right: 0;
  top: 18px;
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 576px) {
  .toggle-title .rma-btn {
    font-size: 0.875rem;
    color: #449FBD;
    border: 1px solid #51AFE8;
    padding: 5px 15px 5px 35px;
    width: auto;
  }
}
.toggle-title .rma-btn:before {
  background-position: 60% 0;
  content: '';
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 5px;
}
.toggle-title.active .faq-btn {
  background-position: 100% 20%;
}
.toggle-title.active .news-btn {
  background-position: 20% 60%;
}
.toggle-title.active .rma-btn:before {
  background-position: 40% 60%;
}

.pro-item li {
  border-bottom: 1px solid #E0E0E0;
  color: #333333;
  padding: 11px 5px 11px 5px;
  display: block;
}
.pro-item li:hover, .pro-item li:active, .pro-item li:focus, .pro-item li.active {
  background-color: #f9f9f9;
}
.pro-item li:last-child {
  border: 0;
}
.pro-item li {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pro-item li .s-title {
    font-weight: bold;
  }
}
@media (min-width: 960px) {
  .pro-item li {
    font-size: 16px;
  }
}
.pro-item li.btmline {
  border-bottom: 1px solid #e0e0e0;
}
.pro-item li.pdrange {
  padding: 18px 5px;
}
.pro-item .download {
  border-bottom: 1px solid #E0E0E0;
  color: #333333;
  padding: 11px 5px 11px 5px;
  display: block;
}
.pro-item .download:hover, .pro-item .download:active, .pro-item .download:focus, .pro-item .download.active {
  background-color: #f9f9f9;
}
.pro-item .download p {
  position: relative;
  overflow: hidden;
  line-height: 180%;
}
.pro-item .download p span {
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  float: right;
  margin-right: 40px;
  padding: 2px 6px;
  color: #999999;
  font-size: 13px;
  margin-top: 2px;
}
.pro-item .download p:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 5px;
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  background-size: auto 600%;
  background-position: left top;
  font-size: 0;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  background-position: 0 20%;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  .col-lg-05 {
    width: 20%;
  }
}

.acctext-limit div {
  min-height: 270px;
}
@media (min-width: 1200px) {
  .acctext-limit div {
    min-height: 300px;
  }
}
.acctext-limit img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.my-gallery {
  overflow: hidden;
  text-align: center;
}
.my-gallery figure {
  display: inline-block;
  margin-bottom: 1%;
  width: 100%;
}
@media (min-width: 768px) {
  .my-gallery figure {
    width: 47%;
    margin: 0 1% 1%;
  }
}
@media (min-width: 960px) {
  .my-gallery figure {
    width: 30.333%;
  }
}
@media (min-width: 1200px) {
  .my-gallery figure {
    width: 22%;
  }
}
.my-gallery a {
  display: inline-block;
}
.my-gallery img {
  border: 1px solid #ddd;
}
.my-gallery figcaption {
  display: none;
}

.rugged-borderRW:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 45px;
  background-color: #666;
  vertical-align: baseline;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .rugged-borderRW:after {
    background-color: #fff;
    margin: 0 30px;
  }
}

.c-range {
  padding-left: 0;
  padding-right: 0;
}

.pov picture,
.plist picture,
.pdetail picture {
  height: 0;
  line-height: 0;
}
.pov section,
.plist section,
.pdetail section {
  line-height: 0;
}
.pov h1,
.plist h1,
.pdetail h1 {
  font-size: 1.625rem;
}
@media (min-width: 480px) {
  .pov h1,
  .plist h1,
  .pdetail h1 {
    font-size: 2.25rem;
  }
}
.pov .fzxs-h6,
.plist .fzxs-h6,
.pdetail .fzxs-h6 {
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .pov .fzxs-h6,
  .plist .fzxs-h6,
  .pdetail .fzxs-h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .pov .fzxs-h6,
  .plist .fzxs-h6,
  .pdetail .fzxs-h6 {
    font-size: 1.25rem;
  }
}
.pov .pov-fbox,
.plist .pov-fbox,
.pdetail .pov-fbox {
  position: relative;
  background-repeat: no-repeat;
  font-size: 0;
  padding: 0;
}
.pov .pov-fbox .slim-box,
.plist .pov-fbox .slim-box,
.pdetail .pov-fbox .slim-box {
  position: absolute;
  left: 5%;
  top: 0;
  margin-right: 5%;
  width: 90%;
}
@media (min-width: 576px) {
  .pov .pov-fbox .slim-box,
  .plist .pov-fbox .slim-box,
  .pdetail .pov-fbox .slim-box {
    top: 10%;
  }
}
@media (min-width: 768px) {
  .pov .pov-fbox .slim-box,
  .plist .pov-fbox .slim-box,
  .pdetail .pov-fbox .slim-box {
    top: inherit;
  }
}
@media (min-width: 1200px) {
  .pov .pov-fbox .slim-box,
  .plist .pov-fbox .slim-box,
  .pdetail .pov-fbox .slim-box {
    margin-right: 0;
  }
}
@media (min-width: 1500px) {
  .pov .pov-fbox .slim-box,
  .plist .pov-fbox .slim-box,
  .pdetail .pov-fbox .slim-box {
    max-width: 1500px;
    left: 50%;
    margin-left: -750px;
    margin-right: 0;
  }
}
.pov .pov-fbox .slim-box .fz-Nlarge,
.plist .pov-fbox .slim-box .fz-Nlarge,
.pdetail .pov-fbox .slim-box .fz-Nlarge {
  font-size: 1.875rem;
}
@media (min-width: 480px) {
  .pov .pov-fbox .slim-box .fz-Nlarge,
  .plist .pov-fbox .slim-box .fz-Nlarge,
  .pdetail .pov-fbox .slim-box .fz-Nlarge {
    font-size: 3.75rem;
  }
}
@media (min-width: 768px) {
  .pov .pov-fbox .slim-box .fz-Nlarge,
  .plist .pov-fbox .slim-box .fz-Nlarge,
  .pdetail .pov-fbox .slim-box .fz-Nlarge {
    font-size: 1.625rem;
  }
}
@media (min-width: 960px) {
  .pov .pov-fbox .slim-box .fz-Nlarge,
  .plist .pov-fbox .slim-box .fz-Nlarge,
  .pdetail .pov-fbox .slim-box .fz-Nlarge {
    font-size: 3.75rem;
  }
}
.pov .pov-fbox .slim-box h3,
.plist .pov-fbox .slim-box h3,
.pdetail .pov-fbox .slim-box h3 {
  font-size: 1.625rem;
  line-height: 110%;
}
@media (min-width: 480px) {
  .pov .pov-fbox .slim-box h3,
  .plist .pov-fbox .slim-box h3,
  .pdetail .pov-fbox .slim-box h3 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .pov .pov-fbox .clearleft,
  .plist .pov-fbox .clearleft,
  .pdetail .pov-fbox .clearleft {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .pov .pov-fbox .clearleft,
  .plist .pov-fbox .clearleft,
  .pdetail .pov-fbox .clearleft {
    left: 0;
  }
}
.pov .wrap90,
.plist .wrap90,
.pdetail .wrap90 {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.picrwd img {
  width: 90%;
  display: inline-block;
}
@media (min-width: 480px) {
  .picrwd img {
    width: inherit;
  }
}

.accessory-item {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 768px) {
  .accessory-item {
    width: 90%;
  }
}
.accessory-item ul {
  width: 100%;
  margin: 2% auto;
  text-align: center;
  display: inline-block;
}
.accessory-item ul .picrwd img {
  width: inherit;
}
@media (min-width: 480px) {
  .accessory-item ul {
    width: 50%;
    padding: 5% 2%;
    float: left;
    box-sizing: border-box;
  }
  .accessory-item ul:nth-of-type(2n+1) {
    clear: both;
  }
}
@media (min-width: 960px) {
  .accessory-item ul {
    width: 33.33%;
    padding: 1.5%;
    box-sizing: border-box;
  }
  .accessory-item ul:nth-of-type(2n+1) {
    clear: none;
  }
  .accessory-item ul:nth-of-type(3n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .accessory-item ul {
    width: 25%;
    padding: 2%;
  }
  .accessory-item ul:nth-of-type(3n+1) {
    clear: none;
  }
  .accessory-item ul:nth-of-type(4n+1) {
    clear: both;
  }
}
@media (min-width: 1500px) {
  .accessory-item ul {
    width: 20%;
    padding: 1.5% 1.5% 0 1.5%;
  }
  .accessory-item ul:nth-of-type(4n+1) {
    clear: none;
  }
  .accessory-item ul:nth-of-type(5n+1) {
    clear: both;
  }
}



@media (min-width: 768px) and (max-width: 960px) {
  .modules .col-sm-6:nth-of-type(2n+1) {
    clear: both;
  }
}

.tb-wrap {
  width: 92%;
}

.tb-content {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

table {
  border-collapse: collapse;
}

table tr {
  width: 100%;
  padding: 5px;
}

.dt-tb {
  width: 100%;
  overflow: auto;
}
.dt-tb td {
  border-bottom: 1px dotted #ddd;
  padding: 5px;
}
.dt-tb td.bluebg {
  background: #EEF6FD;
}
.dt-tb thead {
  background: #EEF6FD;
}

/*loading Battery*/
.battery {
  width: 56px;
  height: 28px;
  border: 1px #fff solid;
  border-radius: 2px;
  position: relative;
  -webkit-animation: charge 5s linear infinite;
  -moz-animation: charge 5s linear infinite;
  animation: charge 5s linear infinite;
  top: 40px;
  margin: 0 auto;
}

.battery:after {
  width: 4px;
  height: 14px;
  background-color: #fff;
  border-radius: 0px 1px 1px 0px;
  position: absolute;
  content: "";
  top: 6px;
  right: -4px;
}

.battery-box {
  position: relative;
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

@-webkit-keyframes charge {
  0% {
    box-shadow: inset 0px 0px 0px #fff;
  }
  100% {
    box-shadow: inset 30px 0px 0px #fff;
  }
}
@-moz-keyframes charge {
  0% {
    box-shadow: inset 0px 0px 0px #fff;
  }
  100% {
    box-shadow: inset 30px 0px 0px #fff;
  }
}
@keyframes charge {
  0% {
    box-shadow: inset 0px 0px 0px #fff;
  }
  100% {
    box-shadow: inset 30px 0px 0px #fff;
  }
}
.scroll-top {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
  z-index: 9800;
}
.scroll-top a {
  width: 40px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.scroll-top span {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #CFCFCF;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: 80% 20%;
  position: relative;
  background-size: 600% auto;
}
.scroll-top span:hover {
  background-color: #449FBD;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.load {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0067b6;
  text-align: center;
  z-index: 999999999;
}
.load:before {
  content: '';
  width: 0;
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.depiction-txt {
  font-size: 0.875rem;
}
@media (min-width: 960px) {
  .depiction-txt {
    font-size: 0.9375rem;
    line-height: 170%;
  }
}
@media (min-width: 1200px) {
  .depiction-txt {
    font-size: 16px;
    line-height: 180%;
  }
}

.more {
  position: relative;
  padding-right: 20px;
  color: #333;
}
.more:before {
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: 20% 40%;
  position: relative;
  background-size: 600% auto;
  transition: transform 0.2s;
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
}
.more:hover:before {
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: 0% 40%;
  position: relative;
  background-size: 600% auto;
  transition: transform 0.2s;
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  -webkit-transition: All .2s linear;
  -moz-transition: All .2s linear;
  -o-transition: All .2s linear;
  transition: All 0.2s linear;
}
.more.current {
  color: #0067B6;
}
.more.current:hover {
  color: #333;
}

.backarrow-L {
  position: relative;
  padding-left: 30px;
}
.backarrow-L:before {
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: 40% 80%;
  position: relative;
  background-size: 600% auto;
  transition: transform 0.2s;
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 5px;
}
.backarrow-L:hover:before {
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: 60% 80%;
  position: relative;
  background-size: 600% auto;
  transition: transform 0.2s;
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 5px;
  -webkit-transition: All .2s linear;
  -moz-transition: All .2s linear;
  -o-transition: All .2s linear;
  transition: All 0.2s linear;
}
.backarrow-L.current {
  color: #0067B6;
}
.backarrow-L.current:hover {
  color: #333;
}

.aboutbg {
  position: relative;
}
@media (min-width: 1200px) {
  .aboutbg:before {
    width: 26.53%;
    position: absolute;
    height: 1000em;
    background-color: #F8F8F8;
    display: block;
    content: '';
    left: 0;
    top: 0;
    z-index: -1;
    max-width: 510px;
  }
}

.page-nav {
  display: none;
}
@media (min-width: 1200px) {
  .page-nav {
    display: block;
    width: 24%;
    float: left;
    padding-top: 5%;
    padding-bottom: 5%;
  }
  .page-nav ul {
    border-bottom: 1px solid #DADADA;
  }
  .page-nav ul:last-child {
    padding-bottom: 15px;
  }
  .page-nav li {
    padding: 5px 0 5px 20px;
    font-size: 0.9375rem;
    line-height: 150%;
  }
  .page-nav li > a {
    color: #666666;
  }
  .page-nav li > a:hover {
    color: #0067B6;
  }
  .page-nav li.title {
    padding: 15px 0;
    font-weight: 500;
    color: #333;
  }
  .page-nav li.title > a {
    color: #333;
  }
  .page-nav li.title > a:hover {
    color: #0067B6;
  }
  .page-nav li.current {
    color: #0067B6;
  }
  .page-nav li.current > a {
    color: #0067B6;
  }
  .page-nav li.current > a:hover {
    color: #0067B6;
  }
}
@media (min-width: 1920px) {
  .page-nav {
    max-width: 300px;
    padding-top: 100px;
  }
}

.about-content {
  padding: 5% 6%;
}
.about-content > a {
  color: #0078D0;
}
.about-content > a:hover {
  color: #333;
}
.about-content > a.fc-W {
  color: #ffffff;
}
.about-content > a.fc-W:hover {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .about-content {
    float: left;
    padding: 5% 0 5% 5%;
    width: 75%;
  }
}
@media (min-width: 1500px) {
  .about-content {
    padding: 5%;
  }
}
@media (min-width: 1600px) {
  .about-content {
    padding: 80px 7.5%;
  }
}
@media (min-width: 1920px) {
  .about-content {
    box-sizing: border-box;
    padding: 100px 150px;
    width: 100%;
    max-width: 1200px;
  }
}
.about-content h3 {
  position: relative;
}
@media (min-width: 960px) {
  .about-content h3.bline:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 40px;
    left: 0;
    bottom: -30px;
    border-bottom: 2px solid #0067B6;
  }
}
.about-content .eventpic img {
  display: inline-block;
  width: 100%;
}
@media (min-width: 576px) {
  .about-content .eventpic img {
    height: auto;
    width: inherit;
  }
}
@media (min-width: 960px) {
  .about-content .eventpic img {
    width: 100%;
  }
}

.new-infobox {
  padding: 10%;
  text-align: center;
  margin-bottom: 5%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #4BAAE4;
}
@media (min-width: 576px) {
  .new-infobox {
    padding: 5%;
  }
}
@media (min-width: 1200px) {
  .new-infobox {
    padding: 0 5% 5% 5%;
  }
}
.new-infobox .title {
  top: none;
  margin-bottom: 5%;
}
@media (min-width: 1200px) {
  .new-infobox .title {
    padding: 50px;
    position: relative;
    top: -20px;
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 0;
  }
}

.radius5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.jump-menus {
  display: inline-block;
  height: 40px;
  vertical-align: top;
  line-height: 40px;
  font-size: 1rem;
  padding: 0 15px 0 0;
  box-sizing: border-box;
}
.jump-menus select {
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 15px;
  outline: none;
  border: none;
  line-height: 40px;
  height: 40px;
  display: inline-block;
  background: none;
  width: auto;
}

.pagination {
  overflow: hidden;
  text-align: center;
  font-family: "Montserrat", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
.pagination a {
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  color: #0067B6;
  overflow: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  font-size: 1.125rem;
}
.pagination .pre {
  border-right: 1px solid #ddd;
  border-radius: 5px 0 0 5px;
  margin-right: -3px;
}
.pagination .next {
  border-left: 1px solid #ddd;
  border-radius: 0 5px 5px 0;
  margin-left: -3px;
}
.pagination > div {
  display: inline-block;
  text-align: center;
  background-color: #fff;
}

@media (min-width: 960px) {
  .down-wrap {
    float: left;
  }
}

.btn-back {
  background-color: #0067B6;
  color: #fff;
  display: inline-block;
}
@media (min-width: 960px) {
  .btn-back {
    float: right;
    background-color: transparent;
    color: #0067B6;
  }
}

.news-title {
  position: relative;
  background: #F6F6F6;
  padding: 13px 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.news-title:before {
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: '';
  display: flex;
  background-color: #51afe8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF51AFE8', endColorstr='#FF0067B6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzUxYWZlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjdiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(1%, #51afe8), color-stop(100%, #0067b6));
  background-image: -moz-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: -webkit-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: linear-gradient(to right bottom, #51afe8 1%, #0067b6 100%);
}

.wrap1360 {
  margin: 0 auto 5% auto;
  width: 100%;
}
@media (min-width: 1920px) {
  .wrap1360 {
    width: 1360px;
    margin-bottom: 50px;
  }
}

.pcnone {
  display: none;
}
@media (max-width: 1199px) {
  .pcnone {
    display: inline-block;
  }
}

.relative {
  position: relative;
}

.about-album .name {
  position: absolute;
  bottom: 0;
  padding: 7px;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .about-album .name {
    font-size: 16px;
  }
}
.about-album figcaption {
  display: none;
}
.about-album .picrwd img {
  width: 100%;
  height: auto;
  display: block;
}
.about-album figure {
  width: 100%;
  margin-bottom: 5%;
  position: relative;
}
@media (min-width: 576px) {
  .about-album figure {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left;
  }
  .about-album figure:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .about-album figure {
    width: 32.4%;
    display: inline-block;
    margin-left: 1.4%;
    margin-bottom: 1.4%;
  }
  .about-album figure:nth-of-type(2n+1) {
    clear: none;
    margin-left: 1.4%;
  }
  .about-album figure:nth-of-type(3n+1) {
    clear: both;
    margin-left: 0;
  }
}

.news-tab {
  width: 90%;
  margin: 0 auto 5% auto;
  clear: both;
}
.news-tab .tabs {
  width: fit-content;
  margin: 2.5% auto;
  overflow: hidden;
}
@media (min-width: 576px) {
  .news-tab .tabs {
    margin: 5% auto;
    overflow: hidden;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    width: fit-content;
  }
}
@media (min-width: 1200px) {
  .news-tab .tabs {
    max-width: 700px;
    margin: 60px auto;
  }
}
.news-tab li {
  width: 90%;
  padding: 8px 0;
  text-align: left;
  font-size: 1.8rem;
  display: block;
  padding-left: 18px;
  position: relative;
  color: #333;
}
.news-tab li:before {
  background-image: url("../img/layout/icon.svg");
  background-repeat: no-repeat;
  font-size: 0;
  background-position: 20% 40%;
  position: relative;
  background-size: 600% auto;
  transition: transform 0.2s;
  position: absolute;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 8px;
}
@media (min-width: 576px) {
  .news-tab li:before {
    display: none;
  }
}
.news-tab li a {
  color: #222;
}
.news-tab li a.current {
  color: #0067B6;
}
.news-tab li a:hover {
  color: #0067B6;
}
@media (min-width: 576px) {
  .news-tab li {
    padding-left: 0;
    float: left;
    text-align: center;
    font-size: 1.4rem;
  }
  .news-tab li:first-child.active {
    background: #0067B6;
    -webkit-border-top-left-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-topleft: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
    border: 1px solid #0067B6;
  }
  .news-tab li:first-child.active a {
    color: #ffffff;
  }
  .news-tab li.mid:after {
    content: '';
    border-right: 1px solid #D9D9D9;
    position: absolute;
    right: 0;
    top: 0;
    height: 105%;
    width: 1px;
    display: inline-block;
  }
  .news-tab li.mid:before {
    content: '';
    border-right: 1px solid #D9D9D9;
    position: absolute;
    left: -1px;
    top: 0;
    height: 105%;
    width: 1px;
    display: inline-block;
  }
  .news-tab li.mid.active {
    background: #0067B6;
  }
  .news-tab li.mid.active a {
    color: #ffffff;
  }
  .news-tab li:last-child.active {
    background: #0067B6;
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 23px;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomright: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    border: 1px solid #0067B6;
  }
  .news-tab li:last-child.active a {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .news-tab li {
    font-size: 1.8rem;
  }
}
.news-tab .each2 {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
.news-tab .each2 li {
  width: auto;
  display: block;
  float: left;
  text-align: center;
  padding: 10px;
  font-size: 1.4rem;
}
@media (min-width: 576px) {
  .news-tab .each2 li {
    padding: 10px 30px;
  }
}
.news-tab .each2 li:before {
  display: none;
}
.news-tab .each2 li:first-child.active {
  background: #0067B6;
  -webkit-border-top-left-radius: 23px;
  -webkit-border-bottom-left-radius: 23px;
  -moz-border-radius-topleft: 23px;
  -moz-border-radius-bottomleft: 23px;
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
  border: 1px solid #0067B6;
}
.news-tab .each2 li:first-child.active a {
  color: #ffffff;
}
.news-tab .each2 li:last-child.active {
  background: #0067B6;
  -webkit-border-top-right-radius: 23px;
  -webkit-border-bottom-right-radius: 23px;
  -moz-border-radius-topright: 23px;
  -moz-border-radius-bottomright: 23px;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  border: 1px solid #0067B6;
}
.news-tab .each2 li:last-child.active a {
  color: #ffffff;
}
.news-tab .each3 {
  overflow: hidden;
  width: 90%;
}
@media (min-width: 576px) {
  .news-tab .each3 {
    width: fit-content;
  }
}
@media (min-width: 576px) {
  .news-tab .each3 li {
    float: left;
    display: inline-block;
    width: auto;
    padding: 10px 14px;
  }
}
@media (min-width: 960px) {
  .news-tab .each3 li {
    padding: 10px 30px;
  }
}

.container-fluid {
  width: 100%;
}

.app-wrap {
  width: 88%;
  margin: 5% auto;
}
@media (min-width: 480px) {
  .app-wrap {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .app-wrap {
    width: 90%;
    margin: 75px auto;
    max-width: 1200px;
  }
}
.app-wrap .app-each {
  overflow: hidden;
  margin-bottom: 1px;
  overflow: hidden;
}
.app-wrap .app-each:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.app-wrap .app-each a {
  color: #333;
}
.app-wrap .app-each:hover {
  background: #0067B6;
}
.app-wrap .app-each:hover h3,
.app-wrap .app-each:hover p,
.app-wrap .app-each:hover a {
  color: #ffffff;
}
@media (min-width: 320px) {
  .app-wrap .app-each .wrap-L {
    padding-top: 5%;
  }
}
@media (min-width: 960px) {
  .app-wrap .app-each .wrap-L {
    float: left;
    width: 33%;
    max-width: 300px;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .app-wrap .app-each .wrap-L {
    width: 25%;
  }
}
.app-wrap .app-each .wrap-R {
  padding: 5%;
  box-sizing: border-box;
}
@media (min-width: 960px) {
  .app-wrap .app-each .wrap-R {
    padding: 3% 1% 2.5% 5%;
    width: 67%;
    float: left;
    border-top: 1px solid #d9d9d9;
  }
}
@media (min-width: 1200px) {
  .app-wrap .app-each .wrap-R {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .app-wrap .app-each .wrap-R .fz-default {
    line-height: 180%;
  }
}
.app-wrap .picrwd {
  text-align: center;
}
.app-wrap .picrwd img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.wrap1160 {
  width: 90%;
  margin: 0 auto;
  max-width: 1160px;
  overflow: hidden;
}
.wrap1160 .picrwd img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .wrap1160 .picrwd img {
    width: inherit;
  }
}
@media (min-width: 960px) {
  .wrap1160 .picrwd img {
    width: 100%;
    max-width: 550px;
  }
}

.common-dot li {
  position: relative;
  padding-left: 20px;
  line-height: 170%;
  margin-bottom: 10px;
}
.common-dot li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: -5px;
  color: #0067B6;
  font-size: 2rem;
  display: inline-block;
}

.common-page h1 {
  font-size: 1.625rem;
}
@media (min-width: 480px) {
  .common-page h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 960px) {
  .common-page h1 {
    font-size: 3.4375rem;
  }
}
.common-page .fzxs-h6 {
  font-size: 0.9375rem;
}
@media (min-width: 960px) {
  .common-page .fzxs-h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1400px) {
  .common-page .fzxs-h6 {
    font-size: 1.25rem;
  }
}

.hzNavBar-wrap {
  overflow: hidden;
}
@media (min-width: 0) and (max-width: 960px) {
  .hzNavBar-wrap {
    width: 100%;
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 0.875rem;
  }
  .hzNavBar-wrap.scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.hzNavBar {
  white-space: nowrap;
}
@media (min-width: 768px) {
  .hzNavBar {
    margin: 5% auto;
    overflow: hidden;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    border: 1px solid #D9D9D9;
  }
}
@media (min-width: 1200px) {
  .hzNavBar {
    margin: 60px auto;
  }
}
.hzNavBar a {
  position: relative;
  padding: 5px 10px;
  display: inline-block;
}
.hzNavBar a:hover, .hzNavBar a.active {
  color: #ffffff;
  background-color: #0067B6;
}
.hzNavBar a:after {
  content: '';
  border-right: 1px solid #D9D9D9;
  position: absolute;
  top: 0;
  right: -2.5px;
  height: 105%;
  width: 1px;
  display: inline-block;
}
@media (min-width: 768px) {
  .hzNavBar a {
    text-align: center;
    font-size: 0.8125rem;
    padding: 7px 30px;
  }
  .hzNavBar a:first-child {
    /*&:before {
        content: '';
        position: absolute;
        top: 0;
        height: 105%;
        width: 1px;
        display: inline-block;
    }*/
  }
  .hzNavBar a:first-child:hover {
    background: #0067B6;
    -webkit-border-top-left-radius: 23px;
    -webkit-border-bottom-left-radius: 23px;
    -moz-border-radius-topleft: 23px;
    -moz-border-radius-bottomleft: 23px;
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
  }
  .hzNavBar a.mid {
    /*&:after {
        content: '';
        //border-right: 1px solid #D9D9D9;
        position: absolute;
        top: 0;
        height: 105%;
        width: 1px;
        display: inline-block;
    }*/
  }
  .hzNavBar a:last-child:hover {
    background: #0067B6;
    -webkit-border-top-right-radius: 23px;
    -webkit-border-bottom-right-radius: 23px;
    -moz-border-radius-topright: 23px;
    -moz-border-radius-bottomright: 23px;
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
  }
}
@media (min-width: 1200px) {
  .hzNavBar a {
    font-size: 0.9375rem;
  }
}
.hzNavBar a.noborder:after {
  display: none;
}

.casebox {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .casebox {
    width: 100%;
  }
}
.casebox .caseimg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  border: 1px solid #ccc;
  padding-top: 54vw;
}
@media (min-width: 576px) {
  .casebox .caseimg {
    padding-top: 36vw;
  }
}
@media (min-width: 960px) {
  .casebox .caseimg {
    padding-top: 26vw;
    min-height: 730px;
  }
}
@media (min-width: 1200px) {
  .casebox .caseimg {
    padding-top: 19vw;
    min-height: 650px;
  }
}
@media (min-width: 1500px) {
  .casebox .caseimg {
    padding-top: 300px;
    min-height: 660px;
  }
}
.casebox .txt-area {
  background-color: #ffffff;
  width: 92%;
  margin: 0 auto;
  padding: 2.5% 4% 8% 5%;
}
@media (min-width: 576px) {
  .casebox .txt-area {
    padding: 5% 4% 8% 5%;
  }
}
.casebox h3 {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .casebox h3 {
    font-size: 1.75rem;
  }
}
@media (min-width: 960px) {
  .casebox h3 {
    line-height: 120%;
  }
}
.casebox .case-download {
  position: absolute;
  bottom: 2%;
  right: 10%;
}
@media (min-width: 480px) {
  .casebox .case-download {
    bottom: 2%;
    right: 10%;
  }
}
@media (min-width: 576px) {
  .casebox .case-download {
    bottom: 5%;
  }
}
@media (min-width: 960px) {
  .casebox .case-download {
    bottom: 3%;
  }
}
@media (min-width: 1200px) {
  .casebox .case-download {
    right: 5%;
  }
}

.case-each {
  margin-top: 5%;
}
@media (min-width: 480px) {
  .case-each {
    margin-bottom: 5%;
  }
}
@media (min-width: 320px) {
  .case-each {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .case-each {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .case-each:nth-of-type(2n+1) {
    clear: both;
  }
}

.wrap480 {
  margin: 0 auto;
}
@media (min-width: 480px) {
  .wrap480 {
    max-width: fit-content;
  }
}

.request-wrap {
  border: 1px solid #d9d9d9;
  margin-bottom: 5%;
  padding: 5%;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.request-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #51afe8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF51AFE8', endColorstr='#FF0067B6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIzNSUiIHN0b3AtY29sb3I9IiM1MWFmZTgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDY3YjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(35%, #51afe8), color-stop(100%, #0067b6));
  background-image: -moz-linear-gradient(left, #51afe8 35%, #0067b6 100%);
  background-image: -webkit-linear-gradient(left, #51afe8 35%, #0067b6 100%);
  background-image: linear-gradient(to right, #51afe8 35%, #0067b6 100%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.request-wrap .notice {
  display: block;
  position: absolute;
  top: 0;
  right: 5%;
  font-size: .8125rem;
  color: #fff;
  background: #0067B6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
}
.request-wrap .notice:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0067B6;
}

.supp-download {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .supp-download {
    width: 100%;
  }
}
.supp-download h3 {
  line-height: 120%;
}
@media (min-width: 768px) {
  .supp-download h3 {
    line-height: 150%;
  }
}
.supp-download h4 {
  color: #0067B6;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .supp-download h4 {
    color: #333;
  }
}
.supp-download .wrap-L {
  width: 100%;
}
@media (min-width: 960px) {
  .supp-download .wrap-L {
    width: 21%;
    float: left;
    padding-right: 60px;
  }
}
.supp-download .wrap-R {
  width: 100%;
}
@media (min-width: 960px) {
  .supp-download .wrap-R {
    width: 79%;
    float: left;
    padding-left: 90px;
    position: relative;
  }
  .supp-download .wrap-R:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    display: inline-block;
    left: 0;
    top: 0;
    border-left: 1px solid #d9d9d9;
    z-index: 9;
  }
}
.supp-download .each a {
  display: inline-block;
  margin-right: 0.5rem;
  padding: 7px 15px;
  font-size: 0.875rem;
  color: #666666;
  list-style: none;
  overflow: hidden;
  position: relative;
}
.supp-download .each a:before {
  content: '•';
  position: absolute;
  left: 5px;
  top: 5px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .supp-download .each a:before {
    display: none;
  }
}
.supp-download .each a:hover {
  background-color: #51afe8;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF51AFE8', endColorstr='#FF0067B6');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzUxYWZlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjdiNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(1%, #51afe8), color-stop(100%, #0067b6));
  background-image: -moz-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: -webkit-linear-gradient(left top, #51afe8 1%, #0067b6 100%);
  background-image: linear-gradient(to right bottom, #51afe8 1%, #0067b6 100%);
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.supp-download .each a:hover:before {
  display: none;
}
.supp-download .borderR:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  display: inline-block;
  left: 0;
  top: 0;
  color: #d9d9d9;
}

.map-box {
  width: 100%;
  height: 320px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media (min-width: 576px) {
  .map-box {
    height: 220px;
  }
}
@media (min-width: 768px) {
  .map-box {
    height: 220px;
  }
}
@media (min-width: 960px) {
  .map-box {
    height: 440px;
  }
}
@media (min-width: 1200px) {
  .map-box {
    height: 325px;
  }
}
.map-box #map_canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

/*# sourceMappingURL=style.css.map */



/*emmanuel added*/
.accessory-download img {margin: 8px;}
