@charset "utf-8";
@import url(./language.css);
:root {
  --color: #fcb026;
  --fontcolor: #111111;
  --fontbold3: 300;
  --fontbold4: 400;
  --fontbold5: 500;
  --fontbold6: 600;
  --fontbold7: 700;
}
*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
ul,
li,
dl,
dt,
dd,
div,
p {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  color: var(--fontcolor);
  font-size: 14px;
  line-height: 1.6;
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-size: 100%;
  text-transform: capitalize;
}
caption,
td,
th {
  font-size: 16px;
  border: 1px;
}
caption input,
td input,
th input {
  font-size: 14px;
}
address,
caption,
cite,
code,
var {
  font-style: normal;
  font-weight: 400;
}
a {
  color: #111111;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
img:not(.video) {
  border: none;
  max-width: 100%;
  height: auto;
}
li,
ol,
ul {
  list-style: none;
}
button,
input,
select,
textarea {
  font:
    14px Verdana,
    Helvetica,
    Arial,
    sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
i {
  font-style: normal;
}
section {
  position: relative;
  z-index: 1;
}
header .top {
  height: 40px;
  width: 100%;
  background: #222222;
  color: #ffffff;
  position: relative;
  z-index: 9999;
}
header {
  background: var(--color);
  position: relative;
  z-index: 999;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
.container {
  width: 1400px;
  margin: 0px auto;
}
.top .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.link-way {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  max-width: calc(100% - 60px);
  overflow: hidden;
}
.link-way i {
  color: var(--color);
  font-size: 18px;
  padding: 0px 3px;
  flex: 0 0 auto;
}
.link-way a {
  color: #939393;
}
.link-way a:hover {
  color: var(--color);
}
.link-way span {
  display: flex;
  height: 40px;
  align-items: center;
  position: relative;
  border-left: 1px #3a3a3a solid;
  padding: 0px 10px;
}
.header-share,
.header-share ul {
  display: flex;
  display: -webkit-flex;
  height: 40px;
  align-items: center;
  justify-content: flex-end;
  color: #939393;
  font-size: 15px;
}
.header-share ul {
  margin-left: 10px;
}
.header-share ul li {
  margin: 0px 10px;
  cursor: pointer;
}
.header-share ul li i {
  color: #7e7e7e;
  font-size: 18px;
}
.header-share ul li:hover i {
  color: var(--color);
}
.header-share span {
  text-transform: capitalize;
}
.inner-banner {
    background-color: #f4f4f4;
}
.inner-banner img {
  display: block;
  margin: 0 auto;
}
.header-nav-list > .container {
  height: 110px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.header-nav-list {
  position: relative;
  z-index: 999;
  background: var(--color);
}
.header-nav .logo {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 10px 0px;
}
.header-nav .logo img {
  max-width: 320px;
  max-height: 100%;
  display: block;
}
header.down .header-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: var(--color);
  z-index: 999999;
}
.header-nav {
  position: relative;
  z-index: 999;
  background: var(--color);
}
.search-from.active {
  top: 100%;
}
.search-from {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #222222;
  width: 100%;
  z-index: 9;
  padding: 30px 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.search-from.active {
  top: 100%;
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.search-from .form {
  width: 700px;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  position: relative;
  z-index: 10;
}
.search-from .form .searchtxt {
  flex-basis: calc(100% - 80px);
  height: 48px;
  padding-left: 20px;
  border: none;
  outline: 0;
}
.search-from .form .searchbtn {
  flex-basis: 80px;
  height: 48px;
  border: none;
  background: var(--color);
  cursor: pointer;
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .search-from.active .searchOff {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 110px;
    left: 0px;
    opacity: 0.5;
    background-color: #000000;
    z-index: 9;
  }
  .nav-active > a {
    color: #ffffff;
  }
  #nav > ul > li {
    float: left;
  }
  #nav {
    float: right;
  }
  #nav {
    display: flex;
    justify-content: flex-end;
  }
  .search-icon {
    width: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
  .search-icon i {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #222222;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
  }
  .nav-btn {
    display: none;
  }
  #nav > ul > li > a {
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 110px;
    padding: 0px 20px;
    position: relative;
    text-transform: uppercase;
  }
  #nav > ul > li {
    position: relative;
    display: flex;
    align-items: center;
  }
  #liinquiry {
    display: flex;
    align-items: center;
  }
  nav a[href='/page/inquiry'],
  #liinquiry a {
    color: var(--color) !important;
    height: 40px !important;
    padding: 0 15px;
    border-radius: 30px;
    background: #fff;
    transition: all 0.1s linear;
    text-decoration: none;
  }
  
  nav  a[href='/page/inquiry']:hover,
  #liinquiry a:hover {
    opacity: 0.9;
  }
  .submenu {
    position: absolute;
    top: 100%;
    border: none;
    border-radius: 0;
    background-color: var(--color);
    box-shadow: none;
    left: 0px;
    z-index: 99999;
    display: none;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
  }
  .nav-list:hover .submenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
  }
  #nav li .submenu a {
    white-space: nowrap;
    font-size: 16px;
    line-height: 48px;
    color: #333333;
    padding: 0px 30px;
    display: block;
  }
  #nav li .submenu li:hover {
    background: #222222;
  }
  #nav li > a.active,
  #nav li:hover > a {
    color: #ffffff;
  }
  #nav .nav-list > a:after {
    content: ' ';
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -3px;
    border: 2px solid #ffffff;
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: none;
    border-right: none;
    opacity: 0;
    visibility: hidden;
  }
  #nav .nav-list:hover > a:after {
    opacity: 1;
    visibility: visible;
  }
  #banner img {
    display: block;
  }
  .banner-btn > div {
    background: var(--color) url(../images/banner-btn.webp) no-repeat center;
    width: 53px;
    height: 112px;
    margin-top: -56px;
    left: -53px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
  }
  .banner-btn > div:hover {
    background-color: #ffffff;
  }
  .banner-btn .swiper-button-next {
    left: auto;
    right: -53px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  #banner:hover .banner-btn > div {
    left: 0px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
  }
  #banner:hover .banner-btn .swiper-button-next {
    right: 0px;
    left: auto;
  }
  #banner .swiper-pagination-bullet {
    background: var(--color);
    width: 30px;
    border-radius: 4px;
  }
}
.section {
  padding-bottom: 80px;
}
#banner .swiper-pagination-bullet-active {
  background: var(--color);
}
.tit-h2 {
  font-size: 40px;
  line-height: 1.6;
  position: relative;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 40px;
}
.tit-h2:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  width: 30px;
  left: 50%;
  margin-left: -20px;
  height: 3px;
  background: #222222;
}
.tit-h2:before {
  content: ' ';
  position: absolute;
  bottom: 0px;
  width: 30px;
  left: 50%;
  height: 3px;
  background: var(--color);
  margin-left: 10px;
}
.tit-h2 span {
  color: var(--color);
  padding-left: 15px;
}
.tit-p {
  font-size: 16px;
  color: #666666;
  max-width: 720px;
  margin: 20px auto 0px;
  text-align: center;
}
.ca-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.ca-list li {
  width: calc(33.3% - 20px);
  text-align: center;
  background: #f3f3f3;
  padding: 20px 60px 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* margin-bottom: 110px; */
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ca-list li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ca-list li .cat,
.ca-list li h3 {
  color: #222222;
  font-size: 20px;
  text-transform: capitalize;
  margin: 15px 0px 20px;
}
.ca-list li p {
  font-size: 16px;
  color: #777777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 66px;
  line-height: 1.4;
}
.ca-list li:after {
  content: ' ';
  position: absolute;
  top: 0px;
  left: -210%;
  width: 186%;
  height: 160%;
  background: var(--color);
  transform: skew(-45deg);
  z-index: -1;
  transition: 0.4s left ease-in-out;
  -webkit-transition: 0.4s left ease-in-out;
  -o-transition: 0.4s left ease-in-out;
  -moz-transition: 0.4s left ease-in-out;
}
.ca-list li:hover:after {
  left: -69%;
  transition: 0.4s left ease-in-out;
  -webkit-transition: 0.4s left ease-in-out;
  -o-transition: 0.4s left ease-in-out;
  -moz-transition: 0.4s left ease-in-out;
}
.ca-list li:hover p {
  color: #222222;
}
.pro-ca {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pro-ca > li {
  position: relative;
  flex: 0 0 auto;
  width: calc(50% - 30px);
  flex-basis: calc(50% - 30px);
  margin-bottom: 25px;
  overflow: hidden;
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s transform ease-in-out;
}
 
.pro-ca > li img {
  display: block;
  max-height: 100%;
}

.pro-ca > li:hover {
  /*transform: scale(1.1);*/
  /*-webkit-transform: scale(1.1);*/
  /*transition: 0.3s transform ease-in-out;*/
  /*-webkit-transition: 0.3s transform ease-in-out;*/
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.pro-ca > li > a {
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1px #eaeaea solid;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.pro-ca > li > a span {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px 20px;
  background: var(--color);
}
.pro-ca > li ul {
  padding: 0 5px;
}
.pro-ca > li ul li {
  padding: 5px 0px;
}
.pro-ca > li ul li a {
  position: relative;
  padding-left: 15px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  background: var(--color);
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
}
.pro-ca > li {
  border: solid 1px #eaeaea;
}
.pro-ca > li ul li a:before {
  content: ' ';
  position: absolute;
  top: 18px;
  left: 8px;
  border: solid 1px #6c6c6c;
  display: inline-block;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-top: none;
  border-right: none;
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
}
.pro-ca > li ul li a:hover {
  padding-left: 24px;
  /*color: var(--color);*/
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
}
.pro-ca > li ul li a:hover:before {
  left: 15px;
  /*border-color: var(--color);*/
  transition: 0.3s ease-in-out all;
  -webkit-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
}
.recommended-products {
   /*background-image: url(../images/201909091143094720680.jpg);*/
  background-size: cover;
  width: 100%;
  padding-bottom: 60px;
}
.recommended-products .tit-h2 {
  color: #ffffff;
}
.recommended-products .tit-h2:after {
  background-color: #ffffff;
}
.recommended-products-list {
  position: relative;
  padding-bottom: 50px;
}
.recommended-img img {
  display: block;
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s transform ease-in-out;
}
.recommended-con {
  background: #f6f6f6;
  padding: 10px;
}
.recommended-con h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#recommended-products-list li:hover .ircn a {
  color: var(--color);
}
#recommended-products-list li:hover .recommended-con .ircn:after,
.pro-list .pro-item:hover .recommended-con .ircn:after {
  width: 100%;
  transition: 0.6s width ease-in-out;
  -webkit-transition: 0.6s width ease-in-out;
}
.recommended-con .ircn {
  line-height: 1.6;
  color: #303030;
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  white-space: normal;
  overflow: hidden;
  margin-bottom: 10px;
}
.recommended-con .ircn:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 3px;
  background: var(--color);
  transition: 0.6s width ease-in-out;
  -webkit-transition: 0.6s width ease-in-out;
}
.recommended-con p {
  font-size: 14px;
  color: #444444;
  line-height: 1.6;
}
.recommended-btn {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
}
.recommended-btn span {
  text-transform: lowercase;
  width: calc(100% - 45px);
  flex-basis: calc(100% - 45px);
  background: #eaebec;
  color: #1d1d1d;
  font-size: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-left: 20px;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}
.recommended-btn span:after {
  content: ' ';
  position: absolute;
  left: -100%;
  width: 100%;
  top: 0px;
  height: 100%;
  background: var(--color);
  transition: 0.3s all ease-in-out 0.2s;
  z-index: -1;
}
.recommended-btn:hover .btn {
  color: #ffffff;
  background: #222222;
  transition: 0.2s 0.2s all ease-in-out;
  -webkit-transition: 0.2s 0.2s all ease-in-out;
}
.recommended-btn:hover span:first-child:after {
  left: 0px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}
.recommended-btn .btn {
  width: 45px;
  flex-basis: 45px;
  background: var(--color);
  justify-content: center;
  padding: 0px;
  font-size: 24px;
}
.recommended-products-list {
  margin-top: 40px;
}
.recommended-list-btn > div {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: -100px;
  outline: 0;
  border: 3px #fff solid;
  background: 0 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.recommended-list-btn {
  color: #ffffff;
  font-size: 20px;
}
.recommended-list-btn .swiper-button-next {
  left: auto;
  right: -100px;
}
.recommended-list-btn > div:hover {
  border-color: var(--color);
  background: var(--color);
  color: #333333;
}
.pro-list .recommended-img,
.recommended-products-list .swiper-slide > a {
  width: 100%;
  background: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#recommended-products-list .recommended-img:hover img,
.pro-item .recommended-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s transform ease-in-out;
}
.pro-btn {
  text-align: center;
}
.pro-btn a {
  display: inline-block;
  padding: 10px 50px;
  border: 1px #fff solid;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.pro-btn a i {
  padding-left: 15px;
}
.about:after {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  background: #f2f2f2;
  width: 50%;
}
.idx-about {
  position: relative;
  background: #ffffff;
  z-index: 2;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.idx-about > div {
  padding: 120px 0px;
}
.idx-about-img {
  width: 635px;
  flex-basis: 635px;
  position: relative;
  z-index: 1;
}
.idx-about-img i {
  display: inline-block;
  padding: 5px;
  background: #ffffff;
}
.idx-about-img:after {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 50%;
  z-index: -1;
  background: #f2f2f2;
}
.idx-about-con {
  width: calc(100% - 700px);
}
.idx-about-con .h3,
.idx-about-con h3 {
  font-size: 36px;
  padding: 10px 0px 20px;
  position: relative;
}
.idx-about-con .h3:after,
.idx-about-con h3:after {
  content: '';
  position: absolute;
  bottom: 0px;
  height: 3px;
  width: 70px;
  background: var(--color);
  left: 0px;
}
.idx-about-con .h4,
.idx-about-con h4 {
  font-size: 18px;
  margin: 20px 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.idx-about-con p {
  color: #666666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 210px;
}
.about-list {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  padding-top: 20px;
  border-top: 1px #ebebeb solid;
}
.about-list li {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  height: 65px;
  align-items: center;
}
.about-list li i {
  flex: 0 0 auto;
  margin-right: 10px;
}
.about-list li strong {
  flex: 0 0 auto;
  display: block;
  font-family: Lato-black;
  font-size: 25px;
  margin-bottom: 5px;
}
.about-btn {
  margin-top: 40px;
}
.about-btn a {
  display: inline-block;
  padding: 10px 20px;
  background: var(--color);
  color: #222222;
  font-size: 16px;
  text-transform: uppercase;
  font-family: Roboto-Bold;
}
.about-btn a i {
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
}
.video {
  background: url(../images/video-bg.webp) no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 0px;
}
.contain {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
}
.video h2 {
  font-size: 40px;
  color: #ffffff;
  margin: 20px 0px 10px;
}
.video p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffffff;
}
.play img {
  cursor: pointer;
}
.idx-news {
  background: #f6f6f6;
}
.idx-news .tit-p {
  max-width: 1200px;
  color: #666666;
}
.idx-news-con {
  padding: 18px 25px;
  background: #ffffff;
}
.idx-news-list li {
  width: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  transition: 0.3s all ease-in-out;
}
.idx-news-list li a {
  background: #ffffff;
}
.idx-news-list li > a {
  width: 44%;
  flex-basis: 44%;
}
.idx-news-list li > .idx-news-con {
  width: 56%;
  flex-basis: 56%;
}
.idx-news-list {
  margin-top: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.idx-news-list li img {
  display: block;
  max-height: 100%;
}
.idx-news-list li:hover {
  transition: 0.3s all ease-in-out;
  box-shadow: 0 5px 10px #e3e3e3;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.idx-news-con .inct {
  padding-bottom: 25px;
  position: relative;
  height: auto;
}
.idx-news-con .inct a {
  font-size: 18px;
  color: #111111;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-bottom: 5px;
  position: relative;
  height: auto;
}
.idx-news-list li:hover .inct a {
  color: var(--color);
}
.idx-news-con .inct:after {
  content: ' ';
  position: absolute;
  width: 50px;
  background: var(--color);
  height: 2px;
  bottom: 12px;
  left: 0px;
}
.idx-news-con p {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.display {
  background: var(--color);
  width: 100%;
  padding: 40px 0px;
}
.display-list li a {
  height: 110px;
  width: 205px;
  border: 2px #fff solid;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.display .hover {
  display: none;
}
.display li:hover i {
  display: none;
}
.display li:hover .hover {
  display: block;
}
.display li {
  float: left;
  margin-right: 90px;
}
.display li:last-child {
  margin-right: 0px;
}
.foot-content {
  width: 100%;
  background: #111 url(../images/foot-bg.webp) no-repeat;
  background-size: cover;
  padding: 50px 0px 30px;
}
.foot-content > .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot-contact .date {
  color: #ececec;
  display: flex;
  margin-top: 15px;
  line-height: 1.6;
}
.foot-contact .date p {
  color: #ececec;
  padding-left: 5px;
}
.foot-contact {
  max-width: 400px;
}
.company-contact {
  width: 400px;
}
.foot-contact p {
  font-size: 15px;
  color: silver;
  line-height: 1.6;
}
.foot-logo {
  margin-bottom: 20px;
}
.foot-logo img {
  max-height: 70px;
}
.foot-phone {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
  margin-top: 20px;
  height: 56px;
}
.foot-phone i {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0px;
  left: 5px;
  z-index: 2;
}
.foot-phone span {
  color: var(--color);
  font-size: 30px;
  display: block;
  margin-left: 30px;
}
.blingbling {
  background: var(--color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 0px;
  -webkit-animation: scaleout 2.5s infinite ease-in-out;
  animation: scaleout 2.5s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: 0;
  }
}
.foot-tit {
  position: relative;
  font-size: 22px;
  color: #ffffff;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.foot-tit:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 1px;
  background: var(--color);
}
.company-contact li a {
  font-size: 16px;
  color: silver;
  padding: 5px 10px 5px 15px;
  display: inline-block;
}
.company-info li {
  position: relative;
}
.company-info li:after {
  position: absolute;
  content: ' ';
  top: 11px;
  left: 0px;
  width: 4px;
  height: 4px;
  border: 1px silver solid;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.company-info ul,
.contact-us ul {
  margin: 10px 0px;
}
.company-contact li:hover a {
  color: var(--color);
}
.company-contact li:hover:after {
  border-color: var(--color);
}
.company-contact .contact-us li {
  padding: 10px 0px;
  display: flex;
  display: -webkit-flex;
  color: silver;
}
.company-contact .contact-us i {
  flex-basis: 36px;
  text-align: center;
  font-size: 18px;
  color: var(--color);
}
.company-contact .contact-us li a {
  padding: 0px;
}
.code img {
  display: block;
  margin-top: 20px;
  width: 148px;
}
.copy {
  width: 100%;
  font-size: 14px;
  color: #999;
  background: #111111;
  display: flex;
  display: -webkit-flex;
  position: relative;
  border-top: 1px #272727 solid;
}
.copy .container {
  position: relative;
  padding: 15px 0px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.copy .header-share,
.copy .header-share ul {
  height: auto;
}
.copy .header-share {
  margin-right: 50px;
}
.top-btn {
  position: absolute;
  top: -20px;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--color);
}
.top-btn:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px #2d2d2d solid;
  border-bottom: none;
  border-left: none;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  margin-left: -5px;
  transform: rotate(-45deg);
}
.addresss {
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #111111;
  background-color: #f2f2f2;
}
.addresss .container {
  display: flex;
  height: 100%;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.addresss span {
  padding: 0px 7px;
}
.addresss .current {
  font-size: 20px;
  color: #111111;
}
.inner {
  padding-top: 50px;
  margin-bottom: 80px;
}
.inner-l {
  float: left;
  width: 320px;
}
.inner-r {
  float: right;
  width: calc(100% - 380px);
  line-height: 1.6;
}
.inner-l .tit {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  color: #111111;
  text-transform: capitalize;
  background-color: var(--color);
  padding-left: 17px;
}
.inner-l li a {
  display: block;
  padding: 20px;
}
.inner-l li a i {
  display: block;
  float: left;
  width: 90px;
}
.inner-l li a .con {
  float: right;
  width: calc(100% - 105px);
}
.inner-l .contact-list li a {
  padding: 0px;
}
.inner-l .con h3 {
  font-size: 15px;
  color: #111111;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  margin-bottom: 5px;
  line-height: 1.2;
  height: 36px;
}
.inner-l .con p {
  color: #666666;
  font-size: 14px;
}
.inner-l > ul {
  border: 2px var(--color) solid;
  border-top: none;
}
.inner-l > ul > li {
  border-bottom: 1px #e2e2e2 solid;
  position: relative;
}
.inner-l > ul > li:last-child {
  border-bottom: none;
}
.inner-l li:hover h3 {
  color: var(--color);
}
.lContact {
  margin-top: 20px;
  color: #333333;
}
.lContact li:hover a {
  color: var(--color);
}
.lContact li:hover:after {
  border-color: var(--color);
}
.lContact .lContact-list,
.lKeyword-list {
  border: 2px var(--color) solid;
  border-top: none;
  padding: 10px;
}
.lKeyword {
  margin-top: 20px;
}
.lKeyword-list a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background: #f6f6f6;
  white-space: nowrap;
}
.lContact .lContact-list li {
  padding: 10px 0px;
  display: flex;
  display: -webkit-flex;
  color: #333333;
}
.lContact .lContact-list a,
.lContact .lContact-list span {
  display: block;
  flex-basis: calc(100% - 36px);
  width: calc(100% - 36px);
}
.lContact .lContact-list i {
  flex-basis: 36px;
  width: 36px;
  text-align: center;
  font-size: 18px;
  color: var(--color);
}
.lContact .lContact-list li a {
  padding: 0px;
}
.inner-r .tit {
  height: 70px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.inner-r .tit a {
  font-size: 20px;
  color: #111111;
  display: inline-block;
  margin: 0px 5px;
  text-transform: uppercase;
}
.inner-r .tit a.active {
  color: var(--color);
}
.inner-r .tit a:after {
  content: ' / ';
  padding-left: 5px;
  color: #050713;
}
.inner-r .tit a:hover {
  color: var(--color);
}
.inner-r .tit a:last-child:after {
  content: ' ';
}
.news-date {
  width: 60px;
  position: absolute;
  top: -1px;
  left: -60px;
}
.news-date p {
  font-size: 16px;
  text-align: center;
  color: #222222;
  background-color: #222222;
  line-height: 30px;
}
.news-date .day {
  background-color: var(--color);
  font-size: 20px;
  line-height: 24px;
}
.news-date .month {
  font-size: 16px;
  line-height: 24px;
  background-color: var(--color);
}
.news-date .year {
  color: #ffffff;
}
.news-img {
  width: 300px;
  float: left;
}
.news-img a {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.news-img img {
  max-height: 100%;
  width: 100%;
  display: block;
}
.news-con {
  float: right;
  width: calc(100% - 300px);
  padding: 20px;
}
.news-con h3 a {
  font-size: 16px;
  color: #111111;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.pro-con h3 a {
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.news-con h3,
.pro-con h3 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-con h3:after,
.pro-con h3:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 2px;
  background: var(--color);
}
.news-con p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  height: 75px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
}
.new-list .news-con {
  border-left: none;
}
.new-list > ul > li {
  display: flex;
  display: -webkit-flex;
  margin: 0px 0px 50px 50px;
  height: 200px;
  position: relative;
  border: solid 1px #e3e3e3;
}
.new-list > ul > li:hover {
  box-shadow: 0 0 10px rgba(222, 222, 222, 0.75);
}
.new-list > ul > li:hover .news-con h3 a {
  color: var(--color);
}
.no-img-news-date {
  width: 108px;
  float: left;
  text-align: center;
  padding: 22px 0px;
  background: var(--color);
  color: #ffffff;
}
.no-img-news-date .day {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 5px;
}
.no-img-news-date .year {
  font-size: 18px;
}
.no-img-news-con {
  width: calc(100% - 108px);
  float: left;
  padding: 10px 0px 10px 20px;
}
.no-img-news-con a {
  display: block;
  font-size: 20px;
  color: #111111;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.no-img-news-con p {
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.page-nav,
.page-nav ul {
  display: flex;
  justify-content: center;
}
.new-list > ul > .no-img-news {
  height: 108px;
  margin-left: 0px;
  margin-bottom: 20px;
}
.new-list > ul > .no-img-news:hover .no-img-news-con a {
  color: var(--color);
}
.page-nav {
  margin-top: 60px;
}
.page-nav,
.page-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-nav a {
  display: inline-block;
  width: 55px;
  height: 55px;
  font-size: 20px;
  border: 1px solid #e5e5e5;
  line-height: 55px;
  text-align: center;
  color: #b1b1b1;
  margin: 5px;
}
.page-nav a:hover {
  background-color: var(--color);
  color: #222222;
}
.page-nav ul li:nth-child(1) a:hover:after,
.page-nav ul li:nth-last-child(1) a:hover:after {
  border-color: #222222;
}
.page-nav ul li:nth-child(1) a,
.page-nav ul li:nth-last-child(1) a {
  width: 120px;
  text-align: right;
  padding: 0px 30px;
  font-size: 20px;
  text-transform: capitalize;
  position: relative;
}
.page-nav ul li:nth-last-child(1) a {
  text-align: left;
}
.page-nav ul li:nth-child(1) a:after,
.page-nav ul li:nth-last-child(1) a:after {
  content: '';
  border: 2px solid #b1b1b1;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: none;
  border-right: none;
  left: 25px;
}
.page-nav ul li.disabled:nth-child(1) a:after,
.page-nav ul li.disabled:nth-last-child(1) a:after {
  border-color: #b1b1b1;
}
.page-nav ul li:nth-last-child(1) a:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: auto;
  right: 25px;
}
.page-nav ul li.disabled a {
  cursor: not-allowed;
  color: #b1b1b1;
  font-size: 20px;
  background-color: #efefef;
  text-transform: capitalize;
}
.page-nav ul li.active a {
  background: var(--color);
  color: #222222;
}
.news-content h1 {
  font-size: 24px;
  color: #111111;
  margin: 10px 0px;
  line-height: 1.6;
}
.news-con-date {
  color: var(--color);
  font-size: 14px;
}
.news-con-date i {
  font-size: 14px;
  padding-right: 10px;
}
.news-content-p {
  padding: 10px 0px;
  margin-top: 10px;
}
.news-content-p p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.news-page {
  display: flex;
  display: -webkit-flex;
}
.news-page > div {
  width: 50%;
  flex-basis: 50%;
  position: relative;
}
.news-page > div .news-p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 8px;
}
.news-page > div .news-a {
  display: flex;
  display: -webkit-flex;
  height: 36px;
  align-items: center;
  color: #777777;
  font-size: 16px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.news-page > div .news-a i {
  margin-right: 10px;
  display: block;
  width: 36px;
  height: 36px;
  background: #222222;
  position: relative;
  color: #ffffff;
}
.news-page > div .news-a i:after {
  content: ' ';
  width: 8px;
  height: 8px;
  border: 2px #fff solid;
  border-right: none;
  border-top: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  margin-left: -4px;
  left: 50%;
  transform: rotate(45deg);
}
.news-page .next {
  text-align: right;
}
.news-page > div > a:first-child {
  margin: 10px 0px;
  display: inline-block;
}
.news-page > .next .news-a {
  justify-content: flex-end;
}
.news-page > .next .news-a i {
  margin-left: 10px;
  margin-right: 0px;
}
.news-page > .next .news-a i:after {
  transform: rotate(-135deg);
  margin-left: -7px;
}
.news-page {
  border-top: solid 1px #e2e2e2;
  padding-top: 20px;
  margin-top: 20px;
}
.news-page > div:hover .news-a i {
  background: var(--color);
}
.news-page > div:hover .news-a i:after {
  border-color: #181818;
}
.inner-l .sf-menu {
  border: 2px var(--color) solid;
  border-top: none;
  margin-bottom: 20px;
}
.inner-l .sub-menu {
  display: none;
  padding-left: 30px;
  border: none;
}
.inner-l .sf-menu .currentProType {
  color: var(--color);
}
.inner-l .sf-menu a {
  padding: 14px 50px 14px 20px;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.inner-l .sf-menu li:hover > a {
  color: var(--color);
}
.pro-tit {
  color: #111111;
  border-bottom: 1px #e2e2e2 solid;
  border-left: 4px var(--color) solid;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.pro-p {
  font-size: 16px;
  color: #111111;
  line-height: 1.6;
  margin: 15px 0px;
}
.pro-list > ul {
  margin-bottom: 30px;
}
.pro-list > ul > li {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  border: 1px #eee solid;
}
.pro-list > ul > li:hover h3 a {
  color: var(--color);
}
.pro-list > ul > li .pro-img {
  display: flex;
  display: -webkit-flex;
  flex-basis: 280px;
  width: 280px;
  height: 280px;
  align-items: center;
  justify-content: center;
}
.pro-list > ul > li .pro-img img {
  display: block;
  max-height: 100%;
}
.pro-list > ul > li .pro-con {
  flex-basis: calc(100% - 280px);
  width: calc(100% - 280px);
  background: #f6f6f6;
  padding: 35px;
}
.pro-list > ul > .pro-item {
  float: left;
  width: 31%;
  margin: 0px 1% 20px;
  display: block;
  padding: 0px;
}
.pro-con p {
  color: #444444;
  font-size: 16px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  display: -webkit-box;
  height: 75px;
}
.pro-con .pro-btn {
  display: inline-block;
  margin-top: 30px;
  font-size: 15px;
  color: #1d1d1d;
  line-height: 40px;
  padding: 0px 20px 0px 0px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  text-transform: uppercase;
}
.pro-con .pro-btn i {
  padding-left: 10px;
  font-size: 20px;
  padding-top: 5px;
}
.pro-list li:hover .pro-con .pro-btn {
  background: var(--color);
  padding: 0px 20px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
}
.inner-l .nav-list {
  position: relative;
}
.inner-l .nav-list i {
  position: absolute;
  content: ' ';
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.about-left-list li:hover:before {
  border-color: var(--color);
}
.about-left-list li:before,
.inner-l .nav-list i:before {
  position: absolute;
  content: ' ';
  top: 21px;
  right: 18px;
  width: 8px;
  height: 8px;
  border: 2px #707070 solid;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  cursor: pointer;
}
.inner-l .nav-list.active i:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.3s transform ease-in-out;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
}
.latest-products li {
  float: left;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-l > .latest-products > li {
  border: none;
  margin-bottom: 18px;
}
.latest-products li a {
  width: 132px;
  height: 132px;
  border: 1px #eee solid;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.latest-products li a:after {
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(11, 11, 11, 0.5) url(../images/search.webp) no-repeat center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.latest-products li:hover a:after {
  visibility: visible;
  opacity: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.latest-products li a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.latest-products {
  padding: 18px 9px 0px;
}
.jq-zoom {
  width: 392px;
  float: left;
  position: relative;
}
.pro-btn > span {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 177px;
  left: 0px;
  z-index: 11;
  cursor: pointer;
}
.pro-btn .next {
  right: 0px;
  left: auto;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.img-zoom {
  width: 400px;
  height: 400px;
  border: 1px #d2d2d2 solid;
}
#product-s-show li {
  border: 1px #d2d2d2 solid;
}
#product-s-show ul {
  margin: 15px 0px;
}
.pro-info-pic {
  float: left;
}
.pro-info-con {
  float: right;
  width: calc(100% - 450px);
}
.pro-info-con h1 {
  font-size: 24px;
  color: #111111;
  padding-bottom: 20px;
}
.pro-info-con p {
  font-size: 16px;
  color: #5f5f5f;
  line-height: 1.8;
  padding-top: 10px;
  border-top: 1px #eee solid;
}
.pro-info-con .btn {
  margin-top: 30px;
}
.pro-info-con .LayImAhrefNode,
.pro-info-con .btn > div,
.pro-info-con .sendInquiry {
  font-size: 18px;
  display: flex;
  display: -webkit-flex;
  height: 60px;
  justify-content: center;
  align-items: center;
  color: #222222;
  text-align: center;
  background: var(--color);
  border-radius: 3px;
  width: 45%;
  margin-right: 5%;
  float: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.pro-info-con .LayImAhrefNode {
  background: #222222;
  color: var(--color);
}
.pro-info-con .btn > div {
  background: #ffffff;
  border: 1px #d2d2d2 solid;
  position: relative;
}
.pro-info-con .btn > div:after {
  content: ' ';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 100%;
  background: var(--color);
}
.pro-info-con .btn > div a {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.pro-info-con .btn > div a i {
  padding: 0px 10px;
}
.pro-detaile p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 5px;
}
.pro-detaile .pro-name,
.prolistrandom .pro-name {
  width: 100%;
  border-bottom: 1px #d2d2d2 solid;
  margin-bottom: 15px;
}
.prolistrandom {
  margin-top: 30px;
}
.rollPro1 {
  display: flex;
  flex-wrap: wrap;
}
.rollPro1 li {
  width: calc(33.3% - 20px);
  flex-basis: calc(33.3% - 20px);
  margin-bottom: 20px;
  margin-right: 30px;
}
.rollPro1 li:nth-child(3n) {
  margin-right: 0px;
}
.rollPro1 li .pbox {
  border: 1px #d2d2d2 solid;
}
.rollPro1 li .pbox a {
  width: 100%;
  display: block;
  height: 200px;
  position: relative;
}
.rollPro1 li .pbox a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1365px) {
  .rollPro1 li .pbox a {
    height: 160px;
  }
}
.rollPro1 li p {
  text-align: center;
  padding: 10px 0px;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}
.pro-detaile .pro-name h3,
.prolistrandom .pro-name h3 {
  font-size: 22px;
  background: var(--color);
  padding: 10px 30px;
  display: inline-block;
}
.pro-detaile {
  margin-top: 50px;
  padding-bottom: 30px;
  border-bottom: 1px #d2d2d2 solid;
}
.pro-inquiry .pro-name {
  color: #111111;
  font-size: 24px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.pro-inquiry .pro-name:after {
  content: ' ';
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 3px;
  left: 0px;
  background: var(--color);
}
.pro-inquiry {
  margin-top: 50px;
}
.pro-inquiry > p {
  padding: 15px 0px;
  color: #5b5b5b;
  font-size: 16px;
  margin-bottom: 30px;
}
.input-boxs {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.input-boxs .input-box {
  flex-basis: calc(50% - 10px);
  width: calc(50% - 10px);
}
.input-box {
  width: 100%;
  margin-bottom: 15px;
}
.input-box input {
  width: 100%;
  height: 58px;
  border: 1px #e8e8e8 solid;
  padding: 0px 20px;
}
.input-box textarea {
  width: 100%;
  border: 1px #e8e8e8 solid;
  padding: 20px 10px;
}
.fsbtn .submita {
  color: #222222;
  font-size: 20px;
  padding: 10px 60px;
  border: none;
  background-color: var(--color);
  text-transform: uppercase;
  cursor: pointer;
}
.inner-l .contact-list {
  border: 1px #d2d2d2 solid;
}
.inner-l .contact-list li {
  text-align: center;
  padding: 30px 20px;
}
.inner-l .contact-list .icon {
  font-size: 24px;
  color: var(--color);
}
.inner-l .contact-list li h3 {
  color: #363636;
  font-size: 18px;
  padding: 5px 0px;
}
.inner-l .contact-list li p {
  font-size: 16px;
  color: #616161;
}
.contact-us {
  margin-top: 0px;
}
#map {
  width: 100%;
  height: 528px;
}
.about-img {
  margin-bottom: 45px;
}
.about-img img {
  display: block;
}
.about-con .tit_h2 {
  font-size: 36px;
  color: #2f2f2f;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.about-con .tit_h2:before {
  content: ' ';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 70px;
  height: 5px;
  background: var(--color);
}
.about-con p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}
.about-display {
  margin-top: 60px;
}
.about-display li {
  width: 50%;
  padding-right: 20px;
  float: left;
  margin-bottom: 10px;
}
.about-display a {
  display: block;
}
.about-display a i {
  display: block;
  float: left;
  width: 150px;
}
.about-display .con {
  width: calc(100% - 150px);
  float: left;
  padding-left: 10px;
}
.about-display .con h3 {
  font-size: 15px;
  color: #111111;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 5px 0px 8px;
  line-height: 1.4;
}
.about-display a .con p {
  font-size: 16px;
  color: #666666;
  height: 50px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .idx-news-con .inct a {
    font-size: 18px;
    height: 42px;
  }
  .idx-news-con p {
    line-height: 1.4;
    height: 66px;
  }
  .container {
    width: 1170px;
  }
  .recommended-con .ircn {
    font-size: 18px;
  }
  .pro-list > ul > li .pro-img {
    width: 280px;
    flex-basis: 280px;
    height: 280px;
  }
  .pro-list > ul > li .pro-con {
    width: calc(100% - 280px);
    flex-basis: calc(100% - 280px);
    padding: 23px 35px;
  }
  .ca-list li:after {
    top: -75px;
    width: 190%;
  }
  .ca-list li:hover:after {
    left: -50%;
  }
  .display li {
    float: left;
    margin-right: 36px;
  }
  .idx-news-con {
    padding: 14px 20px;
    background: #ffffff;
  }
  .idx-about > div {
    padding: 120px 0px;
  }
}
@media (max-width: 1365px) and (min-width: 992px) {
  .pro-info-con {
    width: 100%;
    margin-top: 20px;
  }
  .about-display li {
    width: 100%;
  }
  .idx-news-con .inct a {
    font-size: 16px;
    height: 38px;
  }
  .idx-news-con p {
    font-size: 14px;
    height: 57px;
  }
  .idx-news-con .inct {
    padding-bottom: 10px;
  }
  .idx-news-con .inct:after {
    bottom: 5px;
  }
  .pro-list > ul > .pro-item {
    width: 48%;
  }
}
@media (max-width: 1365px) {
  .container {
    width: 970px;
  }
  .pro-ca > li {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  #nav > ul > li > a {
    padding: 0px 10px;
  }
  .display li {
    margin-bottom: 30px;
  }
  .company-contact,
  .foot-contact {
    width: 330px;
    flex-basis: 330px;
  }
  .code {
    width: 150px;
    flex-basis: 150px;
  }
  .idx-about-img {
    width: 400px;
    flex-basis: 400px;
    position: relative;
    z-index: 1;
  }
  .idx-about-con {
    width: calc(100% - 430px);
  }
  .idx-about-con p {
    -webkit-line-clamp: 3;
    height: 80px;
  }
  .idx-about-con .h4,
  .idx-about-con h4 {
    margin: 15px 0px 10px;
  }
  .about-btn {
    margin-top: 20px;
  }
  .idx-about > div {
    padding: 70px 0px;
  }
  .tit-h2 {
    font-size: 40px;
  }
  .idx-news-list {
    margin-top: 50px;
  }
  .recommended-btn {
    height: 52px;
  }
  .recommended-btn span {
    width: calc(100% - 52px);
    flex-basis: calc(100% - 52px);
  }
  .recommended-btn .btn {
    width: 52px;
    flex-basis: 52px;
  }
  .contain {
    width: 970px;
  }
  .video {
    padding: 50px 0px;
  }
  .ca-list li {
    padding: 20px 30px;
  }
  .ca-list li .cat,
  .ca-list li h3 {
    font-size: 18px;
    margin: 10px 0px 15px;
    height: auto;
  }
  .ca-list li:hover:after {
    left: -48%;
  }
  .news-img {
    width: 250px;
  }
  .news-con {
    width: calc(100% - 250px);
  }
  .news-con h3 a {
    font-size: 18px;
    height: 48px;
  }
  .new-list > ul > li {
    height: 188px;
  }
  .news-con {
    padding: 10px 30px;
  }
  .pro-con p {
    -webkit-line-clamp: 3;
    height: 75px;
  }
  .pro-con .pro-btn {
    margin-top: 14px;
  }
  .pro-list > ul > li .pro-img {
    width: 240px;
    flex-basis: 240px;
    height: 240px;
  }
  .pro-list > ul > li .pro-con {
    width: calc(100% - 240px);
    flex-basis: calc(100% - 240px);
    padding: 23px 35px;
  }
  .pro-con h3 a {
    font-size: 18px;
  }
  .about-con .tit_h2 {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .recommended-products .container {
    max-width: 800px;
  }
  .recommended-list-btn .swiper-button-next {
    right: -70px;
  }
  .recommended-list-btn .swiper-button-prev {
    left: -70px;
  }
  .about-con .tit_h2 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .pro-list > ul > li .pro-img {
    width: 200px;
    flex-basis: 200px;
    height: 200px;
  }
  .copy .header-share,
  .copy .header-share ul {
    display: flex;
    margin-top: 5px;
  }
  .copy .container {
    display: block;
  }
  .header-share,
  .header-share ul {
    justify-content: flex-start;
  }
  .pro-list > ul > li .pro-con {
    width: calc(100% - 200px);
    flex-basis: calc(100% - 200px);
  }
  .pro-con p {
    font-size: 14px;
    height: 66px;
  }
  .pro-con .pro-btn {
    display: none;
  }
  .page-nav {
    margin-top: 0px;
  }
  .recommended-con .ircn {
    font-size: 16px;
  }
  .recommended-con p {
    font-size: 14px;
  }
  .news-body .inner-l,
  .product-body .inner-l {
    display: none;
  }
  .inner-r {
    width: 100%;
  }
  .addresss {
    height: 42px;
  }
  .contact-body .inner-l {
    width: 100%;
    margin-bottom: 30px;
  }
  .inner-l .contact-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .inner-l .contact-list li {
    width: 33.3%;
    flex-basis: 33.3%;
    border-right: 1px #d2d2d2 solid;
  }
  .inner-l .contact-list li:last-child {
    border-right: none;
  }
  .inner.container {
    padding-top: 30px;
  }
  .pro-inquiry .pro-name {
    font-size: 24px;
  }
  .ca-list li:after {
    top: 0px;
    width: 100%;
    left: -150%;
  }
  .ca-list li:hover:after {
    left: -150%;
  }
  .contain,
  .container {
    padding: 0px 50px;
    width: 100%;
  }
  .idx-about {
    width: calc(100% - 100px);
    padding: 0px;
  }
  .header-share > span,
  .header-share > ul {
    display: none;
  }
  .header-nav-list > .container {
    height: 72px;
  }
  .nav-btn {
    position: absolute;
    right: 50px;
    bottom: 0px;
    height: 72px;
    display: flex;
    align-items: center;
    z-index: 99999;
    justify-content: center;
  }
  .nav-r-btn {
    position: relative;
    width: 40px;
    height: 40px;
  }
  .nav-btn span {
    position: absolute;
    top: 11px;
    right: 0px;
    display: block;
    width: 25px;
    height: 3px;
    border: 0 solid #333333;
    background-color: #333333;
    -webkit-transition:
      top 0.2s 0.2s,
      background 0.2s,
      opacity 0s 0.2s,
      -webkit-transform 0.2s;
    transition:
      top 0.2s 0.2s,
      transform 0.2s,
      background 0.2s,
      opacity 0s 0.2s;
  }
  .nav-btn span:nth-of-type(2) {
    top: 19px;
  }
  .nav-btn span:nth-of-type(3) {
    top: auto;
    bottom: 10px;
    -webkit-transition:
      bottom 0.2s 0.2s,
      background 0.2s,
      -webkit-transform 0.2s;
    transition:
      bottom 0.2s 0.2s,
      transform 0.2s,
      background 0.2s;
  }
  .nav-btn.toggle-animate span:nth-of-type(1) {
    top: 19px;
    transform: rotate(45deg);
    transition:
      top 0.2s,
      transform 0.2s 0.2s,
      background 0.2s;
    -webkit-transform: rotate(45deg);
    -webkit-transition:
      top 0.2s,
      -webkit-transform 0.2s 0.2s,
      background 0.2s;
  }
  .nav-btn.toggle-animate span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
  }
  .nav-btn.toggle-animate span:nth-of-type(3) {
    bottom: 18px;
    transform: rotate(-45deg);
    transition:
      bottom 0.2s,
      transform 0.2s 0.2s,
      background 0.2s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition:
      bottom 0.2s,
      -webkit-transform 0.2s 0.2s,
      background 0.2s;
  }
  #nav > ul {
    position: absolute;
    top: 100%;
    width: 300px;
    background: #222222;
    right: -300px;
    overflow-y: auto;
    height: calc(100vh - 112px);
    transition: 0.3s right ease-in-out;
    -webkit-transition: 0.3s right ease-in-out;
    -o-transition: 0.3s right ease-in-out;
    -moz-transition: 0.3s right ease-in-out;
    z-index: 999;
  }
  #nav.actived > ul {
    right: 0px;
    transition: 0.3s right ease-in-out;
    -webkit-transition: 0.3s right ease-in-out;
    -o-transition: 0.3s right ease-in-out;
    -moz-transition: 0.3s right ease-in-out;
  }
  .down #nav > ul {
    height: calc(100vh - 72px);
  }
  #nav > ul li a {
    display: block;
    font-size: 16px;
    line-height: 48px;
  }
  #nav > ul > li > a {
    padding: 0px 20px;
    color: rgba(255, 255, 255, 0.8);
  }
  .nav .icon-right {
    position: absolute;
    right: 0px;
    width: 48px;
    height: 48px;
  }
  .nav .icon-right:after {
    content: '';
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-top: none;
    border-right: none;
    right: 20px;
    transition: 0.3s all ease-in-out;
  }
  .nav .submenu {
    display: none;
  }
  .nav li.actived .icon-right:after {
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s cubic-bezier(0.66, 0.53, 0.65, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0.53, 0.65, 1);
    -moz-transition: all 0.3s cubic-bezier(0.66, 0.53, 0.65, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0.53, 0.65, 1);
  }
  #nav > ul .submenu li a {
    padding: 0px 20px 0px 30px;
    color: rgba(255, 255, 255, 0.7);
  }
  .nav-btn.toggle-animate span:nth-of-type(1) {
    top: 19px;
    transform: rotate(45deg);
    transition:
      top 0.2s,
      transform 0.2s 0.2s,
      background 0.2s;
    -webkit-transform: rotate(45deg);
    -webkit-transition:
      top 0.2s,
      -webkit-transform 0.2s 0.2s,
      background 0.2s;
  }
  .nav-btn.toggle-animate span:nth-of-type(2) {
    opacity: 0;
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
  }
  .nav-btn.toggle-animate span:nth-of-type(3) {
    bottom: 18px;
    transform: rotate(-45deg);
    transition:
      bottom 0.2s,
      transform 0.2s 0.2s,
      background 0.2s;
    -webkit-transform: rotate(-45deg);
    -webkit-transition:
      bottom 0.2s,
      -webkit-transform 0.2s 0.2s,
      background 0.2s;
  }
  .search {
    position: absolute;
    right: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 20px;
  }
  .search i {
    font-size: 20px;
  }
  .banner-btn {
    display: none;
  }
  .mask.mask-block {
    position: fixed;
    top: 0px;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .tit-h2 {
    font-size: 34px;
  }
  .ca-list li {
    margin-bottom: 50px;
  }
  .pro-ca {
    margin-bottom: 60px;
  }
  .pro-ca > li {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .idx-about-img {
    width: 320px;
    flex-basis: 320px;
  }
  .idx-about-con {
    width: calc(100% - 360px);
  }
  .idx-about-con .h3,
  .idx-about-con h3 {
    font-size: 30px;
    padding: 10px 0px 15px;
  }
  .idx-about-con .h3:after,
  .idx-about-con h3:after {
    height: 3px;
  }
  .idx-about-con .h4,
  .idx-about-con h4 {
    font-size: 16px;
  }
  .idx-about-con p {
    line-height: 1.6;
    height: 72px;
  }
  .recommended-products .container {
    padding: 0px 90px;
    width: auto;
  }
  .idx-news-list li {
    width: 100%;
    flex-basis: 100%;
  }
  .display-list li a {
    height: 85px;
    width: 175px;
  }
  .foot-contact {
    width: 70%;
    flex-basis: 70%;
    max-width: 70%;
    margin-bottom: 30px;
  }
  .copy .container {
    padding: 10px;
  }
  .top-btn {
    right: 50px;
  }
  .foot-logo {
    margin-bottom: 20px;
  }
  .foot-content {
    padding: 50px 0px 30px;
  }
  .recommended-products-list {
    padding-bottom: 40px;
    margin-top: 30px;
  }
  .about-list li {
    display: block;
    height: auto;
    flex-basis: 30%;
    width: 30%;
    text-align: center;
  }
  .video h2 {
    font-size: 30px;
  }
  .new-list > ul > li {
    margin-bottom: 30px;
  }
  .news-page > div .news-p {
    font-size: 16px;
  }
  .news-content h1 {
    font-size: 22px;
  }
  .news-content-p {
    margin-top: 0px;
  }
  .about-con .tit_h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .pro-info-con {
    width: 100%;
    margin-top: 20px;
  }
  .inner.container {
    padding-top: 15px;
  }
  .tit-h2 {
    font-size: 30px;
  }
  .contain,
  .container {
    padding: 0px 15px;
  }
  .idx-about-img {
    display: none;
  }
  .idx-about-con {
    width: 100%;
  }
  .idx-about {
    width: 100%;
  }
  .display li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .section {
    padding-bottom: 30px;
  }
  .video h2 {
    font-size: 24px;
  }
  .header-nav-list > .container {
    height: 60px;
  }
  .link-way {
    width: 100%;
    justify-content: space-between;
  }
  .link-way span {
    padding: 0px;
    border: none;
  }
  .nav-btn {
    right: 15px;
    height: 60px;
  }
  .search {
    right: 40px;
  }
  .search-from .form {
    width: 100%;
    padding: 0px 30px;
  }
  #nav > ul {
    width: 260px;
    height: calc(100vh - 100px);
  }
  .down #nav > ul {
    height: calc(100vh - 60px);
  }
  .news-con,
  .news-img {
    width: 50%;
  }
  .new-list > ul > li {
    height: auto;
    margin-left: 0px;
  }
  .news-date {
    width: 48px;
    left: 0px;
  }
  .page-nav ul li.disabled a {
    font-size: 14px;
  }
  .page-nav a {
    height: 38px;
    line-height: 38px;
    font-size: 16px;
  }
  .page-nav ul li:nth-child(1) a,
  .page-nav ul li:nth-last-child(1) a {
    width: 80px;
    padding: 0px 10px;
  }
  .page-nav ul li:nth-child(1) a:after,
  .page-nav ul li:nth-last-child(1) a:after {
    top: 13px;
    left: 18px;
  }
  .page-nav ul li:nth-child(1) a,
  .page-nav ul li:nth-last-child(1) a {
    font-size: 16px;
  }
  .page-nav ul li:nth-last-child(1) a:after {
    right: -22px;
  }
  .page-nav {
    margin-top: 30px;
  }
  .inner {
    margin-bottom: 30px;
  }
  .foot-tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (min-width: 640px) {
  .contain,
  .container {
    padding: 0px 30px;
  }
  .ca-list li {
    width: calc(33.3% - 10px);
    flex-basis: calc(33.3% - 10px);
    padding: 10px 15px;
  }
}
@media (max-width: 640px) {
  .recommended-products .container {
    padding: 0px 15px;
  }
  .pro-list > ul > .pro-item {
    width: 48%;
  }
  .about-display li {
    width: 100%;
  }
  .about-con .tit_h2 {
    font-size: 24px;
  }
  .ca-list li {
    width: 100%;
    flex-basis: 100%;
  }
  .pro-ca {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .tit-h2 {
    line-height: 1.2;
  }
  .pro-ca > li {
    width: calc(100% - 5px);
    flex-basis: calc(100% - 5px);
    margin-bottom: 10px;
  }
  .idx-about > div {
    padding: 30px 0px;
  }
  .idx-news-con .inct a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 38px;
    overflow: hidden;
    margin-bottom: 7px;
  }
  .idx-news-con {
    padding: 8px;
  }
  .idx-news-con .inct {
    padding-bottom: 2px;
    margin-bottom: 7px;
  }
  .idx-news-con .inct:after {
    bottom: 0px;
  }
  .idx-news-con p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 41px;
  }
  .idx-news-list li {
    margin-bottom: 20px;
  }
  .display-list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .company-contact,
  .foot-contact {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
  }
  .top-btn {
    width: 40px;
    height: 40px;
    right: 15px;
  }
  .display-list li {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .display-list li a {
    width: 100%;
  }
  .display {
    padding: 20px 0px;
  }
  .foot-phone span {
    font-size: 24px;
  }
  .idx-about-con .h3,
  .idx-about-con h3 {
    font-size: 24px;
  }
  .news-con {
    padding: 5px;
  }
  .news-con h3 a {
    font-size: 16px;
  }
  .news-con p {
    font-size: 14px;
    height: 42px;
    -webkit-line-clamp: 2;
  }
  .news-con h3 {
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .inner-l .contact-list li {
    width: 100%;
    flex-basis: 100%;
  }
  .inner-l .contact-list li {
    padding: 15px;
  }
  .input-box input {
    height: 48px;
  }
  .input-box {
    margin-bottom: 10px;
  }
  .input-boxs .input-box {
    width: 100%;
    flex-basis: 100%;
  }
  .fsbtn .submita {
    width: 100%;
  }
  .addresss {
    display: none;
  }
  .pro-list > ul > li {
    width: 50%;
    float: left;
    padding: 8px;
  }
  .pro-list > ul > li .pro-con,
  .pro-list > ul > li .pro-img {
    width: 100%;
    flex-basis: 100%;
  }
  .pro-list > ul > li .pro-con {
    padding: 10px;
    margin-top: 0px;
  }
  .pro-con h3 a {
    font-size: 16px;
  }
  .pro-list .pro-con .pro-btn,
  .pro-list .pro-con p {
    display: none;
  }
  .pro-list .pro-con h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .pro-list > ul > li {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .pro-con .LayImAhrefNode,
  .pro-con .btn > div,
  .pro-con .sendInquiry {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }
  .pro-btn > span {
    top: 125px;
  }
}
.pages a,
.pages span {
  display: inline-block;
  margin: 0px 5px 15px;
  padding: 10px 18px;
  border: 1px solid #ccc;
  font-size: 16px;
}
.pages a:hover,
.pages span.ctxt {
  background: var(--color);
  border-color: var(--color);
  color: #ffffff;
  opacity: 1;
}
.pages span {
  opacity: 0.4;
}
.pages {
  width: 100%;
  text-align: center;
  padding-bottom: 45px;
}
.inner-r .singglepic {
  margin: 0px;
  float: left;
}
.news-p > a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  width: 90%;
  top: 0px;
  left: 0px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
.next .news-p > a {
  margin-left: 10%;
}
.seo_key {
  clear: both;
  padding: 10px 0px;
  max-width: 1380px;
}
.seo_key a {
  text-decoration: underline;
  text-transform: lowercase;
}
.seo_key a:hover,
.seo_key a:active {
  color: var(--color);
}
.table,
.table1,
table#emphasis,
table#newspaper,
table#verzebra,
table.colorful,
table.hovertable,
table.imagetable,
table.table2 {
  width: 100%;
  border-collapse: collapse;
}
.table p,
.table1 p,
table#emphasis p,
table#newspaper p,
table#verzebra p,
table.colorful p,
table.hovertable p,
table.imagetable p,
table.table2 p {
  padding: 0px;
  margin: 0px;
}
.table td,
.table th {
  border: 1px solid #cdcdcd;
  padding: 5px;
}
table.table2 td,
table.table2 th {
  border: 1px solid #cdcdcd;
  padding: 5px;
}
table.table2 tr:nth-child(odd) {
  background-color: #efede1;
}
table.table2 tr:nth-child(even) {
  background-color: #ffffff;
}
table.table2 tr:first-child {
  background-color: #8db3e3;
}
table.table2 tr:nth-child(3) {
  background-color: #d7d7d7;
}
.table1 th,
.table1 tr.bgcolor {
  background-color: #c1c1c1;
}
.table1 td,
.table1 th {
  border: 1px solid #000000;
  padding: 5px;
}
table.imagetable {
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #999;
  border-collapse: collapse;
}
table.imagetable th {
  background: #b5cfd2;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999;
}
table.imagetable td {
  background: #dcddc0;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #999;
}
table.hovertable {
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #999;
  border-collapse: collapse;
}
table.hovertable th {
  background-color: #c3dde0;
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}
table.hovertable tr {
  background-color: #d4e3e5;
}
table.hovertable tr:hover {
  background-color: #ff6;
}
table.hovertable td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #a9c6c9;
}
#verzebra {
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}
#verzebra th {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 15px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #039;
}
#verzebra td {
  padding: 8px 15px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  color: #669;
}
.vzebra-odd {
  background: #eff2ff;
}
.vzebra-even {
  background: #e8edff;
}
#verzebra #vzebra-adventure,
#verzebra #vzebra-children {
  background: #d0dafd;
  border-bottom: 1px solid #c8d4fd;
}
#verzebra #vzebra-action,
#verzebra #vzebra-comedy {
  background: #dce4ff;
  border-bottom: 1px solid #d6dfff;
}
#emphasis {
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
}
#emphasis th {
  font-size: 14px;
  font-weight: 400;
  padding: 12px 15px;
  color: #039;
}
#emphasis td {
  padding: 10px 15px;
  color: #669;
  border-top: 1px solid #e8edff;
}
.oce-first {
  background: #d0dafd;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#emphasis tr:hover td {
  color: #339;
  background: #eff2ff;
}
#newspaper {
  font-size: 12px;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #6cf;
}
#newspaper th {
  padding: 20px;
  font-weight: 400;
  font-size: 13px;
  color: #039;
  text-transform: uppercase;
  border-right: 1px solid #0865c2;
  border-top: 1px solid #0865c2;
  border-left: 1px solid #0865c2;
  border-bottom: 1px solid #ffffff;
}
#newspaper td {
  padding: 10px 20px;
  color: #669;
  border-right: 1px dashed #6cf;
}
table.colorful {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
  font-style: normal;
  border-collapse: separate;
}
.colorful thead th {
  padding: 15px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #568f23;
  border: 1px solid #93ce37;
  border-bottom: 3px solid #9ed929;
  background-color: #9dd929;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.02, #7bc043),
    color-stop(0.51, #8bc642),
    color-stop(0.87, #9ed929)
  );
  background: -moz-linear-gradient(center bottom, #7bc043 2%, #8bc642 51%, #9ed929 87%);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.colorful thead th:empty {
  background: 0 0;
  border: none;
}
.colorful tbody th {
  color: #ffffff;
  text-shadow: 1px 1px 1px #568f23;
  background-color: #9dd929;
  border: 1px solid #93ce37;
  border-right: 3px solid #9ed929;
  padding: 0px 10px;
  background: -webkit-gradient(
    linear,
    left bottom,
    right top,
    color-stop(0.02, #9ed929),
    color-stop(0.51, #8bc642),
    color-stop(0.87, #7bc043)
  );
  background: -moz-linear-gradient(left bottom, #9ed929 2%, #8bc642 51%, #7bc043 87%);
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.colorful tfoot td {
  color: #9cd009;
  font-size: 32px;
  text-align: center;
  padding: 10px 0px;
  text-shadow: 1px 1px 1px #444444;
}
.colorful tfoot th {
  color: #666666;
}
.colorful tbody td {
  padding: 10px;
  text-align: center;
  background-color: #def3ca;
  border: 2px solid #e7efe0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #666666;
  text-shadow: 1px 1px 1px #ffffff;
}
.feedbackForm #msg,
.feedbackForm .fput,
.feedbackForm .ftxt {
  max-width: none;
  padding: 0px;
  margin: auto;
  border: 0px;
  height: auto;
  line-height: 1.5;
  color: #333333;
  background: 0 0;
  text-align: left;
  font-size: 14px;
}
.feedbackForm {
  margin: 2rem auto;
}
.feed-title {
  font-size: 1.875rem;
  color: #2c2c2c;
  margin-top: 2.5rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.lable {
  white-space: nowrap;
}
#con {
  margin-top: 30px;
}
#tagContent {
  padding-top: 20px;
}
#tags:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0px;
}
#tags li {
  margin-bottom: 10px;
  float: left;
}
#tags li a {
  text-decoration: none;
  display: block;
  line-height: 40px;
  margin-right: 8px;
  background: #efefef;
  color: #222222;
  font-size: 18px;
  padding: 4px 25px;
}
ul#tags li.selectTag a {
  color: #222222;
  background: var(--color);
}
.tagContent {
  display: none;
  width: 100%;
  color: #222222;
  padding-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
#tagContent div.selectTag {
  display: block;
}
.table {
  word-break: break-word;
}
.news-page > div .news-a {
  position: relative;
}
.news-page > div .news-a p {
  position: absolute;
  color: transparent;
  height: 100%;
}
.news-page > div .news-a p a {
  color: transparent;
  display: block;
  height: 100%;
}
.news-page > div.prev .news-a p {
  left: 0px;
}
.news-page > div.next .news-a p {
  right: 0px;
}
#nav > ul {
  display: flex;
  white-space: nowrap;
}
.pro-list ul {
  display: flex;
  flex-wrap: wrap;
}
.pro-list > ul > .pro-item {
  position: relative;
  padding-bottom: 48px;
  background: #f6f6f6;
}
.recommended-btn {
  position: absolute;
  bottom: 0px;
}
.recommended-products .recommended-con {
  padding-bottom: 70px;
}
.prout .pro-ca > li .pro-btn span:nth-child(1) {
  text-transform: uppercase;
  width: calc(100% - 68px);
  flex-basis: calc(100% - 68px);
  font-size: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-left: 20px;
  height: 100%;
  position: static;
  z-index: 1;
  overflow: hidden;
  background: #eaebec;
  color: #000000;
  justify-content: center;
  float: left;
}
.prout .pro-ca > li .pro-btn .btn {
  width: 68px;
  flex-basis: 68px;
  background: var(--color);
  justify-content: center;
  padding: 0px;
  font-size: 30px;
  position: static;
  float: right;
  height: 100%;
  color: #ffffff;
  line-height: 48px;
}
.prout .pro-ca > li img {
  width: 100%;
}
.prout .pro-ca > li .pro-btn {
  height: 48px;
  width: 100%;
  background: #ffffff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ca-list li p {
  -webkit-line-clamp: initial;
  height: auto;
}
.idx-news-con .inct a {
  -webkit-line-clamp: 6;
}
#hoproduct .iholist {
  display: flex;
  flex-wrap: wrap;
}
#hoproduct .iholist li {
  width: 24%;
  margin-right: 1.333%;
  margin-bottom: 20px;
}
#hoproduct .iholist li:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 1200px) {
  #hoproduct .iholist li {
    width: 49%;
    margin-right: 2%;
  }
  #hoproduct .iholist li:nth-child(2n) {
    margin-right: 0px;
  }
}
.inner-l .sf-menu a {
  padding: 14px 50px 14px 16px;
  white-space: normal;
}
.inner-l .sf-menu .sub-menu a {
  padding: 14px 10px 14px 8px;
}
.news-p > a {
  white-space: normal;
  position: initial;
}
.news-page > div .news-a {
  margin-top: 0px;
}
.pro-detaile,
.pro-detaile a,
.pro-detaile p {
  font-size: 16px;
  line-height: 1.7;
  color: #111111;
}
.productsTags {
  margin: 12px 0px;
}
@media (max-width: 991px) {
  #nav > ul {
    display: block;
  }
}
.code img {
  height: auto;
}
h4.cate-h4,
h4.pro-h4 {
  clear: both;
  font-weight: bold;
}
ul.cate-ulli,
ul.pro-ulli {
  clear: both;
  padding: 10px 0px 10px 20px;
}
ul.cate-ulli li,
ul.pro-ulli li {
  list-style-type: disc;
  line-height: 1.7;
}
ol.cate-ulli,
ol.pro-ulli {
  clear: both;
  padding: 10px 0px 10px 30px;
}
ol.cate-ulli li,
ol.pro-ulli li {
  list-style-type: decimal;
  line-height: 1.7;
}
.prohome-content {
  clear: both;
  margin: 20px auto;
  padding: 0px;
  line-height: 1.6;
  box-sizing: border-box;
  max-width: 1380px;
}
.prolist-content {
  clear: both;
  margin: 0px auto;
  padding: 0px;
  line-height: 1.6;
  box-sizing: border-box;
}
.prolist-content .kche-wrap-width {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.prolist-bottom {
  clear: both;
  margin: 20px 0px;
  padding: 0px;
  line-height: 1.6;
  box-sizing: border-box;
  max-width: 1380px;
}
.prolist-bottom a {
  text-decoration: underline;
}
.prolist-bottom a:hover {
  color: var(--color);
}
.ck-widget-toc {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0px;
  min-width: 300px;
  max-width: 100%;
}
.ck-widget-toc ol {
  padding: 0px 0px 0px 30px;
  counter-reset: item;
}
.ck-widget-toc ol li {
  display: block;
  position: relative;
  list-style: none;
}
.ck-widget-toc ol li:before {
  content: counters(item, '.');
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}
.ck-widget-toc-title {
  text-align: left;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 5px;
}
.ck-widget-pt {
  padding-top: 100px;
  margin-top: -100px;
}
.ck-widget-toc1 {
  display: table;
  border: 1px solid #a2a9b1;
  background-color: #f8f9fa;
  padding: 10px 20px 10px 10px;
  font-size: 95%;
  margin: 15px 0px;
  min-width: 300px;
  max-width: 100%;
}
.ck-widget-toc1 ol {
  padding: 0px 0px 0px 30px;
  counter-reset: item;
}
.ck-widget-toc1 ol li {
  display: block;
  position: relative;
  list-style: none;
}
.ck-widget-toc1 ol li:before {
  content: counters(item, '.');
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}
article.blogcontent {
  clear: both;
  margin: 0px auto 40px;
  padding: 0px;
}
article.blogcontent h2 {
  margin: 20px 0px 0px 0px;
  font-size: 24px;
  line-height: 1.3;
}
article.blogcontent h3 {
  margin: 20px 0px 0px 0px;
  font-size: 22px;
  line-height: 1.3;
}
article.blogcontent h4 {
  margin: 20px 0px 0px 0px;
  font-size: 20px;
  line-height: 1.3;
}
article.blogcontent h5 {
  margin: 20px 0px 0px 0px;
  font-size: 18px;
  line-height: 1.3;
}
article.blogcontent img {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  max-width: 49%;
  margin-right: 1%;
  border: solid 1px #eeeeee;
  vertical-align: top;
}
article.blogcontent p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 1.6;
}
article.blogcontent p a {
  color: var(--color);
}
article.blogcontent p a:hover {
  text-decoration: underline;
}
article.blogcontent ul {
  margin: 0px;
  padding: 5px 0px 0px 20px;
}
article.blogcontent ul li {
  margin: 0px 0px 5px 0px;
  list-style-type: disc;
}
.company-info ul {
  display: flex;
  flex-wrap: wrap;
}
.company-info li {
  width: 50%;
}
.lang {
  z-index: 99999;
  text-align: left;
  position: relative;
  height: 30px;
  padding: 0px 5px;
  border-radius: 4px;
}
.lang-icon {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  white-space: nowrap;
}
.lang-icon span {
  position: relative;
  padding-right: 18px;
  margin-left: 5px;
}
.lang-icon span::before {
  content: '';
  position: absolute;
  right: 4px;
  top: 11px;
  width: 8px;
  height: 1px;
  background: #cacaca;
  transform: rotate(50deg);
}
.lang-icon span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 11px;
  width: 8px;
  height: 1px;
  background: #cacaca;
  transform: rotate(-50deg);
}
.lang-drop {
  position: absolute;
  top: calc(100% + 26px);
  right: 50%;
  transform: translateX(50%);
  background: #ffffff;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s,
    top 0.3s;
}
.lang-drop.lang-flex {
  transform: translateX(20%);
}
.lang-drop.lang-flex .lang-arrow {
  left: 80%;
}
.lang-drop.active {
  visibility: visible;
  opacity: 1;
  top: calc(100% + 7px);
}
.lang-arrow {
  background: #ffffff;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ebeef5;
  border-left: 1px solid #ebeef5;
  transform: translateX(-50%) rotate(45deg);
  position: absolute;
  top: -6px;
  left: 50%;
}
.lang-wrap {
  list-style: none;
  width: 140px;
  padding: 8px 0px;
  box-sizing: border-box;
  margin: 0 !important;
  height: auto !important;
  display: block !important;
}
.lang-flex .lang-wrap {
  display: flex !important;
  flex-wrap: wrap;
  padding: 8px;
}
.lang-wrap li {
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.3s;
  margin: 0 !important;
}
.lang-flex .lang-wrap li {
  width: 33%;
  padding: 0px;
}
.lang-wrap li.lang-active,
.lang-wrap li:hover {
  background-color: #eeeeee;
}
.lang-wrap li a {
  display: block;
  color: var(--fontcolor);
  font-size: 12px;
  padding: 8px;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lang-wrap li img {
  display: inline-block;
  width: 24px;
  height: 16px;
  vertical-align: -0.25em;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  .lang {
    margin-left: auto;
    margin-right: 20px;
    transition: all 0.2s linear;
  }
  .lang-icon img {
    width: 32px;
  }
  .lang-icon span {
    display: none;
  }
  .lang-drop {
    display: none;
  }
  .lang-drop.active {
    display: block;
  }
  .lang-drop.lang-flex {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 60px !important;
    position: fixed;
    width: calc(100vw - 20px);
  }
  .lang-drop.lang-flex.active {
    top: 54px !important;
  }
  .lang-flex .lang-wrap {
    width: 100%;
  }
  .lang-drop.lang-flex .lang-arrow {
    left: 82%;
  }
}
.pagesbanner {
  position: relative;
  z-index: 1;
}
.pagesbanner > a {
  z-index: 1;
  position: relative;
  display: block;
}
.pagesbanner video,
.pagesbanner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 160px;
}
.pagesbanner .pagesbanner-animate {
  width: 100%;
  padding: 0px 20px;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  animation: pagesbanner 1s 0.5s forwards;
  box-sizing: border-box;
}
.pagesbanner .pagesbanner-animate .p1 {
  font-size: 30px;
  font-weight: var(--fontbold5, 500);
  line-height: 1.2;
}
.pagesbanner .pagesbanner-animate .p2 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: var(--fontbold4, 400);
}
@keyframes pagesbanner {
  0% {
    margin-top: 20px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .pagesbanner .pagesbanner-animate .p1 {
    font-size: 26px;
  }
  .pagesbanner .pagesbanner-animate .p2 {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .pagesbanner .pagesbanner-animate .p1 {
    font-size: 20px;
  }
  .pagesbanner .pagesbanner-animate .p2 {
    font-size: 14px;
  }
}
.sidebar-item {
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
.sidebar-item.sidebar-search {
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  padding: 20px 20px;
}
.email-subscription {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.email-subscription input {
  width: 100%;
  outline: 0;
  border: 1px solid #cccccc;
  height: 40px;
  border-radius: 0;
  padding: 0 10px;
  transition: all 0.1s linear;
}
.email-subscription button {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  background: var(--color);
  color: #ffffff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.1s linear;
}
.company-intro {
  border: 2px var(--color) solid;
  border-top: none;
}
.company-intro p {
  padding: 10px 20px 20px;
}
.sidebar-item.hotpro {
  border: 2px var(--color) solid;
  border-top: none;
}
.sidebar-item .sidebar-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.sidebar-item .sidebar-list .item:last-child {
  border: none;
}
.sidebar-item .sidebar-list .item:last-child {
  margin-bottom: 0em;
}
.sidebar-item .sidebar-list .item:hover .img img {
  transform: scale(1.02);
}
.sidebar-item .sidebar-list .item:hover .info .title {
  color: var(--color);
}
.sidebar-item .sidebar-list .item .img {
  width: 100px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  overflow: hidden;
}
.sidebar-item .sidebar-list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.1s linear;
}
.sidebar-item .sidebar-list .item .info {
  flex: 1;
  padding-left: 15px;
}
.sidebar-item .sidebar-list .item .info .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2;
  transition: all 0.1s linear;
}
.sidebar-item .sidebar-list .item .info .more {
  margin-top: 4px;
  text-transform: capitalize;
  color: var(--color);
  font-size: var(--fontsize14);
}
.blogflex {
  display: flex;
  align-items: flex-start;
  padding: 20px 15px;
  border: none;
  background: #fafafa;
}
.blogflex .blogflex-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.blogflex .blogflex-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogflex .blogflex-info {
  flex: 1;
  padding-left: 10px;
}
.blogflex .blogflex-info .blogflex-name {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}
.blogflex .blogflex-info .blogflex-content {
  line-height: 1.4;
  color: #666666;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 30;
  overflow: hidden;
}
video {
    background-color: #000;
}
.inner-r p:has(>video) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    >video {
        flex-grow: 1;
    }
}