﻿@charset "UTF-8";

/*!

* nmoban106 外贸牛 NO.106 模板

* Copyright © 2022 waimaoniu

* @link: https://www.waimaoniu.com/

* @author: lzx

* @version: 1.0.4

*/

@font-face {

  font-family: Poppins;

  src: url("../fonts/poppins.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}

@font-face {

  font-family: BROADW;

  src: url("../fonts/broadw.ttf") format("woff2");

  font-weight: normal;

  font-style: normal;

  font-display: swap;

}

html {

  font-family: Poppins,"PingFang SC", "Microsoft Yahei", "微软雅黑", Microsoft Yahei, sans-serif;

  scroll-behavior: smooth;

}



body {

  background: #f5f6f7;

}



/*!- w106-wrapper begin -*/

.w106-wrapper {

  max-width: 1440px;

  margin: 0 auto;

  width: 100%;

  padding: 0 32px;

}

@media screen and (max-width: 1280px) {

  .w106-wrapper {

    padding: 0 24px;

  }

}

@media screen and (max-width: 992px) {

  .w106-wrapper {

    padding: 0 16px;

  }

  .fdf{

    padding-left: 0!important;

  }

}



/*!- w106-wrapper end -*/

/*!- w106-section begin -*/

.w106-section {

  padding: 40px 0;

}

@media screen and (max-width: 1280px) {

  .w106-section {

    padding: 24px 0;

  }

}

@media screen and (max-width: 992px) {

  .w106-section {

    padding: 16px 0;

  }

}

.w106-section.mm {

  padding: 0;

}

.w106-section.mb {

  padding-bottom: 0;

}

.w106-section.mt {

  padding-top: 0;

}



/*!- w106-section end -*/

/*!- w106-scrollbar begin -*/

.w106-scrollbar::-webkit-scrollbar {

  width: 6px;

  height: 6px;

}

.w106-scrollbar::-webkit-scrollbar-thumb {

  border-radius: 3px;

  background-color: rgba(0, 0, 0, 0.3);

}

.w106-scrollbar::-webkit-scrollbar-track {

  background-color: rgba(0, 0, 0, 0.1);

}



/*!- w106-scrollbar end -*/

/*!- w106-header begin -*/

.w106-header {

  height: 72px;

}

.w106-header .header-wrap {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 999;

  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);

  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);

  background-color: #fff;

  height: 72px;

}

.w106-header .container {

  position: relative;

  z-index: 1;

}

.w106-header .content {

  max-width: 1440px;

  margin: 0 auto;

  padding: 0 32px;

  display: flex;

}
@media screen and (max-width: 1300px) {

  .w106-header .content > .logo img{
    margin-top: 0;
  }

}
.w106-header .content > .logo {

  flex: none;

  font-size: 0;

}

.w106-header .content > .logo a {

  display: inline-block;

  margin: 5px 0;

}

.w106-header .content > .logo h1 {

  text-indent: -9999px;

  height: 0;

}

.w106-header .content > .logo img {

  display: block;

 margin-top: 10px;
  height: 43px;

  width: auto;

}

.w106-header .content > .navs {

  flex: auto;

}

.w106-header .content > .navs > ul {

  display: flex;

  justify-content: flex-end;

}

.w106-header .content > .navs > ul > li {

  position: relative;

}

.w106-header .content > .navs > ul > li > a {

  display: block;

  position: relative;

  padding: 0 20px;

  line-height: 72px;

  text-transform: uppercase;

  font-size: 14px;

  color: #3d8708;

  transition: color .4s;

  white-space: nowrap;

}

.w106-header .content > .navs > ul > li > a > i {

  display: block;

  position: absolute;

  top: 50%;

  margin-top: -5px;

  right: 6px;

  width: 6px;

  height: 6px;

  border-bottom: 1px solid;

  border-right: 1px solid;

  transition: border-color .4s;

  transform: rotate(45deg);

}

.w106-header .content > .navs > ul > li > a:hover {

  color: #333;

}

.w106-header .content > .navs > ul > li:hover > .dropdown {

  display: block;

}

.w106-header .content > .navs > ul > li.multi {

  position: static;

}

.w106-header .content > .navs > ul > li.multi .dropdown {

  transform: none;

  left: 0;

  width: 100%;

  -webkit-animation: header-dropdown-in2 0.4s both .1s;

  animation: header-dropdown-in2 0.4s both .1s;

  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);

  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);

}

.w106-header .content > .navs > ul > li.multi .dropdown .row .col {

  width: 25%;

  white-space: normal;

  padding: 16px;

}

.w106-header .content > .navs > ul > li.multi .dropdown dl dt, .w106-header .content > .navs > ul > li.multi .dropdown dl dd {

  margin: 0 0 10px 0;

}

.w106-header .content > .navs > ul > li.multi .dropdown dl dt a, .w106-header .content > .navs > ul > li.multi .dropdown dl dd a {

  text-align: left;

  padding: 0;

}

.w106-header .content > .navs > ul > li.multi .dropdown dl dt a {

  font-size: 16px;

  min-height: 50px;

  border-bottom: 2px solid #faf8f1;

}

.w106-header .content > .navs > ul > li.active > a {

  color: #333;

}

.w106-header .content > .navs .dropdown {

  display: none;

  position: absolute;

  top: 72px;

  left: 50%;

  background-color: #fff;

  max-height: 50vh;

  overflow: visible auto;

  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);

  transform: translateX(-50%);

  -webkit-animation: header-dropdown-in 0.4s both .1s;

  animation: header-dropdown-in 0.4s both .1s;

}

.w106-header .content > .navs .dropdown dl {

  padding: 0;

  margin: 0;

}

.w106-header .content > .navs .dropdown dl dt, .w106-header .content > .navs .dropdown dl dd {

  margin: 0;

}

.w106-header .content > .navs .dropdown dl dt a, .w106-header .content > .navs .dropdown dl dd a {

  display: block;

  transition: color .4s;

  text-align: center;

}

.w106-header .content > .navs .dropdown dl dt a {

  display: block;

  position: relative;

  font-size: 14px;

  line-height: 40px;

  padding: 0 24px;

  color: #333;

  transition: background-color .4s, color .4s;

}

.w106-header .content > .navs .dropdown dl dt a > img {

  display: block;

  width: 100%;

  max-height: 128px;

  object-fit: cover;

  object-position: center;

  transition: opacity .4s;

}

.w106-header .content > .navs .dropdown dl dt a > h4 {

  display: block;

  position: absolute;

  max-height: 100%;

  width: 100%;

  top: 50%;

  left: 0;

  margin: 0;

  white-space: normal;

  word-break: break-word;

  transition: color .4s;

  transform: translateY(-50%);

}

.w106-header .content > .navs .dropdown dl dt a:hover {

  color: #3d8708;

  background-color: #faf8f1;

}

.w106-header .content > .navs .dropdown dl dt a:hover > img {

  opacity: .5;

}

.w106-header .content > .navs .dropdown dl dd a {

  font-size: 14px;

  line-height: 1.3;

  color: #666;

}

.w106-header .content > .navs .dropdown dl dd a:hover {

  color: #3d8708;

}

.w106-header .content > .navs .row {

  display: flex;

  flex-wrap: wrap;

  max-width: 1440px;

  margin: 0 auto;

}

.w106-header .content > .navs .row .col {

  white-space: nowrap;

}

.w106-header .content > .menu {

  flex: none;

}

.w106-header .content > .menu > ul {

  display: flex;

}

.w106-header .content > .menu > ul > li {

  display: block;

  position: relative;

}

/*.w106-header .content > .menu > ul > li:after {

  display: block;

  position: absolute;

  top: 50%;

  left: 0;

  margin-top: -6px;

  content: '';

  width: 1px;

  height: 12px;

  background-color: #e6e6e6;

}*/

.w106-header .content > .menu > ul > li:first-child:after {

  display: none;

}

.w106-header .content > .menu > ul > li.language a i {

  display: block;

  position: absolute;

  top: 50%;

  margin-top: -5px;

  right: 6px;

  width: 6px;

  height: 6px;

  border-bottom: 1px solid;

  border-right: 1px solid;

  transition: border-color .4s;

  transform: rotate(45deg);

}

.w106-header .content > .menu > ul > li > a {

  display: block;

  position: relative;

  text-align: center;

  padding: 0 20px;

  line-height: 72px;

  font-size: 16px;

  color: #3d8708;

  transition: color .4s, background-color .4s;

}

.w106-header .content > .menu > ul > li > a > img {

  display: inline-block;

  vertical-align: middle;

  height: 16px;

  width: auto;

}

.w106-header .content > .menu > ul > li > a > i {

  display: inline-block;

  vertical-align: middle;

  font-size: 20px;

}

.w106-header .content > .menu > ul > li > a:hover {

 /* background-color: #f5f5f5;*/

  color: #333;

}

.w106-header .content > .menu > ul > li ul {

  display: none;

  position: absolute;

  background-color: #fff;

  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);

  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);

  -webkit-animation: header-dropdown-in2 0.4s both .1s;

  animation: header-dropdown-in2 0.4s both .1s;

  right: 0;

  max-height: 50vh;

  overflow: visible auto;

}

.w106-header .content > .menu > ul > li ul li > a {

  display: block;

  padding: 0 24px;

  line-height: 40px;

  white-space: nowrap;

  word-break: keep-all;

  font-size: 0;

  color: #666;

  transition: color .4s, background-color .4s;

}

.w106-header .content > .menu > ul > li ul li > a > img {

  display: inline-block;

  vertical-align: middle;

  height: 16px;

  width: auto;

  margin-right: 8px;

}

.w106-header .content > .menu > ul > li ul li > a > span {

  display: inline-block;

  vertical-align: middle;

  font-size: 14px;

}

.w106-header .content > .menu > ul > li ul li:hover > a {

  background-color: #faf8f1;

  color: #3d8708;

}

.w106-header .content > .menu > ul > li:hover > ul {

  display: block;

}

.w106-header .content > .search {

  display: none;

  flex: none;

  padding: 16px;

}

.w106-header .content > .search .search-bar {

  display: flex;

  border-radius: 4px;

  background-color: rgba(0, 0, 0, 0.05);

}

.w106-header .content > .search .search-bar > input {

  display: block;

  flex: 1;

  width: 100%;

  line-height: 40px;

  border: 0;

  background: none;

  padding: 0 16px;

  color: #333;

}

.w106-header .content > .search .search-bar > button {

  display: block;

  width: 40px;

  height: 40px;

  border: 0;

  background: none;

  text-align: center;

  color: #333;

}

.w106-header .content > .search .search-bar > button > i {

  font-size: 16px;

}

.w106-header .content > .toggle {

  display: none;

  position: absolute;

  top: 0;

  right: 0;

}

.w106-header .content > .toggle a {

  display: block;

  position: relative;

  width: 20px;

  height: 18px;

}

.w106-header .content > .toggle a > span {

  display: block;

  position: absolute;

  width: 100%;

  height: 1px;

  left: 0;

  background-color: #000;

  transition: top .4s, opacity .4s, transform .4s;

}

.w106-header .content > .toggle a > span:nth-child(1) {

  top: 0;

}

.w106-header .content > .toggle a > span:nth-child(2) {

  top: 17px;

}

.w106-header .content > .toggle a > span:nth-child(3) {

  top: 9px;

}

@media screen and (max-width: 1280px) {

  .w106-header {

    height: 64px;

  }

  .w106-header .header-wrap {

    height: 64px;

    background-color: #fff;

  }

  .w106-header .content {

    padding: 0 24px;

  }

  .w106-header .content > .logo a {

    margin: 11px 0;

  }

  .w106-header .content > .logo img {
margin-top: 1px;
    height: 26px;

  }

  .w106-header .content > .navs > ul > li > a {

    padding: 0 10px;

    line-height: 64px;

    font-size: 12px;

  }

  .w106-header .content > .navs .dropdown {

    top: 64px;

  }

  .w106-header .content > .navs .dropdown dl dt a {

    font-size: 14px;

  }

  .w106-header .content > .navs .dropdown dl dt a > h4 {

    padding: 16px;

  }

  .w106-header .content > .menu > ul > li > a {

    padding: 0 16px;

    line-height: 64px;

  }

  .w106-header .content > .menu > ul > li > a > img {

    height: 14px;

  }

  .w106-header .content > .menu > ul > li > a > i {

    font-size: 18px;

  }

  .w106-header .content > .menu > ul > li ul li > a {

    padding: 0 20px;

  }

  .w106-header .content > .menu > ul > li ul li > a > img {

    height: 14px;

  }

  .w106-header .content > .menu > ul > li ul li > a > span {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-header {

    height: 56px;

  }

  .w106-header .header-wrap {

    height: 56px;

    background-color: #fff;

    overflow: hidden;

    transition: height .4s;

  }

  .w106-header .backing {

    display: none;

  }

  .w106-header .content {

    flex-direction: column;

    padding: 0;

  }

  .w106-header .content > .logo {

    padding: 0 16px;

  }

  .w106-header .content > .logo a {

    margin: 8px 0;

  }

  .w106-header .content > .logo img {

    height: 35px;

  }

  .w106-header .content > .navs {

    order: 1;

    padding: 0 16px;

  }

  .w106-header .content > .navs > ul {

    flex-direction: column;

    justify-content: left;

  }

  .w106-header .content > .navs > ul > li {

    border-top: 1px solid #e6e6e6;

  }

  .w106-header .content > .navs > ul > li > a {

    padding: 0;

    line-height: 44px;

    font-size: 16px;

  }

  .w106-header .content > .navs > ul > li > a > i {

    display: none;

  }

  .w106-header .content > .navs > ul > li:hover > .dropdown {

    display: none;

  }

  .w106-header .content > .navs .dropdown {

    display: none;

  }

  .w106-header .content > .menu > ul {

    display: block;

  }

  .w106-header .content > .menu > ul > li:after {

    display: none;

  }

  .w106-header .content > .menu > ul > li.search {

    display: none;

  }

  .w106-header .content > .menu > ul > li.language > a {

    display: none;

  }

  .w106-header .content > .menu > ul > li:hover > ul {

    display: flex;

  }

  .w106-header .content > .menu > ul > li ul {

    display: flex;

    padding: 0 4px;

    position: static;

    background-color: rgba(0, 0, 0, 0.05);

    -webkit-box-shadow: none;

    box-shadow: none;

    right: auto;

    overflow-x: auto;

    transform: none;

    -webkit-animation: none;

    animation: none;

  }

  .w106-header .content > .menu > ul > li ul li > a {

    padding: 0 12px;

    color: #333;

  }

  .w106-header .content > .menu > ul > li ul li > a > img {

    height: 14px;

  }

  .w106-header .content > .menu > ul > li ul li > a > span {

    font-size: 14px;

  }

  .w106-header .content > .search {

    display: block;

  }

  .w106-header .content > .toggle {

    display: block;

    height: 56px;

    width: 56px;

    padding: 19px 18px;

  }

  .w106-header.opened .header-wrap {

    height: 100vh;

  }

  .w106-header.opened .content > .toggle a > span:nth-child(1) {

    transform: rotate(135deg);

    top: 9px;

  }

  .w106-header.opened .content > .toggle a > span:nth-child(2) {

    transform: rotate(225deg);

    top: 9px;

  }

  .w106-header.opened .content > .toggle a > span:nth-child(3) {

    opacity: 0;

  }

}



@-webkit-keyframes header-dropdown-in {

  0% {

    -webkit-transform: translateY(-50px) translateX(-50%);

    transform: translateY(-50px) translateX(-50%);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0) translateX(-50%);

    transform: translateY(0) translateX(-50%);

    opacity: 1;

  }

}

@keyframes header-dropdown-in {

  0% {

    -webkit-transform: translateY(-50px) translateX(-50%);

    transform: translateY(-50px) translateX(-50%);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0) translateX(-50%);

    transform: translateY(0) translateX(-50%);

    opacity: 1;

  }

}

@-webkit-keyframes header-dropdown-in2 {

  0% {

    -webkit-transform: translateY(-50px);

    transform: translateY(-50px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

  }

}

@keyframes header-dropdown-in2 {

  0% {

    -webkit-transform: translateY(-50px);

    transform: translateY(-50px);

    opacity: 0;

  }

  100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    opacity: 1;

  }

}

/*!- w106-header end -*/

/*!- w106-footer begin -*/

.w106-footer {

  background-color: #1A1A1A;

  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23303030' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");

}

.w106-footer .w106-footer-content {

  padding: 40px 0 10px 0;

}

.w106-footer .w106-footer-list {

  display: flex;

  justify-content: space-between;

  margin: -32px 0 0 -32px;

}

.w106-footer .w106-footer-item {

  display: block;

  max-width: 25%;

  min-width: 15%;

  padding: 32px 0 0 32px;

}

.w106-footer .w106-footer-item dl {

  line-height: 1.576;

}

.w106-footer .w106-footer-item dl dt {

  font-size: 18px;

  font-weight: 500;

  text-transform: uppercase;

  margin-bottom: 12px;

  color: #fff;

}

.w106-footer .w106-footer-item dl dt a {

  text-decoration: none;

  color: inherit;

  transition: color .3s;

}

.w106-footer .w106-footer-item dl dt:hover a {

  color: #3d8708;

}

.w106-footer .w106-footer-item dl dt.icon {

  font-size: 0;

}

.w106-footer .w106-footer-item dl dt.icon a {

  font-size: 0;

  margin-right: 8px;

}

.w106-footer .w106-footer-item dl dt.icon a:hover i {

  color: #3d8708;

}

.w106-footer .w106-footer-item dl dt.icon i {

  font-size: 32px;

  color: #3d8708;

  transition: color .3s;

}

.w106-footer .w106-footer-item dl dd {

  display: block;

  font-size: 16px;

  margin-bottom: 8px;

  color: rgba(255, 255, 255, 0.65);

}

.w106-footer .w106-footer-item dl dd span, .w106-footer .w106-footer-item dl dd i {

  display: inline-block;

}

.w106-footer .w106-footer-item dl dd a {

  display: block;

  font-weight: lighter;

  text-decoration: none;

  color: inherit;

  transition: color .3s;

}

.w106-footer .w106-footer-item dl dd:hover a {

  color: #3d8708;

}

.w106-footer .w106-footer-external {

  display: block;

  text-align: center;

  line-height: 1.576;

  font-size: 14px;

  padding: 10px 15px 10px;

}

.w106-footer .w106-footer-external a {

  margin: 4px;

  color: rgba(255, 255, 255, 0.45);

}

.w106-footer .w106-footer-external a:hover {

  color: #3d8708;

}

.w106-footer .w106-footer-copyright {

  color: rgba(255, 255, 255, 0.45);

  text-align: center;

  font-size: 14px;

  line-height: 1.576;

  padding: 16px;

}

.w106-footer .w106-footer-copyright a {

  color: inherit;

}

@media screen and (max-width: 1280px) {

  .w106-footer .w106-footer-content {

    padding: 32px 0;

  }

  .w106-footer .w106-footer-list {

    margin: -24px 0 0 -24px;

  }

  .w106-footer .w106-footer-item {

    padding: 24px 0 0 24px;

  }

  .w106-footer .w106-footer-item dl dt {

    font-size: 16px;

    margin-bottom: 8px;

  }

  .w106-footer .w106-footer-item dl dt.icon i {

    font-size: 32px;

  }

  .w106-footer .w106-footer-item dl dd {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-footer .w106-footer-content {

    padding: 16px 0 0 0;

  }

  .w106-footer .w106-footer-list {

    margin: -16px 0 0 -16px;

    justify-content: center;

  }

  .w106-footer .w106-footer-item {

    padding: 16px 0 0 16px;

    display: none;

    max-width: none;

    text-align: center;

  }

  .w106-footer .w106-footer-item.alive {

    display: block;

  }

  .w106-footer .w106-footer-item dl dd {

    display: none;

  }

  .w106-footer .w106-footer-item dl dd a {

    display: inline-block;

  }

  .w106-footer .w106-footer-copyright {

    font-size: 12px;

  }

}



/*!- w106-footer end -*/

/*!- w106-sidebar begin -*/

.w106-sidebar .w106-sidebar-wrap {

  position: fixed;

  top: 50%;

  right: 0;

  z-index: 998;

}

.w106-sidebar .w106-sidebar-item {

  position: relative;

  height: 48px;

}

.w106-sidebar .w106-sidebar-item .wrap {

  position: absolute;

  top: 0;

  left: 0;

  transition: all .3s;

  transform: translateX(-48px);

}

.w106-sidebar .w106-sidebar-item .trigger {

  display: flex;

  color: #fff;

  background-color: #3d8708;

}

.w106-sidebar .w106-sidebar-item .trigger .icon {

  display: block;

  flex: none;

  width: 48px;

  height: 48px;

  line-height: 48px;

  text-align: center;

}

.w106-sidebar .w106-sidebar-item .trigger .icon i {

  font-size: 24px;

}

.w106-sidebar .w106-sidebar-item .trigger .text {

  display: block;

  font-size: 16px;

  line-height: 48px;

  padding: 0 16px 0 8px;

  white-space: nowrap;

  word-break: keep-all;

}

.w106-sidebar .w106-sidebar-item .popover {

  display: none;

  position: absolute;

  top: 0;

  right: 100%;

  padding: 0 12px 0 0;

}

.w106-sidebar .w106-sidebar-item .popover .popover-wrap {

  position: relative;

  background-color: #fff;

  border-radius: 2px;

  box-shadow: 0 6px 20px 2px rgba(0, 0, 0, 0.18);

  padding: 2px 0;

}

.w106-sidebar .w106-sidebar-item .popover .popover-wrap:after {

  display: block;

  content: '';

  position: absolute;

  z-index: 1;

  top: 20px;

  right: -8px;

  border-style: solid;

  border-width: 8px 0 8px 8px;

  border-color: transparent transparent transparent #fff;

}

.w106-sidebar .w106-sidebar-item .popover img {

  display: block;

  max-width: 128px;

  height: auto;

}

.w106-sidebar .w106-sidebar-item .popover ul li a {

  display: block;

  font-size: 14px;

  line-height: 40px;

  padding: 0 16px;

  min-width: 120px;

  white-space: nowrap;

  word-break: keep-all;

  color: #333;

}

.w106-sidebar .w106-sidebar-item .popover ul li a i {

  font-size: 20px;

  vertical-align: -.1em;

}

.w106-sidebar .w106-sidebar-item .popover ul li a i[class*='icon-whatsapp'] {

  color: #25D366;

}

.w106-sidebar .w106-sidebar-item .popover ul li a i[class*='icon-skype'] {

  color: #00AEF3;

}

.w106-sidebar .w106-sidebar-item .popover ul li a i[class*='icon-facebook'] {

  color: #235B9E;

}

.w106-sidebar .w106-sidebar-item .popover ul li a i[class*='icon-twitter'] {

  color: #00ACED;

}

.w106-sidebar .w106-sidebar-item .popover ul li a i[class*='icon-messenger'] {

  color: #008AFF;

}

.w106-sidebar .w106-sidebar-item .popover ul li a i[class*='icon-youtube'] {

  color: #FF0000;

}

.w106-sidebar .w106-sidebar-item .popover ul li a:hover {

  background-color: #faf8f1;

  color: #3d8708;

}

.w106-sidebar .w106-sidebar-item.top {

  display: none;

}

.w106-sidebar .w106-sidebar-item:hover .wrap {

  transform: translateX(-100%);

}

.w106-sidebar .w106-sidebar-item:hover .popover {

  display: block;

}

.w106-sidebar.scrolled .w106-sidebar-item.top {

  display: block;

}

@media screen and (max-width: 1280px) {

  .w106-sidebar .w106-sidebar-wrap {

    top: auto;

    bottom: 10%;

  }

}

@media screen and (max-width: 992px) {

  .w106-sidebar {

    height: 48px;

  }

  .w106-sidebar .w106-sidebar-wrap {

    top: auto;

    bottom: 0;

    left: 0;

  }

  .w106-sidebar .w106-sidebar-list {

    display: flex;

    background-color: #fff;

    box-shadow: 0 0 0 1px #d9d9d9;

  }

  .w106-sidebar .w106-sidebar-item {

    flex: 1;

    height: auto;

  }

  .w106-sidebar .w106-sidebar-item .wrap {

    position: relative;

    transform: translateX(0);

  }

  .w106-sidebar .w106-sidebar-item .trigger {

    justify-content: center;

    background-color: #fff;

    color: #333;

  }

  .w106-sidebar .w106-sidebar-item .trigger .icon {

    display: block;

    width: auto;

    height: 48px;

    line-height: 48px;

    text-align: center;

  }

  .w106-sidebar .w106-sidebar-item .trigger .text {

    display: none;

    font-size: 12px;

    padding-right: 0;

  }

  .w106-sidebar .w106-sidebar-item .popover {

    display: none;

    position: absolute;

    top: auto;

    left: 50%;

    bottom: 100%;

    right: auto;

    padding: 0 0 12px;

    transform: translateX(-50%);

  }

  .w106-sidebar .w106-sidebar-item .popover .popover-wrap {

    box-shadow: 6px 0 20px 2px rgba(0, 0, 0, 0.18);

  }

  .w106-sidebar .w106-sidebar-item .popover .popover-wrap:after {

    top: auto;

    right: auto;

    left: 50%;

    bottom: -8px;

    margin-left: -8px;

    border-width: 8px 8px 0 8px;

    border-color: #fff transparent transparent transparent;

  }

  .w106-sidebar .w106-sidebar-item.top {

    display: none;

  }

  .w106-sidebar .w106-sidebar-item.primary {

    flex: 2;

    order: 2;

  }

  .w106-sidebar .w106-sidebar-item.primary .trigger {

    background-color: #3d8708;

    color: #fff;

  }

  .w106-sidebar .w106-sidebar-item.primary .trigger .text {

    display: block;

  }

  .w106-sidebar .w106-sidebar-item:hover .wrap {

    transform: translateX(0);

  }

  .w106-sidebar .w106-sidebar-item:hover .popover {

    display: block;

  }

  .w106-sidebar.scrolled .w106-sidebar-item.top {

    display: none;

  }

}



/*!- w106-sidebar end -*/

/*!- w106-search begin -*/

.w106-search {

  display: none;

  position: fixed;

  z-index: 1002;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.8);

}

.w106-search .w106-search-wrap {

  display: block;

  position: relative;

  width: 100%;

  min-height: 40%;

  background-color: #fff;

}

.w106-search .w106-search-close {

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  width: 56px;

  height: 56px;

  line-height: 56px;

  transition: color .3s;

  text-align: center;

}

.w106-search .w106-search-close i {

  font-size: 24px;

}

.w106-search .w106-search-close:hover {

  color: #3d8708;

}

.w106-search .w106-search-content {

  display: block;

  max-width: 768px;

  margin: 0 auto;

  padding: 10vh 16px;

}

.w106-search .search-bar .bar {

  display: block;

  position: relative;

}

.w106-search .search-bar input {

  display: block;

  width: 100%;

  border: 1px solid #d9d9d9;

  font-size: 16px;

  line-height: 46px;

  height: 48px;

  padding: 0 64px 0 16px;

  transition: all .3s;

  color: #333;

}

.w106-search .search-bar input:focus {

  border-color: #3d8708;

  box-shadow: 0 0 0 3px rgba(204, 180, 111, 0.2);

}

.w106-search .search-bar button {

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  width: 48px;

  height: 48px;

  background-color: transparent;

  cursor: pointer;

  border: 0;

  transition: color .3s;

  color: #333;

}

.w106-search .search-bar button i {

  font-size: 20px;

}

.w106-search .search-bar button:hover {

  color: #3d8708;

}

.w106-search .search-tip {

  display: block;

  font-size: 0;

  line-height: 1;

  margin-top: 16px;

}

.w106-search .search-tip a {

  display: inline-block;

  font-size: 14px;

  line-height: 32px;

  padding: 0 16px;

  text-align: center;

  background-color: #F5F5F5;

  color: #333;

  max-width: 180px;

  margin: 12px 12px 0 0;

  border-radius: 16px;

  transition: color .3s, background-color .3s;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  word-break: normal;

}

.w106-search .search-tip a:hover {

  background-color: #fcfbf8;

  color: #3d8708;

}

.w106-search.opened {

  display: block;

}

.w106-search.opening {

  -webkit-animation: search-wrapper-in .4s both;

  animation: search-wrapper-in .4s both;

}

.w106-search.opening .w106-search-wrap {

  -webkit-animation: search-content-in .4s both;

  animation: search-content-in .4s both;

}

.w106-search.closing {

  -webkit-animation: search-wrapper-out .4s both;

  animation: search-wrapper-out .4s both;

}

.w106-search.closing .w106-search-wrap {

  -webkit-animation: search-content-out .4s both;

  animation: search-content-out .4s both;

}



@-webkit-keyframes search-wrapper-in {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

@keyframes search-wrapper-in {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

@-webkit-keyframes search-content-in {

  0% {

    transform: translateY(-100%);

    opacity: 0;

  }

  100% {

    transform: translateY(0);

    opacity: 1;

  }

}

@keyframes search-content-in {

  0% {

    transform: translateY(-100%);

    opacity: 0;

  }

  100% {

    transform: translateY(0);

    opacity: 1;

  }

}

@-webkit-keyframes search-wrapper-out {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

@keyframes search-wrapper-out {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}

@-webkit-keyframes search-content-out {

  0% {

    transform: translateY(0);

    opacity: 1;

  }

  100% {

    transform: translateY(-100%);

    opacity: 0;

  }

}

@keyframes search-content-out {

  0% {

    transform: translateY(0);

    opacity: 1;

  }

  100% {

    transform: translateY(-100%);

    opacity: 0;

  }

}

/*!- w106-search end -*/

/*!- w106-inner-backing begin -*/

.w106-inner-backing .w106-inner-backing-wrap {

  position: relative;

  width: 100%;

}

.w106-inner-backing .w106-inner-backing-wrap > img {

  display: block;

  height: 0;

  width: 100%;

  padding-bottom: 12.5%;

}

.w106-inner-backing .w106-inner-backing-wrap > img.loaded {

  width: 100%;

  height: auto;

  padding-right: 0;

  padding-bottom: 0;

}



/*!- w106-inner-backing end -*/

/*!- w106-crumb begin -*/

.w106-crumb {

  background-color: #fff;

}

.w106-crumb .w106-crumb-list {

  font-size: 0;

}

.w106-crumb .w106-crumb-list .w106-crumb-item {

  display: inline-block;

  vertical-align: middle;

  font-size: 16px;

  line-height: 40px;

  margin-right: 12px;

  color: #999;

  transition: color .5s;

}

.w106-crumb .w106-crumb-list .w106-crumb-item:hover {

  color: #3d8708;

}

.w106-crumb .w106-crumb-list .w106-crumb-item:nth-child(even), .w106-crumb .w106-crumb-list .w106-crumb-item.separator {

  color: #999;

  pointer-events: none;

}

.w106-crumb .w106-crumb-list .w106-crumb-item:last-child.separator {

  display: none;

}

@media screen and (max-width: 1280px) {

  .w106-crumb .w106-crumb-list .w106-crumb-item {

    font-size: 14px;

    line-height: 36px;

    margin-right: 8px;

  }

}

@media screen and (max-width: 992px) {

  .w106-crumb .w106-crumb-list .w106-crumb-item {

    font-size: 14px;

    line-height: 32px;

  }

}



/*!- w106-crumb end -*/

/*!- w106-inquiry begin -*/

.w106-inquiry .w106-inquiry-wrap {

  padding: 30px;

  background-color: #fff;

}

.w106-inquiry .w106-inquiry-alert {

  font-size: 16px;

  line-height: 1.576;

  border-left: 4px solid #3d8708;

  color: #3d8708;

  padding: 10px 20px;

  margin-bottom: 30px;

  background-color: #fcfbf8;

}

.w106-inquiry .w106-inquiry-form ul {

  display: flex;

  flex-wrap: wrap;

  margin: -30px 0 0 -30px;

}

.w106-inquiry .w106-inquiry-form ul li {

  display: block;

  width: 100%;

  padding: 25px 0 0 30px;

  position: relative;

}

.w106-inquiry .w106-inquiry-form ul li.col-1-2 {

  width: 50%;

}

.w106-inquiry .w106-inquiry-form ul li.col-1-3 {

  width: 33.3333%;

}

.w106-inquiry .w106-inquiry-form ul li.error input[type="text"] {

  border-color: #FE5050;

}

.w106-inquiry .w106-inquiry-form ul li.error input[type="text"]:focus {

  border-color: #FE5050;

  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);

}

.w106-inquiry .w106-inquiry-form ul li.error textarea {

  border-color: #FE5050;

}

.w106-inquiry .w106-inquiry-form ul li.error textarea:focus {

  border-color: #FE5050;

  box-shadow: 0 0 0 3px rgba(254, 80, 80, 0.2);

}

.w106-inquiry .w106-inquiry-form ul li.error .tips {

  display: block;

}

.w106-inquiry .label {

  display: block;

  font-size: 16px;

  line-height: 1;

  padding-bottom: 8px;

  color: #333;

}

.w106-inquiry .label > em {

  color: red;

  margin-right: 8px;

}

.w106-inquiry input[type="text"] {

  outline: none;

  display: block;

  width: 100%;

  font-size: 16px;

  font-family: inherit;

  height: 40px;

  padding: 0 12px;

  border: 1px solid #d9d9d9;

  transition: border .5s, box-shadow .5s;

  color: #333;

}

.w106-inquiry input[type="text"]:hover {

  border-color: #3d8708;

}

.w106-inquiry input[type="text"]:focus {

  border-color: #3d8708;

  box-shadow: 0 0 0 3px rgba(204, 180, 111, 0.2);

}

.w106-inquiry textarea {

  display: block;

  outline: none;

  width: 100%;

  font-size: 16px;

  line-height: 1.576;

  padding: 8px 12px;

  transition: border .5s, box-shadow .5s;

  font-family: inherit;

  resize: none;

  border: 1px solid #d9d9d9;

  color: #333;

}

.w106-inquiry textarea:hover {

  border-color: #3d8708;

}

.w106-inquiry textarea:focus {

  border-color: #3d8708;

  box-shadow: 0 0 0 3px rgba(204, 180, 111, 0.2);

}

.w106-inquiry button {

  display: inline-block;

  vertical-align: middle;

  font-size: 16px;

  font-family: inherit;

  outline: none;

  border: 0;

  background-color: #3d8708;

  color: #fff;

  height: 40px;

  padding: 0 24px;

  transition: background-color .5s;

  cursor: pointer;

  overflow: hidden;

  position: relative;

}

.w106-inquiry button:hover {

  background-color: #b8a264;

}

.w106-inquiry button:disabled, .w106-inquiry button.disabled {

  cursor: not-allowed;

  background-color: #e6dab7;

}

.w106-inquiry .checkbox {

  display: block;

  vertical-align: middle;

  position: relative;

  font-size: 0;

  margin-left: 0px;

}

.w106-inquiry .checkbox > span {

  display: block;

  position: relative;

  font-size: 14px;

  padding-left: 24px;

  line-height: 40px;

  cursor: pointer;

  color: #333;

}

.w106-inquiry .checkbox > span:before, .w106-inquiry .checkbox > span:after {

  display: block;

  position: absolute;

  content: '';

  transition: all .5s;

}

.w106-inquiry .checkbox > span:before {

  top: 50%;

  left: 0;

  width: 18px;

  height: 18px;

  background-color: #fff;

  border: 1px solid #d9d9d9;

  margin-top: -9px;

}

.w106-inquiry .checkbox > span:after {

  width: 9px;

  height: 6px;

  border-width: 0 0 2px 2px;

  border-color: transparent;

  border-style: solid;

  top: 50%;

  left: 4px;

  margin-top: -5px;

  transform: rotate(-45deg);

}

.w106-inquiry .checkbox > span a {

  color: #3d8708;

}

.w106-inquiry .checkbox > input[type="checkbox"] {

  display: block;

  position: relative;

  vertical-align: middle;

  margin-right: 24px;

  width: 0;

  height: 0;

  cursor: pointer;

}

.w106-inquiry .checkbox > input[type="checkbox"]:checked + span:before {

  border-color: #3d8708;

  background-color: #3d8708;

}

.w106-inquiry .checkbox > input[type="checkbox"]:checked + span:after {

  border-color: #fff;

}

.w106-inquiry .checkbox > input[type="checkbox"]:checked:disabled + span:after {

  border-color: #d9d9d9;

}

.w106-inquiry .checkbox > input[type="checkbox"]:disabled {

  cursor: not-allowed;

}

.w106-inquiry .checkbox > input[type="checkbox"]:disabled + span {

  color: #999;

  cursor: not-allowed;

}

.w106-inquiry .checkbox > input[type="checkbox"]:disabled + span:before {

  border-color: #d9d9d9;

  background-color: #F5F5F5;

}

.w106-inquiry .tips {

  display: none;

  position: absolute;

  left: 30px;

  font-size: 14px;

  line-height: 30px;

  color: #FE5050;

}

@media screen and (max-width: 1280px) {

  .w106-inquiry .w106-inquiry-wrap {

    padding: 24px;

  }

  .w106-inquiry .w106-inquiry-alert {

    padding: 12px 16px;

    margin-bottom: 24px;

  }

  .w106-inquiry .w106-inquiry-form {

    padding-bottom: 24px;

  }

  .w106-inquiry .w106-inquiry-form ul {

    margin: -24px 0 0 -24px;

  }

  .w106-inquiry .w106-inquiry-form ul li {

    padding: 24px 0 0 24px;

  }

  .w106-inquiry input[type="text"] {

    font-size: 16px;

    height: 36px;

    padding: 0 10px;

  }

  .w106-inquiry textarea {

    font-size: 16px;

    padding: 6px 12px;

  }

  .w106-inquiry button {

    height: 36px;

    padding: 0 16px;

  }

  .w106-inquiry .tips {

    left: 24px;

    line-height: 24px;

  }

}

@media screen and (max-width: 992px) {

  .w106-inquiry .w106-inquiry-wrap {

    padding: 16px;

  }

  .w106-inquiry .w106-inquiry-alert {

    padding: 8px 12px;

    margin-bottom: 16px;

  }

  .w106-inquiry .w106-inquiry-form {

    padding-bottom: 16px;

  }

  .w106-inquiry .w106-inquiry-form ul {

    margin: -16px 0 0 -16px;

  }

  .w106-inquiry .w106-inquiry-form ul li {

    padding: 16px 0 0 16px;

  }

  .w106-inquiry .w106-inquiry-form ul li.col-1-2 {

    width: 100%;

  }

  .w106-inquiry .w106-inquiry-form ul li.col-1-3 {

    width: 100%;

  }

  .w106-inquiry input[type="text"] {

    font-size: 14px;

    height: 30px;

    padding: 0 8px;

  }

  .w106-inquiry textarea {

    font-size: 14px;

    padding: 4px 8px;

  }

  .w106-inquiry button {

    height: 30px;

    padding: 0 12px;

    font-size: 14px;

  }

  .w106-inquiry .tips {

    left: 16px;

    font-size: 12px;

    line-height: 16px;

  }

}



/*!- w106-inquiry end -*/

/*!- w106-pagination begin -*/

.w106-pagination .w106-pagination-links {

  margin: -16px 0 0 -16px;

  line-height: 1;

  font-size: 0;

}

.w106-pagination .w106-pagination-links a {

  display: inline-block;

  line-height: 40px;

  min-width: 40px;

  text-align: center;

  font-size: 14px;

  margin: 16px 0 0 10px;

  padding: 0 16px;

  border-radius: 4px;

  background-color: #fff;

  color: #333;

  transition: background-color .4s, color .4s;

}

.w106-pagination .w106-pagination-links a:hover {

  background-color: #faf8f1;

  color: #3d8708;

}

.w106-pagination .w106-pagination-links a.current {

  background-color: #3d8708;

  color: #fff;

}

.w106-pagination .w106-pagination-links.center {

  text-align: center;

}

.w106-pagination .w106-pagination-links.right {

  text-align: right;

}

@media screen and (max-width: 1280px) {

  .w106-pagination .w106-pagination-links {

    margin: -12px 0 0 -12px;

  }

  .w106-pagination .w106-pagination-links a {

    line-height: 36px;

    min-width: 36px;

    margin: 12px 0 0 12px;

    padding: 0 12px;

  }

}

@media screen and (max-width: 992px) {

  .w106-pagination .w106-pagination-links {

    margin: -8px 0 0 -8px;

  }

  .w106-pagination .w106-pagination-links a {

    line-height: 32px;

    min-width: 32px;

    font-size: 12px;

    margin: 8px 0 0 8px;

    padding: 0 8px;

  }

}



/*!- w106-pagination end -*/

/*!- w106-detail begin -*/

.w106-detail .w106-detail-wrap {

  display: flex;

  align-items: flex-start;

}

.w106-detail .w106-detail-content {

  flex: auto;

  width: 100%;

  background-color: #fff;

}

.w106-detail .w106-detail-sidebar {

  flex: auto;

  width: 100%;

  max-width: 480px;

  margin: 0 0 0 32px;

}

.w106-detail .reader {

  padding: 32px;

}

.w106-detail .reader .hd {

  text-align: center;

  padding-bottom: 20px;

  margin-bottom: 25px;

  border-bottom: 1px solid #e6e6e6;

}

.w106-detail .reader .hd h2 {

  font-size: 20px;

  color: #3d8708;

  font-weight: normal;

}

.w106-detail .reader .hd p {

  font-size: 16px;

  color: #999;

}

.w106-detail .reader .ft {

  padding-top: 32px;

  margin-top: 32px;

  border-top: 1px solid #e6e6e6;

}

.w106-detail .reader .ft:before, .w106-detail .reader .ft:after {

  display: table;

  content: "";

  width: 100%;

}

.w106-detail .reader .ft:after {

  clear: both;

}

.w106-detail .reader .ft .pager {

  font-size: 14px;

  line-height: 24px;

  text-transform: uppercase;

  color: #333;

  transition: color .5s;

}

.w106-detail .reader .ft .pager:hover {

  color: #3d8708;

}

.w106-detail .reader .ft .prev {

  float: left;

}

.w106-detail .reader .ft .next {

  float: right;

}

.w106-detail .wrapper .hd {

  display: flex;

  align-items: center;

  margin-bottom: 25px;

  text-transform: uppercase;

}

.w106-detail .wrapper .hd h3 {

  flex: auto;

  font-size: 24px;

  line-height: 32px;

  color: #333;

}

.w106-detail .wrapper .hd a {

  line-height: 32px;

  font-size: 14px;

  color: #999;

  transition: color .5s;

}

.w106-detail .wrapper .hd a:hover {

  color: #3d8708;

}

.w106-detail .wrapper .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -32px 0 0 -32px;

}

.w106-detail .wrapper .bd ul li {

  width: 100%;

  padding: 32px 0 0 32px;

}

.w106-detail .wrapper .bd ul li > a {

  display: flex;

}

.w106-detail .wrapper .bd ul li > a:hover .intro h3 {

  color: #3d8708;

}

.w106-detail .wrapper .bd ul li .cover {

  width: 100%;

  max-width: 160px;

  flex: none;

}

.w106-detail .wrapper .bd ul li .cover img {

  display: block;

  object-position: center;

  object-fit: contain;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-detail .wrapper .bd ul li .cover img.loaded {

  width: 100%;

  height: 100%;

  padding-right: 0;

  padding-bottom: 0;

}

.w106-detail .wrapper .bd ul li .intro {

  width: 0;

  flex: auto;

  padding: 16px;

}

.w106-detail .wrapper .bd ul li .intro h3 {

  font-size: 16px;

  line-height: 32px;

  height: 32px;

  color: #333;

  transition: color .5s;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  word-break: normal;

}

.w106-detail .wrapper .bd ul li .intro p {

  font-size: 14px;

  line-height: 24px;

  height: 72px;

  color: #999;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  word-break: break-word;

  white-space: normal;

  -webkit-line-clamp: 3;

}

@media screen and (max-width: 1280px) {

  .w106-detail .w106-detail-wrap {

    flex-wrap: wrap;

  }

  .w106-detail .w106-detail-sidebar {

    max-width: none;

    margin: 24px 0 0;

  }

  .w106-detail .reader {

    padding: 24px;

  }

  .w106-detail .reader .hd {

    padding-bottom: 20px;

    margin-bottom: 25px;

  }

  .w106-detail .reader .hd h2 {

    font-size: 20px;

  }

  .w106-detail .reader .hd p {

    font-size: 14px;

  }

  .w106-detail .reader .ft {

    padding-top: 24px;

    margin-top: 24px;

  }

  .w106-detail .wrapper .hd {

    margin-bottom: 24px;

  }

  .w106-detail .wrapper .hd h3 {

    font-size: 20px;

    line-height: 24px;

  }

  .w106-detail .wrapper .hd a {

    line-height: 24px;

    font-size: 14px;

  }

  .w106-detail .wrapper .bd ul {

    margin: -24px 0 0 -24px;

  }

  .w106-detail .wrapper .bd ul li {

    width: 25%;

    padding: 24px 0 0 24px;

  }

  .w106-detail .wrapper .bd ul li > a {

    flex-direction: column;

  }

  .w106-detail .wrapper .bd ul li .cover {

    flex: auto;

    max-width: none;

  }

  .w106-detail .wrapper .bd ul li .intro {

    width: auto;

    padding: 8px 0;

  }

  .w106-detail .wrapper .bd ul li .intro h3 {

    font-size: 16px;

    line-height: 32px;

  }

  .w106-detail .wrapper .bd ul li .intro p {

    font-size: 14px;

    line-height: 24px;

    height: 72px;

  }

}

@media screen and (max-width: 992px) {

  .w106-detail .w106-detail-sidebar {

    margin: 16px 0 0;

  }

  .w106-detail .reader {

    padding: 16px;

  }

  .w106-detail .reader .hd {

    padding-bottom: 16px;

    margin-bottom: 16px;

  }

  .w106-detail .reader .hd h2 {

    font-size: 16px;

  }

  .w106-detail .reader .ft {

    padding-top: 16px;

    margin-top: 16px;

  }

  .w106-detail .wrapper .hd {

    margin: 16px 0;

  }

  .w106-detail .wrapper .hd h3 {

    font-size: 16px;

  }

  .w106-detail .wrapper .bd ul {

    margin: -16px 0 0 -16px;

  }

  .w106-detail .wrapper .bd ul li {

    width: 50%;

    padding: 16px 0 0 16px;

  }

  .w106-detail .wrapper .bd ul li .intro {

    padding: 8px 0;

  }

  .w106-detail .wrapper .bd ul li .intro h3 {

    font-size: 14px;

    line-height: 24px;

    height: 24px;

  }

  .w106-detail .wrapper .bd ul li .intro p {

    font-size: 12px;

    line-height: 20px;

    height: 60px;

  }

}



/*!- w106-detail end -*/

/*!- w106-banner begin -*/

.w106-banner .banner-wrap:nth-child(1) .banner-item, .w106-banner .banner-wrap.banner-pc .banner-item {

  height: 0;

  width: 100%;

  padding-bottom: 40%;

}

.w106-banner .banner-wrap:nth-child(2), .w106-banner .banner-wrap.banner-h5 {

  display: none;

}

.w106-banner .banner-wrap:nth-child(2) .banner-item, .w106-banner .banner-wrap.banner-h5 .banner-item {

  height: 0;

  width: 100%;

  padding-bottom: 50%;

}

.w106-banner .banner-item {

  display: block;

  position: relative;

}

.w106-banner .banner-item > img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-position: center;

  object-fit: cover;

}

.w106-banner .swiper-button-prev, .w106-banner .swiper-container-rtl .swiper-button-next {

  left: 5%;

}

.w106-banner .swiper-button-next, .w106-banner .swiper-container-rtl .swiper-button-prev {

  right: 5%;

}

@media screen and (max-width: 992px) {

  .w106-banner.has-mobile .banner-wrap:nth-child(1), .w106-banner.has-mobile .banner-wrap.banner-pc {

    display: none;

  }

  .w106-banner.has-mobile .banner-wrap:nth-child(2), .w106-banner.has-mobile .banner-wrap.banner-h5 {

    display: block;

  }

}



/*!- w106-banner end -*/

/*!- w106-service begin -*/

.w106-service {

  margin-top: 32px;

}

.w106-service .service-wrap ul {

  background-color: #fff;

  display: flex;

}

.w106-service .service-wrap ul li {

  flex: auto;

  width: 25%;

  padding: 32px 0;

  transition: background-color .4s;

}

.w106-service .service-wrap ul li a {

  display: flex;

  align-items: center;

  justify-content: center;

  position: relative;

  padding: 0 16px;

  height: 100%;

}

.w106-service .service-wrap ul li a:before, .w106-service .service-wrap ul li a:after {

  content: '';

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  background-color: #e6e6e6;

}

.w106-service .service-wrap ul li a:before {

  display: none;

  width: 100%;

  height: 1px;

}

.w106-service .service-wrap ul li a:after {

  width: 1px;

  height: 100%;

}

.w106-service .service-wrap ul li .icon {

  margin: 0 16px 0 0;

  width: 72px;

  height: auto;

  flex: none;

}

.w106-service .service-wrap ul li .icon img {

  display: block;

  width: 100%;

  height: auto;

}

.w106-service .service-wrap ul li .text {

  flex: auto;

}

.w106-service .service-wrap ul li .text h4 {

  font-size: 18px;

  color: #333;

  margin: 0;

  font-weight: normal;

  text-transform: uppercase;

}

.w106-service .service-wrap ul li .text p {

  font-size: 16px;

  margin: 0;

  font-weight: 400;

  color: #999;

}

.w106-service .service-wrap ul li:first-child a:after {

  display: none;

}

.w106-service .service-wrap ul li:hover {

  background-color: #faf8f1;

}

@media screen and (max-width: 1280px) {

  .w106-service {

    margin-top: 24px;

  }

  .w106-service .service-wrap ul li {

    padding: 24px 4px;

  }

  .w106-service .service-wrap ul li a {

    padding: 0 4px;

  }

  .w106-service .service-wrap ul li .icon {

    margin: 0 8px 0 0;

    width: 48px;

  }

  .w106-service .service-wrap ul li .text h4 {

    font-size: 16px;

  }

  .w106-service .service-wrap ul li .text p {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-service {

    margin-top: 16px;

  }

  .w106-service .service-wrap ul {

    flex-wrap: wrap;

    padding: 0 8px;

  }

  .w106-service .service-wrap ul li {

    width: 100%;

    padding: 0;

  }

  .w106-service .service-wrap ul li a {

    padding: 16px 8px;

    justify-content: left;

  }

  .w106-service .service-wrap ul li a:after {

    width: 100%;

    height: 1px;

  }

  .w106-service .service-wrap ul li .icon {

    margin: 0 16px 0 0;

    width: 40px;

  }

  .w106-service .service-wrap ul li .text h4 {

    font-size: 14px;

  }

  .w106-service .service-wrap ul li .text p {

    font-size: 12px;

  }

}



/*!- w106-service end -*/

/*!- w106-product begin -*/

.w106-product .product-title {

  text-align: center;

}

.w106-product .product-title > h3 {

  font-size: 38px;

  font-weight: normal;

  text-align: center;

  text-transform: uppercase;

  font-family: BROADW,serif;

  color: #3d8708;

  margin-bottom: 10px;

}

.w106-product .product-title > i {

  margin-bottom: 30px;

  display: inline-block;

  width: 60px;

  height: 2px;

  background: #ddd;

}

.w106-product .product-item {

  position: relative;

}

.w106-product .product-item .cover {

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-product .product-item .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center;

}

.w106-product .product-item .intro {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  text-align: center;

  background-color: #3d8708;

  padding: 10%;

  opacity: 0;

  transition: opacity .4s;

}

.w106-product .product-item .intro a {

  display: block;

  font-size: 18px;

  margin-top: 8px;

  color: #fff;

  transition: transform .4s;

  text-transform: uppercase;

}

.w106-product .product-item .intro a:hover {

  transform: translateX(10px);

}

.w106-product .product-item .intro:before, .w106-product .product-item .intro:after {

  display: block;

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  border: 1px solid #fff;

  transition: transform .4s;

  pointer-events: none;

  opacity: .8;

}

.w106-product .product-item .intro:before {

  width: 80%;

  height: 80%;

  top: 10%;

  left: 10%;

  border-radius: 80%;

}

.w106-product .product-item .intro:after {

  width: 90%;

  height: 90%;

  top: 5%;

  left: 5%;

  border-radius: 90%;

}

.w106-product .product-item:hover .intro {

  opacity: 1;

}

.w106-product .product-item:hover .intro:before {

  transform: rotate(-10deg) scale(0.8);

}

.w106-product .product-item:hover .intro:after {

  transform: rotate(-22deg) scale(0.85);

}

@media screen and (max-width: 1280px) {

  .w106-product .product-title > h3 {

    font-size: 32px;

    margin-bottom: 24px;

  }

  .w106-product .product-item .intro h4 {

    font-size: 16px;

  }

  .w106-product .product-item .intro a {

    font-size: 16px;

  }

}

@media screen and (max-width: 992px) {

  .w106-product .product-title > h3 {

    font-size: 24px;

    margin-bottom: 16px;

  }

  .w106-product .product-title > i {

    margin-bottom: 15px;

  }

  .w106-product .product-item .intro h4 {

    font-size: 14px;

  }

  .w106-product .product-item .intro a {

    font-size: 14px;

  }

}



/*!- w106-product end -*/

/*!- w106-meta begin -*/

.w106-meta .meta-wrap ul {

  display: flex;

  flex-wrap: wrap;

}

.w106-meta .meta-wrap ul li {

  position: relative;

  width: 50%;

  height: 100%;

}

.w106-meta .meta-wrap ul li .wrap {

  display: block;

  text-align: center;

  padding: 16px;

}

.w106-meta .meta-wrap ul li .wrap img {

  display: block;

  height: 64px;

  max-width: 100%;

  margin: 0 auto;

}

.w106-meta .meta-wrap ul li .wrap h4 {

  font-size: 32px;

  font-weight: normal;

  margin: 16px 0 12px;

  line-height: 1;

  color: #333;

}

.w106-meta .meta-wrap ul li .wrap p {

  font-size: 16px;

  margin: 0;

  color: #666;

}

.w106-meta .meta-wrap ul li:after {

  display: block;

  content: '';

  position: absolute;

  background-color: #d9d9d9;

  width: 1px;

  height: 60%;

  top: 20%;

  left: 0;

}

.w106-meta .meta-wrap ul li:first-child:after {

  display: none;

}

.w106-meta .meta-wrap ul li:nth-child(3):after {

  display: none;

}

@media screen and (max-width: 1280px) {

  .w106-meta .meta-wrap ul li .wrap {

    padding: 8px;

  }

  .w106-meta .meta-wrap ul li .wrap img {

    height: 48px;

  }

  .w106-meta .meta-wrap ul li .wrap h4 {

    font-size: 28px;

    margin: 12px 0 8px;

  }

  .w106-meta .meta-wrap ul li .wrap p {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-meta .meta-wrap ul {

    flex-wrap: wrap;

  }

  .w106-meta .meta-wrap ul li {

    width: 50%;

    /*&:nth-child(2){

      &:after{

        height: 50%;

        transform: rotate(45deg);

        top: 75%;

      }

    }

    &:nth-child(4){

      &:after{

        height: 50%;

        top: -25%;

        transform: rotate(-45deg);

      }

    }*/

  }

  .w106-meta .meta-wrap ul li .wrap {

    padding: 16px 4px;

  }

  .w106-meta .meta-wrap ul li .wrap img {

    height: 32px;

  }

  .w106-meta .meta-wrap ul li .wrap h4 {

    font-size: 24px;

    margin: 8px 0 4px;

  }

  .w106-meta .meta-wrap ul li .wrap p {

    font-size: 14px;

  }

  .w106-meta .meta-wrap ul li:nth-child(odd):after {

    display: none;

  }

}



/*!- w106-meta end -*/

/*!- w106-news begin -*/

.w106-news .news-title {

  text-align: center;

}

.w106-news .news-title > h3 {

  font-size: 38px;

  font-weight: normal;

  text-align: center;

  text-transform: uppercase;

  font-family: BROADW,serif;

  color: #3d8708;

  margin-bottom: 10px;

}

.w106-news .news-title > i {

  margin-bottom: 30px;

  display: inline-block;

  width: 60px;

  height: 2px;

  background: #ddd;

}

.w106-news .news-item {

  position: relative;

  max-width: 705px;

}

.w106-news .news-item .cover {

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 75%;

}

.w106-news .news-item .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center;

}

.w106-news .news-item .intro {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  text-align: center;

  background-color: #3d8708;

  padding: 10%;

  opacity: 0;

  transition: opacity .4s;

}

.w106-news .news-item .intro a {

  display: block;

  font-size: 18px;

  margin-top: 8px;

  color: #fff;

  transition: transform .4s;

  text-transform: uppercase;

}

.w106-news .news-item .intro a:hover {

  transform: translateX(10px);

}

.w106-news .news-item .intro:before, .w106-news .news-item .intro:after {

  display: block;

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  border: 1px solid #fff;

  transition: transform .4s;

  pointer-events: none;

  opacity: .8;

}

.w106-news .news-item .intro:before {

  width: 80%;

  height: 80%;

  top: 10%;

  left: 10%;

  border-radius: 80%;

}

.w106-news .news-item .intro:after {

  width: 90%;

  height: 90%;

  top: 5%;

  left: 5%;

  border-radius: 90%;

}

.w106-news .news-item:hover .intro {

  opacity: 1;

}

.w106-news .news-item:hover .intro:before {

  transform: rotate(-10deg) scale(0.8);

}

.w106-news .news-item:hover .intro:after {

  transform: rotate(-22deg) scale(0.85);

}

.w106-news .news-item-title .intro {

  display: block;

}

.w106-news .news-item-title .intro .intro-wrap {

  padding: 20px 0;

}

.w106-news .news-item-title .intro .intro-wrap p {

  color: #999;

}

.w106-news .news-item-title .intro .intro-wrap p > i {

  display: inline-block;

  vertical-align: middle;

  font-size: 18px;

  margin-right: 10px;

}

.w106-news .news-item-title .intro .intro-wrap p > i:before {

  content: "\e87c";

}

.w106-news .news-item-title .intro .intro-wrap h4 {

  color: #333;

  font-weight: normal;

}

@media screen and (max-width: 1280px) {

  .w106-news .news-title > h3 {

    font-size: 32px;

    margin-bottom: 24px;

  }

  .w106-news .news-item .intro h4 {

    font-size: 16px;

  }

  .w106-news .news-item .intro a {

    font-size: 16px;

  }

}

@media screen and (max-width: 992px) {

  .w106-news .news-title > h3 {

    font-size: 24px;

    margin-bottom: 16px;

  }

  .w106-news .news-title > i {

    margin-bottom: 15px;

  }

  .w106-news .news-item-title .intro .intro-wrap h4 {

    font-size: 14px;

  }

  .w106-news .news-item .intro h4 {

    font-size: 14px;

  }

  .w106-news .news-item .intro a {

    font-size: 14px;

  }

}



/*!- w106-news end -*/

/*!- w106-partner begin -*/

.w106-partner .partner-title {

  text-align: center;

}

.w106-partner .partner-title > h3 {

  font-size: 38px;

  font-weight: normal;

  text-align: center;

  text-transform: uppercase;

  font-family: BROADW,serif;

  color: #3d8708;

  margin-bottom: 10px;

}

.w106-partner .partner-title > i {

  margin-bottom: 30px;

  display: inline-block;

  width: 60px;

  height: 2px;

  background: #ddd;

}

.w106-partner .partner-wrap ul {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  margin: -32px 0 0 -32px;

}

.w106-partner .partner-wrap ul li {

  width: 16.66%;

  height: 100%;

  padding: 32px 0 0 32px;

}

.w106-partner .partner-wrap ul li .wrap {

  display: block;

  height: 100%;

  background-color: #ddd;

}

.w106-partner .partner-wrap ul li .wrap img {

  display: block;

  width: 100%;

  height: 100%;

  object-position: center;

  object-fit: contain;

}

@media screen and (max-width: 1280px) {

  .w106-partner .partner-title > h3 {

    font-size: 32px;

    margin-bottom: 24px;

  }

  .w106-partner .partner-wrap ul {

    margin: -24px 0 0 -24px;

  }

  .w106-partner .partner-wrap ul li {

    width: 25%;

    padding: 24px 0 0 24px;

  }

}

@media screen and (max-width: 992px) {

  .w106-partner .partner-title > h3 {

    font-size: 24px;

    margin-bottom: 16px;

  }

  .w106-partner .partner-title > i {

    margin-bottom: 15px;

  }

  .w106-partner .partner-wrap ul {

    margin: -16px 0 0 -16px;

  }

  .w106-partner .partner-wrap ul li {

    width: 33.33%;

    padding: 16px 0 0 16px;

  }

}



/*!- w106-partner end -*/

/*!- w106-group begin -*/

.w106-group .group-wrap {

  display: flex;

  align-items: center;

  background-color: #fff;

}

.w106-group .group-intro {

  width: 50%;

}

.w106-group .group-intro > .wrap {

  max-width: 720px;

  margin-left: auto;

  padding: 32px;

}

.w106-group .group-cover {

  width: 50%;

}

.w106-group .group-cover > .wrap {

  height: 100%;

}

@media screen and (max-width: 992px) {

  .w106-group .group-wrap {

    flex-direction: column;

  }

  .w106-group .group-intro {

    width: 100%;

  }

  .w106-group .group-intro > .wrap {

    padding: 16px;

  }

  .w106-group .group-cover {

    width: 100%;

  }

}



/*!- w106-group end -*/

/*!- w106-group-meta begin -*/

.w106-group-meta .group-meta-wrap {

  display: flex;

  align-items: center;

  background-color: #fff;

}

.w106-group-meta .group-meta-cover {

  width: 50%;

}

.w106-group-meta .group-meta-cover .cover-item {

  display: block;

  position: relative;

}

.w106-group-meta .group-meta-cover .cover-item .wrap img {

  display: block;

  width: 100%;

  height: auto;

}

.w106-group-meta .group-meta-cover .cover-item .text {

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  color: #fff;

  background-color: rgba(0, 0, 0, 0.5);

  font-size: 18px;

  padding: 16px;

  line-height: 1.2;

  text-align: center;

}

.w106-group-meta .group-meta-cover .cover-item .text > h4 {

  font-weight: normal;

}

.w106-group-meta .group-meta-intro {

  width: 50%;

}

.w106-group-meta .group-meta-intro .wrap {

  max-width: 720px;

  margin-right: auto;

  padding: 32px;

}

.w106-group-meta .group-meta-intro .wrap > h3 {

  font-size: 48px;

  font-weight: bold;

  text-transform: uppercase;

  font-family: 'Times New Roman',serif;

  color: #3d8708;

  margin-bottom: 32px;

}

.w106-group-meta .group-meta-intro .wrap > ul li {

  margin-bottom: 24px;

  padding-left: 32px;

}

.w106-group-meta .group-meta-intro .wrap > ul li h4 {

  font-size: 18px;

  font-weight: normal;

  color: #999;

  position: relative;

  transition: color .4s;

  font-family: "PingFang SC","Microsoft Yahei",Arial,sans-serif;

}

.w106-group-meta .group-meta-intro .wrap > ul li h4 strong {

  font-size: 32px;

  font-weight: bold;

}

.w106-group-meta .group-meta-intro .wrap > ul li h4:after {

  display: block;

  position: absolute;

  top: 50%;

  left: -24px;

  margin-top: -8px;

  content: '';

  width: 16px;

  height: 16px;

  border-radius: 50%;

  border: 3px solid #3d8708;

  transition: border .4s;

}

.w106-group-meta .group-meta-intro .wrap > ul li a {

  display: block;

  font-size: 20px;

  transition: color .4s;

  color: #333;

}

.w106-group-meta .group-meta-intro .wrap > ul li p {

  font-size: 14px;

  color: #666;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  word-break: break-word;

  white-space: normal;

  -webkit-line-clamp: 2;

}

.w106-group-meta .group-meta-intro .wrap > ul li:hover h4 {

  color: #3d8708;

}

.w106-group-meta .group-meta-intro .wrap > ul li:hover h4:after {

  border-color: #3d8708;

}

.w106-group-meta .group-meta-intro .wrap > ul li:hover a {

  color: #3d8708;

}

.w106-group-meta .group-intro {

  width: 50%;

}

.w106-group-meta .group-intro > .wrap {

  max-width: 720px;

  margin-right: auto;

  padding: 32px;

}

@media screen and (max-width: 1280px) {

  .w106-group-meta .group-meta-cover .cover-item .text {

    font-size: 18px;

    padding: 12px;

  }

  .w106-group-meta .group-meta-intro .wrap {

    padding: 24px;

  }

  .w106-group-meta .group-meta-intro .wrap > h3 {

    font-size: 32px;

    margin-bottom: 24px;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li {

    margin-bottom: 16px;

    padding-left: 24px;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li h4 {

    font-size: 16px;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li h4 strong {

    font-size: 24px;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li h4:after {

    left: -20px;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li a {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    word-break: normal;

    font-size: 18px;

    line-height: 1.2;

  }

}

@media screen and (max-width: 992px) {

  .w106-group-meta .group-intro {

    width: 100%;

  }

  .w106-group-meta .group-intro > .wrap {

    max-width: 720px;

    margin-right: auto;

    padding: 16px;

  }

  .w106-group-meta .group-meta-wrap {

    flex-direction: column;

  }

  .w106-group-meta .group-meta-cover {

    width: 100%;

  }

  .w106-group-meta .group-meta-cover .cover-item .text {

    font-size: 16px;

    padding: 8px;

  }

  .w106-group-meta .group-meta-intro {

    width: 100%;

  }

  .w106-group-meta .group-meta-intro .wrap {

    max-width: none;

    padding: 16px;

  }

  .w106-group-meta .group-meta-intro .wrap > h3 {

    font-size: 24px;

    margin-bottom: 16px;

    text-align: center;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li {

    margin-bottom: 16px;

    padding-left: 0;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li h4 {

    font-size: 14px;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li h4 strong {

    font-size: 18px;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li h4:after {

    display: none;

  }

  .w106-group-meta .group-meta-intro .wrap > ul li a {

    font-size: 16px;

    line-height: 1.8;

  }

}



/*!- w106-group-meta end -*/

/*!- w106-corp begin -*/

.w106-corp > h3 {

  font-size: 38px;

  font-weight: normal;

  text-transform: uppercase;

  font-family: BROADW,serif;

  color: #3d8708;

  margin-bottom: 10px;

}

.w106-corp > i {

  margin-bottom: 30px;

  display: inline-block;

  width: 60px;

  height: 2px;

  background: #ddd;

}

.w106-corp > p {

  font-size: 16px;

  color: #333;

  text-align: justify;

  line-height: 2;

}

.w106-corp > a {

  display: inline-block;

  font-size: 16px;

  line-height: 40px;

  background-color: #3d8708;

  color: #fff;

  text-align: center;

  padding: 0 40px 0 24px;

  margin-top: 32px;

  position: relative;

  transition: background-color .4s;

  transition: .4s;

}

.w106-corp > a:after {

  content: '→';

  display: block;

  position: absolute;

  top: 0;

  right: 16px;

  transition: transform .4s;

}

.w106-corp > a:hover {

  background-color: #3d8708;

  border-radius: 20px;

}

.w106-corp > a:hover:after {

  transform: translateX(8px);

}

@media screen and (max-width: 1280px) {

  .w106-corp > h3 {

    font-size: 32px;

    margin-bottom: 24px;

  }

  .w106-corp > p {

    font-size: 14px;

    line-height: 1.8;

  }

  .w106-corp > a {

    font-size: 14px;

    line-height: 32px;

    padding: 0 32px 0 20px;

    margin-top: 24px;

    border-radius: 16px;

  }

  .w106-corp > a:after {

    right: 12px;

  }

}

@media screen and (max-width: 992px) {

  .w106-corp {

    text-align: center;

  }

  .w106-corp > h3 {

    font-size: 24px;

    margin-bottom: 16px;

    text-align: center;

  }

  .w106-corp > i {

    margin-bottom: 15px;

  }

  .w106-corp > p {

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;

    word-break: break-word;

    white-space: normal;

    -webkit-line-clamp: 7;

    text-align: left;

    line-height: 2;

  }

  .w106-corp > a {

    font-size: 12px;

    line-height: 28px;

    padding: 0 28px 0 16px;

    margin-top: 16px;

    border-radius: 14px;

  }

  .w106-corp > a:after {

    right: 8px;

  }

}



/*!- w106-corp end -*/

/*!- w106-video begin -*/

.w106-video {

  position: relative;

  height: 100%;

}

.w106-video .media img {

  display: block;

  width: 100%;

  height: auto;

}

.w106-video .intro {

  display: flex;

  flex-direction: column;

  justify-content: center;

  align-items: center;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  text-align: center;

  background-color: rgba(0, 0, 0, 0.5);

  color: #fff;

  padding: 32px;

  transition: color .4s;

}

.w106-video .intro .icon {

  font-size: 64px;

}

.w106-video .intro .icon i {

  font-size: inherit;

}

.w106-video .intro .text {

  font-size: 20px;

  font-weight: normal;

}

.w106-video .intro:hover {

  color: #3d8708;

}

@media screen and (max-width: 1280px) {

  .w106-video .intro {

    padding: 24px;

  }

  .w106-video .intro .icon {

    font-size: 48px;

  }

  .w106-video .intro .text {

    font-size: 18px;

  }

}

@media screen and (max-width: 992px) {

  .w106-video .intro {

    padding: 16px;

  }

  .w106-video .intro .icon {

    font-size: 56px;

  }

  .w106-video .intro .text {

    font-size: 16px;

  }

}



/*!- w106-video end -*/

/*!- w106-about begin -*/

.w106-about .about-title {

  text-align: center;

}

.w106-about .about-title > h3 {

  font-size: 38px;

  font-weight: normal;

  text-align: center;

  text-transform: uppercase;

  font-family: BROADW,serif;

  color: #3d8708;

  margin-bottom: 10px;

}

.w106-about .about-title > i {

  margin-bottom: 30px;

  display: inline-block;

  width: 60px;

  height: 2px;

  background: #ddd;

}

.w106-about .about-intro {

  margin-bottom: 32px;

}

.w106-about .about-intro p {

  font-size: 16px;

  line-height: 2;

  color: #333;

}

.w106-about .about-cover .cover-item {

  display: block;

}

.w106-about .about-cover .cover-item .wrap img {

  display: block;

  width: 100%;

  height: auto;

}

@media screen and (max-width: 1280px) {

  .w106-about .about-title > h3 {

    font-size: 32px;

    margin-bottom: 16px;

    text-align: center;

  }

  .w106-about .about-title > i {

    margin-bottom: 15px;

  }

  .w106-about .about-intro {

    margin-bottom: 32px;

  }

  .w106-about .about-intro p {

    font-size: 16px;

    line-height: 2;

    color: #333;

  }

}

@media screen and (max-width: 992px) {

  .w106-about .about-title > h3 {

    font-size: 24px;

    margin-bottom: 16px;

    text-align: center;

  }

  .w106-about .about-title > i {

    margin-bottom: 15px;

  }

  .w106-about .about-intro {

    margin-bottom: 32px;

  }

  .w106-about .about-intro p {

    font-size: 14px;

    line-height: 2;

    color: #333;

  }

}



/*!- w106-about end -*/

/*!- w106-cert-list begin -*/

.w106-cert-list .filter {

  background-color: #fff;

  padding: 16px 32px;

}

.w106-cert-list .filter .row .col {

  display: flex;

  align-items: flex-start;

  padding: 16px 0;

  border-bottom: 1px dashed #e6e6e6;

}

.w106-cert-list .filter .row .col .label {

  flex: none;

  min-width: 120px;

  font-size: 14px;

  line-height: 32px;

  color: #999;

}

.w106-cert-list .filter .row .col .value {

  flex: auto;

}

.w106-cert-list .filter .row .col:last-child {

  border-bottom: 0;

}

.w106-cert-list .filter .radio, .w106-cert-list .filter .checkbox {

  display: inline-block;

  vertical-align: middle;

  position: relative;

  padding-left: 24px;

  min-height: 16px;

  margin: 0 16px 0 0;

}

.w106-cert-list .filter .radio span, .w106-cert-list .filter .checkbox span {

  display: block;

  font-size: 14px;

  line-height: 32px;

  color: #333;

  transition: color .4s;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  max-width: 200px;

}

.w106-cert-list .filter .radio:before, .w106-cert-list .filter .radio:after, .w106-cert-list .filter .checkbox:before, .w106-cert-list .filter .checkbox:after {

  display: block;

  content: '';

  position: absolute;

  top: 50%;

}

.w106-cert-list .filter .radio:before, .w106-cert-list .filter .checkbox:before {

  left: 0;

  margin-top: -8px;

  width: 16px;

  height: 16px;

  border: 1px solid #d9d9d9;

  transition: border-color .4s;

}

.w106-cert-list .filter .radio:after, .w106-cert-list .filter .checkbox:after {

  left: 4px;

  margin-top: -4px;

  width: 8px;

  height: 8px;

}

.w106-cert-list .filter .radio:hover span, .w106-cert-list .filter .checkbox:hover span {

  color: #3d8708;

}

.w106-cert-list .filter .radio:hover:before, .w106-cert-list .filter .checkbox:hover:before {

  border-color: #3d8708;

}

.w106-cert-list .filter .radio.active span, .w106-cert-list .filter .checkbox.active span {

  color: #3d8708;

}

.w106-cert-list .filter .radio.active:before, .w106-cert-list .filter .checkbox.active:before {

  border-color: #3d8708;

}

.w106-cert-list .filter .radio.active:after, .w106-cert-list .filter .checkbox.active:after {

  background-color: #3d8708;

}

.w106-cert-list .filter .radio:before, .w106-cert-list .filter .radio:after {

  border-radius: 50%;

}

.w106-cert-list .wrapper .tabs {

  font-size: 0;

  line-height: 1;

  border-bottom: 1px solid #e6e6e6;

  white-space: nowrap;

  overflow-x: auto;

}

.w106-cert-list .wrapper .tabs .tab-item {

  display: inline-block;

  vertical-align: top;

  font-size: 14px;

  line-height: 50px;

  padding: 0 16px;

  text-align: center;

  transition: color .4s, background-color .4s;

}

.w106-cert-list .wrapper .tabs .tab-item:hover {

  color: #3d8708;

  background-color: #f5f5f5;

}

.w106-cert-list .wrapper .tabs .tab-item.active {

  background-color: #3d8708;

  color: #fff;

}

.w106-cert-list .wrapper .grid {

  padding: 16px;

}

.w106-cert-list .wrapper .grid ul {

  margin: -16px 0 0 -16px;

  display: flex;

  flex-wrap: wrap;

}

.w106-cert-list .wrapper .grid ul li {

  display: block;

  padding: 16px 0 0 16px;

  width: 25%;

}

.w106-cert-list .wrapper .grid ul li .grid-item {

  display: block;

}

.w106-cert-list .wrapper .grid ul li .grid-item .cover {

  display: block;

  position: relative;

  overflow: hidden;

  border: 1px solid #e6e6e6;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-cert-list .wrapper .grid ul li .grid-item .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-position: center;

  object-fit: contain;

  transition: transform .4s;

}

.w106-cert-list .wrapper .grid ul li .grid-item .intro {

  padding: 8px 0;

}

.w106-cert-list .wrapper .grid ul li .grid-item .intro h4 {

  display: block;

  font-weight: normal;

  font-size: 16px;

  text-align: center;

  transition: color .4s;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  word-break: break-word;

  white-space: normal;

  -webkit-line-clamp: 2;

}

.w106-cert-list .wrapper .grid ul li .grid-item:hover .cover img {

  transform: scale(1.1);

}

.w106-cert-list .wrapper .grid ul li .grid-item:hover .intro h4 {

  color: #3d8708;

}

.w106-cert-list .pager {

  padding-top: 32px;

}

.w106-cert-list .header {

  margin-bottom: 32px;

}

.w106-cert-list .header > h3 {

  font-size: 24px;

  line-height: 32px;

  color: #333;

  text-transform: uppercase;

}

.w106-cert-list .cert-list-wrap {

  display: flex;

  align-items: flex-start;

}

.w106-cert-list .content {

  flex: auto;

  width: 80%;

}

.w106-cert-list .sidebar {

  width: 20%;

  margin-left: 32px;

}

.w106-cert-list .sidebar .hd {

  display: flex;

  align-items: center;

  margin-bottom: 32px;

  text-transform: uppercase;

}

.w106-cert-list .sidebar .hd h3 {

  flex: auto;

  font-size: 24px;

  line-height: 32px;

  color: #333;

}

.w106-cert-list .sidebar .hd a {

  line-height: 32px;

  font-size: 14px;

  color: #999;

  transition: color .5s;

}

.w106-cert-list .sidebar .hd a:hover {

  color: #3d8708;

}

.w106-cert-list .sidebar .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -16px 0 0 -16px;

}

.w106-cert-list .sidebar .bd ul li {

  width: 100%;

  padding: 16px 0 0 16px;

}

.w106-cert-list .sidebar .bd ul li a {

  display: block;

}

.w106-cert-list .sidebar .bd ul li a:hover .intro h4 {

  color: #3d8708;

}

.w106-cert-list .sidebar .bd ul li .cover {

  display: block;

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-cert-list .sidebar .bd ul li .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-position: center;

  object-fit: contain;

}

.w106-cert-list .sidebar .bd ul li .intro h4 {

  padding: 8px;

  font-size: 16px;

  font-weight: normal;

  text-align: center;

  transition: color .4s;

  color: #666;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  word-break: normal;

}

@media screen and (max-width: 1280px) {

  .w106-cert-list .filter {

    padding: 8px 24px;

  }

  .w106-cert-list .filter .row .col {

    padding: 8px 0;

  }

  .w106-cert-list .filter .row .col .label {

    min-width: 100px;

  }

  .w106-cert-list .wrapper {

    margin-top: 24px;

  }

  .w106-cert-list .wrapper .tabs .tab-item {

    line-height: 42px;

  }

  .w106-cert-list .wrapper .grid ul li {

    width: 33.33%;

  }

  .w106-cert-list .pager {

    padding-top: 24px;

  }

  .w106-cert-list .header {

    margin-bottom: 24px;

  }

  .w106-cert-list .header > h3 {

    font-size: 20px;

    line-height: 24px;

  }

  .w106-cert-list .cert-list-wrap {

    flex-wrap: wrap;

  }

  .w106-cert-list .content {

    width: 100%;

  }

  .w106-cert-list .sidebar {

    width: 100%;

    margin-left: 0;

    margin-top: 24px;

  }

  .w106-cert-list .sidebar .hd {

    margin-bottom: 24px;

  }

  .w106-cert-list .sidebar .hd h3 {

    font-size: 20px;

    line-height: 24px;

  }

  .w106-cert-list .sidebar .hd a {

    line-height: 24px;

    font-size: 14px;

  }

  .w106-cert-list .sidebar .bd ul {

    margin: -24px 0 0 -24px;

  }

  .w106-cert-list .sidebar .bd ul li {

    width: 25%;

    padding: 24px 0 0 24px;

  }

  .w106-cert-list .sidebar .bd ul li .intro h4 {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-cert-list .filter {

    padding: 4px 16px;

  }

  .w106-cert-list .filter .row .col .label {

    min-width: 72px;

    line-height: 24px;

    font-size: 12px;

    font-weight: normal;

  }

  .w106-cert-list .filter .radio, .w106-cert-list .filter .checkbox {

    padding-left: 20px;

    margin: 0 8px 0 0;

  }

  .w106-cert-list .filter .radio span, .w106-cert-list .filter .checkbox span {

    font-size: 12px;

    line-height: 24px;

  }

  .w106-cert-list .wrapper {

    margin-top: 16px;

  }

  .w106-cert-list .wrapper .tabs .tab-item {

    line-height: 36px;

  }

  .w106-cert-list .wrapper .grid {

    padding: 8px;

  }

  .w106-cert-list .wrapper .grid ul {

    margin: -8px 0 0 -8px;

  }

  .w106-cert-list .wrapper .grid ul li {

    width: 50%;

    padding: 8px 0 0 8px;

  }

  .w106-cert-list .pager {

    padding-top: 16px;

  }

  .w106-cert-list .header {

    margin-bottom: 16px;

  }

  .w106-cert-list .header > h3 {

    font-size: 18px;

  }

  .w106-cert-list .sidebar {

    margin-top: 16px;

  }

  .w106-cert-list .sidebar .hd {

    margin-bottom: 16px;

  }

  .w106-cert-list .sidebar .hd h3 {

    font-size: 18px;

  }

  .w106-cert-list .sidebar .hd a {

    font-size: 12px;

  }

  .w106-cert-list .sidebar .bd ul {

    margin: -16px 0 0 -16px;

  }

  .w106-cert-list .sidebar .bd ul li {

    width: 50%;

    padding: 16px 0 0 16px;

  }

}



.w106-cert .w106-cert-wrap {

  position: relative;

}

.w106-cert .w106-cert-wrap .w106-cert-content {

  margin-left: auto;

  margin-right: auto;

  position: relative;

  overflow: hidden;

  list-style: none;

  padding: 0;

  z-index: 1;

}

.w106-cert .w106-cert-wrap .w106-cert-content .w106-cert-swiper {

  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;

  display: flex;

  transition-property: transform;

  box-sizing: content-box;

}

.w106-cert .w106-cert-wrap .w106-cert-content .w106-cert-swiper .swiper-slide a {

  display: block;

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 75%;

}

.w106-cert .w106-cert-wrap .w106-cert-content .w106-cert-swiper .swiper-slide a > img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center;

}



/*!- w106-cert-list end -*/

/*!- w106-comments begin -*/

.w106-comments .comments-title > h3 {

  font-size: 48px;

  font-weight: bold;

  text-align: center;

  text-transform: uppercase;

  font-family: 'Times New Roman',serif;

  color: #3d8708;

  margin-bottom: 32px;

}

.w106-comments .comments-item {

  text-align: center;

}

.w106-comments .comments-item .avatar img {

  display: inline-block;

  width: 64px;

  height: 64px;

}

.w106-comments .comments-item .name {

  margin: 16px 0;

}

.w106-comments .comments-item .name h4 {

  font-size: 18px;

  color: #333;

}

.w106-comments .comments-item .content p {

  font-size: 16px;

  line-height: 2;

  white-space: normal;

  word-break: break-word;

  color: #666;

}

.w106-comments .w106-comments-swiper {

  padding: 32px 0 64px;

}

.w106-comments .swiper-pagination-bullet {

  background: #d9d9d9;

}

.w106-comments .swiper-pagination-bullet-active {

  background: #3d8708;

}

@media screen and (max-width: 1280px) {

  .w106-comments .comments-title > h3 {

    font-size: 32px;

    margin-bottom: 24px;

  }

  .w106-comments .comments-item .avatar img {

    width: 56px;

    height: 56px;

  }

  .w106-comments .comments-item .name {

    margin: 12px 0;

  }

  .w106-comments .comments-item .name h4 {

    font-size: 16px;

  }

  .w106-comments .comments-item .content p {

    font-size: 14px;

  }

  .w106-comments .w106-comments-swiper {

    padding: 24px 0 48px;

  }

}

@media screen and (max-width: 992px) {

  .w106-comments .comments-title > h3 {

    font-size: 24px;

    margin-bottom: 16px;

  }

  .w106-comments .comments-item .avatar img {

    width: 48px;

    height: 48px;

  }

  .w106-comments .comments-item .name {

    margin: 8px 0;

  }

  .w106-comments .comments-item .content p {

    line-height: 1.5;

  }

  .w106-comments .w106-comments-swiper {

    padding: 16px 0 32px;

  }

}



/*!- w106-comments end -*/

/*!- w106-case-grid begin -*/

.w106-case-grid .w106-case-grid-content ul {

  display: flex;

  flex-wrap: wrap;

  margin: -32px 0 0 -32px;

}

.w106-case-grid .w106-case-grid-content ul li {

  display: block;

  width: 33.33%;

  padding: 32px 0 0 32px;

}

.w106-case-grid .w106-case-grid-content ul li a {

  display: flex;

  flex-direction: column;

}

.w106-case-grid .w106-case-grid-content ul li a:hover h3 {

  color: #3d8708;

}

.w106-case-grid .w106-case-grid-content ul li img {

  display: block;

  flex: auto;

  object-position: center;

  object-fit: contain;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-case-grid .w106-case-grid-content ul li img.loaded {

  width: 100%;

  height: 100%;

  padding-right: 0;

  padding-bottom: 0;

}

.w106-case-grid .w106-case-grid-content ul li h3 {

  flex: none;

  font-size: 16px;

  line-height: 20px;

  padding-top: 8px;

  height: 48px;

  font-weight: normal;

  color: #333;

  transition: color .4s;

  text-align: center;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  word-break: break-word;

  white-space: normal;

  -webkit-line-clamp: 2;

}

@media screen and (max-width: 1280px) {

  .w106-case-grid .w106-case-grid-content ul {

    margin: -24px 0 0 -24px;

  }

  .w106-case-grid .w106-case-grid-content ul li {

    padding: 24px 0 0 24px;

  }

}

@media screen and (max-width: 992px) {

  .w106-case-grid .w106-case-grid-content ul {

    margin: -16px 0 0 -16px;

  }

  .w106-case-grid .w106-case-grid-content ul li {

    width: 50%;

    padding: 16px 0 0 16px;

  }

  .w106-case-grid .w106-case-grid-content ul li h3 {

    font-size: 14px;

  }

}



/*!- w106-case-grid end -*/

/*!- w106-cert-grid begin -*/

.w106-cert-grid .w106-cert-grid-content ul {

  display: flex;

  flex-wrap: wrap;

  margin: -32px 0 0 -32px;

}

.w106-cert-grid .w106-cert-grid-content ul li {

  display: block;

  width: 25%;

  padding: 32px 0 0 32px;

}

.w106-cert-grid .w106-cert-grid-content ul li a {

  display: flex;

  flex-direction: column;

}

.w106-cert-grid .w106-cert-grid-content ul li a:hover h3 {

  color: #3d8708;

}

.w106-cert-grid .w106-cert-grid-content ul li img {

  display: block;

  flex: auto;

  object-position: center;

  object-fit: contain;

  background-color: #fff;

  height: 0;

  width: 100%;

  padding-bottom: 66.6666666667%;

}

.w106-cert-grid .w106-cert-grid-content ul li img.loaded {

  width: 100%;

  height: 100%;

  padding-right: 0;

  padding-bottom: 0;

}

.w106-cert-grid .w106-cert-grid-content ul li h3 {

  flex: none;

  font-size: 16px;

  line-height: 20px;

  padding-top: 8px;

  height: 48px;

  font-weight: normal;

  color: #333;

  transition: color .4s;

  text-align: center;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  word-break: break-word;

  white-space: normal;

  -webkit-line-clamp: 2;

}

@media screen and (max-width: 1280px) {

  .w106-cert-grid .w106-cert-grid-content ul {

    margin: -24px 0 0 -24px;

  }

  .w106-cert-grid .w106-cert-grid-content ul li {

    width: 33.33%;

    padding: 24px 0 0 24px;

  }

}

@media screen and (max-width: 992px) {

  .w106-cert-grid .w106-cert-grid-content ul {

    margin: -16px 0 0 -16px;

  }

  .w106-cert-grid .w106-cert-grid-content ul li {

    width: 50%;

    padding: 16px 0 0 16px;

  }

  .w106-cert-grid .w106-cert-grid-content ul li h3 {

    font-size: 14px;

  }

}



/*!- w106-cert-grid end -*/

/*!- w106-news-grid begin -*/

.w106-news-grid .news-grid-content ul {

  display: flex;

  flex-wrap: wrap;

  margin: -32px 0 0 -32px;

}

.w106-news-grid .news-grid-content ul li {

  padding: 32px 0 0 32px;

  width: 33.33%;

}

.w106-news-grid .news-grid-content ul li a {

  display: block;

  position: relative;

  overflow: hidden;

}

.w106-news-grid .news-grid-content ul li a .meta {

  display: block;

  font-size: 16px;

  text-align: center;

  background-color: rgba(255, 255, 255, 0.5);

  position: absolute;

  z-index: 1;

  top: 0;

  right: 0;

  padding: 8px 16px;

}

.w106-news-grid .news-grid-content ul li a .cover {

  display: block;

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 75%;

}

.w106-news-grid .news-grid-content ul li a .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center;

}

.w106-news-grid .news-grid-content ul li a .intro {

  position: absolute;

  z-index: 2;

  bottom: -8px;

  left: 0;

  background-image: linear-gradient(15deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 80%);

  width: 100%;

  padding: 16px;

  transition: background .4s, transform .4s;

  color: #fff;

  transform: translateY(48px);

}

.w106-news-grid .news-grid-content ul li a .intro h3 {

  font-size: 16px;

  font-weight: normal;

  line-height: 1.5;

  transition: color .4s;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  word-break: normal;

}

.w106-news-grid .news-grid-content ul li a .intro h3:hover {

  color: #3d8708;

}

.w106-news-grid .news-grid-content ul li a .intro span {

  display: block;

  width: 32px;

  height: 32px;

  text-align: center;

  margin-left: auto;

  transition: background-color .4s;

  line-height: 32px;

  color: #3d8708;

  overflow: hidden;

  border-radius: 50%;

  margin-top: 16px;

}

.w106-news-grid .news-grid-content ul li a .intro span i {

  font-size: 24px;

}

.w106-news-grid .news-grid-content ul li a .intro span:hover {

  background-color: #f5f5f5;

}

.w106-news-grid .news-grid-content ul li a:hover .intro {

  background-image: none;

  background-color: rgba(255, 255, 255, 0.9);

  color: #333;

  transform: translateY(0);

}

.w106-news-grid .news-grid-content ul li a:hover .intro h3 {

  white-space: normal;

}

@media screen and (max-width: 1280px) {

  .w106-news-grid .news-grid-content ul {

    margin: -24px 0 0 -24px;

  }

  .w106-news-grid .news-grid-content ul li {

    padding: 24px 0 0 24px;

  }

  .w106-news-grid .news-grid-content ul li a .meta {

    font-size: 14px;

    padding: 4px 12px;

  }

  .w106-news-grid .news-grid-content ul li a .intro {

    width: 100%;

    padding: 12px;

    transform: translateY(36px);

  }

  .w106-news-grid .news-grid-content ul li a .intro h3 {

    font-size: 14px;

  }

  .w106-news-grid .news-grid-content ul li a .intro span {

    width: 24px;

    height: 24px;

    line-height: 24px;

    margin-top: 12px;

  }

  .w106-news-grid .news-grid-content ul li a .intro span i {

    font-size: 20px;

  }

}

@media screen and (max-width: 992px) {

  .w106-news-grid .news-grid-content ul {

    margin: -16px 0 0 -16px;

  }

  .w106-news-grid .news-grid-content ul li {

    width: 50%;

    padding: 16px 0 0 16px;

  }

  .w106-news-grid .news-grid-content ul li a .meta {

    font-size: 12px;

    padding: 0 8px;

  }

  .w106-news-grid .news-grid-content ul li a .intro {

    width: 100%;

    padding: 8px;

    position: relative;

    transform: translateY(0px);

    bottom: 0px;

    color: #333;

    background-image: none;

  }

}



/*!- w106-news-grid end -*/

/*!- w106-sitemap begin -*/

.w106-sitemap .w106-sitemap-content ul {

  padding-top: 1px;

}

.w106-sitemap .w106-sitemap-content ul li {

  display: block;

  margin-top: 32px;

  background-color: #fff;

}

.w106-sitemap .w106-sitemap-content ul li a {

  transition: color .5s;

}

.w106-sitemap .w106-sitemap-content ul li a:hover {

  color: #3d8708;

}

.w106-sitemap .w106-sitemap-content ul li > h3 {

  display: block;

  font-size: 20px;

  line-height: 1.576;

  padding: 16px 24px;

  font-weight: normal;

  color: #333;

  border-bottom: 1px solid #e6e6e6;

}

.w106-sitemap .w106-sitemap-content ul li > dl {

  display: flex;

  flex-wrap: wrap;

  padding: 16px 0;

}

.w106-sitemap .w106-sitemap-content ul li > dl > dt {

  display: block;

  width: 100%;

  font-size: 18px;

  line-height: 1.576;

  padding: 4px 24px;

  color: #666;

}

.w106-sitemap .w106-sitemap-content ul li > dl > dd {

  display: block;

  width: 20%;

  font-size: 16px;

  line-height: 1.576;

  padding: 4px 24px;

  color: #999;

}

@media screen and (max-width: 1280px) {

  .w106-sitemap .w106-sitemap-content ul li {

    margin-top: 24px;

  }

  .w106-sitemap .w106-sitemap-content ul li > h3 {

    font-size: 18px;

    padding: 12px 20px;

  }

  .w106-sitemap .w106-sitemap-content ul li > dl {

    padding: 12px 0;

  }

  .w106-sitemap .w106-sitemap-content ul li > dl > dt {

    font-size: 16px;

    padding: 2px 20px;

  }

  .w106-sitemap .w106-sitemap-content ul li > dl > dd {

    width: 25%;

    font-size: 14px;

    padding: 2px 20px;

  }

}

@media screen and (max-width: 992px) {

  .w106-sitemap .w106-sitemap-content ul li {

    margin-top: 16px;

  }

  .w106-sitemap .w106-sitemap-content ul li > h3 {

    padding: 8px 16px;

  }

  .w106-sitemap .w106-sitemap-content ul li > dl {

    padding: 8px 0;

  }

  .w106-sitemap .w106-sitemap-content ul li > dl > dt {

    padding: 0 16px;

  }

  .w106-sitemap .w106-sitemap-content ul li > dl > dd {

    width: 50%;

    padding: 0 16px;

  }

}



/*!- w106-sitemap end -*/

/*!- w106-faq-list begin -*/

.w106-faq-list .w106-faq-list-content {

  background-color: #fff;

}

.w106-faq-list .w106-faq-list-content ul li {

  position: relative;

  padding: 32px;

  border-bottom: 1px solid #e6e6e6;

}

.w106-faq-list .w106-faq-list-content ul li > span {

  display: block;

  position: absolute;

  top: 16px;

  left: 24px;

  font-size: 36px;

  line-height: 1.5;

  font-weight: 900;

  z-index: 0;

  color: #3d8708;

}

.w106-faq-list .w106-faq-list-content ul li > h3 {

  font-size: 18px;

  position: relative;

  z-index: 1;

  font-weight: normal;

  line-height: 1.576;

  color: #333;

  word-wrap: break-word;

  margin-left: 50px;

}

.w106-faq-list .w106-faq-list-content ul li > p {

  font-size: 16px;

  line-height: 1.8;

  color: #666;

  word-wrap: break-word;

}

.w106-faq-list .w106-faq-list-content ul li:last-child {

  border-bottom: 0;

}

@media screen and (max-width: 1280px) {

  .w106-faq-list .w106-faq-list-content ul li {

    padding: 24px;

  }

  .w106-faq-list .w106-faq-list-content ul li > span {

    top: 12px;

    left: 16px;

    font-size: 28px;

  }

  .w106-faq-list .w106-faq-list-content ul li > h3 {

    font-size: 16px;

  }

  .w106-faq-list .w106-faq-list-content ul li > p {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-faq-list .w106-faq-list-content ul li {

    padding: 16px;

  }

  .w106-faq-list .w106-faq-list-content ul li > span {

    top: 8px;

    left: 8px;

    font-size: 24px;

  }

  .w106-faq-list .w106-faq-list-content ul li > h3 {

    font-size: 16px;

  }

  .w106-faq-list .w106-faq-list-content ul li > p {

    font-size: 14px;

  }

}



/*!- w106-faq-list end -*/

/*!- w106-contact begin -*/

.w106-contact .contact-wrap {

  display: flex;

  flex-wrap: wrap;

}

.w106-contact .contact-content {

  width: 66.66%;

}

.w106-contact .contact-content .company {

  background-color: #3d8708;

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

}

.w106-contact .contact-content .company .wrap {

  display: block;

  width: 100%;

  height: 100%;

  padding: 52px 32px;

  background-color: #3d8708;

}

.w106-contact .contact-content .company-title {

  font-size: 24px;

  line-height: 1;

  margin-bottom: 48px;

  text-align: center;

  color: #fff;

}

.w106-contact .contact-content .company-content ul {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}

.w106-contact .contact-content .company-content ul li {

  width: 25%;

  flex: auto;

  text-align: center;

}

.w106-contact .contact-content .company-content ul li .icon {

  font-size: 40px;

  line-height: 1;

  color: #fff;

}

.w106-contact .contact-content .company-content ul li .icon i {

  font-size: inherit;

}

.w106-contact .contact-content .company-content ul li .label {

  font-size: 20px;

  line-height: 1.8;

  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.65);

}

.w106-contact .contact-content .company-content ul li .value {

  font-size: 14px;

  white-space: normal;

  word-break: break-word;

  color: #fff;

}

.w106-contact .contact-sidebar {

  width: 33.33%;

  padding-left: 32px;

}

.w106-contact .contact-sidebar .wrap ul {

  display: flex;

  flex-wrap: wrap;

  margin: -32px 0 0 -32px;

}

.w106-contact .contact-sidebar .wrap ul li {

  width: 100%;

  padding: 32px 0 0 32px;

}

.w106-contact .contact-sidebar .wrap ul li dl {

  background-color: #fff;

  padding: 32px;

}

.w106-contact .contact-sidebar .wrap ul li dl dt {

  padding-left: 8px;

  border-left: 3px solid #3d8708;

  line-height: 1;

  font-size: 18px;

  color: #333;

  margin-bottom: 24px;

}

.w106-contact .contact-sidebar .wrap ul li dl dd {

  font-size: 16px;

  margin-bottom: 8px;

}

.w106-contact .contact-sidebar .wrap ul li dl dd label {

  display: inline-block;

  vertical-align: top;

  color: #999;

}

.w106-contact .contact-sidebar .wrap ul li dl dd span {

  display: inline-block;

  vertical-align: top;

  color: #666;

}

@media screen and (max-width: 1280px) {

  .w106-contact .contact-content .company {

    padding: 32px 24px;

  }

  .w106-contact .contact-content .company-title {

    font-size: 20px;

    margin-bottom: 32px;

  }

  .w106-contact .contact-content .company-content ul li .icon {

    font-size: 32px;

  }

  .w106-contact .contact-content .company-content ul li .label {

    font-size: 16px;

  }

  .w106-contact .contact-sidebar {

    padding-left: 24px;

  }

  .w106-contact .contact-sidebar .wrap ul {

    margin: -24px 0 0 -24px;

  }

  .w106-contact .contact-sidebar .wrap ul li {

    padding: 24px 0 0 24px;

  }

  .w106-contact .contact-sidebar .wrap ul li dl {

    padding: 24px;

  }

  .w106-contact .contact-sidebar .wrap ul li dl dt {

    font-size: 16px;

    margin-bottom: 16px;

  }

  .w106-contact .contact-sidebar .wrap ul li dl dd {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-contact .contact-content {

    width: 100%;

  }

  .w106-contact .contact-content .company {

    padding: 24px 16px;

    background-image: none !important;

  }

  .w106-contact .contact-content .company .wrap {

    padding: 20px 10px;

  }

  .w106-contact .contact-content .company-title {

    font-size: 18px;

    margin-bottom: 24px;

  }

  .w106-contact .contact-content .company-content ul li {

    width: 50%;

    padding: 16px;

  }

  .w106-contact .contact-content .company-content ul li .icon {

    font-size: 30px;

  }

  .w106-contact .contact-sidebar {

    width: 100%;

    padding-left: 0;

    padding-top: 16px;

  }

  .w106-contact .contact-sidebar .wrap ul {

    margin: -16px 0 0 -16px;

  }

  .w106-contact .contact-sidebar .wrap ul li {

    padding: 16px 0 0 16px;

  }

  .w106-contact .contact-sidebar .wrap ul li dl {

    padding: 16px;

  }

  .w106-contact .contact-sidebar .wrap ul li dl dt {

    margin-bottom: 8px;

  }

}



/*!- w106-contact end -*/

/*!- w106-product-detail begin -*/

.w106-product-detail .product-detail-wrap {

  display: flex;

  align-items: flex-start;

}

.w106-product-detail .content {

  flex: auto;

  width: 80%;

  background-color: #fff;

  padding: 32px;

}

.w106-product-detail .content .hd {

  display: flex;

  align-items: flex-start;

}

.w106-product-detail .content .hd .product-cover {

  display: block;

  flex: none;

  max-width: 480px;

  width: 100%;

}

.w106-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item {

  display: block;

  position: relative;

  border: 1px solid #d9d9d9;

}

.w106-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap {

  display: block;

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .wrap img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center;

}

.w106-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.2);

}

.w106-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play {

  display: block;

  position: absolute;

  bottom: 16px;

  right: 16px;

  width: 48px;

  height: 48px;

  line-height: 42px;

  text-align: center;

  border: 3px solid rgba(255, 255, 255, 0.8);

  color: #fff;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, 0.3);

}

.w106-product-detail .content .hd .product-cover .product-gallery-swiper .gallery-item .mask .play i {

  font-size: 24px;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper {

  margin-top: 16px;

  overflow: hidden;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item {

  display: block;

  position: relative;

  cursor: pointer;

  border: 1px solid #d9d9d9;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap {

  display: block;

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .wrap img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: contain;

  object-position: center;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.2);

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play {

  display: block;

  position: absolute;

  top: 50%;

  left: 50%;

  width: 32px;

  height: 32px;

  margin: -16px 0 0 -16px;

  line-height: 28px;

  text-align: center;

  border: 2px solid rgba(255, 255, 255, 0.8);

  color: #fff;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, 0.3);

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .thumb-item .mask .play i {

  font-size: 16px;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-slide-thumb-active .thumb-item {

  border-color: #3d8708;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next {

  width: 16px;

  border-radius: 0;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev:after, .w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next:after {

  font-size: 12px;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-next, .w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-prev {

  right: 0;

}

.w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-button-prev, .w106-product-detail .content .hd .product-cover .product-thumb-swiper .swiper-container-rtl .swiper-button-next {

  left: 0;

}

.w106-product-detail .content .hd .product-intro {

  display: block;

  flex: auto;

  padding-left: 32px;

  width: 100%;

}

.w106-product-detail .content .hd .product-intro .title {

/*  margin-bottom: 32px;*/

  padding-bottom: 32px;

  border-bottom: 1px solid #e6e6e6;

}

.w106-product-detail .content .hd .product-intro .title h2 {

  font-size: 24px;

  font-weight: normal;

  line-height: 1.1;

  color: #3d8708;

}

.w106-product-detail .content .hd .product-intro .desc {

  margin-bottom: 32px;

  white-space: pre-line;

}

.w106-product-detail .content .hd .product-intro .desc p {

  font-size: 16px;

  margin: 8px 0;

  color: #333;

}

.w106-product-detail .content .hd .product-intro .attrs {

  margin-bottom: 32px;

}

.w106-product-detail .content .hd .product-intro .attrs ul li {

  margin-bottom: 8px;

}

.w106-product-detail .content .hd .product-intro .attrs ul li label, .w106-product-detail .content .hd .product-intro .attrs ul li span, .w106-product-detail .content .hd .product-intro .attrs ul li a {

  display: inline-block;

  vertical-align: top;

  font-size: 16px;

}

.w106-product-detail .content .hd .product-intro .attrs ul li label {

  color: #999;

}

.w106-product-detail .content .hd .product-intro .attrs ul li span {

  color: #333;

}

.w106-product-detail .content .hd .product-intro .attrs ul li a {

  color: #1890FF;

}

.w106-product-detail .content .hd .product-intro .attrs ul li a:hover {

  text-decoration: underline;

}

.w106-product-detail .content .hd .product-intro .action .button {

  display: inline-block;

  font-size: 16px;

  line-height: 40px;

  text-align: center;

  padding: 0 24px;

  background-color: #fff;

  color: #333;

  border: 1px solid #d9d9d9;

  transition: background-color .4s, border-color .4s;

}

.w106-product-detail .content .hd .product-intro .action .button:hover {

  background-color: #f5f5f5;

}

.w106-product-detail .content .hd .product-intro .action .button.accents {

  background-color: #3d8708;

  color: #fff;

  border-color: #3d8708;

}

.w106-product-detail .content .hd .product-intro .action .button.accents:hover {

  border-color: #3d8708;

  background-color: #3d8708;

}

.w106-product-detail .content .bd {

  margin-top: 32px;

}

.w106-product-detail .content .bd .tips {

  padding: 16px 0;

}

.w106-product-detail .content .bd .tips h4 {

  border-left: 3px solid #3d8708;

  line-height: 1.5;

  padding: 4px 16px;

  font-size: 18px;

  font-weight: normal;

  color: #3d8708;

}

.w106-product-detail .content .bd .tags {

  display: block;

  line-height: 1;

  font-size: 0;

}

.w106-product-detail .content .bd .tags a {

  display: inline-block;

  line-height: 40px;

  text-align: center;

  padding: 0 24px;

  background-color: #F5F5F5;

  color: #333;

  font-size: 14px;

  margin: 0 16px 16px 0;

  max-width: 200px;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  transition: background-color .4s, color .4s;

}

.w106-product-detail .content .bd .tags a:hover {

  background-color: #fcfbf8;

  color: #3d8708;

}

.w106-product-detail .sidebar {

  width: 20%;

  margin-left: 32px;

}

.w106-product-detail .sidebar .hd {

  display: flex;

  align-items: center;

  margin-bottom: 32px;

  text-transform: uppercase;

}

.w106-product-detail .sidebar .hd h3 {

  flex: auto;

  font-size: 24px;

  line-height: 32px;

  color: #333;

}

.w106-product-detail .sidebar .hd a {

  line-height: 32px;

  font-size: 14px;

  color: #999;

  transition: color .5s;

}

.w106-product-detail .sidebar .hd a:hover {

  color: #3d8708;

}

.w106-product-detail .sidebar .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -16px 0 0 -16px;

}

.w106-product-detail .sidebar .bd ul li {

  width: 100%;

  padding: 16px 0 0 16px;

}

.w106-product-detail .sidebar .bd ul li a {

  display: block;

}

.w106-product-detail .sidebar .bd ul li a:hover .intro h4 {

  color: #3d8708;

}

.w106-product-detail .sidebar .bd ul li .cover {

  display: block;

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-product-detail .sidebar .bd ul li .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-position: center;

  object-fit: contain;

}

.w106-product-detail .sidebar .bd ul li .intro h4 {

  padding: 8px;

  font-size: 16px;

  font-weight: normal;

  text-align: center;

  transition: color .4s;

  color: #666;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  word-break: normal;

}

@media screen and (max-width: 1280px) {

  .w106-product-detail .product-detail-wrap {

    flex-wrap: wrap;

  }

  .w106-product-detail .content {

    width: 100%;

    padding: 24px;

  }

  .w106-product-detail .content .hd .product-cover {

    max-width: 400px;

  }

  .w106-product-detail .content .hd .product-intro {

    padding-left: 24px;

  }

  .w106-product-detail .content .hd .product-intro .title {

    margin-bottom: 24px;

    padding-bottom: 24px;

  }

  .w106-product-detail .content .hd .product-intro .title h2 {

    font-size: 20px;

  }

  .w106-product-detail .content .hd .product-intro .desc {

    margin-bottom: 24px;

  }

  .w106-product-detail .content .hd .product-intro .desc p {

    font-size: 14px;

  }

  .w106-product-detail .content .hd .product-intro .attrs {

    margin-bottom: 24px;

  }

  .w106-product-detail .content .hd .product-intro .attrs ul li label, .w106-product-detail .content .hd .product-intro .attrs ul li span, .w106-product-detail .content .hd .product-intro .attrs ul li a {

    font-size: 14px;

  }

  .w106-product-detail .content .hd .product-intro .action .button {

    font-size: 14px;

    line-height: 36px;

    padding: 0 16px;

  }

  .w106-product-detail .content .bd {

    margin-top: 24px;

  }

  .w106-product-detail .content .bd .tips {

    padding: 8px 0;

  }

  .w106-product-detail .content .bd .tips h4 {

    padding: 4px 16px;

    font-size: 16px;

  }

  .w106-product-detail .content .bd .tags a {

    line-height: 32px;

    padding: 0 16px;

    margin: 0 12px 12px 0;

  }

  .w106-product-detail .sidebar {

    width: 100%;

    margin-left: 0;

    margin-top: 24px;

  }

  .w106-product-detail .sidebar .hd {

    margin-bottom: 24px;

  }

  .w106-product-detail .sidebar .hd h3 {

    font-size: 20px;

    line-height: 24px;

  }

  .w106-product-detail .sidebar .hd a {

    line-height: 24px;

    font-size: 14px;

  }

  .w106-product-detail .sidebar .bd ul {

    margin: -24px 0 0 -24px;

  }

  .w106-product-detail .sidebar .bd ul li {

    width: 25%;

    padding: 24px 0 0 24px;

  }

  .w106-product-detail .sidebar .bd ul li .intro h4 {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-product-detail .content {

    padding: 16px;

  }

  .w106-product-detail .content .hd {

    flex-wrap: wrap;

  }

  .w106-product-detail .content .hd .product-cover {

    max-width: none;

  }

  .w106-product-detail .content .hd .product-intro {

    padding-left: 0;

    padding-top: 16px;

  }

  .w106-product-detail .content .hd .product-intro .title {

    margin-bottom: 16px;

    padding-bottom: 16px;

  }

  .w106-product-detail .content .hd .product-intro .title h2 {

    font-size: 18px;

  }

  .w106-product-detail .content .hd .product-intro .desc {

    margin-bottom: 16px;

  }

  .w106-product-detail .content .hd .product-intro .attrs {

    margin-bottom: 16px;

  }

  .w106-product-detail .content .hd .product-intro .action .button {

    display: block;

    width: 100%;

    line-height: 40px;

  }

  .w106-product-detail .content .bd {

    margin-top: 16px;

  }

  .w106-product-detail .content .bd .tips {

    padding: 16px 0;

  }

  .w106-product-detail .content .bd .tips h4 {

    padding: 4px 8px;

    font-size: 14px;

  }

  .w106-product-detail .content .bd .tags a {

    line-height: 28px;

    margin: 0 8px 8px 0;

  }

  .w106-product-detail .content .ueditor-container {

    font-size: 14px;

  }

  .w106-product-detail .sidebar {

    margin-top: 16px;

  }

  .w106-product-detail .sidebar .hd {

    margin-bottom: 16px;

  }

  .w106-product-detail .sidebar .hd h3 {

    font-size: 18px;

  }

  .w106-product-detail .sidebar .hd a {

    font-size: 12px;

  }

  .w106-product-detail .sidebar .bd ul {

    margin: -16px 0 0 -16px;

  }

  .w106-product-detail .sidebar .bd ul li {

    width: 50%;

    padding: 16px 0 0 16px;

  }

}



/*!- w106-product-detail end -*/

/*!- w106-product-list begin -*/

.w106-product-list .filter {

  background-color: #fff;

  padding: 16px 32px;

}

.w106-product-list .filter .row .col {

  display: flex;

  align-items: flex-start;

  padding: 16px 0;

  border-bottom: 1px dashed #e6e6e6;

}

.w106-product-list .filter .row .col .label {

  flex: none;

  min-width: 120px;

  font-size: 14px;

  line-height: 32px;

  color: #999;

}

.w106-product-list .filter .row .col .value {

  flex: auto;

}

.w106-product-list .filter .row .col:last-child {

  border-bottom: 0;

}

.w106-product-list .filter .radio, .w106-product-list .filter .checkbox {

  display: inline-block;

  vertical-align: middle;

  position: relative;

  padding-left: 24px;

  min-height: 16px;

  margin: 0 16px 0 0;

}

.w106-product-list .filter .radio span, .w106-product-list .filter .checkbox span {

  display: block;

  font-size: 14px;

  line-height: 32px;

  color: #333;

  transition: color .4s;

  white-space: nowrap;

  text-overflow: ellipsis;

  overflow: hidden;

  max-width: 200px;

}

.w106-product-list .filter .radio:before, .w106-product-list .filter .radio:after, .w106-product-list .filter .checkbox:before, .w106-product-list .filter .checkbox:after {

  display: block;

  content: '';

  position: absolute;

  top: 50%;

}

.w106-product-list .filter .radio:before, .w106-product-list .filter .checkbox:before {

  left: 0;

  margin-top: -8px;

  width: 16px;

  height: 16px;

  border: 1px solid #d9d9d9;

  transition: border-color .4s;

}

.w106-product-list .filter .radio:after, .w106-product-list .filter .checkbox:after {

  left: 4px;

  margin-top: -4px;

  width: 8px;

  height: 8px;

}

.w106-product-list .filter .radio:hover span, .w106-product-list .filter .checkbox:hover span {

  color: #3d8708;

}

.w106-product-list .filter .radio:hover:before, .w106-product-list .filter .checkbox:hover:before {

  border-color: #3d8708;

}

.w106-product-list .filter .radio.active span, .w106-product-list .filter .checkbox.active span {

  color: #3d8708;

}

.w106-product-list .filter .radio.active:before, .w106-product-list .filter .checkbox.active:before {

  border-color: #3d8708;

}

.w106-product-list .filter .radio.active:after, .w106-product-list .filter .checkbox.active:after {

  background-color: #3d8708;

}

.w106-product-list .filter .radio:before, .w106-product-list .filter .radio:after {

  border-radius: 50%;

}

.w106-product-list .wrapper {

  background-color: #fff;

}

.w106-product-list .wrapper .tabs {

  font-size: 0;

  line-height: 1;

  border-bottom: 1px solid #e6e6e6;

  white-space: nowrap;

  overflow-x: auto;

}

.w106-product-list .wrapper .tabs .tab-item {

  display: inline-block;

  vertical-align: top;

  font-size: 14px;

  line-height: 50px;

  padding: 0 16px;

  text-align: center;

  transition: color .4s, background-color .4s;

}

.w106-product-list .wrapper .tabs .tab-item:hover {

  color: #3d8708;

  background-color: #f5f5f5;

}

.w106-product-list .wrapper .tabs .tab-item.active {

  background-color: #3d8708;

  color: #fff;

}

.w106-product-list .wrapper .grid {

  padding: 16px;

}

.w106-product-list .wrapper .grid ul {

  margin: -16px 0 0 -16px;

  display: flex;

  flex-wrap: wrap;

}

.w106-product-list .wrapper .grid ul li {

  display: block;

  padding: 16px 0 0 16px;

  width: 33.3%;

}

.w106-product-list .wrapper .grid ul li .grid-item {

  display: block;

}

.w106-product-list .wrapper .grid ul li .grid-item .cover {

  display: block;

  position: relative;

  overflow: hidden;

  border: 1px solid #e6e6e6;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-product-list .wrapper .grid ul li .grid-item .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-position: center;

  object-fit: contain;

  transition: transform .4s;

}

.w106-product-list .wrapper .grid ul li .grid-item .intro {

  padding: 8px 0;

}

.w106-product-list .wrapper .grid ul li .grid-item .intro h4 {

  display: block;

  font-weight: normal;

  font-size: 16px;

  text-align: center;

  transition: color .4s;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  word-break: break-word;

  white-space: normal;

  -webkit-line-clamp: 2;

}

.w106-product-list .wrapper .grid ul li .grid-item:hover .cover img {

  transform: scale(1.1);

}

.w106-product-list .wrapper .grid ul li .grid-item:hover .intro h4 {

  color: #3d8708;

}

.w106-product-list .pager {

  padding-top: 32px;

}

.w106-product-list .header {

  margin-bottom: 32px;

}

.w106-product-list .header > h3 {

  font-size: 24px;

  line-height: 32px;

  color: #333;

  text-transform: uppercase;

}

.w106-product-list .product-list-wrap {

  display: flex;

  align-items: flex-start;

}

.w106-product-list .content {

  flex: auto;

  width: 80%;

}

.w106-product-list .sidebar {

  width: 20%;

  margin-left: 32px;

}

.w106-product-list .sidebar .hd {

  display: flex;

  align-items: center;

  margin-bottom: 32px;

  text-transform: uppercase;

}

.w106-product-list .sidebar .hd h3 {

  flex: auto;

  font-size: 24px;

  line-height: 32px;

  color: #333;

}

.w106-product-list .sidebar .hd a {

  line-height: 32px;

  font-size: 14px;

  color: #999;

  transition: color .5s;

}

.w106-product-list .sidebar .hd a:hover {

  color: #3d8708;

}

.w106-product-list .sidebar .bd ul {

  display: flex;

  flex-wrap: wrap;

  margin: -16px 0 0 -16px;

}

.w106-product-list .sidebar .bd ul li {

  width: 100%;

  padding: 16px 0 0 16px;

}

.w106-product-list .sidebar .bd ul li a {

  display: block;

}

.w106-product-list .sidebar .bd ul li a:hover .intro h4 {

  color: #3d8708;

}

.w106-product-list .sidebar .bd ul li .cover {

  display: block;

  position: relative;

  height: 0;

  width: 100%;

  padding-bottom: 100%;

}

.w106-product-list .sidebar .bd ul li .cover img {

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-position: center;

  object-fit: contain;

}

.w106-product-list .sidebar .bd ul li .intro h4 {

  padding: 8px;

  font-size: 16px;

  font-weight: normal;

  text-align: center;

  transition: color .4s;

  color: #666;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  word-break: normal;

}

@media screen and (max-width: 1280px) {

  .w106-product-list .filter {

    padding: 8px 24px;

  }

  .w106-product-list .filter .row .col {

    padding: 8px 0;

  }

  .w106-product-list .filter .row .col .label {

    min-width: 100px;

  }

  .w106-product-list .wrapper {

    margin-top: 24px;

  }

  .w106-product-list .wrapper .tabs .tab-item {

    line-height: 42px;

  }

  .w106-product-list .wrapper .grid ul li {

    width: 33.33%;

  }

  .w106-product-list .pager {

    padding-top: 24px;

  }

  .w106-product-list .header {

    margin-bottom: 24px;

  }

  .w106-product-list .header > h3 {

    font-size: 20px;

    line-height: 24px;

  }

  .w106-product-list .product-list-wrap {

    flex-wrap: wrap;

  }

  .w106-product-list .content {

    width: 100%;

  }

  .w106-product-list .sidebar {

    width: 100%;

    margin-left: 0;

    margin-top: 24px;

  }

  .w106-product-list .sidebar .hd {

    margin-bottom: 24px;

  }

  .w106-product-list .sidebar .hd h3 {

    font-size: 20px;

    line-height: 24px;

  }

  .w106-product-list .sidebar .hd a {

    line-height: 24px;

    font-size: 14px;

  }

  .w106-product-list .sidebar .bd ul {

    margin: -24px 0 0 -24px;

  }

  .w106-product-list .sidebar .bd ul li {

    width: 25%;

    padding: 24px 0 0 24px;

  }

  .w106-product-list .sidebar .bd ul li .intro h4 {

    font-size: 14px;

  }

}

@media screen and (max-width: 992px) {

  .w106-product-list .filter {

    padding: 4px 16px;

  }

  .w106-product-list .filter .row .col .label {

    min-width: 72px;

    line-height: 24px;

    font-size: 12px;

    font-weight: normal;

  }

  .w106-product-list .filter .radio, .w106-product-list .filter .checkbox {

    padding-left: 20px;

    margin: 0 8px 0 0;

  }

  .w106-product-list .filter .radio span, .w106-product-list .filter .checkbox span {

    font-size: 12px;

    line-height: 24px;

  }

  .w106-product-list .wrapper {

    margin-top: 16px;

  }

  .w106-product-list .wrapper .tabs .tab-item {

    line-height: 36px;

  }

  .w106-product-list .wrapper .grid {

    padding: 8px;

  }

  .w106-product-list .wrapper .grid ul {

    margin: -8px 0 0 -8px;

  }

  .w106-product-list .wrapper .grid ul li {

    width: 50%;

    padding: 8px 0 0 8px;

  }

  .w106-product-list .pager {

    padding-top: 16px;

  }

  .w106-product-list .header {

    margin-bottom: 16px;

  }

  .w106-product-list .header > h3 {

    font-size: 18px;

  }

  .w106-product-list .sidebar {

    margin-top: 16px;

  }

  .w106-product-list .sidebar .hd {

    margin-bottom: 16px;

  }

  .w106-product-list .sidebar .hd h3 {

    font-size: 18px;

  }

  .w106-product-list .sidebar .hd a {

    font-size: 12px;

  }

  .w106-product-list .sidebar .bd ul {

    margin: -16px 0 0 -16px;

  }

  .w106-product-list .sidebar .bd ul li {

    width: 50%;

    padding: 16px 0 0 16px;

  }

}



/*!- w106-product-list end -*/

/*!- w106-tabs begin -*/

.w106-tabs {

  display: block;

  position: sticky;

  z-index: 997;

  top: 72px;

  left: 0;

  right: 0;

  background-color: #fff;

  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);

}

.w106-tabs .w106-tabs-wrap {

  padding: 0;

}

.w106-tabs .w106-tabs-content ul {

  display: flex;

  justify-content: center;

  overflow-x: auto;

  padding: 0 16px;

}

.w106-tabs .w106-tabs-content ul li {

  margin: 0 16px;

}

.w106-tabs .w106-tabs-content ul li a {

  display: block;

  line-height: 56px;

  font-size: 16px;

  color: #333;

  max-width: 200px;

  border-bottom: 1px solid transparent;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  word-break: normal;

}

.w106-tabs .w106-tabs-content ul li.active a {

  color: #3d8708;

  border-color: #3d8708;

}

.w106-tabs.auto-hide {

  display: none;

}

@media screen and (max-width: 1280px) {

  .w106-tabs .w106-tabs-content ul li {

    margin: 0 12px;

  }

}

@media screen and (max-width: 992px) {

  .w106-tabs {

    top: 56px;

  }

  .w106-tabs .w106-tabs-content ul {

    justify-content: left;

    padding: 0 16px;

  }

  .w106-tabs .w106-tabs-content ul li {

    margin: 0 16px 0 0;

  }

  .w106-tabs .w106-tabs-content ul li a {

    line-height: 40px;

    font-size: 14px;

  }

  .w106-tabs.auto-hide {

    display: block;

  }

}



/*!- w106-tabs end -*/

