@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 12px;
  position: relative;
  color: #000;
}
body * {
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
}
.row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.row .col {
  display: block;
  float: left;
}
.flex-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.flex-column .col {
  align-items: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column .col .inner {
  flex: 1 0 auto;
}
.flex-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-row .col {
  align-items: flex-start;
}
input[type="text"],
input[type="search"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
select {
  border-radius: 0;
  outline: 0;
}
.cus-select2 select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cus-select2 select::-ms-expand {
  display: none;
}
.animated {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* slider set */
.flexslider .flex-direction-nav a {
  width: 40px;
  height: 60px;
  background: #000;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider .flex-control-nav {
  height: 12px;
  position: absolute;
  width: 100%;
  bottom: 15px;
}
.flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.flexslider .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
.flexslider.no-pager .flex-control-nav {
  display: none!important;
}
.flexslider.no-direction .flex-direction-nav {
  display: none!important;
}
::selection {
  background: #ffc600;
  color: #fff;
}
::-moz-selection {
  background: #ffc600;
  color: #fff;
}
/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {
  .mobile,
  .tablet {
    display: none!important;
  }
  .wrap {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
  }
  body {
    padding-top: 80px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
  .header .wrap {
    position: relative;
    height: 80px;
  }
  .header .wrap .logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .header nav {
    height: 80px;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .header nav > ul {
    list-style: none;
  }
  .header nav > ul > li {
    float: left;
    position: relative;
  }
  .header nav > ul > li > a {
    font-size: 18px;
    display: block;
    padding: 27px 0;
    height: 80px;
    color: #000;
  }
  .header nav > ul > li > ul {
    position: absolute;
    width: calc(100% + 80px);
    background: #323232;
    z-index: 999;
    list-style: none;
    left: -40px;
    top: 100%;
    display: none;
  }
  .header nav > ul > li > ul > li {
    position: relative;
    padding: 30px 10px;
  }
  .header nav > ul > li > ul > li > a {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #979797;
  }
  .header nav > ul > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    padding: 20px;
    background: #ffc600;
    list-style: none;
    display: none;
  }
  .header nav > ul > li > ul > li > ul li {
    padding: 20px 0;
  }
  .header nav > ul > li > ul > li > ul li a {
    display: block;
    font-size: 18px;
    color: #d5a500;
  }
  .header nav > ul > li > ul > li > ul li a:hover {
    color: #000;
  }
  .header nav > ul > li > ul > li:hover > a {
    color: #ffc600;
  }
  .header nav > ul > li > ul > li:hover > ul {
    display: block;
  }
  .header nav > ul > li:hover > a {
    color: #ffc600;
  }
  .header nav > ul > li:hover > ul {
    display: block;
  }
  .header nav > ul > li + li {
    margin-left: 80px;
  }
  .header nav > ul .language {
    height: 80px;
    padding: 22px 0;
  }
  .header nav > ul .language img,
  .header nav > ul .language .cus-select2,
  .header nav > ul .language i {
    display: inline-block;
    vertical-align: middle;
  }
  .header nav > ul .language .cus-select2 select {
    font-size: 16px;
    border: 0;
    padding: 0 0 0 5px;
    line-height: 30px;
  }
  .index-about {
    padding: 60px 0;
  }
  .index-about .row .col:nth-child(2) {
    width: calc(100% - 660px);
    float: left;
  }
  .index-about .row .col:nth-child(2) .block div {
    display: inline-block;
    vertical-align: middle;
  }
  .index-about .row .col:nth-child(2) .block div + div {
    margin-left: 20px;
  }
  .index-about .row .col:nth-child(2) .block strong {
    display: block;
    font-size: 72px;
    line-height: 72px;
    font-family: Arial;
    color: #ffc600;
    margin-top: 5px;
  }
  .index-about .row .col:nth-child(2) .block strong i {
    font-style: normal;
  }
  .index-about .row .col:nth-child(2) .block span {
    font-size: 22px;
    line-height: 28px;
  }
  .index-about .row .col:nth-child(2) .block + .block {
    margin-top: 40px;
  }
  .index-about .row .col:nth-child(1) {
    width: 660px;
    float: right;
  }
  .index-about .row .col:nth-child(1) .sub-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
  }
  .index-about .row .col:nth-child(1) .title {
    border-left: 1px #000 solid;
    font-size: 56px;
    line-height: 56px;
    margin-top: 25px;
    padding: 100px 0 0 30px;
  }
  .index-about .row .col:nth-child(1) .title span {
    color: #ffc600;
  }
  .index-about .row .col:nth-child(1) p {
    font-size: 18px;
    color: #747474;
    margin: 25px 0 50px;
  }
  .btns a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    line-height: 40px;
    background: #323232;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .btns a:hover {
    background: #ffc600;
  }
  .btns.style2 a {
    background: #fff;
    color: #000;
  }
  .btns.style2 a:hover {
    background: #ffc600;
  }
  .index-news .title {
    position: relative;
  }
  .index-news .title span {
    font-size: 32px;
    color: #ffc600;
  }
  .index-news .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 150px);
    height: 1px;
    background: #fff;
  }
  .index-news .row {
    padding-left: 50%;
    position: relative;
  }
  .index-news .row .col:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .index-news .row .col:first-child iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .index-news .row .col:last-child {
    background: url(../images/index_news_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 60px;
    width: 100%;
    min-height: 628px;
  }
  .index-news .row .col:last-child .news-items {
    position: relative;
    padding-left: 150px;
    margin-top: 30px;
  }
  .index-news .row .col:last-child .news-items .date {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #fff;
  }
  .index-news .row .col:last-child .news-items .text {
    font-size: 18px;
    padding-top: 3px;
    color: #fff;
  }
  .index-news .row .col:last-child .news-items a {
    color: #fff;
  }
  .index-news .row .col:last-child .news-items a:hover {
    color: #ffc600;
  }
  .index-news .row .col:last-child .news-items:hover .date {
    color: #ffc600;
  }
  .index-news .row .col:last-child .news-items + .btns {
    margin-top: 30px;
    position: relative;
    padding-top: 30px;
  }
  .index-news .row .col:last-child .news-items + .btns:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 150px);
    height: 1px;
    background: #fff;
  }
  .index-parter {
    padding: 60px 0;
  }
  .index-parter .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index-parter .table {
    display: table;
    width: 1200px;
    margin: 0 auto;
  }
  .index-parter .table .tr {
    display: table-row;
  }
  .index-parter .table .tr .td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 30px;
  }
  .index-parter .table .tr + .tr .td {
    padding-top: 60px;
  }
  #map-tab {
    text-align: center;
    height: 38px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -38px);
    -moz-transform: translate(-50%, -38px);
    -ms-transform: translate(-50%, -38px);
    -o-transform: translate(-50%, -38px);
  }
  #map-tab div {
    width: 86px;
    height: 38px;
    line-height: 38px;
    background: url(../images/tab.png) 0 0 no-repeat;
    display: inline-block;
    margin: 0;
    color: #fff;
  }
  #map-tab div:hover {
    background: url(../images/tab.png) 0 -38px no-repeat;
  }
  #map-tab.active div {
    background: url(../images/tab.png) 0 -38px no-repeat;
  }
  .web-map {
    position: relative;
  }
  .web-map .row .col {
    padding: 15px 2%;
    width: 15%;
  }
  .web-map .row .col:nth-child(2) {
    width: 40%;
  }
  .web-map .top {
    background: #ffc600;
  }
  .web-map .top .row .col {
    font-size: 18px;
    color: #323232;
  }
  .web-map .bottom {
    position: relative;
  }
  .web-map .bottom:before {
    content: '';
    width: 100%;
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffc600;
    z-index: 1;
  }
  .web-map .bottom .row .col {
    padding: 0 2% 25px 2%;
    min-height: 380px;
  }
  .web-map .bottom .row .col .title {
    font-size: 18px;
    color: #323232;
    padding: 15px 0;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
  }
  .web-map .bottom .row .col ul {
    list-style: none;
  }
  .web-map .bottom .row .col ul li a {
    font-size: 13px;
    color: #000;
  }
  .web-map .bottom .row .col ul li + li {
    margin-top: 15px;
  }
  .web-map .bottom .row .col .sub-title {
    font-size: 18px;
    color: #ffc600;
    margin-bottom: 20px;
  }
  .web-map .bottom .row .col .blocks {
    display: inline-block;
    vertical-align: top;
    width: 25%;
  }
  .web-map .bottom .row .col .blocks + .blocks {
    margin-left: 10%;
  }
  .web-map .bottom .row .col + .col {
    position: relative;
  }
  .web-map .bottom .row .col + .col:before {
    content: '';
    display: block;
    width: 1px;
    height: 325px;
    bottom: 0;
    left: 0;
    background: #d9d9d9;
    position: absolute;
  }
  .web-map #content {
    background: #fff;
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
  }
  .web-map #content.active {
    max-height: 381px;
    transition: max-height 0.25s ease-in;
  }
  .footer {
    background: #323232;
    padding: 40px 0;
  }
  .footer .top {
    text-align: center;
  }
  .footer .top > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .footer .top span {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
  }
  .footer .top span:first-child {
    font-family: 'Arial';
    font-weight: 800;
    font-size: 42px;
    margin-right: 10px;
  }
  .footer .top .social-icons {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
  }
  .footer .top .social-icons .icons {
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 25px;
    color: #323232;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
  .footer .top .social-icons .icons + .icons {
    margin-left: 10px;
  }
  .footer .top .social-icons .icons:hover {
    background: #ffc600;
  }
  .footer .bottom {
    text-align: center;
    margin-top: 30px;
  }
  .footer .bottom span,
  .footer .bottom i {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    margin-left: 0.6%;
    color: #fff;
  }
  .footer .bottom i {
    width: 1px;
    height: 16px;
    background: #fff;
  }
  .copy-right {
    text-align: center;
    font-size: 15px;
    padding: 20px 0 40px;
  }
  .copy-right span,
  .copy-right a {
    display: inline-block;
    vertical-align: middle;
  }
  .copy-right a {
    margin-left: 15px;
  }
  #goTop {
    width: 62px;
    height: 62px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 5%;
    cursor: pointer;
    z-index: 99;
  }
  #goTop:hover {
    background: #000;
  }
  .parallax-window {
    min-height: 1538px;
    background: transparent;
  }
  /* activity */
  .search-area {
    background: #333;
    color: #fff;
    text-align: center;
    height: 375px;
    position: relative;
  }
  .search-area .text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    z-index: 2;
  }
  .search-area .text h2 {
    font-size: 40px;
  }
  .search-area .text .select-group {
    margin: 30px 0;
    font-size: 15px;
  }
  .search-area .text .select-group .cus-select {
    display: inline-block;
    position: relative;
  }
  .search-area .text .select-group .cus-select select {
    display: none;
  }
  .search-area .text .select-group .select-selected {
    background-color: 0;
  }
  .search-area .text .select-group .select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  .search-area .text .select-group .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 9px;
  }
  .search-area .text .select-group .select-selected {
    color: #ffffff;
    padding: 6px 45px 6px 15px;
    border: 1px solid #fff;
    cursor: pointer;
    user-select: none;
  }
  .search-area .text .select-group .select-items div {
    padding: 5px 0;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    background: #fff;
    color: #000;
  }
  .search-area .text .select-group .select-items div:last-child {
    border-bottom: 1px #fff solid;
  }
  .search-area .text .select-group .select-items {
    position: absolute;
    background-color: 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .search-area .text .select-group .select-hide {
    display: none;
  }
  .search-area .text .select-group .select-items div:hover,
  .search-area .text .select-group .same-as-selected {
    background-color: #ccc;
  }
  .search-area .text .select-group span {
    margin: 0 12px;
  }
  .search-area .text .search * {
    vertical-align: middle;
  }
  .search-area .text .search span {
    display: inline-block;
  }
  .search-area .text .search input {
    border: 1px #fff solid;
    padding: 6px 15px;
    width: 238px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 12px 0 0;
    display: inline-block;
    height: 34px;
    font-size: 15px;
    color: #fff;
  }
  .search-area .text .search input::-webkit-input-placeholder {
    color: #fff;
  }
  .search-area .text .search input:-moz-placeholder {
    color: #fff;
  }
  .search-area .text .search input::-moz-placeholder {
    color: #fff;
  }
  .search-area .text .search input:-ms-input-placeholder {
    color: #fff;
  }
  .search-area .text .search a {
    display: inline-block;
    border: 1px #fff solid;
    padding: 5px 15px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-size: 15px;
  }
  .search-area .text .search a:hover {
    background: #fff;
    color: #000;
  }
  .search-area .text h2 + .search {
    margin-top: 30px;
  }
  .container {
    padding: 90px 0;
  }
  .activity-center .flex-row {
    margin: 0 -30px;
    justify-content: flex-start;
  }
  .activity-center .flex-row .col {
    width: 33.33333333%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
  }
  .activity-center .flex-row .col .inner {
    border: 1px #d3d3d3 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    flex: 1 0 auto;
    position: relative;
    padding-bottom: 50px;
  }
  .activity-center .flex-row .col .inner .img {
    position: relative;
  }
  .activity-center .flex-row .col .inner .img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: linear-gradient(135deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .activity-center .flex-row .col .inner .img a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .activity-center .flex-row .col .inner .text {
    padding: 25px 20px;
  }
  .activity-center .flex-row .col .inner .text .activity-date {
    color: #999;
  }
  .activity-center .flex-row .col .inner .text h3 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .activity-center .flex-row .col .inner .text h3 + p {
    font-size: 15px;
    line-height: 1.8;
  }
  .activity-center .flex-row .col .inner .text .bottom {
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
  }
  .activity-center .flex-row .col .inner .text .bottom .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 20px;
  }
  .activity-center .flex-row .col .inner .text .bottom a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .activity-center .flex-row .col .inner .text .bottom a:hover {
    background: #000;
    color: #fff;
  }
  .activity-center .flex-row .col .inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .activity-center .flex-row .col .inner:hover .img a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .activity-center .flex-row .col:nth-child(n+4) {
    margin-top: 60px;
  }
  .pager {
    padding-top: 60px;
  }
  .pager a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 6px 25px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .pager a:hover {
    background: #000;
    color: #fff;
  }
  .pager a:first-child {
    float: left;
  }
  .pager a + a {
    float: right;
  }
  /* article */
  .page-banner {
    position: relative;
    color: #fff;
    text-align: center;
  }
  .page-banner img {
    width: 100%;
  }
  .page-banner .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .page-banner .text > p:first-child {
    margin-bottom: 5px;
  }
  .page-banner .text h1 {
    font-size: 36px;
    font-weight: 500;
  }
  .page-banner .text > span {
    display: inline-block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 20px 0 15px;
  }
  .page-banner .text p {
    font-size: 16px;
  }
  .page-banner .text p span {
    padding: 0 12px;
  }
  .page-banner .text p span + span {
    position: relative;
  }
  .page-banner .text p span + span:before {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .editor {
    font-size: 18px;
  }
  .editor .title {
    font-size: 36px;
    font-weight: 500;
  }
  .editor .title:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    margin: 15px 0 40px;
  }
  .back {
    text-align: center;
    margin-top: 60px;
  }
  .back a {
    font-size: 15px;
    display: inline-block;
    padding: 8px 25px;
    border: 1px #000 solid;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .back a:hover {
    background: #000;
    color: #fff;
  }
  /* news center */
  .news-center .flex-row .col {
    width: 100%;
  }
  .news-center .flex-row .col .inner {
    border: 1px #d3d3d3 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: relative;
  }
  .news-center .flex-row .col .inner:after {
    content: '';
    display: block;
    clear: both;
  }
  .news-center .flex-row .col .inner .img {
    position: relative;
    float: right;
  }
  .news-center .flex-row .col .inner .img img {
    width: 100%;
  }
  .news-center .flex-row .col .inner .img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: linear-gradient(135deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .news-center .flex-row .col .inner .img a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .news-center .flex-row .col .inner .text {
    padding: 30px;
    width: calc(100% - 360px);
  }
  .news-center .flex-row .col .inner .text h3 {
    font-size: 26px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .news-center .flex-row .col .inner .text h3 + p {
    font-size: 15px;
    line-height: 1.8;
  }
  .news-center .flex-row .col .inner .text .bottom {
    position: relative;
    text-align: right;
    margin-top: 20px;
  }
  .news-center .flex-row .col .inner .text .bottom .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
  }
  .news-center .flex-row .col .inner .text .bottom a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .news-center .flex-row .col .inner .text .bottom a:hover {
    background: #000;
    color: #fff;
  }
  .news-center .flex-row .col .inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .news-center .flex-row .col .inner:hover .img a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .news-center .flex-row .col + .col {
    margin-top: 60px;
  }
  /* contact */
  .title2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    margin: 60px 0 80px;
  }
  .title2:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -20px;
  }
  .contact .top .title {
    text-align: center;
    font-size: 50px;
    color: #ffc600;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
  }
  .contact .top .title:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -20px;
  }
  .contact .top p {
    text-align: center;
    font-size: 18px;
    color: #9f9f9f;
    padding-bottom: 20px;
  }
  .contact .form select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    padding: 0 15px;
    color: #8a8a8a;
  }
  .contact .form input[type="text"],
  .contact .form input[type="search"],
  .contact .form input[type="submit"],
  .contact .form input[type="reset"],
  .contact .form input[type="date"],
  .contact .form input[type="tel"],
  .contact .form input[type="password"],
  .contact .form input[type="email"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    padding: 0 15px;
    color: #8a8a8a;
  }
  .contact .form textarea {
    display: block;
    width: 100%;
    height: 180px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    color: #8a8a8a;
    padding: 15px;
  }
  .contact .form label {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    line-height: 40px;
    text-align: right;
    padding-right: 20px;
    font-size: 15px;
    background: 0;
  }
  .contact .form label.required {
    color: #335aa4;
  }
  .contact .form .row {
    margin-top: 20px;
  }
  .contact .form .row .col {
    width: 50%;
    padding: 0 40px 0 130px;
    position: relative;
  }
  .contact .form .address {
    padding: 0 40px 0 130px;
    position: relative;
    margin-top: 20px;
  }
  .contact .form .address .row {
    margin: 0 -10px;
  }
  .contact .form .address .row .col {
    position: static;
    padding: 0 10px;
    width: 225px;
  }
  .contact .form .address .row .col:last-child {
    width: calc(100% - 450px);
  }
  .contact .form .textarea {
    padding: 0 40px 0 130px;
    position: relative;
    margin-top: 20px;
  }
  .contact .form .textarea .col {
    padding: 0;
    width: 100%;
  }
  .contact .form .captcha {
    padding: 20px 0 30px;
    background: #f9f9fa;
    margin-top: 30px;
    text-align: center;
  }
  .contact .form .captcha label {
    display: inline-block;
    position: static;
    padding-right: 10px;
    vertical-align: middle;
  }
  .contact .form .captcha input[type="text"] {
    display: inline-block;
    width: 320px;
    vertical-align: middle;
  }
  .contact .form .captcha img {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
  }
  .contact .form .captcha div.agreement {
    margin: 20px 0;
  }
  .contact .form .captcha div.agreement label {
    line-height: normal;
    width: auto;
    text-align: left;
  }
  .contact .form .captcha div.agreement input {
    display: inline-block;
    margin-right: 5px;
  }
  .contact .form .captcha > a#contact-submit-button {
    display: inline-block;
    padding: 10px 30px;
    background: #ffc600;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
  }
  .contact .location .row .col {
    width: 730px;
    float: left;
  }
  .contact .location .row .col .map {
    margin-bottom: 20px;
    position: relative;
  }
  .contact .location .row .col .map img {
    width: 100%;
  }
  .contact .location .row .col .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .contact .location .row .col + .col {
    width: 400px;
    float: right;
  }
  .contact .location .row .col + .col h4 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 45px;
    position: relative;
  }
  .contact .location .row .col + .col h4:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .contact .location .row .col + .col p {
    color: #666;
  }
  .contact .location .row .col + .col p i {
    font-size: 15px;
    font-style: normal;
  }
  .contact .location .row .col + .col p i img {
    width: 20px;
    height: 20px;
  }
  .contact .location .row .col + .col p i + i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .contact .location .row .col + .col p span + span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
  .contact .location .row .col + .col p + p {
    margin-top: 15px;
  }
  .page-banner2 {
    position: relative;
  }
  .page-banner2 > img {
    width: 100%;
  }
  .page-banner2 span {
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-weight: 500;
    color: #fff;
  }
  /* about */
  .page-title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    position: relative;
    padding-bottom: 40px;
  }
  .page-title:after {
    content: '';
    display: inline-block;
    width: 340px;
    height: 1px;
    background: #000;
  }
  .img-text h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
  .img-text h3 {
    font-size: 24px;
    font-weight: 400;
  }
  .img-text h3:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    margin: 15px 0;
  }
  .img-text p,
  .img-text div {
    font-size: 15px;
    color: #666;
  }
  .about .block {
    padding: 100px 0;
  }
  .about .block .flex-row {
    align-items: center;
  }
  .about .block .flex-row .col:first-child {
    width: 400px;
    text-align: center;
  }
  .about .block .flex-row .col + .col {
    width: 800px;
    padding: 0 25px;
  }
  .about .block .flex-row + .flex-row {
    margin-top: 80px;
  }
  .about .block .img {
    width: 100%;
  }
  /* after service */
  .after-service h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .after-service p {
    font-size: 18px;
    color: #747474;
    line-height: 1.6;
  }
  .after-service .text {
    text-align: center;
    max-width: 530px;
    padding: 100px 0;
    margin: 0 auto;
  }
  .after-service .mid {
    text-align: center;
    margin-bottom: 100px;
  }
  .after-service .mid h2 {
    margin-bottom: 40px;
  }
  .after-service .mid .flex-row {
    max-width: 940px;
    margin: 0 auto;
  }
  .after-service .mid .flex-row .col img {
    width: 136px;
  }
  .after-service .mid .flex-row .col h3 {
    font-size: 24px;
    padding: 20px 0 10px;
  }
  .after-service .mid .flex-row .col p {
    font-size: 15px;
    line-height: 2;
  }
  .after-service .bottom {
    text-align: center;
    margin-top: 80px;
  }
  .after-service .bottom h2 {
    margin-bottom: 40px;
  }
  .after-service .bottom .flex-row {
    max-width: 1080px;
    margin: 0 auto;
  }
  .after-service .bottom .flex-row .col .blocks {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #ffb500;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .after-service .bottom .flex-row .col .blocks span {
    padding: 0 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: bold;
  }
  .after-service .bottom .flex-row .col p {
    font-size: 15px;
    line-height: 2;
    display: block;
    padding-top: 20px;
  }
  /* product */
  .product .img-text b {
    color: #e79300;
    font-weight: 500;
  }
  .product .img-text p,
  .product .img-text div {
    line-height: 2;
    margin-bottom: 30px;
    color: #666;
  }
  .product .img-text ul {
    padding-left: 20px;
  }
  .product .flex-row {
    margin-top: 100px;
  }
  .product .flex-row .col {
    width: 50%;
  }
  .product .flex-row .col:first-child {
    order: 1;
  }
  .product .flex-row .col + .col {
    order: 2;
    padding: 0 0 0 50px;
  }
  .product .flex-row.type2 .col:first-child {
    order: 2;
  }
  .product .flex-row.type2 .col + .col {
    order: 1;
    padding: 0 50px 0 0;
  }
  .product .flex-row + .img {
    margin-top: 100px;
  }
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .pc,
  .hide-in-tablet {
    display: none!important;
  }
  .wrap {
    width: 80%;
    max-width: 960px;
    margin: 0 auto;
  }
  .header.mobile {
    height: 80px;
    background: #fff;
    position: relative;
  }
  .header.mobile a.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .header.mobile a.logo img {
    height: 30px;
  }
  .header.mobile #menu-btn {
    position: absolute;
    width: 80px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    left: 0;
  }
  .header.mobile #language {
    position: absolute;
    width: 80px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    right: 0;
  }
  #mobile-menu-wrap {
    position: absolute;
    width: 100%;
    z-index: 99999;
    padding: 0 10%;
    left: 0;
    top: 80px;
    display: none;
  }
  #mobile-menu-wrap .inner {
    width: 100%;
    background: #323232;
    padding: 15px 0;
  }
  #mobile-menu-wrap .inner > ul {
    list-style: none;
    font-size: 15px;
    padding-bottom: 10px;
  }
  #mobile-menu-wrap .inner > ul > li {
    display: block;
    position: relative;
  }
  #mobile-menu-wrap .inner > ul > li > a {
    font-size: 15px;
    padding: 12px 20px;
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #mobile-menu-wrap .inner > ul > li > i {
    position: absolute;
    width: 15%;
    text-align: center;
    right: 0;
    top: 0;
    color: #ccc;
    font-size: 18px;
    z-index: 2;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
  }
  #mobile-menu-wrap .inner > ul > li > ul {
    list-style: none;
    padding-left: 50px;
    padding-bottom: 12px;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li {
    padding: 12px 0;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li a {
    color: #fff;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li > ul {
    list-style: none;
    padding-top: 12px;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li > ul li {
    padding: 8px 0;
    padding-left: 20px;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li:last-child {
    background: 0;
    padding-bottom: 0;
  }
  #mobile-menu-wrap .inner > ul > li.active {
    padding-bottom: 12px;
  }
  #mobile-menu-wrap .inner > ul > li.active > a {
    background: #eee;
  }
  #mobile-menu-wrap .inner > ul > li.active > ul {
    display: block;
  }
  #language-switch {
    position: absolute;
    z-index: 9999;
    background: #323232;
    width: 120px;
    right: 10px;
    top: 80px;
    padding: 10px 0;
    display: none;
  }
  #language-switch a {
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  #language-switch a + a {
    margin-top: 10px;
  }
  #language-switch a:hover {
    text-decoration: underline;
    color: #276baf;
  }
  #language-switch.active {
    display: block;
  }
  .flexslider .flex-control-nav {
    height: 8px;
    position: absolute;
    width: 100%;
    bottom: 12px;
  }
  .flexslider .flex-control-nav li {
    margin: 0 4px;
  }
  .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .flexslider .flex-control-nav li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
  }
  .index-about {
    padding: 40px 0;
  }
  .index-about .row .col:nth-child(2) {
    margin-top: 60px;
  }
  .index-about .row .col:nth-child(2) .block div {
    display: inline-block;
    vertical-align: middle;
  }
  .index-about .row .col:nth-child(2) .block div img {
    width: 80px;
  }
  .index-about .row .col:nth-child(2) .block div + div {
    margin-left: 20px;
  }
  .index-about .row .col:nth-child(2) .block strong {
    display: block;
    font-size: 56px;
    line-height: 56px;
    font-family: Arial;
    color: #ffc600;
    margin-top: 5px;
  }
  .index-about .row .col:nth-child(2) .block strong i {
    font-style: normal;
  }
  .index-about .row .col:nth-child(2) .block span {
    font-size: 20px;
    line-height: 26px;
  }
  .index-about .row .col:nth-child(2) .block + .block {
    margin-top: 40px;
  }
  .index-about .row .col:nth-child(1) .sub-title {
    font-size: 24px;
    line-height: 24px;
  }
  .index-about .row .col:nth-child(1) .title {
    font-size: 32px;
    line-height: 32px;
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .index-about .row .col:nth-child(1) .title span {
    color: #ffc600;
  }
  .index-about .row .col:nth-child(1) p {
    font-size: 15px;
    color: #747474;
    margin: 15px 0 30px;
  }
  .btns a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    background: #323232;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .btns a:hover {
    background: #ffc600;
  }
  .btns.style2 a {
    background: #fff;
    color: #000;
  }
  .btns.style2 a:hover {
    background: #ffc600;
  }
  .index-news .title {
    position: relative;
    margin-bottom: 30px;
  }
  .index-news .title span {
    font-size: 24px;
    color: #ffc600;
  }
  .index-news .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 120px);
    height: 1px;
    background: #fff;
  }
  .index-news .row .col {
    width: 100%;
  }
  .index-news .row .col:first-child {
    position: relative;
  }
  .index-news .row .col:first-child iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .index-news .row .col:last-child {
    background: url(../images/index_news_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 10%;
  }
  .index-news .row .col:last-child .news-items .date {
    color: #fff;
    font-size: 15px;
  }
  .index-news .row .col:last-child .news-items .text {
    font-size: 15px;
    padding-top: 3px;
    color: #fff;
  }
  .index-news .row .col:last-child .news-items a {
    color: #fff;
  }
  .index-news .row .col:last-child .news-items a:hover {
    color: #ffc600;
  }
  .index-news .row .col:last-child .news-items + .news-items {
    margin-top: 20px;
  }
  .index-news .row .col:last-child .news-items:hover .date {
    color: #ffc600;
  }
  .index-news .row .col:last-child .news-items + .btns {
    margin-top: 30px;
    position: relative;
    padding-top: 30px;
  }
  .index-news .row .col:last-child .news-items + .btns:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 120px);
    height: 1px;
    background: #fff;
  }
  .index-parter {
    padding: 40px 0;
  }
  .index-parter .title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .index-parter .table .tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .index-parter .table .tr .td {
    width: 50%;
    padding: 15px 10%;
  }
  .web-map {
    padding: 40px 0;
    background: #f7f7f7;
  }
  .web-map #map-tab {
    display: none;
  }
  .web-map .bottom {
    position: relative;
  }
  .web-map .bottom .row .col {
    width: 100%;
  }
  .web-map .bottom .row .col .title {
    font-size: 18px;
    color: #323232;
    position: relative;
    z-index: 2;
    font-weight: bold;
    border-bottom: 1px #000 solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .web-map .bottom .row .col ul {
    list-style: none;
    margin: 0 -10px;
  }
  .web-map .bottom .row .col ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .web-map .bottom .row .col ul li {
    padding: 3px 10px;
    float: left;
  }
  .web-map .bottom .row .col ul li a {
    font-size: 15px;
    color: #000;
  }
  .web-map .bottom .row .col .sub-title {
    font-size: 15px;
    color: #000;
    padding: 20px 0 10px;
  }
  .web-map .bottom .row .col + .col {
    margin-top: 30px;
  }
  .footer {
    background: #323232;
    padding: 40px 0;
  }
  .footer .top {
    text-align: center;
  }
  .footer .top > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .footer .top span {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
  }
  .footer .top span:first-child {
    font-family: 'Arial';
    font-weight: 800;
    font-size: 28px;
    margin-right: 10px;
  }
  .footer .top .social-icons {
    margin-top: 15px;
  }
  .footer .top .social-icons .icons {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    color: #323232;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
  .footer .top .social-icons .icons + .icons {
    margin-left: 10px;
  }
  .footer .top .social-icons .icons:hover {
    background: #ffc600;
  }
  .footer .bottom {
    text-align: center;
    margin-top: 25px;
  }
  .footer .bottom span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
  }
  .footer .bottom i {
    display: none;
  }
  .copy-right {
    text-align: center;
    font-size: 13px;
    padding: 10px 0 20px;
  }
  .copy-right span,
  .copy-right a {
    display: inline-block;
    vertical-align: middle;
  }
  .copy-right a {
    margin-left: 20px;
  }
  #goTop {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 5%;
    cursor: pointer;
    z-index: 99;
  }
  #goTop:hover {
    background: #000;
  }
  .parallax-window {
    min-height: 1920px;
    background: transparent;
  }
  /* activity */
  .search-area {
    background: #333;
    color: #fff;
    text-align: center;
    height: 320px;
    position: relative;
  }
  .search-area .text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    z-index: 2;
  }
  .search-area .text h2 {
    font-size: 28px;
  }
  .search-area .text .select-group {
    margin: 20px 0;
  }
  .search-area .text .select-group .cus-select {
    display: inline-block;
    position: relative;
  }
  .search-area .text .select-group .cus-select select {
    display: none;
  }
  .search-area .text .select-group .select-selected {
    background-color: 0;
  }
  .search-area .text .select-group .select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  .search-area .text .select-group .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 9px;
  }
  .search-area .text .select-group .select-selected {
    color: #ffffff;
    padding: 6px 20px 6px 10px;
    border: 1px solid #fff;
    cursor: pointer;
    user-select: none;
  }
  .search-area .text .select-group .select-items div {
    padding: 5px 0;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    background: #fff;
    color: #000;
  }
  .search-area .text .select-group .select-items div:last-child {
    border-bottom: 1px #fff solid;
  }
  .search-area .text .select-group .select-items {
    position: absolute;
    background-color: 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .search-area .text .select-group .select-hide {
    display: none;
  }
  .search-area .text .select-group .select-items div:hover,
  .search-area .text .select-group .same-as-selected {
    background-color: #ccc;
  }
  .search-area .text .select-group span {
    margin: 0 12px;
  }
  .search-area .text .search * {
    vertical-align: middle;
  }
  .search-area .text .search span {
    display: inline-block;
  }
  .search-area .text .search input {
    border: 1px #fff solid;
    padding: 6px 15px;
    width: 178px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 12px 0 0;
    display: inline-block;
    height: 35px;
    font-size: 15px;
    color: #fff;
  }
  .search-area .text .search input::-webkit-input-placeholder {
    color: #fff;
  }
  .search-area .text .search input:-moz-placeholder {
    color: #fff;
  }
  .search-area .text .search input::-moz-placeholder {
    color: #fff;
  }
  .search-area .text .search input:-ms-input-placeholder {
    color: #fff;
  }
  .search-area .text .search a {
    display: inline-block;
    border: 1px #fff solid;
    padding: 5px 15px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .search-area .text .search a:hover {
    background: #fff;
    color: #000;
  }
  .search-area .text h2 + .search {
    margin-top: 20px;
  }
  .container {
    padding: 60px 0;
  }
  .activity-center .flex-row {
    margin: 0 -20px;
    justify-content: flex-start;
  }
  .activity-center .flex-row .col {
    width: 50%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .activity-center .flex-row .col .inner {
    border: 1px #d3d3d3 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: relative;
    flex: 1 0 auto;
    padding-bottom: 50px;
  }
  .activity-center .flex-row .col .inner .img {
    position: relative;
  }
  .activity-center .flex-row .col .inner .img img {
    width: 100%;
  }
  .activity-center .flex-row .col .inner .img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: linear-gradient(135deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .activity-center .flex-row .col .inner .img a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .activity-center .flex-row .col .inner .text {
    padding: 20px;
  }
  .activity-center .flex-row .col .inner .text .activity-date {
    color: #999;
  }
  .activity-center .flex-row .col .inner .text h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .activity-center .flex-row .col .inner .text h3 + p {
    font-size: 15px;
    line-height: 1.8;
  }
  .activity-center .flex-row .col .inner .text .bottom {
    position: absolute;
    text-align: right;
    padding: 0 20px;
    left: 0;
    bottom: 20px;
    width: 100%;
  }
  .activity-center .flex-row .col .inner .text .bottom .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 20px;
  }
  .activity-center .flex-row .col .inner .text .bottom a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .activity-center .flex-row .col .inner .text .bottom a:hover {
    background: #000;
    color: #fff;
  }
  .activity-center .flex-row .col .inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .activity-center .flex-row .col .inner:hover .img a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .activity-center .flex-row .col:nth-child(n+3) {
    margin-top: 40px;
  }
  .pager {
    padding-top: 60px;
  }
  .pager a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 6px 25px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .pager a:hover {
    background: #000;
    color: #fff;
  }
  .pager a:first-child {
    float: left;
  }
  .pager a + a {
    float: right;
  }
  /* article */
  .page-banner {
    position: relative;
    color: #fff;
    text-align: center;
  }
  .page-banner img {
    width: 100%;
  }
  .page-banner .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0 10%;
  }
  .page-banner .text h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .page-banner .text > span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #fff;
    margin: 15px 0 10px;
  }
  .page-banner .text p {
    font-size: 14px;
  }
  .page-banner .text p span {
    padding: 0 12px;
  }
  .page-banner .text p span + span {
    position: relative;
  }
  .page-banner .text p span + span:before {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .editor {
    font-size: 15px;
  }
  .editor .title {
    font-size: 24px;
    font-weight: 500;
  }
  .editor .title:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    margin: 15px 0 30px;
  }
  .back {
    text-align: center;
    margin-top: 40px;
  }
  .back a {
    font-size: 15px;
    display: inline-block;
    padding: 8px 25px;
    border: 1px #000 solid;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .back a:hover {
    background: #000;
    color: #fff;
  }
  /* news center */
  .news-center .flex-row {
    margin: 0 -20px;
    justify-content: flex-start;
  }
  .news-center .flex-row .col {
    width: 50%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }
  .news-center .flex-row .col .inner {
    border: 1px #d3d3d3 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: relative;
    flex: 1 0 auto;
    padding-bottom: 50px;
  }
  .news-center .flex-row .col .inner .img {
    position: relative;
  }
  .news-center .flex-row .col .inner .img img {
    width: 100%;
  }
  .news-center .flex-row .col .inner .img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: linear-gradient(135deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .news-center .flex-row .col .inner .img a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .news-center .flex-row .col .inner .text {
    padding: 20px;
  }
  .news-center .flex-row .col .inner .text h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .news-center .flex-row .col .inner .text h3 + p {
    font-size: 15px;
    line-height: 1.8;
  }
  .news-center .flex-row .col .inner .text .bottom {
    position: absolute;
    text-align: right;
    padding: 0 20px;
    left: 0;
    bottom: 20px;
    width: 100%;
  }
  .news-center .flex-row .col .inner .text .bottom .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 20px;
  }
  .news-center .flex-row .col .inner .text .bottom a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .news-center .flex-row .col .inner .text .bottom a:hover {
    background: #000;
    color: #fff;
  }
  .news-center .flex-row .col .inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .news-center .flex-row .col .inner:hover .img a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .news-center .flex-row .col:nth-child(n+3) {
    margin-top: 40px;
  }
  /* contact */
  .title2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    margin: 40px 0 50px;
  }
  .title2:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -10px;
  }
  .contact {
    font-size: 15px;
  }
  .contact .top .title {
    text-align: center;
    font-size: 28px;
    color: #ffc600;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
  }
  .contact .top .title:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -10px;
  }
  .contact .top p {
    text-align: center;
    font-size: 15px;
    color: #9f9f9f;
    padding-bottom: 20px;
  }
  .contact .form select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    padding: 0 10px;
    color: #8a8a8a;
  }
  .contact .form input[type="text"],
  .contact .form input[type="search"],
  .contact .form input[type="submit"],
  .contact .form input[type="reset"],
  .contact .form input[type="date"],
  .contact .form input[type="tel"],
  .contact .form input[type="password"],
  .contact .form input[type="email"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    padding: 0 10px;
    color: #8a8a8a;
  }
  .contact .form textarea {
    display: block;
    width: 100%;
    height: 180px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    color: #8a8a8a;
    padding: 15px;
  }
  .contact .form label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
  }
  .contact .form label.required {
    color: #335aa4;
  }
  .contact .form .row {
    margin-top: 20px;
  }
  .contact .form .row .col {
    width: 50%;
    padding: 0 0 0 100px;
    position: relative;
  }
  .contact .form .address {
    padding: 0 0 0 100px;
    position: relative;
    margin-top: 20px;
  }
  .contact .form .address .row {
    margin: 0 -10px;
  }
  .contact .form .address .row .col {
    position: static;
    padding: 0 10px;
    width: 120px;
  }
  .contact .form .address .row .col:last-child {
    width: calc(100% - 240px);
  }
  .contact .form .textarea {
    padding: 0 0 0 100px;
    position: relative;
    margin-top: 20px;
  }
  .contact .form .textarea .col {
    padding: 0;
    width: 100%;
  }
  .contact .form .captcha {
    padding: 20px 0 30px;
    background: #f9f9fa;
    margin-top: 30px;
    text-align: center;
  }
  .contact .form .captcha label {
    display: inline-block;
    position: static;
    padding-right: 10px;
    vertical-align: middle;
  }
  .contact .form .captcha input[type="text"] {
    display: inline-block;
    width: 240px;
    vertical-align: middle;
  }
  .contact .form .captcha img {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
  }
  .contact .form .captcha div + div {
    margin: 20px 0;
  }
  .contact .form .captcha div + div label {
    line-height: normal;
    width: 400px;
    text-align: left;
  }
  .contact .form .captcha div + div input {
    display: inline-block;
    margin-right: 5px;
  }
  .contact .form .captcha > a:last-child {
    display: inline-block;
    padding: 10px 30px;
    background: #ffc600;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .contact .location .row {
    margin: 0 -10px;
  }
  .contact .location .row .col {
    width: 100%;
    padding: 0 10px;
  }
  .contact .location .row .col .map {
    margin-bottom: 20px;
    position: relative;
  }
  .contact .location .row .col .map img {
    height: 120px;
  }
  .contact .location .row .col .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .contact .location .row .col h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
    position: relative;
  }
  .contact .location .row .col h4:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .contact .location .row .col p {
    color: #666;
  }
  .contact .location .row .col p i {
    font-size: 15px;
    font-style: normal;
  }
  .contact .location .row .col p i img {
    width: 20px;
    height: 20px;
  }
  .contact .location .row .col p i + i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    width: 80%;
  }
  .contact .location .row .col p span + span {
    display: inline-block;
    margin-left: 20px;
  }
  .contact .location .row .col p + p {
    margin-top: 15px;
  }
  .contact .location .row .col .col + .col {
    margin-top: 20px;
  }
  .page-banner2 {
    position: relative;
  }
  .page-banner2 > img {
    width: 100%;
  }
  .page-banner2 span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-weight: 500;
    color: #fff;
  }
  /* about */
  .page-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
  }
  .page-title:after {
    content: '';
    display: block;
    width: 200px;
    margin: 0 auto;
    height: 1px;
    background: #000;
    margin-top: 20px;
  }
  .img-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .img-text h3 {
    font-size: 19px;
    font-weight: 400;
  }
  .img-text h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 10px 0;
  }
  .img-text p,
  .img-text div {
    font-size: 15px;
    color: #666;
  }
  .about .block {
    padding: 40px 0;
  }
  .about .block .flex-row {
    align-items: center;
  }
  .about .block .flex-row .col {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .about .block .flex-row .col:first-child {
    text-align: center;
  }
  .about .block .flex-row .col:first-child img {
    width: 60%;
  }
  .about .block .flex-row .col + .col {
    padding: 0 25px;
  }
  .about .block .flex-row + .flex-row {
    margin-top: 40px;
  }
  .about .block .img {
    width: 100%;
  }
  /* after service */
  .after-service h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .after-service p {
    font-size: 15px;
    color: #747474;
    line-height: 1.6;
  }
  .after-service .text {
    text-align: center;
    max-width: 530px;
    padding: 40px 0;
    margin: 0 auto;
  }
  .after-service .mid {
    text-align: center;
    margin-bottom: 40px;
  }
  .after-service .mid h2 {
    margin-bottom: 30px;
  }
  .after-service .mid .flex-row .col {
    width: 20%;
    margin-bottom: 40px;
  }
  .after-service .mid .flex-row .col img {
    width: 80%;
  }
  .after-service .mid .flex-row .col h3 {
    font-size: 20px;
    padding: 20px 0 10px;
  }
  .after-service .mid .flex-row .col p {
    font-size: 15px;
    line-height: 2;
  }
  .after-service .bottom {
    text-align: center;
  }
  .after-service .bottom h2 {
    margin: 40px 0 30px;
  }
  .after-service .bottom .flex-row .col {
    width: 20%;
    margin-bottom: 40px;
  }
  .after-service .bottom .flex-row .col .blocks {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #ffb500;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .after-service .bottom .flex-row .col .blocks span {
    padding: 0 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
  }
  .after-service .bottom .flex-row .col p {
    font-size: 15px;
    line-height: 2;
    display: block;
    padding-top: 10px;
  }
  /* product */
  .product h2 {
    margin-bottom: 0;
  }
  .product .img-text b {
    color: #e79300;
    font-weight: 500;
  }
  .product .img-text p,
  .product .img-text div {
    line-height: 2;
    margin-bottom: 20px;
    color: #666;
  }
  .product .img-text ul {
    padding-left: 20px;
  }
  .product .flex-row {
    margin-top: 60px;
  }
  .product .flex-row .col {
    width: 100%;
  }
  .product .flex-row .col img {
    width: 100%;
    margin-top: 20px;
  }
  .product .flex-row .col:first-child {
    order: 1;
    margin-bottom: 20px;
  }
  .product .flex-row .col + .col {
    order: 2;
  }
  .product .flex-row .col + .col div {
    margin-bottom: 0;
  }
  .product .flex-row + .img {
    margin-top: 60px;
  }
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .pc,
  .hide-in-mobile {
    display: none!important;
  }
  .wrap {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
  }
  .header.mobile {
    height: 80px;
    background: #fff;
    position: relative;
  }
  .header.mobile a.logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .header.mobile a.logo img {
    height: 30px;
  }
  .header.mobile #menu-btn {
    position: absolute;
    width: 80px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    left: 0;
  }
  .header.mobile #language {
    position: absolute;
    width: 80px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 24px;
    color: #333;
    right: 0;
  }
  #mobile-menu-wrap {
    position: absolute;
    width: 100%;
    z-index: 99999;
    padding: 0 5%;
    left: 0;
    top: 80px;
    display: none;
  }
  #mobile-menu-wrap .inner {
    width: 100%;
    background: #323232;
    padding: 15px 0;
  }
  #mobile-menu-wrap .inner > ul {
    list-style: none;
    font-size: 15px;
    padding-bottom: 10px;
  }
  #mobile-menu-wrap .inner > ul > li {
    display: block;
    position: relative;
  }
  #mobile-menu-wrap .inner > ul > li > a {
    font-size: 15px;
    padding: 12px 20px;
    color: #fff;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  #mobile-menu-wrap .inner > ul > li > i {
    position: absolute;
    width: 15%;
    text-align: center;
    right: 0;
    top: 0;
    color: #ccc;
    font-size: 18px;
    z-index: 2;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
  }
  #mobile-menu-wrap .inner > ul > li > ul {
    list-style: none;
    padding-left: 50px;
    padding-bottom: 12px;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li {
    padding: 12px 0;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li a {
    color: #fff;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li > ul {
    list-style: none;
    padding-top: 12px;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li > ul li {
    padding: 8px 0;
    padding-left: 20px;
  }
  #mobile-menu-wrap .inner > ul > li > ul > li:last-child {
    background: 0;
    padding-bottom: 0;
  }
  #mobile-menu-wrap .inner > ul > li.active {
    padding-bottom: 12px;
  }
  #mobile-menu-wrap .inner > ul > li.active > a {
    background: #eee;
  }
  #mobile-menu-wrap .inner > ul > li.active > ul {
    display: block;
  }
  #language-switch {
    position: absolute;
    z-index: 9999;
    background: #323232;
    width: 120px;
    right: 10px;
    top: 80px;
    padding: 10px 0;
    display: none;
  }
  #language-switch a {
    color: #fff;
    font-size: 15px;
    display: block;
    text-align: center;
  }
  #language-switch a + a {
    margin-top: 10px;
  }
  #language-switch a:hover {
    text-decoration: underline;
    color: #276baf;
  }
  #language-switch.active {
    display: block;
  }
  .flexslider .flex-control-nav {
    height: 8px;
    position: absolute;
    width: 100%;
    bottom: 12px;
  }
  .flexslider .flex-control-nav li {
    margin: 0 4px;
  }
  .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .flexslider .flex-control-nav li a.flex-active {
    background: rgba(255, 255, 255, 0.9);
  }
  .index-about {
    padding: 40px 0;
  }
  .index-about .row .col:nth-child(2) {
    margin-top: 60px;
  }
  .index-about .row .col:nth-child(2) .block div {
    display: inline-block;
    vertical-align: middle;
  }
  .index-about .row .col:nth-child(2) .block div img {
    width: 80px;
  }
  .index-about .row .col:nth-child(2) .block div + div {
    margin-left: 20px;
  }
  .index-about .row .col:nth-child(2) .block strong {
    display: block;
    font-size: 56px;
    line-height: 56px;
    font-family: Arial;
    color: #ffc600;
    margin-top: 5px;
  }
  .index-about .row .col:nth-child(2) .block strong i {
    font-style: normal;
  }
  .index-about .row .col:nth-child(2) .block span {
    font-size: 20px;
    line-height: 26px;
  }
  .index-about .row .col:nth-child(2) .block + .block {
    margin-top: 40px;
  }
  .index-about .row .col:nth-child(1) .sub-title {
    font-size: 24px;
    line-height: 24px;
  }
  .index-about .row .col:nth-child(1) .title {
    font-size: 32px;
    line-height: 32px;
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .index-about .row .col:nth-child(1) .title span {
    color: #ffc600;
  }
  .index-about .row .col:nth-child(1) p {
    font-size: 15px;
    color: #747474;
    margin: 15px 0 30px;
  }
  .btns a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    line-height: 40px;
    background: #323232;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .btns a:hover {
    background: #ffc600;
  }
  .btns.style2 a {
    background: #fff;
    color: #000;
  }
  .btns.style2 a:hover {
    background: #ffc600;
  }
  .index-news .title {
    position: relative;
    margin-bottom: 30px;
  }
  .index-news .title span {
    font-size: 24px;
    color: #ffc600;
  }
  .index-news .title:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 120px);
    height: 1px;
    background: #fff;
  }
  .index-news .row .col:first-child {
    position: relative;
  }
  .index-news .row .col:first-child iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .index-news .row .col:last-child {
    background: url(../images/index_news_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 40px 10%;
  }
  .index-news .row .col:last-child .news-items .date {
    color: #fff;
    font-size: 15px;
  }
  .index-news .row .col:last-child .news-items .text {
    font-size: 15px;
    padding-top: 3px;
    color: #fff;
  }
  .index-news .row .col:last-child .news-items a {
    color: #fff;
  }
  .index-news .row .col:last-child .news-items a:hover {
    color: #ffc600;
  }
  .index-news .row .col:last-child .news-items + .news-items {
    margin-top: 20px;
  }
  .index-news .row .col:last-child .news-items:hover .date {
    color: #ffc600;
  }
  .index-news .row .col:last-child .news-items + .btns {
    margin-top: 30px;
    position: relative;
    padding-top: 30px;
  }
  .index-news .row .col:last-child .news-items + .btns:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 120px);
    height: 1px;
    background: #fff;
  }
  .index-parter {
    padding: 40px 0;
  }
  .index-parter .title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .index-parter .table .tr {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .index-parter .table .tr .td {
    width: 50%;
    padding: 15px;
  }
  .web-map {
    padding: 40px 0;
    background: #f7f7f7;
  }
  .web-map #map-tab {
    display: none;
  }
  .web-map .bottom {
    position: relative;
  }
  .web-map .bottom .row .col {
    width: 100%;
  }
  .web-map .bottom .row .col .title {
    font-size: 18px;
    color: #323232;
    position: relative;
    z-index: 2;
    font-weight: bold;
    border-bottom: 1px #000 solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  .web-map .bottom .row .col ul {
    list-style: none;
    margin: 0 -10px;
  }
  .web-map .bottom .row .col ul:after {
    content: '';
    display: block;
    clear: both;
  }
  .web-map .bottom .row .col ul li {
    padding: 3px 10px;
    float: left;
  }
  .web-map .bottom .row .col ul li a {
    font-size: 15px;
    color: #000;
  }
  .web-map .bottom .row .col .sub-title {
    font-size: 15px;
    color: #000;
    padding: 20px 0 10px;
  }
  .web-map .bottom .row .col + .col {
    margin-top: 30px;
  }
  .footer {
    background: #323232;
    padding: 40px 0;
  }
  .footer .top {
    text-align: center;
  }
  .footer .top > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .footer .top span {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
  }
  .footer .top span:first-child {
    font-family: 'Arial';
    font-weight: 800;
    font-size: 30px;
    display: block;
  }
  .footer .top .social-icons {
    margin-top: 15px;
  }
  .footer .top .social-icons .icons {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    color: #323232;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
  .footer .top .social-icons .icons + .icons {
    margin-left: 10px;
  }
  .footer .top .social-icons .icons:hover {
    background: #ffc600;
  }
  .footer .bottom {
    text-align: center;
    margin-top: 25px;
  }
  .footer .bottom span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
  }
  .footer .bottom i {
    display: none;
  }
  .copy-right {
    text-align: center;
    font-size: 13px;
    padding: 10px 0 20px;
  }
  .copy-right span,
  .copy-right a {
    display: inline-block;
    vertical-align: middle;
  }
  .copy-right a {
    margin-top: 10px;
    display: block;
  }
  #goTop {
    width: 48px;
    height: 48px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 5%;
    cursor: pointer;
    z-index: 99;
  }
  #goTop:hover {
    background: #000;
  }
  .parallax-window {
    min-height: 1920px;
    background: transparent;
  }
  /* activity */
  .search-area {
    background: #333;
    color: #fff;
    text-align: center;
    height: 280px;
    position: relative;
  }
  .search-area .text {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    z-index: 2;
  }
  .search-area .text h2 {
    font-size: 28px;
  }
  .search-area .text .select-group {
    margin: 20px 0;
  }
  .search-area .text .select-group .cus-select {
    display: inline-block;
    position: relative;
  }
  .search-area .text .select-group .cus-select select {
    display: none;
  }
  .search-area .text .select-group .select-selected {
    background-color: 0;
  }
  .search-area .text .select-group .select-selected:after {
    position: absolute;
    content: "";
    top: 16px;
    right: 8px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }
  .search-area .text .select-group .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 9px;
  }
  .search-area .text .select-group .select-selected {
    color: #ffffff;
    padding: 6px 20px 6px 10px;
    border: 1px solid #fff;
    cursor: pointer;
    user-select: none;
  }
  .search-area .text .select-group .select-items div {
    padding: 5px 0;
    border-left: 1px #fff solid;
    border-right: 1px #fff solid;
    background: #fff;
    color: #000;
  }
  .search-area .text .select-group .select-items div:last-child {
    border-bottom: 1px #fff solid;
  }
  .search-area .text .select-group .select-items {
    position: absolute;
    background-color: 0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }
  .search-area .text .select-group .select-hide {
    display: none;
  }
  .search-area .text .select-group .select-items div:hover,
  .search-area .text .select-group .same-as-selected {
    background-color: #ccc;
  }
  .search-area .text .select-group span {
    margin: 0 12px;
  }
  .search-area .text .search * {
    vertical-align: middle;
  }
  .search-area .text .search span {
    display: block;
    margin-bottom: 20px;
  }
  .search-area .text .search input {
    border: 1px #fff solid;
    padding: 6px 15px;
    width: 178px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 12px 0 0;
    display: inline-block;
    height: 35px;
    font-size: 15px;
    color: #fff;
  }
  .search-area .text .search input::-webkit-input-placeholder {
    color: #fff;
  }
  .search-area .text .search input:-moz-placeholder {
    color: #fff;
  }
  .search-area .text .search input::-moz-placeholder {
    color: #fff;
  }
  .search-area .text .search input:-ms-input-placeholder {
    color: #fff;
  }
  .search-area .text .search a {
    display: inline-block;
    border: 1px #fff solid;
    padding: 5px 15px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .search-area .text .search a:hover {
    background: #fff;
    color: #000;
  }
  .search-area .text h2 + .search {
    margin-top: 20px;
  }
  .container {
    padding: 40px 0;
  }
  .activity-center .flex-row {
    margin: 0 -10px;
    justify-content: flex-start;
  }
  .activity-center .flex-row .col {
    width: 100%;
    padding: 0 10px;
  }
  .activity-center .flex-row .col .inner {
    border: 1px #d3d3d3 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .activity-center .flex-row .col .inner .img {
    position: relative;
  }
  .activity-center .flex-row .col .inner .img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: linear-gradient(135deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .activity-center .flex-row .col .inner .img a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .activity-center .flex-row .col .inner .text {
    padding: 20px;
  }
  .activity-center .flex-row .col .inner .text .activity-date {
    color: #999;
  }
  .activity-center .flex-row .col .inner .text h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .activity-center .flex-row .col .inner .text h3 + p {
    font-size: 15px;
    line-height: 1.8;
  }
  .activity-center .flex-row .col .inner .text .bottom {
    position: relative;
    text-align: right;
    margin-top: 20px;
  }
  .activity-center .flex-row .col .inner .text .bottom .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
  }
  .activity-center .flex-row .col .inner .text .bottom a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .activity-center .flex-row .col .inner .text .bottom a:hover {
    background: #000;
    color: #fff;
  }
  .activity-center .flex-row .col .inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .activity-center .flex-row .col .inner:hover .img a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .activity-center .flex-row .col:nth-child(n+2) {
    margin-top: 40px;
  }
  .pager {
    padding-top: 40px;
  }
  .pager a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 6px 25px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .pager a:hover {
    background: #000;
    color: #fff;
  }
  .pager a:first-child {
    float: left;
  }
  .pager a + a {
    float: right;
  }
  /* article */
  .page-banner {
    position: relative;
    color: #fff;
    text-align: center;
  }
  .page-banner img {
    width: 100%;
  }
  .page-banner .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0 10%;
  }
  .page-banner .text h1 {
    font-size: 24px;
    font-weight: 500;
  }
  .page-banner .text > span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #fff;
    margin: 15px 0 10px;
  }
  .page-banner .text p {
    font-size: 14px;
  }
  .page-banner .text p span {
    padding: 0 12px;
  }
  .page-banner .text p span + span {
    position: relative;
  }
  .page-banner .text p span + span:before {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .editor {
    font-size: 15px;
  }
  .editor .title {
    font-size: 24px;
    font-weight: 500;
  }
  .editor .title:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    margin: 15px 0 30px;
  }
  .back {
    text-align: center;
    margin-top: 30px;
  }
  .back a {
    font-size: 15px;
    display: inline-block;
    padding: 8px 15px;
    border: 1px #000 solid;
    color: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .back a:hover {
    background: #000;
    color: #fff;
  }
  /* news center */
  .news-center .flex-row {
    margin: 0 -10px;
  }
  .news-center .flex-row .col {
    width: 100%;
    padding: 0 10px;
  }
  .news-center .flex-row .col .inner {
    border: 1px #d3d3d3 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .news-center .flex-row .col .inner .img {
    position: relative;
  }
  .news-center .flex-row .col .inner .img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    background: linear-gradient(135deg, rgba(24, 165, 255, 0.5) 0%, rgba(153, 0, 224, 0.5) 100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .news-center .flex-row .col .inner .img a i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
  }
  .news-center .flex-row .col .inner .text {
    padding: 20px;
  }
  .news-center .flex-row .col .inner .text h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    word-break: break-all;
  }
  .news-center .flex-row .col .inner .text h3 + p {
    font-size: 15px;
    line-height: 1.8;
  }
  .news-center .flex-row .col .inner .text .bottom {
    position: relative;
    text-align: right;
    margin-top: 20px;
  }
  .news-center .flex-row .col .inner .text .bottom .date {
    font-size: 13px;
    color: #666;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
  }
  .news-center .flex-row .col .inner .text .bottom a {
    font-size: 13px;
    color: #000;
    display: inline-block;
    padding: 6px 12px;
    border: 1px #000 solid;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .news-center .flex-row .col .inner .text .bottom a:hover {
    background: #000;
    color: #fff;
  }
  .news-center .flex-row .col .inner:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  .news-center .flex-row .col .inner:hover .img a {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .news-center .flex-row .col:nth-child(n+2) {
    margin-top: 40px;
  }
  /* contact */
  .title2 {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    position: relative;
    margin: 40px 0 50px;
  }
  .title2:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -10px;
  }
  .contact {
    font-size: 15px;
  }
  .contact .top .title {
    text-align: center;
    font-size: 28px;
    color: #ffc600;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
  }
  .contact .top .title:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: -10px;
  }
  .contact .top p {
    text-align: center;
    font-size: 15px;
    color: #9f9f9f;
    padding-bottom: 20px;
  }
  .contact .form select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    padding: 0 15px;
    color: #8a8a8a;
  }
  .contact .form input[type="text"],
  .contact .form input[type="search"],
  .contact .form input[type="submit"],
  .contact .form input[type="reset"],
  .contact .form input[type="date"],
  .contact .form input[type="tel"],
  .contact .form input[type="password"],
  .contact .form input[type="email"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    padding: 0 15px;
    color: #8a8a8a;
  }
  .contact .form textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px #d9d9d9 solid;
    font-size: 15px;
    color: #8a8a8a;
    padding: 15px;
  }
  .contact .form label {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    line-height: 40px;
    text-align: right;
    padding-right: 20px;
  }
  .contact .form label.required {
    color: #335aa4;
  }
  .contact .form .row {
    margin-top: 20px;
  }
  .contact .form .row .col {
    width: 100%;
    padding: 0 0 0 100px;
    position: relative;
  }
  .contact .form .row .col + .col {
    margin-top: 20px;
  }
  .contact .form .address {
    padding: 0 0 0 100px;
    position: relative;
    margin-top: 20px;
  }
  .contact .form .address .row {
    margin: 0 -10px;
  }
  .contact .form .address .row .col {
    position: static;
    padding: 0 10px;
    width: 100%;
  }
  .contact .form .address .row .col:last-child {
    width: 100%;
  }
  .contact .form .textarea {
    padding: 0 0 0 100px;
    position: relative;
    margin-top: 20px;
    background: 0;
  }
  .contact .form .textarea .col {
    padding: 0;
    width: 100%;
  }
  .contact .form .captcha {
    padding: 20px 0 30px;
    background: #f9f9fa;
    margin-top: 30px;
    text-align: center;
  }
  .contact .form .captcha label {
    display: inline-block;
    position: static;
    padding-right: 10px;
    vertical-align: middle;
  }
  .contact .form .captcha input[type="text"] {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
  }
  .contact .form .captcha img {
    display: inline-block;
    vertical-align: middle;
    margin-left: -3px;
  }
  .contact .form .captcha div + div {
    margin: 20px 0;
  }
  .contact .form .captcha div + div label {
    line-height: normal;
    width: 200px;
    text-align: left;
  }
  .contact .form .captcha div + div input {
    display: inline-block;
    margin-right: 5px;
  }
  .contact .form .captcha > a:last-child {
    display: inline-block;
    padding: 10px 30px;
    background: #ffc600;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .contact .location .row {
    margin: 0 -10px;
  }
  .contact .location .row .col {
    width: 100%;
    padding: 0 10px;
  }
  .contact .location .row .col .map {
    margin-bottom: 20px;
    position: relative;
  }
  .contact .location .row .col .map img {
    height: 120px;
  }
  .contact .location .row .col .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .contact .location .row .col h4 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 35px;
    position: relative;
  }
  .contact .location .row .col h4:before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .contact .location .row .col p {
    color: #666;
  }
  .contact .location .row .col p i {
    font-size: 15px;
    font-style: normal;
  }
  .contact .location .row .col p i img {
    width: 20px;
    height: 20px;
  }
  .contact .location .row .col p i + i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 80%;
  }
  .contact .location .row .col p span + span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
  }
  .contact .location .row .col p + p {
    margin-top: 10px;
  }
  .contact .location .row .col + .col {
    margin-top: 20px;
  }
  .page-banner2 {
    position: relative;
  }
  .page-banner2 > img {
    width: 100%;
  }
  .page-banner2 span {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-weight: 500;
    color: #fff;
  }
  /* about */
  .page-title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
  }
  .page-title:after {
    content: '';
    display: block;
    width: 180px;
    margin: 0 auto;
    height: 1px;
    background: #000;
    margin-top: 20px;
  }
  .img-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .img-text h3 {
    font-size: 19px;
    font-weight: 400;
  }
  .img-text h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin: 10px 0;
  }
  .img-text p,
  .img-text div {
    font-size: 15px;
    color: #666;
  }
  .about .block {
    padding: 40px 0;
  }
  .about .block .flex-row {
    align-items: center;
  }
  .about .block .flex-row .col {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .about .block .flex-row .col:first-child {
    text-align: center;
  }
  .about .block .flex-row .col:first-child img {
    width: 80%;
  }
  .about .block .flex-row .col + .col {
    padding: 0 25px;
  }
  .about .block .flex-row + .flex-row {
    margin-top: 40px;
  }
  .about .block .img {
    width: 100%;
  }
  /* after service */
  .after-service h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .after-service p {
    font-size: 15px;
    color: #747474;
    line-height: 1.6;
  }
  .after-service .text {
    text-align: center;
    max-width: 530px;
    padding: 40px 0;
    margin: 0 auto;
  }
  .after-service .mid {
    text-align: center;
    margin-bottom: 40px;
  }
  .after-service .mid h2 {
    margin-bottom: 30px;
  }
  .after-service .mid .flex-row {
    padding: 0 20px;
  }
  .after-service .mid .flex-row .col {
    width: 40%;
    margin-bottom: 40px;
  }
  .after-service .mid .flex-row .col img {
    width: 100%;
  }
  .after-service .mid .flex-row .col h3 {
    font-size: 20px;
    padding: 20px 0 10px;
  }
  .after-service .mid .flex-row .col p {
    font-size: 15px;
    line-height: 2;
  }
  .after-service .bottom {
    text-align: center;
  }
  .after-service .bottom h2 {
    margin: 40px 0 30px;
  }
  .after-service .bottom .flex-row {
    padding: 0 20px;
  }
  .after-service .bottom .flex-row .col {
    width: 40%;
    margin-bottom: 40px;
  }
  .after-service .bottom .flex-row .col .blocks {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #ffb500;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .after-service .bottom .flex-row .col .blocks span {
    padding: 0 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
  }
  .after-service .bottom .flex-row .col p {
    font-size: 15px;
    line-height: 2;
    display: block;
    padding-top: 10px;
  }
  /* product */
  .product h2 {
    margin-bottom: 0;
  }
  .product .img-text b {
    color: #e79300;
    font-weight: 500;
  }
  .product .img-text p,
  .product .img-text div {
    line-height: 2;
    margin-bottom: 20px;
    color: #666;
  }
  .product .img-text ul {
    padding-left: 20px;
  }
  .product .flex-row {
    margin-top: 60px;
  }
  .product .flex-row .col {
    width: 100%;
  }
  .product .flex-row .col img {
    width: 100%;
    margin-top: 20px;
  }
  .product .flex-row .col:first-child {
    order: 1;
    margin-bottom: 30px;
  }
  .product .flex-row .col + .col {
    order: 2;
  }
  .product .flex-row .col + .col div {
    margin-bottom: 0;
  }
  .product .flex-row + .img {
    margin-top: 60px;
  }
}
