@charset "UTF-8";
.hideobj {
  display: none;
}

html {
  -ms-overflow-style: scrollbar;
}

.txtNormal * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.transition-ready * {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.5s ease-out 125ms;
  -o-transition: all 0.5s ease-out 125ms;
  transition: all 0.5s ease-out 125ms;
}

.swiper-container,
.swiper-wrapper,
.swiper-wrapper * {
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: transform, left, top;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.proshow-img-wrap {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.checkbox, .checkbox * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.form-control:focus {
  border-color: #cccccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img {
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  max-width: 100%;
  width: auto\9;
}

.easyzoom, .easyzoom * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.easyzoom img {
  max-width: none;
  width: auto\9;
  /* ie8 */
}

.easyzoom > a > img {
  width: 100%;
}

form {
  margin: 0;
}

body {
  color: #666;
  font-family: "TSTAR", "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

body a {
  color: #c4002e;
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  noFocusLine: expression(this.onFocus=this.blur());
}

body a:hover, body a:focus {
  text-decoration: none;
  color: #e72e35;
}

body a img {
  border: none;
}

body a:focus {
  -moz-outline-style: none;
  outline: none;
  color: inherit;
  text-decoration: none;
}

body a,
body a * {
  -webkit-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

p {
  font-size: inherit;
}

.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 20px;
}

.table-container::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.table-container .table {
  margin-bottom: 0;
}

#container {
  width: 100%;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding-top: 134px;
  max-width: 1920px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  #container {
    padding-top: 65px;
  }
}

.wrap {
  height: 1%;
  margin: 0 auto;
  width: 1400px;
  text-align: left;
  padding: 0 20px;
}

@media (max-width: 1399px) {
  .wrap {
    width: 100%;
  }
}

@media (max-width: 319px) {
  .wrap {
    min-width: 320px;
  }
}

.wrap:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

h5 {
  font-size: 20px;
  margin-top: 2em;
}

@media (max-width: 991px) {
  h5 {
    font-size: 19px;
  }
}

@media (max-width: 359px) {
  h5 {
    font-size: 18px;
  }
}

.col-margin {
  margin-bottom: 10px;
}

.form-control, .select2-search input[type=text] {
  border-width: 1px;
  font-family: "TSTAR", "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 16.99992px;
  color: #767676;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .form-control, .select2-search input[type=text] {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .form-control, .select2-search input[type=text] {
    font-size: 15.0px;
  }
}

.select2-chosen {
  white-space: nowrap;
  display: block;
}

.form-group .btn-wrap {
  margin-top: 30px;
}

.checkbox, .radio {
  font-size: 16.99992px;
  color: #555555;
}

@media (max-width: 767px) {
  .checkbox, .radio {
    font-size: 15.0px;
  }
}

.checkbox input[type=checkbox].custom-checkbox:checked + .icons, .radio input[type=checkbox].custom-checkbox:checked + .icons, .checkbox input[type=radio].custom-radio:checked + .icons, .radio input[type=radio].custom-radio:checked + .icons {
  color: #92aac2;
}

.checkbox input[type=checkbox].custom-checkbox:checked + .icons .icon-checked, .radio input[type=checkbox].custom-checkbox:checked + .icons .icon-checked, .checkbox input[type=radio].custom-radio:checked + .icons .icon-checked, .radio input[type=radio].custom-radio:checked + .icons .icon-checked {
  color: #c4002e;
}

.btn {
  font-size: 16.99992px;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .btn {
    font-size: 15.0px;
  }
}

@media (max-width: 1199px) {
  .input-group-btn > .btn {
    padding-top: 8px;
    padding-bottom: 8px;
    height: 38px;
  }
}

.btn-sm, .btn-group-sm > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.btn-fullw {
  width: 100%;
}

.btn-primary {
  background-color: #e72e35;
}

.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  background-color: #c4002e;
  border-color: #c4002e;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled.hover, .btn-primary[disabled].hover, fieldset[disabled] .btn-primary.hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #595656;
}

.btn-default {
  background-color: #d4d0c7;
}

.btn-default:hover, .btn-default.hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-color: #c6c0b3;
  border-color: #c6c0b3;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled.hover, .btn-default[disabled].hover, fieldset[disabled] .btn-default.hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #e2e0db;
}

.btn-success {
  background-color: #b0a7a2;
}

.btn-success:hover, .btn-success.hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-color: #a69c97;
  border-color: #a69c97;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled.hover, .btn-success[disabled].hover, fieldset[disabled] .btn-success.hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #bcb4b0;
}

.btn-info {
  background-color: #595656;
}

.btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-color: #e72e35;
  border-color: #e72e35;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled.hover, .btn-info[disabled].hover, fieldset[disabled] .btn-info.hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #bdb4b4;
}

.btn-link {
  color: #4b4b4b;
}

.btn-link:hover, .btn-link:focus {
  color: #e72e35;
}

.select {
  min-width: 0;
}

.dropdown-menu, .select2-drop {
  font-size: 16px;
  background-color: #f1eeee;
}

.select-default .select2-choice {
  background-color: #f1eeee;
  color: #494949;
  font-size: 16.99992px;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .select-default .select2-choice {
    height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .select-default .select2-choice {
    font-size: 15.0px;
  }
}

.select-default .select2-choice:hover, .select-default .select2-choice.hover, .select-default .select2-choice:focus, .select-default .select2-choice:active {
  background-color: #ece8e6;
  color: #494949;
}

.select-default .select2-choice .select2-arrow {
  border-top-color: #9b94a5;
}

.select2-arrow {
  border-width: 7px 5px;
}

.select2-drop .select2-highlighted > .select2-result-label {
  background-color: #969090;
}

.select2-drop .select2-result-selectable .select2-result-label:focus, .select2-drop .select2-result-selectable .select2-result-label:hover, .select2-drop .select2-result-selectable .select2-result-label:active {
  background-color: #e1dad6;
}

.input-group-btn .btn {
  border-radius: 0;
}

.pagination-wrap {
  text-align: center;
}

@media (max-width: 1199px) {
  .pagination-wrap .pagination {
    margin-top: 10px;
  }
}

.pagination li {
  padding: 0 5px;
  margin-bottom: 10px;
}

.pagination li > a, .pagination li > span {
  background: #595656;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-left: 1px #fff solid;
  padding: 11px 9px 9px;
  line-height: 17px;
  min-height: 37px;
  min-width: 37px;
}

@media (max-width: 1199px) {
  .pagination li > a, .pagination li > span {
    padding: 9px 7px 7px;
    min-height: 33px;
    min-width: 33px;
  }
}

@media (max-width: 767px) {
  .pagination li > a, .pagination li > span {
    font-size: 15px;
    padding: 8px 6px 6px;
    min-height: 31px;
    min-width: 31px;
  }
}

.pagination li span, .pagination li i {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pagination li.active > a, .pagination li.active > span {
  background-color: #c4002e;
  color: #fff;
  border-color: #fff;
}

.pagination li > a:hover, .pagination li > span:hover, .pagination li > a:focus, .pagination li > span:focus {
  background-color: #e72e35;
  color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #c4002e;
  color: #fff;
  border-color: inherit;
}

.pagination li.disabled > a, .pagination li.disabled > span {
  background: #a0a0a0;
  color: #cbcbcb;
}

.pagination li.disabled > a:hover, .pagination li.disabled > span:hover, .pagination li.disabled > a:focus, .pagination li.disabled > span:focus, .pagination li.disabled > a:active, .pagination li.disabled > span:active {
  background: #a0a0a0;
  color: #cbcbcb;
}

.pagination li:last-child > a, .pagination li:last-child > span, .pagination li:last-child > a:hover, .pagination li:last-child > span:hover, .pagination li:last-child > a:focus, .pagination li:last-child > span:focus, .pagination li:first-child > a, .pagination li:first-child > span {
  border-radius: 0;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 12px 15px;
}

.table-striped > thead > tr > th, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > th, .table-striped > thead > tr > td, .table-striped > tbody > tr > td, .table-striped > tfoot > tr > td {
  border-top: 0;
}

.table-striped > thead > tr > th, .table-striped > thead > tr > td {
  background: #e5e1e1;
}

.table-striped > tbody > tr:first-child > td, .table-striped > tbody > tr:first-child > th {
  border-top: #e5e1e1 1px solid;
}

.table-striped > tbody > tr:last-child > td, .table-striped > tbody > tr:last-child > th {
  border-bottom: #f8f7f6 1px solid;
}

@media (max-width: 991px) {
  .table-striped > tbody > tr:last-child > td, .table-striped > tbody > tr:last-child > th {
    border-bottom: 0;
  }
}

.table-striped > tbody > tr:nth-child(odd) {
  background: transparent;
}

.table-striped > tbody > tr:nth-child(even) {
  background: #f8f7f6;
}

.table-hover > tbody > tr:hover, .table-hover > tbody > tr:hover {
  background: #ece8e6;
}

.table-style1 > thead > tr > th, .table-style1 > thead > tr > td {
  background: #e5e1e1;
  text-align: center;
  vertical-align: middle;
  border-top-color: #d9d0d0;
  white-space: nowrap;
}

.table-style1 > tbody > tr > th, .table-style1 > tbody > tr > td {
  border-bottom: 1px #dfdfdf solid;
  text-align: center;
}

.table-nonfluid {
  width: auto !important;
}

.table img {
  max-width: none !important;
}

.table th.nowrap {
  white-space: nowrap;
}

/*modal*/
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 100%;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  max-width: 90%;
}

@media (min-width: 992px) {
  .modal-info .modal-dialog {
    width: 920px;
  }
}

@media (min-width: 1400px) {
  .modal-info .modal-dialog {
    width: 1360px;
  }
}

.modal-info .modal-content {
  padding: 25px 15px 25px;
}

.modal-alert .modal-content {
  padding: 30px 15px 20px;
}

button.close {
  position: absolute;
  background: #e72e35;
  color: #fff;
  width: 36px;
  height: 36px;
  text-align: center;
  right: -15px;
  top: -15px;
  z-index: 5;
  opacity: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

button.close:hover, button.close:focus {
  opacity: 1;
  color: #fff;
  background: #c4002e;
}

button.close span {
  display: block;
  margin-top: -3px;
}

.modal-header {
  border-bottom: 0;
  padding: 0 15px;
  margin: 0;
}

.modal-title {
  color: #333;
  font-size: 150%;
  text-shadow: 0 0 3px rgba(50, 50, 50, 0.1);
}

.modal-alert .modal-title {
  color: #4b4b4b;
}

.modal-footer {
  text-align: center;
  border-top: 0;
  padding-top: 0;
}

.modal-footer .btn {
  font-size: 100%;
}

.modal-body p {
  line-height: 1.7em;
}

.modal-body p + p {
  margin-top: 20px;
}

@media (max-width: 480px) {
  .hidden-mobile {
    display: none;
  }
}

.visible-mobile {
  display: none;
}

@media (max-width: 480px) {
  .visible-mobile {
    display: block;
  }
}

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 10;
  border-bottom: 1px #e2dede solid;
}

.header.header-s {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);
          box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);
  border-bottom-color: transparent;
}

.header .header-topnav > .wrap,
.header .header-nav > .wrap {
  width: auto;
  position: relative;
}

@media (max-width: 480px) {
  .header .header-topnav > .wrap,
  .header .header-nav > .wrap {
    padding: 0 5px 0 10px;
  }
}

.header .header-topnav {
  background: #969090;
}

@media (max-width: 1199px) {
  .header .header-topnav {
    display: none;
  }
}

.header .header-topnav a {
  color: #fff;
  cursor: pointer;
}

.header .header-topnav a:hover {
  background: #d4d1ce;
  color: #695b5b;
}

.header .header-topnav a:hover,
.header .header-topnav li.open > a {
  background: #d4d1ce;
  color: #695b5b;
}

.header .header-topnav #topnav,
.header .header-topnav .header-smo,
.header .header-topnav .header-member {
  float: right;
}

.header .header-topnav #topnav ul,
.header .header-topnav .header-smo ul,
.header .header-topnav .header-member ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header .header-topnav #topnav ul li,
.header .header-topnav .header-smo ul li,
.header .header-topnav .header-member ul li {
  float: left;
}

.header .header-topnav #topnav ul li a,
.header .header-topnav .header-smo ul li a,
.header .header-topnav .header-member ul li a {
  font-size: 14px;
  line-height: 24px;
  padding: 8px 20px;
  display: block;
}

.header .header-topnav #topnav ul li a i,
.header .header-topnav .header-smo ul li a i,
.header .header-topnav .header-member ul li a i {
  font-size: 20px;
  vertical-align: middle;
}

.header .header-topnav #topnav ul li a i + span,
.header .header-topnav .header-smo ul li a i + span,
.header .header-topnav .header-member ul li a i + span {
  padding-left: 4px;
}

.header .header-topnav #topnav > ul > li {
  border-left: 1px #afacac solid;
  position: relative;
}

.header .header-topnav #topnav .dropdown-menu {
  left: auto;
  right: 0;
}

.header .header-topnav #topnav #topnav-lan .dropdown-menu {
  background: #efede9;
  width: 430px;
  padding: 15px;
}

.header .header-topnav #topnav #topnav-lan .dropdown-menu li {
  width: 50%;
}

.header .header-topnav #topnav #topnav-lan .dropdown-menu li a {
  display: block;
  color: #555555;
  font-weight: 500;
  font-size: 15px;
}

.header .header-topnav #topnav #topnav-lan .dropdown-menu li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}

.header .header-topnav #topnav #search-wrap {
  display: none;
  width: 800px;
  background: #d4d1ce;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.header .header-topnav #topnav #search-wrap * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 1340px) {
  .header .header-topnav #topnav #search-wrap {
    width: 600px;
  }
}

.header .header-topnav #topnav #search-wrap .form-control {
  border: 0;
  background-color: transparent;
  height: 40px;
  color: #695b5b;
}

.header .header-topnav #topnav #search-wrap .form-control::-webkit-input-placeholder {
  color: #695b5b;
}

.header .header-topnav #topnav #search-wrap .form-control::-moz-placeholder {
  color: #695b5b;
}

.header .header-topnav #topnav #search-wrap .form-control::-moz-placeholder {
  color: #695b5b;
}

.header .header-topnav #topnav #search-wrap .form-control::-ms-input-placeholder {
  color: #695b5b;
}

.header .header-topnav #topnav #search-wrap .input-group-btn .btn {
  border: 0;
  height: 40px;
  font-size: 20.0px;
  line-height: 1.0em;
}

.header .header-topnav #topnav #search-wrap .input-group-btn .btn-default {
  background-color: transparent;
  color: #695b5b;
}

.header .header-topnav .header-member > ul > li {
  border-left: 1px #afacac solid;
  position: relative;
}

.header .header-topnav .header-smo ul li {
  border-left: 1px #afacac solid;
}

.header .header-topnav .header-smo ul li a {
  padding-left: 12px;
  padding-right: 12px;
}

.header .header-topnav .header-smo ul li a i {
  font-size: 24px;
  display: block;
}

.header #logo {
  float: left;
}

.header #logo a {
  display: block;
  padding: 22px 10px 0;
  height: 94px;
}

@media (max-width: 1199px) {
  .header #logo a {
    padding-top: 15px;
    height: 65px;
  }
}

.header #logo img {
  height: 55px;
}

@media (max-width: 1199px) {
  .header #logo img {
    height: 42px;
  }
}

.header #nav {
  float: right;
}

@media (max-width: 1199px) {
  .header #nav {
    display: none;
  }
}

.header #nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header #nav > ul > li {
  float: left;
}

.header #nav > ul > li.open :after {
  opacity: 1;
}

.header #nav > ul > li.nav-pro > a {
  font-size: 20.0px;
  color: #4f4e4e;
}

@media (max-width: 1399px) {
  .header #nav > ul > li.nav-pro > a {
    font-size: 19.0px;
  }
}

@media (max-width: 1340px) {
  .header #nav > ul > li.nav-pro > a {
    font-size: 18px;
  }
}

.header #nav > ul > li > a {
  display: block;
  height: 94px;
  color: #8d7e7e;
  padding: 34px 30px 0;
  font-weight: 600;
  line-height: 27px;
  cursor: pointer;
  position: relative;
}

@media (min-width: 1680px) {
  .header #nav > ul > li > a {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1399px) {
  .header #nav > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1340px) {
  .header #nav > ul > li > a {
    font-size: 17.0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header #nav > ul > li > a:hover {
  color: #b1a099;
}

.header #nav > ul > li > a.active {
  opacity: 0.7;
}

.header #nav > ul > li > a:after {
  position: absolute;
  content: '';
  opacity: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #e3dfdf transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header #nav .dropdown {
  position: static;
}

.header #nav .dropdown .dropdown-menu {
  width: 100%;
  border: 0;
  border-top: 1px #e3dfdf solid;
  border-radius: 0;
  margin-top: 0;
  padding: 20px 0 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.header #nav .dropdown .dropdown-menu .wrapper > .wrap > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header #nav .nav-prolist-wrap {
  width: 52%;
  float: left;
  position: relative;
}

.header #nav .nav-prolist-wrap:after {
  position: absolute;
  top: 0;
  left: 250px;
  bottom: 0;
  width: 1px;
  content: '';
  background: #dadada;
}

.header #nav .nav-prolist-wrap .nav-prolist-cate {
  width: 250px;
  float: left;
  padding-right: 20px;
}

.header #nav .nav-prolist-wrap .nav-prolist-cate li {
  margin-bottom: 0.35em;
}

.header #nav .nav-prolist-wrap .nav-prolist-cate li a {
  font-size: 17px;
  font-weight: 600;
  color: #555555;
  display: block;
  padding: 0.1em 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  line-height: 1.35em;
}

.header #nav .nav-prolist-wrap .nav-prolist-cate li a:hover {
  color: #e72e35;
}

.header #nav .nav-prolist-wrap .nav-prolist-cate li.active a {
  color: #c4002e;
  text-align: right;
}

.header #nav .nav-prolist-wrap .nav-prolist-cate li.active a:after {
  content: '>>';
}

.header #nav .nav-prolist-wrap .nav-prolist-cate li a.nav-prolist-cate_allbtn {
  margin-top: 0.3em;
  font-size: 16px;
  line-height: 1.4em;
  background: #e72e35;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 0.1em 26px;
  border-radius: 20px;
}

.header #nav .nav-prolist-wrap .nav-prolist-cate li a.nav-prolist-cate_allbtn:hover {
  background: #c4002e;
}

.header #nav .nav-prolist-wrap .tab-content {
  margin-left: 280px;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li {
  width: 50%;
  float: left;
  margin-bottom: 0.35em;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li a {
  display: block;
  color: #555555;
  padding: 0.1em 0;
  line-height: 1.45em;
  font-weight: 500;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li a:hover {
  color: #e72e35;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li a.active {
  color: #b1a099;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li.all-series {
  width: 100%;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li.all-series a {
  color: #e72e35;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li.all-series a:hover {
  color: #e72e35;
}

.header #nav .nav-prolist-wrap .tab-content .nav-prolist li.all-series a.active {
  color: #b1a099;
}

.header #nav .nav-prolist-ad {
  width: 45%;
  float: right;
}

.header #nav .nav-prolist-ad a {
  display: block;
  overflow: hidden;
}

.header #nav .nav-prolist-ad a img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.9;
}

.header #nav .nav-msglist-wrap {
  margin: 0 -10px 15px;
}

.header #nav .nav-msglist-wrap > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.header #nav .nav-msglist-wrap > ul > li {
  display: table-cell;
  width: 1%;
  padding: 0 10px;
  margin-bottom: 40px;
}

.header #nav .nav-msglist-wrap .title {
  border-bottom: 1px #dfdfdf solid;
  margin-bottom: 12px;
}

.header #nav .nav-msglist-wrap li:hover .title {
  border-bottom-color: #e72e35;
}

.header #nav .nav-msglist-wrap .title a {
  font-size: 17px;
  line-height: 1.3em;
  display: block;
  padding: 8px 0;
  font-weight: 600;
  color: #555;
}

.header #nav .nav-msglist-wrap .title a:hover {
  color: #e72e35;
}

.header #nav .nav-msglist-wrap .intro {
  font-size: 15px;
  line-height: 1.5em;
}

@media (min-width: 1680px) {
  .lan-C .header #nav > ul > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1680px) {
  .lan-C .header #nav > ul > li > a {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media (max-width: 1399px) {
  .lan-C .header #nav > ul > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1340px) {
  .lan-C .header #nav > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1680px) {
  .lan-C .header #nav > ul > li.nav-pro > a {
    font-size: 18px;
  }
}

@media (max-width: 1340px) {
  .lan-C .header #nav > ul > li.nav-pro > a {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .container_proinfo .header-s,
  .container_investor .header-s,
  .container_insurance .header-s,
  .container_csr .header-s,
  .container_about .header-s,
  .container_hr .header-s {
    position: absolute;
    opacity: 0;
  }
}

.ver-nav {
  float: right;
  display: none;
}

@media (max-width: 1199px) {
  .ver-nav {
    display: block;
    z-index: 100;
    position: relative;
  }
}

.sb-toggle-nav {
  cursor: pointer;
  display: block;
  padding: 22px 20px 0;
  height: 65px;
  position: relative;
}

.sb-toggle-nav .navicon-line {
  width: 35px;
  height: 3px;
  background: #969090;
  display: block;
  margin-bottom: 8px;
  border-radius: 1px;
}

.sb-nav-wrap {
  padding: 0px 40px 20px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 2000;
  font-size: 16px;
  font-weight: 500;
  color: #695b5b;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  text-align: left;
  background: #f3f1ee;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 480px) {
  .sb-nav-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sb-nav-wrap.sb-nav-wrap-active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.sb-nav-wrap a {
  color: #555555;
}

.sb-nav-wrap .sb-toggle-nav {
  float: right;
  margin-right: -20px;
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .sb-nav-wrap .sb-toggle-nav {
    margin-bottom: 0px;
  }
}

.sb-nav-wrap .sb-toggle-nav .navicon-line:nth-of-type(3) {
  position: relative;
  top: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sb-nav-wrap .sb-toggle-nav .navicon-line:nth-of-type(2) {
  display: none;
}

.sb-nav-wrap .sb-toggle-nav .navicon-line:nth-of-type(1) {
  position: relative;
  top: 11px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sb-caret {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
}

.sb-caret:before {
  position: absolute;
  width: 13px;
  height: 1px;
  top: 7px;
  left: 1px;
  content: '';
  background: #595c61;
}

.sb-caret:after {
  position: absolute;
  width: 1px;
  height: 13px;
  top: 1px;
  left: 7px;
  content: '';
  background: #595c61;
}

.sb-submenu-active > .sb-caret {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sb-nav {
  clear: both;
  padding: 10px 0;
}

.sb-nav ul,
.sb-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sb-nav a {
  cursor: pointer;
}

.sb-nav > ul > li {
  padding: 1px 0;
}

.sb-nav > ul > li > a {
  display: block;
  font-size: 17px;
  padding: 4px 5px;
  position: relative;
  color: #4f4e4e;
  font-weight: 500;
  cursor: pointer;
}

.sb-nav > ul > li > a.sb-submenu-active {
  color: #9c8f8a;
}

.sb-nav > ul > li > a:hover {
  color: #e72e35;
}

.sb-nav > ul > li.nav-pro > a {
  font-size: 18px;
  font-weight: 600;
}

.sb-nav > ul > li > ul > li {
  margin: 3px 0 3px 12px;
}

.sb-nav > ul > li.nav-pro > ul > li {
  margin: 4px 0 4px 12px;
}

.sb-nav > ul > li > ul > li > a {
  padding: 2px 0 2px 18px;
  display: block;
  color: #525252;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}

.sb-nav > ul > li.nav-pro > ul > li > a {
  font-weight: 600;
  padding: 3px 0 3px 18px;
  font-size: 17px;
}

.sb-nav > ul > li > ul > li > a.sb-submenu-active {
  color: #9c8f8a;
}

.sb-nav > ul > li > ul > li > a:hover {
  color: #e72e35;
}

.sb-nav > ul > li > ul > li > a:before {
  content: '- ';
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 0;
  top: 0;
}

.sb-nav > ul > li.nav-pro > ul > li > a:before {
  content: '> ';
  top: 2px;
}

.sb-nav > ul > li.nav-pro > ul > li > a.sb-submenu-active:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(90deg);
}

.sb-nav .sb-submenu a .sb-caret {
  display: none;
}

.sb-nav > ul > li > ul > li ul {
  margin-left: 18px;
}

.sb-nav > ul > li > ul > li ul a {
  font-size: 16px;
  color: #6c6c6c;
  padding: 3px 0 3px 0px;
  display: block;
}

.sb-nav > ul > li > ul > li ul a.active {
  color: #e72e35;
}

.sb-nav > ul > li > ul > li ul a:before {
  content: '';
}

.sb-nav > ul > li > ul > li ul:hover {
  color: #e72e35;
}

.sb-nav > ul > li > ul > li ul li.all-series a {
  color: #9993a2;
}

.sb-nav > ul > li > ul > li ul li.all-series a:hover {
  color: #e72e35;
}

.sb-search {
  clear: both;
}

.sb-search #search-wrap2 {
  border-bottom: 1px #6d6976 solid;
}

.sb-search #search-wrap2 .form-control {
  border: 0;
  background-color: transparent;
  height: 40px;
  color: #695b5b;
}

.sb-search #search-wrap2 .form-control::-webkit-input-placeholder {
  color: #695b5b;
}

.sb-search #search-wrap2 .form-control::-moz-placeholder {
  color: #695b5b;
}

.sb-search #search-wrap2 .form-control::-moz-placeholder {
  color: #695b5b;
}

.sb-search #search-wrap2 .form-control::-ms-input-placeholder {
  color: #695b5b;
}

.sb-search #search-wrap2 .input-group-btn .btn {
  border: 0;
  height: 40px;
  font-size: 20.0px;
  line-height: 1.0em;
}

.sb-search #search-wrap2 .input-group-btn .btn-default {
  background-color: transparent;
  color: #695b5b;
}

.sb-lan {
  padding: 8px 0;
  border-top: 1px #d9d4cc solid;
}

.sb-lan:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.sb-lan .sb-lan-txt {
  float: left;
  padding: 0.6em 0;
  vertical-align: middle;
}

.sb-lan .sb-lan-txt i {
  font-size: 21px;
  vertical-align: middle;
  margin-right: 6px;
}

.sb-lan .sb-lan-btn {
  float: right;
}

.sb-lan .sb-lan-btn a {
  padding: 0.5em 0;
  display: block;
  font-size: 15px;
  color: #c4002e;
  text-decoration: underline;
}

.sb-repair a {
  display: block;
  padding: 5px 0;
}

.sb-smo {
  padding-top: 8px;
}

.sb-smo ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -7px;
}

.sb-smo ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.sb-smo ul li {
  display: inline-block;
}

.sb-smo ul li a {
  display: inline-block;
  font-size: 26px;
  padding: 0 7px;
}

#middle #content:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.page-header {
  border-bottom: 0;
  margin: 45px 0 25px;
}

@media (max-width: 1399px) {
  .page-header {
    margin: 40px 0 16px;
  }
}

@media (max-width: 1340px) {
  .page-header {
    margin: 35px 0 10px;
  }
}

@media (max-width: 991px) {
  .page-header {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .page-header {
    margin-top: 18px;
    padding-bottom: 7px;
  }
}

.page-header * {
  font-size: 36px;
  color: #262626;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

@media (max-width: 1399px) {
  .page-header * {
    font-size: 32.4px;
  }
}

@media (max-width: 1199px) {
  .page-header * {
    font-size: 29.99999px;
  }
}

@media (max-width: 991px) {
  .page-header * {
    font-size: 28.0px;
  }
}

@media (max-width: 600px) {
  .page-header * {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .page-header * {
    font-size: 22px;
  }
}

.page-header * .prolist-tatol-num {
  font-size: 17.0px;
  color: #92aac2;
  position: relative;
  top: -0.6em;
  margin-left: 6px;
}

@media (max-width: 480px) {
  .page-header * .prolist-tatol-num {
    font-size: 15px;
  }
}

.prolist-no-result {
  background: #fbfaf9;
  padding: 20px 15px;
  text-align: center;
  margin: 12px 0;
}

.container_newsinfo .page-header *,
.container_healthinfo .page-header * {
  font-size: 34px;
}

@media (max-width: 1399px) {
  .container_newsinfo .page-header *,
  .container_healthinfo .page-header * {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .container_newsinfo .page-header *,
  .container_healthinfo .page-header * {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .container_newsinfo .page-header *,
  .container_healthinfo .page-header * {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .container_newsinfo .page-header *,
  .container_healthinfo .page-header * {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .container_newsinfo .page-header *,
  .container_healthinfo .page-header * {
    font-size: 20px;
  }
}

.container_newsinfo .page-header sub, .container_newsinfo .page-header sup,
.container_healthinfo .page-header sub,
.container_healthinfo .page-header sup {
  font-size: 50%;
}

.page-header2 {
  font-size: 32px;
  color: #e72e35;
  font-weight: normal;
  margin: 45px 0 25px;
}

@media (max-width: 1399px) {
  .page-header2 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .page-header2 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .page-header2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  .page-header2 {
    font-size: 22px;
    margin-top: 35px;
  }
}

@media (max-width: 480px) {
  .page-header2 {
    font-size: 20px;
  }
}

.page-header3 {
  font-size: 30px;
  color: #6e8194;
  font-weight: 300;
  margin: 40px 0 15px 0;
}

@media (max-width: 1399px) {
  .page-header3 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .page-header3 {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .page-header3 {
    font-size: 19px;
    margin-top: 30px;
  }
}

.page-header3.header-home {
  color: #9993a2;
  font-weight: 400;
}

.page-header3.header_USA {
  font-size: 44.1px;
}

@media (max-width: 1399px) {
  .page-header3.header_USA {
    font-size: 33.8px;
  }
}

@media (max-width: 1199px) {
  .page-header3.header_USA {
    font-size: 27.6px;
  }
}

@media (max-width: 480px) {
  .page-header3.header_USA {
    font-size: 20.9px;
  }
}

.page-header4 {
  font-size: 21px;
  color: #a39691;
  font-weight: 400;
  margin: 20px 0 15px 0;
  line-height: 1.3em;
}

@media (max-width: 1399px) {
  .page-header4 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .page-header4 {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .page-header4 {
    font-size: 17px;
    margin-top: 10px;
  }
}

.page-header4.header-home {
  color: #717171;
}

.page-header4.header_USA {
  font-size: 23.94px;
}

@media (max-width: 1399px) {
  .page-header4.header_USA {
    font-size: 21px;
  }
}

@media (max-width: 1199px) {
  .page-header4.header_USA {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .page-header4.header_USA {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .page-header3 + .page-header4 {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .txtNormal,
  .txtNormal p {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .txtNormal,
  .txtNormal p {
    font-size: 16px;
  }
}

@media (max-width: 359px) {
  .txtNormal,
  .txtNormal p {
    font-size: 15px;
  }
}

.txtNormal a[href^="http://"],
.txtNormal a[href^="https://"] {
  word-break: break-all;
}

.bread-wrap .breadcrumb {
  padding: 3px 0;
  margin: 0;
  background-color: transparent;
  font-size: 14px;
  overflow-x: auto;
  white-space: nowrap;
}

.bread-wrap .breadcrumb a {
  color: #666;
}

.bread-wrap .breadcrumb a:hover {
  color: #e72e35;
}

.page-scrollspy-wrapper {
  min-height: 46px;
}

@media (max-width: 991px) {
  .page-scrollspy-wrapper {
    min-height: 0;
  }
}

.page-scrollspy {
  border-bottom: 1px #d9dadc solid;
}

@media (max-width: 991px) {
  .page-scrollspy {
    display: none;
  }
}

.page-scrollspy .nav-pills > li > a {
  border-radius: 0;
}

.page-scrollspy .nav-pills > li.active > a,
.page-scrollspy .nav-pills > li.active > a:hover,
.page-scrollspy .nav-pills > li.active > a:focus {
  background: transparent;
}

.page-scrollspy .nav li a {
  color: #878686;
  font-size: 19px;
  border-bottom: 3px transparent solid;
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1340px) {
  .page-scrollspy .nav li a {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .page-scrollspy .nav li a {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 17px;
  }
}

.page-scrollspy .nav > li > a:hover,
.page-scrollspy .nav > li > a:focus {
  background: transparent;
  color: #e72e35;
}

.page-scrollspy .nav li.active a {
  color: #262626;
  font-weight: 600;
  border-bottom-color: #c4002e;
}

.page-scrollspy.affix {
  border-top: 1px #d9dadc solid;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}

.page-scrollspy:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.page-scrollspy.affix {
  top: 0;
  left: 0;
  z-index: 5;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 4;
}

.swiper-pagination-bullet {
  background: #d4cfc6;
  opacity: 1;
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #e72e35;
}

.lan-K .container_insurance .page-scrollspy .nav > li {
  width: 25%;
  float: left;
  margin-left: 0;
}

.lan-K .container_insurance .page-scrollspy .nav > li:nth-child(4n+1) {
  clear: both;
}

@media (max-width: 991px) {
  .lan-K .container_insurance .page-scrollspy {
    display: block;
    position: inherit;
    border-top: none;
  }
  .lan-K .container_insurance .page-scrollspy .wrap {
    padding: 0;
  }
  .lan-K .container_insurance .page-scrollspy .nav > li > a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .lan-K .container_insurance .page-scrollspy {
    border-bottom: none;
  }
  .lan-K .container_insurance .page-scrollspy .nav > li {
    width: 49%;
    margin: 0.5%;
    border: 1px solid #d9dadc;
  }
  .lan-K .container_insurance .page-scrollspy .nav > li:nth-child(4n+1) {
    clear: none;
  }
  .lan-K .container_insurance .page-scrollspy .nav > li:nth-child(2n+1) {
    clear: both;
  }
  .lan-K .container_insurance .page-scrollspy .nav > li > a {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
  }
}

.container_prolist .side {
  width: 20%;
  float: left;
}

@media (max-width: 1199px) {
  .container_prolist .side {
    display: none;
  }
}

.container_prolist .side + .content {
  width: 76%;
  float: right;
}

@media (max-width: 1199px) {
  .container_prolist .side + .content {
    width: auto;
    float: none;
  }
}

.container_prolist .sidefilter .nav-header {
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 1em;
}

.container_prolist .sidefilter .nav-header .title {
  font-size: 26.0px;
  color: #262626;
  display: block;
}

@media (max-width: 1340px) {
  .container_prolist .sidefilter .nav-header .title {
    font-size: 24px;
  }
}

.container_prolist .sidefilter .nav-header .filter-reset {
  font-size: 16.0px;
  display: inline-block;
}

.container_prolist .sidefilter .filter-wrap {
  border-top: 1px #dfdfdf solid;
}

.container_prolist .sidefilter .filter-wrap .filter-header {
  padding: 4px 0px 4px 0px;
}

.container_prolist .sidefilter .filter-wrap .filter-header a {
  display: block;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}

.container_prolist .sidefilter .filter-wrap .filter-header .control-label {
  font-size: 22.0px;
  color: #4b4b4b;
  cursor: pointer;
  line-height: 1.4em;
  padding: 0.4em 0;
  margin: 0;
}

@media (max-width: 1340px) {
  .container_prolist .sidefilter .filter-wrap .filter-header .control-label {
    font-size: 18px;
  }
}

.container_prolist .sidefilter .filter-wrap .filter-header .btn-collapse {
  width: 26px;
  height: 26px;
  position: absolute;
  display: block;
  right: 0;
  top: 0.65em;
}

@media (max-width: 1340px) {
  .container_prolist .sidefilter .filter-wrap .filter-header .btn-collapse {
    top: 0.35em;
  }
}

.container_prolist .sidefilter .filter-wrap .filter-header .btn-collapse:before {
  position: absolute;
  width: 13px;
  height: 2px;
  top: 13px;
  left: 8px;
  content: '';
  display: block;
  background: #7d7786;
  -webkit-box-shadow: 0 0 1px rgab(0, 0, 0, 0.5);
          box-shadow: 0 0 1px rgab(0, 0, 0, 0.5);
}

.container_prolist .sidefilter .filter-wrap .filter-header .btn-collapse:after {
  position: absolute;
  width: 2px;
  height: 13px;
  top: 8px;
  left: 13px;
  content: '';
  display: block;
  background: #7d7786;
  opacity: 0;
}

.container_prolist .sidefilter .filter-wrap .filter-header a .btn-collapse:after {
  opacity: 0;
}

.container_prolist .sidefilter .filter-wrap .filter-header a.collapsed .btn-collapse:after {
  opacity: 1;
}

.container_prolist .sidefilter .filter-wrap .filter-body {
  padding: 0 0 8px 0;
}

.container_prolist .sidefilter .filter-wrap .filter-body .checkbox {
  font-size: 16px;
  line-height: 1.3em;
}

.container_prolist .sidefilter .filter-wrap .filter-body .checkbox + .checkbox {
  margin-top: 0.6em;
}

.container_prolist .filter-toggle-nav {
  display: none;
}

@media (max-width: 1199px) {
  .container_prolist .filter-toggle-nav {
    display: block;
  }
}

.container_prolist .filter-toggle-nav .sb-toggle-filter {
  display: inline-block;
  cursor: pointer;
  color: #4b4b4b;
  padding: 7px 50px;
  background: #f2eeef;
  font-weight: 500;
}

@media (max-width: 991px) {
  .container_prolist .filter-toggle-nav .sb-toggle-filter {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.container_prolist .filter-toggle-nav .sb-toggle-filter i {
  color: #e72e35;
  margin-right: 6px;
}

.container_prolist .filter-toggle-nav .sb-toggle-filter span {
  font-size: 15px;
  position: relative;
  top: -0.15em;
  margin-left: 3px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.container_prolist .filter-toggle-nav .sb-toggle-filter:hover {
  background: #e72e35;
  color: #fff;
}

.container_prolist .filter-toggle-nav .sb-toggle-filter:hover i {
  color: #fff;
}

@media (max-width: 1199px) {
  .container_prolist .filter-checked-item {
    display: none;
  }
}

.container_prolist .filter-checked-item ul,
.container_prolist .filter-checked-item li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container_prolist .filter-checked-item li {
  display: inline-block;
  margin-right: 10px;
  font-size: 15.0px;
}

.container_prolist .filter-checked-item li i {
  padding-right: 4px;
}

.container_prolist .prolist-no-result {
  background: #fbfaf9;
  padding: 20px 15px;
  text-align: center;
  margin: 12px 0;
}

.container_prolist .prodlist-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px -20px;
}

@media (max-width: 1199px) {
  .container_prolist .prodlist-wrap {
    margin: 10px -5px;
  }
}

.container_prolist .prodlist-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .container_prolist .prodlist-wrap li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 33.33333%;
  }
}

@media (max-width: 600px) {
  .container_prolist .prodlist-wrap li {
    width: 50%;
  }
}

@media (max-width: 359px) {
  .container_prolist .prodlist-wrap li {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
}

.container_prolist .prodlist-wrap li:nth-child(4n+1) {
  clear: left;
}

@media (max-width: 1199px) {
  .container_prolist .prodlist-wrap li:nth-child(4n+1) {
    clear: none;
  }
}

@media (max-width: 1199px) {
  .container_prolist .prodlist-wrap li:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 600px) {
  .container_prolist .prodlist-wrap li:nth-child(3n+1) {
    clear: none;
  }
}

@media (max-width: 600px) {
  .container_prolist .prodlist-wrap li:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 359px) {
  .container_prolist .prodlist-wrap li:nth-child(2n+1) {
    clear: none;
  }
}

.container_prolist .prodlist-wrap li .prodlist {
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(50, 50, 50, 0.15);
          box-shadow: 0 0 15px rgba(50, 50, 50, 0.15);
}

@media (max-width: 1199px) {
  .container_prolist .prodlist-wrap li .prodlist {
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.15);
            box-shadow: 0 0 5px rgba(50, 50, 50, 0.15);
  }
}

.container_prolist .prodlist-wrap li .prodlist .listimg {
  padding: 18px;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .listimg {
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .listimg {
    padding: 5px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .listimg a {
  display: block;
  padding: 10px;
}

@media (max-width: 480px) {
  .container_prolist .prodlist-wrap li .prodlist .listimg a {
    padding: 6px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .prolist-info-wrap {
  border-top: 1px #dfdfdf solid;
  padding: 12px 0 45px 0;
  margin: 0 18px 0;
  min-height: 255.6px;
  position: relative;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .prolist-info-wrap {
    min-height: 219.6px;
  }
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .prolist-info-wrap {
    margin: 0 15px 0;
  }
}

@media (max-width: 480px) {
  .container_prolist .prodlist-wrap li .prodlist .prolist-info-wrap {
    padding-bottom: 38px;
    min-height: 201.6px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-name a {
  color: #555555;
  font-size: 21.99996px;
  font-weight: 500;
  display: block;
  line-height: 1.2em;
  max-height: 2.4em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-name a {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-name a {
    font-size: 19px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-no a {
  font-size: 16.99999px;
  color: #b1a099;
  display: block;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  max-height: 3.6em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-no a {
    font-size: 16px;
    margin-bottom: 0.3em;
    margin-top: 0.1em;
  }
}

@media (max-width: 480px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-no a {
    font-size: 15px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-intro-sim {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 70.49997px;
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-intro-sim {
    -webkit-line-clamp: 2;
    height: 47.99998px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-intro-sim {
    height: 43.49998px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-intro-sim,
.container_prolist .prodlist-wrap li .prodlist .pro-intro-sim p {
  font-size: 14.99999px;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-intro-sim,
  .container_prolist .prodlist-wrap li .prodlist .pro-intro-sim p {
    line-height: 1.45em;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-intro-sim p {
  margin: 0;
  padding: 0;
}

.container_prolist .prodlist-wrap li .prodlist .pro-list-btn {
  text-align: right;
  position: relative;
  margin: 0 -18px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-list-btn {
    margin: 0 -15px 0 0;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-list-btn a {
  width: 115px;
  height: 49px;
  display: block;
  float: right;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-list-btn a {
    width: 95px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-list-btn a {
    width: 80px;
    height: 36px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-list-btn a:before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 49px 115px;
  border-color: transparent transparent #d4cfc6 transparent;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-list-btn a:before {
    border-width: 0 0 40px 95px;
  }
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-list-btn a:before {
    border-width: 0 0 36px 80px;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-list-btn a span {
  position: relative;
  z-index: 2;
  padding: 12px 10px 0 0;
  display: block;
  font-size: 23.99994px;
  color: #fff;
}

@media (max-width: 991px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-list-btn a span {
    padding: 6px 10px 0 0;
    font-size: 22.0px;
  }
}

@media (max-width: 767px) {
  .container_prolist .prodlist-wrap li .prodlist .pro-list-btn a span {
    font-size: 19px;
    padding: 6px 8px 0 0;
  }
}

.container_prolist .prodlist-wrap li .prodlist .pro-list-btn:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.container_prolist .prodlist-wrap li .prodlist:hover .listimg img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.container_prolist .prodlist-wrap li .prodlist:hover .pro-name a {
  color: #e72e35;
}

.container_prolist .prodlist-wrap li .prodlist:hover .pro-no a {
  color: #695b5b;
}

.container_prolist .prodlist-wrap li .prodlist:hover .pro-list-btn a:before {
  border-bottom-color: #e72e35;
}

.container_prolist .prodlist-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.container_prolist .side + .content .prodlist-wrap li {
  width: 33.3333%;
}

@media (max-width: 600px) {
  .container_prolist .side + .content .prodlist-wrap li {
    width: 50%;
  }
}

@media (max-width: 359px) {
  .container_prolist .side + .content .prodlist-wrap li {
    width: auto;
  }
}

.container_prolist .side + .content .prodlist-wrap li:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 600px) {
  .container_prolist .side + .content .prodlist-wrap li:nth-child(3n+1) {
    clear: none;
  }
}

.container_prolist .side + .content .prodlist-wrap li:nth-child(4n+1) {
  clear: none;
}

.sb-filter-bg {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.sb-filter-open .sb-filter-bg {
  z-index: 11;
  opacity: 1;
}

.sb-filter-open .sb-filter-wrap {
  left: 0;
}

.sb-filter-open .sb-filter-body {
  z-index: 12;
}

.sb-filter-wrap {
  z-index: 1001;
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: -300px;
}

.sb-filter-wrap .sb-filter-body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background: #fff;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  overflow-y: auto;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-list {
  padding: 10px 20px 60px 20px;
  text-align: left;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-list .filter-wrap + .filter-wrap {
  margin-top: 20px;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-list .filter-header {
  font-size: 22.0px;
  color: #4b4b4b;
  cursor: pointer;
  line-height: 1.4em;
  padding: 0.4em 0;
  margin: 0;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-list .checkbox {
  line-height: 20px;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-action-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  z-index: 1002;
  padding: 10px 5px;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px #dfdfdf solid;
  left: -300px;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-action-wrap .sb-filter-action-btn {
  width: 50%;
  float: left;
  padding: 0 5px;
}

.sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-action-wrap .sb-filter-action-btn .btn {
  width: 100%;
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sb-filter-open .sb-filter-wrap .sb-filter-body .sb-filter-content .sb-filter-action-wrap {
  position: fixed;
  left: 0;
}

.container_proinfo #middle > .wrap {
  padding: 0;
  width: auto;
}

.pro-banner-wrap {
  position: relative;
}

.pro-banner-wrap > .wrap {
  padding: 0;
}

.pro-banner {
  width: 137.14285%;
  margin: 0 -18.571425%;
}

@media (max-width: 991px) {
  .pro-banner {
    display: none;
  }
}

.banner-v,
.banner-h {
  display: none;
}

@media (max-width: 991px) {
  .banner-h {
    display: block;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .banner-h {
    display: none;
  }
  .banner-v {
    display: block;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .banner-v {
    display: none;
  }
  .banner-h {
    display: block;
  }
}

.pro-banner-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
}

@media (max-width: 991px) {
  .pro-banner-txt {
    position: static;
    padding-top: 25px;
  }
}

@media (max-width: 600px) {
  .pro-banner-txt {
    padding-top: 15px;
  }
}

.pro-banner-txt .pro-banner-ti,
.pro-banner-txt .pro-banner-icon-wrap {
  width: 35%;
}

@media (max-width: 991px) {
  .pro-banner-txt .pro-banner-ti,
  .pro-banner-txt .pro-banner-icon-wrap {
    width: auto;
  }
}

.pro-banner-txt h1 {
  font-size: 60px;
  color: #514d4d;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}

@media (max-width: 1399px) {
  .pro-banner-txt h1 {
    font-size: 48px;
  }
}

@media (max-width: 1199px) {
  .pro-banner-txt h1 {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .pro-banner-txt h1 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .pro-banner-txt h1 {
    font-size: 30px;
  }
}

.pro-banner-txt h2 {
  font-size: 32px;
  color: #938d83;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

@media (max-width: 1399px) {
  .pro-banner-txt h2 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .pro-banner-txt h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .pro-banner-txt h2 {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .pro-banner-txt h2 {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .lan-T .pro-banner-txt h1 {
    font-size: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .lan-T .pro-banner-txt h1 {
    font-size: 42px;
  }
}

@media (min-width: 1400px) {
  .lan-S .pro-banner-txt h1 {
    font-size: 46px;
  }
}

@media (min-width: 992px) and (max-width: 1399px) {
  .lan-S .pro-banner-txt h1 {
    font-size: 42px;
  }
}

.pro-banner-icon-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 24px;
}

@media (max-width: 1399px) {
  .pro-banner-icon-wrap ul {
    margin-top: 20px;
  }
}

.pro-banner-icon-wrap ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.pro-banner-icon-wrap ul li {
  float: left;
  text-align: center;
  margin-right: 12px;
}

.pro-banner-icon-wrap ul li .img {
  display: block;
  text-align: center;
  margin: 0 0 6px;
}

.pro-banner-icon-wrap ul li .img img {
  height: 60px;
  width: 60px;
}

@media (max-width: 1399px) {
  .pro-banner-icon-wrap ul li .img img {
    height: 56px;
    width: 56px;
  }
}

@media (max-width: 600px) {
  .pro-banner-icon-wrap ul li .img img {
    height: 50px;
    width: 50px;
  }
}

.pro-banner-icon-wrap ul li .title {
  display: block;
  font-size: 12px;
}

.pro-title {
  color: #6d6976;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  margin: 0.3em 0;
}

@media (max-width: 1399px) {
  .pro-title {
    font-size: 50px;
  }
}

@media (max-width: 1340px) {
  .pro-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .pro-title {
    font-size: 42px;
  }
}

.pro-section-acc-title .pro-title,
.pro-section-down-faq .pro-title {
  font-size: 50px;
}

@media (max-width: 1399px) {
  .pro-section-acc-title .pro-title,
  .pro-section-down-faq .pro-title {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .pro-section-acc-title .pro-title {
    font-size: 46px;
  }
}

@media (max-width: 991px) {
  .pro-section-acc-title .pro-title {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .pro-section-down-faq .pro-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .pro-title,
  .pro-section-acc-title .pro-title,
  .pro-section-down-faq .pro-title {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .pro-title,
  .pro-section-acc-title .pro-title,
  .pro-section-down-faq .pro-title {
    font-size: 37px;
  }
}

@media (max-width: 480px) {
  .pro-title,
  .pro-section-acc-title .pro-title,
  .pro-section-down-faq .pro-title {
    font-size: 36px;
  }
}

.pro-section-default {
  padding: 60px 0 50px;
}

@media (max-width: 1199px) {
  .pro-section-default {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .pro-section-default {
    padding-top: 20px;
  }
}

@media (max-width: 600px) {
  .pro-section-default {
    padding-bottom: 20px;
  }
}

.pro-section-default .pro-desc-wrap {
  width: 50%;
  float: left;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .pro-section-default .pro-desc-wrap {
    width: auto;
    float: none;
    padding-right: 0;
  }
}

.pro-section-default .pro-desc-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
}

.pro-section-default .pro-desc-txt li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.pro-section-default .pro-desc-txt li:before {
  width: 7px;
  height: 7px;
  background: #c9b9ba;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.6em;
}

.pro-section-default .pro-desc-txt h3 {
  color: #e72e35;
  font-size: 26px;
  font-weight: normal;
  margin: 1.5em 0 .8em;
}

@media (max-width: 767px) {
  .pro-section-default .pro-desc-txt h3 {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .pro-section-default .pro-desc-txt h3 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .pro-section-default .pro-desc-txt h3 {
    font-size: 20px;
  }
}

.pro-section-default .pro-desc-txt h3.pro-desc-ti {
  font-family: "PhontPhreak's Handwriting", "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-size: 40px;
  color: #555555;
  margin: 1.2em 0 .6em;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  .pro-section-default .pro-desc-txt h3.pro-desc-ti {
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .pro-section-default .pro-desc-txt h3.pro-desc-ti {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .pro-section-default .pro-desc-txt h3.pro-desc-ti {
    font-size: 28px;
    margin-top: 1em;
  }
}

@media (max-width: 1199px) {
  .pro-section-default .pro-desc-txt .txtNormal > h3:first-child {
    margin-top: 0.5em;
  }
}

.pro-section-default .proshow-img-wrap {
  width: 50%;
  float: right;
  margin-top: -20px;
}

@media (max-width: 991px) {
  .pro-section-default .proshow-img-wrap {
    width: auto;
    float: none;
    margin-top: 0px;
  }
}

.pro-section-default .swiper-product-gallery-wrap {
  margin: 0 15%;
}

@media (max-width: 1399px) {
  .pro-section-default .swiper-product-gallery-wrap {
    margin: 0 10%;
  }
}

@media (max-width: 1340px) {
  .pro-section-default .swiper-product-gallery-wrap {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .pro-section-default .swiper-product-gallery-wrap {
    margin: 0 15%;
  }
}

@media (max-width: 767px) {
  .pro-section-default .swiper-product-gallery-wrap {
    margin: 0 8%;
  }
}

@media (max-width: 600px) {
  .pro-section-default .swiper-product-gallery-wrap {
    margin: 0 5%;
  }
}

@media (max-width: 480px) {
  .pro-section-default .swiper-product-gallery-wrap {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .pro-section-default .swiper-product-gallery-wrap .swiper-wrapper {
    padding-bottom: 20px;
  }
}

.pro-section-default .swiper-product-gallery-wrap a {
  display: block;
  position: relative;
}

.pro-section-default .swiper-product-gallery-wrap a:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f065";
  color: #abadb0;
  font-size: 20px;
}

.pro-section-default .swiper-pagination-product-gallery {
  display: none;
}

@media (max-width: 600px) {
  .pro-section-default .swiper-pagination-product-gallery {
    display: block;
    bottom: 0;
  }
}

.pro-section-default .swiper-product-thumbs-wrap {
  position: relative;
  padding: 0 70px;
}

@media (max-width: 600px) {
  .pro-section-default .swiper-product-thumbs-wrap {
    display: none;
  }
}

.pro-section-default .swiper-product-thumbs-wrap .swiper-slide {
  cursor: pointer;
}

.pro-section-default .swiper-product-thumbs-wrap .swiper-button-next-thumbs,
.pro-section-default .swiper-product-thumbs-wrap .swiper-button-prev-thumbs {
  background: #595656;
  text-align: center;
  width: 35px;
  height: 35px;
}

.pro-section-default .swiper-product-thumbs-wrap .swiper-button-next-thumbs:hover,
.pro-section-default .swiper-product-thumbs-wrap .swiper-button-prev-thumbs:hover {
  background: #e72e35;
}

.pro-section-default .swiper-product-thumbs-wrap .swiper-button-next-thumbs:before,
.pro-section-default .swiper-product-thumbs-wrap .swiper-button-prev-thumbs:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 26px;
  padding-top: 5px;
}

.pro-section-default .swiper-product-thumbs-wrap .swiper-button-next-thumbs:before {
  content: "\f105";
}

.pro-section-default .swiper-product-thumbs-wrap .swiper-button-prev-thumbs:before {
  content: "\f104";
}

.pro-section-feature,
.pro-section-default + .pro-fea-wrap-mobile,
.pro-section-acc,
.pro-section-default + .pro-section-speci,
.pro-section-feature + .pro-section-speci,
.pro-section-details + .pro-section-speci {
  background: #f7f7f7;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(white));
  background: -o-linear-gradient(top, #f7f7f7 0%, white 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  background-size: 100% 120px;
  background-repeat: repeat-x;
}

.pro-section-feature {
  padding: 70px 0 35px;
}

@media (max-width: 1199px) {
  .pro-section-feature {
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .pro-section-feature {
    padding-top: 40px;
    padding-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .pro-section-feature {
    background: transparent;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .pro-section-feature .pro-fea-wrap {
    display: none;
  }
}

.pro-section-feature .pro-fea-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.pro-section-feature .pro-fea-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -20px;
}

.pro-section-feature .pro-fea-wrap > ul > li {
  width: 50%;
  padding: 0 20px;
  float: left;
  margin-bottom: 5px;
}

@media (max-width: 1340px) {
  .pro-section-feature .pro-fea-wrap > ul > li {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .pro-section-feature .pro-fea-wrap > ul > li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

.pro-section-feature .pro-fea-wrap > ul > li:nth-child(2n+1) {
  clear: left;
}

.pro-section-feature .pro-fea-wrap > ul > li:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.pro-section-feature .pro-fea-wrap .pro-fea-ic {
  width: 200px;
  float: left;
}

@media (max-width: 1340px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic {
    width: 180px;
  }
}

@media (max-width: 1199px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic {
    width: 160px;
  }
}

@media (max-width: 991px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic {
    width: 180px;
  }
}

@media (max-width: 600px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic {
    width: 160px;
  }
}

.pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
  margin-left: 235px;
}

@media (max-width: 1340px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
    margin-left: 215px;
  }
}

@media (max-width: 1199px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
    margin-left: 185px;
  }
}

@media (max-width: 991px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
    margin-left: 225px;
  }
}

@media (max-width: 767px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
    margin-left: 215px;
  }
}

@media (max-width: 600px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
    margin-left: 185px;
  }
}

.pro-section-feature .pro-fea-wrap .pro-fea-ic,
.pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
  margin-bottom: 45px;
}

@media (max-width: 1340px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic,
  .pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .pro-section-feature .pro-fea-wrap .pro-fea-ic,
  .pro-section-feature .pro-fea-wrap .pro-fea-ic + .pro-fea-txt {
    margin-bottom: 10px;
  }
}

.pro-section-feature .pro-fea-txt h4 {
  color: #6e8194;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

@media (max-width: 1340px) {
  .pro-section-feature .pro-fea-txt h4 {
    margin: 0 0 0.5em;
  }
}

@media (max-width: 1199px) {
  .pro-section-feature .pro-fea-txt h4 {
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  .pro-section-feature .pro-fea-txt h4 {
    font-size: 18px;
  }
}

.pro-section-feature .pro-fea-txt ul,
.pro-section-feature .pro-fea-txt p,
.pro-section-feature .pro-fea-txt ol {
  line-height: 1.4em;
  font-size: 16px;
}

.pro-section-feature .pro-fea-txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pro-section-feature .pro-fea-txt li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0.5em;
}

.pro-section-feature .pro-fea-txt li:before {
  width: 7px;
  height: 7px;
  background: #c9b9ba;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}

@media (max-width: 767px) {
  .pro-section-feature .pro-fea-txt li:before {
    top: 0.46em;
  }
}

.pro-fea-wrap-mobile {
  display: none;
}

@media (max-width: 480px) {
  .pro-fea-wrap-mobile {
    display: block;
    margin: 0 -20px;
  }
}

.pro-fea-wrap-mobile .pro-fea-wrap-mobile-swiper {
  padding-bottom: 10px;
}

.pro-fea-wrap-mobile .pro-fea-wrap-mobile-swiper .swiper-slide {
  min-height: 240px;
}

.pro-fea-wrap-mobile .pro-fea-ic {
  width: auto;
  float: none;
}

.pro-fea-wrap-mobile .pro-fea-txt {
  margin-top: 20px;
  padding: 0 20px 50px;
}

.pro-section-refenrence {
  padding: 20px 0;
  background: #828286;
  color: #fff;
  font-size: 15px;
  line-height: 1.6em;
}

@media (max-width: 1199px) {
  .pro-section-refenrence {
    font-size: 14px;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .pro-section-refenrence {
    font-size: 13px;
  }
}

.pro-section-refenrence .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .pro-section-refenrence .wrap {
    display: block;
  }
}

.pro-section-refenrence .feature-refenrence-ti {
  padding-right: 15px;
}

.pro-video-text-wrap,
.pro-section-acc-title,
.pro-down-wrap {
  float: left;
  width: 30%;
}

.pro-video-wrap,
.acclist-wrap,
.pro-faq-wrap {
  width: 66%;
  float: right;
}

.pro-section-video {
  background: #fbfaf9;
  padding: 75px 0;
}

@media (max-width: 1399px) {
  .pro-section-video {
    padding: 65px 0;
  }
}

@media (max-width: 991px) {
  .pro-section-video {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.pro-section-video .wrap,
.pro-section-video .wrap * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media (max-width: 991px) {
  .pro-section-video .wrap {
    position: relative;
    padding: 0;
  }
}

.pro-section-video-bg {
  display: none;
}

@media (max-width: 991px) {
  .pro-section-video-bg {
    display: block;
    height: 0;
    padding-bottom: 60%;
    /*position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;*/
    background-size: cover;
    opacity: 0.8;
    background-position: center center;
  }
}

@media (max-width: 600px) {
  .pro-section-video-bg {
    padding-bottom: 70%;
  }
}

@media (max-width: 480px) {
  .pro-section-video-bg {
    padding-bottom: 100%;
  }
}

.pro-video-text-wrap {
  text-align: right;
}

@media (max-width: 991px) {
  .pro-video-text-wrap {
    width: 100%;
    float: none;
    text-align: center;
    position: absolute;
    bottom: 52%;
    padding: 0 20px;
  }
}

.pro-video-text-wrap .pro-title {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8);
}

.pro-video-text-wrap .pro-video-sim-des .txtNormal {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8);
  line-height: 1.4em;
  max-height: 2.8em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .pro-video-wrap {
    width: 100%;
    float: none;
    position: absolute;
    top: 50%;
  }
}

.pro-video-wrap a {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 991px) {
  .pro-video-wrap a {
    text-align: center;
    overflow: visible;
  }
}

.pro-video-wrap a img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 991px) {
  .pro-video-wrap a img {
    display: none;
  }
}

.pro-video-wrap a:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pro-video-wrap a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #595656;
  opacity: 0.8;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 991px) {
  .pro-video-wrap a span {
    position: static;
  }
}

.pro-video-wrap a:hover span {
  color: #e72e35;
}

.pro-video-wrap a span i.fa {
  font-size: 87px;
  border: 12px solid;
  border-radius: 50%;
  padding: 10px;
  width: 130px;
  height: 130px;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199px) {
  .pro-video-wrap a span i.fa {
    font-size: 80px;
    border-width: 10px;
    text-align: center;
    padding-left: 25px;
    width: 125px;
    height: 125px;
  }
}

@media (max-width: 991px) {
  .pro-video-wrap a span i.fa {
    font-size: 66px;
    border-width: 6px;
    line-height: 88px;
    width: 120px;
    height: 120px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8);
            box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 767px) {
  .pro-video-wrap a span i.fa {
    font-size: 52px;
    border-width: 5px;
    line-height: 61px;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 600px) {
  .pro-video-wrap a span i.fa {
    font-size: 44px;
    border-width: 4px;
    line-height: 53px;
    padding-left: 19px;
    width: 80px;
    height: 80px;
  }
}

.pro-section-speci {
  padding: 60px 0 60px;
}

@media (max-width: 1340px) {
  .pro-section-speci {
    padding: 45px 0 50px;
  }
}

@media (max-width: 1199px) {
  .pro-section-speci {
    padding: 35px 0 40px;
  }
}

@media (max-width: 991px) {
  .pro-section-speci {
    padding-top: 30px;
  }
}

.pro-section-speci .pro-title {
  text-align: center;
  margin-bottom: .8em;
}

@media (max-width: 480px) {
  .pro-section-speci .pro-title {
    margin-bottom: 0.4em;
  }
}

.pro-section-speci table {
  width: 100%;
}

.pro-section-speci table tbody {
  border-bottom: 1px #ececec solid;
}

.pro-section-speci table thead tr td,
.pro-section-speci table thead tr th,
.pro-section-speci table tbody tr td,
.pro-section-speci table tbody tr th {
  padding: 10px 2px;
  border-top: 1px #ececec solid;
}

@media (max-width: 991px) {
  .pro-section-speci table thead tr td,
  .pro-section-speci table thead tr th,
  .pro-section-speci table tbody tr td,
  .pro-section-speci table tbody tr th {
    padding-right: 8px;
  }
}

.pro-section-speci table thead tr td,
.pro-section-speci table thead tr th {
  color: #4b4b4b;
}

.pro-section-speci table thead tr:first-child td,
.pro-section-speci table thead tr:first-child th {
  border-top: 0;
}

.pro-section-speci table thead tr th {
  font-weight: 400;
}

@media (max-width: 767px) {
  .pro-section-speci table thead tr th {
    font-size: 15px;
    color: #777777;
  }
}

.pro-section-speci table thead tr td {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .pro-section-speci table thead tr td {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .pro-section-speci table thead tr td {
    line-height: 1.3em;
  }
}

.pro-section-speci table tbody tr td,
.pro-section-speci table tbody tr th {
  color: #4b4b4b;
}

.pro-section-speci table tbody tr th {
  font-weight: normal;
  vertical-align: top;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .pro-section-speci table tbody tr th {
    font-size: 15px;
    color: #777777;
  }
}

.pro-section-speci table tbody tr:first-child th,
.pro-section-speci table tbody tr:first-child td,
.pro-section-speci table tbody tr.tr-dark th,
.pro-section-speci table tbody tr.tr-dark td {
  border-top-color: #adadad;
}

.pro-section-speci table tbody tr:first-child th {
  width: 45%;
}

@media (max-width: 767px) {
  .pro-section-speci table tbody tr:first-child th {
    width: auto;
  }
}

.pro-section-speci table tbody tr:first-child td.pro-speci-part + th {
  width: 30%;
}

@media (max-width: 767px) {
  .pro-section-speci table tbody tr:first-child td.pro-speci-part + th {
    width: auto;
  }
}

.pro-section-speci table tbody tr td {
  font-weight: 300;
}

@media (max-width: 767px) {
  .pro-section-speci table tbody tr td {
    font-weight: 500;
  }
}

.pro-section-speci table tbody tr td.pro-speci-part {
  font-weight: 600;
  vertical-align: top;
}

@media (max-width: 767px) {
  .pro-section-speci table tbody tr td.pro-speci-part {
    font-size: 16px;
    padding-top: 9px;
  }
}

.pro-section-speci table tbody tr:first-child td.pro-speci-part {
  width: 25%;
}

@media (max-width: 767px) {
  .pro-section-speci table tbody tr:first-child td.pro-speci-part {
    width: auto;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe thead tr td,
  .pro-section-speci .pro-table-spe thead tr th,
  .pro-section-speci .pro-table-spe tbody tr td,
  .pro-section-speci .pro-table-spe tbody tr th {
    display: block;
    border-top: 0;
    line-height: 1.5em;
    padding: 8px 2px;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe thead tr th {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe thead tr td {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe tbody tr th {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe thead tr:last-child :last-child {
    border-bottom: 1px #ececec solid;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe tbody tr + tr .pro-speci-part {
    border-top: 1px #ececec solid;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe tbody tr td {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .pro-section-speci .pro-table-spe tbody tr td.pro-speci-part {
    padding-top: 18px;
    padding-bottom: 4px;
    font-size: 18px;
  }
}

.pro-section-speci table tbody tr td ol,
.pro-section-speci table tbody tr td ul {
  margin-bottom: 0;
  padding-left: 1.5em;
}

.gover-agencies-license {
  font-size: 15px;
}

@media (max-width: 1340px) {
  .gover-agencies-license {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .gover-agencies-license {
    font-size: 13px;
  }
}

@media (max-width: 359px) {
  .gover-agencies-license {
    font-size: 12px;
  }
}

.pro-section-acc {
  padding: 70px 0 45px;
}

.pro-section-acc * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition-delay: 0;
       -o-transition-delay: 0;
          transition-delay: 0;
}

.pro-section-acc.open .acclist-btn {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .pro-section-acc {
    padding-top: 45px;
    padding-bottom: 35px;
  }
}

@media (max-width: 991px) {
  .pro-section-acc {
    padding-top: 35px;
  }
}

@media (max-width: 1199px) {
  .pro-section-acc .pro-section-acc-title {
    width: auto;
    float: none;
  }
}

.pro-section-acc .pro-section-acc-title .pro-title {
  text-align: center;
  margin-bottom: .8em;
}

.pro-section-acc .acclist-wrap {
  overflow: hidden;
}

@media (min-width: 768px) {
  .pro-section-acc .acclist-wrap {
    height: 100% !important;
  }
}

@media (max-width: 1199px) {
  .pro-section-acc .acclist-wrap {
    width: auto;
    float: none;
  }
}

@media (max-width: 767px) {
  .pro-section-acc .acclist-wrap {
    margin: 0 -15px;
  }
}

.pro-section-acc .acclist-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .pro-section-acc .acclist-wrap ul {
    margin: 0 0px;
  }
}

.pro-section-acc .acclist-wrap ul li {
  float: left;
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .pro-section-acc .acclist-wrap ul li {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .pro-section-acc .acclist-wrap ul li {
    padding: 0 10px;
  }
}

@media (max-width: 480px) {
  .pro-section-acc .acclist-wrap ul li {
    width: 50%;
  }
}

.pro-section-acc .acclist-wrap ul li:nth-child(3n+1) {
  clear: left;
}

@media (max-width: 480px) {
  .pro-section-acc .acclist-wrap ul li:nth-child(3n+1) {
    clear: none;
  }
}

@media (max-width: 480px) {
  .pro-section-acc .acclist-wrap ul li:nth-child(2n+1) {
    clear: left;
  }
}

.pro-section-acc .acclist-wrap ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.pro-section-acc .acclist a {
  display: block;
  border: 1px #dbdbdb solid;
}

@media (max-width: 767px) {
  .pro-section-acc .acclist a {
    border: 0;
  }
}

.pro-section-acc .acclist .listimg {
  display: table-cell;
  width: 130px;
  padding: 5px;
}

@media (max-width: 1199px) {
  .pro-section-acc .acclist .listimg {
    width: 110px;
  }
}

@media (max-width: 767px) {
  .pro-section-acc .acclist .listimg {
    display: block;
    width: auto;
    border: 1px #dbdbdb solid;
  }
}

.pro-section-acc .acclist .listimg img {
  width: 100%;
}

.pro-section-acc .acclist .acclist-info-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
}

@media (max-width: 767px) {
  .pro-section-acc .acclist .acclist-info-wrap {
    display: block;
    text-align: center;
  }
}

.pro-section-acc .acclist .pro-name {
  font-size: 17px;
  color: #666666;
  line-height: 1.3em;
  display: block;
}

@media (max-width: 991px) {
  .pro-section-acc .acclist .pro-name {
    font-size: 16px;
  }
}

.pro-section-acc .acclist a:hover {
  border-color: #e72e35;
}

@media (max-width: 767px) {
  .pro-section-acc .acclist a:hover .listimg {
    border-color: #e72e35;
  }
}

.pro-section-acc .acclist a:hover .pro-name {
  color: #e72e35;
}

.pro-section-acc .acclist-btn-wrap {
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .pro-section-acc .acclist-btn-wrap {
    display: block;
  }
}

.pro-section-acc .acclist-btn {
  height: 34px;
  width: 34px;
  background: #f2eeef;
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #939598;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pro-section-acc .acclist-btn:hover {
  background: #e72e35;
  color: #fff;
}

.pro-section-acc .acclist-btn i.fa {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.pro-section-down-faq {
  background: #fbfaf9;
  padding: 70px 0;
}

@media (max-width: 1199px) {
  .pro-section-down-faq {
    padding: 60px 0 50px;
  }
}

@media (max-width: 991px) {
  .pro-section-down-faq {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}

.pro-section-down-faq .pro-title {
  margin-bottom: 0.6em;
}

.pro-section-down-faq .wrap {
  position: relative;
}

.pro-section-down-faq .wrap:before {
  position: absolute;
  left: 31.5%;
  top: 0;
  bottom: 0;
  content: '';
  width: 1px;
  display: block;
  background: #dbd7d4;
}

@media (max-width: 1199px) {
  .pro-section-down-faq .wrap:before {
    left: 41.5%;
  }
}

@media (max-width: 991px) {
  .pro-section-down-faq .wrap:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .pro-down-wrap {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .pro-down-wrap {
    width: auto;
    float: none;
  }
}

.pro-downlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pro-downlist li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.35em;
}

.pro-downlist li:before {
  content: "\f0ed";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 12px;
  color: #e72e35;
}

.pro-downlist .pro-down-name {
  margin-bottom: 0.1em;
  line-height: 1.35em;
}

.pro-downlist .pro-down-name a {
  color: #444;
  font-size: 17px;
  display: block;
  font-weight: 500;
  padding: 9px 0 0;
}

@media (max-width: 1199px) {
  .pro-downlist .pro-down-name a {
    padding-top: 7px;
  }
}

@media (max-width: 480px) {
  .pro-downlist .pro-down-name a {
    font-size: 16px;
  }
}

.pro-downlist .pro-down-name a:hover {
  color: #e72e35;
}

.pro-downlist .pro-down-note {
  font-size: 15px;
  line-height: 1.4em;
  color: #b0a6a2;
}

@media (max-width: 600px) {
  .pro-downlist .pro-down-note {
    font-size: 14px;
  }
}

.pro-downlist .pro-down-size {
  margin-right: 6px;
}

@media (max-width: 1199px) {
  .pro-faq-wrap {
    width: 56%;
  }
}

@media (max-width: 991px) {
  .pro-faq-wrap {
    width: auto;
    float: none;
    padding-top: 40px;
  }
}

.pro-faq-wrap .panel {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pro-faq-wrap .panel-heading {
  padding: 0;
}

.pro-faq-wrap .panel-title a {
  display: block;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 500;
  padding-left: 22px;
  line-height: 1.4em;
  position: relative;
  color: #444;
}

@media (max-width: 1199px) {
  .pro-faq-wrap .panel-title a {
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media (max-width: 991px) {
  .pro-faq-wrap .panel-title a {
    padding-left: 30px;
  }
}

@media (max-width: 480px) {
  .pro-faq-wrap .panel-title a {
    font-size: 16px;
  }
}

.pro-faq-wrap .panel-title a:hover {
  color: #e72e35;
}

.pro-faq-wrap .panel-title a:before {
  content: "\f128";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e72e35;
  font-size: 20px;
  width: 30px;
  position: absolute;
  top: 10px;
  left: 0;
}

@media (max-width: 1199px) {
  .pro-faq-wrap .panel-title a:before {
    top: 8px;
  }
}

.pro-faq-wrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.pro-faq-wrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}

.pro-faq-wrap .panel-body {
  padding: 6px 15px 10px 22px;
}

@media (max-width: 991px) {
  .pro-faq-wrap .panel-body {
    padding-left: 30px;
  }
}

.pro-faq-wrap .panel-body .txtNormal {
  color: #9e9490;
}

@media (min-width: 992px) {
  .pro-faq-wrap .panel-body .txtNormal {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .pro-faq-wrap .panel-body .txtNormal {
    line-height: 1.6em;
  }
}

.pro-faq-wrap .panel-body .txtNormal p {
  margin-bottom: 0;
  line-height: inherit;
}

.pro-faq-wrap .panel-body .txtNormal p + p {
  margin-top: 15px;
}

.prr-section-helplink .wrap {
  padding: 0;
  width: 100%;
}

.prr-section-helplink .wrap > div[class^='col-'] {
  padding: 0;
}

.prr-section-helplink .helplink {
  margin-left: 1px;
}

.prr-section-helplink .helplink a {
  display: block;
  text-align: center;
  padding: 50px 10px;
  color: #4b4b4b;
}

@media (max-width: 1399px) {
  .prr-section-helplink .helplink a {
    padding: 30px 10px;
  }
}

@media (max-width: 1340px) {
  .prr-section-helplink .helplink a {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .prr-section-helplink .helplink a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .prr-section-helplink .helplink a {
    font-size: 15px;
  }
}

.prr-section-helplink .helplink .img {
  display: block;
  padding: 6px;
}

@media (max-width: 1199px) {
  .prr-section-helplink .helplink .img {
    padding: 4px;
  }
}

.prr-section-helplink .helplink .img img {
  height: 60px;
}

@media (max-width: 1199px) {
  .prr-section-helplink .helplink .img img {
    height: 54px;
  }
}

@media (max-width: 991px) {
  .prr-section-helplink .helplink .img img {
    height: 50px;
  }
}

.prr-section-helplink .helplink a:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.prr-section-helplink .helplink .text {
  display: block;
}

.prr-section-helplink .helplink a:hover .text {
  font-weight: 500;
}

.prr-section-helplink div[class^='col-']:first-child .helplink {
  margin-left: 0;
}

.prr-section-helplink div[class^='col-']:nth-child(4n+1) .helplink a {
  background: #eeedec;
}

.prr-section-helplink div[class^='col-']:nth-child(4n+1) .helplink a:hover {
  background: #dedcda;
}

.prr-section-helplink div[class^='col-']:nth-child(4n+2) .helplink a {
  background: #f1f0ed;
}

.prr-section-helplink div[class^='col-']:nth-child(4n+2) .helplink a:hover {
  background: #e4e2dc;
}

.prr-section-helplink div[class^='col-']:nth-child(4n+3) .helplink a {
  background: #e6e3dd;
}

.prr-section-helplink div[class^='col-']:nth-child(4n+3) .helplink a:hover {
  background: #cfcac0;
}

.prr-section-helplink div[class^='col-']:nth-child(4n) .helplink a {
  background: #d1cdc4;
}

.prr-section-helplink div[class^='col-']:nth-child(4n) .helplink a:hover {
  background: #aba597;
}

.container_newsinfo .news-post-date {
  font-size: 17px;
  color: #595656;
  margin-bottom: 0.4em;
}

@media (max-width: 991px) {
  .container_newsinfo .news-post-date {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .container_newsinfo .news-post-date {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .container_newsinfo .news-post-date {
    font-size: 14px;
    margin-bottom: 0.3em;
  }
}

@media (max-width: 480px) {
  .container_newsinfo .news-post-date {
    margin-bottom: 0.1em;
  }
}

.container_newsinfo .news-post-date i.fa {
  font-size: 18px;
  color: #e72e35;
  padding-right: 12px;
}

@media (max-width: 991px) {
  .container_newsinfo .news-post-date i.fa {
    font-size: 17px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .container_newsinfo .news-post-date i.fa {
    font-size: 16px;
    padding-right: 8px;
  }
}

@media (max-width: 600px) {
  .container_newsinfo .news-post-date i.fa {
    font-size: 15px;
  }
}

.news-banner {
  margin-bottom: 25px;
}

@media (max-width: 600px) {
  .news-banner {
    margin-bottom: 15px;
  }
}

.txtNormal-newsinfo {
  margin: 25px 0 45px;
}

@media (max-width: 600px) {
  .txtNormal-newsinfo {
    margin: 15px 0 25px;
  }
}

.news-custom-content {
  margin: 30px 0;
}

@media (max-width: 767px) {
  .news-custom-content {
    margin: 20px 0;
  }
}

@media (max-width: 600px) {
  .news-custom-content {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .newslist-wrap {
    margin: 0 -10px;
    margin-top: -35px;
  }
}

@media (max-width: 480px) {
  .newslist-wrap {
    margin-top: -15px;
  }
}

.newslist-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.newslist {
  margin: 20px 0;
}

@media (max-width: 767px) {
  .newslist {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin: 25px 0;
  }
}

@media (max-width: 480px) {
  .newslist {
    float: none;
    width: auto;
  }
}

@media (max-width: 767px) {
  .newslist:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .newslist:nth-child(2n+1) {
    clear: none;
  }
}

.newslist a {
  display: table;
}

@media (max-width: 767px) {
  .newslist a {
    display: block;
  }
}

.newslist .newslist-img {
  width: 360px;
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 1340px) {
  .newslist .newslist-img {
    width: 330px;
  }
}

@media (max-width: 991px) {
  .newslist .newslist-img {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .newslist .newslist-img {
    display: block;
    width: auto;
    padding: 0px;
  }
}

.newslist .newslist-img .img {
  display: block;
  border: 1px transparent solid;
  padding: 0.1%;
  overflow: hidden;
}

.newslist .newslist-img img {
  width: 100%;
}

.newslist .newslist-info {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 40px;
}

@media (max-width: 1340px) {
  .newslist .newslist-info {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .newslist .newslist-info {
    display: block;
    padding-left: 0;
    padding-top: 8px;
  }
}

.newslist .newslist-info .date {
  display: block;
  font-size: 15px;
  color: #7b8fa5;
  padding-top: 4px;
}

@media (max-width: 991px) {
  .newslist .newslist-info .date {
    font-size: 14px;
    padding-top: 2px;
  }
}

.newslist .newslist-info .title {
  font-size: 20px;
  display: block;
  color: #434343;
  margin-bottom: 1em;
  font-weight: 500;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .newslist .newslist-info .title {
    margin-bottom: 0.5em;
    font-size: 19px;
  }
}

@media (max-width: 600px) {
  .newslist .newslist-info .title {
    font-size: 18px;
    line-height: 1.35em;
  }
}

.newslist .newslist-info .des {
  display: block;
  font-size: 17px;
  color: #8e8e8e;
  line-height: 1.45em;
}

@media (max-width: 991px) {
  .newslist .newslist-info .des {
    font-size: 16px;
  }
}

.newslist a:hover .newslist-img .img {
  border-color: #d4cfc6;
}

.newslist a:hover .newslist-img img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.newslist a:hover .title {
  color: #e72e35;
}

.newslist:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.newslist + .newslist {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .newslist + .newslist {
    margin-top: 25px;
  }
}

@media (max-width: 480px) {
  .newslist + .newslist {
    margin-top: 40px;
  }
}

.container_location .loaction-map-static {
  margin: 0 10%;
}

@media (max-width: 767px) {
  .container_location .loaction-map-static {
    margin: 0;
  }
}

.container_location .location-map-wrap .wrap {
  width: auto;
  padding: 0;
}

.container_location .location-map-wrap .wrap #map {
  height: 400px;
  width: 100%;
}

@media (max-width: 767px) {
  .container_location .location-map-wrap .wrap #map {
    display: none;
  }
}

.container_location .location-map-wrap .wrap #map * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.container_location .loaction-list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -25px;
  position: relative;
}

.container_location .loaction-list-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  margin-bottom: 70px;
  margin-top: 30px;
  font-size: 17px;
  padding: 0 25px;
}

@media (max-width: 1340px) {
  .container_location .loaction-list-wrap li {
    font-size: 16px;
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .container_location .loaction-list-wrap li {
    margin-bottom: 45px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .container_location .loaction-list-wrap li {
    width: auto;
  }
}

@media (max-width: 600px) {
  .container_location .loaction-list-wrap li {
    font-size: 15px;
  }
}

.container_location .loaction-list-wrap li:nth-child(2n+1) {
  clear: left;
}

.container_location .loaction-list-wrap li .loaction-title {
  color: #e72e35;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1em;
  font-weight: 500;
}

@media (max-width: 1340px) {
  .container_location .loaction-list-wrap li .loaction-title {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .container_location .loaction-list-wrap li .loaction-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .container_location .loaction-list-wrap li .loaction-title {
    font-size: 15px;
  }
}

.container_location .loaction-list-wrap li .location-name {
  font-size: 24px;
  color: #4b4b4b;
  margin-bottom: 0.7em;
  line-height: 1.35em;
  min-height: 1.35em;
  font-weight: 500;
}

@media (max-width: 1340px) {
  .container_location .loaction-list-wrap li .location-name {
    font-size: 22px;
    font-weight: 400;
  }
}

@media (max-width: 991px) {
  .container_location .loaction-list-wrap li .location-name {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .container_location .loaction-list-wrap li .location-name {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .container_location .loaction-list-wrap li .location-name {
    font-size: 19px;
  }
}

.container_location .loaction-list-wrap li dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container_location .loaction-list-wrap li dl dt {
  width: 110px;
  float: left;
  clear: left;
  color: #92aac2;
  font-weight: 400;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .container_location .loaction-list-wrap li dl dt {
    width: auto;
    padding-right: 10px;
  }
}

.container_location .loaction-list-wrap li dl dd {
  margin-left: 120px;
  line-height: 1.4em;
  margin-bottom: 0.3em;
}

@media (max-width: 991px) {
  .container_location .loaction-list-wrap li dl dd {
    margin-left: 80px;
  }
}

@media (max-width: 600px) {
  .container_location .loaction-list-wrap li dl dd {
    margin-bottom: 0.25em;
  }
}

@media (max-width: 480px) {
  .container_location .loaction-list-wrap li dl dd {
    margin-left: 65px;
  }
}

.container_location .loaction-list-wrap li dl dd a {
  word-break: break-all;
}

#map .maptip {
  font-family: "TSTAR", "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

#map .maptip .loaction-title {
  color: #e72e35;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.1em;
  font-weight: 500;
}

#map .maptip .location-name {
  font-size: 18px;
  color: #4b4b4b;
  margin-bottom: 0.5em;
  line-height: 1.35em;
  min-height: 1.35em;
  font-weight: 500;
}

#map .maptip dl {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}

#map .maptip dl dt {
  float: left;
  clear: left;
  font-weight: 500;
  padding-right: 5px;
  line-height: 1.3em;
}

#map .maptip dl dt:after {
  content: ': ';
}

#map .maptip dl dd {
  font-weight: 500;
  margin-bottom: 0.2em;
  line-height: 1.3em;
}

.container_store #middle > .wrap {
  width: 100%;
  padding: 0;
}

.container_store .content {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .container_store .content {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .container_store .content {
    margin-bottom: 30px;
  }
}

.container_store #middle > .wrap > .wrap + #store-map-wrap {
  border-top: 1px #e2dede solid;
}

.container_store #middle > .wrap > #store-map-wrap {
  border-bottom: 1px #e2dede solid;
}

.container_store #store-map-wrap {
  position: relative;
}

.container_store #store-onlinelists-wrap {
  padding-top: 1px;
}

.container_store .store-onlinelist-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 30px 0;
}

.container_store .store-onlinelist-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.container_store .store-onlinelist-wrap li {
  width: 25%;
  float: left;
  margin: 20px 0;
  padding: 0 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .container_store .store-onlinelist-wrap li {
    padding: 0 12px;
  }
}

@media (max-width: 767px) {
  .container_store .store-onlinelist-wrap li {
    width: 33.33%;
    margin: 15px 0;
  }
}

@media (max-width: 600px) {
  .container_store .store-onlinelist-wrap li {
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  .container_store .store-onlinelist-wrap li {
    width: 50%;
  }
}

@media (max-width: 359px) {
  .container_store .store-onlinelist-wrap li {
    margin: 10px 0;
  }
}

.container_store .store-onlinelist-wrap li:nth-child(4n+1) {
  clear: left;
}

@media (max-width: 767px) {
  .container_store .store-onlinelist-wrap li:nth-child(4n+1) {
    clear: none;
  }
}

@media (max-width: 767px) {
  .container_store .store-onlinelist-wrap li:nth-child(3n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .container_store .store-onlinelist-wrap li:nth-child(3n+1) {
    clear: none;
  }
}

.container_store .store-onlinelist-wrap li a {
  display: block;
  border-radius: 2px;
  border: 1px transparent solid;
  padding: 5px;
}

.container_store .store-onlinelist-wrap li a:hover {
  border-color: #ece8e6;
}

@media (max-width: 767px) {
  .container_store .store-onlinelist-wrap li img {
    max-height: 57px;
  }
}

@media (max-width: 600px) {
  .container_store .store-onlinelist-wrap li img {
    max-height: 50px;
  }
}

.container_store .store-alert-wrap {
  position: absolute;
  bottom: 70px;
  left: 10%;
  right: 10%;
  text-align: center;
  z-index: 2;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 1199px) {
  .container_store .store-alert-wrap {
    bottom: 50px;
  }
}

@media (max-width: 991px) {
  .container_store .store-alert-wrap {
    position: fixed;
    bottom: 30px;
    left: 20px;
    right: 20px;
  }
}

.container_store .store-alert-wrap .store-alert {
  margin: 0 auto;
  display: inline-block;
  background: #fff;
  padding: 20px 25px;
  border-radius: 50px;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1399px) {
  .container_store .store-alert-wrap .store-alert {
    padding: 15px 20px;
  }
}

@media (max-width: 1199px) {
  .container_store .store-alert-wrap .store-alert {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .container_store .store-alert-wrap .store-alert {
    font-size: 16px;
    padding: 12px 12px 14px;
    line-height: 1.8em;
    border-radius: 20px;
  }
}

.container_store .store-alert-wrap .btn {
  border-radius: 25px;
  margin-left: 4px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 991px) {
  .container_store .store-alert-wrap .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 480px) {
  .container_store .store-alert-wrap .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_store .store-alert-wrap i.fa {
  background: #e72e35;
  color: #fff;
  padding: 5px 5px;
  border-radius: 25px;
  margin-right: 6px;
}

@media (max-width: 991px) {
  .container_store .store-alert-wrap i.fa {
    padding: 4px;
  }
}

.container_store .store-filter-wrap {
  padding: 16px 0 6px;
}

.container_store .store-filter-wrap .form-group {
  margin-bottom: 0;
}

.container_store .store-filter-wrap .store-filter-zip {
  border-left: 1px #ece8e6 solid;
}

@media (max-width: 991px) {
  .container_store .store-filter-wrap .store-filter-zip {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .container_store .store-filter-wrap .btn-link {
    background-color: #f1eeee;
  }
}

@media (max-width: 767px) {
  .container_store .store-filter-wrap .btn-link:hover,
  .container_store .store-filter-wrap .btn-link:focus {
    background-color: #ece8e6;
    color: #4b4b4b;
    text-decoration: none;
  }
}

.container_store .store-filter-wrap .btn i.fa {
  color: #c4002e;
  padding-right: 6px;
}

.container_store .store-filter-wrap .input-group input[type="text"].form-control {
  background-color: #f1eeee;
  border: 0;
}

.container_store .store-filter-wrap input[type="text"].form-control::-webkit-input-placeholder {
  color: #4b4b4b;
}

.container_store .store-filter-wrap input[type="text"].form-control:-moz-placeholder {
  color: #4b4b4b;
}

.container_store .store-filter-wrap input[type="text"].form-control::-moz-placeholder {
  color: #4b4b4b;
}

.container_store .store-filter-wrap input[type="text"].form-control:-ms-input-placeholder {
  color: #4b4b4b;
}

.container_store .store-filter-wrap .input-group-btn .btn {
  border: 0;
  background-color: #f1eeee;
}

.container_store .store-filter-wrap .form-group.focus .input-group-btn .btn,
.container_store .store-filter-wrap .input-group.focus .input-group-btn .btn {
  color: #9b94a5;
}

.container_store .store-filter-wrap:after,
.container_store .store-filter-wrap .form-group:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.container_store .store-wrap {
  position: relative;
}

.container_store .store-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.container_store .storelist {
  width: 42%;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .container_store .storelist {
    width: auto;
    float: none;
  }
}

.container_store .store-info-wrap {
  padding: 10px 20px 13px;
  cursor: pointer;
}

.container_store .store-info-wrap .title {
  color: #4b4b4b;
  font-size: 18px;
}

.container_store .store-info-wrap .store-info {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #767676;
  font-size: 16px;
  margin-top: 5px;
}

@media (max-width: 1199px) {
  .container_store .store-info-wrap .store-info {
    font-size: 15px;
  }
}

.container_store .store-info-wrap .store-info li {
  position: relative;
  padding-left: 24px;
  line-height: 1.45em;
  margin-bottom: 0.3em;
}

@media (max-width: 1199px) {
  .container_store .store-info-wrap .store-info li {
    line-height: 1.3em;
    margin-bottom: 0.5em;
  }
}

.container_store .store-info-wrap .store-info i.fa {
  position: absolute;
  left: 0;
  top: 0.2em;
  color: #b0a6a2;
  width: 24px;
  font-size: 18px;
}

.container_store .store-info-wrap .store-info a {
  color: #767676;
}

.container_store .store-info-wrap .store-info a:hover {
  color: #e72e35;
}

.container_store .store-info-wrap .service-icon {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.container_store .store-info-wrap .service-icon li {
  float: left;
}

.container_store .store-info-wrap .service-icon li img {
  height: 38px;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 38px;
}

@media (max-width: 1199px) {
  .container_store .store-info-wrap .service-icon li img {
    height: 36px;
    width: 36px;
  }
}

.container_store .store-info-wrap .service-icon li + li {
  margin-left: 8px;
}

@media (max-width: 1199px) {
  .container_store .store-info-wrap .service-icon li + li {
    margin-left: 6px;
  }
}

.container_store .store-info-wrap .service-icon:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.container_store .store-info-wrap:nth-child(odd) {
  background: #f8f7f6;
}

.container_store .store-info-wrap:hover {
  background: #ece8e6;
}

.container_store .store-info-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.container_store .store-map {
  width: 58%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .container_store .store-map {
    width: auto;
    float: none;
    position: relative;
    height: 50vh;
    min-height: 300px;
  }
}

.container_store .store-map #store-map-h {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container_store .store-map .store-info-wrap:nth-child(odd) {
  background: transparent;
}

.procate-tablist-wrap {
  margin-bottom: 20px;
}

@media (max-width: 600px) {
  .procate-tablist-wrap {
    margin-bottom: 15px;
  }
}

.procate-tablist-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -10px;
}

.procate-tablist-wrap li {
  width: 25%;
  float: left;
  padding: 0 10px;
  position: relative;
}

@media (max-width: 480px) {
  .procate-tablist-wrap li {
    width: 50%;
    margin: 8px 0;
  }
}

.procate-tablist-wrap li a {
  display: table;
  width: 100%;
  border: 1px #dbdbdb solid;
  padding: 8px 12px;
}

@media (max-width: 1199px) {
  .procate-tablist-wrap li a {
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .procate-tablist-wrap li a {
    padding: 0;
    border: 0;
  }
}

@media (max-width: 480px) {
  .procate-tablist-wrap li:nth-child(2n+1) {
    clear: left;
  }
}

.procate-tablist-wrap .img {
  width: 75px;
  display: table-cell;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 1199px) {
  .procate-tablist-wrap .img {
    width: 62px;
  }
}

@media (max-width: 991px) {
  .procate-tablist-wrap .img {
    display: block;
    width: auto;
    text-align: center;
    padding: 8px;
    border: 1px #dbdbdb solid;
    position: relative;
  }
}

.procate-tablist-wrap .img .svg,
.procate-tablist-wrap .img img {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  padding: 0;
}

@media (max-width: 991px) {
  .procate-tablist-wrap .img .svg,
  .procate-tablist-wrap .img img {
    height: 60px;
    width: 60px;
  }
}

.procate-tablist-wrap .cate-name {
  display: table-cell;
  padding-left: 15px;
  line-height: 1.3em;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (max-width: 1340px) {
  .procate-tablist-wrap .cate-name {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .procate-tablist-wrap .cate-name {
    font-size: 16px;
    padding-left: 6px;
  }
}

@media (max-width: 991px) {
  .procate-tablist-wrap .cate-name {
    display: block;
    padding: 8px 0;
    font-size: 15px;
  }
}

.procate-tablist-wrap li.active a,
.procate-tablist-wrap a:hover {
  background: #e72e35;
  color: #fff;
  border-color: #e72e35;
}

@media (max-width: 991px) {
  .procate-tablist-wrap li.active a,
  .procate-tablist-wrap a:hover {
    background: transparent;
    color: #c4002e;
  }
}

@media (max-width: 991px) {
  .procate-tablist-wrap li.active a .img,
  .procate-tablist-wrap a:hover .img {
    background: #e72e35;
    border-color: #e72e35;
  }
}

.procate-tablist-wrap li.active a path,
.procate-tablist-wrap li.active a circle,
.procate-tablist-wrap li.active a rect,
.procate-tablist-wrap a:hover path,
.procate-tablist-wrap a:hover circle,
.procate-tablist-wrap a:hover rect,
.procate-tablist-wrap a:hover path,
.procate-tablist-wrap a:hover circle,
.procate-tablist-wrap a:hover rect,
.procate-tablist-wrap a:hover path,
.procate-tablist-wrap a:hover circle,
.procate-tablist-wrap a:hover rect {
  fill: #fff;
}

.procate-tablist-wrap li:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: transparent transparent transparent transparent;
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -1px 0 0 -6px;
}

@media (max-width: 991px) {
  .procate-tablist-wrap li:after {
    display: none;
  }
}

.procate-tablist-wrap li.active:after {
  border-top-color: #e72e35;
}

.procate-tablist-wrap li .img:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: transparent transparent transparent transparent;
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  margin: -1px 0 0 -6px;
}

@media (max-width: 480px) {
  .procate-tablist-wrap li .img:after {
    display: none;
  }
}

.procate-tablist-wrap li.active .img:after {
  border-top-color: #e72e35;
}

.procate-tablist-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.lan-E .procate-tablist-wrap li {
  width: 33.33%;
}

@media (max-width: 480px) {
  .lan-E .procate-tablist-wrap li {
    width: 50%;
    margin: 8px 0;
  }
}

.lan-U .procate-tablist-wrap li {
  width: 50%;
}

@media (max-width: 480px) {
  .lan-U .procate-tablist-wrap li {
    width: 50%;
    margin: 8px 0;
  }
}

.faq-custom-content {
  margin: 30px 0;
}

@media (max-width: 600px) {
  .faq-custom-content {
    margin: 20px 0;
  }
}

.faq-custom-content:before, .faq-custom-content:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.faq-filter-wrap .form-group {
  margin-bottom: 20px;
}

.faq-filter-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.faq-panel-group-wrap {
  margin: 30px 0;
}

@media (max-width: 991px) {
  .faq-panel-group-wrap {
    margin: 10px 0 20px;
  }
}

.faq-panel-group-wrap .panel {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px #dfdfdf solid;
  border-radius: 0;
}

.faq-panel-group-wrap .panel:first-child {
  border-top: 1px #dfdfdf solid;
}

.faq-panel-group-wrap .panel-group .panel + .panel {
  margin-top: 0;
}

.faq-panel-group-wrap .panel-heading {
  padding: 0;
}

.faq-panel-group-wrap .panel-title {
  padding-left: 30px;
  position: relative;
}

.faq-panel-group-wrap .panel-title:before {
  content: "\f128";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e72e35;
  font-size: 20px;
  width: 30px;
  position: absolute;
  top: 14px;
  left: 5px;
}

@media (max-width: 1199px) {
  .faq-panel-group-wrap .panel-title:before {
    top: 12px;
  }
}

.faq-panel-group-wrap .panel-title a {
  display: block;
  padding: 12px 30px 12px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
  position: relative;
  color: #c4002e;
}

@media (max-width: 1199px) {
  .faq-panel-group-wrap .panel-title a {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .faq-panel-group-wrap .panel-title a {
    font-size: 16px;
  }
}

.faq-panel-group-wrap .panel-title a.collapsed {
  color: #444;
}

.faq-panel-group-wrap .panel-title a:hover {
  color: #e72e35;
}

.faq-panel-group-wrap .panel-title a:before {
  content: "\f068";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: 16px;
  color: #7d7786;
}

@media (max-width: 1199px) {
  .faq-panel-group-wrap .panel-title a:before {
    top: 13px;
  }
}

.faq-panel-group-wrap .panel-title a.collapsed:before {
  content: "\f067";
}

.faq-panel-group-wrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.faq-panel-group-wrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}

.faq-panel-group-wrap .panel-body {
  padding: 2px 15px 18px 30px;
}

.faq-panel-group-wrap .panel-body .txtNormal {
  color: #9e9490;
}

@media (min-width: 992px) {
  .faq-panel-group-wrap .panel-body .txtNormal {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .faq-panel-group-wrap .panel-body .txtNormal {
    line-height: 1.6em;
  }
}

.faq-panel-group-wrap .panel-body .txtNormal p {
  line-height: inherit;
}

.faq-panel-group-wrap .panel-body .txtNormal :last-child {
  margin-bottom: 0;
}

.faq-panel-group-wrap .panel-body .txtNormal p + p {
  margin-top: 15px;
}

.faq-panel-group-wrap + .pagination-wrap .pagination {
  margin-top: 0;
}

.download-custom-content {
  margin: 30px 0;
}

@media (max-width: 600px) {
  .download-custom-content {
    margin: 20px 0;
  }
}

@media (max-width: 600px) {
  .download-filter-wrap .form-group {
    margin-bottom: 10px;
  }
}

.download-table {
  width: 100%;
}

.download-table thead tr th,
.download-table thead tr td,
.download-table tbody tr th,
.download-table tbody tr td {
  padding: 12px 12px;
  line-height: 1.4em;
}

.download-table thead tr th,
.download-table thead tr td {
  background: #e5e1e1;
  color: #4a4a4a;
  white-space: nowrap;
}

@media (max-width: 1199px) {
  .download-table thead tr th,
  .download-table thead tr td {
    font-size: 15px;
  }
}

.download-table tbody tr th,
.download-table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #dfdfdf solid;
  vertical-align: top;
}

@media (max-width: 767px) {
  .download-table tbody tr th,
  .download-table tbody tr td {
    display: block;
    border-bottom: 0;
    padding: 0;
  }
}

.download-table tbody tr:hover {
  background: #f8f7f6;
}

.download-table .down-table-title {
  text-align: left;
  font-weight: 400;
  width: 30%;
}

@media (max-width: 1199px) {
  .download-table .down-table-title {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .download-table .down-table-title {
    width: auto;
    display: inline-block;
    position: relative;
    margin-left: -30px;
  }
}

.download-table .down-table-title a {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #4a4a4a;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .download-table .down-table-title a {
    font-size: 17px;
    padding-right: 5px;
  }
}

.download-table .down-table-title a:hover {
  color: #e72e35;
}

.download-table .down-table-title a:before {
  content: "\f0ed";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 5px;
  color: #e72e35;
}

@media (max-width: 1199px) {
  .download-table .down-table-title a:before {
    top: 4px;
  }
}

.download-table .down-table-des,
.download-table .down-table-sup,
.download-table .down-table-size,
.download-table .down-table-date,
.download-table .down-table-file {
  text-align: center;
}

.download-table tbody .down-table-des {
  font-size: 17px;
}

@media (max-width: 1199px) {
  .download-table tbody .down-table-des {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .download-table tbody .down-table-des {
    display: inline-block;
    text-align: left;
    font-size: 15px;
    padding-top: 2px;
  }
}

@media (max-width: 480px) {
  .download-table tbody .down-table-des {
    display: block;
    margin-bottom: 3px;
  }
}

.download-table tbody .down-table-sup {
  font-size: 16px;
  color: #666666;
  width: 25%;
}

@media (max-width: 1199px) {
  .download-table tbody .down-table-sup {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .download-table tbody .down-table-sup {
    width: auto;
    text-align: left;
    padding-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .download-table tbody .down-table-size {
    margin-right: 5px;
  }
}

.download-table tbody .down-table-size,
.download-table tbody .down-table-date {
  font-size: 15px;
  color: #b0a6a2;
}

@media (max-width: 767px) {
  .download-table tbody .down-table-size,
  .download-table tbody .down-table-date {
    text-align: left;
    display: inline-block;
    font-size: 14px;
  }
}

.download-table tbody .down-table-file {
  padding-top: 12px;
  padding-bottom: 0;
}

@media (max-width: 1199px) {
  .download-table tbody .down-table-file {
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .download-table tbody .down-table-file {
    padding-top: 0px;
    text-align: left;
  }
}

.download-table tbody .down-table-file .btn {
  border-radius: 22px;
}

@media (max-width: 767px) {
  .download-table thead {
    display: none;
  }
}

@media (max-width: 767px) {
  .download-table tbody tr {
    border: 1px #dfdfdf solid;
    display: block;
    padding: 15px 20px 15px 50px;
  }
}

@media (max-width: 767px) {
  .download-table tbody tr + tr {
    margin-top: 24px;
  }
}

#health-search {
  position: relative;
}

#health-search label {
  position: absolute;
  top: 0px;
  left: 18px;
  font-size: 18px;
}

#health-search input.form-control {
  border-radius: 21px;
  background-color: #f8f7f7;
  border-color: #dbdbdb;
  padding-left: 50px;
}

.hot-health-wrap {
  background: #efebea;
  padding: 20px 30px 25px;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .hot-health-wrap {
    padding: 15px 20px 15px;
  }
}

@media (max-width: 480px) {
  .hot-health-wrap {
    padding-bottom: 20px;
  }
}

@media (max-width: 359px) {
  .hot-health-wrap {
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

.hot-health-wrap h3 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  color: #262626;
}

@media (max-width: 1199px) {
  .hot-health-wrap h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .hot-health-wrap h3 {
    font-size: 21px;
  }
}

@media (max-width: 480px) {
  .hot-health-wrap h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media (max-width: 359px) {
  .hot-health-wrap h3 {
    font-size: 19px;
  }
}

.hot-health-list:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.hot-health .img {
  width: 120px;
  float: left;
  display: block;
}

@media (max-width: 767px) {
  .hot-health .img {
    width: 110px;
  }
}

@media (max-width: 480px) {
  .hot-health .img {
    width: 90px;
  }
}

@media (max-width: 359px) {
  .hot-health .img {
    width: 80px;
  }
}

.hot-health .text-wrap {
  display: block;
}

.hot-health .img + .text-wrap {
  margin-left: 150px;
}

@media (max-width: 767px) {
  .hot-health .img + .text-wrap {
    margin-left: 135px;
  }
}

@media (max-width: 480px) {
  .hot-health .img + .text-wrap {
    margin-left: 110px;
  }
}

@media (max-width: 359px) {
  .hot-health .img + .text-wrap {
    margin-left: 95px;
  }
}

.hot-health .title {
  font-size: 20px;
  display: block;
  margin-bottom: 0.25em;
  line-height: 26px;
  color: #e72e35;
  max-height: 52px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .hot-health .title {
    font-size: 18px;
    line-height: 23px;
    max-height: 46px;
  }
}

@media (max-width: 480px) {
  .hot-health .title {
    font-size: 17px;
    line-height: 21px;
    max-height: 43px;
  }
}

@media (max-width: 359px) {
  .hot-health .title {
    font-size: 16px;
    line-height: 20px;
    max-height: 41px;
  }
}

.hot-health .intro {
  font-size: 16px;
  color: #8e8e8e;
  display: block;
  line-height: 22px;
  height: 68px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .hot-health .intro {
    font-size: 15px;
    line-height: 21px;
    height: 64px;
  }
}

@media (max-width: 480px) {
  .hot-health .intro {
    -webkit-line-clamp: 2;
    height: 43px;
  }
}

.hot-health .intro p {
  line-height: inherit;
  margin: 0;
}

.health-panel-group-wrap {
  margin: 25px 0 40px;
}

.health-panel-group-wrap .panel {
  border-top: 1px solid #dfdfdf;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.health-panel-group-wrap .panel:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.health-panel-group-wrap .panel-group .panel + .panel {
  margin-top: 0;
}

.health-panel-group-wrap .panel-heading {
  padding: 0;
}

.health-panel-group-wrap .panel-title > a {
  padding: 16px 30px 14px 12px;
  display: block;
  font-size: 22px;
  color: #222222;
  font-weight: 500;
  position: relative;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .health-panel-group-wrap .panel-title > a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .health-panel-group-wrap .panel-title > a {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 12px;
  }
}

@media (max-width: 480px) {
  .health-panel-group-wrap .panel-title > a {
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 17px;
  }
}

@media (max-width: 359px) {
  .health-panel-group-wrap .panel-title > a {
    padding-left: 4px;
  }
}

.health-panel-group-wrap .panel-title > a:hover {
  color: #e72e35;
}

.health-panel-group-wrap .panel-title > a:after {
  position: absolute;
  content: "\f068";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 10px;
  top: 21px;
  color: #7d7786;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .health-panel-group-wrap .panel-title > a:after {
    top: 20px;
  }
}

@media (max-width: 767px) {
  .health-panel-group-wrap .panel-title > a:after {
    font-size: 17px;
    top: 16px;
  }
}

@media (max-width: 480px) {
  .health-panel-group-wrap .panel-title > a:after {
    font-size: 16px;
    top: 15px;
  }
}

.health-panel-group-wrap .panel-title > a.collapsed:after {
  content: "\f067";
}

.health-panel-group-wrap .health-panelti-num {
  font-size: 17px;
  color: #92aac2;
  font-weight: 300;
  vertical-align: top;
  padding-left: 5px;
}

@media (max-width: 1199px) {
  .health-panel-group-wrap .health-panelti-num {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .health-panel-group-wrap .health-panelti-num {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .health-panel-group-wrap .health-panelti-num {
    font-size: 13px;
  }
}

.health-panel-group-wrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.health-panel-group-wrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}

.health-panel-group-wrap .panel-body {
  padding: 0 0 15px 0;
}

@media (max-width: 480px) {
  .health-panel-group-wrap .panel-body {
    padding-bottom: 10px;
  }
}

.health-panel-group-wrap .panel-body ol {
  margin: 0;
  font-size: 15px;
  color: #e72e35;
  list-style-type: decimal-leading-zero;
}

@media (max-width: 480px) {
  .health-panel-group-wrap .panel-body ol {
    padding-left: 2.5em;
  }
}

@media (max-width: 359px) {
  .health-panel-group-wrap .panel-body ol {
    padding-left: 2.2em;
  }
}

.health-panel-group-wrap .panel-body li a {
  font-size: 17px;
  color: #555;
  padding: 5px 0 5px 4px;
  display: block;
  line-height: 1.3em;
}

@media (max-width: 480px) {
  .health-panel-group-wrap .panel-body li a {
    font-size: 16px;
    line-height: 1.25em;
  }
}

@media (max-width: 359px) {
  .health-panel-group-wrap .panel-body li a {
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.health-panel-group-wrap .panel-body li a:hover {
  color: #e72e35;
}

.container_healthinfo .content {
  margin-bottom: 55px;
}

@media (max-width: 1340px) {
  .container_healthinfo .content {
    margin-bottom: 45px;
  }
}

@media (max-width: 600px) {
  .container_healthinfo .content {
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .container_healthinfo .content {
    margin-bottom: 25px;
  }
}

.container_healthinfo blockquote {
  border-left: 0;
  padding-left: 0;
}

@media (max-width: 600px) {
  .container_healthinfo blockquote {
    margin-bottom: 25px;
  }
}

.container_healthinfo blockquote p,
.container_healthinfo .blockquote-txt {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

@media (max-width: 1399px) {
  .container_healthinfo blockquote p,
  .container_healthinfo .blockquote-txt {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .container_healthinfo blockquote p,
  .container_healthinfo .blockquote-txt {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .container_healthinfo blockquote p,
  .container_healthinfo .blockquote-txt {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .container_healthinfo blockquote p,
  .container_healthinfo .blockquote-txt {
    font-size: 16px;
  }
}

.container_healthinfo .blockquote-txt {
  position: relative;
  padding: 12px 35px;
  margin-bottom: 15px;
  display: inline-block;
}

@media (max-width: 1399px) {
  .container_healthinfo .blockquote-txt {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .container_healthinfo .blockquote-txt {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 600px) {
  .container_healthinfo .blockquote-txt {
    padding-left: 27px;
    padding-right: 27px;
  }
}

@media (max-width: 480px) {
  .container_healthinfo .blockquote-txt {
    padding: 24px 0 22px;
  }
}

.container_healthinfo .blockquote-txt:before,
.container_healthinfo .blockquote-txt:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #b5b2b8;
  font-size: 24px;
  position: absolute;
  font-style: italic;
}

@media (max-width: 1199px) {
  .container_healthinfo .blockquote-txt:before,
  .container_healthinfo .blockquote-txt:after {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .container_healthinfo .blockquote-txt:before,
  .container_healthinfo .blockquote-txt:after {
    font-size: 20px;
  }
}

.container_healthinfo .blockquote-txt:before {
  content: "\f10d";
  top: 0;
  left: 0;
}

.container_healthinfo .blockquote-txt:after {
  content: "\f10e";
  right: 5px;
  bottom: 0;
}

.container_healthinfo blockquote footer {
  background: transparent;
  color: #7b8fa5;
  font-size: 16px;
}

@media (max-width: 991px) {
  .container_healthinfo blockquote footer {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .container_healthinfo blockquote footer {
    font-size: 14px;
  }
}

.container_healthinfo cite {
  font-style: normal;
}

.container_healthinfo blockquote footer:before,
.container_healthinfo blockquote small:before,
.container_healthinfo blockquote .small:before {
  content: '';
}

@media (max-width: 767px) {
  .container_healthinfo .txtNormal-healthinfo div[class^='col-'] > p:first-child,
  .container_healthinfo .txtNormal-healthinfo div[class^='col-'] > ul:first-child {
    margin-top: 15px;
  }
}

.container_healthinfo .txtNormal-healthinfo div[class^='col-'] img {
  margin: 8px 0;
}

@media (max-width: 767px) {
  .container_healthinfo .txtNormal-healthinfo div[class^='col-'] img {
    margin: 15px 0;
  }
}

.container_healthinfo .txtNormal-healthinfo div[class^='col-'] .img-intro {
  line-height: 1.2em;
}

.container_healthinfo .txtNormal-healthinfo .row-margin {
  margin: 20px 0;
}

.container_healthinfo .txtNormal-healthinfo ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.container_healthinfo .txtNormal-healthinfo ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.container_healthinfo .txtNormal-healthinfo ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.container_healthinfo .txtNormal-healthinfo li ol > li {
  margin: 0;
}

.container_healthinfo .txtNormal-healthinfo li ol > li:before {
  content: counters(item, ".") " ";
}

.container_healthinfo .txtNormal-healthinfo ol.strong > li:before {
  font-weight: bold;
}

.container_healthinfo .health-table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .container_healthinfo .health-table {
    display: block;
  }
}

.container_healthinfo .txtNormal-healthinfo-reference {
  margin-top: 60px;
  font-style: italic;
}

@media (max-width: 1340px) {
  .container_healthinfo .txtNormal-healthinfo-reference {
    margin-top: 30px;
  }
}

div[class^="investor-section"] + div[class^="investor-section"] {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .investor-section1 > .investor-content:first-of-type .page-header2:first-of-type {
    margin-top: 20px;
  }
}

.investor-content + .investor-content {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .investor-content + .investor-content {
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .investor-content + .investor-content {
    margin-top: 50px;
  }
}

.invest-ti3 {
  font-size: 22px;
  color: #222222;
  margin: 45px 0 15px;
  padding: 0;
  font-weight: normal;
  line-height: 1.35em;
}

@media (max-width: 1399px) {
  .invest-ti3 {
    font-size: 21px;
  }
}

@media (max-width: 1199px) {
  .invest-ti3 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .invest-ti3 {
    font-size: 19px;
  }
}

@media (max-width: 480px) {
  .invest-ti3 {
    font-size: 18px;
  }
}

.page-header2 + .invest-ti3 {
  margin-top: 20px;
}

.invest-table-info {
  width: 100%;
}

.invest-table-info td,
.invest-table-info th {
  padding: 12px 15px;
  vertical-align: top;
}

@media (max-width: 991px) {
  .invest-table-info td,
  .invest-table-info th {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .invest-table-info td,
  .invest-table-info th {
    display: block;
  }
}

@media (max-width: 991px) {
  .invest-table-info tr > :first-child {
    padding-left: 15px;
  }
}

.invest-table-info th {
  font-weight: normal;
}

@media (max-width: 767px) {
  .invest-table-info th {
    padding: 12px 15px 0;
    font-size: 16px;
    color: #928686;
  }
}

@media (max-width: 767px) {
  .invest-table-info td {
    padding: 0 15px 12px;
  }
}

@media (max-width: 767px) {
  .invest-table-info tr {
    display: block;
  }
}

.invest-table-info tr:nth-child(2n+1) td,
.invest-table-info tr:nth-child(2n+1) th {
  background: #f8f7f6;
}

.invest-table-info tr:hover td,
.invest-table-info tr:hover th {
  background: #ece8e6;
}

.invest-table {
  width: 100%;
}

.invest-table td,
.invest-table th {
  padding: 12px 15px;
}

@media (max-width: 991px) {
  .invest-table td,
  .invest-table th {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 991px) {
  .invest-table tr > :first-child {
    padding-left: 15px;
  }
}

.invest-table th {
  font-weight: normal;
}

.invest-table thead td,
.invest-table thead th {
  background: #e5e1e1;
}

.invest-table tbody td,
.invest-table tbody th {
  border-bottom: 1px #dfdfdf solid;
}

.invest-table tbody tr:hover {
  background: #f8f7f6;
}

.invest-table .invest-table-no,
.invest-table .invest-table-date,
.invest-table .invest-table-file {
  text-align: center;
}

.invest-table .invest-table-no {
  width: 80px;
}

@media (max-width: 991px) {
  .invest-table .invest-table-no {
    width: 70px;
  }
}

.invest-table .invest-table-title a {
  color: #555;
  display: block;
}

.invest-table .invest-table-title a:hover,
.invest-table tr:hover .invest-table-title a {
  color: #e72e35;
}

.invest-table .invest-table-date {
  width: 150px;
}

@media (max-width: 991px) {
  .invest-table .invest-table-date {
    width: 120px;
  }
}

.invest-table .invest-table-file {
  width: 160px;
}

.invest-table .invest-table-cate {
  width: 170px;
}

@media (max-width: 991px) {
  .invest-table .invest-table-cate {
    width: 120px;
    font-size: 16px;
  }
}

.invest-table tbody .invest-table-no {
  color: #e72e35;
}

.invest-table tbody .invest-table-date {
  font-size: 15px;
  color: #b0a6a2;
}

.invest-table tbody .invest-table-file .btn {
  border-radius: 22px;
}

.invest-table tbody .invest-table-file .btn i.fa {
  width: 24px;
  padding-right: 6px;
}

/*global's Biographies of Directors 董事會 */
.invest-table-directors {
  width: 100%;
}

.invest-table-directors td,
.invest-table-directors th {
  padding: 12px 15px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .invest-table-directors td,
  .invest-table-directors th {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .invest-table-directors td,
  .invest-table-directors th {
    display: block;
  }
}

@media (max-width: 991px) {
  .invest-table-directors tr > :first-child {
    padding-left: 15px;
  }
}

.invest-table-directors th {
  font-weight: normal;
}

@media (max-width: 767px) {
  .invest-table-directors th {
    padding: 12px 15px 0;
    font-size: 16px;
    color: #928686;
  }
}

@media (max-width: 767px) {
  .invest-table-directors td {
    padding: 0 15px 12px;
  }
}

@media (max-width: 767px) {
  .invest-table-directors tr {
    display: block;
  }
}

.invest-table-directors tr:nth-child(2n) td,
.invest-table-directors tr:nth-child(2n) th {
  background: #f8f7f6;
}

@media (max-width: 767px) {
  .invest-table-directors tr:nth-child(2n) td,
  .invest-table-directors tr:nth-child(2n) th {
    background: transparent;
  }
}

@media (max-width: 767px) {
  .invest-table-directors tr:nth-child(2n+1) td,
  .invest-table-directors tr:nth-child(2n+1) th {
    background: #f8f7f6;
  }
}

.invest-table-directors tr:hover td,
.invest-table-directors tr:hover th {
  background: #ece8e6;
}

.invest-table-directors thead tr th,
.invest-table-directors thead tr td {
  background: #f8f7f6;
}

@media (max-width: 767px) {
  .invest-table-directors thead {
    display: none;
  }
}

.invest-table-directors .invest-table-directors-name {
  width: 17%;
}

@media (max-width: 767px) {
  .invest-table-directors .invest-table-directors-name {
    width: auto;
  }
}

.invest-table-directors .invest-table-directors-bg {
  width: 23%;
}

@media (max-width: 767px) {
  .invest-table-directors .invest-table-directors-bg {
    width: auto;
    font-size: 16px;
    font-weight: 300;
  }
}

.invest-table-directors .invest-table-directors-exper {
  width: 42%;
}

@media (max-width: 767px) {
  .invest-table-directors .invest-table-directors-exper {
    width: auto;
    font-size: 16px;
  }
}

.invest-table-directors ul {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
}

.invest-table-directors ul > li {
  padding-left: 20px;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  position: relative;
}

@media (max-width: 767px) {
  .invest-table-directors ul > li {
    margin-bottom: 0.3em;
  }
}

.invest-table-directors ul > li:last-child {
  margin-bottom: 0;
}

.invest-table-directors ul > li:before {
  width: 7px;
  height: 7px;
  background: #c9b9ba;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 1199px) {
  .invest-table-directors ul > li:before {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .invest-table-directors ul > li:before {
    top: 7px;
  }
}

@media (max-width: 1199px) {
  .container_investor table {
    font-size: 17px;
  }
}

.container_investor table thead td,
.container_investor table thead th {
  font-size: 16px;
}

@media (max-width: 767px) {
  .invest-table-block thead {
    display: none;
  }
}

@media (max-width: 767px) {
  .invest-table-block tbody tr {
    display: block;
    border: 1px #dfdfdf solid;
    padding: 12px 15px;
  }
}

@media (max-width: 767px) {
  .invest-table-block tbody tr + tr {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .invest-table-block tbody td,
  .invest-table-block tbody th {
    display: block;
    border-bottom: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .invest-table-block tr > :first-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .invest-table-block .invest-table-no,
  .invest-table-block .invest-table-date,
  .invest-table-block .invest-table-file {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .invest-table-block .invest-table-no {
    float: left;
    width: 30px;
  }
}

@media (max-width: 767px) {
  .invest-table-block .invest-table-title {
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .invest-table-block .invest-table-date {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .invest-table-block .invest-table-file {
    padding-left: 30px;
  }
}

/*每季財務報告*/
@media (max-width: 767px) {
  .invest-table-report .invest-table-date {
    display: inline-block;
    width: auto;
    padding-top: 2px;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .invest-table-report .invest-table-title {
    display: inline-block;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .invest-table-report .invest-table-file {
    padding-left: 0;
    padding-top: 5px;
  }
}

/*活動訊息*/
@media (max-width: 767px) {
  .invest-table-event .invest-table-cate {
    font-size: 15px;
    width: auto;
    padding-right: 6px;
    display: inline-block;
    color: #e72e35;
  }
}

@media (max-width: 767px) {
  .invest-table-event .invest-table-title {
    display: inline-block;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .invest-table-event .invest-table-date {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .invest-table-event .invest-table-file {
    padding-left: 0;
    padding-top: 3px;
  }
}

/* 每月營運報告, 歷年股利分派情形 */
.invest-table-monthincomereport td,
.invest-table-monthincomereport th {
  white-space: nowrap;
  text-align: center;
}

.invest-table-monthincomereport tbody td,
.invest-table-monthincomereport tbody th {
  width: 1%;
}

/*董事會組成多元化執行情形*/
.invest-table-directors-diversified td,
.invest-table-directors-diversified th {
  padding-left: 6px;
  padding-right: 6px;
}

.invest-table-directors-diversified thead th,
.invest-table-directors-diversified thead td {
  border-top: 1px #d9d0d0 solid;
  text-align: center;
}

@media (max-width: 1340px) {
  .invest-table-directors-diversified thead th,
  .invest-table-directors-diversified thead td {
    white-space: nowrap;
  }
}

.invest-table-directors-diversified thead tr:first-child th,
.invest-table-directors-diversified thead tr:first-child td {
  border-top: 0;
}

.invest-table-directors-diversified thead tr > :first-child {
  border-left: 0;
}

.invest-table-directors-diversified tbody td {
  text-align: center;
}

.invest-table-directors-diversified tbody th {
  white-space: nowrap;
  text-align: center;
}

div[class^="csr-section"],
div[class^="hr-section"] {
  padding-top: 20px;
}

@media (max-width: 991px) {
  div[class^="csr-section"],
  div[class^="hr-section"] {
    padding-top: 0;
  }
}

div[class^="csr-section"]:last-of-type,
div[class^="hr-section"]:last-of-type {
  margin-bottom: 40px;
}

@media (max-width: 1199px) {
  .csr-section1 > .csr-content:first-of-type .page-header2:first-of-type,
  .hr-section1 > .hr-content:first-of-type .page-header2:first-of-type {
    margin-top: 20px;
  }
}

.txtNormal-csr h2 + h3,
.txtNormal-hr h2 + h3 {
  margin-top: 30px;
}

.txtNormal-csr .table td,
.txtNormal-csr .table th,
.txtNormal-hr .table td,
.txtNormal-hr .table th {
  vertical-align: middle;
}

.txtNormal-csr .table ul,
.txtNormal-hr .table ul {
  margin: 0.4em 0 0 0;
  padding: 0;
  list-style: none;
}

.txtNormal-csr .table ul li,
.txtNormal-hr .table ul li {
  padding-left: 20px;
  margin-bottom: 0.4em;
  line-height: 1.5em;
  position: relative;
}

.txtNormal-csr .table ul li:before,
.txtNormal-hr .table ul li:before {
  width: 7px;
  height: 7px;
  background: #c9b9ba;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 1199px) {
  .txtNormal-csr .table ul li:before,
  .txtNormal-hr .table ul li:before {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .txtNormal-csr .table ul li:before,
  .txtNormal-hr .table ul li:before {
    top: 7px;
  }
}

.txtNormal-csr .table ul + p,
.txtNormal-hr .table ul + p {
  margin: 0.5em 0 0;
}

@media (max-width: 767px) {
  .csr-table1 {
    border-bottom: #e5e1e1 1px solid;
  }
}

.csr-table1 .csr-table1-ti {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .csr-table1 > tbody > tr {
    border-top: #e5e1e1 1px solid;
    display: block;
    padding: 15px 18px;
  }
}

@media (max-width: 767px) {
  .csr-table1 > thead > tr > td,
  .csr-table1 > thead > tr > th {
    display: none;
  }
}

@media (max-width: 767px) {
  .csr-table1 > tbody > tr > th,
  .csr-table1 > tbody > tr > td {
    display: block;
    border: 0;
  }
}

@media (max-width: 767px) {
  .csr-table1 > tbody > tr > th.csr-table1-ti {
    padding: 0;
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .csr-table1 > tbody > tr > td.csr-table1-item {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .csr-table1 > tbody > tr > td.csr-table1-contact {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .csr-table1 > tbody > tr:first-child > td,
  .csr-table1 > tbody > tr:first-child > th {
    border: 0;
  }
}

.csr-table2 > thead > tr > th,
.csr-table2 > tbody > tr > th {
  font-weight: normal;
  white-space: nowrap;
}

.csr-table2 > thead > tr > td,
.csr-table2 > tbody > tr > td {
  text-align: center;
}

.hr-table {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .hr-table {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .hr-table {
    font-size: 16px;
    margin-top: 15px;
  }
}

@media (max-width: 359px) {
  .hr-table {
    font-size: 15px;
    margin-top: 10px;
  }
}

.hr-table td,
.hr-table th {
  padding: 12px 15px;
}

@media (max-width: 991px) {
  .hr-table td,
  .hr-table th {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media (max-width: 767px) {
  .hr-table td,
  .hr-table th {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .hr-table tbody > tr {
    border: #e5e1e1 1px solid;
    display: block;
    padding: 15px 18px;
  }
}

@media (max-width: 767px) {
  .hr-table tbody > tr + tr {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .hr-table thead {
    display: none;
  }
}

.hr-table thead > tr > td,
.hr-table > thead > tr > th {
  background: #e5e1e1;
  white-space: nowrap;
}

.hr-table tbody > tr > th,
.hr-table > tbody > tr > td {
  border-bottom: 1px #dfdfdf solid;
}

@media (max-width: 767px) {
  .hr-table tbody > tr > th,
  .hr-table > tbody > tr > td {
    display: block;
    border: 0;
  }
}

@media (max-width: 767px) {
  .hr-table tbody > tr:first-child > td,
  .hr-table > tbody > tr:first-child > th {
    border: 0;
  }
}

.hr-table tbody tr:hover {
  background: #f8f7f6;
}

.hr-table .hr-table-location,
.hr-table .hr-table-type,
.hr-table .hr-table-btn {
  text-align: center;
}

@media (max-width: 767px) {
  .hr-table .hr-table-location,
  .hr-table .hr-table-type,
  .hr-table .hr-table-btn {
    text-align: left;
  }
}

.hr-table .hr-table-title a {
  font-weight: 500;
}

@media (max-width: 767px) {
  .hr-table .hr-table-cate {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

@media (max-width: 359px) {
  .hr-table .hr-table-cate {
    font-size: 14px;
  }
}

.hr-table .hr-table-location {
  min-width: 140px;
}

@media (max-width: 767px) {
  .hr-table .hr-table-location {
    min-width: 0;
    display: inline-block;
    font-size: 15px;
    color: #b0a6a2;
  }
}

@media (max-width: 359px) {
  .hr-table .hr-table-location {
    font-size: 14px;
  }
}

.hr-table .hr-table-type {
  min-width: 110px;
}

@media (max-width: 767px) {
  .hr-table .hr-table-type {
    min-width: 0;
    display: inline-block;
    font-size: 15px;
    color: #b0a6a2;
  }
}

@media (max-width: 767px) {
  .hr-table .hr-table-type:before {
    content: '/';
    padding-right: 3px;
  }
}

@media (max-width: 767px) {
  .hr-table .hr-table-btn {
    margin-top: 7px;
  }
}

.hr-table .hr-table-btn .btn {
  border-radius: 22px;
}

.ul-style1 {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.ul-style1 > li {
  padding-left: 20px;
  margin-bottom: 0.8em;
  line-height: 1.5em;
  position: relative;
}

@media (max-width: 767px) {
  .ul-style1 > li {
    margin-bottom: 0.6em;
  }
}

.ul-style1 > li:before {
  width: 7px;
  height: 7px;
  background: #c9b9ba;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 1199px) {
  .ul-style1 > li:before {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .ul-style1 > li:before {
    top: 7px;
  }
}

.ul-style1 ul {
  list-style: inherit;
  margin: inherit;
  padding: inherit;
}

.ul-style1 ul li {
  list-style: inherit;
  margin: inherit;
  padding: inherit;
}

.ul-style1 ul li:before {
  display: none;
}

.ol-style1 li {
  line-height: 1.5em;
}

.ol-style1 > li {
  margin-bottom: 0.8em;
}

@media (max-width: 767px) {
  .ol-style1 > li {
    margin-bottom: 0.6em;
  }
}

.ol-style1 > li li {
  margin-bottom: 0.5em;
}

.ol-style1 ul {
  margin: 0.7em 0;
  list-style: none;
  padding: 0;
}

.ol-style1 ul li {
  position: relative;
  padding-left: 20px;
}

.ol-style1 ul li:before {
  content: '- ';
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.ol-style1 ul ul {
  list-style: inherit;
  padding: inherit;
}

.ol-style1 ul ul li {
  padding-left: inherit;
}

.ol-style1 ul ul li:before {
  content: '';
}

.txtNormal-insurance,
.txtNormal-sleepcenter {
  margin: 50px 0 50px;
}

@media (max-width: 991px) {
  .txtNormal-insurance,
  .txtNormal-sleepcenter {
    margin: 20px 0 35px;
  }
}

@media (max-width: 767px) {
  .insurance-table,
  .sleepcenter-table,
  .maintain-table {
    border-bottom: #e5e1e1 1px solid;
  }
}

.insurance-table thead td,
.insurance-table thead th,
.sleepcenter-table thead td,
.sleepcenter-table thead th,
.maintain-table thead td,
.maintain-table thead th {
  white-space: nowrap;
}

@media (max-width: 767px) {
  .insurance-table > thead,
  .sleepcenter-table > thead,
  .maintain-table > thead {
    display: none;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr,
  .sleepcenter-table > tbody > tr,
  .maintain-table > tbody > tr {
    display: block;
    padding: 15px 18px;
    border-top: #e5e1e1 1px solid;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr > th,
  .insurance-table > tbody > tr > td,
  .sleepcenter-table > tbody > tr > th,
  .sleepcenter-table > tbody > tr > td,
  .maintain-table > tbody > tr > th,
  .maintain-table > tbody > tr > td {
    display: block;
    border: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr:first-child > td,
  .insurance-table > tbody > tr:first-child > th,
  .sleepcenter-table > tbody > tr:first-child > td,
  .sleepcenter-table > tbody > tr:first-child > th,
  .maintain-table > tbody > tr:first-child > td,
  .maintain-table > tbody > tr:first-child > th {
    border: 0;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr > td.insur-table-city {
    color: #6e8194;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr > td.insur-table-organ {
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr > td.insur-table-unit {
    color: #928686;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr > td.insur-table-tel {
    color: #928686;
  }
}

@media (max-width: 767px) {
  .insurance-table > tbody > tr > td.insur-table-link {
    padding-top: 15px;
    line-height: inherit;
  }
}

@media (max-width: 767px) {
  .sleepcenter-table > tbody > tr > td.sleepcenter-table-area {
    color: #6e8194;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .sleepcenter-table > tbody > tr > td.sleepcenter-table-hospital {
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .sleepcenter-table > tbody > tr > td.sleepcenter-table-add {
    color: #928686;
  }
}

@media (max-width: 767px) {
  .sleepcenter-table > tbody > tr > td.sleepcenter-table-tel {
    color: #928686;
  }
}

@media (max-width: 767px) {
  .sleepcenter-table > tbody > tr > td.sleepcenter-table-link {
    padding-top: 15px;
    line-height: inherit;
  }
}

@media (max-width: 767px) {
  .maintain-table > tbody > tr > td.maintain-table-area {
    color: #6e8194;
    font-size: 15px;
    padding-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .maintain-table > tbody > tr > td.maintain-table-add {
    color: #928686;
  }
}

@media (max-width: 767px) {
  .maintain-table > tbody > tr > td.maintain-table-tel {
    color: #928686;
  }
}

@media (max-width: 767px) {
  .maintain-table > tbody > tr > td.maintain-table-type {
    padding-top: 15px;
  }
}

.insur-table-city,
.sleepcenter-table-area,
.maintain-table-area {
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .insur-table-city,
  .sleepcenter-table-area,
  .maintain-table-area {
    text-align: left;
  }
}

.insur-table-organ {
  white-space: nowrap;
}

.sleepcenter-table-hospital {
  min-width: 30%;
}

.sleepcenter-table-add a,
.maintain-table-add a {
  margin-left: 5px;
  color: #d4d0c7;
}

.sleepcenter-table-add a:hover,
.maintain-table-add a:hover {
  color: #e72e35;
}

.sleepcenter-table-add a i.fa,
.maintain-table-add a i.fa {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-size: 16px;
}

.insur-table-link,
.sleepcenter-table-link {
  text-align: center;
}

@media (max-width: 767px) {
  .insur-table-link,
  .sleepcenter-table-link {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .insur-table-link a,
  .sleepcenter-table-link a {
    background: #e72e35;
    color: #fff;
    padding: 6px 30px 4px;
    font-size: 16px;
    border-radius: 22px;
    line-height: 1.385;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .insur-table-link a:hover,
  .sleepcenter-table-link a:hover {
    background: #c4002e;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .insur-table-link a i.fa,
  .sleepcenter-table-link a i.fa {
    padding-right: 6px;
  }
}

.insur-table-link a span,
.sleepcenter-table-link a span {
  display: none;
}

@media (max-width: 767px) {
  .insur-table-link a span,
  .sleepcenter-table-link a span {
    display: inline;
  }
}

.maintain-table-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.maintain-table-type ul:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.maintain-table-type li {
  float: left;
}

.maintain-table-type li img {
  height: 38px;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 38px;
}

.lan-K .container_insurance .service-include-img {
  float: left;
  width: 40%;
  text-align: center;
  padding: 0 15px;
}

.lan-K .container_insurance .service-include-text {
  float: left;
  width: 60%;
}

.lan-K .container_insurance .service-include-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3% 0;
}

.lan-K .container_insurance .service-include-wrap::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lan-K .container_insurance .service-app-img {
  float: right;
  text-align: center;
}

.lan-K .container_insurance .service-app-img::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lan-K .container_insurance .service-offer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2% 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.lan-K .container_insurance .service-offer-wrap::after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lan-K .container_insurance .service-repairs-offer-img {
  width: 50%;
  text-align: center;
  padding: 0 15px;
}

.lan-K .container_insurance .service-repairs-offer-txt {
  width: 50%;
}

.lan-K .container_insurance .service-decontamination-offer-img {
  width: 50%;
  text-align: center;
  padding: 0 15px;
}

.lan-K .container_insurance .service-decontamination-offer-txt {
  width: 50%;
}

@media (max-width: 991px) {
  .lan-K .container_insurance .service-include-img {
    float: none;
    width: 80%;
    margin: auto;
  }
  .lan-K .container_insurance .service-include-text {
    float: none;
    width: auto;
  }
  .lan-K .container_insurance .service-include-wrap {
    display: block;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .lan-K .container_insurance .service-app-img {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
  .lan-K .container_insurance .service-offer-wrap {
    display: block;
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    margin: 2% 0;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
  .lan-K .container_insurance .service-repairs-offer-img {
    width: auto;
    padding: 0;
  }
  .lan-K .container_insurance .service-repairs-offer-txt {
    width: auto;
  }
  .lan-K .container_insurance .service-decontamination-offer-img {
    width: auto;
    padding: 0;
  }
  .lan-K .container_insurance .service-decontamination-offer-txt {
    width: auto;
  }
}

@media (max-width: 768px) {
  .lan-K .container_insurance .service-include-img {
    width: auto;
  }
}

.container_about #middle > .wrap {
  width: auto;
  padding: 0;
}

div[class^="about-section"] + div[class^="about-section"] {
  margin-top: 70px;
}

@media (max-width: 991px) {
  div[class^="about-section"] + div[class^="about-section"] {
    margin-top: 40px;
  }
}

.container_about #middle > .wrap > #content .page-header {
  display: none;
}

.about-content {
  width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 1399px) {
  .about-content {
    width: 100%;
  }
}

.txtNormal-about h3 {
  font-size: 24px;
  color: #a39691;
  font-weight: 400;
  margin: 30px 0 15px;
}

@media (max-width: 1399px) {
  .txtNormal-about h3 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .txtNormal-about h3 {
    font-size: 21px;
    margin: 15px 0 10px;
  }
}

@media (max-width: 600px) {
  .txtNormal-about h3 {
    font-size: 19px;
  }
}

.txtNormal-about ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.2em 0;
}

.txtNormal-about ul > li {
  padding-left: 20px;
  margin-bottom: 0.3em;
  line-height: 1.5em;
  position: relative;
}

.txtNormal-about ul > li:before {
  width: 7px;
  height: 7px;
  background: #e72e35;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 1340px) {
  .txtNormal-about ul > li:before {
    top: 9px;
  }
}

@media (max-width: 1199px) {
  .txtNormal-about ul > li:before {
    top: 7px;
  }
}

@media (max-width: 767px) {
  .txtNormal-about ul > li:before {
    top: 6px;
  }
}

.glance-img {
  margin: 60px auto;
  text-align: center;
}

.about-glanceimg-wrap {
  margin: 70px 8%;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.4);
          box-shadow: 0 0 10px rgba(50, 50, 50, 0.4);
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1340px) {
  .about-glanceimg-wrap {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 19px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .about-glanceimg-wrap {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .about-glanceimg-wrap {
    font-size: 17px;
    margin-top: 45px;
    margin-bottom: 45px;
    line-height: 23px;
  }
}

@media (max-width: 600px) {
  .about-glanceimg-wrap {
    font-size: 15px;
    line-height: 21px;
    margin: 30px 0;
  }
}

@media (max-width: 359px) {
  .about-glanceimg-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
  }
}

.about-glanceimg-wrap .glance-row1,
.about-glanceimg-wrap .glance-row2 {
  display: table;
  width: 100%;
}

.about-glanceimg-wrap .glance-row3 {
  width: 75%;
}

.about-glanceimg-wrap .glance-row4 {
  width: 25%;
  background: #e3dedd;
}

.about-glanceimg-wrap .glance-row3,
.about-glanceimg-wrap .glance-row4 {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-row3,
  .about-glanceimg-wrap .glance-row4 {
    display: table;
    width: 100%;
  }
}

.about-glanceimg-wrap .glance-txt {
  padding: 30px 40px;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .about-glanceimg-wrap .glance-txt {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt {
    padding: 20px 20px;
  }
}

@media (max-width: 600px) {
  .about-glanceimg-wrap .glance-txt {
    padding: 15px 15px;
  }
}

.about-glanceimg-wrap .glance-txt2,
.about-glanceimg-wrap .glance-txt3 {
  padding: 50px 50px;
}

@media (max-width: 1340px) {
  .about-glanceimg-wrap .glance-txt2,
  .about-glanceimg-wrap .glance-txt3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 1199px) {
  .about-glanceimg-wrap .glance-txt2,
  .about-glanceimg-wrap .glance-txt3 {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt2,
  .about-glanceimg-wrap .glance-txt3 {
    padding: 30px 20px;
  }
}

@media (max-width: 600px) {
  .about-glanceimg-wrap .glance-txt2,
  .about-glanceimg-wrap .glance-txt3 {
    padding: 20px 20px;
  }
}

@media (max-width: 600px) {
  .about-glanceimg-wrap .glance-txt2,
  .about-glanceimg-wrap .glance-txt3 {
    padding: 15px 15px;
  }
}

.about-glanceimg-wrap .glance-num {
  font-size: 80px;
  line-height: 1.1em;
}

@media (max-width: 1340px) {
  .about-glanceimg-wrap .glance-num {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .about-glanceimg-wrap .glance-num {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-num {
    font-weight: 300;
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .about-glanceimg-wrap .glance-num {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .about-glanceimg-wrap .glance-num {
    font-size: 32px;
  }
}

@media (max-width: 359px) {
  .about-glanceimg-wrap .glance-num {
    font-size: 28px;
  }
}

.about-glanceimg-wrap .glance-txt2 .glance-num {
  font-size: 50px;
}

@media (max-width: 1340px) {
  .about-glanceimg-wrap .glance-txt2 .glance-num {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .about-glanceimg-wrap .glance-txt2 .glance-num {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt2 .glance-num {
    font-size: 37px;
  }
}

@media (max-width: 767px) {
  .about-glanceimg-wrap .glance-txt2 .glance-num {
    font-size: 30px;
  }
}

@media (max-width: 600px) {
  .about-glanceimg-wrap .glance-txt2 .glance-num {
    font-size: 26px;
  }
}

@media (max-width: 359px) {
  .about-glanceimg-wrap .glance-txt2 .glance-num {
    font-size: 23px;
  }
}

.about-glanceimg-wrap .glance-txt1 {
  width: 25%;
  display: table-cell;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt1 {
    width: 33%;
  }
}

@media (max-width: 480px) {
  .about-glanceimg-wrap .glance-txt1 {
    width: 40%;
  }
}

.about-glanceimg-wrap .glance-txt23 {
  width: 50%;
  display: table-cell;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt23 {
    width: 67%;
  }
}

@media (max-width: 480px) {
  .about-glanceimg-wrap .glance-txt23 {
    width: 60%;
  }
}

.about-glanceimg-wrap .glance-txt2 {
  width: 100%;
  background: #ebecec;
  text-align: center;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt2 {
    text-align: left;
  }
}

.about-glanceimg-wrap .glance-txt2:after {
  content: '\00a0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;';
  height: 0;
  display: block;
  visibility: hidden;
}

.about-glanceimg-wrap .glance-txt2 .glance-num {
  color: #e72e35;
  font-weight: 300;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt2 .glance-num {
    text-align: left;
  }
}

.about-glanceimg-wrap .glance-txt3 {
  width: 100%;
  background: #595656;
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt3 {
    text-align: left;
  }
}

.about-glanceimg-wrap .glance-txt4 {
  width: 25%;
  height: 100%;
  display: table-cell;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt4 {
    width: 100%;
  }
}

.about-glanceimg-wrap .glance-txt4 .glance-num {
  color: #e72e35;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt4 .glance-num {
    display: inline;
  }
}

.about-glanceimg-wrap .glance-txt5 {
  width: 47%;
  display: table-cell;
  background: #ebecec;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt5 {
    display: block;
    width: 100%;
  }
}

.about-glanceimg-wrap .glance-txt5 .glance-num {
  display: table-cell;
  color: #e72e35;
  margin-right: 12px;
  vertical-align: middle;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt5 .glance-num {
    display: inline;
    margin-right: 0;
    padding-right: 0px;
  }
}

.about-glanceimg-wrap .glance-txt5 .glance-txt5-txt {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt5 .glance-txt5-txt {
    display: inline;
    vertical-align: bottom;
  }
}

.about-glanceimg-wrap .glance-txt6 {
  width: 23%;
  display: table-cell;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt6 {
    display: block;
    width: 100%;
  }
}

.about-glanceimg-wrap .glance-txt6 .glance-num {
  color: #e72e35;
  display: block;
  text-align: center;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt6 .glance-num {
    display: inline;
  }
}

.about-glanceimg-wrap .glance-txt7 {
  width: 30%;
  display: table-cell;
}

@media (max-width: 991px) {
  .about-glanceimg-wrap .glance-txt7 {
    width: 33%;
  }
}

@media (max-width: 480px) {
  .about-glanceimg-wrap .glance-txt7 {
    width: 36%;
  }
}

.about-glanceimg-wrap .glance-txt1,
.about-glanceimg-wrap .glance-txt7 {
  background: #e72e35;
  color: #fff;
}

.lan-S .about-glanceimg-wrap .glance-txt4 .glance-num {
  display: inline-block;
}

.about-section3 {
  background: url(../../../proimages/about/founder-img.jpg) center top no-repeat #f1efec;
  padding: 30px 0;
  margin: 45px 0;
}

@media (max-width: 1399px) {
  .about-section3 {
    background-size: 115% auto;
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .about-section3 {
    background-size: 122% auto;
  }
}

@media (max-width: 767px) {
  .about-section3 {
    background-image: url(../../../proimages/about/founder-img_s.jpg);
    background-position: top center;
    background-size: 100% auto;
    padding: 30px 0;
  }
}

.about-section3 .about-content {
  display: table;
  height: 510px;
}

@media (max-width: 1399px) {
  .about-section3 .about-content {
    height: 460px;
  }
}

@media (max-width: 1340px) {
  .about-section3 .about-content {
    height: auto;
  }
}

@media (max-width: 767px) {
  .about-section3 .about-content {
    display: block;
    padding-top: 70%;
  }
}

.about-section3 .txtNormal-about {
  padding-left: 50%;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .about-section3 .txtNormal-about {
    padding-left: 42%;
  }
}

@media (max-width: 767px) {
  .about-section3 .txtNormal-about {
    padding-left: 0;
    display: block;
  }
}

.about-section3 .about-content h2 {
  margin-top: 0;
}

.about-section3 .signature {
  margin-top: 20px;
  height: 42px;
}

@media (max-width: 1199px) {
  .about-section3 .signature {
    height: 36px;
  }
}

@media (max-width: 767px) {
  .about-section3 .signature {
    height: 32px;
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .about-section3 .signature {
    height: 30px;
  }
}

.service-network-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.service-network-txt {
  width: 35%;
  float: left;
}

@media (max-width: 991px) {
  .service-network-txt {
    width: auto;
    float: none;
    margin-bottom: 25px;
  }
}

.service-network-txt h2 {
  margin-top: 25px;
}

.service-network-img {
  width: 60%;
  float: right;
}

@media (max-width: 991px) {
  .service-network-img {
    width: auto;
    float: none;
  }
}

.promice-design-wrap {
  margin: 60px 0;
}

@media (max-width: 991px) {
  .promice-design-wrap {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .promice-design-wrap {
    margin: 10px -20px 0;
  }
}

@media (max-width: 767px) {
  .promice-design-wrap + .page-header2 {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .promice-design-wrap + .page-header2 {
    margin-top: 35px;
  }
}

.promice-design {
  margin: 50px 0;
}

@media (max-width: 767px) {
  .promice-design {
    width: 50%;
    float: left;
    padding: 0 20px;
    margin: 15px 0;
  }
}

@media (max-width: 480px) {
  .promice-design {
    width: auto;
    float: none;
    margin: 35px 0;
  }
}

@media (max-width: 767px) {
  .promice-design:nth-child(2n+1) {
    clear: left;
  }
}

.promice-design:after,
.promice-design-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.promice-design-img {
  width: 245px;
  float: left;
}

@media (max-width: 991px) {
  .promice-design-img {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .promice-design-img {
    float: none;
    width: auto;
  }
}

.promice-design-txt {
  margin-left: 290px;
  padding-top: 1px;
}

@media (max-width: 991px) {
  .promice-design-txt {
    margin-left: 225px;
  }
}

@media (max-width: 767px) {
  .promice-design-txt {
    margin-left: 0;
    margin-top: 10px;
  }
}

.promice-design-txt h3 {
  margin-top: 5px;
}

.certfication-map {
  text-align: center;
  margin: 25px auto;
}

.promise-img {
  margin: 40px 0 20px;
}

.container_awards #middle {
  padding-top: 1px;
  background: url(../images/award/bg.jpg) top center no-repeat;
}

.txtNormal_awards {
  padding-bottom: 40px;
}

.txtNormal_awards h2 {
  font-size: 26px;
  color: #e72e35;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .txtNormal_awards h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .txtNormal_awards h2 {
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .txtNormal_awards h2 {
    font-size: 20px;
  }
}

.txtNormal_awards ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1.2em 0;
}

.txtNormal_awards ul > li {
  padding-left: 20px;
  margin-bottom: 0.3em;
  line-height: 1.5em;
  position: relative;
}

.txtNormal_awards ul > li:before {
  width: 7px;
  height: 7px;
  background: #e72e35;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}

@media (max-width: 1340px) {
  .txtNormal_awards ul > li:before {
    top: 9px;
  }
}

@media (max-width: 1199px) {
  .txtNormal_awards ul > li:before {
    top: 7px;
  }
}

@media (max-width: 767px) {
  .txtNormal_awards ul > li:before {
    top: 6px;
  }
}

.award-intro:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.award-intro-img {
  float: right;
  width: 480px;
}

@media (max-width: 991px) {
  .award-intro-img {
    width: 380px;
  }
}

@media (max-width: 767px) {
  .award-intro-img {
    float: none;
    width: 80%;
    margin: 25px auto 0;
  }
}

.award-intro-txt {
  margin-right: 500px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .award-intro-txt {
    margin-right: 400px;
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .award-intro-txt {
    margin-right: 0;
    margin-bottom: 25px;
  }
}

.year {
  font-size: 48px;
  color: #b0a6a2;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .year {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .year {
    line-height: 1.1em;
    font-size: 38px;
  }
}

@media (max-width: 600px) {
  .year {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .year {
    font-size: 30px;
  }
}

.award-list-wrap {
  text-align: center;
  margin: 20px 5% 60px;
}

@media (max-width: 1399px) {
  .award-list-wrap {
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media (max-width: 991px) {
  .award-list-wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .award-list-wrap {
    text-align: left;
    margin-bottom: 20px;
  }
}

.award-list-wrap .year {
  display: block;
}

@media (max-width: 767px) {
  .award-list-wrap .year {
    margin-top: 20px;
  }
}

.award-list-wrap .award-list {
  position: relative;
  padding-right: 58%;
  text-align: right;
  margin-bottom: 8px;
  padding-top: 1px;
}

@media (max-width: 767px) {
  .award-list-wrap .award-list {
    padding-right: 0;
    padding-left: 70px;
    text-align: left;
    padding-top: 23px;
  }
}

@media (max-width: 480px) {
  .award-list-wrap .award-list {
    padding-left: 55px;
  }
}

.award-list-wrap .award-list:nth-of-type(2n) {
  padding-right: 0%;
  padding-left: 58%;
  text-align: left;
}

@media (max-width: 767px) {
  .award-list-wrap .award-list:nth-of-type(2n) {
    padding-left: 70px;
  }
}

@media (max-width: 480px) {
  .award-list-wrap .award-list:nth-of-type(2n) {
    padding-left: 55px;
  }
}

.award-list-wrap .award-list:before {
  position: absolute;
  content: '';
  width: 17px;
  height: 17px;
  background: #b0a6a2;
  top: 0;
  left: 50%;
  margin-left: -8.5px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199px) {
  .award-list-wrap .award-list:before {
    width: 15px;
    height: 15px;
    margin-left: -7.5px;
  }
}

@media (max-width: 991px) {
  .award-list-wrap .award-list:before {
    width: 13px;
    height: 13px;
    margin-left: -6.5px;
  }
}

@media (max-width: 767px) {
  .award-list-wrap .award-list:before {
    width: 11px;
    height: 11px;
    margin-left: 0;
    left: 30px;
    top: 8px;
  }
}

@media (max-width: 600px) {
  .award-list-wrap .award-list:before {
    left: 27px;
  }
}

@media (max-width: 480px) {
  .award-list-wrap .award-list:before {
    left: 24px;
  }
}

.award-list-wrap .award-list:hover:before {
  background: #e72e35;
}

.award-list-wrap .award-list:after {
  position: absolute;
  width: 8px;
  background: #e7e4e3;
  top: 25px;
  left: 50%;
  margin-left: -4px;
  bottom: 0px;
  border-radius: 4px;
  content: '';
}

@media (max-width: 1199px) {
  .award-list-wrap .award-list:after {
    width: 7px;
    margin-left: -3.5px;
    top: 23px;
  }
}

@media (max-width: 991px) {
  .award-list-wrap .award-list:after {
    width: 5px;
    top: 21px;
    margin-left: -2.5px;
  }
}

@media (max-width: 767px) {
  .award-list-wrap .award-list:after {
    left: 37px;
    width: 3px;
    top: 24px;
    bottom: -10px;
    margin-left: -3px;
  }
}

@media (max-width: 600px) {
  .award-list-wrap .award-list:after {
    left: 34px;
  }
}

@media (max-width: 480px) {
  .award-list-wrap .award-list:after {
    left: 30px;
  }
}

.award-list-wrap .award-list:last-of-type:after {
  bottom: 0;
}

.award-list-wrap .award-list-img {
  position: relative;
  padding-bottom: 1%;
  padding-left: 10%;
  margin-top: -40px;
}

@media (max-width: 1199px) {
  .award-list-wrap .award-list-img {
    padding-left: 5%;
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .award-list-wrap .award-list-img {
    padding-left: 0;
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .award-list-wrap .award-list-img {
    padding-left: 15%;
    padding-right: 2%;
  }
}

.award-list-wrap .award-img {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .award-list-wrap .award-img {
    width: 38%;
  }
}

@media (max-width: 600px) {
  .award-list-wrap .award-img {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .award-list-wrap .award-img {
    width: 48%;
  }
}

@media (max-width: 359px) {
  .award-list-wrap .award-img {
    width: 50%;
  }
}

.award-list-wrap .award-img img {
  width: 230px;
}

@media (max-width: 1199px) {
  .award-list-wrap .award-img img {
    width: 190px;
  }
}

@media (max-width: 991px) {
  .award-list-wrap .award-img img {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .award-list-wrap .award-img img {
    width: auto;
  }
}

.award-list-wrap .award-list-info {
  margin-left: 30%;
  margin-top: 0.3em;
}

@media (max-width: 1199px) {
  .award-list-wrap .award-list-info {
    margin-left: 0;
  }
}

.award-list-wrap .award-list:nth-of-type(2n) .award-list-info {
  margin-right: 30%;
  margin-left: 0;
}

@media (max-width: 1199px) {
  .award-list-wrap .award-list:nth-of-type(2n) .award-list-info {
    margin-right: 0;
  }
}

.award-list-wrap .pro-name {
  clear: both;
  color: #8d8480;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

@media (max-width: 991px) {
  .award-list-wrap .pro-name {
    font-size: 17px;
  }
}

@media (max-width: 600px) {
  .award-list-wrap .pro-name {
    font-size: 16px;
  }
}

.award-list-wrap .award-name {
  color: #4a4a4a;
  font-size: 20px;
  line-height: 1.4em;
}

@media (max-width: 991px) {
  .award-list-wrap .award-name {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .award-list-wrap .award-name {
    font-size: 17px;
  }
}

.txtNormal_milestone {
  margin: 0 0 50px 0;
}

.milestone-list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}

.milestone-list-wrap > li {
  position: relative;
  clear: both;
}

@media (max-width: 767px) {
  .milestone-list-wrap > li {
    padding-left: 80px;
    padding-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .milestone-list-wrap > li {
    padding-left: 65px;
  }
}

@media (max-width: 767px) {
  .milestone-list-wrap > li:last-child {
    padding-bottom: 0;
  }
}

.milestone-list-wrap > li:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.milestone-list-wrap > li:before {
  width: 9px;
  top: 110px;
  left: 380px;
  bottom: 0;
  content: '';
  position: absolute;
  background: #e7e4e3;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .milestone-list-wrap > li:before {
    top: 105px;
    width: 7px;
    left: 301px;
  }
}

@media (max-width: 991px) {
  .milestone-list-wrap > li:before {
    left: 262px;
    width: 5px;
    top: 95px;
    border-radius: 3px;
  }
}

@media (max-width: 767px) {
  .milestone-list-wrap > li:before {
    left: 37px;
    width: 3px;
    top: 70px;
    bottom: 10px;
    border-radius: 2px;
  }
}

@media (max-width: 600px) {
  .milestone-list-wrap > li:before {
    left: 34px;
  }
}

@media (max-width: 480px) {
  .milestone-list-wrap > li:before {
    left: 30px;
    bottom: 13px;
  }
}

.milestone-list-wrap .year {
  padding-left: 335px;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .milestone-list-wrap .year {
    padding-left: 270px;
  }
}

@media (max-width: 991px) {
  .milestone-list-wrap .year {
    padding-left: 220px;
  }
}

@media (max-width: 767px) {
  .milestone-list-wrap .year {
    padding-left: 0;
    margin-left: -80px;
    padding-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .milestone-list-wrap .year {
    margin-left: -65px;
  }
}

.milestone-list-wrap .year:after {
  width: 17px;
  height: 17px;
  background: #b0a6a2;
  content: '';
  position: absolute;
  top: 80px;
  border-radius: 50%;
  left: 377px;
}

@media (max-width: 1199px) {
  .milestone-list-wrap .year:after {
    width: 15px;
    height: 15px;
    top: 75px;
    left: 297px;
  }
}

@media (max-width: 991px) {
  .milestone-list-wrap .year:after {
    left: 258px;
    width: 13px;
    height: 13px;
  }
}

@media (max-width: 767px) {
  .milestone-list-wrap .year:after {
    left: 34px;
    top: 50px;
    width: 11px;
    height: 11px;
  }
}

@media (max-width: 600px) {
  .milestone-list-wrap .year:after {
    left: 30px;
  }
}

@media (max-width: 480px) {
  .milestone-list-wrap .year:after {
    left: 27px;
  }
}

.milestone-list-wrap li:hover .year:after {
  background: #e72e35;
}

.milestone-list-wrap .milestone-img {
  width: 310px;
  float: left;
  line-height: 1.3em;
  font-size: 16px;
}

@media (max-width: 1199px) {
  .milestone-list-wrap .milestone-img {
    width: 260px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .milestone-list-wrap .milestone-img {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .milestone-list-wrap .milestone-img {
    float: none;
    width: auto;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 12px;
    color: #928686;
  }
}

.milestone-list-wrap .milestone-img a {
  display: block;
}

.milestone-list-wrap .milestone-img img {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .milestone-list-wrap .milestone-img img {
    width: 200px;
    margin-bottom: 6px;
  }
}

@media (max-width: 359px) {
  .milestone-list-wrap .milestone-img img {
    width: auto;
  }
}

.milestone-list-wrap .milestone-list {
  padding: 15px 0;
  margin-left: 450px;
}

@media (max-width: 1199px) {
  .milestone-list-wrap .milestone-list {
    margin-left: 360px;
  }
}

@media (max-width: 991px) {
  .milestone-list-wrap .milestone-list {
    margin-left: 300px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .milestone-list-wrap .milestone-list {
    margin-left: 0;
    padding-bottom: 15px;
  }
}

.milestone-list-wrap .milestone-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.milestone-list-wrap .milestone-list ul > li {
  padding-left: 20px;
  margin-bottom: 0.5em;
  line-height: 1.5em;
  position: relative;
}

.milestone-list-wrap .milestone-list ul > li:before {
  width: 7px;
  height: 7px;
  background: #e72e35;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
}

@media (max-width: 1199px) {
  .milestone-list-wrap .milestone-list ul > li:before {
    top: 8px;
  }
}

@media (max-width: 767px) {
  .milestone-list-wrap .milestone-list ul > li:before {
    top: 7px;
  }
}

.subsidiaries-list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -20px;
}

.subsidiaries-list-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
  float: left;
  padding: 0 25px;
  margin-bottom: 70px;
}

@media (max-width: 1399px) {
  .subsidiaries-list-wrap li {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .subsidiaries-list-wrap li {
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .subsidiaries-list-wrap li {
    width: auto;
    float: none;
  }
}

.subsidiaries-list-wrap li:nth-child(2n+1) {
  clear: left;
}

@media (max-width: 767px) {
  .subsidiaries-list-wrap li:nth-child(2n+1) {
    clear: none;
  }
}

.subs-logo {
  margin-bottom: 8px;
}

@media (max-width: 1340px) {
  .subs-logo {
    margin-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .subs-logo {
    margin-bottom: 3px;
  }
}

.subs-logo img {
  max-height: 120px;
  max-width: 100%;
}

@media (max-width: 1340px) {
  .subs-logo img {
    max-height: 110px;
  }
}

@media (max-width: 767px) {
  .subs-logo img {
    max-height: 100px;
  }
}

@media (max-width: 600px) {
  .subs-logo img {
    max-height: 90px;
  }
}

@media (max-width: 480px) {
  .subs-logo img {
    max-height: 80px;
  }
}

.subs-name {
  color: #e72e35;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45em;
  margin-bottom: 0.1em;
}

@media (max-width: 1340px) {
  .subs-name {
    font-size: 23px;
  }
}

@media (max-width: 991px) {
  .subs-name {
    font-size: 21px;
  }
}

@media (max-width: 600px) {
  .subs-name {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
  }
}

@media (max-width: 480px) {
  .subs-name {
    font-size: 19px;
  }
}

.subs-subti {
  color: #333;
  font-size: 20px;
  line-height: 1.25em;
  margin-bottom: 1em;
}

@media (max-width: 1340px) {
  .subs-subti {
    font-size: 19px;
  }
}

@media (max-width: 991px) {
  .subs-subti {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .subs-subti {
    font-size: 17px;
    line-height: 1.3em;
  }
}

.subs-intro,
.subs-intro p {
  line-height: 1.6em;
  font-size: 17px;
}

@media (max-width: 1399px) {
  .subs-intro,
  .subs-intro p {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .subs-intro,
  .subs-intro p {
    font-size: 15px;
  }
}

.form-inquiry-wrap {
  margin: 30px 0 50px;
}

.form-inquiry-wrap .form-group {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .form-inquiry-wrap .form-group {
    margin-bottom: 0;
  }
}

.form-inquiry-wrap form input,
.form-inquiry-wrap form textarea {
  border-radius: 8px;
  background-color: #f8f7f7;
  border-color: #dbdbdb;
}

.form-inquiry-wrap form select,
.form-inquiry-wrap form .select {
  border-radius: 8px;
  overflow: hidden;
  border: 1px #dbdbdb solid;
}

.form-inquiry-wrap form .select-default .select2-choice {
  background-color: #f8f7f7;
}

.form-inquiry-wrap form .btn {
  border-radius: 22px;
}

@media (max-width: 767px) {
  .form-inquiry-wrap form .form-control {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .form-inquiry-wrap form label {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .form-inquiry-wrap form .control-label {
    font-size: 17px;
  }
}

.form-inquiry-wrap form .form-control-wrap {
  border-radius: 8px;
  background-color: #f8f7f7;
  border: #dbdbdb 1px solid;
  padding: 8px 15px;
}

@media (max-width: 767px) {
  .form-inquiry-wrap form .form-control-wrap {
    border-radius: 0;
    background: transparent;
    border: 0;
    padding: 0;
  }
}

.form-inquiry-wrap form .checkbox-inline-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .form-inquiry-wrap form .checkbox-inline-wrap {
    border-radius: 8px;
    background-color: #f8f7f7;
    border: #dbdbdb 1px solid;
    padding: 8px 15px 12px;
    margin-bottom: 10px;
  }
}

.form-inquiry-wrap form .checkbox .icons {
  top: 2px;
}

.form-inquiry-wrap form .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.form-inquiry-wrap form .checkbox-inline {
  margin-right: 24px;
  margin-top: 0;
}

@media (max-width: 600px) {
  .form-inquiry-wrap form .checkbox-inline {
    width: 100%;
    margin-right: 0;
  }
}

.showlang-list-wrap {
  font-size: 16px;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .showlang-list-wrap {
    font-size: 15px;
  }
}

.showlang-list-wrap:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.showlang-list-wrap a {
  color: #767676;
}

.showlang-list-wrap a:hover {
  color: #e72e35;
}

.showlang-list-wrap a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}

.sitemap-list-wrap > .row > div:nth-of-type(4n+1) {
  clear: left;
}

@media (max-width: 991px) {
  .sitemap-list-wrap > .row > div:nth-of-type(4n+1) {
    clear: none;
  }
}

@media (max-width: 991px) {
  .sitemap-list-wrap > .row > div:nth-of-type(2n+1) {
    clear: left;
  }
}

.sitemap-list-wrap h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 0.5em 0 0.8em;
  color: #b1a099;
}

@media (max-width: 1399px) {
  .sitemap-list-wrap h2 {
    font-size: 29.99999px;
  }
}

@media (max-width: 1199px) {
  .sitemap-list-wrap h2 {
    font-size: 28.0px;
  }
}

@media (max-width: 991px) {
  .sitemap-list-wrap h2 {
    font-size: 24.0px;
  }
}

.sitemap-list {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .sitemap-list {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .sitemap-list {
    margin-bottom: 15px;
  }
}

.sitemap-list .nav-header {
  color: #555555;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sitemap-list .nav-header {
    font-size: 17px;
  }
}

.sitemap-list .nav-header a {
  display: block;
  color: #555555;
}

.sitemap-list .nav-header a:hover {
  color: #e72e35;
}

.sitemap-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sitemap-list li a {
  display: block;
  font-size: 16px;
  color: #767676;
  padding: 0.15em 0;
}

@media (max-width: 767px) {
  .sitemap-list li a {
    font-size: 15px;
  }
}

.sitemap-list li a:hover {
  color: #e72e35;
}

#topbtn-wrap {
  position: fixed;
  right: 2%;
  bottom: 10px;
  z-index: 999;
}

@media (max-width: 1199px) {
  #topbtn-wrap {
    right: 15px;
  }
}

#topbtn-wrap.active-b {
  bottom: 50px;
}

@media (max-width: 1199px) {
  #topbtn-wrap.active-b {
    bottom: 10px;
  }
}

#topbtn-wrap .wrap {
  width: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  opacity: 0;
}

@media (max-width: 1199px) {
  #topbtn-wrap .wrap {
    padding: 0;
  }
}

@media (max-width: 319px) {
  #topbtn-wrap .wrap {
    min-width: 0;
  }
}

#topbtn-wrap.active .wrap {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

#topbtn-wrap a {
  background: #d4cfc6;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin-left: 10px;
  opacity: 0.7;
}

@media (max-width: 480px) {
  #topbtn-wrap a {
    width: 50px;
    height: 50px;
  }
}

#topbtn-wrap a:hover {
  opacity: 1;
}

#topbtn-wrap a span {
  margin: 26px 0 0 22px;
  display: block;
  width: 21px;
  height: 21px;
  border-top: 1px #fff solid;
  border-right: 1px #fff solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 480px) {
  #topbtn-wrap a span {
    margin: 22px 0 0 17px;
    width: 18px;
    height: 18px;
  }
}

#footer {
  border-top: #e00034 1px solid;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 480px) {
  #footer {
    font-size: 13px;
  }
}

#footer .footer-main {
  padding: 60px 0 30px;
}

@media (max-width: 767px) {
  #footer .footer-main {
    padding-top: 30px;
  }
}

#footer #custnav {
  width: 72%;
  float: right;
}

@media (max-width: 1399px) {
  #footer #custnav {
    width: 68%;
  }
}

@media (max-width: 991px) {
  #footer #custnav {
    width: auto;
    float: none;
  }
}

@media (max-width: 767px) {
  #footer #custnav {
    display: none;
  }
}

#footer #custnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer #custnav > div {
  width: 25%;
  float: left;
  margin-bottom: 40px;
  padding-left: 12px;
}

#footer #custnav > div:nth-child(4n+1) {
  clear: both;
}

#footer #custnav > div > ul > li > .nav-header > a {
  font-size: 18px;
  color: #262626;
  font-weight: 600;
}

#footer #custnav > div > ul > li > .nav-header > a:hover {
  color: #e72e35;
}

#footer #custnav > div > ul > li > ul > li > a {
  font-size: 15px;
  color: #767676;
  display: block;
  padding: 0.15em 0;
}

#footer #custnav > div > ul > li > ul > li > a:hover {
  color: #e72e35;
}

#footer #custnav:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

#footer #custnav-mobile {
  display: none;
}

@media (max-width: 767px) {
  #footer #custnav-mobile {
    display: block;
    margin-bottom: 40px;
  }
}

#footer #custnav-mobile .panel-default {
  border: 0px transparent;
  border-radius: 0;
}

#footer #custnav-mobile .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer #custnav-mobile .panel-group .panel + .panel {
  margin-top: 1px;
}

#footer #custnav-mobile .panel-default > .panel-heading {
  background-color: transparent;
  border-color: transparent;
}

#footer #custnav-mobile .panel-group .panel-heading {
  padding: 0;
  border-radius: 0;
}

#footer #custnav-mobile .panel-group .panel-heading a {
  padding: 3px 0;
  color: #484848;
  font-size: 16px;
  display: block;
  position: relative;
}

#footer #custnav-mobile .panel-group .panel-heading a:hover {
  color: #e72e35;
}

#footer #custnav-mobile .panel-group .panel-heading a .btn-collapse {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footer #custnav-mobile .panel-group .panel-heading a .btn-collapse:before {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 1px;
  height: 11px;
  background: #939598;
  content: '';
}

#footer #custnav-mobile .panel-group .panel-heading a .btn-collapse:after {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 11px;
  height: 1px;
  background: #939598;
  content: '';
}

#footer #custnav-mobile .panel-group .panel-heading a.collapsed .btn-collapse {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .panel-body,
#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
  padding: 0;
}

#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .panel-body ul,
#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .list-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .panel-body ul li a,
#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .list-group ul li a {
  color: #969696;
  font-size: 15px;
  padding: 3px 0;
  display: block;
}

#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .panel-body ul li a:hover,
#footer #custnav-mobile .panel-group .panel-heading + .panel-collapse > .list-group ul li a:hover {
  color: #e72e35;
}

#footer #footer-info {
  width: 20%;
  float: left;
}

@media (max-width: 1399px) {
  #footer #footer-info {
    width: 30%;
  }
}

@media (max-width: 991px) {
  #footer #footer-info {
    width: auto;
    float: none;
  }
}

#footer #footer-info .footer-logo {
  margin-bottom: 20px;
}

#footer #footer-info .footer-logo img {
  height: 44px;
}

#footer #footer-info .footer-lan {
  margin-bottom: 8px;
}

#footer #footer-info .footer-lan > span {
  color: #e72e35;
  font-weight: 600;
}

#footer #footer-info .footer-lan a {
  color: #555555;
}

#footer #footer-info .footer-lan a:hover {
  color: #e72e35;
}

#footer #footer-info .ftbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer #footer-info .ftbar ul li {
  display: inline-block;
}

#footer #footer-info .ftbar ul li a {
  display: inline-block;
  padding: 2px 8px;
  color: #666;
}

#footer #footer-info .ftbar ul li a:hover {
  color: #e72e35;
}

#footer #footer-info .ftbar ul li:first-child a {
  padding-left: 0;
}

#footer #footer-info .ftbar ul li + li:before {
  content: '|';
}

#footer .footer-copyright > .wrap {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #949494;
}

@media (max-width: 1199px) {
  #footer .footer-copyright > .wrap {
    padding-right: 65px;
  }
}

#footer .footer-copyright > .wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: #f0eff0;
}

@media (max-width: 767px) {
  #footer .footer-copyright > .wrap:before {
    display: none;
  }
}

.gdpr-wrap {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 28px 0;
  font-size: 15px;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
          box-shadow: 0 0 10px rgba(50, 50, 50, 0.1);
}

@media (max-width: 600px) {
  .gdpr-wrap {
    font-size: 14px;
  }
}

.gdpr-wrap h4 {
  font-size: 19px;
  margin: 0;
  padding: 5px 0 0.5em;
  color: #444;
}

.gdpr-wrap p {
  line-height: 1.5em;
  margin-bottom: 1.3em;
}

.gdpr-wrap p a {
  text-decoration: underline;
}

#Modal-lanselect {
  z-index: 3000000000;
}

.modal-lanselect-info p {
  line-height: 1.5em;
}

.modal-lanselect-lan {
  margin-bottom: 8px;
}

.modal-lanselect-lan .dropdown {
  max-width: 420px;
  margin: 0 auto;
}

.modal-lanselect-lan .dropdown > a {
  display: block;
  padding: 4px 32px;
  background: #f1eeee;
  border-radius: 24px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.modal-lanselect-lan .dropdown > a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #9b94a5 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 15px;
}

.modal-lanselect-lan .dropdown-menu {
  width: 100%;
}

.modal-lanselect-lan .dropdown-menu li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}

.modal-lanselect-privacy {
  margin-bottom: 8px;
}

.modal-lanselect-privacy label {
  display: inline;
}

.modal-lanselect-submitbtn {
  margin-top: 12px;
}

.modal-lanselect-submitbtn .btn {
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.modal-lanselect-submitbtn .btn-location {
  background: #f1eeee;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 3px;
  width: 48%;
}

@media (max-width: 767px) {
  .modal-lanselect-submitbtn .btn-location {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .modal-lanselect-submitbtn .btn-location {
    width: 100%;
    margin-bottom: 8px;
  }
}

.modal-lanselect-submitbtn .btn-location:hover {
  background: #e72e35;
  color: #fff;
}

.modal-lanselect-submitbtn .btn-location strong {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal-lanselect-alllan {
  margin: 10px 0 0 0;
  font-size: 15px;
}

.container_privacy .content h4 {
  margin-top: 1.5em;
}

.container_privacy .content h4 + h5 {
  margin-top: 1em;
}

.container_privacy .content ol > li > ol {
  list-style: lower-alpha;
}

.container_privacy .content ol > li > ol > li > ol {
  list-style: lower-roman;
}

.container_privacy .content > ol {
  counter-reset: item;
  margin: 0 0 1.5em;
  padding: 0;
}

.container_privacy .content > ol > li {
  counter-increment: item;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 2rem;
  text-indent: -1.2rem;
}

.container_privacy .content > ol > li::before {
  content: counter(item) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: .5rem;
  text-align: right;
  width: 1.5rem;
}

.container_privacy .content > ol > li > * {
  text-indent: 0;
}

.container_privacy .content > ol > li > p {
  padding-left: .35rem;
}

.container_privacy .content > ol > li > ol {
  counter-reset: item2;
  margin: 0 0 1.5em;
  padding: 0;
}

.container_privacy .content > ol > li > ol > li {
  counter-increment: item2;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 2rem;
  text-indent: -1.2rem;
}

.container_privacy .content > ol > li > ol > li::before {
  content: counter(item2, upper-alpha) ".";
  display: inline-block;
  font-weight: bold;
  padding-right: .5rem;
  text-align: right;
  width: 1.5rem;
}

.container_privacy .content > ol > li > ol > li > * {
  text-indent: 0rem;
}

.container_privacy .content > ol > li > ol > li > p {
  padding-left: .35rem;
}

.container_terms-of-use .content > ol {
  list-style: lower-alpha;
}

.container_terms-of-use .content > ol > li > ol {
  list-style: lower-roman;
}

.pro-360button a {
  display: inline-block;
  margin: 10px 0;
  cursor: pointer;
}

.icon-360 {
  text-align: left;
}

.btn-360 {
  margin-top: 12px;
}

.btn-360 .row {
  margin: 0 -5px;
}

.btn-360 div[class^="col-"] {
  padding: 0 5px;
}

@media (max-width: 600px) {
  .btn-360 .btn span {
    display: none;
  }
}

.container_proinfo_300U .pro-section-details > .wrap,
.container_proinfo_301U .pro-section-details > .wrap,
.container_proinfo_302U .pro-section-details > .wrap,
.container_proinfo_303U .pro-section-details > .wrap,
.container_proinfo_304U .pro-section-details > .wrap,
.container_proinfo_305U .pro-section-details > .wrap,
.container_proinfo_306U .pro-section-details > .wrap,
.container_proinfo_307U .pro-section-details > .wrap,
.container_proinfo_308U .pro-section-details > .wrap,
.container_proinfo_309U .pro-section-details > .wrap {
  width: 100%;
  padding: 0;
}

#banner .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 8%;
  opacity: .8;
}

@media (max-width: 800px) and (orientation: portrait) {
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 767px) {
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e72e35;
  opacity: 1;
}

@media (max-width: 800px) and (orientation: portrait) {
  #banner .swiper-container-horizontal > .swiper-pagination-bullets, #banner .swiper-pagination-custom, #banner .swiper-pagination-fraction {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  #banner .swiper-container-horizontal > .swiper-pagination-bullets, #banner .swiper-pagination-custom, #banner .swiper-pagination-fraction {
    bottom: 0;
  }
}

#banner .banner-slide {
  position: relative;
}

#banner .banner-slide .banner-slogan {
  position: absolute;
  top: 36%;
  left: 5%;
  text-align: left;
}

@media (min-width: 1680px) {
  #banner .banner-slide .banner-slogan {
    left: 8%;
  }
}

#banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
  line-height: 1.1em;
  padding: 0;
  margin: 0;
  font-size: 52.2px;
}

@media (min-width: 1680px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 63px;
  }
}

@media (max-width: 1340px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 43.2px;
  }
}

@media (max-width: 1199px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 36.72px;
  }
}

@media (max-width: 991px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 28.8px;
  }
}

@media (max-width: 767px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 25.2px;
  }
}

@media (max-width: 600px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 14.4px;
  }
}

@media (max-width: 359px) {
  #banner .banner-slide .banner-slogan h3, #banner .banner-slide .banner-slogan h4 {
    font-size: 7.2px;
  }
}

#banner .banner-slide .banner-slogan h3 {
  color: #262626;
  font-weight: 500;
}

#banner .banner-slide .banner-slogan h4 {
  color: #e72e35;
  font-weight: 800;
}

#banner .banner-slide .banner-img {
  display: block;
  overflow: hidden;
}

#banner .banner-slide .banner-img img {
  -webkit-transition: all 3s ease;
  -o-transition: all 3s ease;
  transition: all 3s ease;
}

#banner .banner-slide .banner-show-v {
  display: none;
}

@media (max-width: 800px) and (orientation: portrait) {
  #banner .banner-slide .banner-show-b {
    display: none;
  }
  #banner .banner-slide .banner-show-v {
    display: block;
  }
}

#banner .swiper-slide-active .banner-img img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

.lan-E #banner .item6 .banner-slogan {
  color: #fff;
  top: 32%;
  left: 8%;
}

.lan-E #banner .banner-dubai2019-date {
  font-size: 36px;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  font-weight: 300;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-dubai2019-date {
    font-size: 43.2px;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-dubai2019-date {
    font-size: 32.4px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-dubai2019-date {
    font-size: 28.8px;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-dubai2019-date {
    font-size: 25.2px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-dubai2019-date {
    font-size: 19.8px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-dubai2019-date {
    font-size: 14.4px;
  }
}

.lan-E #banner .banner-dubai2019-txt {
  margin-top: 2%;
  font-size: 50.4px;
  font-weight: 500;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-dubai2019-txt {
    font-size: 59.4px;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-dubai2019-txt {
    font-size: 43.2px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-dubai2019-txt {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-dubai2019-txt {
    font-size: 28.08px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-dubai2019-txt {
    font-size: 21.6px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-dubai2019-txt {
    font-size: 17.28px;
  }
}

.lan-E #banner .item14 .banner-slogan {
  top: 30.5%;
}

.lan-E #banner .banner-wizard310320-ti {
  color: #7b7583;
  font-size: 68.4px;
  line-height: 1.5em;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-wizard310320-ti {
    font-size: 75.6px;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-wizard310320-ti {
    font-size: 61.2px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-wizard310320-ti {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-wizard310320-ti {
    font-size: 39.6px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-wizard310320-ti {
    font-size: 32.4px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-wizard310320-ti {
    font-size: 25.2px;
  }
}

.lan-E #banner .banner-wizard310320-name {
  color: #a79d93;
  font-size: 30.6px;
  font-weight: 500;
  line-height: 1.3em;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-wizard310320-name {
    font-size: 36px;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-wizard310320-name {
    font-size: 28.8px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-wizard310320-name {
    font-size: 25.2px;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-wizard310320-name {
    font-size: 21.6px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-wizard310320-name {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-wizard310320-name {
    font-size: 14.4px;
  }
}

.lan-E #banner .item7 .banner-slogan {
  left: 31.5%;
  top: 36.5%;
}

.lan-E #banner .banner-award2019-txt {
  color: #464646;
  font-size: 32.4px;
  line-height: 1.3em;
  font-weight: 600;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-award2019-txt {
    font-size: 39.6px;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-award2019-txt {
    font-size: 28.8px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-award2019-txt {
    font-size: 25.2px;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-award2019-txt {
    font-size: 19.8px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-award2019-txt {
    font-size: 15.48px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-award2019-txt {
    font-size: 11.88px;
  }
}

.lan-E #banner .banner-award2019-ti {
  color: #ea1912;
  font-weight: bold;
  font-size: 57.6px;
  line-height: 1.3em;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-award2019-ti {
    font-size: 70.2px;
    letter-spacing: 0.05em;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-award2019-ti {
    font-size: 52.2px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-award2019-ti {
    font-size: 41.4px;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-award2019-ti {
    font-size: 32.4px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-award2019-ti {
    font-size: 25.2px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-award2019-ti {
    font-size: 20.52px;
  }
}

.lan-E #banner .item8 .banner-slogan {
  left: 38%;
  top: 47%;
}

.lan-E #banner .banner-acsturn-ti {
  font-size: 64.8px;
  color: #7d8fa3;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-acsturn-ti {
    font-size: 79.2px;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-acsturn-ti {
    font-size: 57.6px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-acsturn-ti {
    font-size: 50.4px;
    letter-spacing: 0;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-acsturn-ti {
    font-size: 43.2px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-acsturn-ti {
    font-size: 36px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-acsturn-ti {
    font-size: 28.8px;
  }
}

.lan-E #banner .banner-acsturn-name {
  font-size: 32.4px;
  font-weight: 500;
  color: #aa9d94;
  line-height: 1.3em;
}

@media (min-width: 1680px) {
  .lan-E #banner .banner-acsturn-name {
    font-size: 39.6px;
  }
}

@media (max-width: 1340px) {
  .lan-E #banner .banner-acsturn-name {
    font-size: 28.8px;
  }
}

@media (max-width: 1199px) {
  .lan-E #banner .banner-acsturn-name {
    font-size: 23.4px;
  }
}

@media (max-width: 991px) {
  .lan-E #banner .banner-acsturn-name {
    font-size: 19.8px;
  }
}

@media (max-width: 767px) {
  .lan-E #banner .banner-acsturn-name {
    font-size: 16.2px;
  }
}

@media (max-width: 600px) {
  .lan-E #banner .banner-acsturn-name {
    font-size: 12.96px;
  }
}

.lan-T #banner .item11 .banner-slogan,
.lan-T #banner .item12 .banner-slogan {
  top: 18%;
  left: 14%;
}

.lan-T #banner .banner-twdomus3-ti,
.lan-T #banner .banner-twiCH-ti {
  font-size: 50.4px;
  line-height: 1.4em;
  font-weight: 600;
  color: #7b90a5;
  letter-spacing: 0.04em;
}

@media (min-width: 1680px) {
  .lan-T #banner .banner-twdomus3-ti,
  .lan-T #banner .banner-twiCH-ti {
    font-size: 68.4px;
  }
}

@media (max-width: 1340px) {
  .lan-T #banner .banner-twdomus3-ti,
  .lan-T #banner .banner-twiCH-ti {
    font-size: 43.2px;
  }
}

@media (max-width: 1199px) {
  .lan-T #banner .banner-twdomus3-ti,
  .lan-T #banner .banner-twiCH-ti {
    font-size: 39.6px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 991px) {
  .lan-T #banner .banner-twdomus3-ti,
  .lan-T #banner .banner-twiCH-ti {
    font-size: 32.4px;
  }
}

@media (max-width: 767px) {
  .lan-T #banner .banner-twdomus3-ti,
  .lan-T #banner .banner-twiCH-ti {
    font-size: 25.2px;
    letter-spacing: 0.01em;
  }
}

@media (max-width: 600px) {
  .lan-T #banner .banner-twdomus3-ti,
  .lan-T #banner .banner-twiCH-ti {
    font-size: 19.8px;
  }
}

.lan-T #banner .banner-twdomus3-name,
.lan-T #banner .banner-twiCH-name {
  margin-top: 1.5%;
  font-size: 32.4px;
  font-weight: 600;
  color: #a99c94;
  line-height: 1.2em;
  letter-spacing: 0.06em;
}

@media (min-width: 1680px) {
  .lan-T #banner .banner-twdomus3-name,
  .lan-T #banner .banner-twiCH-name {
    font-size: 36px;
  }
}

@media (max-width: 1340px) {
  .lan-T #banner .banner-twdomus3-name,
  .lan-T #banner .banner-twiCH-name {
    font-size: 30.6px;
  }
}

@media (max-width: 1199px) {
  .lan-T #banner .banner-twdomus3-name,
  .lan-T #banner .banner-twiCH-name {
    font-size: 28.8px;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 991px) {
  .lan-T #banner .banner-twdomus3-name,
  .lan-T #banner .banner-twiCH-name {
    font-size: 25.2px;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 767px) {
  .lan-T #banner .banner-twdomus3-name,
  .lan-T #banner .banner-twiCH-name {
    font-size: 19.8px;
  }
}

@media (max-width: 600px) {
  .lan-T #banner .banner-twdomus3-name,
  .lan-T #banner .banner-twiCH-name {
    font-size: 16.2px;
  }
}

.lan-T #banner .item13 .banner-slogan {
  color: #fff;
  top: 34%;
  left: 13%;
}

.lan-T #banner .banner-twarab2019-date {
  font-size: 39.6px;
  line-height: 1.35em;
}

@media (min-width: 1680px) {
  .lan-T #banner .banner-twarab2019-date {
    font-size: 46.8px;
  }
}

@media (max-width: 1340px) {
  .lan-T #banner .banner-twarab2019-date {
    font-size: 32.4px;
  }
}

@media (max-width: 1199px) {
  .lan-T #banner .banner-twarab2019-date {
    font-size: 27px;
  }
}

@media (max-width: 991px) {
  .lan-T #banner .banner-twarab2019-date {
    font-size: 23.4px;
  }
}

@media (max-width: 767px) {
  .lan-T #banner .banner-twarab2019-date {
    font-size: 19.8px;
  }
}

@media (max-width: 600px) {
  .lan-T #banner .banner-twarab2019-date {
    font-size: 14.4px;
  }
}

.lan-T #banner .banner-twarab2019-txt {
  font-size: 41.4px;
  margin-top: 3%;
  line-height: 1.35em;
}

@media (min-width: 1680px) {
  .lan-T #banner .banner-twarab2019-txt {
    font-size: 48.6px;
  }
}

@media (max-width: 1340px) {
  .lan-T #banner .banner-twarab2019-txt {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .lan-T #banner .banner-twarab2019-txt {
    font-size: 28.8px;
  }
}

@media (max-width: 991px) {
  .lan-T #banner .banner-twarab2019-txt {
    font-size: 25.2px;
  }
}

@media (max-width: 767px) {
  .lan-T #banner .banner-twarab2019-txt {
    font-size: 21.6px;
  }
}

@media (max-width: 600px) {
  .lan-T #banner .banner-twarab2019-txt {
    font-size: 16.2px;
  }
}

.lan-T #banner .item10 .banner-slogan {
  left: 31.5%;
  top: 38%;
}

@media (max-width: 600px) {
  .lan-T #banner .item10 .banner-slogan {
    top: 38%;
  }
}

.lan-T #banner .banner-twaward2019-txt {
  color: #464646;
  font-size: 32.4px;
  line-height: 1.3em;
  font-weight: 600;
}

@media (min-width: 1680px) {
  .lan-T #banner .banner-twaward2019-txt {
    font-size: 39.6px;
  }
}

@media (max-width: 1340px) {
  .lan-T #banner .banner-twaward2019-txt {
    font-size: 28.8px;
  }
}

@media (max-width: 1199px) {
  .lan-T #banner .banner-twaward2019-txt {
    font-size: 25.2px;
  }
}

@media (max-width: 991px) {
  .lan-T #banner .banner-twaward2019-txt {
    font-size: 19.8px;
  }
}

@media (max-width: 767px) {
  .lan-T #banner .banner-twaward2019-txt {
    font-size: 15.48px;
  }
}

@media (max-width: 600px) {
  .lan-T #banner .banner-twaward2019-txt {
    font-size: 11.88px;
  }
}

.lan-T #banner .banner-twaward2019-ti {
  font-size: 54px;
  font-weight: bold;
  color: #ea1912;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

@media (min-width: 1680px) {
  .lan-T #banner .banner-twaward2019-ti {
    font-size: 66.6px;
  }
}

@media (max-width: 1340px) {
  .lan-T #banner .banner-twaward2019-ti {
    font-size: 46.8px;
  }
}

@media (max-width: 1199px) {
  .lan-T #banner .banner-twaward2019-ti {
    font-size: 39.6px;
  }
}

@media (max-width: 991px) {
  .lan-T #banner .banner-twaward2019-ti {
    font-size: 30.6px;
  }
}

@media (max-width: 767px) {
  .lan-T #banner .banner-twaward2019-ti {
    font-size: 23.4px;
  }
}

@media (max-width: 600px) {
  .lan-T #banner .banner-twaward2019-ti {
    font-size: 18px;
  }
}

.lan-U #banner .banner-wizard310320-ti {
  color: #7b7583;
  font-size: 68.4px;
  line-height: 1.5em;
}

@media (min-width: 1680px) {
  .lan-U #banner .banner-wizard310320-ti {
    font-size: 75.6px;
  }
}

@media (max-width: 1340px) {
  .lan-U #banner .banner-wizard310320-ti {
    font-size: 61.2px;
  }
}

@media (max-width: 1199px) {
  .lan-U #banner .banner-wizard310320-ti {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .lan-U #banner .banner-wizard310320-ti {
    font-size: 39.6px;
  }
}

@media (max-width: 767px) {
  .lan-U #banner .banner-wizard310320-ti {
    font-size: 32.4px;
  }
}

@media (max-width: 600px) {
  .lan-U #banner .banner-wizard310320-ti {
    font-size: 25.2px;
  }
}

.lan-U #banner .banner-wizard310320-name {
  color: #a79d93;
  font-size: 30.6px;
  font-weight: 500;
  line-height: 1.3em;
}

@media (min-width: 1680px) {
  .lan-U #banner .banner-wizard310320-name {
    font-size: 36px;
  }
}

@media (max-width: 1340px) {
  .lan-U #banner .banner-wizard310320-name {
    font-size: 28.8px;
  }
}

@media (max-width: 1199px) {
  .lan-U #banner .banner-wizard310320-name {
    font-size: 25.2px;
  }
}

@media (max-width: 991px) {
  .lan-U #banner .banner-wizard310320-name {
    font-size: 21.6px;
  }
}

@media (max-width: 767px) {
  .lan-U #banner .banner-wizard310320-name {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .lan-U #banner .banner-wizard310320-name {
    font-size: 14.4px;
  }
}

#middle-index {
  background: url(../images/bg.png) top center no-repeat;
  padding-bottom: 1px;
  padding-top: 1px;
}

@media (max-width: 767px) {
  #middle-index {
    font-size: 17.0px;
  }
}

@media (max-width: 480px) {
  #middle-index {
    font-size: 15.99998px;
  }
}

.index-ti {
  margin: 0 0 1.2em;
}

.index-ti * {
  font-size: 36px;
  font-weight: 400;
  color: #262626;
  padding: 0;
  margin: 0;
}

.swiper-indexnews-wrap, .swiper-indexhealth-wrap {
  margin: 0 -10px;
  position: relative;
}

@media (max-width: 1399px) {
  .swiper-indexnews-wrap, .swiper-indexhealth-wrap {
    margin: 0;
  }
}

.swiper-button-next-indexnews, .swiper-button-prev-indexnews, .swiper-button-next-indexhealth, .swiper-button-prev-indexhealth {
  float: right;
  height: 35px;
  width: 35px;
  background: #e72e35;
  color: #fff;
  margin: 0 10px 0 0;
  text-align: center;
  position: static;
  padding-top: 3px;
}

.swiper-button-next-indexnews span, .swiper-button-prev-indexnews span, .swiper-button-next-indexhealth span, .swiper-button-prev-indexhealth span {
  font-size: 24px;
  line-height: 24px;
  display: block;
}

@media (max-width: 480px) {
  .swiper-button-next-indexnews, .swiper-button-prev-indexnews, .swiper-button-next-indexhealth, .swiper-button-prev-indexhealth {
    width: 30px;
    height: 30px;
    padding-top: 3px;
  }
  .swiper-button-next-indexnews span, .swiper-button-prev-indexnews span, .swiper-button-next-indexhealth span, .swiper-button-prev-indexhealth span {
    font-size: 22px;
    line-height: 22px;
  }
}

.swiper-button-next-indexnews:hover, .swiper-button-prev-indexnews:hover, .swiper-button-next-indexhealth:hover, .swiper-button-prev-indexhealth:hover {
  background: #c4002e;
}

.swiper-button-next-indexnews.swiper-button-disabled, .swiper-button-prev-indexnews.swiper-button-disabled, .swiper-button-next-indexhealth.swiper-button-disabled, .swiper-button-prev-indexhealth.swiper-button-disabled {
  background: #595656;
  opacity: 1;
}

.index-news, .indexhealth {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
          box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
  margin: 10px 10px 26px;
}

@media (max-width: 600px) {
  .index-news, .indexhealth {
    -webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);
            box-shadow: 0 0 10px rgba(50, 50, 50, 0.2);
  }
}

.index-news-wrap {
  padding: 70px 0 0 0;
  margin-bottom: 150px;
}

@media (max-width: 1399px) {
  .index-news-wrap {
    padding-top: 45px;
    margin-bottom: 120px;
  }
}

@media (max-width: 1199px) {
  .index-news-wrap {
    margin-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .index-news-wrap {
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .index-news-wrap {
    padding-top: 25px;
  }
}

.index-news-wrap .index-news a, .index-news-wrap .index-news .img, .index-news-wrap .index-news .text-wrap, .index-news-wrap .index-news .title, .index-news-wrap .index-news .intro {
  display: block;
}

.index-news-wrap .index-news .img {
  display: block;
  overflow: hidden;
}

.index-news-wrap .index-news .img img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.index-news-wrap .index-news .text-wrap {
  padding: 24px 24px;
  min-height: 158.4px;
}

@media (max-width: 767px) {
  .index-news-wrap .index-news .text-wrap {
    padding: 20px;
    min-height: 144px;
  }
}

@media (max-width: 480px) {
  .index-news-wrap .index-news .text-wrap {
    min-height: 106.56px;
  }
}

.index-news-wrap .index-news .text-wrap .title {
  font-size: 21.99996px;
  line-height: 28.8px;
  max-height: 57.6px;
  margin-bottom: 0.4em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .index-news-wrap .index-news .text-wrap .title {
    font-size: 20.0px;
  }
}

@media (max-width: 359px) {
  .index-news-wrap .index-news .text-wrap .title {
    font-size: 18px;
    line-height: 1.35em;
    max-height: 1.35em;
  }
}

.index-news-wrap .index-news .text-wrap .intro {
  color: #555555;
  line-height: 28.8px;
  max-height: 80.64px;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .index-news-wrap .index-news .text-wrap .intro {
    line-height: 25.2px;
  }
}

@media (max-width: 480px) {
  .index-news-wrap .index-news .text-wrap .intro {
    -webkit-line-clamp: 2;
    max-height: 54.72px;
  }
}

.index-news-wrap .index-news:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.lan-F .index-about-wrap {
  margin-top: 150px;
}

@media (max-width: 1399px) {
  .lan-F .index-about-wrap {
    margin-top: 120px;
  }
}

@media (max-width: 1199px) {
  .lan-F .index-about-wrap {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .lan-F .index-about-wrap {
    margin-top: 40px;
  }
}

.index-about-wrap:hover .index-about-banner:after {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .index-about-wrap > .wrap {
    padding: 0;
  }
}

.index-about-main-wrap {
  margin-top: 5%;
  padding: 0 0 0 47%;
  position: relative;
}

@media (max-width: 1199px) {
  .index-about-main-wrap {
    padding-left: 40%;
  }
}

@media (max-width: 991px) {
  .index-about-main-wrap {
    padding: 45% 5% 0;
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .index-about-main-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.index-about-main {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 10% 10%;
}

@media (max-width: 991px) {
  .index-about-main {
    padding: 6% 8% 6%;
  }
}

@media (max-width: 600px) {
  .index-about-main {
    padding: 25px 24px 30px;
  }
}

.index-about-main .index-ti {
  margin-bottom: .6em;
}

.index-about-main .index-ti * {
  font-size: 42.0px;
}

@media (max-width: 1399px) {
  .index-about-main .index-ti * {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .index-about-main .index-ti * {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .index-about-main .index-ti * {
    font-size: 32.4px;
    line-height: 1.4em;
  }
}

@media (max-width: 600px) {
  .index-about-main .index-ti * {
    font-size: 30.6px;
  }
}

@media (max-width: 600px) {
  .index-about-main .index-ti * {
    font-size: 25.2px;
  }
}

@media (max-width: 359px) {
  .index-about-main .index-ti * {
    font-size: 23.4px;
  }
}

.index-about-main .text-wrap {
  padding: 30px 0;
}

@media (max-width: 1340px) {
  .index-about-main .text-wrap {
    padding: 15px 0 30px;
  }
}

@media (max-width: 991px) {
  .index-about-main .text-wrap {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .index-about-main .text-wrap {
    padding-top: 0;
    padding-bottom: 5px;
  }
}

.index-about-main .text-wrap:before, .index-about-main .text-wrap:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e72e35;
  font-size: 36px;
}

@media (max-width: 1340px) {
  .index-about-main .text-wrap:before, .index-about-main .text-wrap:after {
    font-size: 32.4px;
  }
}

@media (max-width: 600px) {
  .index-about-main .text-wrap:before, .index-about-main .text-wrap:after {
    font-size: 30.6px;
  }
}

.index-about-main .text-wrap:before {
  content: "\f10d";
  display: block;
  margin-bottom: 0.5em;
}

@media (max-width: 991px) {
  .index-about-main .text-wrap:before {
    text-align: left;
    margin-bottom: 0.1em;
  }
}

.index-about-main .text-wrap:after {
  content: "\f10e";
  float: right;
  margin-top: 0.2em;
}

.index-about-banner {
  position: absolute;
  left: 0;
  right: 47%;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  overflow: hidden;
}

@media (max-width: 1199px) {
  .index-about-banner {
    right: 40%;
  }
}

@media (max-width: 991px) {
  .index-about-banner {
    right: 0;
    height: 0;
    padding-top: 55%;
  }
}

.index-about-banner:after {
  position: absolute;
  background: url(../images/index-about.jpg) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1199px) {
  .index-about-banner {
    -webkit-transform: translateY(-15%);
    -ms-transform: translateY(-15%);
    transform: translateY(-15%);
  }
}

@media (max-width: 991px) {
  .index-about-banner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.index-pro-wrap {
  margin: 100px 0;
}

@media (max-width: 1399px) {
  .index-pro-wrap {
    margin: 80px 0;
  }
}

@media (max-width: 1199px) {
  .index-pro-wrap {
    margin: 60px 0;
  }
}

@media (max-width: 767px) {
  .index-pro-wrap {
    margin: 45px 0 50px;
  }
}

@media (max-width: 480px) {
  .index-pro-wrap {
    margin: 30px 0;
  }
}

.index-pro-wrap .index-ti {
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .index-pro-wrap .index-ti {
    margin-bottom: 1.5em;
  }
}

.index-pro-wrap .index-ti * {
  text-align: center;
  font-size: 46.0px;
}

@media (max-width: 1399px) {
  .index-pro-wrap .index-ti * {
    font-size: 40.0px;
  }
}

@media (max-width: 767px) {
  .index-pro-wrap .index-ti * {
    font-size: 32.4px;
  }
}

@media (max-width: 600px) {
  .index-pro-wrap .index-ti * {
    font-size: 30.6px;
  }
}

@media (max-width: 359px) {
  .index-pro-wrap .index-ti * {
    font-size: 25.2px;
  }
}

.index-pro ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 600px) {
  .index-pro ul {
    margin-top: -30px;
  }
}

.index-pro ul li {
  width: 25%;
  float: left;
  padding: 0 30px;
  text-align: center;
}

@media (max-width: 991px) {
  .index-pro ul li {
    padding: 0 15px;
  }
}

@media (max-width: 600px) {
  .index-pro ul li {
    width: 50%;
    margin-top: 30px;
  }
  .index-pro ul li:nth-child(2n+1) {
    clear: left;
  }
}

@media (max-width: 480px) {
  .index-pro ul li {
    padding: 0 10px;
  }
}

.index-pro ul li .img, .index-pro ul li .title {
  display: block;
}

.index-pro ul li .img {
  margin: 0 auto;
  width: 130px;
  display: block;
}

@media (max-width: 991px) {
  .index-pro ul li .img {
    width: 120px;
  }
}

@media (max-width: 767px) {
  .index-pro ul li .img {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .index-pro ul li .img {
    width: 95px;
  }
}

.index-pro ul li .title {
  color: #555555;
  font-size: 19.0px;
  font-weight: 500;
  margin-top: 0.3em;
  line-height: 1.3em;
}

@media (max-width: 991px) {
  .index-pro ul li .title {
    font-size: 17.1999px;
  }
}

@media (max-width: 480px) {
  .index-pro ul li .title {
    font-size: 15.3px;
  }
}

.index-pro ul li:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.lan-E .index-pro ul li {
  width: 33.333333%;
}

@media (max-width: 600px) {
  .lan-E .index-pro ul li {
    width: 100%;
  }
}

.lan-S .index-pro ul li, .lan-U .index-pro ul li, .lan-F .index-pro ul li, .lan-K .index-pro ul li {
  width: 50%;
}

.lan-C .index-pro ul li {
  width: 20%;
}

@media (max-width: 991px) {
  .lan-C .index-pro ul li {
    width: 33.333333%;
  }
}

@media (max-width: 600px) {
  .lan-C .index-pro ul li {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .lan-C .index-pro ul li:nth-child(4), .lan-C .index-pro ul li:nth-child(5) {
    width: 50%;
    margin-top: 45px;
  }
}

@media (max-width: 600px) {
  .lan-C .index-pro ul li:nth-child(4), .lan-C .index-pro ul li:nth-child(5) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .lan-C .index-pro ul li:nth-child(4) {
    clear: left;
  }
}

@media (max-width: 600px) {
  .lan-C .index-pro ul li:nth-child(4) {
    width: 50%;
    clear: none;
  }
}

@media (max-width: 600px) {
  .lan-C .index-pro ul li:nth-child(5) {
    width: 100%;
  }
}

.index-health-wrap {
  padding-bottom: 1px;
}

.swiper-indexhealth-wrap {
  margin-bottom: 100px;
}

@media (max-width: 480px) {
  .swiper-indexhealth-wrap {
    margin-bottom: 60px;
  }
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth a, .swiper-indexhealth-wrap .swiper-slide .indexhealth .img, .swiper-indexhealth-wrap .swiper-slide .indexhealth .text-wrap, .swiper-indexhealth-wrap .swiper-slide .indexhealth .title, .swiper-indexhealth-wrap .swiper-slide .indexhealth .intro {
  display: block;
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth .img {
  float: right;
  width: 220px;
  display: block;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .img {
    width: 200px;
  }
}

@media (max-width: 991px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .img {
    width: 160px;
  }
}

@media (max-width: 480px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .img {
    width: 120px;
  }
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth .img img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth .text-wrap {
  padding: 4% 6%;
  padding-bottom: 2%;
}

@media (max-width: 991px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .text-wrap {
    padding: 3% 5%;
    padding-bottom: 2%;
  }
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth .img + .text-wrap {
  margin-right: 220px;
}

@media (max-width: 1199px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .img + .text-wrap {
    margin-right: 200px;
  }
}

@media (max-width: 991px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .img + .text-wrap {
    margin-right: 160px;
  }
}

@media (max-width: 480px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .img + .text-wrap {
    margin-right: 120px;
  }
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth .title {
  font-size: 20.99988px;
  margin-bottom: 0.55em;
  line-height: 1.35em;
  max-height: 2.7em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .title {
    margin-bottom: 0.4em;
    font-size: 18px;
    line-height: 1.45em;
  }
}

@media (max-width: 480px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .title {
    line-height: 1.4em;
  }
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth .intro {
  color: #555555;
  font-size: 16px;
  line-height: 27.2px;
  height: 108.8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .intro {
    -webkit-line-clamp: 3;
    height: 81.6px;
  }
}

@media (max-width: 991px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .intro {
    font-size: 15.2888px;
    line-height: 1.45em;
    height: 4.35em;
  }
}

@media (max-width: 480px) {
  .swiper-indexhealth-wrap .swiper-slide .indexhealth .intro {
    -webkit-line-clamp: 2;
    height: 2.9em;
  }
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.swiper-indexhealth-wrap .swiper-slide .indexhealth:hover .img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.index-newsletter-wrap {
  background: url(../images/paper-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 5% 0;
}

@media only screen and (min-width: 1200px) {
  .index-newsletter-wrap {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .index-newsletter-wrap {
    padding: 12% 0;
    background-image: url(../images/paper-bg-v.jpg);
  }
}

@media (max-width: 480px) {
  .index-newsletter-wrap {
    padding: 15% 0;
  }
}

.index-newsletter-wrap .index-newsletter {
  background: rgba(255, 255, 255, 0.8);
  padding: 4% 4%;
  text-align: center;
  margin: 0 10%;
}

@media (max-width: 1199px) {
  .index-newsletter-wrap .index-newsletter {
    margin: 0 5%;
  }
}

@media (max-width: 991px) {
  .index-newsletter-wrap .index-newsletter {
    padding: 25px 25px;
    margin: 0 5%;
    font-size: 16.0px;
  }
}

@media (max-width: 767px) {
  .index-newsletter-wrap .index-newsletter {
    font-size: 15.0px;
  }
}

.index-newsletter-wrap .index-newsletter .index-ti * {
  line-height: 1.3em;
}

@media (max-width: 1340px) {
  .index-newsletter-wrap .index-newsletter .index-ti * {
    font-size: 32.4px;
  }
}

@media (max-width: 1199px) {
  .index-newsletter-wrap .index-newsletter .index-ti * {
    font-size: 30.6px;
  }
}

@media (max-width: 991px) {
  .index-newsletter-wrap .index-newsletter .index-ti * {
    font-size: 28.8px;
  }
}

@media (max-width: 767px) {
  .index-newsletter-wrap .index-newsletter .index-ti * {
    font-size: 27px;
  }
}

@media (max-width: 600px) {
  .index-newsletter-wrap .index-newsletter .index-ti * {
    font-size: 25.2px;
  }
}

@media (max-width: 480px) {
  .index-newsletter-wrap .index-newsletter .index-ti * {
    font-size: 21.6px;
  }
}

@media (max-width: 359px) {
  .index-newsletter-wrap .index-newsletter .index-ti * {
    font-size: 19.9998px;
  }
}

.index-newsletter-wrap .index-newsletter .newsletter-email {
  margin: 0 2%;
}

.index-newsletter-wrap .index-newsletter .newsletter-email input {
  text-align: center;
}

.index-newsletter-wrap .index-newsletter .newsletter-email, .index-newsletter-wrap .index-newsletter .newsletter-privacy {
  margin-bottom: 0.3em;
}

@media (max-width: 991px) {
  .index-newsletter-wrap .index-newsletter .newsletter-email, .index-newsletter-wrap .index-newsletter .newsletter-privacy {
    margin-bottom: 0.55em;
  }
}

.index-newsletter-wrap .index-newsletter .newsletter-privacy {
  margin-left: 3%;
  margin-right: 3%;
}

.index-newsletter-wrap .index-newsletter .newsletter-privacy:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}

.index-newsletter-wrap .index-newsletter .checkbox {
  display: inline;
}

.index-newsletter-wrap .index-newsletter .newsletter-submitbtn .btn {
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 24px;
}

@media (max-width: 1199px) {
  .index-newsletter-wrap .index-newsletter .newsletter-submitbtn .btn {
    padding-left: 45px;
    padding-right: 45px;
  }
}
/*# sourceMappingURL=index.css.map */