body {
  padding-top: 90px;
}

.section-title {
  position: relative;
  color: #595757;
}

.section-title.white {
  color: #fff;
}

.section-title .en {
  font-family: 'Prompt', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 2px;
}

.section-title .zh {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 1px;
}

.section-title .zh.normal {
  font-weight: normal;
}

.section-title.inline .en, .section-title.inline .zh {
  display: inline-block;
  vertical-align: middle;
}

.section-title.inline .zh {
  font-size: 30px;
  line-height: 30px;
}

.section-title.inline .en {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #595757;
}

.banner {
  position: relative;
  width: 100%;
  height: 35vh;
}

.banner .imgCover {
  width: 100%;
  height: 100%;
}

.banner .imgCover img {
  -o-object-position: center top;
     /* object-position: center top; */
     object-position: center -351px;
}

.banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 );
}

.banner .section-title {
  padding-top: calc((35vh - 80px) / 2);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.breadcrumb {
  font-size: 13px;
  margin: 2rem 0;
}

.breadcrumb .home {
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url(../images/others/bread-home.svg) center center no-repeat;
  background-size: auto 14px;
}

.breadcrumb > a {
  color: #666;
}

.breadcrumb .current {
  color: #026491;
}

.breadcrumb > a:not(.home):hover {
  text-decoration: underline;
}

.breadcrumb > a:not(:first-of-type) {
  padding-left: 13px;
  margin-left: 8px;
  background: url(../images/others/bread-arrow.svg) left center no-repeat;
  background-size: 4px;
}

.btn-back {
  margin: 2rem 0;
  width: 200px;
  line-height: 30px;
  border: 1px solid #62B4C6;
  border-radius: 50px;
  color: #62B4C6;
  font-weight: bold;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-back:hover {
  border-color: #026491;
  color: #026491;
}

.about {
  position: relative;
  padding-top: 6vw;
  background-image: url(../images/others/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.about:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f6f6f6;
}

.about .container {
  position: relative;
  width: 80vw;
}

.about .about-block {
  position: relative;
  padding: 3vw 4vw;
  margin-top: 4vw;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  min-height: 180px;
}

.about .about-block::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}

.about .about-tabs {
  position: relative;
  float: left;
  width: 20%;
}

.about .about-tabs > img {
  width: 100%;
}

.about .about-swiper {
  margin: 1rem 0 2rem 0;
}

.about .about-swiper .swiper-slide {
  margin-bottom: 20px;
  width: auto;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
}

.about .about-swiper .swiper-slide:hover, .about .about-swiper .swiper-slide.active {
  color: #f67e62;
}

.about .about-swiper .num {
  font-family: 'Merriweather', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 2px;
}

.about .about-swiper .num::after {
  content: "|";
  display: inline-block;
  margin-left: 5px;
}

.about .about-content {
  position: relative;
  display: none;
  visibility: hidden;
  float: left;
  width: 80%;
  padding: 2rem 1rem 2rem 3rem;
}

.about .about-content.active {
  display: block;
  visibility: inherit;
}

.about .about-content .title {
  margin-bottom: 1.2rem;
}

.about .about-content p {
  margin-bottom: 10px;
}

.about .about-content h3 {
  margin-top: 0;
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.2;
  font-size: 1.6rem;
}

.news-list .container {
  max-width: 1300px;
}

.news-list .tabs {
  padding: 0 1%;
}

.news-list .tabs .tab-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  vertical-align: middle;
  padding: 2px 10px;
  color: #9e9e9f;
  border: 1px solid #9e9e9f;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.news-list .tabs .tab-item:hover {
  color: #62B4C6;
  border-color: #62B4C6;
}

.news-list .tabs .tab-item.active {
  color: #fff;
  background-color: #62B4C6;
  border-color: #62B4C6;
}

.news-list .news-column {
  float: left;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1% 0 1%;
  width: 25%;
  border-top: 1px dashed #d1d1d1;
}

.news-list .news-column:nth-of-type(1), .news-list .news-column:nth-of-type(2), .news-list .news-column:nth-of-type(3), .news-list .news-column:nth-of-type(4) {
  border-top: none;
}

.news-list .news-img {
  position: relative;
  display: block;
  margin: 10px 0;
  overflow: hidden;
  height: 195px;
}

.news-list .news-img img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.news-list .news-column:hover .news-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-list .news-column:hover .news-title {
  color: #000;
}

.news-list .news-dropdown {
  position: relative;
  width: 100%;
  z-index: 1;
}

.news-list .news-dropdown .dropbtn {
  display: none;
  padding: 5px 10px;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

.news-list .news-dropdown .dropbtn > span {
  display: inline-block;
  vertical-align: middle;
}

.news-list .news-dropdown .dropbtn .icon {
  margin-right: 5px;
}

.news-list .news-dropdown .dropbtn .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.news-page .container {
  max-width: 1300px;
}

.news-page .news-sidemenu {
  float: left;
  width: 20%;
}

.news-page .news-sidemenu .title {
  margin: 2rem 0;
  padding: 0 7% 1rem 7%;
  border-bottom: 1px solid #d1d1d1;
  color: #62B4C6;
  font-weight: bold;
  font-size: 1.2rem;
}

.news-page .news-sidemenu .title svg {
  fill: #62B4C6;
  height: 20px;
}

.news-page .news-sidemenu .title svg, .news-page .news-sidemenu .title span {
  display: inline-block;
  vertical-align: middle;
}

.news-page .news-sidemenu .news-column {
  padding: 0 7% 1rem 7%;
  margin: 0 auto 1rem auto;
  border-bottom: 1px solid #d1d1d1;
}

.news-page .news-sidemenu .news-column:last-of-type {
  border-bottom: none;
}

.news-page .news-sidemenu .news-column .news-date, .news-page .news-sidemenu .news-column .news-tag {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
}

.news-page .news-sidemenu .news-column .news-title {
  font-size: 13px;
}

.news-page .news-sidemenu .news-column .news-tag svg {
  height: 11px;
}

.news-page .news-sidemenu .news-img {
  display: block;
  height: 146px;
}

.news-page .btn-group {
  float: right;
  width: 80%;
}

.news-page .news-content {
  float: right;
  padding-left: 5%;
  width: 80%;
}

.news-page .news-content .info {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
}

.news-page .news-content .news-icon, .news-page .news-content .news-info, .news-page .news-content .share {
  display: inline-block;
  vertical-align: middle;
}

.news-page .news-content .news-icon {
  width: 60px;
  height: 60px;
}

.news-page .news-content .news-icon svg {
  margin-top: 5%;
  height: 90%;
  fill: #62B4C6;
}

.news-page .news-content .news-info {
  margin-left: 10px;
  padding-left: 15px;
  border-left: 2px solid #62B4C6;
  width: calc(100% - 200px);
}

.news-page .news-content .news-info .news-date, .news-page .news-content .news-info .news-tag {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.news-page .news-content .news-info .news-date {
  font-size: 14px;
}

.news-page .news-content .news-info .news-tag {
  font-size: 13px;
}

.news-page .news-content .news-info .news-tag svg {
  height: 11px;
}

.news-page .news-content .news-info .news-title {
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 10;
  line-height: 25px;
  max-height: 250px;
}

.news-page .news-content .content img {
  max-width: 100%;
}

.share {
  display: inline-block;
  float: right;
  margin-top: 10px;
}

.share .share-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  -webkit-transition: .2s;
  transition: .2s;
}

.share .share-icon:hover {
  opacity: .7;
}

.share .share-icon.line {
  margin-top: 8px;
}

.products .container {
  max-width: 1300px;
}

.products .products-sidemenu {
  float: left;
  width: 250px;
}

.products .products-sidemenu .dropbtn {
  display: none;
  padding: 5px 10px;
  margin-bottom: .5rem;
  width: 100%;
  border: 1px solid #62B4C6;
  background-color: #fff;
  border-radius: 5px;
  color: #62B4C6;
  cursor: pointer;
  text-align: left;
}

.products .products-sidemenu .dropbtn svg {
  fill: #62B4C6;
  width: 100%;
}

.products .products-sidemenu .dropbtn > span {
  display: inline-block;
  vertical-align: middle;
}

.products .products-sidemenu .dropbtn .icon {
  margin-right: .6rem;
}

.products .products-sidemenu .dropbtn .icon.tag {
  margin-right: 5px;
  width: 12px;
  height: 20px;
}

.products .products-sidemenu .dropbtn .arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.products .products-sidemenu .dropbtn.show .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.products .products-sidemenu.open .dropbtn {
  background-color: #62B4C6;
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.products .products-sidemenu.open .dropbtn svg {
  fill: #fff;
}

.products .products-content {
  float: right;
  padding-left: 3%;
  width: calc(100% - 250px);
}

.products .category-name {
  margin-bottom: 1rem;
}

.products .category-name svg {
  height: 50px;
  fill: #62B4C6;
}

.products .category-name svg, .products .category-name .name {
  display: inline-block;
  vertical-align: middle;
}

.products .category-name .name {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 3px solid #62B4C6;
  width: calc(100% - 210px);
}

.products .pro-row {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #d1d1d1;
}

.products .pro-row:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.products .pro-column {
  display: inline-block;
  vertical-align: top;
  margin: 0 1% 1.5rem 1%;
  width: calc(100% / 3 - 2% - 3px);
}

.products .pro-img {
  position: relative;
  display: block;
  margin-bottom: 10px;
  height: calc(307.65px * .75);
  border: 1px solid #eeeeef;
  overflow: hidden;
}

.products .pro-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.products .pro-img:hover::before {
  -webkit-animation: shine 1s;
          animation: shine 1s;
}

.products .pro-title {
  display: block;
  color: #757575;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.products .pro-title:hover {
  opacity: .7;
}

.products .series {
  display: inline-block;
  margin-bottom: 5px;
  padding: 1px 7px;
  color: #f67e62;
  border: 1px solid #f67e62;
  border-radius: 4px;
  font-size: 14px;
}

.products .accordion {
  border-top: 7px solid #62B4C6;
  list-style: none;
  padding: 0;
  margin: 0;
}

.products .accordion i {
  float: right;
  width: 15px;
  height: 15px;
  background-color: #62B4C6;
  border-radius: 50%;
  background-image: url(../images/others/white-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 6px auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .accordion .open.link > i {
  background-color: #c8c9ca;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products .accordion li > .link {
  padding: 1rem;
  border-top: 1px solid #eeeeef;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  font-weight: bold;
}

.products .accordion li > .link + .submenu {
  padding: 1rem 1rem 1rem 1.5rem;
  margin-bottom: 10px;
}

.products .accordion li > .open.link {
  color: #62B4C6;
  border-bottom-color: #62B4C6;
}

.products .accordion li > .open.link + .submenu {
  position: relative;
  background-color: #f7f7f7;
}

.products .accordion .link {
  cursor: pointer;
  display: block;
  padding: 5px 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.products .accordion .link:hover {
  color: #000;
  font-weight: bold;
}

.products .accordion .link:hover > i {
  background-color: #54C3F1;
}

.products .accordion .submenu {
  display: none;
  padding-left: 15px;
  max-height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}

.products .accordion .submenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: #e7e7e7;
}

.products .accordion .submenu::-webkit-scrollbar-track {
  border-radius: 0;
}

.products .accordion .submenu::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #d9d8d8;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-radius: 5px;
}

.products .accordion .submenu::-webkit-scrollbar-thumb:hover {
  background-color: #cccccc;
}

.products .accordion .submenu .link {
  display: block;
  color: #595757;
  font-size: 14px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.products .accordion .submenu .link.current {
  position: relative;
  font-weight: bold;
}

.products .accordion .submenu .link.current::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #f67d62;
}

.series-intro {
  padding: 2vw 0 2rem 0;
  background-color: #f6f6f6;
  border-top: 1px solid #ccc;
}

.series-intro .series-section .breadcrumb {
  margin: 0;
}

.series-intro .series-section .breadcrumb > a:not(:first-of-type) {
  padding-left: 8px;
  margin-left: 2px;
}

.series-intro .series-section .breadcrumb,
.series-intro .series-section .h5 {
  padding: 0 1%;
}

.series-intro .series-section .pro-column {
  float: left;
  margin: 0 1% 1.5rem 1%;
  width: calc(100% / 4 - 2%);
}

.series-intro .series-section .pro-title {
  font-weight: bold;
}

.series-intro .series-section .pro-img {
  height: calc(288.41px * .75);
  border: none;
}

.series-intro .series-name {
  position: relative;
  padding: 0;
  padding-left: 10px;
}

.series-intro .series-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #f67d62;
}

.series-intro .series-row {
  margin-top: 1.5rem;
}

.series-desc {
  padding: 1rem 1rem;
  margin: 0 auto 1.5rem auto;
  width: calc(100% - 10px);
  background-color: #62B4C6;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 0px 0px #ddd;
          box-shadow: 4px 4px 0px 0px #ddd;
}

.series-editor {
  margin-bottom: 3rem;
  padding: 0 0 1.5rem 0;
}

.series-editor .series-desc {
  margin: -2rem auto 2rem auto;
  width: 100%;
}

.products-detail .category-name {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
}

.products-detail .pro-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 5rem;
  border-bottom: none;
}

.products-detail .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 5%;
  width: calc(100% - 27vw - 5%);
  color: #595757;
}

.products-detail .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 27vw;
}

.products-detail .pic .swiper {
  overflow: hidden;
}

.products-detail .pic .swiper-slide {
  background-size: cover;
  background-position: center;
}

.products-detail .pic .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-detail .pro-swiper {
  position: relative;
  margin-bottom: 10px;
  width: 27vw;
  height: calc(27vw * 0.75);
}

.products-detail .pro-swiper .swiper-slide {
  border: 1px solid #eeeeef;
}

.products-detail .pro-swiper .swiper-button-prev,
.products-detail .pro-swiper .swiper-button-next {
  opacity: 0;
  color: #000;
  -webkit-transition: .2s;
  transition: .2s;
}

.products-detail .pro-swiper .swiper-button-prev:after,
.products-detail .pro-swiper .swiper-button-next:after {
  font-size: 24px;
}

.products-detail .pro-swiper .swiper-button-prev {
  left: 5px;
}

.products-detail .pro-swiper .swiper-button-next {
  right: 5px;
}

.products-detail .pro-swiper:hover .swiper-button-prev,
.products-detail .pro-swiper:hover .swiper-button-next {
  opacity: 1;
}

.products-detail .pro-swiper:hover .swiper-button-prev.swiper-button-disabled,
.products-detail .pro-swiper:hover .swiper-button-next.swiper-button-disabled {
  opacity: .2;
}

.products-detail .thumbs-swiper .swiper-slide {
  width: calc(27vw / 4 - 10px);
  height: calc(27vw / 4 - 10px);
  border: 1px solid #eeeeef;
  cursor: pointer;
}

.products-detail .thumbs-swiper .swiper-slide:hover {
  opacity: .6;
}

.products-detail .thumbs-swiper .swiper-slide-thumb-active {
  border-color: #62B4C6;
}

.products-detail .info {
  padding-bottom: 60px;
}

.products-detail .info > ul, .products-detail .info > p {
  margin-top: 1.5rem;
}

.products-detail .info .pro-name {
  color: #757575;
  line-height: 2.5rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Libre Franklin', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  font-size: 1.4rem;
}

.products-detail .info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.products-detail .info ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  display: inline-block;
  width: 49%;
  font-size: 18px;
}

.products-detail .info ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #62B4C6;
}

.products-detail .btn-row-inquire {
  position: absolute;
  bottom: 0;
  display: flex;
  width: calc(50% - 7px);
  margin-top: 2rem;
  width: 100%;
}

.products-detail .btn-row-inquire .btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-detail .btn-row-inquire .btn:first-of-type {
  margin-right: 12px;
}

.products-detail .btn-row-inquire .btn .icon {
  margin-left: 4px;
  height: 25px;
}

.products-detail .pro-block {
  margin: 3rem 0;
  padding: 10px;
  min-height: 150px;
}

.products-detail .pro-block .block-name {
  margin: -30px auto 10px auto;
  width: 150px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}

.products-detail .pro-block.spec {
  background-color: #f6f7f9;
  border-top: 1px solid #62B4C6;
}

.products-detail .pro-block.spec .block-name {
  background-color: #62B4C6;
}

.products-detail .pro-block.detail {
  border-top: 1px solid #ad8644;
}

.products-detail .pro-block.detail .block-name {
  background-color: #ad8644;
}

.products-detail .btn-zoom {
  position: absolute;
  right: 2%;
  bottom: 2%;
  z-index: 1;
  padding: 7px 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.products-detail .btn-zoom svg {
  height: 20px;
  fill: #62B4C6;
}

.products-detail .btn-zoom:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.contact .container {
  position: relative;
  max-width: 1100px;
}

.contact .form-group {
  padding: 0 10px;
}

.contact .form-group > label b {
  color: #f67e62;
}

.contact .col-6 {
  float: left;
  width: 50%;
}

.contact .contact-block {
  margin: 0 auto 60px auto;
  padding: 6px 12px;
  width: 800px;
  -webkit-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}

.contact .contact-block:last-of-type {
  margin-bottom: 5rem;
}

.contact .contact-title {
  position: relative;
  display: inline-block;
  padding: 0 0 .5rem .5rem;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 1.2rem;
  color: #757575;
  font-weight: bold;
  border-bottom: 2px solid #dbdcdc;
}

.contact .contact-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 20%;
  height: 4px;
  background-color: #62B4C6;
}

.contact .contact-title > p,
.contact .contact-title > span {
  display: inline-block;
}

.contact .contact-title > span {
  float: right;
  font-size: 14px;
  font-weight: normal;
}

.contact .btn-send {
  margin-top: 2rem;
  width: 40%;
}

.contact .info-item > p {
  padding: 0 10px;
  margin-bottom: 1rem;
  color: #7b8286;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.contact .info-item > p > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  width: 85px;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}

.contact .info-item > p > i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
  width: 25px;
  height: 25px;
  background: url("../images/others/icon-contact.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.contact .info-item > p:nth-of-type(1) > i {
  background-position-y: 0px;
}

.contact .info-item > p:nth-of-type(2) > i {
  background-position-y: -25px;
}

.contact .info-item > p:nth-of-type(3) > i {
  background-position-y: -50px;
}

.contact .info-item > p:nth-of-type(4) > i {
  background-position-y: -75px;
}

.contact .info-item > p:nth-of-type(5) > i {
  background-position-y: -100px;
}

.contact .info-item > p:nth-of-type(6) > i {
  background-position-y: -125px;
}

.contact .maps {
  border-radius: 20px;
  border: 3px solid #fff;
  -webkit-box-shadow: 6px 6px 0px 0px #dbdcdc;
          box-shadow: 6px 6px 0px 0px #dbdcdc;
  overflow: hidden;
  height: 400px;
}

.contact .maps iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.contact .contact-anchor {
  position: absolute;
  top: 0;
  left: .5rem;
}

.contact .contact-anchor .anchor-link {
  display: block;
  margin-bottom: 1rem;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #dbdcdc;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact .contact-anchor .anchor-link svg {
  margin-top: calc((90px - 45px) / 2);
  fill: #dbdcdc;
  height: 45px;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact .contact-anchor .anchor-link:hover, .contact .contact-anchor .anchor-link.active {
  border-color: #62B4C6;
}

.contact .contact-anchor .anchor-link:hover svg, .contact .contact-anchor .anchor-link.active svg {
  fill: #62B4C6;
}

.page-news {
  padding-top: 4vw;
  background-color: #f6f6f6;
}

.page-news .container {
  position: relative;
  max-width: 1100px;
}

.page-news .news-row {
  padding: 2rem 0;
}

.page-news .news-column {
  padding: 0 2%;
  margin-bottom: 2rem;
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.page-news .news-column:hover .news-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.page-news .news-img,
.page-news .news-info {
  display: inline-block;
  vertical-align: top;
}

.page-news .news-img {
  width: 150px;
  height: 100px;
}

.page-news .news-img img {
  -webkit-transition: .5s;
  transition: .5s;
}

.page-news .news-info {
  padding-left: 15px;
  width: calc(100% - 155px);
}

.news-column .news-date {
  color: #000;
  font-family: 'Merriweather', "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
  letter-spacing: 2px;
  font-weight: bold;
}

.news-column .news-title {
  margin-top: 5px;
  color: #757575;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 25px;
  max-height: 50px;
}

.news-column .news-title:hover {
  color: #000;
}

.news-column .news-tag {
  color: #62B4C6;
  font-size: 0.9rem;
}

.news-column .news-tag svg {
  fill: #62B4C6;
}

.page-search,
.page-products {
  position: relative;
  padding: 4vw 0;
  background-color: #62B4C6;
  background-image: url(../images/index/products-bg-left.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30% auto;
  -webkit-box-shadow: inset 0px 0px 10px 2px rgba(2, 100, 145, 0.4);
          box-shadow: inset 0px 0px 10px 2px rgba(2, 100, 145, 0.4);
}

.page-search .bg,
.page-products .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index/products-bg-right.png);
  background-size: 25% auto;
  background-repeat: no-repeat;
  background-position: right bottom;
  opacity: .5;
}

.page-search .container {
  position: relative;
  max-width: 1100px;
}

.page-search .section-title .zh {
  font-size: 26px;
  letter-spacing: 2px;
}

.page-search .page-search-box {
  position: relative;
  margin: 20px auto;
  height: 45px;
  width: 450px;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(2, 100, 145, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(2, 100, 145, 0.2);
  -webkit-transition: .2s;
  transition: .2s;
}

.page-search .page-search-box:focus-within .search-icon {
  background: #f67e62;
}

.page-search .page-search-box input {
  padding: 0 40px 0 20px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 50px;
  outline: none;
  font-size: 1rem;
  opacity: 1;
}

.page-search .page-search-box input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.page-search .page-search-box input:-ms-input-placeholder {
  color: #a6a6a6;
}

.page-search .page-search-box input::-ms-input-placeholder {
  color: #a6a6a6;
}

.page-search .page-search-box input::placeholder {
  color: #a6a6a6;
}

.page-search .page-search-box .search-icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 45px;
  width: 45px;
  line-height: 45px;
  background: #026491;
  border: none;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.page-search .page-search-box .search-icon svg {
  margin-top: 13px;
  height: 20px;
}

.page-search .tags {
  color: #fff;
}

.page-search .tags-list {
  margin-top: 5px;
}

.page-search .tags-list a {
  display: inline-block;
  padding: 0 6px 0 2px;
  margin: 6px 5px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: .2s;
  transition: .2s;
}

.page-search .tags-list a:hover {
  border-bottom-color: #fff;
}

.page-products {
  width: 100%;
  overflow-x: hidden;
}

.page-products .container {
  position: relative;
  width: 80vw;
}

.page-products .pagepro-swiper {
  margin-top: 1.5rem;
}

.page-products .pro-column .btn {
  padding: 4px 15px;
}

.page-products .pro-column:hover .pro-card {
  -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.25);
}

.page-products .pro-column:hover .pro-title {
  color: #000;
}

.page-products .pro-card {
  padding: 10px;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.15);
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: .2s;
  transition: .2s;
}

.page-products .pro-img {
  margin: 0 auto;
  width: 100%;
  height: calc((80vw / 5 - 40px) * .75);
}

.page-products .pro-img, .page-products .pro-title {
  position: relative;
}

.page-products .pro-title {
  margin: 1rem 0;
  font-size: 14px;
  color: #757575;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 22px;
  max-height: 44px;
  min-height: 44px;
}

.page-products .swiper-button-next,
.page-products .swiper-button-prev {
  top: calc(50% + 35px);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid white;
}

.page-products .swiper-button-next:after,
.page-products .swiper-button-prev:after {
  display: none;
}

.page-products .swiper-button-next svg,
.page-products .swiper-button-prev svg {
  stroke: #fff;
}

.page-products .swiper-button-prev {
  left: inherit;
  right: 100%;
}

.page-products .swiper-button-next {
  right: inherit;
  left: 100%;
}

.pagenation {
  margin: 1rem 0 3rem 0;
}

.pagenation > a {
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
}

.pagenation .arrow {
  width: 40px;
  height: 40px;
  background: url(../images/others/page-arrow.svg) center center no-repeat;
  background-size: auto 14px;
}

.pagenation .arrow.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagenation .arrow:hover {
  opacity: .5;
}

.pagenation .page {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: #595757;
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: bold;
}

.pagenation .page:hover {
  color: #fff;
  background-color: #62B4C6;
}

.pagenation .page.active {
  color: #fff;
  background-color: #62B4C6;
}

.pagenation .page.active:hover {
  background-color: #54C3F1;
}

/* LightBox */
body.modalShow {
  overflow: hidden;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(1, 8, 10, 0.8);
}

.lightbox .swiper-pagination {
  bottom: 10vh;
}

.lightbox .swiper-pagination-bullet {
  border: 1px solid #000;
  background: #fff;
  opacity: .3;
}

.lightbox .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.lightbox .swiper-button-next,
.lightbox .swiper-button-prev {
  color: #fff;
}

.lightbox .swiper-zoom-container {
  height: 99vh;
}

.lightbox .swiper-zoom-container img {
  opacity: 1 !important;
}

.lightbox .close {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 30px;
  right: 20px;
  cursor: pointer;
  opacity: 0.7;
  z-index: 200;
  border: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../images/others/icon-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}

.lightbox .close:hover {
  opacity: .9;
}

.editor {
  width: 100%;
  overflow-x: auto;
}

.editor figure.table,
.editor table {
  margin: 0;
  width: 100%;
  border-spacing: 0px;
}

.editor td[colspan="6"] figure img ,.editor td[colspan="3"] figure img {
  margin: 0;
  max-width: 111px;
}

.editor figure img {
  margin: 0;
  max-width: 100%;
}

.editor figure.table tr td:nth-child(1),
.editor table tr td:nth-child(1) {
  min-width: 30px;
}

@media (max-width: 1300px) {
  .products .pro-img {
    width: 100%;
    height: calc(22.5vw * .75);
  }
  .products .series-section .pro-img {
    width: 100%;
    height: calc(22vw * .75);
  }
  .products .products-content .container .editor .image img {
    width: 100%;
  }
}

@media (max-width: 1400px) and (min-width: 769px) {
  .news-page .news-content,
  .news-page .news-sidemenu {
    padding-left: 70px;
    padding-right: 70px;
  }
  .page-products .swiper-button-prev {
    right: calc(100% - 30px);
  }
  .page-products .swiper-button-next {
    left: calc(100% - 30px);
  }
}

@media (max-width: 1266px) {
  body {
    padding-top: 80px;
  }
  .about .container {
    padding: 0;
    width: 90vw;
  }
  .news-list .news-img {
    height: 15vw;
  }
  .news-page .news-sidemenu .news-img {
    height: 11.5vw;
  }
  .products-detail .pic {
    width: 350px;
  }
  .products-detail .pro-swiper {
    width: 350px;
    height: calc(350px * 0.75);
  }
  .products-detail .info {
    margin-left: 3%;
    width: calc(100% - 350px - 3%);
  }
  .products-detail .info ul li {
    font-size: 1rem;
  }
  .products-detail .thumbs-swiper .swiper-slide {
    width: calc(350px / 4 - 10px);
    height: calc(350px / 4 - 10px);
  }
  .contact .container {
    max-width: 900px;
  }
  .contact .contact-block {
    float: right;
    width: calc(100% - 105px);
  }
  .contact .contact-anchor {
    float: left;
    position: relative;
    width: 100px;
  }
  .contact .contact-anchor .anchor-link {
    width: 80px;
    height: 80px;
  }
  .contact .contact-anchor .anchor-link svg {
    margin-top: calc((80px - 40px) / 2);
    height: 40px;
  }
}

@media (max-width: 1264px) {
  .page-products .pro-img {
    width: 100%;
    height: calc((80vw / 4 - 40px) * .75);
  }
}

@media (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
  .section-title .en {
    font-size: 24px;
    line-height: 26px;
  }
  .section-title .zh {
    font-size: 32px;
  }
  .section-title.inline .zh {
    font-size: 26px;
  }
  .news-list .news-column {
    width: calc(100% / 3);
  }
  .news-list .news-column:nth-of-type(4) {
    border-top: 1px dashed #d1d1d1;
  }
  .news-list .news-img {
    height: 20.5vw;
  }
  .news-page .news-container {
    padding: 0;
  }
  .news-page .news-content,
  .news-page .news-sidemenu {
    width: 100%;
  }
  .news-page .news-sidemenu {
    margin-top: 2rem;
    background-color: #f7f7f7;
  }
  .news-page .news-sidemenu .title {
    margin: 1rem 0;
    padding: 0 5px;
    border-bottom: none;
  }
  .news-page .news-sidemenu .news-column {
    float: left;
    padding: 0 5px;
    width: calc((100% / 3));
    border-bottom: none;
  }
  .news-page .news-sidemenu .news-img {
    height: 21vw;
  }
  .news-page .btn-group {
    margin: 0;
    width: 100%;
    background-color: #f7f7f7;
  }
  .products .products-sidemenu {
    margin-bottom: 2rem;
    width: 100%;
  }
  .products .products-sidemenu .dropbtn {
    display: block;
  }
  .products .products-content {
    padding-left: 0;
    width: 100%;
  }
  .products .accordion {
    display: none;
    border-top: none;
  }
  .products .accordion li {
    background-color: #eeeeef;
  }
  .products .accordion li > .link {
    padding: 7px 1rem;
    font-size: 1rem;
    border-bottom-color: #fff;
  }
  .products .accordion li > .link + .submenu {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 2px;
  }
  .products .accordion li > .open.link {
    color: #333;
    border-bottom-color: #fff;
  }
  .products .accordion .link {
    padding: 7px 0;
  }
  .products .accordion .submenu .link.current::before {
    top: 11px;
  }
  .products .pro-img {
    width: 100%;
    height: calc(30vw * .75);
  }
  .products .series-section .pro-img {
    width: 100%;
    height: calc(21vw * .75);
  }
  .page-products .section-title {
    text-align: center;
  }
  .page-products .pro-img {
    width: 100%;
    height: calc((80vw / 3 - 40px) * .75);
  }
  .products-detail .btn-row-inquire .btn .icon {
    height: 20px;
  }

  /* .editor td[colspan="6"] figure img ,.editor td[colspan="3"] figure img {
    margin: 0;
    max-width: 68px;
  } */
}

@media (max-width: 767px) {
  .banner .imgCover img {
    -o-object-position: center top;
    /* object-position: center top; */
    object-position: center -115px;
  }
  .breadcrumb {
    display: none;
  }
  .banner {
    margin-bottom: 1rem;
  }
  .about .about-tabs {
    width: 100%;
  }
  .about .about-tabs > img {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
  }
  .about .about-content {
    padding: 10px 0px;
    width: 100%;
  }
  .about .about-swiper {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    margin: 0;
    padding-left: 5%;
  }
  .about .about-swiper .swiper-slide {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .news-list .news-column .news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 25px;
    max-height: 50px;
  }
  .news-page .news-content .news-icon {
    width: 50px;
    height: 50px;
  }
  .news-page .news-content .news-info {
    padding-left: 10px;
  }
  .news-page .news-sidemenu .news-column .news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 20px;
    max-height: 40px;
  }
  .products .products-sidemenu {
    margin-bottom: 10px;
  }
  .products .series-section .breadcrumb {
    display: block;
    margin-bottom: 15px;
  }
  .products-detail .pic {
    margin: 0 auto;
    width: 400px;
  }
  .products-detail .pro-swiper {
    width: 400px;
    height: calc(400px * 0.75);
  }
  .products-detail .info {
    margin-top: 2rem;
    margin-left: 0;
    width: 100%;
  }
  .products-detail .thumbs-swiper .swiper-slide {
    width: calc(400px / 4 - 10px);
    height: calc(400px / 4 - 10px);
  }
  .contact .container {
    max-width: initial;
  }
  .contact .contact-block {
    width: 100%;
  }
  .contact .contact-anchor {
    width: 100%;
    text-align: center;
  }
  .contact .contact-anchor .anchor-link {
    display: inline-block;
    margin: 0 1.5rem 2rem 1.5rem;
  }
  .page-news .news-column {
    width: 100%;
  }
  .page-news .news-img {
    width: 100px;
    height: 67px;
  }
  .page-news .news-info {
    width: calc(100% - 105px);
  }
  .page-news .news-info {
    font-size: 14px;
  }
  .news-column .news-tag, .news-column .news-title {
    font-size: 14px;
  }
  .news-column .news-title {
    margin-top: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 25px;
    max-height: 25px;
  }
  .pagenation .arrow {
    width: 30px;
    height: 30px;
    background-size: auto 10px;
  }
  .pagenation .page {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .page-products .container {
    width: calc(100% - 110px);
  }
  .page-products .pro-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 20px;
    max-height: 60px;
  }
  .page-products .swiper-button-next,
  .page-products .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .page-products .swiper-button-next svg,
  .page-products .swiper-button-prev svg {
    width: 15px;
  }
  .page-products .pro-img {
    width: 100%;
    height: calc((80vw / 2 - 40px) * .75);
  }

  .editor figure{
    margin:0;
  }

  .editor img{
    max-width: 100%;
  }

  /* .editor td[colspan="6"] figure img ,.editor td[colspan="3"] figure img {
    margin: 0;
    max-width: 102px;
  } */

  .editor figure.table,
  .editor table {
    table-layout: fixed;
    word-break: break-all;
  }
}

@media (max-width: 567px) {
  body {
    padding-top: 55px;
  }
  .news-list .tabs {
    padding: 0;
  }
  .news-list .tabs .tab-item {
    display: block;
    margin: 0;
    padding: 7px 10px;
    border: none;
    border-radius: 0;
    color: #757575;
  }
  .news-list .tabs .tab-item:hover, .news-list .tabs .tab-item.active {
    color: #62B4C6;
    background-color: transparent;
  }
  .news-list .news-column {
    width: 50%;
    border-top: none;
    margin-bottom: 0;
  }
  .news-list .news-column:nth-of-type(3), .news-list .news-column:nth-of-type(4) {
    border-top: none;
  }
  .news-list .news-dropdown .dropbtn {
    display: block;
    border: 1px solid #62B4C6;
    background-color: #fff;
    border-radius: 5px;
    color: #62B4C6;
  }
  .news-list .news-dropdown .dropbtn svg {
    fill: #62B4C6;
  }
  .news-list .news-dropdown.open .dropbtn {
    background-color: #62B4C6;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .news-list .news-dropdown.open .dropbtn svg {
    fill: #fff;
  }
  .news-list .news-dropdown .dropdown-content {
    display: none;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #62B4C6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .news-list .news-dropdown.open .dropdown-content {
    display: block;
  }
  .news-list .news-img {
    height: 30vw;
  }
  .products .pro-row {
    margin-bottom: 0;
  }
  .products .pro-column {
    width: calc(100% / 2 - 2% - 3px);
  }
  .products .category-name .name {
    margin-left: 0;
    font-size: 16px;
  }
  .products .category-name svg {
    width: 50px;
    height: 35px;
  }
  .products .pro-img {
    width: 100%;
    height: calc(44vw * .75);
  }
  .products .series-section {
    padding: 15px 0;
  }
  .products .series-section .series-row {
    margin-top: 10px;
  }
  .products .series-section .pro-column {
    margin-bottom: .5rem;
    width: calc(100% / 2 - 2%);
  }
  .products .series-section .pro-img {
    margin-bottom: 5px;
    width: 100%;
    height: calc(41vw * .75);
  }
  .products .category-name .name {
    width: calc(100% - 55px);
  }
  .page-products .container {
    width: 100%;
  }
  .page-products .swiper-button-next,
  .page-products .swiper-button-prev {
    display: none;
  }
  .page-products .pro-img {
    width: 100%;
    height: calc((100vw / 2 - 40px) * .75);
  }
  .share {
    margin-top: 0;
  }
  .pagenation {
    margin: 1rem 0 2rem 0;
  }

  /* .editor td[colspan="6"] figure img ,.editor td[colspan="3"] figure img {
    margin: 0;
    max-width: 70px;
  } */
}

@media (max-width: 480px) {
  .section-title .zh,
  .section-title.inline .zh {
    font-size: 22px;
    letter-spacing: 0;
  }
  .container {
    padding: 0 4%;
  }
  .about {
    padding-top: 30px;
  }
  .about .container {
    width: 94%;
    padding-left: 2%;
  }
  .about .about-block {
    margin-top: 30px;
    padding: 30px 30px 30px 20px;
  }
  .about .about-tabs {
    margin-bottom: 1rem;
    text-align: center;
  }
  .about .about-tabs > img {
    width: 60%;
  }
  .about .about-swiper {
    padding: 0;
    width: 100%;
  }
  .about .about-content {
    text-align: center;
  }
  .page-news {
    padding-top: 30px;
  }
  .page-news .news-row {
    padding-bottom: 0;
  }
  .page-news .news-column {
    padding: 0;
  }
  .page-news .news-img {
    width: 80px;
    height: 54px;
  }
  .page-news .news-info {
    padding-left: 5px;
    width: calc(100% - 85px);
  }
  .page-news .news-info {
    font-size: 13px;
  }
  .news-page .news-content .news-icon {
    display: none;
  }
  .news-page .news-content .news-info {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    width: 100%;
  }
  .news-page .news-content .info {
    margin: 15px 0;
  }
  .news-page .news-sidemenu .title {
    margin: 1rem 0;
  }
  .news-page .news-sidemenu .news-column {
    width: 100%;
  }
  .news-page .news-sidemenu .news-column .news-img,
  .news-page .news-sidemenu .news-column .news-info {
    display: inline-block;
    vertical-align: middle;
  }
  .news-page .news-sidemenu .news-column .news-img {
    width: 80px;
    height: 55px;
  }
  .news-page .news-sidemenu .news-column .news-info {
    padding-left: 5px;
    width: calc(100% - 85px);
  }
  .news-column .news-tag, .news-column .news-title {
    font-size: 13px;
  }
  .products .series,
  .products .pro-title {
    font-size: 13px;
  }
  .products-detail .pic {
    width: 90vw;
  }
  .products-detail .pro-swiper {
    width: 90vw;
    height: calc(90vw * 0.75);
  }
  .products-detail .thumbs-swiper .swiper-slide {
    width: calc(90vw / 4 - 10px);
    height: calc(90vw / 4 - 10px);
  }
  .products-detail .pro-block .block-name {
    width: 140px;
    line-height: 30px;
  }
  .products-detail .info > ul,
  .products-detail .info > p {
    margin-top: 10px;
  }
  .products-detail .info .pro-name {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }
  .contact .col-6 {
    width: 100%;
  }
  .contact .contact-block {
    padding: 0;
  }
  .contact .contact-anchor .anchor-link {
    margin-left: 3%;
    margin-right: 3%;
    width: 65px;
    height: 65px;
  }
  .contact .contact-anchor .anchor-link svg {
    margin-top: calc((65px - 30px) / 2);
    width: 30px;
    height: 30px;
  }
  .contact .contact-title {
    padding-left: 0;
  }
  .contact .info-item > p {
    padding: 0;
    font-size: 14px;
    letter-spacing: 0;
  }
  .contact .info-item > p > span {
    margin-right: 7px;
    width: auto;
  }
  .contact .info-item > p > i {
    margin-right: 5px;
    width: 15px;
    height: 15px;
  }
  .contact .info-item > p:nth-of-type(1) > i {
    background-position-y: 0px;
  }
  .contact .info-item > p:nth-of-type(2) > i {
    background-position-y: -15px;
  }
  .contact .info-item > p:nth-of-type(3) > i {
    background-position-y: -30px;
  }
  .contact .info-item > p:nth-of-type(4) > i {
    background-position-y: -45px;
  }
  .contact .info-item > p:nth-of-type(5) > i {
    background-position-y: -60px;
  }
  .contact .info-item > p:nth-of-type(6) > i {
    background-position-y: -75px;
  }
  .contact .form-group {
    padding: 0;
  }
  .page-search {
    padding: 30px 0;
  }
  .page-search .page-search-box {
    width: 90%;
  }
  .btn {
    font-size: 14px;
  }
  .btn-back {
    margin: 1rem 0;
    width: 160px;
    line-height: 25px;
  }

  /* .editor td[colspan="6"] figure img ,.editor td[colspan="3"] figure img {
    margin: 0;
    max-width: 55px;
  } */
}

@media (max-width: 320px) {
  .news-list .news-img {
    height: 95px;
  }
  .products .pro-img {
    width: 134.46px;
    height: calc(134.46px *.75);
  }
  .products .series-section .pro-img {
    width: 134px;
    height: calc(134px *.75);
  }
  .products-detail .pic {
    width: 288px;
  }
  .products-detail .pro-swiper {
    width: 288px;
    height: calc(288px * 0.75);
  }
  .products-detail .thumbs-swiper .swiper-slide {
    height: 60px;
  }
  .page-products .pro-img {
    width: 120px;
    height: calc(120px *.75);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
