@charset 'utf-8';

html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 12px;
  position: relative;
  color: #000;
  background: #fafafa;
}
/*body * {
  font-family: 'Noto Sans TC', Arial, Helvetica, sans-serif;
}allan*/
.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;
}
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-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.cus-select select::-ms-expand {
  display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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: 10px;
  position: absolute;
  width: 100%;
  bottom: 28px;
}
.flexslider .flex-control-nav li {
  margin: 0 4px;
}
.flexslider .flex-control-nav li a {
  width: 10px;
  height: 10px;
  background: #ffffff;
  -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(0, 128, 128, 0.84);
}
.flexslider.no-pager .flex-control-nav {
  display: none!important;
}
.flexslider.no-direction .flex-direction-nav {
  display: none!important;
}
@-webkit-keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomIn2 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.zoomIn2 {
  -webkit-animation-name: zoomIn2;
  animation-name: zoomIn2;
}
.hover-scale {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.hover-scale:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.page-banner > img {
  width: 100%;
}
/*===============================================================================================
    -pc
===============================================================================================*/
@media only screen and (min-width: 1200px) {
  .mobile,
  .tablet {
    display: none!important;
  }
  .wrap {
    width: 94%;
    max-width: 1360px;
    margin: 0 auto;
  }
  .wrap2 {
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
  }
  .wrap3 {
    width: 94%;
    max-width: 1260px;
    margin: 0 auto;
  }
  .wrap4 {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
  }
  header.header {
    position: fixed;
    width: 100%;
    height: 115px;
    z-index: 999;
    background: rgba(0, 128, 128, 0.84);
    -webkit-opacity: 0.84;
    -moz-opacity: 0.84;
    opacity: 0.84;
    border-bottom: 1px #fff solid;
    display: block;
  }
  header.header .wrap2 {
    position: relative;
    height: 115px;
  }
  header.header a.logo {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9999;
	font-size: 36px;
    color: #fff;
  }
  header.header a.logo img {
    height: 50px;
	margin: 0px 10px 10px 0px;
  }
  header.header nav {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: auto;
  }
  header.header nav > ul {
    list-style: none;
    display: block;
  }
  header.header nav > ul > li {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
  }
  header.header nav > ul > li a {
    font-size: 26px;
    color: #fff;
  }
  header.header nav > ul > li:not(.language) > a:hover {
    color: rgba(0, 255, 255, 0.84);
  }
  header.header nav > ul > li + li {
    margin-left: 60px;
  }
  header.header nav > ul li#language {
    position: relative;
  }
  header.header nav > ul li#language > .language-select {
    font-size: 18px;
  }
  header.header nav > ul li#language > .language-select img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  header.header nav > ul li#language > .language-select img,
  header.header nav > ul li#language > .language-select span {
    display: inline-block;
    vertical-align: middle;
  }
  header.header nav > ul li#search {
    margin-left: 10px;
    cursor: pointer;
  }
  header.header nav > ul li#search img {
    width: 34px;
    height: 34px;
  }
  header#fixed-header.index {
    display: none;
  }
  header#fixed-header.index.active {
    display: block;
  }
  .language-content {
    position: absolute;
    width: 120px;
    top: 0;
    z-index: 9999;
    top: 100%;
    padding-top: 10px;
    display: none;
  }
  .language-content ul {
    list-style: none;
    padding: 10px 10px 10px 0;
    background: rgba(0, 128, 128, 0.84);
  }
  .language-content ul li {
    display: block;
    text-align: center;
  }
  .language-content ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    position: relative;
  }
  .language-content ul li a span,
  .language-content ul li a img {
    display: inline-block;
  }
  .language-content ul li a img {
    height: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .language-content ul li a:not(.current) img {
    display: none;
  }
  #language.active .language-content {
    display: block;
  }
  #search-content {
    background: url(../images/search-bg.png) center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 262px;
    z-index: 9999;
    display: none;
  }
  #search-content .search-input {
    position: absolute;
    width: 52%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #search-content .search-input h2 {
    font-size: 52px;
    color: rgba(0, 128, 128, 0.84);
    font-style: italic;
    font-weight: bold;
    margin-right: 20px;
  }
  #search-content .search-input h2,
  #search-content .search-input input {
    display: inline-block;
    vertical-align: middle;
  }
  #search-content .search-input input {
    background: 0;
    border: 0;
    height: 50px;
    border-bottom: 1px #fff solid;
    font-size: 15px;
    color: #fff;
    width: calc(100% - 225px);
  }
  #search-content .search-input button {
    background: 0;
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #search-content .search-input button img {
    height: 30px;
  }
  #search-content #search-close {
    font-size: 20px;
    color: #fff;
    position: absolute;
    right: 10%;
    bottom: 5%;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  }
  #search-content.active {
    display: block;
  }
  .product-slider {
    padding: 100px 0 80px;
    margin: 0 -18px;
  }
  .product-slider .swiper-content {
    padding: 0 18px;
  }
  .product-slider .swiper-content a {
    display: block;
    border: 1px #ddd solid;
    border-bottom: 4px rgba(0, 128, 128, 0.84) solid;
  }
  .product-slider .swiper-content a .img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .product-slider .swiper-content a .img img {
    width: 100%;
  }
  .product-slider .swiper-content a .text {
    padding: auto;
    padding: 25px 30px 20px;
  }
  .product-slider .swiper-content a .text h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
  }
  .product-slider .swiper-content a .text p {
    font-size: 17px;
    color: #999;
    line-height: 1.5;
  }
  .product-slider .swiper-content a:hover .text {
    background: rgba(0, 128, 128, 0.84);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .product-slider .swiper-content a:hover .text h3,
  .product-slider .swiper-content a:hover .text p {
    color: #fff;
  }
  .product-slider .slick-prev {
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(../images/btn-left.png) no-repeat;
    -webkit-background-size: 26px 55px;
    -moz-background-size: 26px 55px;
    -o-background-size: 26px 55px;
    background-size: 26px 55px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .product-slider .slick-next {
    display: inline-block;
    width: 26px;
    height: 55px;
    background: url(../images/btn-right.png) no-repeat;
    -webkit-background-size: 26px 55px;
    -moz-background-size: 26px 55px;
    -o-background-size: 26px 55px;
    background-size: 26px 55px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .page-title {
    text-align: center;
  }
  .page-title h2 {
    font-size: 50px;
  }
  .page-title p {
    font-size: 30px;
  }
  .index-block1 {
    padding-top: 60px;
    max-width: 0 -20px;
  }
  .index-block1 .col {
    width: 50%;
    padding: 0 20px;
    line-height: 1.5;
  }
  .index-block1 .left {
    font-size: 18px;
    color: #666;
  }
  .index-block1 .left img {
    width: 100%;
    margin-top: 30px;
  }
  .youtube {
    position: relative;
  }
  .youtube img {
    width: 100%;
  }
  .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  a.btn {
    font-size: 16px;
    background: rgba(0, 128, 128, 0.84);
    display: block;
    width: 270px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin: 40px 0 0;
  }
  a.btn.style2 {
    background: rgba(0, 128, 128, 0.84);
  }
  a.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .index-block1-slider .flex-control-nav {
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: -40px;
  }
  .index-block1-slider .flex-control-nav li {
    margin: 0 4px;
  }
  .index-block1-slider .flex-control-nav li a {
    width: 10px;
    height: 10px;
    background: #bababa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .index-block1-slider .flex-control-nav li a.flex-active {
    background: rgba(0, 128, 128, 0.84);
  }
  .index-block2 {
    margin-top: 100px;
    padding: 100px 0;
  }
  .index-block2 .wrap .col {
    text-align: center;
    width: 280px;
  }
  .index-block2 .wrap .col h2 {
    font-size: 50px;
    color: rgba(0, 128, 128, 0.84);
    margin-bottom: 20px;
  }
  .index-block2 .wrap .col p {
    font-size: 18px;
    color: #fff;
  }
  .index-block2 .wrap .col a {
    display: inline-block;
  }
  .bottom_bg {
    height: 60px;
    /*background: url(../images/bottom_bg.jpg) center center no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  footer.footer {
    background: url(../images/footer_Base_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
    text-align: center;
  }
  footer.footer a img {
    width: 90px;
  }
  footer.footer a .company {
    font-size: 46px;
    color: #ffffff;
  }
  footer.footer a.footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  footer.footer a.footer_logo img {
    margin: 0px 20px 5px 0;
  }
  footer.footer ul {
    list-style: none;
    padding: 40px 0 50px;
  }
  footer.footer ul li {
    display: inline-block;
    padding: 0 60px;
    position: relative;
  }
  footer.footer ul li a {
    font-size: 24px;
    color: #999;
  }
  footer.footer ul li a:hover {
    color: #fff;
  }
  footer.footer ul li + li:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  footer.footer .wrap {
    /*width: 70%;*/
  }
  .links {
    margin-top: 40px;
    /*.company{ font-size: 24px; color: rgba(0, 128, 128, 0.84);}*/
  }
  .links a,
  .links span {
    display: inline-block;
    vertical-align: middle;
  }
  .links .line {
    margin: 0 20px;
  }
  .links .line img {
    width: 30px;
    height: 30px;
  }
  .links .facebook img {
    width: 88px;
    height: 18px;
  }
  .info {
    margin-top: 20px;
  }
  .info .flex-row {
    margin: 0 -50px;
    text-align: left;
  }
  .info .flex-row .col {
    width: 33.33333333%;
    color: #fff;
    padding: 0 45px;
  }
  .info .flex-row .col h4 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .info .flex-row .col p i {
    font-size: 16px;
    font-style: normal;
    color: #fff;
  }
  .info .flex-row .col p i img {
    width: 20px;
    height: 20px;
  }
  .info .flex-row .col p i + i {
    margin-left: 5px;
  }
  .info .flex-row .col p span:not(:first-child) {
    margin-left: 20px;
  }
  .info .flex-row .col p span:not(:first-child):lang(en) {
    margin-left: 0px;
  }
  .info .flex-row .col p + p {
    margin-top: 7px;
  }
  .copy-right {
    font-size: 15px;
    color: #ddd;
    font-weight: 300;
    text-align: center;
    padding: 10px 0 10px;
    background: rgba(0, 128, 128, 0.84);
  }
  .copy-right img {
    margin-left: 10px;
  }
  #goTop {
    width: 66px;
    height: 66px;
    border: 1px #ddd solid;
    position: fixed;
    right: 2%;
    bottom: 10%;
    font-size: 18px;
    color: rgba(0, 128, 128, 0.84);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  #goTop span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);	
  }
  #goTop:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent rgba(0, 128, 128, 0.84) transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 10px;
  }
  #goTop:hover {
    border: 1px rgba(0, 128, 128, 0.84); solid;
    color: #fff;
    background: rgba(0, 128, 128, 0.84);
  }
  #goTop:hover:before {
    border-color: transparent transparent #fff transparent;
  }
  /* recommend */
  .page-title2 {
    text-align: center;
    padding: 2em 0;
	line-height: 1.8;
  }
  .page-title2 h2 {
    font-size: 3.2em;
    color: #000000;
    font-weight: bold;
  }
  .steps {
    font-size: 28px;
    text-align: center;
    padding: 60px 0 30px;
  }
  /* The container */
  .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .radio-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
  }
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .radio-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }
  .radio-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: white;
  }
  .fliter > .flex-row > .col {
    width: 50%;
  }
  .fliter > .flex-row > .col .flex-row {
    align-items: center;
    justify-content: start;
  }
  .fliter > .flex-row > .col .flex-row .col {
    font-size: 18px;
    width: 160px;
  }
  .fliter > .flex-row > .col .flex-row .col:first-child {
    width: 140px;
  }
  .fliter > .flex-row > .col .flex-row:first-child .col + .col {
    width: 320px;
  }
  .fliter > .flex-row > .col .flex-row + .flex-row {
    margin-top: 20px;
  }
  .fliter > .flex-row > .col:first-child {
    padding-left: 5%;
  }
  .fliter > .flex-row > .col:first-child .flex-row + .flex-row {
    margin-top: 33px;
  }
  .fliter > .flex-row > .col:first-child .flex-row + .flex-row + .flex-row {
    margin-top: 49px;
  }
  .fliter > .flex-row > .col + .col {
    border-left: 1px #000 solid;
    padding-left: 5%;
  }
  .fliter > .flex-row > .col + .col .flex-row .col {
    font-size: 18px;
    width: 100px;
  }
  .fliter > .flex-row > .col + .col .flex-row:first-child .col + .col {
    width: 220px;
  }
  .fliter > .flex-row > .col + .col .flex-row.style2 .col + .col {
    width: calc(100% - 140px);
  }
  input[type="number"] {
    font-size: 18px;
    width: 200px;
    padding: 12px 10px;
    border: 1px solid #bbb;
  }
  /* input[type="range"]:focus,
      input[type="number"]:focus {
        box-shadow: 0 0 3px 1px #4b81dd;
        outline: none;
      } */
  input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 240px;
    height: 8px;
    background: #ebebeb;
    border-radius: 5px;
    background-image: linear-gradient(rgba(0, 128, 128, 0.84), rgba(0, 128, 128, 0.84));
    background-size: 0% 100%;
    background-repeat: no-repeat;
  }
  /* Input Thumb */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-webkit-slider-thumb:hover {
    background: #1151b1;
  }
  input[type="range"]::-moz-range-thumb:hover {
    background: #1151b1;
  }
  input[type="range"]::-ms-thumb:hover {
    background: #1151b1;
  }
  /* Input Track */
  input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  .fliter2 {
    text-align: center;
    padding-bottom: 100px;
  }
  .fliter2 .flex-row {
    margin: 0 -20px;
  }
  .fliter2 .flex-row .col {
    padding: 0 20px;
  }
  .fliter2 .flex-row .col + .col {
    border-left: 1px #000 solid;
    width: 33.33333333%;
  }
  .fliter2 .input {
    position: relative;
    font-size: 16px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    border: 1px #ddd solid;
    margin-top: 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex-wrap: nowrap;
    width: 100%;
  }
  .fliter2 .input span {
    background: #e5e8ed;
    padding: 5px 10px;
    color: #666;
    white-space: nowrap;
  }
  .fliter2 .input input {
    border: 0;
    background: #fff;
    padding: 5px 10px;
    font-size: 16px;
    flex-grow: 1;
    width: 100%;
  }
  .fliter-result {
    padding-bottom: 60px;
    background: url(../images/fliter_result_bg.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .fliter-result .wrap {
    position: relative;
  }
  .fliter-result .wrap #result-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .fliter-result .wrap #result-close img {
    height: 40px;
  }
  .fliter-result .wrap > .flex-row > .col {
    width: 50%;
  }
  .fliter-result .wrap > .flex-row > .col > img {
    margin-bottom: 20px;
  }
  .fliter-result .wrap > .flex-row > .col .flex-row {
    margin: 0 -10px;
  }
  .fliter-result .wrap > .flex-row > .col .flex-row .col {
    padding: 10px;
    width: 33.33333333%;
  }
  .fliter-result .wrap > .flex-row > .col + .col {
    padding-left: 10%;
    color: #fff;
  }
  .fliter-result .wrap > .flex-row > .col + .col .sub-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .fliter-result .wrap > .flex-row > .col + .col h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .fliter-result .wrap > .flex-row > .col + .col p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download {
    margin-top: 10px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a img {
    height: 50px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a span {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a img,
  .fliter-result .wrap > .flex-row > .col + .col .download a span {
    display: inline-block;
    vertical-align: bottom;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a:hover span {
    text-decoration: underline;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a + a {
    margin-left: 10px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row {
    margin: 0 -40px 80px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .sub-title {
    margin-bottom: 0;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col {
    padding: 0 40px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col .num {
    font-size: 40px;
    font-weight: 500;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col + .col {
    border-left: 1px #fff solid;
  }
  .fliter-result.hide {
    display: none;
  }
  .submit-content {
    text-align: center;
    padding: 80px 0 100px;
  }
  .submit-content .g-recaptcha {
    display: inline-block;
    vertical-align: middle;
  }
  .submit-content button {
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: rgba(0, 128, 128, 0.84);
    color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin: 0 0 0 30px;
    font-size: 15px;
  }
  .submit-content img {
    height: 120px;
  }
  /* product detail */
  .product-detail {
    padding: 100px 0 0;
    align-items: center;
    max-width: 0 -50px;
    border-bottom: 1px #ddd solid;
  }
  .product-detail > .col {
    width: 50%;
    padding: 0 50px;
  }
  .product-detail > .route {
    width: 100%;
    padding: 60px 0 20px;
    font-size: 28px;
    color: rgba(0, 128, 128, 0.84);
  }
  .product-detail > .route a {
    color: #000;
  }
  .product-detail > .route a:hover {
    color: #444;
    text-decoration: underline;
  }
  .product-detail .sub-title {
    font-size: 18px;
  }
  .product-detail h1 {
    font-size: 28px;
    font-weight: 500;
  }
  .product-detail .type {
    font-size: 36px;
    color: rgba(0, 128, 128, 0.84);
  }
  .product-detail .type span {
    color: #000;
  }
  .product-detail h2 {
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 5px;
  }
  .product-detail p {
    font-size: 16px;
    color: #999;
  }
  .product-detail .bottom-btn {
    margin-top: 40px;
  }
  .product-detail .bottom-btn .col {
    width: 48%;
    font-size: 16px;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
  .product-detail .bottom-btn .col:last-child {
    background: rgba(0, 128, 128, 0.84);
  }
  .p-video {
    margin: 0 -10px;
  }
  .p-video .col {
    width: 25%;
    padding: 10px;
  }
  .back {
    text-align: center;
    padding: 80px 0 100px;
  }
  .back a {
    font-size: 16px;
    background: rgba(0, 128, 128, 0.84);
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    width: 280px;
  }
  /* contact */
  .contact {
    background: url(../images/contact_bg.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 30px 0;
  }
  .contact .steps {
    padding: 0 0 15px 0;
  }
  .contact .steps + p {
    font-size: 16px;
    text-align: center;
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }
  .form .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .form .title span {
    color: #ff0000;
    margin-right: 5px;
  }
  .form .block {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }
  .form .block input[type="text"],
  .form .block input[type="email"] {
    background: 0;
    border: 0;
    border-bottom: 1px #fff solid;
    width: 100%;
    font-size: 18px;
    color: #fff;
    padding: 5px 0;
  }
  .form .block input[type="text"]::-webkit-input-placeholder,
  .form .block input[type="email"]::-webkit-input-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]:-moz-placeholder,
  .form .block input[type="email"]:-moz-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]::-moz-placeholder,
  .form .block input[type="email"]::-moz-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]:-ms-input-placeholder,
  .form .block input[type="email"]:-ms-input-placeholder {
    color: #fff;
  }
  .form .block textarea {
    padding: 5px 0;
    width: 100%;
    border: 0;
    background: 0;
    border-bottom: 1px #fff solid;
    min-height: 80px;
    font-size: 18px;
    color: #fff;
  }
  .form .flex-row {
    margin: 0 -25px;
  }
  .form .flex-row .col {
    width: 50%;
    padding: 0 25px;
  }
  .form .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .form .radio-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px #fff solid;
    border-radius: 50%;
  }
  .form .radio-container .checkmark:hover {
    background: 0;
  }
  .form .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .form .radio-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  .form .radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
  }
  .form .gender {
    position: relative;
    display: block;
  }
  .form .gender .gender-select {
    position: absolute;
    right: 0;
    top: 0;
  }
  .form .gender .gender-select .radio-container + .radio-container {
    margin-left: 10px;
  }
  .form .submit-content {
    padding: 50px 0 0 ;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .form .submit-content button {
    width: 280px !important;
    margin: 0;
    padding: 0;
  }
  .form .submit-content .tips {
    display: inline-block;
    justify-content: space-between;
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
  }
  .form .submit-content .tips .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .submit-content .tips .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .form .submit-content .tips .checkbox-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  .form .submit-content .tips .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .form .submit-content .tips .checkbox-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  .form .submit-content .tips .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .form .submit-content .tips .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  .form .submit-content .tips .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .form .submit-content .tips:lang(en) {
    width: 55%;
    text-align: left;
  }
  .wrap {
    position: relative;
  }
  .wrap .company-info {
    background: #212222;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 40px;
    color: #fff;
  }
  .wrap .company-info a.logo img {
    width: 190px;
  }
  .wrap .company-info h2 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 15px;
  }
  .wrap .company-info .info h4 {
    font-weight: normal;
    font-size: 16px;
  }
  .wrap .company-info .info span {
    display: block;
    font-size: 16px;
  }
  .wrap .company-info .info span img {
    height: 20px;
    margin-right: 5px;
  }
  .wrap .company-info .info span i {
    font-size: 15px;
    color: #fff;
    font-style: normal;
  }
  .wrap .company-info .info span img,
  .wrap .company-info .info span i {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap .company-info .info span + span {
    margin: 0 0 0 0;
  }
  .wrap .googlemap {
    max-width: 1050px;
    position: relative;
    margin: 100px 0;
  }
  .wrap .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* product list */
  .plist-banner {
    position: relative;
    margin: 100px 0 60px;
  }
  .plist-banner .youtube {
    position: absolute;
    width: 560px;
    top: 116px;
    right: 80px;
  }
  .plist .flex-row .left {
    width: 250px;
  }
  .plist .flex-row .left h2 {
    font-size: 30px;
    color: rgba(0, 128, 128, 0.84);
    margin-bottom: 20px;
  }
  .plist .flex-row .left ul {
    list-style: none;
  }
  .plist .flex-row .left ul li {
    border-bottom: 1px #ddd solid;
    position: relative;
  }
  .plist .flex-row .left ul li a {
    font-size: 18px;
    color: #6c6867;
    display: block;
    padding: 15px;
  }
  .plist .flex-row .left ul li li a {
    color: rgba(0, 128, 128, 0.84);
  }
  .plist .flex-row .left ul li li li a {
    background: rgba(0, 128, 128, 0.84);
    color: #ffffff;
    padding-left: 30px;
  }
  .plist .flex-row .left ul li:first-child {
    border-top: 1px #ddd solid;
  }
  .plist .flex-row .left ul li.current a {
    background: #000;
    color: #fff;
  }
  .plist .flex-row .left ul li.current li a {
    color: rgba(0, 128, 128, 0.84);
  }
  .plist .flex-row .left ul li.current li li a {
    background: rgba(0, 128, 128, 0.84);
    color: #ffffff;
  }
  .plist .flex-row .left ul li:hover {
    background: #f4f4f4;
  }
  .plist .flex-row .left a.mean-expon:before {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
  }
  .plist .flex-row .left a.mean-expoff:before {
    content: '-';
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
  }
  .plist .flex-row .left .submenu,
  .plist .flex-row .left .subsubmenu {
    display: none;
  }
  .plist .flex-row .right {
    width: calc(100% - 250px);
    padding-left: 50px;
  }
  .plist .flex-row .right .title {
    font-size: 28px;
    padding: 10px 0;
    border-bottom: 1px #000 solid;
    margin-bottom: 30px;
  }
  .plist .flex-row .right > img {
    margin-bottom: 30px;
  }
  .product-list .flex-row {
    margin: 0 -15px;
    justify-content: start;
  }
  .product-list .flex-row .col {
    width: 33.33333333%;
    padding: 20px 15px;
  }
  .product-list .flex-row .col .inner {
    background: #f7f8fc;
    padding: 25px;
    display: block;
  }
  .product-list .flex-row .col .inner .img {
    background: #fff;
    text-align: center;
  }
  .product-list .flex-row .col .inner .name {
    font-size: 18px;
    color: #6c6867;
    margin-top: 20px;
  }
  .product-list .flex-row .col .inner:hover {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  }
  .pager {
    text-align: center;
    font-size: 18px;
    color: #999;
    padding: 60px 0 100px;
  }
  .pager a {
    color: #999;
  }
  .pager a:first-child {
    margin-right: 20px;
  }
  .pager a:last-child {
    margin-left: 20px;
  }
  .pager a.current {
    color: rgba(0, 128, 128, 0.84);
  }
  /* search result */
  .search-result {
    padding: 90px 0 100px;
  }
  .search-result .product-list .flex-row .col {
    width: 25%;
  }
  .not-found {
    text-align: center;
    padding: 10px 0 50px;
  }
  .not-found p {
    font-size: 28px;
    color: #b3b3b3;
    margin-top: 20px;
  }
  /* product */
  .product {
    justify-content: center;
    margin: 0 -15px 60px;
  }
  .product .col {
    width: 50%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .product .col a .img {
    position: relative;
  }
  .product .col a .img .text {
    font-size: 17px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0 30px 20px;
  }
  .product .col a .img img {
    width: 100%;
  }
  .product .col a h1 {
    font-size: 28px;
    color: #000000;
    font-weight: 500;
    padding: 20px 0;
    border-bottom: 4px rgba(0, 128, 128, 0.84) solid;
    text-align: center;
  }
  .product .col a:hover h1 {
    background: rgba(0, 128, 128, 0.84);
    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;
  }
  .brands {
    background: #f2f2f2;
    padding: 60px 0;
  }
  .brands-slider .swiper-content {
    text-align: center;
  }
  .brands-slider .swiper-content a {
    display: block;
  }
  .brands-slider .swiper-content a img {
    display: inline-block;
  }
  .brands-slider .slick-prev {
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../images/btn-left2.png) no-repeat;
    -webkit-background-size: 9px 16px;
    -moz-background-size: 9px 16px;
    -o-background-size: 9px 16px;
    background-size: 9px 16px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .brands-slider .slick-next {
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../images/btn-right2.png) no-repeat;
    -webkit-background-size: 9px 16px;
    -moz-background-size: 9px 16px;
    -o-background-size: 9px 16px;
    background-size: 9px 16px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  /* 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;
  }
  .page-banner {
    position: relative;
  }
  .article-text {
    padding: 80px 0 40px;
  }
  .article-text > p:first-child {
    margin-bottom: 5px;
  }
  .article-text h1 {
    font-size: 36px;
    font-weight: 500;
  }
  .article-text > span {
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #000;
    margin: 15px 0 10px;
  }
  .article-text p {
    font-size: 16px;
  }
  .article-text p span + span {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
  .article-text p span + span:before {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 8px;
  }
  .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;
  }
  /* about */
  .about h2 {
    font-size: 32px;
  }
  .about .top .flex-row .col {
    font-size: 24px;
	line-height: 1.8;
  }
  .about .top .flex-row .col .title {
    border-left: 1px #000 solid;
    margin: 20px 0;
    padding: 70px 0 0 0;
  }
  .about .top .flex-row .col:first-child {
    max-width: 520px;
  }
  .about-block2 {
    padding: 40px 0 0;
    margin-top: 80px;
  }
  .about-block2 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block2 .flex-row {
    position: relative;
  }
  .about-block2 .flex-row:after {
    content: '';
    display: block;
    width: 11px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    /*background: url(../images/line_bg.png) center no-repeat;*/
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .about-block2 .flex-row .col {
    width: 50%;
    font-size: 18px;
    color: #ffffff;
  }
  .about-block2 .flex-row .col h3 {
    font-size: 18px;
  }
  .about-block2 .flex-row .col:nth-child(2n-1) {
    text-align: right;
    padding-right: 40px;
  }
  .about-block2 .flex-row .col:nth-child(2n) {
    padding-left: 40px;
    margin-top: 40px;
  }
  .about-block2 .flex-row:lang(en) .col {
    font-size: 15px;
  }
  .about-block2 .flex-row:lang(en) .col:nth-child(2n) {
    margin-top: 30px;
  }
  .about-block2 .flex-row2 {
    display: none;
  }
  .about-block2 .bottom {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
  }
  .about-block4 {
    background: url(../images/about_bg2.png) center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin-top: -150px;
  }
  .about-block4 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block4 .flex-row .col {
    width: 50%;
    font-size: 18px;
  }
  .about-block4 .flex-row .col h3 {
    margin-bottom: 10px;
  }
  .about-block4 .flex-row .col:first-child {
    text-align: right;
    padding-right: 35px;
  }
  .about-block4 .flex-row .col + .col {
    padding-left: 35px;
    border-left: 1px #000 solid;
  }
  .about-block4 .contact-img {
    height: 490px;
    position: relative;
    margin: 0 0 60px;
  }
  .about-block4 .contact-img p {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
    color: #000000;
    top: 60%;
    left: 50%;
    text-align: center;
  }
  .index_news_wrap {
    padding: 0px 0 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .index_news_wrap .title {
    font-size: 50px;
    font-weight: 600;
  }
  .index_news_wrap .title span {
    color: rgba(0, 128, 128, 0.84);
  }
  .index_news_wrap .left {
    width: 340px;
  }
  .index_news_wrap .left .index_news_list {
    list-style: none;
  }
  .index_news_wrap .left .index_news_list li {
    position: relative;
    padding: 20px 0;
  }
  .index_news_wrap .left .index_news_list li .date {
    font-size: 15px;
    color: #adabab;
  }
  .index_news_wrap .left .index_news_list li .date span {
    font-size: 30px;
    color: #6c6867;
    font-weight: 500;
    margin-left: 5px;
  }
  .index_news_wrap .left .index_news_list li h2 {
    color: #6c6867;
    font-size: 18px;
    font-weight: normal;
    margin-top: 15px;
    height: 52px;
    max-height: 52px;
    line-height: 26px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
  }
  .index_news_wrap .left .index_news_list li a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 26px;
    border: 1px #194d82 solid;
    color: #6b879d;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 31px;
  }
  .index_news_wrap .left .index_news_list li a:hover {
    background: #194d82;
    color: #fff;
  }
  .index_news_wrap .left .index_news_list li + li {
    border-top: 1px #dadada solid;
  }
  .index_news_wrap .left .index_news_list li:hover .date span {
    color: rgba(0, 128, 128, 0.84);
  }
  .index_news_wrap .left .index_news_list li:hover h2 {
    color: #000;
  }
  .index_news_wrap .right {
    width: calc(100% - 340px);
    padding-left: 40px;
  }
  .index_news_wrap .right .waterfall {
    margin: 0 -10px;
  }
  .index_news_wrap .right .item {
    width: 33.33333333%;
    padding: 0px 10px 45px;
  }
  .index_news_wrap .right .item .img {
    border: 1px #dadada solid;
  }
  .index_news_wrap .right .item .text {
    opacity: 0.7;
	padding: 0px 0px 25px;
  }
  .index_news_wrap .right .item .text h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 10px 0 5px;
  }
  .index_news_wrap .right .item .text p {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
  }
  .index_news_wrap .right .item:hover .text {
    opacity: 1;
  }
}
@media only screen and (min-width: 1600px) {
  .product-slider .slick-prev {
    left: -70px;
  }
  .product-slider .slick-next {
    right: -70px;
  }
}
/*===============================================================================================
    -tablet
===============================================================================================*/
@media only screen and (min-width: 670px) and (max-width: 1199px) {
  .pc,
  .hide-in-tablet {
    display: none!important;
  }
  .wrap,
  .wrap2,
  .wrap3,
  .wrap4 {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
  }
  .header.mobile {
    height: 80px;
    background: rgba(0, 128, 128, 0.84);
    position: relative;
    z-index: 9999;
  }
  .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%);
	font-size: 26px;
    color: #fff;
  }
  .header.mobile a.logo img {
    height: 35px;
	margin: 5px 10px 10px 0px;
  }
  .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: #999;
    left: 0;
  }
  .header.mobile #language2 {
    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: #999;
    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: #42bdd8;
    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;
  }
  #mobile-menu-wrap .search-input {
    padding: 0 20px;
    position: relative;
    margin-bottom: 20px;
  }
  #mobile-menu-wrap .search-input input {
    background: 0;
    border: 0;
    height: 50px;
    border-bottom: 1px #ddd solid;
    font-size: 15px;
    color: #ccc;
    width: 100%;
  }
  #mobile-menu-wrap .search-input input::-webkit-input-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input input:-moz-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input input::-moz-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input input:-ms-input-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input button {
    background: 0;
    border: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #mobile-menu-wrap .search-input button img {
    height: 30px;
  }
  #language-content2 {
    position: fixed;
    width: 120px;
    z-index: 99999;
    top: 100%;
    padding-top: 10px;
    display: none;
    right: 10px;
  }
  #language-content2 ul {
    list-style: none;
    padding: 10px 10px 10px 0;
    background: rgba(0, 128, 128, 0.84);
  }
  #language-content2 ul li {
    display: block;
    text-align: center;
  }
  #language-content2 ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
  }
  #language-content2 ul li a span,
  #language-content2 ul li a img {
    display: inline-block;
  }
  #language-content2 ul li a img {
    height: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #language-content2 ul li a:not(.current) img {
    display: none;
  }
  #language2.active #language-content2 {
    display: block;
  }
  .banner .flex-control-nav {
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: 16px;
  }
  .banner .flex-control-nav li {
    margin: 0 4px;
  }
  .banner .flex-control-nav li a {
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .banner .flex-control-nav li a.flex-active {
    background: rgba(0, 128, 128, 0.84);
  }
  .product-slider {
    padding: 40px 0;
    margin: 0 -10px;
  }
  .product-slider .swiper-content {
    padding: 0 10px;
  }
  .product-slider .swiper-content a {
    display: block;
    border: 1px #ddd solid;
    border-bottom: 4px rgba(0, 128, 128, 0.84) solid;
  }
  .product-slider .swiper-content a .img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .product-slider .swiper-content a .img img {
    width: 100%;
  }
  .product-slider .swiper-content a .text {
    padding: auto;
    padding: 20px;
  }
  .product-slider .swiper-content a .text h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
  }
  .product-slider .swiper-content a .text p {
    font-size: 15px;
    color: #999;
    line-height: 1.5;
  }
  .product-slider .slick-prev {
    display: inline-block;
    width: 13px;
    height: 28px;
    background: url(../images/btn-left.png) no-repeat;
    -webkit-background-size: 13px 28px;
    -moz-background-size: 13px 28px;
    -o-background-size: 13px 28px;
    background-size: 13px 28px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .product-slider .slick-next {
    display: inline-block;
    width: 13px;
    height: 28px;
    background: url(../images/btn-right.png) no-repeat;
    -webkit-background-size: 13px 28px;
    -moz-background-size: 13px 28px;
    -o-background-size: 13px 28px;
    background-size: 13px 28px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .page-title {
    text-align: center;
  }
  .page-title h2 {
    font-size: 36px;
    line-height: 1;
  }
  .page-title p {
    font-size: 22px;
  }
  .index-block1 {
    padding-top: 30px;
    text-align: center;
  }
  .index-block1 .col {
    width: 100%;
    line-height: 1.5;
    text-align: center;
  }
  .index-block1 .left {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
  }
  .index-block1 .left img {
    width: 100%;
    margin: 30px 0;
    display: none;
  }
  .youtube {
    position: relative;
  }
  .youtube img {
    width: 100%;
  }
  .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .index-block1-slider .flex-control-nav {
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: -30px;
  }
  .index-block1-slider .flex-control-nav li {
    margin: 0 4px;
  }
  .index-block1-slider .flex-control-nav li a {
    width: 10px;
    height: 10px;
    background: #bababa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .index-block1-slider .flex-control-nav li a.flex-active {
    background: rgba(0, 128, 128, 0.84);
  }
  a.btn {
    font-size: 15px;
    background: rgba(0, 128, 128, 0.84);
    display: inline-block;
    width: 160px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin: 30px 0 0;
  }
  a.btn.style2 {
    background: rgba(0, 128, 128, 0.84);
  }
  a.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .index-block2 {
    margin-top: 50px;
    padding: 40px 0;
    position: relative;
  }
  .index-block2 .wrap {
    position: relative;
    z-index: 2;
  }
  .index-block2 .wrap .col {
    text-align: center;
  }
  .index-block2 .wrap .col h2 {
    font-size: 36px;
    color: rgba(0, 128, 128, 0.84);
    margin-bottom: 20px;
    line-height: 1;
  }
  .index-block2 .wrap .col p {
    font-size: 15px;
    color: #fff;
  }
  .index-block2 .wrap .col a {
    display: inline-block;
  }
  .bottom_bg {
    height: 40px;
    /*background: url(../images/bottom_bg.jpg) center center no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  footer.footer {
    background: url(../images/footer_Base_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
    text-align: center;
  }
  footer.footer a img {
    width: 70px;
  }
  footer.footer a .company {
    font-size: 38px;
    color: #ffffff;
  }
  footer.footer a.footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  footer.footer a.footer_logo img {
    margin: 0px 20px 5px 0px;
  }
  footer.footer a.footer_logo img:lang(en) {
    width: 6vw;
  }
  footer.footer ul {
    list-style: none;
    padding: 30px 0;
  }
  footer.footer ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
  }
  footer.footer ul li a {
    font-size: 24px;
    color: #999;
  }
  footer.footer ul li a:hover {
    color: #fff;
  }
  footer.footer ul li + li:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .links {
    margin-top: 30px;
    /*.company{ font-size: 18px; color: rgba(0, 128, 128, 0.84); display: none;}*/
  }
  .links a,
  .links span {
    display: inline-block;
    vertical-align: middle;
  }
  .links span {
    display: block;
    margin-bottom: 5px;
  }
  .links .line {
    margin: 0 10px 0 0;
  }
  .links .line img {
    width: 30px;
    height: 30px;
  }
  .links .facebook img {
    width: 88px;
    height: 18px;
  }
  .info {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    margin: 30px auto 0;
    text-align: left;
  }
  .info .flex-row {
    text-align: left;
  }
  .info .flex-row .col {
    width: 100%;
    color: #fff;
    padding: 30px 0;
  }
  .info .flex-row .col h4 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .info .flex-row .col p i {
    font-size: 15px;
    font-style: normal;
  }
  .info .flex-row .col p i img {
    width: 20px;
    height: 20px;
  }
  .info .flex-row .col p i + i {
    margin-left: 5px;
  }
  .info .flex-row .col p span + span {
    margin-left: 20px;
  }
  .info .flex-row .col p + p {
    margin-top: 7px;
  }
  .copy-right {
    font-size: 13px;
    color: #ddd;
    font-weight: 300;
    text-align: center;
    padding: 10px 10px 10px;
    background: rgba(0, 128, 128, 0.84);
  }
  .copy-right img {
    margin-left: 10px;
  }
  #goTop {
    width: 50px;
    height: 50px;
    border: 1px #ddd solid;
    position: fixed;
    right: 2%;
    bottom: 10%;
    font-size: 15px;
    color: rgba(0, 128, 128, 0.84);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  #goTop span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
  }
  #goTop:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent rgba(0, 128, 128, 0.84) transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 8px;
  }
  #goTop:hover {
    border: 1px rgba(0, 128, 128, 0.84) solid;
    color: #fff;
    background: rgba(0, 128, 128, 0.84);
  }
  #goTop:hover:before {
    border-color: transparent transparent #fff transparent;
  }
  /* recommend */
  .page-title2 {
    text-align: center;
    padding: 40px 0 20px;
  }
  .page-title2 h2 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
  }
  .steps {
    font-size: 20px;
    text-align: center;
    padding: 40px 0 30px;
  }
  /* The container */
  .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* Hide the browser's default radio button */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  /* Create a custom radio button */
  .radio-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  /* When the radio button is checked, add a blue background */
  .radio-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the indicator (dot/circle) when checked */
  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }
  /* Style the indicator (dot/circle) */
  .radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
  }
  .fliter > .flex-row > .col {
    width: 100%;
  }
  .fliter > .flex-row > .col .flex-row {
    align-items: center;
    justify-content: start;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
  }
  .fliter > .flex-row > .col .flex-row .col {
    font-size: 15px;
    width: 30%;
  }
  .fliter > .flex-row > .col .flex-row .col:first-child {
    width: 100%;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .fliter > .flex-row > .col .flex-row:first-child .col + .col {
    width: 100%;
  }
  .fliter > .flex-row > .col .flex-row + .flex-row {
    margin-top: 20px;
  }
  .fliter > .flex-row > .col:first-child .flex-row + .flex-row {
    margin-top: 20px;
  }
  .fliter > .flex-row > .col + .col {
    margin-top: 30px;
  }
  .fliter > .flex-row > .col + .col .flex-row .col {
    font-size: 15px;
  }
  .fliter > .flex-row > .col + .col .flex-row:first-child .col:first-child {
    width: 100%;
    font-size: 17px;
  }
  .fliter > .flex-row > .col + .col .flex-row:first-child .col + .col {
    width: 50%;
  }
  .fliter > .flex-row > .col + .col .flex-row:first-child .col + .col img {
    height: 80px;
  }
  .fliter > .flex-row > .col + .col .flex-row.style2 .col:first-child {
    width: 100%;
    font-size: 18px;
  }
  .fliter > .flex-row > .col + .col .flex-row.style2 .col + .col {
    width: 100%;
  }
  input[type="number"] {
    font-size: 15px;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #bbb;
    margin-top: 15px;
  }
  /* input[type="range"]:focus,
      input[type="number"]:focus {
        box-shadow: 0 0 3px 1px #4b81dd;
        outline: none;
      } */
  input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 8px;
    background: #ebebeb;
    border-radius: 5px;
    background-image: linear-gradient(rgba(0, 128, 128, 0.84), rgba(0, 128, 128, 0.84));
    background-size: 0% 100%;
    background-repeat: no-repeat;
  }
  /* Input Thumb */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-webkit-slider-thumb:hover {
    background: #1151b1;
  }
  input[type="range"]::-moz-range-thumb:hover {
    background: #1151b1;
  }
  input[type="range"]::-ms-thumb:hover {
    background: #1151b1;
  }
  /* Input Track */
  input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  .fliter2 {
    text-align: center;
    padding: 0 0 60px;
  }
  .fliter2 .flex-row .col {
    width: 100%;
  }
  .fliter2 .flex-row .col + .col {
    padding-top: 20px;
    margin-top: 20px;
  }
  .fliter2 .input {
    position: relative;
    font-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px #ddd solid;
    margin-top: 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex-wrap: wrap;
    width: 100%;
  }
  .fliter2 .input span {
    background: #e5e8ed;
    padding: 5px 10px;
    color: #666;
    width: 25%;
  }
  .fliter2 .input input {
    border: 0;
    background: #fff;
    padding: 5px 10px;
    font-size: 15px;
    width: 55%;
  }
  .fliter2 .input input + span {
    width: 20%;
  }
  .fliter2 .radio-container {
    font-size: 17px;
  }
  .fliter-result {
    padding-bottom: 60px;
    background: url(../images/fliter_result_bg.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .fliter-result .wrap {
    position: relative;
  }
  .fliter-result .wrap #result-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .fliter-result .wrap #result-close img {
    height: 30px;
  }
  .fliter-result .wrap > .flex-row > .col {
    width: 100%;
  }
  .fliter-result .wrap > .flex-row > .col > img {
    margin-bottom: 10px;
    width: 100%;
  }
  .fliter-result .wrap > .flex-row > .col .flex-row {
    margin: 0 -5px;
  }
  .fliter-result .wrap > .flex-row > .col .flex-row .col {
    padding: 5px;
    width: 33.33333333%;
  }
  .fliter-result .wrap > .flex-row > .col .flex-row .col img {
    width: 100%;
  }
  .fliter-result .wrap > .flex-row > .col + .col {
    color: #fff;
    padding-top: 30px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .sub-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .fliter-result .wrap > .flex-row > .col + .col h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .fliter-result .wrap > .flex-row > .col + .col p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download {
    margin-top: 10px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a img {
    height: 40px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a span {
    color: #fff;
    margin-left: 5px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a + a {
    margin-left: 10px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row {
    margin: 0 -20px 40px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .sub-title {
    margin-bottom: 0;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col {
    padding: 0 20px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col .num {
    font-size: 32px;
    font-weight: 500;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col + .col {
    border-left: 1px #fff solid;
  }
  .fliter-result.hide {
    display: none;
  }
  .submit-content {
    text-align: center;
    padding: 40px 0 60px;
  }
  .submit-content .g-recaptcha {
    display: inline-block;
    vertical-align: middle;
  }
  .submit-content button {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: rgba(0, 128, 128, 0.84);
    color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin: 0 0 0 30px;
    font-size: 15px;
  }
  .submit-content img {
    height: 80px;
  }
  /* product detail */
  .product-detail {
    padding: 40px 0 0;
    align-items: center;
    max-width: 0 -50px;
    border-bottom: 1px #ddd solid;
  }
  .product-detail > .col {
    width: 100%;
  }
  .product-detail > .col:first-child {
    width: 100%;
    text-align: center;
  }
  .product-detail > .route {
    width: 100%;
    padding: 40px 0 20px;
    font-size: 24px;
    color: rgba(0, 128, 128, 0.84);
  }
  .product-detail > .route a {
    color: #000;
  }
  .product-detail > .route a:hover {
    color: #444;
    text-decoration: underline;
  }
  .product-detail .sub-title {
    font-size: 15px;
  }
  .product-detail h1 {
    font-size: 24px;
    font-weight: 500;
  }
  .product-detail .type {
    font-size: 26px;
    color: rgba(0, 128, 128, 0.84);
  }
  .product-detail .type span {
    color: #000;
  }
  .product-detail h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 5px;
  }
  .product-detail p {
    font-size: 15px;
    color: #999;
  }
  .product-detail .bottom-btn {
    margin-top: 40px;
  }
  .product-detail .bottom-btn .col {
    width: 48%;
    font-size: 15px;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
  }
  .product-detail .bottom-btn .col:last-child {
    background: rgba(0, 128, 128, 0.84);
  }
  .p-video {
    margin: 0 -5px;
  }
  .p-video .col {
    width: 50%;
    padding: 5px;
  }
  .back {
    text-align: center;
    padding: 40px 0 60px;
  }
  .back a {
    font-size: 16px;
    background: rgba(0, 128, 128, 0.84);
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 160px;
  }
  /* contact */
  .contact {
    background: url(../images/contact_bg.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 30px 0 40px;
  }
  .contact .steps {
    padding: 0 0 15px 0;
  }
  .contact .steps + p {
    font-size: 16px;
    text-align: center;
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }
  .form .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .form .title span {
    color: #ff0000;
    margin-right: 5px;
  }
  .form .block {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }
  .form .block input[type="text"],
  .form .block input[type="email"] {
    background: 0;
    border: 0;
    border-bottom: 1px #fff solid;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 5px 0;
  }
  .form .block input[type="text"]::-webkit-input-placeholder,
  .form .block input[type="email"]::-webkit-input-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]:-moz-placeholder,
  .form .block input[type="email"]:-moz-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]::-moz-placeholder,
  .form .block input[type="email"]::-moz-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]:-ms-input-placeholder,
  .form .block input[type="email"]:-ms-input-placeholder {
    color: #fff;
  }
  .form .block textarea {
    padding: 5px 0;
    width: 100%;
    border: 0;
    background: 0;
    border-bottom: 1px #fff solid;
    min-height: 80px;
    font-size: 18px;
    color: #fff;
  }
  .form .flex-row .col {
    width: 100%;
  }
  .form .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .form .radio-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px #fff solid;
    border-radius: 50%;
  }
  .form .radio-container .checkmark:hover {
    background: 0;
  }
  .form .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .form .radio-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  .form .radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
  }
  .form .gender {
    position: relative;
    display: block;
  }
  .form .gender .gender-select {
    position: absolute;
    right: 0;
    top: 0;
  }
  .form .gender .gender-select .radio-container + .radio-container {
    margin-left: 10px;
  }
  .form .submit-content {
    padding: 20px 0 0 ;
    text-align: center;
  }
  .form .submit-content button {
    width: 280px !important;
    margin: 20px 0 0;
    padding: 0;
  }
  .form .submit-content .tips {
    display: inline-block;
    justify-content: space-between;
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
  }
  .form .submit-content .tips .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
  }
  .form .submit-content .tips .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .form .submit-content .tips .checkbox-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  .form .submit-content .tips .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .form .submit-content .tips .checkbox-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  .form .submit-content .tips .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .form .submit-content .tips .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  .form .submit-content .tips .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wrap .company-info {
    background: #212222;
    z-index: 99;
    padding: 25px;
    margin-bottom: 60px;
    color: #fff;
  }
  .wrap .company-info a.logo img {
    width: 140px;
  }
  .wrap .company-info h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
  }
  .wrap .company-info .info {
    margin-top: 15px;
    margin-right: 30px;
  }
  .wrap .company-info .info h4 {
    font-weight: normal;
    font-size: 18px;
  }
  .wrap .company-info .info span {
    display: block;
    font-size: 15px;
  }
  .wrap .company-info .info span img {
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .wrap .company-info .info span i {
    font-size: 15px;
    color: #fff;
    font-style: normal;
  }
  .wrap .company-info .info span img,
  .wrap .company-info .info span i {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap .company-info .info span + span {
    margin: 0 0 0 0;
  }
  .wrap .googlemap {
    position: relative;
    margin-top: 60px;
  }
  .wrap .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* product list */
  .plist-banner {
    position: relative;
    margin: 40px 0 30px;
  }
  .plist-banner .youtube {
    width: 100%;
    margin-top: 30px;
  }
  .plist .flex-row .left {
    width: 100%;
  }
  .plist .flex-row .left h2 {
    font-size: 24px;
    color: rgba(0, 128, 128, 0.84);
    margin-bottom: 10px;
  }
  .plist .flex-row .left ul {
    list-style: none;
  }
  .plist .flex-row .left ul li {
    border-bottom: 1px #ddd solid;
  }
  .plist .flex-row .left ul li a {
    font-size: 16px;
    color: #6c6867;
    display: block;
    padding: 10px;
  }
  .plist .flex-row .left ul li:first-child {
    border-top: 1px #ddd solid;
  }
  .plist .flex-row .left ul li.current a {
    background: #000;
    color: #fff;
  }
  .plist .flex-row .left ul li:hover {
    background: #f4f4f4;
  }
  .plist .flex-row .right {
    width: 100%;
    margin-top: 40px;
  }
  .plist .flex-row .right .title {
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px #000 solid;
    margin-bottom: 30px;
  }
  .plist .flex-row .right > img {
    margin-bottom: 30px;
  }
  .product-list .flex-row {
    margin: 0 -15px;
  }
  .product-list .flex-row .col {
    width: 50%;
    padding: 20px 15px;
  }
  .product-list .flex-row .col .inner {
    background: #f7f8fc;
    padding: 25px;
    display: block;
  }
  .product-list .flex-row .col .inner .img {
    background: #fff;
    text-align: center;
  }
  .product-list .flex-row .col .inner .name {
    font-size: 16px;
    color: #6c6867;
    margin-top: 10px;
  }
  .product-list .flex-row .col .inner:hover {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  }
  .pager {
    text-align: center;
    font-size: 15px;
    color: #999;
    padding: 40px 0 60px;
  }
  .pager a {
    color: #999;
  }
  .pager a:first-child {
    margin-right: 20px;
  }
  .pager a:last-child {
    margin-left: 20px;
  }
  .pager a.current {
    color: rgba(0, 128, 128, 0.84);
  }
  /* search result */
  .search-result {
    padding: 30px 0 50px;
  }
  .not-found {
    text-align: center;
    padding: 10px 0;
  }
  .not-found img {
    width: 100px;
  }
  .not-found p {
    font-size: 20px;
    color: #b3b3b3;
    margin-top: 15px;
  }
  /* product */
  .product {
    justify-content: center;
    padding: 0 5% 60px;
  }
  .product .col {
    width: 100%;
    margin-bottom: 60px;
  }
  .product .col a .img {
    position: relative;
  }
  .product .col a .img .text {
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0 30px 20px;
  }
  .product .col a .img img {
    width: 100%;
  }
  .product .col a h1 {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 4px rgba(0, 128, 128, 0.84) solid;
    text-align: center;
  }
  .product .col a:hover h1 {
    background: rgba(0, 128, 128, 0.84);
    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;
  }
  .brands {
    background: #f2f2f2;
    padding: 60px 0;
  }
  .brands-slider .swiper-content {
    text-align: center;
  }
  .brands-slider .swiper-content a {
    display: block;
  }
  .brands-slider .swiper-content a img {
    display: inline-block;
    height: 60px;
  }
  .brands-slider .slick-prev {
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../images/btn-left2.png) no-repeat;
    -webkit-background-size: 9px 16px;
    -moz-background-size: 9px 16px;
    -o-background-size: 9px 16px;
    background-size: 9px 16px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .brands-slider .slick-next {
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../images/btn-right2.png) no-repeat;
    -webkit-background-size: 9px 16px;
    -moz-background-size: 9px 16px;
    -o-background-size: 9px 16px;
    background-size: 9px 16px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  /* 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;
  }
  .page-banner {
    position: relative;
  }
  .article-text {
    padding: 40px 0 20px;
  }
  .article-text h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .article-text > span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #000;
    margin: 15px 0 10px;
  }
  .article-text p {
    font-size: 14px;
  }
  .article-text p span + span {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
  .article-text p span + span:before {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #000;
    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;
  }
  /* about */
  .about {
    /* margin-top: 20px; allan 2024*/
  }
  .about h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about .top .flex-row {
    text-align: center;
  }
  .about .top .flex-row .col {
    font-size: 15px;
    width: 100%;
    text-align: center;
	line-height: 1.8;
  }
  .about .top .flex-row .col img {
    width: 80%;
    max-width: 100%;
    margin-top: 30px;
  }
  .about .top .flex-row .col .title {
    display: none;
  }
  .about-block2 {
    background: url(../images/about_bg.jpg) no-repeat center top;
    padding: 40px 0 0;
    margin-top: 60px;
  }
  .about-block2 h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block2 .flex-row {
    position: relative;
  }
  .about-block2 .flex-row:after {
    content: '';
    display: block;
    width: 11px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../images/line_bg.png) center no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .about-block2 .flex-row .col {
    width: 50%;
    font-size: 15px;
    color: #ffffff;
  }
  .about-block2 .flex-row .col h3 {
    font-size: 15px;
  }
  .about-block2 .flex-row .col:nth-child(2n-1) {
    text-align: right;
    padding-right: 20px;
  }
  .about-block2 .flex-row .col:nth-child(2n) {
    padding-left: 20px;
    margin-top: 40px;
  }
  .about-block2 .flex-row:lang(en) .col {
    font-size: 15px;
  }
  .about-block2 .flex-row:lang(en) .col:nth-child(2n) {
    margin-top: 15px;
  }
  .about-block2 .flex-row2 {
    display: none;
  }
  .about-block2 .bottom {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
  }
  .about-block4 {
    background: url(../images/about_bg2.png) center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    margin-top: -110px;
  }
  .about-block4 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block4 .flex-row .col {
    width: 50%;
    font-size: 15px;
  }
  .about-block4 .flex-row .col:first-child {
    text-align: right;
    padding-right: 20px;
  }
  .about-block4 .flex-row .col + .col {
    padding-left: 20px;
    border-left: 1px #000 solid;
  }
  .about-block4 .contact-img {
    height: 300px;
    position: relative;
    margin: 0 0 60px;
  }
  .about-block4 .contact-img p {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 24px;
    color: #000000;
    top: 60%;
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
  }
  .index_news_wrap {
    padding: 0px 0 60px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .index_news_wrap .title {
    font-size: 42px;
    font-weight: 600;
  }
  .index_news_wrap .title span {
    color: rgba(0, 128, 128, 0.84);
  }
  .index_news_wrap .left {
    width: 100%;
  }
  .index_news_wrap .left .index_news_list {
    list-style: none;
  }
  .index_news_wrap .left .index_news_list li {
    position: relative;
    padding: 20px 0;
  }
  .index_news_wrap .left .index_news_list li .date {
    font-size: 15px;
    color: #adabab;
  }
  .index_news_wrap .left .index_news_list li .date span {
    font-size: 24px;
    color: #6c6867;
    font-weight: 500;
    margin-left: 5px;
  }
  .index_news_wrap .left .index_news_list li h2 {
    color: #6c6867;
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    height: 52px;
    max-height: 52px;
    line-height: 26px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
  }
  .index_news_wrap .left .index_news_list li a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 26px;
    border: 1px #194d82 solid;
    color: #6b879d;
    font-size: 15px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 31px;
  }
  .index_news_wrap .left .index_news_list li a:hover {
    background: #194d82;
    color: #fff;
  }
  .index_news_wrap .left .index_news_list li + li {
    border-top: 1px #dadada solid;
  }
  .index_news_wrap .left .index_news_list li:hover .date span {
    color: rgba(0, 128, 128, 0.84);
  }
  .index_news_wrap .left .index_news_list li:hover h2 {
    color: #000;
  }
  .index_news_wrap .right {
    width: 100%;
    padding: 40px 0 0;
  }
  .index_news_wrap .right .waterfall {
    margin: 0 -15px;
  }
  .index_news_wrap .right .item {
    display: block;
    width: 50%;
    padding: 0 15px 40px;
  }
  .index_news_wrap .right .item .img {
    border: 1px #dadada solid;
  }
  .index_news_wrap .right .item .img img {
    width: 100%;
  }
  .index_news_wrap .right .item .text {
    opacity: 0.7;
  }
  .index_news_wrap .right .item .text h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 10px 0 5px;
  }
  .index_news_wrap .right .item .text p {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
  }
}
/*===============================================================================================
    -768px for about
===============================================================================================*/
@media only screen and (max-width: 768px) {
  .about-block2 {
    background: url(../images/about_bg.jpg) no-repeat center top;
    background-size: 250%;
    padding: 0;
    margin-top: 60px;
  }
  .about-block2 h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block2 .flex-row {
    display: none;
  }
  .about-block2 .flex-row2 {
    position: relative;
    display: block;
    text-align: center;
  }
  .about-block2 .bottom {
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
  }
}
/*===============================================================================================
    -mobile
===============================================================================================*/
@media only screen and (max-width: 669px) {
  .pc,
  .hide-in-mobile {
    display: none!important;
  }
  .wrap,
  .wrap2,
  .wrap3,
  .wrap4 {
    width: 86%;
    max-width: 550px;
    /*åŽŸ360px*/
    margin: 0 auto;
  }
  .header.mobile {
    height: 80px;
    background: rgba(0, 128, 128, 0.84);
    position: relative;
    z-index: 9999;
  }
  .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%);
	font-size: 16px;
    color: #fff;
  }
  .header.mobile a.logo img {
    height: 20px;
	margin: 0px 5px 3px 0px;
  }
  .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: #999;
    left: 0;
  }
  .header.mobile #language2 {
    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: #999;
    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: rgba(0, 128, 128, 0.84);
    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;
  }
  #mobile-menu-wrap .search-input {
    padding: 0 20px;
    position: relative;
    margin-bottom: 20px;
  }
  #mobile-menu-wrap .search-input input {
    background: 0;
    border: 0;
    height: 50px;
    border-bottom: 1px #ddd solid;
    font-size: 15px;
    color: #ccc;
    width: 100%;
  }
  #mobile-menu-wrap .search-input input::-webkit-input-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input input:-moz-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input input::-moz-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input input:-ms-input-placeholder {
    color: #ddd;
  }
  #mobile-menu-wrap .search-input button {
    background: 0;
    border: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #mobile-menu-wrap .search-input button img {
    height: 30px;
  }
  #language-content2 {
    position: fixed;
    width: 120px;
    z-index: 99999;
    top: 100%;
    padding-top: 10px;
    display: none;
    right: 10px;
  }
  #language-content2 ul {
    list-style: none;
    padding: 10px 10px 10px 0;
    background: rgba(0, 128, 128, 0.84);
  }
  #language-content2 ul li {
    display: block;
    text-align: center;
  }
  #language-content2 ul li a {
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
  }
  #language-content2 ul li a span,
  #language-content2 ul li a img {
    display: inline-block;
  }
  #language-content2 ul li a img {
    height: 12px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  #language-content2 ul li a:not(.current) img {
    display: none;
  }
  #language2.active #language-content2 {
    display: block;
  }
  .banner .flex-control-nav {
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: 16px;
  }
  .banner .flex-control-nav li {
    margin: 0 4px;
  }
  .banner .flex-control-nav li a {
    width: 10px;
    height: 10px;
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .banner .flex-control-nav li a.flex-active {
    background: rgba(0, 128, 128, 0.84);
  }
  .product-slider {
    padding: 40px 0;
    margin: 0 -15px;
  }
  .product-slider .swiper-content {
    padding: 0 15px;
  }
  .product-slider .swiper-content a {
    display: block;
    border: 1px #ddd solid;
    border-bottom: 4px rgba(0, 128, 128, 0.84) solid;
  }
  .product-slider .swiper-content a .img {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .product-slider .swiper-content a .img img {
    width: 100%;
  }
  .product-slider .swiper-content a .text {
    padding: auto;
    padding: 20px;
  }
  .product-slider .swiper-content a .text h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.2;
  }
  .product-slider .swiper-content a .text p {
    font-size: 15px;
    color: #999;
    line-height: 1.5;
  }
  .product-slider .slick-prev {
    display: inline-block;
    width: 13px;
    height: 28px;
    background: url(../images/btn-left.png) no-repeat;
    -webkit-background-size: 13px 28px;
    -moz-background-size: 13px 28px;
    -o-background-size: 13px 28px;
    background-size: 13px 28px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .product-slider .slick-next {
    display: inline-block;
    width: 13px;
    height: 28px;
    background: url(../images/btn-right.png) no-repeat;
    -webkit-background-size: 13px 28px;
    -moz-background-size: 13px 28px;
    -o-background-size: 13px 28px;
    background-size: 13px 28px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .page-title {
    text-align: center;
  }
  .page-title h2 {
    font-size: 36px;
    line-height: 1;
  }
  .page-title p {
    font-size: 22px;
  }
  .index-block1 {
    padding-top: 30px;
    text-align: center;
  }
  .index-block1 .col {
    width: 100%;
    line-height: 1.5;
    text-align: center;
  }
  .index-block1 .left {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
  }
  .index-block1 .left img {
    width: 100%;
    margin: 30px 0;
    display: none;
  }
  .youtube {
    position: relative;
  }
  .youtube img {
    width: 100%;
  }
  .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .index-block1-slider .flex-control-nav {
    height: 10px;
    position: absolute;
    width: 100%;
    bottom: -30px;
  }
  .index-block1-slider .flex-control-nav li {
    margin: 0 4px;
  }
  .index-block1-slider .flex-control-nav li a {
    width: 10px;
    height: 10px;
    background: #bababa;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .index-block1-slider .flex-control-nav li a.flex-active {
    background: rgba(0, 128, 128, 0.84);
  }
  a.btn {
    font-size: 15px;
    background: rgba(0, 128, 128, 0.84);
    display: inline-block;
    width: 160px;
    height: 44px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin: 30px 0 0;
  }
  a.btn.style2 {
    background: rgba(0, 128, 128, 0.84);
  }
  a.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .index-block2 {
    margin-top: 50px;
    padding: 40px 0;
    position: relative;
  }
  .index-block2 .wrap {
    position: relative;
    z-index: 2;
  }
  .index-block2 .wrap .col {
    text-align: center;
  }
  .index-block2 .wrap .col h2 {
    font-size: 36px;
    color: rgba(0, 128, 128, 0.84);
    margin-bottom: 20px;
    line-height: 1;
  }
  .index-block2 .wrap .col p {
    font-size: 15px;
    color: #fff;
  }
  .index-block2 .wrap .col a {
    display: inline-block;
  }
  .bottom_bg {
    height: 40px;
    /*background: url(../images/bottom_bg.jpg) center center no-repeat;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  footer.footer {
    background: url(../images/footer_Base_1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px;
    text-align: center;
  }
  footer.footer .wrap {
    width: 100%;
  }
  footer.footer a img {
    width: 30px;
  }
  footer.footer a .company {
    font-size: 18px;
    color: #ffffff;
  }
  footer.footer a .company:lang(en) {
    font-size: 4.5vw;
    color: #ffffff;
  }
  footer.footer a.footer_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  footer.footer a.footer_logo img {
    margin: 0px 10px 2px 0px;
  }
  footer.footer a.footer_logo img:lang(en) {
    width: 6vw;
  }
  footer.footer ul {
    list-style: none;
    padding: 30px 0;
    /*li+li{
                &:after{ content: ''; display: block; width: 1px; height: 14px; background: #999; position: absolute; left: 0; top: 50%; .transform(translateY(-50%));}
            }*/
  }
  footer.footer ul li {
    display: block;
    padding: 0 10px;
    position: relative;
  }
  footer.footer ul li a {
    font-size: 15px;
    color: #999;
  }
  footer.footer ul li a:hover {
    color: #fff;
  }
  footer.footer ul li + li {
    margin-top: 5px;
  }
  .links {
    margin-top: 30px;
    /*.company{ font-size: 18px; color: rgba(0, 128, 128, 0.84); display: none;}*/
  }
  .links a,
  .links span {
    display: inline-block;
    vertical-align: middle;
  }
  .links span {
    display: block;
    margin-bottom: 5px;
  }
  .links .line {
    margin: 0 10px 0 0;
  }
  .links .line img {
    width: 30px;
    height: 30px;
  }
  .links .facebook img {
    width: 88px;
    height: 18px;
  }
  .info {
    margin-top: 15px;
    text-align: center;
    display: inline-block;
    margin: 30px auto 0;
    text-align: left;
  }
  .info .flex-row {
    text-align: left;
  }
  .info .flex-row .col {
    width: 100%;
    color: #fff;
    padding: 30px 0;
  }
  .info .flex-row .col h4 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 12px;
  }
  .info .flex-row .col p i {
    font-size: 15px;
    font-style: normal;
  }
  .info .flex-row .col p i img {
    width: 20px;
    height: 20px;
  }
  .info .flex-row .col p i + i {
    margin-left: 5px;
  }
  .info .flex-row .col p span + span {
    margin-left: 20px;
  }
  .info .flex-row .col p + p {
    margin-top: 7px;
  }
  .copy-right {
    font-size: 13px;
    color: #ddd;
    font-weight: 300;
    text-align: center;
    padding: 10px 10px 10px;
    background: rgba(0, 128, 128, 0.84);
  }
  .copy-right img {
    margin-left: 10px;
  }
  #goTop {
    width: 50px;
    height: 50px;
    border: 1px #ddd solid;
    position: fixed;
    right: 2%;
    bottom: 10%;
    font-size: 15px;
    color: rgba(0, 128, 128, 0.84);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  #goTop span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    -moz-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    -o-transform: translate(-50%, -30%);
  }
  #goTop:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent rgba(0, 128, 128, 0.84) transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 8px;
  }
  #goTop:hover {
    border: 1px rgba(0, 128, 128, 0.84) solid;
    color: #fff;
    background: rgba(0, 128, 128, 0.84);
  }
  #goTop:hover:before {
    border-color: transparent transparent #fff transparent;
  }
  /* recommend */
  .page-title2 {
    text-align: center;
    padding: 40px 0 20px;
  }
  .page-title2 h2 {
    font-size: 1.6em;
    color: #000000;
    font-weight: bold;
  }
  .steps {
    font-size: 20px;
    text-align: center;
    padding: 40px 0 30px;
  }
  /* The container */
  .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* Hide the browser's default radio button */
  .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  /* Create a custom radio button */
  .radio-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
  }
  /* On mouse-over, add a grey background color */
  .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  /* When the radio button is checked, add a blue background */
  .radio-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .radio-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the indicator (dot/circle) when checked */
  .radio-container input:checked ~ .checkmark:after {
    display: block;
  }
  /* Style the indicator (dot/circle) */
  .radio-container .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
  }
  .fliter > .flex-row > .col {
    width: 100%;
  }
  .fliter > .flex-row > .col .flex-row {
    align-items: center;
    justify-content: start;
    border-bottom: 1px #ddd solid;
    padding-bottom: 20px;
  }
  .fliter > .flex-row > .col .flex-row .col {
    font-size: 15px;
    width: 30%;
  }
  .fliter > .flex-row > .col .flex-row .col:first-child {
    width: 100%;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .fliter > .flex-row > .col .flex-row:first-child .col + .col {
    width: 100%;
  }
  .fliter > .flex-row > .col .flex-row + .flex-row {
    margin-top: 20px;
  }
  .fliter > .flex-row > .col:first-child .flex-row + .flex-row {
    margin-top: 20px;
  }
  .fliter > .flex-row > .col + .col {
    margin-top: 30px;
  }
  .fliter > .flex-row > .col + .col .flex-row .col {
    font-size: 15px;
  }
  .fliter > .flex-row > .col + .col .flex-row:first-child .col:first-child {
    width: 100%;
    font-size: 17px;
  }
  .fliter > .flex-row > .col + .col .flex-row:first-child .col + .col {
    width: 50%;
  }
  .fliter > .flex-row > .col + .col .flex-row:first-child .col + .col img {
    height: 80px;
  }
  .fliter > .flex-row > .col + .col .flex-row.style2 .col:first-child {
    width: 100%;
    font-size: 18px;
  }
  .fliter > .flex-row > .col + .col .flex-row.style2 .col + .col {
    width: 100%;
  }
  input[type="number"] {
    font-size: 15px;
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #bbb;
    margin-top: 15px;
  }
  /* input[type="range"]:focus,
      input[type="number"]:focus {
        box-shadow: 0 0 3px 1px #4b81dd;
        outline: none;
      } */
  input[type="range"] {
    -webkit-appearance: none;
    margin-right: 15px;
    width: 100%;
    height: 8px;
    background: #ebebeb;
    border-radius: 5px;
    background-image: linear-gradient(rgba(0, 128, 128, 0.84), rgba(0, 128, 128, 0.84));
    background-size: 0% 100%;
    background-repeat: no-repeat;
  }
  /* Input Thumb */
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-ms-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: rgba(0, 128, 128, 0.84);
    cursor: ew-resize;
    transition: background 0.3s ease-in-out;
  }
  input[type="range"]::-webkit-slider-thumb:hover {
    background: #1151b1;
  }
  input[type="range"]::-moz-range-thumb:hover {
    background: #1151b1;
  }
  input[type="range"]::-ms-thumb:hover {
    background: #1151b1;
  }
  /* Input Track */
  input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  input[type=range]::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  input[type="range"]::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }
  .fliter2 {
    text-align: center;
    padding: 0 0 60px;
  }
  .fliter2 .flex-row .col {
    width: 100%;
  }
  .fliter2 .flex-row .col + .col {
    padding-top: 20px;
    margin-top: 20px;
  }
  .fliter2 .input {
    position: relative;
    font-size: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 1px #ddd solid;
    margin-top: 20px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    flex-wrap: wrap;
    width: 100%;
  }
  .fliter2 .input span {
    background: #e5e8ed;
    padding: 5px 10px;
    color: #666;
    width: 30%;
  }
  .fliter2 .input input {
    border: 0;
    background: #fff;
    padding: 5px 10px;
    font-size: 15px;
    width: 45%;
  }
  .fliter2 .input input + span {
    width: 25%;
  }
  .fliter2 .radio-container {
    font-size: 17px;
  }
  .fliter-result {
    padding-bottom: 60px;
    background: url(../images/fliter_result_bg.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .fliter-result .wrap {
    position: relative;
  }
  .fliter-result .wrap #result-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .fliter-result .wrap #result-close img {
    height: 30px;
  }
  .fliter-result .wrap > .flex-row > .col {
    width: 100%;
  }
  .fliter-result .wrap > .flex-row > .col > img {
    margin-bottom: 10px;
  }
  .fliter-result .wrap > .flex-row > .col .flex-row {
    margin: 0 -5px;
  }
  .fliter-result .wrap > .flex-row > .col .flex-row .col {
    padding: 5px;
    width: 33.33333333%;
  }
  .fliter-result .wrap > .flex-row > .col + .col {
    color: #fff;
    padding-top: 30px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .sub-title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .fliter-result .wrap > .flex-row > .col + .col h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .fliter-result .wrap > .flex-row > .col + .col p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download {
    margin-top: 10px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a img {
    height: 40px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a span {
    color: #fff;
    margin-left: 5px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .download a + a {
    margin-left: 10px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row {
    margin: 0 0 20px;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .sub-title {
    margin-bottom: 0;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col {
    padding: 0;
    width: 100%;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col .num {
    font-size: 32px;
    font-weight: 500;
  }
  .fliter-result .wrap > .flex-row > .col + .col .flex-row .col + .col {
    margin-top: 20px;
  }
  .fliter-result.hide {
    display: none;
  }
  .submit-content {
    text-align: center;
    padding: 40px 0 60px;
  }
  .submit-content .g-recaptcha {
    display: inline-block;
    vertical-align: middle;
  }
  .submit-content button {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border: 0;
    background: rgba(0, 128, 128, 0.84);
    color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    margin: 0 0 0 30px;
    font-size: 15px;
  }
  .submit-content img {
    height: 80px;
  }
  /* product detail */
  .product-detail {
    padding: 40px 0 0;
    align-items: center;
    max-width: 0 -50px;
    border-bottom: 1px #ddd solid;
  }
  .product-detail > .col {
    width: 100%;
  }
  .product-detail > .route {
    width: 100%;
    padding: 40px 0 10px;
    font-size: 18px;
    color: rgba(0, 128, 128, 0.84);
  }
  .product-detail > .route a {
    color: #000;
  }
  .product-detail > .route a:hover {
    color: #444;
    text-decoration: underline;
  }
  .product-detail .sub-title {
    font-size: 15px;
  }
  .product-detail h1 {
    font-size: 24px;
    font-weight: 500;
  }
  .product-detail .type {
    font-size: 26px;
    color: rgba(0, 128, 128, 0.84);
  }
  .product-detail .type span {
    color: #000;
  }
  .product-detail h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0 5px;
  }
  .product-detail p {
    font-size: 15px;
    color: #999;
  }
  .product-detail .bottom-btn {
    margin-top: 40px;
  }
  .product-detail .bottom-btn .col {
    width: 48%;
    font-size: 15px;
    background: #000;
    color: #fff;
    display: block;
    text-align: center;
    height: 44px;
    line-height: 44px;
  }
  .product-detail .bottom-btn .col:last-child {
    background: rgba(0, 128, 128, 0.84);
  }
  .p-video {
    margin: 0 -5px;
  }
  .p-video .col {
    width: 50%;
    padding: 5px;
  }
  .back {
    text-align: center;
    padding: 40px 0 60px;
  }
  .back a {
    font-size: 16px;
    background: rgba(0, 128, 128, 0.84);
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: 160px;
  }
  /* contact */
  .contact {
    background: url(../images/contact_bg.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    padding: 30px 0 40px;
  }
  .contact .steps {
    padding: 0 0 15px 0;
  }
  .contact .steps + p {
    font-size: 16px;
    text-align: center;
    display: block;
    max-width: 680px;
    margin: 0 auto;
  }
  .form .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .form .title span {
    color: #ff0000;
    margin-right: 5px;
  }
  .form .block {
    width: 100%;
    margin-bottom: 25px;
    position: relative;
  }
  .form .block input[type="text"],
  .form .block input[type="email"] {
    background: 0;
    border: 0;
    border-bottom: 1px #fff solid;
    width: 100%;
    font-size: 15px;
    color: #fff;
    padding: 5px 0;
  }
  .form .block input[type="text"]::-webkit-input-placeholder,
  .form .block input[type="email"]::-webkit-input-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]:-moz-placeholder,
  .form .block input[type="email"]:-moz-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]::-moz-placeholder,
  .form .block input[type="email"]::-moz-placeholder {
    color: #fff;
  }
  .form .block input[type="text"]:-ms-input-placeholder,
  .form .block input[type="email"]:-ms-input-placeholder {
    color: #fff;
  }
  .form .block textarea {
    padding: 5px 0;
    width: 100%;
    border: 0;
    background: 0;
    border-bottom: 1px #fff solid;
    min-height: 80px;
    font-size: 18px;
    color: #fff;
  }
  .form .flex-row .col {
    width: 100%;
  }
  .form .radio-container {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .form .radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .form .radio-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px #fff solid;
    border-radius: 50%;
  }
  .form .radio-container .checkmark:hover {
    background: 0;
  }
  .form .radio-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .form .radio-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  .form .radio-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
  }
  .form .gender {
    position: relative;
    display: block;
  }
  .form .gender .gender-select {
    position: absolute;
    right: 0;
    top: 0;
  }
  .form .gender .gender-select .radio-container + .radio-container {
    margin-left: 10px;
  }
  .form .submit-content {
    padding: 20px 0 0 ;
    text-align: center;
  }
  .form .submit-content button {
    width: 280px !important;
    margin: 20px 0 0;
    padding: 0;
  }
  .form .submit-content .tips {
    display: inline-block;
    justify-content: space-between;
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
  }
  .form .submit-content .tips .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px;
  }
  .form .submit-content .tips .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .form .submit-content .tips .checkbox-container .checkmark {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  .form .submit-content .tips .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  .form .submit-content .tips .checkbox-container input:checked ~ .checkmark {
    background-color: rgba(0, 128, 128, 0.84);
  }
  .form .submit-content .tips .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .form .submit-content .tips .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  .form .submit-content .tips .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .wrap .company-info {
    background: #212222;
    z-index: 99;
    padding: 25px;
    margin-bottom: 60px;
    color: #fff;
  }
  .wrap .company-info a.logo img {
    width: 140px;
  }
  .wrap .company-info h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
  }
  .wrap .company-info .info {
    margin-top: 15px;
  }
  .wrap .company-info .info h4 {
    font-weight: normal;
    font-size: 18px;
  }
  .wrap .company-info .info span {
    display: block;
    font-size: 15px;
  }
  .wrap .company-info .info span img {
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
  }
  .wrap .company-info .info span i {
    font-size: 15px;
    color: #fff;
    font-style: normal;
  }
  .wrap .company-info .info span img,
  .wrap .company-info .info span i {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap .company-info .info span + span {
    margin: 0 0 0 0;
  }
  .wrap .googlemap {
    position: relative;
    margin-top: 60px;
  }
  .wrap .googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* product list */
  .plist-banner {
    position: relative;
    margin: 40px 0 30px;
  }
  .plist-banner .youtube {
    width: 100%;
    margin-top: 30px;
  }
  .plist .flex-row .left {
    width: 100%;
  }
  .plist .flex-row .left h2 {
    font-size: 24px;
    color: rgba(0, 128, 128, 0.84);
    margin-bottom: 10px;
  }
  .plist .flex-row .left ul {
    list-style: none;
  }
  .plist .flex-row .left ul li {
    border-bottom: 1px #ddd solid;
  }
  .plist .flex-row .left ul li a {
    font-size: 16px;
    color: #6c6867;
    display: block;
    padding: 10px;
  }
  .plist .flex-row .left ul li:first-child {
    border-top: 1px #ddd solid;
  }
  .plist .flex-row .left ul li.current a {
    background: #000;
    color: #fff;
  }
  .plist .flex-row .left ul li:hover {
    background: #f4f4f4;
  }
  .plist .flex-row .right {
    width: 100%;
    margin-top: 40px;
  }
  .plist .flex-row .right .title {
    font-size: 24px;
    padding: 10px 0;
    border-bottom: 1px #000 solid;
    margin-bottom: 30px;
  }
  .plist .flex-row .right > img {
    margin-bottom: 30px;
  }
  .product-list .flex-row {
    margin: 0 -15px;
  }
  .product-list .flex-row .col {
    width: 100%;
    padding: 20px 15px;
  }
  .product-list .flex-row .col .inner {
    background: #f7f8fc;
    padding: 25px;
    display: block;
  }
  .product-list .flex-row .col .inner .img {
    background: #fff;
  }
  .product-list .flex-row .col .inner .name {
    font-size: 16px;
    color: #6c6867;
    margin-top: 10px;
  }
  .product-list .flex-row .col .inner:hover {
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  }
  .pager {
    text-align: center;
    font-size: 15px;
    color: #999;
    padding: 40px 0 60px;
  }
  .pager a {
    color: #999;
  }
  .pager a:first-child {
    margin-right: 20px;
  }
  .pager a:last-child {
    margin-left: 20px;
  }
  .pager a.current {
    color: rgba(0, 128, 128, 0.84);
  }
  /* search result */
  .search-result {
    padding: 30px 0 50px;
  }
  .not-found {
    text-align: center;
    padding: 10px 0;
  }
  .not-found img {
    width: 100px;
  }
  .not-found p {
    font-size: 20px;
    color: #b3b3b3;
    margin-top: 15px;
  }
  /* product */
  .product {
    justify-content: center;
    margin: 0 -15px 60px;
  }
  .product .col {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .product .col a .img {
    position: relative;
  }
  .product .col a .img .text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: left;
    padding: 0 20px 10px;
  }
  .product .col a .img img {
    width: 100%;
  }
  .product .col a h1 {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: 4px rgba(0, 128, 128, 0.84) solid;
    text-align: center;
  }
  .product .col a:hover h1 {
    background: rgba(0, 128, 128, 0.84);
    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;
  }
  .brands {
    background: #f2f2f2;
    padding: 60px 0;
  }
  .brands-slider .swiper-content {
    text-align: center;
  }
  .brands-slider .swiper-content a {
    display: block;
  }
  .brands-slider .swiper-content a img {
    display: inline-block;
    height: 60px;
  }
  .brands-slider .slick-prev {
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../images/btn-left2.png) no-repeat;
    -webkit-background-size: 9px 16px;
    -moz-background-size: 9px 16px;
    -o-background-size: 9px 16px;
    background-size: 9px 16px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  .brands-slider .slick-next {
    display: inline-block;
    width: 9px;
    height: 16px;
    background: url(../images/btn-right2.png) no-repeat;
    -webkit-background-size: 9px 16px;
    -moz-background-size: 9px 16px;
    -o-background-size: 9px 16px;
    background-size: 9px 16px;
    border: 0;
    overflow: hidden;
    text-indent: 99px;
    position: absolute;
    right: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 999;
    outline: 0;
  }
  /* 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;
  }
  .page-banner {
    position: relative;
    text-align: center;
  }
  .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;
  }
  .article-text {
    padding: 40px 0 20px;
  }
  .article-text h1 {
    font-size: 30px;
    font-weight: 500;
  }
  .article-text > span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #000;
    margin: 15px 0 10px;
  }
  .article-text p {
    font-size: 14px;
  }
  .article-text p span + span {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
  .article-text p span + span:before {
    content: '';
    display: block;
    height: 12px;
    width: 1px;
    background: #000;
    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;
  }
  /* about */
  .about {
	/* margin-top: 20px; allan 2024*/
  }
  .about h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .about .top .flex-row {
    text-align: center;
  }
  .about .top .flex-row .col {
    font-size: 15px;
    width: 100%;
	line-height: 1.8;
  }
  .about .top .flex-row .col img {
    width: 80%;
    max-width: 100%;
    margin-top: 30px;
  }
  .about .top .flex-row .col .title {
    display: none;
  }
  .about-block {
    background: url(../images/about_bg.jpg) no-repeat center top;
    padding: 30px 0 0;
    margin-top: 40px;
  }
  .about-block h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block .wrap3 {
    max-width: auto;
  }
  .about-block .flex-row {
    position: relative;
  }
  .about-block .flex-row:after {
    content: '';
    display: block;
    width: 11px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: url(../images/line_bg.png) center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .about-block .flex-row .col {
    width: 50%;
    font-size: 15px;
    color: #ffffff;
  }
  .about-block .flex-row .col h3 {
    font-size: 15px;
  }
  .about-block .flex-row .col:nth-child(2n-1) {
    text-align: right;
    padding-right: 20px;
  }
  .about-block .flex-row .col:nth-child(2n) {
    padding-left: 20px;
    margin-top: 40px;
  }
  .about-block .flex-row:lang(en) .col {
    font-size: 12px;
  }
  .about-block .flex-row:lang(en) .col:nth-child(2n) {
    margin-top: 15px;
  }
  .about-block .bottom {
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
  }
  .about-block2 {
    background: url(../images/about_bg.jpg) no-repeat center top;
    background-size: 250%;
    padding: 0;
    margin-top: 60px;
  }
  .about-block2 h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block2 .flex-row {
    display: none;
  }
  .about-block2 .flex-row2 {
    position: relative;
    display: block;
    text-align: center;
  }
  .about-block2 .bottom {
    font-size: 15px;
    text-align: center;
    margin-top: 0px;
  }
  .about-block4 {
    background: url(../images/about_bg2.png) center no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    margin-top: -40px;
  }
  .about-block4 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
  }
  .about-block4 .flex-row .col {
    width: 50%;
    font-size: 15px;
  }
  .about-block4 .flex-row .col:first-child {
    text-align: right;
    padding-right: 20px;
  }
  .about-block4 .flex-row .col + .col {
    padding-left: 20px;
    border-left: 1px #000 solid;
  }
  .about-block4 .contact-img {
    height: 170px;
    position: relative;
    margin: 0 0 40px;
  }
  .about-block4 .contact-img p {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: 20px;
    color: #000000;
    top: 60%;
    left: 50%;
    display: block;
    width: 100%;
    text-align: center;
  }
  .tk-century-gothic {
    line-height: 1;
  }
  .index_news_wrap {
    padding: 0px 0 60px;
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .index_news_wrap .title {
    font-size: 42px;
    font-weight: 600;
  }
  .index_news_wrap .title span {
    color: rgba(0, 128, 128, 0.84);
  }
  .index_news_wrap .left {
    width: 100%;
  }
  .index_news_wrap .left .index_news_list {
    list-style: none;
  }
  .index_news_wrap .left .index_news_list li {
    position: relative;
    padding: 20px 0;
  }
  .index_news_wrap .left .index_news_list li .date {
    font-size: 15px;
    color: #adabab;
  }
  .index_news_wrap .left .index_news_list li .date span {
    font-size: 24px;
    color: #6c6867;
    font-weight: 500;
    margin-left: 5px;
  }
  .index_news_wrap .left .index_news_list li h2 {
    color: #6c6867;
    font-size: 15px;
    font-weight: normal;
    margin-top: 15px;
    height: 52px;
    max-height: 52px;
    line-height: 26px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
  }
  .index_news_wrap .left .index_news_list li a {
    display: block;
    width: 80px;
    height: 30px;
    line-height: 26px;
    border: 1px #194d82 solid;
    color: #6b879d;
    font-size: 15px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 31px;
  }
  .index_news_wrap .left .index_news_list li a:hover {
    background: #194d82;
    color: #fff;
  }
  .index_news_wrap .left .index_news_list li + li {
    border-top: 1px #dadada solid;
  }
  .index_news_wrap .left .index_news_list li:hover .date span {
    color: rgba(0, 128, 128, 0.84);
  }
  .index_news_wrap .left .index_news_list li:hover h2 {
    color: #000;
  }
  .index_news_wrap .right {
    width: 100%;
    padding: 40px 0 0;
  }
  .index_news_wrap .right .item {
    width: 100%;
    display: block;
    padding: 0 0 30px;
  }
  .index_news_wrap .right .item .img {
    border: 1px #dadada solid;
  }
  .index_news_wrap .right .item .img img {
    width: 100%;
  }
  .index_news_wrap .right .item .text {
    opacity: 0.7;
  }
  .index_news_wrap .right .item .text h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    padding: 10px 0 5px;
  }
  .index_news_wrap .right .item .text p {
    font-size: 13px;
    line-height: 1.5;
    color: #000;
  }
}