.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
.inline-block {
  display: inline-block;
}
html,
body {
  min-width: 480px;
}
body {
  font-family: Verdana;
  font-size: 13px;
}
.container {
  width: 990px;
  margin: auto;
  position: relative;
}
header {
  position: absolute;
  top: 26px;
  left: 31px;
  z-index: 9990;
}
#search-form {
  float: right;
  height: 52px;
  border: 1px solid rgba(255,255,255,0.8);
  width: 271px;
  margin-right: 17px;
  margin-top: 26px;
}
#search-form input {
  height: 30px;
  margin-top: 11px;
  background: transparent;
  float: left;
  border: 0;
  color: white;
  font-size: 16px;
  margin-left: 12px;
  width: 207px;
}
#search-form button {
  background: url(img/search.png) center no-repeat;
  width: 52px;
  height: 52px;
  float: left;
}
.logo {
  float: left;
  display: block;
  margin-left: 12px;
}
#btn-menu {
  width: 54px;
  height: 54px;
  background: url(img/menu.png) no-repeat;
  float: left;
}
#btn-menu-close {
  width: 54px;
  height: 54px;
  background: url(img/menu-close.png) no-repeat;
  float: left;
}
#menu-overlay {
  background: rgba(33,33,33,0.93);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9991;
}
#menu-overlay.visible {
  display: block;
}
#menu-overlay .header {
  padding-top: 26px;
  padding-left: 31px;
  float: left;
}
#menu-overlay .header-right {
  float: right;
  margin-right: 13px;
  margin-top: 27px;
}
#menu-overlay .header-right a {
  float: left;
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin-right: 14px;
}
#menu-overlay .header-right a img {
  display: block;
}
#menu-overlay .header-right a.lang {
  border: 1px solid #ffe567;
  background: #ffe567;
  color: #000000;
  font-size: 17px;
  font-family: 'Open Sans', 'Microsoft JhengHei';
  font-weight: 600;
}
#menu-overlay .header-right a.icon {
  border: 1px solid #8c8b8c;
}
#menu-overlay .header-right a.icon:hover {
  border: 1px solid #ffe567;
  background: #ffe567;
}
#menu-overlay .menu {
  margin: 58px auto;
  width: 92%;
  max-width: 656px;
}
#menu-overlay .menu a {
  display: block;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  border-bottom: 1px solid #ffe567;
}
#menu-overlay .menu a:last-child {
  border-bottom: 0px;
}
#menu-overlay .footer {
  position: absolute;
  width: 100%;
  bottom: 24px;
  color: white;
  font-size: 13px;
  text-align: center;
}
#menu-overlay .footer a {
  color: white;
  font-size: 13px;
}
#banner {
  background-color: #353535;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 561px;
  color: white;
  position: relative;
}
#banner .banner-cover {
  height: 561px;
  width: 100%;
  background: url(img/banner_mask.png);
  position: absolute;
}
.submenu {
  padding-top: 87px;
  margin-left: 34px;
  width: 565px;
}
.submenu .submenu-title {
  color: white;
  font-size: 40px;
  line-height: 78px;
  border-bottom: 1px solid white;
  position: relative;
}
.submenu .submenu-list {
  position: relative;
}
.submenu .submenu-list a {
  display: block;
  float: left;
  line-height: 46px;
  margin-right: 34px;
  color: white;
  border-top: 4px solid transparent;
}
.submenu .submenu-list a.current,
.submenu .submenu-list a:hover {
  border-top: 4px solid #ffe567;
}
.submenu .editor-wrapper {
  position: absolute;
  bottom: 60px;
  left: 0px;
  width: 50%;
}
.submenu .editor {
  padding-left: 34px;
  padding-right: 34px;
  color: white;
}
.submenu .editor *,
.submenu .editor a,
.submenu .editor a:link,
.submenu .editor a:active,
.submenu .editor a:visited,
.submenu .editor a:hover {
  color: white;
}
form .row.form-title {
  padding-bottom: 15px;
  margin-bottom: 31px;
  border-bottom: 3px solid #353535;
}
form .row {
  margin-bottom: 13px;
}
form .row::after {
  display: block;
  content: "";
  clear: both;
}
form .label {
  float: left;
  width: 110px;
  line-height: 37px;
}
form .input-wrapper {
  float: left;
}
form .input-wrapper.error .input-container {
  border: 2px solid #f9475f;
  padding: 3px;
}
form .input-wrapper.select-wrapper .input-container {
  padding: 3px 0;
}
form .input-container {
  border: 1px solid #b6b6b6;
  padding: 4px;
}
form .input-container input {
  height: 27px;
  width: 303px;
}
form .input-container input[name=captcha] {
  width: 84px;
  text-align: center;
}
form .input-container .select {
  width: 309px;
  height: 27px;
}
form .input-container .select .select-input {
  line-height: 27px;
  display: block;
  padding: 0 3px;
  background: url(img/form_pulldown_arrow.png) 289px center no-repeat;
}
form .input-container .select .select-container {
  background: white;
  border: 1px solid #b6b6b6;
}
form .input-container .select .select-container div {
  line-height: 27px;
  padding: 0 3px;
  cursor: pointer;
}
form .input-container .select .select-container div:hover {
  background: #363636;
  color: white;
}
form .input-container textarea {
  width: 303px;
  height: 77px;
  padding: 0;
}
form .star {
  float: left;
  text-align: right;
  width: 16px;
}
form .submit {
  width: 98px;
  height: 37px;
  border: 2px solid #ffe567;
  background: black;
  color: white;
}
form .error-message {
  line-height: 37px;
  color: #fa4760;
}
.select-container {
  display: none;
  position: relative;
}
#captcha,
#refresh {
  float: left;
  display: block;
}
#refresh {
  width: 48px;
  height: 37px;
  text-align: center;
}
#refresh img {
  margin-top: 4px;
}
.news-items {
  border-top: 1px solid #e1e1e1;
}
.news-items::after {
  display: block;
  content: "";
  clear: both;
}
.news-items .item-pair {
  width: 50%;
  float: left;
}
.news-items .item-pair .item {
  width: 50%;
}
.news-items .item {
  float: left;
  width: 25%;
  display: block;
  height: 199px;
}
.news-items .item .item-inner {
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 134px;
  padding-top: 64px;
}
.news-items .item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.news-items .item:hover .item-image {
  display: block;
}
.news-items .item .item-mask {
  height: 100%;
  width: 100%;
  background: linear-gradient(white,rgba(255,255,255,0.9),rgba(255,255,255,0.4));
  position: absolute;
  top: 0;
  left: 0;
}
.news-items .item .item-name {
  width: 87%;
  margin: auto;
  line-height: 23px;
  position: relative;
}
.news-items .item .item-date {
  line-height: 23px;
  color: #979797;
  margin: 8px auto 0;
  width: 87%;
  position: relative;
}
.news-items .load_more {
  float: left;
  width: 25%;
  text-align: center;
  height: 198px;
  line-height: 198px;
  cursor: pointer;
  background: #4e4e4e;
  color: white;
}
.news-items .next-from {
  display: none;
}
.loading {
  clear: both;
  background: url(img/loading.gif) center no-repeat;
  height: 50px;
}
.news-detail-container {
  margin: 25px 34px;
}
.news-detail-title-bar {
  float: left;
  width: 85%;
}
.news-detail-title,
.news-detail-date {
  line-height: 25px;
}
.news-detail-date {
  color: #979797;
}
.news-gallery-nav {
  float: right;
}
.gallery-pager-prev,
.gallery-pager-next {
  float: right;
  width: 15px;
  height: 27px;
  cursor: pointer;
  display: block;
}
.gallery-pager-prev {
  background: url(img/nav_arrow_left.png) no-repeat;
}
.gallery-pager-next {
  background: url(img/nav_arrow_right.png) no-repeat;
  margin-left: 60px;
}
.news-gallery {
  max-width: 1388px;
  margin: auto;
  position: relative;
}
.news-gallery img {
  width: 100%;
  height: auto;
}
.news-gallery .cycle-pager {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 19px;
  left: 0;
  z-index: 200;
}
.news-gallery .cycle-pager span {
  display: inline-block;
  width: 58px;
  height: 7px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.6);
  cursor: pointer;
  margin: 9px;
  text-indent: -9999px;
}
.news-gallery .cycle-pager span.cycle-pager-active {
  background: #000;
}
.interested-title {
  text-decoration: underline;
}
@media (max-width: 1099px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 990px) {
  .news-items .item:nth-child(4n) .item-inner {
    border-right: 0;
  }
  .news-items .item-pair:nth-child(4n+2) .item:nth-child(2) .item-inner,
  .news-items .item-pair:nth-child(4n) .item:nth-child(1) .item-inner {
    border-right: 0;
  }
  .news-items .item-pair:nth-child(4n+3) .item,
  .news-items .item-pair:nth-child(4n) .item {
    float: right;
  }
}
@media (max-width: 989px) {
  #search-form {
    margin-right: 27px;
  }
  .news-items .item,
  .news-items .load_more {
    width: 50%;
  }
  .news-items .item .item-image {
    display: block;
  }
  .news-items .item:nth-child(2n) .item-inner {
    border-right: 0;
  }
  .news-items .item-pair {
    width: 100%;
  }
  .news-detail-title-bar {
    float: none;
    width: 100%;
  }
  .news-gallery-nav {
    float: none;
  }
  .news-items .item-pair .item:nth-child(2) .item-inner {
    border-right: 1px solid #e1e1e1;
  }
  .news-items .item-pair:nth-child(2n+1) .item:nth-child(2) .item-inner {
    border-right: 0;
  }
  .news-items .item-pair:nth-child(2n) .item {
    float: right;
  }
  .news-items .item-pair:nth-child(2n) .item:nth-child(1) .item-inner {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  #search-form {
    margin-right: 0;
    float: left;
    margin-left: 31px;
  }
  #menu-overlay .header-right {
    float: left;
    margin-left: 31px;
  }
  .submenu {
    margin-right: 34px;
    width: auto;
  }
  .submenu .editor-wrapper {
    width: 100%;
  }
  .news-items .item,
  .news-items .load_more {
    width: 100%;
  }
  .news-items .item .item-inner {
    border-right: 0;
  }
  .news-items .item-pair .item {
    width: 100%;
    float: none;
  }
  .news-items .item-pair .item:nth-child(2) .item-inner {
    border-right: 0;
  }
}
.services-items-wrapper .wrapper-title {
  padding: 0 27px;
  border-bottom: 1px solid #d9d9d9;
}
.services-items .item {
  padding: 19px 27px;
  border-bottom: 1px solid #d9d9d9;
}
.services-items .item-name {
  font-weight: bold;
  line-height: 28px;
}
.services-items .item-desc {
  color: #969696;
  line-height: 28px;
}
.services-items .item-left {
  float: left;
}
.services-items .item-right {
  float: right;
  display: block;
  width: 39px;
  height: 56px;
  background: url(img/service_more_icon.png) center no-repeat;
}
.services-left,
.services-right,
.services-left + .category-photo {
  float: left;
  width: 50%;
}
.services-left .editor {
  padding: 78px 30px;
}
.category-photo {
  position: relative;
}
.category-photo img {
  width: 100%;
  height: auto;
}
.services-items-wrapper .wrapper-title {
  line-height: 48px;
  font-weight: bold;
}
.services-right {
  background: black;
  min-height: 803px;
}
.services-right-inner {
  padding: 43px 39px 0 39px;
}
.services-right-inner * {
  color: white;
}
.services-right-inner .form-title-1 {
  font-weight: bold;
  line-height: 23px;
}
.services-right-inner .form-title-2 {
  line-height: 23px;
}
.services-right-inner form {
  padding: 16px 0;
}
.services-right-inner form .select {
  height: 62px;
  margin-bottom: 14px;
}
.services-right-inner form .select-input {
  padding: 8px 9px;
  border: 2px solid #363636;
  line-height: 42px;
  display: block;
  color: white;
  background: url(img/service_pulldown_arrow.png) right no-repeat;
}
.services-right-inner form .select-input .qnum {
  display: inline-block;
  line-height: 38px;
  width: 38px;
  color: white;
  border: 2px solid #ffe567;
  margin-right: 16px;
  text-align: center;
}
.services-right-inner form .select-container {
  border: 6px solid #363636;
}
.services-right-inner form .select-container div {
  background: #202020;
  color: white;
  font-weight: bold;
  line-height: 41px;
  padding: 0 15px;
  border-bottom: 5px solid #363636;
  cursor: pointer;
}
.services-right-inner form .select-container div:last-child {
  border-bottom: 0;
}
.services-right-inner form .select-container div:first-child {
  display: none;
}
iframe {
  width: 100%;
  height: 530px;
}
@media (max-width: 767px) {
  .services-left,
  .services-right,
  .services-left + .category-photo {
    float: none;
    width: 100%;
  }
}
