:root {
   --color: #cd0003;
   --hover: #d41012;
}
.ff,
.banner .mobile-video:before {
   font-family: 'iconfont' !important;
}
@media (prefers-reduced-motion: no-preference) {
   :root {
      scroll-behavior: none;
   }
}
body {
   font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', Arial, 'Helvetica Neue', Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;

   color: #000;

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

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

   width: 46px;
   height: 46px;
   padding: 0;

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

   border: none;
   border-radius: 50%;
   background: none;
   background-color: #e4e4e4;
}
@media (max-width: 767px) {
   .slick-arrow {
      font-size: 18px;
      line-height: 40px;

      left: -10px;

      width: 40px;
      height: 40px;

      text-align: center;
   }
}
.slick-arrow:before {
   font-family: 'iconfont' !important;

   display: block;

   content: '\e61f';
}
.slick-arrow.slick-next {
   right: -5%;
   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;
}
.header {
   position: fixed;
   z-index: 9;
   top: 0;

   width: 100%;
   height: 100px;
   padding: 0 3%;

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

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

   -webkit-transition: all .4s;
   transition: all .4s;
}
@media (max-width: 1660px) {
   .header .logo {
      height: 80px;
   }
}
@media (max-width: 1350px) {
   .header .logo {
      height: 70px;
   }
}
@media (max-width: 1199px) {
   .header .logo {
      height: 50px;
   }
}
.header .logo img {
   display: inline-block;

   height: 100%;

   vertical-align: middle;
}
@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 {
      margin: 0 -20px;
   }
   .header .pc-nav>ul>li {
      position: relative;

      display: inline-block;

      padding: 0 20px;

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

      position: relative;

      display: block;

      height: 100px;

      -webkit-transition: all .4s;
      transition: all .4s;
   }
   .header .pc-nav>ul>li>a:before {
      position: absolute;
      bottom: 20%;
      left: 50%;

      display: block;

      width: 0;
      height: 3px;

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

      background-color: #f41000;
   }
   .header .pc-nav>ul>li.active>a,
   .header .pc-nav>ul>li:hover>a {
      font-weight: bold;
   }
   .header .pc-nav>ul>li.active>a:before,
   .header .pc-nav>ul>li:hover>a:before {
      width: 100%;
   }
   .header .pc-nav>ul>li>ul {
      position: absolute;
      z-index: 10;
      top: 100%;
      left: 0;

      display: none;

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

      white-space: nowrap;

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

      display: block;

      padding: 5px 20px;
   }
   .header .pc-nav>ul>li>ul>li:hover>a {
      text-decoration: underline;

      color: var(--color);
   }
   .header .pc-nav>ul>li>ul>li>ul {
      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>ul>li>ul>li>ul>li>a {
      font-size: 14px;
      line-height: 2;

      display: block;

      padding: 0 20px;
   }
   .header .pc-nav>ul>li>ul>li>ul>li:hover>a {
      text-decoration: underline;

      color: var(--color);
   }
}
@media (min-width: 1200px) and (max-width: 1199px) {
   .header .pc-nav {
      display: none;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .pc-nav>ul {
      margin: 0 -20px;
   }
}
@media (min-width: 1200px) and (max-width: 1660px) {
   .header .pc-nav>ul {
      margin: 0 -14px;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .pc-nav>ul {
      margin: 0 -8px;
   }
}
@media (min-width: 1200px) and (max-width: 1660px) {
   .header .pc-nav>ul>li {
      padding: 0 14px;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .pc-nav>ul>li {
      padding: 0 8px;
   }
}
@media (min-width: 1200px) and (max-width: 1470px) {
   .header .pc-nav>ul>li>a {
      font-size: 15px;
   }
}
@media (min-width: 1200px) and (max-width: 1350px) {
   .header .pc-nav>ul>li>a {
      font-size: 14px;
   }
}
.header .btn-menu {
   position: relative;

   display: none;

   width: 30px;
   height: 60px;
   margin-left: 6px;
}
@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: #999;
}
.header .btn-menu a span {
   display: block;

   height: 2px;
   margin: 7px 0;

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

   background: #999;
}
.header .language {
   position: relative;

   display: inline-block;

   vertical-align: middle;
}
.header .language p {
   font-size: 16px;
   line-height: 34px;

   margin: 0;
   padding: 0 12px;

   color: #fff;
   background-color: var(--hover);
}
@media (max-width: 1470px) {
   .header .language p {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .header .language p {
      font-size: 12px;

      padding: 0 8px;
   }
}
.header .language p img {
   width: 23px;
   margin-right: 6px;
}
@media (max-width: 767px) {
   .header .language p img {
      width: 20px;
      margin-right: 4px;
   }
}
.header .language p .icon {
   font-size: 12px;

   display: inline-block;

   vertical-align: middle;
}
.header .language ul {
   position: absolute;
   top: 100%;

   display: none;

   width: 100%;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.header .language ul li a {
   line-height: 24px;

   display: block;

   padding: 10px 20px;
}
.header .language ul li a:before {
   display: inline-block;

   width: 24px;
   height: 24px;
   margin-right: 6px;

   content: '';
   vertical-align: middle;

   background: url(../images/language.png) no-repeat;
   background-size: cover;
}
.header .language ul li.en a:before {
   background-position: -24px 0;
}
.header .language ul li:hover a {
   color: var(--color);
}
.header .serach-part {
   position: relative;

   display: inline-block;

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

   display: inline-block;

   height: 100px;
   margin-left: 20px;
   padding: 0 20px;

   cursor: pointer;
   -webkit-transition: all .4s;
   transition: all .4s;
   vertical-align: middle;

   color: #b4b4b4;
}
@media (max-width: 1470px) {
   .header .find {
      margin-left: 0;
   }
}
@media (max-width: 1350px) {
   .header .find {
      padding: 0 10px;
   }
}
@media (max-width: 1199px) {
   .header .find {
      line-height: 60px;

      height: 60px;
      padding: 0 10px;
   }
}
.header .find .icon {
   font-size: 24px;
}
.header .find:hover {
   color: var(--color);
}
.header .search-wrap {
   font-size: 14px;

   position: absolute;
   z-index: 9;
   top: 100%;
   right: 20%;

   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: auto;
      left: 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: '\e60e';
}
.stuck {
   height: 80px;
}
@media (max-width: 1199px) {
   .stuck {
      height: 60px;
   }
}
.stuck .logo {
   height: 80px;
}
@media (max-width: 1350px) {
   .stuck .logo {
      height: 70px;
   }
}
@media (max-width: 767px) {
   .stuck .logo {
      height: 50px;
   }
}
.stuck .pc-nav>ul>li>a {
   line-height: 80px;

   height: 80px;
}
.stuck .find {
   line-height: 80px;

   height: 80px;
}
.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-menu>.mm-list {
   margin-top: 40px;
}
.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;
   }
}
.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 {
   position: relative;

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

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

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

   background-color: rgba(235, 235, 235, .55);

   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
@media (max-width: 767px) {
   .online-wrap .online a {
      width: 40px;
      height: 50px;
   }
}
.online-wrap .online a p {
   font-size: 14px;
   line-height: 1;

   margin: 0;
}
@media (max-width: 767px) {
   .online-wrap .online a p {
      font-size: 12px;
   }
}
.online-wrap .online a .icon {
   font-size: 24px;
}
@media (max-width: 767px) {
   .online-wrap .online a .icon {
      font-size: 18px;
   }
}
.online-wrap .online a:hover {
   color: #fff;
   background-color: var(--color);
}
.online-wrap .online .online-cart .icon {
   position: relative;
}
.online-wrap .online .online-cart .icon span {
   font-size: 12px;
   line-height: 16px;

   position: absolute;
   top: 0;
   right: -10px;

   width: 16px;
   height: 16px;

   color: #fff;
   border-radius: 50%;
   background-color: var(--color);
}
@media (min-width: 992px) {
   .online-wrap .online .online-phone:hover {
      -webkit-transform: translateX(-160px);
      -ms-transform: translateX(-160px);
      transform: translateX(-160px);

      color: #fff;
      background-color: var(--color);
   }
}
.online-wrap .online .online-phone .phone-num {
   font-size: 18px;

   position: absolute;
   left: 100%;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   width: 160px;
   height: 100%;

   color: #fff;
   background-color: var(--color);

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@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;
   }
}
.xs-online {
   font-family: 'Times New Roman', Arial;

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

   display: none;

   width: 100%;

   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.xs-online-wechat 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: 0;

   width: 100%;

   text-align: center;

   color: #00a9d9;
}
.banner .swiper-pagination .swiper-pagination-current {
   font-size: 30px;
   font-weight: bold;

   color: #333;
}
.banner .swiper-pagination-bullet {
   font-size: 20px;
   font-weight: bold;

   width: 16px;
   height: 16px;
   margin: 0 5px !important;

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

   opacity: 1;
   border-radius: 10px;
   outline: none;
   background: none;
   background-color: #fff;
}
@media (max-width: 767px) {
   .banner .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
   }
}
.banner .swiper-pagination-bullet-active {
   width: 40px;
}
.banner .slick-arrow {
   font-size: 32px;
   line-height: 60px;

   top: 60%;

   width: 60px;
   height: 60px;

   text-align: center;

   border: none;
   border-radius: 0;
   outline: none;
   background: none;
}
.banner .slick-arrow:after {
   display: none;
}
.banner .slick-arrow:before {
   content: '\e641';
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
}
.banner .slick-arrow:hover {
   color: var(--color);
}
.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: 50%;

   -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: 80px 0;
}
@media (max-width: 991px) {
   .box {
      padding: 50px 0;
   }
}
.box-top {
   padding-top: 0;
}
.box-bottom {
   padding-bottom: 0;
}
.box .index-more {
   margin-top: 40px;
}
@media (max-width: 991px) {
   .box .index-more {
      margin-top: 20px;
   }
}
.box .index-more a {
   font-size: 14px;
   line-height: 40px;

   position: relative;

   display: inline-block;
   overflow: hidden;

   width: 160px;
   margin-right: 30px;
   padding: 0 10px;

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

   color: #222;
   border: 1px solid #222;
   border-radius: 30px;
}
@media (max-width: 991px) {
   .box .index-more a {
      font-size: 15px;
      line-height: 40px;

      padding: 0 30px;
   }
}
.box .index-more a .icon {
   font-size: 16px;

   margin-right: 0;
}
.box .index-more a span {
   position: relative;
   z-index: 5;
}
.box .index-more a:before {
   position: absolute;
   top: -110%;
   left: -10%;

   display: block;

   width: 120%;
   height: 0;
   padding-bottom: 120%;

   content: '';
   -webkit-transform: translateY(68%) scale3d(0, 0, 0);
   transform: translateY(68%) scale3d(0, 0, 0);

   border-radius: 50%;
   background: var(--color);
}
.box .index-more a:after {
   position: absolute;
   top: 0;
   left: 0;

   display: block;

   width: 100%;
   height: 100%;

   content: '';
   -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   -webkit-transform: translateY(-102%);
   -ms-transform: translateY(-102%);
   transform: translateY(-102%);

   background: var(--color);
}
.box .index-more a:hover {
   color: #fff;
   border-color: var(--color);
}
.box .index-more a:hover:before {
   -webkit-transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1);
   transition: transform .25s cubic-bezier(.1, 0, .3, 1), -webkit-transform .25s cubic-bezier(.1, 0, .3, 1);
   -webkit-transform: translate(0) scale(1);
   -ms-transform: translate(0) scale(1);
   transform: translate(0) scale(1);
}
.box .index-more a:hover:after {
   -webkit-transition-delay: .25s;
   transition-delay: .25s;
   -webkit-transition-timing-function: linear;
   transition-timing-function: linear;
   -webkit-transition-duration: 31.25ms;
   transition-duration: 31.25ms;
   -webkit-transform: translate(0);
   -ms-transform: translate(0);
   transform: translate(0);
}
.box .index-more a:hover span {
   -webkit-animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
   animation: MoveScaleUpInitial .1875s forwards, MoveScaleUpEnd .1875s forwards .1875s;
}
.title {
   position: relative;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   padding-bottom: 10px;

   border-bottom: 1px solid #737373;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
.title:after {
   position: absolute;
   z-index: 2;
   bottom: -2px;
   left: 0;

   display: block;

   width: 90px;
   height: 3px;

   content: '';

   background-color: var(--color);
}
@media (max-width: 991px) {
   .title:after {
      width: 60px;
   }
}
.title img {
   max-width: 100%;
}
.title .title-text h2 {
   font-size: 36px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;

   color: #000;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, .53);
}
@media (max-width: 1470px) {
   .title .title-text h2 {
      font-size: 28px;
   }
}
@media (max-width: 1199px) {
   .title .title-text h2 {
      font-size: 24px;
   }
}
@media (max-width: 991px) {
   .title .title-text h2 {
      font-size: 20px;
   }
}
.title .title-text h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 1.2;

   margin: 14px 0 0 0;

   color: var(--color);
   text-shadow: 0 1px 0 rgba(0, 0, 0, .39);
}
@media (max-width: 1470px) {
   .title .title-text h3 {
      font-size: 20px;
   }
}
@media (max-width: 1199px) {
   .title .title-text h3 {
      font-size: 18px;
   }
}
@media (max-width: 991px) {
   .title .title-text h3 {
      font-size: 14px;
   }
}
.title .more {
   font-size: 16px;
   line-height: 40px;

   position: absolute;
   top: 50%;
   right: 0;

   display: inline-block;

   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
@media (max-width: 767px) {
   .title .more {
      font-size: 14px;
   }
}
.indexcontent {
   position: relative;
   z-index: 2;
}
.box-about .title {
   border-bottom: none;
}
.box-about .title:after {
   display: none;
}
.box-about img {
   max-width: 100%;
}
.box-about .about {
   padding-left: 3%;
}
@media (max-width: 991px) {
   .box-about .about {
      margin-top: 30px;
      padding-left: 0;
   }
}
.box-about .text {
   margin-top: 30px;
}
@media (max-width: 991px) {
   .box-about .text {
      margin-top: 20px;
   }
}
.box-about .text p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #444;
}
@media (max-width: 991px) {
   .box-about .text p {
      font-size: 14px;
   }
}
.box-about .number {
   margin-top: 60px;
}
@media (max-width: 1470px) {
   .box-about .number {
      margin-top: 30px;
   }
}
@media (max-width: 991px) {
   .box-about .number {
      margin-top: 20px;
   }
}
.box-about .number ul {
   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-about .number .item {
   -webkit-transition: all .6s;
   transition: all .6s;
}
.box-about .number .item h3 {
   font-size: 44px;
   font-weight: bold;
   line-height: 1.4;

   margin: 0;

   color: var(--color);
}
@media (max-width: 1470px) {
   .box-about .number .item h3 {
      font-size: 40px;
   }
}
@media (max-width: 991px) {
   .box-about .number .item h3 {
      font-size: 34px;
   }
}
@media (max-width: 767px) {
   .box-about .number .item h3 {
      font-size: 30px;
   }
}
.box-about .number .item h3 sub {
   font-size: 16px;
   font-weight: normal;

   bottom: 20px;

   vertical-align: bottom;

   color: #444;
}
@media (max-width: 767px) {
   .box-about .number .item h3 sub {
      font-size: 14px;
   }
}
.box-about .number .item p {
   font-size: 16px;
   line-height: 30px;

   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);
}
@-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;
   }
}
.box-product {
   position: relative;

   color: #fff;
}
.box-product .product-imgbox {
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;

   background-color: #4a6fa4;
}
.box-product .product-imgbox .pro-img {
   width: 100%;
   height: 100%;

   opacity: .15;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
}
.box-product .container {
   position: relative;
   z-index: 2;
}
.box-product .title {
   border-bottom-color: #9bacc1;
}
.box-product .title h2 {
   text-overflow: 1px 1px 1px #dcdcdc;

   color: #fff;
}
.box-product .product {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   margin-top: 80px;

   -webkit-box-pack: end;
   -webkit-justify-content: flex-end;
   -ms-flex-pack: end;
   justify-content: flex-end;
}
@media (max-width: 991px) {
   .box-product .product {
      margin-top: 40px;
   }
}
@media (max-width: 767px) {
   .box-product .product {
      display: block;

      margin-top: 20px;
   }
}
.box-product .product .product-left {
   position: absolute;
   left: 0;

   max-width: 640px;
}
@media (max-width: 1199px) {
   .box-product .product .product-left {
      width: 55%;
   }
}
@media (max-width: 767px) {
   .box-product .product .product-left {
      position: relative;

      width: 100%;
      margin-top: 20px;
   }
}
.box-product .product .product-left .product-text {
   display: none;
}
.box-product .product .product-left .title-product:after {
   display: block;

   width: 45px;
   height: 2px;
   margin-top: 20px;

   content: '';

   background-color: #f4f4f4;
}
@media (max-width: 767px) {
   .box-product .product .product-left .title-product:after {
      margin-top: 10px;
   }
}
.box-product .product .product-left .title-product h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;
}
@media (max-width: 991px) {
   .box-product .product .product-left .title-product h3 {
      font-size: 20px;
   }
}
.box-product .product .product-left .title-product p {
   color: #c5c5c5;
}
.box-product .product .product-left .text {
   display: -webkit-box;
   overflow: hidden;

   height: 180px;
   margin-top: 30px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 6;
}
@media (max-width: 767px) {
   .box-product .product .product-left .text {
      height: 144px;
   }
}
.box-product .product .product-left .text p {
   font-size: 16px;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 767px) {
   .box-product .product .product-left .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.box-product .product .product-left .index-more {
   margin-top: 100px;
}
@media (max-width: 1470px) {
   .box-product .product .product-left .index-more {
      margin-top: 70px;
   }
}
@media (max-width: 1199px) {
   .box-product .product .product-left .index-more {
      margin-top: 50px;
   }
}
@media (max-width: 767px) {
   .box-product .product .product-left .index-more {
      margin-top: 20px;
   }
}
.box-product .product .product-left .index-more a {
   color: #fff;
   border-color: #fff;
}
.box-product .product .product-left .index-more a:hover {
   border-color: var(--color);
}
.box-product .product .product-sort {
   width: 400px;
}
@media (max-width: 1199px) {
   .box-product .product .product-sort {
      width: 45%;
      padding-left: 5%;
   }
}
@media (max-width: 767px) {
   .box-product .product .product-sort {
      width: 100%;
      padding-left: 0;
   }
}
@media (max-width: 767px) {
   .box-product .product .product-sort ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;

      margin: 0 -5px;

      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
}
.box-product .product .product-sort ul li {
   margin-bottom: 12px;
}
@media (max-width: 767px) {
   .box-product .product .product-sort ul li {
      width: 50%;
      padding: 0 5px;
   }
}
.box-product .product .product-sort ul li.active a {
   border-color: var(--color);
   background-color: var(--color);
}
.box-product .product .product-sort a {
   font-size: 20px;
   line-height: 30px;

   display: block;

   padding: 15px 30px;

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

   border: 1px solid #fff;
   border-radius: 32px;
}
@media (max-width: 1470px) {
   .box-product .product .product-sort a {
      font-size: 18px;

      padding: 15px 20px;
   }
}
@media (max-width: 991px) {
   .box-product .product .product-sort a {
      font-size: 16px;

      padding: 10px;
   }
}
@media (max-width: 767px) {
   .box-product .product .product-sort a {
      font-size: 13px;
      line-height: 40px;

      display: -webkit-box;
      overflow: hidden;

      height: 40px;
      padding: 0 5px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
   }
}
.box-product .product .product-sort a .icon {
   font-size: 24px;

   display: inline-block;

   margin-right: 10px;

   vertical-align: middle;
}
@media (max-width: 767px) {
   .box-product .product .product-sort a .icon {
      font-size: 20px;

      margin-right: 4px;
   }
}
.box-enterprise .enterprise .item {
   position: relative;

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

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

   border: 1px solid #d3d3d3;
}
@media (max-width: 1350px) {
   .box-enterprise .enterprise .item {
      padding: 30px;
   }
}
@media (max-width: 991px) {
   .box-enterprise .enterprise .item {
      padding: 30px 14px;
   }
}
.box-enterprise .enterprise .item:before {
   position: absolute;
   z-index: 1;
   top: 0;
   left: 0;

   display: block;

   width: 0;
   height: 0;

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

   border-width: 58px 58px 0 0;
   border-style: solid;
   border-color: #005bcd transparent transparent transparent;
}
@media (max-width: 991px) {
   .box-enterprise .enterprise .item:before {
      border-width: 44px 44px 0 0;
   }
}
.box-enterprise .enterprise .item .num {
   font-size: 16px;
   line-height: 40px;

   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;

   display: block;

   width: 58px;
   height: 58px;
   padding-left: 6px;

   color: #fff;
}
@media (max-width: 991px) {
   .box-enterprise .enterprise .item .num {
      line-height: 34px;

      width: 44px;
      height: 44px;
      padding-left: 3px;
   }
}
.box-enterprise .enterprise .item h3 {
   font-size: 24px;
}
@media (max-width: 1470px) {
   .box-enterprise .enterprise .item h3 {
      font-size: 20px;
   }
}
.box-enterprise .enterprise .item .icon {
   font-size: 30px;
   line-height: 40px;

   display: inline-block;

   -webkit-transition: all .2s;
   transition: all .2s;
}
.box-enterprise .enterprise .item p {
   font-size: 16px;
   line-height: 1.875;

   margin: 10px 0 0 0;
}
@media (max-width: 991px) {
   .box-enterprise .enterprise .item p {
      font-size: 14px;
   }
}
.box-enterprise .enterprise .item:hover {
   border-color: var(--color);
}
.box-enterprise .enterprise .item:hover:before {
   border-color: var(--color) transparent transparent transparent;
}
.box-enterprise .enterprise .item:hover .icon {
   -webkit-animation: swing 1s 0s ease both;
   animation: swing 1s 0s ease both;

   color: var(--color);
}
.box-customer .customer .item,
.wrap-customer .customer .item {
   -webkit-transition: all .2s;
   transition: all .2s;
}
.box-customer .customer .item .img-box,
.wrap-customer .customer .item .img-box {
   padding-bottom: 57.14285714%;
}
.box-customer .customer .item .img-box img,
.wrap-customer .customer .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-customer .customer .item:hover,
.wrap-customer .customer .item:hover {
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.box-customer .customer .item:hover .img-box img,
.wrap-customer .customer .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-customer .customer {
   margin-top: 50px;
}
@media (max-width: 1199px) {
   .box-customer .customer {
      margin-top: 30px;
   }
}
@media (max-width: 767px) {
   .box-customer .customer {
      margin-top: 20px;
   }
}
.box-customer .customer .slick-customer {
   margin: 0 -15px;
}
@media (max-width: 991px) {
   .box-customer .customer .slick-customer {
      margin: 0 -5px;
   }
}
.box-customer .customer .slick-customer .slick-slide {
   padding: 10px 15px;
}
@media (max-width: 991px) {
   .box-customer .customer .slick-customer .slick-slide {
      padding: 10px 5px;
   }
}
.box-news .news .item,
.wrap-news .news .item {
   padding: 30px 20px;

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

   background-color: #fff;
}
@media (max-width: 767px) {
   .box-news .news .item,
   .wrap-news .news .item {
      padding: 20px 14px;
   }
}
.box-news .news .item .date,
.wrap-news .news .item .date {
   font-size: 16px;
   line-height: 24px;

   display: block;

   color: var(--color);
}
@media (max-width: 767px) {
   .box-news .news .item .date,
   .wrap-news .news .item .date {
      font-size: 14px;
   }
}
.box-news .news .item .pic,
.wrap-news .news .item .pic {
   position: relative;

   display: block;

   margin-top: 20px;
}
@media (max-width: 767px) {
   .box-news .news .item .pic,
   .wrap-news .news .item .pic {
      margin-top: 10px;
   }
}
.box-news .news .item .pic .img-box,
.wrap-news .news .item .pic .img-box {
   padding-bottom: 60.97560976%;
}
.box-news .news .item .pic .img-box img,
.wrap-news .news .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.box-news .news .item .text,
.wrap-news .news .item .text {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .box-news .news .item .text,
   .wrap-news .news .item .text {
      margin-top: 20px;
   }
}
.box-news .news .item .text h3,
.wrap-news .news .item .text h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 32px;

   display: -webkit-box;
   overflow: hidden;

   height: 64px;

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

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

      display: -webkit-box;
      overflow: hidden;

      height: 26px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
   }
}
.box-news .news .item .text p,
.wrap-news .news .item .text p {
   font-size: 16px;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 52px;
   margin: 10px 0 0 0;

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

   color: #444;

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

      height: 48px;
      margin: 0;
   }
}
.box-news .news .item:hover,
.wrap-news .news .item:hover {
   background-color: var(--color);
}
.box-news .news .item:hover .date,
.wrap-news .news .item:hover .date {
   color: #fff;
}
.box-news .news .item:hover .pic .img-box img,
.wrap-news .news .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.box-news .news .item:hover .text h3,
.wrap-news .news .item:hover .text h3,
.box-news .news .item:hover .text p,
.wrap-news .news .item:hover .text p {
   color: #fff;
}
.box-news {
   background-color: #f9f9f9;
}
.box-news .title .more {
   color: var(--color);
}
.box-news .title .more:hover {
   text-decoration: underline;
}
.box-news .news {
   margin-top: 60px;
}
@media (max-width: 991px) {
   .box-news .news {
      margin-top: 30px;
   }
}
.box-news .news .slick-news {
   margin: 0 -15px;
}
.box-news .news .slick-slide {
   padding: 0 15px;
}
.box-news .news .slick-arrow {
   top: 30%;
}
.footer {
   position: relative;

   color: #fff;
   background-color: var(--color);
}
.footer:before {
   position: absolute;
   top: 131px;
   left: 0;

   display: block;

   width: 100%;
   height: 1px;

   content: '';

   background-color: #d14548;
}
@media (max-width: 1199px) {
   .footer:before {
      top: 91px;
   }
}
@media (max-width: 991px) {
   .footer {
      padding-bottom: 50px;
   }
}
.footer .foot {
   position: relative;
   z-index: 2;

   padding: 80px 0;
}
@media (max-width: 1199px) {
   .footer .foot {
      padding: 40px 0;
   }
}
@media (max-width: 767px) {
   .footer .foot {
      padding: 20px 0;
   }
}
@media (max-width: 991px) {
   .footer .foot ul {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .footer .foot ul li {
      margin: 10px 0;
   }
   .footer .foot ul li:nth-child(3) {
      width: 100%;
   }
}
.footer .foot .title-foot:after {
   display: block;

   width: 26px;
   height: 3px;
   margin-top: 20px;

   content: '';

   background: #fff;
}
@media (max-width: 767px) {
   .footer .foot .title-foot:after {
      margin-top: 10px;
   }
}
.footer .foot .title-foot h3 {
   font-size: 24px;
   line-height: 30px;

   margin: 0;
}
@media (max-width: 1199px) {
   .footer .foot .title-foot h3 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .footer .foot .title-foot h3 {
      font-size: 18px;
   }
}
.footer .foot .item-1 {
   max-width: 330px;
}
@media (max-width: 1199px) {
   .footer .foot .item-1 {
      max-width: 260px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-1 {
      max-width: 100%;
   }
}
.footer .foot .item-1 .foot-message {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-message {
      margin-top: 10px;
   }
}
.footer .foot .item-1 .foot-message p {
   font-size: 16px;
   line-height: 2;

   margin: 0;
}
@media (max-width: 1199px) {
   .footer .foot .item-1 .foot-message p {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-message p {
      line-height: 24px;
   }
}
.footer .foot .item-1 .foot-message form {
   position: relative;

   overflow: hidden;

   width: 100%;
   margin-top: 30px;
   padding-right: 100px;

   border-radius: 30px;
   background-color: #fff;
}
.footer .foot .item-1 .foot-message form input {
   line-height: 40px;

   width: 100%;
   height: 40px;
   padding: 0 20px;
}
.footer .foot .item-1 .foot-message form input::-webkit-input-placeholder,
.footer .foot .item-1 .foot-message form textarea::-webkit-input-placeholder {
   color: #989b9e;
}
.footer .foot .item-1 .foot-message form input:-o-placeholder,
.footer .foot .item-1 .foot-message form textarea:-o-placeholder {
   color: #989b9e;
}
.footer .foot .item-1 .foot-message form input::-moz-placeholder,
.footer .foot .item-1 .foot-message form textarea::-moz-placeholder {
   color: #989b9e;
}
.footer .foot .item-1 .foot-message form input:-ms-input-placeholder,
.footer .foot .item-1 .foot-message form textarea:-ms-input-placeholder {
   color: #989b9e;
}
.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: 14px;
   line-height: 30px;

   position: absolute;
   top: 5px;
   right: 5px;

   width: 90px;
   height: 30px;
   padding: 0;

   color: #fff;
   color: #eff1f4;
   border-radius: 30px;
   background-color: var(--color);
}
.footer .foot .item-1 .foot-erweima {
   margin-top: 60px;
   padding-right: 5%;
}
@media (max-width: 991px) {
   .footer .foot .item-1 .foot-erweima {
      margin-top: 30px;
      padding-right: 0;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-erweima {
      margin-top: 10px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-erweima ul {
      -webkit-box-pack: start !important;
      -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
      justify-content: flex-start !important;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-erweima .erweima-item {
      margin-right: 20px;
   }
}
.footer .foot .item-1 .foot-erweima .erweima-item p {
   font-size: 16px;
   line-height: 1;
}
@media (max-width: 767px) {
   .footer .foot .item-1 .foot-erweima .erweima-item p {
      font-size: 14px;
   }
}
.footer .foot .item-1 .foot-erweima .erweima-item img {
   display: block;

   width: 120px;
}
.footer .foot .item-1 .foot-share {
   margin-top: 20px;
}
.footer .foot .item-1 .foot-share .social-share .social-share-icon {
   width: 36px;
   height: 36px;

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

   color: #fff;
   border-color: #333;
   background-color: #333;
}
.footer .foot .item-1 .foot-share .social-share .social-share-icon:hover {
   color: var(--color);
   border-color: #fff;
   background-color: #fff;
}
.footer .foot .item-2 {
   max-width: 310px;
}
@media (max-width: 1199px) {
   .footer .foot .item-2 {
      max-width: 260px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-2 {
      max-width: 100%;
   }
}
.footer .foot .item-2 .foot-info {
   margin-top: 20px;
}
.footer .foot .item-2 .foot-info p {
   font-size: 16px;
   line-height: 2;
}
@media (max-width: 1199px) {
   .footer .foot .item-2 .foot-info p {
      font-size: 14px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-2 .foot-info p {
      line-height: 24px;

      margin: 5px 0 0 0;
   }
}
.footer .foot .item-2 .foot-info p span {
   display: block;
}
.footer .foot .item-2 .foot-info p a:hover {
   text-decoration: underline;
}
.footer .foot .item-3 .foot-info {
   margin-top: 20px;
}
.footer .foot .item-3 .foot-info .footer-map {
   width: 450px;
   height: 370px;

   background-size: cover;
}
@media (max-width: 1470px) {
   .footer .foot .item-3 .foot-info .footer-map {
      width: 400px;
      height: 300px;
   }
}
@media (max-width: 1199px) {
   .footer .foot .item-3 .foot-info .footer-map {
      width: 350px;
      height: 250px;
   }
}
@media (max-width: 767px) {
   .footer .foot .item-3 .foot-info .footer-map {
      width: 100%;
   }
}
.footer .foot .item-3 .foot-info .map-content {
   width: 100%;
   height: 100%;
}
.footer .copyright {
   position: relative;

   padding: 15px 0;

   text-align: center;

   background-color: #a40102;
}
.footer .copyright p {
   line-height: 30px;

   margin: 0;
}
@media (max-width: 767px) {
   .footer .copyright p {
      line-height: 24px;
   }
}
.footer .copyright .sitemap {
   display: inline-block;

   padding: 0 10px;

   text-decoration: underline;
}
.footer .copyright a:hover {
   text-decoration: underline;
}
.wrap {
   overflow: hidden;

   padding: 60px 0;
}
@media (max-width: 991px) {
   .wrap {
      padding: 40px 0;
   }
}
.title-in {
   text-align: center;
}
.title-in h2 {
   font-size: 36px;
   font-weight: bold;

   margin: 0 0 10px 0;
}
@media (max-width: 1470px) {
   .title-in h2 {
      font-size: 30px;
   }
}
@media (max-width: 1199px) {
   .title-in h2 {
      font-size: 26px;
   }
}
@media (max-width: 991px) {
   .title-in h2 {
      font-size: 24px;
   }
}
.title-in p {
   font-size: 16px;
   line-height: 24px;

   margin: 0;

   color: #5c5c5c;
}
@media (max-width: 991px) {
   .title-in p {
      font-size: 13px;
      line-height: 24px;
   }
}
.wrap-text {
   max-width: 990px;
   margin: 0 auto;

   text-align: center;
}
.wrap-text p {
   font-size: 16px;
   line-height: 2;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-sidemenu .sidemenu {
   padding: 10px;

   border-bottom: 1px solid #d7d8d9;
}
.wrap-sidemenu .sidemenu>ul {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   margin: 0 -20px;

   text-align: center;

   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
}
@media (max-width: 767px) {
   .wrap-sidemenu .sidemenu>ul {
      margin: 0 -10px;

      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
   }
}
.wrap-sidemenu .sidemenu>ul>li {
   display: inline-block;

   min-width: 20%;
   padding: 0 20px;

   vertical-align: middle;
}
@media (max-width: 991px) {
   .wrap-sidemenu .sidemenu>ul>li {
      min-width: 33.3333%;
      padding: 0 10px;
   }
}
.wrap-sidemenu .sidemenu>ul>li>a {
   font-size: 18px;
   line-height: 44px;

   display: block;

   padding: 0 10px;

   -webkit-transition: all .2s;
   transition: all .2s;
}
@media (max-width: 991px) {
   .wrap-sidemenu .sidemenu>ul>li>a {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .wrap-sidemenu .sidemenu>ul>li>a {
      font-size: 14px;
      line-height: 34px;
   }
}
.wrap-sidemenu .sidemenu>ul>li.active>a,
.wrap-sidemenu .sidemenu>ul>li:hover>a {
   color: #fff;
   background-color: var(--color);
}
.wrap-sidemenu.sticky {
   z-index: 4;

   background-color: #fff;
   box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.wrap-sidemenu.sticky .sidemenu {
   border-bottom-color: #fff;
}
@media (max-width: 1199px) {
   .wrap-sidenav {
      display: none;
   }
}
.wrap-sidenav .sidenav .slevel-1>li {
   position: relative;

   overflow: hidden;

   margin-bottom: 10px;
}
@media (max-width: 1199px) {
   .wrap-sidenav .sidenav .slevel-1>li {
      display: inline-block;

      vertical-align: top;
   }
}
.wrap-sidenav .sidenav .slevel-1>li>a {
   font-size: 18px;
   line-height: 26px;

   display: block;

   padding: 15px 50px 15px 20px;

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

   background-color: #eaeaea;
}
@media (max-width: 1470px) {
   .wrap-sidenav .sidenav .slevel-1>li>a {
      font-size: 16px;

      padding-right: 40px;
   }
}
.wrap-sidenav .sidenav .slevel-1>li .icon-btn {
   line-height: 56px;

   position: absolute;
   z-index: 2;
   top: 0;
   right: 0;

   display: block;

   width: 50px;
   height: 56px;

   text-align: center;

   background: none;
}
@media (max-width: 1470px) {
   .wrap-sidenav .sidenav .slevel-1>li .icon-btn {
      width: 40px;
   }
}
.wrap-sidenav .sidenav .slevel-1>li .icon-btn .icon {
   font-size: 20px;

   display: block;

   -webkit-transition: all .4s;
   transition: all .4s;
}
.wrap-sidenav .sidenav .slevel-1>li.active .icon-btn .icon,
.wrap-sidenav .sidenav .slevel-1>li:hover .icon-btn .icon {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);

   color: #fff;
}
.wrap-sidenav .sidenav .slevel-1>li.active>a,
.wrap-sidenav .sidenav .slevel-1>li:hover>a {
   color: #fff;
   background-color: var(--color);
}
.wrap-sidenav .sidenav .slevel-2 {
   display: none;
}
.wrap-sidenav .sidenav .slevel-2>li {
   border-bottom: 1px solid #e2e2e2;
}
.wrap-sidenav .sidenav .slevel-2>li:last-child {
   border-bottom: none;
}
.wrap-sidenav .sidenav .slevel-2>li>a {
   font-size: 16px;
   line-height: 26px;

   position: relative;

   display: block;

   padding: 15px 20px;

   color: #666;
}
@media (max-width: 1470px) {
   .wrap-sidenav .sidenav .slevel-2>li>a {
      font-size: 15px;

      padding: 10px 20px;
   }
}
.wrap-sidenav .sidenav .slevel-2>li.active>a,
.wrap-sidenav .sidenav .slevel-2>li:hover>a {
   color: var(--color);
}
.wrap-location {
   padding-bottom: 6px;

   border-bottom: 1px solid #e2e2e2;
}
.wrap-location .icon,
.wrap-location>ul {
   display: inline-block;

   vertical-align: middle;

   color: #666;
}
.wrap-location .icon {
   font-size: 20px;

   margin-right: 6px;
}
.wrap-location ul>li {
   font-size: 16px;
   line-height: 30px;

   display: inline-block;

   vertical-align: middle;
}
@media (max-width: 767px) {
   .wrap-location ul>li {
      font-size: 14px;
   }
}
.wrap-location ul>li:after {
   display: inline-block;

   margin: 0 4px;

   content: '/';
   vertical-align: middle;
}
.wrap-location ul>li:last-child:after {
   display: none;
}
.wrap-location ul>li:last-child>a {
   color: var(--color);
}
.wrap-location ul>li>a {
   display: inline-block;

   vertical-align: middle;
   text-transform: capitalize;
}
.wrap-location ul>li>a:hover {
   text-decoration: underline;

   color: var(--color);
}
.xs-product-nav {
   display: none;
   overflow: hidden;
}
@media (max-width: 1199px) {
   .xs-product-nav {
      display: block;
   }
}
.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: 15px;
   line-height: 30px;

   padding: 0 10px;
}
@media (max-width: 767px) {
   .xs-product-nav>ul>li>a {
      font-size: 14px;
   }
}
.xs-product-nav>ul>li>a:before {
   margin-right: 4px;

   content: '-';
}
.xs-product-nav>ul>li.active>a {
   color: var(--color);
}
.wrap-about .title-in {
   text-align: left;
}
.wrap-about .about {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-about .about {
      margin-top: 14px;
   }
}
.wrap-about .about p {
   font-size: 16px;
   line-height: 2;

   margin: 0;

   color: #444;
}
@media (max-width: 991px) {
   .wrap-about .about p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-about .about img {
   max-width: 100%;
   height: auto !important;
}
.wrap-history .history {
   position: relative;
}
.wrap-history .history:before {
   position: absolute;
   top: 0;
   /* left: 50%; */
   left: 0;
   display: block;

   width: 1px;
   height: 100%;

   content: '';

   background-color: var(--color);
}
@media (max-width: 767px) {
   .wrap-history .history:before {
      left: 0;
   }
}
/* @media (min-width: 768px)
{
    .wrap-history .history ul li:nth-child(2n+1)
    {
        text-align: right;
    }
    .wrap-history .history ul li:nth-child(2n) .item .year:before
    {
        right: -7px;
        left: auto;
    }
    .wrap-history .history ul li:nth-child(2n) .item .note
    {
        padding-right: 5%;
        padding-left: 0;
    }
}
.wrap-history .history .item
{
    display: inline-block;

    width: 50%;

    vertical-align: top;
} */
@media (max-width: 767px) {
   .wrap-history .history .item {
      display: block;

      width: 100%;
      margin-top: 20px;
   }
}
.wrap-history .history .item .year {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   position: relative;

   padding: 10px 0;

   border-bottom: 1px solid var(--color);
}
@media (max-width: 1199px) {
   .wrap-history .history .item .year {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-history .history .item .year {
      padding-left: 5%;
   }
}
.wrap-history .history .item .year:before {
   position: absolute;
   bottom: -7px;
   left: -7px;

   display: block;

   width: 15px;
   height: 15px;

   content: '';

   border: 3px solid #e67f81;
   border-radius: 50%;
   background-color: var(--color);
}
.wrap-history .history .item .note {
   /* height: 78px; */
   margin-top: 20px;
   padding-left: 5%;
   text-align: left;
   color: #444;
}
@media (max-width: 767px) {
   .wrap-history .history .item .note {
      height: auto;
   }
}
.wrap-history .history .item .note p {
   font-size: 16px;
   line-height: 26px;

   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-history .history .item .note p {
      font-size: 15px;
      line-height: 24px;
   }
}
@media (max-width: 991px) {
   .wrap-history .history .item .note p {
      font-size: 14px;
   }
}
.wrap-honor .honor .item,
.wrap-honor .certificate .item {
   display: block;

   margin-top: 30px;

   border: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
   .wrap-honor .honor .item,
   .wrap-honor .certificate .item {
      margin-top: 14px;
   }
}
.wrap-honor .honor .item .img-box,
.wrap-honor .certificate .item .img-box {
   padding-bottom: 136.36363636%;
}
.wrap-honor .honor .item .img-box img,
.wrap-honor .certificate .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-honor .honor .item:hover,
.wrap-honor .certificate .item:hover {
   border-color: var(--color);
   box-shadow: 0 0 13px 0 rgba(23, 23, 23, .16);
}
.wrap-honor .honor .item:hover .img-box img,
.wrap-honor .certificate .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-honor .certificate {
   padding-bottom: 80px;
}
@media (max-width: 991px) {
   .wrap-honor .certificate {
      padding-bottom: 50px;
   }
}
.wrap-honor .certificate .item .img-box {
   padding-bottom: 67.77777778%;
}
.wrap-factory .factory,
.wrap-care .factory,
.wrap-factory .care,
.wrap-care .care {
   margin-top: -30px;
}
@media (max-width: 767px) {
   .wrap-factory .factory,
   .wrap-care .factory,
   .wrap-factory .care,
   .wrap-care .care {
      margin-top: -14px;
   }
}
.wrap-factory .factory .item,
.wrap-care .factory .item,
.wrap-factory .care .item,
.wrap-care .care .item {
   display: block;

   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-factory .factory .item,
   .wrap-care .factory .item,
   .wrap-factory .care .item,
   .wrap-care .care .item {
      margin-top: 14px;
   }
}
.wrap-factory .factory .item .img-box,
.wrap-care .factory .item .img-box,
.wrap-factory .care .item .img-box,
.wrap-care .care .item .img-box {
   padding-bottom: 62.22222222%;
}
.wrap-factory .factory .item .img-box img,
.wrap-care .factory .item .img-box img,
.wrap-factory .care .item .img-box img,
.wrap-care .care .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-factory .factory .item h3,
.wrap-care .factory .item h3,
.wrap-factory .care .item h3,
.wrap-care .care .item h3 {
   font-size: 18px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

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

   text-align: center;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .wrap-factory .factory .item h3,
   .wrap-care .factory .item h3,
   .wrap-factory .care .item h3,
   .wrap-care .care .item h3 {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .wrap-factory .factory .item h3,
   .wrap-care .factory .item h3,
   .wrap-factory .care .item h3,
   .wrap-care .care .item h3 {
      font-size: 14px;

      margin-top: 6px;
   }
}
.wrap-factory .factory .item:hover .img-box img,
.wrap-care .factory .item:hover .img-box img,
.wrap-factory .care .item:hover .img-box img,
.wrap-care .care .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-care .care .item .img-box {
   padding-bottom: 62.22222222%;
}
.wrap-video .video {
   margin-top: -30px;
}
@media (max-width: 767px) {
   .wrap-video .video {
      margin-top: -14px;
   }
}
.wrap-video .video .item {
   display: block;

   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-video .video .item {
      margin-top: 14px;
   }
}
.wrap-video .video .item .pic {
   position: relative;

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

   border: 1px solid #fff;
   background-color: #000;
}
.wrap-video .video .item .pic .play {
   font-size: 50px;

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

   cursor: pointer;
   -webkit-transition: all .2s;
   transition: all .2s;
   -webkit-transform: translate3d(-50%, -50%, 0);
   transform: translate3d(-50%, -50%, 0);

   opacity: 0;
   color: #fff;
}
@media (max-width: 1199px) {
   .wrap-video .video .item .pic .play {
      font-size: 30px;

      opacity: 1;
   }
}
.wrap-video .video .item .pic .play:before {
   font-family: 'iconfont' !important;

   content: '\e746';
}
.wrap-video .video .item .img-box {
   padding-bottom: 62.22222222%;

   -webkit-transition: all .2s;
   transition: all .2s;
}
.wrap-video .video .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-video .video .item h3 {
   font-size: 18px;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

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

   text-align: center;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 991px) {
   .wrap-video .video .item h3 {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .wrap-video .video .item h3 {
      font-size: 14px;

      margin-top: 6px;
   }
}
.wrap-video .video .item:hover .pic {
   border-color: var(--color);
}
.wrap-video .video .item:hover .pic .play {
   opacity: 1;
}
.wrap-video .video .item:hover .pic .img-box {
   opacity: .6;
}
.wrap-video .video .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-solutions .solutions {
   margin-top: -30px;
}
.wrap-solutions .solutions .item {
   padding: 30px 0;

   border-bottom: 1px solid #c3c3c3;
}
.wrap-solutions .solutions .item .text {
   width: -webkit-calc(100% - 570px);
   width: calc(100% - 570px);
   padding-right: 5%;
}
@media (max-width: 1199px) {
   .wrap-solutions .solutions .item .text {
      width: 60%;
   }
}
@media (max-width: 991px) {
   .wrap-solutions .solutions .item .text {
      width: 50%;
      padding-right: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-solutions .solutions .item .text {
      width: 100%;
   }
}
.wrap-solutions .solutions .item .text h3 {
   font-size: 32px;
   font-weight: bold;
   line-height: 40px;

   display: -webkit-box;
   overflow: hidden;

   height: 40px;

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

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
   .wrap-solutions .solutions .item .text h3 {
      font-size: 28px;
   }
}
@media (max-width: 1199px) {
   .wrap-solutions .solutions .item .text h3 {
      font-size: 24px;
      line-height: 30px;

      height: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-solutions .solutions .item .text h3 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-solutions .solutions .item .text h3 {
      font-size: 18px;
   }
}
.wrap-solutions .solutions .item .text p {
   font-size: 16px;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   max-height: 104px;
   margin: 0;

   color: #444;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4;
}
@media (max-width: 1199px) {
   .wrap-solutions .solutions .item .text p {
      font-size: 14px;
      line-height: 24px;

      max-height: 96px;
   }
}
@media (max-width: 991px) {
   .wrap-solutions .solutions .item .text p {
      display: -webkit-box;
      overflow: hidden;

      max-height: 48px;

      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
   }
}
.wrap-solutions .solutions .item .text .more {
   margin-top: 60px;
}
@media (max-width: 1199px) {
   .wrap-solutions .solutions .item .text .more {
      margin-top: 30px;
   }
}
@media (max-width: 991px) {
   .wrap-solutions .solutions .item .text .more {
      margin-top: 20px;
   }
}
.wrap-solutions .solutions .item .text .more a {
   line-height: 40px;

   display: inline-block;

   padding: 0 50px;

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

   color: #fff;
   border-radius: 30px;
   background-color: #333;
}
@media (max-width: 991px) {
   .wrap-solutions .solutions .item .text .more a {
      padding: 0 30px;
   }
}
.wrap-solutions .solutions .item .pic {
   width: 570px;
}
@media (max-width: 1199px) {
   .wrap-solutions .solutions .item .pic {
      width: 40%;
   }
}
@media (max-width: 991px) {
   .wrap-solutions .solutions .item .pic {
      width: 50%;
   }
}
@media (max-width: 767px) {
   .wrap-solutions .solutions .item .pic {
      width: 100%;
      margin-top: 30px;
   }
}
.wrap-solutions .solutions .item .pic .img-box {
   padding-bottom: 47.36842105%;
}
.wrap-solutions .solutions .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-solutions .solutions .item:hover .text h3 {
   color: var(--color);
}
.wrap-solutions .solutions .item:hover .text .more a {
   background-color: var(--color);
}
.wrap-solutions .solutions .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-news .news {
   margin-top: -40px;
}
@media (max-width: 991px) {
   .wrap-news .news {
      margin-top: -30px;
   }
}
.wrap-news .news .item {
   margin-top: 40px;
}
@media (max-width: 991px) {
   .wrap-news .news .item {
      margin-top: 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 .addthis_inline_share_toolbox {
   display: inline-block;

   vertical-align: middle;
}
.wrap-details .relate-details {
   margin-top: 60px;
}
@media (max-width: 991px) {
   .wrap-details .relate-details {
      margin-top: 30px;
   }
}
.wrap-details .relate-details a {
   font-size: 16px;
   line-height: 30px;

   display: block;

   color: #666;
}
.wrap-details .relate-details a:hover {
   color: #333;
}
.wrap-details .relate-details a:hover span {
   color: var(--color);
}
.wrap-customer .customer {
   margin-top: 20px;
}
.wrap-customer .customer ul li {
   padding-top: 10px;
   padding-bottom: 10px;
}
.wrap-customer .customer .item {
   margin-top: 10px;
   padding: 10px;
   background: #fff;
}
@media (max-width: 767px) {
   .wrap-customer .customer .item {
      margin-top: 0;
   }
}
.wrap-case .case ul li:nth-child(2n) .item .pic {
   left: -webkit-calc(100% - 570px);
   left: calc(100% - 570px);
}
@media (max-width: 1470px) {
   .wrap-case .case ul li:nth-child(2n) .item .pic {
      left: -webkit-calc(100% - 470px);
      left: calc(100% - 470px);
   }
}
@media (max-width: 991px) {
   .wrap-case .case ul li:nth-child(2n) .item .pic {
      left: 50%;
   }
}
.wrap-case .case ul li:nth-child(2n) .item .text {
   right: 570px;

   padding-right: 3%;
   padding-left: 0;
}
@media (max-width: 1470px) {
   .wrap-case .case ul li:nth-child(2n) .item .text {
      right: 470px;
   }
}
@media (max-width: 991px) {
   .wrap-case .case ul li:nth-child(2n) .item .text {
      right: 50%;
   }
}
.wrap-case .case .item {
   font-size: 0;

   padding: 20px 0;

   border-bottom: 1px dashed #999;
}
.wrap-case .case .item .pic,
.wrap-case .case .item .text {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-case .case .item .pic {
   position: relative;

   width: 570px;
}
@media (max-width: 1470px) {
   .wrap-case .case .item .pic {
      width: 470px;
   }
}
@media (max-width: 991px) {
   .wrap-case .case .item .pic {
      width: 50%;
   }
}
.wrap-case .case .item .pic .img-box {
   padding-bottom: 59.64912281%;
}
.wrap-case .case .item .pic .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-case .case .item .text {
   position: relative;

   width: -webkit-calc(100% - 570px);
   width: calc(100% - 570px);
   padding-left: 3%;
}
@media (max-width: 1470px) {
   .wrap-case .case .item .text {
      width: -webkit-calc(100% - 470px);
      width: calc(100% - 470px);
   }
}
@media (max-width: 991px) {
   .wrap-case .case .item .text {
      width: 50%;
   }
}
.wrap-case .case .item .text h3 {
   font-size: 32px;
   font-weight: bold;
   line-height: 40px;

   display: -webkit-box;
   overflow: hidden;

   height: 40px;
   padding-left: 32px;
   -webkit-transition: all .2s;
   transition: all .2s;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
}
@media (max-width: 1470px) {
   .wrap-case .case .item .text h3 {
      font-size: 28px;
   }
}
@media (max-width: 1350px) {
   .wrap-case .case .item .text h3 {
      font-size: 24px;
   }
}
@media (max-width: 991px) {
   .wrap-case .case .item .text h3 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .wrap-case .case .item .text h3 {
      font-size: 18px;
      line-height: 30px;

      height: 30px;
      margin-bottom: 4px;
   }
}
.wrap-case .case .item .text p {
   font-size: 16px;
   line-height: 32px;

   display: -webkit-box;
   overflow: hidden;

   max-height: 96px;
   margin: 0;

   color: #444;
   text-indent: 2em;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
   .wrap-case .case .item .text p {
      font-size: 14px;
      line-height: 24px;

      max-height: 72px;
   }
}
.wrap-case .case .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-case .case .item:hover .text h3 {
   color: var(--color);
}
.wrap-world .world {
   margin-top: -50px;
}
@media (max-width: 767px) {
   .wrap-world .world {
      margin-top: -30px;
   }
}
.wrap-world .world .item {
   margin-top: 50px;

}
@media (max-width: 767px) {
   .wrap-world .world .item {
      margin-top: 30px;
   }
}
.wrap-world .world .item .img-box {
   padding-bottom: 62.22222222%;
}
.wrap-world .world .item .img-box img {
   -webkit-transition: all 1s;
   transition: all 1s;
}
.wrap-world .world .item h3 {
   font-size: 20px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin-top: 14px;

   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;

}

@media (max-width: 1199px) {
   .wrap-world .world .item h3 {
      font-size: 18px;
   }
}
@media (max-width: 767px) {
   .wrap-world .world .item h3 {
      font-size: 16px;
   }
}
.wrap-world .world .item .more {

   width: 100px;
   line-height: 30px;
   height: 30px;
   border-radius: 30px;
   background-color: var(--color);
   color: #fff;
   text-align: center;
   display: inline-block;
}
@media(max-width:1199px) {
   .wrap-world .world .item .more {
      display: none;
   }
}
.wrap-world .world .item p {
   display: flex;
   justify-content: space-between;
}
.wrap-world .world .item p span {
   font-size: 16px;
   line-height: 26px;

   display: -webkit-box;
   overflow: hidden;

   height: 78px;
   margin: 0;

   color: #444;
   width: calc(100% - 100px);
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
.wrap-world .world .item p a {
   width: 100px;
   line-height: 30px;
   background-color: var(--color);
   color: #ffffff;
   font-size: 16px;
   text-align: center;
   border-radius: 30px;
}
@media (max-width: 767px) {
   .wrap-world .world .item p {
      font-size: 14px;
      line-height: 24px;

      height: 72px;
   }
}
.wrap-world .world .item:hover .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-world .world .item:hover h3 {
   color: var(--color);
}
.wrap-product .product .item,
.wrap-product-show .product .item,
.wrap-product .relate-product .item,
.wrap-product-show .relate-product .item {
   overflow: hidden;

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

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

   background-color: #eaeaea;
}
@media (max-width: 767px) {
   .wrap-product .product .item,
   .wrap-product-show .product .item,
   .wrap-product .relate-product .item,
   .wrap-product-show .relate-product .item {
      margin-top: 15px;
   }
}
.wrap-product .product .item .pic,
.wrap-product-show .product .item .pic,
.wrap-product .relate-product .item .pic,
.wrap-product-show .relate-product .item .pic {
   position: relative;
}
.wrap-product .product .item .pic .img-box,
.wrap-product-show .product .item .pic .img-box,
.wrap-product .relate-product .item .pic .img-box,
.wrap-product-show .relate-product .item .pic .img-box {
   padding-bottom: 63.41463415%;
}
.wrap-product .product .item .pic .img-box img,
.wrap-product-show .product .item .pic .img-box img,
.wrap-product .relate-product .item .pic .img-box img,
.wrap-product-show .relate-product .item .pic .img-box img {
   -webkit-transition: all .4s;
   transition: all .4s;
}
.wrap-product .product .item .note,
.wrap-product-show .product .item .note,
.wrap-product .relate-product .item .note,
.wrap-product-show .relate-product .item .note {
   position: relative;
}
.wrap-product .product .item .note h3,
.wrap-product-show .product .item .note h3,
.wrap-product .relate-product .item .note h3,
.wrap-product-show .relate-product .item .note h3 {
   font-size: 16px;
   line-height: 60px;

   display: -webkit-box;
   overflow: hidden;

   height: 60px;
   margin: 0;

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

   position: absolute;
   top: 50%;
   right: 10px;

   display: block;

   width: 32px;
   height: 32px;

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

   border-radius: 50%;
   background-color: #fff;
}
.wrap-product .product .item .addcart .icon,
.wrap-product-show .product .item .addcart .icon,
.wrap-product .relate-product .item .addcart .icon,
.wrap-product-show .relate-product .item .addcart .icon {
   font-size: 18px;

   display: block;
}
.wrap-product .product .item:hover,
.wrap-product-show .product .item:hover,
.wrap-product .relate-product .item:hover,
.wrap-product-show .relate-product .item:hover {
   color: #fff;
   background-color: var(--color);
}
/* .wrap-product .product .item:hover .pic .img-box img, */
.wrap-product-show .product .item:hover .pic .img-box img,
.wrap-product .relate-product .item:hover .pic .img-box img,
.wrap-product-show .relate-product .item:hover .pic .img-box img {
   -webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.wrap-product .product .item:hover .addcart,
.wrap-product-show .product .item:hover .addcart,
.wrap-product .relate-product .item:hover .addcart,
.wrap-product-show .relate-product .item:hover .addcart {
   color: var(--color);
}
.wrap-product {
   padding-top: 30px;
}
@media (max-width: 767px) {
   .wrap-product {
      padding-top: 10px;
   }
}
.wrap-product .product-info {
   padding-top: 40px;
}
@media (max-width: 767px) {
   .wrap-product .product-info {
      padding-top: 20px;
   }
}
.wrap-product .product {
   margin-top: -30px;
}
@media (max-width: 1199px) {
   .wrap-product .product {
      margin-top: 0;
   }
}
.wrap-product-show {
   padding-top: 30px;
}
@media (max-width: 767px) {
   .wrap-product-show {
      padding-top: 10px;
   }
}
.wrap-product-show .product-info {
   padding-top: 40px;
}
@media (max-width: 767px) {
   .wrap-product-show .product-info {
      padding-top: 20px;
   }
}
.wrap-product-show .carousel-wrap {
   overflow: hidden;
}
@media (max-width: 1199px) {
   .wrap-product-show .carousel-wrap {
      margin-top: 20px;
   }
}
.wrap-product-show .carousel-wrap .img-box {
   padding-bottom: 60.46511628%;
}
.wrap-product-show .carousel-wrap .carousel {
   position: relative;

   overflow: hidden;
}
.wrap-product-show .carousel-wrap .carousel .slider-for {
   font-size: 0;

   position: relative;

   overflow: hidden;

   border: 1px solid #f3f3f3;
}
.wrap-product-show .carousel-wrap .carousel .slider-for .item {
   position: relative;
   z-index: 2;
}
.wrap-product-show .carousel-wrap .carousel .slider-for iframe {
   position: absolute;
   top: 0;
   left: 0;

   width: 100%;
   height: 100%;
}
.wrap-product-show .carousel-wrap .carousel .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 .carousel .slider-for .play {
      font-size: 50px;
   }
}
.wrap-product-show .carousel-wrap .carousel .slider-for .play:before {
   font-family: 'iconfont' !important;

   content: '\e644';
}
.wrap-product-show .carousel-wrap .carousel .slider-nav {
   display: none;
}
@media (max-width: 1199px) {
   .wrap-product-show .carousel-wrap .carousel .slider-nav {
      display: block;
   }
}
.wrap-product-show .slider-nav {
   font-size: 0;

   position: relative;

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

   outline: none;
}
@media (max-width: 991px) {
   .wrap-product-show .slider-nav .slick-slide {
      padding: 0 4px;
   }
}
.wrap-product-show .slider-nav .item {
   position: relative;

   overflow: hidden;

   border: 1px solid #f3f3f3;
}
.wrap-product-show .slider-nav .item-video {
   position: relative;

   background-color: #000;
}
.wrap-product-show .slider-nav .item-video .img-box {
   opacity: .6;
}
.wrap-product-show .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 .slider-nav .item-video:after {
      font-size: 30px;
   }
}
.wrap-product-show .slider-nav .slick-current .item {
   border: 1px solid var(--color);
}
.wrap-product-show .slider-nav .slick-arrow {
   left: 0;

   width: 30px;

   background: none;
}
.wrap-product-show .slider-nav .slick-arrow:before {
   font-size: 14px;

   content: '\e67f';
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);

   color: #cfcfcf;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next {
   right: 0;
   left: auto;
}
.wrap-product-show .slider-nav .slick-arrow.slick-next:before {
   -webkit-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
}
.wrap-product-show .slider-nav .slick-arrow:hover:before {
   color: var(--color);
}
.wrap-product-show .info-box {
   padding-left: 3%;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box {
      padding-left: 0;
   }
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box {
      margin-top: 30px;
   }
}
.wrap-product-show .info-box .title-info {
   position: relative;

   padding: 20px 0;

   border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .title-info {
      padding: 10px 0;
   }
}
.wrap-product-show .info-box .title-info h2 {
   font-size: 30px;
   font-weight: bold;
   line-height: 30px;

   display: block;

   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .title-info h2 {
      font-size: 24px;
   }
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .title-info h2 {
      font-size: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-product-show .info-box .title-info h2 {
      font-size: 18px;
   }
}
.wrap-product-show .info-box .link {
   margin-top: 30px;
}
@media (max-width: 1470px) {
   .wrap-product-show .info-box .link {
      margin-top: 10px;
   }
}
.wrap-product-show .info-box .link .btn-inquiry,
.wrap-product-show .info-box .link .btn-cart {
   display: inline-block;

   margin-top: 10px;

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

   display: inline-block;

   padding: 0 50px;

   border: 1px solid #222;
}
@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 {
   margin-right: 40px;
}
@media (max-width: 767px) {
   .wrap-product-show .info-box .link .btn-inquiry {
      margin-right: 20px;
   }
}
.wrap-product-show .info-box .slider-nav {
   margin-top: 60px;
}
@media (max-width: 1199px) {
   .wrap-product-show .info-box .slider-nav {
      display: none;
   }
}
.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: 40px;
   }
}
.wrap-product-show .parameter .text {
   margin-top: 20px;
}
.wrap-product-show .parameter .text img {
   display: inline-block;

   max-width: 100%;
   height: auto !important;
   margin-top: 20px;

   vertical-align: top;
}
.wrap-product-show .parameter .text img.imgblock {
   margin-top: 20px;
}
.wrap-product-show .parameter .text .pmargin {
   margin: 0 -10px;
}
.wrap-product-show .parameter .text p {
   font-size: 16px;
   line-height: 2;

   margin: 0;

   color: #444;
}
@media (max-width: 991px) {
   .wrap-product-show .parameter .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.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 h3 {
   font-size: 30px;
   font-weight: bold;
   line-height: 1.2;

   margin: 0;
}
@media (max-width: 991px) {
   .wrap-product-show .title-product-show h3 {
      font-size: 24px;
   }
}
.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: 0;
}
.wrap-product-show .relate-product .slick-arrow {
   top: -80px;
   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: -60px;
      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 {
   width: 12px;
   height: 12px;
   margin: 0 5px;

   background-color: #d3d3d3;
}
.wrap-product-show .relate-product .slick-dots li.slick-active {
   background-color: var(--color);
}
.wrap-product-show .inquiry .message,
.wrap-inquiryinfo .inquiry .message {
   margin-top: 30px;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry .message,
   .wrap-inquiryinfo .inquiry .message {
      margin-top: 10px;
   }
}
.wrap-product-show .inquiry .message ul,
.wrap-inquiryinfo .inquiry .message ul {
   margin: 0 -5px;
}
.wrap-product-show .inquiry .message ul li,
.wrap-inquiryinfo .inquiry .message ul li {
   padding: 0 5px;
}
.wrap-product-show .inquiry .message .read input,
.wrap-inquiryinfo .inquiry .message .read input {
   line-height: 50px;

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

   color: #444;
   background-color: #f8f8f8;
}
.wrap-product-show .inquiry .message .input,
.wrap-inquiryinfo .inquiry .message .input {
   position: relative;
   z-index: 1;

   display: block;

   margin-top: 10px;
}
.wrap-product-show .inquiry .message .input__field,
.wrap-inquiryinfo .inquiry .message .input__field {
   line-height: 30px;

   position: relative;

   width: 100%;
   min-height: 50px;
   padding: 10px 20px;

   resize: vertical;

   border: 1px solid #bababa;
   outline: none;
   background: none;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry .message .input__field,
   .wrap-inquiryinfo .inquiry .message .input__field {
      padding: 10px 10px;
   }
}
.wrap-product-show .inquiry .message .input__field:focus,
.wrap-inquiryinfo .inquiry .message .input__field:focus {
   outline: none;
}
.wrap-product-show .inquiry .message .input__label,
.wrap-inquiryinfo .inquiry .message .input__label {
   display: inline-block;

   padding: 0 20px;

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;

   color: #666;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-touch-callout: none;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry .message .input__label,
   .wrap-inquiryinfo .inquiry .message .input__label {
      padding: 0 10px;
   }
}
.wrap-product-show .inquiry .message .input__label--yoshiko,
.wrap-inquiryinfo .inquiry .message .input__label--yoshiko {
   line-height: 30px;

   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;

   display: inline-block;
   overflow: hidden;

   padding: 10px 20px;

   -webkit-transition: -webkit-transform .25s;
   transition: -webkit-transform .25s;
   transition: transform .25s;
   transition: transform .25s, -webkit-transform .25s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transform: translate3d(0, 0em, 0);
   transform: translate3d(0, 0em, 0);
   pointer-events: none;
}
@media (max-width: 767px) {
   .wrap-product-show .inquiry .message .input__label--yoshiko,
   .wrap-inquiryinfo .inquiry .message .input__label--yoshiko {
      padding: 10px 10px;
   }
}
.wrap-product-show .inquiry .message .input__label-content--yoshiko,
.wrap-inquiryinfo .inquiry .message .input__label-content--yoshiko {
   -webkit-transition: -webkit-transform .25s;
   transition: -webkit-transform .25s;
   transition: transform .25s;
   transition: transform .25s, -webkit-transform .25s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;

   background-color: #fff;
}
.wrap-product-show .inquiry .message .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-inquiryinfo .inquiry .message .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-product-show .inquiry .message .input--filled .input__label--yoshiko,
.wrap-inquiryinfo .inquiry .message .input--filled .input__label--yoshiko {
   -webkit-transform: translate3d(0, -50%, 0);
   transform: translate3d(0, -50%, 0);
}
.wrap-product-show .inquiry .message .submit,
.wrap-inquiryinfo .inquiry .message .submit {
   font-size: 16px;
   line-height: 40px;

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

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

   color: #fff;
   border-radius: 0;
   background-color: var(--color);
}
.wrap-product-show .inquiry .message .submit:hover,
.wrap-inquiryinfo .inquiry .message .submit:hover {
   background-color: var(--hover);
}
.wrap-contact .contact p {
   font-size: 16px;
   line-height: 2;
}
.wrap-contact .contact p span {
   font-weight: bold;

   display: block;
}
.wrap-contact .contact p a:hover {
   text-decoration: underline;
}
.wrap-contact .map .map-content {
   height: 410px;
}
.wrap-message {
   background-color: #f0f0f0;
}
.wrap-message .title-in {
   max-width: 270px;

   text-align: left;
}
@media (max-width: 767px) {
   .wrap-message .title-in {
      max-width: 100%;
   }
}
@media (min-width: 1200px) {
   .wrap-message .title-in h2 {
      font-size: 32px;
   }
}
.wrap-message .erweima {
   margin-top: 60px;
}
@media (max-width: 767px) {
   .wrap-message .erweima {
      margin-top: 30px;
   }
}
.wrap-message .erweima ul {
   margin: 0 -20px;
}
@media (max-width: 991px) {
   .wrap-message .erweima ul {
      margin: 0 -10px;
   }
}
.wrap-message .erweima ul li {
   padding: 0 20px;
}
@media (max-width: 991px) {
   .wrap-message .erweima ul li {
      padding: 0 10px;
   }
}
.wrap-message .erweima .erweima-item p {
   font-size: 16px;
   font-weight: bold;
   line-height: 24px;

   margin: 0 0 10px 0;
}
.wrap-message .erweima .erweima-item img {
   width: 116px;
}
@media (max-width: 767px) {
   .wrap-message .message {
      margin-top: 30px;
   }
}
.wrap-message .message ul {
   margin: 0 -5px;
}
.wrap-message .message ul li {
   padding: 0 5px;
}
.wrap-message .message .input {
   position: relative;
   z-index: 1;

   display: block;

   margin-top: 10px;
}
.wrap-message .message .input__field {
   line-height: 30px;

   position: relative;

   width: 100%;
   min-height: 50px;
   padding: 10px 20px;

   resize: vertical;

   border: 1px solid #bababa;
   outline: none;
   background: none;
}
@media (max-width: 767px) {
   .wrap-message .message .input__field {
      padding: 10px 10px;
   }
}
.wrap-message .message .input__field:focus {
   outline: none;
}
.wrap-message .message .input__label {
   display: inline-block;

   padding: 0 20px;

   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;

   color: #666;

   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   -webkit-touch-callout: none;
}
@media (max-width: 767px) {
   .wrap-message .message .input__label {
      padding: 0 10px;
   }
}
.wrap-message .message .input__label--yoshiko {
   line-height: 30px;

   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;

   display: inline-block;
   overflow: hidden;

   padding: 10px 20px;

   -webkit-transition: -webkit-transform .25s;
   transition: -webkit-transform .25s;
   transition: transform .25s;
   transition: transform .25s, -webkit-transform .25s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;
   -webkit-transform: translate3d(0, 0em, 0);
   transform: translate3d(0, 0em, 0);
   pointer-events: none;
}
@media (max-width: 767px) {
   .wrap-message .message .input__label--yoshiko {
      padding: 10px 10px;
   }
}
.wrap-message .message .input__label-content--yoshiko {
   -webkit-transition: -webkit-transform .25s;
   transition: -webkit-transform .25s;
   transition: transform .25s;
   transition: transform .25s, -webkit-transform .25s;
   -webkit-transition-timing-function: ease-in-out;
   transition-timing-function: ease-in-out;

   background-color: #f0f0f0;
}
.wrap-message .message .input__field--yoshiko:focus+.input__label--yoshiko,
.wrap-message .message .input--filled .input__label--yoshiko {
   -webkit-transform: translate3d(0, -50%, 0);
   transform: translate3d(0, -50%, 0);
}
.wrap-message .message .submit {
   font-size: 16px;
   line-height: 40px;

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

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

   color: #fff;
   border-radius: 0;
   background-color: var(--color);
}
.wrap-message .message .submit:hover {
   background-color: var(--hover);
}
.wrap-jobs .jobs .item {
   margin-bottom: 20px;
}
.wrap-jobs .jobs .item .title-jobs {
   position: relative;

   padding: 20px 100px;

   cursor: pointer;

   background-color: #e7e7e7;
}
@media (max-width: 1470px) {
   .wrap-jobs .jobs .item .title-jobs {
      padding: 20px 60px;
   }
}
@media (max-width: 1199px) {
   .wrap-jobs .jobs .item .title-jobs {
      padding: 10px 40px 10px 20px;
   }
}
.wrap-jobs .jobs .item .title-jobs h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 40px;

   margin: 0;
}
@media (max-width: 1470px) {
   .wrap-jobs .jobs .item .title-jobs h3 {
      font-size: 20px;
   }
}
@media (max-width: 1199px) {
   .wrap-jobs .jobs .item .title-jobs h3 {
      font-size: 18px;
      line-height: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-jobs .jobs .item .title-jobs h3 {
      font-size: 16px;
   }
}
.wrap-jobs .jobs .item .title-jobs:after {
   font-family: 'iconfont' !important;
   font-size: 24px;
   line-height: 80px;

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

   display: block;

   width: 100px;

   content: '\e646';
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
   text-align: center;
}
@media (max-width: 1470px) {
   .wrap-jobs .jobs .item .title-jobs:after {
      width: 60px;
   }
}
@media (max-width: 1199px) {
   .wrap-jobs .jobs .item .title-jobs:after {
      font-size: 20px;
      line-height: 50px;

      width: 40px;
   }
}
.wrap-jobs .jobs .item .text {
   display: none;

   padding: 40px 100px;
}
@media (max-width: 1470px) {
   .wrap-jobs .jobs .item .text {
      padding: 20px 60px;
   }
}
@media (max-width: 1199px) {
   .wrap-jobs .jobs .item .text {
      padding: 20px;
   }
}
.wrap-jobs .jobs .item .text h4 {
   font-size: 18px;
   font-weight: bold;
   line-height: 30px;
}
@media (max-width: 991px) {
   .wrap-jobs .jobs .item .text h4 {
      font-size: 16px;
   }
}
.wrap-jobs .jobs .item .text p {
   font-size: 16px;
   line-height: 1.875;

   margin: 0;

   color: #444;
}
@media (max-width: 991px) {
   .wrap-jobs .jobs .item .text p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-jobs .jobs .item .text .date {
   font-size: 16px;

   margin-top: 30px;
   padding-top: 20px;

   color: var(--color);
   border-top: 1px dashed #999;
}
.wrap-jobs .jobs .current .item .title-jobs {
   color: #fff;
   background-color: var(--color);
}
.wrap-jobs .jobs .current .item .title-jobs:after {
   -webkit-transform: rotate(-90deg);
   -ms-transform: rotate(-90deg);
   transform: rotate(-90deg);
}
.wrap-logisticsquery .title-in h2 {
   margin-bottom: 14px;
}
.wrap-logisticsquery .logisticsquery {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   margin-top: 60px;

   background-color: #f2f2f2;

   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}
@media (max-width: 991px) {
   .wrap-logisticsquery .logisticsquery {
      display: block;

      margin-top: 30px;
   }
}
.wrap-logisticsquery .logisticsquery .pic {
   width: 49%;
}
@media (max-width: 991px) {
   .wrap-logisticsquery .logisticsquery .pic {
      width: 100%;
   }
}
.wrap-logisticsquery .logisticsquery .pic img {
   width: 100%;
}
.wrap-logisticsquery .logisticsquery .text {
   width: 51%;
   padding: 30px 5%;
}
@media (max-width: 1199px) {
   .wrap-logisticsquery .logisticsquery .text {
      padding: 20px 5%;
   }
}
@media (max-width: 991px) {
   .wrap-logisticsquery .logisticsquery .text {
      width: 100%;
   }
}
@media (max-width: 767px) {
   .wrap-logisticsquery .logisticsquery .text .title-logisticsquery img {
      height: 50px;
   }
}
.wrap-logisticsquery .logisticsquery .text p {
   font-size: 16px;
   line-height: 30px;

   margin: 14px 0;
}
@media (max-width: 1199px) {
   .wrap-logisticsquery .logisticsquery .text p {
      font-size: 14px;
      line-height: 24px;

      margin: 0;
   }
}
.wrap-logisticsquery .logisticsquery .text p a:hover {
   color: var(--color);
}
.wrap-logisticsquery .logisticsquery .text input {
   line-height: 44px;

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

   border: 1px solid #999;
   background: none;
}
.wrap-logisticsquery .logisticsquery .text input::-webkit-input-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea::-webkit-input-placeholder {
   color: #444;
}
.wrap-logisticsquery .logisticsquery .text input:-o-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea:-o-placeholder {
   color: #444;
}
.wrap-logisticsquery .logisticsquery .text input::-moz-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea::-moz-placeholder {
   color: #444;
}
.wrap-logisticsquery .logisticsquery .text input:-ms-input-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea:-ms-input-placeholder {
   color: #444;
}
.wrap-logisticsquery .logisticsquery .text input:focus::-webkit-input-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea:focus::-webkit-input-placeholder {
   color: #999;
}
.wrap-logisticsquery .logisticsquery .text input:focus::-o-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea:focus::-o-placeholder {
   color: #999;
}
.wrap-logisticsquery .logisticsquery .text input:focus::-moz-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea:focus::-moz-placeholder {
   color: #999;
}
.wrap-logisticsquery .logisticsquery .text input:focus::-ms-input-placeholder,
.wrap-logisticsquery .logisticsquery .text textarea:focus::-ms-input-placeholder {
   color: #999;
}
.wrap-logisticsquery .logisticsquery .text .submit {
   line-height: 44px;

   height: 44px;
   padding: 0 50px;

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

   color: #fff;
   border-radius: 0;
   background-color: var(--color);
}
@media (max-width: 1199px) {
   .wrap-logisticsquery .logisticsquery .text .submit {
      margin-top: 10px;
   }
}
.wrap-logisticsquery .logisticsquery .text .submit:hover {
   background-color: var(--hover);
}
.wrap-download .download {
   margin-top: -40px;
}
@media (max-width: 991px) {
   .wrap-download .download {
      margin-top: -20px;
   }
}
.wrap-download .download .item {
   margin-top: 40px;
   padding: 40px;

   background-color: #f7f7f7;
}
@media (max-width: 1470px) {
   .wrap-download .download .item {
      padding: 30px;
   }
}
@media (max-width: 1199px) {
   .wrap-download .download .item {
      padding: 20px;
   }
}
@media (max-width: 991px) {
   .wrap-download .download .item {
      margin-top: 20px;
   }
}
.wrap-download .download .item h3 {
   font-size: 24px;
   font-weight: bold;
   line-height: 30px;

   display: -webkit-box;
   overflow: hidden;

   height: 30px;
   margin: 0;

   -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: 20px;
   }
}
@media (max-width: 1199px) {
   .wrap-download .download .item h3 {
      font-size: 18px;
   }
}
.wrap-download .download .item .text {
   font-size: 0;

   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;

   margin-top: 30px;

   -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;
}
@media (max-width: 1199px) {
   .wrap-download .download .item .text {
      margin-top: 14px;
   }
}
.wrap-download .download .item .text .size,
.wrap-download .download .item .text .down {
   font-size: 14px;

   display: inline-block;

   vertical-align: middle;
}
.wrap-download .download .item .text .size p {
   font-size: 16px;
   line-height: 2;

   margin: 0;

   color: #666;
}
@media (max-width: 991px) {
   .wrap-download .download .item .text .size p {
      font-size: 14px;
      line-height: 24px;
   }
}
.wrap-download .download .item .text .down {
   line-height: 40px;

   display: inline-block;

   height: 40px;
   padding: 0 24px;

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

   border: 1px solid #222;
}
.wrap-download .download .item .text .down .icon {
   font-size: 24px;

   display: inline-block;

   margin-top: -2px;

   vertical-align: middle;
}
.wrap-download .download .item:hover .text .down {
   color: #fff;
   border-color: var(--color);
   background-color: var(--color);
}
.open-download {
   display: none;

   width: 90%;
   max-width: 820px;
   padding: 80px;
}
@media (max-width: 1199px) {
   .open-download {
      padding: 40px;
   }
}
@media (max-width: 767px) {
   .open-download {
      padding: 20px;
   }
}
.open-download .title-open-download h2 {
   font-size: 24px;
   font-weight: bold;
}
@media (max-width: 991px) {
   .open-download .title-open-download h2 {
      font-size: 20px;
   }
}
@media (max-width: 767px) {
   .open-download .title-open-download h2 {
      font-size: 18px;
   }
}
.open-download .down-form input {
   line-height: 30px;

   width: 100%;
   margin-top: 10px;
   padding: 10px 20px;

   border: 1px solid #999;
}
.open-download .down-form input::-webkit-input-placeholder,
.open-download .down-form textarea::-webkit-input-placeholder {
   color: #666;
}
.open-download .down-form input:-o-placeholder,
.open-download .down-form textarea:-o-placeholder {
   color: #666;
}
.open-download .down-form input::-moz-placeholder,
.open-download .down-form textarea::-moz-placeholder {
   color: #666;
}
.open-download .down-form input:-ms-input-placeholder,
.open-download .down-form textarea:-ms-input-placeholder {
   color: #666;
}
.open-download .down-form input:focus::-webkit-input-placeholder,
.open-download .down-form textarea:focus::-webkit-input-placeholder {
   color: #c5c5c5;
}
.open-download .down-form input:focus::-o-placeholder,
.open-download .down-form textarea:focus::-o-placeholder {
   color: #c5c5c5;
}
.open-download .down-form input:focus::-moz-placeholder,
.open-download .down-form textarea:focus::-moz-placeholder {
   color: #c5c5c5;
}
.open-download .down-form input:focus::-ms-input-placeholder,
.open-download .down-form textarea:focus::-ms-input-placeholder {
   color: #c5c5c5;
}
.open-download .down-form .submit {
   line-height: 40px;

   height: 40px;
   margin-top: 10px;
   padding: 0 30px;

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

   color: #fff;
   border-radius: 0;
   background-color: var(--color);
}
.open-download .down-form .submit:hover {
   background-color: var(--hover);
}
.fancybox-close-small {
   top: 30px;
   right: 30px;
}
@media (max-width: 767px) {
   .fancybox-close-small {
      top: 10px;
      right: 10px;
   }
}
.fancybox-close-small:after {
   border: 1px solid #666;
   border-radius: 50%;
}
.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;

   list-style: none;
}
.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-inquiryinfo .title-inquiry h2 {
   font-size: 34px;
   font-weight: bold;
   line-height: 1;

   position: relative;

   display: inline-block;

   margin: 0;

   text-transform: capitalize;
}
@media (max-width: 1199px) {
   .wrap-inquiryinfo .title-inquiry h2 {
      font-size: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .title-inquiry h2 {
      font-size: 24px;
   }
}
.wrap-inquiryinfo .title-inquiry h2 span {
   position: relative;
   z-index: 2;
}
.wrap-inquiryinfo .title-inquiry h2 .circle {
   display: inline-block;

   width: 60px;
   height: 60px;
   margin-left: -30px;

   vertical-align: middle;

   border-radius: 50%;
   background-color: var(--color);
}
@media (max-width: 991px) {
   .wrap-inquiryinfo .title-inquiry h2 .circle {
      width: 50px;
      height: 50px;
   }
}
.wrap-inquiryinfo .title-inquiry p {
   font-size: 18px;
   line-height: 24px;

   margin: 10px 0 0 0;

   color: #6b6b6b;
}
@media (max-width: 991px) {
   .wrap-inquiryinfo .title-inquiry p {
      font-size: 16px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .title-inquiry p {
      font-size: 14px;
   }
}
.wrap-inquiryinfo .inquiry-info {
   font-size: 0;

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

   border-collapse: collapse;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info {
      margin-top: 20px;
   }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info {
   text-transform: capitalize;

   background-color: #e5e5e5;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
      padding: 0;
   }
}
.wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
   font-size: 16px;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .title-inquiry-info>div {
      font-size: 14px;

      padding: 0 10px;
   }
}
.wrap-inquiryinfo .inquiry-info .inquiry-list {
   border-bottom: 1px solid #dfdfdf;
}
.wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-inquiryinfo .inquiry-info .pimg,
.wrap-inquiryinfo .inquiry-info .pname,
.wrap-inquiryinfo .inquiry-info .number,
.wrap-inquiryinfo .inquiry-info .Operation {
   font-size: 14px;

   display: inline-block;

   padding: 20px 10px;

   vertical-align: middle;
   word-break: break-word;
}
@media (max-width: 1470px) {
   .wrap-inquiryinfo .inquiry-info .checkbox,
   .wrap-inquiryinfo .inquiry-info .pimg,
   .wrap-inquiryinfo .inquiry-info .pname,
   .wrap-inquiryinfo .inquiry-info .number,
   .wrap-inquiryinfo .inquiry-info .Operation {
      padding: 20px 10px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .checkbox,
   .wrap-inquiryinfo .inquiry-info .pimg,
   .wrap-inquiryinfo .inquiry-info .pname,
   .wrap-inquiryinfo .inquiry-info .number,
   .wrap-inquiryinfo .inquiry-info .Operation {
      padding: 20px 10px;
   }
}
.wrap-inquiryinfo .inquiry-info .checkbox {
   width: 10%;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .checkbox {
      width: 30px;
   }
}
.wrap-inquiryinfo .inquiry-info .Operation {
   width: 14%;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .Operation {
      width: 30px;
   }
}
.wrap-inquiryinfo .inquiry-info .pimg {
   width: 18%;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .pimg {
      width: -webkit-calc(44% - 30px);
      width: calc(44% - 30px);
   }
}
.wrap-inquiryinfo .inquiry-info .pimg .img-box {
   padding-bottom: 95.34883721%;
}
.wrap-inquiryinfo .inquiry-info .number {
   width: 20%;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .number {
      width: -webkit-calc(56% - 30px);
      width: calc(56% - 30px);
      padding: 10px;
   }
}
.wrap-inquiryinfo .inquiry-info .pname {
   width: 38%;
}
.wrap-inquiryinfo .inquiry-info .check-all .substitite {
   padding-left: 0;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .check-all span {
      display: none;
   }
}
.wrap-inquiryinfo .inquiry-info .all,
.wrap-inquiryinfo .inquiry-info span {
   display: inline-block;

   margin: 0;
   padding: 0;

   vertical-align: middle;
}
.wrap-inquiryinfo .inquiry-info .check-all {
   display: inline-block;

   margin: 0;
   padding: 0;

   text-align: center;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .hidden-xs {
      display: none;
   }
}
.wrap-inquiryinfo .inquiry-info .visible-xs {
   display: none;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .visible-xs {
      display: block;
   }
}
.wrap-inquiryinfo .inquiry-info .Each,
.wrap-inquiryinfo .inquiry-info .all {
   position: relative;

   display: inline-block;

   width: 12px;
   height: 12px;
   margin-top: -2px;
   margin-right: 10px;

   text-align: center;
   vertical-align: middle;

   border: 1px solid #999;
   border-radius: 50%;
   outline: none;
   background: none;

   -webkit-appearance: none;
}
.wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-inquiryinfo .inquiry-info .all:checked::after {
   font-family: 'iconfont';
   font-size: 18px;

   position: absolute;
   top: -12px;
   left: 0;

   content: '\e656';

   color: var(--color);
}
.wrap-inquiryinfo .inquiry-info .change .Each::after {
   font-family: 'iconfont';
   font-size: 18px;

   position: absolute;
   top: -12px;
   left: 0;

   content: '\e656';

   color: var(--color);
}
.wrap-inquiryinfo .inquiry-info input {
   font-size: 16px;
   line-height: 34px;

   position: relative;

   width: 60px;
   height: 34px;

   text-align: center;
   vertical-align: top;

   border: none;
   outline: none;
}
@media (max-width: 991px) {
   .wrap-inquiryinfo .inquiry-info input {
      width: 30px;
   }
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info input {
      font-size: 14px;
      line-height: 25px;

      width: 25px;
      height: 25px;

      border-right: none;
      border-left: none;
   }
}
.wrap-inquiryinfo .inquiry-info .del1,
.wrap-inquiryinfo .inquiry-info .add1 {
   font-size: 20px;
   line-height: 36px;

   display: inline-block;

   width: 34px;
   height: 36px;
   margin: 0;
   margin-top: -2px;
   padding: 0;

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

   border: 1px solid #e5e5e5;
   background-color: #fff;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info .del1,
   .wrap-inquiryinfo .inquiry-info .add1 {
      line-height: 25px;

      position: relative;
      z-index: 8;

      width: 25px;
      height: 25px;
      margin: 0 auto;

      border-radius: 2px;
   }
}
.wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-inquiryinfo .inquiry-info .add1:hover {
   color: #fff;
   border-color: var(--color);
   background-color: var(--color);
}
.wrap-inquiryinfo .inquiry-info .add1 {
   margin-top: -1px;
   margin-left: 2px;
}
.wrap-inquiryinfo .inquiry-info .pic {
   border: 1px solid #dcdcdc;
}
.wrap-inquiryinfo .inquiry-info .pic .img-box {
   padding-bottom: 60.46511628%;
}
.wrap-inquiryinfo .inquiry-info p {
   line-height: 24px;

   margin: 0;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .inquiry-info p {
      font-size: 13px;

      margin-bottom: 4px;
   }
}
.wrap-inquiryinfo .iclose {
   float: none;

   cursor: pointer;
   text-align: center;

   opacity: 1;
}
.wrap-inquiryinfo .iclose::after {
   font-family: 'iconfont';
   font-size: 20px;
   font-weight: normal;

   content: '\e632';

   color: #787878;
}
@media (max-width: 767px) {
   .wrap-inquiryinfo .iclose::after {
      font-size: 16px;
   }
}
.wrap-inquiryinfo .iclose:hover::after {
   color: var(--color);
}
.wrap-inquiryinfo .inquiry-message {
   padding-top: 80px;
}
@media (max-width: 991px) {
   .wrap-inquiryinfo .inquiry-message {
      padding-top: 50px;
   }
}
.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;
}
.wrap-nosearch .product {
   margin: 0;
}
nav {
   text-align: right;
}
.pagination {
   display: block;

   margin: 70px 0 0 0;

   text-align: center;
}
@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,
.pagination li.next a {
   border-radius: 0;
}
.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';
   -webkit-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
   transform: rotate(0deg);
}
@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 {
   -webkit-transform: rotate(-180deg);
   -ms-transform: rotate(-180deg);
   transform: rotate(-180deg);
}
.pagination li a {
   font-size: 16px;
   line-height: 36px;

   display: block;

   width: 36px;
   height: 36px;
   padding: 0;

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

   border: none;
   border: 1px solid #888;
   border-radius: 0;
   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;
}

.zoom:after {
   content: "";
   display: block;
   width: 33px;
   height: 33px;
   position: absolute;
   top: 0;
   right: 0;
   background: url(../images/icon.png);
}

.zoom img {
   display: block;
   cursor: crosshair;
}

.zoom img::selection {
   background-color: transparent;
}

@media(min-width:1200px) {
   .wrap-history .history ul li {
      /* margin-top: -50px; */
   }
}

.box-enterprise .enterprise .item {
   display: block;
}
.wrap-solutions .solutions .item .text h3 {
   color: var(--color);
}
.wrap-solutions .solutions .item .text .more a {
   background-color: var(--color);
}

@media(min-width:1200px) {
   .pcarousel-left {
      width: 60%;
   }
   .pcarousel-right {
      width: 40%;
   }
}

.wrap-product .product .item .pic .img-box {
   /* padding-bottom: 100%; */
}

.wrap-product .product .item .pic .img-box img,
.wrap-product-show .carousel-wrap .img-box img {
   width: auto;
   height: 100%;
   left: 50%;
   transform: translateX(-50%);
}