:root {
   --color: #018e3d;
   --hover: #00672c;
   --blue: #001253;
}
.ff,
.banner .mobile-video:before {
   font-family: 'iconfont' !important;
}
@font-face {
   font-family: 'Roboto';
   font-weight: 900;
   font-style: normal;

   src: url('../fonts/Roboto-Black.eot');
   src: local('Roboto Black'), local('Roboto-Black'), url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype'), url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'Roboto';
   font-weight: bold;
   font-style: normal;

   src: url('../fonts/Roboto-Bold.eot');
   src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
   font-display: swap;
}
@font-face {
   font-family: 'Roboto';
   font-weight: normal;
   font-style: normal;

   src: url('../fonts/Roboto-Regular.eot');
   src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
   font-display: swap;
}
body {
   font-family: 'Roboto', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
   font-size: 14px;
   font-weight: normal;

   color: #222;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.slick-arrow {
   font-size: 16px;
   line-height: 38px;

   position: absolute;
   z-index: 8;
   top: 50%;
   left: 0;

   width: 38px;
   height: 38px;
   padding: 0;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #999;
   border: none;
   border-radius: 50%;
   background: none;
   background-color: #fff;
}
@media (max-width: 767px) {
   .slick-arrow {
      left: -10px;
   }
}
.slick-arrow:before {
   font-family: 'iconfont' !important;

   display: block;

   content: '\eb60';
}
.slick-arrow.slick-next {
   right: 0;
   left: auto;
}
@media (max-width: 767px) {
   .slick-arrow.slick-next {
      right: -10px;
   }
}
.slick-arrow.slick-next:before {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.slick-arrow:hover {
   color: #fff;
   background-color: var(--color);
}
.slick-dots {
   margin: 0 -3px;

   text-align: center;
}
.slick-dots li {
   display: inline-block;

   width: 10px;
   height: 10px;
   margin: 0 12px;

   vertical-align: top;

   border-radius: 50%;
   background-color: #222;
}
.slick-dots li button {
   display: none;
}
.slick-dots li.slick-active {
   color: #fff;
   background-color: var(--color);
}
.flexwrap {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.pt-130 {
   padding-top: 130px;
}
@media (max-width: 1199px) {
   .pt-130 {
      padding-top: 90px;
   }
}
.share-cn {
   display: none;
}
[lang=zh-CN] .share-cn {
   display: block;
}
[lang=zh-CN] .share-other {
   display: none;
}
.header {
   position: fixed;
   z-index: 9;
   top: 0;

   width: 100%;
   height: 100px;

   -webkit-transition: all .4s;
   transition: all .4s;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .header {
      height: 60px;
   }
}
.header .logo {
   height: 100px;

   -webkit-transition: all .4s;
   transition: all .4s;
}
@media (max-width: 1560px) {
   .header .logo {
      height: 80px;
   }
}
@media (max-width: 1199px) {
   .header .logo {
      height: 60px;
      padding: 0;
   }
}
.header .logo img {
   display: inline-block;

   height: 100%;

   vertical-align: middle;
}
.header .email {
   line-height: 40px;

   height: 40px;
   margin: 0;
}
@media (max-width: 1199px) {
   .header .email {
      line-height: 30px;

      height: 30px;
   }
}
.header .email .icon {
   font-size: 24px;

   display: inline-block;

   vertical-align: middle;
}
.header .email a:hover {
   text-decoration: underline;
}
.header .top-nav {
   display: inline-block;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .header .top-nav {
      display: none;
   }
}
.header .top-nav>ul>li {
   display: inline-block;

   vertical-align: middle;
}
.header .top-nav>ul>li>a {
   line-height: 40px;

   display: block;

   height: 40px;
   padding: 0 25px;

   text-transform: capitalize;
}
@media (max-width: 1199px) {
   .header .top-nav>ul>li>a {
      line-height: 30px;

      height: 30px;
   }
}
.header .top-nav>ul>li>a:hover {
   text-decoration: underline;
}
.header .language {
   display: inline-block;

   width: 36px;
   margin-left: 20px;

   text-align: center;
   vertical-align: middle;
}
.header .language a {
   width: 36px;
   height: 36px;
   display: block;
}
.header .language a img {
   width: 100%;
}
@media (max-width: 1199px) {
   .header .language a {
      width: 30px;
      height: 30px;
   }
   .header .language {
      margin-left: 0;
   }
}
.header .language a:hover {
   text-decoration: underline;
}
@media (max-width: 1199px) {
   .header .pc-nav {
      display: none;
   }
}
@media (min-width: 1200px) {
   .header .pc-nav {
      display: inline-block;

      vertical-align: middle;
   }
   .header .pc-nav>ul>li {
      position: relative;

      display: inline-block;

      vertical-align: top;
   }
   .header .pc-nav>ul>li>a {
      font-size: 16px;
      font-weight: bold;
      line-height: 100px;

      position: relative;

      display: block;

      height: 100px;
      padding: 0 25px;

      -webkit-transition: all .2s;
      transition: all .2s;
      text-transform: uppercase;
   }
   .header .pc-nav>ul>li.active>a,
   .header .pc-nav>ul>li:hover>a {
      text-decoration: underline;

      color: var(--color);
   }
   .header .pc-nav .nav-list2 {
      position: absolute;
      z-index: 9;
      top: 100%;

      display: none;

      min-width: 100%;
      padding: 10px 0;

      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
   }
   .header .pc-nav .nav-list2>li>a {
      font-size: 16px;
      line-height: 30px;

      display: block;

      padding: 5px 10px;

      white-space: nowrap;
      text-transform: capitalize;
   }
   .header .pc-nav .nav-list2>li.active>a,
   .header .pc-nav .nav-list2>li:hover>a {
      color: var(--color);
   }
   .header .pc-nav .nav-list3 {
      position: absolute;
      top: 0;
      left: 100%;

      display: none;

      min-width: 100%;
      min-height: 100%;
      padding: 10px 0;

      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, .1);
   }
   .header .pc-nav .nav-list3>li>a {
      font-size: 15px;
      line-height: 30px;

      display: block;

      padding: 5px 10px;

      white-space: nowrap;
   }
   .header .pc-nav .nav-list3>li.active>a,
   .header .pc-nav .nav-list3>li:hover>a {
      color: var(--color);
   }
}
@media (min-width: 1200px) and (max-width: 1199px) {
   .header .pc-nav {
      display: none;
   }
}
@media (min-width: 1200px) and (max-width: 1400px) {
   .header .pc-nav>ul>li>a {
      padding: 0 14px;
   }
}
.header .btn-menu {
   position: relative;

   display: none;

   width: 30px;
   height: 60px;
}
@media (max-width: 1199px) {
   .header .btn-menu {
      display: inline-block;

      height: 50px;

      vertical-align: middle;
   }
}
.header .btn-menu a {
   position: absolute;
   top: 0;
   left: 0;

   display: block;
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;

   width: 100%;
   height: 100%;

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
.header .btn-menu a:before,
.header .btn-menu a:after {
   display: block;

   height: 2px;

   content: '';
   -webkit-transition: all .4s;
   transition: all .4s;

   background: #666;
}
.header .btn-menu a span {
   display: block;

   height: 2px;
   margin: 7px 0;

   -webkit-transition: all .4s;
   transition: all .4s;

   background: #666;
}
.header .serach-part {
   position: relative;

   display: inline-block;

   vertical-align: middle;
}
.header .find {
   font-size: 14px;
   line-height: 36px;

   width: 36px;
   height: 36px;
   margin-left: 40px;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   color: #fff;
   border-radius: 50%;
   background-color: var(--color);
}
@media (max-width: 1199px) {
   .header .find {
      margin-right: 20px;
      margin-left: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
   }
}
.header .find:before {
   font-family: 'iconfont';
   font-size: 20px;

   display: inline-block;

   margin-top: -4px;

   content: '\eafe';
   vertical-align: middle;
}
.header .find:hover {
   background-color: var(--hover);
}
.header .search-wrap {
   font-size: 14px;

   position: absolute;
   z-index: 9;
   top: 120%;
   right: 0;

   display: none;

   width: 300px;
   padding: 10px;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
@media (max-width: 1199px) {
   .header .search-wrap {
      top: 100%;
      right: 0;
   }
}
.header .search-wrap .search-box {
   position: relative;
}
.header .search-wrap input {
   line-height: 24px;

   width: 100%;
   padding: 6px 10px;

   color: #666;
   border: 1px solid #dcdcdc;
}
.header .search-wrap .submit {
   font-size: 20px;
   line-height: 38px;

   position: absolute;
   top: 0;
   right: 0;

   width: 44px;
   height: 38px;
   padding: 0;

   color: #fff;
   border-radius: 0;
   background-color: var(--color);
}
.header .search-wrap .submit:before {
   font-family: 'iconfont' !important;

   content: '\eafe';
}
.stuck {
   height: 70px;
}
@media (max-width: 1199px) {
   .stuck {
      height: 60px;
   }
}
.stuck .logo {
   height: 70px;
}
@media (max-width: 1199px) {
   .stuck .logo {
      height: 60px;
   }
}
.stuck .header-nav {
   height: 70px;
}
@media (max-width: 1199px) {
   .stuck .header-nav {
      height: 40px;
   }
}
.stuck .pc-nav>ul>li>a {
   line-height: 70px;

   height: 70px;
}
.mm-menu {
   font-size: 16px;

   text-align: left;
}
.mm-menu.mm-right {
   width: 60%;
}
html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
   right: 60%;
}
.mm-list>li>a,
.mm-list>li>span {
   white-space: normal;
}
.mm-opening .header .btn-menu {
   margin-left: 0;
}
.mm-opening .header .btn-menu a span {
   opacity: 0;
}
.mm-opening .header .btn-menu a:before {
   -webkit-transform: rotate(45deg) translateX(43%);
   -ms-transform: rotate(45deg) translateX(43%);
   transform: rotate(45deg) translateX(43%);
}
.mm-opening .header .btn-menu a:after {
   -webkit-transform: rotate(-45deg) translateX(43%);
   -ms-transform: rotate(-45deg) translateX(43%);
   transform: rotate(-45deg) translateX(43%);
}
@media (max-width: 767px) {
   .mm-opening .header .translate {
      position: fixed;
      top: 10px;
      right: 0;

      max-width: 200px;
   }
}
@media (max-width: 1199px) {
   .mm-list>li {
      display: block !important;

      text-transform: capitalize;
   }
   .mm-list>li .overview {
      display: none;
   }
   .mm-list>li .navright {
      display: none;
   }
   .mm-menu .mm-list {
      padding: 40px 0 80px 0;
   }
   .mm-menu .mm-list .mm-list {
      padding: 0 20px;
   }
}
.online-wrap .btn {
   line-height: 36px;

   position: fixed;
   z-index: 8;
   right: 0;
   bottom: 55px;

   width: 40px;
   height: 40px;
   padding: 0;

   -webkit-transform-origin: center center;
   -ms-transform-origin: center center;
   transform-origin: center center;
   text-align: center;

   color: #fff;
   border: 1px solid var(--color);
   border-radius: 0;
   outline: none;
   background-color: var(--color);
}
@media (min-width: 992px) {
   .online-wrap .btn {
      display: none;
   }
}
.online-wrap .btn:before {
   font-family: 'iconfont' !important;
   font-size: 18px;

   display: inline-block;

   content: '\e6d2';
   -webkit-transition: -webkit-transform .3s;
   transition: -webkit-transform .3s;
   transition: transform .3s;
   transition: transform .3s, -webkit-transform .3s;
}
.online-wrap .btn.active:before {
   -webkit-transform: rotateZ(225deg);
   -ms-transform: rotate(225deg);
   transform: rotateZ(225deg);
}
.online-wrap .code-pic {
   position: fixed;
   z-index: 101;
   right: 45px;
   bottom: 180px;

   display: none;

   max-width: 120px;
}
.online-wrap .code-pic .pic-box {
   padding: 5px;

   background-color: #fff;
}
.online-wrap .code-pic img {
   display: block;

   max-width: 100%;
}
.online-wrap .online {
   position: fixed;
   z-index: 8;
   top: 40%;
   right: 0;

   -webkit-transition: right .3s;
   transition: right .3s;
   text-align: center;
}
@media (max-width: 1199px) {
   .online-wrap .online {
      right: 0;
   }
}
.online-wrap .online.onlineshow {
   right: 0;
}
@media (max-width: 991px) {
   .online-wrap .online {
      top: auto;
      right: -60px;
      bottom: 100px;

      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
   }
   .online-wrap .online.onlineshow {
      right: -60px;
   }
   .online-wrap .online.active {
      right: 0;
   }
}
.online-wrap .online a {
   line-height: 50px;

   position: relative;

   display: block;

   width: 50px;
   height: 50px;
   margin: 4px 0;
   padding: 0;

   -webkit-transition: all .4s;
   transition: all .4s;
   text-align: center;

   border-radius: 8px;
   background-color: rgba(235, 235, 235, .6);
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.online-wrap .online a:before {
   font-size: 24px;
}
@media (min-width: 992px) {
   .online-wrap .online a:hover {
      border-color: var(--color);
      background-color: var(--color);
   }
   .online-wrap .online a:hover:before {
      color: #fff;
   }
}
@media (max-width: 991px) {
   .online-wrap .online a {
      line-height: 40px;

      width: 40px;
      height: 40px;
   }
   .online-wrap .online a:before {
      font-size: 20px;
   }
}
@media (min-width: 992px) {
   .online-wrap .online .icon-phone:hover .phone-num,
   .online-wrap .online .icon-whatsapp:hover .phone-num {
      right: 100%;
   }
}
.online-wrap .online .icon-phone .phone-num,
.online-wrap .online .icon-whatsapp .phone-num {
   position: absolute;
   z-index: -1;
   top: 0;
   right: -300px;

   padding-right: 5px;

   -webkit-transition: right .3s;
   transition: right .3s;
   white-space: nowrap;
}
.online-wrap .online .icon-phone .phone-num p,
.online-wrap .online .icon-whatsapp .phone-num p {
   margin: 0;
   padding: 0 10px;

   color: #fff;
   background-color: var(--color);
   box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
   .online-wrap .online .code:before {
      font-size: 22px;
   }
}
.online-wrap .online .code .mask {
   position: absolute;
   z-index: 10;
   top: 0;
   right: 100%;

   display: none;

   width: 130px;
   height: 130px;
   padding-right: 5px;
}
.online-wrap .online .code .mask .mask-box {
   border: 1px solid #e5e5e5;
   background-color: #fff;
}
.online-wrap .online .code .mask img {
   display: block;

   width: 100%;
}
.online-wrap .online .code .mask p {
   font-size: 13px;
   line-height: 16px;

   margin: 5px 0 8px 0;

   color: #888;
}
.online-wrap .online .sale {
   width: 158px;
   margin-bottom: 30px;
}
@media (max-width: 991px) {
   .online-wrap .online .sale {
      width: 50px;
   }
}
.online-wrap .online .sale a {
   width: 158px;
   height: 162px;

   background: none;
}
@media (max-width: 991px) {
   .online-wrap .online .sale a {
      width: 50px;
      height: 50px;
   }
}
.online-wrap .online .sale img {
   max-width: 100%;
}
@media (min-width: 992px) {
   .online-wrap-in .online {
      right: 0;
   }
}
.online-wrap .icon-qq:before {
   font-family: 'iconfont' !important;

   content: '\e62d';
}
.online-wrap .icon-weixin:before {
   font-family: 'iconfont' !important;

   content: '\e604';
}
.online-wrap .icon-message:before {
   font-family: 'iconfont' !important;

   content: '\e918';
}
.online-wrap .icon-email:before {
   font-family: 'iconfont' !important;

   content: '\e623';
}
.online-wrap .icon-skype:before {
   font-family: 'iconfont' !important;

   content: '\e616';
}
.online-wrap .icon-whatsapp:before {
   font-family: 'iconfont' !important;

   content: '\e621';
}
.online-wrap .icon-phone:before {
   font-family: 'iconfont' !important;

   content: '\e61c';
}
.online-wrap .icon-erweima:before {
   font-family: 'iconfont' !important;

   content: '\e745';
}
.online-wrap .icon-facebook:before {
   font-family: 'iconfont' !important;

   content: '\e61a';
}
.online-wrap .icon-instagram:before {
   font-family: 'iconfont' !important;

   content: '\e666';
}
.online-wrap .icon-cart:before {
   font-family: 'iconfont' !important;

   content: '\e62a';
}
.online-wrap .icon-cart span {
   font-size: 14px;
   line-height: 20px;

   position: absolute;
   top: 0;
   right: 0;

   width: 20px;
   height: 20px;

   color: #fff;
   border-radius: 50%;
   background-color: var(--color);
}
.online-wrap .icon-arrow-top:before {
   font-family: 'iconfont' !important;

   content: '\e605';
}
.xs-online {
   font-family: 'Times New Roman', Arial;

   position: fixed;
   z-index: 8;
   bottom: 0;
   left: 0;

   display: none;

   width: 100%;
   padding-bottom: -webkit-calc(constant(safe-area-inset-bottom) - 15px);
   padding-bottom: calc(constant(safe-area-inset-bottom) - 15px);
   padding-bottom: -webkit-calc(env(safe-area-inset-bottom) - 15px);
   padding-bottom: calc(env(safe-area-inset-bottom) - 15px);

   background-color: var(--color);
   box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, .2);
}
@media (max-width: 991px) {
   .xs-online {
      display: block !important;
   }
}
.xs-online ul {
   margin: 0;
   padding: 0;

   text-align: center;

   color: #fff;
}
.xs-online ul li {
   float: left;

   width: 20%;

   list-style: none;

   border-right: 1px solid var(--hover);
   border-left: 1px solid rgba(255, 255, 255, .6);
}
.xs-online ul li>a {
   font-size: 10px;

   display: block;

   padding: 8px 0;

   text-transform: uppercase;

   color: inherit;
}
@media (max-width: 320px) {
   .xs-online ul li>a {
      font-size: 8px;
   }
}
.xs-online ul li>a:before {
   font-family: 'iconfont' !important;
   font-size: 18px;
   font-style: normal;
   line-height: 24px;

   display: block;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
.xs-online ul li:first-child {
   border-left: none;
}
.xs-online ul li:last-child {
   border-right: none;
}
.xs-online ul li.xs-online-product>a:before {
   font-size: 16px;

   content: '\e7e9';
}
.xs-online ul li.xs-online-mail>a:before {
   font-weight: normal;

   content: '\e634';
}
.xs-online ul li.xs-online-map>a:before {
   font-weight: normal;

   content: '\e63e';
}
.xs-online ul li.xs-online-feedback>a:before {
   font-weight: normal;

   content: '\e826';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-home>a:before {
   font-weight: normal;

   content: '\e6c8';
}
.xs-online ul li.xs-online-message>a:before {
   font-size: 18px;
   font-weight: normal;

   content: '\e66b';
}
.xs-online ul li.xs-online-tel>a:before {
   font-weight: normal;

   content: '\e61c';
}
.xs-online ul li.xs-online-top>a:before {
   font-weight: normal;

   content: '\e60f';
}
.xs-online ul li.xs-online-whatsapp>a:before {
   font-weight: normal;

   content: '\e621';
}
.xs-online ul li.xs-online-skype>a:before {
   font-weight: normal;

   content: '\e616';
}
.xs-online ul li.xs-online-contact>a:before {
   font-weight: normal;

   content: '\e609';
}
.xs-online ul li.xs-online-wechat>a:before {
   content: '\e604';
}
.xs-online ul li.xs-online-wechat>a {
   position: relative;
}
.xs-online ul li.xs-online-wechat>a:hover img {
   display: block;
}
.xs-online ul li.wechat>a img {
   position: absolute;
   bottom: 57px;
   left: 0;

   display: none;

   width: 100%;
}
.xs-online ul li.facebook>a:before {
   content: '\e615';
}
.banner {
   font-size: 0;

   position: relative;
   z-index: 2;

   clear: both;
   overflow: hidden;

   width: 100%;
   padding-top: 100px;

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
@media (max-width: 1199px) {
   .banner {
      padding-top: 60px;
   }
}
.banner img {
   display: block;

   width: 100%;
}
.banner .swiper-slide {
   overflow: hidden;
}
.banner .swiper-pagination {
   font-size: 16px;

   position: absolute;
   z-index: 2;
   bottom: 4.5%;
   left: 50%;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   text-align: center;

   color: #00a9d9;
}
.banner .swiper-pagination-bullet {
   position: relative;

   width: 12px;
   height: 12px;
   margin: 0 6px !important;

   vertical-align: middle;

   opacity: .8;
   border-radius: 50%;
   background-color: #fff;
}
.banner .swiper-pagination-bullet-active {
   width: 24px;
   height: 24px;

   opacity: 1;
   border: 1px solid #fff;
   background: none;
}
.banner .swiper-pagination-bullet-active:before {
   position: absolute;
   top: 8px;
   left: 8px;

   display: block;

   width: 7px;
   height: 7px;

   content: '';

   border-radius: 50%;
   background-color: #fff;
}
.banner .slick-arrow {
   font-size: 50px;
   line-height: 60px;

   top: 60%;

   width: 60px;
   height: 60px;

   text-align: center;

   color: #fff;
   border: none;
   border-radius: 0;
   outline: none;
   background: none;
}
.banner .slick-arrow:after {
   display: none;
}
.banner .slick-arrow:before {
   content: '\f1e8';
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.banner .slick-arrow:hover {
   opacity: 1;
}
.banner .slick-prev {
   left: 5%;
}
@media (max-width: 767px) {
   .banner .slick-prev {
      left: -15px;
   }
}
.banner .slick-next {
   right: 5%;
}
@media (max-width: 767px) {
   .banner .slick-next {
      right: -15px;
   }
}
.banner .slick-next:before {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}
.banner .item {
   position: relative;

   display: block;
   overflow: hidden;
}
@media (max-width: 991px) {
   .banner .item {
      width: 110%;
      max-width: 110%;
      margin-left: -5%;
   }
}
@media (max-width: 767px) {
   .banner .item {
      width: 120%;
      max-width: 120%;
      margin-left: -10%;
   }
}
.banner .item>a {
   display: block;
   overflow: hidden;
}
.banner .item>a>img {
   position: relative;
   left: 50%;

   display: block;

   width: 100%;

   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.banner-video {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;

   object-fit: cover;
}
.banner.hide-arrow .slick-arrow,
.banner.hide-arrow .swiper-pagination {
   display: none !important;
}
.banner.hide-video video {
   display: none !important;
}
.banner-video-box {
   position: relative;

   display: block;

   padding-bottom: 41.14583333%;

   -webkit-transform: translateZ(10px);
   transform: translateZ(10px);
}
.banner-video-box .fluid_video_wrapper {
   position: absolute;
   z-index: 10;
}
.banner-video-box .fluid_initial_play {
   background-color: var(--color) !important;
}
.banner .mobile-video {
   position: relative;

   display: block;
}
.banner .mobile-video:after {
   z-index: 2;

   content: '';

   background-color: rgba(0, 0, 0, .1);
}
.banner .mobile-video:before {
   font-size: 50px;

   position: absolute;
   z-index: 3;
   top: 50%;
   left: 50%;

   content: '\e644';
   -webkit-transform: translateY(-50%) translateX(-50%);
   -ms-transform: translateY(-50%) translateX(-50%);
   transform: translateY(-50%) translateX(-50%);

   color: #fff;
   text-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.banner-in img {
   width: 100%;
}
.banner-in .text-in {
   position: absolute;
   z-index: 2;
   top: 55%;

   width: 100%;
   padding-right: 15%;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   text-align: right;
}
.banner-in .text-in h2 {
   font-family: 'Glacial Indifference', Arial, Helvetica, sans-serif;
   font-size: 48px;
   font-weight: bold;

   margin: 0;

   color: #fff;
}
@media (max-width: 1470px) {
   .banner-in .text-in h2 {
      font-size: 40px;
   }
}
@media (max-width: 1199px) {
   .banner-in .text-in h2 {
      font-size: 36px;
   }
}
@media (max-width: 991px) {
   .banner-in .text-in h2 {
      font-size: 30px;
   }
}
@-webkit-keyframes fadenum {
   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes fadenum {
   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
.box {
   overflow: hidden;

   padding: 120px 0;
}
@media (max-width: 1470px) {
   .box {
      padding: 100px 0;
   }
}
@media (max-width: 991px) {
   .box {
      padding: 50px 0;
   }
}
.title {
   text-align: center;
}
.title h2 {
   font-size: 48px;
   font-weight: 900;
   line-height: 1.2;

   overflow: hidden;

   margin: 0 auto;

   white-space: nowrap;
   text-transform: uppercase;
}
@media (max-width: 1470px) {
   .title h2 {
      font-size: 44px;
   }
}
@media (max-width: 1199px) {
   .title h2 {
      font-size: 36px;
   }
}
@media (max-width: 991px) {
   .title h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .title h2 {
      font-size: 24px;
   }
}
.title p {
   font-size: 16px;
   line-height: 1.5;

   max-width: 600px;
   margin: 0 auto;
   margin-top: 20px;

   color: #666;
}
@media (max-width: 767px) {
   .title p {
      font-size: 14px;
      line-height: 24px;

      margin-top: 10px;
   }
}
@media (min-width: 1200px) {
   @-webkit-keyframes typing {
      from {
         width: 0;
      }
      to {
         width: 100%;
      }
   }
   @keyframes typing {
      from {
         width: 0;
      }
      to {
         width: 100%;
      }
   }
   @-webkit-keyframes cursor {
      50% {
         border-color: transparent;
      }
   }
   @keyframes cursor {
      50% {
         border-color: transparent;
      }
   }
   .typing {
      -webkit-animation: typing 10s steps(40, end), cursor 1s steps(40, end) infinite;
      animation: typing 10s steps(40, end), cursor 1s steps(40, end) infinite;
   }
}
.indexcontent {
   position: relative;
   z-index: 2;
}
.box-product .product .item,
.wrap-product .product .item,
.wrap-product-show .product .item,
.box-product .slick-relate-product .item,
.wrap-product .slick-relate-product .item,
.wrap-product-show .slick-relate-product .item {
   display: block;

   text-align: center;

   background-color: #fff;
}
.box-product .product .item .img-box img,
.wrap-product .product .item .img-box img,
.wrap-product-show .product .item .img-box img,
.box-product .slick-relate-product .item .img-box img,
.wrap-product .slick-relate-product .item .img-box img,
.wrap-product-show .slick-relate-product .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-product .product .item .note,
.wrap-product .product .item .note,
.wrap-product-show .product .item .note,
.box-product .slick-relate-product .item .note,
.wrap-product .slick-relate-product .item .note,
.wrap-product-show .slick-relate-product .item .note {
   padding: 0 5% 30px 5%;
}
@media (max-width: 767px) {
   .box-product .product .item .note,
   .wrap-product .product .item .note,
   .wrap-product-show .product .item .note,
   .box-product .slick-relate-product .item .note,
   .wrap-product .slick-relate-product .item .note,
   .wrap-product-show .slick-relate-product .item .note {
      padding: 0 10px 10px 10px;
   }
}
.box-product .product .item .note h3,
.wrap-product .product .item .note h3,
.wrap-product-show .product .item .note h3,
.box-product .slick-relate-product .item .note h3,
.wrap-product .slick-relate-product .item .note h3,
.wrap-product-show .slick-relate-product .item .note h3 {
   font-size: 18px;
   line-height: 50px;

   display: -webkit-box;
   overflow: hidden;

   height: 50px;
   margin: 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
   .box-product .product .item .note h3,
   .wrap-product .product .item .note h3,
   .wrap-product-show .product .item .note h3,
   .box-product .slick-relate-product .item .note h3,
   .wrap-product .slick-relate-product .item .note h3,
   .wrap-product-show .slick-relate-product .item .note h3 {
      font-size: 16px;
      line-height: 40px;

      height: 40px;
   }
}
.box-product .product .item .note .more,
.wrap-product .product .item .note .more,
.wrap-product-show .product .item .note .more,
.box-product .slick-relate-product .item .note .more,
.wrap-product .slick-relate-product .item .note .more,
.wrap-product-show .slick-relate-product .item .note .more {
   line-height: 42px;

   position: relative;

   display: block;
   overflow: hidden;

   max-width: 230px;
   margin: 0 auto;

   color: #fff;
   background-color: #222;
}
.box-product .product .item .note .more:before,
.wrap-product .product .item .note .more:before,
.wrap-product-show .product .item .note .more:before,
.box-product .slick-relate-product .item .note .more:before,
.wrap-product .slick-relate-product .item .note .more:before,
.wrap-product-show .slick-relate-product .item .note .more:before {
   position: absolute;
   z-index: -1;
   top: 100%;
   left: 100%;

   width: 300px;
   height: 150px;

   content: '';
   -webkit-transition: all .7s;
   transition: all .7s;

   border-radius: 50%;
   background: var(--color);
}
.box-product .product .item .note .more span,
.wrap-product .product .item .note .more span,
.wrap-product-show .product .item .note .more span,
.box-product .slick-relate-product .item .note .more span,
.wrap-product .slick-relate-product .item .note .more span,
.wrap-product-show .slick-relate-product .item .note .more span {
   position: relative;
   z-index: 3;
}
.box-product .product .item:hover .img-box img,
.wrap-product .product .item:hover .img-box img,
.wrap-product-show .product .item:hover .img-box img,
.box-product .slick-relate-product .item:hover .img-box img,
.wrap-product .slick-relate-product .item:hover .img-box img,
.wrap-product-show .slick-relate-product .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-product .product .item:hover .note .more,
.wrap-product .product .item:hover .note .more,
.wrap-product-show .product .item:hover .note .more,
.box-product .slick-relate-product .item:hover .note .more,
.wrap-product .slick-relate-product .item:hover .note .more,
.wrap-product-show .slick-relate-product .item:hover .note .more {
   color: #fff;
}
.box-product .product .item:hover .note .more:before,
.wrap-product .product .item:hover .note .more:before,
.wrap-product-show .product .item:hover .note .more:before,
.box-product .slick-relate-product .item:hover .note .more:before,
.wrap-product .slick-relate-product .item:hover .note .more:before,
.wrap-product-show .slick-relate-product .item:hover .note .more:before {
   z-index: 1;
   top: -30px;
   left: -30px;
}
.box-product {
   background-color: #f2f1f1;
}
.box-product .more a {
   font-size: 16px;
   line-height: 44px;

   position: relative;
   z-index: 1;

   display: inline-block;
   overflow: hidden;

   padding: 0 40px;

   -webkit-transition: color .5s;
   transition: color .5s;
   text-align: center;
   white-space: nowrap;

   border: 1px solid #222;
}
@media (max-width: 1199px) {
   .box-product .more a {
      padding: 0 20px;
   }
}
.box-product .more a:before {
   position: absolute;
   z-index: -1;
   top: 100%;
   left: 100%;

   width: 300px;
   height: 150px;

   content: '';
   -webkit-transition: all .7s;
   transition: all .7s;

   border-radius: 50%;
   background: var(--color);
}
.box-product .more a:hover {
   color: #fff;
   border-color: var(--color);
}
.box-product .more a:hover:before {
   top: -30px;
   left: -30px;
}
.box-product .product-top {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.box-product .product-top .title {
   text-align: left;
}
.box-product .product-top .title h2 {
   margin: 0;
}
@media (max-width: 767px) {
   .box-product .product-top .more {
      display: none;
   }
}
.box-product .slick-dots-line {
   position: relative;

   width: -webkit-calc(100% - 140px);
   width: calc(100% - 140px);
   height: 4px;
   margin: 0 auto;
   margin-top: 70px;

   background-color: #d2d2d2;
}
@media (max-width: 1199px) {
   .box-product .slick-dots-line {
      margin-top: 50px;
   }
}
@media (max-width: 991px) {
   .box-product .slick-dots-line {
      margin-top: 30px;
   }
}
.box-product .slick-dots-line .dots-active {
   position: absolute;
   bottom: 0;

   height: 4px;

   -webkit-transition: all .6s;
   transition: all .6s;

   background-color: var(--color);
}
.box-product .slick-product {
   margin: 0 -15px;
   margin-top: 50px;
}
@media (max-width: 767px) {
   .box-product .slick-product {
      margin: 0 -5px;
      margin-top: 30px;
   }
}
.box-product .slick-product .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .box-product .slick-product .slick-slide {
      padding: 0 5px;
   }
}
.box-product .slick-product .slick-arrow {
   top: -70px;

   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}
@media (max-width: 767px) {
   .box-product .slick-product .slick-arrow {
      top: -50px;
      left: 0;
   }
   .box-product .slick-product .slick-arrow.slick-next {
      right: 0;
      left: auto;
   }
}
.box-product .product .more {
   display: none;
}
@media (max-width: 767px) {
   .box-product .product .more {
      display: block;

      margin-top: 30px;

      text-align: center;
   }
}
.box-about {
   background-color: #f2f1f1;
}
.box-about .text {
   max-width: 1280px;
   margin: 0 auto;
   margin-top: 30px;

   text-align: center;
}
@media (max-width: 767px) {
   .box-about .text {
      margin-top: 20px;
   }
}
.box-about .text p {
   font-size: 16px;
   line-height: 2.14285714;

   color: #444;
}
@media (max-width: 767px) {
   .box-about .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.box-about .pic img {
   width: 100%;
}
.box-about .number {
   margin-top: 40px;
}
@media (max-width: 767px) {
   .box-about .number {
      margin-top: 20px;
   }
}
.box-about .number ul li {
   width: 20%;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .box-about .number ul li {
      width: 33.33%;
   }
}
.box-about .number .item {
   max-width: 160px;

   -webkit-transition: all .6s;
   transition: all .6s;
   text-align: center;
}
.box-about .number .item h3 {
   font-size: 48px;
   font-weight: bold;
}
@media (max-width: 1199px) {
   .box-about .number .item h3 {
      font-size: 40px;
   }
}
@media (max-width: 767px) {
   .box-about .number .item h3 {
      font-size: 34px;
   }
}
.box-about .number .item h3 sub {
   font-size: 18px;
}
@media (max-width: 1199px) {
   .box-about .number .item h3 sub {
      font-size: 16px;
   }
}
.box-about .number .item p {
   font-size: 16px;
   line-height: 1.5;

   margin: 0;

   color: #444;
}
@media (max-width: 991px) {
   .box-about .number .item p {
      font-size: 14px;
   }
}
.box-about .number .item:hover {
   -webkit-transform: translateY(-10px);
   -ms-transform: translateY(-10px);
   transform: translateY(-10px);
}
@media (min-width: 1200px) {
   @-webkit-keyframes swing-bottom-fwd {
      100% {
         -webkit-transform: rotateX(0) scale(1);
         transform: rotateX(0) scale(1);
         -webkit-transform-origin: bottom;
         transform-origin: bottom;
      }
      0% {
         -webkit-transform: rotateX(90deg) scale(.2);
         transform: rotateX(90deg) scale(.2);
         -webkit-transform-origin: bottom;
         transform-origin: bottom;
      }
   }
   @keyframes swing-bottom-fwd {
      100% {
         -webkit-transform: rotateX(0) scale(1);
         transform: rotateX(0) scale(1);
         -webkit-transform-origin: bottom;
         transform-origin: bottom;
      }
      0% {
         -webkit-transform: rotateX(90deg) scale(.2);
         transform: rotateX(90deg scale(.2));
         -webkit-transform-origin: bottom;
         transform-origin: bottom;
      }
   }
   .swing-bottom-fwd {
      -webkit-animation: swing-bottom-fwd 1s ease both;
      animation: swing-bottom-fwd 1s ease both;
   }
}
.box-news {
   background-color: #f2f1f1;
}
.box-news .news .item {
   padding: 20px 20px 30px 20px;

   background-color: #fff;
}
.box-news .news .item .date {
   font-size: 16px;
   line-height: 30px;

   display: block;

   color: #444;
}
.box-news .news .item .img-box {
   overflow: hidden;

   margin-top: 20px;
   padding-bottom: 63.41463415%;
}
.box-news .news .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-news .news .item h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 34px;

   display: -webkit-box;
   overflow: hidden;

   height: 68px;
   margin: 20px 0 0 0;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 1199px) {
   .box-news .news .item h3 {
      font-size: 20px;
      line-height: 30px;

      height: 60px;
   }
}
@media (max-width: 767px) {
   .box-news .news .item h3 {
      font-size: 18px;
   }
}
.box-news .news .item .more {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .box-news .news .item .more {
      margin-top: 10px;
   }
}
.box-news .news .item .more a {
   line-height: 42px;

   position: relative;

   display: inline-block;
   overflow: hidden;

   padding: 0 40px;

   color: #fff;
   background-color: #222;
}
.box-news .news .item .more a:before {
   position: absolute;
   z-index: -1;
   top: 100%;
   left: 100%;

   width: 300px;
   height: 150px;

   content: '';
   -webkit-transition: all .7s;
   transition: all .7s;

   border-radius: 50%;
   background: var(--color);
}
.box-news .news .item .more a span {
   position: relative;
   z-index: 3;
}
.box-news .news .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-news .news .item:hover .more a {
   color: #fff;
}
.box-news .news .item:hover .more a:before {
   z-index: 1;
   top: -30px;
   left: -30px;
}
.box-news .news {
   margin-top: 50px;
}
@media (max-width: 991px) {
   .box-news .news {
      margin-top: 30px;
   }
}
.box-news .news .slick-news {
   margin: 0 -15px;
}
@media (max-width: 767px) {
   .box-news .news .slick-news {
      margin: 0 -5px;
   }
}
.box-news .news .slick-news .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .box-news .news .slick-news .slick-slide {
      padding: 0 5px;
   }
}
.footer {
   overflow: hidden;

   color: #f2f1f1;
   background: url(../images/footer_bg.jpg) no-repeat center;
   background-size: cover;
}
@media (max-width: 991px) {
   .footer {
      padding-bottom: 50px;
   }
}
.footer .foot {
   position: relative;

   padding: 100px 0;
}
@media (max-width: 1199px) {
   .footer .foot {
      padding: 30px 0;
   }
}
@media (max-width: 767px) {
   .footer .foot {
      padding: 20px 0;
   }
}
.footer .foot>ul {
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
@media (max-width: 991px) {
   .footer .foot>ul>li {
      width: 50%;
      margin: 10px 0;
   }
}
@media (max-width: 767px) {
   .footer .foot>ul>li {
      width: 100%;
   }
}
.footer .foot .item-1 .foot-message {
   width: 530px;
}
@media (max-width: 1470px) {
   .footer .foot .item-1 .foot-message {
      width: 400px;
   }
}
@media (max-width: 1199px) {
   .footer .foot .item-1 .foot-message {
      width: 300px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-message {
      width: 100%;
   }
}
.footer .foot .item-1 .foot-message h3 {
   font-size: 48px;
   font-weight: 900;
   line-height: 1.2;

   margin-bottom: 50px;
}
@media (max-width: 1470px) {
   .footer .foot .item-1 .foot-message h3 {
      font-size: 40px;
   }
}
@media (max-width: 1199px) {
   .footer .foot .item-1 .foot-message h3 {
      font-size: 36px;

      margin-bottom: 30px;
   }
}
@media (max-width: 991px) {
   .footer .foot .item-1 .foot-message h3 {
      font-size: 30px;

      margin-bottom: 10px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-message h3 {
      font-size: 24px;
   }
}
.footer .foot .item-1 .foot-message p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;
}
.footer .foot .item-1 .foot-message form {
   position: relative;

   margin-top: 20px;
   padding-right: 160px;
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-message form {
      padding-right: 120px;
   }
}
.footer .foot .item-1 .foot-message form input {
   line-height: 44px;

   width: 100%;
   height: 44px;
   padding: 0 20px;

   color: #fff;
   border-radius: 0;
   background-color: #2c2c2c;
}
.footer .foot .item-1 .foot-message form input::-webkit-input-placeholder,
.footer .foot .item-1 .foot-message form textarea::-webkit-input-placeholder {
   color: #999;
}
.footer .foot .item-1 .foot-message form input:-o-placeholder,
.footer .foot .item-1 .foot-message form textarea:-o-placeholder {
   color: #999;
}
.footer .foot .item-1 .foot-message form input::-moz-placeholder,
.footer .foot .item-1 .foot-message form textarea::-moz-placeholder {
   color: #999;
}
.footer .foot .item-1 .foot-message form input:-ms-input-placeholder,
.footer .foot .item-1 .foot-message form textarea:-ms-input-placeholder {
   color: #999;
}
.footer .foot .item-1 .foot-message form input:focus::-webkit-input-placeholder,
.footer .foot .item-1 .foot-message form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-1 .foot-message form input:focus::-o-placeholder,
.footer .foot .item-1 .foot-message form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-1 .foot-message form input:focus::-moz-placeholder,
.footer .foot .item-1 .foot-message form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-1 .foot-message form input:focus::-ms-input-placeholder,
.footer .foot .item-1 .foot-message form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.footer .foot .item-1 .foot-message form .submit {
   font-size: 16px;
   line-height: 44px;

   position: absolute;
   top: 0;
   right: 0;

   width: 150px;
   height: 44px;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-radius: 0;
   background-color: var(--color);
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-message form .submit {
      font-size: 14px;

      width: 110px;
   }
}
.footer .foot .item-1 .foot-message form .submit .icon {
   font-size: 30px;
}
.footer .foot .item-1 .foot-message form .submit:hover {
   background-color: var(--hover);
}
.footer .foot .item-2 .text p {
   font-size: 16px;
   line-height: 2;

   margin-bottom: 30px;
}
@media (max-width: 767px) {
   .footer .foot .item-2 .text p {
      margin-bottom: 10px;
   }
}
.footer .foot .item-2 .text p span {
   display: block;

   color: #999;
}
.footer .foot .item-2 .share {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .footer .foot .item-2 .share {
      margin-top: 20px;
   }
}
.footer .foot .item-2 .share ul li {
   display: inline-block;

   margin-right: 10px;

   vertical-align: middle;
}
.footer .foot .item-2 .share ul li a {
   line-height: 40px;

   position: relative;

   display: block;
   overflow: hidden;

   width: 40px;
   height: 40px;

   -webkit-transition: all .5s;
   transition: all .5s;
   text-align: center;

   color: #222;
   border-radius: 50%;
   background-color: #fff;
}
.footer .foot .item-2 .share ul li a .icon {
   font-size: 18px;
}
.footer .foot .item-2 .share ul li a:after {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;

   width: 2.22222222rem;
   height: 100%;

   content: '';
   -webkit-transition: none;
   transition: none;
   -webkit-transform: translate3d(-150%, 0, 0) skewX(-25deg);
   transform: translate3d(-150%, 0, 0) skewX(-25deg);

   background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .15)), to(rgba(204, 204, 204, .05)));
   background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));
   background-image: linear-gradient(to right, rgba(255, 255, 255, .15), rgba(204, 204, 204, .05));

   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.footer .foot .item-2 .share ul li a:hover {
   color: #fff;
   background-color: #054064;
}
.footer .foot .item-2 .share ul li a:hover:after {
   left: 100%;

   -webkit-transition: left .4s ease-out, -webkit-transform .4s ease-out;
   transition: left .4s ease-out, -webkit-transform .4s ease-out;
   transition: transform .4s ease-out, left .4s ease-out;
   transition: transform .4s ease-out, left .4s ease-out, -webkit-transform .4s ease-out;
   -webkit-transform: translate3d(50%, 0, 0) skewX(-25deg);
   transform: translate3d(50%, 0, 0) skewX(-25deg);
}
.footer .foot .item-2 .share ul li.share-twitter a:before {
   content: '\e60b';
}
.footer .foot .item-2 .share ul li.share-linkedin a:before {
   content: '\e7ea';
}
.footer .foot .item-2 .share ul li.share-instagram a:before {
   content: '\e88f';
}
.footer .foot .item-2 .share ul li.share-youtube a:before {
   content: '\e7b2';
}
.footer .foot .item-2 .share ul li.share-google a:before {
   content: '\e645';
}
.footer .foot .item-2 .share ul li.share-amazon a:before {
   content: '\e6c1';
}
.footer .foot .item-2 .share ul li:hover a {
   -webkit-transform: translateY(-5px);
   -ms-transform: translateY(-5px);
   transform: translateY(-5px);

   color: #fff;
   background-color: var(--color);
}
.footer .foot .item-2 .sitemap {
   line-height: 30px;

   display: inline-block;

   margin-top: 50px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-decoration: underline;

   color: #fff;
}
@media (max-width: 767px) {
   .footer .foot .item-2 .sitemap {
      margin-top: 20px;
   }
}
.footer .foot .item-2 .sitemap:hover {
   color: var(--color);
}
.footer .copyright {
   font-size: 16px;

   padding: 30px 0;

   text-align: center;

   color: #fff;
   border-top: 3px solid #5a5a5a;
}
@media (max-width: 1470px) {
   .footer .copyright {
      font-size: 14px;
   }
}
@media (max-width: 1199px) {
   .footer .copyright {
      font-size: 14px;
   }
}
.footer .copyright p {
   line-height: 28px;

   margin: 0;
}
@media (max-width: 767px) {
   .footer .copyright p {
      line-height: 24px;
   }
}
.footer .copyright a {
   margin-right: 10px;
}
.footer .copyright a:hover {
   text-decoration: underline;

   color: var(--color);
}
.footer .copyright .sitemap {
   text-decoration: underline;
}
.wrap {
   overflow: hidden;

   padding: 80px 0;
}
@media (max-width: 991px) {
   .wrap {
      padding: 40px 0;
   }
}
.title-in {
   text-align: left;
}
.title-in h2 {
   font-size: 48px;
   font-weight: 900;
   line-height: 1.2;

   display: inline-block;
   overflow: hidden;

   margin: 0 auto;

   white-space: nowrap;
   text-transform: capitalize;
}
@media (max-width: 1470px) {
   .title-in h2 {
      font-size: 44px;
   }
}
@media (max-width: 1199px) {
   .title-in h2 {
      font-size: 36px;
   }
}
@media (max-width: 991px) {
   .title-in h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .title-in h2 {
      font-size: 24px;
   }
}
.title-in p {
   font-size: 16px;
   line-height: 1.5;

   max-width: 600px;
   margin: 0 auto;
   margin-top: 20px;

   color: #666;
}
@media (max-width: 767px) {
   .title-in p {
      font-size: 14px;
      line-height: 24px;

      margin-top: 10px;
   }
}
@media (max-width: 1199px) {
   .wrap-sidenav {
      display: none;
   }
}
.wrap-sidenav .sidenav {
   padding-top: 40px;
}
.wrap-sidenav .sidenav .slevel-1>li {
   overflow: hidden;

   margin-bottom: 10px;
}
.wrap-sidenav .sidenav .slevel-1>li>a {
   font-size: 20px;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 15px 50px 15px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;

   border: 1px solid #444;
}
@media (max-width: 1470px) {
   .wrap-sidenav .sidenav .slevel-1>li>a {
      padding-left: 10px;
   }
}
@media (max-width: 767px) {
   .wrap-sidenav .sidenav .slevel-1>li>a {
      font-size: 14px;
      line-height: 24px;

      padding: 0 10px;

      background: none;
   }
}
.wrap-sidenav .sidenav .slevel-1>li>a:after {
   font-family: 'iconfont' !important;
   font-size: 14px;
   line-height: 50px;

   position: absolute;
   top: 0;
   right: 0;

   width: 50px;

   content: '\e625';
   text-align: center;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
   color: #fff;
   border-color: var(--color);
   background-color: var(--color);
}
.wrap-sidenav .sidenav .slevel-1>li.active>a:after,
.wrap-sidenav .sidenav .slevel-1>li:hover>a:after {
   content: '\e624';
}
.wrap-sidenav .sidenav .slevel-2 {
   display: none;

   padding: 20px 10px;
}
.wrap-sidenav .sidenav .slevel-2>li {
   border-bottom: 1px solid #999;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
   font-size: 16px;
   line-height: 30px;

   display: block;

   padding: 10px;

   color: #444;
}
@media (max-width: 1350px) {
   .wrap-sidenav .sidenav .slevel-2>li>a {
      font-size: 14px;
   }
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
   color: var(--color);
}
.xs-product-nav {
   overflow: hidden;

   margin-top: 20px;
}
.xs-product-nav>ul {
   margin: 0 -10px;
}
.xs-product-nav>ul>li {
   display: inline-block;

   vertical-align: top;
}
.xs-product-nav>ul>li>a {
   font-size: 16px;
   line-height: 30px;

   padding: 0 10px;
}
.xs-product-nav>ul>li>a:before {
   margin-right: 4px;

   content: '-';
}
.xs-product-nav>ul>li.active>a {
   color: var(--color);
}
@media (min-width: 1200px) {
   .wrap-right {
      padding-left: 3%;
   }
}
.wrap-about .text {
   margin-top: 20px;
}
.wrap-about .text p {
   font-size: 16px;
   line-height: 1.625;

   margin: 0;

   color: #444;
}
@media (max-width: 767px) {
   .wrap-about .text p {
      font-size: 14px;
   }
}
.wrap-about .video {
   position: relative;

   margin-top: 30px;

   background-color: #000;
}
.wrap-about .video img {
   width: 100%;

   opacity: .7;
}
.wrap-about .video .play {
   line-height: 50px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   width: 50px;
   height: 50px;

   cursor: pointer;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);
   text-align: center;
}
.wrap-about .video .play span {
   position: absolute;
   z-index: 3;
   top: 50%;
   left: 50%;

   width: 100%;
   height: 100%;

   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);

   color: #fff;
   border-radius: 50%;
}
.wrap-about .video .play .icon {
   font-size: 50px;
}
.wrap-about .video .play::before,
.wrap-about .video .play::after {
   position: absolute;
   z-index: 1;
   top: 50%;
   left: 50%;

   width: 100%;
   height: 100%;

   content: '';
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   -webkit-animation: point_kuo 3s linear infinite;
   animation: point_kuo 3s linear infinite;

   border-radius: 50%;
   background: rgba(255, 255, 255, .28);
}
.wrap-about .video .play::after {
   -webkit-animation-delay: 2s;
   animation-delay: 2s;
}
.wrap-about .video .play::before {
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
@-webkit-keyframes point_kuo {
   0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);

      opacity: 1;
   }
   100% {
      -webkit-transform: translate(-50%, -50%) scale(3.5);
      transform: translate(-50%, -50%) scale(3.5);

      opacity: 0;
   }
}
@keyframes point_kuo {
   0% {
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);

      opacity: 1;
   }
   100% {
      -webkit-transform: translate(-50%, -50%) scale(3.5);
      transform: translate(-50%, -50%) scale(3.5);

      opacity: 0;
   }
}
.wrap-factory {
   background-color: #f2f1f1;
}
.wrap-factory .factory .slick-factory {
   margin: 0 -15px;
}
@media (max-width: 767px) {
   .wrap-factory .factory .slick-factory {
      margin: 0 -5px;
   }
}
.wrap-factory .factory .slick-factory .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .wrap-factory .factory .slick-factory .slick-slide {
      padding: 0 5px;
   }
}
.wrap-factory .factory .item {
   display: block;
   overflow: hidden;

   margin-top: 30px;
}
.wrap-factory .factory .item .img-box {
   padding-bottom: 62.22222222%;
}
.wrap-factory .factory .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-factory .factory .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-news {
   background-color: #f2f1f1;
}
.wrap-news .news {
   margin-top: -30px;
}
.wrap-news .news .item {
   margin-top: 30px;
   padding: 18px;

   background-color: #fff;
}
@media (max-width: 991px) {
   .wrap-news .news .item {
      padding: 8px;
   }
}
.wrap-news .news .item .pic {
   position: relative;

   display: block;

   width: 410px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .pic {
      width: 300px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .pic {
      width: 100%;
   }
}
.wrap-news .news .item .pic .img-box {
   padding-bottom: 63.41463415%;
}
.wrap-news .news .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-news .news .item .pic .date {
   line-height: 36px;

   position: absolute;
   z-index: 2;
   bottom: 20px;
   left: 20px;

   display: inline-block;

   padding: 0 24px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #444;
   border-radius: 30px;
   background-color: #f0f0f0;
}
@media (max-width: 767px) {
   .wrap-news .news .item .pic .date {
      font-size: 12px;
      line-height: 30px;

      bottom: 5px;
      left: 5px;

      padding: 0 10px;
   }
}
.wrap-news .news .item .note {
   width: -webkit-calc(100% - 410px);
   width: calc(100% - 410px);
   padding: 0 3%;
   padding-top: 10px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .note {
      width: -webkit-calc(100% - 300px);
      width: calc(100% - 300px);
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .note {
      width: 100%;
   }
}
.wrap-news .news .item .note .date {
   font-size: 16px;
   line-height: 30px;

   color: #444;
}
@media (max-width: 767px) {
   .wrap-news .news .item .note .date {
      font-size: 14px;
   }
}
.wrap-news .news .item .note h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 10px 0 0 0;

   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .note h3 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-news .news .item .note h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-news .news .item .note h3 {
      font-size: 16px;
      line-height: 26px;

      height: 26px;
      margin-top: 0;
   }
}
.wrap-news .news .item .note p {
   font-size: 16px;
   line-height: 24px;

   display: -webkit-box;
   overflow: hidden;

   height: 48px;
   margin: 10px 0 0 0;

   color: #444;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
   .wrap-news .news .item .note p {
      font-size: 14px;

      margin-top: 0;
   }
}
.wrap-news .news .item .note .more {
   margin-top: 30px;
}
@media (max-width: 1199px) {
   .wrap-news .news .item .note .more {
      margin-top: 10px;
   }
}
.wrap-news .news .item .note .more a {
   line-height: 42px;

   position: relative;

   display: inline-block;
   overflow: hidden;

   padding: 0 40px;

   color: #fff;
   background-color: #222;
}
.wrap-news .news .item .note .more a:before {
   position: absolute;
   z-index: -1;
   top: 100%;
   left: 100%;

   width: 300px;
   height: 150px;

   content: '';
   -webkit-transition: all .7s;
   transition: all .7s;

   border-radius: 50%;
   background: var(--color);
}
.wrap-news .news .item .note .more a span {
   position: relative;
   z-index: 3;
}
.wrap-news .news .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-news .news .item:hover .note h3 {
   color: var(--color);
}
.wrap-news .news .item:hover .more a {
   color: #fff;
}
.wrap-news .news .item:hover .more a:before {
   z-index: 1;
   top: -30px;
   left: -30px;
}
.wrap-details .title-details h2 {
   font-size: 30px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;
}
@media (max-width: 1199px) {
   .wrap-details .title-details h2 {
      font-size: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-details .title-details h2 {
      font-size: 24px;
   }
}
@media (max-width: 767px) {
   .wrap-details .title-details h2 {
      font-size: 20px;
   }
}
.wrap-details .title-details .date {
   font-size: 16px;
   line-height: 24px;

   display: block;

   margin-top: 10px;

   color: var(--color);
}
.wrap-details .title-details .date .icon {
   font-size: 20px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-details .details .text {
   margin-top: 30px;
}
.wrap-details .details .text p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-details .details .text p {
      font-size: 14px;
   }
}
.wrap-details .details .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-details .share {
   margin-top: 30px;
}
.wrap-details .share p {
   font-size: 16px;

   margin: 0;
}
.wrap-details .share p,
.wrap-details .share .a2a_kit {
   display: inline-block;

   vertical-align: middle;
}
.wrap-details .relate-details {
   font-size: 0;

   margin-top: 70px;

   border-top: 1px solid #c7cdd4;
   border-bottom: 1px solid #c7cdd4;
}
@media (max-width: 991px) {
   .wrap-details .relate-details {
      margin-top: 40px;
   }
}
.wrap-details .relate-details a {
   font-size: 16px;
   line-height: 40px;

   position: relative;

   display: inline-block;
   overflow: hidden;

   width: 50%;
   height: 40px;
   padding-left: 38px;

   -webkit-transition: all .2s;
   transition: all .2s;
   vertical-align: middle;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-details .relate-details a {
      font-size: 14px;
   }
}
.wrap-details .relate-details a:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   position: absolute;
   top: 0;
   left: 0;

   content: '\eb60';

   color: #999;
}
.wrap-details .relate-details a.prev:after {
   position: absolute;
   top: 11px;
   right: 0;

   width: 1px;
   height: 16px;

   content: '';

   background-color: #c7cdd4;
}
.wrap-details .relate-details a.next {
   padding-right: 38px;
   padding-left: 0;

   text-align: right;
}
.wrap-details .relate-details a.next:before {
   right: 0;
   left: auto;

   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.wrap-details .relate-details a:hover {
   color: var(--color);
}
.wrap-details .relate-details a:hover:before {
   color: var(--color);
}
.wrap-product {
   background-color: #f2f1f1;
}
.wrap-product .item {
   display: block;

   margin-top: 40px;
}
@media (max-width: 767px) {
   .wrap-product .item {
      margin-top: 30px;
   }
}
.wrap-product .title-in,
.wrap-product-show .title-in {
   overflow: hidden;

   padding-bottom: 10px;

   border-bottom: 1px solid #d2d2d2;
}
.wrap-product .title-in .location,
.wrap-product-show .title-in .location {
   display: inline-block;
   float: right;

   padding-top: 10px;

   color: #999;
}
@media (max-width: 767px) {
   .wrap-product .title-in .location,
   .wrap-product-show .title-in .location {
      display: block;
      float: none;
   }
}
.wrap-product .title-in .location>ul:before,
.wrap-product-show .title-in .location>ul:before {
   font-family: 'iconfont' !important;
   font-size: 24px;

   display: inline-block;

   content: '\e61d';
   vertical-align: middle;
}
.wrap-product .title-in .location>ul>li,
.wrap-product-show .title-in .location>ul>li {
   font-size: 16px;
   line-height: 30px;

   display: inline-block;

   vertical-align: middle;
   text-transform: capitalize;
}
@media (max-width: 767px) {
   .wrap-product .title-in .location>ul>li,
   .wrap-product-show .title-in .location>ul>li {
      font-size: 14px;
   }
}
.wrap-product .title-in .location>ul>li:after,
.wrap-product-show .title-in .location>ul>li:after {
   display: inline-block;

   margin: 0 4px;

   content: '>';
   vertical-align: middle;
}
.wrap-product .title-in .location>ul>li:last-child:after,
.wrap-product-show .title-in .location>ul>li:last-child:after {
   display: none;
}
.wrap-product .title-in .location>ul>li>a,
.wrap-product-show .title-in .location>ul>li>a {
   display: inline-block;

   vertical-align: middle;
}
.wrap-product .title-in .location>ul>li>a:hover,
.wrap-product-show .title-in .location>ul>li>a:hover {
   text-decoration: underline;

   color: var(--color);
}
.wrap-product-show {
   background-color: #f2f1f1;
}
.wrap-product-show .carousel-wrap {
   overflow: hidden;

   margin-top: 40px;
}
.wrap-product-show .carousel-wrap .slider-for {
   font-size: 0;

   position: relative;

   overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-for .item {
   position: relative;
   z-index: 2;

   border: 1px solid #c7cdd4;
}
.wrap-product-show .carousel-wrap .slider-for iframe {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;
}
.wrap-product-show .carousel-wrap .slider-for .play {
   font-size: 80px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   cursor: pointer;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .slider-for .play {
      font-size: 50px;
   }
}
.wrap-product-show .carousel-wrap .slider-for .play:before {
   font-family: 'iconfont' !important;

   content: '\e644';
}
.wrap-product-show .carousel-wrap .slider-nav {
   display: none;

   margin-top: 10px;
   padding: 0 30px;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-slide {
   padding: 0 5px;

   outline: none;
}
.wrap-product-show .carousel-wrap .slider-nav .item {
   position: relative;

   overflow: hidden;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video {
   position: relative;

   background-color: #000;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video .img-box {
   opacity: .6;
}
.wrap-product-show .carousel-wrap .slider-nav .item-video:after {
   font-family: 'iconfont' !important;
   font-size: 30px;

   position: absolute;
   z-index: 2;
   top: 50%;
   left: 50%;

   content: '\e644';
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   color: #fff;
}
@media (max-width: 991px) {
   .wrap-product-show .carousel-wrap .slider-nav .item-video:after {
      font-size: 30px;
   }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-current .item {
   border: 1px solid var(--color);
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
   font-size: 24px;
   font-size: 22px;
   line-height: 90px;

   top: 50%;
   left: 0;

   width: 24px;
   height: 90px;

   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);

   color: #333;
   border-radius: 5px;
   background: none;
}
@media (max-width: 1470px) {
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
      line-height: 60px;

      height: 60px;
   }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:before {
   content: '\e8a7';
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next {
   right: 0;
   left: auto;
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow.slick-next:before {
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}
@media (max-width: 767px) {
   .wrap-product-show .carousel-wrap .slider-nav .slick-arrow {
      line-height: 40px;

      height: 40px;
   }
}
.wrap-product-show .carousel-wrap .slider-nav .slick-arrow:hover {
   color: var(--color);
}
.wrap-product-show .info-box {
   padding-left: 3%;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box {
      margin-top: 30px;
      padding-left: 0;
   }
}
.wrap-product-show .info-box .title-info {
   padding-bottom: 20px;

   border-bottom: 1px solid #999;
}
.wrap-product-show .info-box .title-info h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;

   display: block;

   margin: 0;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .title-info h2 {
      font-size: 20px;
   }
}
.wrap-product-show .info-box .text {
   margin-top: 30px;
}
.wrap-product-show .info-box .text h3 {
   font-size: 18px;

   color: var(--color);
}
.wrap-product-show .info-box .text p {
   font-size: 15px;
   line-height: 1.86666667;

   margin: 0;

   color: #555;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-product-show .info-box .info-table {
   margin-top: 60px;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .info-table {
      margin-top: 30px;
   }
}
.wrap-product-show .info-box .info-table table {
   min-width: 70%;
}
.wrap-product-show .info-box .info-table table td {
   font-size: 15px;
   line-height: 24px;

   padding: 10px;

   color: #555;
   border: 1px solid #cacaca;
}
.wrap-product-show .info-box .link {
   margin-top: 60px;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .link {
      margin-top: 30px;
   }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart {
   display: inline-block;

   vertical-align: top;
}
.wrap-product-show .info-box .link .btn-inquiry a,
.wrap-product-show .info-box .link .btn-cart a {
   font-size: 16px;
   line-height: 44px;

   display: inline-block;

   padding: 0 48px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;
   vertical-align: middle;

   color: #fff;
   background-color: var(--color);
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .link .btn-inquiry a,
   .wrap-product-show .info-box .link .btn-cart a {
      padding: 0 30px;
   }
}
.wrap-product-show .info-box .link .btn-inquiry a:hover,
.wrap-product-show .info-box .link .btn-cart a:hover {
   color: #fff;
   background-color: var(--hover);
}
.wrap-product-show .info-box .link .btn-inquiry {
   margin-right: 10px;
}
.wrap-product-show .info-box .share {
   margin-top: 30px;
}
.wrap-product-show .info-box .share p,
.wrap-product-show .info-box .share .a2a_kit {
   display: inline-block;

   margin: 0;

   vertical-align: middle;
}
.wrap-product-show .info-box .share p {
   font-size: 24px;

   color: #333;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .share p {
      font-size: 18px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .info-box .share p {
      font-size: 16px;
   }
}
.wrap-product-show .info-box .slider-nav {
   display: block;

   margin-top: 160px;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .slider-nav {
      margin-top: 120px;
   }
}
@media (max-width: 1400px) {
   .wrap-product-show .info-box .slider-nav {
      margin-top: 70px;
   }
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .slider-nav {
      margin-top: 30px;
   }
}
.wrap-product-show .parameter,
.wrap-product-show .inquiry,
.wrap-product-show .relate-product {
   padding-top: 60px;
}
@media (max-width: 991px) {
   .wrap-product-show .parameter,
   .wrap-product-show .inquiry,
   .wrap-product-show .relate-product {
      padding-top: 50px;
   }
}
.wrap-product-show .parameter .text {
   margin-top: 20px;
}
.wrap-product-show .parameter .text img {
   max-width: 100%;
   height: auto !important;
}
.wrap-product-show .parameter .text p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #5c5c5c;
}
@media (max-width: 1470px) {
   .wrap-product-show .parameter .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-product-show .parameter .text h3 {
   font-size: 30px;
   font-weight: bold;
   line-height: 1.2;

   margin-top: 0;
}
@media (max-width: 1470px) {
   .wrap-product-show .parameter .text h3 {
      font-size: 24px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .parameter .text h3 {
      font-size: 20px;
   }
}
.wrap-product-show .parameter .text h4 {
   font-size: 20px;
   font-weight: bold;
   line-height: 1.4;

   color: var(--color);
}
@media (max-width: 1470px) {
   .wrap-product-show .parameter .text h4 {
      font-size: 18px;
   }
}
.wrap-product-show .parameter .table-box {
   font-size: 20px;
   line-height: 30px;

   overflow: auto;

   width: 100%;
   max-width: 100%;
   margin-top: 30px;

   color: #676a6e;
}
@media (max-width: 1199px) {
   .wrap-product-show .parameter .table-box {
      font-size: 18px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .parameter .table-box {
      font-size: 16px;
   }
}
.wrap-product-show .parameter .table-box table {
   line-height: 1.2;

   width: 100%;
   max-width: 100%;

   border-spacing: 0;
   border-collapse: collapse;

   text-align: center;
}
.wrap-product-show .parameter .table-box table tr,
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
   width: auto !important;
   height: auto !important;
}
.wrap-product-show .parameter .table-box table tr:nth-child(odd) {
   background-color: #f7f7f7;
}
.wrap-product-show .parameter .table-box table tr:nth-child(even) {
   background-color: #fcfcfc;
}
.wrap-product-show .parameter .table-box table tr:nth-child(1) {
   color: #fff;
   background-color: var(--color);
}
.wrap-product-show .parameter .table-box table td,
.wrap-product-show .parameter .table-box table th {
   font-weight: normal;

   padding: 20px !important;
}
@media (max-width: 480px) {
   .wrap-product-show .parameter .table-box table td,
   .wrap-product-show .parameter .table-box table th {
      padding: 8px !important;
   }
}
.wrap-product-show .parameter .table-box table tr p,
.wrap-product-show .parameter .table-box table tr span {
   margin: 0 !important;
   padding: 0 !important;

   background: none !important;
}
.wrap-product-show .parameter .table-box table th {
   text-align: center;
}
.wrap-product-show .title-product-show {
   position: relative;
   z-index: 2;
}
.wrap-product-show .title-product-show h2 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;

   text-transform: capitalize;
}
@media (max-width: 767px) {
   .wrap-product-show .title-product-show h2 {
      font-size: 20px;
   }
}
.wrap-product-show .title-product-show p {
   font-size: 16px;
   line-height: 24px;

   margin: 8px 0 0 0;

   color: #676a6e;
}
.wrap-product-show .relate-product .slick-relate-product {
   margin: 0 -15px;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-product-show .relate-product .slick-relate-product {
      margin: 0 -5px;
      margin-top: 10px;
   }
}
.wrap-product-show .relate-product .slick-relate-product .slick-slide {
   padding: 0 15px;
}
@media (max-width: 767px) {
   .wrap-product-show .relate-product .slick-relate-product .slick-slide {
      padding: 0 5px;
   }
}
.wrap-product-show .relate-product .item {
   margin-top: 14px;
}
.wrap-product-show .relate-product .slick-arrow {
   top: -60px;
   right: 100px;
   left: auto;

   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
}
@media (max-width: 767px) {
   .wrap-product-show .relate-product .slick-arrow {
      top: -40px;
      right: 70px;
   }
}
.wrap-product-show .relate-product .slick-arrow.slick-next {
   right: 15px;
}
.wrap-product-show .relate-product .slick-dots {
   margin-top: 30px;
}
.wrap-product-show .relate-product .slick-dots li {
   background-color: #d4d4d4;
}
.wrap-product-show .relate-product .slick-dots li.slick-active {
   background-color: var(--color);
}
.wrap-product-show .message ul,
.wrap-inquiry .message ul {
   margin: 0 -6px;
}
.wrap-product-show .message ul li,
.wrap-inquiry .message ul li {
   padding: 0 6px;
}
.wrap-product-show .message form,
.wrap-inquiry .message form {
   margin-top: 20px;
}
.wrap-product-show .message .read input,
.wrap-inquiry .message .read input {
   line-height: 30px;

   width: 100%;
   padding: 10px 20px;

   color: #999;
   background-color: #fff;
}
.wrap-product-show .message .input-group,
.wrap-inquiry .message .input-group {
   position: relative;

   margin-top: 20px;
}
.wrap-product-show .message .input,
.wrap-inquiry .message .input {
   font-size: 14px;
   line-height: 30px;

   width: 100%;
   padding: 10px 20px;

   -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
   transition: border 150ms cubic-bezier(.4, 0, .2, 1);

   color: #999;
   border: 1px solid #999;
   background: none;
}
.wrap-product-show .message .user-label,
.wrap-inquiry .message .user-label {
   position: absolute;
   left: 15px;

   -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
   transition: 150ms cubic-bezier(.4, 0, .2, 1);
   -webkit-transform: translateY(1rem);
   -ms-transform: translateY(1rem);
   transform: translateY(1rem);
   pointer-events: none;

   color: #999;
}
.wrap-product-show .message .input:focus,
.wrap-inquiry .message .input:focus,
.wrap-product-show .message input:valid,
.wrap-inquiry .message input:valid {
   outline: none;
}
.wrap-product-show .message .input:focus~label,
.wrap-inquiry .message .input:focus~label,
.wrap-product-show .message input:valid~label,
.wrap-inquiry .message input:valid~label {
   padding: 0 .2em;

   -webkit-transform: translateY(-50%) scale(.8);
   -ms-transform: translateY(-50%) scale(.8);
   transform: translateY(-50%) scale(.8);

   color: #aaa;
   background-color: #f2f1f1;
}
.wrap-product-show .message .submit,
.wrap-inquiry .message .submit {
   font-size: 16px;
   line-height: 44px;

   margin-top: 30px;
   padding: 0 50px;

   -webkit-transition: all .2s;
   transition: all .2s;

   color: #fff;
   border-radius: 0;
   background-color: var(--color);
}
.wrap-product-show .message .submit .icon,
.wrap-inquiry .message .submit .icon {
   font-size: 24px;
}
.wrap-product-show .message .submit:hover,
.wrap-inquiry .message .submit:hover {
   background-color: var(--hover);
}
.wrap-contact {
   position: relative;
}
.wrap-contact:before {
   position: absolute;
   top: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 330px;

   content: '';

   background-color: #f2f1f1;
}
.wrap-contact .contact-flex {
   position: relative;
   z-index: 2;
}
.wrap-contact .contact {
   width: -webkit-calc(100% - 640px);
   width: calc(100% - 640px);
   padding-right: 5%;
}
@media (max-width: 1199px) {
   .wrap-contact .contact {
      width: -webkit-calc(100% - 400px);
      width: calc(100% - 400px);
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact {
      width: 100%;
   }
}
.wrap-contact .contact .title-in p {
   margin-left: 0;
}
.wrap-contact .contact .text {
   margin-top: 180px;
}
@media (max-width: 767px) {
   .wrap-contact .contact .text {
      margin-top: 20px;
   }
}
.wrap-contact .contact .text p {
   font-size: 16px;
   line-height: 30px;

   margin-top: 30px;
}
.wrap-contact .contact .text p span {
   font-weight: bold;

   display: block;

   color: #666;
}
.wrap-contact .contact .text a:hover {
   text-decoration: underline;

   color: var(--color);
}
.wrap-contact .message {
   width: 640px;
   padding: 60px;

   background-color: var(--color);
}
@media (max-width: 1199px) {
   .wrap-contact .message {
      width: 400px;
      padding: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .message {
      width: 100%;
      padding: 20px 14px;
   }
}
.wrap-contact .message .title-in h2 {
   color: #fff;
}
.wrap-contact .message .input-group {
   position: relative;

   margin-top: 20px;
}
.wrap-contact .message .input {
   font-size: 14px;
   line-height: 30px;

   width: 100%;
   padding: 10px 20px;

   -webkit-transition: border 150ms cubic-bezier(.4, 0, .2, 1);
   transition: border 150ms cubic-bezier(.4, 0, .2, 1);

   color: #f5f5f5;
   border: 1px solid #fff;
   background: none;
}
.wrap-contact .message .user-label {
   position: absolute;
   left: 15px;

   -webkit-transition: 150ms cubic-bezier(.4, 0, .2, 1);
   transition: 150ms cubic-bezier(.4, 0, .2, 1);
   -webkit-transform: translateY(1rem);
   -ms-transform: translateY(1rem);
   transform: translateY(1rem);
   pointer-events: none;

   color: #e8e8e8;
}
.wrap-contact .message .input:focus,
.wrap-contact .message input:valid {
   outline: none;
}
.wrap-contact .message .input:focus~label,
.wrap-contact .message input:valid~label {
   padding: 0 .2em;

   -webkit-transform: translateY(-50%) scale(.8);
   -ms-transform: translateY(-50%) scale(.8);
   transform: translateY(-50%) scale(.8);

   color: rgba(255, 255, 255, .5);
   background-color: var(--color);
}
.wrap-contact .message .submit {
   line-height: 40px;

   width: 100%;
   height: 40px;
   margin-top: 20px;
   padding: 0;

   -webkit-transition: all .4s;
   transition: all .4s;

   color: var(--color);
   border-radius: 0;
   background-color: #fff;
}
.wrap-contact .message .submit:hover {
   color: #fff;
   background-color: var(--hover);
}
.wrap-contact .contact .item {
   text-align: center;
}
@media (max-width: 991px) {
   .wrap-contact .contact .item {
      margin: 15px 0;
   }
}
.wrap-contact .contact .item .icon {
   display: block;

   width: 66px;
   height: 66px;
   margin: 0 auto;
   padding: 9px;

   border: 1px dashed rgba(0, 109, 177, .3);
   border-radius: 50%;
}
.wrap-contact .contact .item .icon:before {
   font-size: 24px;
   line-height: 46px;

   display: block;

   width: 46px;
   height: 46px;

   color: #fff;
   border-radius: 50%;
   background-color: var(--color);
}
.wrap-contact .contact .item h3 {
   font-size: 22px;
   font-weight: bold;
   line-height: 1.36363636;

   margin-top: 30px;

   text-transform: uppercase;
}
@media (max-width: 991px) {
   .wrap-contact .contact .item h3 {
      font-size: 20px;

      margin-top: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-contact .contact .item h3 {
      font-size: 18px;

      margin-top: 14px;
   }
}
.wrap-contact .contact .item p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-contact .contact .item p {
      font-size: 14px;
   }
}
.wrap-contact .contact .item p a:hover {
   text-decoration: underline;
}
.wrap-contact .contact .item:hover .icon {
   -webkit-animation: swing 1s 0s ease both;
   animation: swing 1s 0s ease both;
}
.wrap-map {
   overflow: hidden;

   height: 600px;
}
@media (max-width: 767px) {
   .wrap-map {
      height: 320px;
   }
}
.wrap-map .map-content {
   height: 100%;
}
.wrap-sitemap .sitemap {
   margin-top: 40px;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap {
      margin-top: 30px;
   }
}
.wrap-sitemap .sitemap>ul>li {
   position: relative;

   width: 100%;
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li {
      min-height: 38px;
      margin-top: 20px;
      padding-left: 0;
   }
}
.wrap-sitemap .sitemap>ul>li>a {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: inline-block;

   min-width: 240px;
   padding: 10px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;

   border: 1px solid #eaeaea;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>a {
      font-size: 16px;

      min-width: 140px;
      padding: 4px 10px;
   }
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   color: #fff;
   background-color: var(--color);
}
.wrap-sitemap .sitemap>ul>li:hover>a {
   text-decoration: underline;

   background-color: var(--color);
}
.wrap-sitemap .sitemap>ul>li>ul {
   font-size: 0;

   margin: 0 -15px;
   margin-top: 20px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap>ul>li>ul {
      margin: 0 -5px;
      margin-top: 20px;
   }
}
.wrap-sitemap .sitemap>ul>li>ul>li {
   position: relative;

   display: inline-block;

   list-style: none;

   vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>a {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 5px 20px;

   text-transform: capitalize;

   color: #666;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li {
   display: inline-block;

   vertical-align: top;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a {
   font-size: 16px;

   display: block;

   padding: 5px 30px;

   color: #999;
}
.wrap-sitemap .sitemap>ul>li>ul>li>ul>li>a:before {
   content: '-';
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: var(--color);
}
.wrap-sitemap .sitemap>ul>li>ul>li:hover>a:before {
   opacity: 1;
}
.wrap-sitemap .sitemap-vertical {
   margin-top: 50px;
}
@media (max-width: 991px) {
   .wrap-sitemap .sitemap-vertical {
      margin-top: 20px;
   }
}
.wrap-sitemap .sitemap-vertical>ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   width: 100%;
   margin: 0 -15px;

   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul {
      display: block;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li {
   display: inline-block;

   margin-top: 10px;
   padding: 0 15px;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul>li {
      display: block;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>a {
   font-size: 18px;
   font-weight: bold;
   line-height: 28px;

   display: inline-block;

   padding: 10px 30px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-transform: capitalize;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>a {
      font-size: 16px;

      padding: 10px;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul {
   margin-top: 20px;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul {
      margin-top: 0;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li {
   position: relative;

   list-style: none;

   vertical-align: top;
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li {
      display: inline-block;

      vertical-align: top;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
   font-size: 16px;
   line-height: 30px;

   position: relative;

   display: block;

   padding: 5px 20px;

   text-transform: capitalize;

   color: #666;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li>a {
      font-size: 15px;

      padding: 5px 10px;
   }
}
@media (max-width: 1199px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li {
      display: inline-block;

      vertical-align: top;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
   font-size: 14px;

   display: block;

   padding: 5px 30px;

   color: #999;
}
@media (max-width: 767px) {
   .wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a {
      padding: 5px 15px;
   }
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li>a:before {
   content: '-';
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: var(--color);
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li>ul>li:hover>a:before {
   opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a {
   text-decoration: underline;

   color: var(--color);
}
.wrap-sitemap .sitemap-vertical>ul>li>ul>li:hover>a:before {
   opacity: 1;
}
.wrap-sitemap .sitemap-vertical>ul>li:hover>a {
   color: #fff;
   border-color: var(--color);
   background-color: var(--color);
}
.wrap-download {
   background-color: #f2f1f1;
}
.wrap-download .download {
   margin-top: -40px;
}
@media (max-width: 991px) {
   .wrap-download .download {
      margin-top: -30px;
   }
}
.wrap-download .download .item {
   position: relative;

   margin-top: 40px;
   padding: 30px 50px;

   -webkit-transition: all .2s;
   transition: all .2s;

   border-bottom: 4px solid var(--color);
   background-color: #fff;
}
@media (max-width: 1400px) {
   .wrap-download .download .item {
      padding: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-download .download .item {
      margin-top: 30px;
      padding: 30px 14px;
   }
}
.wrap-download .download .item .number {
   font-size: 72px;
   font-weight: bold;
   line-height: 1;

   color: #f4f4f4;
}
@media (max-width: 1199px) {
   .wrap-download .download .item .number {
      font-size: 60px;
   }
}
@media (max-width: 991px) {
   .wrap-download .download .item .number {
      font-size: 50px;
   }
}
@media (max-width: 767px) {
   .wrap-download .download .item .number {
      font-size: 40px;
   }
}
.wrap-download .download .item .down {
   line-height: 50px;

   width: 50px;
   height: 50px;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   opacity: 0;
   color: #fff;
   border-radius: 50%;
   background: var(--color);
}
@media (max-width: 1199px) {
   .wrap-download .download .item .down {
      line-height: 40px;

      width: 40px;
      height: 40px;

      opacity: 1;
   }
}
.wrap-download .download .item .down .icon {
   font-size: 30px;
}
@media (max-width: 991px) {
   .wrap-download .download .item .down .icon {
      font-size: 24px;
   }
}
.wrap-download .download .item h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 20px 0 14px;

   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
   .wrap-download .download .item h3 {
      font-size: 22px;
   }
}
@media (max-width: 1199px) {
   .wrap-download .download .item h3 {
      font-size: 18px;

      margin: 10px 0 0 0;
   }
}
.wrap-download .download .item p {
   font-size: 16px;
   line-height: 30px;

   margin: 0;

   color: #444;
}
@media (max-width: 991px) {
   .wrap-download .download .item p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-download .download .item p span {
   display: inline-block;

   margin-right: 30px;
}
@media (max-width: 1400px) {
   .wrap-download .download .item p span {
      margin-right: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-download .download .item p span {
      display: block;

      margin: 0;
   }
}
.wrap-download .download .item p span:last-child {
   margin-right: 0;
}
@media (min-width: 1200px) {
   .wrap-download .download .item:hover .down {
      opacity: 1;
   }
   .wrap-download .download .item:hover h3 {
      color: var(--color);
   }
}
.wrap-nosearch .nosearch {
   margin-top: 40px;
}
.wrap-nosearch .nosearch h3 {
   font-size: 20px;
   font-weight: bold;
   line-height: 1.4;

   margin: 0;
}
.wrap-nosearch .nosearch p {
   line-height: 22px;

   margin: 10px 0 0 0;
   padding: 10px 20px;

   color: #666;
   border: 1px solid #faedd1;
   border-radius: 5px;
   background-color: #fcf8e3;
}
nav {
   text-align: right;
}
.pagination {
   display: block;

   margin: 70px 0 0 0;
}
@media (max-width: 991px) {
   .pagination {
      margin-top: 30px;
   }
}
.pagination li {
   display: inline-block;

   margin: 0 8px;

   vertical-align: top;
}
@media (max-width: 767px) {
   .pagination li {
      margin: 0 4px;
   }
}
.pagination li.prev a:before,
.pagination li.next a:before {
   font-family: 'iconfont' !important;
   font-size: 20px;
   font-weight: normal;

   display: inline-block;

   content: '\eb60';
}
@media (max-width: 767px) {
   .pagination li.prev a:before,
   .pagination li.next a:before {
      font-size: 16px;
   }
}
.pagination li.prev:hover a,
.pagination li.next:hover a {
   color: #fff;
   border: none;
   background-color: var(--color);
}
.pagination li.next a:before {
   content: '\e625';
}
.pagination li a {
   font-size: 16px;
   line-height: 34px;

   display: block;

   width: 34px;
   height: 34px;
   padding: 0;

   -webkit-transition: all .2s;
   transition: all .2s;
   text-align: center;

   border: none;
   border: 1px solid #888;
   background: none;
}
@media (max-width: 767px) {
   .pagination li a {
      font-size: 14px;
      line-height: 30px;

      width: 30px;
      height: 30px;
   }
}
.pagination li a span {
   border-radius: 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
   color: #fff;
   border-color: var(--color);
   background-color: var(--color);
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
   color: #fff;
   border-color: var(--color);
   background-color: var(--color);
}
@media (max-width: 1199px) {
   .skiptranslate iframe {
      display: none;
   }
   .google-translation .skiptranslate {
      display: inline-block;
   }
   body {
      top: 0 !important;
   }
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
   display: none;
}
.map-content label {
   line-height: 30px !important;

   max-width: 200px;
   padding: 0 10px !important;

   border: none !important;
   box-shadow: 0 0 10px rgba(0, 0, 0, .2) !important;
}
.fszero {
   font-size: 0;

   overflow: hidden;

   width: 0;
   height: 0;
}
.fszero h1 {
   margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
   :root {
      scroll-behavior: none;
   }
}
.right_con {
   margin-top: 20px;
}